.soft-atolye-product-options {
	display: grid;
	gap: 10px;
	margin: 18px 0;
	padding: 16px;
	border: 1px solid #e4e8ed;
	border-radius: 14px;
	background: #fffaf3;
}

.soft-atolye-product-options[hidden] {
	display: none !important;
}

/* Yalnızca JS tarafından içeriği "Ücretsiz Kargo" olarak doğrulanan pseudo-element gizlenir.
 * Sınıf doğrudan pseudo-elementin sahibi olan elemana eklenir; bu nedenle tema/variation
 * eklentisinin DOM yapısına bağlı bir üst kapsayıcı seçicisi kullanılmaz.
 */
.soft-atolye-hide-free-shipping-before::before,
.soft-atolye-hide-free-shipping-after::after {
	content: none !important;
	display: none !important;
}

.soft-atolye-digital-choice [class*="shipping"],
.soft-atolye-digital-choice [class*="kargo"] {
	display: none !important;
}

.soft-atolye-product-options legend {
	padding: 0 7px;
	color: #1f2a3d;
	font-size: 16px;
	font-weight: 800;
}

.soft-atolye-product-options > p {
	margin: -2px 0 2px;
	color: #6d7788;
	font-size: 12px;
	line-height: 1.45;
}

.soft-atolye-product-option {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	margin: 0;
	padding: 11px 12px;
	border: 1px solid #e4e8ed;
	border-radius: 11px;
	background: #fff;
	cursor: pointer;
}

.soft-atolye-product-option:hover {
	border-color: rgba(236, 123, 47, .5);
}

.soft-atolye-product-option input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #ec7b2f;
}

.soft-atolye-product-option span {
	min-width: 0;
	color: #1f2a3d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.soft-atolye-product-option strong {
	color: #cf8d4d;
	font-size: 14px;
	font-weight: 850;
	white-space: nowrap;
}

.soft-atolye-options-total {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding-top: 3px;
	color: #1f2a3d;
	font-size: 13px;
	font-weight: 700;
}

.soft-atolye-options-total strong {
	color: #cf8d4d;
	font-size: 16px;
	font-weight: 850;
	text-align: right;
}

.soft-atolye-product-options > .soft-atolye-options-status {
	min-height: 0;
	margin: 0;
	color: #1a7f45;
	font-size: 11px;
}

.soft-atolye-product-options > .soft-atolye-options-status:empty {
	display: none;
}

body.soft-atolye-dialog-open {
	overflow: hidden;
}

.soft-atolye-instagram-dialog {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 18px;
	background: rgba(18, 27, 43, .68);
}

.soft-atolye-instagram-dialog[hidden] {
	display: none !important;
}

.soft-atolye-instagram-dialog-panel {
	position: relative;
	width: min(100%, 560px);
	max-height: calc(100vh - 36px);
	overflow: auto;
	padding: 26px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 20px 60px rgba(18, 27, 43, .3);
}

.soft-atolye-instagram-dialog-panel h2 {
	margin: 0 36px 8px 0;
	color: #1f2a3d;
	font-size: 22px;
	line-height: 1.25;
}

.soft-atolye-instagram-dialog-panel > p {
	margin: 0 0 14px;
	color: #6d7788;
	font-size: 13px;
	line-height: 1.5;
}

.soft-atolye-instagram-dialog-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f1f3f6;
	color: #1f2a3d;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.soft-atolye-instagram-dialog-summary {
	margin: 0;
	padding: 15px;
	border: 1px solid #e4e8ed;
	border-radius: 12px;
	background: #f8f9fb;
	color: #1f2a3d;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.55;
	white-space: pre-wrap;
	word-break: break-word;
}

.soft-atolye-instagram-dialog-panel > .soft-atolye-instagram-dialog-status {
	min-height: 18px;
	margin: 10px 0 0;
	color: #1a7f45;
	font-size: 12px;
}

.soft-atolye-instagram-dialog-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	margin-top: 14px;
}

.soft-atolye-instagram-dialog-actions button {
	min-height: 48px;
	padding: 10px 18px;
	border-radius: 11px;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.soft-atolye-instagram-dialog-open {
	border: 0;
	background: linear-gradient(135deg, #f58529, #dd2a7b 52%, #8134af);
	color: #fff;
}

.soft-atolye-instagram-dialog-cancel {
	border: 1px solid #dfe3e8;
	background: #fff;
	color: #1f2a3d;
}

@media (max-width: 700px) {
	.soft-atolye-product-options {
		margin: 14px 0;
		padding: 13px;
	}

	.soft-atolye-product-option {
		grid-template-columns: 18px minmax(0, 1fr) auto;
		gap: 8px;
		padding: 10px;
	}

	.soft-atolye-product-option span,
	.soft-atolye-product-option strong {
		font-size: 13px;
	}

	.soft-atolye-instagram-dialog-panel {
		padding: 22px 16px 16px;
	}

	.soft-atolye-instagram-dialog-panel h2 {
		font-size: 19px;
	}

	.soft-atolye-instagram-dialog-actions {
		grid-template-columns: 1fr;
	}

	.soft-atolye-instagram-dialog-cancel {
		min-height: 42px !important;
	}
}

/*
 * 1.1.10 — Dijital teslimde "Ücretsiz Kargo" rozeti
 * DevTools üzerinden gerçek DOM üzerinde doğrulanan kalıcı kural.
 * Yalnızca JS'nin dijital seçenek olarak işaretlediği span'ın ::after
 * pseudo-elementini hedefler. Fiziksel seçenekler etkilenmez.
 */
html body.single-product .product
.variable-item-span.variable-item-span-button.soft-atolye-digital-choice.soft-atolye-hide-free-shipping-after::after {
	content: none !important;
	display: none !important;
}
