.woocommerce-Tabs-panel--description {
  font-size: initial !important;
  line-height: initial !important;
  color: initial !important;
}

.woocommerce-Tabs-panel--description ul,
.woocommerce-Tabs-panel--description ol,
.woocommerce-Tabs-panel--description li,
.woocommerce-Tabs-panel--description p,
.woocommerce-Tabs-panel--description h1,
.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--description h3 {
  all: revert !important;
}


.content-area{
	padding: 1em 40px;
}

.woocommerce-checkout{
	padding: 0 40px;
}
@media (max-width: 992px){
  .content-area{
	padding: 0px 10px;
}
	..woocommerce-checkout{
		padding: 0px 10px;
	}
}
.woocommerce span.onsale {
     max-width: inherit !important; 
}
.wp-block-woocommerce-empty-cart-block{
	padding-top:100px;
	padding-bottom:100px;
}

.koleksiyon-banner {
  width: 100% !important;
  max-height: 400px !important;
  overflow: hidden !important;
  margin-bottom: 30px !important;
  position: relative !important;
}

.koleksiyon-banner picture,
.koleksiyon-banner img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

@media (max-width: 992) {
  .koleksiyon-banner {
    max-height: 250px !important;
  }
}

/* Genel Ürün Kartı Stilleri */
.products .product {
  background: #fff !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}

.products .product .added_to_cart {
	display: none !important;
}

/* Ürün Görseli */
.products .product .woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
  width: 100% !important;
  object-fit: cover !important;
  aspect-ratio: 16/12;
  transition: transform 0.3s ease !important;
}

.products .product .product-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.products .product .product-image .primary-image,
.products .product .product-image .secondary-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all ease-in-out 300ms;
}

.products .product .product-image.has-hover .secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    aspect-ratio: 16/12;
}

.products .product .product-image.has-hover .primary-image {
    position: relative;
    z-index: 2;
}

.products .product .product-image.has-hover:hover .primary-image {
    opacity: 0;
}

.products .product .product-image.has-hover:hover .secondary-image {
    opacity: 1;
}

/* Ürün Bilgisi */
.products .product .woocommerce-loop-product__title {
  font-size: 1rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
  color: #000 !important;
  padding: 0px 16px 0px 16px!important;
}

/* Fiyat Stilleri */
.products .product .price {
  display: flex !important;
  align-items: center !important;
  padding: 0px 16px 0px 16px!important;
  gap: 0.5rem !important;
	flex-direction: row-reverse;
    justify-content: start;
}

@media (max-width: 992px){
  .products .product .price {
    flex-direction: row-reverse !important;
    justify-content: start !important;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin-bottom: 16px!important;
  }
}

.products .product .price .woocommerce-Price-amount {
  color: #000 !important;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500 !important;
}

@media (max-width: 992px){
  .products .product .price .woocommerce-Price-amount {
  color: #000 !important;
  font-size: 18px !important;
}

}

.woocommerce ul.products li.product .price del {
	font-size: 16px;
    color: #757575 !important;
	font-weight: 500;
}

.products .product .price del .woocommerce-Price-amount {
  text-decoration: line-through !important;
  font-size: 16px !important;
}

.woocommerce ul.products li.product .price ins{
  text-decoration: none!important;
}

.woocommerce ul.products li.product .price ins span{
	font-size:18px !important;
}
/* Favori Butonu */
.products .product .btn-favorite {
  background: none !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 0.5rem !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.products .product .btn-favorite:hover {
  background: #f8f9fa !important;
  border-color: #ccc !important;
}

.products .product .btn-favorite img {
  width: 20px !important;
  height: 20px !important;
}

/* Sepete Ekle Butonu (Modern Stil) */
.products .product .add_to_cart_button, .woocommerce ul.products li.product .button {
  background: linear-gradient(45deg, #000, #ffd55b) !important; 
  border: none !important;
  color: #fff !important;
  padding: 0.8rem 2rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 15px rgba(154, 236, 255, 0.3) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
	margin-top:0 !important;
}

/* Sepete Ekle Butonu (Modern Stil) */
.products .product .product_type_grouped {
  background: linear-gradient(45deg, #000, #98daf3) !important; 
  border: none !important;
  color: #fff !important;
  padding: 0.8rem 2rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 15px rgba(154, 236, 255, 0.3) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
	margin-top:0 !important;
}
/* Işık Efekti (::before) */
.products .product .add_to_cart_button::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
  transition: left 0.5s ease !important;
}

/* Hover Durumu */
.products .product .add_to_cart_button:hover {
  box-shadow: 0 6px 20px rgba(154, 236, 255, 0.4) !important;
  color: #fff !important;
}

/* Hover'da Işık Efekti Hareketi */
.products .product .add_to_cart_button:hover::before {
  left: 100% !important;
}

/* Aktif Durumu */
.products .product .add_to_cart_button:active {
  transform: translateY(0) !important;
  box-shadow: 0 3px 15px rgba(154, 236, 255, 0.3) !important;
}


/* Ürün Kartı İçin Düzen */
.custom-add-to-cart-wrapper {
  padding: 16px!important;
  display: flex !important;
  gap: 0.5rem !important;
}

.custom-add-to-cart-wrapper .added_to_cart {
            display: none !important;
}

.woocommerce-page select.orderby {
    border: none;
    height: 45px;
    width: 100%;
    background: transparent;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 13px;
	cursor: pointer;
}
@media (max-width: 992px){
  .woocommerce-page select.orderby {
    text-align: center;
}
}
  
  .woocommerce-page select.orderby::placeholder {
    font-size: 14px;
    color: #151515;
    font-weight: 500;
    
  }

/* İndirim etiketinin stilini düzenle */
.onsale {
    background-color: #b95c32 !important; /* Kırmızı arka plan rengi */
    font-weight: normal !important; /* Kalın yazı */;
    text-transform: uppercase !important; /* Büyük harflerle yaz */
    display: inline-block !important; /* Satır içi blok olarak göster */
    margin: 16px !important; /* Sağ ve sol boşluk */
	min-height: inherit !important;
	border: 2px solid #b95c32 !important;
	border-radius: 0px !important;
    color: #fff !important;
    padding: 8px 14px !important;
    display: table !important;
    /* letter-spacing: 2px !important; */
	line-height: normal !important;
  font-weight: 600!important;
}

#customer_login{
	padding: 0 40px;
}
@media (max-width: 992px){
	  #customer_login{
		padding: 0px 10px;
	}
}


#customer_login .woocommerce-form-login__submit{
	background-color: #000 !important;
    color: #fff !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
	width: 100% !important;
}

#customer_login .woocommerce-privacy-policy-link{
	color: #b95c32 !important;
}

#customer_login .woocommerce-LostPassword a{
	color: #b95c32 !important;
}

/* Hesap Sayfası Genel Stil */
.woocommerce-MyAccount-navigation {
    background: #fff !important;
    padding: 20px !important;
    margin-bottom: 40px !important;
}

/* Menü Liste */
.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Menü Elemanları */
.woocommerce-MyAccount-navigation li {
    margin-bottom: 12px !important;
}

/* Menü Linkleri */
.woocommerce-MyAccount-navigation li a {
    display: block !important;
    padding: 10px 20px !important;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    transition: background-color 0.3s ease !important;
}

/* Menü Linki Hover */
.woocommerce-MyAccount-navigation li a:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Aktif Menü Linki */
.woocommerce-MyAccount-navigation li.is-active a {
    background: #000 !important;
    color: #fff !important;
}

/* Pano İçeriği */
.woocommerce-MyAccount-content {
    background: #fff !important;
    padding: 30px 20px !important;
}

.woocommerce-MyAccount-content .button{
    background: #000 !important;
	color: #fff !important;
}

/* Pano Başlıkları */
.woocommerce-MyAccount-content h3 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 20px !important;
}

/* Pano Metni */
.woocommerce-MyAccount-content p {
    font-size: 1rem !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* Çıkış Yap Linki */
.woocommerce-MyAccount-content a {
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: color 0.3s ease !important;
}

/* Çıkış Yap Linki Hover */
.woocommerce-MyAccount-content a:hover {
    color: #fff !important;
}

/* İçerik Ayrımı */
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    margin-bottom: 20px !important;
}

/* Adres Bölümü Genel Stil */
.woocommerce-Addresses {
    display: flex !important;
    gap: 20px !important;
    margin-bottom: 40px !important;
    background-color: #fff !important;
    padding: 20px !important;
}

/* Adres Kolonları */
.woocommerce-Address {
    flex: 1 !important;
    padding: 20px !important;
    background-color: #fff !important;
}

/* Başlık ve Düzenleme Linki */
.woocommerce-Address-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
    padding: 16px 0 !important;
    &::before{
        display: none!important;
    }
    &::after{
        display: none!important;
    }
}

.woocommerce-Address-title h2 {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin: 0 !important;
}

.woocommerce-Address-title .edit {
    font-size: 0.875rem !important;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
}

/* Düzenleme Linki Hover */
.woocommerce-Address-title .edit:hover {
    color: #000 !important;
}

/* Adres Metni */
.woocommerce-Address address {
    font-size: 1rem !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* Durumda olmayan adres metni */
.woocommerce-Address address {
    color: #999 !important;
    font-style: italic !important;
}

/* Form Genel Stil */
.woocommerce-EditAccountForm {
    background-color: #fff !important;
    max-width: 800px !important;
}

/* Form Satırları */
.woocommerce-form-row {
    margin-bottom: 20px !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Etiketler */
.woocommerce-form-row label {
    font-size: 1rem !important;
    color: #333 !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
}

/* Zorunlu Alanlar */
.woocommerce-form-row .required {
    color: #e74c3c !important;
}

/* Input Alanları */
.woocommerce-Input {
    padding: 12px 16px !important;
    font-size: 1rem !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    transition: border-color 0.3s ease !important;
}

/* Input Odaklanınca Renk Değişimi */
.woocommerce-Input:focus {
    border-color: #000 !important;
    outline: none !important;
}

/* Password Giriş Butonları */
.password-input {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
}

.password-input input {
    width: 100% !important;
}

.password-input .show-password-input {
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: none !important;
    font-size: 1.2rem !important;
    color: #000 !important;
    cursor: pointer !important;
}

/* Submit Butonu */
.woocommerce-Button {
    background-color: #000 !important;
    color: #fff !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

/* Submit Butonu Hover */
.woocommerce-Button:hover {
    background-color: #000 !important;
}

/* Description */
#account_display_name_description {
    font-size: 0.875rem !important;
    color: #777 !important;
    margin-top: 8px !important;
    font-style: italic !important;
}

/* Bottom Margin for the Last Row */
.woocommerce-form-row.form-row-last {
    margin-bottom: 0 !important;
}

/* Hidden Inputs */
input[type="hidden"] {
    display: none !important;
}

/* Clear Floats */
.clear {
    clear: both !important;
}

/* Genel Form Stil */

.woocommerce-info {
	border-top: none !important;
	color: #000 !important;
	background-color: #fff !important;
	display: flex !important;
    align-items: center !important;
    gap: 10px !important;
	padding: 0 !important;
}

.woocommerce-info::before {
	color: #000 !important;
	content: "\f06a" !important;
}
.woocommerce-address-fields__field-wrapper {
    background: #fff !important;
    padding: 30px 0 !important;
    margin-bottom: 16px !important;
}

.woocommerce-address-fields__field-wrapper .form-row {
    margin-bottom: 1.5rem !important;
}

.woocommerce-address-fields__field-wrapper label {
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: #333 !important;
}

.woocommerce-address-fields__field-wrapper input[type="text"],
.woocommerce-address-fields__field-wrapper input[type="email"],
.woocommerce-address-fields__field-wrapper input[type="tel"],
.woocommerce-address-fields__field-wrapper select {
    width: 100% !important;
    padding: 0.8rem !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    transition: border-color 0.3s ease !important;
}

.woocommerce-address-fields__field-wrapper input[type="text"]:focus,
.woocommerce-address-fields__field-wrapper input[type="email"]:focus,
.woocommerce-address-fields__field-wrapper input[type="tel"]:focus,
.woocommerce-address-fields__field-wrapper select:focus {
    border-color: #000 !important;
    outline: none !important;
}

.woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper {
    display: block !important;
}

.woocommerce-address-fields__field-wrapper select {
    padding: 0.8rem 1.2rem !important;
}

.woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper input[type="hidden"] {
    background: transparent !important;
}

.woocommerce-address-fields__field-wrapper .required_field {
    color: #000 !important;
}

.woocommerce-address-fields__field-wrapper .select2-selection {
    border-color: #ccc !important;
    padding: 0.8rem !important;
    font-size: 1rem !important;
}

.woocommerce-address-fields__field-wrapper .select2-selection__rendered {
    color: #333 !important;
}

.woocommerce-address-fields__field-wrapper .select2-selection__arrow {
    display: none !important;
}

.woocommerce-address-fields__field-wrapper .form-row .optional {
    color: #999 !important;
}

.woocommerce-address-fields__field-wrapper input[type="text"]:disabled,
.woocommerce-address-fields__field-wrapper input[type="email"]:disabled,
.woocommerce-address-fields__field-wrapper input[type="tel"]:disabled,
.woocommerce-address-fields__field-wrapper select:disabled {
    background-color: #f2f2f2 !important;
    cursor: not-allowed !important;
}

.woocommerce-address-fields p button{
	background-color: #000 !important;
	color: #fff !important;
	border-radius: none !important;
}
/* Küçük Ekranlar İçin Responsive Düzenlemeler */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        padding: 10px !important;
    }

    .woocommerce-Addresses {
        flex-direction: column !important;
    }

    .woocommerce-Address {
        margin-bottom: 20px !important;
        width: 100% !important;
    }

    .woocommerce-Button {
        padding: 10px !important;
    }

    .woocommerce-MyAccount-content h3 {
        font-size: 1.25rem !important;
    }
}



/* Sepete eklendi popup */
#custom-popup button {
    background-color: #000 !important; /* Kullanıcı tanımlı ana renk */
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}

#custom-popup button:hover {
    background-color: #b95c32 !important; /* Hover için biraz koyu ton */
}

/* Varsayılan stil */
.custom-woocommerce-elements {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .mobile-toggle-ordering-wrapper {
        display: flex;
        align-items: center;        
        width: 100%; 
		margin-bottom:1rem;
		justify-content: flex-end;
		
		
    }

.woocommerce-breadcrumb{
	width: 100%;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 13px !important;
	color: #000 !important;
}
@media (max-width: 992px){
  .mobile-toggle-ordering-wrapper {
		justify-content: center;
    }
    .woocommerce-breadcrumb{
      display: none!important;
    }
	.custom-woocommerce-elements {
        flex-direction: column;
        align-items: flex-start;
    }
	
	.woocommerce .woocommerce-ordering {
    	flex:1;
	}
}
	.woocommerce .woocommerce-ordering {
    	margin: 0 !important;
	}	
	

/* Sepet Sayfası */
.wp-block-woocommerce-cart{
	margin-top: 40px !important;
	padding: 0 40px !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	color: black !important;
}

.wc-block-cart__submit-button {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 8px !important;
}

/* Kupon Uygula Butonu */
.wc-block-components-totals-coupon__button {
    padding: 10px 20px !important;
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

.wc-block-components-totals-coupon__button:disabled {
    background-color: #ccc !important;
    cursor: not-allowed !important;
}

.wc-block-components-shipping-calculator-address__button {
	background-color: #000 !important;
    border: none !important;
    border-radius: 8px !important;
    color: #fff !important;
}

.wc-block-cart-item__image img {
	border-radius: 8px !important;
}

.wc-block-components-product-metadata__description {
	display:none !important;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    display:none !important;
}

.wc-block-components-product-badge .wc-block-components-sale-badge {
	display:none !important;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
    display:none !important;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options {
    display: none !important;
}

.wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-panel {
	display: none !important;
}

.wc-block-components-totals-item__description {
    display: none !important;
}

/* Boş Sepet */


.single-product .onsale {
	top: 0 !important;
	left: 0 !important;
}
.single-product .product_title {
    font-size: 1.625rem !important;
    font-weight: 500 !important;
	margin-bottom: 16px !important;
}

.single-product .product .price {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin-bottom: 16px !important;
}

.single-product .product .price .woocommerce-Price-amount {
  color: #000 !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
}

.single-product .product .price del {
  color: #6d6d6d !important;
  display: flex !important;
}

@media (max-width: 992px){
  .single-product .product .price .woocommerce-Price-amount {
    color: #000 !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
  }

  .single-product .product_title{
    margin-bottom: 16px!important;
    text-align: flex-start;
  }

  .single-product .product .price{
    flex-direction: column;
    margin-bottom: 8px!important;
    gap: 0!important;
	align-items: flex-start !important;
  }
  .products .product .woocommerce-loop-product__title{
    padding: 0 16px!important;
	font-size: 14px !important;
  }
}

.single-product div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none !important;
}

.woocommerce div.product form.cart .reset_variations {
    color: red !important;
}

.single-product .product .single_add_to_cart_button{
	background-color: #b95c32 !important;
	line-height: inherit !important;
	max-width: 350px !important;
    width: 100% !important;
	border-radius: 0 !important;
}

.single-product .product .summary input {
    border: 1px solid #e1e0e2;
    height: 45px;
    width: 100%;
    max-width: 50px;
    text-align: center;
    
    margin-right: 0px;
  }
  
 .single-product .product .summary .input-text {
    margin: 0 !important;
  }
  
.single-product .cart .quantity {
    margin-right: 20px !important;
    display: none!important;
 }

@media (max-width: 992px) {
	.single-product .cart .quantity {
		margin-bottom: 12px !important;
    margin-right: 0!important;
    width: 100%;
  	}

    .single-product .product .summary input{
      width: 100%!important;
      max-width: 100%!important;
    }

    .single-product .product .single_add_to_cart_button{
      max-width: 100%!important;
    }
}
.single-product .cart .quantity .minus,
  .quantity .plus {
    width: 30px !important;
    height: 45px !important;
    padding: 0 !important;
    background-color: #ddd!important;
    color: #000!important;
    border: none!important;
    transition: all .2s linear;
  }

.single-product .cart .quantity .minus:hover,
  .quantity .plus:hover{
    background: #d2d1d1!important;
  }

.single-product .product_meta {
	display: flex;
    flex-direction: column;
}

.single-product .product_meta .posted_in {
	display:none !important;
}

.single-product .product .summary span {
    color: #333 !important;
    font-weight: 400 !important;
}

.single-product .product span .sku {
    color: #767676 !important;
    font-weight: 400 !important;
}

.single-product .product .tagged_as a{
    color: #b95c32 !important;
    font-weight: 400 !important;
}

.single-product .social-share-buttons a{
	color: rgba(0,0,0,0.6) !important;
	transition: all 0.3s ease !important;
}
.single-product .social-share-buttons a:hover {
	color: rgba(0,0,0,0.8) !important;
	transition: all 0.3s ease !important;
}

.woocommerce div.product .woocommerce-tabs {
	margin-bottom: 120px !important;
  padding-top: 60px!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding:0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 2px solid #cfc8d8 !important;
	
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	color: #000 !important;
    border-bottom-color: #000 !important;
    border-bottom: 2px solid black !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border:none  !important;
    border-radius: none !important;
	background-color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none !important;
	border-bottom-left-radius: 4px !important;
    box-shadow: none !important ;
}

.woocommerce div.product .woocommerce-tabs .panel h2{
    display:none !important;
}

.woocommerce div.product .woocommerce-tabs .panel table{
    width: 100%;
    td{
        padding: 10px;
        border: 1px solid #eee;
    }
}
/* .woocommerce div.product div.images{
 border: 2px solid #aaa;
} */
/* Ürün ana resmi */
.woocommerce div.product div.images img {
    transition: all 0.3s ease-in-out;
	object-fit: cover !important;
  background: #fff!important;
  aspect-ratio: 16/11.5!important;
  /* padding: 2px!important; */
}

.site-main .slick-arrow{
  border: none!important;
}

/*.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 50px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20% !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    margin: 0;
    display: block;
    cursor: pointer;
    min-width: 70px !important;
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
    border: 1px solid #000 !important;
}*/

.single-product .woocommerce-tabs{
	
	[rel="tag"] {
		color: #000 !important;
	}
}
/* Mobil uyumluluk */
@media (max-width: 768px) {
    .woocommerce div.product div.images img {
        width: 100%;
        height: auto;
    }

    .woocommerce div.product div.images .thumbnails {
        display: flex;
        gap: 5px;
        justify-content: center;
    }

    .woocommerce div.product div.images .thumbnails img {
        width: 60px;
        height: 60px;
    }

    .woocommerce div.product .woocommerce-tabs{
      margin-bottom: 40px!important;
    }
}

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: #000 !important;
    color: #fff !important;
    border-top: none !important;
	display: flex !important;
    align-items: center !important;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
    top: inherit !important;
}

.woocommerce-notices-wrapper .woocommerce-message a {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 5px !important;
	margin-left: auto !important;
}

.woocommerce div.product form.cart .group_table td {
    padding-bottom: 1rem !important;
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: inherit !important;
}

.single-product .woocommerce-grouped-product-list-item .quantity {
	margin-right: 0px !important;
}

.single-product .woocommerce-grouped-product-list-item__label a{
	color: #000 !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: inner-spin-button !important;
    width: 25px;
    position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

@media (max-width: 992px) {
	input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
		-webkit-appearance: inner-spin-button !important;
    	display:none !important
	}
}

.woocommerce-products-header{
    background: transparent!important;
    padding: 0!important;
	border-bottom:none;
}

/* style.css */
#load-more-products {
    display: block;
    margin: 2rem auto;
    padding: 12px 24px;
    background-color: #f0ddba;
    color: #000;
    border: none;
	border-radius: none !important;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

#load-more-products:hover {
    background-color: #e7d5b3;
}

#load-more-products:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.product-counter {
    text-align: center;
    margin: 20px 0 10px;
    font-size: 14px;
    color: #666;
}

.product-counter span {
    font-weight: bold;
    color: #000;
}


.woocommerce nav.woocommerce-pagination{
    margin-bottom: 30px;
}
.woocommerce nav.woocommerce-pagination ul,
  .woocommerce-pagination .page-numbers li {
    border-color: transparent !important
  }
  
  .woocommerce-pagination .page-numbers li span {
    width: 32px;
    height: 32px;
    padding: 0 !important;
    line-height: 34px !important;
    color: #333
  }
  
  .woocommerce-pagination .page-numbers {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  
  .woocommerce-pagination .page-numbers li:last-child span,
  .woocommerce-pagination .page-numbers li:last-child a {
    border-radius: 0px 5px 5px 0px;
  }
  
  .woocommerce-pagination .page-numbers li:first-child span,
  .woocommerce-pagination .page-numbers li:first-child a {
    border-radius: 5px 0px 0px 5px;
  }
  
  
  .woocommerce-pagination .page-numbers li a,
  .woocommerce-pagination .page-numbers li span {
    width: 32px;
    height: 32px;
    padding: 0 !important;
    display: block !important;
    line-height: 34px !important;
    text-align: center;
    background: #f1f1f1 !important;
    color: #333
  }
  
  .woocommerce nav.woocommerce-pagination ul li {
    background: #fff !important;
    border-right: 1px solid #f5f5f5 !important
  }
  
  .woocommerce nav.woocommerce-pagination ul li span.current,
  .woocommerce-pagination .page-numbers li span.current {
    background: #59cbe8 !important;
    color: #fff !important
  }
  
  .woocommerce nav.woocommerce-pagination ul li:first-child,
  .woocommerce-pagination .page-numbers li:last-child {
    border-radius: 5px 0 0 5px
  }
  
  .woocommerce nav.woocommerce-pagination ul li:last-child {
    border-right: transparent !important
  }
  
  .woocommerce nav.woocommerce-pagination ul li:last-child span,
  .woocommerce-pagination .page-numbers li:last-child span {
    border-radius: 0 5px 5px 0
  }
  
  .woocommerce nav.woocommerce-pagination ul li:last-child,
  .woocommerce-pagination .page-numbers li:last-child {
    border-radius: 0 5px 5px 0
  }
  
  .woocommerce-pagination .page-numbers li a {
    width: 32px;
    height: 32px;
    line-height: 34px !important;
    padding: 0 !important;
    color: #333
  }



  .wpfMainWrapper {
    border-radius: 5px !important;
    background-color: #fff;
    /* box-shadow: 0 0px 3px rgba(0,0,0,.19); */
    padding: 15px 10px;
    /* border: 1px solid #cac9c9!important; */
  }
  .filter-button, .filter-close{
    display: none;
  }
  #wpfBlock_1 .wpfFilterVerScroll {
    max-height: inherit !important;
  }

  .filter-close{
    display: block;
  }
  @media (max-width: 992px) {
    .filter-button{
      float: right;
      display: flex;
      align-items: center;
    }
    .filter-button i{
      font-size: 14px;
      transform: translateY(-1px);
    }

    .wpfMainWrapper,
    .wpfFilterWrapper[data-filter-type] {
      padding: 0 !important;
      margin-bottom: 0 !important;
    }
    
    .woocommerce-ordering{
      margin-top: 15px!important;
    }
    .wpfMainWrapper {
      /* display: none; */
      position: fixed!important;
      padding: 15px 15px 65px 15px!important;
      left: -1000px!important;
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      z-index: 99;
      top: 0!important;
       box-shadow: 0 0px 10px 3px rgba(0,0,0,.19);
      height: 100vh;
      max-height: 100vh;
      overflow-y: auto;
      max-width: 300px;
    }
    .wpfMainWrapper.active{
      left: 0!important;
      visibility: visible;
      opacity: 1;
      pointer-events: inherit;
    }
    .woo-categori.active::before{
      content: "";
      width: 100vw;
      z-index: 0;
      height: 100vh;
      position: fixed;
      display: block;
      z-index: 99;
      right: 0;
      top: 0;
      background: rgba(255, 255, 255, .9);
    }
  
    .filter-close{
      position: fixed;
      z-index: 999;
      display: block;
      cursor: pointer;
      top: 15px;
      right: 15px;
      width:34px;
      height: 34px!important;
    }
  }
  
 
  
  /* width */
  .wpfFilterVerScroll::-webkit-scrollbar {
    width: 6px !important;
  }
  
  
  
  .wpfFilterTitle {
    background: #F5F5F5;
    padding: 16px 14px !important;
    position: relative;
    z-index: 2;
  }
  
  .wpfFilterTitle .wfpTitle {
    padding: 0 !important;
    height: auto !important;
  }
  
  .wpfFilterContent {
    border: 1px solid #f5f5f5 !important;
    margin-bottom: 10px !important;
    /* padding-bottom: 15px; */
  }
  
  .wpfFilterContent .wpfFilterVerScroll {
    padding: 15px 15px 15px 15px !important;
  }
  
  /* .wpfFilterContent .wpfCheckboxHier{
      padding: 15px 0!important;
    } */
  .wpfLiLabel .wpfCheckbox {
    height: 19px !important;
  }
  
  .wpfFilterWrapper .wpfCheckbox label::before {
    border-radius: 50%;
  }
  
  /* Track */
  .wpfFilterVerScroll::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border: none !important;
    border-radius: 4px !important;
  }
  
  /* Handle */
  .wpfFilterVerScroll::-webkit-scrollbar-thumb {
    background: #eee !important;
    border: none !important;
  }
  
  /* Handle on hover */
  .wpfFilterVerScroll::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  .wpfCheckboxHier li>ul {
    /* margin: 0!important; */
    /* padding: 10px 0;
      border-top: 1px solid #ddd; */
    color: #797979 !important;
    font-size: 12px !important;
  }
  
  .wpfFilterWrapper {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
  }
  
  .wpfFilterWrapper .wfpTitle {
    font-size: 14px !important;
    font-weight: bold;
    height: 25px;
    margin: inherit;
    padding: inherit;
    color: inherit;
    line-height: inherit;
  }
  
  .wpfFilterWrapper .wpfFilterTaxNameWrapper {
    font-size: 13px !important;
  }


/* Checkbox'un normal rengi */
input[type="checkbox"].woocommerce-form__input-checkbox {
    accent-color: #000 !important;
}

/* Checkbox'a odaklanıldığında */
input[type="checkbox"].woocommerce-form__input-checkbox:focus {
    outline: 1px solid #000 !important;
    outline-offset: 2px;
}

/* Checkbox işaret rengi (tick) */
input[type="checkbox"].woocommerce-form__input-checkbox::before {
    color: #000 !important;
}


  .woocommerce-checkout #payment ul.payment_methods li {
    /* display: flex; */
  }
  
  /* Müşteri Tipi radio butonlarındaki (isteğe bağlı) yazılarını gizle */
#musteri_tipi_field .optional,
#musteri_tipi_bireysel ~ .radio .optional,
#musteri_tipi_kurumsal ~ .radio .optional {
    display: none !important;
}
  
  .woocommerce-info a {
    color: #fff !important;
    background-color: #000 !important;
    font-weight: 500 !important;
    padding: 6px 20px !important;
}
  
  .woocommerce .woocommerce-message a {
    color: #333 !important;
    font-weight: 500;
  }
  
  /* .woocommerce .woocommerce-checkout .col2-set {
    margin-bottom: 50px;
  }
  
  .woocommerce .woocommerce-checkout .col2-set .col-1,
  .woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 50%;
    max-width: inherit;
  } */
  
  @media (max-width: 992px) {
  
    /* .woocommerce .woocommerce-checkout .col2-set .col-1,
    .woocommerce .woocommerce-checkout .col2-set .col-2 {
      max-width: 100% !important;
      padding: 0 !important;
    } */
  
    #add_payment_method #payment ul.payment_methods,
    .woocommerce-cart #payment ul.payment_methods,
    .woocommerce-checkout #payment ul.payment_methods {
      padding: 0 !important;
    }
  }
  
  .woocommerce .woocommerce-checkout .col2-set h3,
  .order-cont h3 {
    font-size: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #061F0C;
  }
  
  .col2-set h3 svg,
  .order-cont h3 svg {
    margin-right: 5px;
  }
  
  .woocommerce .woocommerce-checkout .col2-set .woocommerce-billing-fields .form-row {
    display: block;
    width: 100%;
  }
  
  .woocommerce .woocommerce-checkout .col2-set .woocommerce-billing-fields .form-row input, .woocommerce form .form-row select, .woocommerce-page form .form-row select {
    border: 1px solid #e1e0e2;
    border-radius: 6px;
    height: 45px;
    padding: 0 14px;
    width: 100%;
    
  }

  .woocommerce form .form-row textarea{
    border: 1px solid #e1e0e2;
    border-radius: 12px;
    height: 160px;
    padding: 12px 14px;
    width: 100%;
  }
  
  @media (max-width: 992px) {
    .woocommerce .woocommerce-checkout .col2-set .woocommerce-billing-fields .form-row input {
      grid-column: 1/2;
      height: 40px;
    }
  
    .woocommerce .product .summary .button {
      height: 40px !important;
    }
  }
  
  .woocommerce .woocommerce-checkout .col2-set .woocommerce-billing-fields .form-row input::placeholder {
    font-size: 14px;
    color: #bbb5b5;
    font-weight: 500;
    
  }


 
  
  
  .woocommerce .woocommerce-checkout .col2-set .woocommerce-billing-fields .form-row .select2-container .select2-selection--single, .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    height: 45px !important;
    line-height: 45px !important;
    border: 1px solid #e1e0e2 !important;
    padding: 0 10px !important;
    border-radius: 6px !important;
    outline: none !important;
    box-shadow: none !important;
  }

  
  
  @media (max-width: 992px) {
    .woocommerce .woocommerce-checkout .col2-set .woocommerce-billing-fields .form-row .select2-container .select2-selection--single {
      height: 40px !important;
    }
  }

  .woocommerce .woocommerce-checkout .col2-set .woocommerce-billing-fields .form-row .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
    padding: 0 14px !important;
  }
  
  .woocommerce .woocommerce-checkout .col2-set .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper {
    display: block;
    width: 100%;
  }
  
  .woocommerce .woocommerce-checkout .row .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea {
    width: 100%;
    border: 1px solid #e1e0e2;
    border-radius: 8px;
    padding: 14px;
    min-height: 100px;
    height: 100px;
    
  }
  
  @media (max-width: 992px) {
    .woocommerce .woocommerce-checkout .col2-set .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea {
      grid-column: 1/2;
      min-height: 100px;
    }
  }
  
  .woocommerce .woocommerce-checkout .col2-set .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea::placeholder {
    font-size: 14px;
    color: #bbb5b5;
    font-weight: 500;
    
  }
  
  .woocommerce .woocommerce-checkout .woocommerce-checkout-payment {
    background: #fff !important;
    margin-bottom: 50px;
  }
  
  .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods li {
    /* background: #f6f1f2 !important; */
    padding: 10px;
    cursor: pointer;
  }
  
  .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods li .payment_box {
    background-color: #eee !important;
  }
  
  .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_methods li .payment_box::before {
    border-bottom-color: #eee !important;
  }
  
  .woocommerce .woocommerce-checkout .woocommerce-checkout-payment p a {
    color: #333;
    font-weight: 500;
  }
  
  .woocommerce .woocommerce-checkout .woocommerce-checkout-payment .button {
    display: table;
    background: #000 !important;
    padding: 14px 20px;
    border: none;
    width: 100%;
    color: #fff !important;
    margin-top: 20px !important;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 400 !important;
    cursor: pointer;
  }

  #order_review_heading{
    margin-top: 40px;
  }



  .return-to-cart-logo-container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
  }
  
  .return-to-cart-btn{
    background: #000!important;
    border: 1px solid #000!important;
    font-size: 14px!important;
    margin-top: 10px;
    display: inline-flex!important;
    align-items: center!important;
    color: #fff!important;
    position: absolute !important;
    left: 0 !important;
  }
  
  .return-to-cart-btn::before{
    content: "";
    background: url('../images/icons/cart.svg');
    filter: brightness(0) invert(1);
    background-size: contain!important;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    display: block;
    z-index: 1;
    position: relative;
    
  }

  .checkout-logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    img {
      height: 50px!important;
      display: table;
      margin: 0 auto 24px;
    }
  }
@media (max-width: 992px) {
    .return-to-cart-logo-container {
        flex-direction: column;
        align-items: center;
        padding: 30px 0;
    }

    .return-to-cart-btn {
        position: relative !important;
        left: auto !important;
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 12px 0;
    }

    .checkout-logo {
        position: relative;
        left: auto;
        transform: none;
        margin-top: 20px;
    }

    .checkout-logo img {
        height: 60px !important;
    }
}
  /* Sol alan (formlar) */
			
.woocommerce-checkout .col-left {
    float: left;
    width: 58%;
    margin-right: 4%;
  }
  
  /* SaÄŸ alan ("Your Order") */
  .woocommerce-checkout .col-right {
    float: right;
    width: 38%;
  }
  
  /* Clearfix */
  .woocommerce-checkout .col2-set:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive dÃ¼zenleme */
  @media screen and (max-width: 768px) {
    .woocommerce-checkout .col-left, 
    .woocommerce-checkout .col-right {
        width: 100%;
        float: none;
        margin-right: 0;
    }
  }

  #customer_details .col-1, #customer_details .col-2{
    width: 100%!important;
  }
  

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    /* max-width: 100% !important;
    width: 100% !important; */
    margin-bottom: 20px;
  }


  #hezarfen_invoice_type_field{
    order: 20!important;
  }
  #hezarfen_invoice_type_field + p{
    order: 21!important;
  }
  
  /* #billing_company_field{
    width: 100%!important;
  } */
  #hezarfen_tax_number_field{
    order: 23!important;
  }
  #hezarfen_tax_office_field{
    order: 24!important;
  }
  
  .woocommerce .wc-bacs-bank-details-account-name{
    font-size: 18px!important;
    margin-bottom: 12px!important;
  }
  .wc-bacs-bank-details li  strong{
    color: rgba(89, 203, 232, 1)!important;
  }
  
.woocommerce table.shop_table tfoot td {
	font-weight: normal !important;
}


  #billing_bireyselkurumsal_field, #billing_tckimliknosu_field, #billing_firmaadi_field{
    width: 100%!important;
  }
  
  #billing_bireyselkurumsal_field .woocommerce-input-wrapper input{
    display: none;
  }
  
  #billing_bireyselkurumsal_field .woocommerce-input-wrapper{
    display: flex;
    border: 1px solid #ddd;
    border-radius: 24px;
  }
  #billing_bireyselkurumsal_field .woocommerce-input-wrapper label{
    margin: 0!important;
    cursor: pointer;
    border-radius: 24px;
  }
  
  #billing_bireyselkurumsal_field .woocommerce-input-wrapper input + label{
    width: 50%!important;
    line-height: 45px;
    text-align: center;
    
  }
  
  #billing_bireyselkurumsal_field .woocommerce-input-wrapper input:checked + label{
    background: #aaa!important;
    color: #fff!important;
  }


#musteri_tipi_field{
  order: -1!important;
  width: 100%!important;

  .woocommerce-input-wrapper{
    width: 100%;
    input{
      display: none;
      &:checked + label {
        background-color: #000;
		  color: #fff;
      }
    }
    label{
      height: 50px;
      flex: 1;
      border: 1px solid #eee;
      border-radius: 6px!important;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .woocommerce .woocommerce-billing-fields__field-wrapper .form-row{
    width: 48%!important;
    padding: 0 0px 10px;
  }

  .woocommerce .woocommerce-checkout .col2-set h3 input {
    display: none;
  }
  
  .woocommerce .woocommerce-checkout .col2-set h3 input:checked+span::after {
    opacity: 1;
  }
  
  .woocommerce .woocommerce-checkout .col2-set h3 span {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    margin: 10px 0 20px !important;
  }
  
  .woocommerce .woocommerce-checkout .col2-set h3 span::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #7A7E81;
    box-sizing: border-box;
    margin-right: 10px;
  }
  
  .woocommerce .woocommerce-checkout .col2-set h3 span::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #7A7E81;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: calc(50%);
    transform: translateY(-50%);
    opacity: 0;
  }

  #sozlesme_onayla_field{
    padding: 3px!important;
  }

  .woocommerce form .form-row .input-checkbox{
    width: 15px;
    height: 15px;
  }

  .woocommerce form .form-row textarea{
    min-height: 120px!important;
    padding: 10px!important;
  }

  .sozlemelertesekkur{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
	justify-content: center;
    a{
        border: 1px solid #aaa;
        padding: 10px;
        display: block;
        margin-right: 6px;
        border-radius: 6px;
        background: #000;
        color: #fff!important;
    }
  }
  .woocommerce-thankyou-order-received{
    text-align: center;
    font-size: calc(20px + 2vw);
    color: #000;
    margin: 10vh 0;
  }

.woocommerce ul.order_details{
    display: flex;
    align-items: center;
    justify-content: center;
	row-gap: 30px;
	flex-wrap: wrap !important;
}
.woocommerce .woocommerce-customer-details address {
    border: none !important;
    border-bottom-width: 0 !important;
    border-right-width: 0 !important;
    border-radius: 0 !important;
}

.woocommerce-table__product-name a{
	color: #000 !important;
}

  .woocommerce span.onsale{
    max-width: 3.236em;
  }

  @media (max-width: 768px){
    .woocommerce ul.products.columns-3 li.product{
      width: 100%!important;
    }
  }
  
/* Özel Filtre Stilleri - Minimal Black & White */
#customFilterPanel {
    width: 400px; /* Daha geniş panel */
    max-width: 90vw;
    
    background: #fff;
	
}

.filter-group {
    padding: 12px 20px;
}

.filter-group h6 {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #222;
    margin: 0;
    padding: 8px 0;
}

.form-check {
    margin-bottom: 6px;
}

.form-check-input {
    width: 14px;
    height: 14px;
    margin-top: 0.15em;
}

.form-check-label {
    font-size: 13px;
    color: #444;
    margin-left: 8px;
    font-weight: 400;
}


/* Price Slider Stilleri */
.price-inputs {
    display: flex;
    gap: 10px;
    margin: 12px 0;
}

.price-inputs input {
    width: 100%;
    padding: 6px 10px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.price-slider {
    margin: 20px 0 15px;
}

.ui-slider {
    height: 2px;
    background: #e0e0e0;
    position: relative;
}

.ui-slider-range {
    background: #000;
    height: 2px;
}

.ui-slider-handle {
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    border: none;
    top: -6px;
    margin-left: -7px;
    cursor: pointer;
}
.ui-state-active{
	background: #000 !important;
	border: 1px solid #000 !important;
}
/* Filtre Aksiyon Butonları */
.filter-actions {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 15px 20px;
    display: flex;
    gap: 10px;
}

.filter-actions button {
    flex: 1;
    padding: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 2px;
}

.filter-actions button[type="submit"] {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.filter-actions button[type="submit"]:hover {
    background-color: #333;
    border-color: #333;
}

.filter-actions button[type="reset"] {
    background-color: #fff;
    color: #000;
    border: 1px solid #ddd;
}

.filter-actions button[type="reset"]:hover {
    background-color: #f9f9f9;
    border-color: #ccc;
}

/* Offcanvas İçerik */
.offcanvas-body {
    padding-bottom: 80px;
    overflow-y: auto;
}

/* Filtre Başlıkları */
.filter-toggle {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.filter-toggle i {
    font-size: 12px;
    color: #666;
    transition: transform 0.25s ease;
}

.filter-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

/* Fiyat Filtresi (Varsayılan Açık) */
#priceFilterCollapse {
    display: block !important;
}

.offcanvas-body .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
/* Responsive Adjustments */
@media (max-width: 576px) {
    #customFilterPanel {
        width: 320px;
    }
    
    .filter-group {
        padding: 10px 15px;
    }
    
    .filter-actions {
        padding: 12px 15px;
    }
}

.filter-btn {
	background-color: white;
    border: none;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 13px;
	display: flex;
	align-items: center;
	padding: 0;
	height: 45px;
}
@media (max-width: 992px){
	.filter-btn {
	border-right: 1px solid #ccc;
		flex: 1;
    justify-content: center;
}
}

.filter-separator {
    height: 12px !important;
    width: 1px !important;
    background-color: #ccc !important;
    display: inline-block !important;
    margin: 0 10px !important;
}

@media (max-width: 992px){
	.filter-separator {
		display:none !important;
	}
}
.no-products-message {
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
    color: #555;
    border-top: 1px solid #eee;
}

body[style*="padding-right"] {
    padding-right: 0 !important;
}
.filter-group .row {
    margin-bottom: 10px;
}

/* Product Gallery Slider - !important ile */
.woocommerce-product-gallery {
    position: relative !important;
    opacity: 1 !important;
}

/* Ana Slider */
.product-gallery-main {
    margin-bottom: 15px !important;
    width: 100% !important;
}

.product-gallery-main .slick-slide img {
    width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Thumbnail Slider */
.product-gallery-thumbs {
    margin: 0 -5px !important;
    max-width: 100% !important;
}

.product-gallery-thumbs .slick-slide {
    padding: 0 5px !important;
    cursor: pointer !important;
}

.product-gallery-thumbs .slick-slide img {
    border: 1px solid #ddd !important;
    opacity: 0.7 !important;
    transition: opacity 0.3s !important;
    width: 100% !important;
    height: auto !important;
}

.product-gallery-thumbs .slick-slide.slick-current img,
.product-gallery-thumbs .slick-slide:hover img {
    opacity: 1 !important;
    border-color: #333 !important;
}

/* Navigation arrows - !important ile */
.single-product .slick-prev,
.single-product .slick-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border: none !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    font-size: 0 !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.single-product .slick-prev:hover,
.single-product .slick-next:hover {
    background: rgba(255, 255, 255, 0.9) !important;
}

.single-product .slick-prev:before,
.single-product .slick-next:before {
    font-family: 'FontAwesome' !important;
    font-size: 20px !important;
    color: #333 !important;
    line-height: 1 !important;
}

.single-product .slick-prev {
    left: 15px !important;
}

.single-product .slick-prev:before {
    content: '\f053' !important;
}

.single-product .slick-next {
    right: 15px !important;
}

.single-product .slick-next:before {
    content: '\f054' !important;
}

/* Dots - !important ile */
.single-product .slick-dots {
    text-align: center !important;
    margin-top: 15px !important;
    padding: 0 !important;
    list-style: none !important;
}

.single-product .slick-dots li {
    display: inline-block !important;
    margin: 0 5px !important;
}

.single-product .slick-dots li button {
    font-size: 0 !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #ccc !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
}

.single-product .slick-dots li.slick-active button {
    background: #333 !important;
}

/* Responsive Adjustments - !important ile */
@media (max-width: 768px) {
    .product-gallery-thumbs {
        margin-top: 15px !important;
    }
    
    .product-gallery-thumbs .slick-slide {
        padding: 5px !important;
    }
    
    .single-product .slick-prev,
    .single-product .slick-next {
        width: 30px !important;
        height: 30px !important;
    }
    
    .single-product .slick-prev:before,
    .single-product .slick-next:before {
        font-size: 16px !important;
    }
}

.single-product .in-stock {
	color: #4bb543 !important;
	display: none !important;
}

.sticky-summary {
  position: sticky!important;
  top: 0px;
  background-color: #fff!important;
  z-index: 10;
}

.woocommerce div.product div.summary {
  padding-top: 30px;
  transition: all 0.2s linear!important;
}

.product-main-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
  align-items: flex-start; /* Sticky düzgün çalışsın diye ekledik */
  overflow: visible!important; /* Sticky çalışması için gerekli */
}

.woocommerce-product-gallery, 
.summary.entry-summary {
  flex: 1;
  min-width: 300px;
  align-self: flex-start; /* Sticky summary kendini yukarı sabitleyebilsin */
}

@media (max-width: 768px) {
  .product-main-content-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

