.tgf-delivery-notice {
	width: 100%;
	padding: 14px 20px;
	margin: 0;
	background: #670b05;
	color: #fff;
	text-align: center;
}

.tgf-delivery-notice__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.01em;
}

.tgf-delivery-from-label {
	display: inline-block;
	margin: 6px 0 0;
	padding: 4px 8px;
	color: #670b05;
	background: #fff;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 500;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.tgf-delivery-from-label--single {
	margin: 8px 0 12px;
	font-size: 14px;
}

.flower-info .tgf-delivery-from-label,
.product-slider-info .tgf-delivery-from-label,
.product-slider-overlay-info .tgf-delivery-from-label {
	margin-top: 4px;
}

.flower-card .tgf-delivery-from-label,
.product-slider-card .tgf-delivery-from-label {
	opacity: 1;
}

/* Bottom-right add-to-cart toast */
.tgf-cart-toast {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100000;
	max-width: min(360px, calc(100vw - 32px));
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	pointer-events: none;
}

.tgf-cart-toast.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.tgf-cart-toast__inner {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	background: #fff;
	color: #670b05;
	border: 1px solid rgba(103, 11, 5, 0.15);
	border-radius: 4px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.tgf-cart-toast__message {
	margin: 0;
	flex: 1 1 auto;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 500;
}

.tgf-cart-toast__link {
	flex: 0 0 auto;
	color: #fff;
	background: #670b05;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 10px 12px;
	border-radius: 3px;
	white-space: nowrap;
}

.tgf-cart-toast__link:hover,
.tgf-cart-toast__link:focus {
	color: #fff;
	opacity: 0.92;
}

.tgf-cart-toast__close {
	flex: 0 0 auto;
	appearance: none;
	border: 0;
	background: transparent;
	color: #670b05;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	padding: 0 2px;
	opacity: 0.7;
}

.tgf-cart-toast__close:hover {
	opacity: 1;
}

@media (max-width: 480px) {
	.tgf-cart-toast {
		right: 12px;
		bottom: 12px;
		left: 12px;
		max-width: none;
	}

	.tgf-cart-toast__inner {
		flex-wrap: wrap;
	}
}
