/*!
Theme Name: artroom
Version: 1.0.0
*/

.header-nav__link {
    font-size: 12px!important;
}

.home-sections {

}
.home-sections__wrapper {

}

.home-sections-rows {
    display: flex;
    flex-direction: column;
    gap: 25px 0px;
}
.home-sections-rows__row {
    display: flex;
}  

.home-sections-cols {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px 15px;
}
.home-sections-cols__col {
    width: calc((100% - 15px) / 2);
    display: flex;
}

@media (max-width: 992px) {
    .home-sections-cols {
        flex-direction: column;
    }
    .home-sections-cols__col {
        width: 100%;
    }
}

.home-sections-item {
    background: #f9f9f9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  flex-direction: column;
  gap: 15px 0px;
}
.home-sections-item__row {
    display: flex;
}
.home-sections-item__row--fluid {
    height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-sections-item-img {
    width: 100%;
  max-width: 130px;
}
.home-sections-item-link {
    font-size: 12px;
  letter-spacing: .2em;
  font-weight: 900;
  text-transform: uppercase;
  color: #555;
  cursor: pointer;
  text-align: center;
}

.home-page-nav {
    z-index: 1;
  position: relative;
}
@media (max-width: 1200px) {
    .home-page-nav {
        display: none;
    }
}

.archive-filter {
    display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 50px;
  gap: 0px 15px;
}
@media (max-width: 1200px) {
    .archive-filter {
        overflow: auto;
        justify-content: flex-start;
    }
}
.archive-filter__col {
    width: 100%;
  max-width: 120px;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px 0px;
}

.archive-filter-item {
    position: relative;
  border: 1px solid #f0f0f0;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  cursor: pointer;
}
.archive-filter-item--active {
    border: 1px solid #567d78;
}
.archive-filter-item:after {
    content: "";
    width: 75px;
  height: 75px;
    display: block;
    position: absolute;
    background: #f9f9f9;
    border-radius: 100%;
    top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.archive-filter-label {
    letter-spacing: .1em;
  font-family: Roboto,sans-serif;
  font-weight: 900;
  color: #555;
  font-size: 14px;
  text-align: center;
}

.archive-filter-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.product_category {
  display: block;
}