* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-bottom: 0 !important;
}

.aw-more-brown-container {
  font-family: "Aktiv Grotesk", sans-serif;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.aw-more-brown-container .hero {
  position: relative;
  height: 960px;
  width: 100%;
  background-image: url("../images/Hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.aw-more-brown-container .hero-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.aw-more-brown-container .hero-text {
  position: absolute;
  left: 80px;
  top: 592.26px;
  z-index: 3;
}
.aw-more-brown-container .collection-title {
  font-family: "Times New Roman", serif;
  font-weight: 400;
  font-size: 36.923px;
  line-height: 48px;
  color: #551a1a;
  letter-spacing: 1.8462px;
  margin: 0 0 20px 0;
}
.aw-more-brown-container .main-title {
  font-family: "Times New Roman", serif;
  font-weight: 400;
  font-size: 84.923px;
  line-height: 84.923px;
  color: #551a1a;
  letter-spacing: 4.2462px;
  margin: 0 0 20px 0;
}
.aw-more-brown-container .adam-logo {
  width: 220px;
  height: 22.759px;
  margin-top: 20px;
}
.aw-more-brown-container .adam-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aw-more-brown-container .hero-arrow {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 127.962px;
  height: 127.962px;
  z-index: 3;
}
.aw-more-brown-container .hero-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aw-more-brown-container .hero-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.aw-more-brown-container .hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aw-more-brown-container .main-content {
  padding: 0;
  background-color: #ffffff;
}
.aw-more-brown-container .content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin: 0 auto;
}
.aw-more-brown-container .content-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.aw-more-brown-container .content-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  transition: all 0.3s ease;
  opacity: 0;
}
.aw-more-brown-container .content-item::after {
  content: "CHECK";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  font-family: "Aktiv Grotesk", sans-serif;
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.aw-more-brown-container .content-item:hover::before {
  background-color: #333333;
  opacity: 0.8;
}
.aw-more-brown-container .content-item:hover::after {
  opacity: 1;
}
.aw-more-brown-container .content-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.aw-more-brown-container .product-info {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1.2px;
  border-radius: 4px;
}
.aw-more-brown-container .aw-more-brown-container_footer {
  position: relative;
  height: 539px;
  width: 100%;
  background-image: url("../images/Footer.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.aw-more-brown-container .aw-more-brown-container_footer .footer-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.aw-more-brown-container .aw-more-brown-container_footer .footer-text {
  position: absolute;
  left: 30px;
  top: 30px;
  font-family: "Aktiv Grotesk", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #551a1a;
  letter-spacing: 0.6px;
  width: 372px;
  z-index: 3;
}
.aw-more-brown-container .aw-more-brown-container_footer .footer-text p {
  margin: 0;
}
.aw-more-brown-container .aw-more-brown-container_footer .footer-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.aw-more-brown-container .aw-more-brown-container_footer .footer-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .aw-more-brown-container .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .aw-more-brown-container .hero {
    height: 100vh;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .aw-more-brown-container .hero-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    width: 359px;
  }
  .aw-more-brown-container .collection-title {
    font-size: 20px;
    line-height: 32px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .aw-more-brown-container .main-title {
    font-size: 46px;
    line-height: 52px;
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .aw-more-brown-container .adam-logo {
    width: 116px;
    margin: 0;
    text-align: left;
  }
  .aw-more-brown-container .hero-arrow {
    width: 100px;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .aw-more-brown-container .main-content {
    position: relative;
    z-index: 2;
    margin-top: 100vh;
    background-color: #ffffff;
  }
  .aw-more-brown-container .content-item {
    height: 300px;
  }
  .aw-more-brown-container .content-item .product-info {
    font-size: 10px;
    bottom: 5px;
  }
  .aw-more-brown-container .aw-more-brown-container_footer {
    height: 260px;
    background-image: url("../images/Footer-sp.webp");
    z-index: 100;
  }
  .aw-more-brown-container .aw-more-brown-container_footer .footer-text {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 15px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
  }
}
.aw-more-brown-container .embla {
  width: 100%;
}
.aw-more-brown-container .embla__viewport {
  width: 100%;
}
.aw-more-brown-container .embla__container {
  display: flex;
  width: 100%;
}
.aw-more-brown-container .embla__slide {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
}
.aw-more-brown-container .embla__slide img {
  width: 101%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .aw-more-brown-container .embla__slide img {
    height: 300px;
  }
}
.aw-more-brown-container .scroll-in {
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s ease;
}
.aw-more-brown-container .scroll-in.visible {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */