body.home,
body.home #page,
body.home .site,
body.home .inside-article {
	background: #ffffff;
}

body.home .site-header,
body.home .main-navigation,
body.home .site-footer,
body.home .widget-area,
body.home .entry-header {
	display: none;
}

body.home .site-content,
body.home .content-area,
body.home .site-main,
body.home .inside-article {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.migrated-storefront {
	--sb-blue: #064875;
	--sb-blue-dark: #043b62;
	--sb-blue-darker: #033454;
	--sb-pink: #f60099;
	--sb-text: #222222;
	--sb-muted: #666666;
	--sb-line: #e5e5e5;
	--sb-sale: #f60099;
	--sb-info: #0e6fa9;
	--sb-page: #ffffff;
	color: var(--sb-text);
	background: var(--sb-page);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
}

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

.migrated-storefront a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.sb-service-bar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 180px 0 20px;
	gap: 34px;
	background: var(--sb-blue-darker);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
}

.sb-service-bar a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

.sb-customer-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	grid-template-columns: 80px 96px;
	height: 30px;
}

.sb-customer-toggle span {
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.06);
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	font-weight: 500;
}

.sb-customer-toggle span:first-child {
	background: rgba(0, 0, 0, 0.14);
}

.sb-header {
	display: grid;
	grid-template-columns: minmax(230px, 300px) minmax(300px, 540px) minmax(260px, 330px);
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 94px;
	padding: 18px clamp(16px, 2vw, 24px);
	background: var(--sb-blue);
	color: #ffffff;
}

.sb-logo {
	display: inline-flex;
	flex-direction: column;
	width: fit-content;
	color: #ffffff;
	text-decoration: none;
	line-height: 1;
}

.sb-logo__word {
	display: block;
	font-size: clamp(2rem, 3vw, 2.65rem);
	font-weight: 900;
	letter-spacing: 0;
}

.sb-logo__tagline {
	margin-top: 7px;
	padding-left: 120px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0;
	opacity: 0.82;
	white-space: nowrap;
}

.sb-search {
	display: grid;
	grid-template-columns: 48px 1fr;
	align-items: center;
	min-height: 48px;
	background: #ffffff;
	border-radius: 25px;
	overflow: hidden;
	color: #303030;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.sb-search span {
	display: grid;
	place-items: center;
}

.sb-search svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sb-search input {
	width: 100%;
	min-width: 0;
	height: 48px;
	padding: 0 18px 0 0;
	border: 0;
	background: transparent;
	color: #333333;
	font-size: 16px;
	outline: none;
}

.sb-search input::placeholder {
	color: #555555;
	opacity: 1;
}

.sb-account-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(20px, 2.5vw, 34px);
	scrollbar-width: none;
}

.sb-account-nav::-webkit-scrollbar,
.sb-main-nav::-webkit-scrollbar {
	display: none;
}

.sb-account-nav a,
.sb-menu-toggle {
	display: grid;
	justify-items: center;
	gap: 4px;
	min-width: 62px;
	border: 0;
	background: transparent;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
	cursor: pointer;
	font-family: inherit;
}

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

.sb-account-nav svg,
.sb-menu-toggle svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sb-main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(28px, 4.8vw, 62px);
	min-height: 50px;
	padding: 0 18px;
	background: #ffffff;
	border-bottom: 1px solid var(--sb-line);
	scrollbar-width: none;
}

.sb-main-nav a {
	color: var(--sb-text);
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
}

.migrated-storefront .sb-campaign-strip {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 18px;
	background: var(--sb-pink);
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 800;
}

.migrated-storefront .sb-campaign-strip strong {
	margin-left: 6px;
	color: #ffffff;
	text-decoration: underline;
}

.sb-hero {
	position: relative;
	background: #ffffff;
	overflow: hidden;
}

.sb-hero a {
	position: relative;
	display: block;
	width: 100%;
}

.sb-hero img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center top;
}

.sb-hero p {
	margin: 0;
	padding: 20px 18px 22px;
	color: #333333;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
}

.sb-products {
	width: 100%;
	max-width: 1216px;
	margin: 0 auto;
	padding: 30px 24px 24px;
}

.sb-section-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
}

.sb-section-heading h2 {
	margin: 0;
	color: var(--sb-text);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.15;
}

.sb-section-heading a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--sb-blue);
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.sb-section-heading a span {
	font-size: 32px;
	font-weight: 300;
	line-height: 0.8;
}

.sb-product-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 40px);
}

.sb-product-card {
	position: relative;
	display: block;
	min-width: 0;
	color: var(--sb-text);
	text-decoration: none;
}

.sb-product-card__image {
	position: relative;
	display: block;
	aspect-ratio: 2 / 3;
	background: #f1f1f1;
	overflow: hidden;
}

.sb-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sb-product-card__wishlist {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #ffffff;
	color: #111111;
	font-size: 28px;
	line-height: 1;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.12);
}

.sb-product-card__badges {
	position: absolute;
	left: 8px;
	bottom: 8px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.sb-product-card__badges span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 9px;
	border-radius: 3px;
	background: var(--sb-sale);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
}

.sb-product-card__badges span.is-blue {
	background: var(--sb-info);
}

.sb-product-card__meta,
.sb-product-card__brand,
.sb-product-card__name,
.sb-product-card__price-row {
	display: block;
}

.sb-product-card__meta {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 5px;
	margin-top: 14px;
	color: var(--sb-muted);
	font-size: 14px;
	font-weight: 400;
}

.sb-rating {
	justify-self: end;
	overflow: hidden;
	color: #bebebe;
	font-size: 13px;
	letter-spacing: 0;
	white-space: nowrap;
}

.sb-rating.is-gold {
	color: #ffd410;
}

.sb-product-card__brand {
	margin-top: 10px;
	color: var(--sb-text);
	font-size: 15px;
	font-weight: 800;
}

.sb-product-card__name {
	margin-top: 2px;
	color: var(--sb-text);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.22;
}

.sb-product-card__price-row {
	margin-top: 22px;
	color: var(--sb-text);
	font-size: 17px;
	font-weight: 800;
}

.sb-product-card__price-row strong {
	margin-right: 8px;
	color: var(--sb-pink);
	font-size: 18px;
}

.sb-product-card__price-row del {
	color: #333333;
	font-size: 15px;
	font-weight: 400;
}

.sb-image-tiles,
.sb-wide-tiles {
	width: 100%;
	max-width: 1216px;
	margin: 0 auto;
	padding: 20px 16px 26px;
	display: grid;
	gap: 16px;
}

.sb-image-tiles--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sb-image-tiles--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sb-image-tiles a,
.sb-wide-tiles a {
	display: block;
	min-width: 0;
	overflow: hidden;
	background: #f3f3f3;
	text-decoration: none;
}

.sb-image-tiles img,
.sb-wide-tiles img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 180ms ease;
}

.sb-image-tiles a:hover img,
.sb-wide-tiles a:hover img {
	transform: scale(1.015);
}

.sb-image-tiles img {
	aspect-ratio: 1 / 1;
}

.sb-wide-tiles {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-top: 34px;
	padding-bottom: 38px;
}

.sb-wide-tiles img {
	aspect-ratio: 1 / 1;
}

.sb-editorial {
	width: calc(100% - 32px);
	max-width: 1216px;
	margin: 0 auto 18px;
	padding: 30px 16px 34px;
	background: #f7f7f7;
	color: #333333;
}

.sb-editorial h2 {
	margin: 0 0 20px;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.2;
}

.sb-editorial h2:not(:first-child) {
	margin-top: 28px;
}

.sb-editorial h2 a,
.sb-editorial p a {
	color: var(--sb-blue);
	text-decoration: underline;
}

.sb-editorial p {
	max-width: 1130px;
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.55;
}

.sb-footer {
	border-top: 1px solid #dedede;
	background: #ffffff;
	color: #222222;
}

.sb-footer__columns {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 54px;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 36px 16px 24px;
}

.sb-footer__column h2 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.sb-footer__column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sb-footer__column li + li {
	margin-top: 5px;
}

.sb-footer__column a {
	color: #333333;
	font-size: 17px;
	line-height: 1.3;
	text-decoration: none;
}

.sb-footer__column a:hover,
.sb-main-nav a:hover,
.sb-section-heading a:hover {
	text-decoration: underline;
}

.sb-footer__bottom {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: end;
	min-height: 170px;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px 16px 28px;
	overflow: hidden;
}

.sb-footer__bottom::before {
	position: absolute;
	right: -40px;
	bottom: -10px;
	left: 220px;
	z-index: 0;
	height: 110px;
	background:
		linear-gradient(135deg, transparent 0 18%, rgba(6, 72, 117, 0.08) 18% 29%, transparent 29% 36%, rgba(6, 72, 117, 0.08) 36% 49%, transparent 49%),
		linear-gradient(180deg, rgba(6, 72, 117, 0.02), rgba(6, 72, 117, 0.08));
	content: "";
}

.sb-footer__social,
.sb-footer__payment,
.sb-footer__bottom p {
	position: relative;
	z-index: 1;
}

.sb-footer__social {
	display: flex;
	align-items: center;
	gap: 12px;
	align-self: start;
	padding-top: 14px;
}

.sb-footer__social a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--sb-blue);
	color: #ffffff;
	font-size: 19px;
	font-weight: 800;
	text-decoration: none;
}

.sb-footer__payment {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 430px;
	gap: 16px 24px;
	text-align: center;
}

.sb-footer__payment span {
	flex-basis: 100%;
	color: #333333;
	font-size: 16px;
}

.sb-footer__payment strong {
	color: #111111;
	font-size: 24px;
	font-weight: 900;
}

.sb-footer__payment strong:nth-child(3) {
	color: #f05a24;
}

.sb-footer__payment strong:nth-child(4) {
	color: #064875;
}

.sb-footer__payment strong:nth-child(5) {
	font-size: 14px;
}

.sb-footer__bottom p {
	grid-column: 2;
	margin: 18px 0 0;
	color: #555555;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 1023.98px) {
	.migrated-storefront {
		padding-top: 96px;
	}

	.sb-service-bar {
		justify-content: center;
		flex-wrap: wrap;
		gap: 0 22px;
		min-height: 34px;
		padding: 4px 16px 6px;
		font-size: 12px;
		line-height: 1.15;
	}

	.sb-customer-toggle {
		display: none;
	}

	.sb-header {
		position: fixed;
		z-index: 50;
		top: 0;
		left: 0;
		right: 0;
		display: grid;
		grid-template-areas:
			"logo account"
			"search search";
		grid-template-columns: minmax(150px, 1fr) auto;
		grid-template-rows: 48px 40px;
		gap: 0;
		min-height: 96px;
		height: 96px;
		padding: 0 16px 8px;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
	}

	.sb-logo {
		grid-area: logo;
		width: 150px;
		height: 27px;
		align-self: center;
		justify-content: center;
	}

	.sb-logo__word {
		font-size: 1.25rem;
		line-height: 0.86;
		white-space: nowrap;
	}

	.sb-logo__tagline {
		margin-top: 3px;
		padding-left: 58px;
		font-size: 5px;
		line-height: 1;
		letter-spacing: 0;
	}

	.sb-search {
		grid-area: search;
		grid-template-columns: 48px 1fr;
		min-height: 40px;
		height: 40px;
		border-radius: 3px;
	}

	.sb-search input {
		height: 40px;
		font-size: 15px;
	}

	.sb-account-nav {
		grid-area: account;
		justify-content: flex-end;
		gap: 0;
		height: 48px;
	}

	.sb-account-nav a,
	.sb-menu-toggle {
		place-items: center;
		min-width: 48px;
		width: 48px;
		height: 48px;
		padding: 0;
		font-size: 0;
		line-height: 1;
	}

	.sb-account-nav svg,
	.sb-menu-toggle svg {
		width: 24px;
		height: 24px;
	}

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

	.sb-main-nav {
		display: none;
	}

	.sb-products {
		max-width: none;
		padding: 28px 0 20px;
		overflow: hidden;
	}

	.sb-section-heading {
		margin: 0 16px 18px;
	}

	.sb-product-grid {
		display: flex;
		gap: 24px;
		overflow-x: auto;
		padding: 0 16px 18px;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.sb-product-grid::-webkit-scrollbar {
		display: none;
	}

	.sb-product-card {
		flex: 0 0 clamp(149px, calc(45vw - 26px), 440px);
		scroll-snap-align: start;
	}

	.sb-image-tiles {
		max-width: none;
		padding: 20px 8px 26px;
	}

	.sb-image-tiles--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.sb-image-tiles--three a:nth-child(3) {
		grid-column: 1 / -1;
	}

	.sb-image-tiles--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.sb-wide-tiles {
		grid-template-columns: 1fr;
		max-width: none;
		padding: 24px 8px 34px;
	}

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

	.sb-footer__bottom {
		grid-template-columns: 1fr;
		gap: 22px;
		justify-items: center;
		text-align: center;
	}

	.sb-footer__bottom p {
		grid-column: auto;
	}
}

@media (max-width: 680px) {
	.sb-service-bar {
		min-height: 40px;
		padding-top: 5px;
	}

	.sb-menu-toggle {
		display: grid;
	}

	.sb-account-nav a,
	.sb-menu-toggle {
		min-width: 44px;
		width: 44px;
	}

	.migrated-storefront .sb-campaign-strip {
		min-height: 46px;
		padding: 8px 12px;
		font-size: 14px;
	}

	.migrated-storefront .sb-campaign-strip strong {
		margin-left: 4px;
	}

	.sb-hero p {
		padding: 0 16px;
		min-height: 44px;
		display: grid;
		place-items: center;
		font-size: 14px;
	}

	.sb-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.sb-section-heading h2 {
		font-size: 26px;
	}

	.sb-section-heading a {
		font-size: 16px;
	}

	.sb-product-card__name,
	.sb-footer__column a,
	.sb-editorial p {
		font-size: 15px;
	}

	.sb-product-card__meta {
		gap: 3px;
		font-size: 12px;
	}

	.sb-rating {
		font-size: 11px;
	}

	.sb-image-tiles {
		gap: 8px;
		padding: 16px 8px 22px;
	}

	.sb-wide-tiles {
		padding: 18px 8px 28px;
	}

	.sb-editorial {
		width: calc(100% - 16px);
		padding: 24px 16px;
	}

	.sb-editorial h2 {
		font-size: 23px;
	}

	.sb-footer__columns {
		grid-template-columns: 1fr;
		gap: 26px;
		padding: 30px 32px 18px;
	}

	.sb-footer__bottom {
		padding: 20px 16px 28px;
	}
}

@media (max-width: 420px) {
	.sb-logo {
		width: 150px;
	}

	.sb-logo__word {
		font-size: 1.2rem;
	}

	.sb-logo__tagline {
		padding-left: 56px;
		font-size: 4.8px;
	}

	.sb-account-nav a,
	.sb-menu-toggle {
		min-width: 44px;
		width: 44px;
	}
}
