/* SHOPIH CONVERSION UX UPGRADE */
:root{
  --shopih-primary:#111827;
  --shopih-blue:#2563eb;
  --shopih-accent:#f59e0b;
  --shopih-muted:#64748b;
  --shopih-line:#e5e7eb;
  --shopih-bg:#f6f8fc;
  --shopih-card:#ffffff;
  --shopih-shadow:0 20px 55px rgba(15,23,42,.12);
}

/* Animated buttons globally */
a[class*="btn"], button, .btn, .admin-btn, .btn-main, .btn-primary, .btn-soft,
input[type="submit"], .add-to-cart, .cart-btn{
  position:relative;
  overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease, background .22s ease !important;
  will-change:transform;
}
a[class*="btn"]:hover, button:hover, .btn:hover, .admin-btn:hover, .btn-main:hover, .btn-primary:hover, .btn-soft:hover,
input[type="submit"]:hover, .add-to-cart:hover, .cart-btn:hover{
  transform:translateY(-2px);
  filter:saturate(1.04);
}
a[class*="btn"]:active, button:active, .btn:active, .admin-btn:active, .btn-main:active, .btn-primary:active, .btn-soft:active,
input[type="submit"]:active, .add-to-cart:active, .cart-btn:active{
  transform:translateY(0) scale(.98);
}
.shopih-ripple{
  position:absolute;
  width:12px;height:12px;
  border-radius:50%;
  background:rgba(255,255,255,.55);
  transform:translate(-50%,-50%) scale(1);
  animation:shopihRipple .6s ease-out forwards;
  pointer-events:none;
}
@keyframes shopihRipple{to{opacity:0;transform:translate(-50%,-50%) scale(22)}}
.is-loading{opacity:.78;pointer-events:none;}
.is-loading::after{
  content:"";
  display:inline-block;
  width:14px;height:14px;
  margin-left:10px;
  vertical-align:-2px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.55);
  border-top-color:#fff;
  animation:shopihSpin .8s linear infinite;
}
@keyframes shopihSpin{to{transform:rotate(360deg)}}

/* Toasts */
.shopih-toast-wrap{
  position:fixed;
  z-index:99999;
  top:18px;
  right:18px;
  display:grid;
  gap:12px;
  max-width:min(390px, calc(100vw - 36px));
}
.shopih-toast{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:12px;
  align-items:start;
  padding:14px 14px;
  border-radius:18px;
  background:#fff;
  color:#0f172a;
  box-shadow:0 18px 50px rgba(15,23,42,.16);
  border:1px solid rgba(226,232,240,.9);
  animation:shopihToastIn .28s ease both;
}
.shopih-toast-icon{
  width:30px;height:30px;
  display:grid;place-items:center;
  border-radius:999px;
  font-weight:900;
}
.shopih-toast.success .shopih-toast-icon{background:#dcfce7;color:#15803d}
.shopih-toast.error .shopih-toast-icon{background:#fee2e2;color:#b91c1c}
.shopih-toast.info .shopih-toast-icon{background:#dbeafe;color:#1d4ed8}
.shopih-toast-title{font-weight:900;margin:0 0 2px;font-size:14px}
.shopih-toast-msg{color:#64748b;font-size:13px;line-height:1.45}
.shopih-toast-close{border:none;background:transparent;color:#94a3b8;font-size:20px;cursor:pointer;padding:0;line-height:1}
@keyframes shopihToastIn{from{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:none}}

/* Cart drawer */
.shopih-drawer-backdrop{
  position:fixed;inset:0;z-index:99980;
  background:rgba(15,23,42,.42);
  opacity:0;pointer-events:none;
  transition:.25s ease;
  backdrop-filter:blur(4px);
}
.shopih-cart-drawer{
  position:fixed;z-index:99990;
  top:0;right:0;height:100vh;
  width:min(430px, 92vw);
  background:#fff;
  transform:translateX(110%);
  transition:.32s cubic-bezier(.2,.8,.2,1);
  box-shadow:-20px 0 60px rgba(15,23,42,.22);
  display:flex;flex-direction:column;
}
body.shopih-drawer-open .shopih-drawer-backdrop{opacity:1;pointer-events:auto}
body.shopih-drawer-open .shopih-cart-drawer{transform:translateX(0)}
.shopih-cart-head{display:flex;align-items:center;justify-content:space-between;padding:22px;border-bottom:1px solid var(--shopih-line)}
.shopih-cart-head h3{margin:0;font-size:24px;letter-spacing:-.03em}
.shopih-cart-close{width:38px;height:38px;border-radius:12px;border:1px solid var(--shopih-line);background:#fff;font-size:24px;line-height:1;cursor:pointer}
.shopih-cart-body{padding:18px;overflow:auto;flex:1;background:#f8fafc}
.shopih-cart-empty{border:1px dashed #cbd5e1;border-radius:22px;padding:28px;text-align:center;color:#64748b;background:#fff}
.shopih-cart-row{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:10px;margin-bottom:10px}
.shopih-cart-row img{width:64px;height:64px;object-fit:cover;border-radius:14px;background:#f1f5f9}
.shopih-cart-row strong{display:block;font-size:14px;line-height:1.3}.shopih-cart-row span{color:#64748b;font-size:13px}
.shopih-cart-foot{padding:18px 22px;border-top:1px solid var(--shopih-line);background:#fff}
.shopih-cart-total{display:flex;justify-content:space-between;align-items:center;font-weight:900;margin-bottom:14px}
.shopih-cart-checkout{display:flex;justify-content:center;align-items:center;width:100%;border-radius:999px;background:linear-gradient(135deg,#111827,#2563eb);color:#fff;text-decoration:none;font-weight:900;padding:14px 18px;box-shadow:0 16px 35px rgba(37,99,235,.22)}

/* Quick view */
.shopih-qv-modal{position:fixed;inset:0;z-index:99970;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(15,23,42,.46);backdrop-filter:blur(6px)}
.shopih-qv-modal.open{display:flex;animation:shopihFade .2s ease both}
.shopih-qv-card{width:min(920px,96vw);background:#fff;border-radius:30px;box-shadow:0 30px 100px rgba(15,23,42,.28);overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr;position:relative}
.shopih-qv-img{height:420px;background:#f1f5f9;object-fit:cover;width:100%}
.shopih-qv-info{padding:32px;display:flex;flex-direction:column;justify-content:center;gap:14px}
.shopih-qv-info h3{font-size:34px;margin:0;letter-spacing:-.04em}.shopih-qv-price{font-size:24px;font-weight:950;color:#2563eb}.shopih-qv-desc{color:#64748b;line-height:1.7}
.shopih-qv-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.shopih-qv-actions a{border-radius:999px;padding:13px 18px;text-decoration:none;font-weight:900}.shopih-qv-primary{background:#111827;color:#fff}.shopih-qv-soft{background:#fff7ed;color:#b45309;border:1px solid #fdba74}
.shopih-qv-close{position:absolute;right:16px;top:16px;width:42px;height:42px;border:none;border-radius:14px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.12);font-size:24px;cursor:pointer}
@keyframes shopihFade{from{opacity:0}to{opacity:1}}

/* Product card polish */
.product-card,.products-grid > *,[class*="product-card"]{
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.product-card:hover,.products-grid > *:hover,[class*="product-card"]:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 55px rgba(15,23,42,.11);
}
.shopih-quick-view-btn{
  position:absolute;left:12px;right:12px;bottom:12px;
  border:none;border-radius:999px;padding:11px 14px;
  background:rgba(15,23,42,.88);color:#fff;font-weight:900;cursor:pointer;
  opacity:0;transform:translateY(8px);transition:.22s ease;backdrop-filter:blur(6px);
}
.product-card:hover .shopih-quick-view-btn,[class*="product-card"]:hover .shopih-quick-view-btn{opacity:1;transform:none}

/* Admin polish */
.admin-toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:0 0 18px;padding:14px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 12px 35px rgba(15,23,42,.06)}
.admin-toolbar input,.admin-toolbar select{height:44px;border:1px solid #d7deea;border-radius:13px;padding:0 13px;background:#fbfdff;outline:none}.admin-toolbar input:focus,.admin-toolbar select:focus{border-color:#93c5fd;box-shadow:0 0 0 4px rgba(37,99,235,.10)}
.shopih-admin-export{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#0f172a;color:#fff;text-decoration:none;font-weight:900;padding:12px 16px}
.shopih-duplicate-btn{border:1px solid #d7deea;background:#fff;color:#0f172a;border-radius:12px;padding:9px 12px;font-weight:800;cursor:pointer}

@media(max-width:760px){
  .shopih-toast-wrap{left:12px;right:12px;top:12px;max-width:none}.shopih-qv-card{grid-template-columns:1fr}.shopih-qv-img{height:260px}.shopih-qv-info{padding:22px}.shopih-qv-info h3{font-size:26px}.shopih-quick-view-btn{opacity:1;transform:none;position:static;margin-top:8px;width:100%}
}
