/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ==========================================================================
   1. Custom Fonts / Özel Yazı Tipleri (@font-face)
   ========================================================================== */

/* 1. abc-diatype-mono (Main Body / Metin Yazı Tipi) */
@font-face {
	font-family: 'abc-diatype-mono';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('/wp-content/uploads/ABCDiatypeMonoVariable-Trial.woff2') format('woff2');
}

/* 2. Blair ITC Std (Başlıklar / Primary & Secondary Typography) */
@font-face {
	font-family: 'Blair ITC Std';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/wp-content/uploads/ITC-Blair-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Blair ITC Std';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/wp-content/uploads/ITC-Blair-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Blair ITC Std';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url('/wp-content/uploads/ITC-Blair-Light.woff2') format('woff2');
}

/* 3. PPLettraMono (Vurgular & Kod / Accent Typography) */
@font-face {
	font-family: 'PPLettraMono';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('/wp-content/uploads/PPLettraMono-Regular.woff2') format('woff2');
}

/* 4. OoohBaby (El Yazısı / Özel Başlıklar) */
@font-face {
	font-family: 'OoohBaby';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('/wp-content/uploads/OoohBaby-Regular.woff2') format('woff2');
}


/* ==========================================================================
   2. Ödeme Sayfası Stilleri & Erişilebilirlik (Checkout Page Design)
   ========================================================================== */

/* Form Wrapper & 2 Sütunlu Grid Düzeni */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	gap: 0 !important;
}

.woocommerce-checkout p.form-row {
	margin-bottom: 20px !important;
	padding: 0 !important;
}

/* Alan Sıralaması (Flex Order) ve Genişlikler */
#billing_first_name_field {
	order: 1 !important;
	width: calc(50% - 10px) !important;
	float: none !important;
}

#billing_last_name_field {
	order: 2 !important;
	width: calc(50% - 10px) !important;
	float: none !important;
}

#billing_email_field {
	order: 3 !important;
	width: calc(50% - 10px) !important;
	float: none !important;
}

#billing_phone_field {
	order: 4 !important;
	width: calc(50% - 10px) !important;
	float: none !important;
}

#billing_country_field {
	order: 5 !important;
	width: 100% !important;
	clear: both !important;
}

#billing_state_field {
	order: 6 !important;
	width: 100% !important;
	clear: both !important;
}

#billing_city_field {
	order: 7 !important;
	width: 100% !important;
	clear: both !important;
}

#billing_address_1_field {
	order: 8 !important;
	width: 100% !important;
	clear: both !important;
}

#billing_postcode_field {
	order: 9 !important;
	width: 100% !important;
	clear: both !important;
}

#billing_company_field,
#billing_address_2_field {
	display: none !important;
}

/* Mobil 2 sütun uyumluluğu */
@media (max-width: 600px) {
	#billing_first_name_field,
	#billing_last_name_field,
	#billing_email_field,
	#billing_phone_field {
		width: 100% !important;
	}
}

/* Form Etiketleri (Labels) */
.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce-additional-fields label,
.woocommerce-checkout .form-row label {
	display: block !important;
	font-family: 'PPLettraMono', monospace !important;
	font-size: 0.88rem !important;
	font-weight: 500 !important;
	color: #3B342F !important;
	margin-bottom: 7px !important;
	line-height: 1.3 !important;
}

.woocommerce-checkout .required,
.woocommerce-checkout abbr.required {
	color: #B83232 !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	margin-left: 3px !important;
}

/* Girdi Kutuları (Inputs & Selects & Textarea) */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
	background-color: #FFFFFF !important;
	border: 1px solid #D3CCBA !important;
	border-radius: 4px !important;
	color: #3B342F !important;
	font-family: 'abc-diatype-mono', sans-serif !important;
	font-size: 0.95rem !important;
	padding: 12px 14px !important;
	width: 100% !important;
	box-sizing: border-box !important;
	transition: all 0.2s ease !important;
	height: 48px !important;
	line-height: normal !important;
}

.woocommerce-checkout textarea {
	height: 110px !important;
	resize: vertical !important;
	padding-top: 12px !important;
}

/* Erişilebilir ve Net Placeholder Rengi (WCAG AA) */
.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder {
	color: #767067 !important;
	opacity: 1 !important;
	font-family: 'abc-diatype-mono', sans-serif !important;
	font-size: 0.9rem !important;
}

/* Odaklanma (Focus) & Erişilebilirlik */
.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout .select2-container--focus .select2-selection--single {
	border-color: #362417 !important;
	outline: 2px solid rgba(54, 36, 23, 0.2) !important;
	box-shadow: 0 0 0 3px rgba(54, 36, 23, 0.1) !important;
}

/* Select2 Özel Stilleri */
.woocommerce-checkout .select2-container .select2-selection--single {
	display: flex !important;
	align-items: center !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #3B342F !important;
	font-family: 'abc-diatype-mono', sans-serif !important;
	line-height: 46px !important;
	padding-left: 0 !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px !important;
	right: 12px !important;
}

/* Bölüm Başlıkları */
.woocommerce-checkout .elementor-widget-woocommerce-checkout-page h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3 {
	font-family: 'Blair ITC Std', sans-serif !important;
	font-size: 1.15rem !important;
	font-weight: 600 !important;
	color: #3B342F !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	margin-bottom: 20px !important;
	padding-bottom: 12px !important;
	border-bottom: 1px dashed #D3CCBA !important;
}

/* Sipariş Özeti Tablosu & Fiyatları Sağa Yaslama */
.woocommerce-checkout-review-order-table {
	width: 100% !important;
	border-collapse: collapse !important;
	margin-bottom: 20px !important;
}

.woocommerce-checkout-review-order-table thead th {
	font-family: 'Blair ITC Std', sans-serif !important;
	font-size: 0.88rem !important;
	font-weight: 600 !important;
	color: #3B342F !important;
	text-transform: uppercase !important;
	padding: 14px 0 !important;
	border-bottom: 1px solid #D3CCBA !important;
}

.woocommerce-checkout-review-order-table th.product-total,
.woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout-review-order-table .cart-subtotal th:last-child,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total th:last-child,
.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
	text-align: right !important;
}

.woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout-review-order-table td.product-name,
.woocommerce-checkout-review-order-table .cart-subtotal th:first-child,
.woocommerce-checkout-review-order-table .order-total th:first-child {
	text-align: left !important;
}

.woocommerce-checkout-review-order-table tbody td {
	padding: 14px 0 !important;
	border-bottom: 1px dashed #E5DFD7 !important;
	font-family: 'abc-diatype-mono', sans-serif !important;
	font-size: 0.95rem !important;
	color: #3B342F !important;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
	padding: 14px 0 !important;
	font-family: 'PPLettraMono', monospace !important;
	font-size: 0.95rem !important;
	color: #362417 !important;
}

.woocommerce-checkout-review-order-table .order-total {
	border-top: 1px solid #D3CCBA !important;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
	font-weight: 700 !important;
	font-size: 1.1rem !important;
	color: #362417 !important;
}

.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
	font-size: 1.15rem !important;
	font-weight: 700 !important;
}

/* Ödeme Yöntemi Kutusu & Buton */
#payment {
	background: transparent !important;
	border-radius: 8px !important;
}

#payment ul.payment_methods {
	border-bottom: 1px dashed #D3CCBA !important;
	padding-bottom: 16px !important;
	margin-bottom: 16px !important;
}

#payment div.payment_box {
	background-color: #FAF7F4 !important;
	border: 1px solid #D3CCBA !important;
	border-radius: 4px !important;
	color: #533D2D !important;
	font-family: 'abc-diatype-mono', sans-serif !important;
	font-size: 0.88rem !important;
	padding: 14px !important;
}

#place_order {
	background-color: #A39D8B !important;
	color: #FFFFFF !important;
	font-family: 'Blair ITC Std', 'PPLettraMono', sans-serif !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	padding: 16px 28px !important;
	border-radius: 4px !important;
	border: none !important;
	width: 100% !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	margin-top: 16px !important;
}

#place_order:hover {
	background-color: #362417 !important;
	color: #FAF7F4 !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 12px rgba(54, 36, 23, 0.15) !important;
}


/* ==========================================================================
   3. Adet Seçici (Pill Quantity Selector) - Ürün & Sepet Sayfası
   ========================================================================== */

.woocommerce .quantity,
.woocommerce-page .quantity,
.elementor-widget-woocommerce-cart .quantity,
.elementor-widget-woocommerce-product-add-to-cart .quantity,
.cart .quantity,
.quantity {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	background-color: #FAF7F4 !important;
	border: 1px solid #D3CCBA !important;
	border-radius: 9999px !important;
	padding: 2px 4px !important;
	width: auto !important;
	min-width: 110px !important;
	max-width: 125px !important;
	height: 42px !important;
	box-sizing: border-box !important;
	position: relative !important;
	transition: all 0.2s ease !important;
}

.quantity:hover,
.quantity:focus-within {
	border-color: #362417 !important;
	box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
}

.quantity .qty-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	border-radius: 50% !important;
	border: none !important;
	background: transparent !important;
	color: #3B342F !important;
	font-size: 1.15rem !important;
	font-weight: 500 !important;
	cursor: pointer !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1 !important;
	transition: all 0.2s ease !important;
	user-select: none !important;
}

.quantity .qty-btn:hover {
	background-color: #EAE4D9 !important;
	color: #362417 !important;
}

.quantity .qty-btn:active {
	transform: scale(0.92) !important;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.quantity input.qty {
	width: 40px !important;
	min-width: 30px !important;
	height: 100% !important;
	border: none !important;
	background: transparent !important;
	text-align: center !important;
	font-family: 'PPLettraMono', monospace !important;
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	color: #3B342F !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	-moz-appearance: textfield !important;
}

.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}


/* ==========================================================================
   4. Sepet Sayfası Stilleri (Cart Page Design matching Checkout)
   ========================================================================== */

.woocommerce-cart .e-cart__container,
.woocommerce-cart-form,
.woocommerce-cart .cart_totals {
	border-radius: 8px !important;
}

.woocommerce-cart-form table.shop_table {
	border: 1px solid #D3CCBA !important;
	border-radius: 8px !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background-color: #FAF7F4 !important;
	overflow: hidden !important;
	width: 100% !important;
	margin-bottom: 24px !important;
}

.woocommerce-cart-form table.shop_table thead th {
	font-family: 'Blair ITC Std', sans-serif !important;
	font-size: 0.88rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	color: #3B342F !important;
	background-color: #FAF7F4 !important;
	padding: 16px 14px !important;
	border-bottom: 1px solid #D3CCBA !important;
}

.woocommerce-cart-form table.shop_table thead th.product-subtotal,
.woocommerce-cart-form table.shop_table td.product-subtotal {
	text-align: right !important;
}

.woocommerce-cart-form table.shop_table tbody td {
	padding: 16px 14px !important;
	border-bottom: 1px dashed #E5DFD7 !important;
	vertical-align: middle !important;
	background-color: #FFFFFF !important;
}

.woocommerce-cart-form table.shop_table tbody tr:last-child td {
	border-bottom: none !important;
}

.woocommerce-cart-form .product-name a {
	font-family: 'abc-diatype-mono', sans-serif !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	color: #3B342F !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
}

.woocommerce-cart-form .product-name a:hover {
	color: #A39D8B !important;
}

.woocommerce-cart-form .product-price .woocommerce-Price-amount,
.woocommerce-cart-form .product-subtotal .woocommerce-Price-amount {
	font-family: 'PPLettraMono', monospace !important;
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	color: #362417 !important;
}

.woocommerce-cart-form td.product-remove a.remove {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 28px !important;
	height: 28px !important;
	border-radius: 50% !important;
	color: #767067 !important;
	font-size: 1.2rem !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
}

.woocommerce-cart-form td.product-remove a.remove:hover {
	background-color: #F8D7DA !important;
	color: #B83232 !important;
}

/* Sepet Toplamları (Cart Totals Box) */
.cart_totals {
	background-color: #FAF7F4 !important;
	border: 1px solid #D3CCBA !important;
	border-radius: 8px !important;
	padding: 24px !important;
}

.cart_totals > h2 {
	font-family: 'Blair ITC Std', sans-serif !important;
	font-size: 1.15rem !important;
	font-weight: 600 !important;
	color: #3B342F !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	margin-bottom: 20px !important;
	padding-bottom: 12px !important;
	border-bottom: 1px dashed #D3CCBA !important;
}

.cart_totals table.shop_table {
	width: 100% !important;
	border-collapse: collapse !important;
	border: none !important;
	background: transparent !important;
	margin-bottom: 20px !important;
}

.cart_totals table.shop_table th,
.cart_totals table.shop_table td {
	padding: 14px 0 !important;
	border-bottom: 1px dashed #D3CCBA !important;
	background: transparent !important;
}

.cart_totals table.shop_table th {
	font-family: 'PPLettraMono', monospace !important;
	font-size: 0.95rem !important;
	color: #3B342F !important;
	text-align: left !important;
}

.cart_totals table.shop_table td {
	font-family: 'PPLettraMono', monospace !important;
	font-size: 0.95rem !important;
	color: #362417 !important;
	text-align: right !important;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
	border-top: 1px solid #D3CCBA !important;
	border-bottom: none !important;
	font-weight: 700 !important;
	font-size: 1.15rem !important;
	color: #362417 !important;
}

/* Ödeme Yap Butonu (Checkout Button in Cart) */
.wc-proceed-to-checkout .checkout-button,
.elementor-widget-woocommerce-cart .e-checkout__actions .checkout-button,
.cart_totals a.checkout-button {
	background-color: #A39D8B !important;
	color: #FFFFFF !important;
	font-family: 'Blair ITC Std', 'PPLettraMono', sans-serif !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	padding: 16px 28px !important;
	border-radius: 4px !important;
	border: none !important;
	width: 100% !important;
	text-align: center !important;
	display: block !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	box-sizing: border-box !important;
}

.wc-proceed-to-checkout .checkout-button:hover,
.cart_totals a.checkout-button:hover {
	background-color: #362417 !important;
	color: #FAF7F4 !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 12px rgba(54, 36, 23, 0.15) !important;
}

/* Kupon Kodu & Sepeti Güncelle Alanı */
.woocommerce-cart-form .actions .coupon input.input-text {
	background-color: #FFFFFF !important;
	border: 1px solid #D3CCBA !important;
	border-radius: 4px !important;
	height: 44px !important;
	padding: 8px 14px !important;
	font-family: 'abc-diatype-mono', sans-serif !important;
	color: #3B342F !important;
}

.woocommerce-cart-form .actions .coupon button,
.woocommerce-cart-form .actions button[name="update_cart"] {
	background-color: #A39D8B !important;
	color: #FFFFFF !important;
	font-family: 'PPLettraMono', monospace !important;
	font-size: 0.88rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	padding: 12px 20px !important;
	border-radius: 4px !important;
	border: none !important;
	transition: all 0.2s ease !important;
}

.woocommerce-cart-form .actions .coupon button:hover,
.woocommerce-cart-form .actions button[name="update_cart"]:hover {
	background-color: #362417 !important;
	color: #FAF7F4 !important;
}

/* Boş Sepet (Empty Cart) Görünümü */
.cart-empty.woocommerce-info {
	background-color: #FAF7F4 !important;
	border: 1px solid #D3CCBA !important;
	border-radius: 8px !important;
	color: #3B342F !important;
	font-family: 'abc-diatype-mono', sans-serif !important;
	font-size: 1.05rem !important;
	padding: 20px 24px !important;
	margin-bottom: 24px !important;
}

.return-to-shop a.button {
	background-color: #A39D8B !important;
	color: #FFFFFF !important;
	font-family: 'Blair ITC Std', sans-serif !important;
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	padding: 14px 28px !important;
	border-radius: 4px !important;
	border: none !important;
	display: inline-block !important;
	transition: all 0.2s ease !important;
}

.return-to-shop a.button:hover {
	background-color: #362417 !important;
	color: #FAF7F4 !important;
}


/* ==========================================================================
   5. Yapışık Altbilgi (Sticky Footer Across All Pages)
   ========================================================================== */

html {
	height: 100% !important;
}

body {
	min-height: 100vh !important;
	display: flex !important;
	flex-direction: column !important;
}

/* Header Boyutu Sabit */
body > header.elementor-location-header,
body > [data-elementor-type="header"],
header.elementor-location-header,
[data-elementor-type="header"] {
	flex-shrink: 0 !important;
}

/* Sayfa İçerik Alanı Boşluğu Doldurur */
body > .elementor,
body > .site-main,
body > .page-content,
body > #content,
body > [data-elementor-type="wp-page"],
body > [data-elementor-type="single-page"],
body > [data-elementor-type="product"],
body > [data-elementor-type="product-archive"],
body > [data-elementor-type="archive"],
.elementor-location-single,
.woocommerce-page .site-main,
.woocommerce-cart,
.woocommerce-checkout {
	flex: 1 0 auto !important;
}

/* Footer Sayfanın En Altına İtelenir */
body > footer.elementor-location-footer,
body > [data-elementor-type="footer"],
footer.elementor-location-footer,
[data-elementor-type="footer"] {
	margin-top: auto !important;
	flex-shrink: 0 !important;
}


/* ==========================================================================
   6. Sipariş Alındı (Thank You / Purchase Summary Page) Stilleri
   ========================================================================== */

/* Onay Başlığı / Mesajı */
.woocommerce-thankyou-order-received,
.elementor-widget-woocommerce-purchase-summary .woocommerce-thankyou-order-received {
	background-color: #FAF7F4 !important;
	border: 1px solid #D3CCBA !important;
	border-radius: 8px !important;
	padding: 24px 28px !important;
	font-family: 'Blair ITC Std', sans-serif !important;
	font-size: 1.15rem !important;
	font-weight: 600 !important;
	color: #3B342F !important;
	text-align: center !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	margin-bottom: 30px !important;
	display: block !important;
}

/* Sipariş Özet Kartları (No, Tarih, E-posta, Tutar, Ödeme Şekli) */
ul.woocommerce-thankyou-order-details,
ul.order_details {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 16px !important;
	justify-content: space-between !important;
	background-color: #FAF7F4 !important;
	border: 1px solid #D3CCBA !important;
	border-radius: 8px !important;
	padding: 20px 24px !important;
	margin: 0 0 35px 0 !important;
	list-style: none !important;
}

ul.woocommerce-thankyou-order-details li,
ul.order_details li {
	font-family: 'PPLettraMono', monospace !important;
	font-size: 0.85rem !important;
	color: #767067 !important;
	text-transform: uppercase !important;
	flex: 1 1 160px !important;
	border: none !important;
	margin: 0 !important;
	padding: 8px 12px !important;
	float: none !important;
}

ul.woocommerce-thankyou-order-details li strong,
ul.order_details li strong {
	display: block !important;
	font-size: 1.05rem !important;
	color: #362417 !important;
	font-weight: 700 !important;
	margin-top: 6px !important;
}

/* Sipariş Detayları Başlığı */
.elementor-widget-woocommerce-purchase-summary h2,
.woocommerce-order-details__title,
.woocommerce-customer-details > h2,
.woocommerce-column__title {
	font-family: 'Blair ITC Std', sans-serif !important;
	font-size: 1.15rem !important;
	font-weight: 600 !important;
	color: #3B342F !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	margin-bottom: 18px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px dashed #D3CCBA !important;
}

/* Sipariş Detayları Tablosu */
table.woocommerce-table--order-details,
table.shop_table.order_details {
	border: 1px solid #D3CCBA !important;
	border-radius: 8px !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background-color: #FAF7F4 !important;
	overflow: hidden !important;
	width: 100% !important;
	margin-bottom: 35px !important;
}

table.woocommerce-table--order-details thead th,
table.shop_table.order_details thead th {
	font-family: 'Blair ITC Std', sans-serif !important;
	font-size: 0.88rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	color: #3B342F !important;
	background-color: #FAF7F4 !important;
	padding: 16px 18px !important;
	border-bottom: 1px solid #D3CCBA !important;
}

table.woocommerce-table--order-details thead th:last-child,
table.woocommerce-table--order-details tbody td:last-child,
table.woocommerce-table--order-details tfoot td,
table.shop_table.order_details thead th:last-child,
table.shop_table.order_details tbody td:last-child,
table.shop_table.order_details tfoot td {
	text-align: right !important;
}

table.woocommerce-table--order-details tbody td,
table.shop_table.order_details tbody td {
	padding: 16px 18px !important;
	border-bottom: 1px dashed #E5DFD7 !important;
	font-family: 'abc-diatype-mono', sans-serif !important;
	font-size: 0.95rem !important;
	color: #3B342F !important;
	background-color: #FFFFFF !important;
}

table.woocommerce-table--order-details tbody tr:last-child td,
table.shop_table.order_details tbody tr:last-child td {
	border-bottom: none !important;
}

table.woocommerce-table--order-details tfoot th,
table.woocommerce-table--order-details tfoot td,
table.shop_table.order_details tfoot th,
table.shop_table.order_details tfoot td {
	padding: 14px 18px !important;
	border-bottom: 1px dashed #D3CCBA !important;
	background-color: #FAF7F4 !important;
	font-family: 'PPLettraMono', monospace !important;
	font-size: 0.95rem !important;
	color: #362417 !important;
}

table.woocommerce-table--order-details tfoot tr:last-child th,
table.woocommerce-table--order-details tfoot tr:last-child td,
table.shop_table.order_details tfoot tr:last-child th,
table.shop_table.order_details tfoot tr:last-child td {
	border-top: 1px solid #D3CCBA !important;
	border-bottom: none !important;
	font-weight: 700 !important;
	font-size: 1.15rem !important;
}

/* Müşteri & Adres Kutuları */
.woocommerce-customer-details address {
	background-color: #FAF7F4 !important;
	border: 1px solid #D3CCBA !important;
	border-radius: 8px !important;
	padding: 20px 24px !important;
	font-family: 'abc-diatype-mono', sans-serif !important;
	font-size: 0.95rem !important;
	color: #3B342F !important;
	line-height: 1.6 !important;
	font-style: normal !important;
	margin-bottom: 24px !important;
}

.woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-customer-details .woocommerce-customer-details--email {
	font-family: 'PPLettraMono', monospace !important;
	color: #362417 !important;
	margin-top: 8px !important;
}

/* Yeniden Sipariş & Alışverişe Dön Butonları */
.woocommerce-order .order-again .button,
.woocommerce-order a.button {
	background-color: #A39D8B !important;
	color: #FFFFFF !important;
	font-family: 'Blair ITC Std', 'PPLettraMono', sans-serif !important;
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	padding: 14px 28px !important;
	border-radius: 4px !important;
	border: none !important;
	display: inline-block !important;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
	cursor: pointer !important;
}

.woocommerce-order .order-again .button:hover,
.woocommerce-order a.button:hover {
	background-color: #362417 !important;
	color: #FAF7F4 !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 12px rgba(54, 36, 23, 0.15) !important;
}


/* ==========================================================================
   7. Ürün Slider Stilleri (Product Slider - loop-413 & Shop Grid)
   ========================================================================== */

/* Ana Konteyner */
.my-custom-slider {
	position: relative !important;
	width: 100% !important;
	aspect-ratio: 4 / 5 !important;
	overflow: hidden !important;
	display: block !important;
	background-color: #FAF7F4;
	user-select: none;
	-webkit-user-select: none;
	touch-action: pan-y;
}

.my-custom-slider .slider-track {
	display: flex !important;
	width: 100% !important;
	height: 100% !important;
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
	will-change: transform;
}

.my-custom-slider .slide {
	flex: 0 0 100% !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	position: relative !important;
	overflow: hidden !important;
}

.my-custom-slider .slide a {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	position: relative !important;
	overflow: hidden !important;
}

/* Görselin Tam Sığması (Cover - Mobilde ve Masaüstünde Garantili) */
.my-custom-slider .slide img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center center !important;
	display: block !important;
}

/* Navigasyon Okları (Prev / Next Butonları) */
.my-custom-slider button.prev-btn,
.my-custom-slider button.next-btn {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer !important;
	z-index: 10 !important;
	opacity: 0 !important;
	transition: opacity 0.3s ease !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 2.75rem !important;
	height: 2.75rem !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	pointer-events: auto !important;
}

.my-custom-slider button.prev-btn img,
.my-custom-slider button.next-btn img {
	width: 1.75rem !important;
	height: 1.75rem !important;
	object-fit: contain !important;
	display: block !important;
	filter: brightness(0) invert(1) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45)) !important;
	transition: transform 0.25s ease, filter 0.25s ease !important;
}

.my-custom-slider button.prev-btn { 
	left: 0.5rem !important; 
}

.my-custom-slider button.next-btn { 
	right: 0.5rem !important; 
}

/* Masaüstünde Slider üzerine gelindiğinde butonları göster */
.my-custom-slider:hover button.prev-btn,
.my-custom-slider:hover button.next-btn {
	opacity: 0.8 !important;
}

/* Nav butonları Hover Efekti (Hello Theme pink arka planını ve jitter'ı engeller) */
.my-custom-slider button.prev-btn:hover,
.my-custom-slider button.next-btn:hover {
	opacity: 1 !important;
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	transform: translateY(-50%) !important;
}

.my-custom-slider button.prev-btn:hover img {
	transform: scale(1.18) translateX(-2px) !important;
	filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.7)) !important;
}

.my-custom-slider button.next-btn:hover img {
	transform: scale(1.18) translateX(2px) !important;
	filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.7)) !important;
}

.my-custom-slider button.prev-btn:focus,
.my-custom-slider button.next-btn:focus,
.my-custom-slider button.prev-btn:active,
.my-custom-slider button.next-btn:active {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

/* Mobilde okların görünürlüğü */
@media (max-width: 767px) {
	.my-custom-slider button.prev-btn,
	.my-custom-slider button.next-btn {
		opacity: 0.75 !important;
		width: 2.25rem !important;
		height: 2.25rem !important;
	}
	.my-custom-slider button.prev-btn img,
	.my-custom-slider button.next-btn img {
		width: 1.35rem !important;
		height: 1.35rem !important;
	}
}


/* ==========================================================================
   8. Shop Sayfası & Loop Grid Mobilde İçiçe Geçme (Overlap) Kesin Düzeltmesi
   ========================================================================== */

/* Masaüstü ve Tablet Grid Düzeni */
@media (min-width: 768px) {
	.elementor-widget-loop-grid .elementor-loop-container,
	.elementor-widget-loop-grid .elementor-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		grid-column-gap: 36px !important;
		grid-row-gap: 48px !important;
		height: auto !important;
		min-height: auto !important;
	}

	.elementor-widget-loop-grid .e-loop-item,
	.elementor-widget-loop-grid [data-elementor-type="loop-item"] {
		width: 100% !important;
		position: relative !important;
	}
}

/* Mobil Görünüm (Masonry / Isotope ve Negatif Marginleri Tamamen Engelleyen Kurallar) */
@media (max-width: 767px) {
	.elementor-widget-loop-grid,
	.elementor-widget-loop-grid .elementor-widget-container,
	.elementor-widget-loop-grid .elementor-loop-container,
	.elementor-widget-loop-grid .elementor-grid,
	.elementor-loop-container,
	.elementor-grid.e-loop-container,
	div.elementor-loop-container.elementor-grid,
	.elementor-posts-masonry,
	.elementor-element-8e02cdb,
	.elementor-element-8e02cdb > .e-con-inner,
	.elementor-575 .elementor-element.elementor-element-8e02cdb,
	.elementor-575 .elementor-element-8e02cdb > .e-con-inner,
	.e-con:has(.elementor-widget-loop-grid),
	.e-con:has(.elementor-widget-loop-grid) > .e-con-inner {
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		--flex-wrap: nowrap !important;
		--flex-wrap-mobile: nowrap !important;
		height: auto !important;
		min-height: fit-content !important;
		max-height: none !important;
		overflow: visible !important;
	}

	.elementor-widget-loop-grid .elementor-loop-container,
	.elementor-widget-loop-grid .elementor-grid,
	.elementor-loop-container,
	.elementor-grid.e-loop-container {
		gap: 48px !important;
		margin-bottom: 40px !important;
	}

	/* Her bir ürün kartı dikey sırada alt alta akar, üst üste binme kesinlikle engellenir */
	.elementor-widget-loop-grid .e-loop-item,
	.elementor-widget-loop-grid .elementor-grid-item,
	.elementor-widget-loop-grid [data-elementor-type="loop-item"],
	.elementor-widget-loop-grid .elementor-413,
	.e-loop-item,
	.elementor-413.e-loop-item {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		transform: none !important;
		margin-top: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 24px !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		float: none !important;
		display: flex !important;
		flex-direction: column !important;
		clear: both !important;
	}

	/* Kartın iç yapısı */
	.e-loop-item .elementor-element-9c89f70,
	.e-loop-item .e-con-inner {
		width: 100% !important;
		display: flex !important;
		flex-direction: column !important;
	}

	.e-loop-item .my-custom-slider {
		width: 100% !important;
		aspect-ratio: 4 / 5 !important;
		min-height: 280px !important;
		display: block !important;
		position: relative !important;
		margin-bottom: 12px !important;
		flex-shrink: 0 !important;
	}
}

/* Ürün Kartı İçi Tipografi ve Kısa Kod Hizalamaları */
.e-loop-item,
.elementor-grid-item {
	display: flex !important;
	flex-direction: column !important;
	box-sizing: border-box !important;
}

.e-loop-item .elementor-widget-heading,
.e-loop-item .elementor-widget-woocommerce-product-title,
.e-loop-item .elementor-widget-woocommerce-product-price {
	width: 100% !important;
	position: relative !important;
}

.e-loop-item .elementor-widget-html,
.e-loop-item .elementor-widget-shortcode,
.e-loop-item .my-custom-slider {
	width: 100% !important;
	position: relative !important;
	flex-shrink: 0 !important;
}



