.souqdent-store-page{
	margin-top:28px
}
.souqdent-store-hero{
	position:relative;
	display:flex;
	align-items:center;
	gap:26px;
	padding:30px;
	border:1px solid #e2e8f0;
	border-radius:20px;
	background:linear-gradient(135deg,#ffffff 0%,#f7fafc 100%);
	box-shadow:0 10px 30px rgba(15,23,42,.07);
	overflow:hidden
}
.souqdent-store-hero:after{
	content:"";
	position:absolute;
	top:-80px;
	right:-80px;
	width:220px;
	height:220px;
	border-radius:50%;
	background:rgba(35,84,130,.06)
}
.souqdent-store-page-logo{
	position:relative;
	z-index:1;
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 128px;
	width:128px;
	height:128px;
	border:1px solid #dfe6ee;
	border-radius:20px;
	background:#fff;
	overflow:hidden;
	box-shadow:0 6px 20px rgba(15,23,42,.07)
}
.souqdent-store-page-logo-image{
	width:100%;
	height:100%;
	object-fit:contain;
	padding:10px;
	box-sizing:border-box
}
.souqdent-store-page-logo .dashicons{
	font-size:48px;
	width:48px;
	height:48px;
	color:#64748b
}
.souqdent-store-hero-content{
	position:relative;
	z-index:1;
	min-width:0
}
.souqdent-store-hero-content h1{
	margin:4px 0 10px;
	font-size:38px;
	line-height:1.12
}
.souqdent-store-eyebrow{
	display:block;
	font-size:12px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:.14em;
	color:#64748b
}
.souqdent-store-country{
	display:flex;
	align-items:center;
	gap:6px;
	margin:6px 0 14px;
	color:#475569
}
.souqdent-store-country .dashicons{
	font-size:17px;
	width:17px;
	height:17px
}
.souqdent-store-stats{
	display:flex;
	flex-wrap:wrap;
	gap:12px
}
.souqdent-store-stats>div{
	min-width:118px;
	padding:10px 14px;
	border:1px solid #e2e8f0;
	border-radius:12px;
	background:#fff
}
.souqdent-store-stats strong{
	display:block;
	font-size:22px;
	line-height:1;
	color:#0f172a
}
.souqdent-store-stats span{
	display:block;
	margin-top:5px;
	font-size:12px;
	color:#64748b
}
.souqdent-store-products-heading{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:18px;
	margin:38px 0 18px
}
.souqdent-store-products-heading h2{
	margin:3px 0 0;
	font-size:30px
}
.souqdent-store-products-count{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:44px;
	height:36px;
	padding:0 12px;
	border-radius:999px;
	background:#eef2f7;
	font-size:13px;
	font-weight:800
}
.souqdent-store-product-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:20px
}
.souqdent-store-product-card{
	display:flex;
	flex-direction:column;
	border:1px solid #e2e8f0;
	border-radius:16px;
	background:#fff;
	overflow:hidden;
	box-shadow:0 5px 18px rgba(15,23,42,.05);
	transition:transform .18s ease,box-shadow .18s ease
}
.souqdent-store-product-card:hover{
	transform:translateY(-3px);
	box-shadow:0 12px 28px rgba(15,23,42,.10)
}
.souqdent-store-product-media{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	height:230px;
	padding:18px;
	background:#f8fafc
}
.souqdent-store-product-image{
	width:100%;
	height:100%;
	object-fit:contain
}
.souqdent-store-product-placeholder{
	font-size:60px;
	width:60px;
	height:60px;
	color:#94a3b8
}
.souqdent-store-featured{
	position:absolute;
	top:12px;
	right:12px;
	display:inline-flex;
	align-items:center;
	gap:4px;
	padding:6px 10px;
	border-radius:999px;
	background:#fff4c7;
	color:#765800;
	font-size:11px;
	font-weight:800
}
.souqdent-store-featured .dashicons{
	font-size:14px;
	width:14px;
	height:14px
}
.souqdent-store-product-content{
	display:flex;
	flex:1;
	flex-direction:column;
	padding:18px
}
.souqdent-store-product-content h3{
	margin:0 0 10px;
	font-size:18px;
	line-height:1.35
}
.souqdent-store-product-content h3 a{
	color:#0f172a;
	text-decoration:none
}
.souqdent-store-product-content h3 a:hover{
	text-decoration:underline
}
.souqdent-store-product-price{
	margin-bottom:12px;
	font-size:24px;
	font-weight:800;
	color:#111827
}
.souqdent-store-product-meta{
	display:grid;
	gap:7px;
	margin-bottom:18px;
	font-size:13px;
	color:#475569
}
.souqdent-store-product-meta span{
	display:flex;
	align-items:center;
	gap:6px
}
.souqdent-store-product-meta .dashicons{
	font-size:16px;
	width:16px;
	height:16px
}
.souqdent-store-product-button{
	margin-top:auto;
	border-radius:8px;
	text-align:center;
	font-weight:700
}
.souqdent-store-empty{
	padding:22px;
	border:1px dashed #cbd5e1;
	border-radius:14px;
	background:#f8fafc
}
@media(max-width:900px){
	.souqdent-store-product-grid{
		grid-template-columns:repeat(2,minmax(0,1fr))
	}
}
@media(max-width:600px){
	.souqdent-store-hero{
		align-items:flex-start;
		flex-direction:column;
		padding:22px
	}
	.souqdent-store-page-logo{
		width:96px;
		height:96px;
		flex-basis:96px
	}
	.souqdent-store-hero-content h1{
		font-size:30px
	}
	.souqdent-store-stats{
		width:100%
	}
	.souqdent-store-stats>div{
		flex:1
	}
	.souqdent-store-product-grid{
		grid-template-columns:1fr
	}
}
