.store-catalog-layout {
  width: 100% !important;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 42px !important;
}

.store-category-sidebar {
  min-height: 520px !important;
  padding: 22px !important;
}

.store-catalog-stage {
  min-width: 0 !important;
  padding: 12px 6px 28px !important;
}

.store-selected-products {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 22px !important;
}

.store-selected-products .store-product-media { height: 150px; }
.store-selected-products .store-product-body { padding: 15px; }
.store-selected-products .store-product-body h3 { font-size: 16px; }
.store-selected-products .store-product-body p { min-height: 34px; font-size: 10px; }
.store-selected-products .store-product-footer { margin-top: 14px; padding-top: 12px; }

.store-category-sidebar > div { gap: 20px !important; }
.store-category-group { display: grid; gap: 7px; }
.store-category-group h4 { margin: 0 0 3px; color: #d6cadf; font-size: 11px; font-weight: 700; }
.store-category-group button { grid-template-columns: 15px 1fr auto !important; padding: 7px 8px !important; background: transparent !important; }
.store-category-group button > span { width: 15px !important; height: 15px !important; border-radius: 50% !important; background: #25172f !important; font-size: 7px; }
.store-category-group button.active > span { background: #a855f7 !important; box-shadow: 0 0 13px #a855f777; }
.store-category-group button:hover,.store-category-group button.active { transform: none !important; background: #a855f715 !important; }
.store-category-group .store-category-toggle{display:grid!important;grid-template-columns:1fr auto!important;width:100%;padding:9px 8px!important;border:0!important;border-bottom:1px solid #9d54c529!important;border-radius:0!important;background:transparent!important;color:#d8cde0!important;text-align:left;cursor:pointer}.store-category-toggle>b{font-size:11px}.store-category-toggle>span{width:auto!important;height:auto!important;background:transparent!important;color:#b96fe3!important;font-size:13px!important;transition:transform .2s ease}.store-category-toggle[aria-expanded="true"]>span{transform:rotate(180deg)}.store-category-items{display:grid;gap:7px;padding:6px 0 12px}.store-category-items[hidden]{display:none!important}
.store-product-stock { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 14px; font-size: 10px; }
.store-product-stock span { color: #bc72ed; }
.store-product-stock b { color: #d8d2dc; font-weight: 600; }
.store-selected-products .store-product-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.store-selected-products .store-product-footer button { width: 100%; border-radius: 0 !important; }
.store-details-button { border: 1px solid #ffffff19 !important; background: #111019 !important; color: #fff !important; }
.login-pill { border-color: #a855f7 !important; background: linear-gradient(110deg,#7136a5,#a855f7) !important; color: #fff !important; }
.store-search-title{margin:12px 0 -8px;color:#7e7684;font:700 9px 'Space Grotesk';letter-spacing:1.4px}.store-best-sellers{display:flex!important;align-items:center;justify-content:center;grid-template-columns:none!important;width:100%;margin:10px 0 20px;padding:12px 10px!important;border:0!important;border-radius:9px!important;background:linear-gradient(100deg,#9f4ee0,#c775f1)!important;color:#fff!important;font-size:10px!important;font-weight:800!important;line-height:1!important;text-align:center!important;white-space:nowrap!important;word-break:normal!important;cursor:pointer;box-shadow:0 10px 28px rgba(155,69,207,.2)}.store-best-sellers:hover,.store-best-sellers.active{filter:brightness(1.1);transform:translateY(-1px)!important}
.store-recent-buyers{width:min(620px,100%);margin:34px auto 0;padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#101014}.store-recent-buyers>h3{margin:0 0 14px;color:#aaa0af;font:700 9px 'Space Grotesk';letter-spacing:1px}.store-recent-buyers>div{display:grid;gap:10px}.store-recent-buyers article{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:10px}.store-recent-buyers img{width:30px;height:30px;border-radius:50%;object-fit:cover}.store-recent-buyers b{color:#fff;font-size:10px}.store-recent-buyers time{color:#746d79;font-size:9px}.store-recent-buyers p{margin:0;color:#746d79;font-size:10px}

@media (max-width: 1050px) {
  .store-catalog-layout { grid-template-columns: 1fr !important; gap: 24px !important; }
  .store-category-sidebar { min-height: auto !important; }
  .store-selected-products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 650px) {
  .store-selected-products { grid-template-columns: 1fr !important; }
}
