.g-shop{padding:32px 0 72px}@media (max-width:575px){.g-shop{padding:20px 0 48px}}.g-shop-toolbar{display:flex;align-items:center;gap:10px;padding-bottom:16px;margin-bottom:20px;border-bottom:1px solid var(--g-line);flex-wrap:wrap}.g-shop-select{padding:8px 30px 8px 12px;border-radius:var(--g-r);border:1px solid var(--g-line);background-color:var(--g-soft);font-family:var(--g-font);font-size:13px;font-weight:500;color:var(--g-text);cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color .15s,background-color .15s}.g-shop-select:focus{outline:0;border-color:var(--g-brand)}.g-shop-select--active{border-color:var(--g-brand);color:var(--g-brand);background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%230d6efd' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.g-shop-clear{display:inline-flex;align-items:center;gap:4px;border:none;background:0 0;cursor:pointer;padding:6px 8px;font-size:13px;font-family:var(--g-font);color:var(--g-muted);border-radius:var(--g-r);transition:color .15s,background .15s}.g-shop-clear:hover{color:var(--g-brand);background:var(--g-soft)}.g-shop-count{font-size:13px;color:var(--g-muted);flex:1;min-width:0}.g-shop-cols{display:flex;gap:4px}.g-shop-col-btn{width:32px;height:32px;border-radius:var(--g-r);border:1px solid var(--g-line);background:var(--g-soft);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--g-muted);transition:background .15s,border-color .15s,color .15s}.g-shop-col-btn:hover{background:var(--g-line);color:var(--g-text)}.g-shop-col-btn--active{border-color:var(--g-brand);background:var(--g-brand);color:#fff}@media (max-width:767px){.g-shop-cols{display:none}}#svelte-shop-list .g-product-grid{grid-template-columns:repeat(var(--g-shop-cols,3),1fr);gap:16px}@media (max-width:767px){#svelte-shop-list .g-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.g-shop-skeletons{display:grid;grid-template-columns:repeat(var(--g-shop-cols,3),1fr);gap:16px}@media (max-width:767px){.g-shop-skeletons{grid-template-columns:repeat(2,1fr);gap:12px}}.g-shop-skeleton{border-radius:var(--g-r);overflow:hidden;background:#fff}.g-shop-skeleton-img{aspect-ratio:3/4;background:linear-gradient(90deg,var(--g-soft) 25%,#e8e8e8 50%,var(--g-soft) 75%);background-size:200% 100%;animation:g-shimmer 1.4s ease infinite}.g-shop-skeleton-body{padding:12px 14px 16px}.g-shop-skeleton-line{border-radius:4px;background:linear-gradient(90deg,var(--g-soft) 25%,#e8e8e8 50%,var(--g-soft) 75%);background-size:200% 100%;animation:g-shimmer 1.4s ease infinite}.g-shop-skeleton-name{height:13px;margin-bottom:8px}.g-shop-skeleton-price{height:13px;width:50%}.g-shop-empty{text-align:center;padding:80px 20px;color:var(--g-muted)}.g-shop-empty i{font-size:3rem;margin-bottom:16px;display:block;opacity:.4}.g-shop-empty p{font-size:15px;margin:0 0 24px}.g-shop-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:48px;flex-wrap:wrap}.g-page-btn{min-width:38px;height:38px;padding:0 8px;border-radius:var(--g-r);border:1px solid var(--g-line);background:#fff;font-family:var(--g-font);font-size:14px;font-weight:500;color:var(--g-text);cursor:pointer;transition:background .15s,border-color .15s,color .15s;display:flex;align-items:center;justify-content:center}.g-page-btn:hover:not(:disabled){border-color:var(--g-brand);color:var(--g-brand)}.g-page-btn--active{background:var(--g-brand);border-color:var(--g-brand);color:var(--g-on-brand);font-weight:700}.g-page-btn:disabled{opacity:.35;cursor:not-allowed}.g-page-ellipsis{font-size:14px;color:var(--g-muted);padding:0 2px}