/**
 * DataScan Shop — v2 custom CSS (uses --ds-* tokens from theme.css)
 */

.ds-shop-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #082f47 0%, #0e4163 45%, #1d3267 100%);
	padding-block: clamp(2rem, 4vw, 3rem);
}

.ds-shop-hero::before,
.ds-shop-hero::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	pointer-events: none;
}

.ds-shop-hero::before {
	width: 280px;
	height: 280px;
	top: -80px;
	right: 18%;
}

.ds-shop-hero::after {
	width: 160px;
	height: 160px;
	bottom: -40px;
	left: 8%;
}

.ds-shop-hero .ds-container,
.ds-shop-hero .ds-shop-hero-inner,
.ds-shop-hero > .wp-block-group {
	position: relative;
	z-index: 1;
	max-width: var(--ds-container);
	margin-inline: auto;
	padding-inline: var(--ds-space-lg);
}

.ds-shop-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
	gap: 2rem;
	align-items: center;
}

.ds-shop-hero-main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
}

/* Prevent WP constrained layout from centering/narrowing hero children */
.ds-shop-hero .ds-shop-hero-inner.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.ds-shop-hero .ds-shop-hero-main.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.ds-shop-hero .ds-shop-hero-main > * {
	max-width: none;
	width: 100%;
	margin-inline: 0 !important;
}

.ds-shop-hero h1,
.ds-shop-hero .ds-shop-hero-title,
.ds-shop-hero .wp-block-query-title {
	color: #fff !important;
	font-family: var(--ds-font-display);
	font-size: clamp(1.85rem, 3.5vw, 2.5rem) !important;
	font-weight: 800;
	line-height: 1.12;
	margin: 0 0 0.85rem;
	letter-spacing: -0.02em;
}

.ds-shop-hero p,
.ds-shop-hero .ds-shop-hero-lead,
.ds-shop-hero .wp-block-term-description {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: clamp(0.9375rem, 1.6vw, 1rem);
	line-height: 1.65;
	margin: 0;
	max-width: 40rem;
}

.ds-shop-hero-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	padding: 1.15rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
}

.ds-shop-stat {
	padding: 0.85rem 0.95rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
}

.ds-shop-stat__value {
	margin: 0 0 0.2rem;
	color: #fff;
	font-family: var(--ds-font-display, inherit);
	font-size: 1.65rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
}

.ds-shop-stat__label {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.8125rem;
	line-height: 1.4;
}

.ds-shop-hero-stats-note {
	grid-column: 1 / -1;
	margin: 0.15rem 0 0;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.8125rem;
	line-height: 1.45;
}

.ds-shop-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	margin: 0 0 1rem;
	font-size: 0.875rem;
}

.ds-shop-breadcrumb a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.ds-shop-breadcrumb a:hover { color: #fff; }

.ds-breadcrumb-sep { color: rgba(255, 255, 255, 0.5); }
.ds-breadcrumb-current { color: #fff; font-weight: 600; }

/* Page */
.ds-shop-page {
	background: var(--ds-surface);
	padding-block: var(--ds-space-xl) var(--ds-space-2xl);
}

.ds-shop-page .ds-container,
.ds-shop-page .ds-shop-layout {
	max-width: var(--ds-container);
	margin-inline: auto;
	padding-inline: var(--ds-space-lg);
}

.ds-shop-page .ds-shop-layout {
	display: grid !important;
	grid-template-columns: 220px minmax(0, 1fr) !important;
	gap: 1.75rem !important;
	align-items: start !important;
}

.ds-shop-sidebar {
	min-width: 0;
	width: 100%;
}

.ds-shop-main {
	min-width: 0;
	width: 100%;
	position: relative;
}

.ds-shop-main.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.ds-shop-main.is-loading::after {
	content: "";
	position: absolute;
	top: 3rem;
	left: 50%;
	width: 36px;
	height: 36px;
	margin-left: -18px;
	border: 3px solid var(--ds-border);
	border-top-color: var(--ds-primary);
	border-radius: 50%;
	animation: ds-spin 0.7s linear infinite;
}

@keyframes ds-spin {
	to { transform: rotate(360deg); }
}

/* Filters */
.ds-filter-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	margin-bottom: 1rem;
	padding: 0.85rem 1rem;
	border: 1px solid var(--ds-border);
	border-radius: var(--ds-radius);
	background: var(--ds-white);
	color: var(--ds-navy);
	font: inherit;
	font-size: 0.9375rem;
	font-weight: 700;
	cursor: pointer;
	box-shadow: var(--ds-shadow);
}

.ds-filter-toggle-icon {
	font-size: 1.1rem;
	line-height: 1;
}

.ds-filters-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(8, 47, 71, 0.45);
	z-index: 240;
}

.ds-filters-backdrop[hidden] {
	display: none !important;
}

.ds-filters-head-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.ds-filters-close {
	display: none;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--ds-border);
	border-radius: var(--ds-radius-sm);
	background: #fff;
	color: var(--ds-navy);
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

.ds-shop-filters {
	background: var(--ds-white);
	border: 1px solid var(--ds-border);
	border-radius: var(--ds-radius);
	padding: 1.15rem;
	box-shadow: var(--ds-shadow);
	position: sticky;
	top: calc(var(--ds-header-h) + 8px);
}

.ds-filters-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.85rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid var(--ds-border);
}

.ds-filters-head h2 {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--ds-navy);
}

.ds-filters-clear {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--ds-primary);
	text-decoration: none;
}

.ds-filter-group summary {
	list-style: none;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--ds-navy);
	padding: 0.5rem 1.25rem 0.5rem 0;
	position: relative;
}

.ds-filter-check {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.35rem 0;
	font-size: 0.875rem;
	cursor: pointer;
	color: var(--ds-text);
}

.ds-filter-check em {
	margin-left: auto;
	font-style: normal;
	color: var(--ds-muted);
	font-size: 0.8125rem;
}

.ds-filter-search,
.ds-price-inputs input {
	width: 100%;
	border: 1px solid var(--ds-border);
	border-radius: var(--ds-radius-sm);
	padding: 0.6rem 0.75rem;
	font: inherit;
	font-size: 0.875rem;
}

.ds-filters-submit {
	width: 100%;
	margin-top: 0.85rem;
	padding: 0.8rem 1rem;
	border: 0;
	border-radius: var(--ds-radius-sm);
	background: var(--ds-hero);
	color: #fff;
	font: inherit;
	font-weight: 700;
	font-size: 0.9375rem;
	cursor: pointer;
	min-height: 44px;
}

.ds-filters-submit:hover { background: #0a3d5c; }

.ds-filter-group {
	border-bottom: 1px solid #f1f5f9;
	padding-bottom: 0.55rem;
	margin-bottom: 0.55rem;
}

.ds-filter-group summary::-webkit-details-marker { display: none; }

.ds-filter-group summary::after {
	content: "▾";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: var(--ds-muted);
}

.ds-filter-list {
	list-style: none;
	margin: 0.35rem 0 0;
	padding: 0;
}

.ds-filter-list--scroll {
	max-height: 12rem;
	overflow-y: auto;
}

.ds-price-inputs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.ds-price-slider {
	width: 100%;
	accent-color: var(--ds-primary);
	margin: 0.35rem 0 0.65rem;
}

/* Toolbar */
.ds-shop-toolbar {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1.15rem;
	padding: 0.85rem 1.1rem;
	background: var(--ds-white);
	border: 1px solid var(--ds-border);
	border-radius: var(--ds-radius);
}

.ds-shop-toolbar .wc-block-product-results-count,
.ds-shop-toolbar .woocommerce-result-count {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	color: #475569;
}

.ds-shop-toolbar select {
	border: 1px solid var(--ds-border);
	border-radius: var(--ds-radius-sm);
	padding: 0.55rem 1.75rem 0.55rem 0.75rem;
	background: var(--ds-white);
	font: inherit;
	font-size: 0.875rem;
	min-height: 42px;
	color: var(--ds-navy);
	min-width: 180px;
}

/* Grid — 3 wider columns, equal-height rows */
.ds-shop-page ul.wc-block-product-template,
.ds-shop-page .wc-block-product-template,
.ds-shop-page .wc-block-product-template__responsive,
.ds-shop-page ul.wc-block-product-template.is-flex-container.columns-3 {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 1.35rem !important;
	align-items: start !important;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100% !important;
}

.ds-shop-page ul.wc-block-product-template > li {
	display: block;
	width: 100% !important;
	margin: 0 !important;
	min-width: 0 !important;
	height: auto !important;
}

/* Premium product cards — compact height */
.ds-shop-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #fcfdfe 100%);
	border: 1px solid #dbe3ec;
	border-radius: 12px;
	overflow: hidden;
	box-shadow:
		0 1px 2px rgba(8, 47, 71, 0.04),
		0 8px 24px rgba(8, 47, 71, 0.06);
	transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.ds-shop-card::before {
	content: "";
	display: block;
	height: 3px;
	background: linear-gradient(90deg, var(--ds-hero) 0%, var(--ds-primary) 50%, var(--ds-accent) 100%);
	flex-shrink: 0;
}

.ds-shop-card:hover {
	border-color: #b8c9d9;
	box-shadow:
		0 4px 12px rgba(8, 47, 71, 0.08),
		0 20px 40px rgba(8, 47, 71, 0.12);
	transform: translateY(-3px);
}

.ds-shop-card .wc-block-components-product-image,
.ds-shop-card .wp-block-woocommerce-product-image {
	aspect-ratio: 4 / 3;
	max-height: 200px;
	flex-shrink: 0;
	background: linear-gradient(145deg, #f8fafc 0%, #eef3f8 100%);
	border-bottom: 1px solid #e8eef4;
	overflow: hidden;
}

.ds-shop-card .wc-block-components-product-image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0.85rem 1rem;
}

.ds-shop-card img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 100% !important;
	object-fit: contain !important;
	aspect-ratio: unset !important;
	filter: drop-shadow(0 2px 8px rgba(8, 47, 71, 0.06));
}

.ds-shop-card__body,
.ds-shop-card > .wp-block-group {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	padding: 0.95rem 1.05rem 1.05rem !important;
	min-height: 0;
}

.ds-shop-card .wp-block-post-title {
	margin: 0;
}

.ds-shop-card .wp-block-post-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: var(--ds-font-display, inherit);
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.45;
	color: #0f172a;
	text-decoration: none;
	letter-spacing: 0;
	text-transform: none;
	word-break: break-word;
}

.ds-shop-card .wp-block-post-title a:hover { color: var(--ds-accent); }

.ds-product-brand {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 600;
	color: #64748b;
	text-transform: none;
	letter-spacing: 0.01em;
}

.ds-shop-card .wc-block-components-product-price,
.ds-shop-card .wc-block-components-product-price .price {
	margin: 0.4rem 0 0;
	color: var(--ds-primary);
	font-weight: 800;
	font-size: 1.0625rem;
	letter-spacing: -0.02em;
}

.ds-price-request {
	color: #475569;
	font-weight: 600;
	font-size: 0.875rem;
}

/* Actions — always side-by-side, pinned to card bottom */
.ds-product-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 0.5rem;
	margin-top: auto;
	padding-top: 0.75rem;
	border-top: 1px solid #eef2f6;
}

.ds-product-readmore {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px !important;
	padding: 0 0.5rem;
	border: 1.5px solid var(--ds-primary);
	border-radius: 8px;
	background: #fff;
	color: var(--ds-primary) !important;
	font-size: 0.8125rem;
	font-weight: 700;
	text-decoration: none !important;
	text-align: center;
	min-width: 0;
}

.ds-product-readmore:hover {
	background: var(--ds-primary);
	color: #fff !important;
}

.ds-product-actions .wp-block-button,
.ds-product-quote-wrap {
	margin: 0;
	min-width: 0;
	width: 100%;
}

.ds-product-actions .wp-block-button__link,
.ds-product-quote {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 42px !important;
	padding: 0 0.5rem !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: linear-gradient(135deg, #f36735 0%, #e85528 100%) !important;
	color: #fff !important;
	font-size: 0.8125rem !important;
	font-weight: 700 !important;
	width: 100%;
	text-decoration: none !important;
	text-align: center;
	box-shadow: 0 4px 12px rgba(243, 103, 53, 0.22);
	min-width: 0;
}

.ds-product-actions .wp-block-button__link:hover,
.ds-product-quote:hover {
	background: linear-gradient(135deg, #e85528 0%, #d94a1f 100%) !important;
}

.ds-product-quote-wrap { margin: 0; width: 100%; }

/* Pagination */
.ds-shop-page .wp-block-query-pagination a,
.ds-shop-page .wp-block-query-pagination span {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 40px !important;
	min-height: 40px !important;
	padding: 0 0.55rem !important;
	border: 1px solid var(--ds-border) !important;
	border-radius: var(--ds-radius-sm) !important;
	background: var(--ds-white) !important;
	color: var(--ds-navy) !important;
	font-size: 0.8125rem;
	font-weight: 600;
	text-decoration: none;
}

.ds-shop-page .wp-block-query-pagination .current {
	background: var(--ds-primary) !important;
	border-color: var(--ds-primary) !important;
	color: #fff !important;
}

/* Trust bar */
.ds-shop-trust-bar {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 1.25rem !important;
	background: var(--ds-white);
	border: 1px solid var(--ds-border);
	border-radius: var(--ds-radius);
	padding: 1.25rem;
	margin-top: 2rem;
	box-shadow: var(--ds-shadow);
}

.ds-shop-trust-bar > .wp-block-column {
	width: 100% !important;
	flex-basis: auto !important;
}

.ds-trust-item {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
}

.ds-trust-icon { margin: 0; font-size: 1.15rem; line-height: 1; }

.ds-shop-trust-bar p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--ds-text);
}

.ds-shop-trust-bar strong {
	color: var(--ds-navy);
}

body.ds-filters-open {
	overflow: hidden;
}

/* ── Product category archives ─────────────────────────────── */
.ds-category-hero {
	position: relative;
	overflow: hidden;
}

.ds-category-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 85% 20%, rgba(243, 103, 53, 0.14) 0%, transparent 42%),
		radial-gradient(circle at 10% 80%, rgba(255, 255, 255, 0.06) 0%, transparent 35%);
	pointer-events: none;
}

.ds-category-hero .ds-container {
	position: relative;
	z-index: 1;
}

.ds-category-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
	gap: 2rem;
	align-items: center;
	margin-top: 0.25rem;
}

.ds-category-hero-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.85rem;
}

.ds-category-hero-parent {
	display: inline-flex;
	align-items: center;
	padding: 0.3rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.ds-category-hero-parent:hover {
	background: rgba(255, 255, 255, 0.16);
	color: #fff !important;
}

.ds-category-hero-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.3rem 0.75rem;
	border-radius: 999px;
	background: rgba(243, 103, 53, 0.92);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.ds-category-hero-badge.is-muted {
	background: rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.92);
}

.ds-category-hero-lead {
	max-width: 38rem;
}

.ds-category-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.35rem;
}

.ds-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 1.15rem;
	border-radius: 10px;
	font-size: 0.9375rem;
	font-weight: 700;
	text-decoration: none !important;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.ds-btn--accent {
	border: 0;
	background: linear-gradient(135deg, #f36735 0%, #e85528 100%);
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(243, 103, 53, 0.28);
}

.ds-btn--accent:hover {
	background: linear-gradient(135deg, #e85528 0%, #d94a1f 100%);
}

.ds-btn--ghost {
	border: 1.5px solid rgba(255, 255, 255, 0.45);
	background: transparent;
	color: #fff !important;
}

.ds-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.7);
}

.ds-btn--outline {
	border: 1.5px solid var(--ds-primary, #082f47);
	background: #fff;
	color: var(--ds-primary, #082f47) !important;
}

.ds-btn--outline:hover {
	background: var(--ds-primary, #082f47);
	color: #fff !important;
}

.ds-category-hero-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	padding: 1.15rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
}

.ds-category-stat {
	padding: 0.85rem 0.95rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
}

.ds-category-stat__value {
	margin: 0 0 0.2rem;
	color: #fff;
	font-family: var(--ds-font-display, inherit);
	font-size: 1.65rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
}

.ds-category-stat__label {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.8125rem;
	line-height: 1.4;
}

.ds-category-hero-stats-note {
	grid-column: 1 / -1;
	margin: 0.15rem 0 0;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.8125rem;
	line-height: 1.45;
}

.ds-category-subcats-wrap {
	background: #fff;
	border-bottom: 1px solid var(--ds-border, #dbe3ec);
	padding-block: 1.5rem 1.75rem;
}

.ds-category-subcats-wrap .ds-container {
	max-width: var(--ds-container);
	margin-inline: auto;
	padding-inline: var(--ds-space-lg);
}

.ds-category-subcats__head {
	margin-bottom: 1rem;
}

.ds-category-subcats__title {
	margin: 0 0 0.35rem;
	color: var(--ds-navy, #082f47);
	font-family: var(--ds-font-display, inherit);
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	font-weight: 700;
}

.ds-category-subcats__lead {
	margin: 0;
	max-width: 42rem;
	color: #64748b;
	font-size: 0.9375rem;
	line-height: 1.55;
}

.ds-category-subcats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
}

.ds-category-subcat-card {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.9rem 1rem;
	border: 1px solid #dbe3ec;
	border-radius: 12px;
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
	color: inherit;
	text-decoration: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ds-category-subcat-card:hover {
	border-color: #b8c9d9;
	box-shadow: 0 8px 24px rgba(8, 47, 71, 0.08);
	transform: translateY(-2px);
}

.ds-category-subcat-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 2.25rem;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 10px;
	background: rgba(8, 47, 71, 0.06);
	font-size: 1.1rem;
	line-height: 1;
}

.ds-category-subcat-card__copy {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
	flex: 1 1 auto;
}

.ds-category-subcat-card__name {
	color: var(--ds-navy, #082f47);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.35;
}

.ds-category-subcat-card__count {
	color: #64748b;
	font-size: 0.75rem;
	font-weight: 500;
}

.ds-category-subcat-card__arrow {
	flex: 0 0 auto;
	color: var(--ds-accent, #f36735);
	font-size: 1rem;
	font-weight: 700;
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.ds-category-subcat-card:hover .ds-category-subcat-card__arrow {
	opacity: 1;
	transform: translateX(0);
}

#ds-category-products {
	scroll-margin-top: calc(var(--ds-header-h, 72px) + 12px);
}

.ds-category-page .ds-shop-toolbar {
	border-left: 3px solid var(--ds-accent, #f36735);
}

.ds-category-help {
	margin-top: 2rem;
}

.ds-category-help-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	padding: 1.35rem 1.5rem;
	border: 1px solid #dbe3ec;
	border-radius: 16px;
	background: linear-gradient(135deg, #f8fafc 0%, #fff 55%, #fff7f3 100%);
	box-shadow: 0 8px 24px rgba(8, 47, 71, 0.06);
}

.ds-category-help-cta__copy {
	max-width: 40rem;
}

.ds-category-help-cta__title {
	margin: 0 0 0.35rem;
	color: var(--ds-navy, #082f47);
	font-size: 1.0625rem;
}

.ds-category-help-cta__text {
	margin: 0;
	color: #64748b;
	font-size: 0.9375rem;
	line-height: 1.55;
}

.ds-category-help-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

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

@media (max-width: 900px) {
	.ds-category-hero-grid {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.ds-category-hero-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ds-category-hero-stats-note {
		grid-column: 1 / -1;
	}

	.ds-category-help-cta {
		flex-direction: column;
		align-items: stretch;
	}

	.ds-category-help-cta__actions {
		width: 100%;
	}

	.ds-category-help-cta__actions .ds-btn {
		flex: 1 1 auto;
	}
}

@media (max-width: 600px) {
	.ds-category-subcats-wrap .ds-container {
		padding-inline: 0.625rem;
	}

	.ds-category-subcats__grid {
		grid-template-columns: 1fr;
	}

	.ds-category-hero-stats {
		grid-template-columns: 1fr 1fr;
	}

	.ds-category-hero-actions .ds-btn {
		width: 100%;
	}
}

/* Responsive */
@media (max-width: 1200px) {
	.ds-shop-page .ds-shop-layout {
		grid-template-columns: 240px minmax(0, 1fr) !important;
	}
}

@media (max-width: 1024px) {
	.ds-shop-page ul.wc-block-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 1.15rem !important;
	}

	.ds-shop-page .ds-container,
	.ds-shop-page .ds-shop-layout {
		padding-inline: var(--ds-space-md);
	}
}

@media (max-width: 900px) {
	.ds-shop-hero-grid {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.ds-shop-hero-stats {
		max-width: 28rem;
	}

	.ds-filter-toggle {
		display: flex;
	}

	.ds-shop-page .ds-shop-layout {
		grid-template-columns: 1fr !important;
	}

	.ds-shop-filters {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 250;
		width: min(340px, 92vw);
		max-height: 100vh;
		overflow-y: auto;
		margin: 0;
		border-radius: 0;
		transform: translateX(-105%);
		transition: transform 0.28s ease;
	}

	.ds-filters-backdrop:not([hidden]) {
		display: block;
	}

	.ds-shop-layout.is-filters-open .ds-shop-filters {
		transform: translateX(0);
	}

	.ds-filters-close {
		display: inline-flex;
	}

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

	.ds-shop-toolbar select {
		width: 100%;
		min-width: 0;
	}

	.ds-shop-trust-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 1rem !important;
		padding: 1rem;
	}
}

@media (max-width: 781px) {
	.ds-shop-hero.alignfull,
	.ds-shop-page.alignfull {
		padding-inline: 0 !important;
	}

	.ds-shop-hero .ds-container,
	.ds-shop-page .ds-container,
	.ds-shop-page .ds-shop-layout,
	.ds-shop-trust .ds-container {
		width: 100%;
		max-width: none;
		padding-inline: 0.75rem;
	}

	.ds-shop-main,
	.ds-shop-main.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
		max-width: none;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.ds-shop-hero h1,
	.ds-shop-hero .ds-shop-hero-title {
		font-size: 1.65rem !important;
	}

	.ds-shop-hero .ds-container,
	.ds-shop-page .ds-container,
	.ds-shop-page .ds-shop-layout,
	.ds-shop-trust .ds-container {
		padding-inline: 0.625rem;
	}

	.ds-shop-page ul.wc-block-product-template {
		grid-template-columns: 1fr !important;
		gap: 0.85rem !important;
	}

	.ds-shop-card .wc-block-components-product-image,
	.ds-shop-card .wp-block-woocommerce-product-image {
		max-height: 220px;
	}

	.ds-product-actions {
		grid-template-columns: 1fr 1fr;
	}

	.ds-shop-trust-bar {
		grid-template-columns: 1fr !important;
	}

	.ds-shop-page {
		padding-block: var(--ds-space-lg);
	}
}

@media (max-width: 400px) {
	.ds-product-actions {
		grid-template-columns: 1fr;
	}
}

/* ── Single product landing page ───────────────────────────── */
body.ds-product-page-active {
	overflow-x: clip;
}

.ds-product-top {
	background: #fff;
	border-bottom: 1px solid #e2e8f0;
	padding-block: 0.85rem 1rem;
}

.ds-product-top .ds-container {
	max-width: var(--ds-container, 1200px);
	margin-inline: auto;
	padding-inline: var(--ds-space-lg, 1.5rem);
}

.ds-product-top .ds-product-breadcrumb {
	margin: 0;
}

.ds-product-top .ds-shop-breadcrumb a,
.ds-product-top .ds-breadcrumb-current {
	color: #64748b;
}

.ds-product-top .ds-shop-breadcrumb a:hover {
	color: var(--ds-primary, #115b8a);
}

.ds-product-top .ds-breadcrumb-current {
	color: #0f172a;
	font-weight: 600;
}

.ds-product-top .ds-breadcrumb-sep {
	color: #94a3b8;
}

.ds-product-page {
	background: var(--ds-surface, #f4f7fa);
	padding-block: var(--ds-space-xl, 2rem) var(--ds-space-2xl, 2.5rem);
}

.ds-product-page > .ds-container {
	max-width: var(--ds-container, 1200px);
	margin-inline: auto;
	padding-inline: var(--ds-space-lg, 1.5rem);
}

.ds-product-buybox {
	box-shadow: 0 8px 28px rgba(8, 47, 71, 0.06);
}

.ds-product-layout--3col {
	display: grid !important;
	grid-template-columns: minmax(0, 34%) minmax(0, 40%) minmax(0, 26%);
	gap: 2rem !important;
	align-items: start !important;
	margin: 0 !important;
}

.ds-product-gallery {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 280px;
	padding: 0.75rem;
	border: 1px solid #eef2f6;
	border-radius: 12px;
	background: linear-gradient(180deg, #fafbfd 0%, #fff 100%);
}

.ds-product-gallery .wc-block-product-gallery,
.ds-product-gallery .woocommerce-product-gallery {
	width: 100%;
}

.ds-product-gallery .woocommerce-product-gallery__wrapper,
.ds-product-gallery .flex-viewport {
	border-radius: 10px;
}

.ds-product-gallery img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 340px !important;
	margin-inline: auto;
	object-fit: contain !important;
}

.ds-product-gallery .flex-control-thumbs {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem;
	margin: 0.85rem 0 0 !important;
	padding: 0 !important;
	list-style: none;
}

.ds-product-gallery .flex-control-thumbs li {
	margin: 0 !important;
}

.ds-product-gallery .flex-control-thumbs img {
	max-height: 72px !important;
	border: 1px solid #dbe3ec;
	border-radius: 8px;
	padding: 0.35rem;
	background: #fff;
	cursor: pointer;
}

.ds-product-brand-badge {
	display: inline-flex;
	align-items: center;
	margin: 0 0 0.75rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: #eef6fb;
	border: 1px solid #b8d9ea;
	color: var(--ds-primary, #115b8a) !important;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.ds-product-summary-title,
.ds-product-summary-col .wp-block-post-title {
	margin: 0 0 0.75rem;
	color: var(--ds-navy, #082f47) !important;
	font-family: var(--ds-font-display);
	font-size: clamp(1.45rem, 2.8vw, 2rem) !important;
	font-weight: 700;
	line-height: 1.2;
}

.ds-product-summary-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 1.25rem;
	margin: 0 0 1rem;
}

.ds-product-summary-meta__sku {
	color: #64748b;
	font-size: 0.875rem;
}

.ds-product-summary-meta__sku strong {
	color: #334155;
	font-weight: 600;
}

.ds-product-summary-meta__stock {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.875rem;
	font-weight: 600;
}

.ds-product-summary-meta__stock.is-instock {
	color: #15803d;
}

.ds-product-summary-meta__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 999px;
	background: #dcfce7;
	color: #15803d;
	font-size: 0.7rem;
}

.ds-product-summary-meta__stock.is-backorder {
	color: #b45309;
}

.ds-product-summary-meta__stock.is-outofstock {
	color: #b91c1c;
}

.ds-product-summary-lead {
	margin: 0 0 1.25rem;
	color: #475569;
	font-size: 0.9375rem;
	line-height: 1.65;
}

.ds-product-summary-lead p {
	margin: 0;
}

.ds-product-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.ds-product-feature-grid__item {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.85rem 0.9rem;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #f8fafc;
}

.ds-product-feature-grid__icon {
	font-size: 1.1rem;
	line-height: 1;
}

.ds-product-feature-grid__label {
	color: #334155;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.4;
}

.ds-product-sidebar-card {
	position: sticky;
	top: 1.5rem;
	padding: 1.35rem;
	border: 1px solid #dbe3ec;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 32px rgba(8, 47, 71, 0.08);
}

.ds-product-sidebar-card__label {
	margin: 0 0 0.35rem;
	color: #64748b;
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ds-product-sidebar-card__price,
.ds-product-sidebar-card__price .price {
	margin: 0 0 0.5rem;
	color: var(--ds-navy, #082f47);
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 800;
	line-height: 1.15;
}

.ds-product-sidebar-card__hint {
	margin: 0 0 1rem;
	color: #64748b;
	font-size: 0.8125rem;
	line-height: 1.5;
}

.ds-product-sidebar-card__actions {
	display: grid;
	gap: 0.65rem;
	margin-bottom: 1rem;
}

.ds-product-sidebar-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 1rem;
	border-radius: 10px;
	font-size: 0.9375rem;
	font-weight: 700;
	text-decoration: none !important;
	text-align: center;
}

.ds-product-sidebar-card__btn--primary {
	background: linear-gradient(135deg, #f36735 0%, #e85528 100%);
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(243, 103, 53, 0.24);
}

.ds-product-sidebar-card__btn--secondary,
.ds-product-sidebar-card__btn--cart {
	border: 1.5px solid var(--ds-primary, #082f47);
	background: #fff;
	color: var(--ds-primary, #082f47) !important;
}

.ds-product-sidebar-card__btn--primary:hover {
	background: linear-gradient(135deg, #e85528 0%, #d94a1f 100%);
}

.ds-product-sidebar-card__btn--secondary:hover,
.ds-product-sidebar-card__btn--cart:hover {
	background: var(--ds-primary, #082f47);
	color: #fff !important;
}

.ds-product-sidebar-trust {
	list-style: none;
	margin: 0;
	padding: 1rem 0 0;
	border-top: 1px solid #eef2f6;
	display: grid;
	gap: 0.55rem;
}

.ds-product-sidebar-trust li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #475569;
	font-size: 0.8125rem;
}

.ds-product-sidebar-trust span {
	color: var(--ds-primary, #115b8a);
	font-weight: 700;
}

/* Tabs */
.ds-product-tabs-wrap {
	margin-top: 2rem;
	padding: 0;
	background: #fff;
	border: 1px solid #dbe3ec;
	border-radius: 16px;
	box-shadow: 0 8px 28px rgba(8, 47, 71, 0.06);
	overflow: hidden;
}

.ds-product-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	border-bottom: 1px solid #e2e8f0;
	background: #fff;
	padding: 0 1rem;
	overflow-x: auto;
}

.ds-product-tabs-nav button {
	position: relative;
	padding: 1rem 1.15rem;
	border: 0;
	background: transparent;
	color: #64748b;
	font: inherit;
	font-size: 0.9375rem;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}

.ds-product-tabs-nav button:hover {
	color: var(--ds-navy, #082f47);
}

.ds-product-tabs-nav button.is-active {
	color: var(--ds-primary, #115b8a);
}

.ds-product-tabs-nav button.is-active::after {
	content: "";
	position: absolute;
	left: 0.85rem;
	right: 0.85rem;
	bottom: 0;
	height: 3px;
	border-radius: 999px 999px 0 0;
	background: var(--ds-primary, #115b8a);
}

.ds-product-tabs-panels {
	padding: clamp(1.25rem, 3vw, 2rem);
}

.ds-product-tab-panel[hidden] {
	display: none !important;
}

.ds-product-tab-panel h2 {
	margin: 0 0 1rem;
	color: var(--ds-navy, #082f47);
	font-family: var(--ds-font-display);
	font-size: 1.25rem;
}

.ds-product-tab-overview {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
	gap: 1.75rem;
	align-items: start;
}

.ds-product-description {
	color: #334155;
	font-size: 1rem;
	line-height: 1.75;
}

.ds-product-description h2,
.ds-product-description h3,
.ds-product-description h4 {
	margin-top: 1.75rem;
	margin-bottom: 0.75rem;
	color: var(--ds-navy, #082f47);
	font-family: var(--ds-font-display);
}

.ds-product-description img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.ds-product-description table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.25rem 0;
	font-size: 0.9375rem;
}

.ds-product-description th,
.ds-product-description td {
	padding: 0.65rem 0.85rem;
	border: 1px solid #dbe3ec;
	text-align: left;
}

.ds-product-key-details {
	padding: 1.25rem;
	border-radius: 14px;
	background: linear-gradient(180deg, #eef6fb 0%, #f8fbfd 100%);
	border: 1px solid #cfe4f1;
}

.ds-product-key-details h3 {
	margin: 0 0 1rem;
	color: var(--ds-navy, #082f47);
	font-size: 1rem;
}

.ds-product-key-details__list {
	margin: 0;
}

.ds-product-key-details__row {
	display: grid;
	grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
	gap: 0.75rem;
	padding: 0.55rem 0;
	border-bottom: 1px solid rgba(17, 91, 138, 0.12);
}

.ds-product-key-details__row:last-child {
	border-bottom: 0;
}

.ds-product-key-details__row dt {
	margin: 0;
	color: #64748b;
	font-size: 0.8125rem;
	font-weight: 600;
}

.ds-product-key-details__row dd {
	margin: 0;
	color: #0f172a;
	font-size: 0.875rem;
	font-weight: 600;
}

.ds-product-feature-list {
	margin: 0;
	padding-left: 1.15rem;
	color: #334155;
	line-height: 1.7;
}

.ds-product-resources {
	margin: 0;
	padding-left: 1.15rem;
}

.ds-product-resource-link {
	font-weight: 700;
	color: var(--ds-primary, #115b8a);
	text-decoration: none;
}

/* Trust bar */
.ds-product-trust-wrap {
	margin-top: 2rem;
	padding: 1.5rem;
	border-radius: 16px;
	background: #eef2f6;
	border: 1px solid #dbe3ec;
}

.ds-product-trust-bar {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 1rem !important;
}

.ds-product-trust-item {
	text-align: center;
}

.ds-product-trust-icon {
	margin: 0 0 0.35rem;
	font-size: 1.35rem;
	line-height: 1;
}

.ds-product-trust-item p {
	margin: 0;
	color: #475569;
	font-size: 0.8125rem;
	line-height: 1.5;
}

.ds-product-trust-item strong {
	display: block;
	margin-bottom: 0.15rem;
	color: var(--ds-navy, #082f47);
	font-size: 0.875rem;
}

/* Related products carousel */
.ds-product-related-wrap {
	margin-top: 2.5rem;
}

.ds-product-related-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.ds-product-related-head h2 {
	margin: 0;
	color: var(--ds-navy, #082f47);
	font-family: var(--ds-font-display);
	font-size: 1.35rem;
}

.ds-product-related-nav {
	display: flex;
	gap: 0.5rem;
}

.ds-product-related-prev,
.ds-product-related-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid #dbe3ec;
	border-radius: 999px;
	background: #fff;
	color: var(--ds-primary, #115b8a);
	font-size: 1rem;
	cursor: pointer;
}

.ds-product-related-prev:disabled,
.ds-product-related-next:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.ds-product-related-track-wrap {
	overflow: hidden;
}

.ds-product-related-track {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.ds-product-related-track::-webkit-scrollbar {
	display: none;
}

.ds-product-related-card {
	flex: 0 0 calc(20% - 0.8rem);
	min-width: 220px;
	display: flex;
	flex-direction: column;
	border: 1px solid #dbe3ec;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(8, 47, 71, 0.05);
	scroll-snap-align: start;
}

.ds-product-related-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	padding: 0.85rem;
	background: #fafbfd;
}

.ds-product-related-card__image img {
	max-height: 120px;
	width: auto;
	object-fit: contain;
}

.ds-product-related-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 0.35rem;
	padding: 1rem;
}

.ds-product-related-card__body h3 {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.45;
}

.ds-product-related-card__body h3 a {
	color: #0f172a;
	text-decoration: none;
	font-weight: 700;
}

.ds-product-related-card__sku,
.ds-product-related-card__excerpt {
	margin: 0;
	color: #64748b;
	font-size: 0.8125rem;
	line-height: 1.45;
}

.ds-product-related-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	min-height: 40px;
	padding: 0 0.85rem;
	border: 1.5px solid var(--ds-primary, #082f47);
	border-radius: 8px;
	color: var(--ds-primary, #082f47) !important;
	font-size: 0.8125rem;
	font-weight: 700;
	text-decoration: none !important;
	text-align: center;
}

.ds-product-related-card__btn:hover {
	background: var(--ds-primary, #082f47);
	color: #fff !important;
}

/* Bottom CTA */
.ds-product-bottom-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	margin-top: 2.5rem;
	padding: 1.5rem 1.75rem;
	border-radius: 16px;
	background: linear-gradient(135deg, #082f47 0%, #0c4a6e 100%);
	box-shadow: 0 10px 32px rgba(8, 47, 71, 0.15);
}

.ds-product-bottom-cta__copy {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.ds-product-bottom-cta__icon {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1;
}

.ds-product-bottom-cta__copy h2 {
	margin: 0 0 0.25rem;
	color: #fff;
	font-size: 1.15rem;
}

.ds-product-bottom-cta__copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.875rem;
}

.ds-product-bottom-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.ds-product-bottom-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 1.15rem;
	border-radius: 10px;
	font-size: 0.9375rem;
	font-weight: 700;
	text-decoration: none !important;
}

.ds-product-bottom-cta__btn--ghost {
	border: 2px solid rgba(255, 255, 255, 0.85);
	color: #fff !important;
}

.ds-product-bottom-cta__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
}

.ds-product-bottom-cta__btn--primary {
	background: linear-gradient(135deg, #f36735 0%, #e85528 100%);
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(243, 103, 53, 0.28);
}

@media (max-width: 1100px) {
	.ds-product-layout--3col {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.ds-product-sidebar-col {
		grid-column: 1 / -1;
	}

	.ds-product-sidebar-card {
		position: static;
	}

	.ds-product-related-card {
		flex-basis: calc(33.333% - 0.67rem);
		min-width: 200px;
	}

	.ds-product-trust-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 900px) {
	.ds-product-layout--3col {
		grid-template-columns: 1fr !important;
	}

	.ds-product-tab-overview {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.ds-product-feature-grid {
		grid-template-columns: 1fr;
	}

	.ds-product-tabs-nav {
		padding: 0 0.5rem;
	}

	.ds-product-tabs-nav button {
		padding: 0.85rem 0.75rem;
		font-size: 0.875rem;
	}

	.ds-product-trust-bar {
		grid-template-columns: 1fr !important;
	}

	.ds-product-related-card {
		flex-basis: calc(85% - 0.5rem);
		min-width: 260px;
	}

	.ds-product-bottom-cta {
		flex-direction: column;
		align-items: stretch;
	}

	.ds-product-bottom-cta__actions {
		width: 100%;
	}

	.ds-product-bottom-cta__btn {
		flex: 1;
	}
}
