/* Mercan Sepet — marka rozeti + ücretsiz kargo barı
 * CDN: Tailwind-AG/Sepet/mercan-cart.css
 */

/* —— Marka rozeti —— */
.mercan-cart-brand-badge {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	max-width: 100%;
	padding: 0.2rem 0.625rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.35;
	color: #00518b !important;
	background: #ebf6ff !important;
	border: 1px solid #8080ff !important;
	border-radius: 0.375rem;
	text-decoration: none !important;
	transition: opacity 0.15s ease, box-shadow 0.15s ease;
}

.mercan-cart-brand-badge:hover {
	opacity: 0.9;
	box-shadow: 0 1px 4px rgba(128, 128, 255, 0.25);
	text-decoration: none !important;
}

/* —— Ücretsiz kargo barı —— */
.mercan-cart-free-shipping {
	--mcfs-green: #059669;
	--mcfs-green-soft: #ecfdf5;
	--mcfs-green-mid: #a7f3d0;
	--mcfs-ink: #064e3b;
	--mcfs-muted: #6b7280;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	padding: 1rem 0.875rem 0.875rem;
	border-radius: 0.75rem;
	background:
		radial-gradient(120% 80% at 50% 0%, rgba(16, 185, 129, 0.12) 0%, transparent 55%),
		linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
	border: 1px solid rgba(16, 185, 129, 0.28);
	box-shadow:
		0 1px 2px rgba(6, 78, 59, 0.04),
		inset 0 1px 0 rgba(255, 255, 255, 0.7);
	text-align: center;
}

.mercan-cart-free-shipping--progress {
	--mcfs-green: var(--primary, #1a3a5f);
	--mcfs-green-soft: #f1f5f9;
	--mcfs-green-mid: #cbd5e1;
	--mcfs-ink: #0f172a;

	background:
		radial-gradient(120% 80% at 50% 0%, rgba(26, 58, 95, 0.08) 0%, transparent 55%),
		linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
	border-color: #e2e8f0;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.mercan-cart-free-shipping__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	width: 100%;
	text-align: center;
}

.mercan-cart-free-shipping__title-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
}

.mercan-cart-free-shipping__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	padding: 0.35rem;
	border-radius: 9999px;
	color: var(--mcfs-green);
	background: #fff;
	border: 1px solid var(--mcfs-green-mid);
	box-shadow: 0 1px 3px rgba(5, 150, 105, 0.12);
}

.mercan-cart-free-shipping--progress .mercan-cart-free-shipping__icon {
	box-shadow: 0 1px 3px rgba(26, 58, 95, 0.1);
}

.mercan-cart-free-shipping__title {
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.3;
	color: var(--mcfs-green);
	text-align: center;
}

.mercan-cart-free-shipping--progress .mercan-cart-free-shipping__title {
	color: var(--mcfs-ink);
	font-weight: 600;
	font-size: 0.75rem;
}

.mercan-cart-free-shipping__title-accent {
	color: var(--primary, #1a3a5f);
	font-weight: 700;
}

.mercan-cart-free-shipping__sub {
	max-width: 13.5rem;
	margin: 0 auto;
	font-size: 0.6875rem;
	line-height: 1.45;
	color: var(--mcfs-muted);
	text-align: center;
}

.mercan-cart-free-shipping__track {
	position: relative;
	width: 100%;
	height: 0.4rem;
	border-radius: 9999px;
	background: rgba(167, 243, 208, 0.55);
	overflow: hidden;
}

.mercan-cart-free-shipping--progress .mercan-cart-free-shipping__track {
	background: #e2e8f0;
}

.mercan-cart-free-shipping__fill {
	position: relative;
	height: 100%;
	border-radius: 9999px;
	background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
	box-shadow: 0 0 8px rgba(16, 185, 129, 0.45);
	transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.mercan-cart-free-shipping--progress .mercan-cart-free-shipping__fill {
	background: linear-gradient(90deg, var(--primary, #1a3a5f) 0%, #3b82f6 100%);
	box-shadow: 0 0 8px rgba(26, 58, 95, 0.25);
}

.mercan-cart-free-shipping__note {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	gap: 0.4rem;
	width: auto;
	max-width: 12.5rem;
	margin: 0 auto;
	padding: 0.55rem 0.7rem;
	font-size: 0.625rem;
	line-height: 1.45;
	font-weight: 500;
	color: #9a3412;
	background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
	border: 1px solid rgba(245, 158, 11, 0.45);
	border-radius: 0.625rem;
	box-shadow: 0 1px 2px rgba(146, 64, 14, 0.06);
	text-align: left;
}

.mercan-cart-free-shipping__note-icon {
	flex-shrink: 0;
	width: 0.875rem;
	height: 0.875rem;
	margin-top: 0.05rem;
	color: #d97706;
}

.mercan-cart-free-shipping__note-text {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}
