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

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

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

.migrated-storefront {
	--sb-blue: #25395c;
	--sb-blue-dark: #203250;
	--sb-blue-darker: #1b2a44;
	--sb-pink: #f60099;
	--sb-buy-green: #00d66f;
	--sb-buy-green-hover: #00bf63;
	--sb-text: #222222;
	--sb-muted: #666666;
	--sb-line: #e5e5e5;
	--sb-sale: #f60099;
	--sb-info: #25395c;
	--sb-page: #ffffff;
	color: var(--sb-text);
	background: var(--sb-page);
	font-family: "Inter", 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;
	align-items: center;
	width: clamp(180px, 20vw, 250px);
	color: #ffffff;
	text-decoration: none;
	line-height: 1;
}

.sb-logo__image {
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	filter: none;
	mix-blend-mode: normal;
}

.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,
.sb-mobile-menu__nav::-webkit-scrollbar {
	display: none;
}

.sb-account-nav a,
.sb-menu-toggle {
	position: relative;
	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-cart-count {
	position: absolute;
	top: -2px;
	right: 8px;
	display: grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--sb-buy-green);
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.sb-cart-drawer {
	position: fixed;
	inset: 0;
	z-index: 10000;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.sb-cart-drawer[hidden] {
	display: none;
}

.sb-cart-drawer.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.sb-cart-drawer__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: rgba(0, 0, 0, 0.16);
	cursor: pointer;
}

.sb-cart-drawer__overlay:hover,
.sb-cart-drawer__overlay:focus,
.sb-cart-drawer__overlay:active {
	background: rgba(0, 0, 0, 0.16);
	outline: 0;
}

.sb-cart-panel {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr) auto;
	width: min(100% - 46px, 540px);
	height: 100%;
	background: #ffffff;
	color: #222222;
	box-shadow: -16px 0 36px rgba(0, 0, 0, 0.2);
}

.sb-cart-panel__header {
	position: relative;
	display: grid;
	align-items: center;
	justify-items: center;
	min-height: 80px;
	padding: 20px 64px;
	border-bottom: 1px solid #e5e5e5;
}

.sb-cart-panel__header h2 {
	margin: 0;
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
}

.sb-cart-panel__close {
	position: absolute;
	top: 50%;
	right: 20px;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #222222;
	cursor: pointer;
	font: inherit;
	line-height: 1;
	padding: 0;
	transform: translateY(-50%);
	appearance: none;
	-webkit-appearance: none;
}

.sb-cart-panel__close:hover,
.sb-cart-panel__close:focus,
.sb-cart-panel__close:active {
	background: transparent;
	color: #222222;
	outline: 0;
}

.sb-cart-panel__close:focus-visible {
	outline: 2px solid #223c63;
	outline-offset: 2px;
}

.sb-cart-panel__close svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.sb-cart-panel__tabs {
	display: grid;
	grid-template-columns: 1fr;
	min-height: 72px;
	border-bottom: 1px solid #d6d6d6;
}

.sb-cart-panel__tabs span {
	position: relative;
	display: grid;
	place-items: center;
	color: #3f5968;
	font-size: 19px;
	font-weight: 500;
}

.sb-cart-panel__tabs span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 4px;
	background: var(--sb-blue);
}

.sb-cart-panel__tabs i {
	position: absolute;
	top: 13px;
	left: calc(50% + 70px);
	display: grid;
	place-items: center;
	min-width: 34px;
	height: 34px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--sb-buy-green);
	color: #ffffff;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
}

.sb-cart-items {
	display: grid;
	align-content: start;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-y: auto;
}

.sb-cart-item {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 22px;
	padding: 28px 24px 30px;
	border-bottom: 1px solid #e1e1e1;
}

.sb-cart-item__image {
	display: grid;
	place-items: center;
	align-self: start;
	aspect-ratio: 3 / 4;
	background: #f5f5f5;
	overflow: hidden;
}

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

.sb-cart-item__image.is-contain-image {
	background: #ffffff;
}

.sb-cart-item__image.is-contain-image img {
	object-fit: contain;
}

.sb-cart-item__body {
	display: grid;
	align-content: start;
	gap: 9px;
	min-width: 0;
}

.sb-cart-item__name {
	color: #222222;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

.sb-cart-item__meta {
	color: #777777;
	font-size: 16px;
	line-height: 1.35;
}

.sb-cart-item__meta dl,
.sb-cart-item__meta dt,
.sb-cart-item__meta dd,
.sb-cart-item__meta p {
	display: inline;
	margin: 0;
}

.sb-cart-item__price {
	display: block;
	color: #222222;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}

.sb-cart-item__controls {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 4px;
}

.sb-cart-item__qty-control {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	background: #ffffff;
	color: #222222;
	cursor: pointer;
	font-family: inherit;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	padding: 0;
	text-decoration: none;
}

.sb-cart-item__qty-control:disabled,
.sb-cart-item__remove:disabled {
	cursor: wait;
	opacity: 0.55;
}

.sb-cart-item__quantity {
	min-width: 22px;
	color: #222222;
	font-size: 20px;
	text-align: center;
}

.sb-cart-item__remove {
	margin-left: 14px;
	border: 0;
	background: transparent;
	color: #555555;
	cursor: pointer;
	font-family: inherit;
	font-size: 17px;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 3px;
	white-space: nowrap;
}

.sb-cart-item__stock {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #8a8a8a;
	font-size: 16px;
	line-height: 1.2;
}

.sb-cart-item__stock i {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--sb-buy-green);
}

.sb-cart-item__stock.is-out-of-stock i {
	background: #b42020;
}

.sb-cart-panel__footer {
	display: grid;
	gap: 18px;
	padding: 26px 22px 24px;
	border-top: 0;
	background: #ffffff;
}

.sb-cart-panel__subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	color: #222222;
	font-size: 21px;
	font-weight: 800;
}

.sb-cart-panel__subtotal strong {
	font-size: 24px;
	font-weight: 800;
}

.sb-cart-panel__express {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.sb-cart-panel__express:empty {
	display: none;
}

.sb-cart-panel__express #wc-stripe-express-checkout-element {
	flex-direction: column;
	align-items: stretch;
	flex-wrap: nowrap;
	gap: 10px;
	width: 100%;
	margin: 0 !important;
	clear: none !important;
}

.sb-cart-panel__express #wc-stripe-express-checkout-element > div {
	width: 100% !important;
	margin-bottom: 0;
}

.sb-cart-panel__express #wc-stripe-express-checkout-element > div:last-child {
	margin-bottom: 0;
}

.sb-cart-panel__express #wc-stripe-express-checkout-button-separator {
	display: none !important;
}

.sb-cart-panel__express wc-order-attribution-inputs {
	display: none;
}

.sb-cart-panel__checkout,
.sb-cart-panel__empty a {
	display: grid;
	place-items: center;
	min-height: 64px;
	padding: 0 18px;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	font-weight: 800;
}

.sb-cart-panel__checkout {
	background: var(--sb-buy-green);
	color: #25395c;
}

.sb-cart-panel__empty {
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 10px;
	padding: 42px 28px;
	text-align: center;
}

.sb-cart-panel__empty h3,
.sb-cart-panel__empty p {
	margin: 0;
}

.sb-cart-panel__empty h3 {
	font-size: 24px;
	font-weight: 800;
}

.sb-cart-panel__empty p {
	color: #666666;
	font-size: 15px;
}

.sb-cart-panel__empty a {
	width: 100%;
	margin-top: 12px;
	background: var(--sb-buy-green);
	color: #25395c;
}

body.sb-cart-drawer-is-open {
	overflow: hidden;
}

.sb-cart-drawer.is-updating .sb-cart-panel {
	cursor: wait;
}

@media (min-width: 1024px) {
	.sb-cart-panel {
		width: min(100% - 46px, 480px);
	}

	.sb-cart-panel__header {
		min-height: 58px;
		padding: 13px 56px;
	}

	.sb-cart-panel__header h2 {
		font-size: 20px;
	}

	.sb-cart-panel__close {
		right: 14px;
		width: 38px;
		height: 38px;
	}

	.sb-cart-panel__close svg {
		width: 24px;
		height: 24px;
	}

	.sb-cart-panel__tabs {
		min-height: 50px;
	}

	.sb-cart-panel__tabs span {
		font-size: 16px;
	}

	.sb-cart-panel__tabs i {
		top: 9px;
		left: calc(50% + 58px);
		min-width: 26px;
		height: 26px;
		padding: 0 8px;
		font-size: 14px;
	}

	.sb-cart-item {
		grid-template-columns: 84px minmax(0, 1fr);
		gap: 14px;
		padding: 14px 20px 15px;
	}

	.sb-cart-item__image {
		aspect-ratio: 1 / 1;
	}

	.sb-cart-item__body {
		gap: 5px;
	}

	.sb-cart-item__name {
		font-size: 16px;
		line-height: 1.2;
	}

	.sb-cart-item__meta {
		font-size: 13px;
		line-height: 1.25;
	}

	.sb-cart-item__price {
		font-size: 18px;
	}

	.sb-cart-item__controls {
		gap: 11px;
		margin-top: 0;
	}

	.sb-cart-item__qty-control {
		width: 34px;
		height: 34px;
		font-size: 23px;
	}

	.sb-cart-item__quantity {
		min-width: 18px;
		font-size: 17px;
	}

	.sb-cart-item__remove {
		margin-left: 4px;
		font-size: 13px;
	}

	.sb-cart-item__stock {
		gap: 8px;
		font-size: 13px;
	}

	.sb-cart-item__stock i {
		width: 14px;
		height: 14px;
	}

	.sb-cart-panel__footer {
		gap: 10px;
		padding: 15px 18px 16px;
	}

	.sb-cart-panel__subtotal {
		font-size: 17px;
	}

	.sb-cart-panel__subtotal strong {
		font-size: 20px;
	}

	.sb-cart-panel__express,
	.sb-cart-panel__express #wc-stripe-express-checkout-element {
		gap: 7px;
	}

	.sb-cart-panel__checkout {
		min-height: 48px;
		font-size: 17px;
	}
}

.sb-main-nav {
	position: relative;
	z-index: 45;
	display: block;
	min-height: 50px;
	padding: 0 18px;
	background: #ffffff;
	border-bottom: 1px solid var(--sb-line);
	scrollbar-width: none;
}

.sb-main-nav__list {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: clamp(22px, 3.2vw, 48px);
	max-width: 1240px;
	min-height: 50px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.sb-main-nav__item {
	display: flex;
	align-items: stretch;
}

.sb-main-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--sb-text);
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
}

.sb-main-nav__link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background: var(--sb-blue);
	opacity: 0;
	transform: scaleX(0.55);
	transition: opacity 160ms ease, transform 160ms ease;
}

.sb-main-nav__item:hover .sb-main-nav__link::after,
.sb-main-nav__item:focus-within .sb-main-nav__link::after {
	opacity: 1;
	transform: scaleX(1);
}

.sb-main-nav__link span {
	display: inline-grid;
	place-items: center;
	min-height: 20px;
	padding: 0 7px;
	border-radius: 999px;
	background: var(--sb-pink);
	color: #ffffff;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.sb-mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 44;
	max-height: min(680px, calc(100vh - 174px));
	overflow-y: auto;
	background: #ffffff;
	border-top: 1px solid var(--sb-line);
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0 22px 42px rgba(0, 0, 0, 0.14);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	visibility: hidden;
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.sb-main-nav__item:hover .sb-mega-menu,
.sb-main-nav__item:focus-within .sb-mega-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.sb-mega-menu__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
	gap: clamp(24px, 3vw, 46px);
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
	padding: 28px 0 34px;
}

.sb-mega-menu__columns {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px 32px;
}

.sb-mega-menu__group {
	min-width: 0;
}

.sb-mega-menu__group-link {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 50px;
	color: #1e1e1e;
	text-decoration: none;
}

.sb-mega-menu__group-link img {
	display: block;
	width: 42px;
	height: 42px;
	object-fit: contain;
	background: #f6f6f6;
}

.sb-mega-menu__group-link strong,
.sb-mega-menu__features span {
	display: block;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.sb-mega-menu__group-link small {
	display: block;
	margin-top: 3px;
	color: #6a6a6a;
	font-size: 12px;
	line-height: 1.25;
}

.sb-mega-menu__group ul {
	display: grid;
	gap: 7px;
	margin: 10px 0 0 54px;
	padding: 0;
	list-style: none;
}

.sb-mega-menu__group li a {
	color: #404040;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.25;
}

.sb-mega-menu__group a:hover,
.sb-mega-menu__group a:focus-visible,
.sb-mega-menu__features a:hover,
.sb-mega-menu__features a:focus-visible {
	color: var(--sb-blue);
}

.sb-mega-menu__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: start;
	gap: 14px;
}

.sb-mega-menu__features a {
	position: relative;
	display: grid;
	align-content: end;
	min-height: 142px;
	overflow: hidden;
	background: #f3f3f3;
	color: #ffffff;
	text-decoration: none;
}

.sb-mega-menu__features img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sb-mega-menu__features span {
	position: relative;
	z-index: 1;
	padding: 36px 12px 12px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.58));
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
}

.sb-mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 9990;
}

.sb-mobile-menu[hidden] {
	display: none;
}

.sb-mobile-menu__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: rgba(0, 0, 0, 0.52);
	cursor: pointer;
}

.sb-mobile-menu__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	width: min(calc(100% - 52px), 510px);
	height: 100%;
	background: #ffffff;
	color: #222222;
	box-shadow: -16px 0 36px rgba(0, 0, 0, 0.24);
	font-family: inherit;
}

.sb-mobile-menu__header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-height: 54px;
	padding: 0 14px 0 20px;
	background: #464646;
	color: #ffffff;
	border-bottom: 0;
}

.sb-mobile-menu__header h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
	text-align: left;
}

.sb-mobile-menu__header button {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
	padding: 0;
}

.sb-mobile-menu__home {
	display: grid;
	place-items: center;
	width: 22px;
	height: 36px;
	color: #ffffff;
	text-decoration: none;
}

.sb-mobile-menu__home svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	stroke: none;
}

.sb-mobile-menu__header button svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.sb-mobile-menu__expand svg {
	width: 11px;
	height: 11px;
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sb-mobile-menu__nav {
	overflow-y: auto;
	scrollbar-width: none;
}

.sb-mobile-menu__list {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sb-mobile-menu__list.is-nested {
	background: #fbfbfb;
}

.sb-mobile-menu__item {
	border-bottom: 1px solid #dddddd;
}

.sb-mobile-menu__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 28px;
	align-items: stretch;
	min-height: 51px;
}

.sb-mobile-menu__link {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 0 0 0 20px;
	border: 0;
	background: transparent;
	color: #222222;
	cursor: pointer;
	font-family: inherit;
	text-decoration: none;
	font-size: 21px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	text-transform: capitalize;
}

.sb-mobile-menu__list.is-nested .sb-mobile-menu__link {
	padding-left: 28px;
	font-size: 17px;
	font-weight: 400;
}

.sb-mobile-menu__link img {
	display: none;
}

.sb-mobile-menu__list.is-nested .sb-mobile-menu__link img {
	display: block;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	object-fit: contain;
	background: #ffffff;
}

.sb-mobile-menu__expand {
	display: grid;
	place-items: center;
	border: 0;
	border-left: 0;
	background: #ffffff;
	color: #111111;
	cursor: pointer;
	text-decoration: none;
	padding: 0;
}

.sb-mobile-menu__expand[aria-expanded="true"] svg {
	transform: rotate(90deg);
}

.sb-mobile-menu__children {
	border-top: 1px solid #dddddd;
}

.sb-mobile-menu__footer {
	display: grid;
	gap: 0;
	padding: 0 0 18px;
	border-top: 18px solid #efefef;
	background: #ffffff;
}

.sb-mobile-menu__footer a {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	align-items: center;
	gap: 0;
	min-height: 51px;
	padding: 0 20px;
	border-bottom: 1px solid #dddddd;
	color: #222222;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.sb-mobile-menu__footer svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sb-mobile-menu__shipping {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 22px;
	margin: 22px 20px 0;
	overflow: hidden;
	border-radius: 4px;
	background: #e9e9e9;
	color: #222222;
	text-align: center;
}

.sb-mobile-menu__shipping span {
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--sb-shipping-progress, 0%);
	background: var(--sb-buy-green);
}

.sb-mobile-menu__shipping strong {
	position: relative;
	z-index: 1;
	padding: 0 10px;
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
}

body.sb-menu-is-open {
	overflow: hidden;
}

.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 picture {
	display: block;
}

.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));
	column-gap: clamp(18px, 3vw, 40px);
	row-gap: 0;
	align-items: stretch;
}

.sb-carousel {
	position: relative;
	--sb-carousel-progress: 0;
}

.sb-carousel__cue {
	display: none;
}

.sb-product-card {
	position: relative;
	display: grid;
	grid-template-areas:
		"image"
		"meta"
		"brand"
		"name"
		"benefits"
		"price";
	grid-template-rows: auto auto auto 44px 68px auto;
	align-content: start;
	min-width: 0;
	padding: 10px;
	border-radius: 2px;
	background: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(37, 57, 92, 0.12);
	color: var(--sb-text);
	text-decoration: none;
}

.sb-product-card__image {
	position: relative;
	grid-area: image;
	display: block;
	aspect-ratio: 1 / 1;
	background: #ffffff;
	overflow: hidden;
}

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

.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 {
	grid-area: 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 {
	grid-area: brand;
	margin-top: 10px;
	color: var(--sb-text);
	font-size: 15px;
	font-weight: 800;
}

.sb-product-card__name {
	grid-area: name;
	display: -webkit-box;
	min-height: 42px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 2px;
	color: var(--sb-text);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.22;
}

.sb-product-card__benefits {
	grid-area: benefits;
	display: grid;
	align-content: start;
	min-height: 62px;
	overflow: hidden;
	margin-top: 8px;
	color: #222222;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.4px;
	line-height: 18px;
}

.sb-product-card__benefit {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.sb-product-card__benefit-icon {
	display: block;
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
}

.sb-product-card__benefit-text {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sb-product-card__price-row {
	grid-area: price;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	margin-top: 0;
	color: var(--sb-text);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	white-space: normal;
}

.sb-product-card__benefits + .sb-product-card__price-row {
	margin-top: 0;
}

.sb-product-card__price-row strong {
	color: var(--sb-pink);
	font-size: 18px;
	white-space: nowrap;
}

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

@media (min-width: 981px) {
	.sb-product-grid .sb-product-card:nth-child(n + 6) {
		margin-top: 36px;
	}

	.sb-product-grid--recommended .sb-product-card:nth-child(n + 11) {
		display: none;
	}

	@supports (grid-template-rows: subgrid) {
		.sb-product-card {
			grid-row: span 6;
			grid-template-rows: subgrid;
		}

		.sb-product-card__image {
			grid-row: 1;
		}

		.sb-product-card__meta {
			grid-row: 2;
		}

		.sb-product-card__brand {
			grid-row: 3;
		}

		.sb-product-card__name {
			grid-row: 4;
		}

		.sb-product-card__benefits {
			grid-row: 5;
		}

		.sb-product-card__price-row {
			grid-row: 6;
		}
	}
}

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

.sb-category-feature {
	width: 100%;
	max-width: 1216px;
	margin: 0 auto;
	padding: 20px 16px 28px;
}

.sb-category-feature__banner {
	display: block;
	margin-bottom: 24px;
	overflow: hidden;
	background: #111111;
	text-decoration: none;
}

.sb-category-feature__banner img {
	display: block;
	width: 100%;
	height: auto;
}

.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-content-page {
	min-height: 100vh;
}

.sb-content-page__article {
	width: min(980px, calc(100% - 48px));
	margin: 0 auto;
	padding: clamp(36px, 6vw, 72px) 0;
}

.sb-content-page__header {
	max-width: 760px;
	margin: 0 0 30px;
}

.sb-content-page__header p {
	margin: 0 0 8px;
	color: var(--sb-muted);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.sb-content-page__header h1 {
	margin: 0;
	color: var(--sb-text);
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
}

.sb-content-page__body {
	max-width: 780px;
	color: #2f2f2f;
	font-size: 17px;
	line-height: 1.68;
}

.sb-content-page__body h2,
.sb-content-page__body h3 {
	margin: 34px 0 12px;
	color: var(--sb-text);
	font-weight: 900;
	line-height: 1.2;
}

.sb-content-page__body h2 {
	font-size: clamp(24px, 3vw, 34px);
}

.sb-content-page__body h3 {
	font-size: 21px;
}

.sb-content-page__body p,
.sb-content-page__body ul,
.sb-content-page__body ol {
	margin: 0 0 18px;
}

.sb-content-page__body ul,
.sb-content-page__body ol {
	padding-left: 1.35em;
}

.sb-content-page__body li + li {
	margin-top: 8px;
}

.sb-content-page__body a {
	color: #0c5578;
	font-weight: 800;
}

.sb-404-page {
	min-height: 100vh;
}

.sb-404 {
	display: grid;
	place-items: center;
	min-height: calc(100vh - 124px);
	padding: clamp(48px, 9vw, 96px) 20px;
	background: #ffffff;
}

.sb-404__inner {
	display: grid;
	gap: 16px;
	width: min(640px, 100%);
	margin: 0 auto;
	text-align: center;
}

.sb-404__eyebrow {
	width: max-content;
	margin: 0 auto;
	padding: 5px 12px;
	border-radius: 999px;
	background: #eef6fb;
	color: var(--sb-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.sb-404 h1 {
	margin: 0;
	color: var(--sb-text);
	font-size: clamp(34px, 6vw, 54px);
	font-weight: 900;
	line-height: 1.05;
}

.sb-404 p {
	margin: 0;
	color: #444444;
	font-size: clamp(17px, 2.1vw, 21px);
	line-height: 1.45;
}

.sb-404__countdown {
	color: var(--sb-muted);
	font-size: 15px;
}

.sb-404__countdown strong {
	color: var(--sb-blue);
}

.sb-404__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 10px;
}

.sb-404__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	min-width: 180px;
	padding: 0 24px;
	border: 2px solid #3f8420;
	background: #3f8420;
	color: #ffffff;
	font-size: 17px;
	font-weight: 800;
	text-decoration: none;
}

.sb-404__button:hover,
.sb-404__button:focus {
	background: #326d19;
	border-color: #326d19;
	color: #ffffff;
}

.sb-404__button--secondary {
	background: #ffffff;
	border-color: var(--sb-blue);
	color: var(--sb-blue);
}

.sb-404__button--secondary:hover,
.sb-404__button--secondary:focus {
	background: #eef6fb;
	border-color: var(--sb-blue);
	color: var(--sb-blue);
}

.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__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: default;
}

.sb-footer__toggle svg {
	display: none;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 0.18s ease;
}

.sb-footer__links {
	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-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: grid;
	justify-items: center;
	max-width: 430px;
	gap: 16px;
	text-align: center;
}

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

.sb-footer__payment-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sb-footer__payment-logos li {
	display: flex;
	align-items: center;
}

.sb-footer__payment-logos img {
	display: block;
	width: auto;
	height: 28px;
	object-fit: contain;
}

.sb-footer__payment-logos li:nth-child(4) img {
	height: 34px;
}

.sb-footer__payment-logos li:nth-child(5) img {
	height: 24px;
}

.sb-footer__payment-logos li:nth-child(6) img {
	height: 30px;
}

.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(0, 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: min(228px, calc(100vw - 192px));
		height: auto;
		align-self: center;
		justify-content: flex-start;
		transform: translateY(-6px);
	}

	.sb-logo__image {
		width: 100%;
		height: auto;
	}

	.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;
		transform: translateY(-4px);
	}

	.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: 40px;
		width: 40px;
		height: 48px;
		padding: 0;
		font-size: 0;
		line-height: 1;
	}

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

	.sb-cart-count {
		top: 4px;
		right: 4px;
		min-width: 17px;
		height: 17px;
		font-size: 10px;
	}

	.sb-cart-panel {
		width: calc(100% - 46px);
	}

	.sb-cart-panel__header {
		min-height: 62px;
		padding: 14px 48px;
	}

	.sb-cart-panel__header h2 {
		font-size: 18px;
	}

	.sb-cart-panel__close {
		right: 10px;
		width: 36px;
		height: 36px;
		background: transparent;
	}

	.sb-cart-panel__close svg {
		width: 24px;
		height: 24px;
	}

	.sb-cart-panel__tabs {
		min-height: 53px;
	}

	.sb-cart-panel__tabs span {
		font-size: 14px;
	}

	.sb-cart-panel__tabs i {
		top: 9px;
		left: calc(50% + 50px);
		min-width: 24px;
		height: 24px;
		font-size: 13px;
	}

	.sb-cart-item {
		grid-template-columns: 74px minmax(0, 1fr);
		gap: 13px;
		padding: 19px 16px 22px;
	}

	.sb-cart-item__name {
		font-size: 14px;
	}

	.sb-cart-item__meta,
	.sb-cart-item__stock {
		font-size: 12px;
	}

	.sb-cart-item__price {
		font-size: 16px;
	}

	.sb-cart-item__controls {
		gap: 11px;
	}

	.sb-cart-item__qty-control {
		width: 37px;
		height: 37px;
		font-size: 24px;
	}

	.sb-cart-item__remove {
		margin-left: 5px;
		font-size: 12px;
	}

	.sb-cart-panel__footer {
		padding: 18px 16px 19px;
	}

	.sb-cart-panel__subtotal {
		font-size: 16px;
	}

	.sb-cart-panel__express {
		gap: 8px;
	}

	.sb-cart-panel__checkout {
		min-height: 46px;
		font-size: 16px;
	}

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

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

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

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

	.sb-carousel {
		margin: 0;
	}

	.sb-carousel::before,
	.sb-carousel::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 34px;
		z-index: 3;
		width: 34px;
		pointer-events: none;
		opacity: 0;
		transition: opacity 0.18s ease;
	}

	.sb-carousel::before {
		left: 0;
		background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
	}

	.sb-carousel::after {
		right: 0;
		background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
	}

	.sb-carousel.is-scrollable:not(.is-at-start)::before,
	.sb-carousel.is-scrollable:not(.is-at-end)::after {
		opacity: 1;
	}

	.sb-carousel__cue {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		min-height: 18px;
		margin-top: 6px;
		pointer-events: none;
		opacity: 0;
		transition: opacity 0.18s ease;
	}

	.sb-carousel.is-scrollable .sb-carousel__cue {
		opacity: 1;
	}

	.sb-carousel__cue-track {
		position: relative;
		display: block;
		width: 52px;
		height: 3px;
		overflow: hidden;
		border-radius: 999px;
		background: rgba(37, 57, 92, 0.14);
	}

	.sb-carousel__cue-thumb {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 18px;
		height: 100%;
		border-radius: inherit;
		background: #ffa200;
		transform: translateX(calc(var(--sb-carousel-progress) * 34px));
		transition: transform 0.12s linear;
	}

	.sb-carousel__cue-arrow {
		position: relative;
		display: block;
		width: 22px;
		height: 22px;
		border: 1px solid rgba(37, 57, 92, 0.18);
		border-radius: 50%;
		background: #ffffff;
		box-shadow: 0 2px 8px rgba(25, 36, 56, 0.12);
	}

	.sb-carousel__cue-arrow::before {
		content: "";
		position: absolute;
		top: 6px;
		left: 6px;
		width: 7px;
		height: 7px;
		border-top: 2px solid var(--sb-blue);
		border-right: 2px solid var(--sb-blue);
		transform: rotate(45deg);
	}

	.sb-carousel.is-at-end .sb-carousel__cue-arrow {
		opacity: 0.4;
	}

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

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

	.sb-product-card {
		flex: 0 0 clamp(134px, calc((100vw - 40px) * 0.4762), 178px);
		padding: 7px;
		scroll-snap-align: start;
	}

	.sb-product-card__price-row {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 2px;
		white-space: normal;
	}

	.sb-product-card__price-row strong {
		margin-right: 0;
		white-space: nowrap;
	}

	.sb-product-card__price-row del {
		white-space: nowrap;
	}

	.sb-category-feature {
		max-width: none;
		padding: 16px 0 26px;
	}

	.sb-category-feature__banner {
		margin-bottom: 18px;
	}

	.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-menu-toggle svg {
		transform: translateY(-2px);
	}

	.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-404 {
		min-height: calc(100vh - 136px);
		padding: 42px 18px 58px;
	}

	.sb-404__inner {
		gap: 14px;
		text-align: left;
	}

	.sb-404__eyebrow {
		margin-left: 0;
	}

	.sb-404__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.sb-404__button {
		width: 100%;
		min-height: 48px;
		font-size: 16px;
	}

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

	.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 {
		display: block;
		max-width: none;
		padding: 0;
		border-top: 1px solid #e4e4e4;
		background: #ffffff;
	}

	.sb-footer__column {
		border-bottom: 1px solid #e4e4e4;
	}

	.sb-footer__column h2 {
		margin: 0;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: 0;
	}

	.sb-footer__toggle {
		min-height: 74px;
		padding: 0 24px;
		cursor: pointer;
	}

	.sb-footer__toggle svg {
		display: block;
		flex: 0 0 auto;
	}

	.sb-footer__column.is-open .sb-footer__toggle svg {
		transform: rotate(180deg);
	}

	.sb-footer__links {
		display: none;
		padding: 0 24px 22px;
	}

	.sb-footer__column.is-open .sb-footer__links {
		display: block;
	}

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

	.sb-footer__column a {
		font-size: 16px;
		line-height: 1.35;
	}

	.sb-footer__bottom {
		min-height: 0;
		padding: 24px 16px 28px;
		background: #f5fbfd;
	}

	.sb-footer__bottom::before {
		right: 0;
		bottom: 0;
		left: 0;
		height: 100%;
		opacity: 0.65;
	}

	.sb-footer__social {
		justify-content: center;
		gap: 18px;
		padding-top: 0;
	}

	.sb-footer__social a {
		width: 54px;
		height: 54px;
		font-size: 24px;
	}

	.sb-footer__payment {
		gap: 10px 18px;
	}

	.sb-footer__payment span {
		font-size: 17px;
	}

	.sb-footer__payment-logos {
		gap: 16px;
	}

	.sb-footer__payment-logos img {
		height: 29px;
	}

	.sb-footer__payment-logos li:nth-child(4) img {
		height: 36px;
	}

	.sb-footer__payment-logos li:nth-child(5) img {
		height: 25px;
	}

	.sb-footer__payment-logos li:nth-child(6) img {
		height: 31px;
	}

	.sb-footer__bottom p {
		margin-top: 6px;
		font-size: 13px;
	}
}

@media (max-width: 420px) {
	.sb-logo {
		width: min(210px, calc(100vw - 176px));
	}

	.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: 36px;
		width: 36px;
	}
}
