@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css");
@charest "utf-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-style: normal;
  outline: 0;
  background-color: transparent;
  resize: none;
  font-optical-sizing: auto;
  font-family: "Montserrat", system-ui;
}

body,
html {
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.screenfade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.has-header {
  padding-top: 65px;
}

.has-menu {
  padding-bottom: 90px;
}

header {
  padding: 20px 10px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  z-index: 10;
}

header:after {
  content: "";
  display: block;
  clear: both;
}

header button {
  float: left;
}

header button img {
  display: block;
}

header .logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .logo img {
  height: 45px;
}

header .button {
  float: right;
}

header .button img {
  display: block;
}

.search {
  margin-bottom: 10px;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search button {
  display: none;
  position: absolute;
  left: 10px;
  top: 30px;
}

.search form input {
  width: 100%;
  height: 50px;
  background-color: #F7F7F7;
  border-radius: 25px;
  padding: 0 50px;
  background-image: url(../img/search.svg);
  background-position: left 20px center;
  background-size: 20px;
  font-weight: 400;
  font-size: 12px;
  color: #a4a4a4;
}

.search ul {
  display: none;
  padding: 0 20px;
}

.search ul li {
  font-weight: 400;
  font-size: 12px;
  color: #a4a4a4;
  border-bottom: 1px solid #f7f7f7;
  padding: 18px 0;
}

.search.active {
  background-color: #fff;
  padding: 65px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.search.active button {
  display: block;
}

.search.active ul {
  display: block;
}

.title {
  margin-bottom: 10px;
}

.title:after {
  content: "";
  display: block;
  clear: both;
}

.title h2 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  float: left;
}

.title a {
  float: right;
  font-weight: 400;
  font-size: 12px;
  color: #a4a4a4;
  padding: 4px 0;
}

.title a img {
  margin-left: 5px;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.category {
  text-align: center;
}

.category>div {
  margin: 0 -0.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category>div>* {
  width: calc(100% / 5 - 1%);
  margin: 0 0.5% 10px;
}

.category a div {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #F7F7F7;
  border-radius: 60px;
  padding: 10px 0 0;
  margin-bottom: 10px;
}

.category a div img {
  height: 40px;
}

.category a h3 {
  font-weight: 400;
  font-size: 12px;
  color: #000;
}

.buttonbar {
  position: fixed;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 90;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 5px;
}

.buttonbar:after {
  content: "";
  display: block;
  clear: both;
}

.buttonbar li {
  float: left;
}

.buttonbar li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  position: relative;
}

.buttonbar li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.buttonbar li.active a {
  background-color: #000;
}

.buttonbar li.active a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.campaigns>div {
  margin: 0 -1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.campaigns>div>* {
  width: calc(100% / 2 - 2%);
  margin: 0 1% 0;
}

.campaigns a {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

.campaigns a>img {
  width: 100%;
  display: block;
}

.campaigns a div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}

.campaigns a div h4 {
  position: absolute;
  left: 10px;
  bottom: 45px;
  right: 20px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

.campaigns a div span {
  position: absolute;
  left: 10px;
  bottom: 20px;
  font-weight: 400;
  font-size: 12px;
  color: #a4a4a4;
}

.campaigns a div span img {
  height: 10px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.menu {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #fff;
  padding: 30px 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu button {
  margin-bottom: 30px;
}

.menu h5 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.menu h5:hover {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.menu .links {
  margin-bottom: 20px;
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.menu .links:hover {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.menu .links li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.menu .links li a img {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.menu .social li {
  display: inline-block;
  margin-right: 10px;
}

.menu>a {
  position: fixed;
  left: -100vw;
  bottom: 30px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.menu>a:hover {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.menu>a img {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.menu.active {
  left: 0;
}

.menu.active h5 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.menu.active .links {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.menu.active>a {
  left: 10px;
}

.splashscreen {
  padding: 0 10px;
}

@-webkit-keyframes backgroundAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes backgroundAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@-webkit-keyframes productAnimation {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes productAnimation {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.splashscreen .background {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.splashscreen .background img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.splashscreen .background img.animation {
  -webkit-animation: backgroundAnimation 60s forwards;
  animation: backgroundAnimation 60s forwards;
}

.splashscreen .product {
  margin: 30px 0 20px -100px;
  width: 450px;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}

.splashscreen .product.animation {
  -webkit-animation: productAnimation 60s forwards;
  animation: productAnimation 60s forwards;
}

.splashscreen .icon {
  margin-bottom: 10px;
  height: 40px;
}

.splashscreen h1 {
  font-weight: 700;
  font-size: 45px;
  color: #fff;
  margin-bottom: 10px;
}

.splashscreen h1 span {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  text-decoration: underline;
}

.splashscreen p {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}

.splashscreen a {
  display: block;
  background-color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  padding: 16px 0;
  border-radius: 20px;
}

.product-description p {
  font-weight: 400;
  font-size: 12px;
  color: #a4a4a4;
}

.product-description h1 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 10px 0;
}

.product-description a {
  display: inline-block;
  background-color: #f7f7f7;
  text-align: center;
  padding: 10px 50px;
  border-radius: 20px;
}

.product-description a span {
  display: inline-block;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  margin-left: 10px;
}

.product>div {
  margin: 0 -1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product>div>* {
  width: calc(100% / 2 - 2%);
  margin: 0 1% 10px;
}

.product a {
  background-color: #f7f7f7;
  border-radius: 20px;
  overflow: hidden;
}

.product a>img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product a div {
  padding: 10px 10px 20px;
}

.product a div h3 {
  font-weight: 500;
  font-size: 13px;
  color: #000;
}

.product a div p {
  font-weight: 700;
  font-size: 13px;
  color: #000;
  margin: 10px 0;
}

.product a div span {
  font-weight: 500;
  font-size: 12px;
  color: #a4a4a4;
}

.product a div span img {
  height: 10px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.home {
  margin: 0 10px;
}

.home .slider {
  margin-bottom: 10px;
}

.home .slider a {
  position: relative;
  padding: 30px 20px;
}

.home .slider a img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.home .slider a h1 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.home .slider a p {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  width: 60%;
  margin-bottom: 10px;
}

.home .slider a button {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  height: 30px;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 15px;
}

.home .slider .slick-dots {
  text-align: center;
}

.home .slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border: 2px solid #000;
  margin: 0 3px;
  border-radius: 10px;
}

.home .slider .slick-dots li.slick-active {
  background-color: transparent;
}

.home .slider .slick-dots li * {
  display: none;
}

.home .slider .slick-list {
  border-radius: 20px;
  overflow: hidden;
}

.home .slider.product a {
  padding: 100px 0;
}

.home .buttons {
  text-align: center;
}

.home .buttons>div {
  margin: 0 -1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home .buttons>div>* {
  width: calc(100% / 2 - 2%);
  margin: 0 1% 10px;
}

.home .buttons a {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 14px 0 11px;
}

.home .buttons a img {
  height: 35px;
}

.home .buttons a p {
  display: inline-block;
  -webkit-transform: translateY(-11px);
  -ms-transform: translateY(-11px);
  transform: translateY(-11px);
}