/* =========================================================================
   POINT BLANK — tactical dark design system
   Chrome (header/footer/home/shop) is dark; long-form content, cart,
   checkout, account and legacy Elementor pages sit on a light canvas.
   ========================================================================= */

:root {
	--pb-bg: #0f1012;
	--pb-surface: #17181b;
	--pb-surface-2: #1e2024;
	--pb-surface-3: #26282e;
	--pb-line: #2a2d33;
	--pb-line-soft: #202227;
	--pb-text: #f2f3f5;
	--pb-text-soft: #c7ccd4;
	--pb-muted: #9ba1ab;
	--pb-red: #e31e24;
	--pb-red-hot: #ff3b41;
	--pb-red-dim: #a3161b;
	--pb-green: #27b463;
	--pb-amber: #f5a623;
	--pb-light-bg: #f5f6f8;
	--pb-light-surface: #ffffff;
	--pb-light-text: #1b1d21;
	--pb-light-muted: #5b6270;
	--pb-light-line: #e2e5ea;
	--pb-font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
	--pb-font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
	--pb-radius: 10px;
	--pb-radius-sm: 6px;
	--pb-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
	--pb-container: 1280px;
	--pb-header-h: 64px;
}

/* ---- Base ---- */

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body.pb-theme {
	margin: 0;
	background: var(--pb-bg);
	color: var(--pb-text);
	font-family: var(--pb-font-body);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.pb-theme h1,
body.pb-theme h2,
body.pb-theme h3,
body.pb-theme h4 {
	font-family: var(--pb-font-display);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1.12;
	margin: 0 0 0.5em;
}

body.pb-theme a { color: inherit; text-decoration: none; transition: color 0.15s ease; }
body.pb-theme a:hover { color: var(--pb-red-hot); }
body.pb-theme img { max-width: 100%; height: auto; }

.pb-container {
	max-width: var(--pb-container);
	margin: 0 auto;
	padding: 0 clamp(16px, 3vw, 32px);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	overflow: hidden;
	word-wrap: normal;
}

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999; background: var(--pb-red); color: #fff; padding: 10px 18px; }
.skip-link:focus { left: 12px; top: 12px; }

body.pb-theme :focus-visible { outline: 2px solid var(--pb-red-hot); outline-offset: 2px; }

/* ---- Buttons ---- */

.pb-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--pb-font-display);
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 12px 26px;
	border-radius: var(--pb-radius-sm);
	border: 1.5px solid transparent;
	cursor: pointer;
	transition: transform 0.12s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	line-height: 1.2;
	white-space: nowrap;
}
.pb-btn:active { transform: translateY(1px); }
.pb-btn--solid { background: var(--pb-red); color: #fff !important; box-shadow: 0 6px 20px rgba(227, 30, 36, 0.35); }
.pb-btn--solid:hover { background: var(--pb-red-hot); color: #fff !important; }
.pb-btn--outline { border-color: rgba(255, 255, 255, 0.35); color: var(--pb-text) !important; background: rgba(255, 255, 255, 0.02); }
.pb-btn--outline:hover { border-color: var(--pb-red-hot); color: var(--pb-red-hot) !important; }
.pb-btn--ghost { border-color: var(--pb-line); background: var(--pb-surface-2); color: var(--pb-text) !important; }
.pb-btn--ghost:hover { border-color: var(--pb-red); }
.pb-btn--lg { font-size: 19px; padding: 15px 34px; }
.pb-btn--sm { font-size: 15px; padding: 8px 18px; }

/* ---- Header ---- */

.pb-header { position: sticky; top: 0; z-index: 500; background: var(--pb-bg); border-bottom: 1px solid var(--pb-line-soft); }
.pb-header.is-stuck { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.55); }

.pb-topbar { background: #0a0b0c; border-bottom: 1px solid var(--pb-line-soft); font-size: 12.5px; }
.pb-topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; gap: 16px; }
.pb-topbar__note { display: flex; align-items: center; gap: 7px; margin: 0; color: var(--pb-muted); letter-spacing: 0.08em; font-weight: 500; }
.pb-topbar__note .pb-icon { color: var(--pb-red); }
.pb-topbar__links { display: flex; gap: 20px; align-items: center; }
.pb-topbar__links a { color: var(--pb-muted); display: inline-flex; align-items: center; gap: 5px; }
.pb-topbar__links a:hover { color: var(--pb-text); }
.pb-topbar__dealer { color: var(--pb-red-hot) !important; font-weight: 600; letter-spacing: 0.04em; }

.pb-mainbar__inner { display: flex; align-items: center; gap: clamp(14px, 2.5vw, 32px); min-height: 76px; }

.pb-logo img { max-height: 54px; width: auto; }
.pb-logo__fallback { display: flex; align-items: center; gap: 12px; }
.pb-logo__text { display: flex; flex-direction: column; line-height: 1.1; }
.pb-logo__text strong { font-family: var(--pb-font-display); font-size: 26px; letter-spacing: 0.12em; }
.pb-logo__text em { font-style: normal; font-size: 9.5px; letter-spacing: 0.14em; color: var(--pb-muted); text-transform: uppercase; }

.pb-search { flex: 1 1 auto; display: flex; max-width: 560px; position: relative; }
.pb-search input[type="search"] {
	width: 100%;
	background: var(--pb-surface-2);
	border: 1px solid var(--pb-line);
	border-radius: var(--pb-radius-sm);
	color: var(--pb-text);
	padding: 11px 48px 11px 16px;
	font-size: 14.5px;
	font-family: inherit;
	transition: border-color 0.15s ease;
}
.pb-search input[type="search"]::placeholder { color: var(--pb-muted); }
.pb-search input[type="search"]:focus { border-color: var(--pb-red); outline: none; }
.pb-search button {
	position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
	background: transparent; border: 0; color: var(--pb-muted); padding: 8px 10px; cursor: pointer;
}
.pb-search button:hover { color: var(--pb-red-hot); }

.pb-actions { display: flex; align-items: center; gap: clamp(10px, 1.6vw, 22px); margin-left: auto; }
.pb-action { display: flex; flex-direction: column; align-items: center; gap: 3px; color: var(--pb-text-soft); position: relative; font-size: 11px; }
.pb-action:hover { color: var(--pb-red-hot); }
.pb-action__label { letter-spacing: 0.04em; }
.pb-action--whatsapp:hover { color: #25d366; }
.pb-cart-count {
	position: absolute; top: -6px; right: 2px;
	background: var(--pb-line); color: var(--pb-text);
	font-size: 10.5px; font-weight: 700; line-height: 1;
	min-width: 17px; height: 17px; border-radius: 9px;
	display: inline-flex; align-items: center; justify-content: center; padding: 0 4px;
}
.pb-cart-count.is-active { background: var(--pb-red); color: #fff; }

/* Nav bar + mega menu */

.pb-navbar { background: var(--pb-surface); border-top: 1px solid var(--pb-line-soft); }
.pb-navbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; position: relative; }
.pb-nav { display: flex; list-style: none; margin: 0; padding: 0; gap: 4px; align-items: stretch; }
.pb-nav__item { position: relative; }
.pb-nav__item--mega { position: static; }
.pb-nav__item > a,
.pb-nav > li > a {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 14px 16px;
	font-family: var(--pb-font-display);
	font-size: 16.5px; font-weight: 600;
	letter-spacing: 0.07em; text-transform: uppercase;
	color: var(--pb-text-soft);
	border-bottom: 2px solid transparent;
}
.pb-nav__item > a:hover,
.pb-nav > li > a:hover { color: #fff; border-bottom-color: var(--pb-red); }
.pb-nav__item--mega > a .pb-icon { transition: transform 0.15s ease; }
.pb-nav__item--mega:hover > a .pb-icon,
.pb-nav__item--mega.is-open > a .pb-icon { transform: rotate(180deg); }
.pb-navbar__cta { flex-shrink: 0; }

/* WP-generated submenus in primary menu */
.pb-nav .sub-menu {
	position: absolute; top: 100%; left: 0; z-index: 400;
	min-width: 240px; background: var(--pb-surface-2);
	border: 1px solid var(--pb-line); border-radius: 0 0 var(--pb-radius) var(--pb-radius);
	box-shadow: var(--pb-shadow); list-style: none; margin: 0; padding: 8px 0;
	opacity: 0; visibility: hidden; transform: translateY(6px);
	transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}
.pb-nav li:hover > .sub-menu,
.pb-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.pb-nav .sub-menu a { display: block; padding: 9px 18px; font-size: 14px; color: var(--pb-text-soft); }
.pb-nav .sub-menu a:hover { color: #fff; background: var(--pb-surface-3); }

.pb-mega {
	position: absolute; top: 100%; left: 50%; transform: translate(-50%, 6px); z-index: 400;
	width: min(1100px, calc(100vw - 48px));
	background: var(--pb-surface-2); border: 1px solid var(--pb-line);
	border-radius: 0 0 var(--pb-radius) var(--pb-radius);
	box-shadow: var(--pb-shadow);
	opacity: 0; visibility: hidden;
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s;
}
.pb-nav__item--mega:hover .pb-mega,
.pb-nav__item--mega:focus-within .pb-mega,
.pb-nav__item--mega.is-open .pb-mega { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.pb-mega__grid {
	display: grid; grid-template-columns: repeat(4, 1fr);
	gap: 4px 28px; padding: 26px 30px 18px;
	max-height: min(62vh, 560px); overflow-y: auto;
}
.pb-mega__col { padding: 6px 0 14px; }
.pb-mega__parent {
	display: flex; justify-content: space-between; align-items: baseline; gap: 8px;
	font-family: var(--pb-font-display); font-size: 16px; font-weight: 600;
	letter-spacing: 0.05em; text-transform: uppercase; color: var(--pb-text);
	padding-bottom: 6px; margin-bottom: 6px; border-bottom: 1px solid var(--pb-line);
}
.pb-mega__parent:hover { color: var(--pb-red-hot); }
.pb-count { font-size: 11px; color: var(--pb-muted); font-family: var(--pb-font-body); font-weight: 500; }
.pb-mega__col ul { list-style: none; margin: 0; padding: 0; }
.pb-mega__col ul a { display: block; font-size: 13.5px; color: var(--pb-muted); padding: 3.5px 0; }
.pb-mega__col ul a:hover { color: var(--pb-text); }
.pb-mega__foot {
	display: flex; justify-content: space-between; align-items: center;
	padding: 12px 30px; border-top: 1px solid var(--pb-line);
	background: var(--pb-surface); border-radius: 0 0 var(--pb-radius) var(--pb-radius);
	font-size: 14px;
}
.pb-mega__highlight { display: inline-flex; gap: 8px; align-items: center; color: var(--pb-amber); font-weight: 600; }
.pb-mega__foot a:last-child { color: var(--pb-red-hot); font-weight: 600; }

/* Mobile drawer */

.pb-nav-toggle { display: none; background: transparent; border: 0; color: var(--pb-text); cursor: pointer; padding: 8px; }
.pb-drawer {
	position: fixed; inset: 0 auto 0 0; width: min(360px, 88vw); z-index: 900;
	background: var(--pb-surface); border-right: 1px solid var(--pb-line);
	overflow-y: auto; padding: 18px 22px 40px;
}
.pb-drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.pb-drawer__close { background: transparent; border: 0; color: var(--pb-text); cursor: pointer; padding: 8px; }
.pb-drawer__nav ul { list-style: none; margin: 0; padding: 0; }
.pb-drawer__nav a { display: flex; justify-content: space-between; align-items: center; padding: 11px 4px; border-bottom: 1px solid var(--pb-line-soft); color: var(--pb-text-soft); font-size: 15px; }
.pb-drawer__section {
	font-family: var(--pb-font-display); text-transform: uppercase; letter-spacing: 0.1em;
	color: var(--pb-red-hot); font-size: 14px; font-weight: 700; padding: 18px 4px 6px;
}
.pb-drawer__cta { color: var(--pb-red-hot) !important; font-weight: 700; }
.pb-drawer-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.6); z-index: 850; backdrop-filter: blur(2px); }
html.pb-drawer-open { overflow: hidden; }

/* ---- Hero ---- */

.pb-hero {
	position: relative; overflow: hidden;
	background:
		radial-gradient(1100px 520px at 78% -10%, rgba(227, 30, 36, 0.16), transparent 60%),
		radial-gradient(900px 500px at 12% 110%, rgba(227, 30, 36, 0.07), transparent 55%),
		linear-gradient(180deg, #101114 0%, #0c0d0f 100%);
	border-bottom: 1px solid var(--pb-line-soft);
}
.pb-hero--image { background-size: cover; background-position: center; }
.pb-hero--image::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(10, 11, 12, 0.92) 0%, rgba(10, 11, 12, 0.55) 60%, rgba(10, 11, 12, 0.25) 100%);
}
.pb-hero__reticle {
	position: absolute; right: -140px; top: 50%; transform: translateY(-50%);
	width: 620px; height: 620px; border-radius: 50%;
	border: 1px solid rgba(227, 30, 36, 0.18);
	box-shadow: inset 0 0 0 60px rgba(227, 30, 36, 0.02), inset 0 0 120px rgba(227, 30, 36, 0.05);
	pointer-events: none;
}
.pb-hero__reticle::before,
.pb-hero__reticle::after {
	content: ""; position: absolute; background: rgba(227, 30, 36, 0.22);
}
.pb-hero__reticle::before { left: 50%; top: -8%; bottom: -8%; width: 1px; }
.pb-hero__reticle::after { top: 50%; left: -8%; right: -8%; height: 1px; }
.pb-hero__inner { position: relative; padding: clamp(56px, 9vw, 110px) clamp(16px, 3vw, 32px) clamp(40px, 6vw, 72px); max-width: var(--pb-container); margin: 0 auto; }
.pb-hero__kicker {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--pb-text-soft); font-weight: 600;
	border: 1px solid var(--pb-line); border-radius: 20px;
	padding: 7px 16px; background: rgba(255, 255, 255, 0.03); margin: 0 0 22px;
}
.pb-hero__kicker .pb-icon { color: var(--pb-red-hot); }
.pb-hero__title { font-size: clamp(44px, 7vw, 84px); max-width: 13ch; margin-bottom: 18px; }
.pb-hero__title::after {
	content: ""; display: block; width: 88px; height: 4px;
	background: var(--pb-red); margin-top: 18px; border-radius: 2px;
}
.pb-hero__sub { font-size: clamp(16px, 1.6vw, 19px); color: var(--pb-text-soft); max-width: 62ch; margin: 0 0 30px; }
.pb-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: clamp(34px, 5vw, 56px); }
.pb-hero__stats { display: flex; flex-wrap: wrap; gap: clamp(24px, 4.5vw, 64px); list-style: none; margin: 0; padding: 22px 0 0; border-top: 1px solid var(--pb-line-soft); }
.pb-hero__stats li { display: flex; flex-direction: column; }
.pb-hero__stats strong { font-family: var(--pb-font-display); font-size: clamp(26px, 3vw, 36px); font-weight: 700; color: #fff; letter-spacing: 0.02em; }
.pb-hero__stats span { font-size: 12.5px; color: var(--pb-muted); text-transform: uppercase; letter-spacing: 0.1em; }

/* ---- Trust bar ---- */

.pb-trust { background: var(--pb-surface); border-bottom: 1px solid var(--pb-line-soft); }
.pb-trust__list {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 18px; list-style: none; margin: 0; padding: 22px 0;
}
.pb-trust__item { display: flex; gap: 13px; align-items: center; }
.pb-trust__item .pb-icon { color: var(--pb-red-hot); flex-shrink: 0; }
.pb-trust__text { display: flex; flex-direction: column; line-height: 1.35; }
.pb-trust__text strong { font-size: 13.5px; letter-spacing: 0.02em; }
.pb-trust__text em { font-style: normal; font-size: 12px; color: var(--pb-muted); }

/* ---- Sections ---- */

.pb-section { padding: clamp(48px, 7vw, 84px) 0; }
.pb-section--tint { background: var(--pb-surface); border-block: 1px solid var(--pb-line-soft); }
.pb-section__head { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; flex-wrap: wrap; margin-bottom: clamp(24px, 3.5vw, 40px); }
.pb-section__title { font-size: clamp(28px, 3.6vw, 42px); margin: 0; }
.pb-section__title::after { content: ""; display: block; width: 56px; height: 3px; background: var(--pb-red); margin-top: 10px; border-radius: 2px; }
.pb-section__more { display: inline-flex; align-items: center; gap: 8px; color: var(--pb-red-hot); font-weight: 600; font-size: 14.5px; }
.pb-section__more:hover { gap: 12px; }
.pb-flag {
	display: inline-block; vertical-align: middle;
	background: var(--pb-red); color: #fff; font-size: 0.42em;
	letter-spacing: 0.12em; padding: 4px 10px; border-radius: 4px; margin-right: 10px; transform: translateY(-0.35em);
}

/* ---- Category grid ---- */

.pb-cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pb-cat-tile {
	position: relative; display: flex; flex-direction: column;
	background: var(--pb-surface); border: 1px solid var(--pb-line);
	border-radius: var(--pb-radius); overflow: hidden;
	transition: border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}
.pb-cat-tile:hover { border-color: var(--pb-red); transform: translateY(-3px); box-shadow: 0 16px 34px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(227, 30, 36, 0.25); }
.pb-cat-tile__media { display: block; aspect-ratio: 1 / 1; background: #202227; }
.pb-cat-tile__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.25s ease; }
.pb-cat-tile:hover .pb-cat-tile__media img { transform: scale(1.045); }
.pb-cat-tile__body { padding: 14px 56px 16px 16px; display: flex; flex-direction: column; gap: 2px; }
.pb-cat-tile__name { font-family: var(--pb-font-display); font-size: 18px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.pb-cat-tile__count { font-size: 12.5px; color: var(--pb-muted); }
.pb-cat-tile__arrow {
	position: absolute; right: 14px; bottom: 18px; color: var(--pb-muted);
	transition: color 0.15s ease, transform 0.15s ease;
}
.pb-cat-tile:hover .pb-cat-tile__arrow { color: var(--pb-red-hot); transform: translateX(3px); }

/* ---- Product carousels (shortcode output) ---- */

.pb-carousel ul.products {
	display: grid !important;
	grid-auto-flow: column;
	grid-auto-columns: minmax(250px, 1fr);
	gap: 18px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding: 4px 4px 18px;
	margin: 0;
	scrollbar-color: var(--pb-line) transparent;
}
.pb-carousel ul.products::before,
.pb-carousel ul.products::after { display: none !important; }
.pb-carousel ul.products li.product { scroll-snap-align: start; width: auto !important; margin: 0 !important; }

/* ---- New Launches showcase ---- */

.pb-launch { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 22px; align-items: stretch; }
.pb-launch__feature {
	display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	background: var(--pb-surface-2); border: 1px solid var(--pb-line);
	border-radius: var(--pb-radius); overflow: hidden;
	transition: border-color 0.16s ease;
}
.pb-launch__feature:hover { border-color: var(--pb-red); }
.pb-launch__media { display: block; background: #fff; min-height: 100%; }
.pb-launch__media img { width: 100%; height: 100%; object-fit: contain; display: block; aspect-ratio: 1 / 1; }
.pb-launch__body { padding: clamp(20px, 2.5vw, 34px); display: flex; flex-direction: column; }
.pb-launch__kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--pb-amber); font-weight: 700; font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 10px; }
.pb-launch__title { font-family: var(--pb-font-body); text-transform: none; letter-spacing: 0; font-size: clamp(19px, 2vw, 24px); font-weight: 700; line-height: 1.3; margin: 0 0 10px; }
.pb-launch__title a:hover { color: var(--pb-red-hot); }
.pb-launch__excerpt { color: var(--pb-muted); font-size: 14px; margin: 0 0 14px; }
.pb-launch__price { font-size: 21px; font-weight: 700; color: #fff; margin: auto 0 16px; }
.pb-launch__price del { color: var(--pb-muted); font-weight: 400; font-size: 0.8em; }
.pb-launch__price ins { text-decoration: none; }

.pb-launch__rail { display: flex; flex-direction: column; min-width: 0; }
.pb-rail {
	display: grid; grid-auto-flow: column; grid-auto-columns: minmax(180px, 46%);
	gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
	padding: 2px; scrollbar-width: none; flex: 1;
}
.pb-rail::-webkit-scrollbar { display: none; }
.pb-rail__card {
	scroll-snap-align: start; display: flex; flex-direction: column;
	background: var(--pb-surface-2); border: 1px solid var(--pb-line);
	border-radius: var(--pb-radius); overflow: hidden;
	transition: border-color 0.16s ease, transform 0.16s ease;
}
.pb-rail__card:hover { border-color: var(--pb-red); transform: translateY(-2px); color: inherit; }
.pb-rail__media { display: block; background: #fff; }
.pb-rail__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.pb-rail__name { font-size: 13px; font-weight: 600; line-height: 1.4; padding: 10px 12px 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.8em; }
.pb-rail__price { font-size: 14px; font-weight: 700; color: #fff; padding: 0 12px 12px; margin-top: auto; }
.pb-rail__price del { color: var(--pb-muted); font-weight: 400; font-size: 0.85em; }
.pb-rail__price ins { text-decoration: none; }
.pb-rail__price .woocommerce-price-suffix { display: none; }

.pb-rail__nav { display: flex; gap: 8px; justify-content: flex-end; margin-top: 12px; }
.pb-rail__btn {
	width: 40px; height: 40px; border-radius: 50%;
	background: var(--pb-surface-3); border: 1px solid var(--pb-line);
	color: var(--pb-text); cursor: pointer;
	display: inline-flex; align-items: center; justify-content: center;
	transition: border-color 0.15s ease, background 0.15s ease;
}
.pb-rail__btn:hover { border-color: var(--pb-red); color: var(--pb-red-hot); }
.pb-rail__btn:first-child svg { transform: rotate(90deg); }
.pb-rail__btn:last-child svg { transform: rotate(-90deg); }
.pb-rail__nav--overlay { margin-top: 4px; }

/* ---- Buy Now + sticky mobile buy bar ---- */

body.pb-theme div.product form.cart .pb-buy-now {
	background: transparent !important;
	border: 1.5px solid var(--pb-red) !important;
	color: var(--pb-red-hot) !important;
	box-shadow: none !important;
	height: 48px; padding: 0 28px !important;
	font-size: 17px !important;
}
body.pb-theme div.product form.cart .pb-buy-now:hover { background: var(--pb-red) !important; color: #fff !important; }
body.pb-theme div.product .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; gap: 10px; align-items: stretch; }

.pb-buybar {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 700;
	display: none; align-items: center; justify-content: space-between; gap: 14px;
	background: rgba(15, 16, 18, 0.97); border-top: 1px solid var(--pb-line);
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
	backdrop-filter: blur(6px);
}
.pb-buybar.is-visible { display: flex; }
.pb-buybar__price { color: #fff; font-weight: 700; font-size: 16px; line-height: 1.2; }
.pb-buybar__price del { color: var(--pb-muted); font-weight: 400; font-size: 0.8em; }
.pb-buybar__price ins { text-decoration: none; }
.pb-buybar__price .woocommerce-price-suffix { display: block; font-size: 10.5px; color: var(--pb-muted); font-weight: 400; }
.pb-buybar__btn {
	background: var(--pb-red); color: #fff; border: 0; border-radius: var(--pb-radius-sm);
	font-family: var(--pb-font-display); font-size: 16.5px; font-weight: 600;
	letter-spacing: 0.06em; text-transform: uppercase;
	padding: 12px 26px; cursor: pointer; white-space: nowrap;
}

/* ---- WooCommerce: shared dark canvas ---- */

.pb-shop { padding: 28px 0 72px; }
.pb-breadcrumb-bar { background: var(--pb-surface); border-bottom: 1px solid var(--pb-line-soft); }
.woocommerce-breadcrumb { font-size: 12.5px !important; color: var(--pb-muted) !important; padding: 10px 0 !important; margin: 0 !important; }
.woocommerce-breadcrumb a { color: var(--pb-muted); }
.woocommerce-breadcrumb a:hover { color: var(--pb-text); }
.pb-breadcrumb-sep { margin: 0 8px; opacity: 0.5; }

body.pb-theme .woocommerce-products-header__title,
body.pb-theme h1.page-title { font-size: clamp(30px, 4vw, 46px); }
body.pb-theme .woocommerce-products-header { margin: 6px 0 8px; }
body.pb-theme .term-description { color: var(--pb-muted); max-width: 76ch; }

body.pb-theme .woocommerce-result-count { color: var(--pb-muted); font-size: 13.5px; }
body.pb-theme .woocommerce-ordering select {
	background: var(--pb-surface-2); color: var(--pb-text);
	border: 1px solid var(--pb-line); border-radius: var(--pb-radius-sm);
	padding: 8px 12px; font-size: 13.5px;
}

/* Product grid + cards (default hooks, restyled) */

body.pb-theme ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 18px;
	list-style: none;
	padding: 0;
	margin: 22px 0;
}
body.pb-theme ul.products::before,
body.pb-theme ul.products::after { display: none; }
body.pb-theme ul.products li.product {
	position: relative;
	/* Beat WooCommerce's .columns-N li.product width/float (4-class specificity) so
	   cards fill their grid cell instead of collapsing to ~22% on mobile. */
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	background: var(--pb-surface);
	border: 1px solid var(--pb-line);
	border-radius: var(--pb-radius);
	padding: 0 0 16px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
	text-align: left;
}
body.pb-theme ul.products li.product:hover {
	border-color: var(--pb-red);
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.4);
}
body.pb-theme ul.products li.product a img {
	width: 100%; aspect-ratio: 1 / 1; object-fit: cover;
	margin: 0 0 12px; display: block; background: #202227;
}
.pb-card-cat {
	display: block; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
	color: var(--pb-muted); padding: 0 16px; margin-bottom: 2px;
}
body.pb-theme ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--pb-font-body); text-transform: none; letter-spacing: 0;
	font-size: 14.5px; font-weight: 600; line-height: 1.45;
	color: var(--pb-text); padding: 0 16px; margin: 0 0 6px;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
	min-height: 2.9em;
}
body.pb-theme ul.products li.product .star-rating { margin: 0 16px 6px; }
body.pb-theme ul.products li.product .price {
	color: #fff !important; font-size: 16.5px; font-weight: 700;
	padding: 0 16px; margin: auto 0 10px; display: block;
}
body.pb-theme ul.products li.product .price del { color: var(--pb-muted); opacity: 1; font-weight: 400; font-size: 0.85em; margin-right: 6px; }
body.pb-theme ul.products li.product .price ins { text-decoration: none; }
body.pb-theme .woocommerce-price-suffix { display: block; font-size: 11px; font-weight: 400; color: var(--pb-muted); letter-spacing: 0.02em; }
body.pb-theme ul.products li.product .button {
	margin: 0 16px; text-align: center; justify-content: center;
}
body.pb-theme span.onsale {
	position: absolute; top: 12px; left: 12px; z-index: 9;
	background: var(--pb-red); color: #fff;
	min-width: 0; min-height: 0; line-height: 1; border-radius: 4px;
	padding: 6px 10px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
	margin: 0;
}

/* WooCommerce buttons (global) */

body.pb-theme .woocommerce a.button,
body.pb-theme .woocommerce button.button,
body.pb-theme .woocommerce input.button,
body.pb-theme a.button,
body.pb-theme button.button,
body.pb-theme .woocommerce #respond input#submit,
body.pb-theme .woocommerce a.added_to_cart {
	background: var(--pb-red); color: #fff;
	font-family: var(--pb-font-display); font-weight: 600; font-size: 15.5px;
	letter-spacing: 0.06em; text-transform: uppercase;
	border: 0; border-radius: var(--pb-radius-sm);
	padding: 11px 20px; display: inline-flex; align-items: center; gap: 8px;
	transition: background 0.15s ease, transform 0.12s ease;
	cursor: pointer; line-height: 1.3;
}
body.pb-theme .woocommerce a.button:hover,
body.pb-theme .woocommerce button.button:hover,
body.pb-theme .woocommerce input.button:hover,
body.pb-theme a.button:hover,
body.pb-theme button.button:hover { background: var(--pb-red-hot); color: #fff; }
body.pb-theme .woocommerce a.button.loading { opacity: 0.7; }
body.pb-theme .woocommerce a.added_to_cart { background: var(--pb-surface-3); margin-left: 8px; }

body.pb-theme .button.product_type_variable,
body.pb-theme .button.product_type_grouped { background: var(--pb-surface-3); border: 1px solid var(--pb-line); }
body.pb-theme .button.product_type_variable:hover { border-color: var(--pb-red); background: var(--pb-surface-3); color: var(--pb-red-hot); }

/* Disabled add-to-cart (variation not chosen yet) */
body.pb-theme .button.disabled,
body.pb-theme .button:disabled,
body.pb-theme .single_add_to_cart_button.disabled,
body.pb-theme .single_add_to_cart_button.wc-variation-selection-needed {
	background: var(--pb-surface-3) !important;
	color: var(--pb-muted) !important;
	cursor: not-allowed;
	opacity: 1;
	box-shadow: none !important;
}

/* Category tiles in shop loop */
body.pb-theme ul.products li.product-category .woocommerce-loop-category__title {
	font-family: var(--pb-font-display); font-size: 16px; font-weight: 600;
	letter-spacing: 0.05em; text-transform: uppercase; color: var(--pb-text);
	padding: 0 16px 6px; margin: 0;
}
body.pb-theme ul.products li.product-category mark.count {
	background: var(--pb-surface-3); color: var(--pb-muted);
	border-radius: 12px; padding: 2px 9px; font-size: 11.5px; margin-left: 6px;
}

/* Star ratings */
body.pb-theme .star-rating span::before,
body.pb-theme .star-rating::before { color: var(--pb-amber); }
body.pb-theme p.stars a { color: var(--pb-amber); }

/* Pagination */
body.pb-theme .woocommerce-pagination { text-align: center; margin: 26px 0 4px; }
body.pb-theme .woocommerce-pagination ul.page-numbers { border: 0; display: inline-flex; gap: 8px; }
body.pb-theme .woocommerce-pagination ul.page-numbers li { border: 0; }
body.pb-theme .page-numbers li .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 40px; height: 40px; padding: 0 10px;
	background: var(--pb-surface-2); border: 1px solid var(--pb-line); border-radius: var(--pb-radius-sm);
	color: var(--pb-text-soft); font-weight: 600;
}
body.pb-theme .page-numbers li .page-numbers.current { background: var(--pb-red); border-color: var(--pb-red); color: #fff; }
body.pb-theme .page-numbers li .page-numbers:hover { border-color: var(--pb-red); color: #fff; }

/* Notices */
body.pb-theme .woocommerce-message,
body.pb-theme .woocommerce-info,
body.pb-theme .woocommerce-error {
	background: var(--pb-surface-2); color: var(--pb-text);
	border-top: 3px solid var(--pb-green); border-radius: var(--pb-radius-sm);
	padding: 14px 18px 14px 44px; margin-bottom: 22px;
}
body.pb-theme .woocommerce-message::before { color: var(--pb-green); }
body.pb-theme .woocommerce-info { border-top-color: #3b82f6; }
body.pb-theme .woocommerce-info::before { color: #3b82f6; }
body.pb-theme .woocommerce-error { border-top-color: var(--pb-red); }
body.pb-theme .woocommerce-error::before { color: var(--pb-red); }
body.pb-theme .woocommerce-message .button,
body.pb-theme .woocommerce-info .button { background: var(--pb-surface-3); }

/* ---- Single product ---- */

body.pb-theme div.product { display: block; }
body.pb-theme div.product .woocommerce-product-gallery { margin-bottom: 28px; }
body.pb-theme div.product .woocommerce-product-gallery__wrapper { border-radius: var(--pb-radius); overflow: hidden; border: 1px solid var(--pb-line); background: #202227; }
body.pb-theme div.product .flex-control-thumbs { display: flex; gap: 10px; margin-top: 12px; padding: 0; }
body.pb-theme div.product .flex-control-thumbs li { width: 76px; list-style: none; }
body.pb-theme div.product .flex-control-thumbs img { border-radius: var(--pb-radius-sm); border: 2px solid transparent; opacity: 0.6; cursor: pointer; }
body.pb-theme div.product .flex-control-thumbs img.flex-active,
body.pb-theme div.product .flex-control-thumbs img:hover { border-color: var(--pb-red); opacity: 1; }

body.pb-theme div.product .entry-summary { position: sticky; top: calc(var(--pb-header-h) + 40px); }
body.pb-theme div.product .product_title { font-size: clamp(26px, 3.2vw, 38px); text-transform: none; letter-spacing: 0; font-family: var(--pb-font-body); font-weight: 700; line-height: 1.25; }
body.pb-theme div.product p.price,
body.pb-theme div.product span.price { color: #fff; font-size: 26px; font-weight: 700; }
body.pb-theme div.product p.price del { color: var(--pb-muted); font-size: 0.7em; font-weight: 400; }
body.pb-theme div.product p.price ins { text-decoration: none; }
body.pb-theme div.product .woocommerce-product-details__short-description { color: var(--pb-text-soft); font-size: 15.5px; margin: 14px 0 6px; }

body.pb-theme div.product form.cart { margin: 22px 0 14px; display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; }
body.pb-theme div.product form.cart.variations_form { display: block; }
body.pb-theme div.product form.cart .quantity .qty {
	background: var(--pb-surface-2); color: var(--pb-text);
	border: 1px solid var(--pb-line); border-radius: var(--pb-radius-sm);
	height: 48px; width: 74px; text-align: center; font-size: 16px; font-weight: 600;
}
body.pb-theme div.product form.cart .button.single_add_to_cart_button { font-size: 18px; padding: 0 34px; height: 48px; box-shadow: 0 6px 20px rgba(227, 30, 36, 0.3); }
body.pb-theme div.product table.variations { margin-bottom: 14px; }
body.pb-theme div.product table.variations th,
body.pb-theme div.product table.variations td { padding: 6px 10px 6px 0; vertical-align: middle; }
body.pb-theme div.product table.variations label { color: var(--pb-text-soft); font-weight: 600; font-size: 14px; }
body.pb-theme div.product table.variations select,
body.pb-theme .woocommerce select {
	background: var(--pb-surface-2); color: var(--pb-text);
	border: 1px solid var(--pb-line); border-radius: var(--pb-radius-sm);
	padding: 10px 12px; font-size: 14.5px; min-width: 200px;
}
body.pb-theme .reset_variations { color: var(--pb-muted); font-size: 12.5px; }
body.pb-theme .woocommerce-variation-price { margin-bottom: 12px; }

.pb-dealer-badge {
	display: inline-block; margin-left: 12px; vertical-align: middle;
	background: rgba(39, 180, 99, 0.12); color: var(--pb-green);
	border: 1px solid rgba(39, 180, 99, 0.4);
	font-size: 11.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
	border-radius: 20px; padding: 4px 12px;
}

.pb-assurances {
	list-style: none; margin: 20px 0 0; padding: 16px 0 0;
	border-top: 1px solid var(--pb-line-soft);
	display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px;
}
.pb-assurances li { display: flex; gap: 9px; align-items: center; font-size: 13px; color: var(--pb-text-soft); }
.pb-assurances .pb-icon { color: var(--pb-red-hot); flex-shrink: 0; }
.pb-bulk-nudge { margin: 14px 0 0; font-size: 13.5px; color: var(--pb-muted); }
.pb-bulk-nudge a { color: var(--pb-red-hot); font-weight: 600; }

body.pb-theme .product_meta { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--pb-line-soft); font-size: 13px; color: var(--pb-muted); display: flex; flex-direction: column; gap: 4px; }
body.pb-theme .product_meta a { color: var(--pb-text-soft); }

/* Tabs → spec sheet on light panel for readability */
body.pb-theme .woocommerce-tabs { margin-top: clamp(32px, 5vw, 56px); clear: both; }
body.pb-theme .woocommerce-tabs ul.tabs {
	list-style: none; display: flex; gap: 6px; margin: 0; padding: 0 !important;
	border-bottom: 1px solid var(--pb-line);
	overflow-x: auto;
}
body.pb-theme .woocommerce-tabs ul.tabs::before,
body.pb-theme .woocommerce-tabs ul.tabs li::before,
body.pb-theme .woocommerce-tabs ul.tabs li::after { display: none !important; }
body.pb-theme .woocommerce-tabs ul.tabs li {
	background: transparent !important; border: 0 !important; border-radius: 0 !important;
	margin: 0 !important; padding: 0 !important;
}
body.pb-theme .woocommerce-tabs ul.tabs li a {
	display: inline-block; padding: 12px 20px !important;
	font-family: var(--pb-font-display); font-size: 16px; font-weight: 600;
	letter-spacing: 0.06em; text-transform: uppercase;
	color: var(--pb-muted) !important; border-bottom: 3px solid transparent;
	white-space: nowrap;
}
body.pb-theme .woocommerce-tabs ul.tabs li.active a { color: #fff !important; border-bottom-color: var(--pb-red); }
body.pb-theme .woocommerce-tabs .panel {
	background: var(--pb-light-surface); color: var(--pb-light-text);
	border-radius: var(--pb-radius); padding: clamp(26px, 3.5vw, 44px); margin-top: 22px;
	font-size: 15.5px; line-height: 1.8;
}
body.pb-theme .woocommerce-tabs .panel h2:first-of-type { display: none; }
body.pb-theme .woocommerce-tabs .panel a { color: var(--pb-red-dim); text-decoration: underline; }
/* Neutralize legacy inline colors/fonts pasted into product descriptions —
   they were written for other themes and clash with the panel. Text tags
   only; the panel itself and the share-button widgets keep their styling. */
body.pb-theme .woocommerce-Tabs-panel--description { color: var(--pb-light-text); }
body.pb-theme .woocommerce-Tabs-panel--description :is(p, li, h3, h4, h5, span, strong, b, em, font):not(.simplesocialbuttons, .simplesocialbuttons *) {
	color: var(--pb-light-text) !important;
	background: transparent !important;
	font-family: var(--pb-font-body) !important;
	font-size: inherit;
}
body.pb-theme .woocommerce-Tabs-panel--description :is(h3, h4):not(.simplesocialbuttons *) { font-family: var(--pb-font-display) !important; font-size: 1.25em; }
body.pb-theme .woocommerce-Tabs-panel--description p { margin: 0 0 1em; }
body.pb-theme .woocommerce-Tabs-panel--description ul { padding-left: 1.2em; margin: 0 0 1.2em; }
body.pb-theme .woocommerce-Tabs-panel--description li { margin-bottom: 0.35em; }
/* Share buttons injected into the panel: separate them from the copy */
body.pb-theme .woocommerce-Tabs-panel--description .simplesocialbuttons,
body.pb-theme .woocommerce-Tabs-panel--description .simplesocial-wrapper {
	margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--pb-light-line);
}
/* Same cleanup for the short description in the dark buy box */
body.pb-theme div.product .woocommerce-product-details__short-description,
body.pb-theme div.product .woocommerce-product-details__short-description p,
body.pb-theme div.product .woocommerce-product-details__short-description li,
body.pb-theme div.product .woocommerce-product-details__short-description span,
body.pb-theme div.product .woocommerce-product-details__short-description strong,
body.pb-theme div.product .woocommerce-product-details__short-description font {
	color: var(--pb-text-soft) !important;
	background: transparent !important;
	font-family: var(--pb-font-body) !important;
}
body.pb-theme div.product .woocommerce-product-details__short-description p { margin: 0 0 0.6em; }
body.pb-theme table.woocommerce-product-attributes { width: 100%; border-collapse: collapse; }
body.pb-theme table.woocommerce-product-attributes th,
body.pb-theme table.woocommerce-product-attributes td {
	border: 1px solid var(--pb-light-line); padding: 10px 16px; font-size: 14px;
	font-style: normal;
}
body.pb-theme table.woocommerce-product-attributes th { background: var(--pb-light-bg); width: 260px; text-align: left; color: var(--pb-light-text); }
body.pb-theme table.woocommerce-product-attributes td p { margin: 0; }

/* Reviews inside tab */
body.pb-theme .woocommerce-Reviews .comment_container { display: flex; gap: 14px; }
body.pb-theme .woocommerce-Reviews img.avatar { border-radius: 50%; width: 44px; height: 44px; }
body.pb-theme .woocommerce-Reviews .commentlist { list-style: none; padding: 0; }
body.pb-theme .woocommerce-Reviews .comment-text { border: 1px solid var(--pb-light-line) !important; border-radius: var(--pb-radius-sm); padding: 14px 18px !important; flex: 1; }

/* Related / upsells */
body.pb-theme .related.products,
body.pb-theme .upsells.products { margin-top: clamp(36px, 6vw, 64px); clear: both; }
body.pb-theme .related.products ul.products,
body.pb-theme .upsells.products ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 860px) {
	body.pb-theme .related.products ul.products,
	body.pb-theme .upsells.products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
body.pb-theme .related.products > h2,
body.pb-theme .upsells.products > h2 { font-size: clamp(24px, 3vw, 34px); }
body.pb-theme .related.products > h2::after,
body.pb-theme .upsells.products > h2::after { content: ""; display: block; width: 56px; height: 3px; background: var(--pb-red); margin-top: 10px; border-radius: 2px; }

/* ---- Light canvas: pages, posts, cart, checkout, account ---- */

body.pb-light-canvas .pb-content,
body.pb-light-canvas .pb-shop__main,
body.pb-light-canvas .pb-fullwidth {
	background: var(--pb-light-surface);
	color: var(--pb-light-text);
}
body.pb-light-canvas .pb-content,
body.pb-light-canvas .pb-shop__main {
	border-radius: var(--pb-radius);
	padding: clamp(24px, 4vw, 48px);
	margin-top: 32px;
	margin-bottom: 64px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
body.pb-light-canvas .pb-fullwidth { border-radius: 0; padding: 0; margin: 0; }
body.pb-light-canvas .pb-content a,
body.pb-light-canvas .pb-shop__main a { color: var(--pb-red-dim); }
body.pb-light-canvas .pb-content a:hover,
body.pb-light-canvas .pb-shop__main a:hover { color: var(--pb-red); }
body.pb-light-canvas .pb-content .pb-btn--solid,
body.pb-light-canvas .pb-shop__main .pb-btn--solid,
body.pb-light-canvas .pb-content .button,
body.pb-light-canvas .pb-shop__main .button { color: #fff !important; }
body.pb-light-canvas .pb-page-title { color: var(--pb-light-text); }

body.pb-light-canvas .pb-content input[type="text"],
body.pb-light-canvas .pb-content input[type="email"],
body.pb-light-canvas .pb-content input[type="tel"],
body.pb-light-canvas .pb-content input[type="password"],
body.pb-light-canvas .pb-content input[type="search"],
body.pb-light-canvas .pb-content input[type="number"],
body.pb-light-canvas .pb-content textarea,
body.pb-light-canvas .pb-content select,
body.pb-light-canvas .pb-shop__main input[type="text"],
body.pb-light-canvas .pb-shop__main input[type="email"],
body.pb-light-canvas .pb-shop__main input[type="tel"],
body.pb-light-canvas .pb-shop__main input[type="password"],
body.pb-light-canvas .pb-shop__main input[type="search"],
body.pb-light-canvas .pb-shop__main input[type="number"],
body.pb-light-canvas .pb-shop__main textarea,
body.pb-light-canvas .pb-shop__main select {
	background: #fff; color: var(--pb-light-text);
	border: 1px solid #c9ced8; border-radius: var(--pb-radius-sm);
	padding: 11px 14px; font-size: 15px; font-family: inherit; width: 100%;
	min-width: 0;
}
body.pb-light-canvas .pb-content input:focus,
body.pb-light-canvas .pb-shop__main input:focus,
body.pb-light-canvas .pb-content textarea:focus,
body.pb-light-canvas .pb-shop__main textarea:focus { border-color: var(--pb-red); outline: none; box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.12); }
body.pb-light-canvas .pb-content label,
body.pb-light-canvas .pb-shop__main label { font-weight: 600; font-size: 14px; }

body.pb-light-canvas .woocommerce-message,
body.pb-light-canvas .woocommerce-info,
body.pb-light-canvas .woocommerce-error { background: var(--pb-light-bg); color: var(--pb-light-text); }

/* Cart & checkout structure */

body.pb-theme table.shop_table { border: 1px solid var(--pb-light-line); border-radius: var(--pb-radius-sm); border-collapse: separate; border-spacing: 0; width: 100%; }
body.pb-theme table.shop_table th,
body.pb-theme table.shop_table td { border-bottom: 1px solid var(--pb-light-line); padding: 13px 15px; font-size: 14.5px; }
body.pb-theme table.shop_table thead th { background: var(--pb-light-bg); font-size: 13px; letter-spacing: 0.05em; text-transform: uppercase; }
body.pb-theme .cart_item img { width: 64px; border-radius: var(--pb-radius-sm); }
body.pb-theme .woocommerce-cart-form .quantity .qty { width: 72px; text-align: center; }
body.pb-theme .cart-collaterals .cart_totals { width: 100%; max-width: 460px; margin-left: auto; }
body.pb-theme .wc-proceed-to-checkout .checkout-button {
	display: flex; justify-content: center; font-size: 18px !important; padding: 15px 20px !important;
	box-shadow: 0 6px 20px rgba(227, 30, 36, 0.3);
}
body.pb-theme .coupon { display: flex; gap: 10px; align-items: center; }
body.pb-theme .coupon .input-text { max-width: 220px; }

body.pb-theme form.woocommerce-checkout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 460px); grid-template-rows: auto 1fr; gap: 0 40px; align-items: start; }
body.pb-theme form.woocommerce-checkout #customer_details { grid-column: 1; grid-row: 1 / span 2; }
body.pb-theme form.woocommerce-checkout #order_review_heading { grid-column: 2; grid-row: 1; margin: 0 0 12px; }
body.pb-theme form.woocommerce-checkout #order_review { grid-column: 2; grid-row: 2; }
body.pb-theme form.woocommerce-checkout #order_review {
	background: var(--pb-light-bg); border: 1px solid var(--pb-light-line);
	border-radius: var(--pb-radius); padding: 24px; position: sticky; top: calc(var(--pb-header-h) + 24px);
}
body.pb-theme #payment { background: transparent !important; }
body.pb-theme #payment ul.payment_methods { border-bottom: 1px solid var(--pb-light-line) !important; padding: 0 0 14px !important; list-style: none; }
body.pb-theme #payment div.payment_box { background: #fff !important; border: 1px solid var(--pb-light-line); border-radius: var(--pb-radius-sm); color: var(--pb-light-text) !important; }
body.pb-theme #payment div.payment_box::before { display: none; }
body.pb-theme #place_order {
	width: 100%; justify-content: center; font-size: 18px !important;
	padding: 16px 20px !important; box-shadow: 0 6px 20px rgba(227, 30, 36, 0.3);
}
body.pb-theme .woocommerce-form__label-for-checkbox { display: flex; gap: 8px; align-items: flex-start; font-weight: 400 !important; }
body.pb-theme .woocommerce-form__label-for-checkbox input { width: auto !important; margin-top: 4px; }

/* My account */
body.pb-theme .woocommerce-MyAccount-navigation { float: none; width: 100%; margin-bottom: 24px; }
body.pb-theme .woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
body.pb-theme .woocommerce-MyAccount-navigation li a {
	display: inline-block; padding: 9px 18px;
	background: var(--pb-light-bg); border: 1px solid var(--pb-light-line);
	border-radius: 24px; font-size: 13.5px; font-weight: 600; color: var(--pb-light-text) !important;
}
body.pb-theme .woocommerce-MyAccount-navigation li.is-active a,
body.pb-theme .woocommerce-MyAccount-navigation li a:hover { background: var(--pb-red); border-color: var(--pb-red); color: #fff !important; }
body.pb-theme .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--pb-dealer-hub a { border-color: var(--pb-green); color: var(--pb-green) !important; background: rgba(39,180,99,0.07); }
body.pb-theme .woocommerce-MyAccount-content { float: none; width: 100%; }

/* ---- Dealer band ---- */

.pb-dealer-band {
	position: relative; overflow: hidden;
	background:
		radial-gradient(800px 400px at 90% 20%, rgba(227, 30, 36, 0.14), transparent 60%),
		linear-gradient(120deg, #16171a 0%, #101114 100%);
	border-block: 1px solid var(--pb-line-soft);
	padding: clamp(48px, 7vw, 88px) 0;
}
.pb-dealer-band__reticle {
	position: absolute; right: -120px; bottom: -180px; width: 520px; height: 520px;
	border: 1px solid rgba(227, 30, 36, 0.15); border-radius: 50%;
}
.pb-dealer-band__reticle::before { content: ""; position: absolute; inset: 60px; border: 1px dashed rgba(227, 30, 36, 0.18); border-radius: 50%; }
.pb-dealer-band__inner { position: relative; }
.pb-dealer-band__copy { max-width: 720px; }
.pb-dealer-band__kicker {
	display: inline-flex; align-items: center; gap: 8px;
	color: var(--pb-red-hot); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; font-size: 13px;
	margin: 0 0 14px;
}
.pb-dealer-band h2 { font-size: clamp(30px, 4.4vw, 52px); }
.pb-dealer-band__text { color: var(--pb-text-soft); font-size: clamp(15.5px, 1.5vw, 17.5px); max-width: 62ch; }
.pb-dealer-band__perks { list-style: none; margin: 22px 0 30px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.pb-dealer-band__perks li { display: flex; gap: 11px; align-items: center; color: var(--pb-text-soft); font-size: 15px; }
.pb-dealer-band__perks .pb-icon { color: var(--pb-green); flex-shrink: 0; }
.pb-dealer-band__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---- RFQ strip ---- */

.pb-rfq { padding: clamp(36px, 5vw, 56px) 0; }
.pb-rfq__inner {
	display: flex; align-items: center; gap: clamp(18px, 3vw, 36px); flex-wrap: wrap;
	background: var(--pb-surface); border: 1px solid var(--pb-line); border-left: 4px solid var(--pb-red);
	border-radius: var(--pb-radius); padding: clamp(24px, 3.5vw, 40px);
}
.pb-rfq__icon { color: var(--pb-red-hot); flex-shrink: 0; }
.pb-rfq__copy { flex: 1 1 380px; }
.pb-rfq__copy h2 { font-size: clamp(24px, 3vw, 32px); margin-bottom: 6px; }
.pb-rfq__copy p { margin: 0; color: var(--pb-text-soft); font-size: 15px; max-width: 70ch; }

/* ---- Reviews strip ---- */

.pb-reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pb-review-card {
	margin: 0; background: var(--pb-surface-2); border: 1px solid var(--pb-line);
	border-radius: var(--pb-radius); padding: 24px;
	display: flex; flex-direction: column; gap: 12px;
}
.pb-review-card__stars { color: var(--pb-amber); display: inline-flex; gap: 2px; }
.pb-review-card__stars .pb-icon { fill: currentColor; }
.pb-review-card p { margin: 0; color: var(--pb-text-soft); font-size: 14.5px; }
.pb-review-card footer { margin-top: auto; display: flex; flex-direction: column; gap: 2px; }
.pb-review-card cite { font-style: normal; font-weight: 700; font-size: 14px; }
.pb-review-card footer a { font-size: 12.5px; color: var(--pb-muted); }
.pb-review-card footer a:hover { color: var(--pb-red-hot); }

/* ---- Newsletter / resources ---- */

.pb-newsletter { border-top: 1px solid var(--pb-line-soft); }
.pb-newsletter__inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.pb-newsletter__copy h2 { font-size: clamp(26px, 3.4vw, 38px); }
.pb-newsletter__copy p { color: var(--pb-text-soft); margin: 0 0 18px; }
.pb-newsletter__form form { display: flex; gap: 10px; flex-wrap: wrap; }
.pb-newsletter__form input[type="email"],
.pb-newsletter__form input[type="text"] {
	flex: 1 1 240px;
	background: var(--pb-surface-2); border: 1px solid var(--pb-line);
	border-radius: var(--pb-radius-sm); color: var(--pb-text);
	padding: 12px 16px; font-size: 15px; font-family: inherit;
}
.pb-newsletter__form input[type="submit"],
.pb-newsletter__form button {
	background: var(--pb-red); color: #fff; border: 0; border-radius: var(--pb-radius-sm);
	font-family: var(--pb-font-display); font-size: 16px; font-weight: 600;
	letter-spacing: 0.06em; text-transform: uppercase; padding: 12px 26px; cursor: pointer;
}
.pb-newsletter__form input[type="submit"]:hover { background: var(--pb-red-hot); }
.pb-newsletter__links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.pb-newsletter__links a {
	display: flex; gap: 14px; align-items: center;
	background: var(--pb-surface); border: 1px solid var(--pb-line); border-radius: var(--pb-radius);
	padding: 16px 20px; transition: border-color 0.15s ease, transform 0.15s ease;
}
.pb-newsletter__links a:hover { border-color: var(--pb-red); transform: translateX(4px); color: inherit; }
.pb-newsletter__links .pb-icon { color: var(--pb-red-hot); flex-shrink: 0; }
.pb-newsletter__links span { display: flex; flex-direction: column; line-height: 1.35; }
.pb-newsletter__links strong { font-size: 14.5px; }
.pb-newsletter__links em { font-style: normal; font-size: 12.5px; color: var(--pb-muted); }

/* ---- Content pages ---- */

.pb-content { padding-top: 8px; padding-bottom: 64px; min-height: 40vh; }
.pb-content--narrow { max-width: 860px; }
.pb-page-head { margin: 26px 0 20px; }
.pb-page-title { font-size: clamp(30px, 4vw, 44px); }
.pb-page-title::after { content: ""; display: block; width: 56px; height: 3px; background: var(--pb-red); margin-top: 12px; border-radius: 2px; }
.entry-content { font-size: 15.5px; line-height: 1.75; }
.entry-content h2 { font-size: 26px; margin-top: 1.6em; }
.entry-content h3 { font-size: 21px; margin-top: 1.4em; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; }

.pb-post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; margin: 26px 0; }
.pb-post-card { border: 1px solid var(--pb-light-line); border-radius: var(--pb-radius); overflow: hidden; }
.pb-post-card__body { padding: 18px 20px; }
.pb-post-card__title { font-size: 19px; margin-bottom: 4px; }
.pb-post-card__meta { font-size: 12.5px; color: var(--pb-light-muted); margin: 0 0 8px; }

.pb-404 { text-align: center; padding-top: 64px; padding-bottom: 96px; }
.pb-404 .pb-page-title::after { margin-inline: auto; }
.pb-404__mark { margin-bottom: 18px; opacity: 0.9; }
.pb-404 .pb-search--inline { max-width: 420px; margin: 22px auto 26px; }
.pb-search--inline { position: relative; display: flex; }
.pb-search--inline input { width: 100%; background: var(--pb-surface-2); border: 1px solid var(--pb-line); border-radius: var(--pb-radius-sm); color: var(--pb-text); padding: 12px 46px 12px 16px; }
.pb-search--inline button { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); background: none; border: 0; color: var(--pb-muted); padding: 8px; cursor: pointer; }

/* ---- Footer ---- */

.pb-footer-dealer { background: linear-gradient(90deg, var(--pb-red-dim), var(--pb-red)); }
.pb-footer-dealer__inner {
	display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
	padding-top: 30px; padding-bottom: 30px;
}
.pb-footer-dealer h2 { font-size: clamp(22px, 2.8vw, 30px); margin: 0 0 4px; color: #fff; }
.pb-footer-dealer p { margin: 0; color: rgba(255, 255, 255, 0.85); font-size: 14.5px; }
.pb-footer-dealer__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.pb-footer-dealer .pb-btn--solid { background: #0f1012; box-shadow: none; }
.pb-footer-dealer .pb-btn--solid:hover { background: #000; }
.pb-footer-dealer .pb-btn--ghost { background: transparent; border-color: rgba(255, 255, 255, 0.5); color: #fff !important; }
.pb-footer-dealer .pb-btn--ghost:hover { border-color: #fff; }

.pb-footer { background: #0a0b0c; border-top: 1px solid var(--pb-line-soft); padding-top: clamp(40px, 6vw, 64px); font-size: 14px; }
.pb-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: clamp(24px, 4vw, 56px); padding-bottom: 44px; }
.pb-footer__col h3 { font-size: 16px; letter-spacing: 0.1em; color: #fff; margin-bottom: 16px; }
.pb-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.pb-footer__col a { color: var(--pb-muted); }
.pb-footer__col a:hover { color: var(--pb-text); }
.pb-footer__col--brand p { color: var(--pb-muted); font-size: 13.5px; max-width: 40ch; margin-top: 16px; }
.pb-footer__col address { font-style: normal; color: var(--pb-muted); }
.pb-footer__col address p { margin: 0 0 8px; }
.pb-footer__reg { font-size: 12px; color: #6b7280; margin-top: 14px; line-height: 1.7; }
.pb-footer__legal { border-top: 1px solid var(--pb-line-soft); padding: 16px 0; }
.pb-footer__legal-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.pb-footer__legal p { margin: 0; font-size: 12.5px; color: #6b7280; }
.pb-footer__legal-menu { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; font-size: 12.5px; }
.pb-footer__legal-menu a { color: #6b7280; }
.pb-footer__legal-menu a:hover { color: var(--pb-text); }

.pb-whatsapp-fab {
	position: fixed; right: 20px; bottom: 20px; z-index: 600;
	width: 54px; height: 54px; border-radius: 50%;
	background: #25d366; color: #fff !important;
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
	transition: transform 0.15s ease;
}
.pb-whatsapp-fab:hover { transform: scale(1.08); }

/* ---- Plugin compatibility ---- */

/* GTranslate select */
body.pb-theme select.gt_selector,
body.pb-theme .gtranslate_wrapper select {
	background: var(--pb-surface-2); color: var(--pb-text);
	border: 1px solid var(--pb-line); border-radius: var(--pb-radius-sm);
	padding: 5px 8px; font-size: 12.5px;
}

/* Smart wishlist buttons */
body.pb-theme .woosw-btn { color: var(--pb-text-soft); }
body.pb-theme .woosw-btn:hover { color: var(--pb-red-hot); }

/* Advanced product labels */
body.pb-theme .berocket_better_labels .br_alabel { z-index: 10; }

/* Ninja Forms / Forminator on light canvas inherit light inputs (rules above) */
body.pb-theme .forminator-button,
body.pb-theme .nf-form-cont input[type="button"] { background: var(--pb-red) !important; color: #fff !important; border-radius: var(--pb-radius-sm) !important; }

/* RFQ (gpls-woo-rfq) buttons pick up .button styles; ensure spacing */
body.pb-theme .gpls-woo-rfq-add-to-quote { margin-top: 10px; }

/* Sale/label badges from plugins shouldn't overlap our card corners */
body.pb-theme ul.products li.product .br_alabel { top: 12px !important; }

/* Elementor sections keep their own width inside pb-fullwidth */
.pb-fullwidth .elementor-section.elementor-section-boxed > .elementor-container { max-width: var(--pb-container); }

/* ---- Reveal animation ---- */

.pb-reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.5s ease, transform 0.5s ease; }
.pb-reveal.is-revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.pb-reveal { opacity: 1; transform: none; transition: none; }
	html { scroll-behavior: auto; }
}

/* ---- Responsive ---- */

@media (max-width: 1080px) {
	.pb-mega__grid { grid-template-columns: repeat(3, 1fr); }
	.pb-cat-grid { grid-template-columns: repeat(3, 1fr); }
	.pb-footer__grid { grid-template-columns: 1fr 1fr; }
	body.pb-theme form.woocommerce-checkout { grid-template-columns: 1fr; }
	body.pb-theme form.woocommerce-checkout #order_review_heading,
	body.pb-theme form.woocommerce-checkout #order_review { grid-column: 1; position: static; }
}

@media (max-width: 860px) {
	.pb-navbar { display: none; }
	.pb-nav-toggle { display: inline-flex; }
	.pb-search { order: 10; flex-basis: 100%; max-width: none; margin-bottom: 12px; }
	.pb-mainbar__inner { flex-wrap: wrap; padding-top: 10px; }
	.pb-action__label { display: none; }
	.pb-cat-grid { grid-template-columns: repeat(2, 1fr); }
	.pb-reviews__grid { grid-template-columns: 1fr; }
	.pb-newsletter__inner { grid-template-columns: 1fr; }
	.pb-hero__stats { gap: 20px 32px; }
	body.pb-theme div.product .entry-summary { position: static; }
	.pb-assurances { grid-template-columns: 1fr; }
	/* New Launches: stack feature card above the rail instead of cramming side-by-side. */
	.pb-launch { grid-template-columns: 1fr; }
	.pb-topbar__inner { justify-content: center; }
	.pb-topbar__note { display: none; }
}

@media (max-width: 560px) {
	.pb-mainbar__inner { gap: 10px; min-height: 62px; }
	.pb-logo img { max-height: 40px; }
	.pb-logo__mark svg { width: 30px; height: 30px; }
	.pb-logo__text strong { font-size: 17px; letter-spacing: 0.09em; }
	.pb-logo__text em { font-size: 6.5px; letter-spacing: 0.1em; }
	.pb-actions { gap: 10px; }
	.pb-search { margin-bottom: 10px; }
	.pb-cat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
	.pb-cat-tile__name { font-size: 15px; }
	/* Stack the launch feature's image over its text on phones. */
	.pb-launch__feature { grid-template-columns: 1fr; }
	.pb-hero__actions .pb-btn { width: 100%; justify-content: center; }
	.pb-footer__grid { grid-template-columns: 1fr; }
	.pb-carousel ul.products { grid-auto-columns: minmax(210px, 72vw); }
	body.pb-theme ul.products { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
	body.pb-theme ul.products li.product .woocommerce-loop-product__title { font-size: 13.5px; }
	.pb-footer-dealer__inner { flex-direction: column; align-items: flex-start; }
}
