.header {
  color: #fff;
  text-align: center;
  cursor: default;
  margin-top: 64px;
}

.header__logo {
  max-width: 190px;
  max-height: 190px;
  min-height: 60px;
  min-height: 60px;
  margin-top: 8rem;
}

.white__background {
  background-color: #fff;
}

.header__slider.principal {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  opacity: 1;
  background-color: #ffbcbc;
}

.header__slider {
  width: 100%;
  transition: all 0.5s ease;
  opacity: 1;
  background-color: #ffbcbc;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.header__img {
  max-width: 100%;
  max-height: 100%;
  margin-top: 10px;
}

.header__logo {
  margin: 0;
  padding: 0;
  /* height: 600px; */
}

.slider__title {
  font-family: "Josefin Sans";
  font-size: 3em;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
  border-bottom: none;
}

li:hover {
  transition: all 0.5s ease;
  text-decoration: underline;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-dot,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.dot__container {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  top: 770px;
  left: 49%;
}
/* Next & previous buttons */
.arrow__left {
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 2px;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: transparent;
  border: none;
  /* box-shadow: 0 0 0.5em rgb(0 0 0 / 25%); */
}
.arrow__right {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: transparent;
  border: none;
  /* box-shadow: 0 0 0.5em rgb(0 0 0 / 25%);; */
}

/* Position the "next button" to the right */
.arrow__right {
  right: 2px;
  border-radius: 3px 0 0 3px;
}

.arrow__left:hover,
.arrow__right:hover {
  background-color: #f8a3a3;
}

@media (max-width: 600px) {
  .arrow__right,
  .arrow__left {
    display: none;
  }

  .touch-left {
    height: 100%;
    width: 40%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  .touch-right {
    height: 100%;
    width: 40%;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
  }
  .dot__container {
    display: none;
  }

  .slider__title {
    font-size: 2em;
  }

  .header__slider.principal {
    height: 100vh;
  }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .arrow__left,
  .arrow__right {
    font-size: 11px;
  }
}


.link {
  width: 80%;
}

.button {
  padding: 0.3em 1em;
}

.filter-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  padding-top: 50px;
}

.product-list-title {
  display: flex;
  margin-top: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .filter-container {
    flex-direction: column;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .product-list-title {
    margin-top: 0;
  }
  .content-list {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 360px) {
  .product-list-title {
    font-size: 20px !important;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 320px) {
  .product-list-title {
    font-size: 18px !important;
    justify-content: flex-end;
  }
}

.content-nav {
  z-index: 9999999999999;
  width: 100%;
  position: fixed;
  top: 0;
}

.not-opacity:hover {
  opacity: 1 !important;
}

.not-underline {
  text-decoration: none !important;
  text-transform: none !important;
  border-bottom: none !important;
}