/* Продукты на главной */

.pr_item {
  cursor: pointer;
}

.other_pages_beautiful_link_items_w img {
	filter: contrast(1);
}

.other_pages_beautiful_link_items_w img {
	border-radius: 2px !important;
}

.other_pages_beautiful_link_items_temporary {
	transition: 0.5s;
	z-index: 1;
	text-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
}

.other_pages_beautiful_link_items_temporary_back {
	transition: 0.5s;
	opacity: 0.25;
}


.other_pages_beautiful_link_items_main .other_pages_beautiful_link_items_overlay, .other_pages_beautiful_link_items_main:hover .other_pages_beautiful_link_items_temporary_back {
	opacity: 0;
}

.other_pages_beautiful_link_items_main:hover .other_pages_beautiful_link_items_temporary {
 opacity: 1 !important;
}

.other_pages_beautiful_link_items_main:hover .other_pages_beautiful_link_items_overlay {
	opacity: 1;
}

.other_pages_beautiful_link_items_overlay {
	position: absolute;
    padding: 1rem;
    opacity: 0;
    transition: opacity 500ms;
}

.overlay_background {
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	transition: 0.5s;
}

.overlay-content {
	z-index: 2;
	text-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
}
