.dxfbt-frontend{
	margin-top:24px;
	padding-top:22px;
	border-top:1px solid rgba(0,0,0,.10);
}
.dxfbt-frontend__title{
	margin:0 0 14px;
	font-size:20px;
	line-height:1.3;
}
.dxfbt-frontend__items{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:12px;
}
.dxfbt-frontend__item{
	display:grid;
	grid-template-columns:76px minmax(0,1fr);
	gap:12px;
	align-items:start;
	min-width:0;
	padding:12px;
	border:1px solid rgba(0,0,0,.10);
	border-radius:18px;
	background:#fff;
}
.dxfbt-frontend__image{
	display:block;
	width:76px;
	min-width:76px;
	line-height:0;
}
.dxfbt-frontend__img{
	display:block;
	width:76px;
	height:76px;
	object-fit:cover;
	border-radius:6px;
}
.dxfbt-frontend__content{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	min-width:0;
	height:100%;
}
.dxfbt-frontend__name{
	display:block;
	margin:0 0 6px;
	font-weight:600;
	line-height:1.35;
	text-decoration:none;
}
.dxfbt-frontend__price{
	margin:0 0 10px;
	line-height:1.3;
}
.dxfbt-frontend__price del{
	opacity:.65;
}
.dxfbt-frontend__cta.button{
	margin-top:auto;
	padding:8px 12px;
	min-height:36px;
	border-radius:35px;
	font-size:12px;
	line-height:18px;
	white-space:normal;
	text-align:center;
}
.dxfbt-frontend .added_to_cart{
	display:none !important;
}
@media (max-width:767px){
	.dxfbt-frontend__items{
		grid-template-columns:1fr;
	}
}
.dxfbt-frontend__item[hidden],
.dxfbt-frontend__item[aria-hidden="true"]{
	display:none !important;
}
