.webiran-edd-cart-widget{position:relative;display:inline-flex;z-index:999999;direction:rtl;font-family:inherit}.webiran-edd-cart-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:48px;height:48px;border:0;border-radius:16px;background:linear-gradient(135deg,#111827,#374151);color:#fff;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease;background-size:140% 140%;box-shadow:0 12px 30px rgba(17,24,39,.18)}.webiran-edd-cart-trigger:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(17,24,39,.24)}.webiran-cart-icon{display:inline-flex;line-height:1}.webiran-cart-label{font-weight:700;font-size:14px;white-space:nowrap}.webiran-edd-cart-count{position:absolute;top:-7px;right:-7px;display:flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;font-weight:800;box-shadow:0 8px 16px rgba(239,68,68,.3);border:2px solid #fff}.webiran-icon-left .webiran-edd-cart-count{right:auto;left:-7px}.webiran-edd-cart-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:999997}.webiran-edd-cart-panel{position:fixed;top:0;bottom:0;width:var(--webiran-panel-width,min(420px,92vw));background:var(--webiran-panel-bg,#fff);color:#111827;z-index:999998;display:flex;flex-direction:column;box-shadow:0 24px 80px rgba(0,0,0,.28);opacity:0;visibility:hidden;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .25s ease,visibility .25s ease;overflow:hidden}.webiran-side-left .webiran-edd-cart-panel,.webiran-edd-cart-panel.webiran-side-left{left:0;right:auto;transform:translateX(-104%)}.webiran-side-right .webiran-edd-cart-panel,.webiran-edd-cart-panel.webiran-side-right{right:0;left:auto;transform:translateX(104%)}.webiran-edd-cart-widget.is-open .webiran-edd-cart-overlay,.webiran-edd-cart-overlay.is-open{opacity:1;visibility:visible}.webiran-edd-cart-widget.is-open .webiran-edd-cart-panel,.webiran-edd-cart-panel.is-open{transform:translateX(0);opacity:1;visibility:visible}.webiran-edd-cart-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 22px 18px;border-bottom:1px solid #eef2f7;background:linear-gradient(180deg,#fff,#f8fafc)}.webiran-edd-cart-panel-title{font-size:19px;font-weight:900}.webiran-edd-cart-close{width:38px;height:38px;border:0;border-radius:12px;background:#f1f5f9;color:#0f172a;font-size:27px;line-height:1;cursor:pointer;transition:background .2s ease,transform .2s ease}.webiran-edd-cart-close:hover{background:#e2e8f0;transform:rotate(90deg)}.webiran-edd-cart-body{flex:1;overflow:auto;padding:12px 18px}.webiran-edd-cart-loading,.webiran-edd-cart-empty{min-height:190px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:#64748b;font-weight:700;gap:10px}.webiran-edd-cart-empty span{font-size:42px}.webiran-edd-cart-items{list-style:none;margin:0;padding:0}.webiran-edd-cart-item{display:grid;grid-template-columns:64px 1fr 34px;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #eef2f7;animation:webiranFadeSlide .28s ease both}.webiran-edd-cart-thumb{width:64px;height:64px;border-radius:16px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden;text-decoration:none;color:#64748b;font-weight:900}.webiran-edd-cart-thumb img{width:100%;height:100%;object-fit:cover}.webiran-edd-cart-title{display:block;color:#111827;text-decoration:none;font-weight:800;line-height:1.6;margin-bottom:6px}.webiran-edd-cart-title:hover{color:#2563eb}.webiran-edd-cart-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#64748b;font-size:13px}.webiran-edd-cart-meta strong{color:#0f172a;font-size:14px}.webiran-edd-remove-item{width:32px;height:32px;border:0;border-radius:10px;background:#fee2e2;color:#dc2626;font-size:22px;line-height:1;cursor:pointer;transition:transform .2s ease,background .2s ease}.webiran-edd-remove-item:hover{background:#fecaca;transform:scale(1.06)}.webiran-edd-cart-footer{padding:18px 22px 22px;border-top:1px solid #eef2f7;background:#fff}.webiran-edd-cart-total{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;font-size:15px;color:#475569}.webiran-edd-cart-total strong{font-size:18px;color:#111827}.webiran-edd-checkout{display:flex;align-items:center;justify-content:center;width:100%;min-height:50px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff!important;text-decoration:none;font-weight:900;box-shadow:0 14px 30px rgba(37,99,235,.24);transition:transform .2s ease,box-shadow .2s ease}.webiran-edd-checkout:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(37,99,235,.32)}.webiran-edd-cart-widget.is-loading .webiran-edd-cart-panel:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.35);pointer-events:none}.webiran-edd-cart-open{overflow:hidden}@keyframes webiranFadeSlide{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:767px){.webiran-edd-cart-trigger{min-width:44px;height:44px;border-radius:14px}.webiran-edd-cart-body{padding:10px 14px}.webiran-edd-cart-head,.webiran-edd-cart-footer{padding-left:16px;padding-right:16px}.webiran-edd-cart-item{grid-template-columns:56px 1fr 32px}.webiran-edd-cart-thumb{width:56px;height:56px}}

body > .webiran-edd-cart-overlay,body > .webiran-edd-cart-panel{position:fixed!important;z-index:2147483646}body > .webiran-edd-cart-panel{z-index:2147483647}

.webiran-edd-cart-prices{display:inline-flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.webiran-edd-cart-price-regular{font-size:12px;color:#94a3b8;text-decoration-thickness:1.5px}.webiran-edd-cart-price-current{color:#0f172a;font-size:14px}.webiran-edd-cart-prices .webiran-edd-cart-price-current{font-weight:900}
