:root {
	--bj-bg: #f5f5f7;
	--bj-surface: rgba(255, 255, 255, 0.94);
	--bj-surface-strong: #ffffff;
	--bj-surface-soft: rgba(17, 17, 17, 0.04);
	--bj-text: #121212;
	--bj-text-soft: #5f636b;
	--bj-border: rgba(17, 17, 17, 0.08);
	--bj-border-strong: rgba(17, 17, 17, 0.16);
	--bj-shadow: 0 28px 60px -42px rgba(0, 0, 0, 0.28);
	--bj-header-bg: linear-gradient(135deg, #121212 0%, #25272b 100%);
	--bj-topbar-bg: #18191c;
	--bj-topbar-text: rgba(255, 255, 255, 0.82);
	--bj-topbar-border: rgba(255, 255, 255, 0.08);
	--bj-nav-bg: #c40000;
	--bj-nav-hover: rgba(255, 255, 255, 0.14);
	--bj-nav-text: #ffffff;
	--bj-button-bg: #111111;
	--bj-button-text: #ffffff;
	--bj-search-bg: rgba(255, 255, 255, 0.94);
	--bj-search-text: #111111;
	--bj-search-placeholder: #7d8188;
	--bj-footer-bg: linear-gradient(180deg, #17181a 0%, #0f1011 100%);
	--bj-footer-text: rgba(255, 255, 255, 0.82);
	--bj-footer-title: #ffffff;
}

html[data-bj-theme="dark"],
body[data-bj-theme="dark"] {
	--bj-bg: #303030;
	--bj-surface: linear-gradient(180deg, rgba(90, 90, 90, 0.98) 0%, rgba(70, 70, 70, 0.98) 100%);
	--bj-surface-strong: #4a4a4a;
	--bj-surface-soft: rgba(255, 255, 255, 0.06);
	--bj-text: #f4f4f4;
	--bj-text-soft: rgba(255, 255, 255, 0.72);
	--bj-border: rgba(255, 255, 255, 0.08);
	--bj-border-strong: rgba(255, 255, 255, 0.14);
	--bj-shadow: 0 28px 60px -42px rgba(0, 0, 0, 0.55);
	--bj-header-bg: linear-gradient(135deg, #1c1c1c 0%, #303030 100%);
	--bj-topbar-bg: #202020;
	--bj-topbar-text: rgba(255, 255, 255, 0.86);
	--bj-topbar-border: rgba(255, 255, 255, 0.1);
	--bj-nav-bg: #232323;
	--bj-nav-hover: rgba(255, 255, 255, 0.08);
	--bj-nav-text: #ffffff;
	--bj-button-bg: #0f0f10;
	--bj-button-text: #ffffff;
	--bj-search-bg: rgba(23, 23, 24, 0.92);
	--bj-search-text: #ffffff;
	--bj-search-placeholder: rgba(255, 255, 255, 0.56);
	--bj-footer-bg: linear-gradient(180deg, #1b1b1b 0%, #111111 100%);
	--bj-footer-text: rgba(255, 255, 255, 0.78);
	--bj-footer-title: #ffffff;
}

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

html {
	scroll-behavior: smooth;
}

body {
	background: var(--bj-bg);
	color: var(--bj-text);
	font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	margin: 0;
}

body.bj-nav-open {
	overflow: hidden;
}

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

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

.bj-container {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 18px;
	width: 100%;
}

.bj-topbar {
	background: var(--bj-topbar-bg);
	border-bottom: 1px solid var(--bj-topbar-border);
	color: var(--bj-topbar-text);
	font-size: 0.92rem;
}

.bj-topbar__inner,
.bj-header__inner,
.bj-header__nav-inner,
.bj-footer__bottom {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.bj-topbar__inner {
	min-height: 42px;
}

.bj-topbar__contact,
.bj-topbar__socials {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.bj-topbar__contact a,
.bj-topbar__meta {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.bj-topbar__icon,
.bj-topbar__socials a {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.bj-topbar__icon svg,
.bj-topbar__socials a svg {
	fill: currentColor;
	height: 16px;
	width: 16px;
}

.bj-topbar__socials a {
	color: #ffffff;
	opacity: 0.88;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.bj-topbar__socials a:hover {
	opacity: 1;
	transform: translateY(-1px);
}

.bj-header__main {
	background: var(--bj-header-bg);
	box-shadow: 0 18px 42px -32px rgba(0, 0, 0, 0.66);
}

.bj-header__inner {
	min-height: 96px;
}

.bj-header__brand {
	flex: 0 0 auto;
	max-width: 180px;
}

.bj-brand__mark {
	max-height: 74px;
	object-fit: contain;
	width: auto;
}

.bj-header__search {
	flex: 1 1 auto;
	max-width: 560px;
}

.bj-search-form {
	align-items: center;
	background: var(--bj-search-bg);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	display: grid;
	gap: 12px;
	grid-template-columns: 20px minmax(0, 1fr) auto;
	padding: 10px 10px 10px 14px;
}

.bj-search-form__icon {
	color: var(--bj-search-placeholder);
	display: inline-flex;
}

.bj-search-form__icon svg {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.bj-search-form__input {
	background: transparent;
	border: 0;
	color: var(--bj-search-text);
	font-size: 0.98rem;
	min-width: 0;
	outline: none;
	padding: 4px 0;
}

.bj-search-form__input::placeholder {
	color: var(--bj-search-placeholder);
}

.bj-search-form__button,
.bj-header__cart,
.bj-header__link,
.bj-nav-toggle,
.bj-footer__socials a,
.tnc-theme-toggle__trigger {
	transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bj-search-form__button {
	background: var(--bj-button-bg);
	border: 0;
	border-radius: 14px;
	color: var(--bj-button-text);
	cursor: pointer;
	font-size: 0.92rem;
	font-weight: 800;
	padding: 12px 18px;
}

.bj-search-form__button:hover,
.bj-header__cart:hover,
.bj-header__link:hover,
.bj-footer__socials a:hover,
.tnc-theme-toggle__trigger:hover {
	transform: translateY(-1px);
}

.bj-header__tools {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
	position: relative;
	z-index: 3;
}

.bj-header__link {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	color: rgba(255, 255, 255, 0.88);
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 700;
	gap: 8px;
	padding: 11px 14px;
}

.bj-header__link svg {
	fill: currentColor;
	height: 15px;
	width: 15px;
}

.bj-header__cart {
	align-items: center;
	background: #ffffff;
	border-radius: 16px;
	color: #111111;
	display: inline-flex;
	gap: 10px;
	font-weight: 800;
	padding: 11px 14px;
}

.bj-header__cart-icon svg {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.bj-header__cart-count {
	align-items: center;
	background: #111111;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.82rem;
	height: 24px;
	justify-content: center;
	min-width: 24px;
	padding: 0 7px;
}

.bj-nav-toggle {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	gap: 10px;
	padding: 12px 14px;
}

.bj-nav-toggle__icon svg {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.bj-header__nav {
	background: var(--bj-nav-bg);
	color: var(--bj-nav-text);
}

.bj-header__nav .bj-container {
	max-width: 100%;
	padding-left: 8px;
	padding-right: 8px;
}

.bj-header__nav-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0;
	min-height: 58px;
}

.bj-header__search--mobile {
	display: none;
}

.bj-header__mobile-tools {
	display: none;
	width: 100%;
}

.bj-primary-nav {
	width: 100%;
}

.bj-menu,
.bj-sub-menu,
.bj-category-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bj-category-nav {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	gap: 2px;
	justify-content: space-evenly;
	width: 100%;
}

.bj-category-nav__item {
	flex: 0 1 auto;
	position: relative;
}

.bj-category-nav__link {
	align-items: center;
	border-radius: 0;
	color: var(--bj-nav-text);
	display: flex;
	font-size: clamp(0.8rem, 0.34vw + 0.62rem, 0.96rem);
	font-weight: 800;
	height: 100%;
	justify-content: center;
	min-height: 58px;
	overflow: hidden;
	padding: 0 6px;
	position: relative;
	text-align: center;
	text-transform: none;
	transition: transform 0.22s ease, color 0.22s ease;
	white-space: nowrap;
}

.bj-category-nav__link::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.02) 100%);
	content: "";
	inset: 8px 2px;
	opacity: 0;
	position: absolute;
	transform: translateY(8px);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.bj-category-nav__link::after {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.45) 100%);
	border-radius: 999px;
	bottom: 7px;
	content: "";
	height: 3px;
	left: 16px;
	opacity: 0;
	position: absolute;
	right: 16px;
	transform: scaleX(0.42);
	transform-origin: center;
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.bj-category-nav__item.is-current .bj-category-nav__link::before,
.bj-category-nav__item:hover .bj-category-nav__link::before,
.bj-category-nav__item.is-current .bj-category-nav__link::after,
.bj-category-nav__item:hover .bj-category-nav__link::after {
	opacity: 1;
	transform: translateY(0) scaleX(1);
}

.bj-category-nav__item.is-current .bj-category-nav__link,
.bj-category-nav__item:hover .bj-category-nav__link {
	transform: translateY(-1px);
}

.bj-category-nav__icon,
.bj-category-nav__label {
	position: relative;
	z-index: 1;
}

.bj-category-nav__icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
	line-height: 0;
	margin-right: 6px;
}

.bj-category-nav__icon img,
.bj-category-nav__icon svg {
	display: block;
	filter: brightness(0) invert(1);
	height: 18px;
	transition: transform 0.22s ease, opacity 0.22s ease;
	width: 18px;
}

.bj-category-nav__item:hover .bj-category-nav__icon img,
.bj-category-nav__item:hover .bj-category-nav__icon svg,
.bj-category-nav__item.is-current .bj-category-nav__icon img,
.bj-category-nav__item.is-current .bj-category-nav__icon svg {
	transform: translateY(-1px) scale(1.06);
}

.bj-category-nav__label {
	display: block;
	line-height: 1;
	white-space: nowrap;
}

.bj-sub-menu {
	background: #1f2023;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	box-shadow: 0 26px 50px -28px rgba(0, 0, 0, 0.56);
	left: 0;
	min-width: 260px;
	opacity: 0;
	padding: 10px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 8px);
	transform: translateY(6px);
	transition: opacity 0.18s ease, transform 0.18s ease;
	z-index: 20;
}

.bj-sub-menu .bj-sub-menu {
	left: calc(100% + 8px);
	top: -10px;
}

.bj-menu__item:hover > .bj-sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.bj-menu__link--sub {
	border-radius: 12px;
	display: flex;
	min-height: 42px;
	padding: 0 12px;
	white-space: nowrap;
}

.bj-menu__item--sub:hover > .bj-menu__link--sub {
	background: rgba(255, 255, 255, 0.08);
}

.bj-mobile-links {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
}

.bj-mobile-links__item {
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 10px;
	min-height: 46px;
	padding: 0 14px;
}

.bj-mobile-links__icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	line-height: 0;
}

.bj-mobile-links__icon svg {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.bj-mobile-links__theme {
	width: 100%;
}

.bj-mobile-theme {
	display: flex;
	width: 100%;
}

.bj-mobile-theme .tnc-theme-toggle__trigger {
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	box-shadow: none;
	color: #ffffff;
	justify-content: center;
	min-height: 46px;
	padding: 0 14px;
	width: 100%;
}

.bj-mobile-theme .tnc-theme-toggle__text {
	margin-left: 10px;
	max-width: none;
	opacity: 1;
	transform: none;
}

.bj-footer {
	background: var(--bj-footer-bg);
	color: var(--bj-footer-text);
	margin-top: 48px;
	padding-top: 48px;
}

.bj-footer__grid {
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
}

.bj-footer__eyebrow,
.bj-footer h3 {
	color: var(--bj-footer-title);
}

.bj-footer__eyebrow {
	display: inline-block;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.bj-footer__brand {
	margin-bottom: 16px;
	max-width: 180px;
}

.bj-footer h3 {
	font-size: 1rem;
	margin: 0 0 14px;
}

.bj-footer__links {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bj-footer__links a {
	color: inherit;
	opacity: 0.92;
}

.bj-footer__links a:hover {
	opacity: 1;
}

.bj-footer__socials {
	display: flex;
	gap: 10px;
	margin-top: 16px;
}

.bj-footer__socials a {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	color: #ffffff;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.bj-footer__socials a svg {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.bj-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 34px;
	min-height: 72px;
}

.bj-page-main {
	min-height: 48vh;
}

.bj-page-shell {
	padding: 36px 0 0;
}

.bj-page-shell__inner {
	background: var(--bj-surface);
	border: 1px solid var(--bj-border);
	border-radius: 28px;
	box-shadow: var(--bj-shadow);
	padding: 28px;
}

.bj-page-shell__title {
	font-size: clamp(1.9rem, 3.4vw, 2.8rem);
	line-height: 1.02;
	margin: 0 0 18px;
}

.bj-page-shell__content,
.bj-article-card__content {
	color: var(--bj-text-soft);
	line-height: 1.75;
}

.bj-page-shell__content > *:first-child,
.bj-article-card__content > *:first-child {
	margin-top: 0;
}

.bj-page-shell__content > *:last-child,
.bj-article-card__content > *:last-child {
	margin-bottom: 0;
}

.bj-article-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bj-article-card {
	background: var(--bj-surface);
	border: 1px solid var(--bj-border);
	border-radius: 24px;
	box-shadow: var(--bj-shadow);
	padding: 22px;
}

.bj-article-card__title {
	font-size: 1.3rem;
	margin: 0 0 14px;
}

.bj-page-shell__empty {
	color: var(--bj-text-soft);
}

.woocommerce-account .bj-page-shell__content .woocommerce {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
}

.woocommerce-account .bj-page-shell__content .woocommerce::after,
.woocommerce-account .bj-page-shell__content .woocommerce::before {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	background: linear-gradient(180deg, rgb(17 17 17 / 0.03) 0%, rgb(17 17 17 / 0.06) 100%);
	border: 1px solid var(--bj-border);
	border-radius: 24px;
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 14px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	border-radius: 16px;
	color: var(--bj-text);
	display: block;
	font-weight: 700;
	padding: 12px 14px;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: #111111;
	color: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-content {
	background: linear-gradient(180deg, rgb(17 17 17 / 0.03) 0%, rgb(17 17 17 / 0.05) 100%);
	border: 1px solid var(--bj-border);
	border-radius: 24px;
	padding: 22px;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
	border-radius: 18px;
}

.page-id-958 .bj-page-shell__content,
.page-id-1320 .bj-page-shell__content {
	display: grid;
	gap: 20px;
}

.page-id-958 .bj-page-shell__content > :not(.woocommerce-notices-wrapper),
.page-id-1320 .bj-page-shell__content > * {
	min-width: 0;
}

.page-id-958 .bj-page-shell__content > .woocommerce-notices-wrapper {
	margin-bottom: 0;
}

.page-id-958 .bj-page-shell__content form {
	background: linear-gradient(180deg, rgb(17 17 17 / 0.03) 0%, rgb(17 17 17 / 0.05) 100%);
	border: 1px solid var(--bj-border);
	border-radius: 24px;
	padding: 22px;
}

.page-id-958 .bj-page-shell__content input[type="text"],
.page-id-958 .bj-page-shell__content input[type="search"],
.page-id-958 .bj-page-shell__content input[type="email"],
.page-id-958 .bj-page-shell__content input[type="tel"],
.page-id-958 .bj-page-shell__content input[type="number"],
.page-id-958 .bj-page-shell__content select {
	border-radius: 16px;
}

.page-id-1320 .bj-page-shell__content {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-id-1320 .bj-page-shell__content > p:first-of-type {
	background: linear-gradient(180deg, rgb(17 17 17 / 0.03) 0%, rgb(17 17 17 / 0.05) 100%);
	border: 1px solid var(--bj-border);
	border-radius: 24px;
	grid-column: 1 / -1;
	margin: 0;
	padding: 18px 22px;
}

.page-id-1320 .bj-page-shell__content > .bj-policy-card {
	background: linear-gradient(180deg, rgb(17 17 17 / 0.03) 0%, rgb(17 17 17 / 0.06) 100%);
	border: 1px solid var(--bj-border);
	border-radius: 24px;
	box-shadow: var(--bj-shadow);
	color: inherit;
	display: grid;
	gap: 14px;
	padding: 24px;
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-id-1320 .bj-page-shell__content > .bj-policy-card:hover {
	border-color: rgb(179 0 0 / 0.24);
	box-shadow: 0 24px 52px rgb(17 17 17 / 0.08);
	transform: translateY(-2px);
}

.page-id-1320 .bj-page-shell__content > .bj-policy-card svg {
	fill: #b30000;
	height: 24px;
	width: 24px;
}

.page-id-1320 .bj-page-shell__content > .bj-policy-card h3 {
	color: var(--bj-text);
	font-size: 1.08rem;
	line-height: 1.3;
	margin: 0;
}

.page-id-1320 .bj-page-shell__content > .bj-policy-card p {
	margin: 0;
}

.tnc-theme-toggle {
	display: inline-flex;
	position: relative;
	z-index: 4;
}

.tnc-theme-toggle__trigger {
	appearance: none;
	align-items: center;
	background: rgba(17, 17, 17, 0.56);
	border: 1px solid rgba(255, 224, 125, 0.22);
	border-radius: 999px;
	box-shadow: 0 16px 30px -24px rgba(0, 0, 0, 0.26);
	cursor: pointer;
	display: inline-flex;
	gap: 0;
	min-height: 42px;
	overflow: hidden;
	pointer-events: auto;
	padding: 8px 12px;
}

.tnc-theme-toggle__icon {
	align-items: center;
	color: #ffd44f;
	display: inline-flex;
	flex: 0 0 auto;
	height: 18px;
	justify-content: center;
	width: 18px;
}

.tnc-theme-toggle__icon svg {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.tnc-theme-toggle__text {
	color: rgba(255, 255, 255, 0.96);
	font-size: 0.82rem;
	font-weight: 800;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateX(-6px);
	transition: max-width 0.22s ease, opacity 0.18s ease, transform 0.18s ease, margin-left 0.18s ease;
	white-space: nowrap;
}

.tnc-theme-toggle__trigger:hover .tnc-theme-toggle__text,
.tnc-theme-toggle__trigger:focus-visible .tnc-theme-toggle__text {
	margin-left: 10px;
	max-width: 132px;
	opacity: 1;
	transform: translateX(0);
}

.tnc-theme-toggle__trigger:focus-visible {
	outline: 2px solid rgba(255, 224, 125, 0.42);
	outline-offset: 2px;
}

.tnc-theme-toggle[data-theme="light"] .tnc-theme-toggle__icon {
	color: #ffd44f;
}

.tnc-theme-toggle[data-theme="dark"] .tnc-theme-toggle__icon {
	color: #fff1a8;
}

body[data-bj-theme="dark"] .tnc-theme-toggle__trigger {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 241, 168, 0.24);
}

body[data-bj-theme="dark"] .bj-page-shell__inner,
body[data-bj-theme="dark"] .bj-article-card {
	background: var(--bj-surface);
}

body[data-bj-theme="dark"] .woocommerce-account .woocommerce-MyAccount-navigation ul,
body[data-bj-theme="dark"] .woocommerce-account .woocommerce-MyAccount-content,
body[data-bj-theme="dark"] .page-id-958 .bj-page-shell__content form,
body[data-bj-theme="dark"] .page-id-1320 .bj-page-shell__content > p:first-of-type,
body[data-bj-theme="dark"] .page-id-1320 .bj-page-shell__content > .bj-policy-card {
	background: linear-gradient(180deg, rgb(255 255 255 / 0.04) 0%, rgb(255 255 255 / 0.08) 100%);
}

body[data-bj-theme="dark"] .page-id-1320 .bj-page-shell__content > .bj-policy-card:hover {
	border-color: rgb(255 255 255 / 0.18);
	box-shadow: 0 24px 52px rgb(0 0 0 / 0.24);
}

body[data-bj-theme="dark"] .page-id-1320 .bj-page-shell__content > .bj-policy-card svg {
	fill: #ffffff;
}

body[data-bj-theme="dark"] .bj-header__cart {
	background: #ffffff;
	color: #111111;
}

@media (max-width: 1180px) {
	.bj-header__search {
		max-width: 420px;
	}

	.bj-header__link span,
	.bj-topbar__meta {
		display: none;
	}

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

	.woocommerce-account .bj-page-shell__content .woocommerce {
		grid-template-columns: 1fr;
	}

	.page-id-1320 .bj-page-shell__content {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 980px) {
	.bj-header__inner {
		gap: 14px;
		min-height: 88px;
	}

	.bj-header__search,
	.bj-header__link,
	.bj-header__theme {
		display: none;
	}

	.bj-nav-toggle {
		display: inline-flex;
	}

	.bj-header__nav {
		background: #2f2f2f;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		box-shadow: 0 24px 48px -30px rgba(0, 0, 0, 0.6);
		display: none;
		max-height: calc(100dvh - 88px);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.bj-header__nav.is-open {
		display: block;
	}

	.bj-header__nav-inner {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
		padding: 16px 18px 20px;
	}

	.bj-header__search--mobile {
		display: block;
		width: 100%;
	}

	.bj-header__mobile-tools {
		display: grid;
		gap: 10px;
	}

	.bj-category-nav {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bj-category-nav__item {
		flex: none;
	}

	.bj-category-nav__link {
		background: rgba(255, 255, 255, 0.04);
		border: 1px solid rgba(255, 255, 255, 0.06);
		border-radius: 16px;
		flex-direction: column;
		gap: 10px;
		justify-content: center;
		min-height: 94px;
		padding: 14px 10px;
		text-align: center;
		white-space: normal;
	}

	.bj-category-nav__link::before,
	.bj-category-nav__link::after {
		display: none;
	}

	.bj-category-nav__label {
		line-height: 1.2;
		overflow: visible;
		text-wrap: balance;
	}

	.bj-category-nav__icon {
		margin-right: 0;
	}

	.bj-category-nav__icon img,
	.bj-category-nav__icon svg {
		height: 22px;
		width: 22px;
	}

	.bj-topbar__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		padding: 10px 0;
	}
}

@media (max-width: 767px) {
	.bj-container {
		padding: 0 14px;
	}

	.bj-topbar {
		display: none;
	}

	.bj-header__inner {
		min-height: 78px;
	}

	.bj-header__nav {
		max-height: calc(100dvh - 78px);
	}

	.bj-header__brand {
		max-width: 132px;
	}

	.bj-brand__mark {
		max-height: 56px;
	}

	.bj-header__tools {
		gap: 8px;
	}

	.bj-mobile-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bj-mobile-links__item,
	.bj-mobile-theme .tnc-theme-toggle__trigger {
		border-radius: 18px;
		font-size: 0.84rem;
		font-weight: 800;
		gap: 10px;
		min-height: 88px;
		padding: 12px 10px;
	}

	.bj-mobile-links__item {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.bj-mobile-links__icon svg,
	.bj-mobile-theme .tnc-theme-toggle__icon svg {
		height: 20px;
		width: 20px;
	}

	.bj-mobile-theme .tnc-theme-toggle__trigger {
		flex-direction: column;
	}

	.bj-mobile-theme .tnc-theme-toggle__text {
		margin-left: 0;
		text-align: center;
		white-space: normal;
	}

	.bj-footer__grid,
	.bj-article-grid {
		grid-template-columns: 1fr;
	}

	.bj-page-shell {
		padding-top: 20px;
	}

		.bj-page-shell__inner,
		.bj-article-card {
			border-radius: 22px;
			padding: 20px;
		}

	.tnc-theme-toggle__text {
		margin-left: 10px;
		max-width: 132px;
		opacity: 1;
		transform: translateX(0);
	}
	}

.bj-home-main {
	padding: 24px 0 64px;
}

.bj-home-hero,
.bj-home-section {
	margin-bottom: 28px;
}

.bj-home-slider,
.bj-home-hero-card,
.bj-home-category,
.bj-home-product {
	background: var(--bj-surface);
	border: 1px solid var(--bj-border);
	box-shadow: var(--bj-shadow);
}

.bj-home-hero__inner {
	display: grid;
	gap: 18px;
	margin: 0 auto;
	max-width: 1200px;
}

.bj-home-slider {
	border-radius: 34px;
	overflow: hidden;
	position: relative;
}

.bj-home-slider__viewport {
	aspect-ratio: 2 / 1;
	background: #f3f3f4;
	border-radius: 32px;
	overflow: hidden;
	position: relative;
}

.bj-home-slider__slide {
	background: #f3f3f4;
	border-radius: inherit;
	inset: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.45s ease;
}

.bj-home-slider__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.bj-home-slider__slide img {
	border-radius: inherit;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.bj-home-slider__control {
	align-items: center;
	background: rgba(20, 20, 20, 0.72);
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
	width: 46px;
	z-index: 2;
}

.bj-home-slider__control:hover {
	background: rgba(20, 20, 20, 0.9);
	transform: translateY(-50%) scale(1.03);
}

.bj-home-slider__control--prev {
	left: 18px;
}

.bj-home-slider__control--next {
	right: 18px;
}

.bj-home-slider__control--prev svg {
	transform: rotate(180deg);
}

.bj-home-slider__control svg {
	fill: currentColor;
	height: 20px;
	width: 20px;
}

.bj-home-slider__dots {
	bottom: 18px;
	display: flex;
	gap: 8px;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.bj-home-slider__dot {
	background: rgba(255, 255, 255, 0.46);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 10px;
	padding: 0;
	transition: transform 0.2s ease, background-color 0.2s ease, width 0.2s ease;
	width: 10px;
}

.bj-home-slider__dot.is-active {
	background: #ffffff;
	width: 28px;
}

.bj-home-hero__eyebrow,
.bj-home-section__eyebrow {
	color: #8b919a;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.bj-home-hero-card__title,
.bj-home-section__title {
	font-size: clamp(2rem, 4vw, 3.7rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 0.95;
	margin: 0;
}

.bj-home-section__title {
	font-size: clamp(1.5rem, 2.2vw, 2.4rem);
	line-height: 1;
}

.bj-home-hero-card__copy,
.bj-home-section__copy {
	color: var(--bj-text-soft);
	font-size: 1rem;
	line-height: 1.7;
	margin: 0;
	max-width: 42rem;
}

.bj-home-product__actions,
.bj-home-section__header {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.bj-home-section__link,
.bj-home-product__button,
.bj-home-product__ghost {
	align-items: center;
	border-radius: 16px;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.bj-home-product__button {
	background: var(--bj-button-bg);
	color: var(--bj-button-text);
}

.bj-home-product__ghost,
.bj-home-section__link {
	background: transparent;
	border: 1px solid var(--bj-border-strong);
	color: var(--bj-text);
}

.bj-home-section__link:hover,
.bj-home-product__button:hover,
.bj-home-product__ghost:hover {
	transform: translateY(-1px);
}

.bj-home-hero-cards {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bj-home-hero-card {
	align-content: start;
	background: linear-gradient(180deg, #ffffff 0%, #f3f4f6 100%);
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 28px;
	color: inherit;
	display: grid;
	gap: 10px;
	isolation: isolate;
	min-height: 148px;
	overflow: hidden;
	padding: 18px 18px 16px;
	position: relative;
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.32s ease, color 0.32s ease;
}

.bj-home-hero-card:hover {
	transform: translateY(-2px);
}

.bj-home-hero-card::before {
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
	content: "";
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-22%);
	transition: opacity 0.32s ease, transform 0.4s ease;
}

.bj-home-hero-card.is-spotlight {
	background: linear-gradient(180deg, #151515 0%, #242424 100%);
	border-color: rgba(0, 0, 0, 0.4);
	color: #ffffff;
	box-shadow: 0 24px 54px -36px rgba(0, 0, 0, 0.42);
}

.bj-home-hero-card--whatsapp:not(.is-spotlight) {
	background: linear-gradient(180deg, #f4f4f4 0%, #ebebee 100%);
}

.bj-home-hero-card__icon {
	align-items: center;
	background: rgba(17, 17, 17, 0.08);
	border-radius: 18px;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.bj-home-hero-card__icon svg {
	fill: currentColor;
	height: 20px;
	width: 20px;
}

.bj-home-hero-card.is-spotlight .bj-home-hero-card__icon {
	background: rgba(255, 255, 255, 0.12);
}

.bj-home-hero-card__eyebrow {
	color: #7b818a;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bj-home-hero-card.is-spotlight .bj-home-hero-card__eyebrow {
	color: rgba(255, 255, 255, 0.72);
}

.bj-home-hero-card__headline {
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.14;
}

.bj-home-hero-card__text {
	color: var(--bj-text-soft);
	font-size: 0.86rem;
	line-height: 1.45;
}

.bj-home-hero-card.is-spotlight .bj-home-hero-card__text {
	color: rgba(255, 255, 255, 0.82);
}

.bj-home-hero-card.is-spotlight::before {
	opacity: 1;
	transform: translateX(0);
}

.bj-home-section__header {
	margin-bottom: 18px;
}

.bj-home-categories,
.bj-home-products {
	display: grid;
	gap: 18px;
}

.bj-home-categories {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bj-home-products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.botticelli-studio-front-page .bj-home-products {
	align-items: stretch;
}

.botticelli-studio-front-page .bj-home-products > .product,
.botticelli-studio-front-page .bj-home-products > .bj-product-card-wrap {
	list-style: none;
	margin: 0;
	min-width: 0;
}

.botticelli-studio-front-page .bj-home-products .bj-product-card-wrap,
.botticelli-studio-front-page .bj-home-products .bj-product-card {
	height: 100%;
}

.botticelli-studio-front-page .bj-product-card {
	background: rgba(255, 255, 255, 0.94);
	border: 3px solid rgba(17, 17, 17, 0.84);
	border-radius: 22px;
	box-shadow: 0 26px 54px -34px rgba(0, 0, 0, 0.32);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
	isolation: isolate;
}

.botticelli-studio-front-page .bj-product-card::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
	content: "";
	height: 220px;
	inset: -40% auto auto -24%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: rotate(24deg);
	transition: opacity 0.28s ease, transform 0.5s ease;
	width: 120px;
}

.botticelli-studio-front-page .bj-product-card:hover {
	border-color: rgba(17, 17, 17, 0.96);
	box-shadow: 0 34px 64px -34px rgba(0, 0, 0, 0.45);
	transform: translateY(-10px);
}

.botticelli-studio-front-page .bj-product-card:hover::before {
	opacity: 1;
	transform: rotate(24deg) translateX(26px);
}

.botticelli-studio-front-page .bj-product-card__media {
	aspect-ratio: 1 / 1;
	background:
		radial-gradient(circle at top, rgba(17, 17, 17, 0.08), transparent 30rem),
		linear-gradient(180deg, #fbfbfc 0%, #eeeeef 100%);
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.botticelli-studio-front-page .bj-product-card__media img {
	aspect-ratio: 1 / 1;
	display: block;
	height: 100%;
	object-fit: contain;
	padding: 18px;
	transform: scale(1.04);
	transition: transform 0.38s ease;
	width: 100%;
}

.botticelli-studio-front-page .bj-product-card:hover .bj-product-card__media img {
	transform: scale(1.08);
}

.botticelli-studio-front-page .bj-product-card__sale-badge {
	align-items: center;
	background: #111111;
	border-radius: 999px;
	box-shadow: 0 18px 28px -20px rgba(0, 0, 0, 0.42);
	color: #ffffff;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	justify-content: center;
	left: 18px;
	padding: 0.52rem 0.8rem;
	position: absolute;
	top: 18px;
	z-index: 2;
}

.botticelli-studio-front-page .bj-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 16px;
	padding: 0 0 22px;
}

.botticelli-studio-front-page .bj-product-card__topline {
	align-items: stretch;
	background: linear-gradient(135deg, #111111 0%, #313136 100%);
	display: grid;
	gap: 2px;
	grid-template-columns: minmax(0, auto) minmax(0, 1fr);
}

.botticelli-studio-front-page .bj-product-card__pill {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 0;
	border-radius: 0;
	color: #f7f8fb;
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 800;
	gap: 0.5rem;
	letter-spacing: 0.02em;
	line-height: 1;
	min-height: 32px;
	padding: 0 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.botticelli-studio-front-page .bj-product-card__pill--muted {
	background: rgba(255, 255, 255, 0.15);
	color: #d8dbe2;
	font-weight: 700;
	justify-content: flex-start;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.botticelli-studio-front-page .bj-product-card__pill--muted:hover {
	color: #ffffff;
}

.botticelli-studio-front-page .bj-product-card__pill-icon,
.botticelli-studio-front-page .bj-product-card__cta-icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
	line-height: 0;
}

.botticelli-studio-front-page .bj-product-card__pill-icon svg,
.botticelli-studio-front-page .bj-product-card__cta-icon svg {
	display: block;
	fill: currentColor;
	height: 100%;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.botticelli-studio-front-page .bj-product-card__pill-icon {
	font-size: 0.92rem;
	height: 1.15rem;
	min-height: 1.15rem;
	min-width: 1.15rem;
	overflow: hidden;
	transform: translateY(-0.5px);
	width: 1.15rem;
}

.botticelli-studio-front-page .bj-product-card__cta-icon {
	font-size: 0.95rem;
}

.botticelli-studio-front-page .bj-product-card__cta-icon svg {
	height: 1em;
	width: 1em;
}

.botticelli-studio-front-page .bj-product-card__title,
.botticelli-studio-front-page .bj-product-card__title a {
	color: #111111;
	display: -webkit-box;
	font-size: clamp(1.04rem, 1.4vw, 1.45rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
	overflow: hidden;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-word;
}

.botticelli-studio-front-page .bj-product-card__title a:hover {
	color: #4a4a4f;
}

.botticelli-studio-front-page .bj-product-card__reviews {
	align-items: center;
	color: #5e636d;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0 18px;
}

.botticelli-studio-front-page .bj-product-card__reviews-stars {
	display: inline-flex;
	font-size: 0.92rem;
	gap: 2px;
}

.botticelli-studio-front-page .bj-product-card__reviews-stars .bj-review-card__star {
	color: rgba(17, 17, 17, 0.18);
}

.botticelli-studio-front-page .bj-product-card__reviews-stars .bj-review-card__star.is-filled {
	color: #ffb000;
}

.botticelli-studio-front-page .bj-product-card__reviews-count {
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.2;
}

.botticelli-studio-front-page .bj-product-card__footer {
	align-items: stretch;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) minmax(148px, 42%);
	margin-top: auto;
	padding: 0 18px;
}

.botticelli-studio-front-page .bj-product-card__price,
.botticelli-studio-front-page .bj-product-card__price .price {
	align-items: center;
	background: #222222;
	border-radius: 14px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	font-size: 1.15rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.08;
	min-height: 56px;
	padding: 8px 16px;
	text-align: center;
}

.botticelli-studio-front-page .bj-product-card__price del {
	color: #8a8d95;
	display: block;
	font-size: 0.88rem;
	margin: 0;
	opacity: 0.9;
}

.botticelli-studio-front-page .bj-product-card__price ins {
	background: transparent;
	text-decoration: none;
}

.botticelli-studio-front-page .bj-product-card__ctas {
	align-content: start;
	display: grid;
	gap: 10px;
}

.botticelli-studio-front-page .bj-product-card__cta,
.botticelli-studio-front-page .bj-product-card__ghost {
	align-items: center;
	border-radius: 16px;
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 800;
	gap: 0.72rem;
	justify-content: center;
	min-height: 50px;
	padding: 10px 12px;
	text-decoration: none;
	transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.botticelli-studio-front-page .bj-product-card__cta {
	background: linear-gradient(135deg, #111111 0%, #2c2c2f 100%);
	box-shadow: 0 22px 34px -28px rgba(0, 0, 0, 0.72);
	color: #ffffff;
	text-transform: uppercase;
}

.botticelli-studio-front-page .bj-product-card__cta--buy-now {
	background: #232323;
	box-shadow: 0 18px 34px rgba(35, 35, 35, 0.16);
	color: #fff8ea;
}

.botticelli-studio-front-page .bj-product-card__cta:hover {
	box-shadow: 0 24px 36px -26px rgba(0, 0, 0, 0.76);
	color: #ffffff;
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.botticelli-studio-front-page .bj-product-card__cta--buy-now:hover {
	background: #171717;
	color: #fff8ea;
}

.botticelli-studio-front-page .bj-product-card__ghost {
	background: rgba(17, 17, 17, 0.04);
	border: 1px solid rgba(17, 17, 17, 0.1);
	color: #111111;
}

.botticelli-studio-front-page .bj-product-card__ghost:hover {
	background: rgba(17, 17, 17, 0.08);
	color: #111111;
	transform: translateY(-1px);
}

.bj-home-category {
	align-items: center;
	border-radius: 24px;
	display: grid;
	gap: 10px;
	grid-template-columns: 56px minmax(0, 1fr);
	padding: 18px;
}

.bj-home-category__icon {
	align-items: center;
	background: var(--bj-surface-soft);
	border-radius: 18px;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	width: 56px;
}

.bj-home-category__icon-image {
	height: 28px;
	width: 28px;
}

.bj-home-category__name {
	display: block;
	font-size: 1rem;
	font-weight: 800;
}

.bj-home-category__count {
	color: var(--bj-text-soft);
	display: block;
	font-size: 0.88rem;
	margin-top: 3px;
}

.bj-home-product {
	border-radius: 28px;
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
}

.bj-home-product__media {
	align-items: center;
	background: #ffffff;
	display: flex;
	justify-content: center;
	min-height: 250px;
	padding: 18px;
	position: relative;
}

.bj-home-product__media img {
	max-height: 220px;
	object-fit: contain;
	width: auto;
}

.bj-home-product__badge {
	background: #111111;
	border-radius: 999px;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 900;
	padding: 8px 10px;
	position: absolute;
	right: 16px;
	top: 16px;
}

.bj-home-product__body {
	background: #ececef;
	border-top: 1px solid rgba(17, 17, 17, 0.08);
	display: grid;
	gap: 16px;
	padding: 18px;
}

.bj-home-product__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bj-home-product__pill {
	align-items: center;
	background: var(--bj-surface-soft);
	border: 1px solid var(--bj-border);
	border-radius: 999px;
	color: var(--bj-text-soft);
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 800;
	gap: 8px;
	line-height: 1;
	padding: 9px 12px;
	text-transform: uppercase;
}

.bj-home-product__pill--muted {
	color: var(--bj-text);
	text-transform: none;
}

.bj-home-product__pill-icon {
	display: inline-flex;
}

.bj-home-product__cat-icon {
	height: 16px;
	width: 16px;
}

.bj-home-product__title {
	font-size: 1.18rem;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin: 0;
}

.bj-home-product__price,
.bj-home-product__price .price {
	color: var(--bj-text);
	font-size: 1.3rem;
	font-weight: 900;
	line-height: 1;
}

.bj-home-product__price del {
	color: var(--bj-text-soft);
	font-size: 0.92rem;
	font-weight: 700;
	opacity: 0.8;
}

.bj-home-product__price ins {
	background: transparent;
	text-decoration: none;
}

.bj-home-product__actions {
	margin-top: auto;
}

.bj-home-product__button,
.bj-home-product__ghost {
	flex: 1 1 0;
}

.bj-home-empty {
	background: var(--bj-surface);
	border: 1px solid var(--bj-border);
	border-radius: 24px;
	box-shadow: var(--bj-shadow);
	padding: 28px;
}

html[data-bj-theme="dark"] .bj-home-slider,
html[data-bj-theme="dark"] .bj-home-hero-card {
	background: linear-gradient(180deg, rgba(90, 90, 90, 0.98) 0%, rgba(70, 70, 70, 0.98) 100%);
}

html[data-bj-theme="dark"] .bj-home-hero-card {
	border-color: rgba(255, 255, 255, 0.12);
}

html[data-bj-theme="dark"] .bj-home-hero-card.is-spotlight {
	background: linear-gradient(180deg, rgba(18, 18, 18, 0.98) 0%, rgba(36, 36, 36, 0.98) 100%);
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: 0 26px 58px -38px rgba(0, 0, 0, 0.7);
}

html[data-bj-theme="dark"] .bj-home-slider__viewport,
html[data-bj-theme="dark"] .bj-home-slider__slide {
	background: #3a3a3a;
}

html[data-bj-theme="dark"] .bj-home-product__media {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
}

html[data-bj-theme="dark"] .bj-home-product__body {
	background: linear-gradient(180deg, rgba(84, 84, 84, 0.98) 0%, rgba(72, 72, 72, 0.98) 100%);
	border-top-color: rgba(255, 255, 255, 0.1);
}

html[data-bj-theme="dark"] .bj-home-product__ghost,
html[data-bj-theme="dark"] .bj-home-section__link,
html[data-bj-theme="dark"] .bj-home-product__pill,
html[data-bj-theme="dark"] .bj-home-hero-card--whatsapp:not(.is-spotlight) {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.12);
	color: var(--bj-text);
}

html[data-bj-theme="dark"] .bj-home-hero-card__eyebrow,
html[data-bj-theme="dark"] .bj-home-hero__eyebrow {
	color: rgba(255, 255, 255, 0.62);
}

html[data-bj-theme="dark"] .bj-home-hero-card.is-spotlight .bj-home-hero-card__eyebrow {
	color: rgba(255, 255, 255, 0.74);
}

html[data-bj-theme="dark"] .bj-home-hero-card__text,
html[data-bj-theme="dark"] .bj-home-hero-card__copy {
	color: rgba(255, 255, 255, 0.76);
}

html[data-bj-theme="dark"] .bj-home-hero-card.is-spotlight .bj-home-hero-card__text {
	color: rgba(255, 255, 255, 0.84);
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__title,
html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__title a,
html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__price,
html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__price .price {
	color: #f4f6f8;
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__reviews {
	color: #c5ccd5;
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card {
	background: linear-gradient(180deg, rgba(90, 90, 90, 0.96), rgba(70, 70, 70, 0.98));
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 24px 54px -42px rgba(0, 0, 0, 0.82);
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__reviews-stars .bj-review-card__star {
	color: rgba(255, 255, 255, 0.2);
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card:hover {
	border-color: rgba(255, 255, 255, 0.26);
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__cta {
	background: linear-gradient(135deg, #f5f6f8 0%, #d8dde3 100%);
	box-shadow: 0 22px 34px -28px rgba(0, 0, 0, 0.74);
	color: #111111;
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__cta:hover {
	box-shadow: 0 24px 36px -26px rgba(0, 0, 0, 0.82);
	color: #111111;
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__pill,
html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__ghost {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
	color: #f4f6f8;
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__topline {
	background: linear-gradient(135deg, #d7dbe1 0%, #b9bec7 100%);
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__pill {
	background: rgba(17, 17, 17, 0.1);
	color: #111111;
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__pill--muted {
	background: rgba(255, 255, 255, 0.1);
	color: #23252a;
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__ghost:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__media {
	background: linear-gradient(180deg, #3a3a3a 0%, #2d2d2d 100%);
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__sale-badge {
	background: #f4f6f8;
	color: #111111;
}

html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__price,
html[data-bj-theme="dark"] .botticelli-studio-front-page .bj-product-card__price .price {
	background: #f4f6f8;
	color: #111111;
}

@media (max-width: 1180px) {
	.bj-home-hero-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bj-home-categories,
	.bj-home-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.bj-home-main {
		padding: 18px 0 40px;
	}

	.bj-home-slider,
	.bj-home-hero-card,
	.bj-home-category,
	.bj-home-product {
		border-radius: 24px;
	}

	.bj-home-slider__control {
		height: 40px;
		width: 40px;
	}

	.bj-home-slider__control--prev {
		left: 12px;
	}

	.bj-home-slider__control--next {
		right: 12px;
	}

	.bj-home-hero-cards {
		display: grid;
		gap: 10px;
		grid-auto-columns: minmax(156px, 72vw);
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		padding-bottom: 4px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.bj-home-section__header,
	.bj-home-product__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.bj-home-hero-card,
	.bj-home-hero-card--intro,
	.bj-home-hero-card--action,
	.bj-home-hero-card--mini {
		grid-column: auto;
		min-height: 108px;
		padding: 14px 14px 12px;
		scroll-snap-align: start;
	}

	.bj-home-hero-card__icon {
		border-radius: 12px;
		height: 36px;
		width: 36px;
	}

	.bj-home-hero-card__icon svg {
		height: 18px;
		width: 18px;
	}

	.bj-home-hero-card__eyebrow,
	.bj-home-hero-card__text {
		display: none;
	}

	.bj-home-hero-card__headline {
		font-size: 0.94rem;
		line-height: 1.18;
	}

	.bj-home-categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bj-home-categories {
		gap: 10px;
	}

	.bj-home-products {
		grid-template-columns: 1fr;
	}

	.bj-home-category {
		align-items: start;
		border-radius: 20px;
		gap: 8px;
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 14px 12px;
	}

	.bj-home-category__icon {
		border-radius: 14px;
		height: 42px;
		width: 42px;
	}

	.bj-home-category__icon-image {
		height: 22px;
		width: 22px;
	}

	.bj-home-category__name {
		font-size: 0.92rem;
		line-height: 1.2;
	}

	.bj-home-category__count {
		font-size: 0.78rem;
		margin-top: 2px;
	}
}
