.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.ux-iws-shop-machine-check-flap {
  --machine-check-flap-width: 40px;
  --machine-check-flap-content-width: 320px;
  position: relative;
  display: inline;
}
@media only screen and (min-width: 576px) {
  .ux-iws-shop-machine-check-flap {
    --machine-check-flap-content-width: 400px;
  }
}
.ux-iws-shop-machine-check-flap__flap {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.ux-iws-shop-machine-check-flap__flap ux-icon {
  transform: rotate(90deg);
  vertical-align: baseline;
}
.ux-iws-shop-machine-check-flap--open .ux-iws-shop-machine-check-flap__flap {
  display: none;
}
.ux-iws-shop-machine-check-flap__content {
  display: none;
}
.ux-iws-shop-machine-check-flap--open .ux-iws-shop-machine-check-flap__content {
  display: block;
}
.ux-iws-shop-machine-check-flap__layer {
  position: fixed;
  top: 50%;
  left: auto;
  right: 0;
  z-index: 600;
  width: var(--machine-check-flap-content-width);
  cursor: pointer;
  transition: transform 0.3s;
  transform: translate(calc(var(--machine-check-flap-content-width) - var(--machine-check-flap-width)), -50%);
}
.ux-iws-shop-machine-check-flap--open .ux-iws-shop-machine-check-flap__layer {
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .ux-iws-shop-machine-check-flap--initial .ux-iws-shop-machine-check-flap__layer {
    position: absolute;
    top: 50%;
  }
  .ux-iws-shop-machine-check-flap--initial .ux-iws-shop-machine-check-flap__layer {
    left: auto;
    right: 11px;
  }
  .ux-iws-shop-machine-check-flap--initial .ux-iws-shop-machine-check-flap__layer::after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top: 50%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .ux-iws-shop-machine-check-flap--initial .ux-iws-shop-machine-check-flap__layer::after {
    left: auto;
    right: 0;
    border-left: 10px solid #fff;
    transform: translate(100%, -50%);
  }
}