/*
Theme Name: FastSwim
Theme URI: https://www.fastswim.no/
Description: FastSwim child theme for GeneratePress.
Author: FastSwim
Author URI: https://www.fastswim.no/
Template: generatepress
Version: 1.5.0
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;
}

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-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: 260 / 115;
	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;
}

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

.fs-nav__inner::-webkit-scrollbar {
	display: none;
}

.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-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( 11, 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;
}

.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__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: 22px;
		justify-content: flex-start;
	}

	.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-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 {
		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;
	}

	.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-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: 560px ) {
	html:has( body.fastswim-storefront.admin-bar ) {
		margin-top: 0 !important;
	}

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

	.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-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-right: 0;
	}

	.fs-category-rail__items {
		gap: 10px;
		grid-template-columns: repeat( 11, 86px );
		padding-right: 16px;
	}

	.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 !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;
	}
}

@media ( prefers-reduced-motion: reduce ) {
	* {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
