/* Ajustes restritos aos arquivos de categoria do WooCommerce. */
.sv-product-category h1.entry-title.title {
	margin: 0;
	font: inherit;
	color: inherit;
}

.sv-product-category .products .wd-product,
.sv-product-category .products .wd-product > .product-wrapper {
	height: 100%;
}

.sv-product-category .products .wd-product > .product-wrapper {
	display: flex;
	flex-direction: column;
}

.sv-product-category .products .product-element-top {
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.sv-product-category .products .product-image-link,
.sv-product-category .products .product-image-link img {
	width: 100%;
	height: 100%;
}

.sv-product-category .products .product-image-link img {
	object-fit: contain;
	object-position: center;
}

.sv-product-category .products .product-element-bottom {
	flex: 1 1 auto;
}

.sv-product-category .products .wd-entities-title {
	display: -webkit-box;
	min-height: 2.8em;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.sv-product-category a:focus-visible,
.sv-product-category button:focus-visible,
.sv-product-category select:focus-visible {
	outline: 3px solid #1d71d9;
	outline-offset: 3px;
}

@media (max-width: 767px) {
	.sv-product-category .whb-top-bar .site-logo img {
		width: 150px;
		max-width: 150px !important;
		height: auto;
	}

	.sv-product-category .shop-loop-head {
		gap: 10px;
	}

	.sv-product-category .wd-show-sidebar-btn,
	.sv-product-category .woocommerce-ordering select {
		min-height: 44px;
	}

	.sv-product-category .products .wd-product {
		min-width: 0;
	}
}
