body.archive,
body.blog,
body.search {
	background-color: #000;
}

.xc-product-catalog {
	min-height: 560px;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

.xc-product-catalog .page-header .entry-title {
	margin-bottom: 10px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.xc-product-catalog .container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
}

.xc-product-catalog .produtos-galeria {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px 0;
}

.xc-product-catalog .produto-item {
	display: flex;
	flex: 0 1 calc(25% - 20px);
	flex-direction: column;
	max-width: calc(25% - 20px);
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #f9f9f9;
}

.xc-product-catalog .produto-imagem {
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
	object-fit: contain;
	background-color: #fff;
}

.xc-product-catalog .imagem-indisponivel {
	filter: grayscale(100%);
	opacity: 0.7;
}

.xc-product-catalog .produto-nome {
	margin-bottom: 10px;
	color: #800000;
	font-size: 18px;
	text-align: left;
}

.xc-product-catalog .produto-descricao {
	flex: 1;
	margin-bottom: 10px;
	color: #666;
	font-size: 14px;
	text-align: justify;
}

.xc-product-catalog .produto-preco {
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	text-align: left;
}

.xc-product-catalog .preco-link-whatsapp {
	color: green;
	text-decoration: none;
}

.xc-product-catalog .preco-link-whatsapp:hover {
	text-decoration: underline;
}

.xc-product-catalog .preco-avista {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.xc-product-catalog .preco-parcelado {
	color: #333;
	font-size: 16px;
}

.xc-product-catalog .produto-disponivel,
.xc-product-catalog .produto-indisponivel {
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.xc-product-catalog .produto-disponivel {
	color: green;
}

.xc-product-catalog .produto-indisponivel {
	color: #777;
}

.xc-product-catalog .btn-ver {
	width: 100%;
	margin-top: auto;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.xc-product-catalog .btn-ver:hover {
	background-color: #800000;
	color: #fff;
}

.xc-product-catalog .nenhum-produto-encontrado {
	padding: 100px 0;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-align: center;
}

.xc-product-catalog .goto-page {
	margin-bottom: 10px;
	text-align: center;
}

.xc-product-catalog .goto-page form {
	display: inline-block;
}

.xc-product-catalog .goto-page label {
	margin-right: 5px;
	color: #fff;
	font-size: 16px;
}

.xc-product-catalog .goto-page input[type='number'] {
	width: 60px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 16px;
}

.xc-product-catalog .goto-page button {
	padding: 6px 12px;
	border: 0;
	border-radius: 3px;
	background-color: #800000;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.xc-product-catalog .goto-page button:hover {
	background-color: #000;
}

.xc-product-catalog .pagination {
	display: block;
	margin: 20px 0;
	text-align: center;
}

.xc-product-catalog .pagination .page-numbers {
	display: inline-block;
	margin: 5px 2px;
	padding: 15px 18px;
	border-radius: 3px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.xc-product-catalog .pagination .page-numbers.current,
.xc-product-catalog .pagination .page-numbers:hover {
	background-color: #800000;
	color: #fff;
}

.xc-product-catalog .pagination .prev,
.xc-product-catalog .pagination .next {
	margin: 0 5px;
}

.xc-product-catalog .pagination a,
.xc-product-catalog .pagination span {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.xc-product-catalog .ordenacao-container {
	margin: 20px 0;
	text-align: center;
}

.xc-product-catalog .ordenacao-container form {
	display: inline-block;
}

.xc-product-catalog .ordenacao-container label {
	margin-right: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.xc-product-catalog .ordenacao-container select {
	width: 100%;
	max-width: 150px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 16px;
}

body.archive .xc-product-catalog .pagination .page-numbers,
body.archive .xc-product-catalog .pagination a,
body.archive .xc-product-catalog .pagination span {
	float: none;
}

@media screen and (max-width: 1200px) {
	.xc-product-catalog .produto-item {
		flex: 0 1 calc(33.333% - 20px);
		max-width: calc(33.333% - 20px);
	}
}

@media screen and (max-width: 900px) {
	.xc-product-catalog .produto-item {
		flex: 0 1 calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
}

@media screen and (max-width: 600px) {
	.xc-product-catalog .produto-item {
		flex: 0 1 100%;
		max-width: 100%;
	}

	body.archive .xc-product-catalog .pagination .page-numbers {
		padding: 10px 12px;
		font-size: 14px;
	}

	body.archive .xc-product-catalog .goto-page label,
	body.archive .xc-product-catalog .goto-page input[type='number'],
	body.archive .xc-product-catalog .goto-page button {
		font-size: 14px;
	}

	body.archive .xc-product-catalog .goto-page input[type='number'] {
		width: 50px;
	}

	body.archive .xc-product-catalog .ordenacao-container select {
		max-width: 100%;
	}
}
