.wide-item-card {
    position: relative;
    border: 1px solid var(--third);
    width: 100%;
}
.wide-item-card .image-card {
	background-size: contain;
    background-position: center;
	background-color: #1a1a1a;
	display: block;
	height: 180px;
	position: relative;
}
.wide-item-card .image-card a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.wide-item-card .image-card img {
	height: 100%;
    visibility: hidden;
    width: 100%;
}
.wide-item-card .info-card {
	background-color: var(--second-background);
	height: 100px;
}
.wide-item-card .info-card .item-title {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	overflow: hidden;
	color: #000000;
}
.wide-item-card .action-card {
	align-items: center;
	display: flex;
	height: 36px;
	position: relative;
}
.wide-item-card .action-card a {
	border-radius: initial;
	float: left;
	font-size: 16px;
	font-weight: 400;
	height: 36px;
	left: 0;
	padding: 7px 0 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 50%;
	display: none;
}
.wide-item-card .action-card .prices-wrap {
	align-items: center;
	border-top: 1px solid var(--third);
	display: flex;
	float: left;
	font-size: 18px;
	font-weight: 400;
	gap: 0.3rem;
	height: 36px;
	justify-content: center;
	padding: 0;
	text-align: center;
	width: 100%;
}
.wide-item-card .action-card .prices-wrap .original-price {
	color: var(--third);
	font-size: 14px;
	padding-right: 2px;
	text-decoration: line-through;
}
.wide-item-card .action-card .prices-wrap .exchange {
    color: var(--third);
    font-size: 12px;
}