.store-page{max-width:1160px;margin:0 auto;padding:32px 20px 48px}.store-category-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:4px}.store-category-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:#ffffff73;font-size:15px;font-weight:400;padding:8px 16px 12px;cursor:pointer;position:relative;transition:color .2s ease}.store-category-tab:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:2px;border-radius:2px;background:transparent;transition:background .2s ease}.store-category-tab:hover{color:#ffffffbf}.store-category-tab--active{color:#3a9e50;font-weight:600}.store-category-tab--active:after{background:#3a9e50}.store-product-grid{display:grid;grid-template-columns:1fr;gap:20px;align-items:start;width:100%}@media (min-width: 720px){.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1080px){.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-glass-card{position:relative;display:flex;flex-direction:column;width:100%;min-width:0;box-sizing:border-box;border-radius:18px;padding:24px 24px 20px;overflow:hidden;background:linear-gradient(145deg,#ffffff1a,#ffffff08 42%,#ffffff0f);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 32px #0000006b,inset 0 1px #ffffff24,inset 0 -1px #ffffff0a;transition:transform .35s cubic-bezier(.34,1.2,.64,1),background .35s ease,border-color .35s ease,box-shadow .35s ease}@media (hover: hover) and (pointer: fine){.product-glass-card:hover{transform:translateY(-4px);background:linear-gradient(145deg,#ffffff24,#ffffff0d 40%,#2b7a3d1a);border-color:#3a9e5061;box-shadow:0 20px 56px #00000085,0 0 24px #2b7a3d1f,inset 0 1px #fff3,inset 0 -1px #ffffff0f}}.product-glass-card__body{position:relative;z-index:1;display:flex;flex-direction:column;min-width:0}.product-glass-card__features{margin-bottom:16px}.store-spin-wrap .ant-spin-container{display:block;min-height:0}
