.kp-category-seo-intro {
  margin-top: 14px;
  max-width: 64ch;
  color: #6a635b;
  line-height: 1.7;
  font-size: 0.98rem;
}

.kp-category-seo-intro p {
  margin: 0 0 10px;
}

.kp-shop-filter {
  display: none;
  margin: 0;
}

.kp-shop-filter.is-mounted {
  display: block;
}

.kp-dimension-filter-widget {
  list-style: none;
}

.kp-dimension-filter__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

.kp-dimension-filter__label {
  margin: 0;
  font-weight: 700;
  color: #1d1a16;
  font-size: 0.95rem;
}

.kp-dimension-filter__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}

.kp-shop-filter select,
.kp-shop-filter button {
  min-height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(27, 24, 20, 0.12);
  background: #fff;
  color: #1d1a16;
}

.kp-shop-filter select {
  min-width: 100%;
  padding: 0 14px;
  flex: 1 1 100%;
}

.kp-shop-filter button {
  padding: 0 18px;
  font-weight: 700;
}

.kp-dimension-filter__reset {
  color: #6a635b;
  text-decoration: none;
  font-weight: 600;
}

.tax-product_cat ul.products li.product .product-title {
  display: block;
}

.tax-product_cat ul.products li.product .product-title h3 {
  margin: 0 0 6px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.tax-product_cat ul.products li.product .product-link {
  color: #1d1a16;
  text-decoration: none;
}

.tax-product_cat ul.products li.product .product_after_shop_loop_price {
  display: block;
  width: 100%;
  margin-top: 8px;
}

.tax-product_cat ul.products li.product.show-rating .product_after_shop_loop_price {
  display: block;
}

.tax-product_cat ul.products li.product .price {
  display: block;
  color: #8c4d27;
  font-weight: 700;
  font-size: 1.06rem;
  margin: 8px 0 0;
  white-space: normal;
}

.tax-product_cat ul.products li.product .product_after_shop_loop_price .star-rating {
  margin-top: 8px;
}

.tax-product_cat ul.products li.product .price ins {
  text-decoration: none;
}

.tax-product_cat ul.products li.product .dimensions,
.tax-product_cat ul.products li.product .sku {
  display: inline-block;
  margin-top: 10px;
  color: #6a635b;
  font-size: 0.82rem;
  line-height: 1.45;
}

.tax-product_cat ul.products li.product .dimensions {
  white-space: nowrap;
  margin-right: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(243, 216, 194, 0.34);
  border: 1px solid rgba(185, 111, 59, 0.14);
  font-weight: 700;
}

.tax-product_cat ul.products li.product .sku {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.tax-product_cat ul.products li.product .after_shop_loop_actions {
  padding-top: 12px;
}

.kp-category-seo-block {
  margin-top: 26px;
  padding: 18px 0 0;
}

.kp-category-seo-block__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 28px;
  padding: 22px 24px;
  border-top: 1px solid rgba(27, 24, 20, 0.08);
  background: transparent;
}

.kp-category-seo-copy h2,
.kp-category-seo-faq h3 {
  margin: 0 0 16px;
  color: #1d1a16;
}

.kp-category-seo-copy h2 {
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
  line-height: 1.15;
}

.kp-category-seo-copy p,
.kp-category-seo-faq p {
  color: #5f5a54;
  line-height: 1.7;
  font-size: 0.96rem;
}

.kp-category-seo-faq {
  align-self: start;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(249, 246, 241, 0.9);
  border: 1px solid rgba(27, 24, 20, 0.06);
}

.kp-category-seo-faq__item + .kp-category-seo-faq__item {
  margin-top: 10px;
}

.kp-category-seo-faq__item summary {
  cursor: pointer;
  font-weight: 700;
  color: #1d1a16;
  font-size: 0.95rem;
}

.kp-category-seo-faq__item p {
  margin: 10px 0 0;
}

.kp-category-seo-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.kp-category-seo-links__panel {
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(249, 246, 241, 0.78);
  border: 1px solid rgba(27, 24, 20, 0.06);
}

.kp-category-seo-links__panel h3 {
  margin: 0 0 12px;
  color: #1d1a16;
  font-size: 1rem;
}

.kp-category-seo-links__panel a {
  display: block;
  margin-top: 8px;
  color: #8c4d27;
  text-decoration: none;
  font-weight: 700;
}

.kp-category-seo-links__panel p {
  margin: 0;
  color: #5f5a54;
  line-height: 1.7;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .kp-dimension-filter__form,
  .kp-category-seo-block__inner,
  .kp-category-seo-links {
    grid-template-columns: 1fr;
  }
}
