#lora-side-cart-overlay{
position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;z-index:999998;
}
#lora-side-cart{
position:fixed;left:0;right:0;bottom:-100%;
height:85vh;background:var(--lora-bg);
border-radius:20px 20px 0 0;
box-shadow:var(--lora-shadow-lg);
transition:bottom .3s ease;
z-index:999999;
display:flex;flex-direction:column;
}
body.lora-side-cart-open #lora-side-cart{bottom:0;}
body.lora-side-cart-open #lora-side-cart-overlay{display:block;}
.lora-side-cart-header{
display:flex;justify-content:space-between;align-items:center;
padding:16px 20px;border-bottom:1px solid var(--lora-border);
}
.lora-side-cart-body{flex:1;overflow:auto;padding:16px;}
.lora-side-cart-footer{
padding:16px;border-top:1px solid var(--lora-border);background:#fff;
}
#lora-close-cart{
border:0;background:none;font-size:28px;cursor:pointer;color:var(--lora-text);
}
#lora-checkout-btn{
display:block;text-align:center;padding:14px;
background:var(--lora-primary-dark);color:#fff;
border-radius:12px;text-decoration:none;font-weight:700;
}
@media(min-width:992px){
#lora-side-cart{
left:auto;right:-420px;bottom:0;width:420px;height:100vh;border-radius:0;
transition:right .3s ease;
}
body.lora-side-cart-open #lora-side-cart{right:0;}
}
/* =====================================
   Quantity
===================================== */

.lora-side-qty{

display:flex;

align-items:center;

gap:8px;

margin-top:10px;

}

.lora-side-qty button{

width:30px;

height:30px;

border:none;

border-radius:10px;

background:var(--lora-primary);

color:#fff;

font-size:18px;

font-weight:700;

cursor:pointer;

transition:.2s;

}

.lora-side-qty button:hover{

background:var(--lora-primary-dark);

}

.lora-side-qty span{

min-width:32px;

text-align:center;

font-weight:700;

font-size:15px;

}

/* =====================================
   Remove
===================================== */

.lora-remove-item{

width:34px;

height:34px;

border:none;

border-radius:10px;

background:#F4F4F4;

color:#888;

font-size:22px;

cursor:pointer;

transition:.2s;

flex-shrink:0;

}

.lora-remove-item{

width:34px;
height:34px;

display:flex;
align-items:center;
justify-content:center;

padding:0;

line-height:1;

font-size:28px;
font-weight:400;

border:none;
border-radius:10px;

background:#F4F4F4;
color:#888;

cursor:pointer;

transition:.2s;

flex-shrink:0;

}

}

.lora-cart-item{

display:flex;
align-items:center;
gap:14px;

}

.lora-cart-content{

flex:1;

}

.lora-remove-item{

width:36px;
height:36px;

margin-right:auto;

display:flex;
align-items:center;
justify-content:center;

flex:0 0 36px;

}

/* =====================================
   Item
===================================== */

.lora-cart-item{

display:flex;

align-items:center;

gap:14px;

padding:14px 0;

border-bottom:1px solid var(--lora-border);

}

.lora-cart-thumb{

width:72px;

height:72px;

border-radius:14px;

object-fit:cover;

flex-shrink:0;

}

.lora-cart-content{

flex:1;

min-width:0;

}

.lora-cart-title{

font-weight:700;

font-size:15px;

margin-bottom:6px;

}

.lora-cart-price{

color:var(--lora-primary-dark);

font-weight:700;

margin-bottom:6px;

}
.lora-qty button,
.lora-side-qty button{

width:42px;
height:42px;

display:flex;
align-items:center;
justify-content:center;

padding:0;
margin:0;

line-height:1;

font-size:24px;
font-weight:700;

border:none;
border-radius:12px;

background:var(--lora-primary);
color:#fff;

cursor:pointer;
transition:.2s;

}
.lora-qty button:hover,
.lora-side-qty button:hover{

background:var(--lora-primary-dark);

}
.loading{

opacity:.5;

pointer-events:none;

}

.loading{

position:relative;

pointer-events:none;

color:transparent !important;

}

.loading::after{

content:"";

position:absolute;

top:50%;

left:50%;

width:16px;

height:16px;

margin-left:-8px;

margin-top:-8px;

border:2px solid rgba(255,255,255,.35);

border-top-color:#fff;

border-radius:50%;

animation:loraSpin .7s linear infinite;

}
/* حذف محصول */

.lora-cart-item{

transition:.22s ease;

}

.lora-cart-item.removing{

opacity:0;

transform:translateX(-35px);

}