
/* Shopih Final Pro Pack */
:root{
  --sp-dark:#0f172a;
  --sp-blue:#2563eb;
  --sp-orange:#f59e0b;
  --sp-green:#10b981;
  --sp-red:#ef4444;
  --sp-muted:#64748b;
  --sp-line:#e5e7eb;
  --sp-bg:#f8fafc;
  --sp-shadow:0 18px 45px rgba(15,23,42,.08);
}
html{scroll-behavior:smooth}
body{background:var(--sp-bg);text-rendering:optimizeLegibility}
a,button,input,select,textarea{transition:.22s ease}
button:hover,a.btn:hover,.btn:hover,button[type="submit"]:hover{filter:saturate(1.08)}
header,.site-header,.store-header,nav{backdrop-filter:blur(14px)}
header a,.site-header a,.store-header a,nav a{text-decoration:none}
main img{max-width:100%}
footer,.site-footer,.store-footer{background:#0f172a!important;color:#e5e7eb!important;border-top:1px solid rgba(255,255,255,.08)}
footer a,.site-footer a,.store-footer a{color:#fbbf24!important}
.products-grid article,.products-grid .product-card,.product-card{
  border-radius:26px!important;overflow:hidden;background:#fff!important;border:1px solid var(--sp-line)!important;
  box-shadow:0 18px 45px rgba(15,23,42,.07)!important;transition:.25s ease!important;
}
.products-grid article:hover,.products-grid .product-card:hover,.product-card:hover{
  transform:translateY(-6px)!important;box-shadow:0 24px 60px rgba(15,23,42,.12)!important;
}
.product-card img,.products-grid article img{transition:.35s ease}
.product-card:hover img,.products-grid article:hover img{transform:scale(1.04)}
form input,form select,form textarea{box-sizing:border-box}
input,select,textarea{border-radius:15px}
.shopih-empty-state{text-align:center;background:#fff;border:1px solid var(--sp-line);border-radius:30px;padding:44px 24px;box-shadow:var(--sp-shadow);max-width:760px;margin:44px auto}
.shopih-empty-state .icon{width:78px;height:78px;border-radius:28px;display:grid;place-items:center;margin:0 auto 16px;background:linear-gradient(135deg,#fff7ed,#eff6ff);font-size:34px}
.shopih-empty-state h2{margin:0 0 8px;font-size:34px;letter-spacing:-.04em;color:var(--sp-dark)}
.shopih-empty-state p{color:var(--sp-muted);line-height:1.8}
.shopih-empty-state a{display:inline-flex;margin-top:16px;padding:13px 20px;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;text-decoration:none;font-weight:1000}
.shopih-policy{max-width:960px;margin:44px auto;padding:0 18px}
.shopih-policy-card{background:#fff;border:1px solid var(--sp-line);border-radius:32px;padding:42px;box-shadow:var(--sp-shadow)}
.shopih-policy-card span{display:inline-flex;padding:7px 12px;border-radius:999px;background:#fff7ed;color:#b45309;font-size:12px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}
.shopih-policy-card h1{margin:0 0 14px;color:var(--sp-dark);font-size:44px;letter-spacing:-.05em}
.shopih-policy-card h2{margin-top:30px;color:var(--sp-dark)}
.shopih-policy-card p,.shopih-policy-card li{color:#475569;line-height:1.85}
.shopih-toast-wrap{position:fixed;top:18px;right:18px;z-index:99999;display:grid;gap:10px}
.shopih-toast{min-width:280px;max-width:380px;padding:14px 16px;border-radius:18px;background:#fff;border:1px solid var(--sp-line);box-shadow:0 22px 65px rgba(15,23,42,.18);color:var(--sp-dark);font-weight:850;transform:translateX(110%);opacity:0;transition:.35s ease}
.shopih-toast.show{transform:translateX(0);opacity:1}
.shopih-toast.success{border-color:#bbf7d0;background:#ecfdf5;color:#047857}
.shopih-toast.error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}
aside a,.sidebar a,.admin-sidebar a{border-radius:14px!important;transition:.22s ease!important}
aside a:hover,.sidebar a:hover,.admin-sidebar a:hover{background:rgba(37,99,235,.10)!important;transform:translateX(3px)}
@media print{header,footer,aside,.sidebar,.admin-sidebar,.admin-topbar,.pp-mobile-sticky,.cod-mobile-bar{display:none!important}body{background:#fff!important}.orders-panel,.admin-card,.panel{box-shadow:none!important;border:1px solid #ddd!important}}
@media(max-width:760px){.shopih-policy-card{padding:28px 20px;border-radius:26px}.shopih-policy-card h1{font-size:34px}.shopih-toast-wrap{left:12px;right:12px;top:12px}.shopih-toast{min-width:0;max-width:none;width:100%}}
