:root {
	--flory-ink: #241f20;
	--flory-muted: #71696b;
	--flory-berry: #6f253b;
	--flory-berry-dark: #531629;
	--flory-rose: #d9aab4;
	--flory-sage: #a9b6a2;
	--flory-sage-light: #e5ebe1;
	--flory-cream: #f7f1e8;
	--flory-paper: #fffdf9;
	--flory-line: #e8e0d8;
	--flory-success: #376345;
	--flory-radius-sm: 12px;
	--flory-radius: 20px;
	--flory-radius-lg: 32px;
	--flory-shadow: 0 18px 48px rgb(54 34 39 / 9%);
	--flory-shell: min(100% - 32px, 1240px);
	--flory-serif: Georgia, "Times New Roman", serif;
	--flory-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--flory-paper);
	color: var(--flory-ink);
	font-family: var(--flory-sans);
	font-size: 16px;
	line-height: 1.55;
	text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
	font-family: var(--flory-sans);
}

img,
svg {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--flory-berry);
}

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

button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border: 0;
	border-radius: 999px;
	background: var(--flory-berry);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 650;
	line-height: 1.2;
	min-height: 46px;
	padding: 0.8rem 1.25rem;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

button:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--flory-berry-dark);
	color: #fff;
}

button:active,
.button:active {
	transform: translateY(1px);
}

:focus-visible {
	border-radius: 4px;
	outline: 3px solid rgb(111 37 59 / 35%);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
	font-family: var(--flory-serif);
	font-weight: 400;
	line-height: 1.08;
	margin-block: 0 0.6em;
}

h1 {
	font-size: clamp(2.2rem, 10vw, 4.75rem);
	letter-spacing: -0.045em;
}

h2 {
	font-size: clamp(1.85rem, 7vw, 3.35rem);
	letter-spacing: -0.035em;
}

h3 {
	font-size: clamp(1.25rem, 3vw, 1.6rem);
}

p {
	margin-block: 0 1em;
}

.site-shell {
	margin-inline: auto;
	width: var(--flory-shell);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.skip-link:focus {
	clip: auto !important;
	clip-path: none;
	height: auto;
	left: 1rem;
	top: 1rem;
	width: auto;
	z-index: 100000;
	background: #fff;
	color: var(--flory-ink);
	padding: 0.8rem 1rem;
}

.icon {
	flex: 0 0 auto;
}

.service-bar {
	background: var(--flory-berry);
	color: #fff;
	font-size: 0.78rem;
}

.service-bar__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 32px;
}

.service-bar p {
	align-items: center;
	display: flex;
	gap: 0.4rem;
	margin: 0;
}

.service-bar .icon {
	height: 16px;
	width: 16px;
}

.service-bar a {
	color: #fff;
	font-weight: 650;
	text-decoration: none;
}

.site-header {
	background: rgb(255 253 249 / 96%);
	border-bottom: 1px solid var(--flory-line);
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(14px);
}

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

.site-header__main {
	align-items: center;
	display: grid;
	gap: 0.65rem;
	grid-template-columns: 40px minmax(88px, 1fr) auto;
	min-height: 64px;
}

.menu-toggle {
	background: transparent;
	color: var(--flory-ink);
	min-height: 40px;
	padding: 0.45rem;
	width: 40px;
}

.menu-toggle:hover {
	background: var(--flory-cream);
	color: var(--flory-berry);
}

.site-brand {
	display: flex;
	justify-content: flex-start;
}

.site-brand .custom-logo-link {
	display: block;
}

.site-brand .custom-logo {
	height: 38px;
	object-fit: contain;
	width: auto;
}

.site-brand__text {
	align-items: baseline;
	color: var(--flory-ink);
	display: inline-flex;
	font-family: var(--flory-serif);
	font-size: 2rem;
	letter-spacing: -0.07em;
	line-height: 1;
	text-decoration: none;
}

.site-brand__text:hover {
	color: var(--flory-ink);
}

.site-brand__text i {
	color: var(--flory-berry);
	font-size: 1.2em;
	font-style: normal;
	margin-left: 0.05em;
}

.store-picker {
	display: none;
	position: relative;
}

.store-picker__summary {
	align-items: center;
	border-radius: 999px;
	cursor: pointer;
	display: flex;
	gap: 0.45rem;
	list-style: none;
	min-height: 44px;
	padding: 0.35rem 0.65rem;
	user-select: none;
}

.store-picker__summary::-webkit-details-marker {
	display: none;
}

.store-picker__summary:hover {
	background: var(--flory-cream);
}

.store-picker__summary > span {
	display: grid;
	line-height: 1.1;
}

.store-picker__summary small {
	color: var(--flory-muted);
	font-size: 0.68rem;
	font-weight: 500;
}

.store-picker__summary strong {
	font-size: 0.86rem;
}

.store-picker__summary .icon-location {
	color: var(--flory-berry);
	height: 20px;
	width: 20px;
}

.store-picker__summary .icon-chevron {
	height: 16px;
	transition: transform 160ms ease;
	width: 16px;
}

.store-picker[open] .icon-chevron {
	transform: rotate(180deg);
}

.store-picker__panel {
	background: var(--flory-paper);
	border: 1px solid var(--flory-line);
	border-radius: var(--flory-radius);
	box-shadow: var(--flory-shadow);
	left: 0;
	padding: 0.65rem;
	position: absolute;
	top: calc(100% + 0.55rem);
	width: min(360px, calc(100vw - 32px));
	z-index: 80;
}

.store-picker__title {
	font-family: var(--flory-serif);
	font-size: 1.15rem;
	margin: 0;
	padding: 0.55rem 0.65rem;
}

.store-picker__option {
	align-items: center;
	background: transparent;
	border-radius: 14px;
	color: var(--flory-ink);
	display: flex;
	justify-content: space-between;
	min-height: 0;
	padding: 0.7rem;
	text-align: left;
	width: 100%;
}

.store-picker__option:hover {
	background: var(--flory-cream);
	color: var(--flory-ink);
}

.store-picker__option span {
	display: grid;
	gap: 0.15rem;
}

.store-picker__option small {
	color: var(--flory-muted);
	font-size: 0.75rem;
	font-weight: 400;
}

.store-picker__option i {
	border: 1.5px solid var(--flory-line);
	border-radius: 50%;
	height: 18px;
	width: 18px;
}

.store-picker__option[aria-pressed="true"] i {
	border: 5px solid var(--flory-berry);
}

.header-actions {
	align-items: center;
	display: flex;
	gap: 0.1rem;
	justify-content: flex-end;
}

.header-action {
	align-items: center;
	border-radius: 50%;
	color: var(--flory-ink);
	display: flex;
	height: 40px;
	justify-content: center;
	position: relative;
	text-decoration: none;
	width: 36px;
}

.header-action:hover {
	background: var(--flory-cream);
}

.header-action .icon {
	height: 21px;
	width: 21px;
}

.header-action--search,
.header-action--favorite {
	display: none;
}

.header-action__count {
	align-items: center;
	background: var(--flory-berry);
	border: 2px solid var(--flory-paper);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 0.61rem;
	font-weight: 700;
	height: 18px;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
}

.flory-favorite-count {
	align-items: center;
	background: var(--flory-berry);
	border: 2px solid var(--flory-paper);
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 0.61rem;
	font-weight: 700;
	height: 18px;
	justify-content: center;
	min-width: 18px;
	padding-inline: 0.2rem;
	position: absolute;
	right: 0;
	top: 0;
}

.flory-favorite-count[hidden] {
	display: none;
}

.header-action--favorite.is-current,
.header-action--favorite[aria-current="page"] {
	color: var(--flory-berry);
}

.site-header__search {
	padding-bottom: 0.65rem;
}

.search-form {
	align-items: center;
	background: var(--flory-cream);
	border: 1px solid transparent;
	border-radius: 999px;
	display: flex;
	min-height: 46px;
	padding: 0.15rem 0.2rem 0.15rem 0.8rem;
}

.search-form:focus-within {
	background: #fff;
	border-color: var(--flory-rose);
	box-shadow: 0 0 0 3px rgb(111 37 59 / 8%);
}

.search-form .icon {
	color: var(--flory-muted);
	height: 20px;
	width: 20px;
}

.search-field {
	background: transparent;
	border: 0;
	color: var(--flory-ink);
	flex: 1;
	min-width: 0;
	outline: 0;
	padding: 0.65rem 0.55rem;
}

.search-field::placeholder {
	color: #857c7e;
}

.search-form button {
	font-size: 0.83rem;
	min-height: 38px;
	padding: 0.55rem 1rem;
}

.primary-navigation {
	background: var(--flory-paper);
	border-top: 1px solid var(--flory-line);
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
}

.primary-navigation.is-open {
	display: block;
}

.primary-navigation .menu {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0.65rem 0 1rem;
}

.primary-navigation .menu-item {
	margin: 0;
}

.primary-navigation a {
	border-radius: 8px;
	display: block;
	font-size: 0.95rem;
	font-weight: 600;
	padding: 0.75rem;
	text-decoration: none;
}

.primary-navigation a:hover {
	background: var(--flory-cream);
}

.primary-navigation .sub-menu {
	list-style: none;
	margin: 0;
	padding-left: 1rem;
}

.section {
	padding-block: clamp(3rem, 9vw, 7rem);
}

.category-section {
	padding-top: clamp(2rem, 6vw, 5rem);
}

.section-heading {
	align-items: flex-end;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.section-heading h1,
.section-heading h2 {
	margin: 0;
}

.section-heading--intro h1 {
	max-width: 740px;
}

.eyebrow {
	color: var(--flory-berry);
	font-size: 0.71rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	margin: 0 0 0.6rem;
	text-transform: uppercase;
}

.text-link {
	flex: 0 0 auto;
	font-size: 0.86rem;
	font-weight: 650;
	text-decoration: none;
}

.text-link span {
	margin-left: 0.2rem;
}

.category-grid {
	display: grid;
	gap: 0.75rem;
	grid-auto-columns: minmax(142px, 42vw);
	grid-auto-flow: column;
	overflow-x: auto;
	padding: 0.2rem 0 0.75rem;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.category-card {
	display: grid;
	gap: 0.1rem;
	scroll-snap-align: start;
	text-decoration: none;
}

.category-card__media {
	aspect-ratio: 1 / 1.08;
	background: var(--flory-cream);
	border-radius: var(--flory-radius);
	display: block;
	margin-bottom: 0.55rem;
	overflow: hidden;
	position: relative;
}

.category-card img {
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
	width: 100%;
}

.category-card:hover img {
	transform: scale(1.025);
}

.category-card__placeholder {
	background:
		radial-gradient(circle at 66% 35%, rgb(255 255 255 / 78%) 0 11%, transparent 12%),
		radial-gradient(circle at 42% 61%, rgb(255 255 255 / 58%) 0 17%, transparent 18%),
		linear-gradient(145deg, var(--flory-rose), var(--flory-cream));
	inset: 0;
	position: absolute;
}

.category-card:nth-child(2n) .category-card__placeholder {
	background:
		radial-gradient(circle at 36% 40%, rgb(255 255 255 / 70%) 0 12%, transparent 13%),
		radial-gradient(circle at 62% 63%, rgb(255 255 255 / 50%) 0 19%, transparent 20%),
		linear-gradient(145deg, var(--flory-sage), var(--flory-sage-light));
}

.category-card strong {
	font-family: var(--flory-serif);
	font-size: 1.12rem;
	font-weight: 400;
}

.category-card small {
	color: var(--flory-muted);
	font-size: 0.72rem;
}

.promise-strip {
	background: var(--flory-cream);
	border-block: 1px solid var(--flory-line);
	padding-block: 1.25rem;
}

.promise-strip__grid {
	display: grid;
	gap: 1rem;
}

.promise-strip p {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin: 0;
}

.promise-strip .icon {
	color: var(--flory-berry);
	height: 24px;
	width: 24px;
}

.promise-strip p > span {
	display: grid;
	font-size: 0.74rem;
	line-height: 1.35;
}

.promise-strip strong {
	font-size: 0.84rem;
}

.product-section--tint {
	background: #f4f1eb;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products.flory-product-grid {
	display: grid;
	gap: 1.75rem 0.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products.flory-product-grid li.product {
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
}

/* WooCommerce's small-screen stylesheet sets every columns-* item to 48%.
 * Inside our two-column CSS grid that halves the card width a second time. */
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
	clear: none !important;
	display: flex;
	flex-direction: column;
	float: none;
	width: 100%;
}

.woocommerce ul.products[class*="columns-"] li.product a.woocommerce-loop-product__link,
.woocommerce-page ul.products[class*="columns-"] li.product a.woocommerce-loop-product__link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.flory-favorite-toggle {
	background: rgb(255 253 249 / 94%);
	border: 1px solid rgb(111 37 59 / 16%);
	box-shadow: 0 5px 18px rgb(54 34 39 / 12%);
	color: var(--flory-ink);
	min-height: 44px;
	padding: 0;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.flory-favorite-toggle:hover,
.flory-favorite-toggle:focus-visible {
	background: #fff;
	border-color: var(--flory-rose);
	color: var(--flory-berry);
}

.flory-favorite-toggle:active {
	transform: none;
}

.flory-favorite-toggle .icon-heart {
	fill: transparent;
	height: 21px;
	transition: fill 160ms ease;
	width: 21px;
}

.flory-favorite-toggle.is-active {
	background: #fff;
	border-color: var(--flory-rose);
	color: var(--flory-berry);
}

.flory-favorite-toggle.is-active .icon-heart {
	fill: currentColor;
}

.flory-favorite-toggle[aria-busy="true"] {
	cursor: wait;
	opacity: 0.62;
}

.flory-favorite-toggle--loop {
	border-radius: 50%;
	height: 44px;
	position: absolute;
	right: 0.55rem;
	top: 0.55rem;
	width: 44px;
	z-index: 3;
}

.flory-favorite-toggle--single {
	gap: 0.55rem;
	margin: 0 0 1rem;
	padding: 0.68rem 1rem;
}

.flory-favorite-toggle--single .flory-favorite-toggle__label {
	font-size: 0.88rem;
}

.woocommerce ul.products li.product a,
ul.products.flory-product-grid li.product a {
	text-decoration: none;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
ul.products.flory-product-grid li.product a img {
	aspect-ratio: 4 / 5;
	background: var(--flory-cream);
	border-radius: var(--flory-radius);
	box-sizing: border-box;
	height: auto;
	margin: 0 0 0.8rem;
	object-fit: contain;
	padding: 0.15rem;
	width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
ul.products.flory-product-grid li.product .woocommerce-loop-product__title {
	color: var(--flory-ink);
	font-family: var(--flory-serif);
	font-size: clamp(0.9rem, 2vw, 1rem);
	line-height: 1.25;
	margin: 0;
	padding: 0;
}

.woocommerce ul.products li.product .price {
	color: var(--flory-ink);
	font-size: 0.92rem;
	font-weight: 700;
	margin-top: 0.45rem;
}

.woocommerce ul.products[class*="columns-"] li.product .price,
.woocommerce-page ul.products[class*="columns-"] li.product .price {
	margin-top: auto;
	padding-top: 0.45rem;
}

.woocommerce ul.products li.product .price del {
	color: var(--flory-muted);
	font-size: 0.82em;
	font-weight: 400;
	opacity: 0.8;
}

.woocommerce ul.products li.product .price ins {
	color: var(--flory-berry);
	text-decoration: none;
}

.woocommerce ul.products li.product .button {
	font-size: 0.84rem;
	margin-top: 0.7rem;
	min-height: 44px;
	padding: 0.6rem 0.8rem;
	width: 100%;
}

.woocommerce ul.products li.product .added_to_cart {
	display: block;
	font-size: 0.75rem;
	margin-top: 0.4rem;
	text-align: center;
}

.woocommerce span.onsale {
	background: var(--flory-berry);
	border-radius: 999px;
	font-size: 0.68rem;
	left: 0.55rem;
	line-height: 1;
	margin: 0;
	min-height: 0;
	padding: 0.45rem 0.6rem;
	right: auto;
	top: 0.55rem;
	z-index: 2;
}

.flory-availability {
	align-items: center;
	color: var(--flory-success);
	display: flex;
	font-size: 0.67rem;
	font-weight: 650;
	gap: 0.35rem;
	margin: 0.25rem 0 0.35rem;
}

.flory-availability::before {
	background: currentColor;
	border-radius: 50%;
	content: "";
	height: 6px;
	width: 6px;
}

.flory-availability--preorder {
	color: var(--flory-berry);
}

.occasion-section {
	background: var(--flory-berry);
	color: #fff;
}

.occasion-section .eyebrow {
	color: #f1cbd2;
}

.occasion-section h2 {
	max-width: 620px;
}

.occasion-section p:not(.eyebrow) {
	color: rgb(255 255 255 / 78%);
	max-width: 600px;
}

.occasion-section .button {
	background: #fff;
	color: var(--flory-berry);
	margin-top: 0.7rem;
}

.occasion-section .button:hover {
	background: var(--flory-cream);
}

.occasion-section__grid {
	display: grid;
	gap: 2.5rem;
}

.budget-links {
	background: rgb(255 255 255 / 8%);
	border: 1px solid rgb(255 255 255 / 20%);
	border-radius: var(--flory-radius);
	display: grid;
	padding: 0.5rem 1rem;
}

.budget-links a {
	align-items: center;
	border-bottom: 1px solid rgb(255 255 255 / 16%);
	color: #fff;
	display: flex;
	font-family: var(--flory-serif);
	font-size: 1.25rem;
	justify-content: space-between;
	padding-block: 1rem;
	text-decoration: none;
}

.budget-links a:last-child {
	border-bottom: 0;
}

.budget-links a:hover {
	color: #f1cbd2;
}

.stores-section {
	background: var(--flory-cream);
}

.stores-grid {
	display: grid;
	gap: 0.75rem;
}

.store-card {
	background: var(--flory-paper);
	border: 1px solid var(--flory-line);
	border-radius: var(--flory-radius);
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr;
	padding: 1.1rem;
}

.store-card__marker {
	align-items: center;
	background: var(--flory-sage-light);
	border-radius: 50%;
	color: var(--flory-success);
	display: flex;
	font-family: var(--flory-serif);
	font-size: 1.1rem;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.store-card h3 {
	margin-bottom: 0.45rem;
}

.store-card p {
	color: var(--flory-muted);
	font-size: 0.82rem;
	margin: 0.2rem 0;
}

.store-card__phone {
	display: inline-block;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
}

.store-card__actions {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 0.75rem;
}

.store-card .store-card__review {
	display: inline-flex;
	font-size: 0.82rem;
	margin: 0;
	min-height: 42px;
	padding: 0.65rem 1rem;
}

.site-main:not(.front-page) {
	min-height: 55vh;
	padding-block: clamp(2.25rem, 6vw, 5rem);
}

.site-main--shop {
	padding-block: clamp(1.5rem, 4vw, 4rem) !important;
}

.content-shell {
	max-width: 860px;
}

.favorites-page .content-shell {
	max-width: 1240px;
}

.favorites-page__header {
	margin-bottom: clamp(1.75rem, 5vw, 3.5rem);
	max-width: 760px;
}

.favorites-page__header h1 {
	font-size: clamp(2.2rem, 8vw, 4.5rem);
}

.favorites-page__header > p:last-child {
	color: var(--flory-muted);
	max-width: 620px;
}

.favorites-page__grid {
	margin-top: 2rem;
}

.favorites-page__grid[hidden],
.favorites-state[hidden] {
	display: none;
}

.favorites-state {
	background: var(--flory-cream);
	border: 1px solid var(--flory-line);
	border-radius: var(--flory-radius);
	padding: clamp(1.25rem, 4vw, 2rem);
}

.favorites-state h2 {
	font-size: clamp(1.45rem, 5vw, 2.15rem);
	margin-bottom: 0.45rem;
}

.favorites-state p {
	color: var(--flory-muted);
	margin-bottom: 1rem;
	max-width: 680px;
}

.favorites-state--guest {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: space-between;
}

.favorites-state--guest p,
.favorites-state--guest h2 {
	margin-bottom: 0.35rem;
}

.favorites-state--guest .button {
	flex: 0 0 auto;
}

.favorites-state--empty,
.favorites-state--unavailable {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-inline: auto;
	max-width: 680px;
	text-align: center;
}

.favorites-state--empty > .icon-heart {
	color: var(--flory-berry);
	fill: rgb(217 170 180 / 35%);
	height: 42px;
	margin-bottom: 1rem;
	width: 42px;
}

.page-header,
.entry__header {
	margin-bottom: 2rem;
}

.page-header h1,
.entry__header h1 {
	font-size: clamp(2.2rem, 8vw, 4.5rem);
}

.entry--page > .entry__header h1 {
	font-size: clamp(2.1rem, 5vw, 3rem);
	line-height: 1.08;
}

.entry--page .entry__content h2 {
	font-size: clamp(1.45rem, 3vw, 1.875rem);
	line-height: 1.2;
	margin-block: 1.6em 0.65em;
}

.entry__content > * {
	max-width: 760px;
}

.entry__content > .alignwide {
	max-width: 1100px;
	margin-left: 50%;
	transform: translateX(-50%);
	width: var(--flory-shell);
}

.entry__content img {
	border-radius: var(--flory-radius-sm);
}

.entry__meta,
.post-card__meta {
	color: var(--flory-muted);
	font-size: 0.75rem;
}

.entry__image {
	margin: 0 0 2rem;
}

.entry__image img {
	border-radius: var(--flory-radius);
}

.post-list {
	display: grid;
	gap: 1.5rem;
}

.post-card {
	border-bottom: 1px solid var(--flory-line);
	display: grid;
	gap: 1rem;
	padding-bottom: 1.5rem;
}

.post-card__image img {
	aspect-ratio: 16 / 10;
	border-radius: var(--flory-radius-sm);
	object-fit: cover;
	width: 100%;
}

.post-card h2 {
	font-size: 1.6rem;
}

.post-card h2 a {
	text-decoration: none;
}

.empty-state,
.error-page .content-shell {
	text-align: center;
}

.empty-state {
	background: var(--flory-cream);
	border-radius: var(--flory-radius);
	padding: 2.5rem 1rem;
}

.site-footer {
	background: #211b1d;
	color: rgb(255 255 255 / 78%);
	padding: 3.5rem 0 6.5rem;
}

.site-footer__grid {
	display: grid;
	gap: 2.5rem;
}

.site-brand__text--footer {
	color: #fff;
	font-size: 2.5rem;
}

.site-brand__text--footer:hover {
	color: #fff;
}

.site-footer__brand p {
	font-size: 0.88rem;
	margin-top: 1rem;
	max-width: 320px;
}

.site-footer h2 {
	color: #fff;
	font-family: var(--flory-sans);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.site-footer address {
	border-bottom: 1px solid rgb(255 255 255 / 12%);
	display: grid;
	font-size: 0.8rem;
	font-style: normal;
	gap: 0.15rem;
	padding-block: 0.8rem;
}

.site-footer address strong {
	color: #fff;
}

.site-footer a {
	color: #fff;
}

.site-footer .site-footer__review {
	font-size: 0.76rem;
	font-weight: 700;
	margin-top: 0.35rem;
	text-underline-offset: 0.22em;
}

.site-footer .menu {
	display: grid;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__bottom {
	border-top: 1px solid rgb(255 255 255 / 12%);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.72rem;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 2.5rem;
	padding-top: 1.25rem;
}

.site-footer__bottom p {
	margin: 0;
}

.mobile-tabbar {
	align-items: stretch;
	background: rgb(255 253 249 / 97%);
	border-top: 1px solid var(--flory-line);
	bottom: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	left: 0;
	padding-bottom: env(safe-area-inset-bottom);
	position: fixed;
	right: 0;
	z-index: 70;
}

.mobile-tabbar a {
	align-items: center;
	color: var(--flory-muted);
	display: flex;
	flex-direction: column;
	font-size: 0.62rem;
	gap: 0.15rem;
	justify-content: center;
	min-height: 58px;
	position: relative;
	text-decoration: none;
}

.mobile-tabbar a.is-current,
.mobile-tabbar a[aria-current="page"] {
	color: var(--flory-berry);
}

.flory-favorite-count--mobile {
	right: calc(50% - 20px);
	top: 5px;
}

.flory-favorites-status {
	background: var(--flory-ink);
	border-radius: var(--flory-radius-sm);
	bottom: calc(70px + env(safe-area-inset-bottom));
	box-shadow: var(--flory-shadow);
	color: #fff;
	font-size: 0.82rem;
	left: 50%;
	margin: 0;
	max-width: min(90vw, 480px);
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transform: translate(-50%, 8px);
	transition: opacity 160ms ease, transform 160ms ease;
	width: max-content;
	z-index: 80;
	padding: 0.8rem 1rem;
}

.flory-favorites-status.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.mobile-tabbar .icon {
	height: 21px;
	width: 21px;
}

/* WooCommerce archive and product details. */
.woocommerce .woocommerce-breadcrumb {
	color: var(--flory-muted);
	font-size: 0.75rem;
	margin-bottom: 1.3rem;
}

.flory-catalog-filters {
	background: var(--flory-cream);
	border: 1px solid var(--flory-line);
	border-radius: var(--flory-radius-sm);
	clear: both;
	display: grid;
	gap: 1rem;
	margin: 0 0 1.5rem;
	max-width: 100%;
	padding: 1rem;
}

.flory-catalog-filters__group {
	display: grid;
	gap: 0.55rem;
	min-width: 0;
}

.flory-catalog-filters__group + .flory-catalog-filters__group {
	border-top: 1px solid var(--flory-line);
	padding-top: 1rem;
}

.flory-catalog-filters__label {
	color: var(--flory-muted);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.flory-catalog-filters__items {
	-webkit-overflow-scrolling: touch;
	display: flex;
	gap: 0.45rem;
	max-width: 100%;
	overflow-x: auto;
	padding: 0 0 0.2rem;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
}

.flory-catalog-filter {
	align-items: center;
	background: var(--flory-paper);
	border: 1px solid var(--flory-line);
	border-radius: 999px;
	color: var(--flory-ink);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 700;
	justify-content: center;
	max-width: min(82vw, 480px);
	min-height: 42px;
	overflow: hidden;
	padding: 0.65rem 0.9rem;
	scroll-snap-align: start;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.flory-catalog-filter:hover {
	border-color: var(--flory-berry);
	color: var(--flory-berry);
}

.flory-catalog-filter.is-active {
	background: var(--flory-berry);
	border-color: var(--flory-berry);
	color: #fff;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	color: var(--flory-muted);
	font-size: 0.8rem;
	margin-bottom: 1.4rem;
}

.woocommerce .woocommerce-ordering select {
	background: #fff;
	border: 1px solid var(--flory-line);
	border-radius: 999px;
	color: var(--flory-ink);
	padding: 0.65rem 2rem 0.65rem 0.85rem;
}

.woocommerce div.product {
	display: flow-root;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: 100%;
}

.woocommerce div.product div.images img,
.woocommerce div.product div.images .flex-control-thumbs li img {
	border-radius: var(--flory-radius);
}

.woocommerce div.product .product_title {
	font-size: clamp(2rem, 7vw, 3.5rem);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--flory-ink);
	font-size: 1.4rem;
	font-weight: 700;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-block: 1.5rem;
}

.woocommerce .quantity .qty {
	border: 1px solid var(--flory-line);
	border-radius: 999px;
	min-height: 46px;
	width: 68px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-color: var(--flory-line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 0.7rem 0;
}

.flory-note {
	align-items: flex-start;
	background: var(--flory-sage-light);
	border-radius: var(--flory-radius-sm);
	color: #2f5139;
	display: flex;
	font-size: 0.82rem;
	gap: 0.65rem;
	margin-block: 1rem;
	padding: 0.9rem;
}

.flory-note .icon {
	height: 20px;
	margin-top: 0.1rem;
	width: 20px;
}

.flory-note p {
	margin: 0;
}

.woocommerce table.shop_table {
	border-color: var(--flory-line);
	border-radius: var(--flory-radius-sm);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: var(--flory-line);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
	background: #fff;
	border: 1px solid #cfc6c0;
	border-radius: var(--flory-radius-sm);
	min-height: 46px;
	padding: 0.65rem 0.75rem;
}

.woocommerce form .form-row textarea {
	min-height: 120px;
}

.woocommerce-checkout #payment {
	background: var(--flory-cream);
	border-radius: var(--flory-radius);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background: var(--flory-cream);
	border-color: var(--flory-berry);
	border-radius: var(--flory-radius-sm);
	color: var(--flory-ink);
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	display: flex;
	gap: 0.35rem;
	justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	align-items: center;
	border-radius: 50%;
	display: flex;
	height: 40px;
	justify-content: center;
	padding: 0;
	width: 40px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--flory-berry);
	color: #fff;
}

@media (min-width: 600px) {
	:root {
		--flory-shell: min(100% - 48px, 1240px);
	}

	.woocommerce ul.products li.product a img,
	.woocommerce-page ul.products li.product a img,
	ul.products.flory-product-grid li.product a img {
		padding: 0.35rem;
	}

	.favorites-state--guest {
		align-items: center;
		flex-direction: row;
	}

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

	.store-picker {
		display: block;
	}

	.site-header__main {
		grid-template-columns: 40px minmax(100px, 1fr) auto auto;
	}

	.header-action--favorite {
		display: flex;
	}

	.category-grid {
		gap: 1rem;
		grid-auto-columns: minmax(170px, 26vw);
	}

	.promise-strip__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products,
	ul.products.flory-product-grid {
		gap: 2rem 1rem;
	}

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

	.post-card {
		grid-template-columns: minmax(180px, 0.4fr) 1fr;
	}
}

@media (min-width: 900px) {
	.flory-favorites-status {
		bottom: 1.5rem;
	}

	.flory-catalog-filters {
		padding: 1.15rem 1.25rem;
	}

	.flory-catalog-filters__items {
		flex-wrap: wrap;
		overflow-x: visible;
	}

	.site-header__main {
		gap: 1.25rem;
		grid-template-columns: auto auto minmax(0, 1fr) auto;
		min-height: 74px;
	}

	.menu-toggle {
		display: none;
	}

	.site-brand__text {
		font-size: 2.35rem;
	}

	.store-picker {
		order: 2;
	}

	.site-brand {
		order: 1;
	}

	.header-actions {
		order: 4;
	}

	.header-action--search {
		display: flex;
	}

	.site-header__search {
		display: none;
	}

	.primary-navigation {
		background: transparent;
		border-top: 0;
		display: block;
		grid-column: 3;
		order: 3;
		position: static;
	}

	.primary-navigation .menu {
		align-items: center;
		display: flex;
		gap: 0.1rem;
		justify-content: center;
		padding: 0;
	}

	.primary-navigation a {
		font-size: 0.84rem;
		padding: 0.65rem 0.7rem;
	}

	.primary-navigation .menu-item-has-children {
		position: relative;
	}

	.primary-navigation .sub-menu {
		background: var(--flory-paper);
		border: 1px solid var(--flory-line);
		border-radius: var(--flory-radius-sm);
		box-shadow: var(--flory-shadow);
		display: none;
		left: 0;
		min-width: 220px;
		padding: 0.5rem;
		position: absolute;
		top: 100%;
	}

	.primary-navigation .menu-item-has-children:hover > .sub-menu,
	.primary-navigation .menu-item-has-children:focus-within > .sub-menu {
		display: block;
	}

	.category-grid {
		grid-auto-flow: initial;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		overflow: visible;
	}

	.promise-strip {
		padding-block: 1.6rem;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products,
	ul.products.flory-product-grid {
		gap: 2.75rem 1.25rem;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.woocommerce ul.products li.product .button {
		opacity: 0;
		transform: translateY(4px);
		transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease;
	}

	.woocommerce ul.products li.product:hover .button,
	.woocommerce ul.products li.product:focus-within .button {
		opacity: 1;
		transform: translateY(0);
	}

	.occasion-section__grid {
		align-items: center;
		grid-template-columns: 1.2fr 0.8fr;
	}

	.store-card {
		padding: 1.5rem;
	}

	.site-footer {
		padding-bottom: 3rem;
	}

	.site-footer__grid {
		grid-template-columns: 1.1fr 1.4fr 0.7fr;
	}

	.mobile-tabbar {
		display: none;
	}

	.woocommerce div.product div.images {
		float: left;
		width: 55%;
	}

	.woocommerce div.product div.summary {
		float: right;
		padding-left: 2rem;
		width: 42%;
	}
}

@media (min-width: 1180px) {
	.primary-navigation a {
		font-size: 0.9rem;
		padding-inline: 0.9rem;
	}

	.header-action {
		width: 40px;
	}

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

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
