/* BungalovTR - Bungalov Karsilastir V211. Bagimsiz modul stilleri. */
.bungalow-card{position:relative}
.btr-compare-card-button{
  position:absolute!important;
  left:12px!important;
  bottom:auto!important;
  top:66px!important;
  right:auto!important;
  z-index:8;
  width:40px;
  height:40px;
  border:1px solid rgba(41,84,55,.18);
  border-radius:999px;
  background:rgba(255,255,255,.96);
  color:#496956;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 6px 18px rgba(22,44,29,.12);
  transition:transform .18s ease,background .18s ease,color .18s ease;
}
.btr-compare-card-button:hover{transform:translateY(-1px)}
.btr-compare-card-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.btr-compare-card-button.is-active{background:#2f6b45;color:#fff;border-color:#2f6b45}

.btr-compare-tray{
  position:fixed;
  z-index:9990;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  width:min(920px,calc(100vw - 32px));
  background:rgba(255,255,255,.97);
  border:1px solid #dbe5dc;
  border-radius:18px;
  box-shadow:0 18px 48px rgba(21,43,28,.20);
  backdrop-filter:blur(12px);
}
.btr-compare-tray[hidden]{display:none!important}
.btr-compare-tray__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px}
.btr-compare-tray__items{display:flex;align-items:center;gap:8px;min-width:0;overflow:auto;scrollbar-width:none}
.btr-compare-tray__items::-webkit-scrollbar{display:none}
.btr-compare-chip{display:flex;align-items:center;gap:8px;max-width:220px;min-width:0;padding:5px 8px 5px 5px;border:1px solid #e4ebe5;background:#f8faf8;border-radius:12px;color:#26392d;cursor:pointer}
.btr-compare-chip img,.btr-compare-chip>span{width:34px;height:34px;flex:0 0 34px;border-radius:8px;object-fit:cover;background:#edf2ee}
.btr-compare-chip strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.btr-compare-chip i{font-style:normal;font-size:18px;color:#6d7b71}
.btr-compare-tray__actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.btr-compare-tray__count{font-size:12px;font-weight:700;color:#5f7565}
.btr-compare-tray__clear{border:0;background:transparent;color:#69786e;font-size:12px;cursor:pointer;padding:8px}
.btr-compare-tray__go{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border-radius:12px;background:#2f6b45;color:#fff!important;text-decoration:none!important;font-weight:700;font-size:13px}
.btr-compare-tray__go.is-disabled{opacity:.42;pointer-events:none}

.btr-compare-page-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:34px 0 70px}
.btr-compare-breadcrumb{font-size:14px;color:#718078;margin:0 0 22px}
.btr-compare-breadcrumb a{color:inherit;text-decoration:none}
.btr-compare-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.btr-compare-heading h1{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:0;color:#25372b}
.btr-compare-heading p{margin:8px 0 0;color:#6b776f}
.btr-compare-heading a{font-size:14px;color:#486855;text-decoration:none}
.btr-compare-scroll{overflow-x:auto;padding-bottom:8px}
.btr-compare-table{width:100%;min-width:720px;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e1e8e2;border-radius:18px;overflow:hidden}
.btr-compare-table th,.btr-compare-table td{border-right:1px solid #e7ece8;border-bottom:1px solid #e7ece8;padding:14px 16px;text-align:center;vertical-align:middle}
.btr-compare-table th:last-child,.btr-compare-table td:last-child{border-right:0}
.btr-compare-table tr:last-child th,.btr-compare-table tr:last-child td{border-bottom:0}
.btr-compare-table .btr-compare-row-label{width:180px;text-align:left;background:#f7f9f7;color:#44584a;font-weight:700}
.btr-compare-product{padding:0!important;vertical-align:top!important}
.btr-compare-product__media{display:block;aspect-ratio:16/10;background:#eef3ef;overflow:hidden}
.btr-compare-product__media img{width:100%;height:100%;display:block;object-fit:cover}
.btr-compare-product__body{padding:16px}
.btr-compare-product__body strong{display:block;font-size:18px;color:#22342a;margin-bottom:10px}
.btr-compare-product__body a{display:inline-flex;padding:9px 13px;border-radius:10px;background:#eff5f0;color:#315f42;text-decoration:none;font-size:13px;font-weight:700}
.btr-compare-yes{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:999px;background:#e9f5ec;color:#23713f;font-weight:800}
.btr-compare-no{color:#a3aaa5}
.btr-compare-empty{border:1px dashed #ccd8ce;border-radius:18px;padding:48px 20px;text-align:center;background:#fafcfa}
.btr-compare-empty h1{margin:0 0 10px;color:#293b30}
.btr-compare-empty p{margin:0 0 18px;color:#718078}
.btr-compare-empty a{display:inline-flex;padding:11px 16px;border-radius:11px;background:#2f6b45;color:#fff;text-decoration:none;font-weight:700}

@media (max-width:820px){
  .btr-compare-card-button{width:36px;height:36px;left:8px!important;top:52px!important}
  .btr-compare-card-button svg{width:18px;height:18px}
  .btr-compare-tray{bottom:calc(78px + env(safe-area-inset-bottom));width:calc(100vw - 20px);border-radius:16px}
  .btr-compare-tray__inner{display:block;padding:9px}
  .btr-compare-tray__items{margin-bottom:8px}
  .btr-compare-chip{max-width:150px}
  .btr-compare-chip strong{max-width:78px}
  .btr-compare-tray__actions{justify-content:flex-end}
  .btr-compare-tray__count{margin-right:auto}
  .btr-compare-tray__go{min-height:38px;padding:0 13px}
  .btr-compare-page-wrap{width:calc(100% - 24px);padding:20px 0 110px}
  .btr-compare-heading{display:block;margin-bottom:16px}
  .btr-compare-heading h1{font-size:30px}
  .btr-compare-heading a{display:inline-block;margin-top:12px}
  .btr-compare-table{min-width:660px}
  .btr-compare-table th,.btr-compare-table td{padding:11px 12px}
  .btr-compare-table .btr-compare-row-label{width:140px}
}

/* V212 - kart karsilastirma ikonu kompakt */
.btr-compare-card-button{
  width:32px!important;
  height:32px!important;
  left:10px!important;
  top:48px!important;
}
.btr-compare-card-button svg{
  width:16px!important;
  height:16px!important;
}
@media (max-width:820px){
  .btr-compare-card-button{
    width:30px!important;
    height:30px!important;
    left:8px!important;
    top:44px!important;
  }
  .btr-compare-card-button svg{
    width:15px!important;
    height:15px!important;
  }
}


/* V213 - karsilastirma sayfasi sade ve kompakt */
.btr-compare-page-wrap{padding-top:24px!important}
.btr-compare-breadcrumb{display:block!important;margin:0 0 18px!important}
.btr-compare-heading{display:block!important;margin:0 0 16px!important}
.btr-compare-heading h1{font-size:clamp(28px,3vw,40px)!important;line-height:1.08!important}
.btr-compare-heading p{display:none!important}
.btr-compare-heading>a{display:inline-block!important;margin-top:10px!important}
.btr-compare-product__body{padding:12px 14px!important}
.btr-compare-product__body strong{font-size:16px!important;margin-bottom:7px!important}
.btr-compare-product__body a{padding:7px 10px!important;font-size:12px!important}
.btr-compare-table th,.btr-compare-table td{padding:11px 13px!important}
.btr-compare-table .btr-compare-row-label{width:150px!important}
@media (max-width:820px){
  .btr-compare-page-wrap{padding-top:14px!important}
  .btr-compare-heading{margin-bottom:12px!important}
  .btr-compare-heading h1{font-size:26px!important}
  .btr-compare-table th,.btr-compare-table td{padding:10px 11px!important}
  .btr-compare-table .btr-compare-row-label{width:125px!important}
}
