/*
Theme Name: CHEM FORCE
Theme URI: https://chemforce.no/
Description: CHEM FORCE child theme for GeneratePress, based on the FastSwim storefront.
Author: CHEM FORCE
Author URI: https://chemforce.no/
Template: generatepress
Version: 1.8.41
Text Domain: fastswim
*/

:root {
	--fs-navy: #071f3d;
	--fs-navy-2: #0d2e53;
	--fs-blue: #39c7ee;
	--fs-blue-light: #eaf8fd;
	--fs-yellow: #ffd600;
	--fs-yellow-dark: #f2c900;
	--fs-green: #00b67a;
	--fs-text: #0b2340;
	--fs-muted: #607087;
	--fs-border: #dce7f0;
	--fs-surface: #f2f7fc;
	--fs-white: #ffffff;
	--fs-radius: 12px;
	--fs-shadow: 0 8px 28px rgba( 7, 31, 61, 0.09 );
	--fs-shell: 1440px;
}

html {
	scroll-behavior: smooth;
}

body.fastswim-storefront {
	background: var(--fs-white);
	color: var(--fs-text);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
}

body.fastswim-storefront *,
body.fastswim-storefront *::before,
body.fastswim-storefront *::after {
	box-sizing: border-box;
}

.fastswim-storefront a {
	color: inherit;
	text-decoration: none;
}

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

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

.fs-shell {
	margin-inline: auto;
	max-width: var(--fs-shell);
	padding-inline: 28px;
	width: 100%;
}

.fastswim-storefront .site-header,
.fastswim-storefront .main-navigation,
.fastswim-storefront .site-footer {
	display: none;
}

.fastswim-storefront .site.grid-container,
.fastswim-storefront .site-content,
.fastswim-storefront .content-area,
.fastswim-storefront .site-main {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.fastswim-storefront .site-content {
	display: block;
}

.fastswim-storefront .inside-article,
.fastswim-storefront .entry-content {
	margin: 0;
	padding: 0;
}

.fs-promo {
	background: var(--fs-yellow);
	color: var(--fs-navy);
	min-height: 48px;
}

.fs-promo__desktop {
	align-items: center;
	display: grid;
	font-size: 15px;
	grid-template-columns: 1fr auto 1fr;
	min-height: 48px;
}

.fs-promo__desktop strong {
	font-size: 16px;
	justify-self: start;
}

.fs-promo__desktop > span {
	font-weight: 700;
	justify-self: center;
}

.fs-promo__desktop a {
	align-items: center;
	display: inline-flex;
	font-weight: 800;
	gap: 4px;
	justify-self: end;
}

.fs-promo__desktop a svg {
	height: 16px;
	width: 16px;
}

.fs-promo__mobile,
.fs-mobile-menu,
.fs-mobile-search-toggle,
.fs-actions__cart-total {
	display: none;
}

.fs-service {
	background: #f2f8fc;
	border-bottom: 1px solid var(--fs-border);
	color: #4c6279;
	font-size: 12px;
}

.fs-service__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 30px;
}

.fs-header {
	background: var(--fs-white);
	border-bottom: 1px solid var(--fs-border);
	position: relative;
	z-index: 30;
}

.fs-header__main {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-areas: "brand search actions";
	grid-template-columns: minmax( 205px, 0.75fr ) minmax( 320px, 1.5fr ) minmax( 260px, 0.75fr );
	min-height: 108px;
}

.fs-brand {
	align-items: center;
	display: inline-flex;
	flex-direction: column;
	grid-area: brand;
	justify-content: center;
	justify-self: start;
	line-height: 1;
	min-width: 205px;
}

.fs-brand__picture {
	display: block;
	line-height: 0;
	width: 205px;
}

.fs-brand__logo {
	aspect-ratio: 1361 / 291;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.fs-search {
	align-items: stretch;
	background: #f2f6fa;
	border: 1px solid #d8e2ec;
	border-radius: 6px;
	display: flex;
	grid-area: search;
	justify-self: center;
	max-width: 620px;
	overflow: hidden;
	width: 100%;
}

.fs-search:focus-within {
	border-color: var(--fs-blue);
	box-shadow: 0 0 0 3px rgba( 57, 199, 238, 0.18 );
}

.fs-search__icon {
	align-items: center;
	color: #7d8b9a;
	display: flex;
	padding-left: 14px;
}

.fs-search input[type="search"] {
	background: transparent;
	border: 0;
	color: var(--fs-navy);
	flex: 1;
	font-size: 13px;
	min-width: 0;
	padding: 12px 10px;
}

.fs-search input[type="search"]:focus {
	outline: 0;
}

.fs-search button {
	background: var(--fs-blue);
	border: 0;
	color: var(--fs-navy);
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
	padding: 0 20px;
	text-transform: uppercase;
}

.fs-search button:hover {
	background: #71d9f4;
}

.fs-actions {
	align-items: stretch;
	display: flex;
	gap: 8px;
	grid-area: actions;
	justify-content: flex-end;
}

.fs-actions > a {
	align-items: center;
	border-radius: 8px;
	color: var(--fs-navy);
	display: flex;
	flex-direction: column;
	font-size: 11px;
	gap: 3px;
	justify-content: center;
	min-height: 55px;
	min-width: 62px;
	padding: 6px 8px;
	position: relative;
}

.fs-actions > a:hover {
	background: var(--fs-blue-light);
}

.fs-actions > a svg {
	height: 24px;
	width: 24px;
}

.fs-actions__cart {
	background: #f3f7fb;
	border: 1px solid var(--fs-border);
	min-width: 112px !important;
}

.fs-actions__cart small {
	align-items: center;
	background: var(--fs-yellow);
	border-radius: 999px;
	display: flex;
	font-size: 10px;
	font-weight: 900;
	height: 18px;
	justify-content: center;
	position: absolute;
	right: 7px;
	top: 4px;
	width: 18px;
}

.fs-actions__cart-total {
	font-style: normal;
	font-weight: 800;
	line-height: 1;
}

.fs-nav {
	border-top: 1px solid #edf1f5;
	position: relative;
	z-index: 40;
}

.fs-nav__inner {
	align-items: center;
	display: flex;
	gap: 32px;
	justify-content: center;
	min-height: 48px;
	overflow: visible;
	white-space: nowrap;
}

.fs-nav__inner a {
	color: var(--fs-navy);
	font-size: 14px;
	font-weight: 700;
}

.fs-nav__inner a:hover {
	color: #008fc2;
}

.fs-nav__inner .fs-nav__sale {
	background: var(--fs-yellow);
	border-radius: 999px;
	padding: 8px 18px;
}

.fs-nav__item {
	align-items: center;
	align-self: stretch;
	display: flex;
}

.fs-nav__link {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--fs-navy);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	gap: 5px;
	padding: 0;
}

.fs-nav__link:hover,
.fs-nav__link:focus-visible {
	color: #008fc2;
}

.fs-nav__link > span {
	font-size: 12px;
	transition: transform 160ms ease;
}

.fs-nav__item:hover .fs-nav__link > span,
.fs-nav__item:focus-within .fs-nav__link > span,
.fs-nav__item.is-open .fs-nav__link > span {
	transform: rotate( 180deg );
}

.fs-nav__dropdown {
	background: var(--fs-white);
	border-bottom: 1px solid var(--fs-border);
	border-top: 1px solid var(--fs-border);
	box-shadow: 0 18px 35px rgba( 7, 31, 61, 0.14 );
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY( -6px );
	transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
	visibility: hidden;
	z-index: 100;
}

.fs-nav__item:hover > .fs-nav__dropdown,
.fs-nav__item:focus-within > .fs-nav__dropdown,
.fs-nav__item.is-open > .fs-nav__dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY( 0 );
	visibility: visible;
}

.fs-nav__dropdown-inner {
	margin-inline: auto;
	max-width: var(--fs-shell);
	padding: 18px 28px 22px;
	width: 100%;
}

.fs-nav__all {
	align-items: center;
	background: #f1f5fb;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
	padding: 12px 16px;
}

.fs-nav__all svg {
	height: 20px;
	width: 20px;
}

.fs-nav__children {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat( 5, minmax( 0, 1fr ) );
	white-space: normal;
}

.fs-nav__children > a {
	align-items: center;
	background: #f7f9fc;
	border: 1px solid transparent;
	border-radius: 8px;
	display: grid;
	gap: 10px;
	grid-template-columns: 48px minmax( 0, 1fr );
	min-height: 58px;
	padding: 4px 10px 4px 4px;
}

.fs-nav__children > a:hover,
.fs-nav__children > a:focus-visible {
	background: var(--fs-white);
	border-color: var(--fs-blue);
	color: var(--fs-navy);
}

.fs-nav__children img {
	border-radius: 5px;
	height: 48px;
	object-fit: cover;
	width: 48px;
}

.fs-nav__children span {
	line-height: 1.2;
}

.fs-category-rail {
	background: var(--fs-white);
	border-bottom: 1px solid var(--fs-border);
	padding-block: 14px 12px;
}

.fs-category-rail__items {
	display: grid;
	gap: 13px;
	grid-template-columns: repeat( 10, minmax( 80px, 1fr ) );
	overflow-x: auto;
	padding-bottom: 2px;
	scrollbar-width: none;
}

.fs-category-rail__items::-webkit-scrollbar {
	display: none;
}

.fs-category-pill {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 7px;
	min-width: 82px;
	text-align: center;
}

.fs-category-pill img {
	aspect-ratio: 1;
	border: 2px solid var(--fs-navy);
	border-radius: 50%;
	object-fit: cover;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	width: 68px;
}

.fs-category-pill strong {
	color: var(--fs-navy);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
}

@media ( hover: hover ) and ( pointer: fine ) {
	.fs-category-pill:hover img {
		box-shadow: 0 7px 16px rgba( 7, 31, 61, 0.17 );
		transform: translateY( -2px );
	}
}

.fs-hero {
	max-width: 1550px;
	padding-inline: 0;
}

.fs-hero a,
.fs-hero img {
	display: block;
	width: 100%;
}

.fs-hero img {
	border-radius: 0 0 44px 44px;
}

.fs-intro {
	background: var(--fs-white);
	padding: 14px 0 26px;
	text-align: center;
}

.fs-intro h1 {
	color: var(--fs-navy);
	font-size: clamp( 20px, 2.2vw, 34px );
	font-weight: 900;
	letter-spacing: -0.02em;
	margin: 0 auto 5px;
	text-transform: uppercase;
}

.fs-wave {
	color: var(--fs-blue);
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -0.22em;
	line-height: 1;
	margin: 4px 0 7px;
}

.fs-rating {
	align-items: center;
	display: flex;
	font-size: 13px;
	gap: 9px;
	justify-content: center;
}

.fs-rating strong {
	background: var(--fs-green);
	border-radius: 2px;
	color: var(--fs-white);
	letter-spacing: 2px;
	padding: 3px 6px;
}

.fs-section {
	padding-block: 70px;
}

.fs-section--categories {
	background: var(--fs-surface);
	padding-block: 20px 54px;
}

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

.fs-category-card {
	background: var(--fs-white);
	border-radius: 10px;
	box-shadow: 0 2px 9px rgba( 7, 31, 61, 0.08 );
	overflow: hidden;
	padding-bottom: 18px;
}

.fs-category-card__image {
	display: block;
	overflow: hidden;
}

.fs-category-card__image img {
	aspect-ratio: 1.64 / 1;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

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

.fs-category-card h2 {
	color: var(--fs-navy);
	font-size: 22px;
	font-weight: 900;
	margin: 17px 18px 12px;
	text-align: center;
	text-transform: uppercase;
}

.fs-category-card h2 a:hover {
	color: #008fc2;
}

.fs-category-card__links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: center;
	padding: 0 15px;
}

.fs-category-card__links a {
	background: #f1f5f8;
	border-radius: 4px;
	color: var(--fs-navy);
	font-size: 12px;
	font-weight: 600;
	padding: 5px 7px;
}

.fs-category-card__links a:hover {
	background: var(--fs-blue-light);
	color: #007aa6;
}

.fs-trust {
	background: var(--fs-white);
	border-bottom: 1px solid var(--fs-border);
	border-top: 1px solid var(--fs-border);
}

.fs-trust__grid {
	display: grid;
	grid-template-columns: repeat( 5, 1fr );
}

.fs-trust__grid > div {
	align-items: center;
	border-right: 1px solid var(--fs-border);
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 22px 14px;
	text-align: center;
}

.fs-trust__grid > div:last-child {
	border-right: 0;
}

.fs-trust strong {
	color: var(--fs-navy);
	font-size: 14px;
	font-weight: 900;
}

.fs-trust span {
	color: var(--fs-muted);
	font-size: 11px;
}

.fs-section__heading {
	align-items: flex-end;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.fs-section__heading h2 {
	color: var(--fs-navy);
	font-size: clamp( 28px, 3vw, 44px );
	letter-spacing: -0.025em;
	line-height: 1.05;
	margin: 6px 0 0;
}

.fs-section__heading > a {
	align-items: center;
	color: #007fae;
	display: inline-flex;
	font-weight: 800;
	gap: 4px;
	white-space: nowrap;
}

.fs-eyebrow {
	color: #008ebf;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.fs-products ul.products {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	margin: 0 !important;
}

.fs-editorial {
	background: var(--fs-navy);
	color: var(--fs-white);
	padding: 76px 0;
}

.fs-editorial__grid {
	align-items: center;
	display: grid;
	gap: clamp( 50px, 8vw, 120px );
	grid-template-columns: minmax( 0, 0.85fr ) minmax( 0, 1.15fr );
}

.fs-editorial__visual {
	align-items: center;
	aspect-ratio: 1.2 / 1;
	background:
		radial-gradient( circle at 30% 30%, rgba( 255, 214, 0, 0.95 ) 0 6%, transparent 6.5% ),
		linear-gradient( 145deg, #3bc9ef, #0d5b86 70% );
	border-radius: 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	position: relative;
	transform: rotate( -2deg );
}

.fs-editorial__visual::before,
.fs-editorial__visual::after {
	border: 3px solid rgba( 255, 255, 255, 0.25 );
	border-radius: 50%;
	content: "";
	height: 260px;
	position: absolute;
	width: 260px;
}

.fs-editorial__visual::before {
	left: -80px;
	top: -100px;
}

.fs-editorial__visual::after {
	bottom: -120px;
	right: -60px;
}

.fs-editorial__visual span,
.fs-editorial__visual strong {
	font-size: clamp( 30px, 5vw, 68px );
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 0.95;
	position: relative;
	z-index: 1;
}

.fs-editorial__visual span {
	color: var(--fs-yellow);
}

.fs-editorial__visual i {
	color: var(--fs-white);
	font-size: 35px;
	font-style: normal;
	margin-top: 18px;
	position: relative;
	z-index: 1;
}

.fs-editorial__content .fs-eyebrow {
	color: var(--fs-blue);
}

.fs-editorial__content h2 {
	color: var(--fs-white);
	font-size: clamp( 34px, 4vw, 58px );
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 10px 0 22px;
}

.fs-editorial__content p {
	color: #d5e3ee;
	font-size: 17px;
	max-width: 720px;
}

.fs-button {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 7px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	margin-top: 18px;
	min-height: 48px;
	padding: 10px 22px;
}

.fs-button--dark {
	background: var(--fs-yellow);
	color: var(--fs-navy) !important;
}

.fs-button--dark:hover {
	background: var(--fs-white);
}

.fs-footer {
	background: #06172d;
	color: #c4d3df;
	padding-top: 62px;
}

.fs-footer__grid {
	display: grid;
	gap: 45px;
	grid-template-columns: 1.4fr repeat( 3, 1fr );
	padding-bottom: 52px;
}

.fs-brand--footer {
	align-items: flex-start;
	display: inline-flex;
	margin-bottom: 18px;
	min-width: 0;
}

.fs-brand--footer .fs-brand__picture {
	background: var(--fs-white);
	border-radius: 10px;
	padding: 8px 10px;
	width: 205px;
}

.fs-footer h2 {
	color: var(--fs-white);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.fs-footer p {
	margin: 0 0 14px;
	max-width: 330px;
}

.fs-footer__grid > div > a:not(.fs-brand) {
	color: #c4d3df;
	display: block;
	font-size: 14px;
	margin: 9px 0;
}

.fs-footer__grid > div > a:hover {
	color: var(--fs-blue);
}

.fs-footer__payment {
	color: var(--fs-yellow);
	font-size: 13px;
	font-weight: 800;
}

.fs-footer__bottom {
	border-top: 1px solid rgba( 255, 255, 255, 0.12 );
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	padding-block: 20px;
}

body.fs-cart-open {
	overflow: hidden;
}

.fs-cart-drawer {
	inset: 0;
	pointer-events: none;
	position: fixed;
	visibility: hidden;
	z-index: 99999;
}

.fs-cart-drawer.is-open {
	pointer-events: auto;
	visibility: visible;
}

.fs-cart-drawer__overlay {
	background: rgba( 5, 22, 43, 0.52 );
	border: 0;
	inset: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	transition: opacity 0.25s ease;
	width: 100%;
}

.fs-cart-drawer.is-open .fs-cart-drawer__overlay {
	opacity: 1;
}

.fs-cart-drawer__panel {
	background: var(--fs-white);
	bottom: 0;
	box-shadow: -12px 0 36px rgba( 7, 31, 61, 0.2 );
	max-width: 460px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX( 100% );
	transition: transform 0.28s ease;
	width: min( 100%, 460px );
}

.fs-cart-drawer.is-open .fs-cart-drawer__panel {
	transform: translateX( 0 );
}

.fs-cart-drawer__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.fs-cart-drawer__top {
	align-items: center;
	background: #f1f5fb;
	display: flex;
	flex: 0 0 auto;
	justify-content: space-between;
	min-height: 56px;
	padding: 12px 20px;
}

.fs-cart-drawer__top strong {
	color: var(--fs-navy);
	font-size: 14px;
}

.fs-cart-drawer__top button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--fs-navy);
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	gap: 5px;
	padding: 5px 0 5px 10px;
}

.fs-cart-drawer__top button span {
	font-size: 22px;
	line-height: 1;
}

.fs-cart-drawer__body {
	flex: 1 1 auto;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 26px 24px;
}

.fs-cart-empty {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 390px;
	text-align: center;
}

.fs-cart-empty h2,
.fs-cart-title {
	color: var(--fs-navy);
	font-size: clamp( 29px, 8vw, 40px );
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0 0 16px;
}

.fs-cart-empty h2 span {
	display: inline-block;
	font-size: 0.9em;
	transform: rotate( -8deg );
}

.fs-cart-empty__shipping {
	color: #55c7e9;
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 18px;
}

.fs-cart-empty > p:not(.fs-cart-empty__shipping) {
	color: var(--fs-navy);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

.fs-cart-empty__illustration {
	align-items: center;
	color: var(--fs-navy);
	display: flex;
	height: 130px;
	justify-content: center;
	margin: 14px 0 8px;
	position: relative;
	width: 180px;
}

.fs-cart-empty__illustration::after {
	background: rgba( 7, 31, 61, 0.1 );
	border-radius: 50%;
	bottom: 5px;
	content: "";
	height: 18px;
	position: absolute;
	width: 95px;
}

.fs-cart-empty__illustration svg {
	height: 92px;
	transform: rotate( -8deg );
	width: 92px;
}

.fs-cart-empty__illustration > span {
	align-items: center;
	background: var(--fs-blue);
	border-radius: 50%;
	bottom: 24px;
	display: flex;
	font-size: 25px;
	font-weight: 900;
	height: 48px;
	justify-content: center;
	position: absolute;
	right: 19px;
	width: 48px;
	z-index: 1;
}

.fs-cart-empty__button {
	background: var(--fs-navy);
	border-radius: 999px;
	color: var(--fs-white) !important;
	font-size: 14px;
	font-weight: 900;
	padding: 11px 24px;
}

.fs-cart-title {
	font-size: 30px;
	margin-bottom: 22px;
}

.fs-cart-items {
	display: grid;
	gap: 18px;
}

.fs-cart-item {
	border-bottom: 1px solid var(--fs-border);
	display: grid;
	gap: 14px;
	grid-template-columns: 92px minmax( 0, 1fr );
	padding-bottom: 18px;
}

.fs-cart-item__image {
	align-self: start;
	background: var(--fs-surface);
	border-radius: 8px;
	overflow: hidden;
}

.fs-cart-item__image img {
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
}

.fs-cart-item__heading {
	align-items: start;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.fs-cart-item h3 {
	color: var(--fs-navy);
	font-size: 14px;
	line-height: 1.25;
	margin: 0;
}

.fs-cart-item__remove {
	background: transparent;
	border: 0;
	color: var(--fs-muted);
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
	padding: 0 0 5px 8px;
}

.fs-cart-item__remove:hover,
.fs-cart-item__remove:focus,
.fs-cart-item__remove:focus-visible,
.fs-cart-item__remove:active,
.fs-cart-item__remove:disabled {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	color: var(--fs-muted) !important;
}

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

.fs-cart-item__meta {
	color: var(--fs-muted);
	font-size: 11px;
	margin-top: 5px;
}

.fs-cart-item__meta dl,
.fs-cart-item__meta p {
	margin: 0;
}

.fs-cart-item__bottom {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 15px;
}

.fs-cart-quantity {
	align-items: center;
	border: 1px solid var(--fs-border);
	border-radius: 7px;
	display: inline-flex;
	height: 34px;
	overflow: hidden;
}

.fs-cart-quantity button {
	background: transparent;
	border: 0;
	color: var(--fs-navy);
	cursor: pointer;
	font-size: 18px;
	height: 32px;
	padding: 0;
	width: 32px;
}

.fs-cart-quantity button:disabled {
	cursor: not-allowed;
	opacity: 0.35;
}

.fs-cart-quantity span {
	font-size: 13px;
	font-weight: 800;
	min-width: 24px;
	text-align: center;
}

.fs-cart-drawer__trust {
	background: var(--fs-white);
	border-bottom: 1px solid var(--fs-border);
	border-top: 1px solid var(--fs-border);
	display: grid;
	flex: 0 0 auto;
	grid-template-columns: 1fr 1fr;
}

.fs-cart-drawer__trust > div {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 12px 8px;
	text-align: center;
}

.fs-cart-drawer__trust > div:first-child {
	border-right: 1px solid var(--fs-border);
}

.fs-cart-drawer__trust strong {
	color: var(--fs-navy);
	font-size: 11px;
}

.fs-cart-drawer__trust span {
	color: var(--fs-muted);
	font-size: 9px;
}

.fs-cart-drawer__footer {
	background: #f1f5fb;
	flex: 0 0 auto;
	padding: 15px 24px 16px;
}

.fs-cart-shipping-message {
	color: var(--fs-navy);
	font-size: 11px;
	margin: 0 0 7px;
	text-align: center;
}

.fs-cart-shipping-message .woocommerce-Price-amount {
	font-weight: 900;
}

.fs-cart-progress {
	background: var(--fs-white);
	border-radius: 99px;
	height: 7px;
	overflow: hidden;
}

.fs-cart-progress span {
	background: var(--fs-blue);
	border-radius: inherit;
	display: block;
	height: 100%;
	min-width: 2px;
}

.fs-cart-summary {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 12px 0;
}

.fs-cart-summary > div {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 10px;
}

.fs-cart-summary > div:first-child {
	border-right: 1px solid #cfdae5;
}

.fs-cart-summary span {
	color: var(--fs-muted);
}

.fs-cart-summary strong {
	color: var(--fs-navy);
	font-size: 12px;
}

.fs-cart-total {
	align-items: center;
	background: var(--fs-white);
	border-radius: 7px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 11px;
	padding: 12px 14px;
}

.fs-cart-total strong,
.fs-cart-total span {
	color: var(--fs-navy);
	font-size: 14px;
}

.fs-cart-checkout {
	align-items: center;
	background: #08b985;
	border-radius: 999px;
	color: var(--fs-white) !important;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	justify-content: center;
	min-height: 52px;
}

.fs-cart-checkout:hover {
	background: #069f72;
}

.fs-cart-checkout--empty {
	background: var(--fs-navy);
}

.fs-payment-icons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: center;
}

.fs-payment-icon {
	align-items: center;
	background: var(--fs-white);
	border: 1px solid #d6dee7;
	border-radius: 4px;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	padding: 5px 7px;
	width: 54px;
}

.fs-payment-icon img {
	height: 100%;
	max-height: 22px;
	object-fit: contain;
	width: 100%;
}

.fs-cart-payments {
	margin-top: 10px;
}

.fs-cart-drawer.is-loading .fs-cart-drawer__panel::after {
	align-items: center;
	background: rgba( 255, 255, 255, 0.78 );
	color: var(--fs-navy);
	content: "Oppdaterer …";
	display: flex;
	font-size: 13px;
	font-weight: 900;
	inset: 0;
	justify-content: center;
	position: absolute;
	z-index: 5;
}

.fastswim-storefront .woocommerce .button,
.fastswim-storefront .woocommerce button.button,
.fastswim-storefront .woocommerce a.button {
	background: var(--fs-yellow);
	border-radius: 6px;
	color: var(--fs-navy);
	font-weight: 900;
}

.fastswim-storefront .woocommerce .button:hover,
.fastswim-storefront .woocommerce button.button:hover,
.fastswim-storefront .woocommerce a.button:hover {
	background: var(--fs-navy);
	color: var(--fs-white);
}

.fastswim-storefront .woocommerce ul.products li.product {
	background: var(--fs-white);
	border: 1px solid var(--fs-border);
	border-radius: 10px;
	box-shadow: 0 5px 18px rgba( 7, 31, 61, 0.06 );
	margin: 0 !important;
	overflow: hidden;
	padding: 0 0 18px;
	width: 100% !important;
}

.fastswim-storefront .woocommerce ul.products li.product .woocommerce-loop-product__title,
.fastswim-storefront .woocommerce ul.products li.product .price,
.fastswim-storefront .woocommerce ul.products li.product .button {
	margin-left: 16px;
	margin-right: 16px;
}

.fastswim-storefront .woocommerce ul.products li.product .price {
	color: var(--fs-navy);
	font-weight: 900;
}

.fastswim-storefront :focus-visible {
	outline: 3px solid var(--fs-blue);
	outline-offset: 3px;
}

@media ( max-width: 1120px ) {
	.fs-header__main {
		gap: 18px;
		grid-template-columns: 205px minmax( 280px, 1fr ) minmax( 160px, 0.75fr );
	}

	.fs-actions > a span {
		display: none;
	}

	.fs-actions > a {
		min-width: 48px;
	}

	.fs-actions__cart {
		min-width: 54px !important;
	}

	.fs-nav__inner {
		gap: 28px;
		justify-content: center;
	}

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

	.fs-category-rail__items {
		grid-template-columns: repeat( 11, 92px );
	}

	.fs-category-grid {
		gap: 20px;
	}
}

@media ( max-width: 860px ) {
	.fs-shell {
		padding-inline: 16px;
	}

	.fs-header {
		position: sticky;
		top: 0;
		transition: box-shadow 160ms ease;
		z-index: 1000;
	}

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

	.fs-promo__desktop {
		display: none;
	}

	.fs-promo__mobile {
		align-items: start;
		display: grid;
		font-size: 14px;
		grid-template-columns: minmax( 0, 1fr ) auto;
		min-height: 68px;
		padding: 9px 0 8px;
		position: relative;
	}

	.fs-promo__mobile strong {
		font-size: 15px;
		line-height: 1.05;
		max-width: 175px;
	}

	.fs-promo__mobile strong span {
		display: block;
		font-size: 13px;
		font-weight: 800;
		margin-top: 3px;
		text-transform: none;
	}

	.fs-promo__mobile a {
		align-items: flex-end;
		display: flex;
		flex-direction: column;
		font-size: 14px;
		font-weight: 900;
		line-height: 1.1;
		text-align: right;
	}

	.fs-promo__mobile a small {
		font-size: 12px;
		font-weight: 600;
		margin-top: 5px;
	}

	.fs-promo__mobile > i {
		background: var(--fs-white);
		border-radius: 99px;
		bottom: 6px;
		display: block;
		height: 5px;
		left: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
	}

	.fs-promo__mobile > i span {
		background: #ff3b76;
		border-radius: inherit;
		display: block;
		height: 100%;
		width: 91%;
	}

	.fs-service {
		display: none;
	}

	.fs-header__main {
		column-gap: 12px;
		gap: 0 12px;
		grid-template-areas:
			"menu brand actions"
			"search search search";
		grid-template-columns: 58px minmax( 0, 1fr ) 126px;
		grid-template-rows: 60px 40px;
		min-height: 100px;
		padding-bottom: 0;
		padding-top: 0;
		row-gap: 0;
	}

	.fs-mobile-menu {
		align-items: center;
		align-self: center;
		display: flex;
		flex-direction: column;
		font-size: 10px;
		gap: 4px;
		grid-area: menu;
		justify-content: center;
		justify-self: start;
		min-height: 44px;
		width: 44px;
	}

	.fs-mobile-menu__icon {
		display: flex;
		flex-direction: column;
		gap: 5px;
		width: 24px;
	}

	.fs-mobile-menu__icon i {
		background: var(--fs-navy);
		display: block;
		height: 2px;
		width: 100%;
	}

	.fs-mobile-search-toggle {
		appearance: none;
		align-items: center;
		background: transparent;
		border: 0;
		color: var(--fs-navy);
		flex-direction: column;
		font-family: inherit;
		font-size: 10px;
		gap: 4px;
		grid-area: mobile-search;
		justify-content: center;
		margin: 0;
		min-height: 44px;
		padding: 0;
		width: 44px;
	}

	.fs-mobile-search-toggle:hover,
	.fs-mobile-search-toggle:focus,
	.fs-mobile-search-toggle:active {
		background: transparent !important;
		box-shadow: none !important;
		color: var(--fs-navy);
	}

	.fs-mobile-search-toggle:focus:not( :focus-visible ) {
		outline: 0;
	}

	.fs-mobile-search-toggle:focus-visible {
		border-radius: 6px;
		outline: 2px solid var(--fs-blue);
		outline-offset: 1px;
	}

	.fs-mobile-search-toggle svg {
		height: 25px;
		width: 25px;
	}

	.fs-header.is-mobile-compact {
		box-shadow: 0 5px 18px rgba( 7, 31, 61, 0.13 );
	}

	.fs-header.is-mobile-compact .fs-header__main {
		column-gap: 4px;
		grid-template-areas: "menu mobile-search brand actions";
		grid-template-columns: 44px 44px minmax( 0, 1fr ) 126px;
		grid-template-rows: 68px;
		min-height: 68px;
		padding-inline: 10px;
		row-gap: 0;
	}

	.fs-header.is-mobile-compact .fs-mobile-search-toggle {
		display: flex;
	}

	.fs-header.is-mobile-compact .fs-search {
		display: none;
	}

	.fs-header.is-mobile-compact.is-mobile-search-open .fs-header__main {
		grid-template-areas:
			"menu mobile-search brand actions"
			"search search search search";
		grid-template-rows: 68px 44px;
		min-height: 112px;
	}

	.fs-header.is-mobile-compact.is-mobile-search-open .fs-search {
		display: flex;
		grid-area: search;
		height: 40px;
		margin-bottom: 4px;
	}

	.fs-brand {
		align-items: center;
		justify-self: center;
		min-width: 0;
	}

	.fs-brand__picture {
		width: 158px;
	}

	.fs-search {
		height: 40px;
		max-width: none;
		min-height: 40px;
	}

	.fs-actions {
		gap: 0;
		justify-self: end;
		width: 126px;
	}

	.fs-actions > a:first-child {
		display: none;
	}

	.fs-actions > a:nth-child( 2 ) {
		display: flex;
	}

	.fs-actions > a span {
		display: block;
		font-size: 10px;
	}

	.fs-actions > a {
		min-width: 54px;
	}

	.fs-actions__cart {
		background: transparent;
		border: 0;
		min-width: 68px !important;
	}

	.fs-actions__cart > span {
		display: none !important;
	}

	.fs-actions__cart-total {
		display: block;
		font-size: 10px;
		white-space: nowrap;
	}

	.fs-nav {
		display: none;
	}

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

	.fs-trust__grid {
		grid-template-columns: repeat( 2, 1fr );
	}

	.fs-trust__grid > div {
		border-bottom: 1px solid var(--fs-border);
	}

	.fs-trust__grid > div:nth-child( 2n ) {
		border-right: 0;
	}

	.fs-trust__grid > div:last-child {
		grid-column: 1 / -1;
	}

	.fs-editorial__grid {
		grid-template-columns: 1fr;
	}

	.fs-editorial__visual {
		aspect-ratio: 1.7 / 1;
		max-width: 680px;
	}

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

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

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

@media ( max-width: 560px ) {
	html:has( body.fastswim-storefront.admin-bar ) {
		margin-top: 0 !important;
	}

	body.fastswim-storefront.admin-bar #wpadminbar {
		display: none !important;
	}

	body.fastswim-storefront.admin-bar .fs-header {
		top: 0;
	}

	.fs-cart-drawer__panel {
		max-width: none;
		width: 100%;
	}

	.fs-cart-drawer__body {
		padding: 22px 20px;
	}

	.fs-cart-empty {
		min-height: 360px;
	}

	.fs-cart-drawer__footer {
		padding: 13px 20px 14px;
	}

	.fs-header,
	.fs-category-rail {
		border-bottom: 0;
	}

	.fs-promo {
		min-height: 68px;
	}

	.fs-promo .fs-shell {
		padding-inline: 10px;
	}

	.fs-header__main {
		padding-inline: 12px;
		position: relative;
	}

	.fs-header__main > .fs-brand {
		grid-area: auto;
		left: 50%;
		position: absolute;
		top: 30px;
		transform: translate( -50%, -50% );
		z-index: 1;
	}

	.fs-header.is-mobile-compact .fs-header__main > .fs-brand,
	.fs-header.is-mobile-compact.is-mobile-search-open .fs-header__main > .fs-brand {
		top: 34px;
	}

	.fs-brand__picture {
		width: 104px;
	}

	.fs-actions > a {
		padding: 4px;
	}

	.fs-actions > a svg {
		height: 24px;
		width: 24px;
	}

	.fs-actions__cart small {
		background: #ff3b66;
		color: var(--fs-white);
		font-size: 9px;
		height: 16px;
		width: 16px;
	}

	.fs-actions__cart > svg {
		height: 27px;
		width: 27px;
	}

	.fs-search input[type="search"] {
		font-size: 12px;
		padding-block: 8px;
	}

	.fs-search button {
		padding-inline: 18px;
	}

	.fs-category-rail {
		padding-block: 12px 10px;
	}

	.fs-category-rail .fs-shell {
		padding-inline: 0;
	}

	.fs-category-rail__items {
		gap: 10px;
		grid-template-columns: repeat( 10, 96px );
		overscroll-behavior-inline: contain;
		padding-right: 16px;
		scroll-snap-type: inline mandatory;
	}

	.fs-category-pill {
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.fs-category-pill img {
		width: 66px;
	}

	.fs-category-pill strong {
		font-size: 9px;
	}

	.fs-hero img {
		border-radius: 0 0 26px 26px;
		min-height: 275px;
		object-fit: cover;
		object-position: center;
	}

	.fs-intro {
		padding: 30px 0 24px;
	}

	.fs-intro h1 {
		font-size: 24px;
		line-height: 1.25;
		max-width: 350px;
	}

	.fs-rating {
		flex-direction: column;
		gap: 6px;
	}

	.fs-section--categories {
		padding-block: 14px 34px;
	}

	.fs-category-grid {
		gap: 16px;
		grid-template-columns: 1fr;
	}

	.fs-category-card h2 {
		font-size: 20px;
	}

	.fs-category-card__links a {
		font-size: 11px;
	}

	.fs-trust__grid {
		grid-template-columns: 1fr;
	}

	.fs-trust__grid > div,
	.fs-trust__grid > div:nth-child( 2n ) {
		border-right: 0;
	}

	.fs-trust__grid > div:last-child {
		grid-column: auto;
	}

	.fs-section {
		padding-block: 48px;
	}

	.fs-section__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.fs-products ul.products {
		grid-template-columns: 1fr;
	}

	.fs-editorial {
		padding: 52px 0;
	}

	.fs-editorial__grid {
		gap: 38px;
	}

	.fs-editorial__visual span,
	.fs-editorial__visual strong {
		font-size: 38px;
	}

	.fs-editorial__content h2 {
		font-size: 36px;
	}

	.fs-footer__grid {
		grid-template-columns: 1fr;
	}

	.fs-footer__bottom {
		flex-direction: column;
		gap: 7px;
	}
}

/* Checkout */
body.woocommerce-checkout {
	background: #f2f5fa;
}

.fs-checkout-header {
	background:
		linear-gradient( 90deg, rgba( 238, 248, 253, 0.68 ), rgba( 238, 248, 253, 0.16 ) ),
		url( "assets/images/fastswim-hero-v1.webp" ) center 44% / cover no-repeat;
	border-bottom: 1px solid #d7e0e8;
	min-height: 124px;
}

.fs-checkout-header__inner {
	align-items: center;
	background: rgba( 245, 250, 253, 0.9 );
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-inline: auto;
	min-height: 124px;
	padding: 7px 42px 9px;
	width: 350px;
}

.fs-checkout-brand {
	display: block;
	line-height: 0;
}

.fs-checkout-brand .fs-brand__picture {
	width: 165px;
}

.fs-checkout-support {
	align-items: center;
	color: var(--fs-navy);
	display: flex;
	font-size: 10px;
	gap: 12px;
	line-height: 1.15;
	margin-top: 0;
}

.fs-checkout-support strong {
	font-size: 10px;
}

.fs-checkout-support span {
	color: var(--fs-muted);
}

.fs-checkout-support b {
	color: var(--fs-green);
	font-size: 11px;
	letter-spacing: 1px;
}

.woocommerce-checkout .site-content {
	background: #f2f5fa;
	padding: 38px 24px 80px;
}

.woocommerce-checkout .inside-article,
.woocommerce-checkout .entry-content {
	background: transparent;
}

.woocommerce-checkout .entry-header {
	display: none;
}

.woocommerce-checkout .wp-block-woocommerce-checkout {
	margin: 0 auto !important;
	max-width: 1000px !important;
	padding: 0 !important;
	width: 100% !important;
}

.woocommerce-checkout .wc-block-components-sidebar-layout {
	align-items: start;
	display: grid !important;
	gap: 80px;
	grid-template-columns: minmax( 0, 500px ) minmax( 0, 400px );
	margin: 0 !important;
	width: 100% !important;
}

.woocommerce-checkout .wc-block-checkout__main,
.woocommerce-checkout .wc-block-checkout__sidebar {
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

.woocommerce-checkout .wc-block-checkout__sidebar {
	background: var(--fs-white);
	border: 1px solid #dce3e9;
	border-radius: 16px;
	box-shadow: 0 3px 7px rgba( 7, 31, 61, 0.12 );
	padding: 20px !important;
	position: sticky;
	top: 24px;
}

.woocommerce-checkout .wc-block-components-checkout-step {
	background: var(--fs-white);
	border: 1px solid #dce3e9;
	border-radius: 16px;
	box-shadow: 0 3px 7px rgba( 7, 31, 61, 0.12 );
	margin: 0 0 30px !important;
	padding: 26px 20px !important;
}

.woocommerce-checkout .wc-block-components-checkout-step__heading {
	margin: 0 0 16px !important;
}

.woocommerce-checkout .wc-block-components-checkout-step__title {
	color: #07182b;
	font-size: 21px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

.woocommerce-checkout .wc-block-components-checkout-step__content {
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
.woocommerce-checkout .wc-block-components-country-input select {
	background: var(--fs-white) !important;
	border: 1px solid #d3d9df !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	font-size: 15px !important;
	min-height: 52px !important;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-combobox label {
	color: #68737f !important;
	font-size: 13px !important;
}

.woocommerce-checkout .wc-block-components-checkbox {
	font-size: 14px;
}

.woocommerce-checkout .wc-block-components-radio-control__option {
	border: 1px solid #d7dee5;
	border-radius: 10px;
	margin-bottom: 8px;
	padding: 15px 15px 15px 48px !important;
}

.woocommerce-checkout .wc-block-checkout__actions {
	background: var(--fs-white);
	border: 1px solid #dce3e9;
	border-radius: 16px;
	box-shadow: 0 3px 7px rgba( 7, 31, 61, 0.12 );
	margin: 0 !important;
	padding: 20px !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	background: var(--fs-green) !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: var(--fs-white) !important;
	font-size: 17px !important;
	font-weight: 900 !important;
	min-height: 54px;
	width: 100%;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
	background: #069f72 !important;
}

.fs-checkout-payment-icons {
	margin-top: 13px;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
	color: var(--fs-navy);
	font-size: 18px;
	font-weight: 800;
	padding: 0 0 18px;
}

.woocommerce-checkout .wc-block-components-order-summary-item {
	padding-block: 16px !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image img {
	border-radius: 10px;
}

.woocommerce-checkout .wc-block-components-totals-wrapper {
	border-color: #e1e6eb !important;
	padding: 15px 0 !important;
}

.woocommerce-checkout .wc-block-components-totals-footer-item {
	color: var(--fs-navy);
	font-size: 18px;
	font-weight: 900;
}

.fs-checkout-empty {
	background: var(--fs-white);
	border: 1px solid #dce3e9;
	border-radius: 18px;
	box-shadow: 0 3px 10px rgba( 7, 31, 61, 0.11 );
	margin: 35px auto 80px;
	max-width: 520px;
	padding: 56px 30px;
	text-align: center;
}

body.woocommerce-cart {
	background: #f2f5fa;
}

.woocommerce-cart .site-content {
	background: #f2f5fa;
	padding: 30px 14px 70px;
}

.woocommerce-cart .entry-header {
	display: none;
}

.woocommerce-cart .inside-article,
.woocommerce-cart .entry-content {
	background: transparent;
}

.fs-checkout-empty__icon {
	align-items: center;
	background: var(--fs-blue);
	border-radius: 50%;
	color: var(--fs-white);
	display: flex;
	font-size: 35px;
	font-weight: 900;
	height: 72px;
	justify-content: center;
	margin: 0 auto 22px;
	width: 72px;
}

.fs-checkout-empty h1 {
	color: var(--fs-navy);
	font-size: 31px;
	margin: 0 0 10px;
}

.fs-checkout-empty p {
	color: var(--fs-muted);
	margin: 0 0 25px;
}

.fs-checkout-empty a {
	background: var(--fs-navy);
	border-radius: 999px;
	color: var(--fs-white);
	display: inline-flex;
	font-weight: 900;
	gap: 8px;
	padding: 14px 28px;
}

.fs-checkout-footer {
	align-items: center;
	background: #eaf0f7;
	border-top: 1px solid #d7e0e8;
	color: var(--fs-muted);
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	padding: 24px max( 24px, calc( ( 100vw - 1000px ) / 2 ) );
}

.fs-checkout-footer nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.fs-checkout-footer a:hover {
	color: var(--fs-navy);
}

@media ( max-width: 900px ) {
	.fs-checkout-header {
		background: #eef5fb;
	}

	.fs-checkout-header__inner {
		background: transparent;
		width: 100%;
	}

	.fs-checkout-brand .fs-brand__picture {
		width: 170px;
	}

	.woocommerce-checkout .site-content {
		padding: 20px 14px 55px;
	}

	.woocommerce-checkout .wc-block-components-sidebar-layout {
		display: flex !important;
		flex-direction: column;
		gap: 20px;
	}

	.woocommerce-checkout .wc-block-checkout__sidebar {
		order: -1;
		padding: 0 !important;
		position: static;
		width: 100% !important;
	}

	.woocommerce-checkout .wc-block-checkout__main {
		width: 100% !important;
	}

	.woocommerce-checkout .wc-block-components-checkout-step {
		margin-bottom: 20px !important;
	}

	.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
		padding: 17px 18px;
	}

	.woocommerce-checkout .wc-block-components-checkout-order-summary__content {
		padding-inline: 18px;
	}

	.fs-checkout-footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}
}

@media ( max-width: 480px ) {
	.fs-checkout-header,
	.fs-checkout-header__inner {
		min-height: 124px;
	}

	.fs-checkout-support {
		gap: 8px;
	}

	.fs-checkout-support span {
		display: none;
	}

	.woocommerce-checkout .wc-block-components-checkout-step {
		border-radius: 15px;
		padding: 22px 19px !important;
	}

	.woocommerce-checkout .wc-block-components-checkout-step__title {
		font-size: 20px !important;
	}

	.fs-payment-icons {
		gap: 5px;
	}

	.fs-payment-icon {
		height: 32px;
		padding: 5px;
		width: 50px;
	}

	.fs-checkout-empty {
		margin-block: 20px 60px;
		padding: 44px 22px;
	}

	.fs-checkout-empty h1 {
		font-size: 27px;
	}

	.fs-checkout-footer nav {
		gap: 12px 18px;
	}
}

/* Single product page. */
.single-product.fastswim-storefront {
	padding-bottom: 92px;
}

.single-product .site-content {
	background: var(--fs-white);
}

.single-product .site-main > article {
	margin: 0;
}

.single-product .entry-header {
	display: none;
}

.single-product div.product {
	display: grid;
	grid-template-columns: minmax( 0, 64% ) minmax( 360px, 36% );
	margin: 0 auto !important;
	max-width: var(--fs-shell);
	position: relative;
}

.single-product div.product::before,
.single-product div.product::after {
	display: none !important;
}

.single-product div.product div.images,
.single-product div.product div.summary {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

.single-product div.product div.images {
	align-items: center;
	background: #edf9fd;
	display: flex;
	justify-content: center;
	min-height: 650px;
	overflow: hidden;
	padding: 30px 34px 82px 122px;
	position: relative;
}

.single-product .woocommerce-product-gallery__wrapper {
	margin: 0 !important;
	width: 100%;
}

.single-product .woocommerce-product-gallery__image {
	align-items: center;
	display: flex !important;
	justify-content: center;
	min-height: 520px;
}

.single-product .woocommerce-product-gallery__image a {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.single-product .woocommerce-product-gallery__image img {
	background: transparent;
	max-height: 560px;
	object-fit: contain;
	width: auto !important;
}

.single-product div.product div.images .flex-control-thumbs {
	display: flex;
	flex-direction: column;
	gap: 12px;
	left: 24px;
	margin: 0 !important;
	max-height: 570px;
	overflow-y: auto;
	padding: 0 4px 0 0;
	position: absolute;
	top: 40px;
	width: 78px;
	z-index: 4;
}

.single-product div.product div.images .flex-control-thumbs li {
	background: var(--fs-white);
	border: 2px solid transparent;
	border-radius: 9px;
	float: none !important;
	flex: 0 0 78px;
	height: 78px;
	overflow: hidden;
	width: 78px !important;
}

.single-product div.product div.images .flex-control-thumbs li:has( img.flex-active ) {
	border-color: var(--fs-navy);
}

.single-product div.product div.images .flex-control-thumbs img {
	height: 100%;
	object-fit: contain;
	opacity: 1;
	width: 100%;
}

.single-product .woocommerce-product-gallery__trigger {
	background: var(--fs-white) !important;
	border-radius: 50%;
	box-shadow: 0 4px 15px rgba( 7, 31, 61, 0.12 );
	height: 42px !important;
	right: 22px !important;
	top: 22px !important;
	width: 42px !important;
	z-index: 5 !important;
}

.single-product div.product > .onsale {
	align-items: center;
	background: var(--fs-yellow);
	border-radius: 50%;
	color: var(--fs-navy);
	display: flex;
	font-size: 17px;
	font-weight: 900;
	height: 68px;
	justify-content: center;
	left: calc( 64% - 92px );
	line-height: 1;
	margin: 0;
	min-height: 0;
	min-width: 0;
	padding: 0;
	position: absolute;
	top: 26px;
	width: 68px;
	z-index: 6;
}

.single-product div.product div.summary {
	border-left: 1px solid var(--fs-border);
	padding: 26px 32px 38px;
}

.single-product .woocommerce-breadcrumb {
	color: var(--fs-muted);
	font-size: 12px;
	margin: 0 0 15px !important;
	white-space: normal;
}

.single-product .woocommerce-breadcrumb a {
	color: var(--fs-muted);
}

.single-product div.product .product_title {
	color: var(--fs-navy);
	font-size: clamp( 25px, 2vw, 31px );
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.16;
	margin: 0 0 13px;
}

.fs-product-status-row {
	align-items: center;
	display: flex;
	font-size: 13px;
	gap: 14px;
	margin-bottom: 14px;
}

.fs-product-rating {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.fs-product-rating .star-rating {
	color: var(--fs-yellow-dark);
	font-size: 14px;
	margin: 0 !important;
}

.fs-product-new {
	color: var(--fs-muted);
	font-weight: 700;
}

.fs-product-stock {
	align-items: center;
	display: inline-flex;
	font-weight: 800;
	gap: 6px;
}

.fs-product-stock::before {
	background: currentColor;
	border-radius: 50%;
	content: "";
	height: 7px;
	width: 7px;
}

.fs-product-stock.is-in-stock {
	color: #008a5b;
}

.fs-product-stock.is-out-of-stock {
	color: #c62828;
}

.single-product div.product p.price,
.single-product div.product span.price {
	color: #d8263f;
	font-size: 25px;
	font-weight: 900;
	margin: 0 0 17px;
}

.single-product div.product p.price del,
.single-product div.product span.price del {
	color: var(--fs-muted);
	font-size: 17px;
	font-weight: 600;
	opacity: 1;
}

.single-product div.product p.price ins,
.single-product div.product span.price ins {
	text-decoration: none;
}

.fs-product-promo {
	background: var(--fs-yellow);
	border-radius: 8px;
	color: var(--fs-navy);
	display: flex;
	flex-direction: column;
	line-height: 1.25;
	margin: 0 0 16px;
	padding: 12px 15px;
}

.fs-product-promo strong {
	font-size: 15px;
}

.fs-product-promo span {
	font-size: 12px;
	margin-top: 3px;
}

.single-product .woocommerce-product-details__short-description {
	display: none;
}

.fs-product-fit-note {
	align-items: flex-start;
	background: #e8f7fe;
	border-radius: 8px;
	color: var(--fs-navy);
	display: flex;
	font-size: 13px;
	gap: 10px;
	margin: 0 0 16px;
	padding: 12px 14px;
}

.fs-product-fit-note > span {
	align-items: center;
	background: var(--fs-blue);
	border-radius: 50%;
	display: flex;
	flex: 0 0 21px;
	font-size: 13px;
	font-weight: 900;
	height: 21px;
	justify-content: center;
}

.fs-product-fit-note p {
	margin: 0;
}

.single-product div.product form.cart {
	margin: 0 0 18px !important;
}

.single-product div.product form.cart .variations {
	border: 0;
	display: block;
	margin: 0 0 13px;
	width: 100%;
}

.single-product div.product form.cart .variations tbody,
.single-product div.product form.cart .variations tr,
.single-product div.product form.cart .variations th,
.single-product div.product form.cart .variations td {
	display: block;
	padding: 0;
	width: 100%;
}

.single-product div.product form.cart .variations th.label {
	color: var(--fs-navy);
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 7px;
	text-align: left;
}

.single-product div.product form.cart .variations select {
	appearance: none;
	background-color: var(--fs-white);
	background-image: linear-gradient( 45deg, transparent 50%, var(--fs-navy) 50% ), linear-gradient( 135deg, var(--fs-navy) 50%, transparent 50% );
	background-position: calc( 100% - 20px ) 23px, calc( 100% - 14px ) 23px;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	border: 1.5px solid #aab9c8;
	border-radius: 8px;
	color: var(--fs-navy);
	font-size: 15px;
	font-weight: 700;
	height: 54px;
	margin: 0;
	max-width: none;
	padding: 0 44px 0 15px;
	width: 100%;
}

.single-product div.product form.cart .variations select.fs-variation-native-select {
	height: 1px !important;
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 !important;
	pointer-events: none;
	position: absolute;
	width: 1px !important;
}

.fs-stock-picker {
	position: relative;
	width: 100%;
	z-index: 20;
}

.fs-stock-picker.is-open {
	z-index: 60;
}

.fs-stock-picker__trigger {
	align-items: center;
	appearance: none;
	background: var(--fs-white);
	border: 1.5px solid #aab9c8;
	border-radius: 8px;
	color: var(--fs-navy);
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 14px;
	height: 54px;
	justify-content: space-between;
	padding: 0 44px 0 15px;
	position: relative;
	text-align: left;
	width: 100%;
}

.fs-stock-picker__trigger::after {
	border-bottom: 2px solid var(--fs-navy);
	border-right: 2px solid var(--fs-navy);
	content: "";
	height: 8px;
	position: absolute;
	right: 18px;
	top: 19px;
	transform: rotate( 45deg );
	transition: transform 0.18s ease;
	width: 8px;
}

.fs-stock-picker.is-open .fs-stock-picker__trigger::after {
	top: 24px;
	transform: rotate( 225deg );
}

.fs-stock-picker__trigger:focus-visible {
	border-color: var(--fs-blue);
	box-shadow: 0 0 0 3px rgba( 35, 191, 225, 0.2 );
	outline: none;
}

.fs-stock-picker__trigger:hover,
.fs-stock-picker__trigger:focus,
.fs-stock-picker__trigger:active {
	background: var(--fs-white) !important;
	color: var(--fs-navy) !important;
}

.fs-stock-picker__selected-stock,
.fs-stock-picker__status {
	align-items: center;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 7px;
	white-space: nowrap;
}

.fs-stock-picker__selected-stock i,
.fs-stock-picker__status i {
	background: currentColor;
	border-radius: 50%;
	display: block;
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}

.fs-stock-picker__selected-stock.is-in-stock,
.fs-stock-picker__status.is-in-stock {
	color: #00a878;
}

.fs-stock-picker__selected-stock.is-low-stock,
.fs-stock-picker__status.is-low-stock {
	color: #d99a00;
}

.fs-stock-picker__selected-stock.is-out-of-stock,
.fs-stock-picker__status.is-out-of-stock {
	color: #d8263f;
}

.fs-stock-picker__list {
	background: var(--fs-white);
	border: 1.5px solid #aab9c8;
	border-radius: 8px;
	box-shadow: 0 14px 32px rgba( 0, 27, 58, 0.16 );
	left: 0;
	margin-top: 5px;
	max-height: 310px;
	overflow-y: auto;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 100%;
}

.fs-stock-picker__list[hidden] {
	display: none;
}

.fs-stock-picker__mobile-header,
.fs-stock-picker__mobile-footer,
.fs-stock-picker__backdrop,
.fs-stock-picker__marker {
	display: none;
}

.fs-stock-picker__option {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: var(--fs-navy);
	cursor: pointer;
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	min-height: 42px;
	padding: 8px 10px;
	text-align: left;
	width: 100%;
}

.fs-stock-picker__option:hover,
.fs-stock-picker__option:focus-visible,
.fs-stock-picker__option.is-selected {
	background: #edf8fc;
	color: var(--fs-navy);
	outline: none;
}

.fs-stock-picker__option.is-unavailable {
	cursor: not-allowed;
	opacity: 0.58;
}

.fs-stock-picker__option-name {
	font-weight: 800;
}

.single-product div.product form.cart .reset_variations {
	color: var(--fs-muted);
	display: inline-block;
	font-size: 12px;
	margin-top: 5px;
}

.single-product .woocommerce-variation-description,
.single-product .woocommerce-variation-availability {
	font-size: 13px;
}

.single-product .woocommerce-variation-add-to-cart,
.single-product div.product form.cart:not( .variations_form ) {
	display: flex;
	gap: 10px;
}

.single-product div.product form.cart div.quantity {
	float: none;
	flex: 0 0 70px;
	margin: 0 !important;
}

.single-product div.product form.cart .qty {
	border: 1.5px solid #aab9c8;
	border-radius: 999px;
	color: var(--fs-navy);
	font-weight: 800;
	height: 52px;
	padding: 0 6px;
	width: 70px;
}

.single-product div.product form.cart .single_add_to_cart_button {
	background: var(--fs-green) !important;
	border-radius: 999px !important;
	color: var(--fs-white) !important;
	flex: 1 1 auto;
	font-size: 16px !important;
	font-weight: 900 !important;
	min-height: 52px;
	opacity: 1;
	padding: 12px 20px !important;
}

.single-product div.product form.cart .single_add_to_cart_button.disabled {
	background: #9aabb8 !important;
	cursor: not-allowed;
}

.single-product div.product .product_meta {
	display: none;
}

.fs-product-benefits {
	border-top: 1px solid var(--fs-border);
	display: grid;
	gap: 0;
	margin-top: 7px;
}

.fs-product-benefits > div {
	align-items: center;
	border-bottom: 1px solid var(--fs-border);
	display: flex;
	gap: 11px;
	padding: 11px 3px;
}

.fs-product-benefits > div > span {
	align-items: center;
	background: var(--fs-blue-light);
	border-radius: 50%;
	color: var(--fs-navy);
	display: flex;
	flex: 0 0 34px;
	font-size: 17px;
	font-weight: 900;
	height: 34px;
	justify-content: center;
}

.fs-product-benefits p {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
	margin: 0;
}

.fs-product-benefits strong {
	font-size: 13px;
}

.fs-product-benefits small {
	color: var(--fs-muted);
	font-size: 11px;
	margin-top: 2px;
}

.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .upsells.products {
	grid-column: 1 / -1;
	margin: 0;
	padding: 48px max( 28px, calc( ( 100% - 1180px ) / 2 ) );
	width: 100%;
}

.single-product .woocommerce-tabs {
	background: var(--fs-white);
	border-top: 1px solid var(--fs-border);
}

.single-product .woocommerce-tabs ul.tabs {
	margin: 0 0 28px !important;
	padding: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs::before {
	border-color: var(--fs-border) !important;
}

.single-product .woocommerce-tabs ul.tabs li {
	background: transparent !important;
	border: 0 !important;
	margin: 0 28px 0 0 !important;
	padding: 0 0 11px !important;
}

.single-product .woocommerce-tabs ul.tabs li.active {
	border-bottom: 3px solid var(--fs-blue) !important;
}

.single-product .woocommerce-tabs .panel h2,
.single-product .related.products > h2 {
	color: var(--fs-navy);
	font-size: 28px;
}

.fs-product-sticky {
	align-items: center;
	background: var(--fs-white);
	border-top: 1px solid var(--fs-border);
	bottom: 0;
	box-shadow: 0 -8px 25px rgba( 7, 31, 61, 0.12 );
	display: flex;
	gap: 24px;
	justify-content: space-between;
	left: 0;
	padding: 12px max( 28px, calc( ( 100vw - 1180px ) / 2 ) );
	position: fixed;
	right: 0;
	z-index: 9998;
}

.fs-product-sticky__details {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	line-height: 1.25;
	min-width: 0;
}

.fs-product-sticky__details > strong {
	color: var(--fs-navy);
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fs-product-sticky__details > span {
	color: #d8263f;
	font-size: 16px;
	font-weight: 900;
	margin-top: 3px;
}

.fs-product-sticky__details del {
	color: var(--fs-muted);
	font-size: 12px;
}

.fs-product-sticky__details ins {
	text-decoration: none;
}

.fs-product-sticky button {
	background: var(--fs-green);
	border: 0;
	border-radius: 999px;
	color: var(--fs-white);
	cursor: pointer;
	font-size: 16px;
	font-weight: 900;
	min-height: 52px;
	padding: 12px 54px;
}

.fs-size-guide-label-row {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	width: 100%;
}

.fs-size-guide-trigger {
	align-items: center;
	appearance: none;
	background: transparent !important;
	border: 0;
	color: var(--fs-navy) !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 750;
	gap: 5px;
	padding: 1px 0 3px;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	white-space: nowrap;
}

.fs-size-guide-trigger span {
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
}

.fs-size-guide-trigger:hover,
.fs-size-guide-trigger:focus-visible {
	color: #0b6f91 !important;
	outline: none;
}

body.fs-size-guide-open {
	overflow: hidden;
}

.fs-size-guide {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 32px;
	position: fixed;
	z-index: 1000002;
}

.fs-size-guide[aria-hidden="true"] {
	display: none;
}

.fs-size-guide__overlay {
	appearance: none;
	background: rgba( 0, 27, 58, 0.88 ) !important;
	border: 0;
	inset: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

.fs-size-guide__panel {
	background: var(--fs-white);
	border-radius: 12px;
	box-shadow: 0 24px 70px rgba( 0, 18, 43, 0.3 );
	display: flex;
	flex-direction: column;
	max-height: min( 88vh, 820px );
	max-width: 920px;
	overflow: hidden;
	position: relative;
	width: min( 920px, calc( 100vw - 64px ) );
}

.fs-size-guide__panel:focus {
	outline: none;
}

.fs-size-guide__header {
	align-items: center;
	border-bottom: 1px solid var(--fs-border);
	display: grid;
	flex: 0 0 auto;
	grid-template-columns: minmax( 0, 1fr ) auto;
	min-height: 76px;
	padding: 14px 22px;
}

.fs-size-guide__header h2 {
	color: var(--fs-navy);
	font-size: 22px;
	line-height: 1.15;
	margin: 0;
}

.fs-size-guide__header p {
	color: var(--fs-muted);
	font-size: 12px;
	line-height: 1.35;
	margin: 4px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fs-size-guide__close {
	align-items: center;
	appearance: none;
	background: transparent !important;
	border: 0;
	color: var(--fs-navy) !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 6px;
	padding: 8px 0 8px 14px;
}

.fs-size-guide__close span {
	font-size: 27px;
	font-weight: 300;
	line-height: 0.8;
}

.fs-size-guide__close:focus-visible {
	outline: 2px solid var(--fs-blue);
	outline-offset: 3px;
}

.fs-size-guide__tabs {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
	justify-content: center;
	padding: 18px 20px 12px;
}

.fs-size-guide__tabs button {
	align-items: center;
	appearance: none;
	background: var(--fs-white) !important;
	border: 1.5px solid var(--fs-navy);
	border-radius: 999px;
	color: var(--fs-navy) !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	gap: 8px;
	justify-content: center;
	min-height: 42px;
	padding: 8px 17px;
}

.fs-size-guide__tabs button[aria-selected="true"] {
	background: var(--fs-navy) !important;
	color: var(--fs-white) !important;
}

.fs-size-guide__tabs button:focus-visible {
	box-shadow: 0 0 0 3px rgba( 35, 191, 225, 0.28 );
	outline: none;
}

.fs-size-guide__tabs button > span {
	display: inline-block;
	flex: 0 0 17px;
	height: 17px;
	position: relative;
	width: 17px;
}

.fs-size-guide__tabs .is-table {
	border: 1.5px solid currentColor;
	border-radius: 3px;
}

.fs-size-guide__tabs .is-table::before,
.fs-size-guide__tabs .is-table::after {
	background: currentColor;
	content: "";
	position: absolute;
}

.fs-size-guide__tabs .is-table::before {
	height: 1px;
	left: 2px;
	right: 2px;
	top: 5px;
}

.fs-size-guide__tabs .is-table::after {
	bottom: 2px;
	left: 7px;
	top: 2px;
	width: 1px;
}

.fs-size-guide__tabs .is-ruler {
	border: 1.5px solid currentColor;
	border-radius: 2px;
	height: 8px;
	transform: rotate( -35deg );
	width: 19px;
}

.fs-size-guide__tabs .is-ruler::after {
	background: repeating-linear-gradient( 90deg, currentColor 0 1px, transparent 1px 4px );
	content: "";
	height: 4px;
	left: 2px;
	position: absolute;
	top: 0;
	width: 13px;
}

.fs-size-guide__tabs .is-check {
	border: 1.5px solid currentColor;
	border-radius: 50%;
}

.fs-size-guide__tabs .is-check::after {
	content: "✓";
	font-size: 12px;
	font-weight: 900;
	left: 3px;
	line-height: 1;
	position: absolute;
	top: 1px;
}

.fs-size-guide__body {
	flex: 1 1 auto;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 16px 28px 26px;
}

.fs-size-guide__mobile-footer {
	display: none;
}

.fs-size-guide__content[hidden] {
	display: none;
}

.fs-size-guide__intro,
.fs-size-guide__section-heading {
	margin: 0 auto 18px;
	max-width: 740px;
	text-align: center;
}

.fs-size-guide__intro strong,
.fs-size-guide__section-heading strong {
	color: var(--fs-navy);
	display: block;
	font-size: 18px;
	font-weight: 900;
}

.fs-size-guide__intro p,
.fs-size-guide__section-heading p {
	color: var(--fs-muted);
	font-size: 13px;
	line-height: 1.55;
	margin: 6px 0 0;
}

.fs-size-guide__table-wrap {
	border: 1px solid var(--fs-border);
	border-radius: 10px;
	margin: 0 auto;
	max-width: 840px;
	overflow: hidden;
}

.fs-size-guide table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	table-layout: fixed;
	width: 100%;
}

.fs-size-guide th,
.fs-size-guide td {
	border: 0;
	border-bottom: 1px solid var(--fs-border);
	font-size: 13px;
	padding: 12px 8px;
	text-align: center;
	vertical-align: middle;
}

.fs-size-guide th {
	background: var(--fs-navy);
	color: var(--fs-white);
	font-size: 12px;
	font-weight: 850;
}

.fs-size-guide td {
	color: var(--fs-navy);
	font-weight: 650;
}

.fs-size-guide th:first-child,
.fs-size-guide td:first-child {
	font-weight: 900;
	width: 86px;
}

.fs-size-guide tbody tr:nth-child( even ) td {
	background: #f5f8fc;
}

.fs-size-guide tbody tr:last-child td {
	border-bottom: 0;
}

.fs-size-guide__footnote {
	color: var(--fs-muted);
	font-size: 12px;
	margin: 12px auto 0;
	max-width: 840px;
	text-align: center;
}

.fs-size-guide__measure-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	margin: 0 auto;
	max-width: 760px;
}

.fs-size-guide__measure-grid article {
	align-items: flex-start;
	background: #f3f7fb;
	border: 1px solid #e2eaf2;
	border-radius: 10px;
	display: flex;
	gap: 12px;
	min-height: 104px;
	padding: 18px;
}

.fs-size-guide__measure-grid article.is-wide {
	grid-column: 1 / -1;
}

.fs-size-guide__measure-grid article > span {
	align-items: center;
	background: var(--fs-blue);
	border-radius: 50%;
	color: var(--fs-navy);
	display: flex;
	flex: 0 0 30px;
	font-size: 14px;
	font-weight: 900;
	height: 30px;
	justify-content: center;
}

.fs-size-guide__measure-grid strong,
.fs-size-guide__tips strong {
	color: var(--fs-navy);
	display: block;
	font-size: 14px;
	font-weight: 900;
}

.fs-size-guide__measure-grid p,
.fs-size-guide__tips p {
	color: var(--fs-muted);
	font-size: 13px;
	line-height: 1.5;
	margin: 4px 0 0;
}

.fs-size-guide__tips {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0 auto;
	max-width: 760px;
	padding: 0;
}

.fs-size-guide__tips li {
	align-items: flex-start;
	background: #f3f7fb;
	border: 1px solid #e2eaf2;
	border-radius: 10px;
	display: flex;
	gap: 12px;
	padding: 15px 17px;
}

.fs-size-guide__tips li > span {
	align-items: center;
	background: var(--fs-green);
	border-radius: 50%;
	color: var(--fs-white);
	display: flex;
	flex: 0 0 24px;
	font-size: 12px;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	margin-top: 1px;
}

@media ( max-width: 1024px ) {
	.fs-size-guide {
		padding: 0;
	}

	.fs-size-guide__panel {
		border-radius: 0;
		height: 100vh;
		height: 100dvh;
		max-height: none;
		max-width: none;
		width: 100%;
	}

	.fs-size-guide__header {
		padding-inline: 20px;
	}

	.fs-size-guide__body {
		padding: 18px 22px 30px;
	}

	.fs-size-guide__table-wrap {
		overflow-x: auto;
	}

	.fs-size-guide table {
		min-width: 700px;
	}
}

@media ( max-width: 860px ) {
	.single-product.fastswim-storefront {
		padding-bottom: 82px;
	}

	.single-product div.product {
		display: block;
		max-width: 100%;
	}

	.single-product div.product div.images {
		min-height: 0;
		padding: 18px 14px 84px;
	}

	.single-product .woocommerce-product-gallery__image {
		min-height: 430px;
	}

	.single-product .woocommerce-product-gallery__image img {
		max-height: 430px;
	}

	.single-product div.product div.images .flex-control-thumbs {
		bottom: 14px;
		flex-direction: row;
		gap: 8px;
		left: 14px;
		max-height: none;
		overflow-x: auto;
		padding: 0;
		right: 14px;
		top: auto;
		width: auto;
	}

	.single-product div.product div.images .flex-control-thumbs li {
		flex-basis: 58px;
		height: 58px;
		width: 58px !important;
	}

	.single-product div.product > .onsale {
		height: 60px;
		left: auto;
		right: 15px;
		top: 15px;
		width: 60px;
	}

	.single-product div.product div.summary {
		border-left: 0;
		border-top: 1px solid var(--fs-border);
		padding: 22px 19px 32px;
	}

	.single-product div.product .product_title {
		font-size: 25px;
	}

	.single-product .woocommerce-tabs,
	.single-product .related.products,
	.single-product .upsells.products {
		padding: 34px 19px;
	}

	.single-product .woocommerce-tabs ul.tabs {
		display: flex;
		gap: 20px;
		overflow-x: auto;
	}

	.single-product .woocommerce-tabs ul.tabs li {
		flex: 0 0 auto;
		margin: 0 !important;
	}

	.fs-product-sticky {
		padding: 10px 13px 5px;
	}

	.fs-product-sticky__details {
		display: none;
	}

	.fs-product-sticky button {
		width: 100%;
	}
}

@media ( max-width: 480px ) {
	.single-product .woocommerce-product-gallery__image {
		min-height: 365px;
	}

	.single-product .woocommerce-product-gallery__image img {
		max-height: 365px;
	}

	.single-product div.product div.images {
		padding-inline: 8px;
	}

	.single-product .woocommerce-product-gallery__trigger {
		right: 14px !important;
		top: 86px !important;
	}
}

@media ( max-width: 700px ) {
	.fs-size-guide__header {
		background: #f4f7fb;
		min-height: 106px;
		padding: 14px 16px;
		text-align: center;
	}

	.fs-size-guide__header h2 {
		font-size: 20px;
	}

	.fs-size-guide__header p {
		font-size: 11px;
		margin-top: 5px;
		white-space: normal;
	}

	.fs-size-guide__close {
		align-self: start;
		font-size: 12px;
		padding-left: 8px;
	}

	.fs-size-guide__close span {
		font-size: 23px;
	}

	.fs-size-guide__tabs {
		border-bottom: 1px solid var(--fs-border);
		display: grid;
		gap: 0;
		grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
		padding: 0 12px;
	}

	.fs-size-guide__tabs button {
	border: 0;
	border-radius: 0;
	flex-direction: column;
	font-size: 12px;
	gap: 7px;
	min-height: 72px;
	padding: 9px 4px;
}

	.fs-size-guide__tabs button[aria-selected="true"] {
	background: var(--fs-navy) !important;
	}

	.fs-size-guide__tabs button > span {
	flex-basis: 16px;
	height: 16px;
	width: 16px;
	}

	.fs-size-guide__body {
		padding: 18px 16px max( 28px, env( safe-area-inset-bottom ) );
	}

	.fs-size-guide__mobile-footer {
		background: var(--fs-white);
		border-top: 1px solid var(--fs-border);
		display: block;
		flex: 0 0 auto;
		padding: 10px 16px max( 10px, env( safe-area-inset-bottom ) );
	}

	.fs-size-guide__mobile-footer button {
		appearance: none;
		background: var(--fs-navy) !important;
		border: 0;
		border-radius: 999px;
		color: var(--fs-white) !important;
		font-size: 14px;
		font-weight: 900;
		min-height: 48px;
		padding: 10px 18px;
		width: 100%;
	}

	.fs-size-guide__intro,
	.fs-size-guide__section-heading {
		margin-bottom: 15px;
		text-align: left;
	}

	.fs-size-guide__intro strong,
	.fs-size-guide__section-heading strong {
		font-size: 17px;
	}

	.fs-size-guide__intro p,
	.fs-size-guide__section-heading p {
		font-size: 12px;
		line-height: 1.5;
	}

	.fs-size-guide__table-wrap {
		border: 0;
		border-radius: 0;
		overflow: visible;
	}

	.fs-size-guide table,
	.fs-size-guide tbody {
		display: block;
		min-width: 0;
		width: 100%;
	}

	.fs-size-guide thead {
		display: none;
	}

	.fs-size-guide tbody {
		display: grid;
		gap: 10px;
	}

	.fs-size-guide tbody tr {
		background: var(--fs-white);
		border: 1px solid var(--fs-border);
		border-radius: 10px;
		box-shadow: 0 4px 14px rgba( 0, 38, 70, 0.05 );
		display: grid;
		gap: 5px 14px;
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
		padding: 11px 13px 13px;
	}

	.fs-size-guide tbody tr:nth-child( even ) td {
		background: transparent;
	}

	.fs-size-guide td,
	.fs-size-guide td:first-child {
		align-items: center;
		background: transparent;
		border: 0;
		display: flex;
		font-size: 12px;
		justify-content: space-between;
		padding: 3px 0;
		text-align: right;
		width: auto;
	}

	.fs-size-guide td::before {
		color: var(--fs-muted);
		content: attr( data-label );
		font-size: 10px;
		font-weight: 650;
		margin-right: 8px;
	}

	.fs-size-guide td:first-child {
		border-bottom: 1px solid var(--fs-border);
		font-size: 17px;
		grid-column: 1 / -1;
		padding: 0 0 8px;
		text-align: left;
	}

	.fs-size-guide td:first-child::before {
		display: none;
	}

	.fs-size-guide__footnote {
		font-size: 11px;
		line-height: 1.45;
		text-align: left;
	}

	.fs-size-guide__measure-grid {
		grid-template-columns: 1fr;
	}

	.fs-size-guide__measure-grid article,
	.fs-size-guide__measure-grid article.is-wide {
		grid-column: auto;
		min-height: 0;
		padding: 14px;
	}

	.fs-size-guide__tips li {
		padding: 13px 14px;
	}
}

/* Product category and shop archives. */
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main {
	background: var(--fs-white);
}

.post-type-archive-product .site-main > article,
.tax-product_cat .site-main > article,
.tax-product_tag .site-main > article {
	margin: 0;
}

.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header,
.tax-product_tag .woocommerce-products-header {
	display: none;
}

.fs-catalog-hero {
	background: #f1f5fb;
	display: grid;
	grid-template-columns: minmax( 0, 50% ) minmax( 0, 50% );
	height: 360px;
	margin: 0 auto;
	max-width: var(--fs-shell);
	overflow: hidden;
}

.fs-catalog-hero__copy {
	align-self: center;
	padding: 42px clamp( 32px, 6vw, 84px );
}

.fs-catalog-hero .woocommerce-breadcrumb {
	color: var(--fs-muted);
	font-size: 12px;
	margin: 0 0 54px;
}

.fs-catalog-hero .woocommerce-breadcrumb a {
	color: var(--fs-muted);
	text-decoration: underline;
}

.fs-catalog-breadcrumb {
	align-items: center;
	color: var(--fs-muted);
	display: flex;
	font-size: 12px;
	gap: 7px;
	margin: 0 0 54px;
	white-space: nowrap;
}

.fs-catalog-breadcrumb a {
	color: var(--fs-muted);
	text-decoration: underline;
}

.fs-catalog-breadcrumb b {
	font-weight: 500;
}

.fs-catalog-breadcrumb__home {
	align-items: center;
	display: inline-flex;
}

.fs-catalog-breadcrumb__home svg {
	fill: none;
	height: 14px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.2;
	width: 14px;
}

.fs-catalog-hero h1 {
	color: var(--fs-navy);
	font-size: clamp( 40px, 3.9vw, 50px );
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0 0 18px;
}

.fs-catalog-hero__copy > strong {
	color: var(--fs-navy);
	display: block;
	font-size: 15px;
	margin-bottom: 14px;
}

.fs-catalog-hero__description {
	color: #47596e;
	font-size: 15px;
	line-height: 1.55;
	max-width: 560px;
}

.fs-catalog-hero__description p {
	margin: 0;
}

.fs-catalog-hero__description a {
	color: var(--fs-navy);
	font-weight: 700;
	text-decoration: underline;
	white-space: nowrap;
}

.fs-catalog-hero__image {
	background: #dceff6;
	min-height: 360px;
	overflow: hidden;
	position: relative;
}

.fs-catalog-hero__image::before {
	background: #f1f5fb;
	clip-path: polygon( 0 0, 100% 0, 0 100% );
	content: "";
	height: 100%;
	left: -1px;
	position: absolute;
	top: 0;
	width: 15%;
	z-index: 1;
}

.fs-catalog-hero__image img {
	height: 100%;
	object-fit: contain;
	object-position: center;
	padding: 20px;
	width: 100%;
}

.fs-catalog-hero__image.is-cover img {
	object-fit: cover;
	padding: 0;
}

.fs-catalog-hero__placeholder {
	align-items: center;
	color: rgba( 7, 31, 61, 0.25 );
	display: flex;
	font-size: 52px;
	font-weight: 900;
	height: 100%;
	justify-content: center;
}

.fs-catalog-tools {
	margin: 0 auto;
	max-width: var(--fs-shell);
	padding: 16px 18px 0;
	position: relative;
}

.fs-catalog-toolbar {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 14px;
}

.fs-catalog-filter-trigger {
	display: none;
}

.fs-catalog-floating-filter {
	display: none;
}

.fs-catalog-sort {
	align-items: center;
	border: 1px solid var(--fs-border);
	border-radius: 999px;
	display: flex;
	height: 52px;
	min-width: 180px;
	overflow: hidden;
	position: relative;
}

.fs-catalog-sort > span {
	align-items: center;
	display: grid;
	font-size: 18px;
	grid-template-columns: 26px 1fr;
	line-height: 1.1;
	padding: 8px 40px 8px 18px;
	width: 100%;
}

.fs-catalog-sort strong {
	font-size: 14px;
}

.fs-catalog-sort small {
	color: var(--fs-muted);
	font-size: 10px;
	grid-column: 2;
}

.fs-catalog-sort select {
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	height: 100%;
	inset: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.fs-catalog-search {
	border: 1.5px solid #aab9c8;
	border-radius: 10px;
	display: flex;
	margin: 18px auto 30px;
	max-width: 600px;
	overflow: hidden;
	position: relative;
}

.fs-catalog-search > span {
	align-items: center;
	color: var(--fs-muted);
	display: flex;
	font-size: 28px;
	justify-content: center;
	width: 52px;
}

.fs-catalog-search input[type="search"] {
	background: var(--fs-white);
	border: 0;
	color: var(--fs-navy);
	flex: 1;
	font-size: 15px;
	height: 50px;
	min-width: 0;
	outline: 0;
	padding: 0 12px 0 0;
}

.fs-catalog-search button {
	background: #78d4f3;
	border: 0;
	color: var(--fs-navy);
	font-size: 13px;
	font-weight: 900;
	min-width: 90px;
	text-transform: uppercase;
}

.fs-catalog-filters {
	border-bottom: 1px solid var(--fs-border);
	border-top: 1px solid var(--fs-border);
	margin: 0 -18px;
	padding: 14px 18px;
	position: relative;
	z-index: 20;
}

.fs-filter-mobile-header {
	display: none;
}

.fs-filter-groups {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	overflow: visible;
}

.fs-filter-group {
	flex: 0 0 auto;
	position: relative;
}

.fs-filter-group > summary {
	align-items: center;
	background: var(--fs-white);
	border: 1.5px solid #8798ab;
	border-radius: 999px;
	color: var(--fs-navy);
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 12px;
	height: 48px;
	justify-content: space-between;
	list-style: none;
	padding: 0 15px;
	white-space: nowrap;
}

.fs-filter-group > summary::-webkit-details-marker {
	display: none;
}

.fs-filter-group__active {
	align-items: center;
	background: var(--fs-green);
	border-radius: 999px;
	color: var(--fs-white);
	display: inline-flex;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	height: 22px;
	justify-content: center;
	margin-left: auto;
	min-width: 22px;
	padding: 0 7px;
}

.fs-filter-group__active[hidden] {
	display: none;
}

.fs-filter-group.has-active-filters > summary {
	border-color: var(--fs-green);
}

.fs-filter-group[open] > summary {
	background: var(--fs-navy);
	border-color: var(--fs-navy);
	color: var(--fs-white);
}

.fs-filter-group__panel {
	background: var(--fs-white);
	border: 1px solid var(--fs-border);
	border-radius: 12px;
	box-shadow: var(--fs-shadow);
	display: grid;
	gap: 8px;
	left: 0;
	max-height: 390px;
	min-width: 285px;
	overflow-y: auto;
	padding: 16px;
	position: absolute;
	top: calc( 100% + 8px );
	z-index: 40;
}

.fs-filter-size .fs-filter-group__panel {
	display: flex;
	flex-direction: column;
	gap: 0;
	max-height: 420px;
	overflow: hidden;
	padding: 0;
}

.fs-filter-size__options {
	display: grid;
	flex: 1 1 auto;
	gap: 8px;
	min-height: 0;
	overflow-y: auto;
	padding: 16px;
}

.fs-filter-size__footer {
	background: var(--fs-white);
	border-top: 1px solid var(--fs-border);
	flex: 0 0 auto;
	padding: 12px 16px 14px;
}

.fs-filter-size__footer .fs-filter-apply {
	border-radius: 999px;
	margin: 0;
	width: 100%;
}

.fs-filter-size__stock-toggle {
	justify-content: center;
	margin-top: 9px;
	min-height: 24px;
}

.fs-filter-option[hidden] {
	display: none;
}

.fs-filter-option {
	align-items: center;
	color: var(--fs-navy);
	cursor: pointer;
	display: flex;
	font-size: 14px;
	gap: 9px;
	min-height: 30px;
}

.fs-filter-option input {
	accent-color: var(--fs-green);
	height: 18px;
	margin: 0;
	width: 18px;
}

.fs-filter-option small {
	color: var(--fs-muted);
	margin-left: auto;
}

.fs-filter-price-fields {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.fs-filter-price-fields label {
	color: var(--fs-muted);
	font-size: 11px;
	position: relative;
}

.fs-filter-price-fields input {
	border: 1px solid var(--fs-border);
	border-radius: 7px;
	height: 42px;
	margin-top: 4px;
	padding: 0 42px 0 9px;
	width: 100%;
}

.fs-filter-price-fields small {
	bottom: 12px;
	position: absolute;
	right: 8px;
}

.fs-filter-apply {
	background: var(--fs-navy);
	border: 0;
	border-radius: 8px;
	color: var(--fs-white);
	font-weight: 900;
	margin-top: 6px;
	min-height: 42px;
}

.fs-filter-actions {
	display: none;
}

.fs-filter-order {
	display: none;
}

.fs-catalog-popular {
	display: none;
}

.fs-catalog-notice {
	align-items: center;
	background: #ffd044;
	color: var(--fs-navy);
	display: flex;
	font-size: 14px;
	gap: 7px;
	justify-content: center;
	margin: 26px -18px 30px;
	min-height: 55px;
	padding: 10px 20px;
	text-align: center;
}

/* Unified FastSwim notices across products, archives, cart and checkout. */
.fastswim-storefront .woocommerce-notices-wrapper {
	margin-inline: auto;
	max-width: var(--fs-shell);
	width: 100%;
}

.fastswim-storefront .woocommerce-message,
.fastswim-storefront .woocommerce-info,
.fastswim-storefront .woocommerce-notice,
.fastswim-storefront .woocommerce-error > li,
.fastswim-storefront .wc-block-components-notice-banner {
	align-items: center;
	background: #eef8fd;
	border: 1px solid #b9e7f4;
	border-radius: 12px;
	box-shadow: 0 5px 18px rgba( 7, 31, 61, 0.06 );
	box-sizing: border-box;
	color: var(--fs-navy);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	line-height: 1.4;
	margin: 13px 18px;
	min-height: 52px;
	padding: 9px 12px;
	width: auto;
}

.fastswim-storefront .woocommerce-notice--info,
.fastswim-storefront .wc-block-components-notice-banner.is-info {
	background: #eef8fd;
	border-color: #b9e7f4;
}

.fastswim-storefront .woocommerce-message,
.fastswim-storefront .woocommerce-notice--success,
.fastswim-storefront .wc-block-components-notice-banner.is-success {
	background: #effaf6;
	border-color: #bce8d7;
}

.fastswim-storefront .woocommerce-error {
	background: transparent;
	border: 0;
	list-style: none;
	margin: 13px 18px;
	padding: 0;
}

.fastswim-storefront .woocommerce-error > li {
	background: #fff4f4;
	border-color: #f0c8cc;
	margin: 0;
}

.fastswim-storefront .woocommerce-error > li + li {
	margin-top: 8px;
}

.fastswim-storefront .woocommerce-notice--error,
.fastswim-storefront .wc-block-components-notice-banner.is-error {
	background: #fff4f4;
	border-color: #f0c8cc;
}

.fastswim-storefront .woocommerce-notice--warning,
.fastswim-storefront .wc-block-components-notice-banner.is-warning {
	background: #fff9e8;
	border-color: #f0d884;
}

.fastswim-storefront .woocommerce-message::before,
.fastswim-storefront .woocommerce-info::before,
.fastswim-storefront .woocommerce-notice::before,
.fastswim-storefront .woocommerce-error > li::before {
	align-items: center;
	background: var(--fs-blue);
	border-radius: 50%;
	color: var(--fs-white);
	content: "i";
	display: inline-flex;
	flex: 0 0 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	line-height: 1;
	order: 0;
	position: static;
	width: 24px;
}

.fastswim-storefront .woocommerce-notice--info::before {
	background: var(--fs-blue);
	content: "i";
}

.fastswim-storefront .woocommerce-message::before,
.fastswim-storefront .woocommerce-notice--success::before {
	background: var(--fs-green);
	content: "\2713";
}

.fastswim-storefront .woocommerce-error > li::before,
.fastswim-storefront .woocommerce-notice--error::before {
	background: #c52233;
	content: "!";
}

.fastswim-storefront .woocommerce-notice--warning::before {
	background: #e3a600;
	content: "!";
}

.fastswim-storefront .woocommerce-message:has( .fs-cart-success__icon )::before {
	display: none;
}

.fastswim-storefront .woocommerce-error > li:has( .fs-cart-error__icon )::before {
	display: none;
}

.fastswim-storefront .woocommerce-message::after,
.fastswim-storefront .woocommerce-info::after,
.fastswim-storefront .woocommerce-error::before,
.fastswim-storefront .woocommerce-error::after {
	display: none;
}

.fastswim-storefront .fs-cart-success__icon,
.fastswim-storefront .fs-cart-error__icon {
	align-items: center;
	background: var(--fs-green);
	border-radius: 50%;
	color: var(--fs-white);
	display: inline-flex;
	flex: 0 0 24px;
	font-size: 14px;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	line-height: 1;
	order: 0;
	width: 24px;
}

.fastswim-storefront .fs-cart-error__icon {
	background: #c52233;
}

.fastswim-storefront .fs-cart-success__text,
.fastswim-storefront .fs-cart-error__text,
.fastswim-storefront .wc-block-components-notice-banner__content {
	flex: 1 1 auto;
	min-width: 0;
	order: 1;
}

.fastswim-storefront .woocommerce-message .button,
.fastswim-storefront .woocommerce-info .button,
.fastswim-storefront .woocommerce-error .button,
.fastswim-storefront .woocommerce-notice .button,
.fastswim-storefront .wc-block-components-notice-banner .wc-block-components-button {
	align-items: center;
	background: var(--fs-navy);
	border: 0;
	border-radius: 999px;
	color: var(--fs-white);
	display: inline-flex;
	flex: 0 0 auto;
	float: none;
	font-size: 12px;
	font-weight: 850;
	justify-content: center;
	line-height: 1;
	margin: 0 0 0 auto;
	min-height: 34px;
	order: 3;
	padding: 0 14px;
	white-space: nowrap;
}

.fastswim-storefront .woocommerce-message a:not( .button ),
.fastswim-storefront .woocommerce-info a:not( .button ),
.fastswim-storefront .woocommerce-error a:not( .button ),
.fastswim-storefront .woocommerce-notice a:not( .button ),
.fastswim-storefront .wc-block-components-notice-banner a:not( .wc-block-components-button ) {
	color: inherit;
	font-weight: 850;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.fastswim-storefront .woocommerce-message .button:hover,
.fastswim-storefront .woocommerce-message .button:focus,
.fastswim-storefront .woocommerce-info .button:hover,
.fastswim-storefront .woocommerce-info .button:focus,
.fastswim-storefront .woocommerce-error .button:hover,
.fastswim-storefront .woocommerce-error .button:focus,
.fastswim-storefront .woocommerce-notice .button:hover,
.fastswim-storefront .woocommerce-notice .button:focus {
	background: #0b315a;
	color: var(--fs-white);
}

.fastswim-storefront .woocommerce-message:focus,
.fastswim-storefront .woocommerce-info:focus,
.fastswim-storefront .woocommerce-error:focus,
.fastswim-storefront .woocommerce-notice:focus {
	outline: 0;
}

.fastswim-storefront .wc-block-components-notice-banner {
	margin-inline: 0;
}

.fastswim-storefront .wc-block-components-notice-banner > svg {
	background: var(--fs-blue);
	border-radius: 50%;
	color: var(--fs-white);
	flex: 0 0 24px;
	height: 24px;
	margin: 0;
	padding: 4px;
	width: 24px;
}

.fastswim-storefront .wc-block-components-notice-banner.is-success > svg {
	background: var(--fs-green);
}

.fastswim-storefront .wc-block-components-notice-banner.is-error > svg {
	background: #c52233;
}

.fastswim-storefront .wc-block-components-notice-banner.is-warning > svg {
	background: #e3a600;
}

@media ( min-width: 769px ) {
	.fastswim-storefront .woocommerce-message,
	.fastswim-storefront .woocommerce-info,
	.fastswim-storefront .woocommerce-notice,
	.fastswim-storefront .woocommerce-error > li,
	.fastswim-storefront .wc-block-components-notice-banner {
		font-size: 15px;
		min-height: 56px;
		padding: 10px 15px;
	}
}

.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products {
	display: grid !important;
	gap: 28px 18px;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	margin: 0 auto !important;
	max-width: var(--fs-shell);
	padding: 0 18px 70px;
}

.post-type-archive-product ul.products::before,
.post-type-archive-product ul.products::after,
.tax-product_cat ul.products::before,
.tax-product_cat ul.products::after,
.tax-product_tag ul.products::before,
.tax-product_tag ul.products::after {
	display: none !important;
}

.post-type-archive-product ul.products li.product,
.tax-product_cat ul.products li.product,
.tax-product_tag ul.products li.product {
	background: var(--fs-white);
	float: none !important;
	margin: 0 !important;
	min-width: 0;
	padding: 0 0 14px;
	position: relative;
	width: auto !important;
}

.post-type-archive-product ul.products li.product > a.woocommerce-LoopProduct-link,
.tax-product_cat ul.products li.product > a.woocommerce-LoopProduct-link,
.tax-product_tag ul.products li.product > a.woocommerce-LoopProduct-link {
	display: flex;
	flex-direction: column;
}

.post-type-archive-product ul.products li.product img.attachment-woocommerce_thumbnail,
.tax-product_cat ul.products li.product img.attachment-woocommerce_thumbnail,
.tax-product_tag ul.products li.product img.attachment-woocommerce_thumbnail {
	background: #f0f4fa;
	height: 350px;
	margin: 0 0 12px !important;
	object-fit: contain;
	padding: 12px;
	width: 100%;
}

.post-type-archive-product ul.products li.product .onsale,
.tax-product_cat ul.products li.product .onsale,
.tax-product_tag ul.products li.product .onsale {
	align-items: center;
	background: var(--fs-yellow);
	border: 1px solid var(--fs-navy);
	border-radius: 50%;
	color: var(--fs-navy);
	display: flex;
	font-size: 13px;
	font-weight: 900;
	height: 50px;
	justify-content: center;
	left: 12px;
	line-height: 1;
	margin: 0;
	min-height: 0;
	min-width: 0;
	padding: 0;
	right: auto;
	top: 12px;
	width: 50px;
	z-index: 3;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
	color: var(--fs-navy);
	display: -webkit-box;
	font-size: 16px !important;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 8px;
	min-height: 44px;
	overflow: hidden;
	padding: 0 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.post-type-archive-product ul.products li.product .price,
.tax-product_cat ul.products li.product .price,
.tax-product_tag ul.products li.product .price {
	color: #d8263f !important;
	display: flex !important;
	flex-wrap: wrap;
	font-size: 18px !important;
	font-weight: 900 !important;
	gap: 5px;
	margin: 0 0 10px !important;
}

.post-type-archive-product ul.products li.product .price del,
.tax-product_cat ul.products li.product .price del,
.tax-product_tag ul.products li.product .price del {
	color: var(--fs-muted);
	font-size: 12px;
	font-weight: 500;
	opacity: 1;
}

.post-type-archive-product ul.products li.product .price ins,
.tax-product_cat ul.products li.product .price ins,
.tax-product_tag ul.products li.product .price ins {
	text-decoration: none;
}

.fs-product-card__status {
	align-items: center;
	display: flex;
	font-size: 11px;
	gap: 8px;
	margin-bottom: 7px;
	order: 2;
}

.fs-product-card__status > span {
	background: var(--fs-navy);
	border-radius: 4px;
	color: var(--fs-white);
	font-weight: 800;
	padding: 4px 7px;
}

.fs-product-card__status > small {
	color: var(--fs-muted);
}

.fs-product-card__status .star-rating {
	color: var(--fs-yellow-dark);
	font-size: 11px;
}

.post-type-archive-product ul.products li.product .button,
.tax-product_cat ul.products li.product .button,
.tax-product_tag ul.products li.product .button {
	background: var(--fs-green);
	border-radius: 6px;
	color: var(--fs-white);
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	margin: 0;
	min-height: 43px;
	padding: 11px 18px;
}

.post-type-archive-product nav.woocommerce-pagination,
.tax-product_cat nav.woocommerce-pagination,
.tax-product_tag nav.woocommerce-pagination {
	margin: 0 auto 70px;
	max-width: var(--fs-shell);
}

.fs-load-more {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin: 34px auto 70px;
	max-width: 330px;
	padding: 0 18px;
	text-align: center;
}

.fs-load-more__status {
	color: var(--fs-muted);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 10px;
}

.fs-load-more__status strong {
	color: var(--fs-navy);
	font-weight: 800;
}

.fs-load-more__progress {
	background: #edf2f8;
	border-radius: 999px;
	height: 8px;
	margin-bottom: 28px;
	overflow: hidden;
	width: 256px;
}

.fs-load-more__progress > span {
	background: var(--fs-navy);
	border-radius: inherit;
	display: block;
	height: 100%;
	transition: width 220ms ease;
}

.fs-load-more__button {
	align-items: center;
	background: var(--fs-navy);
	border: 0;
	border-radius: 999px;
	box-sizing: border-box;
	color: var(--fs-white) !important;
	display: inline-flex;
	font-size: 18px;
	font-weight: 900;
	justify-content: center;
	min-height: 68px;
	padding: 16px 30px;
	text-decoration: none !important;
	width: 258px;
}

.fs-load-more__button:hover,
.fs-load-more__button:focus-visible {
	background: #07315b;
}

.fs-load-more.is-loading .fs-load-more__button {
	cursor: wait;
	opacity: 0.8;
}

.fs-load-more__filter-link {
	color: var(--fs-navy) !important;
	font-size: 15px;
	margin-top: 22px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media ( max-width: 860px ) {
	.fs-load-more {
		margin-bottom: 92px;
		margin-top: 24px;
	}

	.fs-load-more__button {
		font-size: 16px;
		min-height: 58px;
		width: min( 258px, calc( 100vw - 48px ) );
	}
}

@media ( max-width: 1060px ) and ( min-width: 861px ) {
	.fs-filter-groups {
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.tax-product_tag ul.products {
		grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	}
}

@media ( max-width: 860px ) {
	body.fs-filter-open {
		overflow: hidden;
	}

	.fs-catalog-hero {
		display: flex;
		flex-direction: column;
		height: auto;
		margin-top: 12px;
		min-height: 0;
	}

	.fs-catalog-hero__image {
		min-height: 0;
		order: -1;
	}

	.fs-catalog-hero__image::before {
		display: none;
	}

	.fs-catalog-hero__image img {
		height: 220px;
		object-fit: contain;
		object-position: center;
		padding: 8px;
	}

	.fs-catalog-hero__copy {
		padding: 18px 20px 27px;
		text-align: center;
	}

	.fs-catalog-hero .woocommerce-breadcrumb {
		font-size: 11px;
		margin: 0 0 15px;
		text-align: left;
	}

	.fs-catalog-breadcrumb {
		font-size: 11px;
		gap: 6px;
		justify-content: center;
		margin: 0 0 15px;
		overflow: hidden;
		width: 100%;
	}

	.fs-catalog-hero h1 {
		font-size: 34px;
		margin-bottom: 12px;
	}

	.fs-catalog-hero__copy > strong {
		margin-bottom: 14px;
	}

	.fs-catalog-hero__description {
		display: -webkit-box;
		font-size: 14px;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.fs-catalog-tools {
		padding: 18px 12px 0;
	}

	.fs-catalog-toolbar {
		gap: 10px;
		justify-content: stretch;
		margin-bottom: 14px;
	}

	.fs-catalog-filter-trigger,
	.fs-catalog-sort {
		flex: 1 1 50%;
		height: 50px;
	}

	.fs-catalog-filter-trigger {
		align-items: center;
		background: var(--fs-navy);
		border: 0;
		border-radius: 4px;
		color: var(--fs-white);
		display: flex;
		font-size: 16px;
		gap: 8px;
		padding: 0 14px;
	}

	.fs-catalog-filter-trigger span {
		align-items: center;
		display: inline-flex;
		flex: 0 0 22px;
		justify-content: center;
	}

	.fs-catalog-filter-trigger span svg {
		fill: var(--fs-white);
		height: 22px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-width: 1.5;
		width: 22px;
	}

	.fs-catalog-floating-filter {
		align-items: center;
		background: var(--fs-navy);
		border: 0;
		border-radius: 999px;
		bottom: max( 22px, env( safe-area-inset-bottom ) );
		box-shadow: 0 8px 24px rgba( 7, 31, 61, 0.28 );
		color: var(--fs-white);
		display: flex;
		font-size: 18px;
		font-weight: 800;
		gap: 10px;
		height: 58px;
		justify-content: center;
		left: 50%;
		opacity: 0;
		padding: 0 25px;
		pointer-events: none;
		position: fixed;
		transform: translate( -50%, 18px );
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
		visibility: hidden;
		white-space: nowrap;
		z-index: 9990;
	}

	.fs-catalog-floating-filter.is-visible {
		opacity: 1;
		pointer-events: auto;
		transform: translate( -50%, 0 );
		visibility: visible;
	}

	body.fs-filter-open .fs-catalog-floating-filter {
		opacity: 0;
		pointer-events: none;
		transform: translate( -50%, 18px );
		visibility: hidden;
	}

	.fs-catalog-floating-filter svg {
		fill: none;
		height: 25px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-width: 1.7;
		width: 25px;
	}

	.fs-catalog-filter-trigger::after {
		content: "⌄";
		font-size: 20px;
		margin-left: auto;
	}

	.fs-catalog-sort {
		border: 0;
		border-radius: 4px;
	}

	.fs-catalog-sort::after {
		color: var(--fs-navy);
		content: "⌄";
		font-size: 20px;
		pointer-events: none;
		position: absolute;
		right: 12px;
		top: 12px;
	}

	.fs-catalog-sort > span {
		font-size: 19px;
		padding-inline: 16px;
	}

	.fs-catalog-search {
		margin: 0 auto 12px;
		max-width: none;
	}

	.fs-catalog-search button {
		min-width: 72px;
	}

	.fs-catalog-popular {
		align-items: center;
		display: flex;
		font-size: 11px;
		gap: 6px;
		margin-bottom: 13px;
		overflow-x: auto;
		white-space: nowrap;
	}

	.fs-catalog-popular button {
		background: var(--fs-white);
		border: 1px solid #aab9c8;
		border-radius: 999px;
		color: var(--fs-navy);
		font-size: 12px;
		padding: 7px 13px;
	}

	.fs-catalog-filters {
		background: var(--fs-white);
		border: 0;
		display: flex;
		flex-direction: column;
		height: 100dvh;
		inset: 0 auto 0 0;
		margin: 0;
		max-width: 390px;
		overflow: hidden;
		padding: 0;
		position: fixed;
		transform: translateX( -105% );
		transition: transform 220ms ease;
		width: 100%;
		z-index: 10001;
	}

	.fs-catalog-filters.is-open {
		transform: translateX( 0 );
	}

	body.fs-filter-open .fs-catalog-filters.is-open {
		pointer-events: auto;
		transform: translateX( 0 ) !important;
		visibility: visible;
	}

	body:not(.fs-filter-open) .fs-catalog-filters:not(.is-open) {
		pointer-events: none;
		transform: translateX( -105% ) !important;
		visibility: hidden;
	}

	.fs-filter-mobile-header {
		align-items: center;
		background: #f1f5fb;
		display: flex;
		flex: 0 0 68px;
		justify-content: center;
		padding: 0 20px;
		position: relative;
	}

	.fs-filter-mobile-header > strong {
		font-size: 21px;
	}

	.fs-filter-mobile-header button {
		align-items: center;
		background: transparent;
		border: 0;
		color: var(--fs-navy);
		display: flex;
		flex-direction: column;
		font-size: 25px;
		line-height: 0.8;
		position: absolute;
		right: 17px;
		top: 18px;
	}

	.fs-filter-mobile-header small {
		font-size: 8px;
		font-weight: 900;
		margin-top: 7px;
		text-transform: uppercase;
	}

	.fs-filter-groups {
		display: block;
		flex: 1 1 auto;
		overflow-y: auto;
		padding: 7px 24px 18px;
	}

	.fs-filter-group {
		border-bottom: 1px solid #d7dde4;
	}

	.fs-filter-order {
		display: block;
	}

	.fs-filter-group > summary {
		background: transparent !important;
		border: 0;
		border-radius: 0;
		color: var(--fs-navy) !important;
		font-size: 16px;
		height: 60px;
		padding: 0;
	}

	.fs-filter-group.has-active-filters > summary {
		color: #008f6d !important;
		font-weight: 900;
	}

	.fs-filter-group > summary span {
		font-size: 22px;
		transform: rotate( -90deg );
		transition: transform 160ms ease;
	}

	.fs-filter-group[open] > summary span {
		transform: rotate( 0 );
	}

	.fs-filter-group__panel {
		border: 0;
		border-radius: 0;
		box-shadow: none;
		max-height: none;
		min-width: 0;
		padding: 0 0 16px;
		position: static;
	}

	.fs-filter-size .fs-filter-group__panel {
		display: block;
		max-height: none;
		overflow: visible;
	}

	.fs-filter-size__options {
		display: grid;
		gap: 8px;
		overflow: visible;
		padding: 0;
	}

	.fs-filter-size__footer {
		border-top: 0;
		padding: 8px 0 0;
	}

	.fs-filter-apply {
		display: none;
	}

	.fs-filter-actions {
		background: #f1f5fb;
		display: grid;
		flex: 0 0 auto;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
		padding: 17px 18px 12px;
	}

	.fs-filter-actions a,
	.fs-filter-actions button {
		align-items: center;
		border: 2px solid var(--fs-green);
		border-radius: 999px;
		display: flex;
		font-size: 14px;
		font-weight: 900;
		justify-content: center;
		min-height: 52px;
	}

	.fs-filter-actions a {
		background: transparent;
		color: var(--fs-green);
	}

	.fs-filter-actions button {
		background: var(--fs-green);
		color: var(--fs-white);
	}

	.fs-filter-actions > strong {
		color: var(--fs-navy);
		font-size: 15px;
		grid-column: 1 / -1;
		text-align: center;
	}

	.fs-catalog-notice {
		flex-direction: column;
		font-size: 13px;
		line-height: 1.3;
		margin: 0 -12px 14px;
		min-height: 84px;
	}

	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.tax-product_tag ul.products {
		gap: 1px;
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
		padding: 0 0 50px;
	}

	.post-type-archive-product ul.products li.product,
	.tax-product_cat ul.products li.product,
	.tax-product_tag ul.products li.product {
		border-bottom: 1px solid var(--fs-border);
		padding: 0 8px 15px;
	}

	.post-type-archive-product ul.products li.product img.attachment-woocommerce_thumbnail,
	.tax-product_cat ul.products li.product img.attachment-woocommerce_thumbnail,
	.tax-product_tag ul.products li.product img.attachment-woocommerce_thumbnail {
		height: 260px;
		margin-inline: -8px !important;
		max-width: calc( 100% + 16px );
		padding: 5px;
		width: calc( 100% + 16px );
	}

	.post-type-archive-product ul.products li.product .onsale,
	.tax-product_cat ul.products li.product .onsale,
	.tax-product_tag ul.products li.product .onsale {
		height: 43px;
		left: 8px;
		top: 9px;
		width: 43px;
	}

	.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
	.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
		font-size: 13px !important;
		min-height: 36px;
	}

	.post-type-archive-product ul.products li.product .price,
	.tax-product_cat ul.products li.product .price,
	.tax-product_tag ul.products li.product .price {
		align-items: baseline;
		font-size: 16px !important;
	}

	.post-type-archive-product ul.products li.product .button,
	.tax-product_cat ul.products li.product .button,
	.tax-product_tag ul.products li.product .button {
		font-size: 12px;
		min-height: 38px;
		padding: 9px 10px;
		width: 100%;
	}
}

@media ( max-width: 420px ) {
	.fs-catalog-hero__image img {
		height: 234px;
	}

	.fs-catalog-hero h1 {
		font-size: 32px;
	}

	.post-type-archive-product ul.products li.product img.attachment-woocommerce_thumbnail,
	.tax-product_cat ul.products li.product img.attachment-woocommerce_thumbnail,
	.tax-product_tag ul.products li.product img.attachment-woocommerce_thumbnail {
		height: 230px;
	}
}

/* Precise catalog card layout. Kept last to override WooCommerce defaults. */
body.fastswim-storefront.post-type-archive-product ul.products li.product,
body.fastswim-storefront.tax-product_cat ul.products li.product,
body.fastswim-storefront.tax-product_tag ul.products li.product {
	--fs-card-image-height: 350px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
	padding: 0 8px 14px !important;
	position: relative;
}

body.fastswim-storefront.post-type-archive-product ul.products li.product > a.woocommerce-LoopProduct-link,
body.fastswim-storefront.tax-product_cat ul.products li.product > a.woocommerce-LoopProduct-link,
body.fastswim-storefront.tax-product_tag ul.products li.product > a.woocommerce-LoopProduct-link {
	display: flex;
	flex-direction: column;
}

body.fastswim-storefront.post-type-archive-product ul.products li.product img.attachment-woocommerce_thumbnail,
body.fastswim-storefront.tax-product_cat ul.products li.product img.attachment-woocommerce_thumbnail,
body.fastswim-storefront.tax-product_tag ul.products li.product img.attachment-woocommerce_thumbnail {
	background: #f0f4fa;
	height: var(--fs-card-image-height) !important;
	margin: 0 0 0 !important;
	max-width: none;
	object-fit: cover;
	object-position: center top;
	padding: 0;
	width: 100% !important;
}

.fs-product-card__favorite {
	align-items: center;
	background: rgba( 255, 255, 255, 0.94 );
	border: 1.5px solid var(--fs-navy);
	border-radius: 50%;
	color: var(--fs-navy);
	cursor: pointer;
	display: flex;
	font-size: 28px;
	height: 48px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 3px;
	position: absolute;
	right: 13px;
	top: calc( var(--fs-card-image-height) - 56px );
	width: 48px;
	z-index: 5;
}

.fs-product-card__favorite.is-favorite {
	background: var(--fs-navy);
	color: var(--fs-white);
}

.fs-product-card__stock {
	background: var(--fs-navy);
	border-radius: 4px;
	color: var(--fs-white);
	display: grid;
	gap: 3px;
	left: 14px;
	padding: 6px 8px 5px;
	position: absolute;
	top: calc( var(--fs-card-image-height) - 50px );
	width: calc( 100% - 82px );
	z-index: 4;
}

.fs-product-card__stock strong {
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.fs-product-card__stock i {
	background: var(--fs-white);
	border-radius: 999px;
	display: block;
	height: 5px;
	overflow: hidden;
}

.fs-product-card__stock i span {
	background: var(--fs-green);
	border-radius: inherit;
	display: block;
	height: 100%;
}

.fs-product-card__stock.is-out i span {
	background: #ef476f;
}

.fs-product-card__perk {
	align-self: flex-start;
	background: var(--fs-navy);
	border-radius: 3px;
	color: var(--fs-white);
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	margin: 10px 0 7px !important;
	padding: 5px 7px;
}

.fs-product-card__reviews {
	align-items: center;
	color: var(--fs-muted);
	display: flex;
	font-size: 11px;
	gap: 5px;
	margin-bottom: 5px;
	min-height: 17px;
}

.fs-product-card__reviews .star-rating {
	color: var(--fs-navy);
	font-size: 14px;
	margin: 0;
}

body.fastswim-storefront.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.fastswim-storefront.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.fastswim-storefront.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
	font-size: 15px !important;
	line-height: 1.35;
	margin: 0 0 9px !important;
	min-height: 41px;
}

body.fastswim-storefront.post-type-archive-product ul.products li.product .price,
body.fastswim-storefront.tax-product_cat ul.products li.product .price,
body.fastswim-storefront.tax-product_tag ul.products li.product .price {
	align-items: start;
	display: grid !important;
	font-size: 19px !important;
	gap: 1px;
	line-height: 1.1;
	margin: 0 !important;
	max-width: 48%;
	min-height: 44px;
}

body.fastswim-storefront.post-type-archive-product ul.products li.product .price del,
body.fastswim-storefront.tax-product_cat ul.products li.product .price del,
body.fastswim-storefront.tax-product_tag ul.products li.product .price del {
	display: block;
	font-size: 12px;
}

body.fastswim-storefront.post-type-archive-product ul.products li.product .price ins,
body.fastswim-storefront.tax-product_cat ul.products li.product .price ins,
body.fastswim-storefront.tax-product_tag ul.products li.product .price ins {
	display: block;
}

body.fastswim-storefront.post-type-archive-product ul.products li.product .button,
body.fastswim-storefront.tax-product_cat ul.products li.product .button,
body.fastswim-storefront.tax-product_tag ul.products li.product .button {
	align-items: center;
	bottom: 14px;
	display: flex;
	font-size: 13px;
	height: 43px;
	margin: 0 !important;
	min-height: 0;
	padding: 8px 10px;
	position: absolute;
	right: 8px;
	width: 49%;
}

@media ( max-width: 860px ) {
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.tax-product_tag ul.products {
		gap: 4px;
	}

	body.fastswim-storefront.post-type-archive-product ul.products li.product,
	body.fastswim-storefront.tax-product_cat ul.products li.product,
	body.fastswim-storefront.tax-product_tag ul.products li.product {
		--fs-card-image-height: 230px;
		padding: 0 8px 14px !important;
	}

	body.fastswim-storefront.post-type-archive-product ul.products li.product img.attachment-woocommerce_thumbnail,
	body.fastswim-storefront.tax-product_cat ul.products li.product img.attachment-woocommerce_thumbnail,
	body.fastswim-storefront.tax-product_tag ul.products li.product img.attachment-woocommerce_thumbnail {
		margin-left: -8px !important;
		width: calc( 100% + 16px ) !important;
	}

	.fs-product-card__favorite {
		height: 44px;
		right: 5px;
		top: calc( var(--fs-card-image-height) - 51px );
		width: 44px;
	}

	.fs-product-card__stock {
		left: 4px;
		top: calc( var(--fs-card-image-height) - 46px );
		width: calc( 100% - 57px );
	}

	.fs-product-card__stock strong {
		font-size: 10px;
	}

	body.fastswim-storefront.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
	body.fastswim-storefront.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	body.fastswim-storefront.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
		font-size: 13px !important;
		min-height: 36px;
	}

	body.fastswim-storefront.post-type-archive-product ul.products li.product .price,
	body.fastswim-storefront.tax-product_cat ul.products li.product .price,
	body.fastswim-storefront.tax-product_tag ul.products li.product .price {
		font-size: 17px !important;
		max-width: 49%;
	}

	body.fastswim-storefront.post-type-archive-product ul.products li.product .button,
	body.fastswim-storefront.tax-product_cat ul.products li.product .button,
	body.fastswim-storefront.tax-product_tag ul.products li.product .button {
		bottom: 14px;
		font-size: 11px;
		height: 40px;
		right: 7px;
		white-space: nowrap;
		width: 49%;
	}
}

/* Use the exact catalog card component for related and upsell products. */
body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products {
	display: grid !important;
	gap: 28px 18px;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	margin: 0 !important;
	padding: 0;
}

body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products::before,
body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products::after {
	display: none !important;
}

body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products li.product {
	--fs-card-image-height: 350px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	float: none !important;
	margin: 0 !important;
	min-width: 0;
	overflow: visible;
	padding: 0 8px 14px !important;
	position: relative;
	width: auto !important;
}

body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products li.product > a.woocommerce-LoopProduct-link {
	display: flex;
	flex-direction: column;
}

body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products li.product img.attachment-woocommerce_thumbnail {
	background: #f0f4fa;
	height: var(--fs-card-image-height) !important;
	margin: 0 !important;
	max-width: none;
	object-fit: cover;
	object-position: center top;
	padding: 0;
	width: 100% !important;
}

body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products li.product .woocommerce-loop-product__title {
	color: var(--fs-navy);
	display: -webkit-box;
	font-size: 15px !important;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 9px !important;
	min-height: 41px;
	overflow: hidden;
	padding: 0 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products li.product .price {
	align-items: start;
	color: #d8263f !important;
	display: grid !important;
	font-size: 19px !important;
	font-weight: 900 !important;
	gap: 1px;
	line-height: 1.1;
	margin: 0 !important;
	max-width: 48%;
	min-height: 44px;
}

body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products li.product .price del {
	color: var(--fs-muted);
	display: block;
	font-size: 12px;
	font-weight: 500;
	opacity: 1;
}

body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products li.product .price ins {
	display: block;
	text-decoration: none;
}

body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products li.product .button {
	align-items: center;
	background: var(--fs-green);
	border-radius: 6px;
	bottom: 14px;
	color: var(--fs-white);
	display: flex;
	font-size: 13px;
	font-weight: 900;
	height: 43px;
	justify-content: center;
	margin: 0 !important;
	min-height: 0;
	padding: 8px 10px;
	position: absolute;
	right: 8px;
	width: 49%;
}

@media ( max-width: 860px ) {
	body.fastswim-storefront.single-product :is(.related.products, .upsells.products) {
		padding-left: 0;
		padding-right: 0;
	}

	body.fastswim-storefront.single-product :is(.related.products, .upsells.products) > h2 {
		padding-left: 19px;
		padding-right: 19px;
	}

	body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products {
		gap: 4px;
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products li.product {
		--fs-card-image-height: 230px;
		padding: 0 8px 14px !important;
	}

	body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products li.product img.attachment-woocommerce_thumbnail {
		margin-left: -8px !important;
		width: calc( 100% + 16px ) !important;
	}

	body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products li.product .woocommerce-loop-product__title {
		font-size: 13px !important;
		min-height: 36px;
	}

	body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products li.product .price {
		font-size: 17px !important;
		max-width: 49%;
	}

	body.fastswim-storefront.single-product :is(.related.products, .upsells.products) ul.products li.product .button {
		bottom: 14px;
		font-size: 11px;
		height: 40px;
		right: 7px;
		white-space: nowrap;
		width: 49%;
	}
}

/* Keep the wide Cart Block inside the page canvas on larger screens. */
@media ( min-width: 701px ) {
	body.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
	}

	body.woocommerce-cart .wc-block-cart__submit-button {
		background: var(--fs-green) !important;
		border: 0 !important;
		border-radius: 999px !important;
		color: var(--fs-white) !important;
		font-weight: 900 !important;
		opacity: 1 !important;
	}

	body.woocommerce-cart .wc-block-cart__submit-button span {
		color: inherit !important;
	}
}

/* WooCommerce Cart Block: compact mobile layout. */
@media ( max-width: 700px ) {
	body.woocommerce-cart .site-content {
		background: #f2f5fa;
		border-top: 4px solid var(--fs-white);
		padding: 14px 14px 58px;
	}

	body.woocommerce-cart .wp-block-woocommerce-cart,
	body.woocommerce-cart .wc-block-components-sidebar-layout,
	body.woocommerce-cart .wc-block-cart__main,
	body.woocommerce-cart .wc-block-cart__sidebar {
		margin: 0 !important;
		max-width: none !important;
		padding: 0 !important;
		width: 100% !important;
	}

	body.woocommerce-cart .wc-block-components-sidebar-layout {
		display: block !important;
	}

	body.woocommerce-cart .wc-block-cart__main {
		background: var(--fs-white);
		border-radius: 14px;
		box-shadow: var(--fs-shadow);
		overflow: hidden;
	}

	body.woocommerce-cart table.wc-block-cart-items,
	body.woocommerce-cart table.wc-block-cart-items tbody {
		border: 0;
		display: block;
		margin: 0;
		width: 100% !important;
	}

	body.woocommerce-cart .wc-block-cart-items__row {
		border-bottom: 1px solid var(--fs-border);
		display: grid !important;
		gap: 0 12px;
		grid-template-columns: 78px minmax( 0, 1fr );
		height: auto !important;
		min-height: 0;
		padding: 17px 14px !important;
		position: relative;
		width: 100% !important;
	}

	body.woocommerce-cart .wc-block-cart-items__row:last-child {
		border-bottom: 0;
	}

	body.woocommerce-cart .wc-block-cart-item__image {
		align-self: start;
		display: block;
		grid-column: 1;
		grid-row: 1 / span 2;
		height: auto !important;
		padding: 0 !important;
		width: 78px !important;
	}

	body.woocommerce-cart .wc-block-cart-item__image a {
		background: #eef5fa;
		border-radius: 8px;
		display: block;
		overflow: hidden;
		width: 100%;
	}

	body.woocommerce-cart .wc-block-cart-item__image img {
		height: 108px !important;
		margin: 0 !important;
		object-fit: cover;
		object-position: center top;
		padding: 0;
		width: 78px !important;
	}

	body.woocommerce-cart .wc-block-cart-item__product {
		display: block;
		grid-column: 2;
		grid-row: 1;
		height: auto !important;
		min-width: 0;
		padding: 0 !important;
		width: auto !important;
	}

	body.woocommerce-cart .wc-block-cart-item__wrap {
		display: flex;
		flex-direction: column;
		height: auto !important;
		min-width: 0;
		width: 100% !important;
	}

	body.woocommerce-cart .wc-block-components-product-name {
		color: var(--fs-navy);
		display: -webkit-box;
		font-size: 14px !important;
		font-weight: 800;
		line-height: 1.3;
		margin: 0 0 6px !important;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	body.woocommerce-cart .wc-block-cart-item__prices {
		margin: 0 0 5px !important;
	}

	body.woocommerce-cart .wc-block-cart-item__prices .price {
		display: flex;
		flex-wrap: wrap;
		font-size: 12px;
		gap: 4px;
		line-height: 1.2;
		margin: 0 !important;
		width: auto !important;
	}

	body.woocommerce-cart .wc-block-components-product-price__regular {
		color: var(--fs-muted);
	}

	body.woocommerce-cart .wc-block-components-product-price__value.is-discounted {
		color: #d8263f;
		font-weight: 900;
		text-decoration: none;
	}

	body.woocommerce-cart .wc-block-components-product-metadata {
		color: var(--fs-muted);
		font-size: 11px;
		margin: 0 0 9px !important;
	}

	body.woocommerce-cart .wc-block-cart-item__quantity {
		align-items: center;
		display: flex;
		gap: 8px;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
	}

	body.woocommerce-cart .wc-block-components-quantity-selector {
		border: 1px solid #afbdca;
		border-radius: 8px;
		height: 40px;
		margin: 0 !important;
		width: 112px !important;
	}

	body.woocommerce-cart .wc-block-components-quantity-selector::after {
		border: 0 !important;
	}

	body.woocommerce-cart .wc-block-components-quantity-selector input {
		font-size: 14px;
		height: 38px !important;
		width: 46px !important;
	}

	body.woocommerce-cart .wc-block-components-quantity-selector button {
		color: var(--fs-navy);
		font-size: 16px;
		height: 38px !important;
		width: 32px !important;
	}

	body.woocommerce-cart .wc-block-cart-item__remove-link {
		align-items: center;
		background: #edf3f8 !important;
		border-radius: 50% !important;
		color: var(--fs-navy) !important;
		display: flex !important;
		height: 36px !important;
		justify-content: center;
		margin: 0 !important;
		min-width: 36px;
		padding: 0 !important;
		position: relative;
		text-indent: -9999px;
		width: 36px !important;
	}

	body.woocommerce-cart .wc-block-cart-item__remove-link::after {
		content: "×";
		font-size: 22px;
		font-weight: 700;
		left: 50%;
		line-height: 1;
		position: absolute;
		text-indent: 0;
		top: 50%;
		transform: translate( -50%, -54% );
	}

	body.woocommerce-cart .wc-block-cart-item__total {
		display: none !important;
	}

	body.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
		align-items: center;
		display: flex;
		flex-direction: row;
		gap: 8px;
		height: auto !important;
		justify-content: space-between;
		width: 100% !important;
	}

	body.woocommerce-cart .wc-block-cart-item__total .price {
		color: var(--fs-navy);
		font-size: 15px;
		font-weight: 900;
		margin: 0 !important;
		white-space: nowrap;
		width: auto !important;
	}

	body.woocommerce-cart .wc-block-components-sale-badge {
		background: var(--fs-blue-light);
		border: 0;
		border-radius: 4px;
		color: var(--fs-navy);
		font-size: 10px;
		margin: 0 !important;
		padding: 5px 7px;
		white-space: nowrap;
		width: auto !important;
	}

	body.woocommerce-cart .wc-block-cart__sidebar {
		background: var(--fs-white);
		border-radius: 14px;
		box-shadow: var(--fs-shadow);
		margin-top: 16px !important;
		overflow: hidden;
	}

	body.woocommerce-cart .wc-block-cart__totals-title {
		display: none;
	}

	body.woocommerce-cart .wc-block-components-totals-wrapper {
		border-color: var(--fs-border) !important;
		padding: 15px 16px !important;
	}

	body.woocommerce-cart .wc-block-components-totals-coupon {
		font-size: 13px;
	}

	body.woocommerce-cart .wc-block-components-totals-item {
		align-items: center;
		display: flex;
		gap: 12px;
	}

	body.woocommerce-cart .wc-block-components-totals-item__label {
		color: var(--fs-navy);
		flex: 1 1 auto;
		font-size: 14px;
	}

	body.woocommerce-cart .wc-block-components-totals-item__value {
		color: var(--fs-navy);
		flex: 0 0 auto;
		font-weight: 800;
		text-align: right;
	}

	body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
		font-size: 18px;
		font-weight: 900;
	}

	body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
		font-size: 18px;
	}

	body.woocommerce-cart .wc-block-cart__submit {
		margin: 0 !important;
		padding: 14px 16px 16px !important;
	}

	body.woocommerce-cart .wc-block-cart__submit-container {
		background: var(--fs-white) !important;
		padding: 0 !important;
		position: static !important;
		width: 100% !important;
	}

	body.woocommerce-cart .wc-block-cart__submit-button {
		background: var(--fs-green) !important;
		border: 0 !important;
		border-radius: 999px !important;
		color: var(--fs-white) !important;
		font-size: 16px !important;
		font-weight: 900 !important;
		min-height: 54px;
		opacity: 1 !important;
		width: 100% !important;
	}

	body.woocommerce-cart .wc-block-cart__submit-button span {
		color: inherit !important;
	}
}

@media ( max-width: 700px ) {
	body.fs-stock-picker-open {
		overflow: hidden;
	}

	.fs-catalog-filters {
		inset: 0 !important;
		max-width: none;
		width: auto;
	}

	.fs-stock-picker__backdrop {
		background: rgba( 0, 27, 58, 0.88 );
		display: block;
		inset: 0;
		position: fixed;
		z-index: 999998;
	}

	.fs-stock-picker__backdrop[hidden] {
		display: none;
	}

	.fs-stock-picker__list {
		background: var(--fs-white);
		border: 0;
		border-radius: 10px 10px 0 0;
		bottom: 0;
		box-shadow: 0 -12px 32px rgba( 0, 27, 58, 0.18 );
		display: flex;
		flex-direction: column;
		left: 0;
		margin: 0;
		max-height: min( 82vh, 750px );
		max-height: min( 82dvh, 750px );
		overflow: hidden;
		padding: 0;
		position: fixed;
		right: 0;
		top: auto;
		width: 100%;
		z-index: 999999;
	}

	.fs-stock-picker__list:focus {
		outline: none;
	}

	.fs-stock-picker__list[hidden] {
		display: none;
	}

	.fs-stock-picker__mobile-header {
		align-items: center;
		background: #f4f7fb;
		display: grid;
		flex: 0 0 auto;
		gap: 10px;
		grid-template-columns: auto minmax( 0, 1fr ) auto;
		min-height: 72px;
		padding: 12px 18px;
	}

	.fs-stock-picker__mobile-header > strong {
		color: var(--fs-navy);
		font-size: 18px;
		font-weight: 900;
		justify-self: center;
		text-align: center;
		white-space: nowrap;
	}

	.fs-stock-picker__guide {
		align-items: center;
		appearance: none;
		background: transparent !important;
		border: 0;
		color: var(--fs-navy);
		cursor: pointer;
		display: inline-flex;
		font-size: 13px;
		font-weight: 700;
		gap: 4px;
		padding: 7px 0;
		white-space: nowrap;
	}

	.fs-stock-picker__guide span {
		border: 2px solid currentColor;
		border-radius: 2px;
		display: inline-block;
		height: 8px;
		position: relative;
		transform: rotate( -35deg );
		width: 19px;
	}

	.fs-stock-picker__guide span::after {
		background: repeating-linear-gradient( 90deg, currentColor 0 1px, transparent 1px 4px );
		content: "";
		height: 4px;
		left: 2px;
		position: absolute;
		top: 0;
		width: 13px;
	}

	.fs-stock-picker__close {
		align-items: center;
		appearance: none;
		background: transparent !important;
		border: 0;
		color: var(--fs-navy) !important;
		cursor: pointer;
		display: inline-flex;
		font-size: 14px;
		font-weight: 700;
		gap: 5px;
		justify-self: end;
		padding: 8px 0 8px 8px;
	}

	.fs-stock-picker__close span {
		font-size: 27px;
		font-weight: 300;
		line-height: 0.8;
	}

	.fs-stock-picker__options {
		background: var(--fs-white);
		flex: 1 1 auto;
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 0;
	}

	.fs-stock-picker__option {
		border-bottom: 1px solid #e8edf2;
		border-radius: 0;
		display: grid;
		font-size: 16px;
		gap: 11px;
		grid-template-columns: 15px minmax( 0, 1fr ) auto;
		min-height: 68px;
		padding: 10px 20px;
	}

	.fs-stock-picker__option:hover,
	.fs-stock-picker__option:focus-visible {
		background: #f5fbfe;
	}

	.fs-stock-picker__option.is-selected {
		background: #dff6ff;
	}

	.fs-stock-picker__option.is-unavailable {
		background: #f5f8fa;
		cursor: not-allowed;
		opacity: 1;
	}

	.fs-stock-picker__option.is-unavailable .fs-stock-picker__option-name {
		color: #8290a0;
	}

	.fs-stock-picker__marker {
		background: currentColor;
		border-radius: 50%;
		display: block;
		height: 14px;
		width: 14px;
	}

	.fs-stock-picker__marker.is-in-stock {
		color: #00ad80;
	}

	.fs-stock-picker__marker.is-low-stock {
		color: #f1a20a;
	}

	.fs-stock-picker__marker.is-out-of-stock {
		color: #ef8297;
	}

	.fs-stock-picker__option-name {
		font-size: 17px;
		font-weight: 900;
	}

	.fs-stock-picker__status {
		font-size: 15px;
		gap: 6px;
	}

	.fs-stock-picker__status i {
		display: none;
	}

	.fs-stock-picker__status:not( .is-out-of-stock )::before {
		color: #4bd65c;
		content: "✓";
		font-size: 15px;
		font-weight: 900;
	}

	.fs-stock-picker__mobile-footer {
		align-items: center;
		background: #f1f5fb;
		display: grid;
		flex: 0 0 auto;
		gap: 18px;
		grid-template-columns: minmax( 108px, 132px ) minmax( 0, 1fr );
		padding: 18px 18px max( 9px, env( safe-area-inset-bottom ) );
	}

	.fs-stock-picker__mobile-quantity {
		align-items: center;
		background: var(--fs-white);
		border-radius: 999px;
		display: grid;
		grid-template-columns: 38px 1fr 38px;
		min-height: 58px;
		overflow: hidden;
	}

	.fs-stock-picker__mobile-quantity button {
		appearance: none;
		background: transparent !important;
		border: 0;
		color: var(--fs-navy) !important;
		font-size: 22px;
		height: 58px;
		padding: 0;
	}

	.fs-stock-picker__mobile-quantity button:disabled {
		color: #a8bac8 !important;
		cursor: not-allowed;
	}

	.fs-stock-picker__mobile-quantity span {
		color: var(--fs-navy);
		font-size: 17px;
		font-weight: 800;
		text-align: center;
	}

	.fs-stock-picker__mobile-add {
		appearance: none;
		background: var(--fs-green) !important;
		border: 0;
		border-radius: 999px;
		color: var(--fs-white) !important;
		font-size: 16px;
		font-weight: 900;
		min-height: 58px;
		padding: 12px 18px;
		width: 100%;
	}

	.fs-stock-picker__mobile-add:disabled {
		background: #9aabb8 !important;
		cursor: not-allowed;
	}
}

@media ( prefers-reduced-motion: reduce ) {
	* {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Mobile navigation drawer — first-level menu. */
.fs-mobile-nav-drawer {
	display: none;
}

@media ( max-width: 860px ) {
	body.fs-mobile-nav-open {
		overflow: hidden;
	}

	.fs-mobile-menu {
		appearance: none;
		background: transparent;
		border: 0;
		color: var(--fs-navy);
		font-family: inherit;
		margin: 0;
		padding: 0;
	}

	.fs-mobile-nav-drawer {
		display: block;
		inset: 0;
		pointer-events: none;
		position: fixed;
		visibility: hidden;
		z-index: 10020;
	}

	.fs-mobile-nav-drawer__overlay {
		appearance: none;
		background: rgba( 7, 31, 61, 0.78 );
		border: 0;
		inset: 0;
		opacity: 0;
		padding: 0;
		position: absolute;
		transition: opacity 180ms ease;
		width: 100%;
	}

	.fs-mobile-nav-drawer__panel {
		background: var(--fs-white);
		box-shadow: 8px 0 26px rgba( 7, 31, 61, 0.2 );
		height: 100%;
		left: 0;
		max-width: 390px;
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		top: 0;
		transform: translateX( -102% );
		transition: transform 220ms ease;
		width: calc( 100% - 18px );
	}

	.fs-mobile-nav-drawer.is-open {
		pointer-events: auto;
		visibility: visible;
	}

	.fs-mobile-nav-drawer.is-open .fs-mobile-nav-drawer__overlay {
		opacity: 1;
	}

	.fs-mobile-nav-drawer.is-open .fs-mobile-nav-drawer__panel {
		transform: translateX( 0 );
	}

	.fs-mobile-nav-drawer__header {
		align-items: center;
		background: var(--fs-white);
		border-bottom: 1px solid var(--fs-border);
		display: flex;
		justify-content: space-between;
		min-height: 78px;
		padding: 10px 15px 8px 18px;
	}

	.fs-mobile-nav-drawer__brand {
		align-items: center;
		display: flex;
		width: 168px;
	}

	.fs-mobile-nav-drawer__brand .fs-brand__picture {
		width: 168px;
	}

	.fs-mobile-nav-drawer__close {
		align-items: center;
		appearance: none;
		background: transparent;
		border: 0;
		color: var(--fs-navy);
		display: flex;
		flex-direction: column;
		font-family: inherit;
		gap: 0;
		justify-content: center;
		line-height: 1;
		min-height: 52px;
		min-width: 48px;
		padding: 0;
	}

	.fs-mobile-nav-drawer__close span {
		font-size: 34px;
		font-weight: 300;
		line-height: 28px;
	}

	.fs-mobile-nav-drawer__close small {
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}

	.fs-mobile-nav-drawer__search {
		align-items: stretch;
		background: var(--fs-white);
		border-bottom: 1px solid var(--fs-border);
		display: flex;
		height: 56px;
		margin: 0;
	}

	.fs-mobile-nav-drawer__search input[type="search"] {
		appearance: none;
		background: var(--fs-white);
		border: 0;
		border-radius: 0;
		box-shadow: none;
		color: var(--fs-text);
		flex: 1;
		font-family: inherit;
		font-size: 16px;
		min-width: 0;
		outline: 0;
		padding: 0 17px;
	}

	.fs-mobile-nav-drawer__search input[type="search"]::placeholder {
		color: #9ba7b5;
		opacity: 1;
	}

	.fs-mobile-nav-drawer__search button {
		align-items: center;
		appearance: none;
		background: #7fd7f1;
		border: 0;
		color: var(--fs-navy);
		display: flex;
		justify-content: center;
		padding: 0;
		width: 64px;
	}

	.fs-mobile-nav-drawer__search button svg {
		height: 30px;
		width: 30px;
	}

	.fs-mobile-nav-drawer__quick {
		background: #f1f5fb;
		display: grid;
		grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
		min-height: 82px;
		padding: 8px 6px 7px;
	}

	.fs-mobile-nav-drawer__quick a {
		align-items: center;
		color: var(--fs-navy);
		display: flex;
		flex-direction: column;
		font-size: 12px;
		gap: 4px;
		justify-content: center;
		line-height: 1.1;
		min-width: 0;
		position: relative;
		text-align: center;
	}

	.fs-mobile-nav-drawer__quick a svg {
		height: 24px;
		width: 24px;
	}

	.fs-mobile-nav-drawer__quick a > small {
		align-items: center;
		background: #ff4269;
		border-radius: 50%;
		color: var(--fs-white);
		display: flex;
		font-size: 10px;
		font-weight: 700;
		height: 17px;
		justify-content: center;
		left: calc( 50% + 5px );
		line-height: 17px;
		position: absolute;
		top: 3px;
		width: 17px;
	}

	.fs-mobile-nav-drawer__quick a > small[hidden] {
		display: none;
	}

	.fs-mobile-nav-drawer__categories {
		background: var(--fs-white);
		display: grid;
		gap: 9px;
		padding: 15px;
	}

	.fs-mobile-nav-drawer__home,
	.fs-mobile-nav-drawer__category {
		background: #f1f5fb;
		border-radius: 7px;
		color: var(--fs-navy);
		font-size: 17px;
		font-weight: 700;
	}

	.fs-mobile-nav-drawer__home {
		align-items: center;
		display: flex;
		min-height: 54px;
		padding: 0 15px;
	}

	.fs-mobile-nav-drawer__category {
		align-items: center;
		appearance: none;
		border: 0;
		display: grid;
		font-family: inherit;
		gap: 14px;
		grid-template-columns: 60px minmax( 0, 1fr ) 22px;
		min-height: 76px;
		padding: 6px 14px 6px 8px;
		text-align: left;
		width: 100%;
	}

	.fs-mobile-nav-drawer__category img {
		border-radius: 2px;
		height: 60px;
		object-fit: cover;
		width: 60px;
	}

	.fs-mobile-nav-drawer__category svg {
		height: 24px;
		width: 24px;
	}

	.fs-mobile-nav-submenu {
		background: var(--fs-white);
		height: 100%;
		inset: 0;
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		transform: translateX( 102% );
		transition: transform 220ms ease;
		visibility: hidden;
		z-index: 5;
	}

	.fs-mobile-nav-submenu.is-open {
		transform: none;
		transition: none;
		visibility: visible;
	}

	.fs-mobile-nav-submenu__header {
		align-items: center;
		background: #f1f5fb;
		border-bottom: 1px solid var(--fs-border);
		display: grid;
		grid-template-columns: 58px minmax( 0, 1fr ) 58px;
		min-height: 76px;
		padding: 4px 9px;
	}

	.fs-mobile-nav-submenu__header h2 {
		color: var(--fs-navy);
		font-size: 20px;
		font-weight: 800;
		line-height: 1.1;
		margin: 0;
		text-align: center;
	}

	.fs-mobile-nav-submenu__back {
		align-items: flex-start;
		appearance: none;
		background: transparent;
		border: 0;
		color: var(--fs-navy);
		display: flex;
		flex-direction: column;
		font-family: inherit;
		gap: 0;
		justify-content: center;
		min-height: 54px;
		padding: 0;
		-webkit-tap-highlight-color: transparent;
	}

	.fs-mobile-nav-submenu__back:hover,
	.fs-mobile-nav-submenu__back:focus,
	.fs-mobile-nav-submenu__back:active,
	.fs-mobile-nav-submenu__header .fs-mobile-nav-drawer__close:hover,
	.fs-mobile-nav-submenu__header .fs-mobile-nav-drawer__close:focus,
	.fs-mobile-nav-submenu__header .fs-mobile-nav-drawer__close:active {
		background: transparent !important;
		box-shadow: none !important;
		color: var(--fs-navy) !important;
	}

	.fs-mobile-nav-submenu__back:focus:not( :focus-visible ),
	.fs-mobile-nav-submenu__header .fs-mobile-nav-drawer__close:focus:not( :focus-visible ) {
		outline: 0;
	}

	.fs-mobile-nav-submenu__back:focus-visible,
	.fs-mobile-nav-submenu__header .fs-mobile-nav-drawer__close:focus-visible {
		outline: 2px solid var(--fs-cyan);
		outline-offset: 2px;
	}

	.fs-mobile-nav-submenu__back span {
		font-size: 31px;
		font-weight: 300;
		line-height: 28px;
	}

	.fs-mobile-nav-submenu__back small {
		font-size: 9px;
		font-weight: 700;
		letter-spacing: 0.03em;
		text-transform: uppercase;
	}

	.fs-mobile-nav-submenu__header .fs-mobile-nav-drawer__close {
		justify-self: end;
	}

	.fs-mobile-nav-submenu__content {
		background: #f1f5fb;
		padding: 12px 10px 0;
	}

	.fs-mobile-nav-submenu__all {
		align-items: center;
		background: var(--fs-white);
		border-radius: 7px;
		display: flex;
		font-size: 17px;
		justify-content: space-between;
		min-height: 54px;
		padding: 0 14px;
	}

	.fs-mobile-nav-submenu__all svg {
		height: 24px;
		width: 24px;
	}

	.fs-mobile-nav-submenu__grid {
		background: var(--fs-white);
		display: grid;
		gap: 25px 14px;
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
		margin: 12px -10px 0;
		padding: 17px 16px 24px;
	}

	.fs-mobile-nav-submenu__grid a {
		align-items: center;
		color: var(--fs-navy);
		display: flex;
		flex-direction: column;
		font-size: 15px;
		gap: 10px;
		line-height: 1.2;
		min-width: 0;
		text-align: center;
	}

	.fs-mobile-nav-submenu__grid img {
		border-radius: 50%;
		height: 112px;
		object-fit: cover;
		width: 112px;
	}

	.fs-mobile-nav-submenu__list {
		background: var(--fs-white);
		display: grid;
		gap: 9px;
		margin: 12px -10px 0;
		padding: 16px 14px 24px;
	}

	.fs-mobile-nav-submenu__list button,
	.fs-mobile-nav-submenu__list a {
		align-items: center;
		appearance: none;
		background: #f1f5fb;
		border: 0;
		border-radius: 7px;
		color: var(--fs-navy);
		display: grid;
		font-family: inherit;
		font-size: 16px;
		gap: 14px;
		grid-template-columns: 60px minmax( 0, 1fr ) 24px;
		line-height: 1.2;
		min-height: 68px;
		padding: 4px 12px 4px 4px;
		text-align: left;
		text-decoration: none;
		width: 100%;
	}

	.fs-mobile-nav-submenu__list button:focus-visible,
	.fs-mobile-nav-submenu__list a:focus-visible {
		outline: 3px solid var(--fs-cyan);
		outline-offset: 2px;
	}

	.fs-mobile-nav-submenu__list img {
		border-radius: 2px;
		height: 60px;
		object-fit: cover;
		width: 60px;
	}

	.fs-mobile-nav-submenu__list svg {
		height: 24px;
		width: 24px;
	}
}

@media ( max-width: 390px ) {
	.fs-mobile-nav-drawer__panel {
		width: calc( 100% - 16px );
	}

	.fs-mobile-nav-drawer__brand,
	.fs-mobile-nav-drawer__brand .fs-brand__picture {
		width: 150px;
	}
}
