.tour-sidebar-sticky { position: -webkit-sticky; position: sticky; top: 90px; z-index: 10; }
.sidebar-filter-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 20px; margin-bottom: 18px; box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03); transition: all 0.2s ease; }
.sidebar-filter-card:hover { border-color: #cbd5e1; }
.sidebar-filter-top-card { display: none !important; }

@media (min-width: 1200px) {
    .sidebar-filter-top-card { display: flex !important; align-items: center; justify-content: space-between; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 14px 18px; margin-bottom: 16px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02); }
}

.btn-reset-filter { background: #f8fafc; border: 1px solid #e2e8f0; color: #64748b; font-size: 0.82rem; font-weight: 600; padding: 6px 12px; border-radius: 10px; transition: all 0.2s ease; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; text-decoration: none !important; line-height: 1.2; }
.btn-reset-filter:hover { background: #fef2f2; color: #ef4444; border-color: #fca5a5; box-shadow: 0 2px 6px rgba(239, 68, 68, 0.12); }
.form_control { width: 100%; height: 46px; background-color: #f8fafc; border: 1.5px solid #e2e8f0; border-radius: 12px; padding: 0 48px 0 16px; font-size: 14px; color: #334155; transition: all 0.2s ease; }
.form_control:focus { border-color: #10b981; background-color: #ffffff; box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12); outline: none; }
.sidebar-search-widget .form-group { position: relative; }
.search-btn { position: absolute; top: 50%; right: 5px; transform: translateY(-50%); background-color: #10b981; border: none; border-radius: 10px; width: 36px; height: 36px; color: #fff; font-size: 14px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; }
.search-btn:hover { background-color: #059669; }

.tarih-input-container { position: relative; display: flex; align-items: center; }
.tarih-input-container i.calendar-icon { position: absolute; left: 14px; color: #10b981; font-size: 0.95rem; pointer-events: none; z-index: 2; }
.tarih-picker-modern { width: 100%; height: 46px; background-color: #f8fafc !important; border: 1.5px solid #e2e8f0; border-radius: 12px; padding: 0 38px 0 38px !important; font-size: 0.88rem; font-weight: 600; color: #1e293b !important; cursor: pointer !important; transition: all 0.2s ease; }
.tarih-picker-modern:focus { border-color: #10b981; background-color: #ffffff !important; box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12); outline: none; }
.tarih-clear-btn { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); background: transparent; border: none; color: #94a3b8; cursor: pointer; padding: 4px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; transition: color 0.2s ease; z-index: 3; }
.tarih-clear-btn:hover { color: #ef4444; }

.tripex-tour-filter { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 14px 20px; margin-bottom: 20px; position: relative; z-index: 10; }
.product-sorting { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.nice-select { border-radius: 10px !important; border-color: #e2e8f0 !important; height: 42px !important; line-height: 40px !important; min-width: 170px !important; width: auto !important; padding-left: 14px !important; padding-right: 32px !important; float: none !important; }
.nice-select .list { z-index: 1050 !important; border-radius: 12px !important; box-shadow: 0 10px 25px rgba(0,0,0,0.12) !important; min-width: 180px !important; width: max-content !important; left: 0 !important; right: auto !important; }
.nice-select .option { padding-left: 14px !important; padding-right: 14px !important; font-weight: 500 !important; }
.product-style { display: flex; align-items: center; gap: 6px; }
.product-style a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid #e2e8f0; color: #64748b; background: #ffffff; transition: all 0.2s ease; text-decoration: none; cursor: pointer; }
.product-style a:hover, .product-style a.active { background: #10b981; color: #ffffff; border-color: #10b981; box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2); }

.custom-scroll-pane { max-height: 270px; overflow-y: auto; padding-right: 6px; }
.custom-scroll-pane::-webkit-scrollbar { width: 5px; }
.custom-scroll-pane::-webkit-scrollbar-track { background: #f8fafc; border-radius: 10px; }
.custom-scroll-pane::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
.custom-scroll-pane::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

.sidebar-search-box-wrap { background: #ffffff; border-radius: 12px; }
.sidebar-search-input-inner { position: relative; display: flex; align-items: center; }
.sidebar-search-input-inner i { position: absolute; left: 14px; color: #94a3b8; font-size: 0.85rem; pointer-events: none; }
.sidebar-sub-search-input { width: 100%; height: 40px; background: #f8fafc; border: 1.5px solid #e2e8f0; border-radius: 12px; padding: 0 12px 0 36px; font-size: 0.86rem; font-weight: 600; color: #0f172a; outline: none; transition: all 0.2s ease; }
.sidebar-sub-search-input:focus { background: #ffffff; border-color: #10b981; box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12); }

.category-filter-card-item { display: flex !important; align-items: center !important; justify-content: flex-start !important; gap: 12px !important; padding: 11px 14px !important; margin-bottom: 10px !important; width: 100% !important; cursor: pointer !important; background: #ffffff !important; border: 1.5px solid #e2e8f0 !important; border-radius: 14px !important; box-shadow: 0 2px 6px rgba(15, 23, 42, 0.02) !important; transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1) !important; box-sizing: border-box !important; user-select: none !important; text-decoration: none !important; }
.category-filter-card-item:last-child { margin-bottom: 2px !important; }
.category-filter-card-item:hover { background: #f8fafc !important; border-color: #cbd5e1 !important; transform: translateY(-1.5px) !important; box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05) !important; }
.category-filter-card-item:has(input[type="checkbox"]:checked),
.category-filter-card-item.is-checked { background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%) !important; border-color: #10b981 !important; box-shadow: 0 6px 18px rgba(16, 185, 129, 0.14) !important; transform: translateY(-1px) !important; }
.category-filter-card-item:has(input[type="checkbox"]:checked) .category-name-text,
.category-filter-card-item.is-checked .category-name-text { color: #065f46 !important; font-weight: 700 !important; }
.category-filter-card-item:has(input[type="checkbox"]:checked) .category-count-badge,
.category-filter-card-item.is-checked .category-count-badge { background: #10b981 !important; color: #ffffff !important; box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3) !important; }
.category-filter-card-item input[type="checkbox"] { appearance: none !important; -webkit-appearance: none !important; width: 20px !important; height: 20px !important; min-width: 20px !important; min-height: 20px !important; border: 2px solid #cbd5e1 !important; border-radius: 6px !important; background-color: #ffffff !important; cursor: pointer !important; margin: 0 !important; padding: 0 !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; position: relative !important; flex-shrink: 0 !important; transition: all 0.2s ease !important; }
.category-filter-card-item input[type="checkbox"]:hover { border-color: #10b981 !important; }
.category-filter-card-item input[type="checkbox"]:checked { background-color: #10b981 !important; border-color: #10b981 !important; }
.category-filter-card-item input[type="checkbox"]:checked::after { content: '' !important; display: block !important; width: 5px !important; height: 10px !important; border: solid #ffffff !important; border-width: 0 2.5px 2.5px 0 !important; transform: rotate(45deg) !important; margin-bottom: 2px !important; }
.category-name-text { font-size: 0.92rem !important; font-weight: 600 !important; color: #1e293b !important; margin: 0 !important; padding: 0 !important; line-height: 1.2 !important; cursor: pointer !important; flex-grow: 1 !important; text-align: left !important; white-space: nowrap !important; }
.category-count-badge { background: #f1f5f9 !important; color: #64748b !important; padding: 4px 10px !important; font-size: 0.74rem !important; font-weight: 700 !important; border-radius: 20px !important; margin-left: auto !important; flex-shrink: 0 !important; }

.tree-location-group { margin-bottom: 8px !important; border: 1px solid #e2e8f0 !important; border-radius: 14px !important; overflow: hidden !important; background: #ffffff !important; box-shadow: 0 2px 6px rgba(15, 23, 42, 0.02) !important; }
.tree-parent-bar { display: flex !important; align-items: center !important; justify-content: space-between !important; background: #f8fafc !important; padding: 4px 8px 4px 4px !important; }
.tree-collapse-btn { background: transparent !important; border: none !important; color: #64748b !important; width: 32px !important; height: 32px !important; border-radius: 8px !important; display: flex !important; align-items: center !important; justify-content: center !important; cursor: pointer !important; transition: all 0.2s ease !important; flex-shrink: 0 !important; }
.tree-collapse-btn:hover { background: #e2e8f0 !important; color: #10b981 !important; }
.tree-collapse-btn.is-open i { transform: rotate(180deg) !important; color: #10b981 !important; }
.tree-sub-container { display: none; padding: 6px 8px 8px 18px !important; background: #ffffff !important; border-top: 1px dashed #e2e8f0 !important; border-left: 2.5px dashed #10b981 !important; margin-left: 18px !important; margin-bottom: 6px !important; }
.tree-sub-container.show { display: flex !important; flex-direction: column !important; gap: 4px !important; animation: treeFade 0.2s ease forwards !important; }
@keyframes treeFade { from { opacity: 0; transform: translateY(-3px); } to { opacity: 1; transform: translateY(0); } }

.custom-filter-row { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-start !important; gap: 10px !important; padding: 8px 10px !important; margin: 0 !important; width: 100% !important; cursor: pointer !important; border-radius: 10px !important; transition: background 0.18s ease !important; box-sizing: border-box !important; text-decoration: none !important; }
.custom-filter-row:hover { background-color: #f1f5f9 !important; }
.custom-filter-row input[type="checkbox"] { appearance: none !important; -webkit-appearance: none !important; width: 19px !important; height: 19px !important; min-width: 19px !important; min-height: 19px !important; border: 2px solid #cbd5e1 !important; border-radius: 6px !important; background-color: #ffffff !important; cursor: pointer !important; margin: 0 !important; padding: 0 !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; position: relative !important; flex-shrink: 0 !important; transition: all 0.2s ease !important; }
.custom-filter-row input[type="checkbox"]:hover { border-color: #10b981 !important; }
.custom-filter-row input[type="checkbox"]:checked { background-color: #10b981 !important; border-color: #10b981 !important; }
.custom-filter-row input[type="checkbox"]:checked::after { content: '' !important; display: block !important; width: 5px !important; height: 9px !important; border: solid #ffffff !important; border-width: 0 2px 2px 0 !important; transform: rotate(45deg) !important; margin-bottom: 2px !important; }
.custom-filter-row .row-text { font-size: 0.9rem !important; font-weight: 600 !important; color: #334155 !important; margin: 0 !important; padding: 0 !important; line-height: 1.2 !important; cursor: pointer !important; user-select: none !important; flex-grow: 1 !important; text-align: left !important; white-space: nowrap !important; }
.custom-filter-row .row-badge { background: #f1f5f9 !important; color: #64748b !important; padding: 2px 8px !important; font-size: 0.72rem !important; font-weight: 700 !important; border-radius: 20px !important; margin-left: auto !important; flex-shrink: 0 !important; }
.tree-child-row { padding: 6px 8px !important; }
.tree-child-row .row-text { font-size: 0.84rem !important; font-weight: 500 !important; color: #475569 !important; }

.kisi-counter { position: relative; display: flex; align-items: center; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 4px 40px; }
.kisi-input { border: none !important; background: transparent !important; text-align: center; font-size: 15px; font-weight: 700; height: 38px; width: 100%; outline: none; color: #0f172a; }
.kisi-btn { position: absolute; top: 4px; bottom: 4px; width: 32px; border: none; border-radius: 8px; font-size: 18px; background: #f1f5f9; color: #334155; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.15s; }
.kisi-btn:hover { background: #e2e8f0; }
#kisiMinus { left: 4px; }
#kisiPlus { right: 4px; }
.kisi-clear { position: absolute; right: 40px; top: 50%; transform: translateY(-50%); border: none; background: transparent; color: #94a3b8; cursor: pointer; padding: 4px; }
.kisi-clear:hover { color: #ef4444; }

.tripex-tour-grid-item { border: 1px solid #e2e8f0 !important; border-radius: 18px !important; transition: all 0.25s ease; }
.tripex-tour-grid-item:hover { transform: translateY(-4px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.06) !important; border-color: #cbd5e1 !important; }
.tour-desc-clamp { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.fw-extrabold { font-weight: 800; }
.hover-success:hover { color: #10b981 !important; }
.card-action-bar { background-color: #f8fafc; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; }

.mobile-category-scroll-wrap { display: flex; gap: 8px; overflow-x: auto; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; padding-bottom: 8px; margin-bottom: 16px; scrollbar-width: none; }
.mobile-category-scroll-wrap::-webkit-scrollbar { display: none; }
.mobile-cat-pill { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 100px; color: #334155; font-size: 0.85rem; font-weight: 600; white-space: nowrap; text-decoration: none !important; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02); transition: all 0.2s ease; }
.mobile-cat-pill.active, .mobile-cat-pill:hover { background: #10b981; color: #ffffff; border-color: #10b981; box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25); }
.mobile-filter-trigger-btn { background: #0f172a; color: #ffffff; border-radius: 10px; height: 42px; padding: 0 14px; font-weight: 700; font-size: 0.88rem; border: none; display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; transition: all 0.2s; }
.mobile-filter-trigger-btn:active { transform: scale(0.96); }

@media (max-width: 1199.98px) {
    .offcanvas-bottom.mobile-filter-drawer { height: 85vh !important; border-top-left-radius: 28px !important; border-top-right-radius: 28px !important; border: none !important; box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2) !important; touch-action: pan-y; user-select: none; will-change: transform; }
    .sheet-grabber-zone { width: 100%; padding: 10px 0 4px 0; display: flex; justify-content: center; cursor: grab; }
    .sheet-grabber-bar { width: 44px; height: 5px; background-color: #cbd5e1; border-radius: 10px; }
    .mobile-filter-drawer .offcanvas-header { display: flex !important; align-items: center !important; justify-content: space-between !important; padding: 6px 20px 14px 20px !important; background: #ffffff; border-bottom: 1px solid #f1f5f9 !important; }
    .mobile-filter-drawer .tour-sidebar-sticky { position: static !important; }
    .mobile-filter-drawer .tour-sidebar-area { box-shadow: none !important; padding: 0 !important; }
    .mobile-sticky-apply-bar { position: sticky; bottom: 0; left: 0; right: 0; background: #ffffff; padding: 12px 16px; border-top: 1px solid #e2e8f0; margin-left: -1rem; margin-right: -1rem; margin-bottom: -1rem; z-index: 30; box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.04); }
}

@media (max-width: 767.98px) {
    .tripex-tour-grid-wrapper.list-view .row > [class*="col-"] { flex: 0 0 100% !important; max-width: 100% !important; width: 100% !important; }
    .tripex-tour-grid-wrapper.list-view .tripex-tour-grid-item { flex-direction: column !important; border-radius: 14px !important; }
    .tripex-tour-grid-wrapper.list-view .tour-item-body { flex-direction: row !important; align-items: stretch !important; }
    .tripex-tour-grid-wrapper.list-view .thumbnail { width: 130px !important; min-width: 130px !important; height: auto !important; min-height: 130px !important; flex-shrink: 0 !important; }
    .tripex-tour-grid-wrapper.list-view .thumbnail .badge { font-size: 0.65rem !important; padding: 3px 6px !important; margin: 6px !important; }
    .tripex-tour-grid-wrapper.list-view .content-wrap { padding: 10px 12px !important; display: flex !important; flex-direction: column !important; justify-content: center !important; flex: 1 !important; }
    .tripex-tour-grid-wrapper.list-view .content-wrap .ratings { font-size: 0.72rem !important; margin-bottom: 2px !important; }
    .tripex-tour-grid-wrapper.list-view .content-wrap .title { font-size: 0.9rem !important; margin-bottom: 2px !important; line-height: 1.2 !important; }
    .tripex-tour-grid-wrapper.list-view .content-wrap p { font-size: 0.78rem !important; margin-bottom: 4px !important; }
    .tripex-tour-grid-wrapper.list-view .tour-desc-clamp { display: none !important; }
    .tripex-tour-grid-wrapper.list-view .content-wrap .d-flex.gap-2 { margin-bottom: 0 !important; gap: 4px !important; }
    .tripex-tour-grid-wrapper.list-view .content-wrap .badge { font-size: 0.68rem !important; padding: 2px 6px !important; }
    .tripex-tour-grid-wrapper.list-view .card-action-bar { padding: 8px 12px !important; background-color: #f8fafc !important; }
    .tripex-tour-grid-wrapper.list-view .card-action-bar .price-display small { font-size: 0.6rem !important; }
    .tripex-tour-grid-wrapper.list-view .card-action-bar .price-display .fw-extrabold { font-size: 1.05rem !important; }
    .tripex-tour-grid-wrapper.list-view .card-action-bar .sepet-form input { height: 32px !important; font-size: 0.82rem !important; }
    .tripex-tour-grid-wrapper.list-view .card-action-bar .sepete-ekle-btn { height: 32px !important; padding: 0 10px !important; font-size: 0.78rem !important; }
}

@media (min-width: 768px) {
    .tripex-tour-grid-wrapper.list-view .row > [class*="col-"] { flex: 0 0 100% !important; max-width: 100% !important; width: 100% !important; }
    .tripex-tour-grid-wrapper.list-view .tripex-tour-grid-item { flex-direction: row !important; align-items: stretch !important; }
    .tripex-tour-grid-wrapper.list-view .tour-item-body { flex-direction: row !important; flex: 1 !important; }
    .tripex-tour-grid-wrapper.list-view .thumbnail { width: 260px !important; height: 100% !important; min-height: 200px !important; flex-shrink: 0 !important; }
    .tripex-tour-grid-wrapper.list-view .content-wrap { flex: 1 !important; display: flex !important; flex-direction: column !important; justify-content: center !important; padding: 20px !important; }
    .tripex-tour-grid-wrapper.list-view .card-action-bar { width: 220px !important; flex-direction: column !important; justify-content: center !important; border-top: none !important; border-left: 1px solid #e2e8f0 !important; border-bottom-left-radius: 0 !important; border-top-right-radius: 16px !important; padding: 16px !important; text-align: center !important; }
    .tripex-tour-grid-wrapper.list-view .card-action-bar .price-display { margin-bottom: 12px !important; text-align: center !important; }
    .tripex-tour-grid-wrapper.list-view .card-action-bar .sepet-form { width: 100% !important; flex-direction: column !important; }
    .tripex-tour-grid-wrapper.list-view .card-action-bar .sepet-form > div { width: 100% !important; margin-bottom: 6px !important; }
    .tripex-tour-grid-wrapper.list-view .card-action-bar .sepete-ekle-btn { width: 100% !important; }
}

.tripex-pagination ul li a.disabled { pointer-events: none; opacity: .4; }