.divider-ver {
  display: block;
  height: 100px;
  background: #000;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
}
@media all and (min-width: 768px) {
  .divider-ver {
    height: 200px;
  }
}
body.scrolled.scrolled-up.intersect-shopping header#main-header {
  transform: translate(0, -130%);
}
section#intro {
  text-align: center;
  background: #000;
  color: #FFF;
  position: relative;
}
section#intro:after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#intro picture {
  position: absolute;
  z-index: 0;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#intro picture img {
  width: auto;
  height: auto;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@supports (object-fit: cover) {
  section#intro picture img {
    max-width: none;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: none;
    top: 0;
    left: 0;
    transform: none;
  }
}
section#intro header {
  position: relative;
  z-index: 1;
  display: block;
  padding: 50px 0 80px 0;
}
@media all and (min-width: 768px) {
  section#intro header {
    padding: 150px 0 200px 0;
  }
}
section#intro header h2 {
  color: #fc0;
  font-size: 1rem;
  font-family: "Courier New", Courier, monospace;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
}
section#intro header h2 a {
  color: #fc0;
  position: relative;
}
section#intro header h2 a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fc0;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all ease-in-out 0.2s;
}
section#intro header h2 a:hover:after {
  bottom: -10px;
  opacity: 0;
}
section#similar {
  position: relative;
}
section#similar:before {
  content: '';
  position: absolute;
  top: -29px;
  left: 0;
  width: 100%;
  height: 30px;
}
html.no-webp section#similar:before {
  background: url('../images/sec_divider_white1.png') repeat-x;
  background-size: auto 30px;
}
html.webp section#similar:before {
  background: url('../images/sec_divider_white1.png.webp') repeat-x;
  background-size: auto 30px;
}
section#similar .owl-stage {
  display: flex;
}
section#similar .owl-item {
  /*
			transition: opacity height ease-in-out .3s;
			//opacity: 1;
			height: auto;

			&:not(.lazyloaded) {
				//opacity: 0;
				height: 100px;
				transition-delay: 1s;
			}
				*/
}
section#similar .owl-dots {
  bottom: -50px;
}
section#online-shopping h2 {
  text-align: center;
  margin-bottom: 5px;
}
@media all and (min-width: 768px) {
  section#online-shopping h2 {
    margin-bottom: 50px;
  }
}
section#online-shopping h2 a {
  color: #000;
  text-decoration: none;
}
section#online-shopping h2 a:hover {
  color: #000;
}
section#similar-info .item {
  border: 1px solid #AAA;
}
section#similar-info .item:not(:last-child) {
  margin-bottom: 15px;
}
@media all and (min-width: 768px) {
  section#similar-info .item:not(:last-child) {
    margin-bottom: 50px;
  }
}
section#similar-info .item .bg {
  position: relative;
  height: 250px;
}
@media all and (min-width: 768px) {
  section#similar-info .item .bg {
    height: 100%;
  }
}
section#similar-info .item .bg:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  transition: all ease-in-out 0.4s;
  box-sizing: border-box;
  border: 5px solid transparent;
}
section#similar-info .item .bg header {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  padding: 0 30px;
}
section#similar-info .item .bg header h3 {
  font-family: var(--xm-font-family3);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  color: #FFF;
  text-transform: uppercase;
}
section#similar-info .item .bg header .subhl {
  color: var(--xm-yellow);
  display: inline-block;
}
section#similar-info .item .info {
  padding: 2em;
}
section#similar-info .item .info .links {
  list-style-type: circle;
  list-style-position: inside;
}
section#similar-info .item .info .links li {
  padding-left: 10px;
}
@media all and (min-width: 768px) {
  section#similar-info .item .info .links li {
    padding-left: 20px;
  }
}
section#similar-info .item .info .links a {
  font-family: 'din-condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
section#similar-info .item .info .links a:hover {
  color: #fc0;
}
