@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  color: #311515;
  font-family: "Arvo", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arvo", serif;
  color: #311515;
}

.main, .page-custom-wrap {
  padding-left: 0;
  padding-right: 0;
  max-width: 100% !important;
}

.niclas-custom-width, .my-content-wrap {
  width: 100% !important;
  max-width: 1200px !important;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.header {
  background-color: #221f20;
  color: rgba(255, 255, 255, 0.75);
  padding: 20px 0;
}

.footer {
  background-color: #221f20;
  margin-top: 50px;
  border-top: 60px solid #e5e3dd;
  color: rgba(255, 255, 255, 0.75);
}
.footer-wrap {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.footer-text {
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer-link {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer-link img {
  height: 25px;
  width: auto;
  display: block;
}

.ecom .btn-more-menu .btn span {
  background-color: rgba(255, 255, 255, 0.75);
}

.ecom__homepage-second-text {
  padding: 30px 0 10px;
  background-color: #e5e3dd;
}

.page__title {
  margin-bottom: 25px;
  font-size: 40px;
  text-transform: capitalize;
}
.page__title hr {
  display: none;
}
.page__title--h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.page__title--h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.niclas.ecom_index .latest-products {
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.niclas.ecom_index .latest-products .category-page__products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
}
.niclas.ecom_index .latest-products .category-page__products-item {
  padding: 20px;
  background-color: #e5e3dd;
}
.niclas.ecom_index .popular-products {
  margin-top: 50px;
}
.niclas.ecom_index .popular-products-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
}
.niclas-button {
  background-color: rgb(49, 21, 21);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 25px;
}
.niclas .ecom__homepage-top-text {
  position: relative;
  border-bottom: 80px solid #e5e3dd;
}
.niclas .ecom__homepage-top-text .banner-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.niclas .ecom__homepage-top-text .banner-text-desc {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
}
.niclas .ecom__homepage-top-text .banner-text-desc h2 {
  font-size: 40px;
}
.niclas .ecom__homepage-top-text .banner-text-btn {
  background-color: #fff;
  padding: 8px 15px;
  border: 2px solid #311515;
}

.category-page__products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
}

.category-page__products-item {
  padding: 20px;
  background-color: #e5e3dd;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.category-page__products-item .title {
  font-size: 15px;
}
.category-page__products-item .title:hover {
  text-decoration: underline;
}
.category-page__products-item .thumbnail {
  overflow: hidden;
  position: relative;
}
.category-page__products-item .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s;
}
.category-page__products-item .when-hover {
  display: none;
}
.category-page__products-item:hover .thumbnail img {
  transform: scale(1.2);
}

.my-content-wrap {
  padding-top: 30px;
}

.ecom_index .my-content-wrap {
  max-width: unset !important;
  padding: 0;
}

.filter-block {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #e5e3dd;
}
.filter-block .page__title {
  margin-bottom: 10px;
  font-size: 30px;
}
.filter-block .ecom__categories-link {
  padding: 6px 17px;
}

.scroll-down {
  display: none !important;
}

@media (max-width: 991.98px) {
  .niclas.ecom_index .latest-products .category-page__products {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .niclas.ecom_index .popular-products-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .niclas.ecom_index .ecom__homepage-top-text .banner-text-desc h2 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .niclas.ecom_index .latest-products .category-page__products {
    grid-template-columns: 1fr 1fr;
  }
  .niclas.ecom_index .popular-products-list {
    grid-template-columns: 1fr 1fr;
  }
  .ecom .category-page__products {
    grid-template-columns: 1fr 1fr;
  }
}