/* Gen */
.archive .content-area:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 60%;
	background-image: url(https://www.animalinotturni.it/wp-content/uploads/2023/01/pattern-grey.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	transform: rotateX(180deg);
	opacity: .4;
	z-index: 1;
}

.archive .site-main {
	padding-top: 120px;
	padding-bottom: 120px;
	padding-right: 20px !important;
	padding-left:  20px !important;
	max-width: 1180px !important;
	margin: 0 auto;
	width: 100%;
	z-index: 2;
	position: relative;
	min-height: calc(100vh - 352px);
}

b,
strong {
	font-weight: 700 !important;
}

/* Woocommerce message */
.woocommerce-info.woocommerce-no-products-found {
	font-size: 18px;
	font-weight: 400;
	background-color: var(--5);
	padding: 20px 30px;
	border: none;
}

.woocommerce-info.woocommerce-no-products-found:before,
.woocommerce-info.woocommerce-no-products-found:after {
	display: none;
}

/* Header */
.archive .woocommerce-products-header {
	width: 100%;
	margin: 0 0 60px 0;
}

.archive .woocommerce-products-header h1 {
	font-size: 90px;
	font-weight: 400;
	line-height: 1em;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 2px solid var(--3);
}

.archive .woocommerce-products-header .term-description {
	margin: 20px 0 0 0;
}

.archive .woocommerce-products-header .term-description p {
	margin-bottom: 6px !important;
}

/* Ordering */
.ordering-container {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}

.woocommerce-notices-wrapper {
	position: absolute;
}

.ordering-container .woocommerce-ordering,
.ordering-container .woocommerce-result-count {
	float: unset;
	flex: 0 0 auto;
}

.ordering-container .woocommerce-result-count {
	border-bottom: 1px solid var(--text);
	color: var(--text);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.ordering-container .woocommerce-ordering {
	margin: 0;
	margin-bottom: 20px;
}

.ordering-container .woocommerce-ordering select {
	border-radius: 30px;
	vertical-align: middle;
	border: none;
	background-color: var(--5) !important;
	width: 100%;
	max-width: 100%;
	background: url(https://www.animalinotturni.it/wp-content/themes/appare/icons/global/select.svg) calc(100% - 20px) 11px no-repeat;
	background-size: 20px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-font-smoothing: inherit;
	padding: 8px 24px;
}

/* Product list */
.archive ul.products {
	margin: 0 -15px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: calc(100% + 30px);
}

.archive ul.products li.product {
	float: unset !important;
	margin: 0 15px 60px 15px !important;
	flex: 0 0 calc(25% - 30px);
	width: auto !important;
}

.archive ul.products li.product > a {
	transform: scale(1);
	transition: .4s;
}

.archive ul.products li.product > a:hover img {
	transform: scale(1.1);
	transition: .4s;
}

.archive ul.products li.product span.onsale {
	margin: 0;
	min-width: 20px;
	min-height: 20px;
	padding: 8px 20px;
	border-radius: 30px;
	line-height: 1;
	background-color: var(--white);
	border: 2px solid var(--text);
	color: var(--text);
	top: 10px;
	right: 10px;
}

.archive ul.products li.product .prod-cat-container {
	height: 100%;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.archive ul.products li.product .prod-cat-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	margin: 0 !important;
	transition: .4s;
}

.archive ul.products li.product .prod-info-container {
	margin-top: 20px;
	padding: 0 5px;
}

.archive ul.products li.product .prod-info-container a.woocommerce-loop-product__link {
	display: block;
}

.archive ul.products li.product h2.woocommerce-loop-product__title {
	font-size: 18px;
	font-weight: 700;
	color: var(--text);
	line-height: 1.3;
	margin: 0px 0 10px 0;
	padding: 0;
}

.archive ul.products li.product .prod-date p {
	color: var(--text);
	display: block;
	font-weight: 600;
	margin: 0;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.archive ul.products li.product .prod-date p:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(https://www.animalinotturni.it/wp-content/themes/appare/icons/product/spiral_calendar_pad.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}

@media(max-width:991px) {
	/* Gen */
	.archive .site-main {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media(max-width:991px) {
	/* Product list */	
	.archive ul.products li.product {
		flex: 0 0 calc(33.33% - 30px);
	}
}

@media(max-width:767px) {
	/* Gen */
	.archive .content-area:before {
		width: 100%;
		height: 50%;
		background-size: 150% auto;
	}
	
	/* Title */
	.archive .woocommerce-products-header h1 {
		font-size: 80px;
	}
	
	/* Product list */
	.archive ul.products li.product {
		flex: 0 0 calc(50% - 30px);
	}
}

@media(max-width:550px) {
	/* Product list */
	.archive ul.products {
		margin: 0;
		width: 100%;
	}
	
	.archive ul.products li.product {
		margin: 0 0 60px 0 !important;
		flex: 0 0 100%;
	}
	
	.archive ul.products li.product h2.woocommerce-loop-product__title {
		min-height: auto;
		max-height: 100%;
	}
}