/* Bulkomi v2499 — tek parça kurumsal ürün detay sistemi */
:root{
  --pd-ink:#172033;
  --pd-muted:#667085;
  --pd-soft:#f7f8fa;
  --pd-line:#e6eaf0;
  --pd-orange:#ff6500;
  --pd-orange-dark:#e84f00;
  --pd-green:#1ca45c;
}
.product-detail-page{
  background:#fff;
  color:var(--pd-ink);
  padding:14px 0 52px;
}
.product-detail-container{max-width:1440px}
.product-breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  margin:0 0 18px;
  color:#8993a3;
  font-size:12px;
  line-height:1.4;
}
.product-breadcrumb a{color:#667085;font-weight:700}
.product-breadcrumb span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#344054;font-weight:800}

.product-hero{
  display:grid;
  grid-template-columns:minmax(0,1.57fr) minmax(420px,1fr);
  gap:38px;
  align-items:start;
}
.product-gallery{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.product-gallery-stage{
  position:relative;
  display:grid;
  place-items:center;
  min-height:640px;
  height:clamp(640px,67vh,700px);
  padding:28px;
  overflow:hidden;
  border:1px solid var(--pd-line);
  border-radius:14px;
  background:#fff;
}
.product-gallery-stage:focus-visible{outline:3px solid rgba(255,101,0,.2);outline-offset:2px}
.product-gallery-stage #mainImage{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
  transition:opacity .16s ease,transform .16s ease;
}
.product-gallery-stage #mainImage.is-switching{opacity:.58;transform:scale(.992)}
.product-gallery-arrow{
  position:absolute;
  top:50%;
  z-index:3;
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid #dfe4eb;
  border-radius:50%;
  background:rgba(255,255,255,.97);
  color:#344054;
  box-shadow:0 10px 26px rgba(16,24,40,.10);
  transform:translateY(-50%);
  cursor:pointer;
  transition:border-color .18s ease,color .18s ease,transform .18s ease;
}
.product-gallery-arrow:hover{border-color:#ffb37f;color:var(--pd-orange);transform:translateY(-50%) scale(1.03)}
.product-gallery-arrow span{font-size:34px;line-height:1;margin-top:-3px}
.product-gallery-prev{left:16px}
.product-gallery-next{right:16px}
.product-gallery-counter{
  position:absolute;
  right:14px;
  bottom:14px;
  z-index:2;
  padding:5px 9px;
  border:1px solid var(--pd-line);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#667085;
  font-size:11px;
  font-weight:800;
}
.product-gallery-strip{min-width:0}
.product-gallery-strip-shell{position:relative;min-width:0}
.product-gallery-thumbs{
  display:flex;
  align-items:stretch;
  gap:10px;
  min-width:0;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scroll-behavior:smooth;
  scrollbar-width:thin;
  scrollbar-color:#d0d5dd transparent;
  padding:0 1px 4px;
}
.product-gallery-thumbs::-webkit-scrollbar{height:5px}
.product-gallery-thumbs::-webkit-scrollbar-thumb{background:#d0d5dd;border-radius:999px}
.product-gallery-thumbs .detail-thumb-v2494{
  flex:0 0 116px;
  width:116px;
  min-width:116px;
  height:90px;
  display:grid;
  grid-template-rows:58px minmax(0,1fr);
  gap:4px;
  padding:7px;
  overflow:hidden;
  border:1px solid var(--pd-line);
  border-radius:11px;
  background:#fff;
  color:#475467;
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.product-gallery-thumbs .detail-thumb-v2494:hover{border-color:#ffbb8d;transform:translateY(-1px)}
.product-gallery-thumbs .detail-thumb-v2494.active{
  border-color:var(--pd-orange);
  box-shadow:0 0 0 1px var(--pd-orange),0 7px 16px rgba(255,101,0,.08);
}
.product-gallery-thumbs .detail-thumb-visual-v2494{
  display:grid;
  place-items:center;
  width:100%;
  height:58px;
  min-height:58px;
  overflow:hidden;
  border-radius:7px;
  background:#fbfcfd;
}
.product-gallery-thumbs .detail-thumb-visual-v2494 img{width:100%;height:100%;object-fit:contain;object-position:center}
.product-gallery-thumbs .detail-thumb-label-v2494{
  display:-webkit-box;
  min-width:0;
  overflow:hidden;
  color:#596579;
  font-size:8.5px;
  font-weight:760;
  line-height:1.18;
  text-align:center;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.product-thumb-scroll{display:none}

.product-summary{min-width:0;padding:4px 0 0}
.product-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}
.product-meta-tags{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.product-tag{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 11px;
  border:1px solid #e4e8ee;
  border-radius:999px;
  background:#fff;
  color:#475467;
  font-size:11px;
  font-weight:800;
}
.product-tag-primary{border-color:#ffc49d;background:#fff8f3;color:#b64008}
.product-status{display:inline-flex;align-items:center;gap:7px;color:#147a42;font-size:12px;font-weight:850;white-space:nowrap}
.product-status i{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.12)}
.product-summary h1{
  margin:0;
  max-width:680px;
  color:#172033;
  font-size:clamp(34px,3vw,44px);
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:900;
}
.product-proof-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px 18px;
  margin-top:17px;
  padding-bottom:20px;
  border-bottom:1px solid var(--pd-line);
}
.product-proof-row>span{display:inline-flex;align-items:center;gap:6px;min-width:0;color:#667085;font-size:12px;white-space:nowrap}
.product-proof-row i{color:var(--pd-orange);font-size:16px;font-style:normal;line-height:1}
.product-proof-row b{color:#344054;font-size:12px;font-weight:900}
.product-proof-row small{color:#667085;font-size:12px}

.product-pricing{padding:20px 0 18px}
.product-market-price{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#7a8595;font-size:13px}
.product-market-price b{color:#344054;font-size:20px;font-weight:800;letter-spacing:-.02em}
.product-target-price{margin-top:15px}
.product-target-price>span{display:block;color:#9f3f10;font-size:11px;font-weight:900;letter-spacing:.045em}
.product-target-price strong{display:block;margin:5px 0 5px;color:#e64d08;font-size:clamp(36px,3.5vw,48px);line-height:1;letter-spacing:-.045em;font-weight:930}
.product-target-price small{display:block;color:#7c8797;font-size:12px;line-height:1.5}
.product-benefits{display:flex;align-items:center;flex-wrap:wrap;gap:14px 22px;margin-top:14px}
.product-benefits span{display:inline-flex;align-items:center;gap:7px;color:#5c6678;font-size:12px;font-weight:750}
.product-benefits i{width:6px;height:6px;border-radius:50%;background:#ffb067}
.product-benefits b{color:#344054;font-size:12px;font-weight:900}

.detail-milestone-host{margin-top:2px}
.detail-milestone-host .bulk-buy-panel{
  margin:0;
  padding:16px 17px 14px;
  border:1px solid #ffd2b5;
  border-radius:13px;
  background:#fffaf6;
  box-shadow:none;
}
.detail-milestone-host .bulk-buy-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 12px}
.detail-milestone-host .bulk-buy-head strong{color:#263143;font-size:13px;font-weight:900}
.detail-milestone-host .detail-milestone-levels{color:#8b95a4;font-size:10px;font-weight:700}
.detail-milestone-host .bulk-milestone-track{position:relative;padding-top:2px}
.detail-milestone-host .bulk-rail{
  position:absolute;
  left:7.5%;
  right:7.5%;
  top:13px;
  height:4px;
  overflow:hidden;
  border-radius:999px;
  background:#e5e9ef;
}
.detail-milestone-host .bulk-rail i{display:block;width:var(--bulk-progress,0%);height:100%;border-radius:inherit;background:var(--pd-orange)}
.detail-milestone-host .bulk-milestone-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.detail-milestone-host .bulk-milestone{display:flex;align-items:center;flex-direction:column;min-width:0;text-align:center}
.detail-milestone-host .bulk-milestone>i{
  position:relative;
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  margin-bottom:6px;
  border:2px solid var(--pd-orange);
  border-radius:50%;
  background:#fff;
  color:#fff;
  box-shadow:0 0 0 3px #fffaf6;
}
.detail-milestone-host .bulk-milestone.reached:not(.is-final)>i{background:var(--pd-orange)}
.detail-milestone-host .bulk-milestone.is-final>i{background:#ff9b49;border-color:#ff9b49}
.detail-milestone-host .bulk-milestone.is-final>i svg{width:11px;height:11px;fill:#fff}
.detail-milestone-host .bulk-milestone>b{color:#344054;font-size:10px;line-height:1.15;font-weight:900;white-space:nowrap}
.detail-milestone-host .bulk-milestone>small{margin-top:2px;color:#8a94a3;font-size:8px;font-weight:700}
.detail-milestone-host .bulk-milestone>em{margin-top:1px;color:#344054;font-size:8.5px;font-style:normal;font-weight:900;white-space:nowrap}
.detail-milestone-host .bulk-milestone>span{color:#8a94a3;font-size:7.5px;font-weight:700}
.detail-milestone-host .detail-current-participants{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:13px;
  padding-top:10px;
  border-top:1px solid #f1d9c9;
  color:#7b8594;
  font-size:10px;
}
.detail-milestone-host .detail-current-participants b{color:#344054;font-size:10.5px;font-weight:900}

.product-action{margin-top:18px}
.product-primary-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:56px;
  border-radius:11px;
  background:var(--pd-orange);
  color:#fff;
  font-size:16px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(255,101,0,.18);
}
.product-primary-cta:hover{background:var(--pd-orange-dark);color:#fff}
.product-action-note{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:10px;color:#7b8595;font-size:11px;text-align:center}
.product-action-note b{color:#9b4318;font-weight:850}

.product-information{margin-top:32px;border-top:1px solid var(--pd-line)}
.product-tabs{
  display:flex;
  align-items:center;
  gap:28px;
  min-width:0;
  overflow-x:auto;
  border-bottom:1px solid var(--pd-line);
  scrollbar-width:none;
}
.product-tabs::-webkit-scrollbar{display:none}
.product-tabs button{
  position:relative;
  min-height:50px;
  padding:0;
  border:0;
  background:transparent;
  color:#667085;
  font-size:13px;
  font-weight:850;
  white-space:nowrap;
  cursor:pointer;
}
.product-tabs button.active{color:#1d2939}
.product-tabs button.active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--pd-orange)}
.product-tab-panels{padding:26px 0 0}
.product-tab-panel{min-width:0}
.product-tab-panel.active{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:48px;align-items:start}
.product-tab-panel[hidden]{display:none}
.product-tab-panel h2{margin:0 0 12px;color:#1d2939;font-size:26px;line-height:1.15;letter-spacing:-.025em}
.product-tab-panel p{margin:0;color:#667085;font-size:14px;line-height:1.8}
.product-trust-list{display:grid;gap:12px;margin:2px 0 0;padding:0;list-style:none}
.product-trust-list li{position:relative;padding-left:38px;color:#667085;font-size:13px;line-height:1.45}
.product-trust-list li::before{content:"✓";position:absolute;left:0;top:-1px;display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#f2f4f7;color:#475467;font-size:12px;font-weight:900}
.product-process-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:20px 0 0;padding:0;list-style:none}
.product-process-list li{display:flex;gap:12px;min-width:0;padding:18px;border:1px solid var(--pd-line);border-radius:12px;background:#fff}
.product-process-list i{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:#fff3eb;color:#c94708;font-size:12px;font-style:normal;font-weight:900}
.product-process-list b{display:block;color:#344054;font-size:13px}
.product-process-list p{margin-top:5px;font-size:12px;line-height:1.55}
.package-tab-content{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.package-tab-item{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px;align-items:center;padding:12px;border:1px solid var(--pd-line);border-radius:12px;background:#fff}
.package-tab-item img{width:76px;height:62px;object-fit:contain;border-radius:8px;background:#fafbfc}
.package-tab-item b{display:block;color:#344054;font-size:12px;line-height:1.35}
.package-tab-item p{margin-top:4px;font-size:11px;line-height:1.45}
.product-note{margin-bottom:12px!important;color:#475467!important;font-weight:750}
.product-similar{margin-top:46px;padding-top:28px;border-top:1px solid var(--pd-line)}
.product-similar-heading span{display:block;color:#c34a10;font-size:10px;font-weight:900;letter-spacing:.08em}
.product-similar-heading h2{margin:4px 0 18px;color:#1d2939;font-size:24px}

.product-mobile-cta{display:none}

/* Yardımcı hiçbir zaman ana CTA'nın üstüne binmez. */
.product-detail-page~.bai-launcher,
body:has(.product-detail-page) .bai-launcher{right:18px;bottom:22px}

@media(max-width:1180px){
  .product-hero{grid-template-columns:minmax(0,1.35fr) minmax(390px,.95fr);gap:28px}
  .product-gallery-stage{height:610px;min-height:610px}
  .product-summary h1{font-size:36px}
  .product-target-price strong{font-size:39px}
}

@media(max-width:980px){
  .product-detail-page{padding-top:10px}
  .product-hero{grid-template-columns:1fr;gap:24px}
  .product-gallery-stage{height:560px;min-height:560px}
  .product-summary{padding:0}
  .product-summary h1{max-width:none}
  .product-tab-panel.active{grid-template-columns:1fr;gap:26px}
  .product-process-list{grid-template-columns:1fr}
  .package-tab-content{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:720px){
  body{padding-bottom:78px}
  .product-detail-page{padding:8px 0 28px}
  .product-detail-container{padding-left:12px;padding-right:12px}
  .product-breadcrumb{margin-bottom:10px;font-size:10px;gap:6px}
  .product-hero{gap:18px}
  .product-gallery{gap:10px}
  .product-gallery-stage{
    height:328px;
    min-height:328px;
    padding:16px;
    border-radius:12px;
  }
  .product-gallery-arrow{width:38px;height:38px}
  .product-gallery-arrow span{font-size:28px}
  .product-gallery-prev{left:8px}
  .product-gallery-next{right:8px}
  .product-gallery-counter{right:9px;bottom:9px;font-size:9px}
  .product-gallery-thumbs{gap:8px}
  .product-gallery-thumbs .detail-thumb-v2494{flex-basis:82px;width:82px;min-width:82px;height:73px;padding:5px;grid-template-rows:45px minmax(0,1fr);border-radius:10px}
  .product-gallery-thumbs .detail-thumb-visual-v2494{height:45px;min-height:45px}
  .product-gallery-thumbs .detail-thumb-label-v2494{font-size:6.8px;line-height:1.15}
  .product-meta-row{align-items:flex-start;flex-wrap:wrap;margin-bottom:10px}
  .product-meta-tags{gap:6px}
  .product-tag{min-height:26px;padding:4px 8px;font-size:8.5px}
  .product-status{margin-top:4px;font-size:10px}
  .product-summary h1{font-size:29px;line-height:1.06;letter-spacing:-.04em}
  .product-proof-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;margin-top:14px;padding-bottom:16px}
  .product-proof-row>span{font-size:10px;white-space:normal}
  .product-proof-row i{font-size:14px}
  .product-proof-row b,.product-proof-row small{font-size:10px}
  .product-pricing{padding:16px 0 15px}
  .product-market-price{font-size:11px}
  .product-market-price b{font-size:16px}
  .product-target-price{margin-top:11px}
  .product-target-price>span{font-size:9px}
  .product-target-price strong{font-size:31px;white-space:nowrap}
  .product-target-price small{font-size:10px;line-height:1.45}
  .product-benefits{gap:9px 14px;margin-top:11px}
  .product-benefits span,.product-benefits b{font-size:9.5px}
  .detail-milestone-host .bulk-buy-panel{padding:12px 10px 10px;border-radius:11px}
  .detail-milestone-host .bulk-buy-head{margin-bottom:9px}
  .detail-milestone-host .bulk-buy-head strong{font-size:10.5px}
  .detail-milestone-host .detail-milestone-levels{font-size:8px}
  .detail-milestone-host .bulk-rail{display:block;left:7%;right:7%;top:11px;height:3px}
  .detail-milestone-host .bulk-milestone-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
  .detail-milestone-host .bulk-milestone{padding:0;border:0;background:transparent}
  .detail-milestone-host .bulk-milestone>i{width:17px;height:17px;margin-bottom:4px;border-width:1.5px;box-shadow:0 0 0 2px #fffaf6}
  .detail-milestone-host .bulk-milestone.is-final>i svg{width:9px;height:9px}
  .detail-milestone-host .bulk-milestone>b{font-size:7.3px}
  .detail-milestone-host .bulk-milestone>small{font-size:6.4px}
  .detail-milestone-host .bulk-milestone>em{font-size:6.7px;white-space:normal}
  .detail-milestone-host .bulk-milestone>span{font-size:6.2px}
  .detail-milestone-host .detail-current-participants{margin-top:9px;padding-top:8px;font-size:8px}
  .detail-milestone-host .detail-current-participants b{font-size:8.5px}
  .product-action{display:none}
  .product-information{margin-top:24px}
  .product-tabs{gap:22px}
  .product-tabs button{min-height:44px;font-size:10px}
  .product-tab-panels{padding-top:20px}
  .product-tab-panel.active{display:block}
  .product-tab-panel h2{font-size:23px}
  .product-tab-panel p{font-size:12.5px;line-height:1.75}
  .product-trust-list{margin-top:22px;gap:13px}
  .product-trust-list li{font-size:12px}
  .package-tab-content{grid-template-columns:1fr}
  .product-process-list{gap:10px}
  .product-process-list li{padding:14px}
  .product-similar{margin-top:34px}
  .product-mobile-cta{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:1100;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    min-height:72px;
    padding:10px 12px max(10px,env(safe-area-inset-bottom));
    border-top:1px solid var(--pd-line);
    background:rgba(255,255,255,.98);
    box-shadow:0 -10px 28px rgba(16,24,40,.08);
    backdrop-filter:blur(10px);
  }
  .product-mobile-cta div{min-width:0}
  .product-mobile-cta small{display:block;color:#7c8797;font-size:8.5px}
  .product-mobile-cta strong{display:block;max-width:180px;overflow:hidden;color:#e64d08;font-size:14px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}
  .product-mobile-cta .btn{flex:0 0 150px;height:48px;border-radius:10px;font-size:13px;font-weight:900}
  body:has(.product-detail-page) .bai-launcher{right:14px;bottom:88px;min-width:48px;width:48px;height:48px;padding:0}
  body:has(.product-detail-page) .bai-launcher-label{display:none}
}

@media(max-width:380px){
  .product-summary h1{font-size:27px}
  .product-target-price strong{font-size:28px}
  .product-mobile-cta .btn{flex-basis:136px}
  .product-mobile-cta strong{max-width:155px;font-size:13px}
}

/* Bulkomi v2510 — yalnızca ürün detay göz ikonu */
.product-proof-row .product-proof-icon{display:block;width:16px;height:16px;flex:0 0 16px;color:var(--pd-orange);overflow:visible}
.product-proof-row .product-proof-eye{align-self:center}
@media(max-width:720px){.product-proof-row .product-proof-icon{width:14px;height:14px;flex-basis:14px}}

/* BULKOMI V2513 DETAIL POLISH START */
.product-tab-panel[data-detail-panel="package"].active,
.product-tab-panel[data-detail-panel="process"].active,
.product-tab-panel[data-detail-panel="delivery"].active{
  display:block;
  width:100%;
}

.product-tab-panel[data-detail-panel="package"].active > h2,
.product-tab-panel[data-detail-panel="process"].active > h2,
.product-tab-panel[data-detail-panel="delivery"].active > h2{
  margin:0 0 20px;
}

.package-tab-content{
  width:100%;
  max-width:none;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.package-tab-item{
  min-width:0;
  min-height:112px;
  grid-template-columns:96px minmax(0,1fr);
  gap:16px;
  padding:16px;
  border-radius:12px;
}

.package-tab-item img{
  width:96px;
  height:78px;
}

.package-tab-item b{
  font-size:13px;
  line-height:1.4;
  overflow-wrap:anywhere;
}

.product-process-list{
  width:100%;
  max-width:none;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:0;
}

.product-process-list li{
  min-width:0;
  min-height:156px;
  align-items:flex-start;
  gap:14px;
  padding:20px;
  border-radius:12px;
}

.product-process-list i{
  flex:0 0 34px;
  width:34px;
  height:34px;
}

.product-process-list b{
  font-size:14px;
  line-height:1.35;
}

.product-process-list p{
  margin-top:7px;
  font-size:12.5px;
  line-height:1.62;
}

.product-proof-row{
  align-items:center;
  gap:12px 22px;
}

.product-proof-row > span{
  align-items:center;
  gap:7px;
  min-height:24px;
}

.product-proof-icon{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  flex:0 0 17px;
  width:17px;
  height:17px;
  color:var(--pd-orange);
  font-size:0 !important;
  line-height:0 !important;
}

.product-proof-icon svg{
  display:block;
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media(max-width:980px){
  .package-tab-content{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-process-list{grid-template-columns:1fr}
  .product-process-list li{min-height:0}
}

@media(max-width:720px){
  .package-tab-content{grid-template-columns:1fr}
  .package-tab-item{grid-template-columns:82px minmax(0,1fr);min-height:96px;padding:13px}
  .package-tab-item img{width:82px;height:68px}
  .product-process-list{grid-template-columns:1fr;gap:10px}
  .product-process-list li{padding:15px}
  .product-proof-row{gap:10px 14px}
}
/* BULKOMI V2513 DETAIL POLISH END */

/* BULKOMI_V2521_LOADING_AND_STABILITY */
.detail-title-loading{display:block;width:min(92%,560px);height:1.15em;border-radius:10px;background:linear-gradient(90deg,#eef1f4 25%,#f8f9fa 40%,#eef1f4 65%);background-size:300% 100%;animation:bulkomiTitleLoading 1.2s ease-in-out infinite;color:transparent}
.detail-load-error{margin:18px 0 0;padding:14px 16px;border:1px solid #fecaca;border-radius:12px;background:#fff1f2;color:#991b1b;font-weight:700}
@keyframes bulkomiTitleLoading{0%{background-position:100% 0}100%{background-position:0 0}}
@media (prefers-reduced-motion:reduce){.detail-title-loading{animation:none}}
/* BULKOMI V2524 DETAIL PRICE FIX
   Yalnızca ilan detayındaki piyasa ve hedef teklif fiyatlarını etkiler. */
.product-market-price b,
.product-target-price strong{
  box-sizing:border-box!important;
  overflow:visible!important;
  text-overflow:clip!important;
  text-indent:0!important;
  transform:none!important;
}

.product-market-price b{
  min-width:max-content!important;
  white-space:nowrap!important;
}

.product-target-price strong{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:6px 0 7px!important;
  color:#ff6500!important;
  font-size:clamp(44px,4.4vw,60px)!important;
  line-height:1.03!important;
  letter-spacing:-.025em!important;
  font-weight:950!important;
  white-space:nowrap!important;
}

@media(max-width:720px){
  .product-target-price strong{
    font-size:clamp(32px,8.8vw,38px)!important;
  }
}

@media(max-width:380px){
  .product-target-price strong{
    font-size:31px!important;
  }
}
