/*
 * Compact WooCommerce product tiles shared by archives, related products,
 * upsells, search grids, and the custom homepage. Commerce markup remains
 * parent/Woo-owned; axon-product-cards.js only moves the existing action.
 */
.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product {
	align-self: stretch;
	padding-inline: 9px !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner {
	display: flex;
	height: 100%;
	min-height: 0;
	flex-direction: column;
	overflow: hidden;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 16px !important;
	background: rgba(9, 31, 42, .44) !important;
	box-shadow: none !important;
	transform: none !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product:hover > .pls-product-inner,
.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner:focus-within {
	border: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-product-image {
	position: relative;
	width: 100%;
	margin: 0 !important;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border: 0 !important;
	border-radius: 14px !important;
	background: radial-gradient(circle at 50% 45%, #43c9ef 0%, #209fd2 54%, #0e6083 100%) !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-product-image > .woocommerce-LoopProduct-link {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: inherit;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-product-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 1 / 1;
	border: 0 !important;
	border-radius: inherit !important;
	object-fit: contain !important;
	object-position: center !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-product-labels {
	z-index: 5;
	top: 14px !important;
	left: 14px !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-product-labels > span {
	min-height: 30px;
	padding: 7px 14px !important;
	border: 1px solid rgba(95, 199, 240, .82) !important;
	border-radius: 999px !important;
	background: rgba(7, 31, 43, .84) !important;
	box-shadow: none !important;
	color: var(--axon-cyan-soft) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	letter-spacing: .13em;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-product-icons {
	position: absolute !important;
	z-index: 6;
	top: 12px !important;
	right: 12px !important;
	bottom: auto !important;
	left: auto !important;
	display: block !important;
	width: 44px !important;
	height: 44px !important;
	margin: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-whishlist-btn,
.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-whishlist-btn > a {
	display: grid !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	place-items: center;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 0 !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-whishlist-btn > a::before {
	position: static !important;
	margin: 0 !important;
	color: #fff !important;
	font-size: 22px !important;
	line-height: 1 !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner > .pls-product-info {
	display: flex;
	min-height: 0 !important;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: stretch;
	padding: 14px 10px 10px !important;
	border: 0 !important;
	background: transparent !important;
	text-align: left !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner > .pls-product-info :where(.product-title, .woocommerce-loop-product__title, .pls-product-title) {
	display: -webkit-box;
	width: 100% !important;
	min-height: 2.56em !important;
	margin: 0 !important;
	overflow: hidden;
	color: var(--axon-text) !important;
	font-size: clamp(15px, 1.35vw, 19px) !important;
	font-weight: 650 !important;
	letter-spacing: -.015em;
	line-height: 1.28 !important;
	text-align: left !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner > .pls-product-info :where(.product-title a, .woocommerce-loop-product__title a, .pls-product-title a),
.axon-home__product-body h3 a {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	color: inherit !important;
	line-height: inherit !important;
	text-align: left !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner > .pls-product-info > .pls-product-price {
	display: block !important;
	width: 100% !important;
	min-width: 0;
	margin: 4px 0 0 !important;
	color: var(--axon-cyan-strong) !important;
	font-size: clamp(15px, 1.25vw, 18px) !important;
	font-weight: 700 !important;
	line-height: 1.3;
	text-align: left !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner > .pls-product-info > .pls-product-price > .price {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-product-price :where(.price, .amount, ins, ins .amount) {
	color: var(--axon-cyan-strong) !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	text-decoration: none;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner > .pls-product-info > .pls-product-price .price,
.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner > .pls-product-info > .pls-product-price .woocommerce-Price-amount.amount,
.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner > .pls-product-info > .pls-product-price .woocommerce-Price-currencySymbol {
	color: var(--axon-cyan-strong) !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	text-align: left !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-product-price :where(del, del .amount) {
	color: var(--axon-text-muted) !important;
	font-size: .8em !important;
	font-weight: 500 !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner > .pls-product-info > .pls-product-price del,
.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner > .pls-product-info > .pls-product-price del .woocommerce-Price-amount.amount,
.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner > .pls-product-info > .pls-product-price del .woocommerce-Price-currencySymbol {
	color: var(--axon-text-muted) !important;
	font-size: .8em !important;
	font-weight: 500 !important;
}

.axon-product-card-actions {
	display: block;
	width: 100%;
	margin-top: 8px;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .axon-product-card-actions {
	margin-top: auto;
	padding-top: 8px;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .axon-product-card-actions .pls-product-actions,
.axon-home .axon-product-card-actions .pls-product-actions {
	position: static !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .axon-product-card-actions .pls-cart-button,
.axon-home .axon-product-card-actions .pls-cart-button {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	margin: 0 !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .axon-product-card-actions .pls-cart-button > a,
.axon-home .axon-product-card-actions .pls-cart-button > a {
	position: relative;
	display: flex !important;
	width: 100% !important;
	max-width: none !important;
	height: 44px !important;
	min-width: 0 !important;
	min-height: 44px !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 10px !important;
	border: 1px solid rgba(95, 199, 240, .34) !important;
	border-radius: 999px !important;
	background: rgba(31, 154, 209, .2) !important;
	box-shadow: none !important;
	color: var(--axon-cyan-soft) !important;
	font-size: 12px !important;
	font-weight: 750 !important;
	letter-spacing: .035em;
	line-height: 1 !important;
	text-align: center;
	text-transform: uppercase;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .axon-product-card-actions .pls-cart-button > a::before,
.axon-design-system .products.grid-view:not(.pls-product-horizontal) .axon-product-card-actions .pls-cart-button > a::after,
.axon-home .axon-product-card-actions .pls-cart-button > a::before,
.axon-home .axon-product-card-actions .pls-cart-button > a::after {
	display: none !important;
	content: none !important;
}

.axon-design-system .products.grid-view:not(.pls-product-horizontal) .axon-product-card-actions .pls-cart-button > a:is(:hover, :focus-visible),
.axon-home .axon-product-card-actions .pls-cart-button > a:is(:hover, :focus-visible) {
	border-color: rgba(95, 199, 240, .72) !important;
	background: rgba(31, 154, 209, .32) !important;
	box-shadow: none !important;
	transform: translateY(-1px);
}

.axon-product-card-actions .pls-cart-button > a.loading {
	cursor: wait;
	opacity: .82;
}

.axon-product-card-actions .pls-cart-button > .added_to_cart.wc-forward {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

/* Custom homepage uses the same visual hierarchy and real Woo action link. */
.axon-home__product-grid {
	align-items: start;
	gap: 20px;
}

.axon-home__product-card {
	display: flex;
	height: 100%;
	min-height: 0;
	align-self: stretch;
	flex-direction: column;
	overflow: hidden;
	border: 0;
	border-radius: 16px;
	background: rgba(9, 31, 42, .44);
	box-shadow: none;
	transform: none;
}

.axon-home__product-card:hover {
	box-shadow: none;
	transform: none;
}

.axon-home__product-image {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	padding: 0;
	border-radius: 14px;
	background: radial-gradient(circle at 50% 45%, #43c9ef 0%, #209fd2 54%, #0e6083 100%);
}

.axon-home__product-link {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.axon-home__product-image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	border: 0;
	border-radius: inherit;
	object-fit: contain;
	object-position: center;
}

.axon-home__product-image > span {
	top: 14px;
	left: 14px;
	min-height: 30px;
	padding: 7px 14px;
	border-color: rgba(95, 199, 240, .82);
	background: rgba(7, 31, 43, .84);
	box-shadow: none;
	font-size: 10px;
}

.axon-home__wishlist {
	position: absolute;
	z-index: 6;
	top: 12px;
	right: 12px;
	width: 44px;
	height: 44px;
}

.axon-home__wishlist :where(.pls-whishlist-btn, a) {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	font-size: 0;
}

.axon-home__wishlist a::before {
	color: #fff;
	content: "\e90a";
	font-family: icomoon;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

.axon-home__product-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 14px 10px 10px;
}

.axon-home__product-body h3 {
	display: -webkit-box;
	width: 100%;
	min-height: 2.56em;
	margin: 0;
	overflow: hidden;
	font-size: clamp(15px, 1.35vw, 19px);
	font-weight: 650;
	letter-spacing: -.015em;
	line-height: 1.28;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.axon-home__product-body .axon-product-card-actions {
	margin-top: auto;
	padding-top: 8px;
}

.axon-home__price {
	margin-top: 4px;
	overflow: hidden;
	color: var(--ah-cyan);
	font-size: clamp(15px, 1.25vw, 18px);
	font-weight: 700;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.axon-home__price :where(span, bdi, ins) {
	color: inherit;
}

.axon-home__price del,
.axon-home__price del :where(span, bdi) {
	color: var(--ah-muted);
	font-size: .8em;
}

.axon-home__price ins {
	text-decoration: none;
}

@media (max-width: 767px) {
	/* The flat toolbar already owns filter access; suppress the parent's duplicate edge tab. */
	.axon-design-system.woocommerce-shop .pls-canvas-sidebar > .canvas-sidebar-icon,
	.axon-design-system.post-type-archive-product .pls-canvas-sidebar > .canvas-sidebar-icon,
	.axon-design-system.tax-product_cat .pls-canvas-sidebar > .canvas-sidebar-icon,
	.axon-design-system.tax-product_tag .pls-canvas-sidebar > .canvas-sidebar-icon {
		display: none !important;
	}

	.axon-home__product-grid,
	.axon-design-system.woocommerce-shop :where(ul.products, .products.products-wrap),
	.axon-design-system.tax-product_cat :where(ul.products, .products.products-wrap),
	.axon-design-system.tax-product_tag :where(ul.products, .products.products-wrap),
	.axon-design-system.post-type-archive-product :where(ul.products, .products.products-wrap) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		column-gap: 14px !important;
		row-gap: 18px !important;
	}

	.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product {
		padding-inline: 0 !important;
	}

	.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner,
	.axon-home__product-card {
		border-radius: 12px !important;
	}

	.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-product-image,
	.axon-home__product-image {
		border-radius: 11px !important;
	}

	.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-product-labels,
	.axon-home__product-image > span {
		top: 8px !important;
		left: 8px !important;
	}

	.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-product-labels > span,
	.axon-home__product-image > span {
		min-height: 24px;
		padding: 5px 8px !important;
		font-size: 8px !important;
	}

	.axon-design-system .products.grid-view:not(.pls-product-horizontal) .pls-product-icons,
	.axon-home__wishlist {
		top: 4px !important;
		right: 4px !important;
	}

	.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner > .pls-product-info,
	.axon-home__product-body {
		padding: 11px 8px 8px !important;
	}

	.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner > .pls-product-info :where(.product-title, .woocommerce-loop-product__title, .pls-product-title),
	.axon-home__product-body h3 {
		min-height: 2.6em !important;
		font-size: clamp(12px, 3.75vw, 14px) !important;
		line-height: 1.3 !important;
	}

	.axon-design-system .products.grid-view:not(.pls-product-horizontal) > .product > .pls-product-inner > .pls-product-info > .pls-product-price,
	.axon-home__price {
		margin-top: 3px !important;
		font-size: clamp(12px, 3.8vw, 14px) !important;
		line-height: 1.25;
	}

	.axon-product-card-actions {
		margin-top: auto;
		padding-top: 6px;
	}

	.axon-design-system .products.grid-view:not(.pls-product-horizontal) .axon-product-card-actions .pls-cart-button > a,
	.axon-home .axon-product-card-actions .pls-cart-button > a {
		height: 44px !important;
		min-height: 44px !important;
		padding-inline: 6px !important;
		font-size: clamp(9px, 3vw, 11px) !important;
		letter-spacing: .02em;
	}
}

/* Pagination can inherit a black link color from the parent theme. Keep every
 * number legible on the dark archive surface, including nested list markup. */
.axon-design-system .woocommerce-pagination :where(ul.page-numbers, li) {
	color: var(--axon-text) !important;
}

.axon-design-system .woocommerce-pagination :where(a.page-numbers, span.page-numbers),
.axon-design-system .woocommerce-pagination ul.page-numbers > li > :where(a, span) {
	color: var(--axon-text) !important;
}

.axon-design-system .woocommerce-pagination :where(span.page-numbers.current, ul.page-numbers > li > span.current) {
	color: var(--axon-navy-strong) !important;
}

.axon-design-system .pls-pagination ul.page-numbers > li > :where(a.page-numbers, span.page-numbers) {
	color: var(--axon-text) !important;
}

.axon-design-system .pls-pagination ul.page-numbers > li > span.page-numbers.current {
	border-color: var(--axon-cyan-strong) !important;
	background: var(--axon-cyan-strong) !important;
	color: var(--axon-navy-strong) !important;
}

.axon-design-system .pls-pagination ul.page-numbers > li > a.page-numbers:is(:hover, :focus-visible) {
	color: var(--axon-cyan-soft) !important;
}

@media (min-width: 992px) {
	.axon-home__product-grid,
	.axon-design-system.woocommerce-shop :where(ul.products, .products.products-wrap),
	.axon-design-system.post-type-archive-product :where(ul.products, .products.products-wrap) {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	/* The parent archive grid is flex-based despite its grid utility classes. */
	.axon-design-system .products.grid-view:not(.pls-product-horizontal):not(.swiper-wrapper) > .product {
		width: 25% !important;
		max-width: 25% !important;
		flex: 0 0 25% !important;
	}
}

/* PDP recommendations use the same card component as the homepage, but as a
 * static grid. The parent slider recalculates transforms while child card CSS
 * changes widths, which clips cards and stretches their CTAs during autoplay. */
.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-slider-wrapper,
.axon-design-system.single-product :where(.related.products, .upsells.products) .pls-slider.axon-related-static {
	width: 100% !important;
	overflow: visible !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 20px !important;
	width: 100% !important;
	margin: 0 !important;
	transform: none !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid::before,
.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid::after {
	display: none !important;
}

.axon-design-system.single-product .related.products .products.axon-related-grid > .product.axon-related-card,
.axon-design-system.single-product .upsells.products .products.axon-related-grid > .product.axon-related-card {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: none !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) > h2 {
	color: var(--axon-text) !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid > .product > .pls-product-inner {
	border: 0 !important;
	border-radius: 12px !important;
	background: rgba(9, 31, 42, .44) !important;
	box-shadow: none !important;
	transform: none !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid .pls-product-image {
	border: 0 !important;
	border-radius: 11px !important;
	background: radial-gradient(circle at 50% 45%, #43c9ef 0%, #209fd2 54%, #0e6083 100%) !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid .pls-product-icons {
	display: block !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid > .product > .pls-product-inner > .pls-product-info {
	position: static !important;
	display: flex !important;
	min-height: 0 !important;
	flex: 1 1 auto !important;
	padding: 14px 10px 10px !important;
	border: 0 !important;
	background: transparent !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid .product-title {
	width: 100% !important;
	min-height: 2.56em !important;
	margin: 0 !important;
	font-size: clamp(15px, 1.35vw, 19px) !important;
	font-weight: 650 !important;
	line-height: 1.28 !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid .pls-product-price {
	width: 100% !important;
	margin: 4px 0 0 !important;
	color: var(--axon-cyan-strong) !important;
	font-size: clamp(15px, 1.25vw, 18px) !important;
	line-height: 1.3 !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid .price,
.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid .price :where(span, bdi, ins) {
	color: var(--axon-cyan-strong) !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid .pls-product-actions {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: auto 0 0 !important;
	padding-top: 10px !important;
	transform: none !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid .pls-cart-button {
	display: block !important;
	width: 100% !important;
	height: 44px !important;
	min-width: 0 !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid .pls-cart-button a {
	display: flex !important;
	width: 100% !important;
	height: 44px !important;
	min-width: 0 !important;
	min-height: 44px !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 10px !important;
	border: 1px solid rgba(95, 199, 240, .45) !important;
	border-radius: 999px !important;
	background: rgba(31, 154, 209, .1) !important;
	color: var(--axon-cyan-soft) !important;
	font-size: clamp(10px, .9vw, 12px) !important;
	font-weight: 700 !important;
	letter-spacing: .035em !important;
	line-height: 1 !important;
}

.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid .pls-cart-button a::before {
	display: none !important;
	content: none !important;
}

@media (max-width: 767px) {
	.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid .pls-product-info {
		padding: 11px 8px 8px !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid .product-title {
		min-height: 2.6em !important;
		font-size: clamp(12px, 3.75vw, 14px) !important;
		line-height: 1.3 !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid .pls-product-price {
		margin-top: 3px !important;
		font-size: clamp(12px, 3.8vw, 14px) !important;
	}

	.axon-design-system.single-product :where(.related.products, .upsells.products) .products.axon-related-grid .pls-product-actions {
		padding-top: 6px !important;
	}
}
