/* Passago mini-cart — loaded from layout <head>, not inside Vue x-template */
.ps-mc-toggle{display:inline-flex!important;align-items:center;justify-content:center;width:46px;height:46px;cursor:pointer;color:#111827;line-height:1;flex-shrink:0}
.ps-mc-toggle svg{display:block;overflow:visible}
.ps-mc-badge{position:absolute;top:-4px;right:-6px;display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#059669;color:#fff;font-size:11px;font-weight:700;line-height:1;box-shadow:0 6px 14px rgba(5,150,105,.22);z-index:2}

.ps-mc-header{display:flex!important;flex-direction:row!important;justify-content:space-between;align-items:flex-start;gap:12px;width:100%;padding-right:36px;box-sizing:border-box}
.ps-mc-title{margin:0!important;font-size:18px!important;font-weight:800!important;color:#0f172a!important;line-height:1.2!important}
.ps-mc-count{margin:4px 0 0!important;font-size:12px!important;color:#94a3b8!important;font-weight:500!important}
.ps-mc-total-box{text-align:right;flex-shrink:0}
.ps-mc-total-label{display:block!important;font-size:11px!important;font-weight:500!important;color:#94a3b8!important;line-height:1.2!important;margin:0 0 2px!important}
.ps-mc-total-value{display:block!important;font-size:17px!important;font-weight:800!important;color:#059669!important;line-height:1.2!important;white-space:nowrap}

.ps-mc-list{display:flex!important;flex-direction:column!important;gap:10px;padding:8px 0 12px}
.ps-mc-item{display:flex!important;flex-direction:row!important;align-items:center!important;gap:12px!important;padding:12px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:14px!important;box-sizing:border-box}
.ps-mc-img-wrap{width:64px!important;height:64px!important;min-width:64px!important;flex:0 0 64px!important;border-radius:10px;border:1px solid #e5e7eb;background:#f8fafc;overflow:hidden;display:flex!important;align-items:center;justify-content:center}
.ps-mc-img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}
.ps-mc-info{flex:1 1 auto!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:6px}
.ps-mc-name{margin:0!important;font-size:13px!important;font-weight:600!important;color:#0f172a!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ps-mc-meta{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;width:100%}
.ps-mc-qty{display:inline-flex!important;align-items:center;font-size:11px!important;font-weight:600!important;color:#64748b!important;background:#f1f5f9!important;padding:3px 8px!important;border-radius:999px!important;white-space:nowrap}
.ps-mc-price{font-size:14px!important;font-weight:800!important;color:#0f172a!important;white-space:nowrap;margin-left:auto}

.ps-mc-empty{text-align:center;padding:48px 16px}
.ps-mc-empty-title{margin:10px 0 0!important;font-size:15px!important;font-weight:700!important;color:#0f172a!important}
.ps-mc-empty-hint{margin:6px 0 0!important;font-size:12px!important;color:#94a3b8!important}

.ps-mc-footer{display:flex!important;flex-direction:column!important;gap:10px!important;padding:12px 16px 8px!important;border-top:1px solid #eef2f7;background:#fff;box-sizing:border-box}
.ps-mc-note{display:flex!important;flex-direction:column!important;gap:2px!important;padding:10px 12px!important;background:#f0fdf4!important;border:1px solid #bbf7d0!important;border-radius:12px!important}
.ps-mc-note-main{display:block!important;font-size:12px!important;font-weight:700!important;color:#065f46!important;line-height:1.3!important}
.ps-mc-note-sub{display:block!important;font-size:11px!important;font-weight:500!important;color:#6b7280!important;line-height:1.3!important;margin-top:2px}
.ps-mc-btn-primary{display:block!important;width:100%!important;box-sizing:border-box;text-align:center;padding:14px 16px!important;border-radius:12px!important;background:#059669!important;color:#fff!important;font-size:14px!important;font-weight:700!important;text-decoration:none!important;line-height:1.2!important}
.ps-mc-btn-primary:hover{background:#047857!important}
.ps-mc-btn-secondary{display:block!important;width:100%!important;box-sizing:border-box;text-align:center;padding:12px 16px!important;border-radius:12px!important;border:1px solid #e2e8f0!important;background:#fff!important;color:#475569!important;font-size:13px!important;font-weight:600!important;text-decoration:none!important;line-height:1.2!important}
.ps-mc-btn-secondary:hover{background:#f8fafc!important;border-color:#cbd5e1!important}

@media (max-width:768px){
  .ps-mc-header{padding-right:32px}
  .ps-mc-img-wrap{width:72px!important;height:72px!important;min-width:72px!important;flex-basis:72px!important}
  .ps-mc-item{padding:12px!important;gap:12px!important}
  .ps-mc-btn-primary{padding:15px 16px!important;font-size:15px!important}
  .ps-mc-footer{padding:12px 12px calc(10px + env(safe-area-inset-bottom,0px))!important}
}
