/* ==========================================================================
   Dashbiz Child Theme
   Premium blue storefront system
   ========================================================================== */

:root {
	--dashbiz-primary: #146cff;
	--dashbiz-primary-dark: #0b4fd6;
	--dashbiz-primary-deep: #063b9f;
	--dashbiz-primary-light: #eaf2ff;
	--dashbiz-primary-soft: #f4f8ff;
	--dashbiz-navy: #07182e;
	--dashbiz-heading: #0f172a;
	--dashbiz-text: #5f6877;
	--dashbiz-muted: #8a94a6;
	--dashbiz-border: #e5eaf1;
	--dashbiz-border-strong: #cfd8e6;
	--dashbiz-surface: #fff;
	--dashbiz-background: #f7f9fc;
	--dashbiz-success: #16a34a;
	--dashbiz-warning: #f59e0b;
	--dashbiz-danger: #ef4444;
	--dashbiz-shadow-sm: 0 8px 22px rgba(15, 23, 42, 0.06);
	--dashbiz-shadow-md: 0 18px 48px rgba(15, 23, 42, 0.1);
	--dashbiz-shadow-blue: 0 18px 40px rgba(20, 108, 255, 0.22);
	--dashbiz-radius-sm: 10px;
	--dashbiz-radius: 16px;
	--dashbiz-radius-lg: 24px;
	--dashbiz-radius-xl: 32px;
	--dashbiz-shell: 1280px;
	--dashbiz-header-height: 142px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--dashbiz-background);
	color: var(--dashbiz-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.dashbiz-lock-scroll {
	overflow: hidden;
}

img,
svg,
video,
iframe {
	max-width: 100%;
}

img {
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

button {
	cursor: pointer;
}

a {
	color: var(--dashbiz-primary);
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

a:hover {
	color: var(--dashbiz-primary-dark);
}

:focus-visible {
	outline: 3px solid rgba(20, 108, 255, 0.34);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: var(--dashbiz-heading);
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

p {
	margin-top: 0;
}

ul,
ol {
	padding-left: 1.25rem;
}

table {
	border-collapse: collapse;
	width: 100%;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: fixed !important;
	top: 12px;
	left: 12px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: #fff;
	color: #111;
	border-radius: 8px;
	box-shadow: var(--dashbiz-shadow-md);
}

.dashbiz-shell {
	width: min(calc(100% - 48px), var(--dashbiz-shell));
	margin-inline: auto;
}

.dashbiz-reading-width {
	width: min(calc(100% - 48px), 820px);
	margin-inline: auto;
}

.dashbiz-main {
	min-height: 60vh;
}

.dashbiz-icon {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 1.25em;
	height: 1.25em;
	line-height: 0;
}

.dashbiz-icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dashbiz-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid var(--dashbiz-primary);
	border-radius: var(--dashbiz-radius-sm);
	background: var(--dashbiz-primary);
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	box-shadow: 0 8px 22px rgba(20, 108, 255, 0.18);
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.dashbiz-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wp-element-button:hover {
	transform: translateY(-1px);
	border-color: var(--dashbiz-primary-dark);
	background: var(--dashbiz-primary-dark);
	color: #fff;
	box-shadow: var(--dashbiz-shadow-blue);
}

.dashbiz-button--secondary {
	border-color: var(--dashbiz-border-strong);
	background: #fff;
	color: var(--dashbiz-heading);
	box-shadow: none;
}

.dashbiz-button--secondary:hover {
	border-color: var(--dashbiz-primary);
	background: var(--dashbiz-primary-light);
	color: var(--dashbiz-primary-dark);
	box-shadow: none;
}

.dashbiz-icon-button {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--dashbiz-border);
	border-radius: 12px;
	background: var(--dashbiz-surface);
	color: var(--dashbiz-heading);
}

.dashbiz-icon-button:hover {
	border-color: var(--dashbiz-primary);
	background: var(--dashbiz-primary-light);
	color: var(--dashbiz-primary);
}

.dashbiz-eyebrow {
	margin-bottom: 8px;
	color: var(--dashbiz-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.dashbiz-text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--dashbiz-primary);
	font-size: 14px;
	font-weight: 750;
	white-space: nowrap;
}

.dashbiz-text-link:hover {
	gap: 10px;
}

.dashbiz-section {
	padding: 46px 0;
}

.dashbiz-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 24px;
}

.dashbiz-section-heading > div {
	max-width: 720px;
}

.dashbiz-section-heading h2 {
	margin-bottom: 8px;
	font-size: clamp(26px, 2.4vw, 36px);
}

.dashbiz-section-heading p:last-child {
	margin-bottom: 0;
}

/* Header
   ========================================================================== */

.dashbiz-header {
	position: relative;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

.admin-bar .dashbiz-header.is-sticky {
	top: 32px;
}

.dashbiz-header.is-sticky {
	position: sticky;
	top: 0;
	animation: dashbiz-slide-down 0.22s ease;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

@keyframes dashbiz-slide-down {
	from { transform: translateY(-16px); opacity: 0.9; }
	to { transform: translateY(0); opacity: 1; }
}

.dashbiz-topbar {
	background: var(--dashbiz-navy);
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
}

.dashbiz-topbar__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 34px;
	gap: 24px;
}

.dashbiz-topbar__promo {
	font-weight: 700;
	text-align: center;
}

.dashbiz-topbar a {
	justify-self: end;
	color: #fff;
}

.dashbiz-mainbar {
	border-bottom: 1px solid var(--dashbiz-border);
	background: #fff;
}

.dashbiz-mainbar__inner {
	display: grid;
	grid-template-columns: minmax(160px, 210px) minmax(320px, 1fr) auto;
	align-items: center;
	min-height: 76px;
	gap: 30px;
}

.dashbiz-brand-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.dashbiz-logo {
	display: inline-flex;
	align-items: center;
	max-width: 190px;
	color: var(--dashbiz-heading);
	font-size: 24px;
	font-weight: 850;
	letter-spacing: -0.04em;
	line-height: 1;
}

.dashbiz-logo:hover {
	color: var(--dashbiz-heading);
}

.dashbiz-logo__image {
	display: block;
	width: auto;
	max-width: 190px;
	max-height: 52px;
	object-fit: contain;
}

.dashbiz-logo--text {
	gap: 9px;
}

.dashbiz-logo__mark {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 11px;
	background: linear-gradient(145deg, var(--dashbiz-primary), var(--dashbiz-primary-dark));
	color: #fff;
	font-size: 21px;
	box-shadow: 0 8px 18px rgba(20, 108, 255, 0.28);
}

.dashbiz-menu-toggle {
	display: none;
}

.dashbiz-product-search {
	display: grid;
	grid-template-columns: auto minmax(150px, 1fr) 50px;
	min-width: 0;
	height: 48px;
	border: 1px solid var(--dashbiz-border-strong);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dashbiz-product-search:focus-within {
	border-color: var(--dashbiz-primary);
	box-shadow: 0 0 0 4px rgba(20, 108, 255, 0.1);
}

.dashbiz-product-search select,
.dashbiz-product-search input {
	min-width: 0;
	height: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--dashbiz-heading);
}

.dashbiz-product-search select {
	max-width: 160px;
	padding: 0 35px 0 16px;
	border-right: 1px solid var(--dashbiz-border);
	font-size: 13px;
	font-weight: 650;
}

.dashbiz-product-search input {
	padding: 0 16px;
}

.dashbiz-product-search button {
	display: grid;
	place-items: center;
	border: 0;
	background: var(--dashbiz-primary);
	color: #fff;
}

.dashbiz-product-search button:hover {
	background: var(--dashbiz-primary-dark);
}

.dashbiz-header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
}

.dashbiz-header-action {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	padding: 3px;
	border: 0;
	background: transparent;
	color: var(--dashbiz-heading);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.2;
}

.dashbiz-header-action .dashbiz-icon {
	width: 23px;
	height: 23px;
	margin-bottom: 4px;
}

.dashbiz-header-action:hover {
	color: var(--dashbiz-primary);
}

.dashbiz-header-action small {
	position: absolute;
	top: -4px;
	right: 1px;
	display: grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: var(--dashbiz-primary);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

.dashbiz-navrow {
	background: #fff;
}

.dashbiz-navrow__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	min-height: 48px;
	gap: 22px;
}

.dashbiz-category-button,
.dashbiz-deals-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	color: var(--dashbiz-heading);
	font-size: 13px;
	font-weight: 750;
	white-space: nowrap;
}

.dashbiz-category-button {
	padding: 0 15px;
	border-radius: 9px;
	background: var(--dashbiz-primary-light);
	color: var(--dashbiz-primary-dark);
}

.dashbiz-category-button:hover {
	background: var(--dashbiz-primary);
	color: #fff;
}

.dashbiz-deals-link {
	color: var(--dashbiz-primary);
}

.dashbiz-primary-nav {
	min-width: 0;
	overflow: hidden;
}

.dashbiz-menu,
.dashbiz-mobile-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dashbiz-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(12px, 1.6vw, 26px);
}

.dashbiz-menu li {
	position: relative;
	margin: 0;
}

.dashbiz-menu > li > a {
	display: flex;
	align-items: center;
	min-height: 48px;
	color: var(--dashbiz-heading);
	font-size: 13px;
	font-weight: 650;
	white-space: nowrap;
}

.dashbiz-menu > li.current-menu-item > a,
.dashbiz-menu > li > a:hover {
	color: var(--dashbiz-primary);
}

.dashbiz-menu .sub-menu {
	position: absolute;
	top: calc(100% - 3px);
	left: -16px;
	z-index: 20;
	display: none;
	width: 220px;
	padding: 10px;
	list-style: none;
	border: 1px solid var(--dashbiz-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--dashbiz-shadow-md);
}

.dashbiz-menu li:hover > .sub-menu,
.dashbiz-menu li:focus-within > .sub-menu {
	display: block;
}

.dashbiz-menu .sub-menu a {
	display: block;
	padding: 9px 10px;
	border-radius: 8px;
	color: var(--dashbiz-heading);
	font-size: 13px;
}

.dashbiz-menu .sub-menu a:hover {
	background: var(--dashbiz-primary-light);
	color: var(--dashbiz-primary-dark);
}

/* Drawers
   ========================================================================== */

.dashbiz-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 1998;
	visibility: hidden;
	background: rgba(7, 24, 46, 0.54);
	opacity: 0;
	backdrop-filter: blur(3px);
	transition: visibility 0.25s ease, opacity 0.25s ease;
}

.dashbiz-drawer-overlay.is-open {
	visibility: visible;
	opacity: 1;
}

.dashbiz-mobile-drawer,
.dashbiz-mini-cart {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 1999;
	width: min(92vw, 390px);
	padding: 0 20px 28px;
	overflow-y: auto;
	background: #fff;
	box-shadow: -20px 0 50px rgba(15, 23, 42, 0.18);
	visibility: hidden;
	transition: transform 0.28s ease, visibility 0.28s ease;
}

.dashbiz-mobile-drawer {
	left: 0;
	transform: translateX(-105%);
}

.dashbiz-mini-cart {
	right: 0;
	transform: translateX(105%);
}

.dashbiz-mobile-drawer.is-open,
.dashbiz-mini-cart.is-open {
	visibility: visible;
	transform: translateX(0);
}

.dashbiz-drawer__head {
	position: sticky;
	top: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 70px;
	margin: 0 -20px 18px;
	padding: 0 20px;
	border-bottom: 1px solid var(--dashbiz-border);
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
}

.dashbiz-drawer__head strong {
	color: var(--dashbiz-heading);
	font-size: 20px;
}

.dashbiz-product-search--mobile {
	margin-bottom: 18px;
}

.dashbiz-mobile-menu li {
	border-bottom: 1px solid var(--dashbiz-border);
}

.dashbiz-mobile-menu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
	color: var(--dashbiz-heading);
	font-weight: 650;
}

.dashbiz-mobile-menu .sub-menu {
	padding-left: 16px;
	list-style: none;
}

.dashbiz-drawer-links {
	display: grid;
	gap: 5px;
	margin-top: 22px;
	padding: 16px;
	border-radius: 14px;
	background: var(--dashbiz-primary-light);
}

.dashbiz-drawer-links a {
	padding: 7px;
	color: var(--dashbiz-heading);
	font-size: 14px;
	font-weight: 650;
}

/* Hero
   ========================================================================== */

.dashbiz-hero {
	padding: 28px 0 18px;
}

.dashbiz-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	align-items: center;
	min-height: 540px;
	padding: 58px 64px;
	overflow: hidden;
	border: 1px solid #dce8ff;
	border-radius: var(--dashbiz-radius-xl);
	background:
		radial-gradient(circle at 86% 18%, rgba(70, 138, 255, 0.24), transparent 28%),
		linear-gradient(130deg, #f7faff 0%, #eaf2ff 52%, #dceaff 100%);
}

.dashbiz-hero__inner::before {
	position: absolute;
	top: -90px;
	right: -70px;
	width: 330px;
	height: 330px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	content: "";
}

.dashbiz-hero__content {
	position: relative;
	z-index: 3;
	max-width: 590px;
}

.dashbiz-hero__content h1 {
	max-width: 640px;
	margin-bottom: 20px;
	font-size: clamp(42px, 5vw, 66px);
	letter-spacing: -0.055em;
}

.dashbiz-hero__description {
	max-width: 570px;
	margin-bottom: 28px;
	color: #42516a;
	font-size: 18px;
	line-height: 1.7;
}

.dashbiz-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.dashbiz-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 26px;
	color: #3d4c64;
	font-size: 13px;
	font-weight: 650;
}

.dashbiz-hero__meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.dashbiz-hero__meta .dashbiz-icon {
	color: var(--dashbiz-primary);
}

.dashbiz-hero__visual {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	min-height: 420px;
}

.dashbiz-hero__blob {
	position: absolute;
	inset: 7% 2% 2% 8%;
	border-radius: 50% 46% 44% 54%;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(184, 211, 255, 0.65));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 40px 90px rgba(20, 108, 255, 0.14);
	transform: rotate(-6deg);
}

.dashbiz-hero__image {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	max-width: 650px;
	max-height: 470px;
	object-fit: contain;
	filter: drop-shadow(0 34px 34px rgba(7, 24, 46, 0.18));
}

.dashbiz-floating-card {
	position: absolute;
	z-index: 4;
	display: flex;
	gap: 10px;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--dashbiz-heading);
	box-shadow: var(--dashbiz-shadow-md);
	backdrop-filter: blur(12px);
}

.dashbiz-floating-card strong,
.dashbiz-floating-card span {
	display: block;
}

.dashbiz-floating-card strong {
	font-size: 13px;
}

.dashbiz-floating-card span {
	color: var(--dashbiz-text);
	font-size: 11px;
}

.dashbiz-floating-card--top {
	top: 12%;
	right: 0;
	flex-direction: column;
}

.dashbiz-floating-card--bottom {
	bottom: 6%;
	left: 5%;
	align-items: center;
}

.dashbiz-floating-card__icon {
	display: grid !important;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 11px;
	background: var(--dashbiz-primary-light);
	color: var(--dashbiz-primary) !important;
}

/* Trust strip
   ========================================================================== */

.dashbiz-trust {
	padding: 12px 0 22px;
}

.dashbiz-trust__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border: 1px solid var(--dashbiz-border);
	border-radius: var(--dashbiz-radius);
	background: #fff;
	box-shadow: var(--dashbiz-shadow-sm);
}

.dashbiz-trust__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 82px;
	padding: 16px;
	border-right: 1px solid var(--dashbiz-border);
}

.dashbiz-trust__item:last-child {
	border-right: 0;
}

.dashbiz-trust__item > .dashbiz-icon {
	width: 28px;
	height: 28px;
	color: var(--dashbiz-primary);
}

.dashbiz-trust__item strong,
.dashbiz-trust__item span {
	display: block;
}

.dashbiz-trust__item strong {
	color: var(--dashbiz-heading);
	font-size: 14px;
}

.dashbiz-trust__item span {
	color: var(--dashbiz-muted);
	font-size: 11px;
}

/* Categories
   ========================================================================== */

.dashbiz-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.dashbiz-category-grid--page {
	padding-top: 42px;
	padding-bottom: 62px;
}

.dashbiz-category-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 172px;
	padding: 20px 14px;
	border: 1px solid var(--dashbiz-border);
	border-radius: var(--dashbiz-radius);
	background: #fff;
	color: var(--dashbiz-heading);
	text-align: center;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

.dashbiz-category-card:hover {
	transform: translateY(-4px);
	border-color: #afcaff;
	color: var(--dashbiz-primary-dark);
	box-shadow: var(--dashbiz-shadow-md);
}

.dashbiz-category-card__image {
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	margin-bottom: 13px;
	border-radius: 50%;
	background: var(--dashbiz-primary-soft);
	overflow: hidden;
}

.dashbiz-category-card__image img {
	width: 76px;
	height: 76px;
	object-fit: contain;
	transition: transform 0.25s ease;
}

.dashbiz-category-card:hover img {
	transform: scale(1.06);
}

.dashbiz-category-card__image .dashbiz-icon {
	width: 34px;
	height: 34px;
	color: var(--dashbiz-primary);
}

.dashbiz-category-card strong {
	overflow: hidden;
	max-width: 100%;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dashbiz-category-card > span:last-child {
	margin-top: 3px;
	color: var(--dashbiz-muted);
	font-size: 11px;
}

.dashbiz-category-card--large {
	min-height: 210px;
}

/* Promotional banners
   ========================================================================== */

.dashbiz-promos {
	padding-top: 16px;
}

.dashbiz-promos__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.dashbiz-promo {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 150px;
	align-items: center;
	min-height: 250px;
	padding: 34px;
	overflow: hidden;
	border-radius: var(--dashbiz-radius-lg);
	color: #fff;
}

.dashbiz-promo:hover {
	transform: translateY(-3px);
	color: #fff;
	box-shadow: var(--dashbiz-shadow-md);
}

.dashbiz-promo--blue {
	background: linear-gradient(135deg, #0b5de8, #4f91ff);
}

.dashbiz-promo--navy {
	background: linear-gradient(135deg, #07182e, #153b69);
}

.dashbiz-promo > div {
	position: relative;
	z-index: 2;
}

.dashbiz-promo span,
.dashbiz-promo p {
	color: rgba(255, 255, 255, 0.78);
}

.dashbiz-promo > div > span {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dashbiz-promo h2 {
	max-width: 390px;
	margin: 8px 0 10px;
	color: #fff;
	font-size: clamp(25px, 3vw, 35px);
}

.dashbiz-promo p {
	max-width: 390px;
	margin-bottom: 20px;
}

.dashbiz-promo strong {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
}

.dashbiz-promo img {
	position: relative;
	z-index: 2;
	width: 170px;
	height: 180px;
	object-fit: contain;
	filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.22));
}

.dashbiz-promo__art {
	position: relative;
	z-index: 2;
	display: grid !important;
	place-items: center;
	width: 130px;
	height: 130px;
	border-radius: 35px;
	background: rgba(255, 255, 255, 0.14);
	transform: rotate(8deg);
}

.dashbiz-promo__art .dashbiz-icon {
	width: 70px;
	height: 70px;
	color: #fff;
}

/* Product loop general
   ========================================================================== */

.dashbiz-product-section {
	background: transparent;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li.product {
	position: relative;
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 14px 14px 18px;
	overflow: hidden;
	border: 1px solid var(--dashbiz-border);
	border-radius: var(--dashbiz-radius);
	background: #fff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.woocommerce ul.products li.product:hover,
ul.products li.product:hover {
	transform: translateY(-4px);
	border-color: #bdd2ff;
	box-shadow: var(--dashbiz-shadow-md);
}

.woocommerce ul.products li.product a img,
ul.products li.product a img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 0 14px !important;
	border-radius: 12px;
	background: #f8fafc;
	object-fit: contain;
	transition: transform 0.28s ease;
}

.woocommerce ul.products li.product:hover a img,
ul.products li.product:hover a img {
	transform: scale(1.025);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title {
	min-height: 44px;
	margin: 0 0 8px !important;
	padding: 0 !important;
	color: var(--dashbiz-heading);
	font-size: 15px !important;
	font-weight: 700;
	line-height: 1.45;
}

.woocommerce ul.products li.product .price,
ul.products li.product .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 7px;
	margin-bottom: 8px !important;
	color: var(--dashbiz-heading) !important;
	font-size: 17px !important;
	font-weight: 800 !important;
}

.woocommerce ul.products li.product .price del,
ul.products li.product .price del {
	color: var(--dashbiz-muted);
	font-size: 12px;
	font-weight: 500;
	opacity: 1;
}

.woocommerce ul.products li.product .price ins,
ul.products li.product .price ins {
	color: var(--dashbiz-heading);
	text-decoration: none;
}

.woocommerce ul.products li.product .star-rating {
	margin: 0 0 9px;
	color: var(--dashbiz-warning);
	font-size: 12px;
}

.woocommerce ul.products li.product .button,
ul.products li.product .button {
	width: 100%;
	min-height: 42px;
	margin-top: 10px !important;
	padding: 10px 13px;
	border-radius: 9px;
	font-size: 13px;
	box-shadow: none;
}

.woocommerce ul.products li.product .added_to_cart {
	display: block;
	margin-top: 8px;
	color: var(--dashbiz-primary);
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.dashbiz-product-badges {
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	max-width: calc(100% - 70px);
}

.dashbiz-badge {
	display: inline-flex;
	align-items: center;
	min-height: 23px;
	padding: 4px 8px;
	border-radius: 999px;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

.dashbiz-badge--sale {
	background: var(--dashbiz-danger);
}

.dashbiz-badge--new {
	background: var(--dashbiz-primary);
}

.dashbiz-badge--featured {
	background: var(--dashbiz-navy);
}

.dashbiz-wishlist-button {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 5;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--dashbiz-border);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: var(--dashbiz-heading);
	box-shadow: 0 5px 12px rgba(15, 23, 42, 0.08);
	backdrop-filter: blur(5px);
}

.dashbiz-wishlist-button .dashbiz-icon {
	width: 18px;
	height: 18px;
}

.dashbiz-wishlist-button:hover,
.dashbiz-wishlist-button.is-active {
	border-color: #ffc5ca;
	background: #fff0f2;
	color: #e11d48;
}

.dashbiz-wishlist-button.is-active svg {
	fill: currentColor;
}

.single-product .dashbiz-wishlist-button {
	position: static;
	display: inline-grid;
	margin-top: 14px;
	width: 46px;
	height: 46px;
}

.dashbiz-product-saving {
	margin: 0;
	color: var(--dashbiz-success);
	font-size: 11px;
	font-weight: 700;
}

/* Videos
   ========================================================================== */

.dashbiz-video-shopping {
	background: var(--dashbiz-navy);
	color: rgba(255, 255, 255, 0.75);
}

.dashbiz-video-shopping .dashbiz-section-heading h2 {
	color: #fff;
}

.dashbiz-video-shopping .dashbiz-text-link {
	color: #9cc3ff;
}

.dashbiz-video-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.dashbiz-video-grid--scroll {
	grid-template-columns: repeat(6, minmax(210px, 1fr));
	overflow-x: auto;
	padding-bottom: 8px;
	scrollbar-width: thin;
	scroll-snap-type: x proximity;
}

.dashbiz-video-grid--archive {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-top: 42px;
	padding-bottom: 68px;
}

.dashbiz-video-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
	scroll-snap-align: start;
}

.dashbiz-video-card__media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #dfe9f8;
}

.dashbiz-video-card__media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.dashbiz-video-card:hover .dashbiz-video-card__media > img {
	transform: scale(1.04);
}

.dashbiz-video-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, #dce9ff, #8ebaff);
	color: #fff;
}

.dashbiz-video-placeholder .dashbiz-icon {
	width: 64px;
	height: 64px;
}

.dashbiz-video-card__play {
	position: absolute;
	inset: 50% auto auto 50%;
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	background: rgba(7, 24, 46, 0.72);
	color: #fff;
	transform: translate(-50%, -50%);
	backdrop-filter: blur(8px);
}

.dashbiz-video-card__play .dashbiz-icon {
	width: 24px;
	height: 24px;
}

.dashbiz-video-card__views {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 5px 8px;
	border-radius: 999px;
	background: rgba(7, 24, 46, 0.72);
	color: #fff;
	font-size: 10px;
	backdrop-filter: blur(6px);
}

.dashbiz-video-card__body {
	padding: 15px;
}

.dashbiz-video-card__creator {
	margin-bottom: 4px;
	color: var(--dashbiz-primary);
	font-size: 11px;
	font-weight: 750;
}

.dashbiz-video-card h3 {
	min-height: 41px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.45;
}

.dashbiz-video-card h3 a {
	color: var(--dashbiz-heading);
}

.dashbiz-video-product {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	padding-top: 11px;
	border-top: 1px solid var(--dashbiz-border);
}

.dashbiz-video-product img {
	width: 46px;
	height: 46px;
	border-radius: 8px;
	background: #f8fafc;
	object-fit: contain;
}

.dashbiz-video-product > div > a,
.dashbiz-video-product span {
	display: block;
}

.dashbiz-video-product > div > a {
	overflow: hidden;
	color: var(--dashbiz-heading);
	font-size: 11px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dashbiz-video-product span {
	margin-top: 2px;
	color: var(--dashbiz-primary);
	font-size: 12px;
	font-weight: 800;
}

.dashbiz-single-video {
	padding: 46px 0 70px;
}

.dashbiz-single-video__grid {
	display: grid;
	grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
	gap: 54px;
	align-items: start;
}

.dashbiz-single-video__media {
	overflow: hidden;
	border-radius: 24px;
	background: var(--dashbiz-navy);
	box-shadow: var(--dashbiz-shadow-md);
}

.dashbiz-single-video__player,
.dashbiz-video-embed,
.dashbiz-video-embed iframe {
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	max-height: 74vh;
	border: 0;
	object-fit: cover;
}

.dashbiz-single-video__content {
	padding-top: 30px;
}

.dashbiz-single-video__content h1 {
	font-size: clamp(34px, 4vw, 52px);
}

.dashbiz-linked-product {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	align-items: center;
	gap: 22px;
	margin-top: 32px;
	padding: 20px;
	border: 1px solid var(--dashbiz-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--dashbiz-shadow-sm);
}

.dashbiz-linked-product img {
	width: 130px;
	height: 130px;
	border-radius: 13px;
	background: #f8fafc;
	object-fit: contain;
}

.dashbiz-linked-product h2 {
	margin-bottom: 7px;
	font-size: 21px;
}

.dashbiz-linked-product .price {
	margin-bottom: 14px;
	color: var(--dashbiz-heading);
	font-size: 18px;
	font-weight: 800;
}


/* Brands
   ========================================================================== */

.dashbiz-brands {
	background: #fff;
}

.dashbiz-brand-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}

.dashbiz-brand-grid a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 70px;
	padding: 12px;
	border: 1px solid var(--dashbiz-border);
	border-radius: 13px;
	background: #fff;
	color: var(--dashbiz-heading);
}

.dashbiz-brand-grid a:hover {
	transform: translateY(-2px);
	border-color: #b9d0ff;
	box-shadow: var(--dashbiz-shadow-sm);
}

.dashbiz-brand-grid span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: var(--dashbiz-primary-light);
	color: var(--dashbiz-primary);
	font-weight: 850;
}

.dashbiz-brand-grid strong {
	overflow: hidden;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Newsletter
   ========================================================================== */

.dashbiz-newsletter {
	padding: 52px 0;
	background: #fff;
}

.dashbiz-newsletter__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(400px, 1.15fr);
	align-items: center;
	gap: 55px;
	padding: 46px 52px;
	border-radius: var(--dashbiz-radius-lg);
	background:
		radial-gradient(circle at 90% 20%, rgba(20, 108, 255, 0.18), transparent 36%),
		var(--dashbiz-primary-light);
}

.dashbiz-newsletter h2 {
	margin-bottom: 10px;
	font-size: clamp(28px, 3vw, 38px);
}

.dashbiz-form-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.dashbiz-form-row input {
	min-height: 50px;
	padding: 0 16px;
	border: 1px solid var(--dashbiz-border-strong);
	border-radius: 10px;
	background: #fff;
}

.dashbiz-form-row input:focus {
	border-color: var(--dashbiz-primary);
	outline: 0;
	box-shadow: 0 0 0 4px rgba(20, 108, 255, 0.1);
}

.dashbiz-consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 10px;
	color: var(--dashbiz-text);
	font-size: 11px;
	line-height: 1.45;
}

.dashbiz-consent input {
	flex: 0 0 auto;
	margin-top: 3px;
}

.dashbiz-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.dashbiz-form-response {
	min-height: 20px;
	margin: 8px 0 0;
	font-size: 12px;
	font-weight: 700;
}

.dashbiz-form-response.is-success {
	color: var(--dashbiz-success);
}

.dashbiz-form-response.is-error {
	color: var(--dashbiz-danger);
}

/* Footer
   ========================================================================== */

.dashbiz-footer {
	padding: 58px 0 20px;
	background: var(--dashbiz-navy);
	color: rgba(255, 255, 255, 0.66);
}

.dashbiz-footer__grid {
	display: grid;
	grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(150px, 1fr));
	gap: 48px;
}

.dashbiz-footer h2 {
	margin-bottom: 16px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0;
}

.dashbiz-footer ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dashbiz-footer li {
	margin: 0;
}

.dashbiz-footer a {
	color: rgba(255, 255, 255, 0.66);
	font-size: 13px;
}

.dashbiz-footer a:hover {
	color: #fff;
}

.dashbiz-footer__about p {
	max-width: 390px;
	margin-top: 18px;
	font-size: 13px;
}

.dashbiz-footer .dashbiz-logo {
	color: #fff;
}

.dashbiz-footer__contact {
	display: grid;
	gap: 8px;
	margin-top: 20px;
}

.dashbiz-footer__contact a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.dashbiz-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 46px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 11px;
}

.dashbiz-footer__bottom p {
	margin: 0;
}

.dashbiz-mobile-bottom-nav {
	display: none;
}

/* Pages and content
   ========================================================================== */

.dashbiz-page-hero {
	padding: 48px 0 44px;
	background:
		radial-gradient(circle at 80% 20%, rgba(20, 108, 255, 0.13), transparent 30%),
		linear-gradient(180deg, #fff, var(--dashbiz-primary-soft));
	border-bottom: 1px solid var(--dashbiz-border);
}

.dashbiz-page-hero--compact {
	padding: 36px 0;
}

.dashbiz-page-hero h1 {
	max-width: 840px;
	margin-bottom: 10px;
	font-size: clamp(34px, 4.5vw, 54px);
}

.dashbiz-page-hero p {
	max-width: 760px;
	margin-bottom: 0;
}

.dashbiz-breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin-bottom: 18px;
	color: var(--dashbiz-muted);
	font-size: 11px;
}

.dashbiz-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
	color: var(--dashbiz-text);
}

.dashbiz-page-content,
.dashbiz-legal-content {
	padding-top: 46px;
	padding-bottom: 70px;
}

.dashbiz-page-content > *:first-child,
.dashbiz-legal-content > *:first-child {
	margin-top: 0;
}

.dashbiz-page-content h2,
.dashbiz-legal-content h2 {
	margin-top: 38px;
	font-size: 28px;
}

.dashbiz-legal-notice {
	padding: 16px 18px;
	border: 1px solid #f3ce75;
	border-radius: 12px;
	background: #fff8e7;
	color: #6f5010;
}

.dashbiz-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	padding-top: 42px;
	padding-bottom: 68px;
}

.dashbiz-post-card {
	overflow: hidden;
	border: 1px solid var(--dashbiz-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--dashbiz-shadow-sm);
}

.dashbiz-post-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--dashbiz-primary-light);
}

.dashbiz-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.dashbiz-post-card:hover .dashbiz-post-card__image img {
	transform: scale(1.04);
}

.dashbiz-post-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--dashbiz-primary);
}

.dashbiz-post-card__placeholder .dashbiz-icon {
	width: 48px;
	height: 48px;
}

.dashbiz-post-card__body {
	padding: 20px;
}

.dashbiz-post-card h2 {
	margin-bottom: 10px;
	font-size: 20px;
}

.dashbiz-post-card h2 a {
	color: var(--dashbiz-heading);
}

.dashbiz-post-card p:not(.dashbiz-eyebrow) {
	font-size: 13px;
}

.dashbiz-article__header {
	padding: 58px 0 38px;
	background: var(--dashbiz-primary-soft);
	text-align: center;
}

.dashbiz-article__header h1 {
	font-size: clamp(38px, 5vw, 62px);
}

.dashbiz-article__meta {
	color: var(--dashbiz-muted);
	font-size: 13px;
}

.dashbiz-article__image {
	margin-top: 34px;
}

.dashbiz-article__image img {
	width: 100%;
	max-height: 620px;
	border-radius: 22px;
	object-fit: cover;
}

.dashbiz-article__content {
	padding-top: 42px;
	padding-bottom: 50px;
	font-size: 17px;
}

.dashbiz-comments {
	padding: 32px 0 60px;
}

.dashbiz-comments .comment-list {
	padding: 0;
	list-style: none;
}

.dashbiz-comments .comment {
	margin-bottom: 16px;
	padding: 18px;
	border: 1px solid var(--dashbiz-border);
	border-radius: 13px;
	background: #fff;
}

.dashbiz-empty-state {
	grid-column: 1 / -1;
	padding: 48px 24px;
	border: 1px dashed var(--dashbiz-border-strong);
	border-radius: 18px;
	background: #fff;
	text-align: center;
}

.dashbiz-empty-state h2 {
	margin-bottom: 8px;
}

.dashbiz-error-page {
	display: grid;
	place-items: center;
	min-height: 65vh;
	padding: 60px 0;
}

.dashbiz-error-page__inner {
	max-width: 720px;
	text-align: center;
}

.dashbiz-error-code {
	display: block;
	color: var(--dashbiz-primary);
	font-size: clamp(84px, 16vw, 170px);
	font-weight: 900;
	letter-spacing: -0.08em;
	line-height: 0.9;
	opacity: 0.18;
}

.dashbiz-error-page h1 {
	margin-top: -18px;
	font-size: clamp(32px, 4vw, 50px);
}

.dashbiz-error-page .dashbiz-search-form {
	max-width: 520px;
	margin: 24px auto;
}

.dashbiz-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 50px;
	overflow: hidden;
	border: 1px solid var(--dashbiz-border-strong);
	border-radius: 11px;
	background: #fff;
}

.dashbiz-search-form input,
.dashbiz-search-form button {
	min-height: 48px;
	border: 0;
}

.dashbiz-search-form input {
	padding: 0 15px;
	outline: 0;
}

.dashbiz-search-form button {
	display: grid;
	place-items: center;
	background: var(--dashbiz-primary);
	color: #fff;
}

.dashbiz-contact-grid {
	display: grid;
	grid-template-columns: 0.68fr 1.32fr;
	gap: 30px;
	padding-top: 46px;
	padding-bottom: 72px;
}

.dashbiz-contact-card,
.dashbiz-contact-form,
.dashbiz-narrow-card {
	padding: 28px;
	border: 1px solid var(--dashbiz-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--dashbiz-shadow-sm);
}

.dashbiz-contact-card h2 {
	font-size: 24px;
}

.dashbiz-contact-card p {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--dashbiz-border);
	font-size: 13px;
}

.dashbiz-contact-form {
	display: grid;
	gap: 16px;
}

.dashbiz-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.dashbiz-contact-form label > span:first-child {
	display: block;
	margin-bottom: 6px;
	color: var(--dashbiz-heading);
	font-size: 12px;
	font-weight: 700;
}

.dashbiz-contact-form input:not([type="checkbox"]),
.dashbiz-contact-form textarea,
.dashbiz-contact-form select {
	width: 100%;
	padding: 11px 13px;
	border: 1px solid var(--dashbiz-border-strong);
	border-radius: 10px;
	background: #fff;
	color: var(--dashbiz-heading);
	outline: 0;
}

.dashbiz-contact-form input:not([type="checkbox"]) {
	min-height: 46px;
}

.dashbiz-contact-form input:focus,
.dashbiz-contact-form textarea:focus {
	border-color: var(--dashbiz-primary);
	box-shadow: 0 0 0 4px rgba(20, 108, 255, 0.1);
}

.dashbiz-narrow-card {
	width: min(calc(100% - 48px), 760px);
	margin: 46px auto 70px;
}

.dashbiz-wishlist-page {
	padding-top: 12px;
	padding-bottom: 48px;
}

/* Pagination
   ========================================================================== */

.navigation.pagination,
.woocommerce nav.woocommerce-pagination {
	grid-column: 1 / -1;
	margin-top: 24px;
}

.page-numbers,
.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	border: 0 !important;
	list-style: none;
}

.page-numbers a,
.page-numbers span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 11px;
	border: 1px solid var(--dashbiz-border) !important;
	border-radius: 9px;
	background: #fff;
	color: var(--dashbiz-heading);
}

.page-numbers .current,
.woocommerce nav.woocommerce-pagination ul li span.current {
	border-color: var(--dashbiz-primary) !important;
	background: var(--dashbiz-primary);
	color: #fff;
}

/* Demo and starter content
   ========================================================================== */

.dashbiz-demo-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.dashbiz-demo-product-card {
	position: relative;
	min-width: 0;
	padding: 14px 14px 18px;
	border: 1px solid var(--dashbiz-border);
	border-radius: var(--dashbiz-radius);
	background: #fff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.dashbiz-demo-product-card img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 14px;
	border-radius: 12px;
	background: #f8fafc;
	object-fit: contain;
}

.dashbiz-demo-product-card h3 {
	min-height: 44px;
	margin: 0 0 8px;
	color: var(--dashbiz-heading);
	font-size: 15px;
	line-height: 1.45;
}

.dashbiz-demo-price {
	margin: 0 0 12px;
	color: var(--dashbiz-heading);
	font-size: 17px;
	font-weight: 800;
}

.dashbiz-demo-badge {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 2;
	padding: 5px 8px;
	border-radius: 999px;
	background: var(--dashbiz-primary-light);
	color: var(--dashbiz-primary-dark);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.dashbiz-demo-note {
	margin: 18px 0 0;
	padding: 12px 15px;
	border: 1px dashed #b9cdf7;
	border-radius: 12px;
	background: #f6f9ff;
	color: var(--dashbiz-text);
	font-size: 12px;
	text-align: center;
}

.dashbiz-category-card--preview,
.dashbiz-brand-preview,
.dashbiz-video-card--preview {
	position: relative;
}

.dashbiz-category-card--preview::after,
.dashbiz-brand-preview::after {
	position: absolute;
	top: 8px;
	right: 8px;
	content: "Preview";
	padding: 3px 6px;
	border-radius: 999px;
	background: var(--dashbiz-primary-light);
	color: var(--dashbiz-primary-dark);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.dashbiz-video-card--preview .dashbiz-video-card__body p:last-child {
	margin: 0;
	color: var(--dashbiz-muted);
	font-size: 11px;
	line-height: 1.5;
}

.dashbiz-setup-prompt {
	margin-bottom: 40px;
}

.dashbiz-content-section {
	padding: 8px 0 50px;
}

.dashbiz-content-section > h2,
.dashbiz-faq-content > h2 {
	margin-top: 36px;
}

.dashbiz-content-section .wp-block-columns {
	gap: 18px;
	margin: 26px 0;
}

.dashbiz-content-section .wp-block-column {
	padding: 22px;
	border: 1px solid var(--dashbiz-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--dashbiz-shadow-sm);
}

.dashbiz-content-section .wp-block-column h3 {
	font-size: 20px;
}

.dashbiz-faq-content > h3 {
	margin-top: 24px;
	margin-bottom: 7px;
	font-size: 20px;
}
