.woocommerce.archive .term-description {
	margin-top: 1rem;
}

/* Catalog category cards: stock status labels */
.woocommerce.archive .products .product-stock.in-stock {
	color: #27ae60;
}

.woocommerce.archive .products .product-stock.outof-stock {
	color: #0566d6;
}

/* Catalog cards: border wraps image, title, price and stock */
.woocommerce.archive .products .product-type-1 .product-wrapper {
	border: 1px solid var(--color-info, #e0e0e0);
	border-radius: var(--theme-theme-radius-base, 6px);
	padding: 12px;
	box-sizing: border-box;
	height: 100%;
}

.woocommerce.archive .products .product-type-1 .thumbnail-wrapper {
	border: none;
	margin-bottom: 0.75rem;
}
/* ==========================================================
 Category page: FAQ accordion + Review Text
 ========================================================== */

/* ── Shared spacing ── */
.cat-faq {
	padding: 0;
	margin-bottom: 2rem;
}

/* ==========================================================
 FAQ block
 ========================================================== */
.cat-faq__inner {
	max-width: 1200;
	margin: 0 auto;
}

.cat-faq__title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 28px;
	line-height: 1.3;
}

/* ── single item ── */
.cat-faq__item {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	margin-bottom: 10px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cat-faq__item:hover {
	border-color: #1d1d1d;
	box-shadow: 0 2px 12px rgba(232, 64, 12, 0.08);
}

.cat-faq__item.is-open {
	border-color: #1d1d1d;
	box-shadow: 0 2px 12px rgba(232, 64, 12, 0.10);
}

/* ── question button ── */
.cat-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
	width: 100%;
	padding: 18px 22px;
	background-color: transparent !important;
	border: none;
	cursor: pointer;
	text-align: left;
	gap: 16px;
	color: #1a1a1a;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	transition: color 0.2s ease;
	border-radius: 6px;
}

.cat-faq__question:hover,
.cat-faq__item.is-open .cat-faq__question {
	color: #0566d6;
}

/* ── chevron icon ── */
.cat-faq__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	color: #999;
	transition: transform 0.3s ease, color 0.2s ease;
}

.cat-faq__item.is-open .cat-faq__icon,
.cat-faq__question:hover .cat-faq__icon {
	color: #0566d6;
}

.cat-faq__item.is-open .cat-faq__icon {
	transform: rotate(180deg);
}

/* ── answer panel (animated) ── */
.cat-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.cat-faq__item.is-open .cat-faq__answer {
	/* JS sets exact max-height via scrollHeight */
	max-height: 2000px; /* fallback for no-JS */
}

.cat-faq__answer-inner {
	background-color: #ececec;
	margin: 0 12px 10px;
	padding: 10px;
	font-size: 0.9375rem;
	line-height: 1.7;
	border-radius: 6px;
}

.cat-faq__answer-inner p {
	margin: 0 0 12px;
}

.cat-faq__answer-inner p:last-child {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.cat-faq__answer-inner {
			font-size: inherit;
	}
}

/* ==========================================================
 Category page: CusRev review previews
 ========================================================== */
.cr-all-reviews-shortcode ol.commentlist > li.cat-cusrev-review-item {
	cursor: pointer;
}

.cr-all-reviews-shortcode ol.commentlist > li.cat-cusrev-review-item .comment_container {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.cr-all-reviews-shortcode ol.commentlist > li.cat-cusrev-review-item:hover .comment_container,
.cr-all-reviews-shortcode ol.commentlist > li.cat-cusrev-review-item:focus-within .comment_container {
	border-color: #0566d6;
	box-shadow: 0 4px 16px rgba(232, 64, 12, 0.12);
	background-color: #fffaf8;
}

/* Category reviews: hide avatar/check column, tighten left spacing */
.cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar,
.cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check {
	display: none !important;
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text {
	margin-left: 12px !important;
	margin-right: 0 !important;
}

.cr-all-reviews-shortcode ol.commentlist > li.cat-cusrev-review-item .cat-cusrev-review-link {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: 8px;
	text-decoration: none;
}

.cr-all-reviews-shortcode ol.commentlist > li.cat-cusrev-review-item .cat-cusrev-review-link:focus-visible {
	outline: 2px solid #0566d6;
	outline-offset: 2px;
}

/* Keep interactive CusRev controls above the stretched link */
.cr-all-reviews-shortcode ol.commentlist > li.cat-cusrev-review-item .cr-voting-cont,
.cr-all-reviews-shortcode ol.commentlist > li.cat-cusrev-review-item .cr-comment-images,
.cr-all-reviews-shortcode ol.commentlist > li.cat-cusrev-review-item .cr-comment-videos,
.cr-all-reviews-shortcode ol.commentlist > li.cat-cusrev-review-item .cr-comment-a {
	position: relative;
	z-index: 3;
}

@media (max-width: 768px) {
	.cr-all-reviews-shortcode ol.commentlist li .comment-text {
			margin-left: 0 !important;
	}
}