.souqdent-from-price{
	display:inline-flex;
	align-items:baseline;
	gap:6px;
	font-weight:700
}
.souqdent-from-price small{
	font-size:.55em;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:.06em;
	color:#6b7280
}
.souqdent-store-offers{
	clear:both;
	margin:36px 0 18px;
	padding-top:28px;
	border-top:1px solid #e5e7eb
}
.souqdent-offers-heading{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:20px;
	margin-bottom:18px
}
.souqdent-offers-heading h2{
	margin:2px 0 0
}
.souqdent-eyebrow{
	display:block;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.12em;
	color:#6b7280
}
.souqdent-store-count{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:70px;
	padding:6px 12px;
	border-radius:999px;
	background:#f3f4f6;
	color:#374151;
	font-size:13px;
	font-weight:700
}
.souqdent-offer-list{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:16px
}
.souqdent-offer-card{
	display:flex;
	flex-direction:column;
	border:1px solid #dfe3e8;
	border-radius:14px;
	padding:18px;
	background:#fff;
	box-shadow:0 4px 16px rgba(15,23,42,.05)
}
.souqdent-offer-card.is-featured{
	border-color:#d6a514;
	box-shadow:0 4px 18px rgba(214,165,20,.12)
}
.souqdent-offer-top{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:12px;
	margin-bottom:16px
}
.souqdent-offer-store{
	display:flex;
	align-items:center;
	gap:10px;
	min-width:0
}
.souqdent-offer-store>div{
	display:flex;
	flex-direction:column;
	min-width:0
}
.souqdent-offer-store strong{
	font-size:16px;
	line-height:1.3
}
.souqdent-offer-store small{
	margin-top:3px;
	color:#6b7280
}
.souqdent-store-logo{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex:0 0 48px;
	width:48px;
	height:48px;
	border:1px solid #e5e7eb;
	border-radius:12px;
	background:#fff;
	overflow:hidden
}
.souqdent-store-logo-image{
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
	padding:4px;
	box-sizing:border-box
}
.souqdent-store-logo-placeholder{
	background:#f3f4f6;
	color:#374151;
	text-decoration:none
}
.souqdent-store-logo-placeholder .dashicons{
	font-size:22px;
	width:22px;
	height:22px
}
.souqdent-offer-store strong a{
	color:inherit;
	text-decoration:none
}
.souqdent-offer-store strong a:hover{
	text-decoration:underline
}
.souqdent-featured-label{
	display:inline-flex;
	align-items:center;
	gap:4px;
	padding:5px 9px;
	border-radius:999px;
	background:#fff6cc;
	color:#725300;
	font-size:12px;
	font-weight:700;
	white-space:nowrap
}
.souqdent-featured-label .dashicons{
	font-size:15px;
	width:15px;
	height:15px
}
.souqdent-offer-body{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:16px;
	margin-bottom:8px
}
.souqdent-offer-price{
	font-size:24px;
	line-height:1.2;
	font-weight:800
}
.souqdent-offer-facts{
	display:grid;
	gap:7px;
	font-size:13px;
	color:#4b5563
}
.souqdent-offer-facts>div{
	display:flex;
	align-items:center;
	gap:6px
}
.souqdent-offer-facts .dashicons{
	font-size:17px;
	width:17px;
	height:17px
}
.souqdent-offer-stock.is-in-stock{color:#166534}
.souqdent-offer-stock.is-out-of-stock{color:#b91c1c}
.souqdent-offer-stock.is-backorder{color:#8a6500}
.souqdent-offer-specification{
	margin-top:12px;
	padding-top:12px;
	border-top:1px solid #eef0f2;
	color:#4b5563;
	font-size:14px
}
.souqdent-offer-specification p:last-child{
	margin-bottom:0
}
.souqdent-offer-buy{
	display:flex;
	align-items:flex-end;
	gap:12px;
	margin-top:auto;
	padding-top:16px
}
.souqdent-offer-buy label{
	display:flex;
	flex-direction:column;
	gap:6px;
	margin:0;
	font-size:12px;
	font-weight:700;
	color:#4b5563
}
.souqdent-offer-buy input[type="number"]{
	width:78px;
	min-height:42px
}
.souqdent-add-to-cart{
	min-height:42px;
	flex:1
}
.souqdent-no-offers{
	padding:16px;
	border:1px dashed #d1d5db;
	border-radius:10px;
	background:#fafafa
}
@media (max-width:900px){
	.souqdent-offer-list{
		grid-template-columns:1fr
	}
}
@media (max-width:600px){
	.souqdent-store-offers{
		margin-top:26px;
		padding-top:22px
	}
	.souqdent-offers-heading{
		align-items:flex-start
	}
	.souqdent-offer-body{
		align-items:flex-start;
		flex-direction:column
	}
	.souqdent-offer-buy{
		flex-wrap:wrap
	}
	.souqdent-add-to-cart{
		min-width:170px
	}
}

.souqdent-offer-card.is-best-price{border-color:#16a34a;box-shadow:0 4px 18px rgba(22,163,74,.10)}
.souqdent-offer-badges{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px}
.souqdent-best-price-label{display:inline-flex;align-items:center;gap:4px;padding:5px 9px;border-radius:999px;background:#eaf8ee;color:#166534;font-size:12px;font-weight:700;white-space:nowrap}
.souqdent-best-price-label .dashicons{font-size:15px;width:15px;height:15px}
.souqdent-store-link{margin-top:10px;font-size:13px;font-weight:600}
.souqdent-store-link a{text-decoration:none}
.souqdent-store-link a:hover{text-decoration:underline}
@media (max-width:600px){.souqdent-offer-badges{max-width:120px}}

.souqdent-offers-heading h2{
	font-size:30px;
	line-height:1.15
}
.souqdent-offer-card{
	transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease
}
.souqdent-offer-card:hover{
	transform:translateY(-2px);
	box-shadow:0 10px 28px rgba(15,23,42,.09)
}
.souqdent-offer-price{
	font-size:30px
}
.souqdent-store-link{
	order:5
}
.souqdent-store-link a{
	display:inline-flex;
	align-items:center;
	gap:4px;
	color:#1f4c7a;
	font-weight:700
}
.souqdent-add-to-cart{
	border-radius:8px;
	font-weight:700
}
.souqdent-offer-buy input[type="number"]{
	border-radius:8px
}
