.ods-fbt {
	margin: 24px 0;
}

.ods-fbt__title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 16px;
	text-align: center;
}

.ods-fbt__items {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.ods-fbt__item {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 255px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 170px;
}

.ods-fbt__check-label {
	left: 7px;
	position: absolute;
	top: 5px;
	z-index: 2;
}

.ods-fbt__checkbox {
	height: 20px;
	transform: scale(1.35);
	width: 20px;
}

.ods-fbt__image-link {
	display: block;
	min-height: 150px;
}

.ods-fbt__image-link img {
	height: auto;
	max-height: 150px;
	max-width: 100%;
}

.ods-fbt__info {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 5px;
}

.ods-fbt__name {
	color: #393939;
	display: -webkit-box;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	margin: 8px 0 0;
	min-height: 45px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ods-fbt__attribute {
	color: #393939;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
}

.ods-fbt__price {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	font-weight: 600;
	gap: 2px;
	margin: auto 0 0;
}

.ods-fbt__price span:first-child {
	color: #2f8f4b;
	font-size: 13px;
}

.ods-fbt__plus {
	align-self: center;
	font-size: 24px;
	font-weight: 700;
	margin: 0 6px;
}

.ods-fbt__summary {
	align-items: center;
	background: #f9f9f9;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	margin: 20px auto 0;
	max-width: 500px;
	padding: 15px;
	text-align: center;
}

.ods-fbt__total {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 12px;
}

.ods-fbt__button {
	max-width: 220px;
	width: 100%;
}

@media (max-width: 768px) {
	.ods-fbt__item {
		width: calc(50% - 10px);
	}

	.ods-fbt__plus {
		flex-basis: 100%;
		text-align: center;
	}
}
