/*
Theme Name: Woventico Butik Teması
Theme URI: https://woventico.com/
Author: Woventico
Description: Utia.kz için geliştirilen gelişmiş butik teması. Woventico altyapısına uygun olarak çok dilli ve modern yapıda tasarlanmıştır.
Version: 1.5
*/
/* === GENEL YAPI === */
body{
    background-color:#fafafa !important;
}
.woocommerce-category-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.category-heading {
  margin-bottom: 25px;
}

.category-heading h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}

.category-heading .product-count {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

/* === GRID YAPISI === */
.category-content-grid {
  display: grid;
  grid-template-columns: 1200px 1fr;
  gap: 30px;
  width:1200px;
}
.cbg{
    background-color:#fff;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width:100%;
}
.woocommerce ul.products li.product .button{
    display:none;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
    display:none;
}
@media (max-width: 992px) {
  .category-content-grid {
    grid-template-columns: 1fr;
  }
}

/* === SOL FİLTRE PANELİ === */
.sidebar {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}

.filter-section {
  margin-bottom: 30px;
}

.filter-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

.filter-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-colors .color-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ccc;
  cursor: pointer;
  position: relative;
}

.filter-colors .color-circle.active {
  border: 2px solid #000;
}

.filter-section label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.filter-section input[type="checkbox"] {
  margin-right: 8px;
}

/* === ÜRÜN SIRALAMA VE GÖRÜNÜM === */
.top-bars {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.orderby select {
  padding: 6px 10px;
  font-size: 14px;
}

.view-toggle button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.4;
}

.view-toggle button.active {
  opacity: 1;
}

/* === ÜRÜN LİSTESİ === */
ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.products li.product {
  background: #fff;

  border-radius: 10px;
  padding: 10px;
  position: relative;
  transition: transform 0.2s ease;
}

ul.products li.product:hover {
  transform: scale(1.02);
}

ul.products li .woocommerce-loop-product__title {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  color: #111;
}

ul.products li .price {
  font-weight: bold;
  font-size: 15px;
  color: #000;
  margin-top: 5px;
}

ul.products li .price del {
  color: #999;
  margin-right: 6px;
  font-weight: normal;
}

ul.products li .button {
  background: #eee;
  color: #222;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

/* === FAVORİ (KALP) BUTONU === */
.favorite-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 2;
}

.favorite-icon svg {
  width: 20px;
  height: 20px;
  fill: #999;
  transition: fill 0.2s;
}

.favorite-icon.active svg {
  fill: #e63946;
}

/* === MOBİL FİLTRE === */
@media (max-width: 768px) {
  .sidebar {
    display: none;
  }

  .filter-toggle-btn {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #000;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
  }

  .sidebar.active {
    display: block;
  }
}
/* Genel form ve kutular */
/* === Sipariş Takibi: Form Alanı === */
.order-tracking-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 2.5rem;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}

.order-tracking-wrapper h1,
.order-tracking-wrapper h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #222;
}

.order-tracking-wrapper label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
    color: #333;
}

.order-tracking-wrapper input[type="text"],
.order-tracking-wrapper input[type="email"] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 1.25rem;
}

.order-tracking-wrapper button[type="submit"] {
    background-color: #1e73be;
    color: #fff;
    border: none;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.order-tracking-wrapper button:hover {
    background-color: #155fa0;
}

/* === Sipariş Sonucu === */
.order-tracking-result {
    margin-top: 2rem;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.order-tracking-result ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.order-tracking-result li {
    padding: 0.75rem 0;
    border-bottom: 1px dashed #e3e3e3;
    font-size: 1rem;
}

.order-tracking-result li:last-child {
    border-bottom: none;
}

.order-tracking-result h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #111;
}

/* === Ürün Listesi === */
.order-tracking-products {
    margin-top: 1.5rem;
}

.order-tracking-products li {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

/* === Uyarılar === */
.order-tracking-wrapper .alert {
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* === Responsive === */
@media (max-width: 576px) {
    .order-tracking-wrapper {
        padding: 1.5rem;
    }

    .order-tracking-result {
        padding: 1.5rem;
    }
}
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  padding: 10px 15px;
  margin-bottom: 20px;
  border-left: 4px solid #cc0000;
  background: #f9dcdc;
  color: #cc0000;
}
.woventico-footer {
  background-color :#f4f4f4;
  color: #7a7674;
  font-family: sans-serif;
  padding-top: 40px;
  margin-top: 60px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 20px 40px;
  justify-content: space-between;
}
.footer-half{
  width:48%;
  
}
.footer-half span {
    font-size: 12px;
    margin-top: 10px;
    float: left;
    margin-left: 10px;
}
.footer-col {
  flex: 1 1 220px;
}
.bankalar {
    width:95%;
}
.wov {
    width:25%;
    float:left;
}
.flogo{
margin-bottom:5px;
}
.ebultenDiv p {
  font-size: 12px;

  padding-bottom: 8px;
}
.footer-col h4 {
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 8px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
    font-size:12px;
 
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #fff;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
}

.footer-social img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
  display:none;
}

.footer-social img:hover {
  opacity: 0.7;
}

.footer-bottom {
  background: #111;
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  color: #aaa;
}

/* === mobil === */
@media (max-width: 767.98px) { 
    /* Varsayılan masaüstü stil */
.campaign-bar {
  background: #f3f3f3;
  padding: 20px 0;
}

.campaign-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.campaign-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.campaign-left span {
  font-size: 18px;
  font-weight: 500;
}

.campaign-left strong {
  font-weight: 700;
  color: #e60023;
  margin-left: 5px;
}

.btn-start {
  background: #e60023;
  color: #fff;
  padding: 10px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}

.campaign-right {
  display: flex;
  gap: 15px;
}

.campaign-right div {
  text-align: center;
}

.campaign-right span {
  font-size: 22px;
  font-weight: bold;
  display: block;
}

.campaign-right small {
  font-size: 12px;
  color: #333;
}


/* =============================
 * Furkan custom additions (2026-01-27)
 * ============================= */
.woventico-shipping-banner{display:none;}

.main-header{}
.top-bar{background:#fafafa}
.header-icons a{}
.search-box input{background:white;}
.cart-count{background:red}
.main-menu{background:#fafafa}
.campaign-left strong{font-weight:bold}
.main-menu ul{padding:0px;}
.main-menu ul li a{text-transform:uppercase}
.woventico-menu li a:hover, .woventico-menu li.current-menu-item > a{text-decoration:none;}
.btn-start{color:#fff !important;}
section.top-banner{margin-top:15px}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block{
 background-color: white;
	padding:10px
	}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
 background-color: #ec691b;
	color:white;
	font-weight:bold;
}
.wp-block-woocommerce-checkout-order-summary-block{
 background-color: #fff;

}
.wc-block-cart .wc-block-cart__submit-container{
 background-color: #ec691b;
	color:white
}
.campaign-bar{
	
}
ul.woocommerce-mini-cart.cart_list.product_list_widget{
	display:none;
}
p.woocommerce-mini-cart__total.total{
	display:none;
}
p.woocommerce-mini-cart__buttons.buttons{
	display:none;
}
.woocommerce-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-products li {
  border: 1px solid #e0e0e0;
  padding: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}

.woocommerce-products li:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.woocommerce-products li img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 12px;
}

.woocommerce-products li h2 {
  font-size: 1rem;
  color: #333;
  margin: 0 0 8px;
}

.woocommerce-products li span {
  font-weight: bold;
  color: #d10024; /* WooCommerce pembe/kırmızı tonu */
  font-size: 1.1rem;
}



/* Genel WooCommerce sepet alanı */
.woocommerce-cart .cart-collaterals,
.woocommerce-cart-form {
  background-color: #fff;
  padding: 24px;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 32px;
}

/* Sepet tablosu */
.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border: 1px solid #eee;
  padding: 12px;
  text-align: center;
}

.woocommerce table.shop_table th {
  background-color: #f9f9f9;
  font-weight: 600;
  color: #333;
}

.woocommerce-cart-form__cart-item img {
  max-width: 60px;
  height: auto;
  border-radius: 4px;
}

/* Miktar alanı */
.woocommerce .quantity input.qty {
  width: 60px;
  padding: 6px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* Kupon alanı ve güncelle butonu */
.woocommerce .coupon input.input-text {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 180px;
}

.woocommerce .coupon .button,
.woocommerce .actions .button {
  padding: 10px 16px;
  background-color: #d10024;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.woocommerce .coupon .button:hover,
.woocommerce .actions .button:hover {
  background-color: #b0001f;
}

/* Sepet özeti (ara toplam, toplam) */
.cart_totals h2 {
  font-size: 1.2rem;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.cart_totals table th,
.cart_totals table td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.woocommerce .cart_totals .checkout-button {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #27ae60;
  color: #fff;
  font-weight: bold;
  padding: 14px;
  border-radius: 6px;
  margin-top: 16px;
  transition: background-color 0.3s ease;
}

.woocommerce .cart_totals .checkout-button:hover {
  background-color: #219150;
}
.container.beyaz-kutu.sayfa-kutu {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* Genel ödeme sayfası kutusu */
.woocommerce-checkout form.checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #eee;
}

/* Fatura ve sipariş özet alanları */
.woocommerce-checkout #customer_details {
  flex: 1 1 60%;
}

.woocommerce-checkout #order_review {
  flex: 1 1 35%;
}

/* Alan başlıkları */
.woocommerce-checkout h3 {
  font-size: 1.2rem;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  color: #333;
}

/* Form alanları */
.woocommerce form .form-row {
  margin-bottom: 16px;
}

.woocommerce form .form-row label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #444;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
  transition: border-color 0.3s ease;
}

.woocommerce form .form-row input:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #d10024;
  outline: none;
}

/* Sipariş özeti */
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

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

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

.woocommerce-checkout-payment {
  margin-top: 24px;
}

/* Ödeme butonu */
#place_order {
  display: block;
  width: 100%;
  padding: 14px;
  background-color: #27ae60;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

#place_order:hover {
  background-color: #219150;
}

/* Ortak rozet tasarımı */
.woventico-hizli-kargo-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #27ae60;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    z-index: 9;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Ürün listeleme kartlarının kapsayıcısı (rozetin yerleşmesi için) */
.woocommerce ul.products li.product {
    position: relative;
}

/* Ürün detay sayfası için kapsayıcı */
.single-product div.product {
    position: relative;
}
.woocommerce span.onsale{
	display:none
}
.related.products{
	display:block ;
}
section.urunler-izgara {
    background: #ffeedf;
    padding: 35px;
}
/* ---------- Ana düzen ---------- */
.home-showcase {
  display: grid;
  grid-template-columns: 1fr 240px;   /* Sol slider tam genişlik, sağ sabit */
  gap: 24px;                          /* Slider ile banner arası boşluk */
  max-width: 1200px;                  /* Sayfa ortalama genişliği */
  margin: 0 auto;
	margin-top:15px
}

/* ---------- Slider ---------- */
.slider-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
}

.hero-slider,
.hero-slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;                  /* Görsel kırpma */
  display: block;
}

/* ---------- Özel oklar ---------- */
.hero-slider .nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  border: none;
  background: rgba(255, 255, 255, .85);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  transition: all .25s;
}
.hero-slider .nav::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  margin: auto;
}
.hero-slider .prev { left: 12px; }
.hero-slider .next { right: 12px; transform: translateY(-50%) rotate(180deg); }
.hero-slider .nav:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

/* ---------- Sağ Banner ---------- */
.side-banner {
  display: block;
  height: 100%;
}
.side-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
  transition: transform .3s;
}
.side-banner img:hover {
  transform: scale(1.02);
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {        /* Tablet */
  .home-showcase {
    grid-template-columns: 1fr 240px; /* Banner biraz daralsın */
    gap: 16px;
  }
}

@media (max-width: 767.98px) {        /* Mobil */
  .home-showcase {
    grid-template-columns: 1fr;       /* Banner alta insin */
  }
  .side-banner {
    margin-top: 16px;
    height: auto;                     /* Doğal yüksekliği */
  }
}


/* Quantity alanı düzeni */
.single-product form.cart .quantity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Input */
.single-product .quantity input.qty {
  width: 72px;
  height: 42px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #e5e7eb;   /* #ddd yerine daha temiz gri */
  border-radius: 8px;
  outline: none;
  transition: box-shadow .2s, border-color .2s;
  -moz-appearance: textfield;
}
.single-product .quantity input.qty:focus {
  border-color: #ff6a00;
  box-shadow: 0 0 0 3px rgba(255,106,0,.15);
}

/* WebKit spinner’larını gizle */
.single-product .quantity input.qty::-webkit-outer-spin-button,
.single-product .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* + / - butonları */
.single-product .quantity .qty-btn {
      width: 42px;
    height: 42px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #fafafa;
    background: #fafafa;
    color: #433e3e;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
    line-height: 1;
    transition: filter .2s, transform .02s;
}
.single-product .quantity .qty-btn:hover { filter: brightness(0.95); }
.single-product .quantity .qty-btn:active { transform: translateY(1px); }

/* Sepete Ekle ile hizalama */
.single-product form.cart .single_add_to_cart_button {
  margin-left: 10px;
}
@media (max-width: 480px) {
  .single-product form.cart .quantity { gap: 6px; }
  .single-product .quantity input.qty { width: 64px; height: 40px; }
  .single-product .quantity .qty-btn { width: 40px; height: 40px; }
}

.woocommerce div.product form.cart .button {
    flex: 1;
    background-color: #ff6600;
    color: #fff;
    padding: 14px 20px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    transition: background 0.3s ease;
    width: 58%;
    margin-right: 20px;
    margin-left: 10px;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    margin-top: 7px;
}

.woventico-tabs{
	margin-top:20px;
}
.woventico-shipping-banner{
	display:block;
	margin-top:0px;
}
/* Single: başlığın altında */
.wov-rating-wrap{
  display:flex; align-items:center; gap:8px; margin:8px 0 12px;
}
.wov-rating-wrap .star-rating{ font-size:16px; line-height:1; }
.wov-rating-wrap .star-rating span:before{ color:#ff6a00; } /* yıldız rengi */
.wov-rating-wrap .wov-rating-count{ color:#6b7280; font-weight:600; text-decoration:none; }
.wov-rating-wrap .wov-rating-count:hover{ color:#111; }

/* Kartlarda */
.wov-card-rating .star-rating{ font-size:14px; line-height:1; margin-top:6px; }
.wov-card-rating .star-rating span:before{ color:#ff6a00; }

/* Varyasyon butonu aktif görünüm */
.variation-buttons .variation-button.active,
.variation-buttons .variation-button.selected{
  background:#ff6a00;
  color:#fff;
  border-color:#ff6a00;
}

/* =============================
 * Furkan custom CSS (header/cart/checkout/product)
 * ============================= */
.woventico-shipping-banner{display:none;}

.main-header{}
.top-bar{background:#fafafa}
.header-icons a{}
.search-box input{background:white;}
.cart-count{background:red}
.main-menu{background:#fafafa}
.campaign-left strong{font-weight:bold}
.main-menu ul{padding:0px;}
.main-menu ul li a{text-transform:uppercase}
.woventico-menu li a:hover, .woventico-menu li.current-menu-item > a{text-decoration:none;}
.btn-start{color:#fff !important;}
section.top-banner{margin-top:15px}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block{
 background-color: white;
	padding:10px
	}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
 background-color: #ec691b;
	color:white;
	font-weight:bold;
}
.wp-block-woocommerce-checkout-order-summary-block{
 background-color: #fff;

}
.wc-block-cart .wc-block-cart__submit-container{
 background-color: #ec691b;
	color:white
}
.campaign-bar{
	
}
ul.woocommerce-mini-cart.cart_list.product_list_widget{
	display:none;
}
p.woocommerce-mini-cart__total.total{
	display:none;
}
p.woocommerce-mini-cart__buttons.buttons{
	display:none;
}
.woocommerce-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-products li {
  border: 1px solid #e0e0e0;
  padding: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}

.woocommerce-products li:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.woocommerce-products li img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 12px;
}

.woocommerce-products li h2 {
  font-size: 1rem;
  color: #333;
  margin: 0 0 8px;
}

.woocommerce-products li span {
  font-weight: bold;
  color: #d10024; /* WooCommerce pembe/kırmızı tonu */
  font-size: 1.1rem;
}



/* Genel WooCommerce sepet alanı */
.woocommerce-cart .cart-collaterals,
.woocommerce-cart-form {
  background-color: #fff;
  padding: 24px;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 32px;
}

/* Sepet tablosu */
.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border: 1px solid #eee;
  padding: 12px;
  text-align: center;
}

.woocommerce table.shop_table th {
  background-color: #f9f9f9;
  font-weight: 600;
  color: #333;
}

.woocommerce-cart-form__cart-item img {
  max-width: 60px;
  height: auto;
  border-radius: 4px;
}

/* Miktar alanı */
.woocommerce .quantity input.qty {
  width: 60px;
  padding: 6px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* Kupon alanı ve güncelle butonu */
.woocommerce .coupon input.input-text {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 180px;
}

.woocommerce .coupon .button,
.woocommerce .actions .button {
  padding: 10px 16px;
  background-color: #d10024;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.woocommerce .coupon .button:hover,
.woocommerce .actions .button:hover {
  background-color: #b0001f;
}

/* Sepet özeti (ara toplam, toplam) */
.cart_totals h2 {
  font-size: 1.2rem;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.cart_totals table th,
.cart_totals table td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.woocommerce .cart_totals .checkout-button {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #27ae60;
  color: #fff;
  font-weight: bold;
  padding: 14px;
  border-radius: 6px;
  margin-top: 16px;
  transition: background-color 0.3s ease;
}

.woocommerce .cart_totals .checkout-button:hover {
  background-color: #219150;
}
.container.beyaz-kutu.sayfa-kutu {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* Genel ödeme sayfası kutusu */
.woocommerce-checkout form.checkout {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #eee;
}

/* Fatura ve sipariş özet alanları */
.woocommerce-checkout #customer_details {
  flex: 1 1 60%;
}

.woocommerce-checkout #order_review {
  flex: 1 1 35%;
}

/* Alan başlıkları */
.woocommerce-checkout h3 {
  font-size: 1.2rem;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  color: #333;
}

/* Form alanları */
.woocommerce form .form-row {
  margin-bottom: 16px;
}

.woocommerce form .form-row label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #444;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
  transition: border-color 0.3s ease;
}

.woocommerce form .form-row input:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #d10024;
  outline: none;
}

/* Sipariş özeti */
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

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

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

.woocommerce-checkout-payment {
  margin-top: 24px;
}

/* Ödeme butonu */
#place_order {
  display: block;
  width: 100%;
  padding: 14px;
  background-color: #27ae60;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

#place_order:hover {
  background-color: #219150;
}

/* Ortak rozet tasarımı */
.woventico-hizli-kargo-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #27ae60;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    z-index: 9;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Ürün listeleme kartlarının kapsayıcısı (rozetin yerleşmesi için) */
.woocommerce ul.products li.product {
    position: relative;
}

/* Ürün detay sayfası için kapsayıcı */
.single-product div.product {
    position: relative;
}
.woocommerce span.onsale{
	display:none
}
.related.products{
	display:block ;
}
section.urunler-izgara {
    background: #ffeedf;
    padding: 35px;
}
/* ---------- Ana düzen ---------- */
.home-showcase {
  display: grid;
  grid-template-columns: 1fr 240px;   /* Sol slider tam genişlik, sağ sabit */
  gap: 24px;                          /* Slider ile banner arası boşluk */
  max-width: 1200px;                  /* Sayfa ortalama genişliği */
  margin: 0 auto;
	margin-top:15px
}

/* ---------- Slider ---------- */
.slider-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
}

.hero-slider,
.hero-slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;                  /* Görsel kırpma */
  display: block;
}

/* ---------- Özel oklar ---------- */
.hero-slider .nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  border: none;
  background: rgba(255, 255, 255, .85);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  transition: all .25s;
}
.hero-slider .nav::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  margin: auto;
}
.hero-slider .prev { left: 12px; }
.hero-slider .next { right: 12px; transform: translateY(-50%) rotate(180deg); }
.hero-slider .nav:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

/* ---------- Sağ Banner ---------- */
.side-banner {
  display: block;
  height: 100%;
}
.side-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
  transition: transform .3s;
}
.side-banner img:hover {
  transform: scale(1.02);
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {        /* Tablet */
  .home-showcase {
    grid-template-columns: 1fr 240px; /* Banner biraz daralsın */
    gap: 16px;
  }
}

@media (max-width: 767.98px) {        /* Mobil */
  .home-showcase {
    grid-template-columns: 1fr;       /* Banner alta insin */
  }
  .side-banner {
    margin-top: 16px;
    height: auto;                     /* Doğal yüksekliği */
  }
}


/* Quantity alanı düzeni */
.single-product form.cart .quantity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Input */
.single-product .quantity input.qty {
  width: 72px;
  height: 42px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #e5e7eb;   /* #ddd yerine daha temiz gri */
  border-radius: 8px;
  outline: none;
  transition: box-shadow .2s, border-color .2s;
  -moz-appearance: textfield;
}
.single-product .quantity input.qty:focus {
  border-color: #ff6a00;
  box-shadow: 0 0 0 3px rgba(255,106,0,.15);
}

/* WebKit spinner’larını gizle */
.single-product .quantity input.qty::-webkit-outer-spin-button,
.single-product .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* + / - butonları */
.single-product .quantity .qty-btn {
      width: 42px;
    height: 42px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #fafafa;
    background: #fafafa;
    color: #433e3e;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
    line-height: 1;
    transition: filter .2s, transform .02s;
}
.single-product .quantity .qty-btn:hover { filter: brightness(0.95); }
.single-product .quantity .qty-btn:active { transform: translateY(1px); }

/* Sepete Ekle ile hizalama */
.single-product form.cart .single_add_to_cart_button {
  margin-left: 10px;
}
@media (max-width: 480px) {
  .single-product form.cart .quantity { gap: 6px; }
  .single-product .quantity input.qty { width: 64px; height: 40px; }
  .single-product .quantity .qty-btn { width: 40px; height: 40px; }
}

.woocommerce div.product form.cart .button {
    flex: 1;
    background-color: #ff6600;
    color: #fff;
    padding: 14px 20px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    transition: background 0.3s ease;
    width: 58%;
    margin-right: 20px;
    margin-left: 10px;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    margin-top: 7px;
}

.woventico-tabs{
	margin-top:20px;
}
.woventico-shipping-banner{
	display:block;
	margin-top:0px;
}
/* Single: başlığın altında */
.wov-rating-wrap{
  display:flex; align-items:center; gap:8px; margin:8px 0 12px;
}
.wov-rating-wrap .star-rating{ font-size:16px; line-height:1; }
.wov-rating-wrap .star-rating span:before{ color:#ff6a00; } /* yıldız rengi */
.wov-rating-wrap .wov-rating-count{ color:#6b7280; font-weight:600; text-decoration:none; }
.wov-rating-wrap .wov-rating-count:hover{ color:#111; }

/* Kartlarda */
.wov-card-rating .star-rating{ font-size:14px; line-height:1; margin-top:6px; }
.wov-card-rating .star-rating span:before{ color:#ff6a00; }
