/* === GENEL === */
#genel{
   background-color:#fafafa; 
}
#primary{
    width:1200px;
    margin-left:auto;
margin-right:auto; 
padding-top:10px;
}
/* === GENEL === */
.single-product {
  background: #fff;

  color: #111;
  font-family: sans-serif;
}
.woocommerce .woocommerce-breadcrumb {
 color:#000;
   
    font-size: 12px !important;
    line-height: 34px !important;
   margin:0px;
    font-weight: bold;
}
.woocommerce .woocommerce-breadcrumb a{
 color: #818181;
    font-weight: normal;
}
/* WooCommerce Galeriyi Dikey Thumbnail'a Zorlama */
.woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{
    width:550px;
}
/* Ana Slider */
.woocommerce-product-gallery__wrapper {
  flex: 1;
}

/* Flexslider container’ı */
.flex-viewport {
  width: 100% !important;
  max-width: 100% !important;
  max-height:600px;
}

.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
  margin-right: 20px;
  max-height: 600px;
  padding:10px !important;
  background:#fff;
  overflow-y: auto;
  border:1px solid #f3f3f3
}

/* Küçük görseller */
.flex-control-thumbs li {
  width: 100% !important;
  height: 100px;
  overflow: hidden;
}

.flex-control-thumbs img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  border-color: #000;
}

/* Mobil için: yatay scroll */
@media(max-width: 768px) {
  .woocommerce-product-gallery {
    flex-direction: column;
  }

  .woocommerce-product-gallery .flex-control-thumbs {
    flex-direction: row;
    overflow-x: auto;
    max-height: none;
  }

  .flex-control-thumbs li {
    width: 60px;
    height: 80px;
  }
}
.woocommerce-product-gallery__image--video {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce-product-gallery__image--video video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}


.product-summary-area {
  display: flex;
  flex-direction: column;
  
}

.product-title {
  font-size: 1.8rem;
  font-weight: bold;
}

.product-sku {
  color: #777;
  font-size: 0.95rem;
}

.product-sale {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top:10px;
  margin-bottom:10px;
}


.old-price {
  color: #aaa;
  text-decoration: line-through;

}

.discount-badge {
  background: yellow;
  color: #111;
  font-weight: bold;
  padding: 4px 6px;
  font-size: 0.9rem;
  border-radius: 4px;
}

.static-variation-price {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}
form.variations_form {
 
}

form.variations_form .variations {
  margin-bottom: 10px;
}

.single_variation_wrap {
  
}
.variation-group {
  margin-bottom: 15px;
}
.variation-group strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  margin-top:10px;
    width: 100%;
    line-height: 21px;
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.variation-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.variation-button {
  padding: 8px 14px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}
.variation-button:hover,
.variation-button.active {
  background: #ff5f00;
  color: white;
  border-color: #ff5f00;
}
.variation-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.variation-button {
  padding: 10px 16px;
  font-weight: 600;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  background-color: #f7f7f7;
  transition: all 0.2s ease;
  user-select: none;
}

.variation-button:hover {
   background-color: #ff5f00 !important;
  color: white !important;
  border-color: #ff5f00;
}

.variation-button {
  background-color: #f7f7f7;
  color: #111;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
}

.variation-button.active {
  background-color: #ff5f00 !important;
  color: white !important;
  border-color: #ff5f00;
}

.woocommerce div.product form.cart .variations{
 display:none;
}

.woocommerce div.product div.summary{
    background-color:#fff;
    padding:10px;
    border:1px solid #f3f3f3
}
.product-title{
    float: left;
    width: 100%;
    display: inline-block;
    color: #212529;
    font-size: 15px;
    font-weight: 600;
}
.product-sku{
        float: left;
    clear: left;
    color: #828282;
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
    padding: 0;
    margin: 5px 0 0;
}
.static-variation-price{
    font-style: normal;
    float: left;
    clear: left;
    color: #3f3f3f;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin: 4px 0 0;
}
.variation-button {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
  min-width: 40px;
  font-weight: 600;
     background: #f5f3f3 !important;
    color: #7a7979 !important;
    border-color: #e4dfdd;
}

.variation-button.out-of-stock {
  opacity: 0.5;
  position: relative;
  cursor: not-allowed;
  pointer-events: none;
}

.variation-button.out-of-stock::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  height: 2px;
  background: #888;
  transform: rotate(-20deg);
}
.variation-button.out-of-stock {
  opacity: 0.5;
  position: relative;
  cursor: not-allowed;
  pointer-events: none;
}
.variation-button.out-of-stock::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  height: 2px;
  background: #888;
  transform: rotate(-20deg);
}

/* Sepete Ekle ve Favori Butonu Tasarımı */
.product-action-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.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:80%;margin-right:20px;margin-left:10px;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #e65600;
}
.single_variation_wrap {
    background: #fff;
    width: 53%;
    float: right;
}
.woocommerce-variation-availability{
    display:none;
}
.favorite-button {
  width: 48px;
  height: 48px;
  border: 1.5px solid #eee;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.favorite-button:hover {
  background-color: #fef4eb;
  border-color: #ff6600;
}
.favorite-button svg {
  width: 20px;
  height: 20px;
}
.favorite-button.active svg {
  fill: #ff6600;
  stroke: #ff6600;
}
#countdown-timer {
  
  color: #7d7d7d;
  font-size:13px;
  margin-left: 5px;
}
.estimated-shipping-countdown {
  display: flex;
  align-items: center;
  font-size: 13px;

  color: #0cba3e;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width:53%;
}
.woocommerce div.product form.cart{
    margin-bottom:5px;
}
.custom-variations-ui {
    border-top: 1px dashed #ebebeb;
    margin-top: 10px;
    margin-bottom: 10px;
}
.woventico-shipping-banner {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f2f2f2;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 15px;
  color: #222;
  margin-top: -300px;

  width:53%;
  float:right;
}


.woventico-shipping-banner svg {
  min-width: 22px;
  height: 22px;
}
.woocommerce div.product div.summary{
    margin-bottom:0px;
}
.woocommerce-tabs {
    clear:none !important;
}
.woventico-tabs {
  margin-top: 40px;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  width: 53%;
    float: right;
}
.woventico-tabs {
  margin-top: -230px;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.woventico-tabs .tab-buttons {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  background: #fafafa;
}

.woventico-tabs .tab-button {
  padding: 14px 10px;
  cursor: pointer;
  font-weight: 400;
  color: #999;
  font-size: 12px;
  position: relative;
  transition: all 0.2s ease;
}

.woventico-tabs .tab-button:hover {
  color: #333;
}

.woventico-tabs .tab-button.active {
  color: #000;
  background-color: #fff;
}

.woventico-tabs .tab-button.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ff6600;
  display: block;
}

.tab-panels {
  padding: 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  font-size: 14px;
}

.tab-panel table th,
.tab-panel table td {
  border: 1px solid #e0e0e0;
  padding: 10px;
  text-align: left;
}

.tab-panel table th {
  background-color: #f2f2f2;
  font-weight: 600;
}
.related.products{
    display:none;
}
