:root {
	--start-blue: #005baa;
	--start-blue-bright: #0078e7;
	--start-blue-dark: #003e7e;
	--start-navy: #002b5c;
	--start-navy-dark: #00152d;
	--start-navy-deep: #021328;
	--start-white: #ffffff;
	--start-bg: #f4f8fc;
	--start-light: #f4f8fc;
	--start-ink: #07192f;
	--start-muted: #64748b;
	--start-border: #d9e5f2;
	--start-yellow: #ffb000;
	--start-radius: 14px;
	--start-shadow: 0 18px 44px rgba(0, 31, 70, 0.12);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--start-bg);
	color: var(--start-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

body.admin-bar .start-site-header {
	top: 32px;
}

a {
	color: var(--start-blue-dark);
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

img {
	max-width: 100%;
	height: auto;
}

.start-container {
	width: min(1280px, calc(100% - 36px));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute;
	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 {
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	margin: 8px;
	clip: auto;
	color: var(--start-white);
	background: var(--start-blue-dark);
	border-radius: 10px;
}

/* Header */
.start-site-header {
	position: sticky;
	top: 0;
	z-index: 90;
	background: var(--start-white);
	box-shadow: 0 6px 18px rgba(0, 21, 45, 0.08);
}

.start-header-top {
	background: var(--start-white);
}

.start-header-grid {
	display: grid;
	grid-template-columns: 300px minmax(330px, 560px) 1fr auto;
	gap: 26px;
	align-items: center;
	min-height: 76px;
}

.start-brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.start-brand img {
	display: block;
	width: min(300px, 100%);
	max-height: 58px;
	object-fit: contain;
}

.start-product-search {
	display: grid;
	grid-template-columns: 1fr 46px;
	align-items: stretch;
	width: 100%;
	border: 1px solid #cbd7e8;
	border-radius: 7px;
	background: var(--start-white);
	box-shadow: inset 0 0 0 1px rgba(0, 31, 70, 0.02), 0 4px 12px rgba(0, 31, 70, 0.06);
	overflow: hidden;
}

.start-product-search input[type="search"] {
	width: 100%;
	min-height: 42px;
	padding: 0 17px;
	border: 0;
	outline: 0;
	color: var(--start-ink);
	font: inherit;
	font-size: 0.92rem;
}

.start-product-search input[type="search"]::placeholder {
	color: #728198;
}

.start-product-search button {
	display: grid;
	place-items: center;
	border: 0;
	color: var(--start-white);
	background: linear-gradient(135deg, var(--start-blue), var(--start-navy));
	font-size: 1.55rem;
	cursor: pointer;
}

.start-product-search button:hover,
.start-product-search button:focus-visible {
	background: linear-gradient(135deg, var(--start-blue-bright), var(--start-blue));
}

.start-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	white-space: nowrap;
}

.start-header-action {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--start-ink);
	text-decoration: none;
}

.start-header-action:hover {
	color: var(--start-blue);
}

.start-action-icon {
	display: grid;
	place-items: center;
	width: 33px;
	height: 33px;
	color: #000b18;
	font-size: 1.42rem;
	line-height: 1;
}

.start-action-icon svg {
	display: block;
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.start-action-icon-account svg {
	width: 28px;
	height: 28px;
}

.start-action-icon-favorites svg {
	width: 26px;
	height: 26px;
}

.start-action-text {
	display: grid;
	gap: 0;
	font-size: 0.76rem;
	line-height: 1.12;
}

.start-action-text strong {
	font-size: 0.83rem;
}

.start-action-text small {
	color: #4f5c70;
}

.start-action-text em,
.start-cart-count {
	display: inline-grid;
	place-items: center;
	min-width: 17px;
	height: 17px;
	padding-inline: 4px;
	margin-left: 3px;
	border-radius: 999px;
	color: var(--start-white);
	background: var(--start-blue);
	font-size: 0.68rem;
	font-style: normal;
	line-height: 1;
}

.start-cart-total .amount {
	font-weight: 900;
	color: var(--start-ink);
}

.start-mobile-menu-toggle {
	display: none;
	align-items: center;
	gap: 4px;
	padding: 9px;
	border: 1px solid var(--start-border);
	border-radius: 9px;
	color: var(--start-navy);
	background: var(--start-white);
	cursor: pointer;
}

.start-mobile-menu-toggle span,
.start-nav-menu-icon span {
	display: block;
	width: 21px;
	height: 2px;
	background: currentColor;
	border-radius: 99px;
}

.start-mobile-menu-toggle strong {
	margin-left: 5px;
	font-size: 0.8rem;
}

.start-shop-nav {
	background: linear-gradient(180deg, #003f82 0%, var(--start-navy) 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.start-shop-nav-inner {
	display: flex;
	align-items: center;
	min-height: 38px;
}

.start-shop-nav a {
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	padding: 0 22px;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--start-white);
	font-weight: 900;
	font-size: 0.88rem;
	text-decoration: none;
}

.start-shop-nav a:hover,
.start-shop-nav a:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	color: var(--start-white);
}

.start-shop-nav .is-sale {
	color: var(--start-yellow);
}

.start-nav-menu-icon {
	gap: 4px;
	flex-direction: column;
	justify-content: center;
	min-width: 58px;
}

/* Hero */
.start-site-main {
	background: var(--start-bg);
}

.start-hero {
	--start-hero-image: none;
	position: relative;
	isolation: isolate;
	min-height: clamp(430px, 36vw, 500px);
	overflow: hidden;
	color: var(--start-white);
	background:
		radial-gradient(circle at 74% 34%, rgba(0, 120, 231, 0.46), transparent 26%),
		linear-gradient(120deg, #02070f 0%, var(--start-navy-dark) 42%, #003e7e 72%, #02070f 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.start-hero.has-hero-image {
	background-image:
		linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 13, 30, 0.82) 31%, rgba(0, 43, 92, 0.2) 54%, rgba(0, 8, 18, 0.04) 100%),
		var(--start-hero-image);
	background-position: center center;
	background-size: cover;
}

.start-hero::before,
.start-hero::after,
.start-hero-bg::before,
.start-hero-bg::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.start-hero::before {
	inset: 0;
	z-index: -2;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 17, 37, 0.62) 36%, rgba(0, 43, 92, 0.12) 66%, rgba(0, 8, 18, 0.08) 100%);
}

.start-hero.has-hero-image::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 17, 37, 0.48) 36%, rgba(0, 43, 92, 0.08) 66%, rgba(0, 8, 18, 0) 100%);
}

.start-hero::after {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 42%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.66), transparent);
}

.start-hero-bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: hidden;
}

.start-hero-bg::before {
	right: -10%;
	bottom: 15%;
	width: 64%;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), rgba(0, 120, 231, 0.78), transparent);
	box-shadow: 0 0 28px rgba(0, 120, 231, 0.72);
	transform: rotate(-6deg);
	opacity: 0.58;
}

.start-hero-bg::after {
	right: -6%;
	top: 14%;
	width: 54%;
	height: 62%;
	background: repeating-linear-gradient(166deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 2px 48px);
	filter: blur(0.4px);
	opacity: 0.26;
}

.start-hero.has-hero-image .start-hero-bg::before,
.start-hero.has-hero-image .start-hero-bg::after {
	display: none;
}

.start-hero-content {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: clamp(430px, 36vw, 500px);
	flex-direction: column;
	justify-content: center;
	padding: 50px 0 58px;
}

.start-kicker {
	margin: 0 0 8px;
	color: var(--start-yellow);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.start-hero h1 {
	max-width: 620px;
	margin: 0 0 14px;
	font-size: clamp(3.1rem, 4.5vw, 4.4rem);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: -0.055em;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.32);
}

.start-hero h1 span,
.start-hero h1 strong {
	display: block;
}

.start-hero h1 strong {
	color: var(--start-blue-bright);
}

.start-hero p {
	max-width: 540px;
	margin: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.38;
}

.start-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 25px;
}

.start-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
button.button,
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 39px;
	padding: 0 25px;
	border: 1px solid transparent;
	border-radius: 5px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

.start-button-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
button.button,
input[type="submit"] {
	color: var(--start-white);
	background: linear-gradient(180deg, var(--start-blue-bright) 0%, var(--start-blue) 100%);
	box-shadow: 0 8px 18px rgba(0, 70, 134, 0.22);
}

.start-button-primary:hover,
.start-button-primary:focus-visible,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
button.button:hover,
input[type="submit"]:hover {
	color: var(--start-white);
	background: linear-gradient(180deg, #1490ff 0%, var(--start-blue) 100%);
}

.start-button-secondary {
	color: var(--start-white);
	background: rgba(0, 0, 0, 0.26);
	border-color: rgba(255, 255, 255, 0.78);
	box-shadow: none;
}

.start-button-secondary:hover,
.start-button-secondary:focus-visible {
	color: var(--start-white);
	background: rgba(255, 255, 255, 0.15);
}

/* Category band */
.start-category-band {
	padding: 16px 0 12px;
	background: var(--start-white);
}

.start-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.start-category-card {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	min-height: 86px;
	padding: 10px 12px;
	border: 1px solid var(--start-border);
	border-radius: 12px;
	color: var(--start-ink);
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(0, 31, 70, 0.06);
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.start-category-card:hover,
.start-category-card:focus-visible {
	border-color: #9ebce0;
	box-shadow: 0 14px 28px rgba(0, 63, 126, 0.13);
	transform: translateY(-2px);
}

.start-category-media {
	display: grid;
	place-items: center;
	width: 76px;
	height: 62px;
	border-radius: 10px;
	background: linear-gradient(135deg, #eef6ff 0%, #ffffff 100%);
	overflow: hidden;
}

.start-category-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 4px;
}

.start-category-media .start-icon {
	width: 56px;
	height: 56px;
	background: transparent;
}

.start-category-card strong,
.start-category-card small {
	display: block;
}

.start-category-card strong {
	font-size: 0.95rem;
	line-height: 1.15;
}

.start-category-card small {
	margin-top: 4px;
	color: var(--start-muted);
	font-size: 0.74rem;
	line-height: 1.2;
}

.start-category-card em {
	align-self: center;
	color: var(--start-blue);
	font-size: 1.55rem;
	font-style: normal;
	font-weight: 900;
}

.start-icon {
	display: inline-grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border-radius: 12px;
	background: linear-gradient(135deg, #eef6ff, #ffffff);
}

.start-icon svg {
	width: 39px;
	height: 39px;
	fill: none;
	stroke: var(--start-navy);
	stroke-width: 3.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.start-icon-oil svg path:first-child,
.start-icon-battery svg path:first-child,
.start-icon-care svg path:first-child,
.start-icon-sale svg path:first-child {
	fill: rgba(0, 91, 170, 0.1);
}

/* Front sections */
.start-section {
	padding: 12px 0 10px;
}

.start-featured-products {
	background: var(--start-white);
}

.start-section-heading {
	margin-bottom: 8px;
}

.start-heading-row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
}

.start-section-heading h2,
.start-about-grid h2 {
	margin: 0;
	color: var(--start-navy);
	font-size: clamp(1.28rem, 2.1vw, 1.5rem);
	font-weight: 900;
	letter-spacing: -0.025em;
}

.start-heading-row > a {
	font-weight: 900;
	font-size: 0.88rem;
	text-decoration: none;
}

/* WooCommerce product cards */
.woocommerce ul.products,
ul.products,
.start-demo-products {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
}

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

.woocommerce ul.products li.product,
ul.products li.product,
.start-demo-card {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 14px 13px 11px !important;
	border: 1px solid var(--start-border);
	border-radius: 7px;
	background: var(--start-white);
	box-shadow: 0 8px 20px rgba(0, 31, 70, 0.06);
	text-align: center;
}

.woocommerce ul.products li.product:hover,
ul.products li.product:hover,
.start-demo-card:hover {
	border-color: #acc6e4;
	box-shadow: var(--start-shadow);
	transform: translateY(-2px);
}

.woocommerce ul.products li.product a img,
ul.products li.product a img {
	width: 100%;
	height: 126px;
	object-fit: contain;
	margin: 0 0 9px;
}

.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.start-demo-card h3 {
	min-height: 36px;
	padding: 0;
	margin: 0 0 4px;
	color: var(--start-ink);
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1.2;
}

.woocommerce ul.products li.product .star-rating {
	display: block;
	float: none;
	margin: 7px auto;
	color: var(--start-yellow);
	font-size: 0.82rem;
}

.woocommerce ul.products li.product .price,
.start-demo-price {
	display: block;
	margin: 7px 0 9px;
	color: var(--start-navy);
	font-size: 1rem;
	font-weight: 900;
}

.woocommerce ul.products li.product .button,
.start-demo-button {
	width: 100%;
	min-height: 30px;
	padding-inline: 10px;
	font-size: 0.76rem;
}

.start-demo-card p {
	min-height: 18px;
	margin: 0;
	color: var(--start-muted);
	font-size: 0.76rem;
}

.start-demo-image {
	display: grid;
	place-items: center;
	height: 126px;
	margin-bottom: 9px;
	background: radial-gradient(circle at 50% 35%, #ffffff 0 38%, #eef6ff 39% 100%);
	border-radius: 10px;
}

.start-demo-image .start-icon {
	width: 100px;
	height: 100px;
	background: transparent;
}

.start-demo-image .start-icon svg {
	width: 84px;
	height: 84px;
}

.start-demo-rating {
	margin: 7px 0 0;
	color: var(--start-yellow);
	font-size: 0.8rem;
	letter-spacing: 0.03em;
}

.start-demo-rating span {
	color: var(--start-muted);
	letter-spacing: 0;
}

.start-demo-note {
	margin: 10px 0 0;
	color: var(--start-muted);
	font-size: 0.82rem;
	text-align: center;
}

.start-about-strip {
	padding: 12px 0 10px;
	background: var(--start-white);
}

.start-about-grid {
	display: grid;
	grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.4fr) minmax(230px, 0.95fr);
	gap: 22px;
	align-items: center;
	padding: 18px 22px;
	border: 1px solid var(--start-border);
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
	box-shadow: 0 6px 18px rgba(0, 31, 70, 0.05);
}

.start-about-grid p {
	margin: 0;
	color: #314963;
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.45;
}

/* Trust/payment blocks */
.start-trust-strip,
.start-payment-delivery {
	background: var(--start-white);
}

.start-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border: 1px solid var(--start-border);
	border-radius: 7px;
	background: var(--start-white);
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(0, 31, 70, 0.05);
}

.start-trust-grid div {
	display: grid;
	grid-template-columns: 50px 1fr;
	align-items: center;
	gap: 8px;
	min-height: 56px;
	padding: 9px 18px;
	border-right: 1px solid var(--start-border);
}

.start-trust-grid div:last-child {
	border-right: 0;
}

.start-trust-grid span {
	grid-row: span 2;
	color: var(--start-navy);
	font-size: 1.9rem;
	line-height: 1;
	text-align: center;
}

.start-trust-grid strong,
.start-trust-grid small {
	display: block;
}

.start-trust-grid strong {
	color: var(--start-navy);
	font-size: 0.98rem;
	font-weight: 900;
}

.start-trust-grid small {
	color: #3f5570;
	font-size: 0.76rem;
}

.start-payment-delivery {
	padding: 8px 0 5px;
}

.start-payment-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid var(--start-border);
	border-radius: 7px;
	background: var(--start-white);
	overflow: hidden;
}

.start-payment-grid article {
	padding: 17px 40px;
}

.start-payment-grid article + article {
	border-left: 1px solid var(--start-border);
}

.start-payment-grid h2 {
	margin: 0 0 4px;
	color: var(--start-navy);
	font-size: 1.12rem;
	font-weight: 900;
}

.start-payment-grid p {
	margin: 0 0 13px;
	color: #3f5570;
	font-size: 0.88rem;
}

.start-logo-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	color: var(--start-navy);
	font-weight: 900;
}

.start-card-logo,
.start-delivery-logo {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-width: 94px;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid #d8e4f2;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(0, 31, 70, 0.08);
	font-size: 0.88rem;
	line-height: 1;
	letter-spacing: -0.02em;
}

.start-card-logo-visa {
	color: #1a1f71;
	font-size: 1.05rem;
	font-style: italic;
	letter-spacing: 0.02em;
}

.start-card-logo-mastercard,
.start-card-logo-maestro {
	gap: 7px;
	color: #111827;
	font-size: 0.75rem;
}

.start-card-logo-mastercard > span,
.start-card-logo-maestro > span {
	display: inline-block;
	position: relative;
	width: 31px;
	height: 20px;
	flex: 0 0 auto;
}

.start-card-logo-mastercard > span::before,
.start-card-logo-mastercard > span::after,
.start-card-logo-maestro > span::before,
.start-card-logo-maestro > span::after {
	content: "";
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.start-card-logo-mastercard > span::before {
	left: 0;
	background: #eb001b;
}

.start-card-logo-mastercard > span::after {
	right: 0;
	background: rgba(247, 158, 27, 0.9);
}

.start-card-logo-maestro > span::before {
	left: 0;
	background: #0099df;
}

.start-card-logo-maestro > span::after {
	right: 0;
	background: rgba(237, 0, 6, 0.9);
}

.start-card-logo-diners {
	color: #0068a9;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.86rem;
	font-weight: 900;
}

.start-delivery-logo {
	min-width: 112px;
	font-size: 1rem;
}

.start-delivery-logo-gls {
	color: #061f5f;
	background: linear-gradient(135deg, #ffffff 0%, #fff6cf 100%);
}

.start-delivery-logo-gls::after {
	content: "";
	width: 12px;
	height: 12px;
	margin-left: 8px;
	border-radius: 50%;
	background: #ffd200;
	box-shadow: inset 0 0 0 3px #061f5f;
}

.start-delivery-logo-box-now {
	color: #ffffff;
	background: linear-gradient(135deg, #18a85b 0%, #0b7d43 100%);
	border-color: #0b7d43;
	letter-spacing: 0.03em;
}


/* Custom information pages */
.start-info-hero {
	padding: 54px 0 34px;
	color: var(--start-white);
	background: radial-gradient(circle at top right, rgba(0, 120, 231, 0.42), transparent 34%), linear-gradient(135deg, var(--start-navy-dark) 0%, var(--start-blue-dark) 100%);
}

.start-info-hero .start-kicker {
	color: #b9ddff;
}

.start-info-hero h1 {
	max-width: 820px;
	margin: 0 0 12px;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 950;
	letter-spacing: -0.05em;
}

.start-info-hero p:last-child {
	max-width: 820px;
	margin: 0;
	color: #e3f1ff;
	font-size: 1.05rem;
}

.start-info-content {
	padding: 28px 0 42px;
	background: var(--start-bg);
}

.start-info-card {
	display: grid;
	gap: 18px;
	padding: 26px;
	border: 1px solid var(--start-border);
	border-radius: 16px;
	background: var(--start-white);
	box-shadow: var(--start-shadow);
}

.start-info-card article {
	padding: 20px;
	border: 1px solid #dce9f7;
	border-radius: 12px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.start-info-card h2 {
	margin: 0 0 8px;
	color: var(--start-navy);
	font-size: 1.15rem;
	font-weight: 900;
}

.start-info-card p {
	margin: 0;
	color: #344a63;
}

.start-info-contact {
	padding: 22px;
	border-radius: 14px;
	color: var(--start-white);
	background: linear-gradient(135deg, var(--start-blue) 0%, var(--start-navy) 100%);
}

.start-info-contact h2,
.start-info-contact p {
	color: var(--start-white);
}

.start-info-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.start-info-actions .start-button-secondary {
	border-color: rgba(255, 255, 255, 0.64);
	color: var(--start-white);
}

/* Footer */
.start-site-footer {
	color: var(--start-white);
	background: radial-gradient(circle at top left, rgba(0, 91, 170, 0.36), transparent 33%), linear-gradient(135deg, var(--start-navy) 0%, #001e42 58%, var(--start-navy-dark) 100%);
}

.start-footer-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1.18fr 1.12fr;
	gap: 48px;
	padding: 19px 0 22px;
}

.start-site-footer h2 {
	margin: 0 0 9px;
	color: var(--start-white);
	font-size: 0.98rem;
	font-weight: 900;
}

.start-site-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.start-site-footer li,
.start-site-footer p,
.start-site-footer a {
	color: #e0edf9;
	font-size: 0.86rem;
	text-decoration: none;
}

.start-site-footer a:hover,
.start-site-footer a:focus-visible {
	color: var(--start-white);
	text-decoration: underline;
}

.start-contact-list li {
	display: flex;
	gap: 9px;
	margin-bottom: 4px;
}

.start-social-links {
	display: flex;
	gap: 10px;
	margin: 8px 0 15px;
}

.start-social-links a {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	font-weight: 900;
	text-decoration: none;
}

.start-footer-badges {
	margin: 0;
}

.start-footer-badges::before {
	content: "✓";
	margin-right: 7px;
}

.start-footer-bottom {
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	text-align: center;
}

.start-footer-bottom p {
	margin: 0;
	font-size: 0.8rem;
}

/* WooCommerce pages and forms */
.woocommerce,
.woocommerce-page .start-site-main > article,
.start-site-main > .wp-block-group,
.start-site-main > .wp-site-blocks {
	max-width: 1280px;
	margin-inline: auto;
}

.woocommerce-page .start-site-main,
.woocommerce-cart .start-site-main,
.woocommerce-checkout .start-site-main,
.woocommerce-account .start-site-main,
.post-type-archive-product .start-site-main,
.tax-product_cat .start-site-main,
.single-product .start-site-main {
	padding: 28px 18px 36px;
}

.woocommerce-products-header,
.woocommerce div.product,
.woocommerce-cart-form,
.woocommerce-checkout form.checkout,
.woocommerce-account .woocommerce,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.checkout_coupon,
.woocommerce form.lost_reset_password,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.cart_totals,
.woocommerce-order {
	border: 1px solid var(--start-border);
	border-radius: 12px;
	background: var(--start-white);
	box-shadow: 0 8px 22px rgba(0, 31, 70, 0.06);
}

.woocommerce-products-header,
.woocommerce div.product,
.woocommerce-cart-form,
.woocommerce-checkout form.checkout,
.woocommerce-account .woocommerce,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.checkout_coupon,
.woocommerce form.lost_reset_password,
.woocommerce-order {
	padding: 24px;
}

.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-account .entry-title {
	color: var(--start-blue-dark);
	font-weight: 900;
	letter-spacing: -0.03em;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--start-blue-dark);
	font-size: 1.7rem;
	font-weight: 900;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: var(--start-border);
	background: var(--start-white);
}

.woocommerce table.shop_table {
	border-color: var(--start-border);
	border-radius: 10px;
	overflow: hidden;
}

.woocommerce table.shop_table th {
	color: var(--start-white);
	background: var(--start-blue-dark);
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.woocommerce-page input.input-text,
.woocommerce-page textarea,
.woocommerce-page select,
.select2-container .select2-selection--single {
	min-height: 43px;
	border: 1px solid #cbd7e8;
	border-radius: 7px;
	background: var(--start-white);
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce-page input.input-text,
.woocommerce-page textarea {
	padding: 10px 12px;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	border-top: 0;
	border-left: 5px solid var(--start-blue);
	border-radius: 10px;
	background: #eef6ff;
	box-shadow: 0 8px 22px rgba(0, 31, 70, 0.06);
}

.woocommerce-error {
	border-left-color: #c62828;
	background: #fff4f4;
}

.woocommerce-message {
	border-left-color: #18864b;
	background: #f0fff6;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	padding: 18px;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 11px 12px;
	border-bottom: 1px solid var(--start-border);
	font-weight: 800;
	text-decoration: none;
}

.start-product-note {
	padding: 12px 14px;
	border-left: 4px solid var(--start-blue);
	border-radius: 8px;
	background: #eef6ff;
	font-weight: 700;
}

@media (max-width: 1180px) {
	.start-header-grid {
		grid-template-columns: 260px 1fr auto;
		gap: 18px;
	}

	.start-header-actions {
		gap: 12px;
	}

	.start-favorites-link {
		display: none;
	}

	.woocommerce ul.products,
	ul.products,
	.start-demo-products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.start-shop-nav-inner {
		overflow-x: auto;
	}

	.start-shop-nav a {
		flex: 0 0 auto;
	}
}

@media (max-width: 900px) {
	body.admin-bar .start-site-header {
		top: 46px;
	}

	.start-header-grid {
		grid-template-columns: 1fr auto auto;
		gap: 12px;
		padding-block: 10px;
	}

	.start-brand img {
		max-width: 230px;
	}

	.start-product-search {
		grid-column: 1 / -1;
		grid-row: 2;
		max-width: none;
	}

	.start-mobile-menu-toggle {
		display: inline-flex;
		grid-column: 2;
		grid-row: 1;
		flex-direction: column;
	}

	.start-mobile-menu-toggle strong {
		display: none;
	}

	.start-header-actions {
		grid-column: 3;
		grid-row: 1;
	}

	.start-header-action:not(.start-cart-link) {
		display: none;
	}

	.start-cart-link .start-action-text small {
		display: none;
	}

	.start-shop-nav {
		display: none;
	}

	.start-shop-nav.is-open {
		display: block;
	}

	.start-shop-nav-inner {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-block: 8px;
		overflow: visible;
	}

	.start-shop-nav a {
		min-height: 42px;
		border: 0;
		border-radius: 8px;
	}

	.start-nav-menu-icon {
		display: none !important;
	}

	.start-category-grid,
	.woocommerce ul.products,
	ul.products,
	.start-demo-products,
	.start-trust-grid,
	.start-payment-grid,
	.start-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.start-about-grid {
		grid-template-columns: 1fr;
	}

	.start-payment-grid article + article,
	.start-trust-grid div {
		border-left: 0;
		border-right: 0;
	}

	.start-payment-grid article:nth-child(2),
	.start-trust-grid div:nth-child(n+3) {
		border-top: 1px solid var(--start-border);
	}
}

@media (max-width: 600px) {
	body.admin-bar .start-site-header {
		top: 0;
	}

	.start-container {
		width: min(100% - 24px, 1280px);
	}

	.start-header-grid {
		grid-template-columns: 1fr auto auto;
	}

	.start-brand img {
		max-width: 190px;
	}

	.start-action-icon {
		width: 28px;
		height: 28px;
		font-size: 1.25rem;
	}

	.start-cart-link .start-action-text strong {
		font-size: 0;
	}

	.start-cart-count {
		font-size: 0.68rem;
	}

	.start-hero,
	.start-hero-content {
		min-height: 360px;
	}

	.start-hero-content {
		padding: 34px 0 42px;
	}

	.start-hero h1 {
		font-size: clamp(2.35rem, 13vw, 3.3rem);
	}

	.start-category-grid,
	.woocommerce ul.products,
	ul.products,
	.start-demo-products,
	.start-trust-grid,
	.start-payment-grid,
	.start-footer-grid,
	.start-about-grid {
		grid-template-columns: 1fr;
	}

	.start-category-card {
		grid-template-columns: 70px minmax(0, 1fr) auto;
		min-height: 78px;
	}

	.start-category-media {
		width: 70px;
		height: 58px;
	}

	.woocommerce-page .start-site-main,
	.woocommerce-cart .start-site-main,
	.woocommerce-checkout .start-site-main,
	.woocommerce-account .start-site-main,
	.post-type-archive-product .start-site-main,
	.tax-product_cat .start-site-main,
	.single-product .start-site-main {
		padding-inline: 12px;
	}

	.woocommerce-products-header,
	.woocommerce div.product,
	.woocommerce-cart-form,
	.woocommerce-checkout form.checkout,
	.woocommerce-account .woocommerce,
	.woocommerce form.login,
	.woocommerce form.register,
	.woocommerce form.checkout_coupon,
	.woocommerce form.lost_reset_password,
	.woocommerce-order {
		padding: 16px;
	}
}

/* Storefront utility pages */
.start-page-hero {
	padding: 42px 0;
	color: var(--start-white);
	background: radial-gradient(circle at 82% 18%, rgba(0, 120, 231, 0.42), transparent 28%), linear-gradient(135deg, var(--start-navy-dark), var(--start-blue-dark));
}

.start-page-hero h1 {
	max-width: 760px;
	margin: 0 0 10px;
	font-size: clamp(2.3rem, 5vw, 4.1rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.055em;
}

.start-page-hero p:not(.start-kicker) {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 700;
}

.start-storefront-page {
	padding: 28px 0 42px;
}

.start-storefront-card {
	padding: 24px;
	border: 1px solid var(--start-border);
	border-radius: 16px;
	background: var(--start-white);
	box-shadow: 0 12px 30px rgba(0, 31, 70, 0.08);
}

.start-category-hero-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.start-category-hero-icon {
	display: grid;
	place-items: center;
	width: 118px;
	height: 118px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.1);
}

.start-category-hero-icon .start-icon {
	width: 86px;
	height: 86px;
	background: var(--start-white);
}

.start-category-hero-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 10px;
}

.start-empty-category-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 7px;
}

.start-empty-category,
.start-favorites-empty {
	display: grid;
	justify-items: center;
	padding: 42px 18px;
	text-align: center;
}

.start-empty-category > span,
.start-favorites-empty > span {
	display: grid;
	place-items: center;
	width: 74px;
	height: 74px;
	margin-bottom: 16px;
	border-radius: 50%;
	color: var(--start-blue-dark);
	background: #eef6ff;
	font-size: 2.3rem;
}

.start-empty-category h2,
.start-favorites-empty h2 {
	margin: 0 0 8px;
	color: var(--start-blue-dark);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 900;
	letter-spacing: -0.04em;
}

.start-empty-category p,
.start-favorites-empty p {
	max-width: 620px;
	margin: 0 0 18px;
	color: var(--start-muted);
	font-weight: 700;
}

.start-favorite-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 38px;
	margin-top: 8px;
	padding: 0 13px;
	border: 1px solid #cbd7e8;
	border-radius: 7px;
	color: var(--start-blue-dark);
	background: #eef6ff;
	font: inherit;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
}

.start-favorite-toggle:hover,
.start-favorite-toggle:focus-visible,
.start-favorite-toggle.is-active {
	color: var(--start-white);
	border-color: var(--start-blue);
	background: linear-gradient(180deg, var(--start-blue-bright), var(--start-blue));
}

.woocommerce div.product .start-favorite-toggle {
	width: auto;
	margin: 10px 0;
}

.start-favorites-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.start-favorite-card {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 14px;
	padding: 14px;
	border: 1px solid var(--start-border);
	border-radius: 14px;
	background: #fbfdff;
}

.start-favorite-image {
	display: grid;
	place-items: center;
	min-height: 112px;
	border-radius: 12px;
	color: var(--start-blue-dark);
	background: #eef6ff;
	font-weight: 900;
	text-decoration: none;
	overflow: hidden;
}

.start-favorite-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.start-favorite-body h2 {
	margin: 0 0 6px;
	font-size: 1rem;
	line-height: 1.2;
}

.start-favorite-body h2 a {
	color: var(--start-ink);
	text-decoration: none;
}

.start-favorite-body p {
	margin: 0 0 12px;
	color: var(--start-blue-dark);
	font-weight: 900;
}

.start-favorite-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.start-favorite-actions button {
	min-height: 39px;
	padding: 0 14px;
	border: 1px solid #cbd7e8;
	border-radius: 5px;
	color: var(--start-blue-dark);
	background: var(--start-white);
	font-weight: 900;
	cursor: pointer;
}

.start-account-welcome {
	padding: 18px;
	margin-bottom: 18px;
	border-radius: 14px;
	color: var(--start-white);
	background: linear-gradient(135deg, var(--start-blue-dark), var(--start-blue));
}

.start-account-welcome .start-kicker,
.start-account-welcome h2,
.start-account-welcome p {
	margin-top: 0;
}

.start-account-welcome h2 {
	margin-bottom: 8px;
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	font-weight: 900;
	letter-spacing: -0.04em;
}

.start-account-welcome p:last-child {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 700;
}

.woocommerce form.login,
.woocommerce form.register {
	border-width: 1px;
}

.woocommerce form.login h2,
.woocommerce form.register h2,
.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2 {
	color: var(--start-blue-dark);
	font-weight: 900;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li a:focus-visible {
	color: var(--start-white);
	background: linear-gradient(180deg, var(--start-blue-bright), var(--start-blue));
}

.woocommerce-cart .cart-empty {
	padding: 24px;
	border-radius: 12px;
	background: #eef6ff;
	font-weight: 800;
}

@media (max-width: 900px) {
	.start-favorites-grid {
		grid-template-columns: 1fr;
	}

	.start-category-hero-grid {
		align-items: flex-start;
	}
}

@media (max-width: 620px) {
	.start-storefront-card {
		padding: 16px;
	}

	.start-category-hero-grid,
	.start-favorite-card {
		grid-template-columns: 1fr;
	}

	.start-category-hero-icon {
		width: 92px;
		height: 92px;
	}
}

.start-page-support-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 22px;
}

.start-favorites-support {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.start-page-support-grid article,
.start-legal-notice,
.start-checkout-legal-summary {
	border: 1px solid #cfe0f4;
	border-radius: 14px;
	background: linear-gradient(135deg, #f7fbff 0%, #ffffff 100%);
	box-shadow: 0 10px 24px rgba(0, 31, 70, 0.06);
}

.start-page-support-grid article {
	padding: 16px;
}

.start-page-support-grid strong {
	display: block;
	margin-bottom: 7px;
	color: var(--start-blue-dark);
	font-weight: 900;
}

.start-page-support-grid p {
	margin: 0;
	color: var(--start-muted);
	font-size: 0.92rem;
	font-weight: 700;
}

.start-legal-notice {
	position: relative;
	margin: 0 0 18px;
	padding: 17px 18px 17px 58px;
	overflow: hidden;
}

.start-legal-notice::before {
	content: "✓";
	position: absolute;
	left: 18px;
	top: 18px;
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	color: var(--start-white);
	background: linear-gradient(180deg, var(--start-blue-bright), var(--start-blue));
	font-weight: 900;
}

.start-legal-notice strong {
	display: block;
	margin-bottom: 6px;
	color: var(--start-blue-dark);
	font-weight: 900;
}

.start-legal-notice p,
.start-checkout-legal-summary p {
	margin: 0;
	color: #334155;
	font-size: 0.95rem;
	font-weight: 700;
}

.start-legal-notice a,
.start-checkout-legal-summary a,
.start-cookie-link {
	color: var(--start-blue-dark);
	font-weight: 900;
}

.start-checkout-legal-summary {
	margin: 0 0 16px;
	padding: 16px;
}

.start-checkout-legal-summary ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	padding: 0;
	margin: 12px 0 0;
	list-style: none;
}

.start-cookie-banner {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9999;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	width: min(760px, calc(100% - 44px));
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 18px;
	color: var(--start-white);
	background: linear-gradient(135deg, var(--start-navy-dark), var(--start-blue-dark));
	box-shadow: 0 22px 60px rgba(0, 12, 30, 0.36);
}

.start-cookie-banner[hidden] {
	display: none;
}

.start-cookie-banner h2 {
	margin: 0 0 6px;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.start-cookie-banner p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.94rem;
	font-weight: 700;
}

.start-cookie-banner .start-kicker {
	color: var(--start-yellow);
}

.start-cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.start-cookie-banner .start-button-secondary {
	background: rgba(255, 255, 255, 0.1);
}

.start-cookie-link {
	display: inline-flex;
	align-items: center;
	min-height: 39px;
	color: var(--start-white);
}

.woocommerce-cart-form table.shop_table td.product-name a,
.woocommerce-MyAccount-content a {
	font-weight: 800;
}

.woocommerce-account .woocommerce {
	display: grid;
	grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
	gap: 18px;
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
	display: none;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-cart-form,
.cart_totals {
	border-radius: 16px;
}

.woocommerce-MyAccount-navigation li a {
	border-radius: 9px;
	border-bottom: 0;
	margin-bottom: 6px;
}

@media (max-width: 900px) {
	.start-page-support-grid,
	.start-favorites-support,
	.woocommerce-account .woocommerce,
	.start-cookie-banner {
		grid-template-columns: 1fr;
	}

	.start-cookie-banner__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 620px) {
	.start-cookie-banner {
		right: 12px;
		bottom: 12px;
		width: calc(100% - 24px);
		padding: 16px;
	}

	.start-legal-notice {
		padding-left: 16px;
	}

	.start-legal-notice::before {
		position: static;
		margin-bottom: 10px;
	}
}

/* Custom shop archive */
.start-shop-hero-badge {
	display: grid;
	place-items: center;
	width: 118px;
	height: 118px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 28px;
	color: var(--start-white);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(0, 120, 231, 0.25));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 20px 40px rgba(0, 0, 0, 0.18);
	font-size: 1.1rem;
	font-weight: 950;
	letter-spacing: 0.08em;
}

.start-shop-categories {
	padding: 24px 0 0;
	background: var(--start-bg);
}

.start-shop-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.start-shop-category-pill {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-height: 86px;
	padding: 12px;
	border: 1px solid var(--start-border);
	border-radius: 14px;
	color: var(--start-ink);
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 8px 22px rgba(0, 31, 70, 0.06);
	text-decoration: none;
}

.start-shop-category-pill:hover,
.start-shop-category-pill:focus-visible {
	border-color: #acc6e4;
	color: var(--start-blue-dark);
	box-shadow: var(--start-shadow);
	transform: translateY(-2px);
}

.start-shop-category-pill.is-sale {
	border-color: rgba(255, 176, 0, 0.45);
	background: linear-gradient(180deg, #ffffff 0%, #fff8e6 100%);
}

.start-shop-category-icon {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 12px;
	background: #eef6ff;
	overflow: hidden;
}

.start-shop-category-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 6px;
}

.start-shop-category-icon .start-icon {
	width: 46px;
	height: 46px;
	background: var(--start-white);
}

.start-shop-category-pill strong,
.start-shop-category-pill small {
	display: block;
}

.start-shop-category-pill strong {
	color: var(--start-navy);
	font-size: 0.96rem;
	font-weight: 950;
	line-height: 1.15;
}

.start-shop-category-pill small {
	margin-top: 3px;
	color: var(--start-muted);
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.25;
}

.start-shop-card {
	display: grid;
	gap: 18px;
}

.start-shop-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border: 1px solid #dce9f7;
	border-radius: 12px;
	background: #f8fbff;
}

.start-shop-toolbar::before,
.start-shop-toolbar::after {
	display: none;
}

.start-shop-toolbar .woocommerce-result-count,
.start-shop-toolbar .woocommerce-ordering {
	float: none;
	margin: 0;
}

.start-shop-toolbar .woocommerce-result-count {
	color: #314963;
	font-size: 0.9rem;
	font-weight: 800;
}

.start-shop-toolbar .woocommerce-ordering select {
	min-width: 220px;
	padding-inline: 12px;
	color: var(--start-ink);
	font-weight: 750;
}

.start-shop-pagination {
	display: flex;
	justify-content: center;
}

.start-shop-pagination .woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	border: 0;
}

.start-shop-pagination .woocommerce-pagination ul.page-numbers li {
	border: 0;
}

.start-shop-pagination .woocommerce-pagination a.page-numbers,
.start-shop-pagination .woocommerce-pagination span.page-numbers {
	display: grid;
	place-items: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--start-border);
	border-radius: 10px;
	color: var(--start-blue-dark);
	background: var(--start-white);
	font-weight: 900;
	text-decoration: none;
}

.start-shop-pagination .woocommerce-pagination span.current,
.start-shop-pagination .woocommerce-pagination a.page-numbers:hover,
.start-shop-pagination .woocommerce-pagination a.page-numbers:focus-visible {
	color: var(--start-white);
	border-color: var(--start-blue);
	background: linear-gradient(135deg, var(--start-blue-bright), var(--start-blue));
}

@media (max-width: 900px) {
	.start-shop-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.start-shop-hero-badge {
		display: none;
	}

	.start-shop-category-grid {
		grid-template-columns: 1fr;
	}

	.start-shop-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.start-shop-toolbar .woocommerce-ordering select {
		width: 100%;
		min-width: 0;
	}
}
