:root{--tps-border:#e2e5e9;--tps-text:#1f2937;--tps-muted:#687386;--tps-bg:#fff;--tps-soft:#f7f8fa;--tps-accent:#0070ba;--tps-accent-dark:#005ea6;--tps-success:#0f7b45;--tps-danger:#b42318}
.tps-store-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:24px;margin:24px 0}.tps-product-card{background:var(--tps-bg);border:1px solid var(--tps-border);border-radius:14px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.05);display:flex;flex-direction:column}.tps-product-image{display:block;aspect-ratio:4/3;background:var(--tps-soft);overflow:hidden}.tps-product-image img{width:100%;height:100%;object-fit:contain;display:block}.tps-product-body{padding:18px;display:flex;flex:1;flex-direction:column}.tps-product-body h3{font-size:1.1rem;margin:0 0 8px}.tps-product-body h3 a{text-decoration:none;color:var(--tps-text)}.tps-excerpt{color:var(--tps-muted);font-size:.94rem;flex:1}.tps-product-footer,.tps-single-buy{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px}.tps-price{font-weight:800;color:var(--tps-text);font-size:1.05rem}.tps-price-large{font-size:1.5rem}.tps-btn{appearance:none;border:0;border-radius:8px;background:var(--tps-accent);color:#fff!important;padding:10px 16px;line-height:1.2;font-weight:700;cursor:pointer;text-decoration:none!important;display:inline-block}.tps-btn:hover{background:var(--tps-accent-dark)}.tps-btn:disabled{opacity:.5;cursor:not-allowed}.tps-cart-wrap{max-width:980px;margin:24px auto}.tps-cart-table{border-top:1px solid var(--tps-border)}.tps-cart-row{display:grid;grid-template-columns:minmax(260px,1fr) auto 100px auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--tps-border)}.tps-cart-product{display:flex;gap:14px;align-items:center}.tps-cart-product img{width:72px;height:72px;object-fit:contain;border:1px solid var(--tps-border);border-radius:8px}.tps-cart-product a{text-decoration:none;color:var(--tps-text)}.tps-cart-product small{display:block;color:var(--tps-muted);margin-top:3px}.tps-qty{display:flex;align-items:center;border:1px solid var(--tps-border);border-radius:8px;overflow:hidden}.tps-qty button{width:34px;height:36px;border:0;background:var(--tps-soft);cursor:pointer;font-size:18px}.tps-qty input{width:46px;height:36px;border:0!important;text-align:center;padding:0;box-shadow:none!important}.tps-line-total{font-weight:800;text-align:right}.tps-remove{border:0;background:none;color:var(--tps-danger);cursor:pointer;text-decoration:underline}.tps-totals{max-width:390px;margin:24px 0 24px auto;background:var(--tps-soft);border-radius:12px;padding:18px}.tps-totals>div{display:flex;justify-content:space-between;padding:7px 0}.tps-totals .tps-grand{font-size:1.2rem;border-top:1px solid var(--tps-border);margin-top:8px;padding-top:14px}.tps-checkout-panel{max-width:390px;margin-left:auto;padding:18px;border:1px solid var(--tps-border);border-radius:12px;background:#fff}.tps-status{color:var(--tps-muted);font-size:.92rem;margin-bottom:12px}.tps-paypal-button paypal-button{display:block;min-height:45px}.tps-alert{padding:14px 16px;border-radius:9px;margin:15px 0}.tps-alert-error{background:#fff0ee;color:var(--tps-danger);border:1px solid #f5b7b1}.tps-alert-success{background:#ecfdf3;color:var(--tps-success);border:1px solid #a6e8c5}.tps-empty{text-align:center;padding:40px 20px;background:var(--tps-soft);border-radius:12px}.tps-order-result{max-width:600px;margin:24px auto}.tps-single-buy{padding:18px 0;border-top:1px solid var(--tps-border)}
@media(max-width:720px){.tps-cart-row{grid-template-columns:1fr auto}.tps-cart-product{grid-column:1/-1}.tps-line-total{text-align:left}.tps-remove{text-align:right}.tps-totals,.tps-checkout-panel{max-width:none;margin-left:0}}
