* {
  box-sizing: border-box;
}

/*********** Base Styling **********/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: white;
  letter-spacing: 0.15px;
}

.container {
  max-width:;
  padding: calc(10px * 2);
  margin-top:;
  margin-bottom:0;
  margin-right:auto;
  margin-left:auto;
  mix-blend-mode: invert;
  position: relative;
  background-color:;
}
.container:after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 990px) {
  .container {
    padding: calc(10px * 4) calc(10px * 8);
  }
}

/*********** Base Styling **********/


ul {
  padding: 0;
  margin: 0;
  padding-left:35px;
  background-color:;
}

::-webkit-scrollbar {
  /* Webkit */
  width: 0;
  height: 0;
}

/************************PASSWORD LOCK (ALSO ACTIVATE .JS IN HTML)
.passwordblur{       
  filter: blur(15px);                 
  pointer-events:none !important;
}
.passwordblock{

  pointer-events:none;
}
.button-wrapper{
  width:100%;
  text-align:center;
}
#passwordInput{
  width:180px;
  border-radius:0px;
  height:25px;
  text-align:center;
  border:2px solid #303030;
  top:10px;
}
.button-59 {
  align-items: center;
  background-color: #303030;
  border:  2px solid #303030;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-family:;
  font-size: 16px;
  font-weight: 600;
  width:180px;
  height: 24px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 0px;
  min-width: 140px;
  outline: 0;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  touch-action: manipulation;
}

.button-59:hover {
  border-color: #000;
  color: #fff;
  fill: #000;
  background-color: #000;
}
::placeholder{
  color:#bbb;
}
  ***********************/
.hs__wrapper {
	max-width:1600px;
	margin:75px auto 0 auto;
 }

.hs {
  display: flex;
  overflow-x: scroll;
  justify-content: space-between;
  background-color:;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
  margin: 0px -20px 35px -20px;
}
.hs__header {
  display: flex;
  align-items: center;
  }
.hs__headline {
	flex: 1;
	background-color:;
	z-index:997;
	position:relative;
}
.headline{
	margin-left:-20px;
	padding-left:50px;
	width:100% !important;
	margin-top:-18px;
	position:absolute;
	overflow:visible;
}
.hs__arrows {
  align-self: center;
}
.hs__arrows .arrow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
  background-size: contain;
  filter: brightness(0);
  width: 20px;
  height: 12px;
  cursor: pointer;
}
.hs__arrows .arrow.disabled:before {
  filter: brightness(4);
}
.hs__arrows .arrow.arrow-prev:before {
  transform: rotate(90deg);
  margin-right: 10px;
}
.hs__arrows .arrow.arrow-next:before {
  transform: rotate(-90deg);
}

.category-title{
}

.hs__item {
	background-color:;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis:;/**** CONTROLLED BY MEDIA SCREEN BELOW ****/
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	  max-width:500px;
}

.hs__item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  right: calc(10px * 2 * -1);
}
.hs__item:first-child {
  margin-left: calc(10px * 2);
}
.hs__item__description {
  z-index: 1;
  align-self: flex-start;
  margin: 2px 0;
}
.hs__item__subtitle {
	color: #aaa;
	display: block;
	margin-top:-6px;
	transition: all 1s ease-out;
}
.hs__item__subtitle:hover {
	color:#000;
	text-decoration: line-through;
	transition: width 2s;
	transition: all .5s ease-in;
}
.hs__item__image__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow:hidden;
}
.hs__item__image {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity:.98;
  -o-object-fit: cover;
  object-fit: cover;
}

/****************************** Media Screen (<767px) *******************************/


@media screen and (max-width: 767px){
ul{
	padding-left:0px;
}
.hs__item__image {
  pointer-events: auto;
}
  .hs__item {
    flex-basis: calc(100% / 1.5 - (10px * 2) - (20px / 3));
    background-color:;
  }
  .headline {
  	width: calc(100% / 1.5 - (10px * 2) - (20px / 3));
	padding-left:20px;
  }
  .category-title{
	  padding-top:0px;
  }
}

/***************************** Media Screen (767px<x>1023) **************************/

@media screen and (min-width: 768px) and (max-width: 1200px){
  .hs__item {
    flex-basis: calc(100% / 2.5 - (10px * 2) - (20px / 3));
	background-color:;
  }
  .headline {
  	width: calc(100% / 2.5 - (10px * 2) - (20px / 3));
  }
}

/****************************** Media Screen (>1201px) ******************************/

@media screen and (min-width: 1201px){
  .hs__item {
    flex-basis: calc(100% / 3.5 - (10px * 2) - (20px / 3));
  }
  .headline {
  	width: calc(100% / 3.5 - (10px * 2) - (20px / 3));
  }
}



@media only screen and (min-width: 990px) {
.hs__wrapper {
	overflow: hidden;
}
}
/*** ARCHIVE MOBILE CELL WIDTH 
@media (hover: none) and (pointer: coarse) {
.hs__wrapper .hs__arrows {
	display:;
}
.hs__wrapper .hs__item {
	flex: 1 0 calc(23% - 10px * 2);
}
}
@media only screen and (hover: none) and (pointer: coarse) and (max-width: 990px) {
.hs__wrapper .hs__item {
	flex: 1 0 calc(45% - 10px * 2);
}
}
***/
 

