/* BÜROMOTTO PREMIUM SINGLE PRODUCT v1.0.1 */

/* WooCommerce ürün sayfasını geniş ve düzenli hale getir */
body.single-product .site-main,
body.single-product .content-area,
body.single-product .site-content,
body.single-product .ct-container,
body.single-product .ct-container-full {
  background: #fff !important;
}

/* Ana ürün grid */
body.single-product div.product,
body.single-product .product.type-product {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin: 42px auto 70px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 58%) minmax(360px, 42%) !important;
  gap: 38px !important;
  align-items: start !important;
  float: none !important;
  clear: both !important;
}

/* Feature panel yanlışlıkla sağa üçüncü kolon gibi gitmesin */
body.single-product .bmsp-feature-panel,
body.single-product .woocommerce-tabs,
body.single-product .related.products,
body.single-product .upsells.products {
  grid-column: 1 / -1 !important;
}

/* Sol galeri */
body.single-product div.product .woocommerce-product-gallery {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 30px !important;
  border-radius: 30px !important;
  background: linear-gradient(180deg, #fbfcfd 0%, #f3f5f8 100%) !important;
  border: 1px solid rgba(16,24,32,.065) !important;
  box-shadow: 0 24px 70px rgba(16,24,32,.085) !important;
  overflow: hidden !important;
}

body.single-product div.product .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}

body.single-product div.product .woocommerce-product-gallery__image {
  min-height: 520px !important;
  border-radius: 24px !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

body.single-product div.product .woocommerce-product-gallery__image a {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.single-product div.product .woocommerce-product-gallery img {
  width: 100% !important;
  max-width: 92% !important;
  max-height: 500px !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

/* Sale badge */
body.single-product div.product span.onsale {
  top: 22px !important;
  left: 22px !important;
  min-height: auto !important;
  padding: 8px 13px !important;
  border-radius: 999px !important;
  background: #e92828 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  box-shadow: 0 12px 28px rgba(233,40,40,.25) !important;
}

/* Sağ bilgi kartı */
body.single-product div.product .summary {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  position: sticky !important;
  top: 112px !important;
  padding: 34px !important;
  border-radius: 30px !important;
  background: #fff !important;
  border: 1px solid rgba(16,24,32,.075) !important;
  box-shadow: 0 24px 70px rgba(16,24,32,.085) !important;
}

/* Başlık */
body.single-product div.product .product_title {
  color: #101820 !important;
  font-size: 34px !important;
  line-height: 1.13 !important;
  letter-spacing: -.8px !important;
  font-weight: 950 !important;
  margin: 0 0 16px !important;
}

/* Fiyat */
body.single-product div.product p.price,
body.single-product div.product span.price {
  color: #e92828 !important;
  font-size: 31px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
  letter-spacing: -.45px !important;
  margin: 18px 0 20px !important;
}

body.single-product div.product p.price del,
body.single-product div.product span.price del {
  color: #9aa3b2 !important;
  font-size: 17px !important;
  opacity: .7 !important;
  margin-left: 8px !important;
}

body.single-product div.product p.price ins,
body.single-product div.product span.price ins {
  text-decoration: none !important;
  color: #e92828 !important;
}

/* Kısa açıklama */
body.single-product div.product .woocommerce-product-details__short-description {
  color: #5f6875 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  margin: 0 0 24px !important;
}

/* Sepet formu */
body.single-product div.product form.cart {
  margin: 24px 0 0 !important;
  padding-top: 24px !important;
  border-top: 1px solid #edf0f3 !important;
  display: grid !important;
  grid-template-columns: 92px 1fr !important;
  gap: 14px !important;
  align-items: center !important;
}

body.single-product div.product form.cart .quantity {
  margin: 0 !important;
}

body.single-product div.product form.cart .quantity input.qty {
  width: 92px !important;
  height: 54px !important;
  border-radius: 17px !important;
  border: 1px solid #e4e7ec !important;
  background: #f8f9fb !important;
  color: #101820 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

body.single-product div.product form.cart .single_add_to_cart_button,
body.single-product div.product .single_add_to_cart_button {
  width: 100% !important;
  height: 54px !important;
  border: none !important;
  border-radius: 17px !important;
  background: #e92828 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  text-transform: none !important;
  box-shadow: 0 15px 34px rgba(233,40,40,.25) !important;
}

body.single-product div.product form.cart .single_add_to_cart_button:hover,
body.single-product div.product .single_add_to_cart_button:hover {
  background: #c91515 !important;
  transform: translateY(-2px) !important;
}

/* Güven kutuları */
.bmsp-trust {
  margin-top: 22px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

.bmsp-trust-item {
  display: grid !important;
  grid-template-columns: 42px 1fr !important;
  column-gap: 12px !important;
  align-items: center !important;
  padding: 13px 14px !important;
  border-radius: 18px !important;
  background: #fff7f7 !important;
  border: 1px solid rgba(233,40,40,.09) !important;
}

.bmsp-trust-item span {
  width: 42px !important;
  height: 42px !important;
  border-radius: 14px !important;
  background: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  grid-row: span 2 !important;
  font-size: 20px !important;
}

.bmsp-trust-item strong {
  color: #101820 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
}

.bmsp-trust-item small {
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

/* Not */
.bmsp-cart-note {
  margin-top: 14px !important;
  padding: 16px 18px !important;
  border-radius: 18px !important;
  background: #f8f9fb !important;
  border: 1px solid #edf0f3 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
}

.bmsp-cart-note strong {
  color: #101820 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

.bmsp-cart-note span {
  color: #6b7280 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

/* Meta */
body.single-product div.product .product_meta {
  margin-top: 22px !important;
  padding-top: 20px !important;
  border-top: 1px solid #edf0f3 !important;
  color: #6b7280 !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
}

body.single-product div.product .product_meta a {
  color: #101820 !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

body.single-product div.product .product_meta a:hover {
  color: #e92828 !important;
}

/* Feature panel */
.bmsp-feature-panel {
  width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px !important;
}

.bmsp-feature-card {
  padding: 28px !important;
  border-radius: 26px !important;
  background: #fff !important;
  border: 1px solid rgba(16,24,32,.07) !important;
  box-shadow: 0 18px 50px rgba(16,24,32,.06) !important;
}

.bmsp-feature-card span {
  color: #e92828 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

.bmsp-feature-card h3 {
  margin: 12px 0 9px !important;
  color: #101820 !important;
  font-size: 21px !important;
  font-weight: 950 !important;
}

.bmsp-feature-card p {
  margin: 0 !important;
  color: #6b7280 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

/* Tabs */
body.single-product .woocommerce-tabs {
  width: 100% !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs {
  border: none !important;
  padding: 0 !important;
  margin: 0 0 24px !important;
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
  border: 1px solid #edf0f3 !important;
  background: #f8f9fb !important;
  border-radius: 999px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  padding: 12px 18px !important;
  color: #101820 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active {
  background: #e92828 !important;
  border-color: #e92828 !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #fff !important;
}

body.single-product .woocommerce-Tabs-panel {
  border: 1px solid rgba(16,24,32,.07) !important;
  border-radius: 26px !important;
  padding: 34px !important;
  box-shadow: 0 18px 50px rgba(16,24,32,.06) !important;
}

/* Responsive */
@media (max-width: 1024px) {
  body.single-product div.product,
  body.single-product .product.type-product {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  body.single-product div.product .summary {
    position: static !important;
  }

  .bmsp-feature-panel {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  body.single-product div.product,
  body.single-product .product.type-product {
    width: calc(100% - 36px) !important;
    margin: 28px auto 54px !important;
  }

  body.single-product div.product .woocommerce-product-gallery,
  body.single-product div.product .summary {
    border-radius: 24px !important;
    padding: 22px !important;
  }

  body.single-product div.product .woocommerce-product-gallery__image {
    min-height: 340px !important;
  }

  body.single-product div.product .product_title {
    font-size: 27px !important;
  }

  body.single-product div.product form.cart {
    grid-template-columns: 1fr !important;
  }

  body.single-product div.product form.cart .quantity input.qty {
    width: 100% !important;
  }
}


/* ===== v1.0.2 layout hotfix ===== */
body.single-product div.product,
body.single-product .product.type-product{
display:flex!important;
flex-wrap:wrap!important;
justify-content:space-between!important;
align-items:flex-start!important;
max-width:1320px!important;
width:calc(100% - 40px)!important;
gap:40px!important;
}

body.single-product div.product>.woocommerce-product-gallery,
body.single-product div.product>.images{
flex:0 0 56%!important;
width:56%!important;
max-width:56%!important;
}

body.single-product div.product>.summary{
flex:0 0 calc(44% - 40px)!important;
width:calc(44% - 40px)!important;
max-width:calc(44% - 40px)!important;
}

body.single-product .woocommerce-product-gallery__image{
min-height:640px!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
}

body.single-product .woocommerce-product-gallery__image img,
body.single-product img.wp-post-image{
max-width:94%!important;
max-height:620px!important;
width:auto!important;
height:auto!important;
}

body.single-product .flex-control-thumbs{
display:flex!important;
flex-wrap:nowrap!important;
gap:14px!important;
margin-top:22px!important;
}

body.single-product .flex-control-thumbs li{
width:96px!important;
height:96px!important;
flex:0 0 96px!important;
}

.bmsp-trust{
display:grid!important;
grid-template-columns:repeat(3,minmax(0,1fr))!important;
gap:12px!important;
}

.bmsp-trust-item{
min-height:120px!important;
}

@media(max-width:1024px){
body.single-product div.product,
body.single-product .product.type-product{
display:block!important;
}
body.single-product div.product>.woocommerce-product-gallery,
body.single-product div.product>.summary{
width:100%!important;
max-width:100%!important;
}
.bmsp-trust{grid-template-columns:1fr!important;}
}

/* ===== v1.0.3 final polish: price, whatsapp note, related products ===== */

/* Fiyatı dengeli hale getir */
body.single-product div.product p.price,
body.single-product div.product span.price,
body.single-product div.product p.price ins,
body.single-product div.product span.price ins {
  font-size: 30px !important;
  line-height: 1.12 !important;
  font-weight: 950 !important;
}

body.single-product div.product p.price del,
body.single-product div.product span.price del {
  font-size: 15px !important;
  margin-left: 10px !important;
  vertical-align: middle !important;
  color: #a7afbd !important;
}

/* Kurumsal destek alanı: butonlu premium kutu */
body.single-product .bmsp-cart-note {
  margin-top: 16px !important;
  padding: 16px 18px !important;
  border-radius: 18px !important;
  background: #f8fafc !important;
  border: 1px solid #edf0f3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

body.single-product .bmsp-cart-note-text {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  min-width: 0 !important;
}

body.single-product .bmsp-cart-note strong {
  color: #101820 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

body.single-product .bmsp-cart-note span {
  color: #6b7280 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

body.single-product .bmsp-whatsapp-btn {
  flex: 0 0 auto !important;
  height: 40px !important;
  padding: 0 16px !important;
  border-radius: 14px !important;
  background: #25d366 !important;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  box-shadow: 0 12px 24px rgba(37, 211, 102, .22) !important;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease !important;
}

body.single-product .bmsp-whatsapp-btn:hover {
  background: #1fbd5b !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 30px rgba(37, 211, 102, .30) !important;
}

/* Güven kutularına hafif hover */
body.single-product .bmsp-trust-item {
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease !important;
}

body.single-product .bmsp-trust-item:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(233,40,40,.22) !important;
  box-shadow: 0 16px 34px rgba(16,24,32,.08) !important;
}

/* İlgili ürünler bölümü düzeni */
body.single-product .related.products {
  width: min(1320px, calc(100% - 40px)) !important;
  max-width: 1320px !important;
  margin: 58px auto 90px !important;
  padding: 0 !important;
  clear: both !important;
}

body.single-product .related.products > h2 {
  color: #101820 !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  letter-spacing: -.5px !important;
  margin: 0 0 26px !important;
}

body.single-product .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.single-product .related.products ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 18px !important;
  border-radius: 26px !important;
  background: #fff !important;
  border: 1px solid rgba(16,24,32,.07) !important;
  box-shadow: 0 18px 45px rgba(16,24,32,.07) !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 395px !important;
  position: relative !important;
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease !important;
}

body.single-product .related.products ul.products li.product:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(233,40,40,.18) !important;
  box-shadow: 0 28px 65px rgba(16,24,32,.12) !important;
}

body.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link {
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
}

body.single-product .related.products ul.products li.product img {
  width: 100% !important;
  height: 220px !important;
  object-fit: contain !important;
  background: #f8f9fb !important;
  border-radius: 20px !important;
  padding: 18px !important;
  margin: 0 0 18px !important;
  transition: transform .3s ease !important;
}

body.single-product .related.products ul.products li.product:hover img {
  transform: scale(1.04) !important;
}

body.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product .related.products ul.products li.product h2,
body.single-product .related.products ul.products li.product h3 {
  color: #101820 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 950 !important;
  letter-spacing: -.2px !important;
  margin: 0 0 12px !important;
  min-height: 42px !important;
}

body.single-product .related.products ul.products li.product .price {
  color: #e92828 !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
  margin: auto 0 16px !important;
  display: block !important;
}

body.single-product .related.products ul.products li.product .price ins {
  color: #e92828 !important;
  text-decoration: none !important;
}

body.single-product .related.products ul.products li.product .price del {
  color: #a7afbd !important;
  font-size: 12px !important;
  margin-left: 6px !important;
}

body.single-product .related.products ul.products li.product .button,
body.single-product .related.products ul.products li.product a.add_to_cart_button {
  width: 100% !important;
  height: 44px !important;
  border-radius: 15px !important;
  background: #f4f5f7 !important;
  color: #101820 !important;
  border: 1px solid #edf0f3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease !important;
}

body.single-product .related.products ul.products li.product .button:hover,
body.single-product .related.products ul.products li.product a.add_to_cart_button:hover {
  background: #e92828 !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 28px rgba(233,40,40,.22) !important;
}

body.single-product .related.products ul.products li.product span.onsale {
  top: 28px !important;
  left: 28px !important;
  min-height: auto !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: #e92828 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  box-shadow: 0 10px 22px rgba(233,40,40,.22) !important;
}

@media (max-width: 1024px) {
  body.single-product .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  body.single-product div.product p.price,
  body.single-product div.product span.price,
  body.single-product div.product p.price ins,
  body.single-product div.product span.price ins {
    font-size: 25px !important;
  }

  body.single-product .bmsp-cart-note {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  body.single-product .bmsp-whatsapp-btn {
    width: 100% !important;
  }

  body.single-product .related.products {
    width: calc(100% - 32px) !important;
  }

  body.single-product .related.products ul.products {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT v1.0.4 SON DÜZELTME
   - İlgili ürün kartları
   - Fiyat dengesi
   - Adet kutusu mavi çizgi iptali
   - Sale -> İndirim görsel düzeni
   - Kurumsal destek butonu
=========================================================*/

/* Ürün fiyatını biraz küçült ve eski fiyatı hizala */
body.single-product div.product p.price,
body.single-product div.product span.price,
body.single-product div.product p.price ins,
body.single-product div.product span.price ins {
  font-size: 27px !important;
  line-height: 1.12 !important;
  font-weight: 950 !important;
}

body.single-product div.product p.price del,
body.single-product div.product span.price del {
  font-size: 14px !important;
  margin-left: 9px !important;
  vertical-align: middle !important;
  color: #aab2bf !important;
}

/* Adet kutusunda mavi focus çizgisini kaldır */
body.single-product div.product form.cart .quantity input.qty,
body.single-product div.product form.cart .quantity input.qty:focus,
body.single-product div.product form.cart .quantity input.qty:focus-visible,
body.single-product div.product form.cart .quantity input.qty:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: #e4e7ec !important;
}

body.single-product div.product form.cart .quantity input.qty:hover {
  border-color: #d5dae3 !important;
}

/* Sale/onsale etiketini Türkçe görünüme uygunlaştır */
body.single-product div.product span.onsale,
body.single-product .related.products ul.products li.product span.onsale {
  font-family: inherit !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* Kurumsal destek alanı: yazı solda, WhatsApp butonu sağda */
body.single-product .bmsp-cart-note {
  padding: 15px 16px !important;
  min-height: 74px !important;
}

body.single-product .bmsp-cart-note strong {
  font-size: 13px !important;
}

body.single-product .bmsp-cart-note span {
  font-size: 12px !important;
}

body.single-product .bmsp-whatsapp-btn {
  height: 38px !important;
  padding: 0 18px !important;
  border-radius: 13px !important;
  background: #25d366 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

/* İlgili ürünlerde kategori/metalar görünmesin */
body.single-product .related.products ul.products li.product .product_meta,
body.single-product .related.products ul.products li.product .posted_in,
body.single-product .related.products ul.products li.product .product-category,
body.single-product .related.products ul.products li.product .ct-product-categories,
body.single-product .related.products ul.products li.product .ct-woo-card-extra,
body.single-product .related.products ul.products li.product .entry-meta,
body.single-product .related.products ul.products li.product .meta,
body.single-product .related.products ul.products li.product .category,
body.single-product .related.products ul.products li.product .categories {
  display: none !important;
}

/* İlgili ürünler bölümü daha düzenli */
body.single-product .related.products {
  margin-top: 52px !important;
  margin-bottom: 72px !important;
}

body.single-product .related.products > h2 {
  font-size: 25px !important;
  margin-bottom: 22px !important;
}

/* Kartı çok uzun olmaktan çıkar */
body.single-product .related.products ul.products li.product {
  min-height: 0 !important;
  height: auto !important;
  padding: 16px !important;
  border-radius: 24px !important;
  gap: 0 !important;
}

/* İlgili ürün görselini büyüt, boşluğu azalt */
body.single-product .related.products ul.products li.product img {
  height: 255px !important;
  width: 100% !important;
  object-fit: contain !important;
  padding: 10px !important;
  margin: 0 0 14px !important;
  border-radius: 19px !important;
  background: #f8f9fb !important;
}

/* Başlık aralığını azalt */
body.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product .related.products ul.products li.product h2,
body.single-product .related.products ul.products li.product h3 {
  font-size: 15px !important;
  line-height: 1.32 !important;
  min-height: 40px !important;
  margin: 0 0 10px !important;
}

/* Fiyat aralığı daha kompakt */
body.single-product .related.products ul.products li.product .price {
  margin: 0 0 14px !important;
  font-size: 17px !important;
  line-height: 1.12 !important;
}

body.single-product .related.products ul.products li.product .price del {
  font-size: 12px !important;
}

/* İlgili ürün butonu daha temiz */
body.single-product .related.products ul.products li.product .button,
body.single-product .related.products ul.products li.product a.add_to_cart_button {
  height: 42px !important;
  border-radius: 14px !important;
  font-size: 12px !important;
  background: #f4f5f7 !important;
  color: #101820 !important;
}

/* İlgili ürün indirim etiketi */
body.single-product .related.products ul.products li.product span.onsale {
  top: 24px !important;
  left: 24px !important;
  padding: 8px 12px !important;
}

/* İlgili ürünlerde tek ürün çıkarsa sola yapışık dev durmasın */
body.single-product .related.products ul.products {
  align-items: stretch !important;
}

body.single-product .related.products ul.products li.product:only-child {
  max-width: 320px !important;
}

/* Mobilde ilgili ürün görseli dengesi */
@media (max-width: 768px) {
  body.single-product div.product p.price,
  body.single-product div.product span.price,
  body.single-product div.product p.price ins,
  body.single-product div.product span.price ins {
    font-size: 24px !important;
  }

  body.single-product .related.products ul.products li.product img {
    height: 230px !important;
  }
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT v1.0.5
   Adet kutusu kesin düzeltme
=========================================================*/

/* WooCommerce quantity alanını tamamen yeniden hizala */
body.single-product div.product form.cart .quantity,
body.single-product div.product form.cart .ct-increase-decrease,
body.single-product div.product form.cart .quantity[data-type],
body.single-product div.product form.cart .quantity.hidden {
  width: 104px !important;
  min-width: 104px !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e4e7ec !important;
  border-radius: 18px !important;
  background: #f8f9fb !important;
  box-shadow: none !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: 32px 40px 32px !important;
  align-items: center !important;
}

/* Eksi / artı butonları */
body.single-product div.product form.cart .quantity .ct-decrease,
body.single-product div.product form.cart .quantity .ct-increase,
body.single-product div.product form.cart .quantity button,
body.single-product div.product form.cart .quantity .minus,
body.single-product div.product form.cart .quantity .plus {
  width: 32px !important;
  height: 56px !important;
  min-width: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #101820 !important;
  font-size: 16px !important;
  line-height: 56px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
  outline: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Mavi artı butonunu kırmızı/temiz hale getir */
body.single-product div.product form.cart .quantity .ct-increase,
body.single-product div.product form.cart .quantity .plus,
body.single-product div.product form.cart .quantity button:last-child {
  background: #e92828 !important;
  color: #ffffff !important;
  border-radius: 13px !important;
  width: 30px !important;
  height: 40px !important;
  min-width: 30px !important;
  line-height: 40px !important;
  margin-right: 7px !important;
}

/* Input sayı alanı */
body.single-product div.product form.cart .quantity input.qty,
body.single-product div.product form.cart input.qty {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #101820 !important;
  -webkit-text-fill-color: #101820 !important;
  font-size: 15px !important;
  line-height: 56px !important;
  font-weight: 950 !important;
  text-align: center !important;
  box-shadow: none !important;
  outline: none !important;
  opacity: 1 !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

/* Chrome sayı oklarını gizle */
body.single-product div.product form.cart .quantity input.qty::-webkit-outer-spin-button,
body.single-product div.product form.cart .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Focus/active mavi rengi tamamen kapat */
body.single-product div.product form.cart .quantity *,
body.single-product div.product form.cart .quantity *:focus,
body.single-product div.product form.cart .quantity *:focus-visible,
body.single-product div.product form.cart .quantity *:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Sepete ekleyle aynı hizada tut */
body.single-product div.product form.cart {
  grid-template-columns: 104px 1fr !important;
  align-items: center !important;
}

/* Mobilde tam genişlik */
@media (max-width: 768px) {
  body.single-product div.product form.cart .quantity,
  body.single-product div.product form.cart .ct-increase-decrease,
  body.single-product div.product form.cart .quantity[data-type] {
    width: 100% !important;
    min-width: 100% !important;
    grid-template-columns: 44px 1fr 44px !important;
  }

  body.single-product div.product form.cart .quantity input.qty,
  body.single-product div.product form.cart input.qty {
    width: 100% !important;
    max-width: none !important;
  }

  body.single-product div.product form.cart .quantity .ct-increase,
  body.single-product div.product form.cart .quantity .plus,
  body.single-product div.product form.cart .quantity button:last-child {
    width: 38px !important;
    min-width: 38px !important;
  }
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT v1.0.6
   Premium adet kutusu - kesin çözüm
=========================================================*/

/* Sepet satırı */
body.single-product div.product form.cart {
  grid-template-columns: 142px 1fr !important;
  gap: 16px !important;
  align-items: center !important;
}

/* Eski Blocksy/WooCommerce adet stillerini tamamen sıfırla */
body.single-product div.product form.cart .quantity.bmsp-qty-ready {
  width: 142px !important;
  min-width: 142px !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 0 9px !important;
  border: 1px solid #e4e7ec !important;
  border-radius: 18px !important;
  background: #f8f9fb !important;
  box-shadow: none !important;
  outline: none !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: 36px 1fr 36px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

/* + - butonları */
body.single-product div.product form.cart .quantity.bmsp-qty-ready .bmsp-qty-btn {
  width: 36px !important;
  height: 40px !important;
  min-width: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: transparent !important;
  color: #101820 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  font-family: inherit !important;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background .18s ease, color .18s ease, transform .18s ease !important;
}

body.single-product div.product form.cart .quantity.bmsp-qty-ready .bmsp-qty-btn:hover {
  background: #fff !important;
  color: #e92828 !important;
  transform: translateY(-1px) !important;
}

/* Artı butonu kırmızı */
body.single-product div.product form.cart .quantity.bmsp-qty-ready .bmsp-qty-plus {
  background: #e92828 !important;
  color: #ffffff !important;
}

body.single-product div.product form.cart .quantity.bmsp-qty-ready .bmsp-qty-plus:hover {
  background: #c91515 !important;
  color: #ffffff !important;
}

/* Sayı tam ortada ve asla kaybolmaz */
body.single-product div.product form.cart .quantity.bmsp-qty-ready input.qty,
body.single-product div.product form.cart .quantity.bmsp-qty-ready input.bmsp-qty-input {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #101820 !important;
  -webkit-text-fill-color: #101820 !important;
  opacity: 1 !important;
  font-size: 16px !important;
  line-height: 56px !important;
  font-weight: 950 !important;
  text-align: center !important;
  font-family: inherit !important;
  box-shadow: none !important;
  outline: none !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

body.single-product div.product form.cart .quantity.bmsp-qty-ready input.qty::-webkit-outer-spin-button,
body.single-product div.product form.cart .quantity.bmsp-qty-ready input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Eski Blocksy butonları kalırsa görünmesin */
body.single-product div.product form.cart .quantity.bmsp-qty-ready .ct-increase,
body.single-product div.product form.cart .quantity.bmsp-qty-ready .ct-decrease,
body.single-product div.product form.cart .quantity.bmsp-qty-ready .plus:not(.bmsp-qty-btn),
body.single-product div.product form.cart .quantity.bmsp-qty-ready .minus:not(.bmsp-qty-btn) {
  display: none !important;
}

/* Mobil */
@media (max-width: 768px) {
  body.single-product div.product form.cart {
    grid-template-columns: 1fr !important;
  }

  body.single-product div.product form.cart .quantity.bmsp-qty-ready {
    width: 100% !important;
    min-width: 100% !important;
    grid-template-columns: 48px 1fr 48px !important;
  }

  body.single-product div.product form.cart .quantity.bmsp-qty-ready .bmsp-qty-btn {
    width: 48px !important;
  }
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT v1.0.7
   Adet kutusu nihai çözüm: Orijinali gizle, özel kutuyu göster
=========================================================*/

/* WooCommerce/Blocksy orijinal adet kutusunu tamamen gizle */
body.single-product div.product form.cart .quantity.bmsp-original-qty-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Sepet satırını temiz hizala */
body.single-product div.product form.cart {
  display: grid !important;
  grid-template-columns: 146px 1fr !important;
  gap: 16px !important;
  align-items: center !important;
}

/* Bizim özel adet kutumuz */
body.single-product div.product form.cart .bmsp-custom-qty {
  width: 146px !important;
  height: 56px !important;
  min-width: 146px !important;
  padding: 0 8px !important;
  border: 1px solid #e4e7ec !important;
  border-radius: 18px !important;
  background: #f8f9fb !important;
  display: grid !important;
  grid-template-columns: 38px 1fr 38px !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* Eksi / artı */
body.single-product div.product form.cart .bmsp-custom-qty-btn {
  width: 38px !important;
  height: 40px !important;
  min-width: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: transparent !important;
  color: #101820 !important;
  font-family: inherit !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background .18s ease, color .18s ease, transform .18s ease !important;
}

body.single-product div.product form.cart .bmsp-custom-qty-minus {
  color: #101820 !important;
}

body.single-product div.product form.cart .bmsp-custom-qty-minus:hover {
  background: #ffffff !important;
  color: #e92828 !important;
  transform: translateY(-1px) !important;
}

body.single-product div.product form.cart .bmsp-custom-qty-plus {
  background: #e92828 !important;
  color: #ffffff !important;
}

body.single-product div.product form.cart .bmsp-custom-qty-plus:hover {
  background: #c91515 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

/* Sayı tam ortada */
body.single-product div.product form.cart .bmsp-custom-qty-number {
  min-width: 0 !important;
  height: 56px !important;
  color: #101820 !important;
  font-size: 16px !important;
  line-height: 56px !important;
  font-weight: 950 !important;
  text-align: center !important;
  display: block !important;
  user-select: none !important;
}

/* Sepete Ekle butonuyla aynı hizaya sabitle */
body.single-product div.product form.cart .single_add_to_cart_button {
  height: 56px !important;
}

/* Önceki quantity stilleri özel kutuya bulaşmasın */
body.single-product div.product form.cart .bmsp-custom-qty *,
body.single-product div.product form.cart .bmsp-custom-qty *:focus,
body.single-product div.product form.cart .bmsp-custom-qty *:focus-visible,
body.single-product div.product form.cart .bmsp-custom-qty *:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Mobil */
@media (max-width: 768px) {
  body.single-product div.product form.cart {
    grid-template-columns: 1fr !important;
  }

  body.single-product div.product form.cart .bmsp-custom-qty {
    width: 100% !important;
    min-width: 100% !important;
    grid-template-columns: 48px 1fr 48px !important;
  }

  body.single-product div.product form.cart .bmsp-custom-qty-btn {
    width: 48px !important;
    min-width: 48px !important;
  }
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT v1.0.8
   Adet kutusu yerleşim kesin düzeltme
=========================================================*/

/* Form satırını iki kolonlu yap: adet solda, buton sağda */
body.single-product div.product form.cart {
  display: grid !important;
  grid-template-columns: 142px minmax(0, 1fr) !important;
  column-gap: 16px !important;
  row-gap: 0 !important;
  align-items: center !important;
}

/* Orijinal quantity sayfada yer kaplamasın */
body.single-product div.product form.cart .quantity.bmsp-original-qty-hidden {
  display: none !important;
}

/* Eski quantity visible kalırsa da görünmesin, sadece custom göster */
body.single-product div.product form.cart > .quantity:not(.bmsp-custom-qty) {
  display: none !important;
}

/* Özel adet kutusu: Sepete Ekle'nin solunda */
body.single-product div.product form.cart .bmsp-custom-qty {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: stretch !important;
  width: 142px !important;
  min-width: 142px !important;
  max-width: 142px !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  border: 1px solid #e4e7ec !important;
  border-radius: 18px !important;
  background: #f8f9fb !important;
  display: grid !important;
  grid-template-columns: 38px 1fr 38px !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  overflow: hidden !important;
  z-index: 2 !important;
}

/* Sepete Ekle butonu sağ kolon */
body.single-product div.product form.cart .single_add_to_cart_button {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  width: 100% !important;
  height: 56px !important;
  margin: 0 !important;
}

/* Eksi / artı */
body.single-product div.product form.cart .bmsp-custom-qty-btn {
  width: 38px !important;
  height: 40px !important;
  min-width: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: transparent !important;
  color: #101820 !important;
  font-family: inherit !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background .18s ease, color .18s ease, transform .18s ease !important;
}

body.single-product div.product form.cart .bmsp-custom-qty-minus:hover {
  background: #fff !important;
  color: #e92828 !important;
}

body.single-product div.product form.cart .bmsp-custom-qty-plus {
  background: #e92828 !important;
  color: #fff !important;
}

body.single-product div.product form.cart .bmsp-custom-qty-plus:hover {
  background: #c91515 !important;
  color: #fff !important;
}

/* Sayı */
body.single-product div.product form.cart .bmsp-custom-qty-number {
  height: 56px !important;
  color: #101820 !important;
  font-size: 16px !important;
  line-height: 56px !important;
  font-weight: 950 !important;
  text-align: center !important;
  display: block !important;
  user-select: none !important;
}

/* Mobil */
@media (max-width: 768px) {
  body.single-product div.product form.cart {
    grid-template-columns: 1fr !important;
    row-gap: 12px !important;
  }

  body.single-product div.product form.cart .bmsp-custom-qty,
  body.single-product div.product form.cart .single_add_to_cart_button {
    grid-column: 1 !important;
  }

  body.single-product div.product form.cart .bmsp-custom-qty {
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 48px 1fr 48px !important;
  }

  body.single-product div.product form.cart .single_add_to_cart_button {
    grid-row: 2 !important;
  }

  body.single-product div.product form.cart .bmsp-custom-qty-btn {
    width: 48px !important;
    min-width: 48px !important;
  }
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT v1.0.9
   Ürün sayfasında adet kutusunu kaldır
=========================================================*/

/* Ürün sayfasında adet seçici tamamen gizlensin */
body.single-product div.product form.cart .quantity,
body.single-product div.product form.cart .bmsp-custom-qty,
body.single-product div.product form.cart .ct-increase-decrease {
  display: none !important;
}

/* Sepete Ekle butonu tek başına, düzgün genişlikte kalsın */
body.single-product div.product form.cart {
  display: block !important;
  padding-top: 24px !important;
}

body.single-product div.product form.cart .single_add_to_cart_button {
  width: 100% !important;
  height: 56px !important;
  margin: 0 !important;
  border-radius: 18px !important;
}

/* Önceki grid ayarlarını ez */
body.single-product div.product form.cart > * {
  grid-column: auto !important;
  grid-row: auto !important;
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT v1.0.10
   Adet kutusunu PHP + CSS ile kesin kaldırma
=========================================================*/

/* Ürün sayfasında olası tüm adet yapıları gizlensin */
body.single-product form.cart .quantity,
body.single-product form.cart .ct-increase-decrease,
body.single-product form.cart .bmsp-custom-qty,
body.single-product form.cart input.qty,
body.single-product form.cart button.plus,
body.single-product form.cart button.minus,
body.single-product form.cart .ct-increase,
body.single-product form.cart .ct-decrease {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Form artık tek buton */
body.single-product div.product form.cart,
body.single-product form.cart {
  display: block !important;
  grid-template-columns: none !important;
  padding-top: 24px !important;
}

/* Sepete ekle tam genişlik */
body.single-product div.product form.cart .single_add_to_cart_button,
body.single-product form.cart .single_add_to_cart_button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 56px !important;
  margin: 0 !important;
  border-radius: 18px !important;
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT v1.0.11
   Hizalama + görsel büyütme + modern ikonlar
=========================================================*/

/* Ürün sayfası Sepete Ekle butonu tam ortalı */
body.single-product div.product form.cart .single_add_to_cart_button,
body.single-product form.cart .single_add_to_cart_button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1 !important;
  padding: 0 24px !important;
}

/* İlgili ürünler Sepete Ekle butonu ortalı */
body.single-product .related.products ul.products li.product .button,
body.single-product .related.products ul.products li.product a.add_to_cart_button,
body.single-product .related.products ul.products li.product .product_type_simple {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1 !important;
  padding: 0 18px !important;
  min-width: 118px !important;
}

/* İlgili ürün kart içeriği daha dengeli */
body.single-product .related.products ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
}

body.single-product .related.products ul.products li.product .button {
  margin-top: auto !important;
  align-self: flex-start !important;
}

/* Ürün görselinde büyütme imleci */
body.single-product .woocommerce-product-gallery__image a,
body.single-product .bmsp-zoom-link {
  cursor: zoom-in !important;
  position: relative !important;
}

/* Görsel üzerine küçük büyüt ikonu */
body.single-product .woocommerce-product-gallery__image a::after,
body.single-product .bmsp-zoom-link::after {
  content: "⌕";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #101820;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(16,24,32,.14);
  opacity: 0;
  transform: translateY(6px);
  transition: .22s ease;
}

body.single-product .woocommerce-product-gallery__image a:hover::after,
body.single-product .bmsp-zoom-link:hover::after {
  opacity: 1;
  transform: translateY(0);
}

/* Lightbox */
body.bmsp-lightbox-open {
  overflow: hidden !important;
}

.bmsp-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(10, 15, 24, .82);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
  cursor: zoom-out;
}

.bmsp-image-lightbox img {
  max-width: min(92vw, 1200px);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}

.bmsp-lightbox-close {
  position: fixed;
  right: 28px;
  top: 28px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #101820;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(0,0,0,.25);
}

/* Güven kutuları modern ikon */
body.single-product .bmsp-trust-item span {
  color: #e92828 !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(233,40,40,.08) !important;
}

body.single-product .bmsp-trust-item span svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
}

body.single-product .bmsp-trust-item {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

body.single-product .bmsp-trust-item:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(233,40,40,.22) !important;
  box-shadow: 0 16px 34px rgba(16,24,32,.08) !important;
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT v1.0.12
   Buton ortalama + görsel büyütme kesin düzeltme
=========================================================*/

/* Ana ürün Sepete Ekle: yazı kesin ortalı */
body.single-product div.product form.cart .single_add_to_cart_button,
body.single-product form.cart .single_add_to_cart_button,
body.single-product .summary .single_add_to_cart_button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: 56px !important;
  height: 56px !important;
  padding: 0 28px !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
}

/* Buton içindeki olası span/text wrapper'lar */
body.single-product div.product form.cart .single_add_to_cart_button *,
body.single-product .summary .single_add_to_cart_button * {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* İlgili ürün Sepete Ekle: hem kartta hem yazıda ortalı */
body.single-product .related.products ul.products li.product .button,
body.single-product .related.products ul.products li.product a.button,
body.single-product .related.products ul.products li.product a.add_to_cart_button,
body.single-product .related.products ul.products li.product .product_type_simple,
body.single-product .related.products ul.products li.product .wp-element-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  height: 42px !important;
  min-width: 126px !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 0 20px !important;
  line-height: 42px !important;
  margin-top: auto !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
}

body.single-product .related.products ul.products li.product .button *,
body.single-product .related.products ul.products li.product a.add_to_cart_button * {
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Galeri görseli tıklanabilir büyütme */
body.single-product .woocommerce-product-gallery__image,
body.single-product .bmsp-click-zoom-holder {
  position: relative !important;
}

body.single-product .woocommerce-product-gallery__image img,
body.single-product .bmsp-click-zoom-image {
  cursor: zoom-in !important;
}

/* Büyütme rozeti */
body.single-product .bmsp-click-zoom-holder::after,
body.single-product .woocommerce-product-gallery__image::after {
  content: "⌕";
  position: absolute !important;
  right: 18px !important;
  bottom: 18px !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.94) !important;
  color: #101820 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 34px rgba(16,24,32,.14) !important;
  opacity: 0 !important;
  transform: translateY(6px) !important;
  transition: .22s ease !important;
  pointer-events: none !important;
  z-index: 5 !important;
}

body.single-product .bmsp-click-zoom-holder:hover::after,
body.single-product .woocommerce-product-gallery__image:hover::after {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Lightbox kesin çalışsın */
body.bmsp-lightbox-open {
  overflow: hidden !important;
}

.bmsp-image-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  background: rgba(10,15,24,.84) !important;
  backdrop-filter: blur(10px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 34px !important;
  cursor: zoom-out !important;
}

.bmsp-image-lightbox img {
  max-width: min(92vw, 1200px) !important;
  max-height: 88vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: #fff !important;
  border-radius: 24px !important;
  padding: 26px !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.35) !important;
}

.bmsp-lightbox-close {
  position: fixed !important;
  right: 28px !important;
  top: 28px !important;
  width: 48px !important;
  height: 48px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #101820 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.25) !important;
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT v1.0.13
   BUTONUN KENDİSİNİ ORTALAMA + LIGHTBOX GARANTİ
=========================================================*/

/* Ana ürün Sepete Ekle butonu: tam genişlik değil, summary içinde ortalı */
body.single-product div.product form.cart,
body.single-product form.cart {
  text-align: center !important;
}

body.single-product div.product form.cart .single_add_to_cart_button,
body.single-product form.cart .single_add_to_cart_button,
body.single-product .summary .single_add_to_cart_button {
  width: min(360px, 100%) !important;
  max-width: 360px !important;
  min-width: 260px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* İlgili ürünlerde buton kart içinde ortalı */
body.single-product .related.products ul.products li.product {
  text-align: center !important;
  align-items: center !important;
}

body.single-product .related.products ul.products li.product .button,
body.single-product .related.products ul.products li.product a.button,
body.single-product .related.products ul.products li.product a.add_to_cart_button,
body.single-product .related.products ul.products li.product .product_type_simple,
body.single-product .related.products ul.products li.product .wp-element-button {
  margin-left: auto !important;
  margin-right: auto !important;
  align-self: center !important;
  float: none !important;
  width: auto !important;
  min-width: 128px !important;
  max-width: max-content !important;
}

/* İlgili ürün başlık/fiyat kart içinde hizalı ama okunaklı */
body.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product .related.products ul.products li.product h2,
body.single-product .related.products ul.products li.product h3,
body.single-product .related.products ul.products li.product .price {
  width: 100% !important;
  text-align: left !important;
}

/* Lightbox tıklama hissi ve ikon her zaman görünsün */
body.single-product .woocommerce-product-gallery__image,
body.single-product .bmsp-click-zoom-holder {
  position: relative !important;
  cursor: zoom-in !important;
}

body.single-product .woocommerce-product-gallery__image img,
body.single-product .bmsp-click-zoom-image {
  cursor: zoom-in !important;
}

body.single-product .woocommerce-product-gallery__image::after,
body.single-product .bmsp-click-zoom-holder::after {
  content: "⌕" !important;
  position: absolute !important;
  right: 18px !important;
  bottom: 18px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.96) !important;
  color: #101820 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 34px rgba(16,24,32,.16) !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: 10 !important;
}

/* Lightbox overlay */
body.bmsp-lightbox-open {
  overflow: hidden !important;
}

.bmsp-image-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  background: rgba(10,15,24,.86) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 34px !important;
  cursor: zoom-out !important;
}

.bmsp-image-lightbox img {
  max-width: min(92vw, 1200px) !important;
  max-height: 88vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: #fff !important;
  border-radius: 24px !important;
  padding: 26px !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.35) !important;
}

.bmsp-lightbox-close {
  position: fixed !important;
  right: 28px !important;
  top: 28px !important;
  width: 48px !important;
  height: 48px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #101820 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.25) !important;
}

@media (max-width: 768px) {
  body.single-product div.product form.cart .single_add_to_cart_button,
  body.single-product form.cart .single_add_to_cart_button,
  body.single-product .summary .single_add_to_cart_button {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT v1.0.14
   Sepete Ekle tam genişlik + görsel büyütme tetikleyici
=========================================================*/

/* Ürün sayfasındaki Sepete Ekle butonu sağdan sola tam genişlik */
body.single-product div.product .summary form.cart,
body.single-product div.product form.cart,
body.single-product form.cart {
  width: 100% !important;
  display: block !important;
  text-align: initial !important;
}

body.single-product div.product .summary form.cart .single_add_to_cart_button,
body.single-product div.product form.cart .single_add_to_cart_button,
body.single-product form.cart .single_add_to_cart_button,
body.single-product .summary .single_add_to_cart_button {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 28px !important;
  border-radius: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  float: none !important;
}

/* Görsel büyütme: WooCommerce trigger görünür ve tüm görsel tıklanabilir */
body.single-product .woocommerce-product-gallery__image,
body.single-product .bmsp-click-zoom-holder {
  position: relative !important;
  cursor: zoom-in !important;
}

body.single-product .woocommerce-product-gallery__image img,
body.single-product .bmsp-click-zoom-image {
  cursor: zoom-in !important;
}

/* WooCommerce büyütme ikonunu premium hale getir */
body.single-product .woocommerce-product-gallery__trigger {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  right: 18px !important;
  bottom: 18px !important;
  top: auto !important;
  left: auto !important;
  z-index: 50 !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.96) !important;
  color: #101820 !important;
  box-shadow: 0 14px 34px rgba(16,24,32,.16) !important;
  align-items: center !important;
  justify-content: center !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}

body.single-product .woocommerce-product-gallery__trigger::before {
  content: "⌕" !important;
  text-indent: 0 !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  color: #101820 !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  display: block !important;
  transform: none !important;
}

body.single-product .woocommerce-product-gallery__trigger::after {
  display: none !important;
}

/* Eski pseudo büyütme ikonlarının çakışmasını önle */
body.single-product .woocommerce-product-gallery__image::after,
body.single-product .bmsp-click-zoom-holder::after {
  display: none !important;
}

/* Photoswipe/lightbox üstte kalsın */
.pswp,
.woocommerce .pswp {
  z-index: 2147483647 !important;
}


/* =========================================================
   BÜROMOTTO PREMIUM SINGLE PRODUCT v1.0.15
   İndirim rozeti / destek butonu / eski fiyat düzeltmeleri
=========================================================*/

/* İndirim etiketi: patlamayı engelle, küçük premium badge yap */
body.single-product div.product span.onsale,
body.single-product div.product .onsale,
body.single-product .woocommerce-product-gallery span.onsale,
body.single-product .woocommerce span.onsale {
  position: absolute !important;
  top: 26px !important;
  left: 30px !important;
  z-index: 25 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  height: auto !important;
  min-height: 0 !important;

  padding: 7px 13px !important;
  border-radius: 999px !important;

  background: #e55353 !important;
  color: #fff !important;

  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
  white-space: nowrap !important;

  box-shadow: 0 10px 22px rgba(229,83,83,.16) !important;
  overflow: visible !important;
}

/* Eski fiyat: kaybolmasın, net görünsün */
body.single-product div.product p.price del,
body.single-product div.product span.price del,
body.single-product div.product .price del {
  opacity: 1 !important;
  color: #7e8794 !important;
  font-size: 18px !important;
  font-weight: 750 !important;
  margin-left: 8px !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1.5px !important;
  text-decoration-color: rgba(126,135,148,.86) !important;
}

body.single-product div.product p.price del bdi,
body.single-product div.product span.price del bdi,
body.single-product div.product .price del bdi,
body.single-product div.product p.price del .woocommerce-Price-currencySymbol,
body.single-product div.product span.price del .woocommerce-Price-currencySymbol {
  opacity: 1 !important;
  color: #7e8794 !important;
  font-weight: 750 !important;
}

/* Yeni fiyat güçlü ama biraz daha premium kırmızı */
body.single-product div.product p.price,
body.single-product div.product span.price,
body.single-product div.product p.price ins,
body.single-product div.product span.price ins,
body.single-product div.product .price ins {
  color: #de3f3f !important;
}

body.single-product div.product p.price ins,
body.single-product div.product span.price ins,
body.single-product div.product .price ins {
  text-decoration: none !important;
  font-weight: 900 !important;
}

/* Destek Al: WhatsApp yeşilini cırtlak halden çıkar */
body.single-product .bmsp-whatsapp-btn,
body.single-product a.bmsp-whatsapp-btn {
  background: #2f6f5f !important;
  border: 1px solid #2f6f5f !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(47,111,95,.16) !important;
  font-weight: 850 !important;
}

body.single-product .bmsp-whatsapp-btn:hover,
body.single-product a.bmsp-whatsapp-btn:hover {
  background: #285e51 !important;
  border-color: #285e51 !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(47,111,95,.20) !important;
}

/* Destek kutusunu biraz daha soft yap */
body.single-product .bmsp-cart-note {
  background: #f9fafb !important;
  border-color: rgba(16,24,32,.07) !important;
}

body.single-product .bmsp-cart-note strong {
  font-weight: 850 !important;
}

body.single-product .bmsp-cart-note span {
  color: #667085 !important;
}

/* Güven kutularının kırmızı patlamasını da hafiflet */
body.single-product .bmsp-trust-item {
  background: #fff8f8 !important;
  border-color: rgba(229,83,83,.11) !important;
}

body.single-product .bmsp-trust-item svg,
body.single-product .bmsp-trust-item span {
  color: #d96767 !important;
}

/* Mobilde rozet daha derli toplu */
@media (max-width: 768px) {
  body.single-product div.product span.onsale,
  body.single-product div.product .onsale,
  body.single-product .woocommerce-product-gallery span.onsale,
  body.single-product .woocommerce span.onsale {
    top: 18px !important;
    left: 18px !important;
    padding: 7px 12px !important;
    font-size: 12px !important;
  }
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT PREMIUM v1.0.16
   İndirim rozetini yüzde bazlı gösterim için netleştirme
=========================================================*/

body.single-product div.product span.onsale.bmsp-percent-sale,
body.single-product .related.products ul.products li.product span.onsale.bmsp-percent-sale,
body.single-product .woocommerce span.onsale.bmsp-percent-sale {
  min-width: auto !important;
  width: auto !important;
  height: auto !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
  white-space: nowrap !important;
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT PREMIUM v1.0.17
   Ana ürün görseli hover zoom
=========================================================*/

@media (hover: hover) and (pointer: fine) {
  body.single-product .bmsp-hover-zoom-item {
    overflow: hidden !important;
    cursor: zoom-in !important;
  }

  body.single-product .bmsp-hover-zoom-img {
    transition: transform .22s ease !important;
    will-change: transform !important;
  }

  body.single-product .bmsp-hover-zoom-img.bmsp-is-zoomed {
    transform: scale(1.85) !important;
  }
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT PREMIUM v1.0.18
   WooCommerce template override ile gelen yüzde rozetleri
=========================================================*/

body.single-product .onsale.bmsp-percent-sale,
body.single-product div.product span.onsale.bmsp-percent-sale,
body.single-product .woocommerce-product-gallery span.onsale.bmsp-percent-sale,
body.single-product .related.products ul.products li.product span.onsale.bmsp-percent-sale,
body.single-product ul.products li.product span.onsale.bmsp-percent-sale {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: auto !important;
  width: auto !important;
  height: auto !important;
  min-height: auto !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: #ef2b2d !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
  white-space: nowrap !important;
  box-shadow: 0 12px 26px rgba(239, 43, 45, .18) !important;
}

/* Garanti kartı metni 2 yıl oldu, kart görünümü aynı kalsın */
body.single-product .bmsp-trust-item strong {
  white-space: normal !important;
}


/* =========================================================
   BÜROMOTTO SINGLE PRODUCT PREMIUM v1.0.19
   Hover zoom kesin düzeltme
   Template/rozet/garanti yapısına dokunmaz.
=========================================================*/

@media (hover: hover) and (pointer: fine) {
  body.single-product .woocommerce-product-gallery,
  body.single-product .woocommerce-product-gallery__wrapper,
  body.single-product .woocommerce-product-gallery__image,
  body.single-product .woocommerce-product-gallery__image a {
    overflow: hidden !important;
  }

  body.single-product .woocommerce-product-gallery__image {
    cursor: zoom-in !important;
  }

  body.single-product .woocommerce-product-gallery__image img {
    transition: transform .24s ease !important;
    transform-origin: center center !important;
    will-change: transform !important;
  }

  body.single-product .woocommerce-product-gallery__image:hover img,
  body.single-product .woocommerce-product-gallery__image.bmsp-zoom-active img {
    transform: scale(1.75) !important;
  }
}
