:root{--maxw:1240px;--bg:#14181f;--panel:#1b2029;--stroke:#2a303a;--text:#e6e6e6;--green:#87d21e}.catalog-container{display:flex;margin-top:10vh;flex-direction:column;align-items:center;gap:32px;padding:24px 16px;background:var(--bg)}.catalog-max{width:100%;max-width:var(--maxw)}.catalog-toolbar{display:flex;flex-direction:column;gap:32px}.catalog-toprow{display:grid;grid-template-columns:1fr auto;grid-gap:24px;gap:24px}.catalog-searchbar{display:grid;grid-template-columns:1fr auto;grid-gap:0;gap:0;background:var(--green);border-radius:12px;overflow:hidden}.catalog-searchbar input{min-width:0;border:none;outline:none;background:#fff;height:48px;padding:0 16px;font-size:16px;color:#222;border-top-left-radius:12px;border-bottom-left-radius:12px}.catalog-searchbar button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;width:68px;height:48px;cursor:pointer;font-size:18px;background:var(--green);color:#0e0e0e;font-weight:700}.catalog-sort{display:flex;align-items:center;justify-content:flex-end}.catalog-sort-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:230px;height:48px;padding:0 44px 0 16px;background:var(--panel);color:var(--text);border:1px solid var(--stroke);border-radius:12px;position:relative;background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23cfd3da' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.catalog-filters{display:flex;flex-direction:column;gap:12px}.catalog-filters-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.catalog-filters-toggle{display:none;background:transparent;border:none;color:#e5f7c9;font-size:22px;font-weight:700;cursor:pointer;padding:0;line-height:1}.reset-link--head{background:transparent;border:1px solid var(--stroke);color:#cfd3da;cursor:pointer;font-size:14px;padding:8px 12px;border-radius:10px}.reset-link--head:hover{background:rgba(255,255,255,.06)}.catalog-filters-box{display:block}.catalog-filters-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:48px;grid-gap:16px 18px;gap:16px 18px}.filter-cell{min-width:0}.filter-cell--span2{grid-column:span 2}.range-2{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:14px;column-gap:14px;height:100%}.filter-cell input[type=number],.filter-cell input[type=text],.filter-cell select{width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;background:#fff;color:#101010;border:1px solid rgba(0,0,0,.15);border-radius:12px;padding:0 14px;font-size:15px;line-height:1.2}.filter-cell select{font-family:Poppins,Roboto,sans-serif;font-size:15px;font-weight:500;border:2px solid #9be22b;cursor:pointer;padding-right:36px;background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23121212' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:box-shadow .2s ease,border-color .2s ease}.filter-cell select:focus,.filter-cell select:hover{border-color:#A8EB5F;outline:none;box-shadow:0 0 0 3px rgba(155,226,43,.2)}.filter-cell select option{background:#fff;color:#404040;font-size:14px;padding:10px}.filter-cell select option[value=""]{color:#888888}.filter-cell input[type=number]{-moz-appearance:textfield}.filter-cell input[type=number]::-webkit-inner-spin-button,.filter-cell input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.catalog-result-title{display:flex;flex-direction:column;align-items:center;gap:10px}.catalog-result-title .tick{width:48px;height:6px;border-radius:8px;background:var(--green)}.catalog-result-title h3{margin:0;color:var(--text);font-size:20px;font-weight:700}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.custom-select{position:relative;display:inline-block;width:100%}.custom-select-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:48px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;font-family:Poppins,Roboto,sans-serif;font-size:15px;font-weight:500;line-height:1.2;background:#fff;color:#121212;border:2px solid #9be22b;border-radius:12px;padding:0 36px 0 14px;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease;background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23121212' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.custom-select-trigger:focus,.custom-select-trigger:hover{border-color:#A8EB5F;outline:none;box-shadow:0 0 0 3px rgba(155,226,43,.2)}.custom-select.is-disabled .custom-select-trigger{opacity:.6;pointer-events:none;cursor:not-allowed}.cs-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cs-placeholder{color:#888888}.custom-select-options{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:50;background:#ffffff;color:#121212;border:2px solid #9be22b;border-radius:12px;box-shadow:0 12px 28px rgba(0,0,0,.18);padding:6px;max-height:240px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.custom-select-options::-webkit-scrollbar{width:8px}.custom-select-options::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:10px}.custom-select-option{list-style:none;padding:10px 12px;border-radius:10px;cursor:pointer;font-size:14px;line-height:1.25;transition:background .15s ease,transform .06s ease}.custom-select-option.is-active,.custom-select-option:hover{background:#ECF9D1}.custom-select-option.is-selected{background:#DFF3AA;font-weight:600}.custom-select-option:active{transform:scale(.995)}.custom-select.is-disabled .custom-select-options{pointer-events:none;opacity:.6}.filter-cell .custom-select,.filter-cell .custom-select-trigger{width:100%}@media (max-width:1280px){.catalog-max{max-width:1120px}}@media (max-width:1024px){.catalog-toprow{grid-template-columns:1fr;gap:12px}.catalog-sort{justify-content:stretch}.catalog-filters-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-cell--span2{grid-column:span 3}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-filters-grid .filter-cell input[type=number],.catalog-filters-grid .filter-cell input[type=text],.catalog-filters-grid .filter-cell select,.catalog-searchbar button,.catalog-searchbar input,.catalog-sort-select,.custom-select-trigger{height:48px}}@media (max-width:680px){.catalog-container{padding-left:12px;padding-right:12px;gap:24px}.catalog-searchbar button,.catalog-searchbar input,.custom-select-trigger{height:52px}.catalog-filters-toggle{display:inline-flex}.catalog-filters-box{display:none}.catalog-filters-box.is-open{display:block}.catalog-filters-grid{grid-template-columns:1fr 1fr;gap:14px}.filter-cell--span2{grid-column:span 2}.range-2{grid-template-columns:1fr 1fr;column-gap:12px}.catalog-grid{grid-template-columns:1fr}.catalog-result-title h3{font-size:18px}}@media (max-width:420px){.catalog-filters-grid{grid-template-columns:1fr}.filter-cell--span2{grid-column:span 1}.range-2{grid-template-columns:1fr;row-gap:10px}.catalog-toolbar{gap:24px}.catalog-filters-head{gap:8px}.catalog-filters-grid .filter-cell input[type=number],.catalog-filters-grid .filter-cell input[type=text],.catalog-filters-grid .filter-cell select,.catalog-searchbar button,.catalog-searchbar input,.catalog-sort-select,.custom-select-trigger{height:54px;font-size:16px}}.load-more-btn{background:var(--green);color:#101010;border:none;border-radius:12px;padding:12px 18px;font-weight:700;cursor:pointer}.load-more-btn[disabled]{opacity:.6;cursor:not-allowed}