#store-products-panel.active{display:block!important}#store-products-panel>.store-faq{margin-top:28px!important}.store-grid{display:block!important}.store-catalog-layout{min-height:560px;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:28px}.store-catalog-stage{min-height:520px;display:grid;place-items:center;padding:12px}.store-category-sidebar{padding:18px;border:1px solid #723a9748;border-radius:15px;background:linear-gradient(150deg,#130d19,#0c0910)}.store-category-sidebar>h3{margin:0 0 16px;padding-bottom:13px;border-bottom:1px solid #ffffff12;color:#bdb4c4;font-size:11px}.store-category-sidebar>div{display:grid;gap:8px}.store-category-sidebar button{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;width:100%;padding:11px;border:1px solid transparent;border-radius:10px;background:#ffffff05;color:#eee9f2;text-align:left;cursor:pointer;transition:.2s}.store-category-sidebar button>span{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#2b1838;color:#c77df1}.store-category-sidebar button>b{font-size:10px}.store-category-sidebar button>small{display:grid;place-items:center;min-width:22px;height:22px;border-radius:99px;background:#ffffff0c;color:#8f8498;font-size:8px}.store-category-sidebar button:hover,.store-category-sidebar button.active{border-color:#9952c778;background:linear-gradient(90deg,#361948,#1a1023);transform:translateX(-3px)}.store-category-sidebar>p{padding:17px;border-radius:9px;background:#3a2b2a;color:#e4a25d;font-size:10px}.store-selected-products{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;align-self:start}.store-category-spinner{position:relative;width:112px;height:112px;display:grid;place-items:center;animation:catalog-float 2s ease-in-out infinite}.store-category-spinner i{position:absolute;inset:25px;border:4px solid #b966e7;border-radius:50%;box-shadow:0 0 22px #963cc46b}.store-category-spinner i:nth-child(1){transform:rotate(0deg) scaleX(1.6);animation:catalog-spin 2.1s linear infinite}.store-category-spinner i:nth-child(2){transform:rotate(60deg) scaleX(1.6);animation:catalog-spin-reverse 2.5s linear infinite}.store-category-spinner i:nth-child(3){transform:rotate(120deg) scaleX(1.6);animation:catalog-spin 3s linear infinite}.store-category-spinner b{z-index:1;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#b966e7;color:#130a18;box-shadow:0 0 25px #b966e7;font:800 14px 'Space Grotesk'}@keyframes catalog-spin{to{transform:rotate(360deg) scaleX(1.6)}}@keyframes catalog-spin-reverse{to{transform:rotate(-300deg) scaleX(1.6)}}@keyframes catalog-float{50%{transform:translateY(-8px)}}@media(max-width:1050px){.store-catalog-layout{grid-template-columns:1fr}.store-category-sidebar{grid-row:1}.store-selected-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.store-selected-products{grid-template-columns:1fr}}
