:root{--panel-sidebar-width:355px;--panel-sidebar-scale:1;--panel-gap:20px;--panel-container-padding:20px;--safe-area-inset-top:env(safe-area-inset-top,0px);--safe-area-inset-right:env(safe-area-inset-right,0px);--safe-area-inset-bottom:env(safe-area-inset-bottom,0px);--safe-area-inset-left:env(safe-area-inset-left,0px);--vh:1vh;--dvh:1dvh;--svh:1svh;--lvh:1lvh}@media (max-height:1200px){:root{--panel-sidebar-scale:1}}@media (max-height:1080px){:root{--panel-sidebar-scale:.8}}@media (max-height:900px){:root{--panel-sidebar-scale:.7}}@media (max-height:800px){:root{--panel-sidebar-scale:.62}}.categories-panel-overlay{top:calc(var(--panel-container-padding));left:calc(var(--panel-container-padding) + var(--panel-sidebar-width)*var(--panel-sidebar-scale) + var(--panel-gap));right:var(--panel-container-padding);bottom:var(--panel-container-padding);height:calc(100vh - (var(--panel-container-padding) + 20px));height:calc(100dvh - (var(--panel-container-padding) + 20px));z-index:998;opacity:1;pointer-events:none;background:linear-gradient(90deg,#1c123d 20%,#17005a83 30.65%,#17005a00 70.22%);border-radius:40px;transition:opacity .2s ease-out,background .4s ease-in-out;position:fixed}.categories-panel-overlay.open{opacity:1;pointer-events:auto}.categories-panel-overlay.dark-mode{background:linear-gradient(90deg,#201053 20%,#6110ac05 50.65%,#18005f00 90.22%)}.categories-panel{top:calc(var(--panel-container-padding));bottom:calc(var(--panel-container-padding) + 20px);left:calc(var(--panel-container-padding) + var(--panel-sidebar-width)*var(--panel-sidebar-scale) + var(--panel-gap));right:calc(var(--panel-container-padding) + 20px);height:calc(100vh - (var(--panel-container-padding) + 20px));height:calc(100dvh - (var(--panel-container-padding) + 20px));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;overscroll-behavior:contain;background:#ffffff14;border:1px solid #ffffff1f;border-radius:40px;width:auto;max-width:900px;transition:transform .3s ease-out,background .4s ease-in-out,border-color .4s ease-in-out,box-shadow .4s ease-in-out;position:fixed;overflow:hidden;transform:translate(-100%);box-shadow:0 8px 32px #0003;touch-action:pan-y!important;-webkit-overflow-scrolling:touch!important}.categories-panel *{overscroll-behavior:contain;touch-action:auto!important;pointer-events:auto!important;-webkit-overflow-scrolling:touch!important}.categories-panel.open{transform:translate(0)}.categories-panel.dark-mode{background:#00000059;border-color:#ffffff0f;box-shadow:0 8px 32px #00000026}.categories-panel .panel-header{background:0 0;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:stretch;height:80px;padding:0;display:flex;position:relative}.categories-panel .panel-header .panel-header-left{border-right:1px solid #ffffff14;flex:0 0 38%;align-items:center;padding:28px 0 24px 32px;display:flex}.categories-panel .panel-header .panel-header-left .categories-header-section{align-items:center;gap:12px;width:100%;display:flex}.categories-panel .panel-header .panel-header-left .categories-header-section .category-icon{filter:brightness(0)invert();flex-shrink:0}.categories-panel .panel-header .panel-header-left .categories-header-section .panel-title{color:#fff;flex:1;margin:0;font-family:Urbanist;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.categories-panel .panel-header .panel-header-left .categories-header-section .categories-close{color:#ffffffb3;border-radius:50%;flex-shrink:0;margin-right:12px;padding:8px;transition:all .2s}.categories-panel .panel-header .panel-header-left .categories-header-section .categories-close:hover{color:#fff;background:#ffffff1a}.categories-panel .panel-header .panel-header-right{flex:1;align-items:center;padding:28px 32px 24px 24px;display:flex}.categories-panel .panel-header .panel-header-right .products-header-section{justify-content:space-between;align-items:center;width:100%;display:flex}.categories-panel .panel-header .panel-header-right .products-header-section .products-title{color:#fff;flex:1;margin:0;font-size:20px;font-weight:600}.categories-panel .panel-header .panel-header-right .products-header-section .products-actions{align-items:center;gap:8px;display:flex}.categories-panel .panel-header .panel-header-right .products-header-section .products-actions .materials-header{justify-content:flex-end;align-items:center;display:flex}.categories-panel .panel-header .panel-header-right .products-header-section .products-actions .materials-header .materials-count{color:#fff9;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:500}.categories-panel .panel-header .panel-header-right .products-header-section .products-actions button{color:#ffffffb3;border-radius:8px;padding:8px;transition:all .2s}.categories-panel .panel-header .panel-header-right .products-header-section .products-actions button:hover{color:#fff;background:#ffffff1a}.categories-panel .panel-header .panel-header-right .products-header-section .products-actions button:disabled{opacity:.5;cursor:not-allowed}.categories-panel .panel-content{flex-direction:column;height:calc(100% - 80px);min-height:0;display:flex;overflow:hidden}.categories-panel .breadcrumb-nav{background:#ffffff05;border-bottom:1px solid #ffffff0d;align-items:center;gap:8px;padding:16px 28px;display:flex}.categories-panel .breadcrumb-nav .breadcrumb-item{color:#fff9;font-size:13px;font-weight:500;transition:color .2s}.categories-panel .breadcrumb-nav .breadcrumb-item.active{color:#4facfe;font-weight:600}.categories-panel .breadcrumb-nav .breadcrumb-separator{color:#ffffff4d}.categories-panel .panel-content{height:calc(100% - 80px);height:calc(100dvh - 85px - var(--safe-area-inset-top,0px) - var(--safe-area-inset-bottom,0px));flex-direction:column;min-height:0;display:flex;overflow:hidden}.categories-panel .panel-content .mobile-category-selector{display:none}.categories-panel .content-wrapper{flex:1;height:100%;min-height:0;display:flex}.categories-panel .categories-section{background:#ffffff05;border-right:1px solid #ffffff14;width:38%}@media (orientation:landscape) and (min-width:933px) and (max-width:1023px){.categories-panel .categories-section{width:32%}}@media (orientation:landscape) and (max-height:500px) and (min-width:933px){.categories-panel .categories-section{width:30%}}.categories-panel .categories-section .categories-scroll{overscroll-behavior:contain;height:100%;padding:16px;overflow-y:auto;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important}@media (orientation:landscape) and (min-width:933px) and (max-width:1023px){.categories-panel .categories-section .categories-scroll{padding:12px}}@media (orientation:landscape) and (max-height:500px) and (min-width:933px){.categories-panel .categories-section .categories-scroll{padding:8px}}.categories-panel .categories-section .categories-scroll::-webkit-scrollbar{width:6px}.categories-panel .categories-section .categories-scroll::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.categories-panel .categories-section .categories-scroll::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.categories-panel .categories-section .categories-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.categories-panel .categories-section .category-item{margin-bottom:6px}@media (orientation:landscape) and (min-width:933px) and (max-width:1023px){.categories-panel .categories-section .category-item{margin-bottom:4px}}@media (orientation:landscape) and (max-height:500px) and (min-width:933px){.categories-panel .categories-section .category-item{margin-bottom:3px}}.categories-panel .categories-section .category-item .category-header{cursor:pointer;box-sizing:border-box;border:1px solid #ffffff14;border-radius:25px;justify-content:space-between;align-items:center;padding:10px 20px;transition:background-color .15s,border-color .15s;display:flex}@media (orientation:landscape) and (min-width:933px) and (max-width:1023px){.categories-panel .categories-section .category-item .category-header{border-radius:18px;padding:8px 12px}}@media (orientation:landscape) and (max-height:500px) and (min-width:933px){.categories-panel .categories-section .category-item .category-header{border-radius:12px;padding:6px 8px}}.categories-panel .categories-section .category-item .category-header:hover{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border-color:#ffffff4d}.categories-panel .categories-section .category-item .category-header.selected{background:#fff3;border-color:#fff6}.categories-panel .categories-section .category-item .category-header.selected:hover{background:#ffffff4d;border-color:#ffffff80}.categories-panel .categories-section .category-item .category-header.selected .category-name{color:#fff}.categories-panel .categories-section .category-item .category-header.selected .category-count{color:#fff;background:#ffffff4d}.categories-panel .categories-section .category-item .category-header.expanded.has-selected-child,.categories-panel .categories-section .category-item .category-header.parent-active{background:#ffffff14;border-width:1px}.categories-panel .categories-section .category-item .category-header.expanded.has-selected-child .category-name,.categories-panel .categories-section .category-item .category-header.parent-active .category-name,.categories-panel .categories-section .category-item .category-header.expanded.has-selected-child .category-arrow,.categories-panel .categories-section .category-item .category-header.parent-active .category-arrow{color:#ffffffe6}.categories-panel .categories-section .category-item .category-header .category-info{flex:1;align-items:center;display:flex}.categories-panel .categories-section .category-item .category-header .category-info .category-icon{opacity:.8;filter:brightness(1.2)}.categories-panel .categories-section .category-item .category-header .category-info .category-name{color:#fff;letter-spacing:-.01em;font-size:14px}.categories-panel .categories-section .category-item .category-header .category-right{align-items:center;gap:8px;display:flex}.categories-panel .categories-section .category-item .category-header .category-arrow{color:#fffc;cursor:pointer;transform-origin:50%;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;min-width:24px;min-height:24px;padding:4px;transition:transform .2s ease-out,color .15s;display:flex}.categories-panel .categories-section .category-item .category-header .category-arrow:hover{color:#fff;background:0 0;transform:scale(1.1)}.categories-panel .categories-section .category-item .category-header .category-arrow:active{transform:scale(.95)}.categories-panel .categories-section .category-item .category-header .category-arrow:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.categories-panel .categories-section .category-item .category-header .category-arrow.rotated{transform:rotate(180deg)}.categories-panel .categories-section .category-item .category-header .category-arrow.rotated:hover{transform:rotate(180deg)scale(1.1)}.categories-panel .categories-section .category-item .category-header .category-arrow.rotated:active{transform:rotate(180deg)scale(.95)}.categories-panel .categories-section .category-item .category-header .category-arrow .loading-spinner-small{border:2px solid #ffffff4d;border-top-color:#4facfe;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}.categories-panel .categories-section .category-item .category-header.level-0{padding:10px 20px}.categories-panel .categories-section .category-item .category-header.level-0.selected{background:#ffffff40!important;border-width:3px!important;border-color:#ffffff80!important}.categories-panel .categories-section .category-item .category-header.level-0.selected:hover{background:#ffffff59!important;border-width:3px!important;border-color:#fff9!important}.categories-panel .categories-section .category-item .category-header.level-0.selected .category-name{text-shadow:0 1px 3px #0000004d;color:#fff!important}.categories-panel .categories-section .category-item .category-header.level-0.selected .category-count{border:1px solid #fff3;color:#fff!important}.categories-panel .categories-section .category-item .category-header.level-0.selected .category-arrow{border-radius:4px;padding:2px;color:#fff!important}.categories-panel .categories-section .category-item .category-header.level-0.parent-active{background:#ffffff26!important}.categories-panel .categories-section .category-item .category-header.level-0.parent-active:hover{background:#fff3!important;border-color:#fff6!important}.categories-panel .categories-section .category-item .category-header.level-0.parent-active .category-name{font-weight:500;color:#fffffff2!important}.categories-panel .categories-section .category-item .category-header.level-0.parent-active .category-count{border:1px solid #ffffff1f;color:#ffffffe6!important}.categories-panel .categories-section .category-item .category-header.level-0.parent-active .category-arrow{background:#ffffff14;border-radius:4px;padding:2px;color:#fffc!important}.categories-panel .categories-section .category-item .category-header.level-1{background:0 0;border:none;border-bottom:1px solid #ffffff0f;border-radius:0;margin-left:0;padding:8px 16px 8px 36px;font-weight:lighter}.categories-panel .categories-section .category-item .category-header.level-1:hover{background:#ffffff3a;border-color:#0000 #0000 #fafafa33;border-bottom-style:solid;border-bottom-width:1px}.categories-panel .categories-section .category-item .category-header.level-1.selected{border-color:#0000 #0000 #fff6;border-bottom-style:solid;border-bottom-width:1px}.categories-panel .categories-section .category-item .category-header.level-1.selected:hover{border-bottom:1px solid #ffffff80}.categories-panel .categories-section .category-item .category-header.level-1.selected .category-name{color:#fff;text-shadow:0 1px 2px #0003;font-weight:600}.categories-panel .categories-section .category-item .category-header.level-1.selected .category-count{color:#fff;border:1px solid #fff3}.categories-panel .categories-section .category-item .category-header.level-2{background:0 0;border:none;border-bottom:1px solid #ffffff0f;border-radius:5px;margin-left:0;padding:8px 16px 8px 56px}.categories-panel .categories-section .category-item .category-header.level-2:hover{background:#ffffff14;border-color:#0000 #0000 #fff3;border-bottom-style:solid;border-bottom-width:2px}.categories-panel .categories-section .category-item .category-header.level-2.selected{border-color:#0000 #0000 #fff6;border-bottom-style:solid;border-bottom-width:2px}.categories-panel .categories-section .category-item .category-header.level-2.selected:hover{border-bottom:2px solid #ffffff80}.categories-panel .categories-section .category-item .category-header.level-2.selected .category-name{color:#fff;text-shadow:0 1px 2px #0003;font-weight:600}.categories-panel .categories-section .category-item .category-header.level-2.selected .category-count{color:#fff;border:1px solid #ffffff2e}.categories-panel .categories-section .category-item .category-header.level-3{background:0 0;border:none;border-bottom:1px solid #ffffff0f;border-radius:5px;margin-left:0;padding:8px 16px 8px 76px}.categories-panel .categories-section .category-item .category-header.level-3:hover{background:#ffffff14;border-color:#0000 #0000 #fff3;border-bottom-style:solid;border-bottom-width:2px}.categories-panel .categories-section .category-item .category-header.level-3.selected{background:#ffffff26;border-color:#0000 #0000 #fff6;border-bottom-style:solid;border-bottom-width:2px}.categories-panel .categories-section .category-item .category-header.level-3.selected:hover{background:#ffffff2e;border-bottom:2px solid #ffffff80}.categories-panel .categories-section .category-item .category-header.level-3.selected .category-name{color:#fff;text-shadow:0 1px 2px #0003;font-weight:600}.categories-panel .categories-section .category-item .category-header.level-3.selected .category-count{color:#fff;border:1px solid #ffffff26}.categories-panel .categories-section .category-item .category-header[class*=level-]:not(.level-0):not(.level-1):not(.level-2):not(.level-3){background:0 0;border:none;border-bottom:1px solid #ffffff0a;border-radius:5px;margin-left:0;padding:8px 16px 8px 92px}.categories-panel .categories-section .category-item .category-header[class*=level-]:not(.level-0):not(.level-1):not(.level-2):not(.level-3):hover{background:#ffffff14;border-color:#0000 #0000 #fff3;border-bottom-style:solid;border-bottom-width:1px}.categories-panel .categories-section .category-item .category-header[class*=level-]:not(.level-0):not(.level-1):not(.level-2):not(.level-3).selected{background:#ffffff26;border-color:#0000 #0000 #fff6;border-bottom-style:solid;border-bottom-width:1px}.categories-panel .categories-section .category-item .category-header[class*=level-]:not(.level-0):not(.level-1):not(.level-2):not(.level-3).selected:hover{background:#ffffff2e;border-bottom:1px solid #ffffff80}.categories-panel .categories-section .category-item .category-header[class*=level-]:not(.level-0):not(.level-1):not(.level-2):not(.level-3).selected .category-name{color:#fff;text-shadow:0 1px 2px #0003;font-weight:600}.categories-panel .categories-section .category-item .category-header[class*=level-]:not(.level-0):not(.level-1):not(.level-2):not(.level-3).selected .category-count{color:#fff;border:1px solid #ffffff1f}.category-count{color:#ffffffb3;text-align:center;border-radius:8px;min-width:20px;padding:2px 6px;font-size:10px;font-weight:500}.child-count{color:#fffc;background:#ffffff26;border-radius:6px;padding:2px 6px;font-size:9px;font-weight:500}.categories-scroll.subcategory-level .category-item{margin-bottom:0}.categories-scroll.subcategory-level .category-item .category-header{background:0 0;border:none;border-bottom:1px solid #ffffff0f;border-radius:0;padding:8px 16px;font-size:13px;transition:background-color .1s}.categories-scroll.subcategory-level .category-item .category-header:hover,.categories-scroll.subcategory-level .category-item .category-header.selected{border-bottom-color:#ffffff4d}.categories-scroll.subcategory-level .category-item .category-header .category-name{color:#fffc;font-size:13px}.categories-scroll.subcategory-level .category-item .category-header .category-name.selected .category-name{color:#fff}.subcategories{border-left:none;margin-top:4px;margin-left:0;padding-left:0;animation:.2s ease-out slideDown}.subcategory-item{cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff0f;border-radius:0;justify-content:space-between;align-items:center;margin-bottom:0;padding:8px 16px;transition:background-color .1s,border-bottom-color .1s;display:flex}.subcategory-item:hover{background:#ffffff26;border-bottom-color:#ffffff4d}.subcategory-item.selected{background:#ffffff26;border-bottom-color:#fff6}.subcategory-item.selected .subcategory-name{color:#fffffff2;font-weight:500}.subcategory-item .subcategory-name{color:#fffc;font-size:13px;font-weight:400}.subcategory-item .subcategory-count{color:#ffffff80;background:0 0;border-radius:0;padding:0;font-size:11px;font-weight:400}.materials-section{flex-direction:column;width:62%;min-height:0;padding:24px;display:flex;overflow-y:auto}@media (orientation:landscape) and (min-width:933px) and (max-width:1023px){.materials-section{width:68%;padding:16px}}@media (orientation:landscape) and (max-height:500px) and (min-width:933px){.materials-section{width:70%;padding:12px}}.materials-section .materials-header{border-bottom:1px solid #ffffff14;justify-content:flex-end;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}@media (orientation:landscape) and (min-width:933px) and (max-width:1023px){.materials-section .materials-header{margin-bottom:12px;padding-bottom:8px}}@media (orientation:landscape) and (max-height:500px) and (min-width:933px){.materials-section .materials-header{margin-bottom:8px;padding-bottom:6px}}.materials-section .materials-header .materials-count{color:#fff9;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:500}@media (orientation:landscape) and (min-width:933px) and (max-width:1023px){.materials-section .materials-header .materials-count{padding:4px 8px;font-size:11px}}@media (orientation:landscape) and (max-height:500px) and (min-width:933px){.materials-section .materials-header .materials-count{padding:3px 6px;font-size:10px}}.materials-section::-webkit-scrollbar{width:8px}.materials-section::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.materials-section::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.materials-section::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.materials-section .materials-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-height:calc(100vh - 180px);padding:0 8px 24px 0;animation:.25s ease-out fadeIn;display:grid;overflow-y:auto}@media (orientation:landscape) and (min-width:933px) and (max-width:1023px){.materials-section .materials-grid{grid-template-columns:repeat(4,1fr);gap:12px;padding:0 4px 16px 0}}@media (orientation:landscape) and (max-height:500px) and (min-width:933px){.materials-section .materials-grid{grid-template-columns:repeat(5,1fr);gap:8px;padding:0 2px 12px 0}}.materials-section .materials-grid .material-item{cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:100px;flex-direction:column;align-items:center;gap:5px;width:125px;height:125px;padding:5px;transition:background-color .2s,border-color .2s,transform .2s;display:flex;position:relative;overflow:visible}@media (orientation:landscape) and (min-width:933px) and (max-width:1023px){.materials-section .materials-grid .material-item{gap:3px;width:100px;height:100px;padding:4px}}@media (orientation:landscape) and (max-height:500px) and (min-width:933px){.materials-section .materials-grid .material-item{gap:2px;width:80px;height:80px;padding:3px}}.materials-section .materials-grid .material-item .selection-indicator{z-index:2;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.materials-section .materials-grid .material-item .selection-indicator .check-icon{width:12px;height:12px;transition:all .2s}.materials-section .materials-grid .material-item .selection-indicator.unselected{background:#0000004d;border:2px solid #ffffff4d}.materials-section .materials-grid .material-item .selection-indicator.unselected .check-icon{opacity:0;color:#0000;transform:scale(.5)}.materials-section .materials-grid .material-item .selection-indicator.selected{background:#ffffffe6;border:2px solid #fff;box-shadow:0 0 0 3px #ffffff4d}.materials-section .materials-grid .material-item .selection-indicator.selected .check-icon{opacity:1;color:#000;transform:scale(1)}.materials-section .materials-grid .material-item:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff1a,#ffffff26);transition:opacity .3s;position:absolute;inset:0}.materials-section .materials-grid .material-item:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)scale(1.02)}.materials-section .materials-grid .material-item:hover .selection-indicator.unselected{background:#fff3;border-color:#fff9}.materials-section .materials-grid .material-item:hover .material-preview{transform:scale(1.02)}.materials-section .materials-grid .material-item:hover .material-name{color:#fff;text-shadow:0 2px 8px #000000e6,0 4px 16px #000000b3,0 0 20px #00000080}.materials-section .materials-grid .material-item.selected{background:#4facfe26;border-color:#4facfe66;box-shadow:0 8px 24px #4facfe4d}.materials-section .materials-grid .material-item.selected:after{opacity:0}.materials-section .materials-grid .material-item.selected .material-name{color:#fff;font-weight:700}.materials-section .materials-grid .material-item .material-image{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.materials-section .materials-grid .material-item .material-image .material-preview{aspect-ratio:1;object-fit:cover;background:linear-gradient(#0003 0% 100%);border-radius:27.5px;width:115px;height:115px;transition:transform .2s}.materials-section .materials-grid .material-item .material-info{z-index:2;text-align:center;pointer-events:none;touch-action:none;-webkit-user-select:none;user-select:none;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.materials-section .materials-grid .material-item .material-info .material-name{color:#fff;pointer-events:none;-webkit-user-select:none;user-select:none;text-shadow:0 2px 8px #000000e6,0 4px 16px #000000b3,0 0 20px #00000080;margin:0;font-family:Urbanist,sans-serif;font-size:13px;font-style:normal;font-weight:600;line-height:1.2;transition:all .2s}.materials-section .no-selection{justify-content:center;align-items:center;height:100%;animation:.4s fadeIn;display:flex}.materials-section .no-selection .no-selection-content{text-align:center;max-width:300px}.materials-section .no-selection .no-selection-content .no-selection-icon{opacity:.6;margin-bottom:24px}.materials-section .no-selection .no-selection-content h3{color:#fff;letter-spacing:-.02em;margin:0 0 12px;font-size:20px;font-weight:600}.materials-section .no-selection .no-selection-content p{color:#fff9;margin:0;font-size:14px;line-height:1.5}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.categories-panel.dark-mode .categories-section .category-item .category-header:hover,.categories-panel.dark-mode .categories-section .category-item .category-header.selected{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border-color:#ffffff4d}.categories-panel.dark-mode .categories-section .category-item .category-header.level-0:hover,.categories-panel.dark-mode .categories-section .category-item .category-header.level-0.selected{background:#fff3!important;border-color:#fff6!important}.categories-panel.dark-mode .categories-section .category-item .category-header.level-0.parent-active{background:#ffffff1f!important;border-color:#ffffff40!important}.categories-panel.dark-mode .categories-section .category-item .category-header.level-0.parent-active:hover{background:#ffffff26!important;border-color:#ffffff4d!important}.categories-panel.dark-mode .categories-section .category-item .category-header.level-1:hover,.categories-panel.dark-mode .categories-section .category-item .category-header.level-1.selected,.categories-panel.dark-mode .categories-section .category-item .category-header.level-2:hover,.categories-panel.dark-mode .categories-section .category-item .category-header.level-2.selected{background:#ffffff26;border-bottom-color:#fff6}.categories-panel.dark-mode .categories-section .category-item .category-header.level-3:hover,.categories-panel.dark-mode .categories-section .category-item .category-header.level-3.selected{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border-bottom-color:#fff6}.categories-panel.dark-mode .categories-section .category-item .category-header[class*=level-]:not(.level-0):not(.level-1):not(.level-2):not(.level-3):hover,.categories-panel.dark-mode .categories-section .category-item .category-header[class*=level-]:not(.level-0):not(.level-1):not(.level-2):not(.level-3).selected{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff26;border-bottom-color:#fff6}@media (max-width:768px) and (orientation:portrait){.desktop-only{display:none!important}.categories-panel-overlay{z-index:99;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:100vw;height:calc(100dvh - 200px);margin-top:var(--safe-area-inset-top);margin-bottom:calc(200px + var(--safe-area-inset-bottom));padding-left:var(--safe-area-inset-left);padding-right:var(--safe-area-inset-right);border-radius:40px;inset:0}.categories-panel-overlay.open{background:linear-gradient(#18005f00 9.78%,#6110ac05 49.35%,#201053 80%)}.categories-panel{width:100vw;height:calc(100dvh - 200px);margin-top:var(--safe-area-inset-top);margin-bottom:calc(200px + var(--safe-area-inset-bottom));background:linear-gradient(#7259c444 0%,#31206b98 53.93%,#1c123d 100%);border-radius:40px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);inset:0;transform:translateY(-100%)}.categories-panel.open{transform:translateY(0)}.categories-panel *{touch-action:auto!important;pointer-events:auto!important;overscroll-behavior:auto!important;-webkit-overflow-scrolling:touch!important;-webkit-user-select:auto!important;user-select:auto!important}.categories-panel .mobile-close-button{top:calc(20px + var(--safe-area-inset-top,0px));right:calc(20px + var(--safe-area-inset-right,0px));cursor:pointer;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute}.categories-panel .mobile-close-button:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.categories-panel .mobile-close-button:active{transform:scale(.95)}.categories-panel .mobile-close-button svg{color:#fff;width:20px;height:20px}.categories-panel .panel-header{display:none}.categories-panel .panel-content{height:calc(100% - var(--safe-area-inset-top,0px) - var(--safe-area-inset-bottom,0px));flex-direction:column;display:flex;overflow:hidden}.categories-panel .panel-content .mobile-category-selector{padding:calc(20px + var(--safe-area-inset-top,0px))24px 16px 24px;border-bottom:1px solid #ffffff14;display:block}.categories-panel .panel-content .mobile-category-selector .category-button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:16px;align-items:center;gap:12px;width:100%;padding:16px 20px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.categories-panel .panel-content .mobile-category-selector .category-button:hover{background:#ffffff26;border-color:#ffffff4d}.categories-panel .panel-content .mobile-category-selector .category-button .category-icon{filter:brightness(0)invert()}.categories-panel .panel-content .mobile-category-selector .category-button .category-button-text{text-align:left;flex:1}.categories-panel .panel-content .mobile-category-selector .category-button .dropdown-arrow{transition:transform .2s}.categories-panel .panel-content .mobile-category-selector .category-button .dropdown-arrow.rotated{transform:rotate(180deg)}.categories-panel .panel-content .mobile-category-selector .close-button{display:none}}@media (max-width:768px) and (orientation:portrait) and (min-width:769px){.categories-panel .panel-content .mobile-category-selector{display:none}}@media (max-width:768px) and (orientation:portrait){.categories-panel .panel-content .mobile-category-popup{z-index:1001;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.categories-panel .panel-content .mobile-category-popup .popup-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;position:absolute;inset:0}.categories-panel .panel-content .mobile-category-popup .popup-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);margin:calc(20px + var(--safe-area-inset-top,0px))20px calc(20px + var(--safe-area-inset-bottom,0px))20px;max-height:calc(70vh - var(--safe-area-inset-top,0px) - var(--safe-area-inset-bottom,0px));max-height:calc(70dvh - var(--safe-area-inset-top,0px) - var(--safe-area-inset-bottom,0px));width:calc(100% - 40px - var(--safe-area-inset-left,0px) - var(--safe-area-inset-right,0px));background:#fffffff2;border-radius:20px;max-width:400px;animation:.3s ease-out slideUp;position:relative;overflow:hidden}.categories-panel .panel-content .mobile-category-popup .popup-content .popup-header{border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.categories-panel .panel-content .mobile-category-popup .popup-content .popup-header h3{color:#000;margin:0;font-size:18px;font-weight:700}.categories-panel .panel-content .mobile-category-popup .popup-content .popup-header button{color:#000;padding:8px}.categories-panel .panel-content .mobile-category-popup .popup-content .popup-categories{max-height:calc(50vh - var(--safe-area-inset-top,0px) - var(--safe-area-inset-bottom,0px));max-height:calc(50dvh - var(--safe-area-inset-top,0px) - var(--safe-area-inset-bottom,0px));padding:12px 0;overflow-y:auto;touch-action:pan-y!important;-webkit-overflow-scrolling:touch!important}.categories-panel .panel-content .mobile-category-popup .popup-content .popup-categories *{touch-action:auto!important;pointer-events:auto!important;-webkit-overflow-scrolling:touch!important}.categories-panel .panel-content .mobile-category-popup .popup-content .popup-categories .popup-category-item{cursor:pointer;align-items:center;padding:12px 24px;transition:background-color .2s;display:flex}.categories-panel .panel-content .mobile-category-popup .popup-content .popup-categories .popup-category-item:hover{background:#0000000d}.categories-panel .panel-content .mobile-category-popup .popup-content .popup-categories .popup-category-item.selected{color:#4facfe;background:#4facfe1a;font-weight:600}.categories-panel .panel-content .mobile-category-popup .popup-content .popup-categories .popup-category-item.level-1{padding-left:48px}.categories-panel .panel-content .mobile-category-popup .popup-content .popup-categories .popup-category-item.level-2{padding-left:72px}.categories-panel .panel-content .mobile-category-popup .popup-content .popup-categories .popup-category-item.level-3{padding-left:96px}.categories-panel .panel-content .mobile-category-popup .popup-content .popup-categories .popup-category-item .category-name{color:#000;font-size:16px}.categories-panel .panel-content .content-wrapper{flex-direction:column;flex:1;height:100%;min-height:0;overflow:hidden}.categories-panel .panel-content .content-wrapper .categories-section{display:none}.categories-panel .panel-content .content-wrapper .materials-section{width:100%;height:100%;padding:16px 16px calc(24px + var(--safe-area-inset-bottom,0px))16px;pointer-events:auto;flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto;touch-action:pan-y!important}.categories-panel .panel-content .content-wrapper .materials-section *{touch-action:pan-y!important;pointer-events:auto!important;overscroll-behavior:auto!important;-webkit-overflow-scrolling:touch!important}.categories-panel .panel-content .content-wrapper .materials-section::-webkit-scrollbar{width:6px;display:block!important}.categories-panel .panel-content .content-wrapper .materials-section::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.categories-panel .panel-content .content-wrapper .materials-section::-webkit-scrollbar-thumb{background:#fff6;border-radius:3px;min-height:40px}.categories-panel .panel-content .content-wrapper .materials-section::-webkit-scrollbar-thumb:hover{background:#fff9}.categories-panel .panel-content .content-wrapper .materials-section::-webkit-scrollbar-thumb:active{background:#ffffffb3}.categories-panel .panel-content .content-wrapper .materials-section .materials-grid{flex:1;grid-template-columns:repeat(3,1fr);gap:12px;min-height:0;padding:0 0 16px;overflow:visible;touch-action:pan-y!important;-webkit-overflow-scrolling:touch!important}.categories-panel .panel-content .content-wrapper .materials-section .materials-grid *{touch-action:auto!important;pointer-events:auto!important}.categories-panel .panel-content .content-wrapper .materials-section .materials-grid .material-item{aspect-ratio:1;-webkit-tap-highlight-color:#ffffff1a;cursor:pointer;width:auto;min-width:90px;max-width:120px;height:auto;padding:3px;pointer-events:auto!important;touch-action:manipulation!important}.categories-panel .panel-content .content-wrapper .materials-section .materials-grid .material-item .selection-indicator{width:20px;height:20px;top:3px;right:3px}.categories-panel .panel-content .content-wrapper .materials-section .materials-grid .material-item .selection-indicator .check-icon{width:10px;height:10px}.categories-panel .panel-content .content-wrapper .materials-section .materials-grid .material-item .material-image .material-preview{border-radius:18px;width:100%;height:100%}.categories-panel .panel-content .content-wrapper .materials-section .materials-grid .material-item .material-info .material-name{font-size:11px;font-weight:500;line-height:1.1}.panel-content{max-height:calc(90% - var(--safe-area-inset-top,0px) - var(--safe-area-inset-bottom,0px));max-height:calc(90dvh - var(--safe-area-inset-top,0px) - var(--safe-area-inset-bottom,0px))}}@media (max-width:932px) and (orientation:landscape){.categories-panel-overlay{z-index:99;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:0;width:calc(100vw - 80px);height:100dvh;margin:0;padding:0;position:fixed;inset:0 0 0 80px}.categories-panel{z-index:10000;background:linear-gradient(#7259c444 0%,#31206b98 53.93%,#1c123d 100%);border-radius:0;width:calc(100vw - 80px);height:100dvh;margin:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:fixed;inset:0 0 0 80px;transform:translateY(-100%)}.categories-panel.open{transform:translateY(0)}.categories-panel *{touch-action:auto!important;pointer-events:auto!important;overscroll-behavior:auto!important;-webkit-overflow-scrolling:touch!important;-webkit-user-select:auto!important;user-select:auto!important}.categories-panel .panel-header{display:none}.categories-panel .panel-content{height:calc(100% - var(--safe-area-inset-top,0px) - var(--safe-area-inset-bottom,0px));flex-direction:column;display:flex;overflow:hidden}.categories-panel .panel-content .mobile-category-selector{padding:calc(20px + var(--safe-area-inset-top,0px))24px 16px 24px;border-bottom:1px solid #ffffff14;align-items:center;gap:12px;display:flex}.categories-panel .panel-content .mobile-category-selector .category-button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:16px;flex:1;align-items:center;gap:12px;padding:16px 20px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.categories-panel .panel-content .mobile-category-selector .category-button:hover{background:#ffffff26;border-color:#ffffff4d}.categories-panel .panel-content .mobile-category-selector .category-button .category-icon{filter:brightness(0)invert()}.categories-panel .panel-content .mobile-category-selector .category-button .category-button-text{text-align:left;flex:1}.categories-panel .panel-content .mobile-category-selector .category-button .dropdown-arrow{transition:transform .2s}.categories-panel .panel-content .mobile-category-selector .category-button .dropdown-arrow.rotated{transform:rotate(180deg)}.categories-panel .panel-content .mobile-category-selector .close-button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex}.categories-panel .panel-content .mobile-category-selector .close-button:hover{background:#ff453a33;border-color:#ff453a66}.categories-panel .panel-content .mobile-category-selector .close-button:active{transform:scale(.95)}.categories-panel .panel-content .content-wrapper{flex-direction:column;flex:1;height:100%;min-height:0;overflow:hidden}.categories-panel .panel-content .content-wrapper .categories-section{display:none}.categories-panel .panel-content .content-wrapper .materials-section{width:100%;height:100%;padding:16px 16px calc(24px + var(--safe-area-inset-bottom,0px))16px;pointer-events:auto;flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto;touch-action:pan-y!important}.categories-panel .panel-content .content-wrapper .materials-section *{touch-action:pan-y!important;pointer-events:auto!important;overscroll-behavior:auto!important;-webkit-overflow-scrolling:touch!important}.categories-panel .panel-content .content-wrapper .materials-section::-webkit-scrollbar{width:6px;display:block!important}.categories-panel .panel-content .content-wrapper .materials-section::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.categories-panel .panel-content .content-wrapper .materials-section::-webkit-scrollbar-thumb{background:#fff6;border-radius:3px;min-height:40px}.categories-panel .panel-content .content-wrapper .materials-section::-webkit-scrollbar-thumb:hover{background:#fff9}.categories-panel .panel-content .content-wrapper .materials-section::-webkit-scrollbar-thumb:active{background:#ffffffb3}.categories-panel .panel-content .content-wrapper .materials-section .materials-grid{flex:1;grid-template-columns:repeat(3,1fr);gap:12px;min-height:0;padding:0 0 16px;overflow:visible;touch-action:pan-y!important;-webkit-overflow-scrolling:touch!important}.categories-panel .panel-content .content-wrapper .materials-section .materials-grid *{touch-action:auto!important;pointer-events:auto!important}.categories-panel .panel-content .content-wrapper .materials-section .materials-grid .material-item{aspect-ratio:1;-webkit-tap-highlight-color:#ffffff1a;cursor:pointer;width:auto;min-width:90px;max-width:120px;height:auto;padding:3px;pointer-events:auto!important;touch-action:manipulation!important}}.loading-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:200px;padding:40px 20px;animation:.3s ease-out fadeIn;display:flex}.loading-state .loading-spinner{width:48px;height:48px;margin-bottom:24px;position:relative}.loading-state .loading-spinner:before{content:"";-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff05;border:3px solid #ffffff1a;border-radius:50%;width:100%;height:100%;position:absolute;top:0;left:0}.loading-state .loading-spinner:after{content:"";border:3px solid #4facfe;border-color:#4facfe #4bacfe99 #0000 #0000;border-radius:50%;width:100%;height:100%;animation:1.2s cubic-bezier(.68,-.55,.265,1.55) infinite elegantSpin;position:absolute;top:0;left:0}.loading-state .loading-title{color:#ffffffe6;margin:0 0 8px;font-size:18px;font-weight:600}.loading-state .loading-description{color:#fff9;opacity:.8;margin:0;font-size:14px;line-height:1.4}p{color:#fffc;text-align:center;letter-spacing:.02em;text-shadow:0 1px 3px #0000004d;margin:0;font-size:16px;font-weight:500;animation:2s ease-in-out infinite textPulse}.error-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:200px;padding:40px 20px;animation:.4s ease-out fadeIn;display:flex}.error-state .error-icon{opacity:.7;margin-bottom:16px;font-size:48px}.error-state .error-title{color:#ff6b6b;margin:0 0 8px;font-size:18px;font-weight:600}.error-state .error-description{color:#fff9;opacity:.8;margin:0 0 16px;font-size:14px;line-height:1.4}.error-state .retry-button{color:#fffc;cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;transition:all .2s;display:flex}.error-state .retry-button:hover{background:#ffffff1a;border-color:#ffffff4d}.error-state p{color:#ff6464e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ff64641a;border:1px solid #ff646433;border-radius:12px;margin:0;padding:16px 24px;font-size:14px}@keyframes elegantSpin{0%{opacity:1;transform:rotate(0)scale(1)}50%{opacity:.8;transform:rotate(180deg)scale(1.1)}to{opacity:1;transform:rotate(360deg)scale(1)}}@keyframes textPulse{0%,to{opacity:.8;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.loading-shimmer{background:linear-gradient(90deg,#ffffff05 0%,#ffffff14 50%,#ffffff05 100%) 0 0/200px 100%;animation:1.5s linear infinite shimmer}@media (max-width:480px){.categories-panel{height:calc(100dvh - 165px);margin-bottom:calc(165px + var(--safe-area-inset-bottom,0px))}.categories-panel .mobile-close-button{top:calc(16px + var(--safe-area-inset-top,0px));right:calc(16px + var(--safe-area-inset-right,0px));width:36px;height:36px}.categories-panel .mobile-close-button svg{width:18px;height:18px}.categories-panel .panel-content .mobile-category-selector{padding:calc(16px + var(--safe-area-inset-top,0px))20px 12px 20px}.categories-panel .panel-content .mobile-category-selector .category-button{border-radius:12px;padding:12px 16px;font-size:14px}.categories-panel .materials-section{pointer-events:auto;flex:1;height:100%;min-height:0;padding:16px;overflow-y:auto;touch-action:pan-y!important}.categories-panel .materials-section *{touch-action:pan-y!important;pointer-events:auto!important;overscroll-behavior:auto!important;-webkit-overflow-scrolling:touch!important}.categories-panel .materials-section{pointer-events:auto;touch-action:pan-y!important}.categories-panel .materials-section::-webkit-scrollbar{width:8px;display:block!important}.categories-panel .materials-section::-webkit-scrollbar-track{background:#ffffff26;border-radius:4px}.categories-panel .materials-section::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:4px;min-height:50px}.categories-panel .materials-section::-webkit-scrollbar-thumb:hover{background:#ffffffb3}.categories-panel .materials-section::-webkit-scrollbar-thumb:active{background:#fffc}.categories-panel .materials-section .materials-grid{flex:1;grid-template-columns:repeat(3,1fr);gap:8px;min-height:0;padding:0 0 16px;overflow:visible}.categories-panel .materials-section .materials-grid .material-item{pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:#ffffff26;cursor:pointer;min-width:75px;max-width:95px;padding:2px}.categories-panel .materials-section .materials-grid .material-item .selection-indicator{width:18px;height:18px;top:2px;right:2px}.categories-panel .materials-section .materials-grid .material-item .selection-indicator .check-icon{width:9px;height:9px}.categories-panel .materials-section .materials-grid .material-item .material-info .material-name{font-size:10px;font-weight:500;line-height:1}.categories-panel .materials-section .materials-grid .material-item .material-image .material-preview{border-radius:15px}}@media (max-width:399px){.categories-panel .materials-section{pointer-events:auto;flex:1;height:100%;min-height:0;padding:12px;overflow-y:auto;touch-action:pan-y!important}.categories-panel .materials-section *{touch-action:pan-y!important;pointer-events:auto!important;overscroll-behavior:auto!important;-webkit-overflow-scrolling:touch!important;-webkit-user-select:auto!important;user-select:auto!important}.categories-panel .materials-section::-webkit-scrollbar{width:10px;display:block!important}.categories-panel .materials-section::-webkit-scrollbar-track{background:#fff3;border:1px solid #ffffff1a;border-radius:5px}.categories-panel .materials-section::-webkit-scrollbar-thumb{background:#fff9;border:1px solid #ffffff4d;border-radius:5px;min-height:60px}.categories-panel .materials-section::-webkit-scrollbar-thumb:hover{background:#fffc}.categories-panel .materials-section::-webkit-scrollbar-thumb:active{background:#ffffffe6}.categories-panel .materials-section .materials-grid{flex:1;gap:6px;min-height:0;padding:0 0 12px;overflow:visible}.categories-panel .materials-section .materials-grid .material-item{pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:#fff3;cursor:pointer;-webkit-user-select:none;user-select:none;min-width:65px;max-width:80px;padding:1px}.categories-panel .materials-section .materials-grid .material-item .selection-indicator{width:16px;height:16px}.categories-panel .materials-section .materials-grid .material-item .selection-indicator .check-icon{width:8px;height:8px}.categories-panel .materials-section .materials-grid .material-item .material-info .material-name{font-size:9px;font-weight:500;line-height:.9}.categories-panel .materials-section .materials-grid .material-item .material-image .material-preview{border-radius:12px}}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:200px;padding:40px 20px;animation:.4s ease-out fadeIn;display:flex}.empty-state .empty-icon{opacity:.6;margin-bottom:16px;font-size:48px}.empty-state .empty-title{color:#ffffffe6;margin:0 0 8px;font-size:18px;font-weight:600}.empty-state .empty-description{color:#fff9;opacity:.8;margin:0;font-size:14px;line-height:1.4}.mobile-category-popup{z-index:1001!important;justify-content:center!important;align-items:center!important;display:flex!important;position:fixed!important;inset:0!important}.mobile-category-popup .popup-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;position:absolute;inset:0}.mobile-category-popup .popup-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-radius:20px;animation:.3s ease-out slideUp;position:relative;overflow:hidden}@media (max-width:768px) and (orientation:portrait){.mobile-category-popup .popup-content{margin:calc(20px + var(--safe-area-inset-top,0px))20px calc(20px + var(--safe-area-inset-bottom,0px))20px;max-height:calc(70vh - var(--safe-area-inset-top,0px) - var(--safe-area-inset-bottom,0px));max-height:calc(70dvh - var(--safe-area-inset-top,0px) - var(--safe-area-inset-bottom,0px));width:calc(100% - 40px - var(--safe-area-inset-left,0px) - var(--safe-area-inset-right,0px));max-width:400px}}@media (max-width:932px) and (orientation:landscape){.mobile-category-popup .popup-content{width:calc(100% - 40px);max-width:500px;max-height:calc(80dvh - 40px);margin:20px}}.mobile-category-popup .popup-content .popup-header{border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;display:flex}@media (max-width:768px) and (orientation:portrait){.mobile-category-popup .popup-content .popup-header{padding:20px 24px}}@media (max-width:932px) and (orientation:landscape){.mobile-category-popup .popup-content .popup-header{padding:16px 20px}}.mobile-category-popup .popup-content .popup-header h3{color:#000;margin:0;font-weight:700}@media (max-width:768px) and (orientation:portrait){.mobile-category-popup .popup-content .popup-header h3{font-size:18px}}@media (max-width:932px) and (orientation:landscape){.mobile-category-popup .popup-content .popup-header h3{font-size:16px}}.mobile-category-popup .popup-content .popup-header button{color:#000}@media (max-width:768px) and (orientation:portrait){.mobile-category-popup .popup-content .popup-header button{padding:8px}}@media (max-width:932px) and (orientation:landscape){.mobile-category-popup .popup-content .popup-header button{padding:6px}}.mobile-category-popup .popup-content .popup-categories{overflow-y:auto;touch-action:pan-y!important;-webkit-overflow-scrolling:touch!important}@media (max-width:768px) and (orientation:portrait){.mobile-category-popup .popup-content .popup-categories{max-height:calc(50vh - var(--safe-area-inset-top,0px) - var(--safe-area-inset-bottom,0px));max-height:calc(50dvh - var(--safe-area-inset-top,0px) - var(--safe-area-inset-bottom,0px));padding:12px 0}}@media (max-width:932px) and (orientation:landscape){.mobile-category-popup .popup-content .popup-categories{max-height:calc(60dvh - 40px);padding:8px 0}}.mobile-category-popup .popup-content .popup-categories *{touch-action:auto!important;pointer-events:auto!important;-webkit-overflow-scrolling:touch!important}.mobile-category-popup .popup-content .popup-categories .popup-category-item{cursor:pointer;align-items:center;transition:background-color .2s;display:flex}@media (max-width:768px) and (orientation:portrait){.mobile-category-popup .popup-content .popup-categories .popup-category-item{padding:12px 24px}}@media (max-width:932px) and (orientation:landscape){.mobile-category-popup .popup-content .popup-categories .popup-category-item{padding:10px 20px}}.mobile-category-popup .popup-content .popup-categories .popup-category-item:hover{background:#0000000d}.mobile-category-popup .popup-content .popup-categories .popup-category-item.selected{color:#4facfe;background:#4facfe1a;font-weight:600}@media (max-width:768px) and (orientation:portrait){.mobile-category-popup .popup-content .popup-categories .popup-category-item.level-1{padding-left:48px}.mobile-category-popup .popup-content .popup-categories .popup-category-item.level-2{padding-left:72px}.mobile-category-popup .popup-content .popup-categories .popup-category-item.level-3{padding-left:96px}}@media (max-width:932px) and (orientation:landscape){.mobile-category-popup .popup-content .popup-categories .popup-category-item.level-1{padding-left:40px}.mobile-category-popup .popup-content .popup-categories .popup-category-item.level-2{padding-left:60px}.mobile-category-popup .popup-content .popup-categories .popup-category-item.level-3{padding-left:80px}}.mobile-category-popup .popup-content .popup-categories .popup-category-item .category-name{color:#000}@media (max-width:768px) and (orientation:portrait){.mobile-category-popup .popup-content .popup-categories .popup-category-item .category-name{font-size:16px}}@media (max-width:932px) and (orientation:landscape){.mobile-category-popup .popup-content .popup-categories .popup-category-item .category-name{font-size:14px}}.no-selection{justify-content:center;align-items:center;height:100%;min-height:200px;display:flex}.no-selection .no-selection-content{text-align:center;padding:40px 20px;animation:.4s ease-out fadeIn}.no-selection .no-selection-content .no-selection-icon{opacity:.4;margin-bottom:20px;font-size:64px}.no-selection .no-selection-content .no-selection-title{color:#ffffffe6;margin:0 0 12px;font-size:20px;font-weight:600}.no-selection .no-selection-content .no-selection-description{color:#fff9;opacity:.8;margin:0;font-size:14px;line-height:1.5}
.ProductListDialog-module-scss-module__Cb85ka__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0006;transition:all .4s cubic-bezier(.25,.46,.45,.94);animation:.4s ease-out ProductListDialog-module-scss-module__Cb85ka__fadeIn;position:fixed;inset:0;z-index:99999!important}@keyframes ProductListDialog-module-scss-module__Cb85ka__fadeIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}@keyframes ProductListDialog-module-scss-module__Cb85ka__fadeOut{0%{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}to{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}}.ProductListDialog-module-scss-module__Cb85ka__dialog{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:1;visibility:visible;background:linear-gradient(135deg,#ffffff40 0%,#ffffff26 100%);border:none;width:100vw;height:100vh;margin:0;padding:0;transition:all .4s cubic-bezier(.25,.46,.45,.94);animation:.4s cubic-bezier(.25,.46,.45,.94) ProductListDialog-module-scss-module__Cb85ka__slideInUp;position:fixed;inset:0;overflow:hidden;transform:translateY(0)scale(1);box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;z-index:100000!important}@media (orientation:landscape) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__dialog{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fff3 0%,#ffffff1a 100%);border:none;border-radius:0;width:100vw;height:100vh;margin:0;padding:0;inset:0}}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__dialog{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:linear-gradient(135deg,#fff3 0%,#ffffff1a 100%);border:1px solid #fff3;width:42%;min-width:650px;max-width:850px;height:100vh;animation:.4s cubic-bezier(.25,.46,.45,.94) ProductListDialog-module-scss-module__Cb85ka__slideInLeft;inset:0 auto auto 0;box-shadow:25px 0 50px -12px #00000040,0 0 0 1px #ffffff1a}}@keyframes ProductListDialog-module-scss-module__Cb85ka__slideInUp{0%{opacity:0;transform:translateY(100%)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ProductListDialog-module-scss-module__Cb85ka__slideInLeft{0%{opacity:0;transform:translate(-100%)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes ProductListDialog-module-scss-module__Cb85ka__slideOutDown{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(100%)scale(.95)}}@keyframes ProductListDialog-module-scss-module__Cb85ka__slideOutLeft{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(-100%)scale(.95)}}.ProductListDialog-module-scss-module__Cb85ka__dialog.ProductListDialog-module-scss-module__Cb85ka__closing{animation:.4s cubic-bezier(.25,.46,.45,.94) ProductListDialog-module-scss-module__Cb85ka__slideOutDown}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__dialog.ProductListDialog-module-scss-module__Cb85ka__closing{animation:.4s cubic-bezier(.25,.46,.45,.94) ProductListDialog-module-scss-module__Cb85ka__slideOutLeft}}.ProductListDialog-module-scss-module__Cb85ka__overlay.ProductListDialog-module-scss-module__Cb85ka__closing{animation:.4s ease-out ProductListDialog-module-scss-module__Cb85ka__fadeOut}.ProductListDialog-module-scss-module__Cb85ka__dialogContainer{flex-direction:row;gap:0;width:100%;height:100%;display:flex}@media (orientation:landscape) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__dialogContainer{gap:0;overflow:hidden}}.ProductListDialog-module-scss-module__Cb85ka__closeButton{width:2rem;height:2rem;-webkit-backdrop-filter:blur-lg;backdrop-filter:blur-lg;z-index:999999;color:#dc2626;background-color:#ef444433;border:1px solid #ef44444d;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem;box-shadow:0 4px 6px -1px #0000001a}.ProductListDialog-module-scss-module__Cb85ka__closeButton:hover{color:#b91c1c;background-color:#ef44444d;border-color:#ef444480}.ProductListDialog-module-scss-module__Cb85ka__closeButton:active{color:#991b1b;background-color:#ef444466}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__closeButton{width:2.25rem;height:2.25rem}}.ProductListDialog-module-scss-module__Cb85ka__closeButton:focus{outline:none;box-shadow:0 0 0 2px #ef444480}.ProductListDialog-module-scss-module__Cb85ka__closeIcon{width:16px;height:16px;transition:transform .2s}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__closeIcon{width:18px;height:18px}}.ProductListDialog-module-scss-module__Cb85ka__closeButton:hover .ProductListDialog-module-scss-module__Cb85ka__closeIcon{transform:rotate(90deg)}.ProductListDialog-module-scss-module__Cb85ka__productCard{cursor:pointer;background-color:#fff;border:1px solid #e5e7eb99;border-radius:.4375rem;min-height:80px;transition:all .3s;position:relative;box-shadow:0 2px 4px -1px #0000001a}@media (min-width:480px){.ProductListDialog-module-scss-module__Cb85ka__productCard{border-radius:.4375rem;min-height:90px}}@media (min-width:768px){.ProductListDialog-module-scss-module__Cb85ka__productCard{border-radius:.4375rem;min-height:110px;box-shadow:0 4px 6px -1px #0000001a}}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__productCard{border-radius:.4375rem;min-height:160px;box-shadow:0 10px 15px -3px #0000001a}}.ProductListDialog-module-scss-module__Cb85ka__productCard:focus{outline:none;box-shadow:0 0 0 2px #3b82f666}.ProductListDialog-module-scss-module__Cb85ka__productCard:active{transform:scale(.97)}.ProductListDialog-module-scss-module__Cb85ka__productCard:hover{transform:scale(1.02);box-shadow:0 20px 25px -5px #0000001a}.ProductListDialog-module-scss-module__Cb85ka__productCard.ProductListDialog-module-scss-module__Cb85ka__selected{background-color:#3b82f633;border-color:#60a5fa80;transform:scale(1.01);box-shadow:0 20px 25px -5px #3b82f64d,0 0 0 2px #60a5fa4d}.ProductListDialog-module-scss-module__Cb85ka__categoryButton{cursor:pointer;border:1px solid;border-radius:.25rem;flex-shrink:0;min-height:28px;font-size:.6rem;transition:all .2s;box-shadow:0 2px 4px -1px #0000001a}@media (min-width:480px){.ProductListDialog-module-scss-module__Cb85ka__categoryButton{min-height:32px;font-size:.7rem}}@media (min-width:768px){.ProductListDialog-module-scss-module__Cb85ka__categoryButton{border-radius:.375rem;min-height:36px;font-size:.75rem}}@media (orientation:landscape) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__categoryButton{text-align:center;border-radius:.25rem;justify-content:center;align-items:center;min-height:32px;padding:.375rem .5rem;font-size:.7rem;font-weight:500;line-height:1.2;display:flex}}@media (orientation:landscape) and (max-height:500px) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__categoryButton{border-radius:.1875rem;min-height:28px;padding:.25rem .375rem;font-size:.65rem}}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__categoryButton{border-radius:.5rem;min-height:44px;font-size:1rem;box-shadow:0 10px 15px -3px #0000001a}}.ProductListDialog-module-scss-module__Cb85ka__categoryButton:focus{outline:none;box-shadow:0 0 0 2px #3b82f64d}.ProductListDialog-module-scss-module__Cb85ka__categoryButton:active{transform:scale(.98)}.ProductListDialog-module-scss-module__Cb85ka__categoryButton:hover{transform:scale(1.02);box-shadow:0 20px 25px -5px #0000001a}.ProductListDialog-module-scss-module__Cb85ka__categoryButton.ProductListDialog-module-scss-module__Cb85ka__selected{color:#fff;background-color:#3b82f699;border-color:#93c5fd66;box-shadow:0 10px 15px -3px #3b82f633}.ProductListDialog-module-scss-module__Cb85ka__categoryButton.ProductListDialog-module-scss-module__Cb85ka__default{color:#0f172af2;background:linear-gradient(135deg,#94a3b8cc 0%,#64748bb3 100%);border-color:#47556999}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__categoryButton.ProductListDialog-module-scss-module__Cb85ka__default{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#f8fafcf2;background:linear-gradient(135deg,#47556999 0%,#33415580 100%);border-color:#1e293b66}}.ProductListDialog-module-scss-module__Cb85ka__categoryButton.ProductListDialog-module-scss-module__Cb85ka__default:hover{color:#0f172a;background:linear-gradient(135deg,#64748be6 0%,#475569cc 100%);border-color:#334155b3;transform:scale(1.02)}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__categoryButton.ProductListDialog-module-scss-module__Cb85ka__default:hover{color:#fff;background:linear-gradient(135deg,#334155cc 0%,#1e293bb3 100%);border-color:#0f172a80}}.ProductListDialog-module-scss-module__Cb85ka__categoryButton.ProductListDialog-module-scss-module__Cb85ka__default:active{background:linear-gradient(135deg,#475569e6 0%,#334155cc 100%);transform:scale(.98)}.ProductListDialog-module-scss-module__Cb85ka__layerInfo{-webkit-backdrop-filter:blur-lg;backdrop-filter:blur-lg;background-color:#ebf5ff66;border:1px solid #bfdbfe33;border-radius:.5rem;margin:.5rem 0;padding:.75rem 1rem;font-size:.875rem}@media (orientation:landscape) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__layerInfo{text-align:center;border-radius:.25rem;margin:.25rem 0;padding:.25rem .5rem;font-size:.625rem}}@media (orientation:landscape) and (max-height:500px) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__layerInfo{margin:.125rem 0;padding:.125rem .25rem;font-size:.5rem}}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__layerInfo{border-radius:.75rem;margin:.75rem 0;padding:1rem}}.ProductListDialog-module-scss-module__Cb85ka__categoryPanel{width:140px;height:100vh;-webkit-backdrop-filter:blur-xl;backdrop-filter:blur-xl;background-color:#f9fafbf2;border-right:1px solid #e5e7eb33;flex-direction:column;flex-shrink:0;display:flex}@media (min-width:480px){.ProductListDialog-module-scss-module__Cb85ka__categoryPanel{width:160px}}@media (min-width:768px){.ProductListDialog-module-scss-module__Cb85ka__categoryPanel{width:180px}}@media (orientation:landscape) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__categoryPanel{background-color:#f9fafbfa;border-right:1px solid #e5e7eb4d;width:120px}}@media (orientation:landscape) and (max-height:500px) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__categoryPanel{background-color:#f9fafbfc;width:110px}}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__categoryPanel{width:15rem;-webkit-backdrop-filter:blur-xl;backdrop-filter:blur-xl;background-color:#ffffff4d}}@media (min-width:1280px){.ProductListDialog-module-scss-module__Cb85ka__categoryPanel{width:16rem}}.ProductListDialog-module-scss-module__Cb85ka__categoryHeader{-webkit-backdrop-filter:blur-2xl;backdrop-filter:blur-2xl;z-index:10;background-color:#f3f4f680;border-bottom:1px solid #e5e7eb33;padding:.75rem;position:sticky;top:0}@media (orientation:landscape) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__categoryHeader{text-align:center;padding:.75rem .5rem}.ProductListDialog-module-scss-module__Cb85ka__categoryHeader h3{font-weight:600;font-size:.75rem!important}}@media (orientation:landscape) and (max-height:500px) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__categoryHeader{padding:.5rem .25rem}.ProductListDialog-module-scss-module__Cb85ka__categoryHeader h3{font-size:.7rem!important}}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__categoryHeader{background-color:#fff6;padding:1.25rem}}.ProductListDialog-module-scss-module__Cb85ka__mainCategoryHeader{-webkit-backdrop-filter:blur-xl;backdrop-filter:blur-xl;background:linear-gradient(90deg,#3b82f61a,#6366f11a);border-bottom:1px solid #e5e7eb33;padding:.75rem}@media (orientation:landscape) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__mainCategoryHeader{text-align:center;padding:.75rem .5rem}.ProductListDialog-module-scss-module__Cb85ka__mainCategoryHeader h4{margin:0;line-height:1.2;font-size:.75rem!important}.ProductListDialog-module-scss-module__Cb85ka__mainCategoryHeader svg{width:14px!important;height:14px!important;margin-right:6px!important}}@media (orientation:landscape) and (max-height:500px) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__mainCategoryHeader{padding:.5rem .25rem}.ProductListDialog-module-scss-module__Cb85ka__mainCategoryHeader h4{font-size:.7rem!important}.ProductListDialog-module-scss-module__Cb85ka__mainCategoryHeader svg{width:12px!important;height:12px!important;margin-right:4px!important}}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__mainCategoryHeader{padding:1.25rem}}.ProductListDialog-module-scss-module__Cb85ka__categoryNavigation{-webkit-backdrop-filter:blur-lg;backdrop-filter:blur-lg;background-color:#f9fafb80;flex:1;padding:.5rem;overflow:visible auto}@media (orientation:landscape) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__categoryNavigation{gap:4px;padding:.5rem .375rem}.ProductListDialog-module-scss-module__Cb85ka__categoryNavigation .ProductListDialog-module-scss-module__Cb85ka__flex{gap:4px!important}}@media (orientation:landscape) and (max-height:500px) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__categoryNavigation{gap:3px;padding:.375rem .25rem}.ProductListDialog-module-scss-module__Cb85ka__categoryNavigation .ProductListDialog-module-scss-module__Cb85ka__flex{gap:3px!important}}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__categoryNavigation{background-color:#fff3;padding:.75rem}}.ProductListDialog-module-scss-module__Cb85ka__productsPanel{background-color:#fff;flex:1;width:100%;height:100vh;overflow:auto}@media (orientation:landscape) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__productsPanel{width:calc(100vw - 120px);overflow-x:hidden}}@media (orientation:landscape) and (max-height:500px) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__productsPanel{width:calc(100vw - 110px)}}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__productsPanel{-webkit-backdrop-filter:blur-lg;backdrop-filter:blur-lg;background-color:#ffffff26}}.ProductListDialog-module-scss-module__Cb85ka__productsHeader{-webkit-backdrop-filter:blur-2xl;backdrop-filter:blur-2xl;z-index:10;background-color:#f3f4f6e6;border-bottom:1px solid #e5e7eb4d;position:sticky;top:0;box-shadow:0 10px 15px -3px #0000001a}@media (orientation:landscape) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__productsHeader .ProductListDialog-module-scss-module__Cb85ka__p-4{padding:.5rem!important}.ProductListDialog-module-scss-module__Cb85ka__productsHeader h2{font-size:.875rem!important}.ProductListDialog-module-scss-module__Cb85ka__productsHeader p{font-size:.75rem!important}}@media (orientation:landscape) and (max-height:500px) and (max-width:1023px){.ProductListDialog-module-scss-module__Cb85ka__productsHeader .ProductListDialog-module-scss-module__Cb85ka__p-4{padding:.25rem!important}.ProductListDialog-module-scss-module__Cb85ka__productsHeader h2{font-size:.75rem!important}.ProductListDialog-module-scss-module__Cb85ka__productsHeader p{font-size:.625rem!important}}@media (min-width:1024px){.ProductListDialog-module-scss-module__Cb85ka__productsHeader{background-color:#fff6;border-bottom:1px solid #ffffff1a}}.dark .ProductListDialog-module-scss-module__Cb85ka__dialog{background-color:#1118274d}@media (min-width:1024px){.dark .ProductListDialog-module-scss-module__Cb85ka__dialog{background-color:#11182733}}.dark .ProductListDialog-module-scss-module__Cb85ka__layerInfo{background-color:#1e3a8a66;border-color:#93c5fd33}.dark .ProductListDialog-module-scss-module__Cb85ka__categoryPanel{background-color:#1f2937cc;border-color:#4b556333}@media (orientation:landscape) and (max-width:1023px){.dark .ProductListDialog-module-scss-module__Cb85ka__categoryPanel{background-color:#1f2937f2;border-color:#4b55634d}}@media (min-width:1024px){.dark .ProductListDialog-module-scss-module__Cb85ka__categoryPanel{background-color:#1118274d}}.dark .ProductListDialog-module-scss-module__Cb85ka__categoryHeader{background-color:#37415180;border-color:#4b556333}@media (min-width:1024px){.dark .ProductListDialog-module-scss-module__Cb85ka__categoryHeader{background-color:#11182766}}.dark .ProductListDialog-module-scss-module__Cb85ka__mainCategoryHeader{border-color:#4b556333}.dark .ProductListDialog-module-scss-module__Cb85ka__categoryNavigation{background-color:#1f293780}@media (min-width:1024px){.dark .ProductListDialog-module-scss-module__Cb85ka__categoryNavigation{background-color:#11182733}}.dark .ProductListDialog-module-scss-module__Cb85ka__productsPanel{opacity:.8;background-color:#111827}@media (orientation:landscape) and (max-width:1023px){.dark .ProductListDialog-module-scss-module__Cb85ka__productsPanel{opacity:1;background-color:#111827f2}}@media (min-width:1024px){.dark .ProductListDialog-module-scss-module__Cb85ka__productsPanel{opacity:1;background-color:#11182726}}.dark .ProductListDialog-module-scss-module__Cb85ka__productsHeader{background-color:#1f2937e6;border-color:#e5e7eb4d}@media (min-width:1024px){.dark .ProductListDialog-module-scss-module__Cb85ka__productsHeader{background-color:#11182766;border-color:#ffffff1a}}.dark .ProductListDialog-module-scss-module__Cb85ka__productCard{background-color:#1f2937cc;border-color:#4b556399}
