.catalog-custom-menu{position:relative;min-width:0}.catalog-custom-menu summary{height:58px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 12px;border:1px solid #e2e5e9;border-radius:15px;background:#fff;cursor:pointer;list-style:none;box-shadow:0 5px 14px rgba(20,33,61,.035);transition:.2s}.catalog-custom-menu summary::-webkit-details-marker{display:none}.catalog-custom-menu summary>span{min-width:0;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;align-items:center;gap:0 7px}.catalog-custom-menu summary>span>i{grid-row:1/3;color:#ff6508;font-size:21px}.catalog-custom-menu summary small,.catalog-custom-menu summary b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-custom-menu summary small{color:#98a2b3;font-size:7px;font-weight:800}.catalog-custom-menu summary b{color:#14213d;font-size:10px;font-weight:900}.catalog-custom-menu summary>.arrow{color:#98a2b3;transition:transform .2s}.catalog-custom-menu[open] summary{border-color:#ff9c5c;box-shadow:0 0 0 3px rgba(255,101,8,.1)}.catalog-custom-menu[open] summary>.arrow{transform:rotate(180deg)}
.catalog-custom-menu>div{position:absolute;z-index:80;top:calc(100% + 7px);right:0;left:0;max-height:275px;display:grid;gap:5px;overflow-y:auto;padding:7px;border:1px solid #e5e8ed;border-radius:16px;background:#fff;box-shadow:0 20px 45px rgba(20,33,61,.18);scrollbar-width:thin;scrollbar-color:#ffb27e #fff0e5}.catalog-custom-menu label{display:block}.catalog-custom-menu input{position:absolute;opacity:0;pointer-events:none}.catalog-custom-menu label>span{min-height:42px;display:flex;align-items:center;gap:9px;padding:6px 9px;border:1px solid #edf0f4;border-radius:11px;background:#fbfcfe;color:#475467;cursor:pointer;transition:.16s}.catalog-custom-menu label>span>i:first-child{width:27px;height:27px;display:grid;place-items:center;flex:0 0 27px;color:#ff6508;font-size:18px;font-style:normal}.catalog-custom-menu label>span>.catalog-option-icon{color:var(--option-color,#ff6508)}.catalog-custom-menu .catalog-option-icon svg{width:18px;height:18px}.catalog-custom-menu label b{flex:1;font-size:8.5px}.catalog-custom-menu label em{opacity:0;color:#ff6508;font-size:17px}.catalog-custom-menu label:hover>span{border-color:#ffd0b0;background:#fff8f3}.catalog-custom-menu input:checked+span{border-color:#ffb887;background:#fff3eb;color:#d94f00;box-shadow:0 5px 13px rgba(255,101,8,.08)}.catalog-custom-menu input:checked+span em{opacity:1}
@media(max-width:800px){.catalog-select-filters.single>.catalog-custom-menu{grid-column:1/-1}}@media(max-width:560px){.catalog-select-filters>.catalog-custom-menu{grid-column:1/-1}.catalog-custom-menu summary{height:53px}.catalog-custom-menu>div{position:relative;top:auto;margin-top:6px;max-height:245px;box-shadow:0 12px 25px rgba(20,33,61,.12)}}
[data-catalog-ajax-region]{position:relative;transition:opacity .18s ease,filter .18s ease}[data-catalog-ajax-region].is-loading{min-height:260px;opacity:.48;filter:saturate(.7);pointer-events:none}[data-catalog-ajax-region].is-loading:after{position:absolute;z-index:100;top:115px;right:50%;width:34px;height:34px;border:3px solid #ffe0ca;border-top-color:#ff6508;border-radius:50%;background:#fff;box-shadow:0 8px 22px rgba(20,33,61,.14);content:"";animation:catalogAjaxSpin .7s linear infinite}@keyframes catalogAjaxSpin{to{transform:rotate(360deg)}}
