﻿body.woocommerce,
body.woocommerce-checkout,
body.woocommerce-account,
body.woocommerce #page,
body.woocommerce-checkout #page,
body.woocommerce-account #page,
body.woocommerce .site,
body.woocommerce-checkout .site,
body.woocommerce-account .site,
body.woocommerce-checkout .inside-article,
body.woocommerce-account .inside-article,
body.woocommerce .inside-article {
	background: #ffffff;
}

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

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

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

.sb-archive-header {
	width: 100%;
	max-width: 1216px;
	margin: 0 auto;
	padding: 34px 24px 22px;
}

.sb-archive-header .woocommerce-breadcrumb {
	margin: 0 0 18px;
	color: #606060;
	font-size: 14px;
}

.sb-archive-header .woocommerce-breadcrumb a {
	color: var(--sb-blue);
	text-decoration: none;
}

.sb-category-hero-image {
	width: 100%;
	margin: 0 0 24px;
	overflow: hidden;
	line-height: 0;
}

.sb-category-hero-image__img {
	display: block;
	width: 100%;
	height: auto;
}

.sb-archive-header__main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 28px;
}

.sb-archive-header h1 {
	margin: 0;
	color: var(--sb-text);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.1;
}

.sb-archive-header p {
	max-width: 620px;
	margin: 12px 0 0;
	color: #4f4f4f;
	font-size: 16px;
	line-height: 1.45;
}

.sb-archive-header__intro > :last-child {
	margin-bottom: 0;
}

.sb-archive-header__tools {
	display: none;
	justify-items: end;
	gap: 12px;
}

.sb-archive-header__tools .woocommerce-result-count,
.sb-desktop-archive-tools .woocommerce-result-count {
	margin: 0;
	color: #555555;
	font-size: 14px;
}

.sb-archive-header__tools .woocommerce-ordering,
.sb-desktop-archive-tools .woocommerce-ordering {
	margin: 0;
}

.sb-archive-header__tools select,
.sb-desktop-archive-tools select {
	min-height: 42px;
	padding: 0 34px 0 12px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	background: #ffffff;
	color: #222222;
	font: inherit;
}

.sb-mobile-archive-controls {
	display: none;
}

.sb-archive-layout {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 32px;
	width: 100%;
	max-width: 1216px;
	margin: 0 auto;
	padding: 0 24px 54px;
}

.sb-desktop-archive-tools {
	display: grid;
	grid-column: 2;
	grid-row: 1;
	justify-items: end;
	align-self: start;
	gap: 12px;
	margin: 0 0 18px;
}

.sb-filter-panel {
	grid-column: 1;
	grid-row: 1 / span 2;
	align-self: start;
	position: sticky;
	top: 24px;
	padding: 20px 0 0;
	color: #222222;
}

.sb-filter-panel h2 {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: 800;
}

.sb-filter-group {
	padding: 18px 0;
	border-top: 1px solid #e6e6e6;
}

.sb-filter-group h3 {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 800;
}

.sb-filter-group a,
.sb-filter-group li {
	display: block;
	margin: 8px 0 0;
	color: #333333;
	font-size: 15px;
	line-height: 1.25;
	text-decoration: none;
}

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

.sb-filter-group a:hover {
	color: var(--sb-blue);
	text-decoration: underline;
}

.sb-archive-products ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 190px), 1fr));
	align-items: stretch;
	gap: 34px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sb-archive-products {
	grid-column: 2;
	grid-row: 2;
	min-width: 0;
}

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

.sb-category-popular__heading {
	margin: 0 0 18px;
	color: var(--sb-text);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.15;
}

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

.sb-category-popular .sb-carousel__cue {
	display: none;
}

.sb-category-popular ul.products.sb-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce .sb-category-popular ul.products li.product.sb-product-card {
	display: flex;
	align-self: stretch;
	width: auto !important;
	margin: 0;
}

.sb-category-popular .sb-product-card__link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
}

.sb-category-popular .sb-product-card__price-row {
	margin-top: auto;
}

.sb-category-popular .sb-product-grid .sb-product-card:nth-child(n + 6) {
	margin-top: 0;
}

.woocommerce .sb-archive-products .woocommerce-no-products-found {
	width: 100%;
}

.woocommerce .sb-archive-products ul.products li.product.sb-product-card {
	display: flex;
	align-self: stretch;
}

.sb-archive-products .sb-product-card__link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
}

.sb-archive-products .sb-product-card__price-row {
	margin-top: auto;
}

.woocommerce .sb-archive-products .woocommerce-info {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 82px;
	margin: 0;
	padding: 22px 24px 22px 78px;
	border: 1px solid #dde9f1;
	border-top: 4px solid var(--sb-blue);
	border-radius: 0;
	background: #f7fbfd;
	box-shadow: none;
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}

.woocommerce .sb-archive-products .woocommerce-info::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 28px;
	width: 26px;
	height: 26px;
	margin: 0;
	border: 2px solid var(--sb-blue);
	border-radius: 50%;
	background: transparent;
	transform: translateY(-50%);
}

.woocommerce .sb-archive-products .woocommerce-info::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50px;
	width: 11px;
	height: 2px;
	background: var(--sb-blue);
	transform: translateY(9px) rotate(45deg);
	transform-origin: left center;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product.sb-product-card {
	display: block;
	box-sizing: border-box;
	grid-row: auto;
	grid-template-rows: none;
	align-self: start;
	float: none;
	width: auto;
	margin: 0;
	padding: 10px;
	border-radius: 2px;
	background: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(37, 57, 92, 0.12);
}

.sb-product-card__link {
	display: block;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}

.woocommerce .sb-product-card__image img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	object-position: center;
}

.woocommerce .sb-rating {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 16px;
	color: #b8b8b8;
	line-height: 1;
}

.woocommerce .sb-rating__base,
.woocommerce .sb-rating__fill {
	position: absolute;
	inset: 0 auto auto 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.woocommerce .sb-rating__fill {
	color: #ffd410;
}

.sb-product-card__price-row,
.sb-product-card__price-row .price {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	color: var(--sb-pink);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	white-space: normal;
}

.sb-product-card__price-row strong,
.sb-product-card__price-row ins,
.sb-product-card__price-row .price > .amount,
.sb-product-card__price-row ins .amount {
	color: var(--sb-pink);
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.sb-product-card__price-row del {
	color: #333333;
	opacity: 1;
	white-space: nowrap;
}

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

.sb-product-card__price-row ins {
	background: transparent;
	text-decoration: none;
}

.sb-product-card__swatches {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 20px;
	margin-top: 12px;
}

.sb-product-card__swatches span {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #333333;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.sb-product-card__swatches [data-color*="sort"] {
	background: #111111;
}

.sb-product-card__swatches [data-color*="marine"],
.sb-product-card__swatches [data-color*="bla"] {
	background: #1f3f5b;
}

.sb-product-card__swatches [data-color*="gronn"] {
	background: #53624a;
}

.sb-product-card__swatches [data-color*="gra"] {
	background: #555a56;
}

.sb-product-card__swatches [data-color*="sand"],
.sb-product-card__swatches [data-color*="beige"] {
	background: #d8c2a2;
}

.sb-product-card__swatches [data-color*="hvit"] {
	background: #f5f0e8;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 42px;
}

.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	gap: 8px;
	border: 0;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	border: 1px solid #d7d7d7;
	color: #222222;
	font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--sb-blue);
	border-color: var(--sb-blue);
	color: #ffffff;
}

.sb-archive-products.is-infinite-scroll nav.woocommerce-pagination {
	display: none;
}

.sb-archive-load-more {
	display: grid;
	justify-items: center;
	gap: 12px;
	min-height: 22px;
	margin: 34px 0 0;
}

.sb-archive-load-more[hidden] {
	display: none;
}

.sb-archive-load-more__status {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 22px;
	color: #4d4d4d;
	font-size: 15px;
	font-weight: 700;
}

.sb-archive-products.is-archive-loading .sb-archive-load-more__status::before {
	width: 15px;
	height: 15px;
	border: 2px solid #d9d9d9;
	border-top-color: var(--sb-blue);
	border-radius: 999px;
	content: "";
	animation: sb-archive-spin 0.8s linear infinite;
}

.sb-archive-load-more__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border: 1px solid var(--sb-blue);
	background: #ffffff;
	color: var(--sb-blue);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.sb-archive-load-more__button[hidden] {
	display: none;
}

.sb-archive-load-more__button:hover,
.sb-archive-load-more__button:focus-visible {
	background: var(--sb-blue);
	color: #ffffff;
}

.sb-archive-load-more__button:disabled {
	cursor: wait;
	opacity: 0.65;
}

@keyframes sb-archive-spin {
	to {
		transform: rotate(360deg);
	}
}
.sb-product-shell {
	width: 100%;
	max-width: 1216px;
	margin: 0 auto;
	padding: 30px 24px 42px;
}

.sb-product-shell .woocommerce-breadcrumb {
	margin: 0 0 20px;
	color: #606060;
	font-size: 14px;
}

.sb-product-shell .woocommerce-breadcrumb a {
	color: var(--sb-blue);
	text-decoration: none;
}

.woocommerce .sb-product-shell .woocommerce-notices-wrapper {
	margin: 0 0 20px;
}

.woocommerce .sb-product-shell .woocommerce-message,
.woocommerce .sb-product-shell .woocommerce-info,
.woocommerce .sb-product-shell .woocommerce-error {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 64px;
	margin: 0 0 22px;
	padding: 14px 24px 14px 74px;
	border: 0;
	border-radius: 0;
	background: #f2f8ec;
	box-shadow: none;
	color: #222222;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.woocommerce .sb-product-shell .woocommerce-message::before,
.woocommerce .sb-product-shell .woocommerce-info::before,
.woocommerce .sb-product-shell .woocommerce-error::before {
	content: "\2713";
	position: absolute;
	top: 50%;
	left: 30px;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--sb-buy-green, #00d66f);
	color: #ffffff;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	transform: translateY(-50%);
}

.woocommerce .sb-product-shell .woocommerce-error::before {
	content: "!";
	background: #b42020;
}

.woocommerce .sb-product-shell .woocommerce-message .button,
.woocommerce .sb-product-shell .woocommerce-info .button,
.woocommerce .sb-product-shell .woocommerce-error .button {
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #1f1f1f;
	font: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.woocommerce .sb-product-shell .norgeslys-cart-notice__checkout {
	color: #1f1f1f;
	text-decoration: underline;
	text-underline-offset: 3px;
	white-space: nowrap;
}

.sb-single-product {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
	gap: 46px;
	align-items: start;
}

.sb-product-gallery {
	min-width: 0;
}

.sb-product-gallery__main {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 4 / 5;
	background: #f3f3f3;
	overflow: hidden;
}

.sb-product-gallery__main.is-contain-image {
	aspect-ratio: 3 / 2;
	background: #ffffff;
}

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

.sb-product-gallery__main.is-contain-image img {
	object-fit: contain;
}

.sb-product-gallery__badge {
	position: absolute;
	left: 16px;
	bottom: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 3px;
	background: var(--sb-sale);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
}

.sb-product-gallery__thumbs {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc(18.1818% - 9.09px);
	gap: 10px;
	margin-top: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 4px;
	scroll-padding-inline: 0;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
}

.sb-product-gallery__thumbs a {
	display: block;
	min-width: 0;
	aspect-ratio: 1;
	border: 2px solid transparent;
	background: #f3f3f3;
	overflow: hidden;
	scroll-snap-align: start;
}

.sb-product-gallery__thumbs a.is-active,
.sb-product-gallery__thumbs a[aria-current="true"] {
	border-color: var(--sb-blue);
}

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

.sb-product-summary {
	position: sticky;
	top: 18px;
	min-width: 0;
}

.sb-product-summary__kicker {
	margin: 0 0 8px;
	color: #606060;
	font-size: 14px;
	font-weight: 700;
}

.sb-product-summary h1 {
	margin: 0;
	color: var(--sb-text);
	font-size: 31px;
	font-weight: 800;
	line-height: 1.12;
}

.sb-product-summary__rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	color: #606060;
	font-size: 14px;
}

.sb-product-summary__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 20px;
	color: var(--sb-pink);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.15;
}

.sb-product-summary__price .amount {
	color: var(--sb-pink);
	font-weight: 800;
}

.sb-product-summary__price del {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	opacity: 1;
}

.sb-product-summary__price del .amount {
	color: #333333;
	font-weight: 400;
}

.sb-product-summary__price ins {
	background: transparent;
	text-decoration: none;
}

.sb-product-summary__excerpt {
	margin-top: 18px;
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
}

.sb-product-summary__excerpt p {
	margin: 0;
}

.sb-product-quick-attrs {
	display: grid;
	gap: 8px;
	margin-top: 22px;
	color: #333333;
	font-size: 14px;
	font-weight: 800;
}

.sb-product-buybox {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid #e6e6e6;
}

.sb-product-buybox > .stock {
	display: none;
}

.sb-product-buybox form.cart,
.woocommerce div.product .sb-product-buybox form.cart {
	display: block;
	margin: 0;
}

.sb-product-buybox table.variations {
	width: 100%;
	margin: 0 0 20px;
	border: 0;
}

.sb-product-buybox table.variations tbody,
.sb-product-buybox table.variations tr,
.sb-product-buybox table.variations th,
.sb-product-buybox table.variations td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	text-align: left;
}

.sb-product-buybox table.variations tr + tr {
	margin-top: 18px;
}

.sb-product-buybox table.variations label {
	display: block;
	margin-bottom: 9px;
	color: #222222;
	font-size: 15px;
	font-weight: 800;
}

.sb-product-buybox table.variations select {
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	width: 100%;
	min-height: 56px;
	padding: 0 52px 0 18px;
	border: 2px solid #111111;
	border-radius: 0;
	background:
		#ffffff
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")
		right 18px center / 22px 22px no-repeat;
	color: #222222;
	font: inherit;
	font-size: 17px;
	font-weight: 500;
}

.sb-product-buybox table.variations select:focus {
	outline: 2px solid #0d5076;
	outline-offset: 2px;
}

.sb-product-buybox .variations_form.is-enhanced select[data-norgeslys-enhanced="true"] {
	position: absolute;
	width: 1px;
	height: 1px;
	min-height: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.sb-variation-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sb-variation-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	background: #ffffff;
	color: #222222;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.sb-variation-button:hover,
.sb-variation-button.is-selected {
	border-color: #111111;
	box-shadow: inset 0 0 0 1px #111111;
}

.sb-variation-button__dot {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.22);
}

.sb-product-buybox .reset_variations {
	display: inline-block;
	margin-top: 10px;
	color: var(--sb-blue);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.sb-product-buybox .single_variation_wrap {
	margin-top: 18px;
}

.sb-product-buybox .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0;
}

.sb-product-buybox .woocommerce-variation-price {
	margin-bottom: 12px;
	color: var(--sb-pink);
	font-size: 18px;
	font-weight: 800;
}

.sb-product-buybox .woocommerce-variation-availability {
	display: none;
}

.woocommerce .sb-product-buybox form.cart div.quantity {
	float: none;
	display: none !important;
	margin: 0;
}

.woocommerce .sb-product-buybox form.cart .qty {
	width: 64px;
	min-height: 48px;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	color: #222222;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.woocommerce .sb-product-buybox form.cart .button {
	float: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 0 30px;
	border: 0;
	border-radius: 0;
	background: var(--sb-buy-green, #00d66f);
	color: #25395c;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	text-transform: none;
}

.woocommerce .sb-product-buybox form.cart .button:hover,
.woocommerce .sb-product-buybox form.cart .button:focus {
	background: var(--sb-buy-green-hover, #00bf63);
	color: #25395c;
}

.woocommerce .sb-product-buybox form.cart .button::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8h12l-1.4 11H7.4L6 8Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9 8a3 3 0 0 1 6 0' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8h12l-1.4 11H7.4L6 8Z' fill='none' stroke='black' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M9 8a3 3 0 0 1 6 0' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.woocommerce .sb-product-buybox form.cart .button.disabled,
.woocommerce .sb-product-buybox form.cart .button:disabled {
	background: #a8a8a8;
	opacity: 1;
}

.sb-product-stock-card {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	min-height: 84px;
	margin-top: 14px;
	padding: 14px 20px;
	background: #f4f4f4;
	color: #222222;
}

.sb-product-stock-card__icon {
	display: grid;
	place-items: center;
	color: #0d5076;
}

.sb-product-stock-card__icon svg {
	display: block;
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sb-product-stock-card__body {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.sb-product-stock-card__body strong {
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
}

.sb-product-stock-card__body span {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #4f4f4f;
	font-size: 17px;
	line-height: 1.2;
}

.sb-product-stock-card__body i {
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--sb-buy-green, #00d66f);
}

.sb-product-stock-card.is-out-of-stock .sb-product-stock-card__body i {
	background: #c73333;
}

.sb-product-service-list {
	display: grid;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	color: #333333;
	font-size: 15px;
}

.sb-product-service-list li {
	position: relative;
	padding-left: 22px;
}

.sb-product-service-list li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: #27613b;
	font-weight: 800;
}

.sb-product-details {
	display: grid;
	gap: 0;
	width: 100%;
	max-width: 1216px;
	margin: 0 auto;
	padding: 0 24px 58px;
}

.sb-product-details details {
	border-top: 1px solid #e3e3e3;
}

.sb-product-details details:last-child {
	border-bottom: 1px solid #e3e3e3;
}

.sb-product-details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 64px;
	color: #222222;
	font-size: 18px;
	font-weight: 800;
	cursor: pointer;
}

.sb-product-details summary::-webkit-details-marker {
	display: none;
}

.sb-product-details summary::after {
	content: "+";
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
}

.sb-product-details details[open] summary::after {
	content: "\2212";
}

.sb-product-details details > div {
	max-width: 720px;
	padding: 0 0 26px;
	color: #333333;
	font-size: 16px;
	line-height: 1.55;
}

.sb-product-facts {
	display: grid;
	gap: 12px;
	margin: 0;
}

.sb-product-facts div {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 18px;
}

.sb-product-facts dt {
	color: #666666;
	font-weight: 700;
}

.sb-product-facts dd {
	margin: 0;
	color: #222222;
}

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

.sb-related-products ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sb-checkout-page {
	min-height: 100vh;
	background: #ffffff;
}

.sb-checkout-shell {
	width: 100%;
	max-width: 1216px;
	margin: 0 auto;
	padding: 34px 24px 72px;
}

.sb-checkout-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	color: var(--sb-blue);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.sb-checkout-back span {
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
}

.sb-checkout-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.sb-checkout-heading p,
.sb-checkout-heading h1 {
	margin: 0;
}

.sb-checkout-heading p {
	color: #5f5f5f;
	font-size: 15px;
	font-weight: 700;
}

.sb-checkout-heading h1 {
	color: #222222;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.1;
}

.sb-checkout-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 0 0 28px;
	padding: 0;
	border: 1px solid #dddddd;
	list-style: none;
}

.sb-checkout-steps li {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 54px;
	padding: 0 12px;
	border-left: 1px solid #dddddd;
	color: #6a6a6a;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.sb-checkout-steps li:first-child {
	border-left: 0;
}

.sb-checkout-steps .is-complete,
.sb-checkout-steps .is-active {
	color: #222222;
}

.sb-checkout-steps .is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 4px;
	background: var(--sb-blue);
}

.sb-checkout-page .woocommerce .woocommerce-notices-wrapper {
	margin: 0 0 18px;
}

.sb-checkout-page .woocommerce .woocommerce-message,
.sb-checkout-page .woocommerce .woocommerce-info,
.sb-checkout-page .woocommerce .woocommerce-error {
	position: relative;
	margin: 0 0 18px;
	padding: 16px 18px 16px 58px;
	border: 1px solid #dfe9d8;
	border-radius: 0;
	background: #f2f8ec;
	color: #222222;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.sb-checkout-page .woocommerce .woocommerce-message::before,
.sb-checkout-page .woocommerce .woocommerce-info::before,
.sb-checkout-page .woocommerce .woocommerce-error::before {
	content: "\2713";
	position: absolute;
	top: 50%;
	left: 20px;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--sb-buy-green, #00d66f);
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	transform: translateY(-50%);
}

.sb-checkout-page .woocommerce .woocommerce-error {
	border-color: #efd2d2;
	background: #fff4f4;
}

.sb-checkout-page .woocommerce .woocommerce-error::before {
	content: "!";
	background: #b42020;
}

.sb-checkout-form {
	margin: 0;
}

.sb-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(350px, 410px);
	gap: 32px;
	align-items: start;
}

.sb-checkout-details {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.sb-checkout-details > #wc-stripe-express-checkout-element {
	position: relative;
	display: block !important;
	box-sizing: border-box;
	width: 100%;
	min-height: 0;
	margin: 0 0 18px !important;
	padding: 18px;
	border: 1px solid #e1e1e1;
	background: #ffffff;
}

.sb-checkout-details > #wc-stripe-express-checkout-element.is-unavailable {
	display: none !important;
}

.sb-checkout-details > #wc-stripe-express-checkout-element.is-loading::before {
	content: "";
	display: block;
	height: 54px;
	border-radius: 4px;
	background: linear-gradient(90deg, #f0f1f2 0%, #fafafa 48%, #f0f1f2 100%);
	background-size: 220% 100%;
	animation: sb-express-checkout-loading 1.1s ease-in-out infinite;
}

@keyframes sb-express-checkout-loading {
	0% {
		background-position: 100% 0;
	}

	100% {
		background-position: -120% 0;
	}
}

.sb-checkout-details > #wc-stripe-express-checkout-button-separator {
	margin: -2px 0 18px !important;
	color: #686868;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.sb-checkout-details > #wc-stripe-express-checkout-button-separator:not(.is-ready),
.sb-checkout-details > #wc-stripe-express-checkout-button-separator.is-unavailable {
	display: none !important;
}

.sb-checkout-details > wc-order-attribution-inputs {
	display: none;
}

.sb-checkout-card,
.sb-checkout-summary-card {
	border: 1px solid #e1e1e1;
	background: #ffffff;
	color: #222222;
}

.sb-checkout-summary-card {
	position: sticky;
	top: 24px;
	padding: 24px;
}

.sb-checkout-summary-card h2 {
	margin: 0 0 8px;
	color: #222222;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
}

.sb-checkout-card__header {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 24px 26px 18px;
	border-bottom: 1px solid #e7e7e7;
}

.sb-checkout-card__header > span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--sb-buy-green, #00d66f);
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
}

.sb-checkout-card__header p,
.sb-checkout-card__header h2 {
	margin: 0;
}

.sb-checkout-card__header p {
	color: #666666;
	font-size: 14px;
	font-weight: 700;
}

.sb-checkout-card__header h2 {
	margin-top: 3px;
	color: #222222;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
}

.sb-checkout-fields {
	padding: 24px 26px 28px;
}

.sb-checkout-fields h3,
.sb-checkout-fields .woocommerce-additional-fields,
.sb-checkout-fields #billing_country_field {
	display: none !important;
}

.sb-checkout-fields .woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-direction: column;
}

.sb-checkout-fields #billing_email_field {
	order: 1;
}

.sb-checkout-fields #billing_first_name_field {
	order: 2;
}

.sb-checkout-fields #billing_last_name_field {
	order: 3;
}

.sb-checkout-fields #billing_phone_field {
	order: 4;
}

.sb-checkout-fields #billing_country_field {
	order: 5;
}

.sb-checkout-fields #billing_address_1_field {
	order: 6;
}

.sb-checkout-fields #billing_postcode_field {
	order: 7;
}

.sb-checkout-fields #billing_city_field {
	order: 8;
}

.sb-checkout-page .woocommerce form .form-row {
	float: none;
	display: block;
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
}

.sb-checkout-page .woocommerce form .form-row-first,
.sb-checkout-page .woocommerce form .form-row-last {
	float: none;
	width: 100%;
}

.sb-checkout-page .woocommerce form .form-row label {
	display: block;
	margin: 0 0 7px;
	color: #222222;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.sb-checkout-page .woocommerce form .required {
	color: #222222;
	text-decoration: none;
}

.sb-checkout-page .woocommerce form .input-text,
.sb-checkout-page .woocommerce form select,
.sb-checkout-page .woocommerce form textarea {
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 0 14px;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	background: #ffffff;
	color: #222222;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.2;
	outline: none;
}

.sb-checkout-page .woocommerce form textarea {
	min-height: 110px;
	padding-top: 12px;
	resize: vertical;
}

.sb-checkout-page .woocommerce form .input-text:focus,
.sb-checkout-page .woocommerce form select:focus,
.sb-checkout-page .woocommerce form textarea:focus,
.sb-checkout-page .woocommerce .select2-container--default .select2-selection--single:focus {
	border-color: #111111;
	box-shadow: inset 0 0 0 1px #111111;
}

.sb-checkout-page .woocommerce .select2-container .select2-selection--single {
	height: 52px;
	border: 1px solid #cfcfcf;
	border-radius: 0;
}

.sb-checkout-page .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-right: 40px;
	padding-left: 14px;
	color: #222222;
	line-height: 50px;
}

.sb-checkout-page .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
}

.sb-checkout-page .woocommerce form .form-row.woocommerce-invalid .input-text,
.sb-checkout-page .woocommerce form .form-row.woocommerce-invalid select {
	border-color: #b42020;
}

.sb-checkout-page .woocommerce form .form-row .woocommerce-input-wrapper {
	display: block;
}

.sb-checkout-page .woocommerce .woocommerce-account-fields {
	margin-top: 8px;
}

.sb-checkout-page .woocommerce .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #333333;
	font-size: 15px;
	font-weight: 500;
}

.sb-checkout-service-card {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	padding: 0;
}

.sb-checkout-service-card div {
	position: relative;
	display: grid;
	align-content: start;
	gap: 5px;
	min-height: 96px;
	padding: 22px 24px 20px 56px;
	border-left: 1px solid #e7e7e7;
}

.sb-checkout-service-card div:first-child {
	border-left: 0;
}

.sb-checkout-service-card div::before {
	content: "\2713";
	position: absolute;
	top: 24px;
	left: 24px;
	color: var(--sb-buy-green, #00d66f);
	font-size: 21px;
	font-weight: 800;
	line-height: 1;
}

.sb-checkout-service-card strong {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.sb-checkout-service-card span {
	color: #5d5d5d;
	font-size: 14px;
	line-height: 1.35;
}

.sb-order-review,
.woocommerce table.shop_table.sb-order-review {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.woocommerce table.shop_table.sb-order-review td,
.woocommerce table.shop_table.sb-order-review th {
	border: 0;
	padding: 0;
	color: #222222;
}

.sb-checkout-product {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: start;
	padding: 18px 0 20px;
	border-bottom: 1px solid #e7e7e7;
}

.sb-checkout-product__image {
	display: grid;
	place-items: center;
	aspect-ratio: 3 / 4;
	background: #f5f5f5;
	overflow: hidden;
}

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

.sb-checkout-product__body {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.sb-checkout-product__body strong {
	color: #222222;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.22;
}

.sb-checkout-product__quantity,
.sb-checkout-product__body dl,
.sb-checkout-product__body p {
	margin: 0;
	color: #707070;
	font-size: 14px;
	line-height: 1.3;
}

.sb-checkout-product__body dl,
.sb-checkout-product__body dt,
.sb-checkout-product__body dd {
	display: inline;
	margin: 0;
}

.sb-checkout-product__controls {
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 2px;
}

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

.sb-checkout-product__controls .sb-cart-item__quantity {
	min-width: 16px;
	font-size: 16px;
}

.sb-checkout-product__controls .sb-cart-item__remove {
	margin-left: 4px;
	font-size: 14px;
}

.woocommerce-checkout-review-order.is-updating {
	pointer-events: none;
	opacity: 0.58;
	transition: opacity 0.16s ease;
}

.sb-checkout-product__stock {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #6f6f6f;
	font-size: 14px;
	line-height: 1.2;
}

.sb-checkout-product__stock i {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--sb-buy-green, #00d66f);
}

.sb-checkout-product__stock.is-out-of-stock i {
	background: #b42020;
}

.sb-checkout-product__price {
	color: #222222;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.woocommerce table.shop_table.sb-order-review tfoot tr {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 16px;
	padding: 13px 0;
	border-bottom: 1px solid #eeeeee;
}

.woocommerce table.shop_table.sb-order-review tfoot tr:last-child {
	border-bottom: 0;
}

.woocommerce table.shop_table.sb-order-review tfoot th,
.woocommerce table.shop_table.sb-order-review tfoot td {
	display: block;
	text-align: left;
}

.woocommerce table.shop_table.sb-order-review tfoot td {
	text-align: right;
}

.woocommerce table.shop_table.sb-order-review .order-total {
	margin-top: 3px;
	padding-top: 18px;
	border-top: 2px solid #222222;
	font-size: 21px;
	font-weight: 800;
}

.woocommerce table.shop_table.sb-order-review .order-total th,
.woocommerce table.shop_table.sb-order-review .order-total td,
.woocommerce table.shop_table.sb-order-review .order-total .amount {
	font-size: 21px;
	font-weight: 800;
}

.woocommerce table.shop_table.sb-order-review .order-total td > strong {
	display: block;
	line-height: 1.15;
}

.woocommerce table.shop_table.sb-order-review .order-total .includes_tax {
	display: block;
	margin-top: 5px;
	color: #555555;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	white-space: normal;
}

.woocommerce table.shop_table.sb-order-review .order-total .includes_tax .amount {
	font-size: inherit;
	font-weight: 700;
}

.woocommerce-checkout #payment {
	margin-top: 20px;
	border-radius: 0;
	background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px solid #e7e7e7;
}

.woocommerce-checkout #payment ul.payment_methods li {
	position: relative;
	margin: 0;
	padding: 14px 14px 14px 44px;
	border: 1px solid #dcdcdc;
	background: #ffffff;
	color: #222222;
	line-height: 1.35;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	position: absolute;
	top: 18px;
	left: 16px;
	margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li label {
	color: #222222;
	font-size: 15px;
	font-weight: 800;
}

.woocommerce-checkout #payment div.payment_box {
	margin: 12px 0 0;
	padding: 12px 14px;
	border-radius: 0;
	background: #f4f4f4;
	color: #555555;
	font-size: 14px;
	line-height: 1.4;
}

.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.woocommerce-checkout #payment div.form-row {
	margin: 0;
	padding: 18px 0 0;
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	color: #666666;
	font-size: 13px;
	line-height: 1.35;
}

.woocommerce-checkout #payment .woocommerce-info,
.woocommerce-checkout #payment .woocommerce-error {
	margin: 0;
	padding: 14px 16px;
	border: 1px solid #e1e1e1;
	background: #f5f5f5;
	color: #333333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.woocommerce-checkout #payment .woocommerce-info::before,
.woocommerce-checkout #payment .woocommerce-error::before {
	display: none;
}

.sb-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info {
	margin: 0 0 30px;
	padding: 17px 18px;
	border: 1px solid #e2e2e2;
	border-left: 4px solid var(--sb-blue);
	background: #f5f5f5;
	color: #222222;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}

.sb-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info::before {
	display: none;
}

.woocommerce-checkout #payment #place_order,
.woocommerce-checkout #payment button.button.alt {
	float: none;
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 60px;
	margin-top: 18px;
	padding: 0 18px;
	border: 0;
	border-radius: 0;
	background: var(--sb-buy-green, #00d66f);
	color: #25395c;
	font-size: 19px;
	font-weight: 800;
	line-height: 1;
	text-transform: none;
}

.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #payment button.button.alt:hover {
	background: var(--sb-buy-green-hover, #00bf63);
}

.sb-order-confirmation {
	margin: 0;
}

.sb-order-status-card {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	margin-bottom: 18px;
	padding: 24px 26px;
	border: 1px solid #dfe9d8;
	background: #f4faef;
	color: #222222;
}

.sb-order-status-card.is-failed {
	border-color: #efd2d2;
	background: #fff4f4;
}

.sb-order-status-card__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--sb-buy-green, #00d66f);
	color: #ffffff;
	font-size: 0;
	font-weight: 800;
	line-height: 1;
}

.sb-order-status-card__icon::before {
	content: "\2713";
	color: #ffffff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
}

.sb-order-status-card.is-failed .sb-order-status-card__icon {
	background: #b42020;
}

.sb-order-status-card.is-failed .sb-order-status-card__icon::before {
	content: "!";
}

.sb-order-status-card p,
.sb-order-status-card h2,
.sb-order-status-card span {
	margin: 0;
}

.sb-order-status-card p {
	color: #5f5f5f;
	font-size: 14px;
	font-weight: 800;
}

.sb-order-status-card h2 {
	margin-top: 4px;
	color: #222222;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.12;
}

.sb-order-status-card span {
	display: block;
	margin-top: 8px;
	color: #555555;
	font-size: 15px;
	line-height: 1.4;
}

.sb-order-overview-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 24px;
}

.sb-order-overview-item {
	min-width: 0;
	padding: 16px 18px;
	border: 1px solid #e1e1e1;
	background: #ffffff;
}

.sb-order-overview-item > span,
.sb-order-overview-item > strong {
	display: block;
}

.sb-order-overview-item > span {
	margin-bottom: 6px;
	color: #656565;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.sb-order-overview-item > strong {
	color: #222222;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.sb-order-overview-item .woocommerce-Price-amount,
.sb-order-overview-item .woocommerce-Price-amount bdi,
.sb-order-overview-item .woocommerce-Price-currencySymbol {
	display: inline;
	white-space: nowrap;
}

.sb-order-received-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
	gap: 32px;
	align-items: start;
}

.sb-order-summary-card {
	position: static;
}

.sb-order-summary-card h2 {
	margin-bottom: 12px;
}

.sb-order-items {
	display: grid;
}

.sb-order-items .sb-checkout-product:last-child {
	border-bottom: 0;
}

.sb-order-totals {
	margin-top: 10px;
	padding-top: 8px;
	border-top: 2px solid #222222;
}

.sb-order-total-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	padding: 12px 0;
	border-bottom: 1px solid #eeeeee;
	color: #222222;
	font-size: 15px;
	line-height: 1.25;
}

.sb-order-total-row:last-child {
	border-bottom: 0;
}

.sb-order-total-row span {
	font-weight: 700;
}

.sb-order-total-row strong {
	font-weight: 800;
	text-align: right;
}

.sb-order-total-row.is-total {
	padding-top: 16px;
	font-size: 21px;
}

.sb-order-next-card {
	position: sticky;
	top: 24px;
}

.sb-order-next-card__body {
	display: grid;
	gap: 22px;
	padding: 22px 26px 26px;
}

.sb-order-next-list {
	display: grid;
	gap: 12px;
	margin: 0;
}

.sb-order-next-list p {
	position: relative;
	margin: 0;
	padding-left: 28px;
	color: #333333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.sb-order-next-list p::before {
	content: "\2713";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--sb-buy-green, #00d66f);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
}

.sb-order-contact {
	display: grid;
	gap: 7px;
	padding-top: 18px;
	border-top: 1px solid #e7e7e7;
	color: #555555;
	font-size: 14px;
	line-height: 1.35;
}

.sb-order-contact h3,
.sb-order-contact address {
	margin: 0;
}

.sb-order-contact h3 {
	color: #222222;
	font-size: 17px;
	font-weight: 800;
}

.sb-order-contact address {
	font-style: normal;
}

.sb-order-contact a {
	color: var(--sb-blue);
	font-weight: 700;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.sb-order-actions {
	display: grid;
	gap: 10px;
}

.sb-order-actions .button,
.woocommerce .sb-order-actions .button {
	display: grid;
	place-items: center;
	min-height: 54px;
	margin: 0;
	padding: 0 18px;
	border: 0;
	border-radius: 0;
	background: var(--sb-buy-green, #00d66f);
	color: #25395c;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

.sb-order-actions .button:hover,
.woocommerce .sb-order-actions .button:hover {
	background: var(--sb-buy-green-hover, #00bf63);
	color: #25395c;
}

.sb-order-actions .button.is-secondary,
.woocommerce .sb-order-actions .button.is-secondary {
	border: 1px solid #d6d6d6;
	background: #ffffff;
	color: #222222;
}

.sb-order-actions .button.is-secondary:hover,
.woocommerce .sb-order-actions .button.is-secondary:hover {
	background: #f5f5f5;
	color: #222222;
}

.sb-account-page {
	min-height: 100vh;
	background: #ffffff;
}

.sb-account-shell {
	width: 100%;
	max-width: 973px;
	margin: 0 auto;
	padding: 27px 19px 58px;
}

.sb-account-heading {
	margin-bottom: 21px;
}

.sb-account-heading p,
.sb-account-heading h1,
.sb-account-heading span {
	margin: 0;
}

.sb-account-heading p {
	color: #5f5f5f;
	font-size: 12px;
	font-weight: 700;
}

.sb-account-heading h1 {
	margin-top: 3px;
	color: #222222;
	font-size: 29px;
	font-weight: 800;
	line-height: 1.1;
}

.sb-account-heading span {
	display: block;
	max-width: 448px;
	margin-top: 6px;
	color: #555555;
	font-size: 13px;
	line-height: 1.45;
}

.sb-account-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 288px);
	gap: 26px;
	align-items: start;
}

.sb-account-card,
.sb-account-support {
	border: 1px solid #e1e1e1;
	background: #ffffff;
	color: #222222;
}

.sb-account-card {
	min-width: 0;
	padding: 22px;
}

.sb-account-card .woocommerce {
	margin: 0;
}

.sb-account-card .woocommerce h2 {
	margin: 0 0 16px;
	color: #222222;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.15;
}

.sb-account-card .woocommerce form.login,
.sb-account-card .woocommerce form.register,
.sb-account-card .woocommerce form.lost_reset_password {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.sb-account-card .woocommerce form .form-row {
	margin: 0 0 13px;
	padding: 0;
}

.sb-account-card .woocommerce label {
	display: block;
	margin-bottom: 6px;
	color: #222222;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.sb-account-card .woocommerce .input-text,
.sb-account-card .woocommerce input[type="email"],
.sb-account-card .woocommerce input[type="password"],
.sb-account-card .woocommerce input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 43px;
	padding: 0 13px;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	background: #ffffff;
	color: #222222;
	font-size: 13px;
	font-weight: 500;
}

.sb-account-card .woocommerce .input-text:focus,
.sb-account-card .woocommerce input[type="email"]:focus,
.sb-account-card .woocommerce input[type="password"]:focus,
.sb-account-card .woocommerce input[type="text"]:focus {
	border-color: #0d5076;
	outline: 2px solid rgba(13, 80, 118, 0.18);
	outline-offset: 0;
}

.sb-account-card .woocommerce .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 600;
}

.sb-account-card .woocommerce .woocommerce-form-login__rememberme input {
	width: 14px;
	height: 14px;
	margin: 0;
}

.sb-account-card .woocommerce .button,
.sb-account-card .woocommerce button.button,
.sb-account-card .woocommerce a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 43px;
	padding: 0 22px;
	border: 0;
	border-radius: 0;
	background: var(--sb-buy-green, #00d66f);
	color: #25395c;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	line-height: 1;
}

.sb-account-card .woocommerce .button:hover,
.sb-account-card .woocommerce button.button:hover,
.sb-account-card .woocommerce a.button:hover {
	background: var(--sb-buy-green-hover, #00bf63);
	color: #25395c;
}

.sb-account-card .woocommerce .lost_password {
	margin: 14px 0 0;
	font-size: 12px;
	font-weight: 700;
}

.sb-account-card .woocommerce .lost_password a,
.sb-account-card .woocommerce .woocommerce-privacy-policy-text a,
.sb-account-card .woocommerce-MyAccount-content a {
	color: var(--sb-blue);
	text-decoration: underline;
}

.sb-account-card .woocommerce .woocommerce-notices-wrapper {
	margin: 0 0 14px;
}

.sb-account-card .woocommerce .woocommerce-message,
.sb-account-card .woocommerce .woocommerce-info,
.sb-account-card .woocommerce .woocommerce-error {
	position: relative;
	margin: 0 0 14px;
	padding: 13px 14px 13px 46px;
	border: 1px solid #dfe9d8;
	border-radius: 0;
	background: #f2f8ec;
	color: #222222;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.sb-account-card .woocommerce .woocommerce-message::before,
.sb-account-card .woocommerce .woocommerce-info::before,
.sb-account-card .woocommerce .woocommerce-error::before {
	content: "\2713";
	position: absolute;
	top: 50%;
	left: 16px;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--sb-buy-green, #00d66f);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	transform: translateY(-50%);
}

.sb-account-card .woocommerce .woocommerce-error {
	border-color: #efd2d2;
	background: #fff4f4;
}

.sb-account-card .woocommerce .woocommerce-error::before {
	content: "!";
	background: #b42020;
}

.sb-account-card .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
	margin: 0 0 19px;
}

.sb-account-card .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sb-account-card .woocommerce-MyAccount-navigation li {
	margin: 0;
}

.sb-account-card .woocommerce-MyAccount-navigation a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 11px;
	border: 1px solid #d7d7d7;
	background: #ffffff;
	color: #222222;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.sb-account-card .woocommerce-MyAccount-navigation .is-active a {
	border-color: var(--sb-blue);
	background: var(--sb-blue);
	color: #ffffff;
}

.sb-account-card .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	color: #222222;
	font-size: 13px;
	line-height: 1.5;
}

.sb-account-card .woocommerce-MyAccount-content p {
	margin: 0 0 13px;
}

.sb-account-card .woocommerce table.shop_table {
	margin: 14px 0 0;
	border: 1px solid #e1e1e1;
	border-collapse: collapse;
	background: #ffffff;
}

.sb-account-card .woocommerce table.shop_table th,
.sb-account-card .woocommerce table.shop_table td {
	padding: 11px 13px;
	border-color: #e1e1e1;
	color: #222222;
	font-size: 12px;
}

.sb-account-card .woocommerce table.shop_table th {
	font-weight: 800;
}

.sb-account-support {
	position: sticky;
	top: 19px;
	display: grid;
	gap: 0;
}

.sb-account-support div {
	position: relative;
	min-height: 72px;
	padding: 18px 18px 18px 46px;
	border-bottom: 1px solid #e8e8e8;
}

.sb-account-support div:last-child {
	border-bottom: 0;
}

.sb-account-support div::before {
	content: "\2713";
	position: absolute;
	top: 18px;
	left: 19px;
	color: #3f8123;
	font-size: 16px;
	font-weight: 800;
}

.sb-account-support strong,
.sb-account-support span {
	display: block;
}

.sb-account-support strong {
	color: #222222;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}

.sb-account-support span {
	margin-top: 4px;
	color: #555555;
	font-size: 12px;
	line-height: 1.35;
}

@media (min-width: 1200px) {
	.sb-category-popular ul.products.sb-product-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.sb-related-products ul.products {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
	.sb-archive-layout {
		grid-template-columns: 200px minmax(0, 1fr);
		gap: 24px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.sb-archive-products ul.products {
		gap: 32px 22px;
	}

	.sb-category-popular {
		padding-right: 20px;
		padding-left: 20px;
	}

	.sb-category-popular ul.products.sb-product-grid {
		gap: 22px;
	}
}

@media (max-width: 1023.98px) {
	.sb-archive-header {
		padding: 8px 16px 18px;
	}

	.sb-category-hero-image {
		margin-bottom: 20px;
	}

	.sb-archive-header__main {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.sb-archive-header__tools {
		display: grid;
		justify-items: stretch;
	}

	.sb-archive-layout {
		box-sizing: border-box;
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 0 16px 46px;
	}

	.sb-desktop-archive-tools {
		display: none;
	}

	.sb-category-popular {
		padding: 0 16px 28px;
	}

	.sb-category-popular ul.products.sb-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px;
	}

	.sb-archive-products {
		grid-column: auto;
		grid-row: auto;
		min-width: 0;
	}

	.sb-filter-panel {
		grid-column: auto;
		grid-row: auto;
		position: static;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 14px;
		padding: 0;
	}

	.sb-filter-panel h2 {
		grid-column: 1 / -1;
		margin-bottom: 0;
	}

	.sb-filter-group {
		padding: 14px;
		border: 1px solid #e6e6e6;
	}

	.sb-archive-products ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 30px 22px;
	}

	.sb-product-shell {
		padding: 24px 16px 36px;
	}

	.sb-single-product {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.sb-product-summary {
		position: static;
	}

	.sb-product-summary h1 {
		font-size: 29px;
	}

	.sb-product-gallery__main {
		aspect-ratio: auto;
		height: min(100vw, 760px);
		max-height: 760px;
	}

	.sb-product-details,
	.sb-related-products {
		padding-right: 16px;
		padding-left: 16px;
	}

	.sb-related-products ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 30px 22px;
	}

	.sb-checkout-shell {
		padding: 28px 16px 58px;
	}

	.sb-checkout-layout {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.sb-checkout-summary-card {
		position: static;
	}

	.sb-checkout-service-card {
		grid-template-columns: 1fr;
	}

	.sb-checkout-service-card div {
		border-top: 1px solid #e7e7e7;
		border-left: 0;
	}

	.sb-checkout-service-card div:first-child {
		border-top: 0;
	}

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

	.sb-order-received-layout {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.sb-order-next-card {
		position: static;
	}

	.sb-account-shell {
		padding: 22px 13px 46px;
	}

	.sb-account-layout {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.sb-account-support {
		position: static;
	}
}

@media (max-width: 680px) {
	.sb-category-popular {
		max-width: none;
		padding: 0 0 26px;
		overflow: hidden;
	}

	.sb-category-popular__heading {
		margin-bottom: 14px;
		padding: 0 16px;
		font-size: 18px;
		text-align: center;
	}

	body.tax-product_cat .sb-archive-header__main > div:first-child {
		text-align: center;
	}

	body.tax-product_cat .sb-archive-header__intro > p {
		margin-right: auto;
		margin-left: auto;
	}

	.sb-category-popular .sb-carousel::before,
	.sb-category-popular .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-category-popular .sb-carousel::before {
		left: 0;
		background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
	}

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

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

	.sb-category-popular .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-category-popular .sb-carousel.is-scrollable .sb-carousel__cue {
		opacity: 1;
	}

	.sb-category-popular .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-category-popular .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-category-popular .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-category-popular .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-category-popular .sb-carousel.is-at-end .sb-carousel__cue-arrow {
		opacity: 0.4;
	}

	.sb-category-popular ul.products.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-category-popular ul.products.sb-product-grid::-webkit-scrollbar {
		display: none;
	}

	.woocommerce .sb-category-popular ul.products li.product.sb-product-card {
		flex: 0 0 clamp(134px, calc((100vw - 40px) * 0.4762), 178px);
		align-self: stretch;
		width: auto !important;
		max-width: none;
		padding: 7px;
		scroll-snap-align: start;
	}

	.woocommerce ul.products li.product.sb-product-card {
		padding: 8px;
	}

	.sb-product-card__price-row .price {
		column-gap: 8px;
		row-gap: 2px;
	}

	.sb-product-card__price-row .price ins,
	.sb-product-card__price-row .price > .amount {
		order: 1;
		white-space: nowrap;
	}

	.sb-product-card__price-row .price del {
		order: 2;
		flex-basis: 100%;
		white-space: nowrap;
	}

	.sb-archive-header h1 {
		font-size: 30px;
	}

	.sb-archive-header__tools .woocommerce-ordering {
		display: none;
	}

	.sb-mobile-archive-controls {
		box-sizing: border-box;
		display: block;
		width: 100%;
		max-width: 1216px;
		margin: -2px auto 18px;
		padding: 0 16px;
	}

	.sb-mobile-archive-buttons {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.sb-mobile-sort-control,
	.sb-mobile-archive-button {
		display: inline-flex;
		position: relative;
		align-items: center;
		justify-content: center;
		min-height: 46px;
		border: 1px solid #d4d4d4;
		border-radius: 0;
		background: #ffffff;
		color: #222222;
		font-size: 16px;
		font-weight: 800;
		line-height: 1;
		text-align: center;
	}

	.sb-mobile-sort-control span {
		pointer-events: none;
	}

	.sb-mobile-sort-control .woocommerce-ordering {
		position: absolute;
		inset: 0;
		float: none;
		width: 100%;
		margin: 0;
	}

	.sb-mobile-sort-control select {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		min-height: 46px;
		border: 0;
		background: transparent;
		cursor: pointer;
		opacity: 0.01;
	}

	.sb-mobile-archive-button.is-active {
		border-color: var(--sb-blue);
		box-shadow: inset 0 -3px 0 var(--sb-blue);
	}

	.sb-account-shell {
		padding: 14px 6px 35px;
	}

	.sb-account-shell .sb-checkout-back {
		margin: 0 6px 11px;
	}

	.sb-account-heading {
		margin: 0 6px 14px;
	}

	.sb-account-heading p {
		font-size: 11px;
	}

	.sb-account-heading h1 {
		font-size: 22px;
	}

	.sb-account-heading span {
		font-size: 12px;
	}

	.sb-account-card {
		padding: 16px 13px;
	}

	.sb-account-card .woocommerce h2 {
		font-size: 19px;
	}

	.sb-account-card .woocommerce .input-text,
	.sb-account-card .woocommerce input[type="email"],
	.sb-account-card .woocommerce input[type="password"],
	.sb-account-card .woocommerce input[type="text"] {
		min-height: 44px;
		font-size: 12px;
	}

	.sb-account-card .woocommerce .button,
	.sb-account-card .woocommerce button.button,
	.sb-account-card .woocommerce a.button {
		width: 100%;
		min-height: 44px;
	}

	.sb-account-card .woocommerce-MyAccount-navigation ul {
		flex-wrap: nowrap;
		overflow-x: auto;
		margin: 0 -13px;
		padding: 0 13px 5px;
		scrollbar-width: none;
	}

	.sb-account-card .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
		display: none;
	}

	.sb-account-card .woocommerce-MyAccount-navigation a {
		white-space: nowrap;
	}

	.sb-account-support div {
		min-height: 62px;
		padding: 14px 13px 14px 37px;
	}

	.sb-account-support div::before {
		top: 16px;
		left: 14px;
	}

	.sb-filter-panel {
		display: none;
		margin: -6px 0 0;
		padding: 0;
		border: 1px solid #e0e0e0;
		background: #ffffff;
	}

	.sb-shop-page[data-sb-archive-active="filter"] .sb-filter-panel {
		display: block;
	}

	.woocommerce .sb-archive-products .woocommerce-no-products-found {
		margin-top: -2px;
	}

	.woocommerce .sb-archive-products .woocommerce-info {
		min-height: 72px;
		padding: 18px 16px 18px 62px;
		font-size: 15px;
		line-height: 1.35;
	}

	.woocommerce .sb-archive-products .woocommerce-info::before {
		left: 20px;
		width: 24px;
		height: 24px;
	}

	.woocommerce .sb-archive-products .woocommerce-info::after {
		left: 40px;
		width: 10px;
		transform: translateY(8px) rotate(45deg);
	}

	.sb-filter-panel h2 {
		display: block;
		margin: 0;
		padding: 14px 16px;
		border-bottom: 1px solid #e6e6e6;
		font-size: 18px;
	}

	.sb-filter-group {
		padding: 16px;
		border-top: 0;
		border-bottom: 1px solid #e6e6e6;
	}

	.sb-filter-group:last-child {
		border-bottom: 0;
	}

	.sb-archive-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 10px;
	}

	.woocommerce .sb-archive-products ul.products li.product.sb-product-card {
		min-width: 0;
		width: auto !important;
		max-width: 100%;
		padding: 6px;
		overflow: hidden;
	}

	.sb-archive-products .sb-product-card__link {
		min-width: 0;
	}

	.sb-archive-products .sb-product-card__meta {
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 4px;
		font-size: 12px;
	}

	.sb-archive-products .sb-product-card__meta > span:first-child {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.woocommerce .sb-archive-products .sb-rating {
		width: 58px;
		font-size: 12px;
	}

	.sb-product-shell {
		padding-top: 18px;
	}

	.sb-product-gallery__main {
		aspect-ratio: 3 / 4;
		height: auto;
		max-height: none;
	}

	.sb-product-summary h1 {
		font-size: 26px;
	}

	.sb-product-summary__price {
		font-size: 24px;
	}

	.woocommerce .sb-product-buybox form.cart div.quantity {
		display: none !important;
		width: auto;
		margin: 0;
	}

	.sb-product-buybox .woocommerce-variation-add-to-cart {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.woocommerce .sb-product-buybox form.cart .qty,
	.woocommerce .sb-product-buybox form.cart .button {
		display: inline-flex;
		box-sizing: border-box;
		width: 100%;
		min-height: 58px;
		font-size: 20px;
	}

	.sb-product-facts div {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.sb-related-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 16px;
	}

	.sb-checkout-shell {
		padding: 18px 8px 44px;
	}

	.sb-checkout-back {
		margin: 0 8px 14px;
		font-size: 14px;
	}

	.sb-checkout-heading {
		display: block;
		margin: 0 8px 15px;
	}

	.sb-checkout-heading p {
		font-size: 13px;
	}

	.sb-checkout-heading h1 {
		margin-top: 2px;
		font-size: 28px;
	}

	.sb-checkout-steps {
		margin-bottom: 18px;
	}

	.sb-checkout-steps li {
		min-height: 44px;
		padding: 0 5px;
		font-size: 12px;
	}

	.sb-checkout-summary-card {
		padding: 18px 16px;
	}

	.sb-checkout-summary-card h2 {
		font-size: 21px;
	}

	.sb-checkout-details > #wc-stripe-express-checkout-element {
		min-height: 78px;
		padding: 14px;
	}

	.sb-checkout-details > #wc-stripe-express-checkout-element:not(.is-ready)::before {
		height: 46px;
	}

	.sb-checkout-card__header {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 10px;
		padding: 18px 16px 14px;
	}

	.sb-checkout-card__header > span {
		width: 32px;
		height: 32px;
		font-size: 15px;
	}

	.sb-checkout-card__header p {
		font-size: 12px;
	}

	.sb-checkout-card__header h2 {
		font-size: 20px;
	}

	.sb-checkout-fields {
		padding: 18px 16px 20px;
	}

	.sb-checkout-page .woocommerce form .form-row {
		margin-bottom: 13px;
	}

	.sb-checkout-page .woocommerce form .input-text,
	.sb-checkout-page .woocommerce form select,
	.sb-checkout-page .woocommerce form textarea {
		min-height: 50px;
		font-size: 15px;
	}

	.sb-checkout-service-card div {
		min-height: 78px;
		padding: 18px 16px 17px 46px;
	}

	.sb-checkout-service-card div::before {
		top: 20px;
		left: 18px;
	}

	.sb-checkout-service-card strong {
		font-size: 14px;
	}

	.sb-checkout-service-card span {
		font-size: 12px;
	}

	.sb-checkout-product {
		grid-template-columns: 66px minmax(0, 1fr);
		gap: 11px;
		padding: 15px 0 17px;
	}

	.sb-checkout-product__body strong {
		font-size: 14px;
	}

	.sb-checkout-product__quantity,
	.sb-checkout-product__body dl,
	.sb-checkout-product__body p,
	.sb-checkout-product__stock {
		font-size: 12px;
	}

	.sb-checkout-product__price {
		grid-column: 2;
		font-size: 15px;
	}

	.woocommerce table.shop_table.sb-order-review tfoot tr {
		padding: 11px 0;
		font-size: 14px;
	}

	.woocommerce table.shop_table.sb-order-review .order-total,
	.woocommerce table.shop_table.sb-order-review .order-total th,
	.woocommerce table.shop_table.sb-order-review .order-total td,
	.woocommerce table.shop_table.sb-order-review .order-total .amount {
		font-size: 18px;
	}

	.woocommerce table.shop_table.sb-order-review .order-total .includes_tax {
		margin-top: 4px;
		font-size: 12px;
	}

	.sb-order-status-card {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 12px;
		margin-bottom: 14px;
		padding: 18px 16px;
	}

	.sb-order-status-card__icon {
		width: 36px;
		height: 36px;
		font-size: 0;
	}

	.sb-order-status-card__icon::before {
		font-size: 21px;
	}

	.sb-order-status-card p {
		font-size: 12px;
	}

	.sb-order-status-card h2 {
		font-size: 21px;
	}

	.sb-order-status-card span {
		font-size: 13px;
	}

	.sb-order-overview-grid {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		margin-bottom: 16px;
	}

	.sb-order-overview-item {
		padding: 13px 12px;
	}

	.sb-order-overview-item > span {
		font-size: 10px;
	}

	.sb-order-overview-item > strong {
		font-size: 15px;
	}

	.sb-order-total-row {
		padding: 10px 0;
		font-size: 14px;
	}

	.sb-order-total-row.is-total {
		font-size: 18px;
	}

	.sb-order-next-card__body {
		gap: 18px;
		padding: 18px 16px 20px;
	}

	.sb-order-next-list p {
		padding-left: 24px;
		font-size: 13px;
	}

	.sb-order-contact {
		font-size: 13px;
	}

	.sb-order-actions .button,
	.woocommerce .sb-order-actions .button {
		min-height: 50px;
		font-size: 15px;
	}

	.woocommerce-checkout #payment ul.payment_methods li {
		padding: 13px 12px 13px 40px;
	}

	.woocommerce-checkout #payment #place_order,
	.woocommerce-checkout #payment button.button.alt {
		min-height: 54px;
		font-size: 17px;
	}
}

.sb-product-summary__brand {
	font-weight: 700;
}

.sb-product-summary__price {
	color: #222222;
}

.sb-product-summary__price span {
	color: inherit;
}

.sb-product-summary__price ins {
	color: var(--sb-pink);
	text-decoration: none;
}

.sb-product-summary__price .sb-product-summary__current-price {
	color: inherit;
	font-size: inherit;
	font-weight: 800;
}

.sb-product-summary__price ins .sb-product-summary__current-price {
	color: var(--sb-pink);
	font-size: clamp(26px, 1.18em, 34px);
	font-weight: 900;
}

.sb-product-summary__price del {
	color: #5d5d5d;
	font-size: 18px;
	font-weight: 400;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.sb-product-summary__price .sb-product-summary__regular-price {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.sb-selected-attribute-value {
	margin-left: 8px;
	color: #737373;
	font-weight: 400;
}

.sb-variation-button__label {
	display: inline-block;
}

.sb-product-description-copy {
	max-width: 760px;
	margin-top: 24px;
	color: #222222;
	font-size: 15px;
	line-height: 1.55;
}

.sb-product-description-copy p {
	margin: 0 0 16px;
}

.sb-product-description-copy h2,
.sb-product-description-copy h3 {
	margin: 0 0 14px;
	color: #222222;
	font-weight: 500;
	line-height: 1.14;
}

.sb-product-description-copy h2 {
	font-size: 28px;
}

.sb-product-description-copy h3 {
	font-size: 20px;
}

@media (max-width: 1023.98px) {
	.sb-product-page .sb-service-bar {
		gap: 0 18px;
		min-height: 40px;
		padding: 5px 16px 7px;
		background: var(--sb-blue-darker);
		font-size: 12px;
		font-weight: 500;
		line-height: 1.15;
	}

	.sb-product-page .sb-campaign-strip {
		min-height: 45px;
		padding: 10px 8px;
		font-size: 14px;
	}

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

	.sb-product-page .sb-product-shell {
		padding: 16px 8px 26px;
	}

	.woocommerce .sb-product-page .sb-product-shell .woocommerce-notices-wrapper {
		margin-bottom: 16px;
	}

	.woocommerce .sb-product-page .sb-product-shell .woocommerce-message,
	.woocommerce .sb-product-page .sb-product-shell .woocommerce-info,
	.woocommerce .sb-product-page .sb-product-shell .woocommerce-error {
		align-items: center;
		flex-wrap: wrap;
		min-height: 62px;
		margin-bottom: 18px;
		padding: 12px 14px 12px 58px;
		font-size: 14px;
		line-height: 1.35;
	}

	.woocommerce .sb-product-page .sb-product-shell .woocommerce-message::before,
	.woocommerce .sb-product-page .sb-product-shell .woocommerce-info::before,
	.woocommerce .sb-product-page .sb-product-shell .woocommerce-error::before {
		left: 18px;
		width: 28px;
		height: 28px;
		font-size: 19px;
	}

	.sb-product-page .sb-product-shell .woocommerce-breadcrumb {
		display: none;
	}

	.sb-product-page .sb-single-product {
		gap: 22px;
	}

	.sb-product-page .sb-product-summary__kicker {
		display: none;
	}

	.sb-product-page .sb-product-summary__rating {
		gap: 8px;
		margin-top: 0;
		font-size: 13px;
	}

	.sb-product-page .sb-product-summary h1 {
		margin-top: 10px;
		font-size: 18px;
		font-weight: 400;
		line-height: 1.18;
	}

	.sb-product-page .sb-product-summary__price {
		margin-top: 12px;
		color: #222222;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.2;
	}

	.sb-product-page .sb-product-buybox {
		margin-top: 24px;
		padding-top: 0;
		border-top: 0;
	}

	.sb-product-page .sb-product-buybox table.variations {
		margin-bottom: 18px;
	}

	.sb-product-page .sb-product-buybox table.variations tr + tr {
		margin-top: 28px;
	}

	.sb-product-page .sb-product-buybox table.variations label {
		margin-bottom: 14px;
		font-size: 14px;
		font-weight: 700;
	}

	.sb-product-page .sb-variation-buttons--color {
		gap: 9px;
	}

	.sb-product-page .sb-variation-buttons--color .sb-variation-button {
		width: 70px;
		height: 70px;
		min-height: 70px;
		padding: 6px;
		border: 1px solid #b8c4cf;
		background: #ffffff;
	}

	.sb-product-page .sb-variation-buttons--color .sb-variation-button.is-selected {
		border-color: #0d5076;
		box-shadow: 0 0 0 1px #0d5076;
	}

	.sb-product-page .sb-variation-buttons--color .sb-variation-button__dot {
		width: 54px;
		height: 54px;
		border-radius: 0;
	}

	.sb-product-page .sb-variation-buttons--color .sb-variation-button__label {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.sb-product-page .sb-size-select {
		min-height: 58px;
		padding-left: 18px;
		padding-right: 54px;
		border: 2px solid #111111;
		background-position: right 18px center;
		color: #111111;
		font-size: 18px;
		font-weight: 500;
	}

	.sb-product-page .sb-product-buybox .single_variation_wrap {
		margin-top: 14px;
	}

	.sb-product-page .sb-product-buybox .reset_variations {
		display: none !important;
	}

	.woocommerce .sb-product-page .sb-product-buybox form.cart .button {
		min-height: 56px;
		background: var(--sb-buy-green, #00d66f);
		font-size: 16px;
		font-weight: 700;
	}

	.woocommerce .sb-product-page .sb-product-buybox form.cart .button::before {
		width: 27px;
		height: 27px;
	}

	.sb-product-page .sb-product-stock-card {
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 0;
		min-height: 70px;
		margin-top: 16px;
		padding: 10px 16px;
		background: #f5f5f5;
	}

	.sb-product-page .sb-product-stock-card__icon {
		justify-content: start;
	}

	.sb-product-page .sb-product-stock-card__icon svg {
		width: 38px;
		height: 38px;
	}

	.sb-product-page .sb-product-stock-card__body {
		gap: 5px;
	}

	.sb-product-page .sb-product-stock-card__body strong,
	.sb-product-page .sb-product-stock-card__body span {
		font-size: 14px;
	}

	.sb-product-page .sb-product-description-copy {
		max-width: none;
		margin-top: 22px;
		font-size: 13px;
		line-height: 1.5;
	}

	.sb-product-page .sb-product-description-copy h2 {
		font-size: 23px;
		line-height: 1.16;
	}

	.sb-product-page .sb-product-description-copy h3 {
		font-size: 17px;
	}

	.sb-product-page .sb-product-details {
		padding-right: 8px;
		padding-left: 8px;
	}
}

/* Reapply the branded side gutters after the WooCommerce page background rules. */
@media (min-width: 1400px) {
	body.woocommerce,
	body.woocommerce-checkout,
	body.woocommerce-account {
		background-color: #07172f;
		background-image: url("../images/background_norgeslys.png");
		background-position: top center;
		background-repeat: repeat-y;
		background-size: 100% auto;
		background-attachment: fixed;
	}
}
