/*
Theme Name: BestPrice Custom
Theme URI: https://bestpriceinkenya.com/
Author: Best Price in Kenya
Description: Bespoke premium WooCommerce theme for Best Price in Kenya.
Version: 1.0.0
Text Domain: bestprice-custom
Requires at least: 6.5
Requires PHP: 8.1
*/


/* ==========================================================================
   BESTPRICE PREMIUM DESIGN SYSTEM
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');


:root {

	/* Core neutrals */

	--bp-white: #ffffff;
	--bp-black: #0c0f13;

	--bp-bg: #f7f6f2;
	--bp-bg-soft: #efeee9;
	--bp-bg-warm: #e8e4dc;
	--bp-bg-dark: #11161c;
	--bp-bg-darker: #0a0d11;

	/* Text */

	--bp-text: #171b20;
	--bp-text-soft: #66707a;
	--bp-text-light: #9ba2aa;

	/* Lines */

	--bp-border: #dcdedb;
	--bp-border-dark: #292f36;

	/* Premium BestPrice accent */

	--bp-accent: #d89b1d;
	--bp-accent-hover: #bd8015;
	--bp-accent-soft: #f6ead0;
	--bp-accent-deep: #86570f;

	/* Supporting industrial tones */

	--bp-steel: #667b8e;
	--bp-steel-dark: #344452;
	--bp-slate: #26313b;

	/* Status */

	--bp-success: #23825a;
	--bp-danger: #b83832;

	/* Shape */

	--bp-radius-xs: 5px;
	--bp-radius-sm: 8px;
	--bp-radius-md: 14px;
	--bp-radius-lg: 22px;
	--bp-radius-xl: 30px;

	/* Shadows */

	--bp-shadow-xs:
		0 2px 9px rgba(13, 17, 22, 0.04);

	--bp-shadow-sm:
		0 10px 26px rgba(13, 17, 22, 0.07);

	--bp-shadow-md:
		0 20px 55px rgba(13, 17, 22, 0.12);

	--bp-shadow-premium:
		0 24px 65px rgba(13, 17, 22, 0.15);

	--bp-container: 1440px;

	--bp-transition: 180ms ease;
}


/* ==========================================================================
   RESET
   ========================================================================== */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--bp-bg);
	color: var(--bp-text);
	font-family:
		"Manrope",
		"Segoe UI",
		Arial,
		sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
	font-family:
		"Manrope",
		"Segoe UI",
		Arial,
		sans-serif;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:
		"Manrope",
		"Segoe UI",
		Arial,
		sans-serif;
	color: var(--bp-text);
	font-weight: 800;
	letter-spacing: -0.035em;
}

ul,
ol {
	margin-top: 0;
}

::selection {
	background: #d89b1d;
	color: #111418;
}


/* ==========================================================================
   GLOBAL LAYOUT
   ========================================================================== */

.bp-site {
	min-height: 100vh;
	background: var(--bp-bg);
}

.bp-container {
	width: min(calc(100% - 56px), var(--bp-container));
	margin-inline: auto;
}

.bp-main {
	padding: 72px 0;
}

.bp-entry {
	margin-bottom: 48px;
}

.bp-entry__title {
	margin-bottom: 20px;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.05;
}

.bp-entry__content {
	color: var(--bp-text-soft);
}

.bp-empty-state {
	padding: 80px 0;
	text-align: center;
}


/* ==========================================================================
   ACCESSIBILITY
   ========================================================================== */

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: fixed;
	top: 16px;
	left: 16px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: #ffffff;
	color: #111418;
	border-radius: 8px;
	box-shadow: var(--bp-shadow-md);
}


/* ==========================================================================
   HEADER
   ========================================================================== */

.bp-header {
	position: relative;
	z-index: 100;
	background:
		linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.98),
			rgba(250, 250, 248, 0.98)
		);
	border-bottom: 1px solid rgba(29, 35, 42, 0.08);
}


/* Utility bar */

.bp-header__utility {
	background:
		linear-gradient(
			90deg,
			#0b0f14,
			#151b22
		);
	color: #d5d8dc;
}

.bp-header__utility-inner {
	min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.bp-header__message {
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.bp-utility-menu {
	display: flex;
	align-items: center;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bp-utility-menu a {
	font-size: 10px;
	font-weight: 600;
	color: #aeb4ba;
	transition: color var(--bp-transition);
}

.bp-utility-menu a:hover {
	color: #ffffff;
}


/* ==========================================================================
   MAIN HEADER
   ========================================================================== */

.bp-header__main {
	background:
		linear-gradient(
			180deg,
			#ffffff 0%,
			#fbfbf9 100%
		);
}

.bp-header__main-inner {
	display: grid;
	grid-template-columns: 220px minmax(320px, 1fr) auto;
	align-items: center;
	gap: 38px;
	min-height: 100px;
}

.bp-brand {
	min-width: 0;
}

.bp-brand__link {
	display: inline-flex;
	align-items: center;
}

.bp-brand__logo {
	width: auto;
	max-width: 185px;
	max-height: 62px;
	object-fit: contain;
}

.bp-brand__name {
	max-width: 180px;
	color: #11151a;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.05em;
}


/* ==========================================================================
   SEARCH
   ========================================================================== */

.bp-header-search {
	width: 100%;
}

.bp-product-search {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 54px;
	overflow: hidden;
	background:
		linear-gradient(
			180deg,
			#f4f4f1,
			#efefeb
		);
	border: 1px solid #e1e2de;
	border-radius: 12px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	transition:
		border-color var(--bp-transition),
		background var(--bp-transition),
		box-shadow var(--bp-transition);
}

.bp-product-search:focus-within {
	background: #ffffff;
	border-color: rgba(216, 155, 29, 0.7);
	box-shadow:
		0 0 0 4px rgba(216, 155, 29, 0.08),
		0 9px 22px rgba(16, 20, 24, 0.05);
}

.bp-product-search__field {
	width: 100%;
	height: 100%;
	padding: 0 68px 0 20px;
	background: transparent;
	border: 0;
	outline: 0;
	color: var(--bp-text);
	font-size: 13px;
	font-weight: 500;
}

.bp-product-search__field::placeholder {
	color: #949ba1;
}

.bp-product-search__submit {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 8px;
	background:
		linear-gradient(
			145deg,
			#e2a72e,
			#c88a1a
		);
	color: #111418;
	cursor: pointer;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.32),
		0 5px 12px rgba(128, 82, 14, 0.18);
	transition:
		transform var(--bp-transition),
		box-shadow var(--bp-transition);
}

.bp-product-search__submit:hover {
	transform: translateY(-1px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.36),
		0 9px 18px rgba(128, 82, 14, 0.24);
}


/* ==========================================================================
   HEADER ACTIONS
   ========================================================================== */

.bp-header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.bp-header-action {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 11px;
	border: 1px solid transparent;
	border-radius: 10px;
	transition:
		background var(--bp-transition),
		border-color var(--bp-transition);
}

.bp-header-action:hover {
	background: #f5f5f2;
	border-color: #e6e7e3;
}

.bp-header-action__icon {
	width: 37px;
	height: 37px;
	display: grid;
	place-items: center;
	border: 1px solid #dde0de;
	border-radius: 50%;
	background:
		linear-gradient(
			145deg,
			#ffffff,
			#f2f3ef
		);
	color: #28313a;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 4px 10px rgba(17, 22, 28, 0.04);
}

.bp-header-action__content {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.bp-header-action__eyebrow {
	color: #899199;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bp-header-action__label {
	margin-top: 4px;
	color: #171c21;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.bp-cart-count {
	position: absolute;
	top: 3px;
	left: 33px;
	min-width: 19px;
	height: 19px;
	display: grid;
	place-items: center;
	padding: 0 5px;
	border-radius: 999px;
	background: #d99b21;
	color: #111418;
	font-size: 9px;
	font-weight: 800;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}


/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.bp-navigation {
	background:
		linear-gradient(
			180deg,
			#171d24,
			#10151b
		);
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.bp-navigation__inner {
	display: grid;
	grid-template-columns: 250px 1fr auto;
	align-items: center;
	min-height: 58px;
}

.bp-category-trigger {
	height: 58px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 22px;
	background:
		linear-gradient(
			135deg,
			#d99a20 0%,
			#b97815 100%
		);
	border: 0;
	color: #101418;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02em;
	cursor: pointer;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.bp-category-trigger:hover {
	background:
		linear-gradient(
			135deg,
			#e4aa34,
			#c48218
		);
}

.bp-category-trigger__icon {
	font-size: 15px;
}

.bp-primary-nav {
	height: 100%;
}

.bp-primary-menu {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 2px;
	margin: 0;
	padding: 0 19px;
	list-style: none;
}

.bp-primary-menu li {
	position: relative;
}

.bp-primary-menu > li > a {
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 0 15px;
	color: #d1d5d8;
	font-size: 11px;
	font-weight: 650;
	transition: color var(--bp-transition);
}

.bp-primary-menu > li > a:hover {
	color: #e1a530;
}

.bp-primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 230px;
	margin: 0;
	padding: 10px;
	list-style: none;
	background: #151b21;
	border: 1px solid #2c333a;
	border-radius: 0 0 10px 10px;
	box-shadow: var(--bp-shadow-md);
	opacity: 0;
	visibility: hidden;
	transform: translateY(7px);
	transition:
		opacity var(--bp-transition),
		transform var(--bp-transition),
		visibility var(--bp-transition);
}

.bp-primary-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.bp-primary-menu .sub-menu a {
	display: block;
	padding: 10px 11px;
	border-radius: 6px;
	color: #bcc2c6;
	font-size: 11px;
	font-weight: 600;
}

.bp-primary-menu .sub-menu a:hover {
	background: #202831;
	color: #ffffff;
}

.bp-header-shop-link {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 58px;
	padding-left: 20px;
	color: #d4d8db;
	font-size: 11px;
	font-weight: 750;
	white-space: nowrap;
}

.bp-header-shop-link span {
	color: #d99b21;
	transition: transform var(--bp-transition);
}

.bp-header-shop-link:hover {
	color: #ffffff;
}

.bp-header-shop-link:hover span {
	transform: translateX(3px);
}


/* ==========================================================================
   COMMON BUTTONS / LABELS
   ========================================================================== */

.bp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 23px;
	border: 1px solid transparent;
	border-radius: 9px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.025em;
	transition:
		transform var(--bp-transition),
		box-shadow var(--bp-transition),
		background var(--bp-transition),
		color var(--bp-transition);
}

.bp-button:hover {
	transform: translateY(-2px);
}

.bp-button--primary {
	background:
		linear-gradient(
			145deg,
			#e0a32c,
			#c18418
		);
	color: #101418;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.27),
		0 9px 20px rgba(112, 71, 12, 0.16);
}

.bp-button--primary:hover {
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		0 14px 27px rgba(112, 71, 12, 0.24);
}

.bp-button--secondary {
	background: rgba(255, 255, 255, 0.035);
	border-color: rgba(255, 255, 255, 0.16);
	color: #f3f4f4;
	backdrop-filter: blur(8px);
}

.bp-button--secondary:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.28);
}

.bp-button--light {
	background: #ffffff;
	color: #14181d;
	box-shadow: var(--bp-shadow-sm);
}

.bp-button--light:hover {
	background: #f4f3ef;
}

.bp-eyebrow {
	margin-bottom: 11px;
	color: #b87a15;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.bp-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #2a333c;
	font-size: 11px;
	font-weight: 750;
}

.bp-text-link span {
	color: #c5871d;
	transition: transform var(--bp-transition);
}

.bp-text-link:hover span {
	transform: translateX(4px);
}


/* ==========================================================================
   HOMEPAGE HERO — FOUNDATION VERSION
   ========================================================================== */

.bp-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(
			125deg,
			#0d1217 0%,
			#171e25 58%,
			#252e36 100%
		);
	color: #ffffff;
}

.bp-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			115deg,
			rgba(255, 255, 255, 0.015),
			transparent 35%
		);
	pointer-events: none;
}

.bp-hero__grid {
	position: relative;
	z-index: 1;
	min-height: 560px;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
	align-items: center;
	gap: 70px;
	padding: 72px 0;
}

.bp-hero__content {
	max-width: 720px;
}

.bp-hero__title {
	max-width: 720px;
	margin-bottom: 23px;
	color: #ffffff;
	font-size: clamp(3.1rem, 5vw, 5.4rem);
	line-height: 0.97;
	font-weight: 800;
	letter-spacing: -0.055em;
}

.bp-hero__title span {
	display: block;
	color: #d89b1d;
}

.bp-hero__description {
	max-width: 650px;
	margin-bottom: 29px;
	color: #b6bdc3;
	font-size: 14px;
	line-height: 1.8;
}

.bp-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 11px;
	margin-bottom: 40px;
}

.bp-hero__trust {
	display: flex;
	align-items: stretch;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 24px;
}

.bp-hero-trust-item {
	min-width: 145px;
	padding: 0 25px;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.bp-hero-trust-item:first-child {
	padding-left: 0;
}

.bp-hero-trust-item:last-child {
	border-right: 0;
}

.bp-hero-trust-item strong {
	display: block;
	margin-bottom: 4px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 750;
}

.bp-hero-trust-item span {
	display: block;
	color: #818b94;
	font-size: 9px;
}


/* ==========================================================================
   CURRENT HERO PANEL
   Temporary until product-led hero replacement
   ========================================================================== */

.bp-hero__panel {
	position: relative;
	min-height: 390px;
	display: flex;
	flex-direction: column;
	padding: 28px;
	overflow: hidden;
	background:
		linear-gradient(
			145deg,
			#ebe7dd 0%,
			#f7f5ef 52%,
			#d9d6cf 100%
		);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 24px;
	color: #101418;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 35px 80px rgba(0, 0, 0, 0.28);
}

.bp-hero-panel__label {
	align-self: flex-start;
	padding: 7px 10px;
	border: 1px solid rgba(16, 20, 24, 0.13);
	border-radius: 999px;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bp-hero-panel__visual {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bp-hero-panel__mark {
	margin-bottom: 15px;
	color: #ca8b1a;
	font-size: clamp(4rem, 8vw, 7.5rem);
	line-height: 0.8;
	font-weight: 800;
	letter-spacing: -0.08em;
}

.bp-hero-panel__visual p {
	max-width: 300px;
	margin: 0;
	color: #161a1e;
	font-size: 21px;
	line-height: 1.16;
	font-weight: 750;
	letter-spacing: -0.035em;
}

.bp-hero-panel__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	font-size: 10px;
	font-weight: 750;
}


/* ==========================================================================
   OLD VALUE STRIP
   Reduced visual intensity until homepage structure replacement
   ========================================================================== */

.bp-value-strip {
	background:
		linear-gradient(
			90deg,
			#202832,
			#2e3945
		);
	color: #ffffff;
}

.bp-value-strip__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.bp-value-item {
	min-height: 94px;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 22px 32px;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.bp-value-item:first-child {
	padding-left: 0;
}

.bp-value-item:last-child {
	padding-right: 0;
	border-right: 0;
}

.bp-value-item__number {
	width: 8px;
	height: 8px;
	overflow: hidden;
	border-radius: 50%;
	background: #d89b1d;
	color: transparent;
	font-size: 0;
	box-shadow: 0 0 0 4px rgba(216, 155, 29, 0.13);
}

.bp-value-item strong {
	display: block;
	margin-bottom: 3px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
}

.bp-value-item div span {
	display: block;
	color: #9099a2;
	font-size: 9px;
}


/* ==========================================================================
   HOMEPAGE SECTIONS
   ========================================================================== */

.bp-section {
	padding: 90px 0;
}

.bp-section--categories {
	background:
		linear-gradient(
			180deg,
			#f1f0eb,
			#ecebe6
		);
}

.bp-section--products {
	background: #faf9f6;
}

.bp-section--sale {
	background:
		linear-gradient(
			180deg,
			#eae8e2,
			#f2f0eb
		);
}

.bp-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 38px;
}

.bp-section-heading h2 {
	margin: 0;
	color: #161b20;
	font-size: clamp(2rem, 3vw, 3.1rem);
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.045em;
}


/* ==========================================================================
   CATEGORY CARDS
   ========================================================================== */

.bp-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.bp-category-card {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(
			145deg,
			#ffffff,
			#f3f2ee
		);
	border: 1px solid rgba(30, 36, 42, 0.1);
	border-radius: 16px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 7px 20px rgba(20, 24, 28, 0.035);
	transition:
		transform var(--bp-transition),
		box-shadow var(--bp-transition),
		border-color var(--bp-transition);
}

.bp-category-card:hover {
	transform: translateY(-5px);
	border-color: rgba(181, 123, 24, 0.35);
	box-shadow: var(--bp-shadow-md);
}

.bp-category-card__media {
	position: relative;
	aspect-ratio: 1.35 / 1;
	display: grid;
	place-items: center;
	overflow: hidden;
	background:
		linear-gradient(
			145deg,
			#e7e6e1,
			#f2f1ed
		);
	border-bottom: 1px solid rgba(30, 36, 42, 0.08);
}

.bp-category-card__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 24px;
	transition: transform 300ms ease;
}

.bp-category-card:hover .bp-category-card__image {
	transform: scale(1.045);
}

.bp-category-card__placeholder {
	width: 82px;
	height: 82px;
	display: grid;
	place-items: center;
	border-radius: 22px;
	background:
		linear-gradient(
			145deg,
			#26323d,
			#141a20
		);
	color: #daa02c;
	font-size: 28px;
	font-weight: 800;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 12px 28px rgba(12, 16, 20, 0.16);
}

.bp-category-card__content {
	position: relative;
	padding: 20px 21px 22px;
}

.bp-category-card__content h3 {
	max-width: calc(100% - 42px);
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 750;
	letter-spacing: -0.018em;
}

.bp-category-card__content p {
	margin: 0;
	color: #747c84;
	font-size: 9px;
}

.bp-category-card__arrow {
	position: absolute;
	right: 18px;
	top: 19px;
	width: 31px;
	height: 31px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(30, 36, 42, 0.08);
	border-radius: 50%;
	background: #f3f2ee;
	color: #333c44;
	font-size: 12px;
	transition:
		transform var(--bp-transition),
		background var(--bp-transition),
		color var(--bp-transition);
}

.bp-category-card:hover .bp-category-card__arrow {
	transform: translateX(2px);
	background: #d89b1d;
	color: #111418;
}


/* ==========================================================================
   PRODUCT GRID
   ========================================================================== */

.bp-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.bp-product-card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background:
		linear-gradient(
			145deg,
			#ffffff,
			#fbfaf8
		);
	border: 1px solid rgba(30, 36, 42, 0.1);
	border-radius: 15px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 7px 18px rgba(20, 24, 28, 0.035);
	transition:
		transform var(--bp-transition),
		box-shadow var(--bp-transition),
		border-color var(--bp-transition);
}

.bp-product-card:hover {
	transform: translateY(-5px);
	border-color: rgba(181, 123, 24, 0.28);
	box-shadow: var(--bp-shadow-md);
}

.bp-product-card__media {
	position: relative;
	aspect-ratio: 1 / 0.9;
	display: grid;
	place-items: center;
	overflow: hidden;
	background:
		linear-gradient(
			145deg,
			#fafaf8,
			#efefeb
		);
	border-bottom: 1px solid rgba(30, 36, 42, 0.07);
}

.bp-product-card__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 24px;
	transition: transform 280ms ease;
}

.bp-product-card:hover .bp-product-card__image {
	transform: scale(1.04);
}

.bp-product-card__badge {
	position: absolute;
	top: 13px;
	left: 13px;
	z-index: 2;
	padding: 6px 8px;
	background:
		linear-gradient(
			135deg,
			#dfa328,
			#bb7914
		);
	border-radius: 5px;
	color: #111418;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 4px 12px rgba(96, 61, 10, 0.16);
}

.bp-product-card__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 19px;
}

.bp-product-card__category {
	margin-bottom: 8px;
	color: #818990;
	font-size: 8px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.bp-product-card__title {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: -0.012em;
}

.bp-product-card__price {
	margin-top: auto;
	margin-bottom: 15px;
	color: #14191e;
	font-size: 17px;
	font-weight: 800;
}

.bp-product-card__price del {
	margin-right: 5px;
	color: #9da2a6;
	font-size: 10px;
	font-weight: 500;
}

.bp-product-card__price ins {
	color: #ad352f;
	text-decoration: none;
}

.bp-product-card__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 13px;
	border-top: 1px solid #e8e8e4;
	color: #262f37;
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}


/* ==========================================================================
   COMMERCIAL BANNER
   ========================================================================== */

.bp-commercial-banner {
	padding: 0 0 90px;
	background: #faf9f6;
}

.bp-commercial-banner__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	padding: 52px 58px;
	overflow: hidden;
	background:
		linear-gradient(
			120deg,
			#182029 0%,
			#212b35 55%,
			#303c47 100%
		);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 20px;
	color: #ffffff;
	box-shadow: var(--bp-shadow-sm);
}

.bp-commercial-banner__inner::after {
	content: "";
	position: absolute;
	right: -90px;
	top: -120px;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(216, 155, 29, 0.16),
			transparent 68%
		);
}

.bp-commercial-banner__inner > * {
	position: relative;
	z-index: 1;
}

.bp-commercial-banner__inner h2 {
	max-width: 760px;
	margin-bottom: 12px;
	color: #ffffff;
	font-size: clamp(1.8rem, 3vw, 3rem);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.045em;
}

.bp-commercial-banner__inner p:not(.bp-eyebrow) {
	max-width: 680px;
	margin-bottom: 0;
	color: #9fa8b0;
	font-size: 12px;
	line-height: 1.75;
}


/* ==========================================================================
   LEGACY FOOTER BASE
   Kept for plugin/old-selector compatibility
   ========================================================================== */

.bp-footer {
	background: var(--bp-bg-darker);
	color: #d4d8dc;
}


/* ==========================================================================
   WOOCOMMERCE FOUNDATION
   ========================================================================== */

.woocommerce img,
.woocommerce-page img {
	height: auto;
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 26px;
	color: #747c84;
	font-size: 10px;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #252e36;
	font-weight: 600;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: #b97b16;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 18px 20px;
	border: 1px solid var(--bp-border);
	border-top: 3px solid #d89b1d;
	background: #ffffff;
	border-radius: 9px;
	box-shadow: var(--bp-shadow-xs);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	min-height: 44px;
	padding: 0 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background:
		linear-gradient(
			145deg,
			#1b2229,
			#11161b
		);
	color: #ffffff;
	font-size: 10px;
	font-weight: 750;
	transition:
		background var(--bp-transition),
		color var(--bp-transition),
		transform var(--bp-transition);
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	transform: translateY(-1px);
	background:
		linear-gradient(
			145deg,
			#dfa52f,
			#be8018
		);
	color: #111418;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background:
		linear-gradient(
			145deg,
			#dfa52f,
			#be8018
		);
	color: #111418;
}

.woocommerce span.onsale {
	min-width: auto;
	min-height: auto;
	padding: 6px 9px;
	line-height: 1;
	border-radius: 5px;
	background:
		linear-gradient(
			135deg,
			#dfa52f,
			#bd7c16
		);
	color: #111418;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.06em;
}


/* ==========================================================================
   PAGINATION
   ========================================================================== */

.navigation.pagination {
	margin-top: 40px;
}

.nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}

.nav-links .page-numbers {
	min-width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	padding: 0 10px;
	border: 1px solid var(--bp-border);
	border-radius: 7px;
	background: #ffffff;
	font-size: 10px;
	font-weight: 700;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
	background: #1a222a;
	border-color: #1a222a;
	color: #ffffff;
}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 1180px) {

	.bp-header__main-inner {
		grid-template-columns: 170px minmax(260px, 1fr) auto;
		gap: 24px;
	}

	.bp-brand__logo {
		max-width: 150px;
	}

	.bp-header-action__content {
		display: none;
	}

	.bp-navigation__inner {
		grid-template-columns: 220px 1fr auto;
	}

	.bp-primary-menu > li > a {
		padding: 0 11px;
	}

	.bp-hero__grid {
		grid-template-columns: minmax(0, 1fr) 390px;
		gap: 44px;
	}

	.bp-category-grid,
	.bp-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}


/* ==========================================================================
   SMALL TABLET
   ========================================================================== */

@media (max-width: 900px) {

	.bp-container {
		width: min(calc(100% - 32px), var(--bp-container));
	}

	.bp-header__utility {
		display: none;
	}

	.bp-header__main-inner {
		grid-template-columns: 1fr auto;
		min-height: 78px;
		gap: 18px;
	}

	.bp-brand__logo {
		max-width: 145px;
		max-height: 48px;
	}

	.bp-header-search {
		grid-column: 1 / -1;
		padding-bottom: 15px;
	}

	.bp-header-actions {
		justify-self: end;
	}

	.bp-navigation__inner {
		grid-template-columns: 1fr auto;
	}

	.bp-primary-nav {
		display: none;
	}

	.bp-hero__grid {
		min-height: auto;
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 58px 0;
	}

	.bp-value-strip__grid {
		grid-template-columns: 1fr;
	}

	.bp-value-item {
		min-height: 76px;
		padding: 17px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.bp-value-item:last-child {
		border-bottom: 0;
	}

	.bp-category-grid,
	.bp-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bp-commercial-banner__inner {
		align-items: flex-start;
		flex-direction: column;
		padding: 42px;
	}
}


/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 600px) {

	body {
		font-size: 14px;
	}

	.bp-container {
		width: min(calc(100% - 24px), var(--bp-container));
	}

	.bp-header__main-inner {
		min-height: 70px;
	}

	.bp-brand__logo {
		max-width: 125px;
	}

	.bp-header-actions {
		gap: 2px;
	}

	.bp-header-action {
		padding: 0 4px;
	}

	.bp-header-action__icon {
		width: 33px;
		height: 33px;
	}

	.bp-product-search {
		height: 48px;
	}

	.bp-navigation__inner {
		min-height: 52px;
	}

	.bp-category-trigger {
		height: 52px;
		font-size: 10px;
	}

	.bp-header-shop-link {
		min-height: 52px;
		font-size: 10px;
	}

	.bp-hero__grid {
		padding: 46px 0;
	}

	.bp-hero__title {
		font-size: clamp(2.8rem, 15vw, 4.1rem);
	}

	.bp-hero__description {
		font-size: 13px;
	}

	.bp-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.bp-button {
		width: 100%;
	}

	.bp-hero__trust {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.bp-hero-trust-item {
		min-width: 0;
		padding: 0 0 14px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.bp-hero-trust-item:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.bp-section {
		padding: 65px 0;
	}

	.bp-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		margin-bottom: 27px;
	}

	.bp-category-grid,
	.bp-product-grid {
		grid-template-columns: 1fr;
	}

	.bp-category-card__media {
		aspect-ratio: 1.55 / 1;
	}

	.bp-product-card__media {
		aspect-ratio: 1.15 / 1;
	}

	.bp-commercial-banner {
		padding-bottom: 65px;
	}

	.bp-commercial-banner__inner {
		padding: 30px 23px;
		border-radius: 15px;
	}
}