.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.cms-page-view .main-container > .container {
  margin: 0;
  padding: 0;
  max-width: none;
  width: auto; }

@media (max-width: 1023px) and (min-width: 461px) {
  .cms-page-view .columns.product-item_flex {
    margin: 0 0 15px;
    width: 100%;
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: #efefef; } }

.cms-page-view .product-item_flex:after {
  display: none; }

@media (max-width: 768px) and (min-width: 461px) {
  .cms-page-view .columns .product-item__wrapper {
    margin-bottom: 0; } }

@media (max-width: 1023px) and (min-width: 461px) {
  .cms-page-view .columns .product-item__wrapper {
    margin-bottom: 0;
    border-bottom: 1px solid #efefef !important; } }

.cms-page-view .columns .product-item__wrapper::after {
  display: none; }

#promo {
  position: relative;
  margin-bottom: 80px;
  /* Enabled */ }
  @media (max-width: 1023px) {
    #promo {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    #promo {
      margin-bottom: 45px; } }
  #promo .pr-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1160px;
    padding: 0 10px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      #promo .pr-wrapper {
        padding: 0 50px; } }
    @media (max-width: 767px) {
      #promo .pr-wrapper {
        padding: 0 10px; } }
  #promo .pr-title-one {
    margin: 0 0 54px;
    padding: 0;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: #000; }
    @media (max-width: 767px) {
      #promo .pr-title-one {
        margin: 0 0 30px;
        padding: 0;
        font-size: 27px;
        line-height: 33px; } }
  #promo .pr-title-two {
    margin: 0;
    padding: 0;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #000; }
    @media (max-width: 767px) {
      #promo .pr-title-two {
        font-size: 24px;
        line-height: 29px; } }
  #promo .pr-figure {
    margin: 0;
    padding: 0; }
    #promo .pr-figure__image {
      display: block;
      max-width: 100%; }
    #promo .pr-figure__caption {
      margin: 20px 0 0;
      padding: 0;
      font-size: 14px;
      line-height: 17px;
      font-weight: 400;
      color: #797979; }
      @media (max-width: 1023px) {
        #promo .pr-figure__caption {
          margin-top: 0; } }
      @media (max-width: 767px) {
        #promo .pr-figure__caption {
          margin-top: 20px; } }
  #promo .pr-text {
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #666; }
    @media (max-width: 767px) {
      #promo .pr-text {
        margin-bottom: 22px; } }
  #promo .pr-text-strong {
    font-weight: 700;
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
  #promo .pr-text-normal {
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
  #promo .pr-link {
    color: #225785;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
    #promo .pr-link:hover {
      color: #003260; }
    #promo .pr-link--arrow {
      padding-left: 17px;
      background-image: url(/media/up/hansgrohe/promo/xxl-performance/icon-arrow.svg);
      background-repeat: no-repeat;
      background-position: left bottom 2px;
      background-size: 14px; }
  #promo .pr-gallery {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    #promo .pr-gallery__item {
      position: relative;
      margin: 0 20px 20px 0;
      padding: 0;
      width: calc(33.333% - 40px / 3);
      cursor: pointer; }
      @media (max-width: 767px) {
        #promo .pr-gallery__item {
          margin: 0 0 10px 0;
          width: 100%;
          cursor: auto; } }
      #promo .pr-gallery__item:nth-child(3n + 2) {
        margin-right: 0; }
      #promo .pr-gallery__item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(27, 28, 29, 0.3);
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      #promo .pr-gallery__item:hover::after {
        opacity: 1; }
        @media (max-width: 767px) {
          #promo .pr-gallery__item:hover::after {
            opacity: 0; } }
      #promo .pr-gallery__item--w50 {
        width: calc(50% - 20px / 2); }
        @media (max-width: 767px) {
          #promo .pr-gallery__item--w50 {
            width: 100%; } }
        #promo .pr-gallery__item--w50:nth-child(2n) {
          margin-right: 0; }
      #promo .pr-gallery__item.hidden {
        display: none; }
    #promo .pr-gallery__button-wrapper {
      width: calc(33.333% - 40px / 3);
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        #promo .pr-gallery__button-wrapper {
          width: 100%;
          height: 120px; } }
      @media (max-width: 767px) {
        #promo .pr-gallery__button-wrapper.hidden-mobile {
          display: none; } }
    #promo .pr-gallery__image {
      display: block;
      max-width: 100%; }
  #promo .pr-show-more {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    background-color: #e7e7e7;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media (max-width: 767px) {
      #promo .pr-show-more {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    #promo .pr-show-more:hover {
      background-color: #cecece; }
    #promo .pr-show-more--products {
      height: auto; }
    #promo .pr-show-more__text {
      margin: 0;
      padding: 0;
      font-size: 18px;
      line-height: 22px;
      font-weight: 400;
      color: #225785;
      text-decoration: underline; }
    #promo .pr-show-more__left {
      margin: 0 0 10px;
      padding: 0;
      font-size: 64px;
      line-height: 87px;
      font-weight: 300;
      color: #797979; }
      @media (max-width: 1023px) {
        #promo .pr-show-more__left {
          margin: 0; } }
      @media (max-width: 767px) {
        #promo .pr-show-more__left {
          margin-right: 30px; } }
  #promo .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000000; }
  #promo .video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #promo .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }
  #promo .video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 84px;
    height: 84px;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer; }
  #promo .video__button-shape {
    fill: #212121;
    fill-opacity: 0.8; }
  #promo .video__button-icon {
    fill: #ffffff; }
  #promo .video__button:focus {
    outline: none; }
  #promo .video:hover .video__button-shape,
  #promo .video__button:focus .video__button-shape {
    fill: #ff0000;
    fill-opacity: 1; }
  #promo .video--enabled {
    cursor: pointer; }
  #promo .video--enabled .video__button {
    display: block; }
  #promo .disks {
    margin-bottom: 98px; }
    @media (max-width: 1023px) {
      #promo .disks {
        margin-bottom: 68px; } }
    #promo .disks__inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 30px; }
      @media (max-width: 1023px) {
        #promo .disks__inner {
          display: block; } }
      @media (max-width: 767px) {
        #promo .disks__inner {
          margin-bottom: 22px; } }
    #promo .disks__figure, #promo .disks__content, #promo .disks__title {
      width: calc(50% - 10px); }
      @media (max-width: 1023px) {
        #promo .disks__figure, #promo .disks__content, #promo .disks__title {
          width: 100%; } }
    #promo .disks__title {
      margin-bottom: 50px; }
      @media (max-width: 1023px) {
        #promo .disks__title {
          margin-bottom: 34px; } }
      @media (max-width: 767px) {
        #promo .disks__title {
          margin-bottom: 24px;
          font-size: 27px;
          line-height: 33px; } }
    #promo .disks__figure {
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-width: 1023px) {
        #promo .disks__figure {
          position: static;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        #promo .disks__figure {
          display: block;
          margin-bottom: 20px; } }
    @media (max-width: 1023px) {
      #promo .disks__image-wrapper, #promo .disks__image-caption {
        width: calc(50% - 10px); } }
    @media (max-width: 767px) {
      #promo .disks__image-wrapper, #promo .disks__image-caption {
        width: 100%; } }
    #promo .disks .pr-text {
      color: #000; }
  #promo .video-block {
    margin: 50px 0 100px; }
    @media (max-width: 1023px) {
      #promo .video-block {
        margin-bottom: 65px; } }
    @media (max-width: 767px) {
      #promo .video-block {
        margin-top: 32px; } }
  #promo .gallery__title {
    margin-bottom: 55px; }
    @media (max-width: 767px) {
      #promo .gallery__title {
        margin-bottom: 30px; } }
  #promo .products {
    margin-bottom: 67px; }
    @media (max-width: 1023px) {
      #promo .products {
        margin-bottom: 55px; } }
    @media (max-width: 767px) {
      #promo .products {
        margin-bottom: 70px; } }
    #promo .products__title {
      margin-bottom: 53px; }
      @media (max-width: 767px) {
        #promo .products__title {
          margin-bottom: 33px; } }
    @media (min-width: 1024px) {
      #promo .products .product-cont:nth-child(n + 12) {
        display: none; } }
    @media (min-width: 769px) and (max-width: 1023px) {
      #promo .products .product-cont:nth-child(n + 9) {
        display: none; } }
    @media (min-width: 461px) and (max-width: 768px) {
      #promo .products .product-cont:nth-child(n + 10) {
        display: none; } }
    @media (max-width: 460px) {
      #promo .products .product-cont:nth-child(n + 7) {
        display: none; } }
