/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/archive-products.scss ***!
  \*******************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Ade-Display";
  src: url(../fonts/Ade-Display.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Light";
  src: url(../fonts/Inter-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular";
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url(../fonts/Inter-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 400 14px/1 "Inter-Regular", sans-serif;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  padding: 14px 40px;
  cursor: pointer;
}
.btn--timber {
  color: #5E4C3E;
  background: #E1D7CE;
}
.btn--baby {
  color: #454545;
  background: #F5F8F1;
}
.btn--khaki {
  color: #5E4C3E;
  background: #B59F79;
}
.btn--umber {
  color: #E1D7CE;
  background: #5E4C3E;
}
.btn--black {
  color: #F5F8F1;
  background: #454545;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
  .container {
    padding: 0 45px;
  }
}
.header {
  position: fixed;
  padding: 20px 0;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  overflow: hidden;
}
.header__logo svg {
  transform: translateX(-72%);
  transition: transform 300ms ease-in-out;
}
.header__logo:hover svg {
  transform: translateX(0);
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__menu-item {
  font: 400 14px/1 "Inter-Regular", sans-serif;
  color: #5E4C3E;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.header__menu-item-hidden {
  display: none;
}

.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.wpcf7 input {
  background: #F5F8F1;
  width: 100%;
  text-align: center;
  font: 400 14px/1.3 "Inter-Regular", sans-serif;
  text-transform: uppercase;
  padding: 26px;
  outline: 0;
  border: 1px solid #454545;
}
.wpcf7 input::-moz-placeholder {
  color: #454545;
}
.wpcf7 input::placeholder {
  color: #454545;
}
.wpcf7 input:focus, .wpcf7 input:active {
  outline: 0;
}
.wpcf7 input[type=submit] {
  background: #454545;
  color: #F5F8F1;
}
.wpcf7-spinner {
  display: none !important;
}

.footer {
  position: relative;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.footer__top {
  position: absolute;
  height: 100vh;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #454545;
  overflow: hidden;
  z-index: 2;
}
.footer__marquee {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 10px 0;
}
.footer__marquee-text {
  flex-shrink: 0;
  font: 400 60px/1.2 "Ade-Display", sans-serif;
  color: #F5F8F1;
  animation: marquee 10s linear infinite;
}
.footer__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(100%);
  padding-top: 80px;
  z-index: 3;
}
.footer__bottom-content {
  background: #F5F8F1;
  height: 100%;
  padding: 20px 0;
}
.footer__bottom .container {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.footer__info--desk {
  display: none;
}
.footer__text {
  font: 500 14px/1.3 "Inter-Medium", sans-serif;
  max-width: 380px;
}
.footer__reach {
  text-align: center;
}
.footer__reach-label {
  font: 500 14px/1.3 "Inter-Medium", sans-serif;
  margin-bottom: 15px;
}
.footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.footer__social {
  transition: opacity 300ms ease-in-out;
}
.footer__social-icon {
  width: 15px;
  height: auto;
}
.footer__social:hover {
  opacity: 0.5;
}
.footer__copyright {
  font: 500 14px/1.3 "Inter-Medium", sans-serif;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer__marquee {
    padding: 30px 0;
  }
  .footer__marquee-text {
    font-size: 120px;
  }
  .footer__bottom {
    padding-top: 190px;
  }
  .footer__bottom-content {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__marquee {
    padding: 0;
  }
  .footer__marquee-text {
    font-size: 220px;
  }
  .footer__bottom {
    padding-top: 240px;
  }
  .footer__bottom-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer__bottom .container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer__bottom .footer__reach, .footer__bottom .footer__copyright {
    display: none;
  }
  .footer__bottom-left {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
  }
  .footer__info--desk {
    display: block;
  }
  .footer__info--desk .footer__reach, .footer__info--desk .footer__copyright {
    text-align: left;
    display: block;
  }
  .footer__info--desk .footer__reach {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer__info--desk .footer__reach-label {
    margin-bottom: 0;
  }
  .footer__info--desk .footer__copyright {
    margin-top: 30px;
  }
  .footer__info--desk .footer__socials {
    justify-content: flex-start;
  }
}
body {
  background: #E0D7CE;
}

.header {
  opacity: 1;
}

.products {
  padding: 150px 0;
}
.products .container {
  max-width: 1400px;
}
.products__filters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.products__filter {
  position: relative;
  background: transparent;
  outline: 0;
  border: 0;
  font: 400 18px/1.3 "Inter-Regular", sans-serif;
  color: #454545;
}
.products__filter.active::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDIzIDE0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTIyLjkyMSAwTDE2LjY1NSAwQzE2LjY1NSAwIDE2LjY1NSAwIDE2LjY1MDEgMEMxNC45MzE3IDIuOTQwMzMgMTMuMjEzNCA1Ljg3NTg5IDExLjUgOC44MTYyM0M5Ljc4MTY4IDUuODc1ODkgOC4wNjMzNSAyLjk0MDMzIDYuMzQ5OTYgMEM2LjM0OTk2IDAgNi4zNDk5NSAwIDYuMzQ1MDEgMEwwLjA3OTAyMDcgMEMwLjAzNDU4MTEgMC4yMjQzNDQgMC4wNDQ0Mzk3IDAuMTc2NjExIDAgMC40MDA5NTVDMC44MTk2NjUgMC43MTU5OTEgMS42MzQ0MSAxLjAzMTAzIDIuNDU0MDcgMS4zNDEyOUMzLjgzMTcgMS44NzExMiA0Ljk4MjE4IDIuODQwMDkgNS43MDgwMyA0LjA4NTkyQzcuNjM4NjggNy4zODkwMiA5LjU2OTM2IDEwLjY5NjkgMTEuNSAxNEMxMy40MzA3IDEwLjY5NjkgMTUuMzYxMyA3LjM4OTAyIDE3LjI5MiA0LjA4NTkyQzE4LjAyMjggMi44NDAwOSAxOS4xNjgzIDEuODcxMTIgMjAuNTQ2IDEuMzQxMjlDMjEuMzY1NiAxLjAyNjI1IDIyLjE4MDMgMC43MTEyMTcgMjMgMC40MDA5NTVDMjIuOTU1NiAwLjE3NjYxMSAyMi45NjU0IDAuMjI0MzQ0IDIyLjkyMSAwWiIgZmlsbD0iIzQ1NDU0NSIvPgo8L3N2Zz4=);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.products__list {
  display: grid;
  grid-template-columns: 1fr;
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.products .product__card:nth-child(1) {
  animation-delay: 0.1s;
}
.products .product__card:nth-child(2) {
  animation-delay: 0.2s;
}
.products .product__card:nth-child(3) {
  animation-delay: 0.3s;
}
.products .product__card:nth-child(4) {
  animation-delay: 0.4s;
}
.products .product__card:nth-child(5) {
  animation-delay: 0.5s;
}
.products .product__card:nth-child(6) {
  animation-delay: 0.6s;
}
.products .product__card:nth-child(7) {
  animation-delay: 0.7s;
}
.products .product__card:nth-child(8) {
  animation-delay: 0.8s;
}
.products .product__card:nth-child(9) {
  animation-delay: 0.9s;
}
.products .product__card:nth-child(10) {
  animation-delay: 1s;
}
.products .product__card:nth-child(11) {
  animation-delay: 1.1s;
}
.products .product__card:nth-child(12) {
  animation-delay: 1.2s;
}
.products .product__card:nth-child(13) {
  animation-delay: 1.3s;
}
.products .product__card:nth-child(14) {
  animation-delay: 1.4s;
}
.products .product__card:nth-child(15) {
  animation-delay: 1.5s;
}
.products .product__card:nth-child(16) {
  animation-delay: 1.6s;
}
.products .product__card:nth-child(17) {
  animation-delay: 1.7s;
}
.products .product__card:nth-child(18) {
  animation-delay: 1.8s;
}
.products .product__card:nth-child(19) {
  animation-delay: 1.9s;
}
.products .product__card:nth-child(20) {
  animation-delay: 2s;
}
.products .product__card:nth-child(21) {
  animation-delay: 2.1s;
}
.products .product__card:nth-child(22) {
  animation-delay: 2.2s;
}
.products .product__card:nth-child(23) {
  animation-delay: 2.3s;
}
.products .product__card:nth-child(24) {
  animation-delay: 2.4s;
}
.products .product__card:nth-child(25) {
  animation-delay: 2.5s;
}
.products .product__card:nth-child(26) {
  animation-delay: 2.6s;
}
.products .product__card:nth-child(27) {
  animation-delay: 2.7s;
}
.products .product__card:nth-child(28) {
  animation-delay: 2.8s;
}
.products .product__card:nth-child(29) {
  animation-delay: 2.9s;
}
.products .product__card:nth-child(30) {
  animation-delay: 3s;
}
.products .product {
  display: none;
  grid-template-columns: 1fr;
  align-items: center;
}
.products .product__main, .products .product__empty, .products .product__quote {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
}
.products .product__main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products .product__main-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(94, 76, 62, 0) 62.38%, rgba(94, 76, 62, 0.8) 100%);
  z-index: 1;
}
.products .product__main-title {
  position: absolute;
  width: 100%;
  max-width: 200px;
  left: 50%;
  bottom: 0;
  font: 500 14px/1.4 "Inter-Medium", sans-serif;
  color: #F5F8F1;
  text-transform: uppercase;
  text-align: center;
  transform: translateX(-50%);
  padding: 24px;
  z-index: 2;
}
.products .product__quote {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: 500 14px/1.4 "Inter-Medium", sans-serif;
  color: #F5F8F1;
  padding: 54px;
}
.products .product__quote--0, .products .product__quote--4 {
  background: #5E4C3E;
}
.products .product__quote--1, .products .product__quote--5 {
  background: #454545;
}
.products .product__quote--2, .products .product__quote--6 {
  background: #B59F79;
}
.products .product__quote--3, .products .product__quote--7 {
  background: #9FA699;
}
.products .product__card {
  display: none;
  opacity: 0;
}
.products .product__card.active {
  animation: FadeIn 300ms ease-in-out forwards;
}
.products .product__card.active:not(.product__empty) {
  display: block;
}

.footer {
  display: none;
}

@media only screen and (min-width: 768px) {
  .products__filters {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .products__list {
    grid-template-columns: 1fr 1fr;
  }
  .products .product__empty.active {
    display: block;
  }
  .products .product__empty--mob.active {
    display: block;
  }
  .products .product__empty--desk.active {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .products__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .products .product__empty--mob.active {
    display: none;
  }
  .products .product__empty--desk.active {
    display: block;
  }
}
