/* WhatsApp sipariş butonu */
.fa-whatsapp:before {
  content: "\f232";
}

.btn-whatsapp-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border: none;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(37, 211, 102, 0.35);
  color: #fff !important;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.btn-whatsapp-order:hover,
.btn-whatsapp-order:focus {
  background: linear-gradient(135deg, #1ebe57 0%, #0f7a6c 100%);
  box-shadow: 0 5px 16px rgba(37, 211, 102, 0.45);
  color: #fff !important;
  transform: translateY(-1px);
}

.btn-whatsapp-order .fa-whatsapp {
  font-size: 1.25em;
}

/* Ürün detay sayfası — sepete ekle üstünde tam genişlik */
.btn-whatsapp-order--full {
  width: 100%;
  margin-bottom: 12px;
  padding: 12px 20px;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.product-quantity .add {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  float: none;
  max-width: 100%;
  width: 100%;
}

.product-quantity .add .add-to-cart {
  width: 100%;
}

/* Ürün detay & quick view — Sepete Ekle yazısı beyaz */
body#product .product-actions .add-to-cart,
body#product .product-actions .add-to-cart i,
.quickview .product-actions .add-to-cart,
.quickview .product-actions .add-to-cart i {
  color: #fff !important;
}

body#product .product-actions .add-to-cart:hover,
body#product .product-actions .add-to-cart:focus,
body#product .product-actions .add-to-cart:active,
.quickview .product-actions .add-to-cart:hover,
.quickview .product-actions .add-to-cart:focus,
.quickview .product-actions .add-to-cart:active {
  color: #fff !important;
}

body#product .product-actions .add-to-cart i,
.quickview .product-actions .add-to-cart i {
  border-right-color: rgba(255, 255, 255, 0.35);
}

/* Ürün listesi — sepete ekle yanında kompakt */
.btn-whatsapp-order--compact {
  border-radius: 50%;
  float: left;
  font-size: 0;
  height: 34px;
  margin: 0 6px;
  padding: 0;
  width: 34px;
}

.btn-whatsapp-order--compact .fa-whatsapp {
  font-size: 18px;
  margin: 0;
}

/* Tüm ürün listeleri — aksiyon butonları (WhatsApp, sepete ekle, quick view) */
.product-miniature .highlighted-informations .add_to_cart_button .btn.btn-primary,
.product-miniature .highlighted-informations .quick-view {
  align-items: center;
  background-color: var(--pt-brand-blue) !important;
  border-color: var(--pt-brand-blue) !important;
  color: #fff !important;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  line-height: 1;
  width: 52px;
}

.product-miniature .highlighted-informations .add_to_cart_button .btn.btn-primary:hover,
.product-miniature .highlighted-informations .add_to_cart_button .btn.btn-primary:focus,
.product-miniature .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:focus {
  background-color: var(--pt-brand-blue-dark) !important;
  border-color: var(--pt-brand-blue-dark) !important;
  color: #fff !important;
}

.product-miniature .highlighted-informations .add_to_cart_button i:before {
  color: #fff !important;
  font-size: 28px;
}

.product-miniature .highlighted-informations .quick-view .material-icons {
  color: #fff !important;
  font-size: 48px;
  line-height: 1;
}

.product-miniature .highlighted-informations .btn-whatsapp-order--compact {
  height: 52px;
  margin: 0 6px;
  width: 52px;
}

.product-miniature .highlighted-informations .btn-whatsapp-order--compact .fa-whatsapp {
  color: #fff !important;
  font-size: 28px;
}

/* Liste görünümü — WhatsApp metinli buton */
.type_list_full_width .highlighted-informations .btn-whatsapp-order--compact {
  border-radius: 4px;
  font-size: 13px;
  height: auto;
  margin: 0 8px 0 0;
  min-height: 52px;
  padding: 8px 14px;
  width: auto;
}

.type_list_full_width .btn-whatsapp-order--compact span {
  display: inline;
}

.type_list_full_width .highlighted-informations .btn-whatsapp-order--compact .fa-whatsapp {
  font-size: 28px;
}

@media (max-width: 767px) {
  .btn-whatsapp-order--full {
    font-size: 14px;
    padding: 11px 16px;
  }
}

/* Ürün detay — bölüm ayırıcı çizgiler (pt-brand.css ile birlikte) */
body#product .line {
  background-color: var(--pt-brand-blue) !important;
  height: 3px !important;
  margin: 22px 0;
  opacity: 1;
}

/* Ürün detay — sekmeler sağ sütunda, sepete ekle altında */
body#product .right_pb_product .product-tabs-inline {
  clear: both;
  float: none;
  margin-top: 1.5rem;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

body#product .right_pb_product .product-tabs-inline .nav-tabs {
  border-bottom: 3px solid var(--pt-brand-blue);
  display: flex;
  flex-wrap: wrap;
}

body#product .right_pb_product .product-tabs-inline .nav-tabs .nav-link {
  border: 1px solid #e7e7e7;
  border-bottom: none;
  color: #414141;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 14px;
}

body#product .right_pb_product .product-tabs-inline .nav-tabs .nav-link.active {
  background-color: #f7fbfe;
  border-color: var(--pt-brand-blue);
  color: var(--pt-brand-blue);
}

body#product .right_pb_product .product-tabs-inline .tab-content {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e7e7e7;
  border-top: none;
  padding: 18px 16px;
}
