/* Shop: 3-column hire catalog, navy + steel blue */

body.woocommerce.archive,
body.tax-product_cat,
body.tax-product_tag {
	--woo-width-sidebar: 0px;
	--woo-main-content: 100%;
	--width-sidebar: 0px;
	--main-content: 100%;
	background: #f5f7fa;
}

body.woocommerce #woo_sidebar {
	display: none !important;
}

body.woocommerce.archive .row_site,
body.woocommerce-shop .row_site,
body.tax-product_cat .row_site,
body.tax-product_tag .row_site {
	max-width: 1140px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	float: none;
}

@media (min-width: 1024px) and (max-width: 1460px) {
	body.woocommerce.archive .row_site,
	body.woocommerce-shop .row_site,
	body.tax-product_cat .row_site,
	body.tax-product_tag .row_site {
		max-width: 1140px;
		padding-left: 24px;
		padding-right: 24px;
	}
}

body.woocommerce.archive .container_site,
body.tax-product_cat .container_site,
body.tax-product_tag .container_site {
	padding-left: 0;
	padding-right: 0;
}

body.woocommerce.woo_layout_1c #woo_main,
body.woocommerce #woo_main,
body.woocommerce.archive #woo_main,
body.tax-product_cat #woo_main,
body.tax-product_tag #woo_main {
	max-width: 100% !important;
	float: none !important;
	width: 100% !important;
	padding: 8px 0 80px;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.woocommerce #woo_main .content-area,
body.woocommerce.woo_layout_1c #woo_main #primary,
body.woocommerce.archive #woo_main .site-main {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.nm-shop-intro {
	max-width: 100%;
	margin: 0 auto 8px;
	padding: 28px 0 0;
}

.nm-shop-intro h1 {
	margin: 0 0 8px;
	color: #0c142e;
	font-family: Inter, sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.nm-shop-intro p {
	margin: 0;
	max-width: 40em;
	color: #696969;
	font-size: 16px;
	line-height: 1.55;
}

.nm-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	max-width: 100%;
	margin: 0 auto 20px;
	padding: 14px 0;
}

body.woocommerce #woo_main .woocommerce-result-count {
	float: none !important;
	margin: 0 !important;
	color: #696969;
	font-size: 14px;
	line-height: 1.4;
}

body.woocommerce #woo_main .woocommerce-ordering {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

body.woocommerce #woo_main .woocommerce-ordering select {
	height: 42px;
	min-width: 200px;
	padding: 0 36px 0 14px;
	border: 1px solid #d0d7de;
	border-radius: 8px;
	background: #fff;
	color: #0c142e;
	font-weight: 500;
}

body.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-content: center;
	gap: 24px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	list-style: none;
}

body.woocommerce ul.products::before,
body.woocommerce ul.products::after {
	display: none !important;
	content: none !important;
}

body.woocommerce ul.products li.product,
body.woocommerce ul.products[class*="columns-"] li.product {
	display: flex;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background: #fff;
	border: 1px solid #d0d7de;
	border-radius: 8px;
	text-align: left;
}

body.woocommerce ul.products li.product:hover {
	border-color: #0083db;
}

body.woocommerce ul.products li.product a.woocommerce-loop-product__link {
	display: none;
}

body.woocommerce ul.products li.product .nm-shop-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

body.woocommerce ul.products li.product .nm-shop-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
	padding: 16px 16px 0;
	background: #f5f7fa;
	border-bottom: 1px solid #eef1f4;
}

body.woocommerce ul.products li.product .nm-shop-card__media img,
body.woocommerce ul.products li.product img {
	display: block;
	width: 100%;
	height: 204px;
	margin: 0;
	padding: 0;
	object-fit: contain;
	background: transparent;
}

body.woocommerce ul.products li.product .cat_product {
	display: none;
}

body.woocommerce ul.products li.product .nm-shop-card .card-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px 16px 16px;
}

body.woocommerce ul.products li.product .nm-shop-card .ovabrw-title {
	display: -webkit-box;
	min-height: 2.6em;
	margin: 0 0 8px;
	padding: 0;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.woocommerce ul.products li.product .nm-shop-card .ovabrw-title a {
	color: #0c142e;
}

body.woocommerce ul.products li.product .nm-shop-card .ovabrw-title a:hover {
	color: #0083db;
}

body.woocommerce ul.products li.product .nm-shop-card .ovabrw-price {
	margin: 0 0 14px;
	color: #0083db;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

body.woocommerce ul.products li.product .nm-shop-card .ovabrw-price .nm-price-ex-vat {
	color: #696969;
	font-size: 12px;
	font-weight: 500;
}

body.woocommerce ul.products li.product .nm-shop-card .ovabrw-price del {
	color: #8a8a8a;
	font-weight: 500;
}

body.woocommerce ul.products li.product .nm-shop-card .ovabrw-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: auto;
	padding: 11px 16px;
	border: 0;
	border-radius: 8px;
	background: #0083db;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

body.woocommerce ul.products li.product .nm-shop-card .ovabrw-button:hover {
	background: #0c142e;
	color: #fff !important;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce ul.products li.product .price,
body.woocommerce ul.products li.product > .button,
body.woocommerce ul.products li.product .ovabrw-specifications,
body.woocommerce ul.products li.product .ovabrw-features,
body.woocommerce ul.products li.product .specifications-content,
body.woocommerce ul.products li.product .features-content {
	display: none;
}

body.woocommerce .woocommerce-pagination {
	max-width: 100%;
	margin: 36px auto 0;
	padding: 0;
	text-align: center;
}

@media (max-width: 767px) {
	body.woocommerce.archive .row_site,
	body.tax-product_cat .row_site,
	body.tax-product_tag .row_site {
		padding-left: 16px;
		padding-right: 16px;
	}

	body.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
		padding: 0;
	}

	.nm-shop-intro,
	.nm-shop-toolbar {
		padding-left: 0;
		padding-right: 0;
	}

	.nm-shop-intro h1 {
		font-size: 26px;
	}

	.nm-shop-toolbar {
		flex-wrap: wrap;
		margin-bottom: 16px;
	}

	body.woocommerce ul.products li.product .nm-shop-card__media {
		height: 168px;
	}

	body.woocommerce ul.products li.product .nm-shop-card__media img,
	body.woocommerce ul.products li.product img {
		height: 152px;
	}
}

@media (max-width: 480px) {
	body.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	body.woocommerce #woo_main .woocommerce-ordering,
	body.woocommerce #woo_main .woocommerce-ordering select {
		width: 100% !important;
	}
}
