/**
 * نشان REY — موقعیت bottom_image_full: نوار تمام‌عرض چسبیده به پایین تصویر محصول در آرشیو.
 */

.rey-productThumbnail .rey-thPos--bottom-center:has(.rey-pBadge.--bottom_image_full) {
	inset-inline: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	justify-content: stretch;
	align-items: stretch;
}

.rey-productThumbnail .rey-thPos--bottom-center .rey-pBadge.--bottom_image_full {
	display: block !important;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.rey-productThumbnail .rey-pBadge.--bottom_image_full span {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	border-radius: 0;
	padding: 0.5em 0.65em;
}

.rey-productThumbnail .rey-pBadge.--bottom_image_full.--image {
	display: flex !important;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.rey-productThumbnail .rey-pBadge.--bottom_image_full.--image .rey-pBadge-img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.rey-productThumbnail .rey-pBadge.--bottom_image_full.--show-mobile {
		display: block !important;
	}
}
