*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Mont";
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  background-position: center !important;
}
@media (max-width: 992px) and (orientation: landscape) {
  body {
    background-size: auto !important;
  }
}
body.hp {
  background: url("./images/mimosa.jpg") no-repeat;
  background-size: cover;
}
body.green-bg {
  background: #006b64;
}
body #hp-bg {
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

@font-face {
  font-family: "Mont";
  src: url("./fonts/Mont-Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url("./fonts/Mont-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotcha";
  src: url("./fonts/GotchaRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.header {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 2rem;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .header {
    justify-content: center;
    padding-block: 1rem;
  }
}
@media (max-width: 992px) {
  .header.hp {
    background-color: #fff;
    justify-content: center;
  }
}
.header .header-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.header .header-logo {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.header .header-logo img {
  width: 180px;
  height: auto;
}
.header .header-logo img#logo-2 {
  display: none;
}
.header .site-tagline {
  font-size: 0.95rem;
  color: #6b7280;
}

main {
  padding: 1rem;
  height: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 992px) {
  main {
    padding: 0.5rem 2rem;
    height: auto;
    align-items: start;
  }
}
main.hp {
  align-items: center;
}

#homepage {
  display: block;
}
@media (max-width: 992px) and (orientation: landscape) {
  #homepage {
    height: 100%;
  }
}
@media (max-width: 992px) {
  #homepage.ovals {
    padding: 0;
    width: 100%;
  }
}
#homepage .left-down-el {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #006b64;
  padding: 15px 8px 8px 8px;
}
@media (max-width: 992px) {
  #homepage .left-down-el {
    display: none;
  }
}
#homepage .left-down-el .title {
  display: flex;
  align-items: self-end;
  line-height: 1;
  margin-bottom: 1rem;
  justify-content: end;
}
#homepage .left-down-el .title .collection-text {
  font-family: "Gotcha";
  writing-mode: sideways-lr;
  color: #dacda2;
  font-size: 52px;
  line-height: 1;
  left: 10px;
  position: relative;
}
#homepage .left-down-el .title .cuisine-text {
  font-family: "Mont";
  writing-mode: sideways-lr;
  color: #fff;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: -2.9px;
}
#homepage .left-down-el .numbers-text {
  font-size: 83px;
  font-weight: 900;
  line-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4d9893;
}
#homepage .gotoCatalogue {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  background: #006b64;
  border-radius: 500px;
  line-height: 23px;
  padding: 14px 18px;
  color: #fff;
  margin-top: 2rem;
  font-size: 1.3rem;
}
@media (max-width: 992px) {
  #homepage .gotoCatalogue {
    margin-top: 1.25rem;
    font-size: 6dvw;
    text-align: center;
  }
}

.ovals {
  padding: 1rem;
}
@media (max-width: 992px) {
  .ovals {
    padding: 0 1rem;
  }
}
.ovals .ovals-grid {
  display: grid;
  gap: 0 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.ovals .ovals-grid.hp {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 992px) {
  .ovals .ovals-grid.hp {
    grid-template-columns: unset;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    margin: 0;
    width: 100%;
    gap: 1.25rem;
  }
}
.ovals .ovals-grid.trends {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 992px) {
  .ovals .ovals-grid.trends {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ovals .ovals-grid.presets {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 992px) {
  .ovals .ovals-grid.presets {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .ovals .ovals-grid.presets.desktop {
    display: none;
  }
}
.ovals .ovals-grid.presets.mobile {
  display: none;
}
@media (max-width: 992px) {
  .ovals .ovals-grid.presets.mobile {
    display: flex;
  }
}
.ovals .ovals-grid.presets.mobile > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.ovals .ovals-grid.presets .trend:nth-child(even) {
  margin-top: unset;
}

.trend {
  position: relative;
  overflow: hidden;
  text-align: center;
  max-width: 300px;
  opacity: 0.7;
  text-decoration: none;
  cursor: pointer;
}
.trend:nth-child(even) {
  margin-top: 25%;
}
.trend.hp {
  width: 300px;
  background: unset;
  border: none;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .trend.hp {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    max-width: unset;
  }
}
.trend.hp h2 {
  font-size: 3.5rem;
}
.trend.hp h2 strong {
  font-size: 3rem;
}
.trend.hp:nth-child(even) {
  margin-top: unset;
}
@media (max-width: 992px) {
  .trend {
    padding: 0;
  }
  .trend:nth-child(even) {
    margin-top: 25%;
  }
  .trend:nth-child(odd) {
    margin-top: 0;
  }
}
.trend .trend-header {
  position: relative;
}
.trend .trend-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #fff;
}
.trend .trend-title.hp {
  font-family: "Gotcha";
  letter-spacing: 2.2px;
  color: #006b64;
  font-weight: 500;
  line-height: 1;
}
.trend .trend-title.hp strong {
  font-family: "Mont";
  color: #dacda2;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .trend .trend-title {
    font-size: 12px;
  }
}
.trend .trend-oval {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 3/5;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trend .trend-oval.hp {
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 992px) {
  .trend .trend-oval.hp {
    aspect-ratio: unset;
    aspect-ratio: unset;
    height: 200px;
  }
}
.trend .trend-oval.hp::after {
  display: none;
}
.trend .trend-oval::after {
  content: "";
  display: block;
  background-color: #dacda2;
  width: 20px;
  height: 40px;
  position: absolute;
  bottom: -20px;
  border-radius: 50px;
}
.trend .trend-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}/*# sourceMappingURL=style.css.map */