/* CAPDECO Fast category v1 */

.page-category #wrapper,
.page-category #content-wrapper,
.page-category #main,
.page-category #content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-category #wrapper > .container,
.page-category #wrapper .container,
.page-category #wrapper .row {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.page-category [class*="col-"] {
  float: none;
  width: auto;
  max-width: none;
}

.page-category .breadcrumb {
  max-width: 1380px;
  margin: 26px auto 0;
  padding: 0 30px;
  color: #766e64;
  font-size: 13px;
}

.page-category .breadcrumb ol,
.page-category .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-category .breadcrumb li::after {
  content: "/";
  margin-left: 8px;
  color: #b5aa9e;
}

.page-category .breadcrumb li:last-child::after {
  display: none;
}

.page-category .block-category {
  max-width: 1380px;
  margin: 34px auto 34px;
  padding: 0 30px;
  text-align: center;
}

.page-category .block-category h1,
.page-category h1,
.page-category .h1 {
  margin: 0;
  color: #111;
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.05em;
}

.page-category .block-category .category-cover {
  margin-top: 32px;
}

.page-category .block-category .category-cover img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.page-category .category-description {
  max-width: 760px;
  margin: 20px auto 0;
  color: #4a443d;
  font-size: 16px;
  line-height: 1.65;
}

.page-category #products {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 30px 78px;
}

.page-category #js-product-list-top,
.page-category .products-selection {
  margin: 0 0 28px;
  padding: 18px 0;
  border-top: 1px solid #ebe5dc;
  border-bottom: 1px solid #ebe5dc;
  color: #4b453e;
  font-size: 13px;
}

.page-category .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px 24px;
  margin: 0;
}

.page-category .product-miniature {
  width: auto;
  padding: 0;
  text-align: center;
}

.page-category .thumbnail-container {
  position: relative;
  margin: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.page-category .product-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: #f7f6f3;
  overflow: hidden;
}

.page-category .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform .25s ease;
}

.page-category .product-miniature:hover .product-thumbnail img {
  transform: scale(1.018);
}

.page-category .product-description {
  position: static;
  height: auto;
  padding: 18px 8px 0;
  background: transparent;
}

.page-category .product-title {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: none;
}

.page-category .product-title a {
  color: inherit;
}

.page-category .product-price-and-shipping {
  margin-top: 10px;
  color: #111;
  font-size: 17px;
  line-height: 1.2;
}

.page-category .price {
  color: #111;
  font-weight: 400;
}

.page-category .regular-price {
  margin-left: 8px;
  color: #938a80;
  text-decoration: line-through;
}

.page-category .product-flags {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-category .product-flag {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  background: #111;
  color: #fff;
  padding: 0 9px;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.page-category .highlighted-informations,
.page-category .variant-links {
  background: transparent;
  box-shadow: none;
}

.page-category .pagination {
  margin: 50px 0 0;
  text-align: center;
}

.page-category .pagination ul {
  display: inline-flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-category .pagination a,
.page-category .pagination span {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ded8cf;
  color: #111;
}

@media (max-width: 1100px) {
  .page-category .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-category .block-category,
  .page-category #products,
  .page-category .breadcrumb {
    padding-left: 18px;
    padding-right: 18px;
  }

  .page-category .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 16px;
  }

  .page-category .product-title {
    font-size: 14px;
  }

  .page-category .product-price-and-shipping {
    font-size: 15px;
  }
}
