/**
 * Brandstore main styles — aligned with websitedemos.net/brandstore-02
 */

:root {
	--bs-font: "Lato", sans-serif;
	--bs-text: #333333;
	--bs-text-light: #f5f7f9;
	--bs-accent: #0084d6;
	--bs-accent-dark: #0075be;
	--bs-white: #ffffff;
	--bs-page-bg: #f5f7f9;
	--bs-container: 1200px;
	--bs-special-edition: 1380px;
	--bs-featured-products: 1380px;
	--bs-featured-product-size: 248px;
	--bs-featured-product-gap: 20px;
	--bs-features-col: 270px;
	--bs-features-gap: 32px;
	--bs-home-band-y: 80px;
	--bs-home-band-y-sm: 40px;
	--bs-home-client-logos-height: 200px;
	--bs-home-promo-cards-height: 480px;
	--bs-home-features-height: 400px;
	--bs-home-features-width: 1600px;
	--bs-footer-widgets-height: 300px;
	--bs-footer-bottom-height: 110px;
	--bs-sale: #77a464;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--bs-font);
	font-size: 16px;
	line-height: 1.6;
	color: var(--bs-text);
	background: var(--bs-white);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

.ast-container {
	width: min(100%, var(--bs-container));
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* Header */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
	color: var(--bs-text-light);
}

/* Logged-in admin bar: absolute header sits below #wpadminbar (shop page uses position:relative). */
.admin-bar.brandstore-hero-header .site-header {
	top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
	.admin-bar.brandstore-hero-header .site-header {
		top: var(--wp-admin--admin-bar--height, 46px);
	}
}

body.brandstore-hero-header .site-header-bar {
	background: rgba(0, 0, 0, 0.07);
	min-height: 103px;
	display: flex;
	align-items: center;
}

.site-header-container {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 35px;
	padding-right: 35px;
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	padding-top: 28px;
	padding-bottom: 28px;
}

.header-left {
	display: flex;
	align-items: center;
	flex: 1;
	gap: 36px;
	min-width: 0;
}

.site-branding .custom-logo {
	max-height: 47px;
	width: auto;
}

body.brandstore-hero-header .site-branding .custom-logo-link--light .custom-logo {
	filter: none;
}

body.brandstore-hero-header .site-branding .custom-logo-link:not(.custom-logo-link--light) img {
	filter: brightness(0) invert(1);
}

body:not(.brandstore-hero-header) .site-branding .custom-logo,
body:not(.brandstore-hero-header) .site-branding img {
	filter: none;
}

.brandstore-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.brandstore-menu a {
	font-size: 14.4px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: var(--bs-text-light);
	transition: opacity 0.2s;
}

.brandstore-menu a:hover {
	opacity: 0.85;
}

.main-navigation {
	display: flex;
	justify-content: flex-start;
	flex: 0 1 auto;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

.secondary-navigation .brandstore-menu {
	gap: 24px;
}

.header-cart {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	font-size: 14px;
}

.cart-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-text-light);
}

.header-icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}

.header-icon svg {
	width: 100%;
	display: block;
}

.account-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-text-light);
}

.cart-count {
	position: absolute;
	top: -8px;
	right: -10px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
}

body.brandstore-hero-header .cart-count {
	background: #fff;
	color: #111;
}

.menu-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: 0;
	padding: 4px;
	cursor: pointer;
}

.menu-toggle-bar {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--bs-text-light);
}

.mobile-menu {
	background: rgba(0, 0, 0, 0.92);
	padding: 16px 20px;
}

.mobile-menu .brandstore-menu {
	flex-direction: column;
	align-items: flex-start;
}

/* Inner pages header — demo shop/category: white bar, dark text */
body:not(.brandstore-hero-header) .site-header {
	position: relative;
	background: var(--bs-white);
	color: var(--bs-text);
	border-bottom: 1px solid #eee;
}

body:not(.brandstore-hero-header) .site-header-container {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 35px;
	padding-right: 35px;
}

body:not(.brandstore-hero-header) .main-navigation .brandstore-menu {
	gap: 12px 18px;
	row-gap: 10px;
	line-height: 1.35;
}

body:not(.brandstore-hero-header) .main-navigation .brandstore-menu a {
	font-size: 13px;
	line-height: 1.35;
	letter-spacing: 0.04em;
}

body:not(.brandstore-hero-header) .secondary-navigation .brandstore-menu {
	gap: 20px;
}

body:not(.brandstore-hero-header) .secondary-navigation .brandstore-menu a {
	font-size: 13px;
	line-height: 1.35;
}

@media (min-width: 1100px) {
	body:not(.brandstore-hero-header) .header-left {
		gap: 28px;
	}

	body:not(.brandstore-hero-header) .main-navigation .brandstore-menu {
		flex-wrap: nowrap;
		gap: 22px;
	}
}

body:not(.brandstore-hero-header) .brandstore-menu a,
body:not(.brandstore-hero-header) .cart-link,
body:not(.brandstore-hero-header) .account-link,
body:not(.brandstore-hero-header) .header-cart .cart-total {
	color: var(--bs-text);
}

body:not(.brandstore-hero-header) .menu-toggle-bar {
	background: var(--bs-text);
}

body:not(.brandstore-hero-header) .mobile-menu {
	background: var(--bs-white);
	border-bottom: 1px solid #eee;
}

body:not(.brandstore-hero-header) .mobile-menu .brandstore-menu a {
	color: var(--bs-text);
}

/* Hero — demo uses background-attachment: fixed (top stays, bottom clips on scroll) */
.hero-section {
	position: relative;
	min-height: auto;
	color: var(--bs-white);
	background-image: linear-gradient(
			105deg,
			rgba(6, 38, 72, 0.78) 0%,
			rgba(10, 52, 88, 0.52) 42%,
			rgba(18, 72, 108, 0.28) 100%
		),
		var(--hero-bg-image);
	background-size: cover, cover;
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-attachment: fixed, fixed;
}

body.home .hero-section {
	min-height: 906px;
}

/* Demo: copy in 1200px container, text block left-aligned (not centered on page). */
.hero-shell {
	padding-top: 286px;
	padding-bottom: 286px;
}

.hero-inner {
	position: relative;
	z-index: 1;
	max-width: 640px;
	margin: 0;
	text-align: left;
}

.hero-section h1 {
	margin: 0 0 16px;
	font-size: clamp(2.5rem, 5vw, 66px);
	font-weight: 700;
	line-height: 1.1;
}

.hero-subtitle {
	margin: 0 0 32px;
	font-size: clamp(1.25rem, 2.5vw, 28px);
	font-weight: 400;
	line-height: 1.3;
}

.hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.btn {
	display: inline-block;
	padding: 15px 20px;
	font-family: var(--bs-font);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	border: 2px solid transparent;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-primary {
	background: var(--bs-white);
	color: #111;
	border-color: var(--bs-white);
}

.btn-primary:hover {
	background: transparent;
	color: var(--bs-white);
}

.btn-outline {
	background: transparent;
	color: var(--bs-white);
	border-color: var(--bs-white);
}

.btn-outline:hover {
	background: var(--bs-white);
	color: #111;
}

.btn-dark {
	background: #111;
	color: var(--bs-white);
	border-color: #111;
}

.btn-dark:hover {
	background: transparent;
	color: #111;
}

.btn-sm {
	padding: 12px 18px;
	font-size: 13px;
}

/* Client logos — single 200px band (carousel + arrows vertically centered). */
.client-logos-section {
	height: var(--bs-home-client-logos-height);
	min-height: var(--bs-home-client-logos-height);
	padding: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-white);
}

.client-logos-inner {
	display: flex;
	align-items: center;
	gap: 8px;
	width: min(100%, var(--bs-container));
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	min-height: 0;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.client-logos-viewport {
	flex: 1;
	overflow: hidden;
}

.client-logos-track {
	display: flex;
	align-items: center;
	will-change: transform;
	transition: transform 500ms ease;
}

.client-logo-slide {
	flex: 0 0 20%;
	min-width: 0;
	box-sizing: border-box;
	padding: 0 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.client-logo-figure {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.client-logo-image {
	max-height: 48px;
	max-width: 200px;
	width: auto;
	height: auto;
	display: block;
	opacity: 1;
	filter: none;
}

.client-logos-nav {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: #9a9a9a;
	transition: color 0.2s ease;
}

.client-logos-nav::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.client-logos-nav--prev::before {
	transform: rotate(-135deg);
	margin-left: 4px;
}

.client-logos-nav--next::before {
	transform: rotate(45deg);
	margin-right: 4px;
}

.client-logos-nav:hover,
.client-logos-nav:focus-visible {
	color: #5c5c5c;
	outline: none;
}

@media (max-width: 1024px) {
	.client-logo-slide {
		flex-basis: 25%;
	}
}

@media (max-width: 768px) {
	.client-logo-slide {
		flex-basis: 33.333%;
	}
}

@media (max-width: 480px) {
	.client-logo-slide {
		flex-basis: 50%;
	}
}

/* Promo cards — card row height 480px (no extra section padding band). */
.promo-cards-section {
	padding: 0;
	background: var(--bs-white);
}

.promo-cards-wrap {
	width: min(100%, var(--bs-container));
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.promo-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.promo-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: var(--bs-home-promo-cards-height);
	height: var(--bs-home-promo-cards-height);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px;
	color: var(--bs-white);
	overflow: hidden;
	box-sizing: border-box;
}

.promo-card--women {
	background-position: 100% 0%;
}

.promo-card--men {
	background-position: 0% 50%;
}

.promo-card--footwear {
	background-position: 100% 50%;
}

.promo-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.62) 0%,
		rgba(0, 0, 0, 0.25) 45%,
		rgba(0, 0, 0, 0.08) 100%
	);
}

.promo-card-content {
	position: relative;
	z-index: 1;
	max-width: 320px;
}

.promo-card h3 {
	margin: 0 0 12px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.promo-card p {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.5;
	opacity: 0.95;
}

/* Featured products — 1380px content grid, 5×248px cards (demo band). */
.featured-products-section {
	padding: var(--bs-home-band-y) 0;
	background: var(--bs-text-light);
}

.featured-products-wrap {
	width: min(100%, var(--bs-featured-products));
	max-width: var(--bs-featured-products);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.featured-products-section .section-title,
.section-title {
	margin: 0 0 40px;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
}

.featured-products-section .brandstore-wc-products .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(5, var(--bs-featured-product-size));
	gap: 24px var(--bs-featured-product-gap);
	justify-content: center;
	width: 100%;
	max-width: var(--bs-featured-products);
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.featured-products-section .brandstore-wc-products .woocommerce ul.products::before,
.featured-products-section .brandstore-wc-products .woocommerce ul.products::after {
	display: none !important;
	content: none !important;
}

.featured-products-section .brandstore-wc-products .woocommerce ul.products li.product {
	width: var(--bs-featured-product-size) !important;
	max-width: var(--bs-featured-product-size);
	margin: 0 !important;
	float: none !important;
	text-align: left;
	position: relative;
}

.featured-products-section .brandstore-shop-thumbnail-wrap {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 14px;
	background: var(--bs-text-light);
}

.featured-products-section .brandstore-shop-thumbnail-wrap > a:first-of-type {
	display: block;
	width: 100%;
	height: 100%;
}

.featured-products-section .brandstore-shop-thumbnail-wrap img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: contain;
	object-position: center;
}

.brandstore-wc-products .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.brandstore-wc-products .woocommerce ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	text-align: left;
	position: relative;
}

.brandstore-wc-products li.product img {
	width: 100%;
	height: auto;
}

/* Product card summary typography: assets/css/woocommerce.css */

/* Special edition — banner centered in section (no top/bottom padding band). */
.special-edition-section {
	position: relative;
	padding: 0;
	background: var(--bs-text-light);
	display: flex;
	justify-content: center;
	width: 100%;
}

.special-edition-wrap {
	width: min(100%, var(--bs-special-edition));
	max-width: var(--bs-special-edition);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	flex: 0 1 var(--bs-special-edition);
}

.special-edition-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 500px;
	min-height: 500px;
	max-height: 500px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #7fa8c4;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Demo Elementor: blue tint gradient at 50% opacity over banner-03 */
.special-edition-grid::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(100deg, rgb(0, 132, 214) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.5;
}

.special-edition-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 56px 64px;
	background: transparent;
	color: #fff;
	position: relative;
	z-index: 1;
	font-family: var(--bs-font);
}

.special-edition-copy > h4:first-of-type {
	margin: 0 0 12px;
	font-family: var(--bs-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-transform: none;
	letter-spacing: normal;
	color: #fff;
}

.special-edition-copy h2 {
	margin: 0 0 16px;
	font-family: var(--bs-font);
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: none;
	letter-spacing: normal;
	color: #fff;
}

.special-edition-copy p {
	margin: 0 0 20px;
	max-width: 520px;
	font-family: var(--bs-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.86;
	color: #fff;
}

.special-edition-code {
	margin: 0 0 28px !important;
	font-family: var(--bs-font) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 24px !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	color: #fff !important;
	max-width: 520px;
}

.special-edition-copy .btn-special-edition {
	align-self: flex-start;
	display: inline-block;
	width: auto;
	min-width: 0;
	padding: 16px 28px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}

.special-edition-media {
	height: 500px;
	min-height: 500px;
	background: none;
	position: relative;
	z-index: 1;
}

/* Features — 400px × 1600px content band; block centered vertically. */
.features-section {
	height: var(--bs-home-features-height);
	min-height: var(--bs-home-features-height);
	padding: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bs-text-light);
	width: 100%;
}

.features-section .features-grid {
	padding-left: 0;
	padding-right: 0;
	width: min(100%, var(--bs-home-features-width));
	max-width: var(--bs-home-features-width);
	margin: 0 auto;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(4, var(--bs-features-col));
	gap: var(--bs-features-gap);
	justify-content: center;
	text-align: center;
}

.feature-item {
	min-width: 0;
	max-width: var(--bs-features-col);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.feature-item img {
	margin: 0 auto 16px;
	display: block;
}

.feature-item h5 {
	margin: 0 0 10px;
	font-family: var(--bs-font);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}

.feature-item p {
	margin: 0;
	font-family: var(--bs-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
	color: #333;
	text-wrap: pretty;
}

@media (max-width: 1600px) {
	.features-section .features-grid {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Footer — link columns band 300px; copyright bar 110px (content centered). */
.site-footer {
	background: var(--bs-white);
	border-top: 1px solid #eee;
	padding: 0;
}

.site-footer-widgets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 32px;
	align-items: center;
	height: var(--bs-footer-widgets-height);
	min-height: var(--bs-footer-widgets-height);
	box-sizing: border-box;
	width: min(100%, var(--bs-container));
	max-width: var(--bs-container);
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.footer-col h4 a {
	color: inherit;
	text-decoration: none;
}

.footer-col h4 a:hover {
	color: var(--bs-accent);
}

.footer-col h4 {
	margin: 0 0 16px;
	font-family: var(--bs-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}

.footer-menu,
.brandstore-menu.brandstore-menu--footer {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
}

.site-footer-widgets .menu-item {
	margin: 0;
	padding: 0;
}

.brandstore-menu.brandstore-menu--footer a,
.footer-menu a {
	display: block;
	text-transform: none;
	font-family: var(--bs-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.86;
	letter-spacing: normal;
	color: #333;
	opacity: 1;
}

.footer-menu li {
	margin: 0;
}

.footer-menu a:hover,
.site-footer .brandstore-menu.brandstore-menu--footer a:hover {
	color: var(--bs-accent);
	opacity: 1;
}

.footer-col--quick-links {
	text-align: right;
}

.footer-col--quick-links .footer-menu,
.footer-col--quick-links .brandstore-menu.brandstore-menu--footer {
	align-items: flex-end;
}

.site-footer-bottom {
	border-top: 1px solid #eee;
	height: var(--bs-footer-bottom-height);
	min-height: var(--bs-footer-bottom-height);
	padding: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-footer-bottom-wrap {
	width: min(100%, var(--bs-container));
	max-width: var(--bs-container);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.site-footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	width: 100%;
	min-height: 0;
}

.site-footer-copyright,
.site-footer-credit {
	margin: 0;
	font-family: var(--bs-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.86;
	color: #333;
}

.site-footer-credit {
	text-align: right;
}

/* Floating cart */
.floating-cart {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 200;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--bs-accent);
	box-shadow: 0 4px 16px rgba(0, 132, 214, 0.45);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49A1 1 0 0020 4H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px;
}

.floating-cart-count {
	position: absolute;
	top: 2px;
	right: 2px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #7ad03a;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
}

/* Content pages */
.content-area {
	padding: 60px 20px 80px;
}

.entry-title {
	margin-top: 0;
	font-size: 36px;
}

/* Static About / Contact pages (demo layout) */
.brandstore-page {
	color: var(--bs-text);
}

.brandstore-page-about {
	margin: 0;
}

/* About / Contact — subpage heroes (same height as demo contact banner) */
.hero-section.brandstore-subpage-hero {
	min-height: 520px;
	height: 520px;
	max-height: 520px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}

.brandstore-subpage-hero-shell {
	min-height: 520px;
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brandstore-subpage-hero-inner {
	position: relative;
	z-index: 1;
	max-width: none;
	margin: 0;
	text-align: center;
}

.brandstore-subpage-hero h1 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 42px);
	font-weight: 700;
	line-height: 1.15;
}

.about-intro-section {
	padding: 75px 0;
	background: var(--bs-white);
}

.about-intro-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
}

.about-intro-heading {
	margin: 0 0 20px;
	font-size: clamp(1.5rem, 3vw, 32px);
	font-weight: 700;
	line-height: 1.25;
	color: var(--bs-text);
}

.about-intro-text {
	margin: 0;
	font-size: 16px;
	line-height: 1.86;
	color: var(--bs-text);
}

.about-intro-media img {
	width: 100%;
	height: auto;
	display: block;
}

.about-team-section {
	background: var(--bs-text-light);
	padding: 75px 0;
	text-align: center;
}

.about-section-kicker {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--bs-text);
}

.about-section-heading {
	margin: 0 0 16px;
	font-size: clamp(1.5rem, 3vw, 32px);
	font-weight: 700;
	line-height: 1.25;
	color: var(--bs-text);
}

.about-section-lead {
	margin: 0 auto 8px;
	max-width: 720px;
	font-size: 16px;
	line-height: 1.86;
	color: var(--bs-text);
}

.about-team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 32px;
	margin-top: 48px;
}

.about-team-card {
	text-align: center;
}

.about-team-avatar {
	width: 150px;
	height: 150px;
	margin: 0 auto 20px;
	border-radius: 50%;
	overflow: hidden;
	background: #e8ecef;
}

.about-team-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-team-name {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--bs-text);
}

.about-team-role {
	margin: 0;
	font-size: 16px;
	line-height: 1.86;
	color: var(--bs-text);
}

.about-follow-section {
	padding: 50px 0 60px;
	background: var(--bs-white);
	text-align: center;
}

.about-follow-inner {
	max-width: 720px;
	margin: 0 auto;
}

.about-follow-divider {
	width: 50px;
	height: 1px;
	margin: 0 auto 25px;
	background: #000;
}

.about-social-icons {
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.about-social-icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--bs-accent);
	color: var(--bs-white);
	transition: background 0.2s;
}

.about-social-icons a:hover {
	background: var(--bs-accent-dark);
}

.about-social-icons svg {
	width: 18px;
	height: 18px;
	display: block;
}

/* Contact Us — form sections below hero */
.brandstore-page-contact {
	margin: 0;
}

.contact-intro-section {
	padding: 75px 0;
	background: var(--bs-text-light);
}

.contact-intro-inner {
	max-width: 1210px;
	margin: 0 auto;
	text-align: center;
}

.contact-intro-kicker {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--bs-text);
}

.contact-intro-heading {
	margin: 0 0 8px;
	font-size: clamp(1.5rem, 3vw, 32px);
	font-weight: 700;
	line-height: 1.25;
	color: var(--bs-text);
}

.contact-intro-divider {
	width: 50px;
	height: 1px;
	margin: 15px auto 25px;
	background: #000;
}

.contact-departments-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	text-align: center;
}

.contact-dept-card {
	margin: 5px;
	padding: 30px 10px;
	background: var(--bs-white);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.2s ease;
}

.contact-dept-card:hover {
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.15);
}

.contact-dept-card-title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--bs-text);
}

.contact-dept-card-text {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.86;
	color: var(--bs-text);
}

.contact-dept-card-detail {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--bs-accent);
}

.contact-dept-card-detail a {
	color: var(--bs-accent);
}

.contact-dept-card-detail a:hover {
	color: var(--bs-accent-dark);
}

.contact-form-section {
	padding: 0 20px 150px;
	background: linear-gradient(180deg, var(--bs-text-light) 0%, var(--bs-white) 100%);
}

.contact-form-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 0;
	align-items: start;
	max-width: 1210px;
	margin: 0 auto;
	padding-top: 90px;
}

.contact-form-intro {
	padding-right: 100px;
}

.contact-form-kicker {
	margin: 0 0 25px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--bs-text);
	text-transform: none;
}

.contact-form-heading {
	margin: 0 0 16px;
	font-size: clamp(1.5rem, 3vw, 32px);
	font-weight: 700;
	line-height: 1.25;
	color: var(--bs-text);
}

.contact-form-lead {
	margin: 0;
	font-size: 16px;
	line-height: 1.86;
	color: var(--bs-text);
}

.contact-form-card {
	margin: 5px;
	padding: 30px 40px;
	background: var(--bs-white);
	border-radius: 5px;
	box-shadow: 0 30px 30px -10px rgba(0, 0, 0, 0.05);
}

.contact-form-field {
	margin: 0 0 18px;
}

.contact-form-field input[type="text"],
.contact-form-field input[type="email"],
.contact-form-field textarea {
	width: 100%;
	max-width: 100%;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 0;
	font-family: var(--bs-font);
	font-size: 16px;
	line-height: 1.5;
	background: rgba(0, 0, 0, 0.02);
	color: var(--bs-text);
}

.contact-form-field input:focus,
.contact-form-field textarea:focus {
	border-color: rgba(0, 132, 214, 0.65);
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 132, 214, 0.15);
	background: var(--bs-white);
}

.contact-form-field textarea {
	resize: vertical;
	min-height: 100px;
}

.contact-form-submit {
	margin: 8px 0 0;
}

.btn-contact-submit {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 12px 18px;
}

.contact-form-notice {
	margin-bottom: 20px;
	padding: 12px 16px;
	font-size: 15px;
	border-left: 4px solid var(--bs-accent);
	background: var(--bs-text-light);
}

.contact-form-notice--error {
	border-left-color: #c00;
}

@media (max-width: 900px) {
	.about-intro-layout {
		grid-template-columns: 1fr;
	}

	.contact-departments-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.contact-intro-section {
		padding: 50px 15px;
	}

	.contact-form-section {
		padding-bottom: 100px;
	}

	.contact-form-layout {
		grid-template-columns: 1fr;
		padding-top: 75px;
	}

	.contact-form-intro {
		padding-right: 50px;
	}

	.about-team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.contact-departments-grid,
	.about-team-grid {
		grid-template-columns: 1fr;
	}

	.contact-form-intro {
		padding-right: 0;
		text-align: center;
	}

	.contact-form-card {
		padding: 25px;
	}
}

/* WooCommerce general */
body.woocommerce-page,
body.woocommerce {
	background: var(--bs-page-bg);
}

.woocommerce-page .site-header,
.woocommerce .site-header {
	position: relative;
	background: var(--bs-white);
}

.woocommerce-page .site-footer,
body.woocommerce .site-footer {
	background: var(--bs-white);
}

.woocommerce a.button,
.woocommerce button.button {
	background: var(--bs-accent) !important;
	color: #fff !important;
	font-weight: 700;
	border-radius: 0;
}

/* Responsive */
@media (max-width: 1024px) {
	:root {
		--bs-home-band-y: 60px;
		--bs-home-band-y-sm: 32px;
		--bs-home-client-logos-height: 200px;
	}

	.hero-section {
		background-attachment: scroll, scroll;
	}

	.special-edition-grid {
		background-attachment: scroll;
		height: auto;
		min-height: 0;
		max-height: none;
	}

	.special-edition-media {
		background-attachment: scroll;
		height: 360px;
		min-height: 360px;
	}

	.promo-cards-grid {
		grid-template-columns: 1fr;
	}

	.special-edition-section {
		padding: 0;
	}

	.special-edition-copy {
		padding: 40px 32px;
	}

	.special-edition-grid {
		grid-template-columns: 1fr;
	}

	.features-grid {
		grid-template-columns: repeat(2, minmax(0, var(--bs-features-col)));
		justify-content: center;
	}

	.site-footer-widgets {
		grid-template-columns: repeat(2, 1fr);
		height: auto;
		min-height: var(--bs-footer-widgets-height);
		padding-top: 40px;
		padding-bottom: 40px;
		align-items: start;
	}

	.features-section .features-grid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.features-section {
		height: auto;
		min-height: var(--bs-home-features-height);
		padding: var(--bs-home-band-y-sm) 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.brandstore-wc-products .woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr);
	}

	.featured-products-section .brandstore-wc-products .woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
		max-width: none;
		justify-content: stretch;
	}

	.featured-products-section .brandstore-wc-products .woocommerce ul.products li.product {
		width: 100% !important;
		max-width: none;
	}

	.featured-products-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-footer-bottom-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.main-navigation,
	.secondary-navigation {
		display: none;
	}

	.menu-toggle {
		display: flex;
	}
}

@media (max-width: 768px) {
	.site-header-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.brandstore-hero-header .site-header-bar {
		min-height: 72px;
	}

	.site-header-inner {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

@media (max-width: 640px) {
	.hero-section.brandstore-subpage-hero {
		min-height: 70vh;
		height: 70vh;
		max-height: none;
	}

	.brandstore-subpage-hero-shell {
		min-height: 70vh;
	}

	body.home .hero-section {
		min-height: 70vh;
		height: auto;
		max-height: none;
	}

	.hero-shell {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.hero-inner {
		max-width: 100%;
	}

	.brandstore-wc-products .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}

	.featured-products-section .brandstore-wc-products .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.features-grid {
		grid-template-columns: minmax(0, var(--bs-features-col));
		justify-content: center;
	}

	.site-footer-widgets {
		grid-template-columns: 1fr;
	}

	.header-cart .cart-total {
		display: none;
	}
}
