/* Shared product card format. Keep category, homepage, related and viewed cards in sync. */
:root {
	--maxtel-shared-product-card-width: 207px;
	--maxtel-shop-product-card-min: 210px;
	--maxtel-shared-product-card-gap: 0.9rem;
}

.maxtel-product-card,
.maxtel-woocommerce ul.products li.product,
.maxtel-woocommerce .woocommerce ul.products li.product,
.woocommerce ul.products li.product {
	border-color: #e2e8f0;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.maxtel-product-card:hover,
.maxtel-product-card:focus-within,
.maxtel-woocommerce ul.products li.product:hover,
.maxtel-woocommerce .woocommerce ul.products li.product:hover,
.woocommerce ul.products li.product:hover,
.maxtel-woocommerce ul.products li.product:focus-within,
.maxtel-woocommerce .woocommerce ul.products li.product:focus-within,
.woocommerce ul.products li.product:focus-within {
	border-color: #c7d7e8;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
	transform: translateY(-1px);
}

.maxtel-product-card__badge,
.maxtel-home-products .maxtel-product-card__badge,
.maxtel-product-crosslinks--tabs .maxtel-product-card__badge,
.maxtel-woocommerce ul.products li.product .maxtel-product-card__badge,
.maxtel-woocommerce .woocommerce ul.products li.product .maxtel-product-card__badge,
.tax-product_cat .maxtel-shop ul.products li.product .maxtel-product-card__badge,
.tax-product_cat.woocommerce ul.products li.product .maxtel-product-card__badge,
.woocommerce ul.products li.product .maxtel-product-card__badge,
.maxtel-cat-product-card__badge {
	position: absolute;
	top: 0.36rem;
	left: 0.36rem;
	z-index: 8;
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	max-width: calc(100% - 0.72rem);
	padding: 0.22rem 0.5rem;
	border-radius: 999px;
	background: var(--maxtel-primary);
	color: #fff;
	box-shadow: 0 6px 14px rgba(0, 115, 183, 0.16);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	pointer-events: none;
}

.maxtel-product-card__badge--latest,
.maxtel-home-products .maxtel-product-card__badge--latest,
.maxtel-product-crosslinks--tabs .maxtel-product-card__badge--latest,
.maxtel-cat-product-card__badge--latest {
	background: #047857;
	box-shadow: 0 6px 14px rgba(4, 120, 87, 0.16);
}

.maxtel-product-card__link,
.maxtel-home-products .maxtel-product-card__link,
.maxtel-product-crosslinks--tabs .maxtel-product-card__link,
.maxtel-woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.maxtel-woocommerce ul.products li.product a.woocommerce-loop-product__link,
.maxtel-woocommerce .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.maxtel-woocommerce .woocommerce ul.products li.product a.woocommerce-loop-product__link,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: 100%;
	padding-bottom: 0.85rem;
	overflow: hidden;
	border-radius: calc(var(--maxtel-radius) - 1px) calc(var(--maxtel-radius) - 1px) 0 0;
	color: inherit;
}

.maxtel-product-card__image,
.maxtel-home-products .maxtel-product-card__image,
.maxtel-product-crosslinks--tabs .maxtel-product-card__image {
	aspect-ratio: auto;
	display: block;
	height: clamp(180px, 16vw, 220px);
	margin: 0;
	padding: 0.38rem;
	background: #f8fafc;
}

.maxtel-product-card__image img,
.maxtel-home-products .maxtel-product-card__image img,
.maxtel-product-crosslinks--tabs .maxtel-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	object-fit: contain;
	background: transparent;
	transform: none;
}

.maxtel-woocommerce ul.products li.product a img,
.maxtel-woocommerce .woocommerce ul.products li.product a img,
.tax-product_cat .maxtel-shop ul.products li.product a img,
.tax-product_cat.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product a img {
	display: block;
	width: 100%;
	height: clamp(180px, 16vw, 220px);
	margin: 0;
	padding: 0.38rem;
	object-fit: contain;
	background: #f8fafc;
	transform: none;
}

.maxtel-product-card__code,
.maxtel-product-card .maxtel-loop-product-code,
.maxtel-home-products .maxtel-product-card__code,
.maxtel-home-products .maxtel-product-card .maxtel-loop-product-code,
.maxtel-product-crosslinks--tabs .maxtel-product-card__code,
.maxtel-product-crosslinks--tabs .maxtel-product-card .maxtel-loop-product-code,
.maxtel-woocommerce ul.products li.product .maxtel-loop-product-code,
.maxtel-woocommerce .woocommerce ul.products li.product .maxtel-loop-product-code,
.tax-product_cat .maxtel-shop ul.products li.product .maxtel-loop-product-code,
.tax-product_cat.woocommerce ul.products li.product .maxtel-loop-product-code,
.woocommerce ul.products li.product .maxtel-loop-product-code {
	display: block;
	padding: 0.72rem 1rem 0.1rem;
	color: #172033;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0;
}

.maxtel-product-card__title,
.maxtel-product-card .woocommerce-loop-product__title,
.maxtel-home-products .maxtel-product-card__title,
.maxtel-home-products .maxtel-product-card .woocommerce-loop-product__title,
.maxtel-product-crosslinks--tabs .maxtel-product-card__title,
.maxtel-product-crosslinks--tabs .maxtel-product-card .woocommerce-loop-product__title,
.tax-product_cat .maxtel-shop ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat.woocommerce ul.products li.product .woocommerce-loop-product__title,
.maxtel-woocommerce ul.products li.product .woocommerce-loop-product__title,
.maxtel-woocommerce .woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	box-sizing: border-box;
	height: 2.86em;
	min-height: 2.86em;
	max-height: 2.86em;
	margin: 0;
	padding: 0 1rem;
	overflow: hidden;
	color: #334155;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.43;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.maxtel-loop-product-price {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.5rem;
	align-items: baseline;
	min-height: 1.4rem;
	margin: 0;
	padding: 0.42rem 1rem 0;
	color: #c9242f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.maxtel-loop-product-price .maxtel-product-price,
.maxtel-loop-product-price .maxtel-product-price--sale {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.5rem;
	align-items: baseline;
}

.maxtel-loop-product-price del,
.maxtel-loop-product-price ins {
	display: inline-flex;
	align-items: baseline;
	white-space: nowrap;
}

.maxtel-loop-product-price del {
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
	text-decoration-thickness: 1px;
	opacity: 0.82;
}

.maxtel-loop-product-price ins,
.maxtel-loop-product-price__contact {
	color: #c9242f;
	font-weight: 700;
	text-decoration: none;
}

.tax-product_cat .maxtel-shop ul.products,
.maxtel-woocommerce ul.products,
.maxtel-woocommerce .woocommerce ul.products,
.woocommerce ul.products,
.tax-product_cat.woocommerce ul.products {
	grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--maxtel-shop-product-card-min)), 1fr));
	justify-content: stretch;
	gap: var(--maxtel-shared-product-card-gap);
}

.maxtel-product-crosslinks--tabs .maxtel-product-grid {
	gap: var(--maxtel-shared-product-card-gap);
}

.maxtel-product-crosslinks--tabs .maxtel-product-card {
	flex: 0 0 calc((100% - 3.6rem) / 5);
	width: calc((100% - 3.6rem) / 5);
	min-width: 0;
}

.maxtel-product-grid > .maxtel-product-card {
	max-width: var(--maxtel-shared-product-card-width);
}

.maxtel-product-crosslinks--tabs .maxtel-product-grid > .maxtel-product-card {
	max-width: none;
}

.maxtel-home-products .maxtel-carousel__track {
	gap: var(--maxtel-shared-product-card-gap);
}

.maxtel-home-products .maxtel-carousel__slide {
	flex: 0 0 var(--maxtel-shared-product-card-width);
	width: var(--maxtel-shared-product-card-width);
	max-width: var(--maxtel-shared-product-card-width);
}

.maxtel-home-products .maxtel-carousel__slide .maxtel-product-card {
	width: 100%;
	max-width: var(--maxtel-shared-product-card-width);
}

.maxtel-product-card__mobile-actions {
	display: none;
}

@media (max-width: 760px) {
	.maxtel-product-card__mobile-actions {
		display: block;
		margin-top: auto;
		padding: 0 0.7rem 0.7rem;
	}

	.maxtel-product-card__mobile-actions .maxtel-compare-toggle--card-mobile {
		width: 100%;
		min-height: 34px;
		padding: 0.42rem 0.55rem;
		border-radius: 8px;
		font-size: 12px;
		line-height: 1.2;
	}
}

@media (max-width: 1100px) {
	.maxtel-product-crosslinks--tabs .maxtel-product-grid {
		gap: 0.875rem;
	}

	.maxtel-product-crosslinks--tabs .maxtel-product-card {
		flex-basis: calc((100% - 1.75rem) / 3);
		width: calc((100% - 1.75rem) / 3);
	}
}

@media (max-width: 760px) {
	.maxtel-product-crosslinks--tabs .maxtel-product-grid {
		gap: 0.75rem;
	}

	.maxtel-product-crosslinks--tabs .maxtel-product-card {
		flex-basis: calc((100% - 0.75rem) / 2);
		width: auto;
	}
}

@media (max-width: 640px) {
	:root {
		--maxtel-shared-product-card-gap: 0.65rem;
	}

	.tax-product_cat .maxtel-shop ul.products,
	.maxtel-woocommerce ul.products,
	.maxtel-woocommerce .woocommerce ul.products,
	.woocommerce ul.products,
	.tax-product_cat.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tax-product_cat .maxtel-cat-listing-layout > .maxtel-shop-loop {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.maxtel-product-crosslinks--tabs .maxtel-product-grid {
		gap: var(--maxtel-shared-product-card-gap);
	}

	.maxtel-product-crosslinks--tabs .maxtel-product-card {
		flex-basis: calc((100% - var(--maxtel-shared-product-card-gap)) / 2);
		width: auto;
	}

	.maxtel-product-grid > .maxtel-product-card {
		max-width: none;
	}

	.maxtel-home-products .maxtel-carousel__slide {
		flex-basis: calc((100% - var(--maxtel-shared-product-card-gap)) / 2);
		width: auto;
		max-width: none;
	}

	.maxtel-home-products .maxtel-carousel__slide .maxtel-product-card {
		max-width: none;
	}

	.maxtel-product-card__link,
	.maxtel-home-products .maxtel-product-card__link,
	.maxtel-product-crosslinks--tabs .maxtel-product-card__link,
	.maxtel-woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
	.maxtel-woocommerce ul.products li.product a.woocommerce-loop-product__link,
	.maxtel-woocommerce .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
	.maxtel-woocommerce .woocommerce ul.products li.product a.woocommerce-loop-product__link,
	.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
	.woocommerce ul.products li.product a.woocommerce-loop-product__link {
		padding-bottom: 0.75rem;
	}

	.maxtel-product-card__image,
	.maxtel-home-products .maxtel-product-card__image,
	.maxtel-product-crosslinks--tabs .maxtel-product-card__image {
		height: 150px;
		padding: 0.35rem;
	}

.maxtel-product-card__image img,
.maxtel-home-products .maxtel-product-card__image img,
.maxtel-product-crosslinks--tabs .maxtel-product-card__image img {
		height: 100%;
		padding: 0;
	}

	.maxtel-woocommerce ul.products li.product a img,
	.maxtel-woocommerce .woocommerce ul.products li.product a img,
	.tax-product_cat .maxtel-shop ul.products li.product a img,
	.tax-product_cat.woocommerce ul.products li.product a img,
	.woocommerce ul.products li.product a img {
		height: 150px;
		padding: 0.35rem;
	}

	.maxtel-product-card__code,
	.maxtel-product-card .maxtel-loop-product-code,
	.maxtel-home-products .maxtel-product-card__code,
	.maxtel-home-products .maxtel-product-card .maxtel-loop-product-code,
	.maxtel-product-crosslinks--tabs .maxtel-product-card__code,
	.maxtel-product-crosslinks--tabs .maxtel-product-card .maxtel-loop-product-code,
	.maxtel-woocommerce ul.products li.product .maxtel-loop-product-code,
	.maxtel-woocommerce .woocommerce ul.products li.product .maxtel-loop-product-code,
	.tax-product_cat .maxtel-shop ul.products li.product .maxtel-loop-product-code,
	.tax-product_cat.woocommerce ul.products li.product .maxtel-loop-product-code,
	.woocommerce ul.products li.product .maxtel-loop-product-code {
		padding: 0.58rem 0.7rem 0.16rem;
		font-size: 12px;
		line-height: 14px;
	}

	.maxtel-product-card__title,
	.maxtel-product-card .woocommerce-loop-product__title,
	.maxtel-home-products .maxtel-product-card__title,
	.maxtel-home-products .maxtel-product-card .woocommerce-loop-product__title,
	.maxtel-product-crosslinks--tabs .maxtel-product-card__title,
	.maxtel-product-crosslinks--tabs .maxtel-product-card .woocommerce-loop-product__title,
	.tax-product_cat .maxtel-shop ul.products li.product .woocommerce-loop-product__title,
	.tax-product_cat.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.maxtel-woocommerce ul.products li.product .woocommerce-loop-product__title,
	.maxtel-woocommerce .woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		height: 2.8em;
		min-height: 2.8em;
		max-height: 2.8em;
		padding: 0 0.7rem;
		font-size: 13px;
		line-height: 1.4;
	}

	.maxtel-loop-product-price {
		padding: 0.36rem 0.7rem 0;
		font-size: 13px;
	}

	.maxtel-loop-product-price del {
		font-size: 11.5px;
	}
}
