body.single-product .pdrp-products {
	margin: 34px 0 54px;
	width: 100%;
}

body.single-product .pdrp-products__inner {
	margin: 0 auto;
	max-width: none;
	padding: 0;
	width: 100%;
}

body.single-product .pdrp-products__title {
	color: #030712;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0 0 20px;
	text-transform: none;
}

body.single-product .pdrp-products__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.single-product .pdrp-card {
	background: #fff;
	border: 1px solid #e3e8ef;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(20, 33, 61, .04);
	display: grid;
	grid-template-columns: minmax(168px, 36%) minmax(0, 1fr);
	min-height: 168px;
	overflow: hidden;
	position: relative;
}

body.single-product .pdrp-card:hover {
	border-color: #d8e0eb;
	box-shadow: 0 6px 18px rgba(20, 33, 61, .08);
}

body.single-product .pdrp-card__media {
	align-items: center;
	align-self: center;
	aspect-ratio: 1 / 1;
	background: #fff;
	display: flex;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

body.single-product .pdrp-card__media img {
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

body.single-product .pdrp-card__body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 18px 18px 16px;
}

body.single-product .pdrp-card__category {
	color: #6b7280;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1.2;
	margin: 0 0 4px;
	text-transform: uppercase;
}

body.single-product .pdrp-card__title {
	display: -webkit-box;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 6px;
	min-height: 42px;
	overflow: hidden;
	text-transform: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.single-product .pdrp-card__title a {
	color: #111827;
	text-decoration: none;
}

body.single-product .pdrp-card__title a:hover {
	color: #0066FF;
}

body.single-product .pdrp-card__stock {
	align-items: center;
	color: #747b86;
	display: flex;
	font-size: 12px;
	font-weight: 800;
	gap: 6px;
	line-height: 1.25;
	margin: 0 0 8px;
}

body.single-product .pdrp-card__stock.is-in-stock {
	color: #4d8848;
}

body.single-product .pdrp-card__stock-check {
	align-items: center;
	border: 1.6px solid currentColor;
	display: inline-flex;
	height: 15px;
	justify-content: center;
	width: 15px;
}

body.single-product .pdrp-card__stock-check::before {
	border-bottom: 1.7px solid currentColor;
	border-left: 1.7px solid currentColor;
	content: "";
	display: block;
	height: 5px;
	transform: rotate(-45deg) translate(1px, -1px);
	width: 8px;
}

body.single-product .pdrp-card__desc {
	color: #4b5563;
	display: -webkit-box;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	margin: 0 0 12px;
	min-height: 50px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.single-product .pdrp-card__bottom {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin: auto 0 0;
}

body.single-product .pdrp-card__details {
	align-items: center;
	background: #0066FF;
	border: 1px solid #0066FF;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 32px;
	padding: 0 12px;
	text-decoration: none;
	white-space: nowrap;
}

body.single-product .pdrp-card__details:hover,
body.single-product .pdrp-card__details:focus {
	background: #005be6;
	border-color: #005be6;
	color: #fff;
	text-decoration: none;
}

body.single-product .pdrp-card__quick-actions {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

body.single-product .pdrp-products .added_to_cart.wc-forward {
	display: none !important;
}

body.single-product .pdrp-card__compare-wrap {
	display: inline-flex !important;
	height: 28px !important;
	opacity: 1 !important;
	position: static !important;
	transform: none !important;
	visibility: visible !important;
	width: 28px !important;
}

body.single-product .pdrp-card__icon-action {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #6b7280 !important;
	display: inline-flex !important;
	font-size: 0 !important;
	height: 28px !important;
	justify-content: center;
	line-height: 1 !important;
	min-height: 28px !important;
	padding: 0 !important;
	text-decoration: none !important;
	text-transform: none !important;
	width: 28px !important;
}

body.single-product .pdrp-card__icon-action:hover,
body.single-product .pdrp-card__icon-action:focus {
	background: transparent !important;
	color: #0066FF !important;
	text-decoration: none !important;
}

body.single-product .pdrp-card__icon-action--compare::before,
body.single-product .pdrp-card__icon-action--compare::after {
	content: none !important;
	display: none !important;
}

body.single-product .pdrp-card__compare-glyph {
	align-items: center;
	display: inline-flex;
	font-size: 0;
	font-style: normal;
	height: 24px;
	justify-content: center;
	line-height: 1;
	width: 24px;
}

body.single-product .pdrp-card__compare-glyph::before {
	content: "\f128";
	font-family: "woodmart-font";
	font-size: 22px;
	line-height: 1;
	transform: translate(3px, 1px);
}

body.single-product .pdrp-card__icon {
	display: inline-flex !important;
	height: 24px !important;
	width: 24px !important;
}

body.single-product .pdrp-card__icon svg {
	display: block !important;
	height: 24px !important;
	width: 24px !important;
}

@media (max-width: 1199px) {
	body.single-product .pdrp-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.single-product .pdrp-products {
		margin: 28px 0 46px;
	}

	body.single-product .pdrp-products__title {
		font-size: 24px;
		margin-bottom: 18px;
	}

	body.single-product .pdrp-products__grid {
		gap: 14px;
		grid-template-columns: 1fr;
	}

	body.single-product .pdrp-card {
		grid-template-columns: 118px minmax(0, 1fr);
		min-height: 148px;
	}

	body.single-product .pdrp-card__body {
		padding: 16px 14px;
	}

	body.single-product .pdrp-card__title {
		font-size: 16px;
	}

	body.single-product .pdrp-card__desc {
		display: none;
	}

	body.single-product .pdrp-card__bottom {
		margin-top: auto;
	}
}

@media (max-width: 430px) {
	body.single-product .pdrp-card {
		grid-template-columns: 104px minmax(0, 1fr);
	}

	body.single-product .pdrp-card__details {
		font-size: 11px;
		padding: 0 10px;
	}

	body.single-product .pdrp-card__quick-actions {
		gap: 4px;
	}
}
