.tourradar-layout{min-height:100vh;padding:20px}.tourradar-container{display:grid;grid-template-columns:320px 1fr;gap:0;max-width:1400px;margin:0 auto;background:transparent;box-shadow:0 10px 40px #00000026;border-radius:16px;overflow:visible}.filters-toggle{display:none;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid #dbe1e7;background:#fff;color:#1a1a1a;font-weight:600;cursor:pointer;box-shadow:0 1px 4px #0000000f}.filters-mobile-bar{display:none}@media screen and (max-width: 990px){.filters-mobile-bar{display:flex;align-items:center;justify-content:flex-start;margin-bottom:12px}}.filters-mobile-header{display:none}@media screen and (min-width: 991px){.filters-mobile-header{display:none!important}}@media screen and (max-width: 990px){.filters-mobile-header .filters-title{margin-right:auto}.filters-mobile-header .filters-close{margin-left:auto}.filters-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e9ecef;position:sticky;top:0;background:#fff;z-index:1}.filters-title{font-weight:700;font-size:16px}.filters-close{background:#fff;border:1px solid #dbe1e7;width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px #0000000f}.filters-close:hover{background:#f8f9fa}}.filters-toggle svg{width:18px;height:18px}.filters-overlay{display:none}@media screen and (max-width: 990px){.results-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.filters-toggle{display:inline-flex}body.no-scroll{overflow:visible}.tourradar-container{position:relative}.tourradar-main{padding-top:8px}.filters-overlay{display:block;position:fixed;left:0;right:0;bottom:0;top:0;background:#00000059;opacity:0;visibility:hidden;transition:opacity .25s ease;z-index:999}.tourradar-container.filters-open .filters-overlay{opacity:1;visibility:visible}.tourradar-sidebar{display:none;position:fixed;left:0;right:0;top:0;bottom:0;height:100dvh;max-height:none;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;background:#fff;box-shadow:0 10px 30px #00000026;border-right:none;border-bottom:1px solid #e2e8f0;transform:translateY(-105%);transition:transform .3s ease;z-index:1000}.tourradar-container.filters-open .tourradar-sidebar{display:block;transform:translateY(0)}}@media screen and (max-width: 1200px) and (min-width: 990px){.tourradar-container{grid-template-columns:280px 1fr}}@media screen and (max-width: 990px){.tourradar-container{grid-template-columns:1fr}.tourradar-main{order:2}.tourradar-sidebar{order:1}}@media screen and (max-width: 990px){.tourradar-sidebar{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}}.tourradar-sidebar{background:linear-gradient(180deg,#fff,#f8fafc);border-right:1px solid #e2e8f0;padding:24px;height:fit-content;position:sticky;top:0;box-shadow:inset -1px 0 #0000000d}.applied-filters{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e9ecef}.applied-filters-header{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#495057;margin-bottom:12px}.applied-filters-header svg{color:#6c757d}.active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.filter-tag{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px;border:1px solid #90caf9;transition:all .3s ease}.filter-tag:hover{background:linear-gradient(135deg,#bbdefb,#90caf9);transform:translateY(-1px);box-shadow:0 4px 8px #1976d233}.filter-tag .remove{cursor:pointer;font-weight:700;width:16px;height:16px;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.filter-tag .remove:hover{background:#fff9;transform:scale(1.1)}.clear-all-btn{background:linear-gradient(135deg,#dc3545,#c82333);border:none;color:#fff;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;padding:8px 16px;border-radius:20px;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #dc35454d}.clear-all-btn:hover{background:linear-gradient(135deg,#c82333,#bd2130);transform:translateY(-2px);box-shadow:0 4px 12px #dc354566}.sort-section{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e9ecef}.sort-dropdown{width:100%;padding:12px 40px 12px 16px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;font-size:15px;font-weight:500;color:#1a1a1a;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23007bff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:18px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.sort-dropdown:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff26;transform:translateY(-1px)}.filter-section{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e9ecef}.filter-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-title{display:flex;align-items:center;justify-content:space-between;font-size:17px;font-weight:700;color:#1a1a1a;margin:0 0 20px;cursor:pointer;padding:12px 0;border-bottom:2px solid #f1f5f9;transition:all .3s ease}.filter-title:hover{color:#007bff}.filter-title svg{color:#007bff;transition:transform .3s ease}.filter-title.collapsed svg{transform:rotate(-90deg)}.filter-options{display:flex;flex-direction:column;gap:12px}.filter-checkbox{display:flex;align-items:center;gap:14px;cursor:pointer;font-size:15px;color:#374151;position:relative;transition:all .3s ease;border-radius:6px;margin:0 -8px;padding:8px}.filter-checkbox:hover{background:#f8fafc;color:#1a1a1a}.filter-checkbox input[type=checkbox]{display:none}.checkmark{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;background:#fff;position:relative;transition:all .3s ease;box-shadow:0 1px 3px #0000001a}.filter-checkbox input[type=checkbox]:checked+.checkmark{background:linear-gradient(135deg,#007bff,#0056b3);border-color:#007bff;transform:scale(1.1)}.filter-checkbox input[type=checkbox]:checked+.checkmark:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.filter-checkbox input[type=checkbox]:checked+.checkmark{box-shadow:0 4px 12px #007bff4d}.filter-label{flex:1;font-weight:500}.filter-count{color:#6b7280;font-size:13px;font-weight:600;margin-left:auto;background:#f1f5f9;padding:2px 8px;border-radius:12px}.tourradar-main{padding:32px;background:#fff;flex:1}.results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;border-bottom:2px solid #f1f5f9;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000d}.results-info{display:flex;align-items:center;gap:12px}.results-info svg{color:#ffc107;fill:#ffc107;width:24px;height:24px}.results-count{font-size:18px;font-weight:700;color:#1a1a1a;background:linear-gradient(135deg,#007bff,#28a745);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tours-container{display:flex;flex-direction:column;gap:0}.tours-container .tourradar-tours-list{margin:0;padding:0}.tours-container .tours-section-title,.tours-container .tours-section-description{display:none}.tours-container .tours-view-all{margin-top:24px}.tours-empty-state{text-align:center;padding:60px 20px;color:#6c757d}.tours-empty-state svg{margin-bottom:16px;opacity:.5}.tours-empty-state h3{margin:0 0 8px;font-size:20px;color:#495057}.tours-empty-state p{margin:0;font-size:16px}@media screen and (max-width: 990px){.tourradar-container{grid-template-columns:1fr}.tourradar-sidebar{position:static;border-right:none;border-bottom:1px solid #e9ecef}}@media screen and (max-width: 749px){.tourradar-layout{padding:0}.tourradar-sidebar,.tourradar-main{padding:16px}.tourradar-tour-card{flex-direction:column;align-items:stretch}.tour-image-container{width:100%;height:200px;margin-bottom:16px}.tour-info{width:100%;margin-bottom:16px}.tour-pricing{width:100%;border-left:none;border-top:1px solid #e9ecef;padding-left:0;padding-top:16px}.duration-price{flex-direction:column;align-items:flex-start;gap:12px}.tour-actions{flex-direction:column;gap:8px}.view-tour-btn,.download-brochure{width:100%;text-align:center}}.tours-search-button{padding:1.4rem 3rem;font-size:1.6rem;font-weight:600;border-radius:8px;border:none;background:rgb(var(--color-button));color:rgb(var(--color-button-text));cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.tours-search-button:hover{background:rgba(var(--color-button),.9);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--color-button),.3)}.tours-clear-button{padding:1.4rem 2rem;font-size:1.4rem;font-weight:500;border-radius:8px;border:2px solid rgba(var(--color-foreground),.2);background:transparent;color:rgba(var(--color-foreground),.7);cursor:pointer;transition:all .3s ease}.tours-clear-button:hover{border-color:rgba(var(--color-foreground),.4);color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.05)}.tours-search-results{margin-top:2rem;text-align:center}.tours-results-count{font-size:1.6rem;color:rgba(var(--color-foreground),.7);margin:0}.tours-search-filter{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.tours-search-form{background:#fff;box-shadow:0 10px 40px #0000001a;border:none}.tours-search-input,.tours-search-select{border:1px solid #e2e8f0;background:#fff}.tours-search-input:focus,.tours-search-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.tours-search-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 14px #3b82f64d}.tours-search-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}@media screen and (max-width: 749px){.tours-search-filter{padding:2rem 0}.tours-search-header{margin-bottom:1.5rem}.tours-search-title{font-size:2.4rem}.tours-search-description{font-size:1.4rem}}body.template-page.page-tours-catalog .page-width{padding-left:0!important;padding-right:0!important}body.template-page.page-tours-catalog{background:linear-gradient(135deg,#f8fafc,#e2e8f0)!important;background-attachment:fixed!important;min-height:100%!important}body.template-page.page-tours-catalog .tours-view-all,body.template-page.page-tours-catalog #viewAllBtn,body.template-page.page-tours-catalog .collection__view-all{display:none!important}@media screen and (max-width: 990px){body.template-page.page-tours-catalog{overflow-y:auto!important;min-height:100%;height:auto}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/tours-search-filter.css.map */
