/* AL SAHL Store Core — Smart Add To Cart Popup */

.as-smart-cart-modal{
	--as-popup-cream:#F4ECD9;
	--as-popup-soft:#EEE4CA;
	--as-popup-card:#F9F4E9;
	--as-popup-gold:#E6BC70;
	--as-popup-olive-gold:#928648;
	--as-popup-olive:#585939;
	--as-popup-dark:#33310A;
	--as-popup-muted:#817A61;
	--as-popup-border:rgba(146,134,72,.23);
	position:fixed;
	inset:0;
	z-index:999999;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:22px;
	visibility:hidden;
	opacity:0;
	pointer-events:none;
	transition:opacity .22s ease,visibility .22s ease;
	direction:rtl;
	font-family:"Bahij TheSansArabic",Tahoma,Arial,sans-serif;
}

.as-smart-cart-modal.is-open{visibility:visible;opacity:1;pointer-events:auto;}
.as-smart-cart-backdrop{position:absolute;inset:0;background:rgba(25,24,7,.56);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);}
.as-smart-cart-dialog{position:relative;z-index:2;width:min(100%,540px);max-height:calc(100vh - 44px);overflow:auto;border:1px solid rgba(230,188,112,.34);border-radius:6px;background:var(--as-popup-cream);box-shadow:0 30px 90px rgba(25,24,7,.27);transform:translateY(12px) scale(.985);transition:transform .24s ease;overscroll-behavior:contain;}
.as-smart-cart-modal.is-open .as-smart-cart-dialog{transform:translateY(0) scale(1);}
.as-smart-cart-close{position:absolute;top:13px;left:13px;z-index:5;width:34px;height:34px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(146,134,72,.24);border-radius:50%;background:rgba(244,236,217,.90);color:var(--as-popup-dark);cursor:pointer;}
.as-smart-cart-close svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;}
.as-smart-cart-success{padding:27px 27px 18px;display:flex;align-items:flex-start;gap:12px;}
.as-smart-cart-check{width:42px;height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(88,89,57,.28);border-radius:50%;background:rgba(88,89,57,.08);color:var(--as-popup-olive);}
.as-smart-cart-check svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.as-smart-cart-success-copy{padding-top:1px;}
.as-smart-cart-eyebrow{color:var(--as-popup-olive-gold);font-size:10px;font-weight:600;}
.as-smart-cart-success h2{margin:2px 0 3px;color:var(--as-popup-dark);font-size:21px;font-weight:700;line-height:1.45;}
.as-smart-cart-success p{margin:0;color:var(--as-popup-muted);font-size:10.5px;line-height:1.7;}
.as-smart-cart-product{margin:0 27px;padding:14px;display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid var(--as-popup-border);border-radius:4px;background:var(--as-popup-card);}
.as-smart-cart-product-image{width:72px;height:72px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(146,134,72,.15);border-radius:3px;background:var(--as-popup-soft);}
.as-smart-cart-product-image img{width:100%;height:100%;padding:6px;object-fit:contain;}
.as-smart-cart-product-name{color:var(--as-popup-dark);font-size:12px;font-weight:600;line-height:1.6;}
.as-smart-cart-product-meta{margin-top:3px;color:var(--as-popup-muted);font-size:9px;}
.as-smart-cart-product-price{color:var(--as-popup-dark);font-family:Arial,sans-serif;font-size:13px;font-weight:700;white-space:nowrap;}

.as-smart-cart-offer{margin:15px 27px 0;padding:15px;position:relative;overflow:hidden;border:1px solid rgba(230,188,112,.47);border-radius:4px;background:linear-gradient(135deg,rgba(230,188,112,.16),rgba(238,228,202,.65));}
.as-smart-cart-offer::before{content:"";position:absolute;top:-55px;left:-35px;width:135px;height:135px;border-radius:50%;background:rgba(230,188,112,.12);pointer-events:none;}
.as-smart-cart-offer-top{position:relative;display:flex;align-items:flex-start;gap:9px;}
.as-smart-cart-offer-icon{width:33px;height:33px;flex:0 0 33px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(146,134,72,.25);background:rgba(255,255,255,.22);color:var(--as-popup-olive-gold);}
.as-smart-cart-offer-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.as-smart-cart-offer-copy{position:relative;min-width:0;}
.as-smart-cart-offer-label{color:var(--as-popup-olive-gold);font-size:9px;font-weight:600;}
.as-smart-cart-offer h3{margin:2px 0 4px;color:var(--as-popup-dark);font-size:14px;font-weight:700;line-height:1.5;}
.as-smart-cart-offer p{margin:0;color:#686147;font-size:10.5px;line-height:1.8;}
.as-smart-cart-offer-action{margin-top:12px;position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;}
.as-smart-cart-offer-saving{color:var(--as-popup-olive);font-size:9.5px;font-weight:600;}
.as-smart-cart-offer-link{min-height:37px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--as-popup-dark);border-radius:2px;background:var(--as-popup-dark);color:#fff!important;font-size:10px;font-weight:600;white-space:nowrap;}
.as-smart-cart-offer-link svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.as-smart-cart-actions{padding:18px 27px 25px;display:grid;grid-template-columns:1fr 1fr;gap:9px;}
.as-smart-cart-button{min-height:48px;padding:0 14px;display:flex;align-items:center;justify-content:center;border-radius:2px;font-size:11.5px;font-weight:600;cursor:pointer;}
.as-smart-cart-button--cart{border:1px solid var(--as-popup-dark);background:var(--as-popup-dark);color:#fff!important;}
.as-smart-cart-button--continue{border:1px solid var(--as-popup-border);background:transparent;color:var(--as-popup-dark);}
html.as-smart-cart-lock,html.as-smart-cart-lock body{overflow:hidden!important;}

@media(max-width:600px){
	.as-smart-cart-modal{align-items:flex-end;padding:0;}
	.as-smart-cart-dialog{width:100%;max-height:min(88vh,720px);border-right:0;border-left:0;border-bottom:0;border-radius:16px 16px 0 0;transform:translateY(100%);}
	.as-smart-cart-modal.is-open .as-smart-cart-dialog{transform:translateY(0);}
	.as-smart-cart-dialog::before{content:"";width:42px;height:4px;margin:9px auto 0;display:block;border-radius:20px;background:rgba(51,49,10,.17);}
	.as-smart-cart-close{top:15px;left:15px;}
	.as-smart-cart-success{padding:22px 18px 15px;}
	.as-smart-cart-success h2{font-size:18px;}
	.as-smart-cart-product{margin:0 18px;grid-template-columns:64px minmax(0,1fr);grid-template-areas:"image copy" "price price";gap:9px 11px;}
	.as-smart-cart-product-image{grid-area:image;width:62px;height:62px;}
	.as-smart-cart-product-copy{grid-area:copy;}
	.as-smart-cart-product-price{grid-area:price;padding-top:9px;border-top:1px solid rgba(146,134,72,.12);text-align:left;}
	.as-smart-cart-offer{margin:13px 18px 0;}
	.as-smart-cart-offer-action{align-items:stretch;flex-direction:column;}
	.as-smart-cart-offer-link{width:100%;}
	.as-smart-cart-actions{padding:15px 18px 20px;}
}
