:root {
	--bgf-black: #0b0b0d;
	--bgf-surface: #151518;
	--bgf-text: #f7f7f8;
	--bgf-muted: #a7a7ad;
	--bgf-accent: #e6242f;
	--bgf-accent-dark: #b91821;
	--bgf-border: #2a2a30;
	--bgf-radius: 14px;
}

body {
	background: var(--bgf-black);
	color: var(--bgf-text);
}

/* Lock out Elementor/Kadence global blues and greens on the BullGear home. */
.home .elementor {
	--e-global-color-primary: #e6242f;
	--e-global-color-secondary: #e6242f;
	--e-global-color-text: #ffffff;
	--e-global-color-accent: #e6242f;
	--global-palette1: #e6242f;
	--global-palette2: #b91821;
	--global-palette3: #f7f7f8;
	--global-palette4: #ffffff;
}

.site-main-header-wrap .site-header-row-container-inner,
.site-header-row-container-inner {
	background: rgba(11, 11, 13, 0.98) !important;
}

.home #masthead,
.home .site-header-wrap,
.home .site-header-row-container,
.home .site-header-upper-inner-wrap,
.home .site-header-inner-wrap {
	background: #0b0b0d !important;
}

/* Respect Kadence's transparent-header setting over the homepage hero. */
body.transparent-header #masthead,
body.transparent-header .site-header-wrap,
body.transparent-header .site-header-row-container,
body.transparent-header .site-header-row-container-inner,
body.transparent-header .site-header-upper-inner-wrap,
body.transparent-header .site-header-inner-wrap,
body.transparent-header .site-top-header-wrap,
body.transparent-header .site-above-header-wrap,
body.transparent-header .site-header-above-wrap,
body.transparent-header .site-top-header-wrap .site-header-row-container-inner,
body.transparent-header .site-above-header-wrap .site-header-row-container-inner,
body.transparent-header .site-header-above-wrap .site-header-row-container-inner {
	background-color: transparent !important;
	background-image: none !important;
}

/* A sticky/fixed Kadence row becomes solid for readability after scrolling. */
body.transparent-header .site-header-row-container.item-is-fixed,
body.transparent-header .site-header-row-container.item-is-fixed .site-header-row-container-inner,
body.transparent-header .site-header-row-container.is-fixed,
body.transparent-header .site-header-row-container.is-fixed .site-header-row-container-inner,
body.transparent-header .site-top-header-wrap.item-is-fixed,
body.transparent-header .site-above-header-wrap.item-is-fixed,
body.transparent-header .site-header-above-wrap.item-is-fixed {
	background-color: rgba(11, 11, 13, 0.97) !important;
}

@media (max-width: 1024px) {
	body.mobile-transparent-header #masthead,
	body.mobile-transparent-header .site-header-wrap,
	body.mobile-transparent-header .site-header-row-container,
	body.mobile-transparent-header .site-header-row-container-inner,
	body.mobile-transparent-header .site-header-upper-inner-wrap,
	body.mobile-transparent-header .site-header-inner-wrap,
	body.mobile-transparent-header .site-top-header-wrap,
	body.mobile-transparent-header .site-above-header-wrap,
	body.mobile-transparent-header .site-header-above-wrap,
	body.mobile-transparent-header .site-top-header-wrap .site-header-row-container-inner,
	body.mobile-transparent-header .site-above-header-wrap .site-header-row-container-inner,
	body.mobile-transparent-header .site-header-above-wrap .site-header-row-container-inner {
		background-color: transparent !important;
		background-image: none !important;
	}

	body.mobile-transparent-header .site-header-row-container.item-is-fixed,
	body.mobile-transparent-header .site-header-row-container.item-is-fixed .site-header-row-container-inner,
	body.mobile-transparent-header .site-header-row-container.is-fixed,
	body.mobile-transparent-header .site-header-row-container.is-fixed .site-header-row-container-inner,
	body.mobile-transparent-header .site-top-header-wrap.item-is-fixed,
	body.mobile-transparent-header .site-above-header-wrap.item-is-fixed,
	body.mobile-transparent-header .site-header-above-wrap.item-is-fixed {
		background-color: rgba(11, 11, 13, 0.97) !important;
	}
}

.home .entry-header,
.home .entry-hero-container-inner,
.home .page-header {
	display: none !important;
}

.site-header-item,
.site-header-item a {
	color: var(--bgf-text);
}

.site-header-item a:hover,
.current-menu-item > a {
	color: var(--bgf-accent);
}

.home #masthead a,
.home #masthead .menu-label,
.home #masthead .kadence-svg-iconset {
	color: #fff !important;
}

.home #masthead a:hover,
.home #masthead .current-menu-item > a {
	color: var(--bgf-accent) !important;
}

.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
button,
input[type="submit"],
.elementor-button {
	background: var(--bgf-accent);
	border: 1px solid var(--bgf-accent);
	border-radius: 7px;
	color: #fff;
	font-weight: 800;
}

.home .elementor a:not(.elementor-button) {
	color: var(--bgf-accent);
}

.home .elementor h1,
.home .elementor h2,
.home .elementor h3,
.home .elementor h4,
.home .elementor h5,
.home .elementor h6,
.home .elementor .elementor-heading-title {
	color: var(--bgf-accent) !important;
}

.home .elementor p,
.home .elementor .elementor-widget-text-editor,
.home .elementor .elementor-icon-box-description {
	color: #fff !important;
}

.home .elementor .elementor-button,
.home .elementor a.elementor-button,
.home .elementor button,
.home .elementor input[type="submit"] {
	background-color: var(--bgf-accent) !important;
	border-color: var(--bgf-accent) !important;
	color: #fff !important;
}

.home .elementor .elementor-button:hover,
.home .elementor a.elementor-button:hover,
.home .elementor button:hover,
.home .elementor input[type="submit"]:hover {
	background-color: var(--bgf-accent-dark) !important;
	border-color: var(--bgf-accent-dark) !important;
}

.button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.elementor-button:hover {
	background: var(--bgf-accent-dark);
	border-color: var(--bgf-accent-dark);
	color: #fff;
}

.elementor-page .site-main,
.elementor-page .entry-content,
.home .site-main {
	margin: 0;
}

.home .entry-content-wrap {
	background: transparent;
	padding: 0;
}

.bgf-section {
	background: var(--bgf-black);
	color: var(--bgf-text);
	padding-block: clamp(4rem, 7vw, 6.5rem);
}

.bgf-container {
	margin-inline: auto;
	width: min(1180px, calc(100% - 2rem));
}

.bgf-section--surface {
	background: var(--bgf-surface);
}

.bgf-kicker .elementor-heading-title,
.elementor-widget.bgf-kicker .elementor-heading-title {
	color: var(--bgf-accent);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.bgf-hero {
	align-items: center;
	background: #08080a;
	display: flex;
	min-height: clamp(620px, 78vh, 740px);
	overflow: hidden;
	position: relative;
}

.bgf-hero::after {
	background:
		linear-gradient(90deg, rgba(5, 5, 6, 0.98) 0%, rgba(5, 5, 6, 0.83) 38%, rgba(5, 5, 6, 0.25) 68%, rgba(5, 5, 6, 0.38) 100%),
		linear-gradient(0deg, rgba(11, 11, 13, 0.72), transparent 42%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.bgf-hero > .elementor-container {
	position: relative;
	z-index: 3;
}

.bgf-hero__inner {
	position: relative;
	z-index: 3;
}

.bgf-hero-slides,
.bgf-hero-slide {
	inset: 0;
	position: absolute;
}

.bgf-hero-slides {
	z-index: 1;
}

.bgf-hero-slide {
	background-image: var(--bgf-slide-image);
	background-position: center 30%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform: scale(1.035);
	transition: opacity 850ms ease, transform 7s ease;
}

.bgf-hero-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.bgf-slider-arrow,
.bgf-slider-dot {
	appearance: none;
	position: absolute;
	z-index: 4;
}

.bgf-slider-arrow {
	align-items: center;
	background: rgba(11, 11, 13, 0.74) !important;
	border: 1px solid rgba(230, 36, 47, 0.7) !important;
	border-radius: 50%;
	color: #fff !important;
	display: flex;
	font-size: 2.25rem;
	height: 52px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
}

.bgf-slider-arrow:hover,
.bgf-slider-arrow:focus-visible {
	background: var(--bgf-accent) !important;
}

.bgf-slider-arrow--prev {
	left: max(14px, calc((100vw - 1320px) / 2));
}

.bgf-slider-arrow--next {
	right: max(14px, calc((100vw - 1320px) / 2));
}

.bgf-slider-dots {
	bottom: 25px;
	display: flex;
	gap: 9px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 4;
}

.bgf-slider-dot {
	background: rgba(255, 255, 255, 0.48) !important;
	border: 0 !important;
	border-radius: 999px;
	height: 8px;
	padding: 0;
	position: relative;
	transition: background 180ms ease, width 180ms ease;
	width: 24px;
}

.bgf-slider-dot.is-active,
.bgf-slider-dot:hover,
.bgf-slider-dot:focus-visible {
	background: var(--bgf-accent) !important;
	width: 42px;
}

.bgf-hero-title .elementor-heading-title {
	color: var(--bgf-accent) !important;
	font-size: clamp(3.4rem, 7.2vw, 6.5rem);
	font-weight: 950;
	letter-spacing: -0.04em;
	line-height: 0.95;
	text-transform: uppercase;
}

.bgf-hero-copy {
	color: #fff !important;
	font-size: clamp(1.1rem, 1.7vw, 1.35rem);
	font-weight: 600;
	line-height: 1.65;
	max-width: 650px;
}

.bgf-fallback-section h1,
.bgf-fallback-section h2,
.bgf-fallback-section h3,
.bgf-fallback-section strong {
	color: var(--bgf-accent);
}

.bgf-fallback-section p {
	color: #fff;
}

.bgf-fallback-section h1 {
	font-size: clamp(3.4rem, 7.2vw, 6.5rem);
	font-weight: 950;
	letter-spacing: -0.04em;
	line-height: 0.9;
	margin: 0.8rem 0 1.2rem;
	text-transform: uppercase;
}

.bgf-fallback-section h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 850;
	letter-spacing: -0.025em;
}

.bgf-fallback-kicker {
	color: var(--bgf-accent);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.bgf-hero .bgf-hero__inner > p {
	font-size: clamp(1.1rem, 1.7vw, 1.35rem);
	font-weight: 600;
	line-height: 1.65;
	max-width: 650px;
}

.bgf-fallback-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.8rem;
}

.bgf-fallback-btn {
	align-items: center;
	background: var(--bgf-accent);
	border: 1px solid var(--bgf-accent);
	border-radius: 7px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 50px;
	padding: 0.8rem 1.25rem;
}

.bgf-fallback-btn:hover {
	background: var(--bgf-accent-dark);
	border-color: var(--bgf-accent-dark);
}

.bgf-fallback-grid {
	display: grid;
	gap: 1.4rem;
	margin-top: 2.25rem;
}

.bgf-fallback-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bgf-fallback-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bgf-fallback-card {
	background: linear-gradient(145deg, #1a1a1e, #111113);
	border: 1px solid rgba(230, 36, 47, 0.68);
	border-top: 4px solid var(--bgf-accent);
	border-radius: var(--bgf-radius);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
	min-height: 230px;
	padding: 2rem 1.7rem;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.bgf-fallback-card:hover,
.bgf-fallback-card:focus-within {
	background: var(--bgf-accent);
	border-color: var(--bgf-accent);
	box-shadow: 0 20px 44px rgba(230, 36, 47, 0.26);
	transform: translateY(-8px);
}

.bgf-fallback-card:hover h3,
.bgf-fallback-card:hover strong,
.bgf-fallback-card:focus-within h3,
.bgf-fallback-card:focus-within strong {
	color: #fff;
}

.bgf-fallback-card:hover p,
.bgf-fallback-card:focus-within p {
	color: #fff;
}

.bgf-fallback-card strong {
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 900;
}

.bgf-fallback-cta {
	background: linear-gradient(135deg, rgba(230, 36, 47, 0.16), transparent 50%), var(--bgf-surface);
	border: 1px solid var(--bgf-border);
	border-radius: 22px;
	padding: clamp(2rem, 5vw, 4rem);
}

.bgf-actions {
	margin-top: 1.1rem;
	max-width: 390px;
}

.bgf-btn .elementor-button {
	align-items: center;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 50px;
	padding: 0.8rem 1.25rem;
}

.bgf-btn--ghost .elementor-button {
	background: var(--bgf-accent) !important;
	border-color: var(--bgf-accent) !important;
}

.bgf-btn--ghost .elementor-button:hover {
	background: var(--bgf-accent-dark);
	border-color: var(--bgf-accent-dark);
}

.bgf-section-title .elementor-heading-title {
	color: var(--bgf-accent) !important;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 800;
	letter-spacing: -0.025em;
}

.bgf-grid {
	margin-top: 1.4rem;
}

.bgf-card {
	background: linear-gradient(145deg, #1a1a1e, #111113);
	border: 1px solid rgba(230, 36, 47, 0.68);
	border-top: 4px solid var(--bgf-accent);
	border-radius: var(--bgf-radius);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
	min-height: 220px;
	padding: 2rem 1.7rem;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.bgf-card:hover {
	background: var(--bgf-accent);
	border-color: var(--bgf-accent);
	box-shadow: 0 20px 44px rgba(230, 36, 47, 0.26);
	transform: translateY(-8px);
}

.bgf-card:hover .elementor-icon,
.bgf-card:hover .elementor-icon-box-title,
.bgf-card:hover .elementor-icon-box-title a,
.bgf-card:hover .elementor-icon-box-description {
	color: #fff !important;
}

.bgf-card .elementor-icon,
.bgf-card .elementor-icon-box-title,
.bgf-card .elementor-icon-box-title a {
	color: var(--bgf-accent) !important;
}

.bgf-card .elementor-icon {
	color: var(--bgf-accent);
}

.bgf-card .elementor-icon-box-description,
.bgf-section .elementor-widget-text-editor {
	color: var(--bgf-muted);
}

.bgf-grid--4 > .elementor-container > .elementor-column > .elementor-widget-wrap,
.bgf-grid--4 > .e-con-inner > .elementor-element {
	background: linear-gradient(145deg, #1a1a1e, #111113);
	border: 1px solid rgba(230, 36, 47, 0.68);
	border-top: 4px solid var(--bgf-accent);
	border-radius: var(--bgf-radius);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
	padding: 1.5rem;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.bgf-grid--4 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover {
	background: var(--bgf-accent);
	border-color: var(--bgf-accent);
	box-shadow: 0 20px 44px rgba(230, 36, 47, 0.26);
	transform: translateY(-8px);
}

.bgf-grid--4 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover h3,
.bgf-grid--4 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover p,
.bgf-grid--4 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover .elementor-heading-title {
	color: #fff !important;
}

.bgf-grid--4 h3 {
	color: var(--bgf-accent) !important;
}

.bgf-stat .elementor-heading-title {
	color: var(--bgf-accent);
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 900;
}

.bgf-cta {
	background:
		linear-gradient(135deg, rgba(230, 36, 47, 0.16), transparent 50%),
		var(--bgf-surface);
	border: 1px solid var(--bgf-border);
	border-radius: 22px;
	padding: clamp(2rem, 5vw, 4rem);
}

.woocommerce ul.products {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.woocommerce ul.products li.product {
	background: var(--bgf-surface);
	border: 1px solid var(--bgf-border);
	border-radius: var(--bgf-radius);
	margin: 0 !important;
	padding: 1rem;
	width: auto !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--bgf-text);
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--bgf-accent);
	font-weight: 900;
}

.woocommerce span.onsale {
	background: var(--bgf-accent);
	color: #fff;
}

/* Blog, category, tag and search results: BullGear Foundation cards. */
.blog .content-area,
.archive .content-area,
.search .content-area {
	background: var(--bgf-black);
}

.blog #wrapper,
.blog #inner-wrap,
.blog .content-container,
.blog .site-main,
.archive #wrapper,
.archive #inner-wrap,
.archive .content-container,
.archive .site-main,
.search #wrapper,
.search #inner-wrap,
.search .content-container,
.search .site-main {
	background: var(--bgf-black) !important;
}

.blog .entry-hero-container-inner,
.blog .entry-hero,
.blog .page-hero-section,
.blog .archive-hero-section,
.blog .page-header,
.archive .entry-hero-container-inner,
.archive .entry-hero,
.archive .page-hero-section,
.archive .archive-hero-section,
.archive .page-header,
.search .entry-hero-container-inner,
.search .entry-hero,
.search .page-hero-section,
.search .archive-hero-section,
.search .page-header {
	background: var(--bgf-black) !important;
	background-color: var(--bgf-black) !important;
	border-bottom: 1px solid var(--bgf-border) !important;
	color: var(--bgf-accent) !important;
}

.blog .archive-title,
.archive .archive-title,
.search .archive-title,
.blog .page-title,
.archive .page-title,
.search .page-title {
	color: var(--bgf-accent) !important;
	font-size: clamp(2.6rem, 6vw, 5.5rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.blog .entry-hero-container-inner h1,
.blog .entry-hero-container-inner .entry-title,
.archive .entry-hero-container-inner h1,
.archive .entry-hero-container-inner .entry-title,
.search .entry-hero-container-inner h1,
.search .entry-hero-container-inner .entry-title {
	color: var(--bgf-accent) !important;
}

.blog #archive-container,
.archive #archive-container,
.search #archive-container {
	gap: 1.5rem;
}

.blog .loop-entry,
.archive .loop-entry,
.search .loop-entry {
	background: linear-gradient(145deg, #1a1a1e, #111113) !important;
	border: 1px solid rgba(230, 36, 47, 0.68);
	border-top: 4px solid var(--bgf-accent);
	border-radius: var(--bgf-radius);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
	height: 100%;
	overflow: hidden;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.blog .loop-entry:hover,
.archive .loop-entry:hover,
.search .loop-entry:hover,
.blog .loop-entry:focus-within,
.archive .loop-entry:focus-within,
.search .loop-entry:focus-within {
	background: var(--bgf-accent) !important;
	border-color: var(--bgf-accent);
	box-shadow: 0 20px 44px rgba(230, 36, 47, 0.28);
	transform: translateY(-8px);
}

.blog .loop-entry .entry-content-wrap,
.archive .loop-entry .entry-content-wrap,
.search .loop-entry .entry-content-wrap {
	background: transparent !important;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2rem 1.7rem;
}

.blog .loop-entry .entry-title,
.blog .loop-entry .entry-title a,
.archive .loop-entry .entry-title,
.archive .loop-entry .entry-title a,
.search .loop-entry .entry-title,
.search .loop-entry .entry-title a {
	color: var(--bgf-accent) !important;
	font-weight: 850;
}

.blog .loop-entry p,
.blog .loop-entry .entry-meta,
.archive .loop-entry p,
.archive .loop-entry .entry-meta,
.search .loop-entry p,
.search .loop-entry .entry-meta {
	color: #fff !important;
}

.blog .loop-entry .entry-taxonomies a,
.archive .loop-entry .entry-taxonomies a,
.search .loop-entry .entry-taxonomies a {
	background: rgba(230, 36, 47, 0.14);
	border: 1px solid rgba(230, 36, 47, 0.55);
	border-radius: 999px;
	color: var(--bgf-accent) !important;
	display: inline-block;
	font-weight: 800;
	padding: 0.3rem 0.65rem;
}

.blog .loop-entry .entry-footer,
.archive .loop-entry .entry-footer,
.search .loop-entry .entry-footer {
	margin-top: auto;
}

.blog .loop-entry .post-more-link,
.archive .loop-entry .post-more-link,
.search .loop-entry .post-more-link {
	background: var(--bgf-accent);
	border: 1px solid var(--bgf-accent);
	border-radius: 7px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 900;
	padding: 0.7rem 1rem;
}

.blog .loop-entry:hover .entry-title,
.blog .loop-entry:hover .entry-title a,
.blog .loop-entry:hover .entry-taxonomies a,
.archive .loop-entry:hover .entry-title,
.archive .loop-entry:hover .entry-title a,
.archive .loop-entry:hover .entry-taxonomies a,
.search .loop-entry:hover .entry-title,
.search .loop-entry:hover .entry-title a,
.search .loop-entry:hover .entry-taxonomies a {
	color: #fff !important;
}

.blog .loop-entry:hover .post-more-link,
.archive .loop-entry:hover .post-more-link,
.search .loop-entry:hover .post-more-link {
	background: var(--bgf-black);
	border-color: var(--bgf-black);
}

/* Contact and form fields across common WordPress form plugins. */
.bullgear-form,
.elementor-widget-form .elementor-form,
.wpcf7 form,
.wpforms-container form,
.fluentform form,
.gform_wrapper form {
	background: linear-gradient(145deg, #1a1a1e, #111113);
	border: 1px solid rgba(230, 36, 47, 0.68);
	border-top: 4px solid var(--bgf-accent);
	border-radius: var(--bgf-radius);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
	padding: clamp(1.4rem, 4vw, 2.5rem);
}

.bullgear-form label,
.elementor-widget-form label,
.wpcf7 label,
.wpforms-container label,
.fluentform label,
.gform_wrapper label,
.gform_wrapper legend {
	color: var(--bgf-accent) !important;
	font-weight: 800 !important;
}

.bullgear-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.bullgear-form textarea,
.bullgear-form select,
.elementor-widget-form .elementor-field,
.wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wpcf7 textarea,
.wpcf7 select,
.wpforms-container input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wpforms-container textarea,
.wpforms-container select,
.fluentform input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.fluentform textarea,
.fluentform select,
.gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.gform_wrapper textarea,
.gform_wrapper select {
	background: #09090b !important;
	border: 1px solid var(--bgf-border) !important;
	border-radius: 7px !important;
	color: #fff !important;
	min-height: 50px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.bullgear-form textarea,
.elementor-widget-form textarea.elementor-field,
.wpcf7 textarea,
.wpforms-container textarea,
.fluentform textarea,
.gform_wrapper textarea {
	min-height: 160px;
}

.bullgear-form input:focus,
.bullgear-form textarea:focus,
.bullgear-form select:focus,
.elementor-widget-form .elementor-field:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus,
.wpforms-container input:focus,
.wpforms-container textarea:focus,
.wpforms-container select:focus,
.fluentform input:focus,
.fluentform textarea:focus,
.fluentform select:focus,
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
	border-color: var(--bgf-accent) !important;
	box-shadow: 0 0 0 3px rgba(230, 36, 47, 0.2) !important;
	outline: none !important;
}

.bullgear-form ::placeholder,
.elementor-widget-form ::placeholder,
.wpcf7 ::placeholder,
.wpforms-container ::placeholder,
.fluentform ::placeholder,
.gform_wrapper ::placeholder {
	color: #8f8f96 !important;
	opacity: 1;
}

.bullgear-panel,
.wp-block-group.is-style-bullgear-card,
.elementor-element.bullgear-panel > .elementor-widget-container {
	background: linear-gradient(145deg, #1a1a1e, #111113);
	border: 1px solid rgba(230, 36, 47, 0.68);
	border-top: 4px solid var(--bgf-accent);
	border-radius: var(--bgf-radius);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
	padding: 2rem 1.7rem;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bullgear-panel:hover,
.wp-block-group.is-style-bullgear-card:hover,
.elementor-element.bullgear-panel > .elementor-widget-container:hover {
	background: var(--bgf-accent);
	border-color: var(--bgf-accent);
	box-shadow: 0 20px 44px rgba(230, 36, 47, 0.28);
	transform: translateY(-8px);
}

/* Regular pages: black canvas, red titles and white reading text. */
body.page:not(.home),
.page:not(.home) #wrapper,
.page:not(.home) #inner-wrap,
.page:not(.home) #primary,
.page:not(.home) .site-main,
.page:not(.home) .content-container,
.page:not(.home) .content-bg,
.page:not(.home) article.page,
.page:not(.home) article.page .entry-content-wrap,
.page:not(.home) .entry-content,
.page:not(.home) .elementor-location-single,
.page:not(.home) .elementor-location-archive {
	background: var(--bgf-black) !important;
	color: #fff !important;
}

.page:not(.home) .entry-hero-container-inner,
.page:not(.home) .entry-hero,
.page:not(.home) .page-hero-section,
.page:not(.home) .page-header,
.page:not(.home) .entry-header {
	background: var(--bgf-black) !important;
	border-color: var(--bgf-border) !important;
	color: var(--bgf-accent) !important;
}

.page:not(.home) .entry-hero-container-inner {
	border-bottom: 1px solid var(--bgf-border);
}

.page:not(.home) .entry-title,
.page:not(.home) .page-title,
.page:not(.home) .entry-header h1,
.page:not(.home) .entry-content h1,
.page:not(.home) .entry-content h2,
.page:not(.home) .entry-content h3,
.page:not(.home) .entry-content h4,
.page:not(.home) .entry-content h5,
.page:not(.home) .entry-content h6,
.page:not(.home) .elementor-heading-title {
	color: var(--bgf-accent) !important;
}

.page:not(.home) .entry-title,
.page:not(.home) .page-title,
.page:not(.home) .entry-header h1 {
	font-size: clamp(2.5rem, 6vw, 5rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

.page:not(.home) .entry-content p,
.page:not(.home) .entry-content li,
.page:not(.home) .entry-content dd,
.page:not(.home) .entry-content dt,
.page:not(.home) .entry-content figcaption,
.page:not(.home) .entry-content blockquote,
.page:not(.home) .elementor-widget-text-editor,
.page:not(.home) .elementor-widget-text-editor p,
.page:not(.home) .elementor-icon-list-text {
	color: #fff !important;
}

.page:not(.home) .entry-content a:not(.button):not(.wp-element-button):not(.elementor-button),
.page:not(.home) .elementor-widget-text-editor a {
	color: var(--bgf-accent) !important;
}

.page:not(.home) .entry-content a:not(.button):not(.wp-element-button):not(.elementor-button):hover,
.page:not(.home) .elementor-widget-text-editor a:hover {
	color: #ff5962 !important;
}

.page:not(.home) .entry-content hr {
	border-color: var(--bgf-border);
}

.page:not(.home) .entry-content table,
.page:not(.home) .entry-content th,
.page:not(.home) .entry-content td {
	background: var(--bgf-surface) !important;
	border-color: var(--bgf-border) !important;
	color: #fff !important;
}

.page:not(.home) .entry-content th {
	color: var(--bgf-accent) !important;
}

.page:not(.home) .wp-block-group,
.page:not(.home) .wp-block-columns,
.page:not(.home) .wp-block-column {
	color: #fff;
}

.page:not(.home) .woocommerce,
.page:not(.home) .woocommerce-page {
	background: var(--bgf-black);
	color: #fff;
}

@media (max-width: 980px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bgf-fallback-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.bgf-hero {
		min-height: 620px;
	}

	.bgf-hero-slide {
		background-position: 58% center;
	}

	.bgf-slider-arrow {
		height: 42px;
		width: 42px;
	}

	.bgf-actions {
		max-width: none;
	}

	.bgf-actions .elementor-column {
		width: 100%;
	}

	.bgf-btn .elementor-button {
		width: 100%;
	}

	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.bgf-fallback-grid--3,
	.bgf-fallback-grid--4 {
		grid-template-columns: 1fr;
	}

	.bgf-fallback-actions {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
