/*
Theme Name: Blue White Vitrine
Theme URI: https://bluewhitemodas.com.br/
Author: BW Modas Ltda
Author URI: https://bluewhitemodas.com.br/
Description: Tema moderno para a Blue White Modas, com foco na loja do Tatuapé e WooCommerce em modo catálogo. Exibe produtos, categorias, preços opcionais e consultas por WhatsApp sem carrinho ou checkout.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blue-white-vitrine
Tags: e-commerce, custom-logo, custom-menu, featured-images, accessibility-ready, responsive-layout
*/

:root {
	--bwv-blue: #1559b7;
	--bwv-blue-dark: #0d397c;
	--bwv-navy: #17345f;
	--bwv-sky: #eaf5ff;
	--bwv-sky-strong: #d9ecf9;
	--bwv-yellow: #ffd33d;
	--bwv-yellow-soft: #fff3bd;
	--bwv-red: #ef4e4a;
	--bwv-red-soft: #ffe4e3;
	--bwv-purple: #8f64bb;
	--bwv-green: #159b68;
	--bwv-ink: #223550;
	--bwv-muted: #65748a;
	--bwv-line: #dce4ee;
	--bwv-soft: #f7f9fc;
	--bwv-white: #fff;
	--bwv-shadow-sm: 0 8px 30px rgba(23, 52, 95, 0.08);
	--bwv-shadow: 0 20px 60px rgba(23, 52, 95, 0.14);
	--bwv-radius-sm: 12px;
	--bwv-radius: 20px;
	--bwv-radius-lg: 32px;
	--bwv-container: 1240px;
	--bwv-font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--bwv-font-display: "Nunito", "DM Sans", sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--bwv-white);
	color: var(--bwv-ink);
	font-family: var(--bwv-font-body);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

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

svg {
	width: 1.25em;
	height: 1.25em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

svg .icon-fill {
	fill: currentColor;
	stroke: none;
}

a {
	color: var(--bwv-blue);
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

a:hover {
	color: var(--bwv-blue-dark);
}

button,
input,
textarea,
select {
	font: inherit;
}

button {
	cursor: pointer;
}

:focus-visible {
	outline: 3px solid rgba(21, 89, 183, 0.35);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.75em;
	color: var(--bwv-navy);
	font-family: var(--bwv-font-display);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.025em;
}

h1 {
	font-size: clamp(2.5rem, 5vw, 4.65rem);
}

h2 {
	font-size: clamp(2rem, 3.4vw, 3.15rem);
}

h3 {
	font-size: clamp(1.25rem, 2vw, 1.5rem);
}

p {
	margin: 0 0 1.2em;
}

ul,
ol {
	margin: 0 0 1.5em;
}

.site {
	min-height: 100vh;
	overflow: clip;
}

.bwv-container {
	width: min(calc(100% - 40px), var(--bwv-container));
	margin-inline: auto;
}

.bwv-container--narrow {
	max-width: 860px;
}

.screen-reader-text {
	position: absolute !important;
	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,
.skip-link:focus {
	top: 10px;
	left: 10px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 18px;
	margin: 0;
	background: var(--bwv-white);
	color: var(--bwv-navy);
	font-weight: 700;
	border-radius: 8px;
	box-shadow: var(--bwv-shadow);
}

.bwv-eyebrow {
	margin: 0 0 14px;
	color: var(--bwv-blue);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.bwv-section {
	padding: 104px 0;
}

.bwv-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 42px;
}

.bwv-section-heading h2 {
	margin-bottom: 0;
}

.bwv-section-heading p:not(.bwv-eyebrow) {
	max-width: 660px;
	margin: 14px 0 0;
	color: var(--bwv-muted);
}

.bwv-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	flex: 0 0 auto;
	padding: 8px 0;
	color: var(--bwv-blue);
	font-weight: 800;
}

.bwv-text-link svg {
	transition: transform 180ms ease;
}

.bwv-text-link:hover svg {
	transform: translateX(4px);
}

.bwv-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.bwv-button:hover {
	transform: translateY(-2px);
}

.bwv-button--primary {
	background: var(--bwv-blue);
	color: var(--bwv-white);
	box-shadow: 0 12px 28px rgba(21, 89, 183, 0.24);
}

.bwv-button--primary:hover {
	background: var(--bwv-blue-dark);
	color: var(--bwv-white);
	box-shadow: 0 15px 34px rgba(21, 89, 183, 0.32);
}

.bwv-button--secondary {
	background: var(--bwv-white);
	border-color: rgba(23, 52, 95, 0.16);
	color: var(--bwv-navy);
}

.bwv-button--secondary:hover {
	border-color: var(--bwv-green);
	color: var(--bwv-green);
}

.bwv-button--whatsapp {
	background: var(--bwv-green);
	color: var(--bwv-white);
	box-shadow: 0 12px 28px rgba(21, 155, 104, 0.2);
}

.bwv-button--whatsapp:hover {
	background: #0d8054;
	color: var(--bwv-white);
}

.bwv-button--light {
	background: var(--bwv-white);
	color: var(--bwv-blue-dark);
}

.bwv-button--light:hover {
	background: var(--bwv-yellow);
	color: var(--bwv-navy);
}

.bwv-button--outline-light {
	border-color: rgba(255, 255, 255, 0.5);
	color: var(--bwv-white);
}

.bwv-button--outline-light:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: var(--bwv-white);
	color: var(--bwv-white);
}

/* Announcement and header */
.bwv-announcement {
	position: relative;
	z-index: 60;
	background: var(--bwv-navy);
	color: var(--bwv-white);
	font-size: 0.82rem;
}

.bwv-announcement__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 38px;
}

.bwv-announcement p {
	margin: 0;
	font-weight: 600;
}

.bwv-announcement__links {
	display: flex;
	align-items: center;
	gap: 24px;
}

.bwv-announcement__links a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--bwv-white);
	font-weight: 600;
}

.bwv-announcement__links a:hover {
	color: var(--bwv-yellow);
}

.bwv-announcement__links svg {
	width: 16px;
	height: 16px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid transparent;
	backdrop-filter: blur(16px);
	transition: box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
	border-color: var(--bwv-line);
	box-shadow: 0 12px 34px rgba(23, 52, 95, 0.08);
}

.admin-bar .site-header {
	top: 32px;
}

.site-header__main {
	display: grid;
	grid-template-columns: 180px minmax(260px, 560px) auto;
	align-items: center;
	gap: 36px;
	min-height: 94px;
}

.site-branding {
	display: flex;
	align-items: center;
}

.custom-logo-link,
.bwv-default-logo {
	display: inline-flex;
	align-items: center;
}

.custom-logo,
.bwv-default-logo img {
	width: auto;
	max-width: 150px;
	height: 72px;
	object-fit: contain;
}

.site-header__search {
	width: 100%;
}

.bwv-search-form {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 48px;
	background: var(--bwv-soft);
	border: 1px solid transparent;
	border-radius: 999px;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.bwv-search-form:focus-within {
	background: var(--bwv-white);
	border-color: rgba(21, 89, 183, 0.35);
	box-shadow: 0 0 0 4px rgba(21, 89, 183, 0.08);
}

.bwv-search-form__icon {
	display: inline-flex;
	margin-left: 18px;
	color: var(--bwv-muted);
}

.bwv-search-form__field {
	min-width: 0;
	flex: 1;
	height: 100%;
	padding: 0 12px;
	background: transparent;
	border: 0;
	outline: 0;
	color: var(--bwv-ink);
}

.bwv-search-form__field::placeholder {
	color: #8a96a7;
}

.bwv-search-form button {
	height: 38px;
	margin-right: 5px;
	padding: 0 17px;
	background: var(--bwv-white);
	border: 0;
	border-radius: 999px;
	color: var(--bwv-blue);
	font-size: 0.86rem;
	font-weight: 800;
	box-shadow: 0 2px 8px rgba(23, 52, 95, 0.08);
}

.site-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.bwv-header-whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--bwv-navy);
	font-family: var(--bwv-font-display);
	font-weight: 800;
	line-height: 1.05;
}

.bwv-header-whatsapp > svg {
	width: 39px;
	height: 39px;
	padding: 8px;
	background: #e8f8f1;
	border-radius: 50%;
	color: var(--bwv-green);
}

.bwv-header-whatsapp small {
	display: block;
	margin-bottom: 4px;
	color: var(--bwv-muted);
	font-family: var(--bwv-font-body);
	font-size: 0.68rem;
	font-weight: 600;
}

.bwv-header-whatsapp:hover {
	color: var(--bwv-green);
}

.bwv-icon-button,
.bwv-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	background: var(--bwv-soft);
	border: 0;
	border-radius: 50%;
	color: var(--bwv-navy);
}

.bwv-menu-toggle__close {
	display: none;
}

.bwv-menu-toggle[aria-expanded="true"] .bwv-menu-toggle__open {
	display: none;
}

.bwv-menu-toggle[aria-expanded="true"] .bwv-menu-toggle__close {
	display: inline-flex;
}

.site-navigation {
	border-top: 1px solid var(--bwv-line);
}

.site-navigation__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
}

.bwv-menu,
.site-footer__menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bwv-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(22px, 3vw, 44px);
}

.bwv-menu > li {
	position: relative;
}

.bwv-menu > li > a {
	display: inline-flex;
	align-items: center;
	min-height: 51px;
	color: var(--bwv-ink);
	font-size: 0.83rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.bwv-menu > li > a::after {
	position: absolute;
	right: 50%;
	bottom: -1px;
	left: 50%;
	height: 3px;
	background: var(--bwv-blue);
	content: "";
	transition: right 180ms ease, left 180ms ease;
}

.bwv-menu > li:hover > a,
.bwv-menu > .current-menu-item > a,
.bwv-menu > .current-menu-ancestor > a {
	color: var(--bwv-blue);
}

.bwv-menu > li:hover > a::after,
.bwv-menu > .current-menu-item > a::after,
.bwv-menu > .current-menu-ancestor > a::after {
	right: 0;
	left: 0;
}

.bwv-menu .sub-menu {
	position: absolute;
	top: calc(100% + 1px);
	left: 50%;
	z-index: 20;
	min-width: 230px;
	padding: 12px;
	margin: 0;
	list-style: none;
	background: var(--bwv-white);
	border: 1px solid var(--bwv-line);
	border-radius: var(--bwv-radius-sm);
	box-shadow: var(--bwv-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 8px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.bwv-menu li:hover > .sub-menu,
.bwv-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.bwv-menu .sub-menu a {
	display: block;
	padding: 9px 12px;
	border-radius: 8px;
	color: var(--bwv-ink);
	font-size: 0.9rem;
	font-weight: 600;
}

.bwv-menu .sub-menu a:hover {
	background: var(--bwv-sky);
	color: var(--bwv-blue);
}

.bwv-mobile-search,
.bwv-mobile-whatsapp {
	display: none;
}

/* Hero */
.bwv-hero {
	position: relative;
	background:
		radial-gradient(circle at 88% 10%, rgba(255, 211, 61, 0.3), transparent 20%),
		linear-gradient(120deg, #f4faff 0%, var(--bwv-sky) 56%, #e1f1ff 100%);
}

.bwv-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
	align-items: center;
	gap: clamp(40px, 6vw, 90px);
	min-height: 650px;
	padding-top: 64px;
	padding-bottom: 64px;
}

.bwv-hero__content {
	position: relative;
	z-index: 2;
}

.bwv-hero h1 {
	max-width: 720px;
	margin-bottom: 22px;
	color: var(--bwv-navy);
}

.bwv-hero__lead {
	max-width: 650px;
	margin-bottom: 30px;
	color: #4f627e;
	font-size: clamp(1.05rem, 1.6vw, 1.22rem);
}

.bwv-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 42px;
}

.bwv-hero__quick-info {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	padding: 0;
	margin: 0;
	list-style: none;
	color: var(--bwv-muted);
	font-size: 0.78rem;
	line-height: 1.25;
}

.bwv-hero__quick-info li {
	position: relative;
	padding-left: 20px;
}

.bwv-hero__quick-info li::before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 7px;
	height: 7px;
	background: var(--bwv-red);
	border-radius: 50%;
	content: "";
}

.bwv-hero__quick-info li:nth-child(2)::before {
	background: var(--bwv-yellow);
}

.bwv-hero__quick-info li:nth-child(3)::before {
	background: var(--bwv-blue);
}

.bwv-hero__quick-info span {
	display: block;
	margin-bottom: 3px;
	color: var(--bwv-navy);
	font-family: var(--bwv-font-display);
	font-size: 0.98rem;
	font-weight: 900;
}

.bwv-hero__visual {
	position: relative;
	min-height: 510px;
}

.bwv-hero__image {
	position: absolute;
	top: 8%;
	right: 8%;
	bottom: 5%;
	left: 8%;
	z-index: 3;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.88);
	border: 10px solid rgba(255, 255, 255, 0.7);
	border-radius: 46% 54% 44% 56% / 55% 42% 58% 45%;
	box-shadow: var(--bwv-shadow);
}

.bwv-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	transition: transform 500ms ease;
}

.bwv-hero__image:hover img {
	transform: scale(1.025);
}

.bwv-hero__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: linear-gradient(150deg, var(--bwv-white), #e1effd);
	color: var(--bwv-blue);
}

.bwv-hero__placeholder svg {
	width: 42%;
	height: 42%;
	stroke-width: 0.8;
	opacity: 0.35;
}

.bwv-hero__shape {
	position: absolute;
	border-radius: 50%;
}

.bwv-hero__shape--yellow {
	top: 0;
	right: 0;
	width: 140px;
	height: 140px;
	background: var(--bwv-yellow);
}

.bwv-hero__shape--red {
	bottom: 0;
	left: 0;
	width: 104px;
	height: 104px;
	background: var(--bwv-red);
}

.bwv-hero__dots {
	top: 28px;
	left: 12px;
	width: 100px;
	height: 86px;
	background-image: radial-gradient(var(--bwv-blue) 2px, transparent 2px);
	background-size: 16px 16px;
	border-radius: 0;
	opacity: 0.32;
}

.bwv-hero__note {
	position: absolute;
	right: -5px;
	bottom: 30px;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 210px;
	padding: 13px 16px;
	background: var(--bwv-white);
	border-radius: 14px;
	box-shadow: var(--bwv-shadow-sm);
	color: var(--bwv-muted);
	font-size: 0.75rem;
	line-height: 1.25;
}

.bwv-hero__note strong {
	display: block;
	color: var(--bwv-navy);
	font-family: var(--bwv-font-display);
	font-size: 0.9rem;
}

.bwv-hero__note-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--bwv-red-soft);
	border-radius: 50%;
	color: var(--bwv-red);
}

.bwv-brand-stripe {
	display: grid;
	grid-template-columns: 1.25fr 1fr 0.8fr 0.55fr;
	height: 6px;
}

.bwv-brand-stripe span:nth-child(1) { background: var(--bwv-blue); }
.bwv-brand-stripe span:nth-child(2) { background: var(--bwv-yellow); }
.bwv-brand-stripe span:nth-child(3) { background: var(--bwv-red); }
.bwv-brand-stripe span:nth-child(4) { background: var(--bwv-purple); }

/* Benefits */
.bwv-benefits {
	background: var(--bwv-white);
	border-bottom: 1px solid var(--bwv-line);
}

.bwv-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.bwv-benefit {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 108px;
	padding: 18px clamp(20px, 3vw, 42px);
	border-right: 1px solid var(--bwv-line);
	color: var(--bwv-muted);
	font-size: 0.82rem;
	line-height: 1.35;
}

.bwv-benefit:first-child {
	padding-left: 0;
}

.bwv-benefit:last-child {
	padding-right: 0;
	border-right: 0;
}

.bwv-benefit strong {
	display: block;
	margin-bottom: 4px;
	color: var(--bwv-navy);
	font-family: var(--bwv-font-display);
	font-size: 0.96rem;
}

.bwv-benefit__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	background: var(--bwv-sky);
	border-radius: 15px;
	color: var(--bwv-blue);
}

.bwv-benefit__icon--yellow {
	background: var(--bwv-yellow-soft);
	color: #9a7000;
}

.bwv-benefit__icon--red {
	background: var(--bwv-red-soft);
	color: var(--bwv-red);
}

/* Category cards */
.bwv-categories {
	background: var(--bwv-white);
}

.bwv-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.bwv-category-card {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 142px;
	padding: 22px 20px;
	overflow: hidden;
	border-radius: var(--bwv-radius);
	color: var(--bwv-navy);
	isolation: isolate;
}

.bwv-category-card::before {
	position: absolute;
	inset: 0;
	z-index: -2;
	background: var(--card-bg, var(--bwv-sky));
	content: "";
}

.bwv-category-card::after {
	position: absolute;
	right: -30px;
	bottom: -50px;
	z-index: -1;
	width: 130px;
	height: 130px;
	background: rgba(255, 255, 255, 0.42);
	border-radius: 50%;
	content: "";
	transition: transform 250ms ease;
}

.bwv-category-card:hover {
	color: var(--bwv-navy);
	box-shadow: var(--bwv-shadow-sm);
	transform: translateY(-4px);
}

.bwv-category-card:hover::after {
	transform: scale(1.22);
}

.bwv-category-card--1 { --card-bg: #dff1ff; }
.bwv-category-card--2 { --card-bg: #ffe8ef; }
.bwv-category-card--3 { --card-bg: #e8edff; }
.bwv-category-card--4 { --card-bg: #fff1c2; }
.bwv-category-card--5 { --card-bg: #e5f7ee; }

.bwv-category-card > img {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.22;
	mix-blend-mode: multiply;
}

.bwv-category-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	margin-right: 12px;
	background: rgba(255, 255, 255, 0.72);
	border-radius: 15px;
	color: var(--bwv-blue);
}

.bwv-category-card--2 .bwv-category-card__icon { color: var(--bwv-red); }
.bwv-category-card--3 .bwv-category-card__icon { color: #556cce; }
.bwv-category-card--4 .bwv-category-card__icon { color: #a87400; }
.bwv-category-card--5 .bwv-category-card__icon { color: var(--bwv-green); }

.bwv-category-card__content {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	line-height: 1.25;
}

.bwv-category-card__content strong {
	font-family: var(--bwv-font-display);
	font-size: 1rem;
	font-weight: 900;
}

.bwv-category-card__content small {
	margin-top: 5px;
	color: rgba(23, 52, 95, 0.66);
	font-size: 0.7rem;
}

.bwv-category-card__arrow {
	display: inline-flex;
	margin-left: 4px;
	color: rgba(23, 52, 95, 0.6);
}

.bwv-category-card__arrow svg {
	width: 18px;
	height: 18px;
}

/* Product cards */
.bwv-products {
	background: var(--bwv-soft);
}

.bwv-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.bwv-product-card {
	min-width: 0;
	overflow: hidden;
	background: var(--bwv-white);
	border: 1px solid rgba(220, 228, 238, 0.9);
	border-radius: var(--bwv-radius);
	box-shadow: 0 4px 16px rgba(23, 52, 95, 0.025);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bwv-product-card:hover {
	border-color: rgba(21, 89, 183, 0.18);
	box-shadow: var(--bwv-shadow-sm);
	transform: translateY(-5px);
}

.bwv-product-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1.08;
	overflow: hidden;
	background: #f4f6f9;
}

.bwv-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.bwv-product-card:hover .bwv-product-card__media img {
	transform: scale(1.04);
}

.bwv-product-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	padding: 5px 10px;
	background: var(--bwv-red);
	border-radius: 999px;
	color: var(--bwv-white);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.bwv-product-card__badge--new {
	background: var(--bwv-blue);
}

.bwv-product-card__body {
	padding: 18px;
}

.bwv-product-card__category,
.bwv-product-card__category a {
	color: var(--bwv-blue);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bwv-product-card__title {
	min-height: 2.7em;
	margin: 8px 0 12px;
	font-family: var(--bwv-font-body);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}

.bwv-product-card__title a {
	color: var(--bwv-ink);
}

.bwv-product-card__title a:hover {
	color: var(--bwv-blue);
}

.bwv-product-card__price {
	min-height: 28px;
	margin-bottom: 14px;
	color: var(--bwv-navy);
	font-size: 1.03rem;
	font-weight: 800;
}

.bwv-product-card__price del {
	margin-right: 5px;
	color: #8f9aab;
	font-size: 0.78rem;
	font-weight: 500;
}

.bwv-product-card__price ins {
	background: none;
	color: var(--bwv-red);
	text-decoration: none;
}

.bwv-product-card__availability {
	min-height: 28px;
	margin: 0 0 14px;
	color: var(--bwv-muted);
	font-size: 0.78rem;
}

.bwv-product-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-top: 14px;
	border-top: 1px solid var(--bwv-line);
}

.bwv-card-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--bwv-navy);
	font-size: 0.76rem;
	font-weight: 800;
}

.bwv-card-link svg {
	width: 16px;
	height: 16px;
}

.bwv-card-whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #e8f8f1;
	border-radius: 50%;
	color: var(--bwv-green);
}

.bwv-card-whatsapp:hover {
	background: var(--bwv-green);
	color: var(--bwv-white);
}

.bwv-admin-empty {
	padding: 34px;
	background: var(--bwv-white);
	border: 1px dashed #b9c7d8;
	border-radius: var(--bwv-radius);
	color: var(--bwv-muted);
}

.bwv-admin-empty strong {
	display: block;
	color: var(--bwv-navy);
	font-size: 1.1rem;
}

.bwv-admin-empty p {
	margin: 6px 0 0;
}

/* Story */
.bwv-story {
	padding: 116px 0;
	background: var(--bwv-white);
}

.bwv-story__grid {
	display: grid;
	grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(60px, 9vw, 130px);
}

.bwv-story__visual {
	position: relative;
	min-height: 430px;
	background: var(--bwv-sky);
	border-radius: 46% 54% 52% 48% / 42% 46% 54% 58%;
}

.bwv-story__visual::before,
.bwv-story__visual::after {
	position: absolute;
	border-radius: 50%;
	content: "";
}

.bwv-story__visual::before {
	top: -28px;
	left: 26px;
	width: 72px;
	height: 72px;
	background: var(--bwv-yellow);
}

.bwv-story__visual::after {
	right: -22px;
	bottom: 35px;
	width: 58px;
	height: 58px;
	background: var(--bwv-red);
}

.bwv-story__card {
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--bwv-white);
	border-radius: var(--bwv-radius);
	box-shadow: var(--bwv-shadow);
}

.bwv-story__card--one {
	top: 58px;
	left: 40px;
	width: 230px;
	height: 180px;
	padding: 28px;
	transform: rotate(-5deg);
}

.bwv-story__card--one span {
	color: var(--bwv-blue);
	font-family: var(--bwv-font-display);
	font-size: 3.7rem;
	font-weight: 900;
	line-height: 1;
}

.bwv-story__card--one small {
	margin-top: 10px;
	color: var(--bwv-muted);
	font-size: 0.78rem;
}

.bwv-story__card--two {
	right: 30px;
	bottom: 48px;
	width: 235px;
	min-height: 145px;
	align-items: center;
	gap: 14px;
	padding: 24px;
	color: var(--bwv-navy);
	text-align: center;
	transform: rotate(4deg);
}

.bwv-story__card--two svg {
	width: 38px;
	height: 38px;
	color: var(--bwv-red);
}

.bwv-story__card--two span {
	font-family: var(--bwv-font-display);
	font-weight: 800;
	line-height: 1.2;
}

.bwv-story__orbit {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75%;
	height: 75%;
	border: 2px dashed rgba(21, 89, 183, 0.22);
	border-radius: 50%;
	transform: translate(-50%, -50%) rotate(-15deg);
}

.bwv-story__content h2 {
	max-width: 650px;
}

.bwv-story__content > p:not(.bwv-eyebrow) {
	max-width: 660px;
	color: var(--bwv-muted);
	font-size: 1.04rem;
}

/* Visit store */
.bwv-visit {
	position: relative;
	padding: 92px 0;
	overflow: hidden;
	background: var(--bwv-blue-dark);
	color: var(--bwv-white);
}

.bwv-visit::before {
	position: absolute;
	top: -180px;
	right: -110px;
	width: 520px;
	height: 520px;
	background: rgba(255, 211, 61, 0.14);
	border-radius: 50%;
	content: "";
}

.bwv-visit__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
	align-items: center;
	gap: clamp(50px, 9vw, 120px);
}

.bwv-visit .bwv-eyebrow {
	color: var(--bwv-yellow);
}

.bwv-visit h2 {
	color: var(--bwv-white);
}

.bwv-visit__content > p:not(.bwv-eyebrow) {
	max-width: 560px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.05rem;
}

.bwv-visit__hours {
	display: flex;
	align-items: center;
	gap: 10px;
}

.bwv-visit__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.bwv-visit__map {
	position: relative;
	min-height: 340px;
	overflow: hidden;
	background: #f1f6fb;
	border: 10px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--bwv-radius-lg);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.bwv-visit__map-lines {
	position: absolute;
	inset: -20%;
	background:
		linear-gradient(24deg, transparent 47%, rgba(21, 89, 183, 0.15) 48%, rgba(21, 89, 183, 0.15) 51%, transparent 52%),
		linear-gradient(-28deg, transparent 42%, rgba(23, 52, 95, 0.11) 43%, rgba(23, 52, 95, 0.11) 46%, transparent 47%),
		linear-gradient(78deg, transparent 48%, rgba(239, 78, 74, 0.14) 49%, rgba(239, 78, 74, 0.14) 51%, transparent 52%);
	background-size: 210px 160px, 260px 210px, 170px 220px;
}

.bwv-visit__pin {
	position: absolute;
	top: 46%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	background: var(--bwv-red);
	border: 8px solid var(--bwv-white);
	border-radius: 50% 50% 50% 8px;
	box-shadow: var(--bwv-shadow);
	color: var(--bwv-white);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bwv-visit__pin svg {
	width: 27px;
	height: 27px;
	transform: rotate(45deg);
}

.bwv-visit__label {
	position: absolute;
	top: calc(46% + 65px);
	left: 50%;
	display: flex;
	min-width: 235px;
	padding: 12px 16px;
	background: var(--bwv-white);
	border-radius: 12px;
	box-shadow: var(--bwv-shadow-sm);
	color: var(--bwv-muted);
	font-size: 0.75rem;
	line-height: 1.3;
	text-align: center;
	transform: translateX(-50%);
	flex-direction: column;
}

.bwv-visit__label strong {
	color: var(--bwv-navy);
	font-family: var(--bwv-font-display);
	font-size: 0.95rem;
}

/* Content and editorial templates */
.bwv-content-area,
.bwv-woocommerce-main {
	min-height: 55vh;
	padding: 72px 0 100px;
}

.bwv-page-header {
	max-width: 850px;
	margin-bottom: 50px;
}

.bwv-page-header h1 {
	font-size: clamp(2.35rem, 5vw, 4.25rem);
}

.archive-description,
.bwv-page-header > p:not(.bwv-eyebrow) {
	color: var(--bwv-muted);
	font-size: 1.06rem;
}

.bwv-page__image {
	overflow: hidden;
	margin-bottom: 46px;
	border-radius: var(--bwv-radius-lg);
}

.bwv-page__image img {
	width: 100%;
}

.bwv-prose {
	color: #44566f;
	font-size: 1.04rem;
}

.bwv-prose > * {
	max-width: 100%;
}

.bwv-prose h2,
.bwv-prose h3,
.bwv-prose h4 {
	margin-top: 1.7em;
	margin-bottom: 0.65em;
}

.bwv-prose a {
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.bwv-prose blockquote {
	padding: 24px 30px;
	margin: 34px 0;
	background: var(--bwv-sky);
	border-left: 5px solid var(--bwv-blue);
	border-radius: 0 var(--bwv-radius-sm) var(--bwv-radius-sm) 0;
	color: var(--bwv-navy);
	font-family: var(--bwv-font-display);
	font-size: 1.2rem;
	font-weight: 700;
}

.bwv-prose table {
	width: 100%;
	border-collapse: collapse;
}

.bwv-prose th,
.bwv-prose td {
	padding: 12px;
	border: 1px solid var(--bwv-line);
	text-align: left;
}

.bwv-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.bwv-post-card {
	overflow: hidden;
	background: var(--bwv-white);
	border: 1px solid var(--bwv-line);
	border-radius: var(--bwv-radius);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.bwv-post-card:hover {
	box-shadow: var(--bwv-shadow-sm);
	transform: translateY(-4px);
}

.bwv-post-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--bwv-sky);
	color: var(--bwv-blue);
}

.bwv-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bwv-post-card__image > span svg {
	width: 55px;
	height: 55px;
	opacity: 0.28;
}

.bwv-post-card__body {
	padding: 24px;
}

.bwv-post-card__meta,
.bwv-single__meta {
	margin-bottom: 8px;
	color: var(--bwv-muted);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.bwv-post-card h2 {
	font-size: 1.25rem;
	line-height: 1.3;
}

.bwv-post-card h2 a {
	color: var(--bwv-navy);
}

.bwv-post-card__excerpt {
	color: var(--bwv-muted);
	font-size: 0.9rem;
}

.navigation.pagination {
	margin-top: 48px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	background: var(--bwv-soft);
	border-radius: 999px;
	color: var(--bwv-navy);
	font-weight: 700;
}

.page-numbers.current,
.page-numbers:hover {
	background: var(--bwv-blue);
	color: var(--bwv-white);
}

.bwv-post-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 30px 0;
	margin-top: 50px;
	border-top: 1px solid var(--bwv-line);
	border-bottom: 1px solid var(--bwv-line);
}

.bwv-post-navigation span:last-child {
	text-align: right;
}

.bwv-comments {
	padding-top: 60px;
}

.comment-list {
	padding: 0;
	list-style: none;
}

.comment-list .comment-body {
	padding: 22px;
	margin-bottom: 16px;
	background: var(--bwv-soft);
	border-radius: var(--bwv-radius-sm);
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--bwv-line);
	border-radius: 10px;
}

.comment-form input[type="submit"] {
	padding: 13px 22px;
	background: var(--bwv-blue);
	border: 0;
	border-radius: 999px;
	color: var(--bwv-white);
	font-weight: 800;
}

.bwv-empty-state,
.bwv-not-found > .bwv-container {
	padding: 70px 30px;
	background: var(--bwv-soft);
	border-radius: var(--bwv-radius-lg);
	text-align: center;
}

.bwv-empty-state__icon,
.bwv-not-found__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	margin: 0 auto 22px;
	background: var(--bwv-sky);
	border-radius: 50%;
	color: var(--bwv-blue);
}

.bwv-empty-state .bwv-search-form,
.bwv-not-found .bwv-search-form {
	max-width: 600px;
	margin: 28px auto 18px;
	background: var(--bwv-white);
}

.bwv-not-found {
	min-height: 65vh;
	padding: 80px 0;
}

.bwv-home-editor-content {
	background: var(--bwv-white);
}

/* Footer */
.site-footer {
	background: #f2f6fb;
	color: var(--bwv-muted);
}

.site-footer__main {
	display: grid;
	grid-template-columns: 1.1fr 0.75fr 1.15fr;
	gap: clamp(40px, 7vw, 90px);
	padding-top: 74px;
	padding-bottom: 62px;
}

.site-footer__brand .custom-logo,
.site-footer__brand .bwv-default-logo img {
	height: 78px;
}

.site-footer__brand > p {
	max-width: 360px;
	margin-top: 22px;
	font-size: 0.9rem;
}

.site-footer__social {
	display: flex;
	gap: 9px;
}

.site-footer__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: var(--bwv-white);
	border-radius: 50%;
	box-shadow: 0 4px 14px rgba(23, 52, 95, 0.07);
	color: var(--bwv-blue);
}

.site-footer__social a:hover {
	background: var(--bwv-blue);
	color: var(--bwv-white);
	transform: translateY(-2px);
}

.site-footer__column h2,
.footer-widget__title {
	margin-bottom: 20px;
	font-size: 1rem;
	letter-spacing: 0;
}

.site-footer__menu li {
	margin: 9px 0;
}

.site-footer__menu a {
	color: var(--bwv-muted);
	font-size: 0.88rem;
}

.site-footer__menu a:hover {
	color: var(--bwv-blue);
}

.site-footer__store > p {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 13px;
	font-size: 0.87rem;
}

.site-footer__store > p svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	margin-top: 3px;
	color: var(--bwv-blue);
}

.site-footer__store a {
	color: var(--bwv-muted);
}

.site-footer__map {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 8px;
	color: var(--bwv-blue) !important;
	font-size: 0.84rem;
	font-weight: 800;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 74px;
	border-top: 1px solid var(--bwv-line);
	font-size: 0.76rem;
}

.site-footer__bottom p {
	margin: 0;
}

/* Responsive */
@media (max-width: 1120px) {
	.site-header__main {
		grid-template-columns: 160px minmax(240px, 1fr) auto;
		gap: 22px;
	}

	.bwv-menu {
		gap: 24px;
	}

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

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

@media (max-width: 960px) {
	.bwv-announcement__links a span {
		display: none;
	}

	.site-header__main {
		grid-template-columns: 1fr auto;
		min-height: 82px;
	}

	.custom-logo,
	.bwv-default-logo img {
		height: 62px;
	}

	.site-header__search,
	.bwv-header-whatsapp {
		display: none;
	}

	.bwv-icon-button,
	.bwv-menu-toggle {
		display: inline-flex;
	}

	.bwv-mobile-search {
		padding: 10px 0 16px;
		border-top: 1px solid var(--bwv-line);
	}

	.bwv-mobile-search.is-open {
		display: block;
	}

	.site-navigation {
		position: fixed;
		top: var(--bwv-mobile-nav-top, 120px);
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 49;
		overflow-y: auto;
		background: var(--bwv-white);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-10px);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	.site-navigation.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.site-navigation__inner {
		display: block;
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.bwv-menu {
		display: block;
	}

	.bwv-menu > li {
		border-bottom: 1px solid var(--bwv-line);
	}

	.bwv-menu > li > a {
		display: flex;
		min-height: 54px;
		font-size: 0.92rem;
	}

	.bwv-menu > li > a::after {
		display: none;
	}

	.bwv-menu .sub-menu {
		position: static;
		display: block;
		padding: 0 0 12px 14px;
		background: transparent;
		border: 0;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.bwv-mobile-whatsapp {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		min-height: 50px;
		margin-top: 24px;
		background: var(--bwv-green);
		border-radius: 999px;
		color: var(--bwv-white);
		font-weight: 800;
	}

	.bwv-hero__grid {
		grid-template-columns: 1fr 0.82fr;
		gap: 30px;
		min-height: 570px;
	}

	.bwv-hero__visual {
		min-height: 420px;
	}

	.bwv-hero__quick-info {
		gap: 16px;
	}

	.bwv-story__grid,
	.bwv-visit__grid {
		gap: 55px;
	}

	.bwv-story__card--two {
		right: 10px;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.bwv-section {
		padding: 76px 0;
	}

	.bwv-hero__grid,
	.bwv-story__grid,
	.bwv-visit__grid {
		grid-template-columns: 1fr;
	}

	.bwv-hero__grid {
		gap: 18px;
		padding-top: 58px;
		padding-bottom: 44px;
	}

	.bwv-hero__content {
		text-align: center;
	}

	.bwv-hero__lead {
		margin-inline: auto;
	}

	.bwv-hero__actions,
	.bwv-hero__quick-info {
		justify-content: center;
	}

	.bwv-hero__visual {
		width: min(100%, 540px);
		min-height: 480px;
		margin-inline: auto;
	}

	.bwv-benefits__grid {
		grid-template-columns: 1fr;
		padding-block: 14px;
	}

	.bwv-benefit,
	.bwv-benefit:first-child,
	.bwv-benefit:last-child {
		min-height: 88px;
		padding: 15px 0;
		border-right: 0;
		border-bottom: 1px solid var(--bwv-line);
	}

	.bwv-benefit:last-child {
		border-bottom: 0;
	}

	.bwv-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.bwv-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bwv-product-grid,
	.bwv-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bwv-story__grid {
		gap: 64px;
	}

	.bwv-story__visual {
		width: min(100%, 520px);
		margin-inline: auto;
	}

	.bwv-story__content {
		text-align: center;
	}

	.bwv-story__content > p:not(.bwv-eyebrow) {
		margin-inline: auto;
	}

	.bwv-visit__map {
		min-height: 300px;
	}

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

	.site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.bwv-container {
		width: min(calc(100% - 28px), var(--bwv-container));
	}

	.bwv-announcement__inner {
		justify-content: center;
		min-height: 42px;
		text-align: center;
	}

	.bwv-announcement__links {
		display: none;
	}

	.site-header__main {
		min-height: 76px;
	}

	.custom-logo,
	.bwv-default-logo img {
		max-width: 125px;
		height: 58px;
	}

	.bwv-icon-button,
	.bwv-menu-toggle {
		width: 41px;
		height: 41px;
	}

	.bwv-hero__grid {
		padding-top: 48px;
	}

	.bwv-hero h1 {
		font-size: clamp(2.45rem, 13vw, 3.25rem);
	}

	.bwv-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.bwv-hero__actions .bwv-button {
		width: 100%;
	}

	.bwv-hero__quick-info {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	.bwv-hero__quick-info li {
		padding: 0;
	}

	.bwv-hero__quick-info li::before {
		display: none;
	}

	.bwv-hero__visual {
		min-height: 390px;
	}

	.bwv-hero__image {
		top: 5%;
		right: 4%;
		bottom: 6%;
		left: 4%;
	}

	.bwv-hero__shape--yellow {
		width: 95px;
		height: 95px;
	}

	.bwv-hero__shape--red {
		width: 78px;
		height: 78px;
	}

	.bwv-hero__note {
		right: 0;
		bottom: 12px;
		min-width: 180px;
	}

	.bwv-category-grid {
		grid-template-columns: 1fr;
	}

	.bwv-category-card {
		min-height: 104px;
	}

	.bwv-product-grid,
	.bwv-post-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.bwv-product-card__media {
		aspect-ratio: 1 / 0.95;
	}

	.bwv-story {
		padding: 80px 0;
	}

	.bwv-story__visual {
		min-height: 340px;
	}

	.bwv-story__card--one {
		top: 38px;
		left: 22px;
		width: 195px;
		height: 145px;
	}

	.bwv-story__card--one span {
		font-size: 3rem;
	}

	.bwv-story__card--two {
		right: 13px;
		bottom: 32px;
		width: 190px;
		min-height: 120px;
	}

	.bwv-visit {
		padding: 72px 0;
	}

	.bwv-visit__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.bwv-visit__actions .bwv-button {
		width: 100%;
	}

	.bwv-visit__map {
		min-height: 250px;
	}

	.site-footer__main {
		grid-template-columns: 1fr;
		gap: 38px;
		padding-top: 56px;
	}

	.site-footer__brand {
		grid-column: auto;
	}

	.site-footer__bottom {
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		gap: 6px;
		padding: 20px 0;
	}

	.bwv-post-navigation {
		grid-template-columns: 1fr;
	}

	.bwv-post-navigation span:last-child {
		text-align: left;
	}
}

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