/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/styles/pages/archive-lavante_product.scss ***!
  \************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500&display=swap);
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/styles/pages/archive-lavante_product.scss (1) ***!
  \****************************************************************************************************************************************************************************************************/
html, body {
  scroll-behavior: smooth;
  scroll-padding-top: 77px;
}

#content {
  margin-top: 77px;
}

body.home #content {
  margin-top: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Karla", sans-serif;
}

.hidden {
  display: none;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 32px;
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

.cta-button {
  color: #E9E9E9;
  background-color: #000000;
  border-radius: 16px;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.3s ease-in-out;
}
.cta-button:hover {
  background-color: #3B3C3D;
}

.sec-button {
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #000000;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.sec-button:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.desc {
  font-size: 14px;
  font-weight: 300;
  color: #535455;
  line-height: 18px;
}
.desc p {
  font-size: 14px;
  font-weight: 300;
  color: #535455;
  line-height: 18px;
}

.icon {
  width: 80px;
  height: 80px;
}

.flex {
  display: flex;
}
.flex--column {
  flex-direction: column;
}
.flex--row {
  flex-direction: row;
}
.flex--center {
  justify-content: center;
  align-items: center;
}
.flex--between {
  justify-content: space-between;
}
.flex--end {
  justify-content: flex-end;
}

a {
  text-decoration: none;
}

.post-type-archive-lavante_product .product-filters {
  padding: 16px 60px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #828384;
  background: #E9E9E9;
  position: relative;
  z-index: 10;
}
.post-type-archive-lavante_product .product-filters p {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.post-type-archive-lavante_product .product-filters p img {
  margin-bottom: -5px;
}
.post-type-archive-lavante_product .product-filters__filters {
  background: #E9E9E9;
  padding: 16px 36px;
  transition: all 0.3s ease-in-out;
  display: block;
  opacity: 0;
  max-height: 0;
  transform: translateY(-80px);
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .post-type-archive-lavante_product .product-filters__filters {
    padding: 32px 80px;
  }
}
.post-type-archive-lavante_product .product-filters__filters.open {
  opacity: 1;
  max-height: 100%;
  pointer-events: all;
  transform: translateY(0);
}
.post-type-archive-lavante_product .product-filters__filters .filters {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-lavante_product .product-filters__filters .filters {
    flex-direction: column;
    gap: 24px;
  }
}
.post-type-archive-lavante_product .product-filters__filters .filters .filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-lavante_product .product-filters__filters .filters .filter label {
    display: none;
  }
}
.post-type-archive-lavante_product .product-filters__filters .filters .filter label input {
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-lavante_product .product-filters__filters .filters .filter.open label {
    display: block;
  }
}
.post-type-archive-lavante_product .product-filters__filters .flex {
  margin-top: 2rem;
  gap: 24px;
}
.post-type-archive-lavante_product .product-filters__filters .flex button {
  outline: none;
  border: none;
}
.post-type-archive-lavante_product .products {
  min-height: 334px;
}
.post-type-archive-lavante_product .product-grid {
  margin-top: 2rem;
  margin: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media screen and (min-width: 601px) {
  .post-type-archive-lavante_product .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 901px) {
  .post-type-archive-lavante_product .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1367px) {
  .post-type-archive-lavante_product .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.post-type-archive-lavante_product .load-more-container {
  margin-bottom: 2rem;
}
.post-type-archive-lavante_product .load-more-container button {
  cursor: pointer;
}

/*# sourceMappingURL=archive-lavante_product.css.map*/