/* MuqPro Theme Foundation v1.13.14 — Style 1 header cart summary. */
.muqpro-cart-control{position:relative;display:inline-flex;align-items:center}
.muqpro-cart-control>.muqpro-cart-link{cursor:pointer}
.muqpro-cart-summary{position:absolute;z-index:10090;top:calc(100% + 10px);right:0;width:min(390px,calc(100vw - 24px));padding:12px;border:1px solid rgba(231,185,79,.48);border-radius:16px;background:#082044;box-shadow:0 22px 54px rgba(0,0,0,.42);color:#fff}
html[dir="rtl"] .muqpro-cart-summary{right:auto;left:0}
.muqpro-cart-summary[hidden]{display:none!important}
.muqpro-cart-summary-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:1px 2px 10px;border-bottom:1px solid rgba(255,255,255,.1)}
.muqpro-cart-summary-head strong{font-size:.9rem;line-height:1.2;color:#fff}
.muqpro-cart-summary-head button{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.07);color:#fff;font-size:1.25rem;line-height:1;cursor:pointer}
.muqpro-cart-product{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px 1px}
.muqpro-cart-product img,.muqpro-cart-product-placeholder{width:64px;height:64px;border:1px solid rgba(231,185,79,.35);border-radius:11px;background:#0b2a55;object-fit:cover}
.muqpro-cart-product-placeholder{display:grid;place-items:center;font-size:1.45rem}
.muqpro-cart-product-copy{display:grid;gap:4px;min-width:0}
.muqpro-cart-product-copy strong{font-size:.84rem;line-height:1.28;overflow-wrap:anywhere}
.muqpro-cart-product-copy small{color:#b8c8df;font-size:.72rem;line-height:1.2}
.muqpro-cart-product-price{align-self:center;color:#ffd568;font-size:.86rem;white-space:nowrap}
.muqpro-cart-product-price .woocommerce-Price-currencySymbol{margin-right:1px}
.muqpro-cart-continue,.muqpro-cart-remove,.muqpro-cart-empty>a{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:42px;border-radius:10px;font-size:.82rem;font-weight:900;text-decoration:none;cursor:pointer}
.muqpro-cart-continue,.muqpro-cart-empty>a{background:linear-gradient(180deg,#f2c75c,#d9a936);border:1px solid #e7b94f;color:#071a36}
.muqpro-cart-continue:hover,.muqpro-cart-empty>a:hover{color:#071a36}
.muqpro-cart-remove{margin-top:8px;background:rgba(4,18,41,.35);border:1px solid rgba(231,185,79,.58);color:#ffd568}
.muqpro-cart-remove[disabled]{opacity:.55;cursor:wait}
.muqpro-cart-empty{display:grid;justify-items:center;gap:7px;padding:18px 5px 5px;text-align:center}
.muqpro-cart-empty[hidden],.muqpro-cart-summary [hidden]{display:none!important}
.muqpro-cart-empty-icon{display:grid;place-items:center;width:54px;height:54px;margin-bottom:2px;border:1px solid #e7b94f;border-radius:50%;color:#ffd568;font-size:1.4rem}
.muqpro-cart-empty strong{font-size:.9rem}.muqpro-cart-empty p{margin:0 0 5px;color:#b8c8df;font-size:.76rem}.muqpro-cart-empty>a{max-width:280px}
/* Count is intentionally numeric, never a monetary subtotal. */
.muqpro-cart-total{min-width:1ch;text-align:center;font-variant-numeric:tabular-nums}
@media(max-width:760px){
  .muqpro-cart-control{position:static}
  .muqpro-cart-summary{position:fixed;top:116px;right:12px;left:12px;width:auto;max-height:calc(100vh - 205px);overflow:auto;border-radius:15px}
  html[dir="rtl"] .muqpro-cart-summary{right:12px;left:12px}
  .muqpro-cart-product{grid-template-columns:58px minmax(0,1fr) auto;gap:9px}.muqpro-cart-product img,.muqpro-cart-product-placeholder{width:58px;height:58px}
}
@media(max-width:390px){.muqpro-cart-summary{top:112px;right:8px;left:8px}.muqpro-cart-product{grid-template-columns:54px minmax(0,1fr) auto}.muqpro-cart-product img,.muqpro-cart-product-placeholder{width:54px;height:54px}.muqpro-cart-product-copy strong{font-size:.78rem}.muqpro-cart-product-price{font-size:.8rem}}
