/* =========================================================
   SS DECO - PRODUCTO / FASE 1 - RELACIONADOS
   ========================================================= */

html[data-ss-theme] body.single-product .related.products,
html[data-ss-theme] body.single-product .up-sells.products {
	margin-top: clamp(64px, 8vw, 104px);
	padding-top: clamp(34px, 4vw, 52px);
	border-top: 1px solid var(--ss-line);
}

html[data-ss-theme] body.single-product .related.products > h2,
html[data-ss-theme] body.single-product .up-sells.products > h2 {
	margin: 0 0 30px !important;
	font-size: clamp(24px, 2.2vw, 34px) !important;
	letter-spacing: -0.025em;
}

html[data-ss-theme] body.single-product .related ul.products,
html[data-ss-theme] body.single-product .up-sells ul.products {
	row-gap: 42px !important;
	column-gap: clamp(16px, 2vw, 28px) !important;
}

html[data-ss-theme] body.single-product .related ul.products li.product,
html[data-ss-theme] body.single-product .up-sells ul.products li.product {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--ss-text);
}

html[data-ss-theme] body.single-product .related ul.products li.product .product-entry-wrapper,
html[data-ss-theme] body.single-product .up-sells ul.products li.product .product-entry-wrapper {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

html[data-ss-theme] body.single-product .related ul.products li.product .ct-image-container,
html[data-ss-theme] body.single-product .up-sells ul.products li.product .ct-image-container {
	overflow: hidden;
	aspect-ratio: 1 / 1;
	margin-bottom: 18px;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

html[data-ss-theme] body.single-product .related ul.products li.product img,
html[data-ss-theme] body.single-product .up-sells ul.products li.product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	transition: transform 300ms ease;
}

html[data-ss-theme] body.single-product .related ul.products li.product:hover img,
html[data-ss-theme] body.single-product .up-sells ul.products li.product:hover img {
	transform: scale(1.025);
}

html[data-ss-theme] body.single-product .related ul.products li.product .woocommerce-loop-product__title,
html[data-ss-theme] body.single-product .up-sells ul.products li.product .woocommerce-loop-product__title {
	color: var(--ss-text) !important;
	font-size: 16px !important;
	line-height: 1.35 !important;
}

html[data-ss-theme] body.single-product .related ul.products li.product .price,
html[data-ss-theme] body.single-product .up-sells ul.products li.product .price,
html[data-ss-theme] body.single-product .related ul.products li.product .price .amount,
html[data-ss-theme] body.single-product .up-sells ul.products li.product .price .amount {
	color: var(--ss-text) !important;
}

html[data-ss-theme] body.single-product .related .ct-product-categories,
html[data-ss-theme] body.single-product .up-sells .ct-product-categories {
	color: var(--ss-muted) !important;
}
