/* v4.2.3: İndirim fiyatları korunur, SALE rozetleri vitrinde gösterilmez. */
body.soft-atolye-showcase-mode .onsale,
body.soft-atolye-showcase-mode span.onsale,
body.soft-atolye-showcase-mode .wc-block-grid__product-onsale,
body.soft-atolye-showcase-mode .wc-block-components-product-sale-badge,
body.soft-atolye-showcase-mode .wp-block-woocommerce-product-sale-badge {
	display: none !important;
}

body.soft-atolye-showcase-mode .ct-header-cart,
body.soft-atolye-showcase-mode [data-id="cart"],
body.soft-atolye-showcase-mode .site-header-cart,
body.soft-atolye-showcase-mode .wc-block-mini-cart,
body.soft-atolye-showcase-mode .cart-contents {
	display: none !important;
}

body.soft-atolye-showcase-mode.single-product form.cart .quantity,
body.soft-atolye-showcase-mode.single-product form.cart .single_add_to_cart_button,
body.soft-atolye-showcase-mode.single-product .woocommerce-variation-add-to-cart {
	display: none !important;
}

body.single-product .soft-atolye-showcase-action {
	width: 100%;
	margin-top: 18px;
}

body.single-product .soft-atolye-whatsapp-order {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 58px;
	padding: 12px 22px;
	border-radius: 13px;
	background: #25d366;
	color: #fff !important;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 8px 22px rgba(37, 211, 102, .2);
	transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

body.single-product .soft-atolye-whatsapp-order:not(.is-disabled):hover {
	filter: brightness(.96);
	transform: translateY(-1px);
	box-shadow: 0 10px 26px rgba(37, 211, 102, .26);
}

body.single-product .soft-atolye-whatsapp-order.is-disabled {
	cursor: not-allowed;
	background: #aeb6bf;
	box-shadow: none;
}

body.single-product .soft-atolye-whatsapp-icon {
	display: grid;
	place-items: center;
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
}

body.single-product .soft-atolye-whatsapp-icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.single-product .soft-atolye-instagram-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-height: 50px;
	margin-top: 10px;
	padding: 10px 20px;
	border: 1px solid #e5c5d7;
	border-radius: 12px;
	background: #fff;
	color: #b23873 !important;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none !important;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

body.single-product .soft-atolye-instagram-link:hover {
	border-color: #c34983;
	background: #fff7fb;
	transform: translateY(-1px);
}

body.single-product .soft-atolye-instagram-icon {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

body.single-product .soft-atolye-instagram-icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

body.single-product .soft-atolye-instagram-admin-note {
	margin: 8px 4px 0;
	color: #8a526d;
	font-size: 12px;
	text-align: center;
}

body.single-product .soft-atolye-showcase-help {
	margin: 9px 4px 0;
	color: #687386;
	font-size: 12px;
	line-height: 1.55;
	text-align: center;
}

body.single-product .soft-atolye-showcase-help a {
	color: #d16f2d;
	font-weight: 700;
}

body.single-product .soft-atolye-showcase-note {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 16px;
	padding: 14px 16px;
	border: 1px solid #f0d3b7;
	border-radius: 12px;
	background: #fffaf3;
}

body.single-product .soft-atolye-showcase-note strong {
	color: #202b3c;
	font-size: 14px;
}

body.single-product .soft-atolye-showcase-note span {
	color: #687386;
	font-size: 12px;
	line-height: 1.55;
}

body.soft-atolye-showcase-mode .soft-atolye-view-product {
	background: #f07a32 !important;
	color: #fff !important;
}

/* v4.1.0: WooCommerce bloklarında da sepet/satın alma yüzeylerini gizle. */
body.soft-atolye-showcase-mode .wp-block-woocommerce-mini-cart,
body.soft-atolye-showcase-mode .wc-block-mini-cart,
body.soft-atolye-showcase-mode .wc-block-components-product-button,
body.soft-atolye-showcase-mode .wp-block-woocommerce-product-button,
body.soft-atolye-showcase-mode .added_to_cart,
body.soft-atolye-showcase-mode a.checkout,
body.soft-atolye-showcase-mode a[href*="checkout"],
body.soft-atolye-showcase-mode a[href*="cart"] {
	display: none !important;
}
