:root {
	--bwgp-bg: #0c101a;
	--bwgp-dusk: #151b2b;
	--bwgp-panel: #1b2738;
	--bwgp-panel-2: #203047;
	--bwgp-teal: #0e6b70;
	--bwgp-mint: #99e2c2;
	--bwgp-orchid: #8e78c8;
	--bwgp-cream: #f3ead4;
	--bwgp-text: #f7f3e8;
	--bwgp-muted: #bcc7d3;
	--bwgp-line: rgba(255,255,255,.13);
	--bwgp-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.bwgp-theme {
	background:
		radial-gradient(circle at 15% 5%, rgba(14,107,112,.38), transparent 34rem),
		radial-gradient(circle at 90% 10%, rgba(142,120,200,.28), transparent 30rem),
		var(--bwgp-bg);
	color: var(--bwgp-text);
}

.bwgp-theme .site-content,
.bwgp-theme .inside-article,
.bwgp-theme .site-main {
	background: transparent;
}

.bwgp-theme a {
	color: var(--bwgp-mint);
}

.bwgp-home-main,
.bwgp-theme .site-main {
	margin-inline: auto;
	max-width: 1180px;
	padding: clamp(1rem, 4vw, 2.5rem);
}

.bwgp-hero {
	align-items: stretch;
	display: grid;
	gap: clamp(1rem, 4vw, 2rem);
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
	margin: clamp(1rem, 5vw, 3rem) 0;
}

.bwgp-hero__content,
.bwgp-hero__panel,
.bwgp-section,
.bwgp-product-card {
	border: 1px solid var(--bwgp-line);
	border-radius: 28px;
	box-shadow: var(--bwgp-shadow);
}

.bwgp-hero__content {
	background:
		linear-gradient(145deg, rgba(27,39,56,.96), rgba(14,107,112,.6)),
		linear-gradient(90deg, rgba(153,226,194,.08), transparent);
	padding: clamp(1.4rem, 5vw, 4rem);
}

.bwgp-kicker {
	color: var(--bwgp-mint);
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .16em;
	margin: 0 0 .7rem;
	text-transform: uppercase;
}

.bwgp-hero h1 {
	color: var(--bwgp-text);
	font-size: clamp(2.1rem, 7vw, 5.6rem);
	letter-spacing: -.055em;
	line-height: .94;
	margin: 0;
	max-width: 980px;
}

.bwgp-hero__lead {
	color: var(--bwgp-muted);
	font-size: clamp(1rem, 2vw, 1.24rem);
	line-height: 1.62;
	margin: 1.2rem 0 0;
	max-width: 760px;
}

.bwgp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
	margin-top: 1.4rem;
}

.bwgp-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-height: 46px;
	padding: .85rem 1.05rem;
	text-decoration: none;
}

.bwgp-button--primary {
	background: var(--bwgp-mint);
	color: #091319 !important;
}

.bwgp-button--secondary {
	background: var(--bwgp-cream);
	color: #121820 !important;
}

.bwgp-button--ghost {
	border: 1px solid var(--bwgp-line);
	color: #fff !important;
}

.bwgp-hero__panel {
	background: linear-gradient(180deg, rgba(32,48,71,.96), rgba(21,27,43,.96));
	padding: clamp(1rem, 3vw, 1.5rem);
}

.bwgp-hero__panel ul {
	display: grid;
	gap: .8rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bwgp-hero__panel li {
	border-bottom: 1px solid var(--bwgp-line);
	color: var(--bwgp-muted);
	padding: 0 0 .8rem 1.6rem;
	position: relative;
}

.bwgp-hero__panel li::before {
	background: var(--bwgp-mint);
	border-radius: 999px;
	content: "";
	height: .55rem;
	left: 0;
	position: absolute;
	top: .55rem;
	width: .55rem;
}

.bwgp-section {
	background: rgba(21,27,43,.72);
	margin: clamp(1.25rem, 4vw, 3rem) 0;
	padding: clamp(1rem, 4vw, 2rem);
}

.bwgp-archive-hero,
.bwgp-archive-intro {
	border: 1px solid var(--bwgp-line);
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(27,39,56,.94), rgba(14,107,112,.36));
	margin: clamp(1rem, 4vw, 2rem) 0;
	padding: clamp(1.1rem, 4vw, 2.4rem);
}

.bwgp-archive-hero h1,
.bwgp-archive-title {
	color: var(--bwgp-text);
	display: block;
	font-size: clamp(2rem, 6vw, 4.6rem);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: .96;
	margin: 0;
}

.bwgp-archive-hero p,
.bwgp-archive-intro {
	color: var(--bwgp-muted);
	font-size: 1.05rem;
	line-height: 1.65;
}

.bwgp-category-chips {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
	margin-top: 1rem;
	position: sticky;
	top: 0;
	z-index: 5;
}

.bwgp-category-chips a {
	backdrop-filter: blur(16px);
	background: rgba(12,16,26,.78);
	border: 1px solid var(--bwgp-line);
	border-radius: 999px;
	color: #fff;
	font-size: .86rem;
	font-weight: 900;
	padding: .65rem .8rem;
	text-decoration: none;
}

.bwgp-archive-grid {
	margin: clamp(1rem, 4vw, 2rem) 0;
}

.bwgp-section__header {
	margin-bottom: 1.1rem;
	max-width: 760px;
}

.bwgp-section__header h2 {
	color: var(--bwgp-text);
	font-size: clamp(1.65rem, 4vw, 3.2rem);
	letter-spacing: -.04em;
	line-height: 1;
	margin: 0;
}

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

.bwgp-theme ul.products::before,
.bwgp-theme ul.products::after {
	display: none;
}

.bwgp-product-card {
	background: linear-gradient(180deg, rgba(32,48,71,.92), rgba(18,24,36,.96));
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	width: auto !important;
}

.bwgp-product-card__media {
	aspect-ratio: 1 / 1;
	background: rgba(255,255,255,.04);
	display: block;
	overflow: hidden;
}

.bwgp-product-card__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bwgp-product-card__body {
	display: grid;
	gap: .65rem;
	padding: .9rem;
}

.bwgp-product-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem;
}

.bwgp-product-card__badges span {
	background: rgba(153,226,194,.1);
	border: 1px solid rgba(153,226,194,.25);
	border-radius: 999px;
	color: var(--bwgp-mint);
	font-size: .72rem;
	font-weight: 900;
	line-height: 1;
	padding: .42rem .5rem;
}

.bwgp-product-card__title {
	font-size: 1rem !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.bwgp-product-card__title a {
	color: #fff;
	text-decoration: none;
}

.bwgp-product-card__price {
	color: var(--bwgp-cream);
	font-weight: 900;
}

.bwgp-product-card__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	justify-content: space-between;
}

.bwgp-product-card__actions .button,
.bwgp-product-card__details {
	border-radius: 999px !important;
	font-size: .82rem !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	padding: .7rem .85rem !important;
	text-decoration: none;
}

.bwgp-product-card__details {
	border: 1px solid var(--bwgp-line);
	color: #fff;
}

.bwgp-breadcrumbs {
	color: var(--bwgp-muted);
	font-size: .9rem;
	margin-bottom: 1rem;
}

@media (max-width: 920px) {
	.bwgp-hero {
		grid-template-columns: 1fr;
	}

	.bwgp-theme ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.bwgp-home-main,
	.bwgp-theme .site-main {
		padding: .85rem;
	}

	.bwgp-hero h1 {
		font-size: clamp(2rem, 13vw, 3.6rem);
	}

	.bwgp-hero__actions,
	.bwgp-product-card__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.bwgp-button,
	.bwgp-product-card__actions .button,
	.bwgp-product-card__details {
		width: 100%;
	}
}

/* Live UI pass: make GeneratePress feel like a wholesale procurement platform. */
.bwgp-topbar {
	background: linear-gradient(90deg, rgba(8, 21, 31, .98), rgba(14, 107, 112, .92));
	border-bottom: 1px solid rgba(153, 226, 194, .18);
	color: var(--bwgp-muted);
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .01em;
}

.bwgp-topbar__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 1rem;
	margin-inline: auto;
	max-width: 1180px;
	padding: .58rem clamp(.9rem, 4vw, 1.35rem);
}

.bwgp-topbar span {
	color: var(--bwgp-cream);
}

.bwgp-topbar a {
	color: var(--bwgp-mint);
	text-decoration: none;
}

.bwgp-theme .site-header {
	backdrop-filter: blur(20px);
	background: rgba(12, 16, 26, .88);
	border-bottom: 1px solid var(--bwgp-line);
	position: sticky;
	top: 0;
	z-index: 50;
}

.bwgp-theme .inside-header {
	padding: .7rem clamp(.85rem, 4vw, 1.4rem);
}

.bwgp-theme .site-logo img,
.bwgp-theme .header-image {
	max-height: 54px;
	width: auto;
}

.bwgp-theme .main-title a,
.bwgp-theme .site-description {
	color: var(--bwgp-text);
}

.bwgp-theme .main-navigation,
.bwgp-theme .main-navigation ul ul {
	background: transparent;
}

.bwgp-theme .main-navigation .main-nav ul li a,
.bwgp-theme .menu-toggle {
	border-radius: 999px;
	color: var(--bwgp-muted);
	font-size: .86rem;
	font-weight: 900;
	letter-spacing: .01em;
	line-height: 1;
	padding: .82rem .9rem;
}

.bwgp-theme .main-navigation .main-nav ul li:hover > a,
.bwgp-theme .main-navigation .main-nav ul li[class*="current-menu"] > a,
.bwgp-theme .menu-toggle:hover {
	background: rgba(153, 226, 194, .1);
	color: #fff;
}

.bwgp-theme .inside-article,
.bwgp-theme .comments-area,
.bwgp-theme .paging-navigation {
	background: rgba(21, 27, 43, .74);
	border: 1px solid var(--bwgp-line);
	border-radius: 28px;
	box-shadow: var(--bwgp-shadow);
	color: var(--bwgp-text);
	padding: clamp(1rem, 4vw, 2rem);
}

.bwgp-theme .entry-content h1,
.bwgp-theme .entry-content h2,
.bwgp-theme .entry-content h3,
.bwgp-theme .woocommerce div.product .product_title {
	color: var(--bwgp-text);
	letter-spacing: -.04em;
	line-height: 1.03;
}

.bwgp-theme .entry-content p,
.bwgp-theme .entry-content li,
.bwgp-theme .woocommerce-product-details__short-description,
.bwgp-theme .term-description {
	color: var(--bwgp-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.bwgp-theme .wholesale-intro,
.bwgp-theme .bw-cat-micro,
.bwgp-theme .woocommerce div.product div.summary,
.bwgp-theme .woocommerce-tabs,
.bwgp-theme .related.products,
.bwgp-theme .upsells.products {
	background: linear-gradient(145deg, rgba(32, 48, 71, .86), rgba(14, 107, 112, .2));
	border: 1px solid var(--bwgp-line);
	border-radius: 24px;
	margin-bottom: clamp(1rem, 3vw, 2rem);
	padding: clamp(1rem, 3vw, 1.6rem);
}

.bwgp-theme .wholesale-intro h1,
.bwgp-theme .wholesale-intro h2 {
	font-size: clamp(2rem, 5vw, 4.1rem);
	max-width: 880px;
}

.bwgp-theme hr {
	background: var(--bwgp-line);
	border: 0;
	height: 1px;
	margin: 1.6rem 0;
}

.bwgp-theme .woocommerce-result-count,
.bwgp-theme .woocommerce-ordering {
	color: var(--bwgp-muted);
	margin-bottom: 1rem;
}

.bwgp-theme .woocommerce-ordering select,
.bwgp-theme .quantity .qty,
.bwgp-theme input[type="text"],
.bwgp-theme input[type="email"],
.bwgp-theme input[type="tel"],
.bwgp-theme input[type="password"],
.bwgp-theme textarea {
	background: rgba(255, 255, 255, .06);
	border: 1px solid var(--bwgp-line);
	border-radius: 14px;
	color: #fff;
	min-height: 44px;
}

.bwgp-theme .woocommerce-ordering select {
	padding: .65rem 2.2rem .65rem .85rem;
}

.bwgp-theme .woocommerce-message,
.bwgp-theme .woocommerce-info,
.bwgp-theme .woocommerce-error {
	background: rgba(153, 226, 194, .1);
	border: 1px solid rgba(153, 226, 194, .25);
	border-radius: 18px;
	color: var(--bwgp-text);
}

.bwgp-theme .products .product-category,
.bwgp-theme .bwgp-product-card {
	position: relative;
}

.bwgp-theme .bwgp-product-card {
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.bwgp-theme .bwgp-product-card:hover {
	border-color: rgba(153, 226, 194, .45);
	box-shadow: 0 26px 80px rgba(0, 0, 0, .36);
	transform: translateY(-3px);
}

.bwgp-theme .bwgp-product-card__media {
	border-bottom: 1px solid var(--bwgp-line);
}

.bwgp-theme .bwgp-product-card__title {
	min-height: 2.55em;
}

.bwgp-theme .bwgp-product-card__price del {
	color: rgba(255, 255, 255, .48);
}

.bwgp-theme .bwgp-product-card__actions .button {
	background: var(--bwgp-mint) !important;
	color: #091319 !important;
}

.bwgp-theme .bwgp-product-card__details {
	background: rgba(255, 255, 255, .05);
}

.bwgp-theme span.onsale {
	background: var(--bwgp-orchid);
	border-radius: 999px;
	color: #fff;
	font-size: .75rem;
	font-weight: 900;
	left: .75rem;
	min-height: 0;
	padding: .4rem .58rem;
	top: .75rem;
}

.bwgp-theme .woocommerce div.product form.cart .button,
.bwgp-theme .woocommerce a.button,
.bwgp-theme .woocommerce button.button,
.bwgp-theme .woocommerce input.button {
	border-radius: 999px;
	font-weight: 900;
}

.bwgp-theme .woocommerce div.product form.cart .button {
	background: var(--bwgp-mint);
	color: #091319;
	min-height: 48px;
	padding-inline: 1.25rem;
}

.bwgp-theme .site-footer {
	background: #080d15;
	border-top: 1px solid var(--bwgp-line);
	color: var(--bwgp-muted);
}

.bwgp-theme .site-footer a {
	color: var(--bwgp-mint);
}

@media (max-width: 768px) {
	.bwgp-topbar__inner {
		overflow-x: auto;
		scrollbar-width: none;
		white-space: nowrap;
	}

	.bwgp-theme .main-navigation .main-nav ul li a {
		border-radius: 0;
		padding: 1rem;
	}

	.bwgp-theme ul.products {
		gap: .75rem;
	}

	.bwgp-product-card__body {
		padding: .75rem;
	}
}
