/**
 * Theme Name: lash
*/
html, body {
  height: 100%;
  margin: 0;
}
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}
main {
  flex: 1;
}

body {font-size: 14px; line-height: 14px;  background-color: #B4B4B4;}
.wrapper {background-image: url('/wp-content/themes/lash/assets/img/background-lash.jpg'); background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  background-position: top center;
}
.wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.wrapper > * {
  position: relative;
  z-index: 2;
}

.header-btn {
  padding: 12px 26px;
  border: 0;
  font-size: 13px;
  line-height: 20px;
  border-radius: 9999px;
  background: #000;
  color: #B4B4B4;
  cursor: pointer;
  text-transform: uppercase;
  width: 160px;
  height: 44px;
}

header {padding: 40px 0;}


@media(max-width: 1299px){
	
}
@media(max-width: 1199px){
	.wrapper {
		background-image: none;
	}
}

@media(min-width: 992px){

}
@media(max-width: 991px){

}
@media(max-width: 767px){
.wrapper {padding: 0 20px;}
header {padding: 20px 0;}
body {font-size: 14px; line-height: 14px;  background-color: #B4B4B4;}

}
@media(max-width: 575px){


}
@media(max-width: 374px){

}