.mbb-gift-design {
	clear: both;
	margin: 24px 0;
	padding: 24px;
	border: 1px solid #d8e7e9;
	background: #fbf7f5;
}

.mbb-gift-design h2 {
	margin: 0 0 8px;
}

.mbb-gift-design__note,
.mbb-gift-design__security {
	margin: 0 0 18px;
	line-height: 1.55;
}

.single-product.postid-10058 .product_meta,
.single-product.postid-10058 .woocommerce-product-gallery,
.single-product.postid-10058 .bootstrap-datetimepicker-widget,
.single-product.postid-10058 .summary.entry-summary > .price {
	display: none !important;
}

.single-product.postid-10058 .summary.entry-summary {
	float: none !important;
	width: 100% !important;
	max-width: 900px;
	margin-right: auto !important;
	margin-left: auto !important;
}

.mbb-schedule-note {
	margin: 8px 0 0;
	color: #5d6265;
	font-size: 14px;
	line-height: 1.45;
}

.mbb-delivery-date {
	width: 100%;
	max-width: 420px;
}

.mbb-custom-amount {
	margin-top: 14px;
}

.mbb-custom-amount label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.mbb-custom-amount input {
	width: 100%;
	max-width: 260px;
}

.mbb-gift-design__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.mbb-gift-design__choice {
	display: block;
	cursor: pointer;
}

.mbb-gift-design__choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.mbb-gift-design__card {
	display: block;
	height: 100%;
	padding: 10px;
	border: 2px solid transparent;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: border-color 0.15s ease, transform 0.15s ease;
}

.mbb-gift-design__card img {
	display: block;
	width: 100%;
	aspect-ratio: 1.4 / 1;
	margin-bottom: 8px;
	object-fit: cover;
}

.mbb-gift-design__choice:hover .mbb-gift-design__card,
.mbb-gift-design__choice input:focus-visible + .mbb-gift-design__card {
	transform: translateY(-2px);
	border-color: #8abdc5;
}

.mbb-gift-design__choice.is-selected .mbb-gift-design__card {
	border-color: #5d9ca7;
	box-shadow: 0 0 0 2px rgba(93, 156, 167, 0.18);
}

.mbb-gift-design__choice.is-selected .mbb-gift-design__card::after {
	content: "Selected";
	display: block;
	margin-top: 5px;
	color: #38717a;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.mbb-gift-design__security {
	margin: 18px 0 0;
	padding-top: 14px;
	border-top: 1px solid #d8e7e9;
	font-weight: 600;
}

@media (max-width: 600px) {
	.mbb-gift-design {
		padding: 18px;
	}

	.mbb-gift-design__grid {
		grid-template-columns: 1fr;
	}
}

.mbb-gift-cards-page .woocommerce-result-count,
.mbb-gift-cards-page .woocommerce-ordering,
.mbb-gift-cards-page ul.products.columns-4 {
	display: none !important;
}
