:root {
	--fl-ink: #061114;
	--fl-ink-2: #0a1b1f;
	--fl-ink-3: #10282c;
	--fl-cream: #f3ead8;
	--fl-paper: #e9dcc5;
	--fl-muted: #c5bdad;
	--fl-gold: #d9a85f;
	--fl-gold-2: #f0c477;
	--fl-copper: #b86945;
	--fl-green: #6ec487;
	--fl-red: #9f2f34;
	--fl-border: rgba(226, 193, 129, .22);
	--fl-shadow: 0 18px 48px rgba(0, 0, 0, .36);
	--fl-serif: Georgia, "Times New Roman", serif;
	--fl-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--fl-header-height: 86px;
	--fl-admin-bar-height: 0px;
	--fl-notices-top: calc(var(--fl-admin-bar-height) + var(--fl-header-height) + 22px);
}

body.flr-theme {
	margin: 0;
	background: var(--fl-ink);
	color: var(--fl-cream);
	font-family: var(--fl-sans);
	font-size: 16px;
	line-height: 1.55;
	letter-spacing: 0;
}

body.flr-theme * {
	box-sizing: border-box;
}

body.flr-theme a {
	color: inherit;
	text-decoration: none;
}

body.flr-theme h2,
body.flr-theme h2 a {
	letter-spacing: 0 !important;
}

body.flr-theme img {
	display: block;
	max-width: 100%;
	height: auto;
}

body.flr-theme button,
body.flr-theme input,
body.flr-theme select,
body.flr-theme textarea {
	font: inherit;
	letter-spacing: 0;
}

body.flr-theme textarea::placeholder {
	color: #e8d7bd;
	opacity: 1;
}

body.admin-bar.flr-theme {
	--fl-admin-bar-height: 32px;
}

.fl-container {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.fl-page {
	min-height: 100vh;
	overflow-x: clip;
	background:
		linear-gradient(180deg, rgba(6, 17, 20, .78), rgba(6, 17, 20, 0) 260px),
		var(--fl-ink);
}

.fl-main {
	min-height: 70vh;
}

.fl-main:not(:has(section.fl-cover-section)) {
	padding-top: calc(var(--fl-header-height) + 28px);
}

body.flr-theme #Content .section-page-footer {
	display: none !important;
}

body.flr-theme #Content .section_wrapper.clearfix:has(.mfn-checkout-steps),
body.flr-theme #Content .mfn-checkout-steps {
	display: none !important;
}

.fl-icon {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 auto;
}

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

.skip-link:focus {
	position: fixed;
	z-index: 9999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--fl-gold);
	color: #1a1309;
}

.fl-site-header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	color: #fffaf0;
	background: linear-gradient(180deg, rgba(3, 10, 12, .82), rgba(3, 10, 12, .34));
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(12px);
}

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

.fl-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 86px;
	gap: 28px;
}

body.flr-theme.flr-checkout-focus {
	--fl-notices-top: calc(var(--fl-admin-bar-height) + 18px);
	padding-bottom: 0;
}

body.flr-theme.flr-checkout-focus .fl-site-header--checkout,
body.admin-bar.flr-theme.flr-checkout-focus .fl-site-header--checkout {
	position: relative;
	top: auto;
	background: #050f12;
	backdrop-filter: none;
}

body.flr-theme.flr-checkout-focus .fl-site-header--checkout .fl-header-inner {
	justify-content: center;
	min-height: 74px;
}

body.flr-theme.flr-checkout-focus .fl-main {
	min-height: 0;
	padding-top: 0;
}

body.flr-theme.flr-checkout-focus .fl-content-section {
	padding: 24px 0 40px;
	border-bottom: 0;
}

.fl-header-center {
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.fl-logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	min-width: 0;
	/* Area di rispetto: almeno un terzo dell'altezza del simbolo. */
	padding: 16px;
}

.fl-logo img,
.fl-logo .custom-logo {
	width: 200px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.fl-logo:focus-visible {
	outline: 2px solid var(--fl-gold);
	outline-offset: 2px;
}

.fl-nav,
.fl-mobile-nav,
.fl-footer-menu,
.fl-social-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fl-nav {
	align-items: center;
	gap: 30px;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.fl-nav a {
	position: relative;
	display: inline-flex;
	padding: 10px 0;
	color: #fff8ea;
}

.fl-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	height: 2px;
	background: var(--fl-gold);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .18s ease;
}

.fl-nav a:hover::after,
.fl-nav .current-menu-item > a::after {
	transform: scaleX(1);
}

.fl-desktop-nav {
	transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.fl-header-search {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	width: min(760px, 100%);
	height: 48px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid rgba(226, 193, 129, .34);
	border-radius: 2px;
	background: rgba(5, 15, 18, .92);
	box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-50%) scaleX(.68);
	transform-origin: right center;
	transition: opacity .22s ease, transform .26s ease, visibility .22s ease;
	visibility: hidden;
}

.fl-site-header.is-search-open .fl-desktop-nav {
	opacity: 0;
	pointer-events: none;
	transform: translateX(-34px);
	visibility: hidden;
}

.fl-site-header.is-search-open .fl-header-search {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(-50%) scaleX(1);
	visibility: visible;
}

.fl-header-search input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	height: 100%;
	margin: 0;
	padding: 0 14px;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	color: #fff8ea;
}

.fl-header-search input[type="search"]::placeholder {
	color: rgba(255, 248, 234, .62);
}

.fl-header-search__submit,
.fl-header-search__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--fl-gold);
	cursor: pointer;
}

.fl-header-search__close {
	color: #fff8ea;
}

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

.fl-header-icon,
.fl-menu-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #fff8ea;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.fl-header-icon:hover,
.fl-menu-toggle:hover {
	color: var(--fl-gold-2);
}

.fl-cart-count {
	position: absolute;
	top: 2px;
	right: 1px;
	display: inline-grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--fl-gold);
	color: #241507;
	font-size: 11px;
	font-weight: 800;
}

.fl-menu-toggle {
	display: none;
}

.fl-minicart {
	position: absolute;
	top: calc(100% + 12px);
	right: max(24px, calc((100vw - 1180px) / 2));
	width: min(390px, calc(100vw - 32px));
	max-height: calc(100vh - 126px);
	overflow: hidden;
	border: 1px solid rgba(226, 193, 129, .28);
	border-radius: 8px;
	background: rgba(5, 15, 18, .98);
	box-shadow: 0 24px 64px rgba(0, 0, 0, .46);
	color: #fff8ea;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-10px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
	visibility: hidden;
}

.fl-site-header.is-minicart-open .fl-minicart {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.fl-minicart__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	border-bottom: 1px solid rgba(226, 193, 129, .18);
}

.fl-minicart__header h2 {
	margin: 0;
	font-family: var(--fl-serif);
	font-size: 24px;
	font-weight: 500;
	color: #fff8ea;
}

.fl-minicart__header button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff8ea;
	cursor: pointer;
}

.fl-minicart .widget_shopping_cart_content {
	max-height: calc(100vh - 198px);
	overflow: auto;
	padding: 18px 20px 20px;
}

.fl-minicart .woocommerce-mini-cart {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-minicart .woocommerce-mini-cart-item {
	position: relative;
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 12px;
	align-items: start;
	min-height: 86px;
	padding: 0 26px 14px 0;
	border-bottom: 1px solid rgba(226, 193, 129, .14);
}

.fl-minicart .woocommerce-mini-cart-item img {
	width: 64px;
	height: 86px;
	object-fit: cover;
	border-radius: 4px;
}

.fl-minicart .woocommerce-mini-cart-item a:not(.remove),
.fl-minicart .woocommerce-mini-cart-item .fl-minicart-item-content {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 64px 1fr;
	gap: 12px;
	align-items: start;
	color: #fff8ea;
	font-family: var(--fl-serif);
	font-size: 17px;
	line-height: 1.2;
}

.fl-minicart .woocommerce-mini-cart-item > img {
	grid-column: 1;
	grid-row: 1;
}

.fl-minicart .woocommerce-mini-cart-item > .desc {
	grid-column: 2;
	grid-row: 1;
	color: #fff8ea;
	font-family: var(--fl-serif);
	font-size: 17px;
	line-height: 1.2;
}

.fl-minicart .woocommerce-mini-cart-item .desc {
	min-width: 0;
}

.fl-minicart .woocommerce-mini-cart-item h6 {
	margin: 0 0 8px;
	color: #fff8ea;
	font-family: var(--fl-serif);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
}

.fl-minicart .woocommerce-mini-cart-item .quantity {
	display: block;
	grid-column: 2;
	color: var(--fl-muted);
	font-size: 17px;
	line-height: 1.25;
}

.fl-minicart .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount,
.fl-minicart .woocommerce-mini-cart-item .quantity .woocommerce-Price-currencySymbol {
	color: inherit;
	font-size: 17px;
	line-height: inherit;
}

.fl-minicart .woocommerce-mini-cart-item .remove {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border: 1px solid rgba(226, 193, 129, .24);
	border-radius: 50%;
	color: var(--fl-gold) !important;
	font-size: 18px;
	line-height: 1;
}

.fl-minicart-shipping-progress {
	display: grid;
	gap: 10px;
	margin: 18px 0 14px;
	padding: 14px;
	border: 1px solid rgba(217, 168, 95, .28);
	border-radius: 6px;
	background: rgba(255, 248, 234, .05);
}

.fl-minicart-shipping-progress__copy {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	color: #fff8ea;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}

.fl-minicart-shipping-progress__copy span {
	color: var(--fl-gold);
	text-transform: uppercase;
}

.fl-minicart-shipping-progress__copy strong {
	margin-left: auto;
	color: #fff8ea;
	font-weight: 800;
	text-align: right;
}

.fl-minicart-shipping-progress__track {
	height: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 248, 234, .13);
}

.fl-minicart-shipping-progress__track span {
	display: block;
	width: var(--fl-progress, 0%);
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--fl-gold), var(--fl-green));
}

.fl-minicart-shipping-progress p {
	margin: 0;
	color: var(--fl-muted);
	font-size: 13px;
	line-height: 1.35;
}

.fl-minicart-shipping-progress .woocommerce-Price-amount,
.fl-minicart-shipping-progress .woocommerce-Price-currencySymbol {
	color: inherit;
}

.fl-minicart .woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin: 18px 0 14px;
	padding-top: 16px;
	border-top: 1px solid rgba(226, 193, 129, .18);
	color: #fff8ea;
}

.fl-minicart .woocommerce-mini-cart__total .fl-minicart__total-value,
.fl-minicart .woocommerce-mini-cart__total .fl-minicart__total-value .woocommerce-Price-amount,
.fl-minicart .woocommerce-mini-cart__total .fl-minicart__total-value .woocommerce-Price-currencySymbol,
.fl-minicart .woocommerce-mini-cart__total > .woocommerce-Price-amount,
.fl-minicart .woocommerce-mini-cart__total > .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	color: var(--fl-gold);
	font-weight: 900;
}

.fl-minicart .woocommerce-mini-cart__buttons {
	display: grid;
	gap: 10px;
	margin: 0;
	text-align: center;
}

.fl-minicart .woocommerce-mini-cart__buttons .button {
	width: 100%;
	min-height: 46px;
	border-radius: 4px;
	background: rgba(255, 255, 255, .04);
	border-color: rgba(226, 193, 129, .38);
	color: #fff8ea;
}

.fl-minicart .woocommerce-mini-cart__buttons .checkout {
	background: linear-gradient(180deg, var(--fl-gold-2), var(--fl-gold));
	color: #231609;
}

.fl-minicart .woocommerce-mini-cart__empty-message,
.fl-minicart__empty {
	margin: 0;
	color: var(--fl-muted);
}

body.flr-theme .woocommerce-notices-wrapper {
	position: sticky;
	top: var(--fl-notices-top);
	z-index: 990;
	width: min(760px, calc(100% - 48px));
	margin: 0 auto;
	pointer-events: none;
}

body.flr-theme .fl-container > .woocommerce-notices-wrapper {
	width: min(760px, 100%);
}

body.flr-theme .woocommerce-notices-wrapper:empty {
	display: none;
}

body.flr-theme .woocommerce-notices-wrapper > * {
	pointer-events: auto;
}

body.flr-theme .woocommerce-notices-wrapper .alert_icon {
	display: none !important;
}

body.flr-theme .woocommerce-notices-wrapper .alert_wrapper {
	margin: 0;
}

body.flr-theme .woocommerce-notices-wrapper .woocommerce-message,
body.flr-theme .woocommerce-notices-wrapper .woocommerce-info,
body.flr-theme .woocommerce-notices-wrapper .woocommerce-error {
	position: relative;
	min-height: 54px;
	margin: 0 0 14px;
	padding: 14px 16px 14px 52px;
	border: 1px solid rgba(226, 193, 129, .34);
	border-radius: 8px;
	background: rgba(5, 15, 18, .96);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .34);
	color: #fff8ea;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

body.flr-theme .woocommerce-notices-wrapper .woocommerce-message::before,
body.flr-theme .woocommerce-notices-wrapper .woocommerce-info::before,
body.flr-theme .woocommerce-notices-wrapper .woocommerce-error::before {
	position: absolute;
	top: 50%;
	left: 18px;
	display: inline-grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%);
}

body.flr-theme .woocommerce-notices-wrapper .woocommerce-message {
	border-color: rgba(104, 185, 123, .58);
	background: linear-gradient(180deg, rgba(12, 36, 24, .98), rgba(5, 15, 18, .96));
}

body.flr-theme .woocommerce-notices-wrapper .woocommerce-message::before {
	content: "\2713";
	background: rgba(104, 185, 123, .2);
	color: #9be4a6;
}

body.flr-theme .woocommerce-notices-wrapper .woocommerce-info::before {
	content: "i";
	background: rgba(240, 196, 119, .18);
	color: var(--fl-gold-2);
}

body.flr-theme .woocommerce-notices-wrapper .woocommerce-error {
	border-color: rgba(205, 78, 78, .62);
	background: linear-gradient(180deg, rgba(62, 18, 18, .98), rgba(5, 15, 18, .96));
	list-style: none;
}

body.flr-theme .woocommerce-notices-wrapper .woocommerce-error::before {
	content: "!";
	background: rgba(205, 78, 78, .2);
	color: #ffaaa0;
}

body.flr-theme .woocommerce-notices-wrapper .woocommerce-error li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.flr-theme .woocommerce-notices-wrapper .button,
body.flr-theme .woocommerce-notices-wrapper .wc-forward {
	float: right;
	min-height: 34px;
	margin: -4px 0 0 16px;
	padding: 8px 13px;
	border: 1px solid rgba(226, 193, 129, .48);
	border-radius: 6px;
	background: rgba(226, 193, 129, .14);
	color: #fff8ea;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none;
	text-transform: uppercase;
}

body.flr-theme .woocommerce-notices-wrapper .button:hover,
body.flr-theme .woocommerce-notices-wrapper .wc-forward:hover {
	background: linear-gradient(180deg, var(--fl-gold-2), var(--fl-gold));
	color: #231609;
}

.fl-mobile-menu {
	border-top: 1px solid rgba(255, 255, 255, .08);
	background: rgba(5, 15, 18, .98);
}

.fl-mobile-nav {
	flex-direction: column;
	padding: 16px 0 22px;
}

.fl-mobile-nav a {
	display: flex;
	padding: 14px 0;
	font-weight: 800;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.fl-cover-section {
	position: relative;
	isolation: isolate;
	background:
		linear-gradient(90deg, rgba(3, 10, 12, .98) 0%, rgba(3, 10, 12, .76) 42%, rgba(3, 10, 12, .35) 100%),
		var(--fl-bg, linear-gradient(135deg, #0c2227, #182b2d));
	background-size: cover;
	background-position: center;
}

.fl-cover-section::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(3, 10, 12, .18), rgba(3, 10, 12, .9));
}

.fl-home-hero {
	min-height: 690px;
	display: flex;
	align-items: center;
	padding-top: 96px;
	border-bottom: 1px solid var(--fl-border);
	background: var(--fl-bg, linear-gradient(135deg, #0c2227, #182b2d));
	background-size: cover;
	background-position: center;
}

.fl-home-hero::after {
	display: none;
}

.fl-home-hero__inner {
	padding: 110px 0 92px;
}

.fl-home-hero h1 {
	max-width: 560px;
	margin: 0 0 20px;
	font-family: var(--fl-serif);
	font-size: 86px;
	line-height: .95;
	font-weight: 500;
	color: #fff8ea;
}

.fl-home-hero p {
	max-width: 520px;
	margin: 0 0 32px;
	font-size: 24px;
	color: #fff0dc;
}

.fl-button,
.button,
.single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 13px 24px;
	border-radius: 6px;
	border: 1px solid transparent;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	color: inherit;
	cursor: pointer;
	transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.fl-button:hover,
.button:hover,
.single_add_to_cart_button:hover {
	transform: translateY(-1px);
}

.fl-button--gold,
.single_add_to_cart_button,
.woocommerce .button.alt {
	background: linear-gradient(180deg, var(--fl-gold-2), var(--fl-gold));
	color: #231609;
	border-color: rgba(255, 255, 255, .18);
}

.fl-home-hero__cta,
.fl-featured-book__cta {
	border-radius: 2px;
	color: #161007 !important;
	letter-spacing: .08em;
}

.fl-button--outline {
	background: rgba(3, 10, 12, .22);
	color: #fff8ea;
	border-color: rgba(226, 193, 129, .44);
}

.fl-section {
	padding: 54px 0;
	background: var(--fl-ink);
}

.fl-section-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 0 0 30px;
	font-family: var(--fl-serif);
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: var(--fl-gold);
}

.fl-section-title::before,
.fl-section-title::after {
	content: "";
	width: 72px;
	height: 1px;
	background: var(--fl-gold);
}

.fl-escape-section {
	padding-top: 32px;
	border-bottom: 1px solid var(--fl-border);
}

.fl-escape-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.fl-escape-card {
	position: relative;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	gap: 9px;
	padding: 24px 16px;
	overflow: hidden;
	border-radius: 8px;
	text-align: center;
	background: var(--fl-card-bg, linear-gradient(150deg, #122b2e, #050e11));
	background-size: cover;
	background-position: center;
	box-shadow: var(--fl-shadow);
}

.fl-escape-card::before {
	content: "";
	position: absolute;
	inset: -1px;
	z-index: 0;
	background: linear-gradient(180deg, rgba(3, 10, 12, .12), rgba(3, 10, 12, .9));
	pointer-events: none;
}

.fl-escape-card > * {
	position: relative;
	z-index: 1;
}

.fl-escape-card .fl-icon {
	width: 42px;
	height: 42px;
	color: var(--fl-gold);
}

.fl-escape-card strong {
	font-size: 20px;
	line-height: 1.15;
	text-transform: uppercase;
	color: #fff8ea;
}

.fl-escape-card span {
	min-height: 42px;
	font-size: 14px;
	color: #e7ddcc;
}

.fl-featured-book {
	background:
		linear-gradient(90deg, rgba(6, 17, 20, .62), rgba(6, 17, 20, .32)),
		var(--fl-bg, #0d1e21);
	background-size: cover;
	background-position: center;
}

.fl-featured-book__grid {
	display: grid;
	grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
	align-items: center;
	gap: 62px;
}

.fl-featured-book__cover {
	--fl-book-depth: 42px;
	display: flex;
	justify-content: center;
	padding: 8px var(--fl-book-depth) 8px 0;
	perspective: 1100px;
}

.fl-book-3d {
	position: relative;
	width: min(390px, calc(100% - var(--fl-book-depth)));
	transform: rotateY(-7deg) rotateZ(-1deg);
	transform-style: preserve-3d;
	filter: drop-shadow(24px 28px 28px rgba(0, 0, 0, .34));
}

.fl-book-3d::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 100%;
	width: calc(var(--fl-book-depth) * 1.06);
	height: 100%;
	border-radius: 0 14px 14px 0 / 0 22px 22px 0;
	border-left: 1px solid rgba(180, 148, 104, .34);
	clip-path: polygon(0 0, 100% 3.5%, 100% 96.5%, 0 100%);
	background:
		repeating-linear-gradient(90deg, rgba(92, 66, 37, .34) 0 1px, rgba(255, 255, 255, .2) 1px 4px),
		linear-gradient(90deg, rgba(215, 194, 158, .72) 0%, rgba(255, 249, 230, .96) 18%, rgba(244, 232, 204, .98) 66%, rgba(189, 159, 115, .86) 100%);
	background-blend-mode: multiply;
	box-shadow: inset 7px 0 9px rgba(255, 255, 255, .38), inset -9px 0 12px rgba(92, 58, 29, .28);
	transform-origin: left center;
}

.fl-book-3d::after {
	content: none;
}

.fl-book-3d img {
	position: relative;
	z-index: 2;
	width: 100%;
	border-radius: 2px;
}

.fl-kicker {
	margin: 0 0 10px;
	color: var(--fl-gold);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.fl-featured-book h2,
.fl-product-summary h1,
.fl-shop-hero h1 {
	margin: 0;
	font-family: var(--fl-serif);
	font-weight: 500;
	color: #fff8ea;
}

.fl-featured-book h2 {
	font-size: 48px;
	line-height: 1.05;
}

.fl-featured-book__eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	margin: 14px 0 8px;
	padding: 6px 10px;
	border: 1px solid rgba(226, 193, 129, .36);
	border-radius: 4px;
	background: rgba(226, 193, 129, .1);
	color: #fff1d6;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.fl-featured-author,
.fl-product-author,
.fl-product-card__author {
	color: var(--fl-gold);
}

.fl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

.fl-latest-section {
	border-top: 1px solid var(--fl-border);
	border-bottom: 1px solid var(--fl-border);
}

.fl-product-strip {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-product-card {
	position: relative;
	display: grid;
	gap: 14px;
	min-width: 0;
	padding: 14px;
	border: 1px solid rgba(226, 193, 129, .18);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(13, 32, 36, .94), rgba(5, 15, 18, .98));
	box-shadow: 0 14px 36px rgba(0, 0, 0, .26);
	list-style: none;
}

.fl-product-card__cover {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	background: #071013;
	aspect-ratio: 2 / 3;
}

.fl-product-card__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .22s ease;
}

.fl-product-card:hover .fl-product-card__cover img {
	transform: scale(1.025);
}

.fl-badge {
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 12px;
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 10px;
	border-radius: 4px;
	background: var(--fl-gold);
	color: #1d1207;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.fl-product-card:nth-child(2n) .fl-badge {
	background: var(--fl-red);
	color: #fff7ee;
}

.fl-product-card__body {
	min-width: 0;
}

.fl-product-card h3 {
	margin: 0 0 4px;
	font-family: var(--fl-serif);
	font-size: 20px;
	line-height: 1.16;
	font-weight: 500;
	color: #fff7ea;
}

.fl-product-card__author,
.fl-product-card__excerpt,
.fl-product-card__price {
	margin: 0;
	font-size: 14px;
}

.fl-product-card__excerpt {
	margin-top: 10px;
	color: #dfd5c6;
}

.fl-products--grid .fl-product-card__excerpt,
.fl-product-card--compact .fl-product-card__excerpt {
	display: none;
}

.fl-product-card__price {
	margin-top: 8px;
	color: #fff8ea;
	font-weight: 800;
}

.fl-product-card__actions {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 10px;
}

.fl-card-arrow,
.fl-cart-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	min-height: 42px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid rgba(226, 193, 129, .56);
	color: var(--fl-gold);
	background: transparent;
}

body.flr-theme.woocommerce .fl-product-card .fl-cart-circle.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	min-height: 42px;
	padding: 0 !important;
	border: 1px solid rgba(226, 193, 129, .56);
	border-radius: 50%;
	background: transparent !important;
	color: var(--fl-gold) !important;
	line-height: 1;
}

.fl-card-arrow {
	display: none;
	margin-left: auto;
}

.fl-cart-circle:hover,
body.flr-theme.woocommerce .fl-product-card .fl-cart-circle.button:hover {
	background: rgba(217, 168, 95, .12);
}

.fl-journal-section {
	background: #0b181b;
}

.fl-journal-grid {
	display: grid;
	grid-template-columns: 1fr 1.45fr;
	gap: 32px;
	align-items: stretch;
}

.fl-journal-grid blockquote {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	margin: 0;
	padding: 44px 38px;
	border: 1px solid var(--fl-border);
	text-align: center;
	background:
		linear-gradient(180deg, rgba(3, 10, 12, .42), rgba(3, 10, 12, .72)),
		var(--fl-quote-bg, linear-gradient(135deg, #16272a, #071114));
	background-size: cover;
	background-position: center;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.fl-journal-grid blockquote::before {
	content: "\201C";
	display: block;
	height: 46px;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, .42);
	font-family: var(--fl-serif);
	font-size: 76px;
	line-height: .82;
}

.fl-journal-grid blockquote p {
	margin: 0;
	font-family: var(--fl-serif);
	font-size: 26px;
	line-height: 1.22;
	font-weight: 500;
	color: #fff8ea;
	text-shadow: 0 2px 16px rgba(0, 0, 0, .38);
}

.fl-journal-list {
	padding: 28px;
	border: 1px solid var(--fl-border);
	border-radius: 8px;
	background: rgba(3, 10, 12, .32);
}

.fl-journal-list h2 {
	margin: 0 0 16px;
	color: var(--fl-gold);
	font-size: 14px;
	text-transform: uppercase;
}

.fl-journal-item {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 14px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid rgba(226, 193, 129, .14);
}

.fl-journal-item img {
	width: 88px;
	height: 62px;
	object-fit: cover;
	border-radius: 4px;
}

.fl-journal-item small {
	display: block;
	margin-top: 4px;
	color: var(--fl-muted);
}

.fl-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	color: var(--fl-gold);
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
}

.fl-newsletter {
	position: relative;
	padding: 46px 0;
	background:
		linear-gradient(90deg, rgba(7, 26, 23, .96), rgba(7, 46, 38, .9)),
		#0d2a25;
	border-top: 1px solid var(--fl-border);
	border-bottom: 1px solid var(--fl-border);
}

.fl-newsletter--compact {
	padding: 34px 0;
}

.fl-newsletter__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
	gap: 32px;
	align-items: center;
}

.fl-newsletter h2 {
	margin: 0 0 8px;
	font-family: var(--fl-serif);
	font-size: 34px;
	line-height: 1.1;
	color: #fff8ea;
}

.fl-newsletter p {
	margin: 0;
	color: #ded3c3;
}

.fl-newsletter__form,
.fl-newsletter__form form,
.fl-newsletter form.fl-newsletter__form {
	display: flex;
	gap: 12px;
	min-width: 0;
}

.fl-newsletter__form--brevo {
	display: block;
}

.fl-newsletter__form--brevo .sib-form-container,
.fl-newsletter__form--brevo #sib-container {
	width: 100%;
	max-width: none;
	min-width: 0;
	background: transparent;
	border: 0;
}

.fl-newsletter__form--brevo .fl-brevo-form {
	display: flex;
	gap: 12px;
	min-width: 0;
}

.fl-newsletter__form--brevo .sib-input,
.fl-newsletter__form--brevo .sib-form-block,
.fl-newsletter__form--brevo .form__entry,
.fl-newsletter__form--brevo .form__label-row,
.fl-newsletter__form--brevo .entry__field {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.fl-newsletter__form--brevo .sib-input {
	flex: 1 1 auto;
}

.fl-newsletter__form--brevo .fl-brevo-form > .sib-form-block {
	flex: 0 0 auto;
	display: flex;
}

.fl-newsletter__form--brevo .sib-form-block__button {
	width: auto;
	height: 100%;
}

.fl-newsletter__form--brevo .entry__error {
	display: block;
	margin: 8px 0 0;
	color: #ffd2c9;
	font-size: 13px;
}

.fl-newsletter__form--brevo .entry__error:empty {
	display: none;
}

.fl-newsletter__form--brevo .sib-form-message-panel {
	display: none;
	margin: 0 0 12px;
	padding: 10px 12px;
	border-radius: 4px;
	font-size: 14px;
}

.fl-newsletter__form--brevo #error-message {
	background: rgba(159, 47, 52, .18);
	color: #ffd2c9;
}

.fl-newsletter__form--brevo #success-message {
	background: rgba(110, 196, 135, .16);
	color: #dff8e7;
}

.fl-newsletter__form--brevo .input--hidden {
	display: none !important;
}

.fl-newsletter__form--brevo .progress-indicator__icon {
	display: none;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.fl-newsletter input[type="email"],
.fl-newsletter input[type="text"],
.fl-newsletter input[type="submit"] {
	min-height: 52px;
}

.fl-newsletter input[type="email"],
.fl-newsletter input[type="text"] {
	width: 100%;
	min-width: 0;
	padding: 0 16px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, .24);
	background: rgba(3, 10, 12, .46);
	color: #fff8ea;
}

.fl-newsletter button,
.fl-newsletter input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 150px;
	padding: 0 22px;
	border: 0;
	border-radius: 4px;
	background: var(--fl-gold);
	color: #221509;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
}

.fl-site-footer {
	padding: 48px 0 120px;
	background: #050c0f;
	border-top: 1px solid var(--fl-border);
}

.fl-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr repeat(4, 1fr);
	gap: 34px;
}

.fl-footer-brand p {
	margin: 0 16px;
	color: var(--fl-muted);
}

.fl-footer-brand .fl-logo {
	max-width: 100%;
}

.fl-footer-brand .fl-brand-payoff {
	font-size: 14px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.fl-site-footer h2 {
	margin: 0 0 14px;
	color: var(--fl-gold);
	font-size: 13px;
	text-transform: uppercase;
}

.fl-footer-menu {
	flex-direction: column;
	gap: 7px;
	font-size: 14px;
	color: #ded3c3;
}

.fl-footer-menu a:hover {
	color: var(--fl-gold);
}

.fl-social-menu {
	gap: 10px;
	flex-wrap: wrap;
}

.fl-social-menu a {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(226, 193, 129, .44);
	border-radius: 50%;
	color: var(--fl-gold);
	font-weight: 800;
}

.fl-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 44px;
	padding-top: 18px;
	border-top: 1px solid rgba(226, 193, 129, .12);
	color: #a99f90;
	font-size: 13px;
}

.fl-footer-bottom p {
	margin: 0;
}

.fl-footer-bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}

.fl-mobile-tabs {
	position: fixed;
	z-index: 1001;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	grid-template-columns: repeat(5, 1fr);
	min-height: 82px;
	padding: 8px 8px max(8px, env(safe-area-inset-bottom));
	background: rgba(4, 12, 15, .98);
	border-top: 1px solid rgba(226, 193, 129, .22);
}

.fl-mobile-tabs a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 0;
	color: #fff7ea;
	font-size: 11px;
	text-transform: uppercase;
}

.fl-mobile-tabs .fl-icon {
	width: 26px;
	height: 26px;
}

.fl-mobile-tabs a:hover,
.fl-mobile-tabs a:focus {
	color: var(--fl-gold);
}

.fl-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
	margin-bottom: 38px;
	color: #eadcc7;
	font-size: 14px;
}

.fl-breadcrumbs a {
	color: #eadcc7;
}

.fl-breadcrumbs a:hover {
	color: var(--fl-gold);
}

.fl-crumb-sep {
	color: var(--fl-gold);
}

.fl-content-hero {
	padding: 148px 0 48px;
	border-bottom: 1px solid var(--fl-border);
	background:
		linear-gradient(90deg, rgba(3, 10, 12, .96), rgba(3, 10, 12, .68)),
		linear-gradient(135deg, #0c2227, #182b2d);
}

.fl-blog-list-hero {
	background:
		linear-gradient(90deg, rgba(3, 10, 12, .96), rgba(3, 10, 12, .62)),
		linear-gradient(180deg, rgba(3, 10, 12, .14), rgba(3, 10, 12, .86)),
		url("../images/sfondoblog.webp") center bottom / cover no-repeat,
		linear-gradient(135deg, #0c2227, #182b2d);
}

.fl-content-hero h1 {
	max-width: 900px;
	margin: 0;
	font-family: var(--fl-serif);
	font-size: 58px;
	line-height: 1;
	font-weight: 500;
	color: #fff8ea;
}

.fl-content-hero__description {
	max-width: 720px;
	margin-top: 18px;
	color: #fff0de;
	font-size: 18px;
}

.fl-content-hero__description p {
	margin: 0;
}

.fl-content-section {
	border-bottom: 1px solid var(--fl-border);
}

.fl-content-layout {
	display: grid;
	gap: 28px;
}

.fl-entry-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.fl-entry {
	display: grid;
	gap: 24px;
	padding: 24px;
	border: 1px solid var(--fl-border);
	border-radius: 8px;
	background: rgba(10, 27, 31, .72);
	box-shadow: 0 14px 36px rgba(0, 0, 0, .22);
}

.fl-entry-grid .fl-entry {
	grid-template-rows: auto 1fr;
	gap: 0;
	min-width: 0;
	padding: 0;
	overflow: hidden;
	border-color: rgba(226, 193, 129, .18);
	background: rgba(10, 27, 31, .78);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.fl-entry-grid .fl-entry:hover {
	transform: translateY(-2px);
	border-color: rgba(226, 193, 129, .36);
	box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

.fl-entry__image {
	display: block;
	overflow: hidden;
	border-radius: 6px;
	background: #071114;
}

.fl-entry-grid .fl-entry__image {
	aspect-ratio: 2 / 1;
	border-radius: 0;
}

.fl-entry__image img {
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

.fl-entry-grid .fl-entry__image img {
	height: 100%;
	aspect-ratio: 2 / 1;
	transition: transform .3s ease;
}

.fl-entry-grid .fl-entry:hover .fl-entry__image img {
	transform: scale(1.035);
}

.fl-entry__body {
	min-width: 0;
}

.fl-entry-grid .fl-entry__body {
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding: 20px;
}

.fl-entry h2 {
	margin: 0 0 8px;
	font-family: var(--fl-serif);
	font-size: 34px;
	line-height: 1.1;
	font-weight: 500;
	color: #fff8ea;
}

.fl-entry-grid .fl-entry h2 {
	margin-bottom: 10px;
	font-size: 25px;
	line-height: 1.08;
}

.fl-entry h2 a:hover {
	color: var(--fl-gold);
}

.fl-entry__meta {
	margin: 0 0 14px;
	color: var(--fl-gold);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.fl-entry-grid .fl-entry__meta {
	margin-bottom: 12px;
	font-size: 11px;
	letter-spacing: .04em;
}

.fl-entry__excerpt,
.fl-entry__content {
	color: #f1e6d4;
}

.fl-entry-grid .fl-entry__excerpt {
	color: #eadfcd;
	font-size: 14px;
	line-height: 1.55;
}

.fl-entry-grid .fl-entry__excerpt p {
	margin-bottom: 0;
}

.fl-entry-grid .fl-button {
	align-self: flex-start;
	min-height: 38px;
	margin-top: auto;
	padding: 9px 15px;
	border-radius: 4px;
	font-size: 11px;
}

.fl-entry__excerpt p:first-child,
.fl-entry__content > *:first-child {
	margin-top: 0;
}

.fl-entry__excerpt p:last-child,
.fl-entry__content > *:last-child {
	margin-bottom: 0;
}

.fl-entry__content {
	font-size: 18px;
}

.fl-entry__content a {
	color: var(--fl-gold);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.fl-entry__content h2,
.fl-entry__content h3,
.fl-entry__content h4 {
	margin-top: 1.8em;
	color: #fff8ea;
}

.fl-entry__content ul,
.fl-entry__content ol {
	padding-left: 1.25em;
}

.fl-entry__content blockquote {
	margin: 28px 0;
	padding-left: 22px;
	border-left: 3px solid var(--fl-gold);
	color: #fff8ea;
	font-family: var(--fl-serif);
	font-size: 24px;
	line-height: 1.25;
}

@media (max-width: 900px) {
	.fl-entry-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.fl-entry-grid {
		grid-template-columns: 1fr;
	}

	.fl-entry-grid .fl-entry h2 {
		font-size: 28px;
	}

	.fl-entry-grid .fl-entry__body {
		padding: 18px;
	}
}

.fl-about-hero {
	display: flex;
	align-items: center;
	min-height: 520px;
	padding: 140px 0 78px;
	border-bottom: 1px solid rgba(226, 193, 129, .18);
}

.fl-about-hero__inner {
	max-width: 670px;
}

.fl-about-hero .fl-kicker {
	margin-bottom: 14px;
	color: var(--fl-gold);
}

.fl-about-hero h1,
.fl-about-copy h2,
.fl-about-values > .fl-container > h2,
.fl-about-bookstores h2,
.fl-about-team h2,
.fl-about-final-cta h2 {
	margin: 0;
	font-family: var(--fl-serif);
	font-weight: 500;
	letter-spacing: 0;
}

.fl-about-hero h1 {
	color: #fff8ea;
	font-size: 74px;
	line-height: .98;
}

.fl-about-hero p:last-child {
	max-width: 520px;
	margin: 24px 0 0;
	color: #fff0de;
	font-family: var(--fl-serif);
	font-size: 25px;
	line-height: 1.32;
}

.fl-about-story,
.fl-about-values,
.fl-about-team {
	background: #f5efe5;
	color: #142322;
}

.fl-about-story {
	padding: 64px 0 58px;
}

.fl-about-story__grid,
.fl-about-team__grid {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
	gap: 64px;
	align-items: center;
}

.fl-about-copy {
	max-width: 520px;
}

.fl-about-copy h2 {
	margin-bottom: 24px;
	color: #142322;
	font-size: 36px;
	line-height: 1.08;
}

.fl-about-copy p {
	margin: 0 0 18px;
	color: #263231;
	font-size: 17px;
	line-height: 1.68;
}

.fl-about-copy p:last-child {
	margin-bottom: 0;
}

.fl-about-copy strong {
	color: #10201f;
}

.fl-about-photo {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #d8c9b5;
	box-shadow: 0 18px 42px rgba(60, 45, 24, .14);
}

.fl-about-photo img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.fl-about-mission {
	padding: 52px 0;
	background: #ede2d1;
	color: #142322;
}

.fl-about-mission__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
}

.fl-about-mission article {
	display: grid;
	justify-items: center;
	gap: 14px;
	padding: 18px 70px;
	text-align: center;
}

.fl-about-mission article + article {
	border-left: 1px solid rgba(20, 35, 34, .16);
}

.fl-about-mission .fl-icon {
	width: 52px;
	height: 52px;
	padding: 10px;
	border: 1px solid rgba(20, 35, 34, .28);
	border-radius: 50%;
	color: #0e2a24;
}

.fl-about-mission h2 {
	margin: 0;
	color: #142322;
	font-family: var(--fl-serif);
	font-size: 28px;
	font-weight: 500;
}

.fl-about-mission p {
	max-width: 420px;
	margin: 0;
	color: #263231;
	font-size: 15px;
	line-height: 1.58;
}

.fl-about-values {
	padding: 58px 0 64px;
}

.fl-about-values > .fl-container > h2 {
	margin-bottom: 34px;
	text-align: center;
	color: #142322;
	font-size: 34px;
}

.fl-about-values__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-about-values__grid li {
	display: grid;
	align-content: start;
	justify-items: center;
	gap: 12px;
	min-height: 218px;
	padding: 10px 18px;
	text-align: center;
}

.fl-about-values__grid li + li {
	border-left: 1px solid rgba(20, 35, 34, .14);
}

.fl-about-values__grid .fl-icon {
	width: 46px;
	height: 46px;
	color: #0e2a24;
	stroke-width: 1.5;
}

.fl-about-values__grid h3 {
	margin: 0;
	color: #142322;
	font-family: var(--fl-serif);
	font-size: 19px;
	font-weight: 600;
	line-height: 1.12;
}

.fl-about-values__grid p {
	margin: 0;
	color: #3c4543;
	font-size: 13px;
	line-height: 1.48;
}

.fl-about-bookstores {
	padding: 64px 0 42px;
	background: #eee4d6;
	color: #142322;
}

.fl-about-bookstores__grid {
	display: grid;
	grid-template-columns: .74fr .54fr 1.36fr;
	gap: 34px;
	align-items: start;
}

.fl-about-bookstores__intro h2 {
	margin-bottom: 22px;
	color: #142322;
	font-size: 34px;
	line-height: 1.14;
}

.fl-about-bookstores__intro p {
	margin: 0 0 20px;
	color: #263231;
	font-size: 16px;
	line-height: 1.66;
}

.fl-about-bookstores .fl-button,
.fl-about-partner-cta .fl-button {
	min-height: 40px;
	border-radius: 4px;
	font-size: 12px;
}

.fl-about-map {
	position: relative;
	min-height: 300px;
	border-radius: 8px;
	background:
		radial-gradient(circle at 46% 20%, rgba(14, 42, 36, .18), transparent 0 8px, transparent 9px),
		radial-gradient(circle at 56% 36%, rgba(14, 42, 36, .18), transparent 0 8px, transparent 9px),
		radial-gradient(circle at 62% 52%, rgba(14, 42, 36, .18), transparent 0 8px, transparent 9px),
		radial-gradient(circle at 44% 72%, rgba(14, 42, 36, .18), transparent 0 8px, transparent 9px),
		radial-gradient(circle at 68% 82%, rgba(14, 42, 36, .18), transparent 0 8px, transparent 9px),
		rgba(255, 248, 234, .42);
}

.fl-about-map::before {
	content: "";
	position: absolute;
	inset: 28px 42px;
	background: rgba(20, 35, 34, .08);
	clip-path: polygon(42% 0, 59% 7%, 62% 19%, 54% 27%, 64% 38%, 61% 49%, 70% 58%, 62% 68%, 74% 81%, 66% 100%, 52% 88%, 49% 70%, 37% 58%, 43% 43%, 30% 31%, 36% 18%);
}

.fl-about-map span {
	position: absolute;
	z-index: 1;
	left: var(--x);
	top: var(--y);
	width: 15px;
	height: 15px;
	border: 3px solid #eee4d6;
	border-radius: 50%;
	background: #0e2a24;
	box-shadow: 0 4px 12px rgba(20, 35, 34, .24);
	transform: translate(-50%, -50%);
}

.fl-about-bookstores__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.fl-about-bookstores__cards article {
	display: grid;
	min-width: 0;
	padding: 10px;
	border: 1px solid rgba(20, 35, 34, .13);
	border-radius: 8px;
	background: rgba(255, 248, 234, .58);
	box-shadow: 0 14px 30px rgba(73, 53, 29, .1);
}

.fl-about-bookstores__cards img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: var(--fl-image-position, center);
	border-radius: 6px;
}

.fl-about-bookstores__cards h3 {
	margin: 14px 0 4px;
	color: #142322;
	font-family: var(--fl-serif);
	font-size: 19px;
	line-height: 1.16;
}

.fl-about-card-location {
	margin: 0 0 10px;
	color: #0e2a24;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.fl-about-bookstores__cards p:not(.fl-about-card-location) {
	margin: 0 0 16px;
	color: #3c4543;
	font-size: 13px;
	line-height: 1.48;
}

.fl-about-bookstores__cards .fl-button {
	align-self: end;
	justify-content: center;
	min-height: 36px;
	padding: 8px 10px;
	color: #0e2a24;
	font-size: 11px;
}

.fl-about-partner-cta {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin-top: 32px;
	padding: 20px 22px;
	border-radius: 8px;
	background: rgba(255, 248, 234, .72);
	box-shadow: 0 12px 26px rgba(73, 53, 29, .08);
}

.fl-about-partner-cta > .fl-icon {
	width: 52px;
	height: 52px;
	padding: 10px;
	border: 1px solid rgba(20, 35, 34, .18);
	border-radius: 8px;
	color: #0e2a24;
}

.fl-about-partner-cta h2 {
	margin: 0 0 4px;
	color: #142322;
	font-family: var(--fl-serif);
	font-size: 24px;
	font-weight: 500;
}

.fl-about-partner-cta p {
	margin: 0;
	color: #3c4543;
}

.fl-about-team {
	padding: 58px 0 62px;
}

.fl-about-team__grid {
	grid-template-columns: .74fr 1.26fr;
}

.fl-about-final-cta {
	padding: 48px 0;
	border-top: 1px solid rgba(226, 193, 129, .16);
	border-bottom: 1px solid rgba(226, 193, 129, .16);
	background:
		linear-gradient(90deg, rgba(3, 16, 13, .95), rgba(3, 16, 13, .74)),
		var(--fl-bg) center / cover no-repeat,
		#061114;
	color: #fff8ea;
}

.fl-about-final-cta h2 {
	max-width: 620px;
	margin-bottom: 22px;
	color: #fff8ea;
	font-size: 34px;
	line-height: 1.16;
}

.fl-about-final-cta .fl-button {
	min-height: 40px;
	border-radius: 4px;
	font-size: 12px;
}

.fl-button--dark {
	background: #0e2a24;
	color: #fff8ea;
	border-color: #0e2a24;
}

.fl-authors-hero {
	display: flex;
	align-items: center;
	min-height: 560px;
	padding: 140px 0 82px;
	border-bottom: 1px solid rgba(20, 35, 34, .08);
	background:
		linear-gradient(90deg, rgba(247, 241, 232, .98) 0%, rgba(247, 241, 232, .86) 38%, rgba(247, 241, 232, .24) 72%, rgba(247, 241, 232, .02) 100%),
		var(--fl-bg) center / cover no-repeat,
		#f3eadc;
	color: #142322;
}

.fl-authors-hero::after {
	display: none;
}

.fl-authors-hero__inner {
	max-width: 560px;
}

.fl-authors-hero h1,
.fl-authors-section-head h2,
.fl-authors-copy h2,
.fl-authors-cta h2 {
	margin: 0;
	font-family: var(--fl-serif);
	font-weight: 500;
	letter-spacing: 0;
}

.fl-authors-hero h1 {
	color: #10201f;
	font-size: 72px;
	line-height: .98;
}

.fl-authors-hero__lead {
	max-width: 420px;
	margin: 20px 0 0;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(20, 35, 34, .38);
	color: #142322;
	font-family: var(--fl-serif);
	font-size: 32px;
	line-height: 1.16;
}

.fl-authors-hero p:not(.fl-authors-hero__lead) {
	max-width: 430px;
	margin: 24px 0 0;
	color: #263231;
	font-size: 17px;
	line-height: 1.68;
}

.fl-authors-commitment,
.fl-authors-steps {
	padding: 58px 0 64px;
	background: #f7f1e8;
	color: #142322;
}

.fl-authors-section-head {
	max-width: 560px;
	margin: 0 auto 34px;
	text-align: center;
}

.fl-authors-section-head h2 {
	color: #142322;
	font-size: 34px;
	line-height: 1.12;
}

.fl-authors-section-head p {
	margin: 12px 0 0;
	color: #3c4543;
	font-size: 15px;
	line-height: 1.55;
}

.fl-authors-commitment__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-authors-commitment__grid li {
	display: grid;
	align-content: start;
	justify-items: center;
	gap: 12px;
	min-height: 220px;
	padding: 8px 18px;
	text-align: center;
}

.fl-authors-commitment__grid li + li {
	border-left: 1px solid rgba(20, 35, 34, .14);
}

.fl-authors-commitment__grid .fl-icon {
	width: 50px;
	height: 50px;
	padding: 9px;
	border: 1px solid rgba(20, 35, 34, .24);
	border-radius: 50%;
	color: #0e2a24;
	stroke-width: 1.5;
}

.fl-authors-commitment__grid h3 {
	margin: 0;
	color: #142322;
	font-family: var(--fl-serif);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.16;
}

.fl-authors-commitment__grid p {
	margin: 0;
	color: #3c4543;
	font-size: 13px;
	line-height: 1.5;
}

.fl-authors-looking {
	padding: 64px 0;
	background: #eee5d8;
	color: #142322;
}

.fl-authors-looking__grid {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
	gap: 72px;
	align-items: center;
}

.fl-authors-copy {
	max-width: 470px;
}

.fl-authors-copy h2 {
	color: #142322;
	font-size: 38px;
	line-height: 1.08;
}

.fl-authors-copy p {
	margin: 18px 0 0;
	color: #263231;
	font-size: 16px;
	line-height: 1.62;
}

.fl-authors-genre-list {
	display: grid;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.fl-authors-genre-list li {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #142322;
	font-size: 15px;
	font-weight: 700;
}

.fl-authors-genre-list .fl-icon {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	padding: 3px;
	border-radius: 50%;
	background: #0e2a24;
	color: #fff8ea;
	stroke-width: 2.4;
}

.fl-authors-copy .fl-button {
	margin-top: 24px;
	min-height: 40px;
	border-radius: 4px;
	font-size: 12px;
}

.fl-authors-photo {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #d8c9b5;
	box-shadow: 0 18px 42px rgba(60, 45, 24, .14);
}

.fl-authors-photo img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.fl-authors-steps {
	position: relative;
}

.fl-authors-steps__list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-authors-steps__list::before {
	content: "";
	position: absolute;
	top: 31px;
	left: 8%;
	right: 8%;
	height: 1px;
	background: rgba(20, 35, 34, .22);
}

.fl-authors-steps__list li {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	align-content: start;
	text-align: center;
}

.fl-authors-step-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin-bottom: 10px;
	border-radius: 50%;
	background: #0e2a24;
	color: #fff8ea;
	box-shadow: 0 0 0 8px #f7f1e8;
}

.fl-authors-step-icon .fl-icon {
	width: 27px;
	height: 27px;
	stroke-width: 1.7;
}

.fl-authors-step-number {
	color: #0e2a24;
	font-size: 16px;
	font-weight: 900;
}

.fl-authors-steps__list h3 {
	margin: 8px 0 7px;
	color: #142322;
	font-family: var(--fl-serif);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.15;
}

.fl-authors-steps__list p {
	margin: 0;
	color: #3c4543;
	font-size: 13px;
	line-height: 1.48;
}

.fl-authors-cta {
	padding: 54px 0;
	background:
		linear-gradient(90deg, rgba(3, 16, 13, .96) 0%, rgba(3, 16, 13, .88) 46%, rgba(3, 16, 13, .18) 72%, rgba(3, 16, 13, 0) 100%),
		var(--fl-bg) center / cover no-repeat,
		#061114;
	color: #fff8ea;
}

.fl-authors-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, .58fr) minmax(0, .42fr);
	align-items: center;
	min-height: 220px;
}

.fl-authors-cta h2 {
	max-width: 620px;
	color: #fff8ea;
	font-size: 34px;
	line-height: 1.16;
}

.fl-authors-cta p {
	max-width: 500px;
	margin: 16px 0 22px;
	color: #fff0de;
	font-size: 16px;
	line-height: 1.58;
}

.fl-authors-cta .fl-button {
	min-height: 40px;
	border-radius: 4px;
	font-size: 12px;
}

.fl-contact-hero {
	display: grid;
	align-items: center;
	min-height: 520px;
	padding: 132px 0 66px;
	border-bottom: 1px solid rgba(20, 35, 34, .1);
	background:
		linear-gradient(90deg, rgba(247, 241, 232, 0) 0%, rgba(247, 241, 232, .14) 36%, rgba(247, 241, 232, .94) 58%, #f7f1e8 100%),
		var(--fl-bg) left center / 62% auto no-repeat,
		#f7f1e8;
	color: #142322;
}

.fl-contact-hero::after {
	display: none;
}

.fl-contact-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
	align-items: center;
}

.fl-contact-hero__content {
	grid-column: 2;
	max-width: 500px;
}

.fl-contact-hero h1,
.fl-contact-info h2,
.fl-contact-form-wrap h2,
.fl-contact-location__copy h2,
.fl-contact-audience-grid h2 {
	margin: 0;
	color: #10201f;
	font-family: var(--fl-serif);
	font-weight: 500;
	letter-spacing: 0;
}

.fl-contact-hero h1 {
	font-size: 76px;
	line-height: .98;
}

.fl-contact-rule {
	display: block;
	width: 54px;
	height: 1px;
	margin: 24px 0;
	background: rgba(20, 35, 34, .54);
}

.fl-contact-hero p {
	max-width: 430px;
	margin: 0;
	color: #142322;
	font-family: var(--fl-serif);
	font-size: 25px;
	line-height: 1.32;
}

.fl-contact-main {
	padding: 58px 0 48px;
	background: #f7f1e8;
	color: #142322;
}

.fl-contact-main__grid {
	display: grid;
	grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
	gap: 58px;
	align-items: start;
}

.fl-contact-info {
	padding-right: 54px;
}

.fl-contact-info h2 {
	max-width: 410px;
	font-size: 31px;
	line-height: 1.12;
}

.fl-contact-info > p {
	max-width: 380px;
	margin: 18px 0 34px;
	color: #263231;
	font-size: 16px;
	line-height: 1.62;
}

.fl-contact-methods {
	display: grid;
	gap: 22px;
}

.fl-contact-method {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 17px;
	align-items: start;
}

.fl-contact-method__icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #0e2a24;
	color: #fff8ea;
}

.fl-contact-method__icon .fl-icon {
	width: 21px;
	height: 21px;
	stroke-width: 1.8;
}

.fl-contact-method h3 {
	margin: 0 0 4px;
	color: #10201f;
	font-family: var(--fl-serif);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.16;
}

.fl-contact-method p {
	margin: 0;
	color: #263231;
	font-size: 14px;
	line-height: 1.45;
}

.fl-contact-method a {
	color: #10201f;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.fl-contact-form-wrap {
	padding-left: 58px;
	border-left: 1px solid rgba(20, 35, 34, .14);
}

.fl-contact-form-wrap h2 {
	font-size: 30px;
	line-height: 1.16;
}

.fl-contact-form-wrap > p {
	margin: 10px 0 22px;
	color: #263231;
	font-size: 15px;
	line-height: 1.55;
}

.fl-contact-notice {
	margin: 0 0 18px;
	padding: 12px 14px;
	border: 1px solid rgba(20, 35, 34, .16);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
}

.fl-contact-notice--success {
	background: rgba(110, 196, 135, .18);
	color: #0e2a24;
}

.fl-contact-notice--error {
	background: rgba(159, 47, 52, .1);
	color: #7c2428;
}

.fl-contact-form {
	display: grid;
	gap: 14px;
}

.fl-contact-field {
	display: grid;
	gap: 7px;
	color: #10201f;
	font-size: 13px;
	font-weight: 800;
}

.fl-contact-field input,
.fl-contact-field select,
.fl-contact-field textarea {
	width: 100%;
	margin: 0;
	padding: 13px 14px;
	border: 1px solid rgba(20, 35, 34, .18);
	border-radius: 4px;
	outline: 0;
	background: rgba(255, 251, 244, .68);
	color: #142322;
	box-shadow: none;
	transition: border-color .18s ease, background .18s ease;
}

.fl-contact-field select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #10201f 50%),
		linear-gradient(135deg, #10201f 50%, transparent 50%);
	background-position:
		calc(100% - 19px) 50%,
		calc(100% - 13px) 50%;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.fl-contact-field textarea {
	min-height: 142px;
	resize: vertical;
}

.fl-contact-field input:focus,
.fl-contact-field select:focus,
.fl-contact-field textarea:focus {
	border-color: rgba(14, 42, 36, .58);
	background: #fffbf4;
}

.fl-contact-field input::placeholder,
.fl-contact-field textarea::placeholder {
	color: rgba(20, 35, 34, .48);
}

.fl-contact-privacy {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 9px;
	align-items: start;
	margin: 0;
	color: #263231;
	font-size: 13px;
	line-height: 1.45;
}

.fl-contact-privacy input {
	width: 15px;
	height: 15px;
	margin-top: 2px;
	accent-color: #0e2a24;
}

.fl-contact-privacy a {
	color: #10201f;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.fl-contact-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.fl-contact-form .fl-button {
	justify-self: start;
	min-width: 190px;
	min-height: 44px;
	margin-top: 2px;
	border-radius: 4px;
	font-size: 12px;
}

.fl-button--outline-dark {
	background: transparent;
	color: #10201f;
	border-color: rgba(20, 35, 34, .36);
}

.fl-button--outline-dark:hover {
	background: rgba(14, 42, 36, .06);
}

.fl-contact-location {
	padding: 0;
	background: #eee5d8;
	color: #142322;
}

.fl-contact-location__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, .76fr) minmax(280px, .86fr);
	align-items: stretch;
	min-height: 280px;
}

.fl-contact-map {
	position: relative;
	display: block;
	min-height: 280px;
	overflow: hidden;
	background:
		linear-gradient(28deg, transparent 0 47%, rgba(160, 180, 160, .35) 47% 51%, transparent 51%),
		linear-gradient(132deg, transparent 0 44%, rgba(214, 185, 142, .42) 44% 47%, transparent 47%),
		linear-gradient(75deg, transparent 0 28%, rgba(170, 190, 172, .46) 28% 32%, transparent 32%),
		linear-gradient(0deg, rgba(255, 255, 255, .32) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .34) 1px, transparent 1px),
		#d9ddcf;
	background-size: auto, auto, auto, 56px 56px, 56px 56px, auto;
}

.fl-contact-map::before {
	content: "";
	position: absolute;
	inset: -30px;
	background:
		linear-gradient(24deg, transparent 0 48%, rgba(255, 255, 255, .72) 48% 51%, transparent 51%),
		linear-gradient(111deg, transparent 0 38%, rgba(255, 255, 255, .68) 38% 41%, transparent 41%),
		linear-gradient(154deg, transparent 0 56%, rgba(255, 255, 255, .62) 56% 59%, transparent 59%);
}

.fl-contact-map__marker {
	position: absolute;
	z-index: 1;
	top: 48%;
	left: 54%;
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border: 4px solid rgba(255, 248, 234, .9);
	border-radius: 50% 50% 50% 8px;
	background: #0e2a24;
	color: #fff8ea;
	box-shadow: 0 14px 28px rgba(20, 35, 34, .24);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.fl-contact-map__marker .fl-icon {
	width: 27px;
	height: 27px;
	transform: rotate(45deg);
}

.fl-contact-location__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 42px 42px;
}

.fl-contact-location__copy h2 {
	font-size: 30px;
	line-height: 1.12;
}

.fl-contact-location__copy .fl-contact-rule {
	margin: 18px 0 20px;
}

.fl-contact-location__copy p {
	margin: 0 0 22px;
	color: #263231;
	font-size: 15px;
	line-height: 1.62;
}

.fl-contact-location__copy .fl-button {
	align-self: start;
	min-height: 40px;
	border-radius: 4px;
	font-size: 12px;
}

.fl-contact-location__photo {
	margin: 0;
	overflow: hidden;
	background: #d8c9b5;
}

.fl-contact-location__photo img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

.fl-contact-audiences {
	padding: 44px 0 58px;
	background: #f7f1e8;
	color: #142322;
}

.fl-contact-audience-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-contact-audience-grid li {
	display: grid;
	justify-items: center;
	align-content: start;
	gap: 12px;
	min-height: 210px;
	padding: 8px 28px;
	text-align: center;
}

.fl-contact-audience-grid li + li {
	border-left: 1px solid rgba(20, 35, 34, .13);
}

.fl-contact-audience-grid > li > .fl-icon {
	width: 52px;
	height: 52px;
	padding: 10px;
	border: 1px solid rgba(20, 35, 34, .22);
	border-radius: 50%;
	color: #0e2a24;
	stroke-width: 1.5;
}

.fl-contact-audience-grid h2 {
	font-size: 19px;
	line-height: 1.14;
}

.fl-contact-audience-grid p {
	margin: 0;
	color: #3c4543;
	font-size: 13px;
	line-height: 1.5;
}

.fl-contact-audience-grid a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 4px;
	color: #10201f;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.fl-contact-audience-grid a .fl-icon {
	width: 16px;
	height: 16px;
}

@media (max-width: 1180px) {
	.fl-authors-commitment__grid,
	.fl-authors-steps__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 28px 0;
	}

	.fl-authors-commitment__grid li:nth-child(3n + 1) {
		border-left: 0;
	}

	.fl-authors-steps__list::before {
		display: none;
	}

	.fl-contact-audience-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px 0;
	}

	.fl-contact-audience-grid li:nth-child(2n + 1) {
		border-left: 0;
	}
}

@media (max-width: 900px) {
	.fl-contact-hero {
		min-height: 500px;
		padding: 116px 0 56px;
		background:
			linear-gradient(180deg, rgba(247, 241, 232, .18) 0%, rgba(247, 241, 232, .86) 54%, #f7f1e8 100%),
			var(--fl-bg) center top / cover no-repeat,
			#f7f1e8;
	}

	.fl-contact-hero__inner {
		grid-template-columns: 1fr;
		align-items: end;
		min-height: 330px;
	}

	.fl-contact-hero__content {
		grid-column: 1;
		max-width: 560px;
	}

	.fl-contact-hero h1 {
		font-size: 60px;
	}

	.fl-contact-main__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.fl-contact-info {
		padding-right: 0;
	}

	.fl-contact-info h2,
	.fl-contact-info > p {
		max-width: none;
	}

	.fl-contact-form-wrap {
		padding-top: 34px;
		padding-left: 0;
		border-top: 1px solid rgba(20, 35, 34, .14);
		border-left: 0;
	}

	.fl-contact-location__grid {
		grid-template-columns: 1fr;
	}

	.fl-contact-map,
	.fl-contact-location__photo img {
		min-height: 260px;
	}

	.fl-contact-location__copy {
		padding: 38px 0;
	}

	.fl-authors-hero {
		min-height: 500px;
		padding: 116px 0 62px;
		background:
			linear-gradient(90deg, rgba(247, 241, 232, .98) 0%, rgba(247, 241, 232, .9) 54%, rgba(247, 241, 232, .34) 100%),
			var(--fl-bg) 60% center / cover no-repeat,
			#f3eadc;
	}

	.fl-authors-hero h1 {
		font-size: 58px;
	}

	.fl-authors-hero__lead {
		font-size: 25px;
	}

	.fl-authors-looking__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.fl-authors-copy {
		max-width: none;
	}

	.fl-authors-cta__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.fl-authors-hero {
		min-height: 450px;
		padding: 108px 0 48px;
	}

	.fl-authors-hero h1 {
		font-size: 47px;
	}

	.fl-authors-hero__lead {
		font-size: 22px;
	}

	.fl-authors-hero p:not(.fl-authors-hero__lead),
	.fl-authors-copy p,
	.fl-authors-cta p {
		font-size: 15px;
		line-height: 1.6;
	}

	.fl-authors-commitment,
	.fl-authors-looking,
	.fl-authors-steps,
	.fl-authors-cta {
		padding: 38px 0;
	}

	.fl-authors-section-head h2,
	.fl-authors-copy h2,
	.fl-authors-cta h2 {
		font-size: 30px;
	}

	.fl-authors-commitment__grid,
	.fl-authors-steps__list {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.fl-authors-commitment__grid li,
	.fl-authors-commitment__grid li + li,
	.fl-authors-commitment__grid li:nth-child(3n + 1) {
		min-height: auto;
		padding: 20px 4px;
		border-left: 0;
		border-top: 1px solid rgba(20, 35, 34, .14);
	}

	.fl-authors-commitment__grid li:first-child {
		border-top: 0;
	}

	.fl-authors-steps__list li {
		padding: 18px 0;
		border-top: 1px solid rgba(20, 35, 34, .12);
	}

	.fl-authors-steps__list li:first-child {
		border-top: 0;
	}

	.fl-authors-cta {
		background:
			linear-gradient(90deg, rgba(3, 16, 13, .97), rgba(3, 16, 13, .8)),
			var(--fl-bg) center / cover no-repeat,
			#061114;
	}
}

.fl-post-hero {
	display: flex;
	align-items: flex-end;
	min-height: 540px;
	padding: 148px 0 70px;
	border-bottom: 1px solid var(--fl-border);
	background-position: center;
}

.fl-post-hero::after {
	background:
		linear-gradient(90deg, rgba(3, 10, 12, .94), rgba(3, 10, 12, .5) 62%, rgba(3, 10, 12, .18)),
		linear-gradient(180deg, rgba(3, 10, 12, .12), rgba(3, 10, 12, .92));
}

.fl-post-hero .fl-breadcrumbs {
	margin-bottom: 42px;
}

.fl-post-hero h1 {
	max-width: 920px;
	margin: 0;
	font-family: var(--fl-serif);
	font-size: 64px;
	line-height: 1.02;
	font-weight: 500;
	color: #fff8ea;
	text-shadow: 0 2px 22px rgba(0, 0, 0, .38);
}

.fl-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-top: 24px;
	color: #f1e6d4;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.fl-post-meta span,
.fl-post-meta a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.fl-post-meta a:hover {
	color: var(--fl-gold);
}

.fl-post-meta .fl-icon {
	width: 18px;
	height: 18px;
	color: var(--fl-gold);
}

.fl-post-section {
	padding-top: 44px;
	background: linear-gradient(180deg, #081417 0, var(--fl-ink) 180px);
}

.fl-post-layout {
	display: grid;
	grid-template-columns: minmax(0, 790px) minmax(260px, 340px);
	gap: 36px;
	align-items: start;
}

.fl-post-main {
	min-width: 0;
}

.fl-post-deck {
	max-width: 790px;
	margin: 0 0 24px;
	color: #fff1dd;
	font-family: var(--fl-serif);
	font-size: 25px;
	line-height: 1.32;
}

.fl-post-featured-media {
	overflow: hidden;
	margin: 0 0 24px;
	border: 1px solid var(--fl-border);
	border-radius: 8px;
	background: #071114;
	box-shadow: 0 18px 46px rgba(0, 0, 0, .28);
}

.fl-post-featured-media img {
	width: 100%;
	aspect-ratio: 16 / 8;
	object-fit: cover;
}

.fl-post-featured-media figcaption {
	padding: 10px 14px 12px;
	color: var(--fl-muted);
	font-size: 13px;
	text-align: center;
}

.fl-post-content {
	padding: clamp(26px, 4vw, 44px);
	border: 1px solid var(--fl-border);
	border-radius: 8px;
	background: rgba(10, 27, 31, .78);
	box-shadow: 0 18px 46px rgba(0, 0, 0, .24);
	color: #f1e6d4;
	font-size: 18px;
	line-height: 1.78;
}

.fl-post-content > *:first-child {
	margin-top: 0;
}

.fl-post-content > *:last-child {
	margin-bottom: 0;
}

.fl-post-content p,
.fl-post-content ul,
.fl-post-content ol {
	margin: 0 0 1.25em;
}

.fl-post-content ul,
.fl-post-content ol {
	padding-left: 1.3em;
}

.fl-post-content li + li {
	margin-top: .35em;
}

.fl-post-content a {
	color: var(--fl-gold);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.fl-post-content h2,
.fl-post-content h3,
.fl-post-content h4 {
	margin: 1.7em 0 .65em;
	font-family: var(--fl-serif);
	line-height: 1.16;
	font-weight: 500;
	color: #fff8ea;
}

.fl-post-content h2 {
	font-size: 34px;
}

.fl-post-content h3 {
	font-size: 27px;
}

.fl-post-content h4 {
	font-size: 22px;
}

.fl-post-content blockquote,
.fl-post-content .wp-block-quote {
	margin: 32px 0;
	padding: 24px 26px;
	border: 1px solid rgba(226, 193, 129, .28);
	border-left: 4px solid var(--fl-gold);
	border-radius: 6px;
	background: rgba(3, 10, 12, .34);
	color: #fff8ea;
	font-family: var(--fl-serif);
	font-size: 25px;
	line-height: 1.34;
}

.fl-post-content blockquote p {
	margin: 0;
}

.fl-post-content figure {
	margin: 32px 0;
}

.fl-post-content img {
	border-radius: 6px;
}

.fl-post-content figcaption {
	margin-top: 9px;
	color: var(--fl-muted);
	font-size: 13px;
	text-align: center;
}

.fl-post-content table {
	width: 100%;
	margin: 28px 0;
	border-collapse: collapse;
	color: #f6ead7;
}

.fl-post-content th,
.fl-post-content td {
	padding: 12px;
	border: 1px solid rgba(226, 193, 129, .18);
	text-align: left;
}

.fl-post-content th {
	color: var(--fl-gold);
	font-size: 13px;
	text-transform: uppercase;
}

.fl-post-content pre {
	overflow-x: auto;
	padding: 18px;
	border: 1px solid rgba(226, 193, 129, .18);
	border-radius: 6px;
	background: #030a0c;
}

.fl-post-content code {
	padding: .12em .32em;
	border-radius: 4px;
	background: rgba(3, 10, 12, .54);
	color: #fff8ea;
}

.fl-post-taxonomy {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	align-items: center;
	margin-top: 22px;
	padding: 18px 0;
	border-top: 1px solid rgba(226, 193, 129, .18);
	border-bottom: 1px solid rgba(226, 193, 129, .18);
}

.fl-post-taxonomy > span {
	color: var(--fl-gold);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.fl-post-tag-list,
.fl-post-category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fl-post-tag-list a,
.fl-post-category-list a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 11px;
	border: 1px solid rgba(226, 193, 129, .28);
	border-radius: 999px;
	background: rgba(226, 193, 129, .08);
	color: #fff8ea;
	font-size: 13px;
	font-weight: 800;
}

.fl-post-tag-list a:hover,
.fl-post-category-list a:hover {
	border-color: rgba(240, 196, 119, .58);
	background: rgba(226, 193, 129, .16);
	color: var(--fl-gold-2);
}

.fl-post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 26px;
}

.fl-post-nav__item {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 10px 14px;
	align-items: center;
	min-height: 104px;
	padding: 18px;
	border: 1px solid var(--fl-border);
	border-radius: 7px;
	background: #061114;
	box-shadow: 0 14px 36px rgba(0, 0, 0, .22);
}

.fl-post-nav__item--next {
	grid-template-columns: 1fr 28px;
	text-align: right;
}

.fl-post-nav__item .fl-icon {
	grid-row: 1 / span 2;
	width: 24px;
	height: 24px;
	color: var(--fl-gold);
}

.fl-post-nav__item--prev .fl-icon {
	transform: rotate(180deg);
}

.fl-post-nav__item--next .fl-icon {
	grid-column: 2;
}

.fl-post-nav__item span,
.fl-post-nav__item strong {
	grid-column: 2;
	min-width: 0;
}

.fl-post-nav__item--next span,
.fl-post-nav__item--next strong {
	grid-column: 1;
}

.fl-post-nav__item span {
	color: var(--fl-gold);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.fl-post-nav__item strong {
	color: #fff8ea;
	font-family: var(--fl-serif);
	font-size: 19px;
	line-height: 1.18;
	font-weight: 500;
}

.fl-post-nav__item:hover {
	border-color: rgba(240, 196, 119, .46);
	background: #0a1b1f;
}

.fl-post-aside {
	position: sticky;
	top: calc(var(--fl-header-height) + 28px);
	display: grid;
	gap: 18px;
}

.fl-post-aside__box {
	padding: 24px;
}

.fl-post-aside__intro {
	background:
		linear-gradient(90deg, rgba(6, 17, 20, .98), rgba(6, 17, 20, .72)),
		url("../images/indizi.webp") center right / cover no-repeat,
		#061114;
}

.fl-post-aside__eyebrow {
	margin: 0 0 8px;
	color: var(--fl-gold);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.fl-post-aside__box p:not(.fl-post-aside__eyebrow) {
	margin: 0 0 18px;
	color: #eadfce;
}

.fl-post-aside__box .fl-button {
	width: 100%;
	min-height: 42px;
	padding: 10px 14px;
	font-size: 12px;
}

.fl-post-latest-list {
	display: grid;
	gap: 12px;
}

.fl-post-latest-card {
	display: grid;
	grid-template-columns: 82px 1fr;
	gap: 12px;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(226, 193, 129, .14);
}

.fl-post-latest-card:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.fl-post-latest-card img {
	width: 82px;
	height: 62px;
	border-radius: 4px;
	object-fit: cover;
}

.fl-post-latest-card__placeholder {
	display: grid;
	place-items: center;
	width: 82px;
	height: 62px;
	border: 1px solid rgba(226, 193, 129, .2);
	border-radius: 4px;
	background: rgba(226, 193, 129, .08);
	color: var(--fl-gold);
}

.fl-post-latest-card__placeholder .fl-icon {
	width: 24px;
	height: 24px;
}

.fl-post-latest-card span {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.fl-post-latest-card strong {
	color: #fff8ea;
	font-family: var(--fl-serif);
	font-size: 17px;
	line-height: 1.18;
	font-weight: 500;
}

.fl-post-latest-card small {
	color: var(--fl-muted);
}

body.flr-theme.woocommerce-checkout .fl-content-section > .fl-container {
	width: min(1120px, calc(100% - 64px));
}

body.flr-theme.woocommerce-checkout .fl-content-layout {
	display: block;
}

body.flr-theme.woocommerce-checkout .fl-entry {
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(22px, 3vw, 34px);
}

body.flr-theme.woocommerce-checkout .fl-entry__content {
	font-size: 16px;
}

body.flr-theme.woocommerce-checkout .fl-entry__content > .woocommerce,
body.flr-theme.woocommerce-checkout .wp-block-woocommerce-checkout {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}

body.flr-theme.woocommerce-checkout form.checkout.woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
	grid-template-areas:
		"details review-title"
		"details review";
	gap: 24px;
	align-items: start;
}

body.flr-theme.woocommerce-checkout #customer_details,
body.flr-theme.woocommerce-checkout #order_review_heading,
body.flr-theme.woocommerce-checkout #order_review {
	min-width: 0;
}

body.flr-theme.woocommerce-checkout #customer_details {
	grid-area: details;
}

body.flr-theme.woocommerce-checkout #order_review_heading {
	grid-area: review-title;
}

body.flr-theme.woocommerce-checkout #order_review {
	grid-area: review;
}

body.flr-theme.woocommerce-checkout #order_review {
	position: sticky;
	top: 112px;
}

body.flr-theme.flr-checkout-focus #order_review {
	top: 24px;
}

body.flr-theme.woocommerce-checkout .col2-set,
body.flr-theme.woocommerce-checkout .col2-set .col-1,
body.flr-theme.woocommerce-checkout .col2-set .col-2 {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

body.flr-theme.woocommerce-checkout .col2-set {
	display: grid;
	gap: 18px;
}

body.flr-theme.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.flr-theme.woocommerce-checkout .woocommerce-form-login-toggle,
body.flr-theme.woocommerce-checkout .woocommerce-info,
body.flr-theme.woocommerce-checkout .woocommerce-message,
body.flr-theme.woocommerce-checkout .woocommerce-error,
body.flr-theme.woocommerce-checkout form.checkout_coupon,
body.flr-theme.woocommerce-checkout form.login {
	max-width: 1040px;
	margin: 0 auto 18px;
}

body.flr-theme.woocommerce-checkout .woocommerce-info,
body.flr-theme.woocommerce-checkout .woocommerce-message,
body.flr-theme.woocommerce-checkout .woocommerce-error,
body.flr-theme.woocommerce-checkout form.checkout_coupon,
body.flr-theme.woocommerce-checkout form.login {
	padding: 16px 18px;
	border: 1px solid var(--fl-border);
	border-radius: 8px;
	background: rgba(3, 10, 12, .34);
	color: #f1e6d4;
}

body.flr-theme.woocommerce-checkout .woocommerce-billing-fields,
body.flr-theme.woocommerce-checkout .woocommerce-shipping-fields,
body.flr-theme.woocommerce-checkout .woocommerce-additional-fields,
body.flr-theme.woocommerce-checkout .woocommerce-checkout-review-order,
body.flr-theme.woocommerce-checkout .wc-block-components-main,
body.flr-theme.woocommerce-checkout .wc-block-components-sidebar {
	padding: 22px;
	border: 1px solid var(--fl-border);
	border-radius: 8px;
	background: rgba(3, 10, 12, .28);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

body.flr-theme.woocommerce-checkout .woocommerce-billing-fields h3,
body.flr-theme.woocommerce-checkout .woocommerce-shipping-fields h3,
body.flr-theme.woocommerce-checkout .woocommerce-additional-fields h3,
body.flr-theme.woocommerce-checkout #order_review_heading {
	margin: 0 0 18px;
	font-family: var(--fl-serif);
	font-size: 26px;
	line-height: 1.15;
	font-weight: 500;
	color: #fff8ea;
}

body.flr-theme.woocommerce-checkout .form-row {
	margin: 0 0 14px;
	padding: 0;
}

body.flr-theme.woocommerce-checkout .form-row-first,
body.flr-theme.woocommerce-checkout .form-row-last {
	width: calc(50% - 8px);
}

body.flr-theme.woocommerce-checkout .form-row-wide {
	clear: both;
	width: 100%;
}

body.flr-theme.woocommerce-checkout .form-row label {
	margin-bottom: 6px;
	color: #fff8ea;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

body.flr-theme .wc-block-components-form .wc-block-components-text-input label,
body.flr-theme .wc-block-components-text-input label {
	color: #2b1c0e !important;
}

body.flr-theme .Label {
	color: #2b1c0e !important;
}

body.flr-theme .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span {
	color: #2b1c0e !important;
}

body.flr-theme .wc-block-components-textarea::placeholder {
	color: #4a3320 !important;
	opacity: 1;
}

body.flr-theme .has-dark-controls .wc-block-components-textarea::placeholder {
	color: #fff8ea !important;
}

body.flr-theme.woocommerce-checkout .form-row input.input-text,
body.flr-theme.woocommerce-checkout .form-row textarea,
body.flr-theme.woocommerce-checkout .form-row select,
body.flr-theme.woocommerce-checkout .select2-container--default .select2-selection--single {
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(226, 193, 129, .32);
	border-radius: 6px;
	background: rgba(3, 10, 12, .42);
	color: #fff8ea;
}

body.flr-theme.woocommerce-checkout .form-row input.input-text,
body.flr-theme.woocommerce-checkout .form-row textarea,
body.flr-theme.woocommerce-checkout .form-row select {
	padding: 12px 14px;
}

body.flr-theme.woocommerce-checkout .form-row textarea {
	min-height: 120px;
	border-color: rgba(240, 196, 119, .56);
	background: rgba(3, 10, 12, .68);
	color: #fffaf0;
	resize: vertical;
}

body.flr-theme.woocommerce-checkout .form-row textarea::placeholder {
	color: #f0dfc4;
	opacity: 1;
}

body.flr-theme.woocommerce-checkout .form-row textarea:focus {
	border-color: var(--fl-gold-2);
	outline: 2px solid rgba(240, 196, 119, .28);
	outline-offset: 2px;
}

body.flr-theme.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 9px 36px 9px 14px;
	color: #fff8ea;
	line-height: 28px;
}

body.flr-theme.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
}

body.flr-theme.woocommerce-checkout .woocommerce-checkout-review-order-table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	color: #f1e6d4;
}

body.flr-theme.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.flr-theme.woocommerce-checkout .woocommerce-checkout-review-order-table td {
	padding: 12px 0;
	border: 0;
	border-bottom: 1px solid rgba(226, 193, 129, .18);
}

body.flr-theme.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child th,
body.flr-theme.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child td {
	border-bottom: 0;
	color: #fff8ea;
	font-size: 20px;
}

body.flr-theme.woocommerce-checkout #payment {
	margin-top: 18px;
	border-top: 1px solid rgba(226, 193, 129, .22);
	background: transparent;
}

body.flr-theme.woocommerce-checkout #payment ul.payment_methods {
	padding: 18px 0;
	border: 0;
}

body.flr-theme.woocommerce-checkout #payment div.payment_box {
	background: rgba(255, 248, 234, .08);
	color: #f1e6d4;
}

body.flr-theme.woocommerce-checkout #payment div.form-row {
	padding: 0;
}

body.flr-theme.woocommerce-checkout .wc-custom-place-order-button {
	width: 100%;
}

body.flr-theme.woocommerce-checkout #payment #place_order,
body.flr-theme.woocommerce-checkout #ppcp-axo-submit-button-container #place_order,
body.flr-theme.woocommerce-checkout .wc-custom-place-order-button button,
body.flr-theme.woocommerce-checkout .wc-custom-place-order-button .button,
body.flr-theme.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.flr-theme.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-components-button:not(.is-link) {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 13px 24px !important;
	border: 1px solid rgba(255, 255, 255, .18) !important;
	border-radius: 6px !important;
	background: linear-gradient(180deg, var(--fl-gold-2), var(--fl-gold)) !important;
	box-shadow: none;
	color: #231609 !important;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

body.flr-theme.woocommerce-checkout #payment #place_order:hover,
body.flr-theme.woocommerce-checkout #ppcp-axo-submit-button-container #place_order:hover,
body.flr-theme.woocommerce-checkout .wc-custom-place-order-button button:hover,
body.flr-theme.woocommerce-checkout .wc-custom-place-order-button .button:hover,
body.flr-theme.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.flr-theme.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-components-button:not(.is-link):hover {
	transform: translateY(-1px);
}

body.flr-theme.woocommerce-checkout #payment #place_order:disabled,
body.flr-theme.woocommerce-checkout #payment #place_order.disabled,
body.flr-theme.woocommerce-checkout #ppcp-axo-submit-button-container #place_order:disabled,
body.flr-theme.woocommerce-checkout .wc-custom-place-order-button button:disabled,
body.flr-theme.woocommerce-checkout .wc-block-components-checkout-place-order-button:disabled,
body.flr-theme.woocommerce-checkout .wc-block-components-checkout-place-order-button.is-busy,
body.flr-theme.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-components-button:not(.is-link):disabled {
	opacity: .62;
	transform: none;
	cursor: not-allowed;
}

body.flr-theme.woocommerce-checkout .wc-block-components-checkout-place-order-button .wc-block-components-button__text,
body.flr-theme.woocommerce-checkout .wc-block-components-checkout-place-order-button__text {
	align-items: center;
	color: inherit;
	font: inherit;
	text-transform: inherit;
}

body.flr-theme.woocommerce-checkout .wc-block-components-sidebar-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
	gap: 24px;
	align-items: start;
	margin: 0;
}

body.flr-theme.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
body.flr-theme.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
	width: auto;
	max-width: none;
	margin: 0;
	padding-left: 22px;
	padding-right: 22px;
}

body.flr-theme.woocommerce-checkout .wc-block-components-sidebar {
	position: sticky;
	top: 112px;
}

body.flr-theme.woocommerce-cart .fl-content-section > .fl-container {
	width: min(1120px, calc(100% - 64px));
}

body.flr-theme.woocommerce-cart .fl-content-hero {
	padding: 28px 0 32px;
}

body.flr-theme.woocommerce-cart .fl-content-layout {
	display: block;
}

body.flr-theme.woocommerce-cart .fl-entry {
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(22px, 3vw, 34px);
}

body.flr-theme.woocommerce-cart .fl-entry__content {
	font-size: 16px;
}

body.flr-theme.woocommerce-cart .fl-entry__content > .woocommerce,
body.flr-theme.woocommerce-cart .wp-block-woocommerce-cart {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	color: #f1e6d4;
}

body.flr-theme.woocommerce-cart .woocommerce-cart-form,
body.flr-theme.woocommerce-cart .cart_totals,
body.flr-theme.woocommerce-cart .wc-block-cart__main,
body.flr-theme.woocommerce-cart .wc-block-cart__sidebar {
	min-width: 0;
	padding: 22px;
	border: 1px solid var(--fl-border);
	border-radius: 8px;
	background: rgba(3, 10, 12, .28);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

body.flr-theme.woocommerce-cart .woocommerce-cart-form {
	margin-bottom: 24px;
}

body.flr-theme.woocommerce-cart .woocommerce-cart-form table.shop_table,
body.flr-theme.woocommerce-cart .cart_totals table.shop_table,
body.flr-theme.woocommerce-cart .wc-block-cart-items,
body.flr-theme.woocommerce-cart .wc-block-components-totals-wrapper {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	color: #f1e6d4;
}

body.flr-theme.woocommerce-cart .woocommerce-cart-form table.shop_table th,
body.flr-theme.woocommerce-cart .woocommerce-cart-form table.shop_table td,
body.flr-theme.woocommerce-cart .cart_totals table.shop_table th,
body.flr-theme.woocommerce-cart .cart_totals table.shop_table td {
	padding: 14px 10px;
	border: 0;
	border-bottom: 1px solid rgba(226, 193, 129, .18);
	vertical-align: middle;
}

body.flr-theme.woocommerce-cart .woocommerce-cart-form table.shop_table th,
body.flr-theme.woocommerce-cart .cart_totals table.shop_table th,
body.flr-theme.woocommerce-cart .wc-block-cart__totals-title {
	color: #fff8ea;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

body.flr-theme.woocommerce-cart .product-thumbnail img,
body.flr-theme.woocommerce-cart .wc-block-cart-item__image img {
	width: 72px;
	border-radius: 4px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
}

body.flr-theme img.flr-bundle-composite-cover {
	object-fit: contain;
	background: transparent;
}

body.flr-theme .flr-checkout-bundle-product {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-right: 4px;
	vertical-align: middle;
}

body.flr-theme .flr-checkout-bundle-product__image {
	flex: 0 0 56px;
}

body.flr-theme .flr-checkout-bundle-product__image img {
	display: block;
	width: 56px;
	height: 56px;
	object-fit: contain;
}

body.flr-theme.woocommerce-cart .product-name a,
body.flr-theme.woocommerce-cart .wc-block-cart-item__product a {
	color: #fff8ea;
	font-weight: 800;
}

body.flr-theme.woocommerce-cart .woocommerce-cart-form .quantity input,
body.flr-theme.woocommerce-cart .coupon .input-text {
	min-height: 44px;
	border: 1px solid rgba(226, 193, 129, .34);
	border-radius: 6px;
	background: rgba(3, 10, 12, .42);
	color: #fff8ea;
}

body.flr-theme.woocommerce-cart .coupon .input-text {
	min-width: 210px;
	padding: 10px 12px;
}

body.flr-theme.woocommerce-cart .woocommerce-cart-form .actions {
	padding-top: 18px;
	text-align: right;
}

body.flr-theme.woocommerce-cart .coupon {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	float: left;
}

body.flr-theme.woocommerce-cart .cart-collaterals {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}

body.flr-theme.woocommerce-cart .cart-collaterals::before,
body.flr-theme.woocommerce-cart .cart-collaterals::after {
	display: none;
}

body.flr-theme.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: min(100%, 390px);
}

body.flr-theme.woocommerce-cart .cart_totals h2 {
	margin: 0 0 18px;
	font-family: var(--fl-serif);
	font-size: 26px;
	line-height: 1.15;
	font-weight: 500;
	color: #fff8ea;
}

body.flr-theme.woocommerce-cart .wp-block-woocommerce-filled-cart-block,
body.flr-theme.woocommerce-cart .wc-block-cart {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
	gap: 24px;
	align-items: start;
}

body.flr-theme.woocommerce-cart .wc-block-cart__main,
body.flr-theme.woocommerce-cart .wc-block-cart__sidebar {
	width: auto !important;
	max-width: none;
	margin: 0;
}

body.flr-theme.woocommerce-cart .wc-block-cart__sidebar {
	position: sticky;
	top: 112px;
}

body.flr-theme.woocommerce-cart .wc-proceed-to-checkout {
	padding: 18px 0 0;
}

body.flr-theme.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.flr-theme.woocommerce-cart .wc-block-cart__submit-button,
body.flr-theme.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:not(.is-link) {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 13px 24px !important;
	border: 1px solid rgba(255, 255, 255, .18) !important;
	border-radius: 6px !important;
	background: linear-gradient(180deg, var(--fl-gold-2), var(--fl-gold)) !important;
	box-shadow: none;
	color: #231609 !important;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

body.flr-theme.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.flr-theme.woocommerce-cart .wc-block-cart__submit-button:hover,
body.flr-theme.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:not(.is-link):hover {
	transform: translateY(-1px);
}

body.flr-theme.woocommerce-cart .wc-block-cart__submit-button:disabled,
body.flr-theme.woocommerce-cart .wc-block-cart__submit-button.wc-block-cart__submit-button--loading,
body.flr-theme.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:not(.is-link):disabled {
	opacity: .62;
	transform: none;
	cursor: not-allowed;
}

body.flr-theme.woocommerce-account .fl-content-section > .fl-container {
	width: min(1120px, calc(100% - 64px));
}

body.flr-theme.woocommerce-account .fl-entry {
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(22px, 3vw, 34px);
}

body.flr-theme.woocommerce-account .fl-entry__content {
	font-size: 16px;
}

body.flr-theme.woocommerce-account .fl-entry__content > .woocommerce {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	color: #f1e6d4;
}

body.flr-theme.woocommerce-account #customer_login,
body.flr-theme.woocommerce-account .woocommerce-notices-wrapper,
body.flr-theme.woocommerce-account .woocommerce-message,
body.flr-theme.woocommerce-account .woocommerce-info,
body.flr-theme.woocommerce-account .woocommerce-error {
	grid-column: 1 / -1;
}

body.flr-theme.woocommerce-account .woocommerce-MyAccount-navigation,
body.flr-theme.woocommerce-account .woocommerce-MyAccount-content {
	min-width: 0;
}

body.flr-theme.woocommerce-account .woocommerce-MyAccount-navigation {
	position: sticky;
	top: calc(var(--fl-header-height) + 28px);
	padding: 16px;
	border: 1px solid var(--fl-border);
	border-radius: 8px;
	background: #061114;
	box-shadow: 0 14px 36px rgba(0, 0, 0, .24);
}

body.flr-theme.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.flr-theme.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid transparent;
	border-radius: 6px;
	color: #fff8ea;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

body.flr-theme.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.flr-theme.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	border-color: rgba(240, 196, 119, .46);
	background: rgba(226, 193, 129, .12);
	color: var(--fl-gold-2);
}

body.flr-theme.woocommerce-account .woocommerce-MyAccount-content,
body.flr-theme.woocommerce-account #customer_login .u-column1,
body.flr-theme.woocommerce-account #customer_login .u-column2,
body.flr-theme.woocommerce-account .woocommerce-Address,
body.flr-theme.woocommerce-account form.lost_reset_password {
	padding: 22px;
	border: 1px solid var(--fl-border);
	border-radius: 8px;
	background: rgba(3, 10, 12, .28);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

body.flr-theme.woocommerce-account .woocommerce-MyAccount-content > *:first-child,
body.flr-theme.woocommerce-account .woocommerce-Address > *:first-child,
body.flr-theme.woocommerce-account form.lost_reset_password > *:first-child {
	margin-top: 0;
}

body.flr-theme.woocommerce-account .woocommerce-MyAccount-content > *:last-child,
body.flr-theme.woocommerce-account .woocommerce-Address > *:last-child,
body.flr-theme.woocommerce-account form.lost_reset_password > *:last-child {
	margin-bottom: 0;
}

body.flr-theme.woocommerce-account #customer_login {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
}

body.flr-theme.woocommerce-account #customer_login::before,
body.flr-theme.woocommerce-account #customer_login::after,
body.flr-theme.woocommerce-account .woocommerce-Addresses::before,
body.flr-theme.woocommerce-account .woocommerce-Addresses::after {
	display: none;
}

body.flr-theme.woocommerce-account #customer_login .u-column1,
body.flr-theme.woocommerce-account #customer_login .u-column2 {
	float: none;
	width: auto;
	margin: 0;
}

body.flr-theme.woocommerce-account form.login,
body.flr-theme.woocommerce-account form.register {
	margin: 0;
}

body.flr-theme.woocommerce-account h2,
body.flr-theme.woocommerce-account h3,
body.flr-theme.woocommerce-account legend,
body.flr-theme.woocommerce-account .woocommerce-order-details__title,
body.flr-theme.woocommerce-account .woocommerce-column__title {
	margin: 0 0 18px;
	font-family: var(--fl-serif);
	font-size: 26px;
	line-height: 1.15;
	font-weight: 500;
	color: #fff8ea;
}

body.flr-theme.woocommerce-account legend {
	width: 100%;
	padding-top: 18px;
	border-top: 1px solid rgba(226, 193, 129, .18);
}

body.flr-theme.woocommerce-account .woocommerce-MyAccount-content p,
body.flr-theme.woocommerce-account .woocommerce-privacy-policy-text,
body.flr-theme.woocommerce-account address {
	color: #eadfce;
}

body.flr-theme.woocommerce-account .woocommerce-MyAccount-content a:not(.button),
body.flr-theme.woocommerce-account .woocommerce-privacy-policy-text a {
	color: var(--fl-gold);
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.flr-theme.woocommerce-account .woocommerce-MyAccount-content mark {
	padding: 2px 6px;
	border-radius: 4px;
	background: rgba(226, 193, 129, .16);
	color: var(--fl-gold-2);
}

body.flr-theme.woocommerce-account .form-row {
	margin: 0 0 14px;
	padding: 0;
}

body.flr-theme.woocommerce-account .form-row-first,
body.flr-theme.woocommerce-account .form-row-last {
	width: calc(50% - 8px);
}

body.flr-theme.woocommerce-account .form-row-wide {
	clear: both;
	width: 100%;
}

body.flr-theme.woocommerce-account .form-row label,
body.flr-theme.woocommerce-account fieldset label {
	margin-bottom: 6px;
	color: #fff8ea;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

body.flr-theme.woocommerce-account .required {
	color: var(--fl-gold-2);
}

body.flr-theme.woocommerce-account .form-row input.input-text,
body.flr-theme.woocommerce-account .form-row textarea,
body.flr-theme.woocommerce-account .form-row select,
body.flr-theme.woocommerce-account .select2-container--default .select2-selection--single {
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(226, 193, 129, .32);
	border-radius: 6px;
	background: rgba(3, 10, 12, .42);
	color: #fff8ea;
}

body.flr-theme.woocommerce-account .form-row input.input-text,
body.flr-theme.woocommerce-account .form-row textarea,
body.flr-theme.woocommerce-account .form-row select {
	padding: 12px 14px;
}

body.flr-theme.woocommerce-account .form-row textarea {
	min-height: 120px;
	resize: vertical;
}

body.flr-theme.woocommerce-account .form-row input.input-text:focus,
body.flr-theme.woocommerce-account .form-row textarea:focus,
body.flr-theme.woocommerce-account .form-row select:focus {
	border-color: var(--fl-gold-2);
	outline: 2px solid rgba(240, 196, 119, .28);
	outline-offset: 2px;
}

body.flr-theme.woocommerce-account .password-input {
	display: block;
	width: 100%;
}

body.flr-theme.woocommerce-account .show-password-input {
	color: var(--fl-gold);
}

body.flr-theme.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 9px 36px 9px 14px;
	color: #fff8ea;
	line-height: 28px;
}

body.flr-theme.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
}

body.flr-theme.woocommerce-account fieldset {
	margin: 20px 0 0;
	padding: 0;
	border: 0;
}

body.flr-theme.woocommerce-account .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 14px 12px 0;
	color: #eadfce;
	font-size: 13px;
	font-weight: 800;
	text-transform: none;
}

body.flr-theme.woocommerce-account .woocommerce-LostPassword {
	margin-top: 12px;
}

body.flr-theme.woocommerce-account .button,
body.flr-theme.woocommerce-account .woocommerce-button,
body.flr-theme.woocommerce-account button.button {
	min-height: 44px;
	padding: 11px 18px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 6px;
	background: linear-gradient(180deg, var(--fl-gold-2), var(--fl-gold));
	color: #231609 !important;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none !important;
	text-transform: uppercase;
}

body.flr-theme.woocommerce-account .button:hover,
body.flr-theme.woocommerce-account .woocommerce-button:hover,
body.flr-theme.woocommerce-account button.button:hover {
	transform: translateY(-1px);
}

body.flr-theme.woocommerce-account .woocommerce-message,
body.flr-theme.woocommerce-account .woocommerce-info,
body.flr-theme.woocommerce-account .woocommerce-error {
	margin: 0 0 18px;
	padding: 16px 18px;
	border: 1px solid var(--fl-border);
	border-radius: 8px;
	background: rgba(3, 10, 12, .34);
	color: #f1e6d4;
	list-style: none;
}

body.flr-theme.woocommerce-account .woocommerce-message {
	border-color: rgba(104, 185, 123, .42);
}

body.flr-theme.woocommerce-account .woocommerce-error {
	border-color: rgba(205, 78, 78, .62);
}

body.flr-theme.woocommerce-account table.shop_table,
body.flr-theme.woocommerce-account .woocommerce-orders-table,
body.flr-theme.woocommerce-account .woocommerce-table {
	width: 100%;
	margin: 0 0 20px;
	border: 0;
	border-collapse: collapse;
	color: #f1e6d4;
}

body.flr-theme.woocommerce-account table.shop_table th,
body.flr-theme.woocommerce-account table.shop_table td,
body.flr-theme.woocommerce-account .woocommerce-orders-table th,
body.flr-theme.woocommerce-account .woocommerce-orders-table td,
body.flr-theme.woocommerce-account .woocommerce-table th,
body.flr-theme.woocommerce-account .woocommerce-table td {
	padding: 14px 10px;
	border: 0;
	border-bottom: 1px solid rgba(226, 193, 129, .18);
	vertical-align: middle;
}

body.flr-theme.woocommerce-account table.shop_table th,
body.flr-theme.woocommerce-account .woocommerce-orders-table th,
body.flr-theme.woocommerce-account .woocommerce-table th {
	color: #fff8ea;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

body.flr-theme.woocommerce-account table.shop_table tr:last-child td,
body.flr-theme.woocommerce-account .woocommerce-orders-table tr:last-child td,
body.flr-theme.woocommerce-account .woocommerce-table tr:last-child td {
	border-bottom: 0;
}

body.flr-theme.woocommerce-account .woocommerce-orders-table__cell-order-actions,
body.flr-theme.woocommerce-account .download-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.flr-theme.woocommerce-account .woocommerce-orders-table__cell-order-actions .button,
body.flr-theme.woocommerce-account .download-actions .button {
	min-height: 34px;
	padding: 8px 12px;
}

body.flr-theme.woocommerce-account .woocommerce-Addresses,
body.flr-theme.woocommerce-account .u-columns.woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 20px;
}

body.flr-theme.woocommerce-account .woocommerce-Address {
	float: none;
	width: auto;
	margin: 0;
}

body.flr-theme.woocommerce-account .woocommerce-Address-title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

body.flr-theme.woocommerce-account .woocommerce-Address-title h3 {
	margin: 0;
}

body.flr-theme.woocommerce-account .woocommerce-Address-title .edit {
	color: var(--fl-gold);
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

body.flr-theme.woocommerce-account address {
	margin: 0;
	padding: 16px;
	border: 1px solid rgba(226, 193, 129, .18);
	border-radius: 6px;
	background: rgba(3, 10, 12, .24);
	font-style: normal;
	line-height: 1.65;
}

body.flr-theme.woocommerce-account .woocommerce-customer-details address {
	border: 1px solid rgba(226, 193, 129, .18);
}

body.flr-theme.woocommerce-account .woocommerce-order-details,
body.flr-theme.woocommerce-account .woocommerce-customer-details {
	margin-top: 22px;
}

.fl-entry--empty {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.fl-entry--empty h2 {
	margin-bottom: 10px;
}

.fl-entry--empty .search-form {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin: 24px 0;
}

.fl-entry--empty .search-field {
	width: min(100%, 420px);
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid rgba(226, 193, 129, .34);
	border-radius: 6px;
	background: rgba(3, 10, 12, .44);
	color: #fff8ea;
}

.fl-entry--empty .search-submit {
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 6px;
	background: linear-gradient(180deg, var(--fl-gold-2), var(--fl-gold));
	color: #231609;
	font-weight: 900;
	text-transform: uppercase;
}

.fl-page-links,
.pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.fl-page-links a,
.fl-page-links .post-page-numbers,
.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 8px 12px;
	border-radius: 6px;
	border: 1px solid rgba(226, 193, 129, .34);
	color: #fff8ea;
}

.fl-page-links .current,
.pagination .page-numbers.current {
	background: var(--fl-gold);
	color: #1c1208;
	border-color: var(--fl-gold);
}

.fl-shop-hero {
	min-height: 410px;
	display: flex;
	align-items: end;
	padding: 112px 0 44px;
	border-bottom: 0;
}

.fl-shop-hero h1 {
	max-width: 620px;
	font-size: 78px;
	line-height: .98;
}

.fl-shop-description {
	max-width: 560px;
	margin-top: 22px;
	color: #fff2df;
	font-size: 20px;
	font-weight: 600;
}

.fl-shop-count {
	margin: 0;
	color: #8b6339;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
	white-space: nowrap;
}

.fl-shop-section {
	position: relative;
	padding: 42px 0 58px;
	background:
		radial-gradient(circle at 18% 20%, rgba(99, 68, 34, .08), transparent 24%),
		radial-gradient(circle at 84% 12%, rgba(99, 68, 34, .06), transparent 22%),
		linear-gradient(180deg, #efe5d4 0, #e7dbc8 100%);
	color: #1c1712;
}

.fl-shop-section::before,
.fl-shop-section::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	height: 36px;
	background: #efe5d4;
	pointer-events: none;
}

.fl-shop-section::before {
	top: -25px;
	clip-path: polygon(0 48%, 5% 36%, 11% 54%, 17% 42%, 24% 51%, 32% 38%, 40% 52%, 48% 41%, 57% 56%, 66% 42%, 75% 53%, 84% 39%, 92% 50%, 100% 38%, 100% 100%, 0 100%);
}

.fl-shop-section::after {
	bottom: -25px;
	background: #e7dbc8;
	clip-path: polygon(0 0, 100% 0, 100% 54%, 94% 42%, 87% 58%, 78% 45%, 69% 56%, 60% 40%, 51% 54%, 42% 43%, 33% 58%, 24% 42%, 15% 56%, 7% 44%, 0 58%);
}

.fl-shop-section > .fl-container {
	position: relative;
	z-index: 1;
}

.fl-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.fl-filter-button {
	display: none;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 18px;
	border: 1px solid rgba(6, 17, 20, .18);
	border-radius: 6px;
	background: #071114;
	color: #fff7ea;
	font-weight: 800;
	text-transform: uppercase;
}

.fl-category-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

body.flr-theme .fl-category-chips a {
	display: inline-flex;
	align-items: center;
	min-height: 35px;
	padding: 0 17px;
	border-radius: 4px;
	background: #071114;
	color: #fff7ea;
	font-size: 13px;
	font-weight: 800;
}

body.flr-theme .fl-category-chips a:hover {
	background: #071114;
	color: var(--fl-gold);
}

body.flr-theme .fl-category-chips a.is-active {
	background: #071114;
	color: var(--fl-gold);
}

.fl-ordering {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-left: auto;
}

.fl-ordering .woocommerce-ordering {
	margin: 0;
}

.fl-ordering select {
	min-height: 35px;
	padding: 0 36px 0 12px;
	border: 0;
	background: transparent;
	color: #1c1712;
	font-weight: 800;
}

.fl-view-toggle {
	display: flex;
	gap: 9px;
}

.fl-view-toggle button {
	display: grid;
	place-items: center;
	width: 35px;
	height: 35px;
	border: 1px solid rgba(6, 17, 20, .18);
	border-radius: 4px;
	background: transparent;
	color: #0a171a;
	cursor: pointer;
}

.fl-view-toggle button[aria-pressed="true"] {
	background: #071114;
	color: var(--fl-gold);
}

.fl-shop-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 20px;
	align-items: start;
}

.fl-products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-shop-products .fl-product-card {
	min-height: 355px;
	padding: 14px 20px 16px;
	border-radius: 8px;
	background: #061114;
	color: #fff8ea;
	border-color: rgba(6, 17, 20, .18);
	box-shadow: 0 18px 34px rgba(41, 31, 16, .24);
}

.fl-shop-products .fl-product-card__cover {
	aspect-ratio: 3 / 4;
	border-radius: 4px;
	background: #081518;
}

.fl-shop-products .fl-badge {
	top: 8px;
	left: 8px;
	min-height: 26px;
	padding: 4px 9px;
	border-radius: 2px;
	background: var(--fl-red);
	color: #fff8ea;
	font-size: 11px;
}

.fl-shop-products .fl-product-card h3 {
	margin-top: 2px;
	font-size: 18px;
	line-height: 1.12;
}

.fl-shop-products .fl-product-card__author {
	font-size: 13px;
	color: #d9a85f;
}

.fl-shop-products .fl-product-card__price,
.fl-latest-section .fl-product-card__price {
	margin-top: 8px;
	padding-right: 48px;
	font-size: 13px;
	font-weight: 800;
}

.fl-shop-products .fl-product-card__price del,
.fl-shop-products .fl-product-card__price ins,
.fl-latest-section .fl-product-card__price del,
.fl-latest-section .fl-product-card__price ins {
	font-style: italic;
}

.fl-shop-products .fl-product-card__price del,
.fl-latest-section .fl-product-card__price del {
	position: relative;
	display: inline-block;
	color: rgba(255, 248, 234, .7);
	text-decoration: none;
}

.fl-shop-products .fl-product-card__price del::after,
.fl-latest-section .fl-product-card__price del::after {
	content: "";
	position: absolute;
	left: -4%;
	right: -4%;
	top: 50%;
	height: 1px;
	background: currentColor;
	transform: rotate(-12deg);
	transform-origin: center;
}

.fl-shop-products .fl-product-card__price ins,
.fl-latest-section .fl-product-card__price ins {
	margin-left: 6px;
	color: #fff8ea;
	text-decoration: none;
}

.fl-shop-products .fl-product-card__actions {
	position: absolute;
	right: 14px;
	bottom: 14px;
}

.fl-products--list {
	grid-template-columns: 1fr;
}

.fl-products--list .fl-product-card {
	grid-template-columns: 210px minmax(0, 1fr) 64px;
	align-items: stretch;
	column-gap: 24px;
}

.fl-products--list .fl-product-card__cover {
	grid-column: 1;
	aspect-ratio: 3 / 4;
	width: 100%;
	align-self: start;
}

.fl-products--list .fl-product-card__body {
	grid-column: 2;
}

.fl-products--list .fl-card-arrow {
	display: inline-flex;
}

.fl-products--list .fl-product-card__actions {
	grid-column: 3;
	position: static;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 42px;
	justify-self: end;
	align-self: center;
}

.fl-products--list .fl-card-arrow,
.fl-products--list .fl-cart-circle {
	width: 42px;
	height: 42px;
	min-height: 42px;
}

.fl-shop-aside {
	display: grid;
	gap: 9px;
}

.fl-paper-note {
	position: relative;
	min-height: 245px;
	padding: 42px 38px 32px;
	overflow: hidden;
	background:
		radial-gradient(circle at 92% 78%, rgba(5, 13, 16, .34) 0 2px, transparent 3px),
		radial-gradient(circle at 96% 72%, rgba(5, 13, 16, .28) 0 3px, transparent 4px),
		linear-gradient(135deg, rgba(255, 255, 255, .22), transparent 42%),
		linear-gradient(180deg, rgba(216, 198, 170, .68), rgba(216, 198, 170, .88)),
		var(--fl-paper-note-bg, url("../images/indizi.webp")) center / cover no-repeat,
		#d8c6aa;
	color: #3f2116;
	box-shadow: 0 16px 30px rgba(65, 45, 21, .16);
}

.fl-paper-note::before {
	content: "\201C";
	display: block;
	margin-bottom: 8px;
	color: #8b1f20;
	font-family: var(--fl-serif);
	font-size: 68px;
	line-height: .72;
	font-weight: 700;
}

.fl-paper-note p {
	margin: 0;
	font-family: var(--fl-serif);
	font-size: 22px;
	line-height: 1.24;
}

.fl-paper-note p:last-child::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	margin-top: 22px;
	background: #9d6040;
}

.fl-panel {
	border: 1px solid var(--fl-border);
	border-radius: 7px;
	background: #061114;
	color: #fff8ea;
	box-shadow: 0 14px 36px rgba(0, 0, 0, .24);
}

.fl-shop-aside .fl-panel {
	padding: 26px;
}

.fl-panel h2 {
	margin: 0 0 16px;
	color: var(--fl-gold);
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.fl-explore-panel ul {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-explore-panel a {
	display: grid;
	grid-template-columns: 28px 1fr 22px;
	gap: 10px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid rgba(226, 193, 129, .16);
	font-family: var(--fl-serif);
	font-size: 18px;
}

.fl-guide-panel p {
	margin: 0 0 18px;
	color: #eadfce;
}

.fl-guide-panel {
	min-height: 250px;
	background:
		linear-gradient(90deg, rgba(6, 17, 20, .97), rgba(6, 17, 20, .62)),
		url("../images/bussola.webp") center right / cover no-repeat,
		#061114;
}

.fl-guide-panel .fl-button {
	min-height: 40px;
	padding: 10px 18px;
	border-radius: 4px;
	font-size: 12px;
	letter-spacing: .04em;
}

.fl-guide-quiz {
	position: relative;
	min-height: 250px;
	overflow: hidden;
	padding: 26px;
	border: 1px solid var(--fl-border);
	border-radius: 7px;
	background:
		linear-gradient(90deg, rgba(6, 17, 20, .97), rgba(6, 17, 20, .7)),
		url("../images/bussola.webp") center right / cover no-repeat,
		#061114;
	color: #fff8ea;
	box-shadow: 0 14px 36px rgba(0, 0, 0, .24);
}

.fl-guide-quiz [hidden] {
	display: none !important;
}

.fl-guide-quiz h2 {
	margin: 0 0 14px;
	font-family: var(--fl-serif);
	font-size: 27px;
	line-height: 1.05;
	font-weight: 500;
	color: #fff8ea;
	text-transform: none;
}

.fl-guide-quiz__intro p {
	margin: 0 0 20px;
	color: #eadfce;
}

.fl-guide-quiz .fl-button {
	min-height: 42px;
	padding: 10px 16px;
	border-radius: 4px;
	font-size: 12px;
	letter-spacing: .04em;
}

.fl-guide-quiz .fl-button .fl-icon {
	width: 18px;
	height: 18px;
	margin-left: 7px;
}

.fl-guide-quiz__topline,
.fl-guide-quiz__result-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 20px;
}

.fl-guide-quiz__back,
.fl-guide-quiz__reset {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid rgba(226, 193, 129, .34);
	border-radius: 50%;
	background: rgba(3, 10, 12, .42);
	color: #fff8ea;
	cursor: pointer;
}

.fl-guide-quiz__back:hover,
.fl-guide-quiz__reset:hover {
	border-color: rgba(240, 196, 119, .72);
	color: var(--fl-gold);
}

.fl-guide-quiz__back .fl-icon,
.fl-guide-quiz__reset .fl-icon {
	width: 17px;
	height: 17px;
}

.fl-guide-quiz__progress {
	display: grid;
	justify-items: end;
	gap: 7px;
	min-width: 0;
	color: #e7d8c2;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.fl-guide-quiz__dots {
	display: flex;
	align-items: center;
	gap: 8px;
}

.fl-guide-quiz__dots span {
	display: block;
	width: 34px;
	height: 2px;
	border-radius: 999px;
	background: rgba(255, 248, 234, .28);
}

.fl-guide-quiz__dots span::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	margin: -2.5px auto 0;
	border-radius: 50%;
	background: #8f877b;
}

.fl-guide-quiz__dots span.is-active,
.fl-guide-quiz__dots span.is-done {
	background: var(--fl-gold);
}

.fl-guide-quiz__dots span.is-active::after,
.fl-guide-quiz__dots span.is-done::after {
	background: #fff8ea;
}

.fl-guide-quiz__options {
	display: grid;
	gap: 8px;
}

.fl-guide-quiz__option {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid rgba(226, 193, 129, .24);
	border-radius: 5px;
	background: rgba(255, 248, 234, .05);
	color: #fff8ea;
	text-align: left;
	cursor: pointer;
	transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.fl-guide-quiz__option:hover,
.fl-guide-quiz__option.is-selected {
	border-color: rgba(240, 196, 119, .76);
	background: rgba(217, 168, 95, .14);
	color: var(--fl-gold);
	transform: translateY(-1px);
}

.fl-guide-quiz__option .fl-icon {
	width: 20px;
	height: 20px;
	color: currentColor;
}

.fl-guide-quiz__option span {
	min-width: 0;
	font-family: var(--fl-serif);
	font-size: 16px;
	line-height: 1.15;
}

.fl-guide-quiz__result-header {
	margin-bottom: 12px;
}

.fl-guide-quiz__result-header p {
	margin: 0;
	color: var(--fl-gold);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.fl-guide-quiz__result h2 {
	margin-bottom: 16px;
	font-size: 24px;
}

.fl-guide-quiz__result-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-guide-quiz__result-list .fl-product-card {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.fl-guide-quiz__result-list .fl-product-card__cover {
	border: 1px solid rgba(226, 193, 129, .18);
	box-shadow: 0 14px 26px rgba(0, 0, 0, .24);
}

.fl-guide-quiz__result-list .fl-card-arrow {
	display: inline-flex;
}

.fl-guide-quiz__result-list .fl-product-card__actions {
	align-items: center;
}

body.flr-theme .fl-shop-products .woocommerce-pagination {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

body.flr-theme .fl-shop-products .woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	background: transparent;
}

body.flr-theme .fl-shop-products .woocommerce-pagination ul.page-numbers li {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.flr-theme .fl-shop-products .woocommerce-pagination .page-numbers a,
body.flr-theme .fl-shop-products .woocommerce-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(7, 17, 20, .78);
	border-radius: 999px;
	background: rgba(255, 247, 234, .46);
	box-shadow: none;
	color: #071114;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

body.flr-theme .fl-shop-products .woocommerce-pagination .page-numbers .current {
	background: #071114;
	border-color: #071114;
	color: var(--fl-gold);
}

body.flr-theme .fl-shop-products .woocommerce-pagination .page-numbers a:hover {
	background: #071114;
	border-color: #071114;
	color: var(--fl-gold);
}

body.flr-theme .fl-shop-products .woocommerce-pagination .page-numbers .next,
body.flr-theme .fl-shop-products .woocommerce-pagination .page-numbers .prev {
	font-size: 0;
}

body.flr-theme .fl-shop-products .woocommerce-pagination .page-numbers .next::before,
body.flr-theme .fl-shop-products .woocommerce-pagination .page-numbers .prev::before {
	font-size: 22px;
	font-weight: 500;
	line-height: .9;
}

body.flr-theme .fl-shop-products .woocommerce-pagination .page-numbers .next::before {
	content: "\203A";
}

body.flr-theme .fl-shop-products .woocommerce-pagination .page-numbers .prev::before {
	content: "\2039";
}

body.flr-theme .pager {
	margin-top: 26px;
}

body.flr-theme .pager .pages {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

body.flr-theme .pager .pages .page-numbers {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(6, 17, 20, .72);
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	color: #1c1712;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

body.flr-theme .pager .pages span.page-numbers.current {
	background: var(--fl-gold);
	border-color: rgba(6, 17, 20, .72);
	color: #1c1208;
}

body.flr-theme .pager .pages a.page-numbers:hover {
	background: rgba(217, 168, 95, .18);
	color: #1c1712;
}

body.flr-theme .pager .pages .next,
body.flr-theme .pager .pages .prev {
	font-size: 0;
}

body.flr-theme .pager .pages .next::before,
body.flr-theme .pager .pages .prev::before {
	font-size: 17px;
	font-weight: 500;
	line-height: .9;
}

body.flr-theme .pager .pages .next::before {
	content: "\203A";
}

body.flr-theme .pager .pages .prev::before {
	content: "\2039";
}

.fl-product-hero {
	padding: 148px 0 48px;
	border-bottom: 1px solid var(--fl-border);
}

.fl-product-hero__grid {
	display: grid;
	grid-template-columns: minmax(250px, 390px) minmax(0, 1fr);
	gap: 74px;
	align-items: center;
}

.fl-product-cover {
	display: grid;
	gap: 14px;
	width: min(100%, 390px);
}

.fl-product-cover__main {
	display: block;
}

.fl-product-cover__main img {
	width: 100%;
	border-radius: 3px;
	box-shadow: 30px 26px 0 rgba(217, 168, 95, .08), var(--fl-shadow);
}

.fl-product-gallery {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) 30px;
	gap: 8px;
	align-items: center;
}

.fl-product-gallery__viewport {
	overflow: hidden;
	min-width: 0;
}

.fl-product-gallery__track {
	display: flex;
	gap: 8px;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	list-style: none;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.fl-product-gallery__track::-webkit-scrollbar {
	display: none;
}

.fl-product-gallery__nav,
.fl-product-gallery__thumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(226, 193, 129, .46);
	background: rgba(3, 10, 12, .42);
	color: var(--fl-gold);
	cursor: pointer;
}

.fl-product-gallery__nav {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.fl-product-gallery__nav .fl-icon {
	width: 16px;
	height: 16px;
}

.fl-product-gallery__nav:not(.fl-product-gallery__nav--next) .fl-icon {
	transform: rotate(180deg);
}

.fl-product-gallery__thumb {
	width: 58px;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	border-radius: 4px;
	opacity: .72;
	scroll-snap-align: start;
}

.fl-product-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fl-product-gallery__thumb:hover,
.fl-product-gallery__thumb.is-active {
	border-color: var(--fl-gold);
	opacity: 1;
}

.fl-product-summary {
	position: relative;
	max-width: 670px;
}

.fl-product-summary .fl-badge {
	position: static;
	margin-bottom: 18px;
}

.fl-product-summary h1 {
	font-size: 47px;
	line-height: .96;
	margin-bottom: 12px;
}

.fl-product-author {
	margin: 0 0 18px;
	font-size: 20px;
	font-weight: 800;
}

.fl-product-excerpt {
	max-width: 560px;
	margin: 0 0 26px;
	color: #fff0de;
	font-size: 18px;
}

.fl-product-facts {
	display: grid;
	gap: 14px;
}

.fl-product-facts--inline {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 26px 0;
}

.fl-product-facts span {
	display: grid;
	grid-template-columns: 26px 1fr;
	gap: 4px 9px;
	align-items: center;
	min-width: 0;
	color: #fff6e8;
	font-size: 14px;
}

.fl-product-facts .fl-icon {
	grid-row: span 2;
	color: var(--fl-gold);
}

.fl-product-facts strong {
	display: block;
	color: #cfbea7;
	font-size: 12px;
	font-weight: 500;
}

.fl-purchase-box {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
	max-width: 690px;
	padding-top: 18px;
	border-top: 1px solid var(--fl-border);
}

.fl-product-price {
	font-family: var(--fl-serif);
	font-size: 34px;
	color: #fff8ea;
}

.fl-product-price del,
.fl-product-price ins {
	font-style: italic;
}

.fl-product-price del {
	position: relative;
	display: table;
	width: max-content;
	margin-bottom: 4px;
	color: rgba(255, 248, 234, .68);
	font-size: 20px;
	line-height: 1.1;
	text-decoration: none;
}

.fl-product-price del::after {
	content: "";
	position: absolute;
	left: -4%;
	right: -4%;
	top: 50%;
	height: 1px;
	background: currentColor;
	transform: rotate(-12deg);
	transform-origin: center;
}

.fl-product-price ins {
	display: block;
	color: #fff8ea;
	line-height: 1;
	text-decoration: none;
}

.fl-purchase-summary {
	display: grid;
	align-content: start;
	gap: 12px;
}

.fl-digital-cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 58px;
	padding: 11px 12px;
	border: 1px solid rgba(226, 193, 129, .42);
	border-radius: 6px;
	background: rgba(3, 10, 12, .34);
	color: #fff8ea;
	overflow: hidden;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, opacity .18s ease;
}

.fl-digital-cta:hover {
	border-color: rgba(240, 196, 119, .72);
	background: rgba(226, 193, 129, .13);
	color: #fff8ea;
	transform: translateY(-1px);
}

.fl-digital-cta.loading,
.fl-digital-cta.is-loading {
	border-color: rgba(240, 196, 119, .76);
	background: rgba(226, 193, 129, .16);
	opacity: 1;
	pointer-events: none;
	cursor: progress;
}

.fl-digital-cta.loading::after,
.fl-digital-cta.is-loading::after {
	content: "";
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-left: auto;
	border: 2px solid rgba(255, 248, 234, .28);
	border-top-color: var(--fl-gold);
	border-radius: 50%;
	animation: fl-digital-cta-spin .72s linear infinite;
}

.fl-digital-cta.added,
.fl-digital-cta.is-added {
	border-color: rgba(104, 185, 123, .82);
	background: rgba(104, 185, 123, .18);
	box-shadow: 0 0 0 2px rgba(104, 185, 123, .12);
	color: #f3fff0;
	animation: fl-digital-cta-pop .28s ease-out;
}

.fl-digital-cta .fl-icon {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	color: var(--fl-gold);
}

.fl-digital-cta.added .fl-icon,
.fl-digital-cta.is-added .fl-icon {
	color: #8fe09b;
}

.fl-digital-cta__copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.fl-digital-cta__eyebrow {
	color: #d8bd88;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.fl-digital-cta__label {
	color: #fff8ea;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
}

.fl-digital-cta__price::before {
	content: " a ";
}

.fl-digital-cta__price,
.fl-digital-cta__price .woocommerce-Price-amount {
	color: #fff8ea;
}

.fl-book-pair-cta {
	min-height: 66px;
}

.fl-book-pair-form {
	margin: 0;
}

.fl-book-pair-form .fl-book-pair-cta {
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.fl-book-pair-cta__copy {
	gap: 3px;
}

.fl-book-pair-cta__subtitle {
	font-weight: 400;
}

.fl-book-pair-cta__subtitle strong {
	font-weight: 900;
}

.fl-book-pair-cta__benefits {
	display: grid;
	gap: 1px;
	margin: 2px 0 0;
	padding: 0;
	color: rgba(255, 248, 234, .78);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	list-style: none;
}

.fl-book-pair-cta__benefits li::before {
	content: "•";
	margin-right: 5px;
	color: var(--fl-gold);
}

.fl-purchase-summary > .added_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 12px;
	border: 1px solid rgba(104, 185, 123, .52);
	border-radius: 6px;
	background: rgba(104, 185, 123, .12);
	color: var(--fl-gold-2);
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

@keyframes fl-digital-cta-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes fl-digital-cta-pop {
	50% {
		transform: translateY(-1px) scale(1.015);
	}
}

.stock {
	margin: 8px 0 0;
	color: var(--fl-green);
	font-weight: 700;
}

.fl-purchase-actions {
	display: grid;
	gap: 10px;
}

.fl-purchase-actions form.cart {
	display: flex;
	gap: 10px;
	margin: 0;
}

.fl-purchase-actions form.cart.bundle_form {
	display: block;
}

.fl-purchase-actions .bundle_data,
.fl-purchase-actions .bundle_wrap {
	width: 100%;
}

.fl-purchase-actions .bundle_wrap {
	display: grid;
	gap: 10px;
}

.fl-purchase-actions .bundle_price:empty,
.fl-purchase-actions .bundle_availability:empty {
	display: none;
}

.fl-purchase-actions .bundle_button {
	display: flex;
	align-items: stretch;
	gap: 10px;
	width: 100%;
}

.fl-purchase-actions .quantity {
	display: flex;
	align-items: center;
	min-width: 84px;
}

.fl-purchase-actions .quantity input {
	width: 74px;
	min-height: 48px;
	border: 1px solid rgba(226, 193, 129, .34);
	border-radius: 6px;
	background: rgba(3, 10, 12, .44);
	color: #fff8ea;
	text-align: center;
}

.fl-purchase-actions .single_add_to_cart_button {
	flex: 1 1 auto;
	min-width: 220px;
}

.fl-buy-now {
	width: 100%;
}

.fl-buy-now__price {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding-left: 10px;
	border-left: 1px solid rgba(226, 193, 129, .38);
	color: var(--fl-gold-2);
	font-size: 13px;
	line-height: 1;
	text-transform: none;
	white-space: nowrap;
}

.fl-buy-now__price del {
	opacity: .62;
}

.fl-buy-now__price ins {
	color: inherit;
	text-decoration: none;
}

.fl-product-shipping-transparency {
	margin: -6px 0 0;
	color: #cfbea7;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
}

.variations {
	width: 100%;
	margin-bottom: 12px;
}

.variations th,
.variations td {
	display: block;
	padding: 0 0 8px;
	text-align: left;
}

.variations select {
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(226, 193, 129, .34);
	border-radius: 6px;
	background: rgba(3, 10, 12, .8);
	color: #fff8ea;
}

.fl-product-reviews-section {
	padding: 44px 0 50px;
	border-top: 1px solid rgba(226, 193, 129, .16);
	border-bottom: 1px solid rgba(226, 193, 129, .16);
	background:
		radial-gradient(circle at 8% 10%, rgba(217, 168, 95, .09), transparent 30%),
		linear-gradient(180deg, #09191d, #061114);
}

.fl-product-reviews-intro {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
	gap: 34px;
	align-items: end;
	margin-bottom: 24px;
}

.fl-product-reviews-intro .fl-kicker {
	margin: 0 0 4px;
}

.fl-product-reviews-intro h2 {
	margin: 0;
	font-family: var(--fl-serif);
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 500;
	line-height: 1.08;
	color: #fff8ea;
}

.fl-product-reviews-intro > p {
	max-width: 660px;
	margin: 0;
	color: var(--fl-muted);
}

.fl-product-reviews-section .woocommerce-Reviews {
	display: grid;
	grid-template-columns: minmax(0, 1.14fr) minmax(330px, .86fr);
	gap: 22px;
	align-items: start;
}

.fl-product-reviews-section #comments,
.fl-product-reviews-section #review_form_wrapper,
.fl-product-reviews-section .woocommerce-verification-required {
	margin: 0;
	padding: 28px;
	border: 1px solid var(--fl-border);
	border-radius: 7px;
	background: rgba(6, 17, 20, .9);
	box-shadow: 0 14px 36px rgba(0, 0, 0, .2);
}

.fl-product-reviews-section .woocommerce-Reviews-title,
.fl-product-reviews-section .comment-reply-title {
	display: block;
	margin: 0 0 20px;
	font-family: var(--fl-serif);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--fl-gold-2);
}

.fl-product-reviews-section .woocommerce-noreviews,
.fl-product-reviews-section .woocommerce-verification-required {
	color: var(--fl-muted);
}

.fl-product-reviews-section .commentlist {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-product-reviews-section .commentlist > li {
	margin: 0;
	padding: 0 0 16px;
	border-bottom: 1px solid rgba(226, 193, 129, .14);
}

.fl-product-reviews-section .commentlist > li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.fl-product-reviews-section .comment_container {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
}

.fl-product-reviews-section .avatar {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(226, 193, 129, .32);
	border-radius: 50%;
}

.fl-product-reviews-section .comment-text {
	min-width: 0;
}

.fl-product-reviews-section .comment-text .meta {
	margin: 0 0 8px;
	color: var(--fl-muted);
	font-size: 12px;
}

.fl-product-reviews-section .woocommerce-review__author {
	color: #fff8ea;
}

.fl-product-reviews-section .woocommerce-review__verified {
	color: var(--fl-green);
}

.fl-product-reviews-section .description p {
	margin: 8px 0 0;
}

.fl-product-reviews-section .star-rating,
.fl-product-reviews-section .stars {
	color: var(--fl-gold-2);
}

.fl-product-reviews-section .comment-form {
	display: grid;
	gap: 14px;
}

.fl-product-reviews-section .comment-form > p,
.fl-product-reviews-section .comment-form-rating {
	margin: 0;
}

.fl-product-reviews-section .comment-form label {
	display: block;
	margin-bottom: 6px;
	color: #f2dfbd;
	font-size: 13px;
	font-weight: 800;
}

.fl-product-reviews-section .comment-form input[type="text"],
.fl-product-reviews-section .comment-form input[type="email"],
.fl-product-reviews-section .comment-form select,
.fl-product-reviews-section .comment-form textarea {
	width: 100%;
	border: 1px solid rgba(226, 193, 129, .3);
	border-radius: 6px;
	background: rgba(3, 10, 12, .68);
	color: #fff8ea;
}

.fl-product-reviews-section .comment-form input[type="text"],
.fl-product-reviews-section .comment-form input[type="email"],
.fl-product-reviews-section .comment-form select {
	min-height: 46px;
	padding: 10px 12px;
}

.fl-product-reviews-section .comment-form textarea {
	min-height: 132px;
	padding: 12px;
	resize: vertical;
}

.fl-product-reviews-section .comment-form input:focus,
.fl-product-reviews-section .comment-form select:focus,
.fl-product-reviews-section .comment-form textarea:focus {
	border-color: var(--fl-gold);
	outline: 2px solid rgba(217, 168, 95, .16);
	outline-offset: 1px;
}

.fl-product-reviews-section .comment-form .submit {
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 6px;
	background: linear-gradient(180deg, var(--fl-gold-2), var(--fl-gold));
	color: #231609;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
}

.fl-product-reviews-section .fl-verified-review-note {
	padding: 12px 14px;
	border: 1px solid rgba(110, 196, 135, .34);
	border-radius: 6px;
	background: rgba(110, 196, 135, .08);
	color: #dcebdc;
	font-size: 13px;
}

.fl-product-reviews-section .fl-verified-review-note strong {
	color: var(--fl-green);
}

.fl-product-reviews-section .clear {
	display: none;
}

.fl-product-details {
	background: #071214;
}

.fl-product-details__grid {
	display: grid;
	grid-template-columns: .82fr 1.28fr .82fr;
	gap: 20px;
	align-items: stretch;
}

.fl-product-details .fl-panel {
	padding: 28px;
}

.fl-story-panel {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01)),
		rgba(10, 27, 31, .9);
}

.fl-story-panel p:first-of-type {
	margin-top: 0;
}

.fl-story-panel p:last-child {
	margin-bottom: 0;
}

.fl-icon-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-icon-list li {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	text-align: center;
	color: #fff3e4;
}

.fl-icon-list .fl-icon {
	width: 34px;
	height: 34px;
	color: var(--fl-gold);
}

.fl-meter-list {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fl-meter-list li {
	display: grid;
	gap: 8px;
	color: #fff3e4;
}

.fl-meter-list i {
	display: block;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--fl-gold) var(--value), rgba(255, 255, 255, .16) var(--value));
}

.fl-quote-band {
	background: #081518;
}

.fl-quote-band blockquote {
	margin: 0;
	padding: 36px 42px;
	border: 1px solid var(--fl-border);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01)),
		#0b1d21;
}

.fl-quote-band p {
	margin: 0;
	font-family: var(--fl-serif);
	font-size: 30px;
	font-style: italic;
	line-height: 1.35;
	color: #fff6e6;
}

.fl-related-products {
	background: #071214;
}

@media (max-width: 1180px) {
	.fl-desktop-nav {
		display: none;
	}

	.fl-header-center {
		justify-content: flex-end;
	}

	.fl-header-search {
		left: auto;
		right: 0;
		width: min(520px, calc(100vw - 220px));
	}

	.fl-menu-toggle {
		display: inline-flex;
	}

	.fl-header-inner {
		min-height: 78px;
	}

	.fl-home-hero h1,
	.fl-shop-hero h1,
	.fl-content-hero h1,
	.fl-post-hero h1 {
		font-size: 62px;
	}

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

	.fl-shop-layout {
		grid-template-columns: minmax(0, 1fr) 300px;
	}

	.fl-shop-aside {
		grid-template-columns: 1fr;
	}

	.fl-paper-note {
		min-height: auto;
	}

	.fl-footer-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	.fl-container {
		width: min(100% - 32px, 720px);
	}

	body.flr-theme.woocommerce-checkout .fl-content-section > .fl-container {
		width: min(100% - 32px, 720px);
	}

	body.flr-theme.woocommerce-cart .fl-content-section > .fl-container {
		width: min(100% - 32px, 720px);
	}

	body.flr-theme.woocommerce-account .fl-content-section > .fl-container {
		width: min(100% - 32px, 720px);
	}

	body.flr-theme.woocommerce-checkout form.checkout.woocommerce-checkout,
	body.flr-theme.woocommerce-checkout .wc-block-components-sidebar-layout {
		grid-template-columns: 1fr;
		grid-template-areas: none;
	}

	body.flr-theme.woocommerce-cart .wp-block-woocommerce-filled-cart-block,
	body.flr-theme.woocommerce-cart .wc-block-cart {
		grid-template-columns: 1fr;
	}

	body.flr-theme.woocommerce-account .fl-entry__content > .woocommerce {
		grid-template-columns: minmax(190px, 230px) minmax(0, 1fr);
		gap: 18px;
	}

	body.flr-theme.woocommerce-checkout #customer_details,
	body.flr-theme.woocommerce-checkout #order_review_heading,
	body.flr-theme.woocommerce-checkout #order_review {
		grid-area: auto;
	}

	body.flr-theme.woocommerce-checkout #order_review,
	body.flr-theme.woocommerce-checkout .wc-block-components-sidebar,
	body.flr-theme.woocommerce-account .woocommerce-MyAccount-navigation,
	body.flr-theme.woocommerce-cart .wc-block-cart__sidebar {
		position: static;
	}

	body.flr-theme.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.flr-theme.woocommerce-account #customer_login {
		grid-template-columns: 1fr;
	}

	.fl-home-hero,
	.fl-shop-hero,
	.fl-content-hero,
	.fl-about-hero,
	.fl-post-hero,
	.fl-product-hero {
		padding-top: 108px;
	}

	.fl-home-hero {
		min-height: 620px;
	}

	.fl-home-hero__inner {
		padding: 86px 0 74px;
	}

	.fl-home-hero h1,
	.fl-shop-hero h1,
	.fl-content-hero h1,
	.fl-post-hero h1 {
		font-size: 52px;
	}

	.fl-home-hero p,
	.fl-shop-description {
		font-size: 18px;
	}

	.fl-about-hero {
		min-height: 480px;
		padding-bottom: 64px;
	}

	.fl-about-hero h1 {
		font-size: 58px;
	}

	.fl-about-hero p:last-child {
		font-size: 22px;
	}

	.fl-about-story__grid,
	.fl-about-team__grid,
	.fl-about-bookstores__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.fl-about-copy {
		max-width: none;
	}

	.fl-about-mission__grid {
		grid-template-columns: 1fr;
	}

	.fl-about-mission article {
		padding: 22px 32px;
	}

	.fl-about-mission article + article {
		border-top: 1px solid rgba(20, 35, 34, .16);
		border-left: 0;
	}

	.fl-about-values__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px 0;
	}

	.fl-about-values__grid li:nth-child(3n + 1) {
		border-left: 0;
	}

	.fl-about-map {
		min-height: 240px;
	}

	.fl-about-partner-cta {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.fl-about-partner-cta .fl-button {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.fl-featured-book__grid,
	.fl-journal-grid,
	.fl-newsletter__inner,
	.fl-product-hero__grid,
	.fl-product-details__grid {
		grid-template-columns: 1fr;
	}

	.fl-product-reviews-intro,
	.fl-product-reviews-section .woocommerce-Reviews {
		grid-template-columns: 1fr;
	}

	.fl-product-reviews-intro {
		gap: 12px;
	}

	.fl-featured-book__grid,
	.fl-product-hero__grid {
		gap: 34px;
	}

	.fl-book-3d,
	.fl-product-cover {
		max-width: 340px;
	}

	.fl-product-facts--inline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fl-purchase-box {
		grid-template-columns: 1fr;
	}

	.fl-shop-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.fl-shop-layout {
		grid-template-columns: 1fr;
	}

	.fl-post-hero {
		min-height: 500px;
		padding-bottom: 54px;
	}

	.fl-post-layout {
		grid-template-columns: 1fr;
	}

	.fl-post-aside {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fl-post-aside__intro {
		grid-column: 1 / -1;
	}

	.fl-filter-button {
		display: inline-flex;
		width: max-content;
	}

	.fl-category-chips {
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 4px;
	}

	.fl-category-chips a {
		white-space: nowrap;
	}

	.fl-ordering {
		width: 100%;
		margin-left: 0;
		justify-content: space-between;
	}

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

	.fl-products--list .fl-product-card {
		grid-template-columns: 170px minmax(0, 1fr) 42px;
		column-gap: 18px;
	}

	.fl-products--list .fl-product-card__actions {
		grid-column: 3;
		flex-direction: column;
		justify-content: center;
	}

	.fl-shop-aside {
		grid-template-columns: 1fr;
	}

	.fl-guide-quiz__result-list .fl-product-card {
		grid-template-columns: 190px minmax(0, 1fr);
		align-items: start;
	}

	.fl-guide-quiz__result-list .fl-product-card__cover {
		grid-row: span 2;
	}

	.fl-guide-quiz__result-list .fl-product-card__actions {
		grid-column: 2;
		justify-content: space-between;
	}

	.fl-product-strip {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 8px;
	}

	.fl-product-strip .fl-product-card {
		flex: 0 0 210px;
		scroll-snap-align: start;
	}

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

	.fl-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	:root {
		--fl-header-height: 76px;
	}

	body.flr-theme {
		padding-bottom: 82px;
	}

	body.flr-theme.single-product {
		padding-bottom: 154px;
	}

	body.admin-bar.flr-theme {
		--fl-admin-bar-height: 46px;
	}

	body.flr-theme .woocommerce-notices-wrapper {
		width: calc(100% - 24px);
	}

	body.flr-theme .woocommerce-notices-wrapper .woocommerce-message,
	body.flr-theme .woocommerce-notices-wrapper .woocommerce-info,
	body.flr-theme .woocommerce-notices-wrapper .woocommerce-error {
		padding-right: 14px;
		font-size: 13px;
	}

	body.flr-theme .woocommerce-notices-wrapper .button,
	body.flr-theme .woocommerce-notices-wrapper .wc-forward {
		float: none;
		width: 100%;
		margin: 10px 0 0;
	}

	body.flr-theme.woocommerce-checkout .fl-content-section > .fl-container {
		width: calc(100% - 24px);
	}

	body.flr-theme.woocommerce-cart .fl-content-section > .fl-container {
		width: calc(100% - 24px);
	}

	body.flr-theme.woocommerce-account .fl-content-section > .fl-container {
		width: calc(100% - 24px);
	}

	body.flr-theme.woocommerce-checkout .fl-entry,
	body.flr-theme.woocommerce-checkout .woocommerce-billing-fields,
	body.flr-theme.woocommerce-checkout .woocommerce-shipping-fields,
	body.flr-theme.woocommerce-checkout .woocommerce-additional-fields,
	body.flr-theme.woocommerce-checkout .woocommerce-checkout-review-order,
	body.flr-theme.woocommerce-checkout .wc-block-components-main,
	body.flr-theme.woocommerce-checkout .wc-block-components-sidebar {
		padding: 16px;
	}

	body.flr-theme.woocommerce-cart .fl-entry,
	body.flr-theme.woocommerce-cart .woocommerce-cart-form,
	body.flr-theme.woocommerce-cart .cart_totals,
	body.flr-theme.woocommerce-cart .wc-block-cart__main,
	body.flr-theme.woocommerce-cart .wc-block-cart__sidebar {
		padding: 16px;
	}

	body.flr-theme.woocommerce-account .fl-entry,
	body.flr-theme.woocommerce-account .woocommerce-MyAccount-navigation,
	body.flr-theme.woocommerce-account .woocommerce-MyAccount-content,
	body.flr-theme.woocommerce-account #customer_login .u-column1,
	body.flr-theme.woocommerce-account #customer_login .u-column2,
	body.flr-theme.woocommerce-account .woocommerce-Address,
	body.flr-theme.woocommerce-account form.lost_reset_password {
		padding: 16px;
	}

	body.flr-theme.woocommerce-account .woocommerce-MyAccount-navigation ul,
	body.flr-theme.woocommerce-account .woocommerce-Addresses,
	body.flr-theme.woocommerce-account .u-columns.woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	body.flr-theme.woocommerce-account .fl-entry__content > .woocommerce {
		grid-template-columns: 1fr;
	}

	body.flr-theme.woocommerce-account .form-row-first,
	body.flr-theme.woocommerce-account .form-row-last {
		float: none;
		width: 100%;
	}

	body.flr-theme.woocommerce-account .woocommerce-MyAccount-content table.shop_table,
	body.flr-theme.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
	body.flr-theme.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	body.flr-theme.woocommerce-cart .woocommerce-cart-form table.shop_table th,
	body.flr-theme.woocommerce-cart .woocommerce-cart-form table.shop_table td,
	body.flr-theme.woocommerce-cart .cart_totals table.shop_table th,
	body.flr-theme.woocommerce-cart .cart_totals table.shop_table td {
		padding: 12px 0;
	}

	body.flr-theme.woocommerce-cart .woocommerce-cart-form .actions {
		text-align: left;
	}

	body.flr-theme.woocommerce-cart .coupon {
		display: grid;
		float: none;
		width: 100%;
	}

	body.flr-theme.woocommerce-cart .coupon .input-text,
	body.flr-theme.woocommerce-cart .coupon .button {
		width: 100%;
	}

	body.flr-theme.woocommerce-checkout .form-row-first,
	body.flr-theme.woocommerce-checkout .form-row-last {
		float: none;
		width: 100%;
	}

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

	.fl-site-header {
		background: rgba(3, 10, 12, .74);
	}

	.fl-header-inner {
		min-height: 76px;
		gap: 8px;
	}

	.fl-logo {
		padding: 13px;
	}

	.fl-site-header .fl-logo img {
		width: 156px;
	}

	.fl-header-actions .fl-header-icon:not(.fl-header-cart) {
		display: none;
	}

	.fl-header-center {
		display: none;
	}

	.fl-home-hero {
		min-height: 590px;
		align-items: end;
		background-position: calc(100% + 200px) top;
	}

	.fl-home-hero__inner {
		padding: 92px 0 72px;
	}

	.fl-home-hero h1,
	.fl-shop-hero h1,
	.fl-content-hero h1,
	.fl-about-hero h1,
	.fl-contact-hero h1,
	.fl-post-hero h1 {
		font-size: 48px;
		line-height: 1;
	}

	.fl-home-hero p {
		font-size: 20px;
	}

	.fl-about-hero {
		min-height: 430px;
		padding: 108px 0 48px;
		background-position: 58% center;
	}

	.fl-about-hero p:last-child {
		margin-top: 18px;
		font-size: 19px;
	}

	.fl-about-story,
	.fl-about-values,
	.fl-about-team,
	.fl-about-bookstores,
	.fl-contact-main,
	.fl-contact-audiences {
		padding: 38px 0;
	}

	.fl-about-copy h2,
	.fl-about-bookstores__intro h2,
	.fl-about-values > .fl-container > h2,
	.fl-about-final-cta h2,
	.fl-contact-info h2,
	.fl-contact-form-wrap h2,
	.fl-contact-location__copy h2 {
		font-size: 30px;
	}

	.fl-about-copy p,
	.fl-about-bookstores__intro p,
	.fl-contact-info > p,
	.fl-contact-location__copy p {
		font-size: 15px;
		line-height: 1.6;
	}

	.fl-contact-hero {
		min-height: 430px;
		padding: 108px 0 42px;
	}

	.fl-contact-hero__inner {
		min-height: 280px;
	}

	.fl-contact-hero p {
		font-size: 20px;
	}

	.fl-contact-method {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 14px;
	}

	.fl-contact-method__icon {
		width: 40px;
		height: 40px;
	}

	.fl-contact-form .fl-button {
		justify-self: stretch;
		width: 100%;
	}

	.fl-contact-location__copy {
		padding: 34px 0;
	}

	.fl-contact-audience-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.fl-contact-audience-grid li,
	.fl-contact-audience-grid li + li,
	.fl-contact-audience-grid li:nth-child(2n + 1) {
		min-height: auto;
		padding: 20px 4px;
		border-left: 0;
		border-top: 1px solid rgba(20, 35, 34, .14);
	}

	.fl-contact-audience-grid li:first-child {
		border-top: 0;
	}

	.fl-about-mission article {
		padding: 20px 0;
	}

	.fl-about-values__grid,
	.fl-about-bookstores__cards {
		grid-template-columns: 1fr;
	}

	.fl-about-values__grid li,
	.fl-about-values__grid li + li,
	.fl-about-values__grid li:nth-child(3n + 1) {
		min-height: auto;
		padding: 20px 4px;
		border-left: 0;
		border-top: 1px solid rgba(20, 35, 34, .14);
	}

	.fl-about-values__grid li:first-child {
		border-top: 0;
	}

	.fl-about-partner-cta {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.fl-about-partner-cta .fl-button {
		justify-self: stretch;
	}

	.fl-about-final-cta {
		padding: 38px 0;
	}

	.fl-section {
		padding: 36px 0;
	}

	.fl-product-reviews-section {
		padding: 34px 0;
	}

	.fl-product-reviews-section #comments,
	.fl-product-reviews-section #review_form_wrapper,
	.fl-product-reviews-section .woocommerce-verification-required {
		padding: 20px;
	}

	.fl-product-reviews-section .comment_container {
		grid-template-columns: 1fr;
	}

	.fl-product-reviews-section .avatar {
		display: none;
	}

	.fl-section-title {
		font-size: 22px;
		gap: 12px;
	}

	.fl-section-title::before,
	.fl-section-title::after {
		width: 42px;
	}

	.fl-escape-grid {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 8px;
	}

	.fl-escape-card {
		flex: 0 0 176px;
		min-height: 250px;
		scroll-snap-align: start;
	}

	.fl-featured-book h2 {
		font-size: 36px;
	}

	.fl-post-hero {
		min-height: 450px;
		padding-bottom: 44px;
	}

	.fl-post-hero .fl-breadcrumbs {
		margin-bottom: 28px;
	}

	.fl-post-meta {
		gap: 10px 14px;
		font-size: 12px;
	}

	.fl-post-deck {
		font-size: 22px;
	}

	.fl-post-featured-media img {
		aspect-ratio: 16 / 10;
	}

	.fl-post-content {
		font-size: 16px;
		line-height: 1.68;
	}

	.fl-post-content h2 {
		font-size: 28px;
	}

	.fl-post-content h3 {
		font-size: 23px;
	}

	.fl-post-content blockquote,
	.fl-post-content .wp-block-quote {
		padding: 20px;
		font-size: 21px;
	}

	.fl-post-nav,
	.fl-post-aside {
		grid-template-columns: 1fr;
	}

	.fl-actions,
	.fl-newsletter__form,
	.fl-newsletter__form form,
	.fl-newsletter form.fl-newsletter__form,
	.fl-entry--empty .search-form,
	.fl-purchase-actions .bundle_button,
	.fl-purchase-actions form.cart {
		flex-direction: column;
	}

	.fl-newsletter button,
	.fl-newsletter input[type="submit"],
	.fl-purchase-actions .single_add_to_cart_button {
		width: 100%;
		min-width: 0;
	}

	.fl-newsletter__form--brevo .sib-form-block__button {
		width: 100%;
		min-width: 0;
	}

	.fl-newsletter__form--brevo .fl-brevo-form > .sib-form-block {
		width: 100%;
	}

	.fl-newsletter__form--brevo .form__entry.entry_block {
		width: 100%;
	}

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

	.fl-shop-hero {
		min-height: 190px;
		padding: 76px 0 20px;
	}

	.fl-shop-hero .fl-breadcrumbs {
		margin-bottom: 14px;
	}

	.fl-shop-hero h1 {
		font-size: 34px;
	}

	.fl-shop-description {
		margin-top: 8px;
		font-size: 14px;
		line-height: 1.35;
	}

	.fl-products--list .fl-product-card,
	.fl-shop-products .fl-product-card {
		grid-template-columns: 38% minmax(0, 1fr);
		grid-template-rows: auto minmax(42px, auto);
		align-items: start;
		gap: 14px;
		overflow: hidden;
		padding: 12px;
	}

	.fl-products--list .fl-product-card__cover,
	.fl-shop-products .fl-product-card__cover {
		grid-column: 1;
		grid-row: 1 / span 2;
		align-self: start;
		width: 100%;
		height: auto;
		min-height: 0;
		aspect-ratio: 3 / 4;
	}

	.fl-products--list .fl-product-card__cover img,
	.fl-shop-products .fl-product-card__cover img {
		display: block;
		max-width: 100%;
	}

	.fl-products--list .fl-product-card__body,
	.fl-shop-products .fl-product-card__body {
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
	}

	.fl-shop-products .fl-product-card h3 {
		font-size: 28px;
		overflow-wrap: anywhere;
	}

	.fl-product-card__excerpt {
		display: block;
	}

	.fl-shop-products .fl-products--grid .fl-product-card__excerpt {
		display: block;
	}

	.fl-products--list .fl-product-card__actions,
	.fl-shop-products .fl-product-card__actions {
		grid-column: 2;
		grid-row: 2;
		position: static;
		right: auto;
		bottom: auto;
		flex-direction: row;
		align-items: center;
		align-self: end;
		justify-content: space-between;
		justify-self: stretch;
		width: 100%;
	}

	.fl-shop-products .fl-card-arrow {
		display: inline-flex;
	}

	.fl-guide-quiz {
		padding: 22px;
	}

	.fl-guide-quiz h2 {
		font-size: 25px;
	}

	.fl-guide-quiz__topline {
		align-items: flex-start;
	}

	.fl-guide-quiz__dots span {
		width: 28px;
	}

	.fl-guide-quiz__result-list .fl-product-card {
		grid-template-columns: 38% minmax(0, 1fr);
		gap: 14px;
	}

	.fl-guide-quiz__result-list .fl-product-card__cover {
		grid-row: span 2;
		min-height: 170px;
	}

	.fl-guide-quiz__result-list .fl-product-card__actions {
		grid-column: 2;
		justify-content: space-between;
	}

	.fl-product-facts--inline,
	.fl-icon-list {
		grid-template-columns: 1fr;
	}

	.fl-product-cover {
		max-width: 220px;
		margin: 0 auto;
	}

	body.flr-theme.single-product .fl-buy-now {
		position: fixed;
		z-index: 900;
		right: 12px;
		bottom: 90px;
		left: 12px;
		width: auto;
		min-height: 52px;
		border-color: rgba(255, 255, 255, .2);
		background: linear-gradient(180deg, var(--fl-gold-2), var(--fl-gold));
		box-shadow: 0 12px 32px rgba(0, 0, 0, .42);
		color: #231609;
	}

	body.flr-theme.single-product .fl-buy-now__price {
		border-left-color: rgba(35, 22, 9, .28);
		color: inherit;
	}

	.fl-product-summary {
		text-align: left;
	}

	.fl-quote-band p {
		font-size: 24px;
	}

	.fl-paper-note p {
		font-size: 24px;
	}

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

	.fl-mobile-tabs {
		display: grid;
	}
}
