/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	3.2.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

body {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	-webkit-font-smoothing: antialiased;
	color: #1d2327;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	color: #1d2327;
}

h1, .alpha {
    font-size: 1.20rem;
    line-height: 1.35;
    letter-spacing: 0;
}

h5, h6 {
	font-weight: 400;
}

a:focus, input:focus, textarea:focus, button:focus {
    outline: 0;
}

.woocommerce-product-details__short-description p {
	font-size: .95rem;
}
/* Modern Fiyat Tasarımı - Ürün Listesi */
ul.products li.product .price, 
ul.products .wc-block-grid__product .price, 
.wc-block-grid__products li.product .price, 
.wc-block-grid__products .wc-block-grid__product .price,
.category-products-slider .price
{
	width: 100%;
    background: linear-gradient(135deg, #A52829 0%, #B22222 100%);
    color: #fff !important;
    padding: 12px 15px;
    border-radius: 8px;
    margin: 10px 0;
    line-height: 1.2;
    font-size: 1.1rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(165, 40, 41, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

ul.products li.product .price:hover,
ul.products .wc-block-grid__product .price:hover,
.wc-block-grid__products li.product .price:hover,
.wc-block-grid__products .wc-block-grid__product .price:hover,
.category-products-slider .price:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(165, 40, 41, 0.35);
}

ul.products li.product .price::before,
ul.products .wc-block-grid__product .price::before,
.wc-block-grid__products li.product .price::before,
.wc-block-grid__products .wc-block-grid__product .price::before,
.category-products-slider .price::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.3) 100%);
}

ul.products li.product .price ins .amount, 
ul.products .wc-block-grid__product .price ins .amount, 
.wc-block-grid__products li.product .price ins .amount, 
.wc-block-grid__products .wc-block-grid__product .price ins .amount,
.category-products-slider .price ins .amount {
    font-weight: 700;
    color: #fff !important;
    padding: 0;
    margin-right: 8px;
    font-size: 1.1rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
}

ul.products li.product .price del, 
ul.products .wc-block-grid__product .price del, 
.wc-block-grid__products li.product .price del, 
.wc-block-grid__products .wc-block-grid__product .price del,
.category-products-slider .price del {
    font-size: 0.9rem;
    background: rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.8) !important;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 8px;
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Modern Fiyat Tasarımı - Ürün Detay Sayfası */
.single-product-class {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.single-product-class:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    border-color: #A52829;
}

.single-product-class ins {
    flex: 0 0 auto;
    margin-right: 15px;
    position: relative;
}

.single-product-class ins .amount {
    font-weight: 700;
    background: linear-gradient(135deg, #A52829 0%, #B22222 100%);
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 1.5rem;
    box-shadow: 0 3px 10px rgba(165, 40, 41, 0.3);
    position: relative;
    overflow: hidden;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.single-product-class ins .amount::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.3) 100%);
}

.single-product-class ins .amount::after {
    content: 'TL';
    font-size: 1.2rem;
    margin-left: 5px;
    opacity: 0.9;
}

.single-product-class del {
    flex: 0 0 auto;
    position: relative;
}

.single-product-class del .amount {
    font-weight: 500;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #64748b;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 1.1rem;
    text-decoration: line-through;
    border: 1px solid #cbd5e1;
    position: relative;
}

.single-product-class del .amount::after {
    content: 'TL';
    font-size: 0.9rem;
    margin-left: 5px;
    opacity: 0.7;
}

/* Fiyat Etiketi */
.single-product-class::before {
    content: 'FİYAT';
    position: absolute;
    top: -10px;
    left: 20px;
    background: #A52829;
    color: #fff;
    padding: 5px 15px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

/* Responsive Tasarım */
@media screen and (max-width: 768px) {
    .single-product-class {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .single-product-class ins,
    .single-product-class del {
        margin: 5px 0;
    }
    
    .single-product-class ins .amount {
        font-size: 1.3rem;
        padding: 12px 20px;
    }
    
    .single-product-class del .amount {
        font-size: 1rem;
        padding: 8px 15px;
    }
}
.wc-block-grid .wc-block-grid__product-onsale, 
.wc-block-grid__product-image .wc-block-grid__product-onsale,
.wc-block-grid__product-onsale, .onsale {
	font-size: .75rem !important;
	position: absolute !important;
	top: 5px !important;
	left: 5px !important;
	right: auto !important;
	z-index: 22 !important;
	background-color: #808080 !important;
	border: 0 none !important;
	color: #ffffff !important;
}
.woocommerce-Price-currencySymbol {
	font-size: 0.9rem;
}

.single-product .onsale {
	right: auto;
	left: 5px;
}

ul.products li.product .woocommerce-loop-product__title, ul.products li.product .woocommerce-loop-category__title, ul.products li.product .wc-block-grid__product-title, ul.products li.product .wc-block-grid__product-title>a:not(.has-font-size), ul.products .wc-block-grid__product .woocommerce-loop-product__title, ul.products .wc-block-grid__product .woocommerce-loop-category__title, ul.products .wc-block-grid__product .wc-block-grid__product-title, ul.products .wc-block-grid__product .wc-block-grid__product-title>a:not(.has-font-size), .wc-block-grid__products li.product .woocommerce-loop-product__title, .wc-block-grid__products li.product .woocommerce-loop-category__title, .wc-block-grid__products li.product .wc-block-grid__product-title, .wc-block-grid__products li.product .wc-block-grid__product-title>a:not(.has-font-size), .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title, .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title>a:not(.has-font-size) {
    font-size: .90rem;
    font-weight: 600;	
}

.topbar-area {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0;
	background-color: #f8f8f8;
	margin-bottom: 1rem;
	justify-content: center;
}

.topbar-area .col-full {
	line-height: 1;
}

.topbar-area span {
	font-size: .80rem;
}

.home.blog .site-header, 
.home.page:not(.page-template-template-homepage) .site-header, 
.home.post-type-archive-product .site-header {
    margin-bottom: 1rem;
}

.custom-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
	margin-bottom: 1rem;
}

.main-navigation ul li a:hover, 
.main-navigation ul li:hover > a, 
.site-title a:hover, 
.site-header ul.menu li.current-menu-item > a {
    border-bottom: 2px solid #eb6515 !important;
}

.main-navigation ul ul li a:hover, 
.main-navigation ul ul li:hover > a {
	border-bottom-color: transparent !important;
}
.main-navigation ul li a:hover, 
.main-navigation ul li:hover > a, 
.site-title a:hover, 
.site-header ul.menu li.current-menu-item > a {
    color: #eb6515 !important;
}

.main-navigation.toggled .handheld-navigation, 
.main-navigation.toggled .menu>ul:not(.nav-menu), 
.main-navigation.toggled ul[aria-expanded=true] {
	position: absolute;
	z-index: 10;
	background-color: #fff;
	top: 40px;
	width: 100%;
	left: 0;
	padding: 15px 1.41575em;	
}

.site-header .site-logo-anchor img, 
.site-header .site-logo-link img, 
.site-header .custom-logo-link img {
    width: 100%;
    max-width: 190px;
}

.search-form {
    max-width: 600px;
    margin: 0 auto;
}

.search-form form {
	margin-bottom: 0;
	width: 420px;
}

.search-form .category-select {
    padding: 8px;
    border: none;
    background-color: #f8f8f8;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23444" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 30px;
}

.search-form .search-input-wrapper {
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 4px;
	background-color: #f8f8f8;
    overflow: hidden;
}

.search-form .search-field {
    flex-grow: 1;
    padding: 8px;
    border: none;
    font-size: 14px;
	box-shadow: none;
	background-color: #f8f8f8;
}

.search-form .search-submit {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
	color: #eb6515;
}

.search-form .search-submit svg {
    vertical-align: middle;
    display: inline-block;
    fill: currentColor;
    stroke: currentColor;
    width: 18px;
    height: 18px;
}

.search-form .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-actions .header-account-link a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.header-actions .header-cart-contents {
    display: none !important;
}

.header-actions .header-account-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.header-actions .header-account-icon svg {
    color: #333;
    stroke: #333;
}

.header-actions .header-account-text, 
.header-actions .header-cart-text {
    display: flex;
    flex-direction: column;
	line-height: 1.25;
}

.header-actions .header-account-label, 
.header-actions .header-cart-label {
    font-weight: 600;
    font-size: 12px;
}

.header-actions .header-login-text, 
.header-actions .header-cart-total {
    font-size: 12px;
}

.header-actions .header-cart-icon-wrapper {
    position: relative;
    background-color: #eb6515;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.header-actions svg {
    width: 22px;
	height: 22px;
	display: block;
	fill: currentColor;
	stroke: currentColor;
}

.header-actions .header-cart-icon-wrapper svg {
    stroke: white;
}

.header-actions .header-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #fff;
    color: #eb6515;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

/**
 * Ana Sayfa Kategorileri 
 */
.home-categories {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 1.3rem;
	position: relative;
}
.homepage-categories {
	position: relative;
}
.category-slider {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 10px 0;
	width: 100%;
}
.category-grid {
	transition: transform 0.3s ease;
	width: 100%;
}
.category-item {
	text-align: center;
/* 	padding: 0;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.3s ease;
	margin-right: 10px; */
}
.category-item:hover a {
	color: #eb6515;
}
.category-item img {
	object-fit: contain;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 5px;
}
.category-item h3 {
	margin: 0;
	font-size: 12px;
	line-height: 1.25;
}
.category-item a {
	text-decoration: none;
	color: #333;
	font-weight: 600;
}
.category-item a:hover {
	color: transparent;
}
.category-item  .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.category-item .slick-prev {
	left: -15px;
}
.category-item .slick-next {
	right: -15px;
}
.category-item .slick-arrow::before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #22282e;
	border-right: 2px solid #22282e;
	display: inline-block;
}
.category-item .slick-prev::before {
	transform: rotate(-135deg);
}
.category-item .slick-next::before {
	transform: rotate(45deg);
}

/**
 * Ana Slider
 */
.slider-area {
	display: flex;
	margin-bottom: 2rem;
}

.slider {
	flex: 0 0 75%;
	overflow: hidden
}
.main-slider {
	position: relative;
	overflow: hidden;
	height: 400px; /* Sabit yükseklik ekledik */
}
.main-slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    will-change: opacity; /* Performans için */
}

.main-slider img.active {
    opacity: 1;
    z-index: 1; /* Active görsel en üstte olsun */
}
.thumbnail-slider {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin-top: 10px;
}
.thumbnail-slider::-webkit-scrollbar {
	display: none;
}
.thumbnail {
	flex: 0 0 auto;
	width: 130px;
	height: 65px;
/* 	margin-right: 10px; */
	margin-right: 20px;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s;
	scroll-snap-align: start;
}
.thumbnail.active {
	opacity: 1;
}
.nav-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 10px;
	text-decoration: none;
	z-index: 10;
}
.main-prev {
	left: 10px;
}
.main-next {
  right: 10px;
}
@media (max-width: 768px) {
  .thumbnail-slider {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
}

.tab-menu {
	flex: 0 0 24%;
	margin-left: 1% !important;
}

.tab-menu li {
	width: 100%;
	margin-bottom: 11px;
	list-style: none;
}

.tab-menu li:last-child {
	margin-bottom: 0;
}

.tab-menu li img {
	max-width: 100%;
	height: 110px;
}

.tab-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tab-menu li {
	cursor: pointer;
	width: 100%;
	text-align: center;
}
.tab-menu li.active {
	background-color: #fff;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
@media screen and (max-width: 600px) {
	.tab-menu {
		flex-direction: column;
	}
	.tab-menu li {
		width: 49%;
		margin-right: 0;
		border: 1px solid #ccc;
		margin-bottom: 10px;
		float: left;
	}
	.tab-menu li:nth-child(2n) {
		margin-left: 2%;
	}	
	.tab-menu li img {
		height: auto;
	}
	.slider {
		flex: 0 0 100%;
		margin-bottom: 1rem;
	}
	.tab-menu {
		flex: 0 0 100%;
		margin-left: 0 !important;
	}	
}
.slider-nav {
    text-align: center;
    margin-top: 10px;
}

.slider-nav button {
    background: #f0f0f0;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.slider-nav button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* .slider-nav {
    text-align: center;
    margin-top: 10px;
}

.slider-nav button {
    background: #f0f0f0;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.slider-nav button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
} */

/**
 * Ana Sayfa Ürünler
 */
.section-title {
	background-color: #f0f0f0;
	padding: 10px 25px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin: 0;
	font-size: 24px;
}
.section {
    background: linear-gradient(
        to bottom,
        #f0f0f0 0%,
        #f5f5f5 20%,
        #fafafa 40%,
        #fdfdfd 60%,
        #ffffff 70%
    );
    width: 100%;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}

/* Gradient'in daha belirgin görünmesi için örnek içerik stili */
.section-inner {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 6px;
}

.section-header {
	padding: 0 10px;	
}

.section-header h2 {
	font-size: 1.6rem;	
	margin-bottom: 0;
}
.section .category-products-slider .products {
	width: 100%;	
}

.section .category-products-slider .products  .product {
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 10px;
/*     margin: 0 5px; */
	width: 240px;
}
.section .category-products-slider .products  .product img {
	margin-bottom: 10px;
}
.section .category-products-slider .products  .product h2,
h2.woocommerce-loop-product__title {
    font-size: .80rem;
    font-weight: 600;
    color: #000;
    margin-bottom: .5407911001em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 2 satır ile sınırlandırır */
    overflow: hidden;
    text-overflow: ellipsis; /* metni keserek üç nokta ekler */
}

/**
 * Footer 
 * Footer alanına ait css kodları
*/
.site-footer {
	padding: 0;
	background-color: #fff;
	margin-top: 3rem;
}

.footer-main {
    width: 100%;
    padding: 3.2rem 0;
}

.footer-branding {
	display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eb6515;
    padding-bottom: 3rem;
}

.footer-branding .footer-logo img {
	max-width: 210px
}

.footer-branding .address {
    margin-top: 1.2rem;
	margin-bottom: 0;
}

.footer-branding .social-icons {
}

.footer-branding .social-icon {
    margin: 0 .5rem;
}

.footer-menus {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0;
}

.footer-menu {
    flex: 1;
    padding-left: 0;
	padding-right: 2rem;
}

.footer-menus .footer-menu:last-child {
	padding-right: 0;
}

.footer-menu.kategori-menu {
    flex: 3; /* Diğer menülerin iki katı genişlikte olacak */
}

.footer-menu h4 {
	margin-bottom: 2rem;
	font-size: 1.1rem;
	position: relative;
	color: #22282e !important;
}

.footer-menu h4:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background-color: #eb6515;
	top: auto;
	bottom: -10px;
	left: 0;
}

.footer-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-menu ul li {
    margin-bottom: 5px;
}
.footer-menu ul li a {
    text-decoration: none;
	color: #2c2d33 !important;
	font-size: 14px;
}
.footer-menu ul li a:hover {
    text-decoration: underline;
}

.footer-bottom {
	border-top: 1px solid #eb6515;
	padding:20px 0;
	margin-top: 20px;
	background-color: #fff;
}
.float-end {
	float: right;
}

.footer-bottom img {
	max-width: 30%;
	height: auto;
}

.single-product div.product .woocommerce-product-gallery img {
	width: 100%;
}

.sale-total {
	font-size: 1rem;
}

.timer-unit {
    display: inline-block;
    margin-right: 10px;
	margin-bottom: 1.41575em;
}

.timer-value {
    font-weight: bold;
    font-size: 1.2em;
}

.timer-label {
    font-size: 0.8em;
    text-transform: uppercase;
}

/* 
 * Breadcrumb
 * 
 */
.woocommerce-breadcrumb h1.page-title {
	margin: 0 !important;
	margin-bottom: .5rem !important;
	line-height: 1;
	font-size: 2rem;
}
.storefront-breadcrumb {
    background-color: #f2f2f2;
    margin: 0 0 2rem 0;
    padding: 1em 0;
}
.storefront-full-width-content .woocommerce-products-header {
	padding: 0 !important;
	text-align: left;
}

@media (max-width: 768px) {
    .custom-header-container {
        flex-direction: row;
    }
	.slider-area {
		flex-direction: column;
	}

	.main-slider,
	.slider-banners {
		flex: 0 0 100%;
	}	
    .footer-features .col-full {
        flex-direction: column;
    }
    .footer-features .feature-column {
        margin-bottom: 1rem;
    }
    .footer-menus {
        flex-direction: column;
    }
    .footer-menu {
        margin-bottom: 1rem;
    }	
}

@media (min-width: 768px) {
    .col-full {
        max-width: 75rem;
    }	
    .site-header {
        padding-top: 0;
        padding-bottom: 0;
    }
    .site-branding, .site-search, 
	.site-header-cart, .site-logo-anchor, 
	.site-logo-link, .custom-logo-link {
        margin-bottom: 0;
    }
    .site-header .site-branding img {
        height: auto;
        max-width: 193px;
        max-height: 40px;
    }
	.woocommerce-active .site-header .main-navigation {
        width: 100%;
        float: left;
        margin-right: 0;
        clear: both;
    }
    .main-navigation ul.menu, .main-navigation ul.nav-menu {
        max-height: none;
        overflow: visible;
        margin-left: 0;
        transition: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }	
    .main-navigation ul.menu>li>a, 
	.main-navigation ul.nav-menu>li>a {
        padding: 1rem .5rem;
        font-size: 13px;
        font-weight: bold;
		border-bottom: 2px solid #fff;
		font-family: source_sans_prosemibold, sans-serif !important;
		-webkit-font-smoothing: antialiased;
    	letter-spacing: 0.18px;
		color: #22282e;
    }
	.kategori-menu ul {
	  columns: 3;
	  -webkit-columns: 3;
	  -moz-columns: 3;
	}  
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
        width: 41%;
        float: left;
        margin-right: 4%;
        margin-bottom: 4rem;
    }	
    .storefront-full-width-content.single-product div.product .summary {
        width: 55%;
        float: right;
        margin-right: 0;
        margin-bottom: 4rem;
    }	
	.sale-total {
		float: right;
	}
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
        width: 22%;
        float: left;
        margin-right: 2%;
    }		
    .left-sidebar .content-area {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }	
    .page-template-template-fullwidth-php .site-main ul.products.columns-5 li.product, .page-template-template-fullwidth-php .header-widget-region ul.products.columns-5 li.product, .page-template-template-homepage-php .site-main ul.products.columns-5 li.product, .page-template-template-homepage-php .header-widget-region ul.products.columns-5 li.product, .storefront-full-width-content .site-main ul.products.columns-5 li.product, .storefront-full-width-content .header-widget-region ul.products.columns-5 li.product {
        width: 17.9%;
        margin-right: 1.6260%;
    }	
}

/* Ürün galerisi küçük resimlerini tek satırda göster */
.flex-control-thumbs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 10px !important;
    padding-bottom: 10px;
}

.flex-control-thumbs li {
    flex: 0 0 auto;
    width: auto !important;
    float: none !important;
    margin-right: 10px !important;
}

.flex-control-thumbs img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

/* Scrollbar stilini özelleştirme (isteğe bağlı) */
.flex-control-thumbs::-webkit-scrollbar {
    height: 8px;
}

.flex-control-thumbs::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.flex-control-thumbs::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.widget .widget-title, .widget .widgettitle {
    font-size: 1.41575em !important;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 0 0 1em;
    margin-bottom: 1em;
    font-weight: 300 !important;
}


/**
 * Block Editor
 */
ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
	text-align: left;
}
ul.products li.product .woocommerce-loop-product__title, ul.products li.product .woocommerce-loop-category__title, ul.products li.product .wc-block-grid__product-title, ul.products li.product .wc-block-grid__product-title>a:not(.has-font-size), ul.products .wc-block-grid__product .woocommerce-loop-product__title, ul.products .wc-block-grid__product .woocommerce-loop-category__title, ul.products .wc-block-grid__product .wc-block-grid__product-title, ul.products .wc-block-grid__product .wc-block-grid__product-title>a:not(.has-font-size), .wc-block-grid__products li.product .woocommerce-loop-product__title, .wc-block-grid__products li.product .woocommerce-loop-category__title, .wc-block-grid__products li.product .wc-block-grid__product-title, .wc-block-grid__products li.product .wc-block-grid__product-title>a:not(.has-font-size), .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title, .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title>a:not(.has-font-size) {
	color: #000;
}

ul.products li.product .price ins, ul.products .wc-block-grid__product .price ins, .wc-block-grid__products li.product .price ins, .wc-block-grid__products .wc-block-grid__product .price ins {
	margin-left: 0;
}

/**
 * İndirim İkonu
 */
/* Ürün listesi için stil */
.woocommerce ul.products li.product {
    position: relative;
}

/* Tek ürün sayfası için stil */
.single-product .product {
    position: relative;
}

.discount-badge {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 10 !important;
    width: auto !important;
    height: auto !important;
    max-width: 50px; /* veya istediğiniz bir değer */
}

/* Kupon ikonu CSS'i */
.coupon-badge {
    position: absolute !important;
    top: 0 !important;
    right: 55px !important; /* İndirim ikonunun yanında yer alması için */
    z-index: 10 !important;
    width: auto !important;
    height: auto !important;
    max-width: 50px;
}

/* İkonların mobilde düzgün görünmesi için */
@media (max-width: 768px) {
    .discount-badge,
    .coupon-badge {
        max-width: 40px;
    }
    .coupon-badge {
        right: 45px !important;
    }
}

/* Tek ürün sayfası için ek stil */
.single-product .discount-badge {
    top: -15px !important; /* Gerekirse bu değeri ayarlayın */
    left: 110px !important; /* Gerekirse bu değeri ayarlayın */
}
@media (max-width: 568px) {
	.no-mobile {
		display: none;
	}
	.no-desktop {
        display: block;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 1rem !important;
	}
	.no-desktop .mobile-header {
		margin-bottom: 1rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.no-desktop .mobile-icons {
		display: flex;
		align-items: center;
		justify-content: space-between;		
	}
	.no-desktop button.menu-toggle {
		float: right;
		border: 0;
		font-size: 1rem;
	}
	.no-desktop .mobile-logo .button.menu-toggle span {
		display: none;
	}
	.no-desktop .header-actions {
		gap: 0;
	}
	.no-desktop .header-actions .header-cart-icon-wrapper {
		display: none !important;
		margin-right: 0;
	}
	.no-desktop .search-form {
		max-width: 100%;
	} 
	.no-desktop .search-form form {
		width: 100%;
	}
	.no-desktop .slider-arrow-left {
		left: 0;
	}
	.no-desktop .slider-arrow-right {
		right: 0;
	}	
	.mobile-slider-banners .banner {
		float: left;
		width: 48%;
		margin-right: 4%;
	}
	.mobile-slider-banners .banner:nth-child(2n) {
		margin-right: 0;
	}
	.mobile-slider-banners .banner img {
		height: auto;
	}
	#menu-kategoriler {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;		
	}
    .wp-block-product-category .wc-block-grid__products {
        display: block !important;
    }
	.footer-bottom img {
		width: 100%;
	}
}

@media (min-width: 569px) {
	.no-mobile {
		display: block;
	}
	.no-desktop {
		display: none;
	}
}

.single-product div.product {overflow: visible;}


.header-account-wrapper {
    position: relative;
}

.header-account-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 1000;
}

.header-account-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-account-dropdown li {
    margin-bottom: 5px;
}

.header-account-dropdown a {
    text-decoration: none;
    color: #333;
}

.category-item-overlay {
	position: absolute;
	background-color: #efefef;
	width: 70px;
	height: 70px;
	z-index: -1;
	bottom: 35px;
	border-radius: 50%;
	left: 2px;
}

.support-container {
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 1000;
}

.support-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.support-button img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 10px;
}

.support-button span {
	background-color: #fff;
	border-radius: 24px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 500;	
}

.support-options {
    position: absolute;
    bottom: 70px;
    right: 0;
    display: none;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.support-options.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.support-option {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.support-option:hover {
    background-color: #f5f5f5;
}

.support-option img.fb {
    width: 42px;
    height: 42px;
}

.support-option img.wa {
    width: 48px;
    height: 48px;
}

.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #eb6515 !important;
}

@media screen and (max-width: 462px) {
	.category-item img {
		padding: 10px
	}
	.category-item-overlay {
		width: 82px;
		height: 82px;
		bottom: 35px;
	}	
}

.d-none-important {
    display: none !important;
}

.d-block-important {
    display: block !important;
}

@media (min-width: 768px) {
    .d-md-block-important {
        display: block !important;
    }
    
    .d-md-none-important {
        display: none !important;
    }
}

.discount-badge-wrapper {
    position: relative;
    display: inline-block;
}

.discount-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #e03;
}

.katalog {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.katalog a {
    text-decoration: none;
    background-color: #eb6515;
    color: #fff !important;
    font-size: .80rem;
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 20px;
}

.free-shipping-badge {
    font-size: .65rem;
    position: absolute;
    top: 5px;
    left: 5px;
    right: auto;
    z-index: 22;
    background-color: green;
    border: 0 none;
    color: #fff;
    padding: .25em .60em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
    border-radius: 4px;
    width: 63px;
    line-height: 1.15;  
}
.woocommerce-loop-product__link:has(.free-shipping-badge):has(.onsale) .free-shipping-badge {
    top: 40px; /* Adjusted position when both badges are present */
}

.onsale + .free-shipping-badge { 
    top: 40px;
}

/*.product img.discount-badge,*/
/*.woocommerce-loop-product__link img.discount-badge {*/
/*    display: block;*/
/*}*/
/*.product:has(.discount-badge:nth-of-type(2)) img.discount-badge:nth-of-type(2),*/
/*.woocommerce-loop-product__link:has(.discount-badge:nth-of-type(2)) img.discount-badge:nth-of-type(2) {*/
/*    display: none;*/
/*}*/

/* Sipariş Oluştur Sayfası Responsive Tasarım */
@media screen and (max-width: 768px) {
    /* Sipariş Oluştur Sayfası Ana Container */
    .siparis-olustur-wrapper {
        width: 100% !important;
        max-width: calc(100vw - 30px) !important;
        margin: 0 auto !important;
        padding: 15px !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }
    
    /* Sipariş Form Responsive */
    .siparis-form {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Checkout Form Responsive */
    .woocommerce-checkout {
        padding: 0 10px;
    }
    
    .woocommerce-checkout .col2-set {
        width: 100% !important;
        float: none !important;
    }
    
    .woocommerce-checkout .col2-set .col-1,
    .woocommerce-checkout .col2-set .col-2 {
        width: 100% !important;
        float: none !important;
        margin-bottom: 20px;
    }
    
    /* Checkout Review Order */
    .woocommerce-checkout-review-order {
        width: 100% !important;
        float: none !important;
        margin-top: 20px;
    }
    
    .woocommerce-checkout-review-order-table {
        width: 100%;
        font-size: 14px;
    }
    
    .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout-review-order-table td {
        padding: 12px 8px;
        font-size: 14px;
    }
    
    /* Checkout Form Fields */
    .woocommerce-checkout .form-row {
        margin-bottom: 15px;
    }
    
    .woocommerce-checkout .form-row input,
    .woocommerce-checkout .form-row select,
    .woocommerce-checkout .form-row textarea {
        width: 100% !important;
        font-size: 16px;
        padding: 12px;
        border-radius: 6px;
    }
    
    .woocommerce-checkout .form-row label {
        font-size: 14px;
        margin-bottom: 5px;
        display: block;
    }
    
    /* Payment Methods */
    .woocommerce-checkout-payment .payment_methods {
        margin-bottom: 20px;
    }
    
    .woocommerce-checkout-payment .payment_methods li {
        margin-bottom: 15px;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
    }
    
    .woocommerce-checkout-payment .payment_methods li label {
        font-size: 16px;
        font-weight: 600;
    }
    
    /* Place Order Button */
    .woocommerce-checkout .place-order {
        text-align: center;
        margin-top: 20px;
    }
    
    .woocommerce-checkout .place-order button {
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        background: linear-gradient(135deg, #eb6515 0%, #d4560c 100%) !important;
        color: white !important;
        border: none !important;
        border-radius: 8px !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        box-sizing: border-box !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    
    .woocommerce-checkout .place-order button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(235, 101, 21, 0.3);
    }
    
    .woocommerce-checkout .place-order button:active {
        transform: translateY(0);
    }
    
    /* Checkout Side Bar */
    .woocommerce-checkout .woocommerce-checkout-review-order-table {
        background: #f8f8f8;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 20px;
    }
    
    /* Progress Steps */
    .woocommerce-checkout .checkout-progress {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    
    .woocommerce-checkout .checkout-progress .step {
        flex: 1;
        text-align: center;
        padding: 10px;
        background: #f0f0f0;
        margin: 0 5px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        color: #666;
    }
    
    .woocommerce-checkout .checkout-progress .step.active {
        background: #eb6515;
        color: white;
    }
    
    /* Checkout Error Messages */
    .woocommerce-checkout .woocommerce-NoticeGroup {
        margin-bottom: 20px;
    }
    
    .woocommerce-checkout .woocommerce-error,
    .woocommerce-checkout .woocommerce-message {
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 6px;
        font-size: 14px;
    }
    
    /* Checkout Terms */
    .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
        margin: 20px 0;
        padding: 15px;
        background: #f8f8f8;
        border-radius: 8px;
    }
    
    .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input {
        margin-right: 10px;
    }
    
    .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
        font-size: 14px;
        line-height: 1.4;
    }
    
    /* Checkout Additional Information */
    .woocommerce-checkout .woocommerce-additional-fields {
        margin-top: 20px;
    }
    
    .woocommerce-checkout .woocommerce-additional-fields textarea {
        width: 100%;
        min-height: 100px;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 14px;
        resize: vertical;
    }
}

/* Tablet Responsive (768px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .woocommerce-checkout {
        padding: 0 20px;
    }
    
    .woocommerce-checkout .col2-set {
        width: 60% !important;
        float: left !important;
    }
    
    .woocommerce-checkout .woocommerce-checkout-review-order {
        width: 38% !important;
        float: right !important;
        margin-left: 2%;
    }
    
    .woocommerce-checkout .form-row input,
    .woocommerce-checkout .form-row select {
        font-size: 16px;
        padding: 10px;
    }
    
    .woocommerce-checkout .place-order button {
        width: 100%;
        padding: 15px;
        font-size: 16px;
    }
}

/* Çok Küçük Ekranlar (320px - 480px) */
@media screen and (max-width: 480px) {
    .woocommerce-checkout {
        padding: 0 5px;
    }
    
    .woocommerce-checkout .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout .woocommerce-checkout-review-order-table td {
        padding: 8px 5px;
        font-size: 12px;
    }
    
    .woocommerce-checkout .form-row input,
    .woocommerce-checkout .form-row select {
        font-size: 16px; /* iOS zoom prevention */
        padding: 15px;
    }
    
    .woocommerce-checkout .place-order button {
        padding: 18px !important;
        font-size: 16px !important;
    }
    
    .woocommerce-checkout .checkout-progress .step {
        font-size: 10px;
        padding: 8px;
    }
    
    /* Sipariş oluştur sayfası küçük ekran düzeltmeleri */
    .siparis-olustur-wrapper {
        padding: 5px !important;
        margin: 0 !important;
        max-width: calc(100vw - 10px) !important;
        overflow-x: hidden !important;
    }
    
    .siparis-header {
        padding: 10px !important;
        text-align: center !important;
    }
    
    .siparis-title {
        font-size: 18px !important;
        line-height: 1.2 !important;
    }
    
    .siparis-subtitle {
        font-size: 12px !important;
        margin-top: 5px !important;
    }
    
    .siparis-card {
        margin-bottom: 15px !important;
        border-radius: 8px !important;
    }
    
    .card-header {
        padding: 12px !important;
    }
    
    .card-body {
        padding: 12px !important;
    }
    
    .card-title {
        font-size: 14px !important;
    }
    
    .card-icon {
        font-size: 16px !important;
    }
    
    /* Butonlar küçük ekran */
    .btn {
        padding: 12px !important;
        font-size: 14px !important;
        border-radius: 8px !important;
    }
    
    .btn-icon {
        font-size: 14px !important;
    }
    
    /* Arama kutusu küçük ekran */
    .search-label {
        font-size: 14px !important;
        margin-bottom: 5px !important;
    }
    
    .search-select {
        height: 44px !important;
        font-size: 16px !important;
        padding: 0 10px !important;
    }
    
    /* Select2 küçük ekran */
    .select2-container--default .select2-selection--single {
        height: 44px !important;
        font-size: 16px !important;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px !important;
    }
    
    /* Adet girişi küçük ekran */
    .quantity-input {
        height: 44px !important;
        font-size: 16px !important;
        width: 80px !important;
    }
    
    /* Sepet öğeleri küçük ekran */
    .sepet-item {
        padding: 15px !important;
        border-radius: 8px !important;
    }
    
    .product-name {
        font-size: 14px !important;
        line-height: 1.3 !important;
    }
    
    .product-sku {
        font-size: 12px !important;
    }
    
    .item-total-display {
        font-size: 14px !important;
    }
    
    .remove-item-btn {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
    
    /* Notlar alanı küçük ekran */
    .notes-textarea {
        font-size: 16px !important;
        min-height: 80px !important;
        padding: 12px !important;
    }
    
    /* İpucu mesajı küçük ekran */
    .search-tip {
        font-size: 11px !important;
        padding: 8px !important;
    }
    
    .tip-icon {
        font-size: 12px !important;
    }
}

/* Sipariş Düzenleme Stilleri */
.order-modification-info {
    margin: 20px 0;
    padding: 15px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.modification-time-limit {
    color: #666;
    margin-bottom: 10px;
}

.modification-time-limit strong {
    color: #e2401c;
}

.modification-expired {
    color: #e2401c;
    font-weight: bold;
    margin: 20px 0;
}

.modify-order-button {
    background-color: #2271b1 !important;
    color: white !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    display: inline-block !important;
}

.modify-order-button:hover {
    background-color: #135e96 !important;
}

/* Sipariş düzenleme formunda fiyat sütununu gizle */
.shop_table.order_details th:nth-child(3),
.shop_table.order_details td:nth-child(3) {
    display: none;
}

/* Fiyat Görünümü Aktif - Önceki Gizleme Kodları Kaldırıldı */

/* Sepet ve Ödeme Sayfası Düzeni */
.woocommerce-cart-form {
    margin-bottom: 30px;
}

.woocommerce-cart-form__cart-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

.woocommerce-cart-form__cart-item .product-thumbnail {
    width: 80px;
    margin-right: 15px;
    flex-shrink: 0;
}

.woocommerce-cart-form__cart-item .product-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.woocommerce-cart-form__cart-item .product-name {
    flex: 1;
    margin-right: 15px;
    padding-right: 30px;
}

.woocommerce-cart-form__cart-item .product-quantity {
    width: 120px;
    text-align: center;
    flex-shrink: 0;
}

.woocommerce-cart-form__cart-item .product-quantity .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-cart-form__cart-item .product-quantity input {
    width: 60px;
    text-align: center;
    margin: 0 5px;
}

.woocommerce-cart-form__cart-item .product-remove {
    width: 30px;
    text-align: right;
    flex-shrink: 0;
}

.woocommerce-cart-form__cart-item .product-remove a {
    color: #e2401c;
    font-size: 20px;
    text-decoration: none;
}

/* Ödeme Sayfası Düzeni */
.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.woocommerce-checkout-review-order-table th {
    background-color: #f8f8f8;
    font-weight: 600;
}

.woocommerce-checkout-review-order-table .product-name {
    width: 60%;
}

.woocommerce-checkout-review-order-table .product-total {
    width: 40%;
    text-align: right;
}

/* Responsive Düzenlemeler */
@media screen and (max-width: 768px) {
    .woocommerce-cart-form__cart-item {
        flex-wrap: wrap;
        padding: 15px;
    }
    
    .woocommerce-cart-form__cart-item .product-thumbnail {
        width: 60px;
    }
    
    .woocommerce-cart-form__cart-item .product-name {
        width: calc(100% - 75px);
        margin-bottom: 10px;
    }
    
    .woocommerce-cart-form__cart-item .product-quantity {
        width: 100%;
        margin-top: 10px;
        order: 3;
    }
    
    .woocommerce-cart-form__cart-item .product-remove {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    
    .woocommerce-checkout-review-order-table {
        font-size: 14px;
    }
    
    .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout-review-order-table td {
        padding: 10px;
    }
} 

/* Block Editor Fiyat Görünümü Aktif - Gizleme Kodları Kaldırıldı */

/* WooCommerce Block Editor Fiyat Görünümü */
.wc-block-formatted-money-amount,
.wc-block-components-formatted-money-amount {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: inherit !important;
}

/* WooCommerce Price Elements */
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: inherit !important;
}

/* Price Container */
.price {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Amount Elements */
.amount {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Header Sepet Gizleme */
.site-header-cart,
.header-cart,
.woocommerce-cart-link,
.cart-contents,
.widget_shopping_cart,
.woocommerce-mini-cart {
    display: none !important;
}

/* Storefront tema sepet alanları */
.storefront-handheld-footer-bar .cart .count {
    display: none !important;
}

/* Ürün Detay Sayfası - Buton ve Adet Gizleme */
.single-product .cart {
    display: none !important;
}

.single-product .single_add_to_cart_button,
.single-product .custom-checkout-btn,
.single-product .quantity,
.single-product .woocommerce-variation-add-to-cart,
.single-product .variations_button,
.single-product .woocommerce-grouped-product-list,
.single-product .group_table {
    display: none !important;
}

/* WooCommerce Add to Cart Form Gizleme */
.single-product form.cart,
.single-product .woocommerce-variation-add-to-cart-enabled,
.single-product .woocommerce-variation-add-to-cart-disabled {
    display: none !important;
}

/* Quantity Input Gizleme */
.single-product .quantity input,
.single-product .qty,
.single-product input[name="quantity"] {
    display: none !important;
}

/* Add to Cart Button Gizleme */
.single-product button[name="add-to-cart"],
.single-product input[name="add-to-cart"],
.single-product .add_to_cart_button {
    display: none !important;
}

/* Custom Store Price Info - Modern Tasarım */
.custom-store-price-info {
    /* Inline stilleri override et */
    margin: 20px 0 !important;
    padding: 20px 25px !important;
    border: none !important;
    background: linear-gradient(135deg, #A52829 0%, #B22222 100%) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(165, 40, 41, 0.3) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
    position: relative !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
}

.custom-store-price-info:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(165, 40, 41, 0.4) !important;
}

.custom-store-price-info::before {
    content: 'MAĞAZA FİYATI' !important;
    position: absolute !important;
    top: -10px !important;
    left: 20px !important;
    background: #fff !important;
    color: #A52829 !important;
    padding: 5px 15px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
}

.custom-store-price-info::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.3) 100%) !important;
}

.custom-store-price-info strong {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 !important;
}

/* Responsive Tasarım */
@media screen and (max-width: 768px) {
    .custom-store-price-info {
        flex-direction: column !important;
        text-align: center !important;
        padding: 15px 20px !important;
    }
    
    .custom-store-price-info strong {
        font-size: 20px !important;
    }
    
    .custom-store-price-info::before {
        top: -8px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        font-size: 11px !important;
    }
}

/* Eski WooCommerce Fiyat Alanlarını Gizle (Single Product) */
.single-product .price.single-product-class,
.single-product .woocommerce-Price-amount,
.single-product .inner-price-container {
    display: none !important;
}

/* WC Price Hidden Alanını Gizle */
.single-product .wc-price-hidden {
    display: none !important;
}

/* Stok bilgisini ve yorum alanını gizle */
.stock,
.woocommerce-product-attributes-item--availability,
.product_meta .stock,
.woocommerce-variation-availability,
.woocommerce-variation-availability p,
.stock.in-stock,
.stock.out-of-stock,
.stock.available-on-backorder,
.woocommerce-product-attributes-item--availability .woocommerce-product-attributes-item__value,
.woocommerce-product-attributes-item--availability .woocommerce-product-attributes-item__label {
    display: none !important;
}

/* Yorum alanını tamamen gizle */
.woocommerce-Reviews,
.woocommerce-Reviews-title,
.woocommerce-review,
.woocommerce-review__author,
.woocommerce-review__dash,
.woocommerce-review__published-date,
.woocommerce-review__rating,
.woocommerce-review__comment,
.comment-form,
.comment-form-rating,
.stars,
.woocommerce-product-rating,
.woocommerce-product-rating__stars,
.woocommerce-product-rating__link,
#reviews,
#comments,
.commentlist,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-rating,
.comment-form-cookies-consent,
.woocommerce-tabs,
.woocommerce-Tabs-panel,
.woocommerce-Tabs-panel--reviews,
.woocommerce-Tabs-panel--additional_information,
.product-reviews,
.reviews-title,
.woocommerce-noreviews,
.star-rating,
.woocommerce-loop-product__rating,
.woocommerce-loop-product__rating .star-rating {
    display: none !important;
}

/* Ürün meta bilgilerini gizle */
.product_meta {
    display: none !important;
}

/* Stok durumu mesajlarını gizle */
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
    display: none !important;
}

/* "X adet kaldı" mesajlarını gizle */
.woocommerce-variation-availability,
.woocommerce-variation-availability p,
.woocommerce-variation-availability .stock {
    display: none !important;
} 
/* SİPARİŞ DÜZENLE STİLİ - BİRE BİR KOPYALANDI */

/* Sipariş durumu bilgi kutusu */
.order-status-info, .siparis-messages {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%) !important;
    border: 1px solid #2196f3 !important;
    border-radius: 8px !important;
    padding: 15px !important;
    margin: 15px 0 !important;
    color: #1565c0 !important;
    font-weight: 500 !important;
}

/* Success mesajları */
.siparis-message {
    background: white !important;
    border-radius: 12px !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1) !important;
    transform: translateY(-20px) !important;
    opacity: 0 !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.siparis-message.show {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

.message-content {
    display: flex !important;
    align-items: center !important;
    padding: 20px !important;
    gap: 15px !important;
}

.message-icon {
    font-size: 1.5rem !important;
    flex-shrink: 0 !important;
}

.message-text {
    flex: 1 !important;
    font-weight: 500 !important;
    color: #333 !important;
    font-size: 16px !important;
}

.message-close {
    background: none !important;
    border: none !important;
    font-size: 1.5rem !important;
    cursor: pointer !important;
    color: #666 !important;
    padding: 5px !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
}

.message-close:hover {
    background: #f0f0f0 !important;
    color: #333 !important;
}

.message-success { 
    border-left: 5px solid #10b981 !important; 
}

.message-error { 
    border-left: 5px solid #ef4444 !important; 
}

.message-info { 
    border-left: 5px solid #3b82f6 !important; 
}

.message-warning { 
    border-left: 5px solid #f59e0b !important; 
}

/* Modern kart tasarımı */
.order-items-container, .sepet-listesi {
    margin: 20px 0 !important;
}

.order-item-row, .sepet-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: white !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
}

.order-item-row:hover, .sepet-item:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}

.product-info, .item-details {
    display: flex !important;
    align-items: center !important;
    flex: 1 !important;
}

.product-details h4, .product-name {
    margin: 0 0 5px 0 !important;
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.product-details p {
    margin: 3px 0 !important;
    font-size: 13px !important;
}

.product-details .sku, .product-sku {
    color: #666 !important;
}

.product-price {
    color: #007cba !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.quantity-section, .item-quantity {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin: 0 20px !important;
}

.quantity-controls {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 10px !important;
    background: white !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    overflow: hidden !important;
    border: 2px solid #e5e7eb !important;
}

.quantity-input, .qty-input {
    width: 80px !important;
    height: 40px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border: 2px solid #007cba !important;
    border-radius: 8px !important;
    background: white !important;
    color: #333 !important;
    transition: all 0.3s ease !important;
    outline: none !important;
}

.quantity-input:focus, .qty-input:focus {
    border-color: #005a9e !important;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.2) !important;
    transform: scale(1.05) !important;
}

.qty-btn {
    background: #f3f4f6 !important;
    border: none !important;
    width: 36px !important;
    height: 36px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #374151 !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.qty-btn:hover {
    background: #e5e7eb !important;
    color: #1f2937 !important;
}

.item-total-display {
    text-align: center !important;
    font-weight: bold !important;
    color: #007cba !important;
    font-size: 16px !important;
    margin-top: 5px !important;
}

.remove-section, .item-actions {
    margin-left: 20px !important;
}

.remove-item-btn {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52) !important;
    color: white !important;
    border: none !important;
    padding: 12px 20px !important;
    cursor: pointer !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 3px 6px rgba(238, 90, 82, 0.3) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.remove-item-btn:hover {
    background: linear-gradient(135deg, #ee5a52, #dc3545) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 12px rgba(220, 53, 69, 0.4) !important;
}

.empty-order-message, .bos-sepet {
    text-align: center !important;
    padding: 40px !important;
    background: #f8f9fa !important;
    border: 2px dashed #ddd !important;
    border-radius: 12px !important;
    color: #666 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* Sipariş kartları */
.siparis-card {
    background: white !important;
    border-radius: 12px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    border: 1px solid #e0e0e0 !important;
}

.siparis-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}

.card-header {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%) !important;
    padding: 20px !important;
    color: #1565c0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.card-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.card-body {
    padding: 20px !important;
}

/* Arama kutusu sipariş düzenle stilinde */
.search-select {
    width: 100% !important;
    height: 40px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 6px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    transition: border-color 0.3s ease !important;
    background: white !important;
    color: #333 !important;
}

.search-select:hover {
    border-color: #007cba !important;
}

.search-select:focus {
    border-color: #005a9e !important;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1) !important;
    outline: none !important;
}

/* Arama satırı düzeni - YAN YANA */
.search-row {
    display: flex !important;
    gap: 15px !important;
    align-items: end !important;
    margin-bottom: 20px !important;
}

.search-main {
    flex: 1 !important;
    min-width: 300px !important;
}

.quantity-input-group {
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.quantity-label {
    font-weight: 600 !important;
    color: #374151 !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
}

.quantity-input {
    width: 80px !important;
    height: 40px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 6px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: border-color 0.3s ease !important;
}

.quantity-input:focus {
    border-color: #007cba !important;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1) !important;
    outline: none !important;
}

.add-to-cart-btn {
    background: linear-gradient(135deg, #28a745, #20c997) !important;
    color: white !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3) !important;
    height: 40px !important;
    flex: 0 0 auto !important;
}

.add-to-cart-btn:hover {
    background: linear-gradient(135deg, #218838, #1e7e34) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.4) !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .search-row {
        flex-direction: column !important;
        gap: 15px !important;
        align-items: stretch !important;
    }
    
    .search-main {
        min-width: auto !important;
    }
    
    .quantity-input-group {
        align-self: center !important;
    }
    
    .add-to-cart-btn {
        width: 100% !important;
    }
    
    /* Sipariş oluştur sayfası mobil düzeltmeleri */
    .siparis-olustur-wrapper {
        padding: 10px !important;
        margin: 0 !important;
        overflow-x: hidden !important;
        max-width: calc(100vw - 20px) !important;
    }
    
    .siparis-card {
        margin-bottom: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .card-header {
        padding: 15px !important;
    }
    
    .card-body {
        padding: 15px !important;
    }
    
    .card-title {
        font-size: 16px !important;
    }
    
    /* Arama kutusu mobil düzeltmeleri */
    .search-container {
        width: 100% !important;
        overflow-x: hidden !important;
    }
    
    .search-input-group {
        width: 100% !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .search-main {
        width: 100% !important;
        min-width: auto !important;
    }
    
    .search-select {
        width: 100% !important;
        min-width: 100% !important;
    }
    
    /* Select2 mobil düzeltmeleri */
    .select2-container {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .select2-container--default .select2-selection--single {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Select2 dropdown için özel mobil düzeltmeleri */
    .select2-dropdown {
        width: 100% !important;
        max-width: calc(100vw - 40px) !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
        position: absolute !important;
    }
    
    .select2-results__options {
        max-height: 200px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .select2-results__option {
        padding: 10px 15px !important;
        font-size: 14px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Arama satırı mobil düzeni */
    .search-row {
        flex-direction: column !important;
        gap: 15px !important;
        align-items: stretch !important;
        width: 100% !important;
    }
    
    .quantity-input-group {
        width: 100% !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px !important;
    }
    
    .quantity-label {
        margin-bottom: 0 !important;
    }
    
    .add-to-cart-btn {
        width: 100% !important;
        margin-top: 10px !important;
    }
    
    /* Sepet listesi mobil düzeltmeleri */
    .sepet-item {
        flex-direction: column !important;
        gap: 15px !important;
        align-items: stretch !important;
        padding: 20px !important;
    }
    
    .item-details {
        order: 1 !important;
    }
    
    .item-quantity {
        order: 2 !important;
        margin: 0 !important;
    }
    
    .item-actions {
        order: 3 !important;
        margin: 0 !important;
        text-align: center !important;
    }
    
    .quantity-controls {
        justify-content: center !important;
    }
    
    /* Butonlar mobil düzeltmeleri */
    .siparis-actions {
        flex-direction: column !important;
        gap: 15px !important;
        padding: 20px !important;
    }
    
    .btn {
        width: 100% !important;
        padding: 15px !important;
        font-size: 16px !important;
    }
    
    /* Notlar alanı mobil düzeltmeleri */
    .notes-textarea {
        width: 100% !important;
        min-height: 100px !important;
        padding: 15px !important;
        font-size: 16px !important;
    }
    
    /* Toplam sayı etiketi mobil düzeltmeleri */
    .toplam-urun-sayisi {
        font-size: 12px !important;
        margin-left: 5px !important;
    }
    
    /* Başlık mobil düzeltmeleri */
    .siparis-title {
        font-size: 20px !important;
        text-align: center !important;
    }
    
    .siparis-subtitle {
        font-size: 14px !important;
        text-align: center !important;
    }
    
    /* İpucu mesajı mobil düzeltmeleri */
    .search-tip {
        font-size: 12px !important;
        padding: 10px !important;
        margin-top: 10px !important;
    }
}

.search-select:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
    outline: none !important;
}

/* Select2 Özelleştirmeleri - BÜYÜK BOYUT */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 6px !important;
    padding: 0 12px !important;
    background: white !important;
    transition: border-color 0.3s ease !important;
}

.select2-container--default .select2-selection--single:hover {
    border-color: #007cba !important;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #007cba !important;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1) !important;
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding-left: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999 !important;
    font-size: 14px !important;
    line-height: 36px !important;
    font-weight: normal !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    right: 12px !important;
    transform: scale(1) !important;
}

/* Sepet ve diğer elemanlar için modern stil */
.sepet-item {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    border-radius: 20px !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
    border: 2px solid #e5e7eb !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08) !important;
}

.sepet-item:hover {
    transform: translateX(8px) !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12) !important;
    border-color: #3b82f6 !important;
}

/* Butonlar için modern stil */
.btn-primary, #siparis-olustur-submit {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
    color: white !important;
    border: none !important;
    padding: 18px 35px !important;
    border-radius: 15px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3) !important;
}

.btn-primary:hover, #siparis-olustur-submit:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4) !important;
}

/* =============================================================
   SİPARİŞ OLUŞTUR SAYFASI MOBİL ÖZEL SCSS STİLİ
   ============================================================= */

/* Mobil breakpoint tanımı */
@media screen and (max-width: 768px) {
    
    /* Ana body kontrolü */
    body.woocommerce-account {
        overflow-x: hidden !important;
        width: 100% !important;
        
        /* Site ana container */
        .site-main {
            overflow-x: hidden !important;
            width: 100% !important;
            max-width: 100vw !important;
            padding: 0 15px !important;
            margin: 0 !important;
            box-sizing: border-box !important;
        }
        
        /* WooCommerce hesap içeriği */
        .woocommerce-MyAccount-content {
            overflow-x: hidden !important;
            width: 100% !important;
            max-width: 100vw !important;
            padding: 0 !important;
            box-sizing: border-box !important;
        }
        
        /* Sipariş oluştur wrapper */
        .siparis-olustur-wrapper {
            width: 100% !important;
            max-width: calc(100vw - 30px) !important;
            margin: 0 auto !important;
            padding: 10px !important;
            box-sizing: border-box !important;
            overflow-x: hidden !important;
            
            /* Tüm alt elementleri kontrol et */
            * {
                max-width: 100% !important;
                box-sizing: border-box !important;
            }
        }
        
        /* Sipariş kartları */
        .siparis-card {
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 0 20px 0 !important;
            padding: 0 !important;
            box-sizing: border-box !important;
            border-radius: 8px !important;
            
            /* Kart başlığı */
            .card-header {
                padding: 15px !important;
                border-radius: 8px 8px 0 0 !important;
                
                .card-title {
                    font-size: 16px !important;
                    margin: 0 !important;
                }
            }
            
            /* Kart içeriği */
            .card-body {
                padding: 15px !important;
                
                /* Arama container */
                .search-container {
                    width: 100% !important;
                    margin: 0 !important;
                    padding: 0 !important;
                    
                    /* Arama input grubu */
                    .search-input-group {
                        width: 100% !important;
                        margin: 0 !important;
                        padding: 0 !important;
                        
                        /* Arama ana bölümü */
                        .search-main {
                            width: 100% !important;
                            margin-bottom: 15px !important;
                            
                            /* Arama select */
                            .search-select {
                                width: 100% !important;
                                max-width: 100% !important;
                                box-sizing: border-box !important;
                                height: 44px !important;
                                font-size: 16px !important;
                                position: relative !important;
                            }
                        }
                        
                        /* Arama satırı */
                        .search-row {
                            display: flex !important;
                            flex-direction: column !important;
                            gap: 15px !important;
                            width: 100% !important;
                            align-items: stretch !important;
                            
                            /* Adet girişi grubu */
                            .quantity-input-group {
                                display: flex !important;
                                flex-direction: row !important;
                                align-items: center !important;
                                justify-content: center !important;
                                gap: 10px !important;
                                width: 100% !important;
                                
                                /* Adet label */
                                .quantity-label {
                                    font-size: 14px !important;
                                    font-weight: 600 !important;
                                }
                                
                                /* Adet input */
                                .quantity-input {
                                    width: 80px !important;
                                    height: 44px !important;
                                    text-align: center !important;
                                    font-size: 16px !important;
                                    border: 2px solid #e0e0e0 !important;
                                    border-radius: 6px !important;
                                    box-sizing: border-box !important;
                                }
                            }
                            
                            /* Sepete ekle butonu */
                            .add-to-cart-btn {
                                width: 100% !important;
                                margin: 0 !important;
                                padding: 12px !important;
                                font-size: 16px !important;
                                border-radius: 6px !important;
                                box-sizing: border-box !important;
                                background: linear-gradient(135deg, #28a745, #20c997) !important;
                                color: white !important;
                                border: none !important;
                                cursor: pointer !important;
                                transition: all 0.3s ease !important;
                            }
                        }
                        
                        /* Arama ipucu */
                        .search-tip {
                            width: 100% !important;
                            margin: 10px 0 !important;
                            padding: 10px !important;
                            box-sizing: border-box !important;
                            font-size: 12px !important;
                            background: #f8f9fa !important;
                            border-radius: 6px !important;
                        }
                    }
                }
                
                /* Sepet listesi */
                .sepet-listesi {
                    width: 100% !important;
                    padding: 0 !important;
                    margin: 0 !important;
                    
                    /* Sepet öğeleri */
                    .sepet-item {
                        width: 100% !important;
                        margin: 0 0 15px 0 !important;
                        padding: 15px !important;
                        box-sizing: border-box !important;
                        display: flex !important;
                        flex-direction: column !important;
                        gap: 15px !important;
                        background: #f8f9fa !important;
                        border-radius: 8px !important;
                        border: 1px solid #e0e0e0 !important;
                        
                        /* Ürün detayları */
                        .item-details {
                            order: 1 !important;
                            
                            .product-name {
                                font-size: 16px !important;
                                font-weight: 600 !important;
                                margin-bottom: 5px !important;
                            }
                            
                            .product-sku {
                                font-size: 12px !important;
                                color: #666 !important;
                            }
                        }
                        
                        /* Adet kontrolü */
                        .item-quantity {
                            order: 2 !important;
                            text-align: center !important;
                            
                            .quantity-controls {
                                display: flex !important;
                                align-items: center !important;
                                justify-content: center !important;
                                gap: 10px !important;
                                
                                .qty-btn {
                                    width: 36px !important;
                                    height: 36px !important;
                                    border-radius: 6px !important;
                                    border: 1px solid #ddd !important;
                                    background: #f8f9fa !important;
                                    cursor: pointer !important;
                                    font-size: 16px !important;
                                    font-weight: 600 !important;
                                }
                                
                                .qty-input {
                                    width: 80px !important;
                                    height: 36px !important;
                                    text-align: center !important;
                                    border: 2px solid #007cba !important;
                                    border-radius: 6px !important;
                                    font-size: 16px !important;
                                    font-weight: 600 !important;
                                }
                            }
                        }
                        
                        /* Sil butonu */
                        .item-actions {
                            order: 3 !important;
                            text-align: center !important;
                            
                            .remove-item-btn {
                                width: 100% !important;
                                padding: 8px 12px !important;
                                font-size: 14px !important;
                                background: #dc3545 !important;
                                color: white !important;
                                border: none !important;
                                border-radius: 6px !important;
                                cursor: pointer !important;
                            }
                        }
                    }
                }
                
                /* Notlar textarea */
                .notes-textarea {
                    width: 100% !important;
                    max-width: 100% !important;
                    min-height: 100px !important;
                    padding: 15px !important;
                    font-size: 16px !important;
                    border: 2px solid #e0e0e0 !important;
                    border-radius: 6px !important;
                    box-sizing: border-box !important;
                    resize: vertical !important;
                }
            }
        }
        
        /* Sipariş aksiyonları */
        .siparis-actions {
            display: flex !important;
            flex-direction: column !important;
            gap: 15px !important;
            width: 100% !important;
            margin: 20px 0 !important;
            padding: 0 15px !important;
            
            /* Tüm butonlar */
            .btn,
            .btn-primary,
            .btn-secondary,
            #siparis-olustur-submit,
            #siparis-temizle-btn {
                width: 100% !important;
                margin: 0 !important;
                padding: 15px !important;
                font-size: 16px !important;
                border-radius: 8px !important;
                box-sizing: border-box !important;
                cursor: pointer !important;
                transition: all 0.3s ease !important;
            }
            
            /* Primary buton */
            .btn-primary,
            #siparis-olustur-submit {
                background: linear-gradient(135deg, #007cba, #005a9e) !important;
                color: white !important;
                border: none !important;
            }
            
            /* Secondary buton */
            .btn-secondary,
            #siparis-temizle-btn {
                background: #f8f9fa !important;
                color: #333 !important;
                border: 2px solid #e0e0e0 !important;
            }
        }
        
        /* Select2 dropdown mobil */
        .select2-container {
            width: 100% !important;
            max-width: 100% !important;
            
            .select2-selection--single {
                width: 100% !important;
                max-width: 100% !important;
                height: 44px !important;
                box-sizing: border-box !important;
                
                .select2-selection__rendered {
                    line-height: 40px !important;
                    font-size: 16px !important;
                }
            }
        }
        
        /* Başlık alanı */
        .siparis-header {
            width: 100% !important;
            padding: 15px !important;
            text-align: center !important;
            box-sizing: border-box !important;
            
            .siparis-title {
                font-size: 20px !important;
                margin-bottom: 10px !important;
            }
            
            .siparis-subtitle {
                font-size: 14px !important;
                color: #666 !important;
            }
        }
    }
}
/* Mobil Sipariş Oluştur Sayfası - Özel Düzeltmeler */

/* Temel container sınırlamaları */
@media screen and (max-width: 768px) {
    
    /* Ana body ve html overflow kontrolü */
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }
    
    /* Site genelinde overflow kontrolü */
    .site, .site-main, .woocommerce-page, .woocommerce-account {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }
    
    /* WooCommerce hesap sayfası container */
    .woocommerce-MyAccount-content {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }
    
    /* Search container pozisyon düzeltmesi */
    .search-container {
        position: relative !important;
        overflow: visible !important;
    }
    
    /* Select2 dropdown menu mobil düzeltmeleri */
    .select2-dropdown,
    .select2-dropdown-mobile {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
        position: absolute !important;
        z-index: 9999 !important;
        transform: translateX(0) !important;
        top: 100% !important;
        margin-top: 5px !important;
    }
    
    /* Mobil Select2 container */
    .select2-mobile {
        width: 100% !important;
        max-width: 100% !important;
        touch-action: manipulation !important;
    }
    
    /* Mobil dropdown özel stilleri */
    .select2-dropdown-mobile {
        border-radius: 8px !important;
        box-shadow: 0 8px 32px rgba(0,0,0,0.15) !important;
        border: 2px solid #e3f2fd !important;
        background: white !important;
    }
    
    /* Mobil Select2 açıkken body scroll engelle */
    body.select2-open-mobile {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
    }
    
    /* Select2 selection mobil touch friendly */
    .select2-mobile .select2-selection--single {
        height: 48px !important;
        line-height: 46px !important;
        font-size: 16px !important;
        border-radius: 8px !important;
        border: 2px solid #e0e0e0 !important;
        touch-action: manipulation !important;
    }
    
    .select2-mobile .select2-selection--single:focus,
    .select2-mobile .select2-selection--single:active {
        border-color: #2196f3 !important;
        box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1) !important;
    }
    
    /* Select2 dropdown --above positioning fix */
    .select2-dropdown--above {
        width: 100% !important;
        max-width: calc(100vw - 40px) !important;
        left: 20px !important;
        right: 20px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
        position: fixed !important;
        z-index: 9999 !important;
        transform: translateX(0) !important;
    }
    
    /* Select2 container positioning */
    .select2-container--open .select2-dropdown {
        width: calc(100vw - 40px) !important;
        max-width: calc(100vw - 40px) !important;
        left: 20px !important;
        right: 20px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    
    /* Select2 results options */
    .select2-results__options {
        max-height: 200px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Select2 dropdown ürün sonuçları mobil düzeltmeleri */
    .select2-dropdown .urun-sonuc {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 8px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    
    .select2-dropdown .urun-resmi {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        object-fit: cover !important;
        border-radius: 4px !important;
        margin-right: 10px !important;
        flex-shrink: 0 !important;
    }
    
    .select2-dropdown .urun-detay {
        flex: 1 !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }
    
    .select2-dropdown .urun-adi {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #333 !important;
        margin-bottom: 2px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        line-height: 1.3 !important;
    }
    
    .select2-dropdown .urun-sku {
        font-size: 11px !important;
        color: #666 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    
    /* Select2 results option */
    .select2-results__option {
        padding: 4px 8px !important;
        font-size: 14px !important;
        white-space: normal !important;
        overflow: hidden !important;
        width: 100% !important;
        box-sizing: border-box !important;
        border-bottom: 1px solid #f0f0f0 !important;
    }
    
    .select2-results__option:last-child {
        border-bottom: none !important;
    }
    
    .select2-results__option--highlighted {
        background-color: #e3f2fd !important;
        color: #1976d2 !important;
    }
    
    /* Select2 search field */
    .select2-search--dropdown {
        padding: 8px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        border-bottom: 1px solid #e0e0e0 !important;
    }
    
    .select2-search--dropdown .select2-search__field {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        font-size: 14px !important;
        padding: 8px 12px !important;
        margin: 0 !important;
        border: 1px solid #ddd !important;
        border-radius: 4px !important;
    }
}

/* WooCommerce Siparişler Tablosu - Mobil Düzeltmeleri */
@media screen and (max-width: 768px) {
    
    /* Siparişler tablosu container - Yüksek öncelik */
    .woocommerce-MyAccount-orders.woocommerce-orders-table,
    .woocommerce-orders-table.woocommerce-MyAccount-orders,
    table.woocommerce-orders-table {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        display: block !important;
        white-space: normal !important;
        border: none !important;
        border-radius: 0 !important;
        margin-bottom: 20px !important;
        background: transparent !important;
    }
    
    /* Tablo responsive yapısı - Yüksek öncelik */
    .woocommerce-orders-table thead,
    table.woocommerce-orders-table thead {
        display: none !important;
    }
    
    .woocommerce-orders-table tbody,
    table.woocommerce-orders-table tbody {
        display: block !important;
        width: 100% !important;
    }
    
    .woocommerce-orders-table tr,
    table.woocommerce-orders-table tr,
    .woocommerce-orders-table tbody tr {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        border: 2px solid #e3f2fd !important;
        border-radius: 12px !important;
        margin-bottom: 20px !important;
        padding: 20px !important;
        box-sizing: border-box !important;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
        position: relative !important;
        overflow: hidden !important;
    }
    
    .woocommerce-orders-table tr:before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 5px !important;
        height: 100% !important;
        background: linear-gradient(135deg, #2196f3, #21cbf3) !important;
    }
    
    .woocommerce-orders-table td,
    table.woocommerce-orders-table td,
    .woocommerce-orders-table tbody tr td {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: left !important;
        padding: 12px 0 !important;
        border: none !important;
        position: relative !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        align-items: center !important;
        min-height: 40px !important;
        border-bottom: 1px solid #f0f0f0 !important;
    }
    
    .woocommerce-orders-table td:last-child {
        border-bottom: none !important;
    }
    
    .woocommerce-orders-table td:before {
        content: attr(data-title) !important;
        flex: 0 0 100px !important;
        font-weight: 600 !important;
        color: #495057 !important;
        font-size: 13px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        margin-right: 15px !important;
        background: #f8f9fa !important;
        padding: 4px 8px !important;
        border-radius: 4px !important;
        border: 1px solid #e9ecef !important;
    }
    
    /* Sipariş numarası özel stil */
    .woocommerce-orders-table__cell-order-number {
        font-size: 16px !important;
        font-weight: bold !important;
        color: #2196f3 !important;
        border-bottom: 2px solid #e3f2fd !important;
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
        justify-content: space-between !important;
    }
    
    .woocommerce-orders-table__cell-order-number:before {
        background: linear-gradient(135deg, #2196f3, #21cbf3) !important;
        color: white !important;
        flex: 0 0 80px !important;
    }
    
    .woocommerce-orders-table__cell-order-number a {
        color: #2196f3 !important;
        text-decoration: none !important;
        font-weight: bold !important;
        flex: 1 !important;
        text-align: right !important;
    }
    
    /* Eylemler */
    .woocommerce-orders-table__cell-order-actions {
        padding: 15px 0 0 0 !important;
        text-align: center !important;
        margin-top: 15px !important;
        border-top: 2px solid #e3f2fd !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
    }
    
    .woocommerce-orders-table__cell-order-actions:before {
        display: none !important;
    }
    
    /* Butonlar mobil düzeni */
    .woocommerce-orders-table__cell-order-actions .woocommerce-button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        min-width: 90px !important;
        margin: 0 !important;
        padding: 10px 15px !important;
        font-size: 13px !important;
        border-radius: 8px !important;
        text-align: center !important;
        text-decoration: none !important;
        box-sizing: border-box !important;
        font-weight: 600 !important;
        transition: all 0.3s ease !important;
        border: 2px solid transparent !important;
    }
    
    /* Görüntüle butonu */
    .woocommerce-orders-table__cell-order-actions .view {
        background: linear-gradient(135deg, #2196f3, #21cbf3) !important;
        color: white !important;
        border: 2px solid #2196f3 !important;
        box-shadow: 0 3px 8px rgba(33, 150, 243, 0.3) !important;
    }
    
    /* Düzenle butonu */
    .woocommerce-orders-table__cell-order-actions .edit {
        background: linear-gradient(135deg, #4caf50, #66bb6a) !important;
        color: white !important;
        border: 2px solid #4caf50 !important;
        box-shadow: 0 3px 8px rgba(76, 175, 80, 0.3) !important;
    }
    
    /* Kaldır butonu */
    .woocommerce-orders-table__cell-order-actions .cancel {
        background: linear-gradient(135deg, #f44336, #ef5350) !important;
        color: white !important;
        border: 2px solid #f44336 !important;
        box-shadow: 0 3px 8px rgba(244, 67, 54, 0.3) !important;
    }
    
    /* Buton hover efektleri */
    .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 16px rgba(0,0,0,0.15) !important;
        transition: all 0.3s ease !important;
    }
    
    .woocommerce-orders-table__cell-order-actions .view:hover {
        box-shadow: 0 6px 16px rgba(33, 150, 243, 0.4) !important;
    }
    
    .woocommerce-orders-table__cell-order-actions .edit:hover {
        box-shadow: 0 6px 16px rgba(76, 175, 80, 0.4) !important;
    }
    
    .woocommerce-orders-table__cell-order-actions .cancel:hover {
        box-shadow: 0 6px 16px rgba(244, 67, 54, 0.4) !important;
    }
}

/* Çok küçük ekranlar için ek düzeltmeler */
@media screen and (max-width: 480px) {
    
    /* Select2 dropdown için çok küçük ekranlar */
    .select2-dropdown,
    .select2-dropdown--above {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        position: absolute !important;
        top: 100% !important;
        margin-top: 3px !important;
    }
    
    .select2-container--open .select2-dropdown {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
    
    /* Küçük ekranlarda ürün sonuçları daha da kompakt */
    .select2-dropdown .urun-sonuc {
        padding: 6px !important;
    }
    
    .select2-dropdown .urun-resmi {
        width: 35px !important;
        height: 35px !important;
        min-width: 35px !important;
        margin-right: 8px !important;
    }
    
    .select2-dropdown .urun-adi {
        font-size: 12px !important;
        margin-bottom: 1px !important;
    }
    
    .select2-dropdown .urun-sku {
        font-size: 10px !important;
    }
    
    .select2-results__option {
        padding: 3px 6px !important;
    }
    
    .select2-search--dropdown {
        padding: 6px !important;
    }
    
    .select2-search--dropdown .select2-search__field {
        font-size: 13px !important;
        padding: 6px 10px !important;
    }
}

/* Sipariş Oluştur - Çok Yakında Ürün Dropdown Stilleri */
.select2-dropdown .coming-soon-item {
    background: linear-gradient(135deg, #fff8e1, #ffeaa7) !important;
    border-left: 4px solid #e17055 !important;
    opacity: 0.8 !important;
}

.select2-dropdown .coming-soon-item:hover {
    background: linear-gradient(135deg, #ffeaa7, #fdcb6e) !important;
    opacity: 1 !important;
}

.coming-soon-mini-badge {
    display: inline-block !important;
    background: linear-gradient(135deg, #e17055, #d63031) !important;
    color: white !important;
    padding: 2px 6px !important;
    border-radius: 10px !important;
    font-size: 9px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    margin-left: 8px !important;
    vertical-align: middle !important;
    animation: miniPulse 2s infinite !important;
}

@keyframes miniPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(0.95); }
}

.select2-dropdown .coming-soon-item .urun-adi {
    color: #8d4e2a !important;
    font-weight: 600 !important;
}

.select2-dropdown .coming-soon-item .urun-sku {
    color: #a0522d !important;
}
    
    .woocommerce-orders-table tr {
        padding: 15px !important;
        margin-bottom: 15px !important;
    }
    
    .woocommerce-orders-table td {
        padding: 10px 0 !important;
        min-height: 35px !important;
    }
    
    .woocommerce-orders-table td:before {
        flex: 0 0 80px !important;
        font-size: 11px !important;
        padding: 3px 6px !important;
    }
    
    .woocommerce-orders-table__cell-order-number {
        font-size: 15px !important;
        padding-bottom: 12px !important;
        margin-bottom: 12px !important;
    }
    
    .woocommerce-orders-table__cell-order-number:before {
        flex: 0 0 70px !important;
    }
    
    .woocommerce-orders-table__cell-order-actions .woocommerce-button {
        min-width: 75px !important;
        padding: 8px 10px !important;
        font-size: 12px !important;
        border-radius: 6px !important;
    }
}

/* Çok Yakında Ürün Stilleri */
.coming-soon-price {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 12px !important;
    background: linear-gradient(135deg, #ffeaa7, #fdcb6e) !important;
    border-radius: 8px !important;
    border: 2px solid #e17055 !important;
    margin: 10px 0 !important;
}

.coming-soon-badge {
    display: inline-block !important;
    background: linear-gradient(135deg, #e17055, #d63031) !important;
    color: white !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 5px !important;
    box-shadow: 0 2px 8px rgba(225, 112, 85, 0.3) !important;
    animation: comingSoonPulse 2s infinite !important;
}

.coming-soon-text {
    font-size: 11px !important;
    color: #2d3436 !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

@keyframes comingSoonPulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}

/* Çok Yakında ürünleri için hover efekti */
.products li.product:has(.coming-soon-price) {
    position: relative;
    overflow: hidden;
}

.products li.product:has(.coming-soon-price):hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.products li.product:has(.coming-soon-price)::after {
    content: "YAKINDA";
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #e17055, #d63031);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(225, 112, 85, 0.4);
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    .coming-soon-price {
        padding: 8px !important;
    }
    
    .coming-soon-badge {
        font-size: 10px !important;
        padding: 4px 8px !important;
    }
    
    .coming-soon-text {
        font-size: 10px !important;
    }
    
    .products li.product:has(.coming-soon-price)::after {
        font-size: 8px !important;
        padding: 3px 6px !important;
    }
    
    .coming-soon-single-message {
        padding: 15px !important;
        margin: 15px 0 !important;
    }
    
    .coming-soon-single-message h3 {
        font-size: 1.1rem !important;
    }
    
    .coming-soon-single-message p {
        font-size: 0.85rem !important;
    }
}

