/* ALYA kompakt ürün karşılaştırma ekranı */
.compare-page-hero{background:linear-gradient(135deg,#f8fafc,#eef2f6);border-bottom:1px solid #e2e8f0;padding:28px 0}
.compare-page-hero .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px}
.compare-page-hero small{display:block;margin-bottom:7px;color:var(--red,#d4201d);font-size:10px;font-weight:900;letter-spacing:.16em}
.compare-page-hero h1{margin:0;font-size:clamp(27px,3vw,38px);line-height:1.12;color:#111827;letter-spacing:-.035em}
.compare-page-hero p{margin:8px 0 0;color:#64748b;font-size:14px}
.compare-count{flex:0 0 auto;padding:9px 13px;border:1px solid #d8dee7;border-radius:999px;background:#fff;color:#475569;font-size:12px;font-weight:800}
.compare-page{padding-top:28px;padding-bottom:65px}
.compare-page-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px}
.compare-page-actions p{margin:0;color:#64748b;font-size:12px}
.compare-back-link{display:inline-flex;align-items:center;gap:7px;color:#111827;font-weight:800;font-size:12px;text-decoration:none}
.compare-back-link svg{width:17px;height:17px}
.compare-scroll{width:100%;overflow-x:auto;border:1px solid #dfe5ec;background:#fff;box-shadow:0 8px 30px rgba(15,23,42,.045);scrollbar-gutter:stable}
.compare-table-pro{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;table-layout:fixed}
.compare-table-pro th,.compare-table-pro td{border:0;border-right:1px solid #e5eaf0;border-bottom:1px solid #e5eaf0;padding:12px 14px;text-align:left;vertical-align:middle;overflow-wrap:anywhere}
.compare-table-pro tr>*:last-child{border-right:0}
.compare-table-pro tbody tr:last-child>*{border-bottom:0}
.compare-table-pro .compare-feature-heading,.compare-table-pro tbody th{width:150px;min-width:150px;background:#f8fafc;color:#334155;font-size:12px;font-weight:800}
.compare-table-pro thead th{background:#fff;vertical-align:top}
.compare-product-heading{position:relative;width:230px;min-width:230px;padding:18px 16px 16px!important;text-align:center!important}
.compare-remove-form{position:absolute;right:9px;top:8px;z-index:2;margin:0}
.compare-remove-form button{width:28px;height:28px;padding:0;border:1px solid #dbe2ea;border-radius:50%;background:#fff;color:#64748b;font-size:19px;line-height:1;cursor:pointer;box-shadow:none}
.compare-remove-form button:hover{border-color:var(--red,#d4201d);color:var(--red,#d4201d);background:#fff5f5}
.compare-product-image{display:flex;align-items:center;justify-content:center;width:100%;height:165px;margin:0 auto 11px;background:#fff;text-decoration:none}
.compare-product-image img{display:block;width:100%;height:100%;max-width:175px;object-fit:contain;transition:transform .2s ease}
.compare-product-image:hover img{transform:scale(1.035)}
.compare-product-name{display:-webkit-box;min-height:42px;margin:0 auto 8px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#111827;font-size:14px;font-weight:800;line-height:1.45;text-decoration:none;text-align:center}
.compare-product-name:hover{color:var(--red,#d4201d)}
.compare-product-price{display:block;margin-bottom:9px;color:var(--red,#d4201d);font-size:17px;text-align:center}
.compare-product-link{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#475569;font-size:10px;font-weight:900;letter-spacing:.04em;text-decoration:none}
.compare-product-link:hover{color:var(--red,#d4201d)}
.compare-product-link svg{width:14px;height:14px}
.compare-table-pro tbody td{color:#475569;font-size:13px;background:#fff}
.compare-table-pro tbody tr:nth-child(even) td{background:#fcfdff}
.compare-row-price{color:var(--red,#d4201d);font-size:14px}
.compare-stock{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800}
.compare-stock.in{background:#ecfdf3;color:#087443}.compare-stock.out{background:#fff1f2;color:#b42318}

@media(max-width:760px){
  .compare-page-hero{padding:22px 0}.compare-page-hero .wrap{align-items:flex-start}.compare-page-hero p{font-size:12px}.compare-count{padding:7px 10px}
  .compare-page{padding-top:18px}.compare-page-actions{align-items:flex-start;flex-direction:column;gap:7px}
  .compare-table-pro{min-width:680px}.compare-table-pro .compare-feature-heading,.compare-table-pro tbody th{width:125px;min-width:125px;position:sticky;left:0;z-index:3;box-shadow:5px 0 10px rgba(15,23,42,.04)}
  .compare-product-heading{width:185px;min-width:185px;padding:14px 11px!important}.compare-product-image{height:125px}.compare-product-image img{max-width:135px}.compare-product-name{font-size:12px;min-height:36px}.compare-product-price{font-size:15px}.compare-table-pro th,.compare-table-pro td{padding:10px 11px}
}
@media(prefers-reduced-motion:reduce){.compare-product-image img{transition:none}.compare-product-image:hover img{transform:none}}
