/* India — Choose your FREE strap (compact picker under variations) */

#ify-frequently-bought-together {
	display: none !important;
}

.ify-free-strap-picker {
	margin: 1.1rem 0 1.25rem;
	padding: 0;
	width: 100%;
}

.ify-free-strap-picker__heading {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.ify-free-strap-picker__options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.ify-free-strap-picker__option {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0;
	padding: 0.65rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.04);
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.ify-free-strap-picker__option:hover,
.ify-free-strap-picker__option.is-selected {
	border-color: rgba(79, 243, 176, 0.85);
	background: rgba(79, 243, 176, 0.08);
	box-shadow: 0 0 0 1px rgba(79, 243, 176, 0.35);
}

.ify-free-strap-picker__radio {
	flex: 0 0 auto;
	width: 1.05rem;
	height: 1.05rem;
	margin: 0;
	accent-color: #4ff3b0;
	cursor: pointer;
}

.ify-free-strap-picker__media {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	border-radius: 8px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.25);
}

.ify-free-strap-picker__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ify-free-strap-picker__meta {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.ify-free-strap-picker__label {
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
}

.ify-free-strap-picker__free {
	font-size: 0.85rem;
	font-weight: 700;
	color: #4ff3b0;
	letter-spacing: 0.02em;
}

.ify-free-strap-cart-badge {
	color: #4ff3b0;
	font-weight: 700;
}

/* Magic Checkout: free-strap toggle (kept for optional overlay callers) */
.ify-free-strap-magic-bar {
	position: fixed !important;
	z-index: 2147483647 !important;
	left: 16px;
	top: 308px;
	width: 328px;
	max-width: calc(100vw - 32px);
	pointer-events: auto !important;
	display: block;
	box-sizing: border-box;
	margin-top: 16px;
}

.ify-free-strap-magic-bar[hidden] {
	display: none !important;
}

.ify-free-strap-magic-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.55rem;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0;
	padding: 0.7rem 0.9rem;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(226, 232, 240, 0.95);
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}

.ify-free-strap-magic-bar__label {
	color: #334155;
	font-size: 0.8rem;
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: 0.01em;
	flex: 0 0 auto;
}

.ify-free-strap-magic-bar__options {
	display: inline-flex;
	align-items: center;
	flex: 1 1 auto;
	justify-content: flex-end;
	padding: 3px;
	border-radius: 999px;
	background: #e8eef7;
	gap: 0;
	min-width: 0;
}

.ify-free-strap-magic-bar__btn {
	appearance: none;
	border: 0;
	background: transparent;
	color: #475569;
	border-radius: 999px;
	padding: 0.4rem 0.85rem;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	flex: 1 1 0;
	min-width: 0;
	text-align: center;
	transition: background 0.15s ease, color 0.15s ease;
}

.ify-free-strap-magic-bar__btn.is-active,
.ify-free-strap-magic-bar__btn:hover {
	background: #0b5fff;
	color: #fff;
}

@media (max-width: 575px) {
	.ify-free-strap-picker__options {
		grid-template-columns: 1fr;
	}

	.ify-free-strap-magic-bar {
		left: 12px !important;
		right: 12px !important;
		top: auto !important;
		bottom: 12px !important;
		width: auto !important;
		max-width: none;
	}

	.ify-free-strap-magic-bar__label {
		font-size: 0.75rem;
	}

	.ify-free-strap-magic-bar__btn {
		padding: 0.38rem 0.65rem;
		font-size: 0.75rem;
	}
}
