.flar-shop {
	--flar-navy: #081a2f;
	--flar-ink: #142033;
	--flar-muted: #5d6878;
	--flar-line: #dbe2ea;
	--flar-surface: #ffffff;
	--flar-wash: #f4f7fb;
	--flar-blue: #1677ff;
	--flar-coral: #ff5a47;
	--flar-green: #15a66a;
	color: var(--flar-ink);
	font-family: Lato, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	width: min(100%, 1160px);
}

.flar-shop--preload,
.flar-shop--preload[class*="flar-shop"],
.flar-shop--preload [class^="flar-shop"],
.flar-shop--preload [class*=" flar-shop"],
.flar-shop--preload [class^="flar-product"],
.flar-shop--preload [class*=" flar-product"],
.flar-shop--preload[class*="flar-shop"]::before,
.flar-shop--preload[class*="flar-shop"]::after,
.flar-shop--preload [class^="flar-shop"]::before,
.flar-shop--preload [class^="flar-shop"]::after,
.flar-shop--preload [class*=" flar-shop"]::before,
.flar-shop--preload [class*=" flar-shop"]::after,
.flar-shop--preload [class^="flar-product"]::before,
.flar-shop--preload [class^="flar-product"]::after,
.flar-shop--preload [class*=" flar-product"]::before,
.flar-shop--preload [class*=" flar-product"]::after {
	animation: none !important;
	transition: none !important;
}

.flar-shop-storefront {
	background: #ffffff;
	border: 1px solid var(--flar-line);
	border-radius: 18px;
	box-shadow: 0 22px 60px rgba(8, 26, 47, 0.08);
	box-sizing: border-box;
	max-width: 1160px;
	padding: 30px;
}

.flar-shop-storefront__header {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 0 16px;
	text-align: center;
}

.flar-shop-storefront__logo-wrap {
	display: flex;
	justify-content: center;
	margin: 0 0 12px;
	width: 100%;
}

.flar-shop .flar-shop-storefront__logo {
	display: block;
	height: auto;
	max-width: min(var(--flar-shop-storefront-logo-max-width, 260px), 100%);
	width: auto;
}

.flar-shop-storefront__title {
	color: var(--flar-navy);
	font-size: clamp(1.85rem, 3.35vw, 2.55rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.flar-shop-storefront__intro {
	color: var(--flar-muted);
	font-size: 0.94rem;
	font-weight: 600;
	line-height: 1.48;
	margin: 10px auto 0;
	max-width: 700px;
}

.flar-shop-storefront__navigation,
.flar-shop-storefront__categories,
.flar-shop-storefront__products {
	min-width: 0;
}

.flar-shop-storefront .flar-shop-grid {
	margin-bottom: 0;
}

.flar-shop-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 312px));
	justify-content: center;
	margin: 32px 0;
}

.flar-shop-card {
	background: var(--flar-surface);
	border: 1px solid var(--flar-line);
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(8, 26, 47, 0.08);
	display: flex;
	flex-direction: column;
	max-width: 312px;
	overflow: hidden;
	width: 100%;
}

.flar-shop-card__media {
	aspect-ratio: 1 / 1;
	background: var(--flar-wash);
	box-sizing: border-box;
	display: block;
	max-height: 312px;
	overflow: hidden;
	padding: 12px;
}

.flar-shop .flar-shop-card__media img {
	display: block;
	height: 100%;
	max-width: none;
	object-fit: contain;
	width: 100%;
}

.flar-shop-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 9px;
	padding: 16px;
}

.flar-shop-card__category,
.flar-product__category {
	color: var(--flar-coral);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.flar-shop-card__title,
.flar-product__title {
	color: var(--flar-navy);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
}

.flar-shop-card__title {
	font-size: 1.08rem;
}

.flar-shop-card__title a {
	color: inherit;
	text-decoration: none;
}

.flar-shop-card__description {
	color: var(--flar-muted);
	font-size: 0.88rem;
	line-height: 1.38;
}

.flar-shop-card__description p,
.flar-product__description p {
	margin: 0 0 0.85em;
}

.flar-shop-card__description p:last-child,
.flar-product__description p:last-child {
	margin-bottom: 0;
}

.flar-shop-card__availability {
	color: var(--flar-green);
	font-size: 0.78rem;
	font-weight: 900;
	margin-top: -2px;
}

.flar-shop-presale-badge {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	background: #ffeaf6;
	color: #c21873;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.flar-shop-presale-card-meta {
	color: #9b1760;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.35;
	margin-top: -2px;
}

.flar-shop-presale-notice,
.flar-shop-presale-order-callout {
	display: grid;
	gap: 0.35rem;
	padding: 0.9rem 1rem;
	border: 1px solid #ffd071;
	border-radius: 8px;
	background: #fff8e6;
	color: var(--flar-navy);
	font-size: 0.95rem;
	line-height: 1.45;
}

.flar-shop-presale-notice__dates {
	display: grid;
	gap: 0.2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.flar-shop-presale-notice__dates li {
	margin: 0;
}

.flar-shop-presale-notice p {
	margin: 0;
}

.flar-shop-presale-snapshot,
.flar-shop-cart-item__presale {
	margin: 0.45rem 0 0;
	color: #9b1760;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.35;
}

.flar-shop-card__footer {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 4px;
}

.flar-shop-price,
.flar-product__price {
	color: var(--flar-navy);
	font-size: 0.94rem;
	font-weight: 900;
	white-space: nowrap;
}

.flar-shop-button {
	align-items: center;
	background: var(--flar-navy);
	border: 0;
	border-radius: 8px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 40px;
	padding: 0 16px;
	font-size: 0.94rem;
	text-decoration: none;
	transition: background-color 160ms ease, transform 160ms ease;
}

.flar-shop-button:hover,
.flar-shop-button:focus {
	background: var(--flar-blue);
	color: #ffffff;
	transform: translateY(-1px);
}

.flar-shop-button:disabled {
	background: #8f9aaa;
	cursor: not-allowed;
	transform: none;
}

.flar-shop-button--wide {
	margin-top: 7px;
	width: 100%;
}

.flar-shop-nav {
	--flar-navy: #081a2f;
	--flar-blue: #1677ff;
	--flar-line: #dbe2ea;
	--flar-wash: #f4f7fb;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	grid-column: 1 / -1;
	margin: 0 0 18px;
}

.flar-shop-nav__link {
	align-items: center;
	border: 1px solid var(--flar-line);
	border-radius: 999px;
	box-sizing: border-box;
	display: inline-flex;
	font-family: Lato, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.88rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-height: 36px;
	padding: 0 14px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.flar-shop-nav__link--primary {
	background: var(--flar-navy);
	border-color: var(--flar-navy);
	color: #ffffff;
}

.flar-shop-nav__link--secondary {
	background: var(--flar-wash);
	color: var(--flar-navy);
}

.flar-shop-nav__link--return {
	background: var(--flar-wash);
	color: var(--flar-navy);
	gap: 6px;
	margin-left: auto;
}

.flar-shop-nav__link:hover,
.flar-shop-nav__link:focus {
	transform: translateY(-1px);
}

.flar-shop-nav__link--primary:hover,
.flar-shop-nav__link--primary:focus {
	background: var(--flar-blue);
	border-color: var(--flar-blue);
	color: #ffffff;
}

.flar-shop-nav__link--secondary:hover,
.flar-shop-nav__link--secondary:focus {
	background: #ffffff;
	border-color: var(--flar-blue);
	color: var(--flar-navy);
}

.flar-shop-nav__link:focus-visible {
	box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.2);
	outline: 2px solid var(--flar-blue);
	outline-offset: 2px;
}

.flar-shop-categories {
	background: var(--flar-surface);
	border: 1px solid var(--flar-line);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(8, 26, 47, 0.06);
	margin: 0 0 22px;
	padding: 16px;
	scroll-margin-top: 120px;
}

.flar-shop-categories__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 0 12px;
}

.flar-shop-categories__header h2 {
	color: var(--flar-navy);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
}

.flar-shop-categories__list,
.flar-shop-empty__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.flar-shop-category-pill {
	align-items: center;
	background: var(--flar-wash);
	border: 1px solid var(--flar-line);
	border-radius: 999px;
	box-sizing: border-box;
	color: var(--flar-navy);
	display: inline-flex;
	font-family: Lato, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.88rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-height: 36px;
	padding: 0 14px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.flar-shop-category-pill:hover,
.flar-shop-category-pill:focus {
	background: #ffffff;
	border-color: var(--flar-blue);
	color: var(--flar-navy);
	transform: translateY(-1px);
}

.flar-shop-category-pill:focus-visible {
	box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.2);
	outline: 2px solid var(--flar-blue);
	outline-offset: 2px;
}

.flar-shop-category-pill.is-active {
	background: var(--flar-navy);
	border-color: var(--flar-navy);
	color: #ffffff;
}

.flar-shop-empty--category {
	display: grid;
	gap: 14px;
}

.flar-shop-status,
.flar-shop-empty {
	background: var(--flar-wash);
	border: 1px solid var(--flar-line);
	border-radius: 10px;
	box-sizing: border-box;
	color: var(--flar-navy);
	display: grid;
	font-weight: 800;
	gap: 12px;
	margin: 24px 0;
	padding: 16px;
	width: 100%;
}

.flar-shop-status {
	margin: 0;
}

.flar-shop-error + .flar-shop-error,
.flar-shop-status + .flar-shop-status {
	margin-top: 12px;
}

.flar-shop-status__title {
	color: var(--flar-navy);
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
}

.flar-shop-status__message,
.flar-shop-status p,
.flar-shop-empty p,
.flar-shop-error p {
	color: var(--flar-muted);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
}

.flar-shop-status__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.flar-shop-status--loading {
	background: #f5f9ff;
	border-color: #cfe1ff;
}

.flar-shop-status--success {
	background: rgba(21, 166, 106, 0.1);
	border-color: rgba(21, 166, 106, 0.28);
}

.flar-shop-status--warning {
	background: #fff7e6;
	border-color: #f3d9a6;
}

.flar-shop-status--error {
	background: rgba(255, 90, 71, 0.1);
	border-color: rgba(255, 90, 71, 0.3);
}

.flar-product {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 0.55fr) minmax(330px, 0.45fr);
	margin: 30px auto;
	max-width: 1120px;
	width: min(100%, 1120px);
}

.flar-shop-product {
	align-items: start;
}

.flar-product__gallery {
	align-content: start;
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	justify-self: center;
	max-width: 560px;
	width: 100%;
}

.flar-product__image {
	aspect-ratio: 1 / 1;
	background: var(--flar-wash);
	border: 1px solid var(--flar-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(8, 26, 47, 0.05);
	box-sizing: border-box;
	flex: 0 0 84px;
	height: 84px;
	margin: 0;
	overflow: hidden;
	padding: 5px;
	width: 84px;
}

.flar-product__gallery .flar-product__image:not(.flar-product__image--primary) {
	margin-top: 2px;
}

.flar-product__image--primary {
	flex-basis: 100%;
	height: auto;
	max-height: 560px;
	max-width: 560px;
	padding: 18px;
	width: 100%;
}

.flar-shop-product .flar-product__image-button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

.flar-shop-product .flar-product__image-button:focus-visible {
	box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.24);
	outline: 2px solid var(--flar-blue);
	outline-offset: 2px;
}

.flar-shop-product .flar-product__thumbnail-button[aria-current="true"] {
	box-shadow: 0 0 0 3px rgba(8, 26, 47, 0.18);
	outline: 2px solid var(--flar-navy);
	outline-offset: 2px;
}

.flar-shop .flar-product__image img {
	display: block;
	height: 100%;
	max-width: none;
	object-fit: contain;
	width: 100%;
}

.flar-product__details {
	align-self: start;
	background: var(--flar-surface);
	border: 1px solid var(--flar-line);
	border-radius: 12px;
	box-shadow: 0 18px 48px rgba(8, 26, 47, 0.08);
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
	padding: 26px;
}

.flar-product__title {
	font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.flar-product__price {
	font-size: 1.32rem;
	line-height: 1.15;
}

.flar-product__description {
	color: var(--flar-muted);
	font-size: 0.96rem;
	line-height: 1.6;
}

.flar-product__option {
	display: grid;
	gap: 9px;
}

.flar-product__option-label {
	color: var(--flar-navy);
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.flar-product__color {
	color: var(--flar-muted);
	font-weight: 700;
}

.flar-product__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.flar-product__chip {
	align-items: center;
	background: var(--flar-wash);
	border: 1px solid var(--flar-line);
	border-radius: 8px;
	color: var(--flar-navy);
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 36px;
	min-width: 47px;
	padding: 0 13px;
}

.flar-product__inventory {
	color: var(--flar-muted);
	font-weight: 700;
}

.flar-product__low-stock {
	background: rgba(255, 90, 71, 0.12);
	border-radius: 999px;
	color: var(--flar-coral);
	font-size: 0.78rem;
	font-weight: 900;
	padding: 5px 10px;
	text-transform: uppercase;
	width: fit-content;
}

.flar-shop-product .flar-shop-product__sizes,
.flar-shop-product .flar-shop-product__options {
	display: block;
}

.flar-shop-product .flar-shop-product__size-fieldset,
.flar-shop-product .flar-shop-product__option-fieldset {
	border: 0;
	margin: 0 0 16px;
	min-width: 0;
	padding: 0;
}

.flar-shop-product .flar-shop-product__size-fieldset legend,
.flar-shop-product .flar-shop-product__option-fieldset legend {
	color: var(--flar-navy);
	display: block;
	float: none;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
	width: auto;
}

.flar-shop-product .flar-shop-product__size-options,
.flar-shop-product .flar-shop-product__option-buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.flar-shop-product .flar-shop-product__size-options input[type="radio"].flar-shop-product__size-input {
	appearance: none;
	clip: auto;
	height: 1px;
	left: -9999px;
	margin: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 1px;
}

.flar-shop-product .flar-shop-product__size-options label.flar-shop-product__size-label,
.flar-shop-product .flar-shop-product__option-buttons button.flar-shop-product__option-button {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--flar-line);
	border-radius: 8px;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--flar-navy);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-height: 40px;
	min-width: 46px;
	padding: 0.62rem 0.88rem;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: auto;
}

.flar-shop-product .flar-shop-product__option-buttons button.flar-shop-product__option-button {
	appearance: none;
	font-family: inherit;
}

.flar-shop-product .flar-shop-product__size-options input[type="radio"].flar-shop-product__size-input:checked + label.flar-shop-product__size-label,
.flar-shop-product .flar-shop-product__option-buttons button.flar-shop-product__option-button[aria-pressed="true"] {
	background: var(--flar-navy);
	border-color: var(--flar-navy);
	box-shadow: 0 7px 18px rgba(8, 26, 47, 0.18);
	color: #ffffff;
}

.flar-shop-product .flar-shop-product__size-options input[type="radio"].flar-shop-product__size-input:focus-visible + label.flar-shop-product__size-label,
.flar-shop-product .flar-shop-product__option-buttons button.flar-shop-product__option-button:focus-visible {
	border-color: var(--flar-blue);
	box-shadow: 0 0 0 3px rgba(22, 119, 255, 0.2);
	outline: 2px solid transparent;
}

.flar-shop-product .flar-shop-product__size-options input[type="radio"].flar-shop-product__size-input:disabled + label.flar-shop-product__size-label,
.flar-shop-product .flar-shop-product__option-buttons button.flar-shop-product__option-button:disabled {
	background: #f1f4f8;
	border-color: #d8e1ec;
	color: #7c8796;
	cursor: not-allowed;
	opacity: 0.76;
	text-decoration: line-through;
}

.flar-shop-product .flar-shop-product__variant-summary {
	align-items: center;
	background: #f7f9fc;
	border: 1px solid var(--flar-line);
	border-radius: 10px;
	color: var(--flar-muted);
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	line-height: 1.38;
	margin-top: 2px;
	min-height: 46px;
	padding: 12px 14px;
}

.flar-shop-product .flar-shop-product__variant-summary strong,
.flar-shop-product .flar-shop-product__variant-summary span {
	color: var(--flar-navy);
	display: inline-flex;
	font-weight: 800;
}

.flar-shop-product .flar-shop-product__summary-low-stock {
	background: rgba(255, 90, 71, 0.12);
	border-radius: 999px;
	color: var(--flar-coral) !important;
	font-size: 0.72rem;
	font-weight: 900;
	padding: 4px 9px;
	text-transform: uppercase;
}

.flar-shop-product .flar-shop-product__quantity {
	display: grid;
	gap: 8px;
}

.flar-shop-product .flar-shop-product__quantity[hidden] {
	display: none;
}

.flar-shop-product .flar-shop-product__quantity-label {
	color: var(--flar-navy);
	display: block;
	font-size: 0.76rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.flar-shop-product .flar-shop-product__quantity-control {
	align-items: stretch;
	border: 1px solid var(--flar-line);
	border-radius: 8px;
	display: inline-flex;
	min-height: 40px;
	overflow: hidden;
	width: fit-content;
}

.flar-shop-product .flar-shop-product__quantity-button,
.flar-shop-product .flar-shop-product__quantity-input {
	appearance: none;
	background: #ffffff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--flar-navy);
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1;
	margin: 0;
	min-height: 40px;
	text-align: center;
}

.flar-shop-product .flar-shop-product__quantity-button {
	cursor: pointer;
	padding: 0;
	width: 42px;
}

.flar-shop-product .flar-shop-product__quantity-input {
	border-left: 1px solid var(--flar-line);
	border-right: 1px solid var(--flar-line);
	padding: 0 6px;
	width: 54px;
}

.flar-shop-product .flar-shop-product__quantity-input::-webkit-inner-spin-button,
.flar-shop-product .flar-shop-product__quantity-input::-webkit-outer-spin-button {
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
}

.flar-shop-product .flar-shop-product__quantity-input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

.flar-shop-product .flar-shop-product__quantity-button:hover:not(:disabled),
.flar-shop-product .flar-shop-product__quantity-button:focus-visible,
.flar-shop-product .flar-shop-product__quantity-input:focus-visible {
	background: var(--flar-wash);
	outline: 2px solid var(--flar-blue);
	outline-offset: -2px;
}

.flar-shop-product .flar-shop-product__quantity-button:disabled {
	background: #f1f4f8;
	color: #8b97a6;
	cursor: not-allowed;
}

.flar-shop-product.flar-shop-product--has-variant .flar-shop-product__cart-button:disabled {
	background: var(--flar-navy);
	color: #ffffff;
	opacity: 0.78;
}

.flar-shop-product .flar-shop-product__variant-summary {
	font-size: 0.88rem;
	font-weight: 700;
}

.flar-shop-product__cart-notice,
.flar-shop-cart__notice {
	border-radius: 8px;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.35;
	min-height: 0;
	padding: 0;
}

.flar-shop-product__cart-notice:not(:empty),
.flar-shop-cart__notice:not(:empty) {
	border: 1px solid var(--flar-line);
	margin-top: 2px;
	padding: 10px 12px;
}

.flar-shop-notice--success {
	background: rgba(21, 166, 106, 0.1);
	border-color: rgba(21, 166, 106, 0.28) !important;
	color: #0f7b50;
}

.flar-shop-notice--error {
	background: rgba(255, 90, 71, 0.1);
	border-color: rgba(255, 90, 71, 0.3) !important;
	color: #b93628;
}

.flar-shop-notice--warning {
	background: #fff7e6;
	border-color: #f3d9a6 !important;
	color: #8a5b00;
}

.flar-shop-notice--info {
	background: #f5f9ff;
	border-color: #cfe1ff !important;
	color: #23466d;
}

.flar-shop-product .flar-shop-product__cart-link {
	color: inherit;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.flar-shop-cart {
	display: grid;
	gap: 18px;
	margin: 32px auto;
	max-width: 1040px;
}

.flar-shop-cart__header {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--flar-line);
	border-radius: 12px;
	box-shadow: 0 16px 40px rgba(8, 26, 47, 0.07);
	display: grid;
	gap: 12px;
	justify-items: center;
	padding: 22px;
	text-align: center;
}

.flar-shop-cart__logo-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
}

.flar-shop .flar-shop-cart__logo {
	display: block;
	height: auto;
	max-width: min(var(--flar-shop-cart-logo-max-width, 260px), 100%);
	width: auto;
}

.flar-shop-cart__header-copy {
	display: grid;
	gap: 7px;
	justify-items: center;
}

.flar-shop-cart__eyebrow {
	color: var(--flar-coral);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.flar-shop-cart__header h1 {
	color: var(--flar-navy);
	font-size: clamp(1.75rem, 4vw, 2.35rem);
	font-weight: 900;
	line-height: 1.05;
	margin: 0;
}

.flar-shop-cart__header p {
	color: var(--flar-muted);
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.42;
	margin: 0;
}

.flar-shop-cart__items {
	display: grid;
	gap: 12px;
}

.flar-shop-cart-item {
	align-items: center;
	background: var(--flar-surface);
	border: 1px solid var(--flar-line);
	border-radius: 10px;
	box-shadow: 0 14px 34px rgba(8, 26, 47, 0.055);
	display: grid;
	gap: 16px;
	grid-template-columns: 96px minmax(0, 1fr) 82px 120px 96px auto;
	min-width: 0;
	padding: 16px;
	position: relative;
	transition: opacity 160ms ease, transform 160ms ease;
}

.flar-shop-cart-item.is-updating {
	opacity: 0.68;
	pointer-events: none;
}

.flar-shop-cart-item.is-updating::after {
	background: rgba(255, 255, 255, 0.58);
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
}

.flar-shop-cart-item__media {
	align-items: center;
	background: var(--flar-wash);
	border-radius: 8px;
	display: flex;
	height: 96px;
	justify-content: center;
	overflow: hidden;
	width: 96px;
}

.flar-shop-cart-item__image {
	aspect-ratio: 1 / 1;
	display: block;
	height: 100%;
	object-fit: contain;
	padding: 6px;
	width: 100%;
}

.flar-shop-cart-item__details {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.flar-shop-cart-item__details h3 {
	color: var(--flar-navy);
	font-size: 1.04rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
}

.flar-shop-cart-item__details dl {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 12px;
	margin: 0;
}

.flar-shop-cart-item__details dl div {
	align-items: center;
	display: inline-flex;
	gap: 4px;
}

.flar-shop-cart-item__details dt {
	color: var(--flar-muted);
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.flar-shop-cart-item__details dd {
	color: var(--flar-ink);
	font-size: 0.84rem;
	font-weight: 800;
	margin: 0;
}

.flar-shop-cart-item__price,
.flar-shop-cart-item__total {
	color: var(--flar-navy);
	display: grid;
	gap: 4px;
	font-size: 0.94rem;
	font-weight: 900;
	text-align: right;
	white-space: nowrap;
}

.flar-shop-cart-item__price span,
.flar-shop-cart-item__total span {
	color: var(--flar-muted);
	font-size: 0.68rem;
	font-weight: 900;
	text-transform: uppercase;
}

.flar-shop-cart-item__price strong,
.flar-shop-cart-item__total strong {
	color: var(--flar-navy);
	font-size: 1rem;
	font-weight: 900;
}

.flar-shop-cart-item__quantity {
	align-items: center;
	background: var(--flar-wash);
	border: 1px solid var(--flar-line);
	border-radius: 8px;
	display: inline-grid;
	grid-template-columns: 34px 44px 34px;
	height: 38px;
	justify-self: center;
	overflow: hidden;
}

.flar-shop-cart-item__quantity button,
.flar-shop-cart-item__quantity input {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--flar-navy);
	font: inherit;
	font-weight: 900;
	height: 100%;
	margin: 0;
	min-height: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.flar-shop-cart-item__quantity button {
	cursor: pointer;
	font-size: 1rem;
}

.flar-shop-cart-item__quantity button:hover,
.flar-shop-cart-item__quantity button:focus-visible {
	background: rgba(8, 26, 47, 0.08);
	outline: 2px solid var(--flar-blue);
	outline-offset: -2px;
}

.flar-shop-cart-item__quantity input {
	background: #ffffff;
	border-left: 1px solid var(--flar-line);
	border-right: 1px solid var(--flar-line);
	font-size: 0.86rem;
}

.flar-shop-cart-item__quantity input::-webkit-inner-spin-button,
.flar-shop-cart-item__quantity input::-webkit-outer-spin-button {
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
}

.flar-shop-cart-item__quantity input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

.flar-shop-cart-item__remove {
	align-items: center;
	background: #fff7f5;
	border: 1px solid rgba(255, 90, 71, 0.26);
	border-radius: 999px;
	color: var(--flar-coral);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	justify-content: center;
	margin: 0;
	min-height: 34px;
	padding: 0 12px;
	text-decoration: none;
	white-space: nowrap;
}

.flar-shop-cart-item__remove:hover,
.flar-shop-cart-item__remove:focus-visible {
	background: #ffffff;
	border-color: var(--flar-coral);
}

.flar-shop-cart-item__remove:focus-visible {
	outline: 2px solid var(--flar-blue);
	outline-offset: 3px;
}

.flar-shop-cart__empty,
.flar-shop-cart__summary {
	background: var(--flar-surface);
	border: 1px solid var(--flar-line);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(8, 26, 47, 0.06);
	padding: 18px;
}

.flar-shop-cart__empty {
	align-items: start;
	display: grid;
	gap: 12px;
	justify-items: start;
}

.flar-shop-cart__empty h2 {
	color: var(--flar-navy);
	font-size: 1.45rem;
	font-weight: 900;
	line-height: 1.15;
	margin: 0;
}

.flar-shop-cart__empty p {
	color: var(--flar-muted);
	font-weight: 800;
	margin: 0;
}

.flar-shop-cart__summary {
	box-sizing: border-box;
	display: grid;
	gap: 10px;
	justify-self: end;
	max-width: 390px;
	min-width: 0;
	width: 100%;
}

.flar-shop-cart--loading {
	opacity: 0.78;
	pointer-events: none;
}

.flar-shop-cart__checkout-button {
	margin-top: 4px;
	min-height: 46px;
	position: relative;
}

.flar-shop-cart__row,
.flar-shop-cart__total {
	align-items: center;
	color: var(--flar-navy);
	display: flex;
	font-size: 1rem;
	font-weight: 900;
	gap: 14px;
	justify-content: space-between;
	min-width: 0;
}

.flar-shop-cart__row strong {
	font-weight: 900;
}

.flar-shop-cart__total {
	border-top: 1px solid var(--flar-line);
	font-size: 1.12rem;
	margin-top: 2px;
	padding-top: 10px;
}

.flar-shop-cart__total strong {
	font-size: 1.28rem;
}

.flar-shop-cart__row span,
.flar-shop-cart__total span {
	min-width: 0;
}

.flar-shop-cart__row strong,
.flar-shop-cart__total strong {
	flex: 0 1 auto;
	min-width: 0;
	text-align: right;
}

.flar-shop-cart__shipping {
	color: var(--flar-muted);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.flar-shop-cart__pickup-callout {
	align-items: center;
	background: linear-gradient(135deg, rgba(47, 192, 255, 0.14), rgba(80, 204, 192, 0.18));
	border: 1px solid rgba(80, 204, 192, 0.45);
	border-radius: 999px;
	color: var(--flar-navy);
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.25;
	margin: 2px 0 0;
	max-width: 100%;
	min-width: 0;
	padding: 8px 12px;
	text-align: center;
	white-space: normal;
}

.flar-shop-cart-link {
	align-items: center;
	color: var(--flar-navy, #081a2f);
	display: inline-flex;
	font-family: Lato, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 900;
	gap: 0;
	justify-content: flex-start;
	line-height: 1;
	text-decoration: none;
	vertical-align: middle;
}

.flar-shop-cart-link--disabled {
	opacity: 0.7;
}

.flar-shop-cart-link .flar-shop-cart-count,
.flar-shop-cart-count {
	align-items: center;
	background: var(--flar-coral, #ff5a47);
	border-radius: 999px;
	box-sizing: border-box;
	color: #ffffff;
	display: inline-flex;
	flex-shrink: 0;
	font-family: Lato, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 22px;
	justify-content: center;
	line-height: 1;
	margin-left: 6px;
	min-width: 22px;
	padding: 0 6px;
	text-align: center;
	white-space: nowrap;
}

.flar-shop-checkout-result {
	background: var(--flar-surface);
	border: 1px solid var(--flar-line);
	border-radius: 14px;
	box-shadow: 0 22px 60px rgba(8, 26, 47, 0.08);
	display: grid;
	gap: 18px;
	margin: 24px auto;
	max-width: 980px;
	padding: 22px;
}

.flar-shop-checkout-result,
.flar-shop-checkout-result *,
.flar-shop-checkout-result *::before,
.flar-shop-checkout-result *::after {
	box-sizing: border-box;
}

.flar-shop-checkout-result__hero {
	background: var(--flar-navy);
	border-radius: 16px;
	color: #ffffff;
	display: grid;
	gap: 8px;
	justify-items: start;
	padding: 22px;
}

.flar-shop-checkout-result__icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.13);
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 900;
	height: 36px;
	justify-content: center;
	line-height: 1;
	width: 36px;
}

.flar-shop-checkout-result__eyebrow {
	color: #ff9bcf;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.flar-shop-checkout-result h2,
.flar-shop-checkout-result h3 {
	color: var(--flar-navy);
	line-height: 1.2;
	margin: 0;
}

.flar-shop-checkout-result__hero h2 {
	color: #ffffff;
	font-size: clamp(1.75rem, 3.7vw, 2.55rem);
	font-weight: 900;
	letter-spacing: 0;
}

.flar-shop-checkout-result h3 {
	font-size: 1.1rem;
	font-weight: 900;
}

.flar-shop-checkout-result p,
.flar-shop-checkout-result__item span {
	color: var(--flar-muted);
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
}

.flar-shop-checkout-result__hero p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 1rem;
	max-width: 720px;
}

.flar-shop-checkout-result__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.flar-shop-checkout-result__card,
.flar-shop-checkout-result__support {
	background: var(--flar-wash);
	border: 1px solid var(--flar-line);
	border-radius: 14px;
	display: grid;
	gap: 12px;
	min-width: 0;
	padding: 18px;
}

.flar-shop-checkout-result__card--next {
	background: #eefcff;
}

.flar-shop-checkout-result__rows {
	display: grid;
	gap: 10px;
	margin: 0;
}

.flar-shop-checkout-result__rows div {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	min-width: 0;
}

.flar-shop-checkout-result__rows dt {
	color: var(--flar-muted);
	font-weight: 900;
}

.flar-shop-checkout-result__rows dd {
	color: var(--flar-navy);
	font-weight: 900;
	margin: 0;
	text-align: right;
	overflow-wrap: anywhere;
}

.flar-shop-checkout-result__rows-total {
	border-top: 1px solid var(--flar-line);
	padding-top: 10px;
}

.flar-shop-checkout-result__rows-total dt,
.flar-shop-checkout-result__rows-total dd {
	color: var(--flar-navy);
	font-size: 1.18rem;
}

.flar-shop-checkout-result__address {
	background: #ffffff;
	border: 1px solid rgba(47, 192, 255, 0.24);
	border-radius: 12px;
	color: var(--flar-muted);
	font-weight: 700;
	line-height: 1.45;
	overflow-wrap: anywhere;
	padding: 12px;
	white-space: pre-line;
}

.flar-shop-checkout-result__address strong {
	color: var(--flar-navy);
	display: block;
	margin-bottom: 4px;
}

.flar-shop-checkout-result__items {
	display: grid;
	gap: 10px;
}

.flar-shop-checkout-result__item {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--flar-line);
	border-radius: 12px;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 14px;
}

.flar-shop-checkout-result__item div {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.flar-shop-checkout-result__item div:last-child {
	text-align: right;
}

.flar-shop-checkout-result__item strong {
	color: var(--flar-navy);
	font-weight: 900;
	overflow-wrap: anywhere;
}

.flar-shop-checkout-result__support {
	align-items: center;
	background: #ffffff;
}

.flar-shop-checkout-result__support a {
	color: var(--flar-navy);
	font-weight: 900;
}

.flar-shop-button--secondary {
	background: var(--flar-wash);
	color: var(--flar-navy);
}

body.flar-shop-lightbox-open {
	overflow: hidden;
}

.flar-shop-lightbox[hidden] {
	display: none;
}

.flar-shop-lightbox {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	position: fixed;
	z-index: 999999;
}

.flar-shop-lightbox__backdrop {
	background: rgba(2, 8, 18, 0.82);
	inset: 0;
	position: absolute;
}

.flar-shop-lightbox__dialog {
	align-items: center;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	justify-items: center;
	max-height: 94vh;
	max-width: 96vw;
	position: relative;
	width: 100%;
	z-index: 1;
}

.flar-shop-lightbox__figure {
	align-items: center;
	display: grid;
	gap: 10px;
	justify-items: center;
	margin: 0;
	max-width: 92vw;
}

.flar-shop-lightbox__image {
	display: block;
	max-height: 90vh;
	max-width: 92vw;
	object-fit: contain;
	width: auto;
}

.flar-shop-lightbox__caption {
	color: #ffffff;
	font-family: Lato, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.92rem;
	line-height: 1.4;
	max-width: 92vw;
	text-align: center;
}

.flar-shop-lightbox__close,
.flar-shop-lightbox__nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
	color: var(--flar-navy, #081a2f);
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
}

.flar-shop-lightbox__icon {
	display: block;
	fill: none;
	height: 60%;
	pointer-events: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.6;
	width: 60%;
}

.flar-shop-lightbox__close {
	height: 44px;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 44px;
	z-index: 2;
}

.flar-shop-lightbox__nav {
	height: 48px;
	margin: 0 16px;
	width: 48px;
	z-index: 2;
}

.flar-shop-lightbox__close:focus-visible,
.flar-shop-lightbox__nav:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 3px;
}

@media (max-width: 760px) {
	.flar-shop {
		width: min(100%, 100vw);
	}

	.flar-shop-storefront {
		border-radius: 12px;
		padding: 16px;
	}

	.flar-shop-storefront__header {
		margin-bottom: 10px;
	}

	.flar-shop-storefront__logo-wrap {
		margin-bottom: 8px;
	}

	.flar-shop .flar-shop-storefront__logo {
		max-width: min(var(--flar-shop-storefront-logo-max-width, 260px), 225px, 100%);
	}

	.flar-shop-storefront__title {
		font-size: clamp(1.55rem, 7.4vw, 2rem);
	}

	.flar-shop-storefront__intro {
		font-size: 0.88rem;
		line-height: 1.42;
		margin-top: 8px;
	}

	.flar-shop-checkout-result {
		border-radius: 12px;
		gap: 14px;
		margin: 18px auto;
		padding: 14px;
	}

	.flar-shop-checkout-result__hero {
		border-radius: 12px;
		padding: 18px;
	}

	.flar-shop-checkout-result__hero h2 {
		font-size: clamp(1.6rem, 8vw, 2rem);
	}

	.flar-shop-checkout-result__grid,
	.flar-shop-checkout-result__item {
		grid-template-columns: minmax(0, 1fr);
	}

	.flar-shop-checkout-result__icon {
		height: 34px;
		width: 34px;
	}

	.flar-shop-checkout-result__card,
	.flar-shop-checkout-result__support {
		border-radius: 12px;
		padding: 14px;
	}

	.flar-shop-checkout-result__rows div {
		align-items: flex-start;
		display: grid;
		gap: 3px;
		grid-template-columns: minmax(0, 1fr);
	}

	.flar-shop-checkout-result__rows dd {
		text-align: left;
	}

	.flar-shop-checkout-result__item div:last-child {
		align-items: start;
		text-align: left;
	}

	.flar-shop-checkout-result .flar-shop-nav {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 0;
		width: 100%;
	}

	.flar-shop-checkout-result .flar-shop-nav__link {
		max-width: 100%;
		white-space: normal;
	}

	.flar-shop-checkout-result .flar-shop-nav__link--return {
		margin-left: 0;
	}

	.flar-shop-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
		justify-items: stretch;
	}

	.flar-shop-nav {
		align-items: center;
		gap: 6px;
		margin-bottom: 9px;
	}

	.flar-shop-nav__link {
		flex: 0 1 auto;
		font-size: 13px;
		line-height: 1.2;
		min-height: 36px;
		min-width: 0;
		padding: 0 9px;
		white-space: nowrap;
	}

	.flar-shop-nav__link--return {
		gap: 4px;
		margin-left: 0;
	}

	.flar-shop-categories {
		margin-bottom: 14px;
		padding: 12px;
	}

	.flar-shop-categories__header {
		margin-bottom: 9px;
	}

	.flar-shop-categories__list,
	.flar-shop-empty__actions {
		gap: 8px;
	}

	.flar-shop-category-pill {
		font-size: 14px;
		line-height: 1.2;
		min-height: 40px;
		padding: 0 12px;
	}

	.flar-shop--hide-mobile-categories .flar-shop-categories,
	.flar-shop--hide-mobile-categories .flar-shop-nav__link--action-categories {
		display: none;
	}

	.flar-shop-card {
		column-gap: 12px;
		display: grid;
		grid-template-columns: 132px minmax(0, 1fr);
		max-width: none;
		width: 100%;
	}

	.flar-shop-card__media {
		height: 132px;
		max-height: none;
		padding: 7px;
		width: 132px;
	}

	.flar-shop-card__body {
		gap: 5px;
		min-width: 0;
		padding: 10px 10px 10px 0;
	}

	.flar-shop-card__category {
		font-size: 0.7rem;
	}

	.flar-shop-card__title {
		font-size: 0.98rem;
		line-height: 1.08;
	}

	.flar-shop-card__description {
		display: none;
	}

	.flar-shop-card__availability {
		font-size: 0.72rem;
	}

	.flar-shop-price {
		font-size: 0.9rem;
	}

	.flar-product {
		gap: 18px;
		grid-template-columns: 1fr;
		margin: 22px auto;
	}

	.flar-product__gallery {
		gap: 9px;
		justify-self: stretch;
		max-width: none;
	}

	.flar-product__image {
		flex-basis: 76px;
		height: 76px;
		width: 76px;
	}

	.flar-product__image--primary {
		max-height: none;
		max-width: none;
		padding: 10px;
	}

	.flar-product__details {
		border-radius: 10px;
		gap: 13px;
		padding: 18px;
	}

	.flar-product__title {
		font-size: clamp(1.55rem, 7vw, 2rem);
	}

	.flar-product__price {
		font-size: 1.18rem;
	}

	.flar-product__description {
		font-size: 0.9rem;
		line-height: 1.52;
	}

	.flar-shop-product .flar-shop-product__size-fieldset,
	.flar-shop-product .flar-shop-product__option-fieldset {
		margin-bottom: 13px;
	}

	.flar-shop-product .flar-shop-product__option-buttons {
		gap: 7px;
	}

	.flar-shop-product .flar-shop-product__option-buttons button.flar-shop-product__option-button {
		font-size: 0.82rem;
		min-height: 38px;
		min-width: 42px;
		padding: 0.56rem 0.78rem;
	}

	.flar-shop-product .flar-shop-product__variant-summary {
		align-items: flex-start;
		flex-direction: column;
		font-size: 0.84rem;
		gap: 6px;
		padding: 11px 12px;
	}

	.flar-shop-product .flar-shop-product__quantity-control {
		min-height: 38px;
	}

	.flar-shop-product .flar-shop-product__quantity-button,
	.flar-shop-product .flar-shop-product__quantity-input {
		font-size: 0.9rem;
		min-height: 38px;
	}

	.flar-shop-product .flar-shop-product__quantity-button {
		width: 40px;
	}

	.flar-shop-product .flar-shop-product__quantity-input {
		width: 50px;
	}

	.flar-shop-card__footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.flar-shop-card .flar-shop-button {
		font-size: 0.82rem;
		min-height: 34px;
		padding: 0 12px;
		width: auto;
	}

	.flar-shop-cart__header {
		border-radius: 10px;
		gap: 10px;
		padding: 16px;
	}

	.flar-shop .flar-shop-cart__logo {
		max-width: min(var(--flar-shop-cart-logo-max-width, 260px), 205px, 100%);
	}

	.flar-shop-cart__header h1 {
		font-size: clamp(1.5rem, 7vw, 1.9rem);
	}

	.flar-shop-cart__header p {
		font-size: 0.86rem;
	}

	.flar-shop-cart {
		gap: 14px;
		margin: 22px auto;
		max-width: 100%;
	}

	.flar-shop-cart-item {
		align-items: start;
		gap: 10px 12px;
		grid-template-columns: 88px minmax(0, 1fr);
		padding: 12px;
	}

	.flar-shop-cart-item__media {
		grid-row: span 2;
		height: 88px;
		width: 88px;
	}

	.flar-shop-cart-item__details {
		gap: 5px;
	}

	.flar-shop-cart-item__details h3 {
		font-size: 0.98rem;
	}

	.flar-shop-cart-item__details dl {
		gap: 4px 9px;
	}

	.flar-shop-cart-item__details dt {
		font-size: 0.66rem;
	}

	.flar-shop-cart-item__details dd {
		font-size: 0.78rem;
	}

	.flar-shop-cart-item__price {
		display: none;
	}

	.flar-shop-cart-item__quantity {
		grid-column: 2;
		justify-self: start;
	}

	.flar-shop-cart-item__total {
		grid-column: 1 / 2;
		text-align: left;
	}

	.flar-shop-cart-item__remove {
		grid-column: 2;
		justify-self: start;
	}

	.flar-shop-cart__summary {
		justify-self: stretch;
		max-width: none;
		overflow: hidden;
		padding: 16px;
	}

	.flar-shop-cart__row,
	.flar-shop-cart__total {
		gap: 10px;
	}

	.flar-shop-cart__row strong {
		font-size: 1rem;
	}

	.flar-shop-cart__total strong {
		font-size: 1.16rem;
	}

	.flar-shop-cart__empty {
		padding: 16px;
	}

	.flar-shop-cart__empty h2 {
		font-size: 1.28rem;
	}

	.flar-shop-lightbox__dialog {
		grid-template-columns: 1fr;
	}

	.flar-shop-lightbox__nav {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.flar-shop-lightbox__nav--prev {
		left: 8px;
	}

	.flar-shop-lightbox__nav--next {
		right: 8px;
	}

	.flar-shop-lightbox__close {
		right: 10px;
		top: 10px;
	}

	.flar-shop-cart-item {
		align-items: start;
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.flar-shop-cart-item__image {
		height: 72px;
		width: 72px;
	}

	.flar-shop-cart-item__price,
	.flar-shop-cart-item__quantity,
	.flar-shop-cart-item__total,
	.flar-shop-cart-item__remove {
		grid-column: 2;
		justify-self: start;
		text-align: left;
	}

	.flar-shop-cart__summary {
		justify-self: stretch;
		max-width: none;
	}
}

@media (max-width: 340px) {
	.flar-shop-card {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.flar-shop-card__media {
		height: 112px;
		width: 112px;
	}

	.flar-shop-card__body {
		padding-right: 8px;
	}

	.flar-shop-cart-item {
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.flar-shop-cart-item__media {
		height: 76px;
		width: 76px;
	}

	.flar-shop-cart-item__quantity {
		grid-template-columns: 32px 42px 32px;
	}
}

@media (min-width: 375px) and (max-width: 760px) {
	.flar-shop-nav--listing {
		flex-wrap: nowrap;
	}
}

@media (max-width: 700px) {
	.flar-shop-grid,
	.flar-shop-products-grid {
		grid-template-columns: minmax(0, 1fr);
		justify-content: stretch;
	}

	.flar-shop-card {
		max-width: none;
		min-width: 0;
		width: 100%;
	}
}

@media (min-width: 761px) and (max-width: 1120px) {
	.flar-shop-grid {
		grid-template-columns: repeat(2, minmax(0, 312px));
	}

	.flar-product {
		grid-template-columns: minmax(0, 0.54fr) minmax(300px, 0.46fr);
	}
}
