.mfcj-block {
	margin: 20px 0;
	padding: 16px;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	background: #fff;
}

.mfcj-title {
	margin: 0 0 12px;
	font-size: 18px;
}

.mfcj-products,
.mfcj-cards {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mfcj-product-row,
.mfcj-card,
.mfcj-mini-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mfcj-thumb img {
	max-width: 55px;
	height: auto;
}

.mfcj-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
}

.mfcj-name {
	font-size: 14px;
	text-decoration: none;
}

.mfcj-price {
	font-weight: 600;
}

.mfcj-mini-variation-select {
	width: 100%;
	height: 30px;
	padding: 0 8px;
	font-size: 12px;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	background: #fff;
}

.mfcj-total-wrap {
	margin: 12px 0;
	font-size: 16px;
	font-weight: 600;
}

.mfcj-block--single {
	border: 0;
	border-radius: 0;
	margin: 24px auto 100px;
	max-width: 1240px;
	box-sizing: border-box;
}

.mfcj-block--single .mfcj-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 18px;
}

.mfcj-fbt-layout {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
}

.mfcj-products--single {
	flex-direction: row;
	align-items: flex-start;
	gap: 18px;
	flex-wrap: wrap;
	flex: 1;
	justify-content: space-evenly;
}

.mfcj-carousel--fbt {
	position: relative;
	flex: 1;
}

.mfcj-carousel--fbt .mfcj-carousel-nav {
	display: none;
}

.mfcj-single-item-wrap {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	min-height: 100%;
}

.mfcj-product-row--single {
	width: 175px;
	min-width: 175px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	height: 100%;
}

.mfcj-product-row--single .mfcj-select-line {
	display: block;
	height: 18px;
}

.mfcj-product-row--single .mfcj-thumb img {
	width: 150px;
	max-width: 150px;
}

.mfcj-product-row--single .mfcj-info {
	gap: 6px;
}

.mfcj-product-row--single .mfcj-name {
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #673B5E;
}

.mfcj-product-row--single .mfcj-price {
	font-size: 20px;
	font-weight: 700;
	color: #683B5F;
}
.mfcj-product-row--single .mfcj-price del{    font-size: 15px;
    color: #b5b5b5;
    font-weight: 600;}
.mfcj-product-row--single .mfcj-variation-select {
	font-size: 12px;
	width: 100%;
}

.mfcj-plus {
	font-size: 28px;
	color: #666;
	font-weight: 500;
	align-self: flex-start;
	margin-top: 96px;
	line-height: 1;
}

.mfcj-fbt-summary {
	min-width: 240px;
	max-width: 280px;
	padding-top: 34px;
}

.mfcj-block--single .mfcj-total-wrap {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 400;
}

.mfcj-block--single .mfcj-total-label {
	color: #555;
	margin-right: 4px;
}

.mfcj-block--single .mfcj-total-value {
	font-size: 28px;
	font-weight: 700;
	color: #673a5e;
}

.mfcj-block--single .mfcj-add-selected {
	width: 100%;
	min-height: 40px;
	height: auto;
	border-radius: 8px;
	border: 1px solid #673a5e !important;
	background: #673a5e !important;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	white-space: normal;
	word-break: break-word;
	text-align: center;
	padding: 8px 14px;
}

.mfcj-block--single .mfcj-add-selected:hover {
	background: #4a246b;
	border-color: #4a246b;
	color: #fff;
}

.mfcj-block--mini-cart .mfcj-title {
	font-size: 16px;
	text-align: center;
	margin-bottom: 12px;
}

.mfcj-carousel {
	display: flex;
	align-items: center;
	gap: 6px;
}

.mfcj-carousel-viewport {
	overflow: hidden;
	flex: 1;
}

.mfcj-carousel-track {
	display: flex;
	transition: transform 0.3s ease;
}

.mfcj-block--mini-cart .mfcj-mini-item {
	min-width: 100%;
	box-sizing: border-box;
	padding: 8px;
	border: 1px dashed #673a5e;
	border-radius: 4px;
	background: #fff;
	align-items: flex-start;
}

.mfcj-block--mini-cart .mfcj-thumb img {
	width: 68px;
	max-width: 68px;
	height: auto;
}

.mfcj-mini-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 6px;
	min-width: 0;
}

.mfcj-block--mini-cart .mfcj-name {
	font-size: 13px;
	line-height: 1.2;
	color: #111;
	text-decoration: none;
}

.mfcj-mini-buybox {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.mfcj-block--mini-cart .mfcj-price {
	font-size: 17px;
	line-height: 1;
	color: #673a5e;
	font-weight: 700;
}
.mfcj-block--mini-cart .mfcj-price del {
    font-size: 15px;
    color: #b5b5b5;
    font-weight: 600;
}

.mfcj-block--mini-cart .mfcj-add-one {
	width: 100%;
	height: 34px;
	background: #673a5e;
	border-color: #673a5e;
	color: #fff;
	font-weight: 600;
	text-transform: none;
}

.mfcj-block--mini-cart .mfcj-add-one:hover {
	background: #673a5e;
	border-color: #673a5e;
	color: #fff;
}

.mfcj-carousel-nav {
	border: 0;
	background: transparent;
	font-size: 20px;
	cursor: pointer;
	line-height: 1;
	padding: 2px 4px;
}

.mfcj-carousel-dots {
	display: none;
	justify-content: center;
	gap: 4px;
	margin-top: 8px;
}

.mfcj-carousel-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 0;
	background: #c7c7c7;
	padding: 0;
	cursor: pointer;
}

.mfcj-carousel-dot.is-active {
	background: #333;
}
.mfcj-block.mfcj-block--mini-cart {
    padding: 0;
    border: none;
}
button.mfcj-carousel-nav.mfcj-carousel-nav--prev {
    position: absolute;
    left: 5px;
    z-index: 99;
}
button.mfcj-carousel-nav.mfcj-carousel-nav--next {
    position: absolute;
    right: 5px;
    z-index: 99;
}
@media (max-width: 767px) {
	.mfcj-block {
		padding: 12px;
	}
	.mfcj-title {
		font-size: 16px;
	}
	.mfcj-block--single {
		padding: 14px;
		border: 1px solid #e2e2e2;
		border-radius: 10px;
		margin: 16px 0;
		margin-bottom: 80px;
	}
	.mfcj-block--single .mfcj-title {
		font-size: 22px;
	}
	.mfcj-fbt-layout {
		flex-direction: column;
		align-items: stretch;
	}
	.mfcj-products--single {
		gap: 0;
		justify-content: flex-start;
		flex-wrap: nowrap;
		padding-bottom: 10px;
		padding-right: 0;
		order: 1;
	}
	.mfcj-carousel--fbt {
		order: 1;
	}
	.mfcj-carousel--fbt .mfcj-carousel-viewport {
		overflow: hidden;
	}
	.mfcj-carousel--fbt .mfcj-carousel-track--fbt {
		transition: transform 0.3s ease;
	}
	.mfcj-carousel--fbt .mfcj-carousel-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 44%;
		transform: translateY(-50%);
		width: 28px;
		height: 28px;
		border: 0;
		border-radius: 50%;
		background: rgba(17, 17, 17, 0.72);
		color: #fff;
		font-size: 18px;
		line-height: 1;
		z-index: 3;
		padding: 0;;
	}
	.mfcj-carousel--fbt .mfcj-carousel-nav--prev {
		left: 4px;
	}
	.mfcj-carousel--fbt .mfcj-carousel-nav--next {
		right: 4px;
	}
	.mfcj-single-item-wrap {
		width: 100%;
		min-width: 100%;
		flex: 0 0 100%;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	.mfcj-product-row--single {
		width: 65%;
	}
	.mfcj-product-row--single .mfcj-thumb img {
		width: 120px;
		max-width: 120px;
	}
	.mfcj-plus {
		display: none;
	}
	.mfcj-fbt-summary {
		max-width: none;
		width: 100%;
		order: 2;
		padding-top: 12px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.mfcj-products--single {
		justify-content: center;
	}
	.mfcj-product-row--single {
		width: 160px;
		min-width: 160px;
	}
	.mfcj-product-row--single .mfcj-thumb img {
		width: 140px;
		max-width: 140px;
	}
}
