.psm-product-expiry {
	display:flex;
	align-items:center;
	gap:11px;
	width:100%;
	margin:0 0 16px;
	padding:13px 16px;
	box-sizing:border-box;
	border:1px solid #a7e7c3;
	border-radius:13px;
	background:linear-gradient(135deg,#eafaf1,#f3fcf6);
	color:#176443;
	box-shadow:0 5px 16px rgba(37,132,90,.08);
	direction:rtl;
	font-size:14px;
	line-height:1.7;
}
.psm-product-expiry-icon {
	position:relative;
	flex:0 0 34px;
	width:34px;
	height:34px;
	border-radius:10px;
	background:#ccefdc;
}
.psm-product-expiry-icon::before {
	content:"";
	position:absolute;
	top:9px;
	right:8px;
	width:18px;
	height:16px;
	box-sizing:border-box;
	border:2px solid #21815a;
	border-radius:4px;
	background:linear-gradient(to bottom,#21815a 0 4px,transparent 4px);
}
.psm-product-expiry-icon::after {
	content:"";
	position:absolute;
	top:7px;
	right:12px;
	width:10px;
	height:4px;
	box-sizing:border-box;
	border-right:2px solid #21815a;
	border-left:2px solid #21815a;
}
.psm-product-expiry-text strong { color:#0c5436; font-weight:800; }
.psm-product-expiry.is-expired { border-color:#f2b8b5; background:#fff1f0; color:#9f2d28; }
.psm-product-expiry.is-expired .psm-product-expiry-icon { background:#f7d4d2; }
.psm-product-expiry.is-expired .psm-product-expiry-icon::before { border-color:#b43b35; background:linear-gradient(to bottom,#b43b35 0 4px,transparent 4px); }
.psm-product-expiry.is-expired .psm-product-expiry-icon::after { border-color:#b43b35; }
.psm-product-expiry.is-expired .psm-product-expiry-text strong { color:#84231f; }
@media(max-width:480px){.psm-product-expiry{padding:12px 13px;border-radius:11px}}
