body:not(.has-transparent-header) main#product-category {
  padding-top: 0;
}

.category {
  background: #ece5dd;
}

@media (min-width: 1140px) {
  .categories-list {
    width: 80%;
  }
}

.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
  row-gap: 30px;
  margin-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 834px) {
  .products-list {
    justify-content: space-between;
    gap: 48px;
    margin-top: 50px;
  }
}
.products-list .product-item {
  position: relative;
  width: 49%;
  max-width: 360px;
}
@media (min-width: 834px) {
  .products-list .product-item {
    max-width: 234px;
    margin: 0;
  }
}
.products-list .product-item__image img {
  display: flex;
  width: 100%;
  height: auto;
}
.products-list .btn-add-to-cart {
  display: block;
  margin: 0 auto;
}

.product-item__name {
  height: 58px;
}

/*# sourceMappingURL=category.css.map */

/* ========================================
   OLFx Category Description Sections
   ======================================== */

/* Intro section */
.answer_first_intro p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  font-weight: 500;
}

/* Brand story / Collection description */
.brand_story p,
.collection_description p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin-top: 8px;
}

/* Product list (SKU catalog) */
.product_list {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.product_list .collection-products,
.product_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 1;
  column-gap: 32px;
}
@media (min-width: 768px) {
  .product_list .collection-products,
  .product_list ul {
    columns: 2;
  }
}
.product_list li {
  padding: 6px 0;
  font-size: 13px;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.02em;
  color: #444;
  break-inside: avoid;
  border-bottom: 1px solid #f5f5f5;
}
.product_list li:last-child {
  border-bottom: none;
}
.product_list li a {
  color: #111;
  text-decoration: none;
  transition: color 0.2s;
}
.product_list li a:hover {
  color: #c8a97e;
  text-decoration: underline;
}

/* Why choose section */
.why_choose {
  margin-top: 20px;
}
.why_choose p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

/* FAQ section */
.faq {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.faq h2 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
  color: #111;
}
.faq ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}
.faq li:last-child {
  border-bottom: none;
}
.faq li b {
  display: block;
  font-size: 14px;
  color: #111;
  margin-bottom: 4px;
  font-weight: 600;
}

/* ========================================
   SEO Content Block (collapsible)
   ======================================== */
.category-seo-content {
  background: #fafafa;
  border-radius: 0;
}
.category-seo-content section {
  margin-bottom: 12px;
}
.seo-expandable {
  will-change: max-height;
}
@media (max-width: 768px) {
  .category-seo-content {
    margin-top: 2rem;
    padding: 1.5rem 1rem;
  }
  .category-seo-content button {
    min-height: 44px;
    width: 100%;
    justify-content: center;
  }
}
