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

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

body.woocommerce .site-content,
body.woocommerce-checkout .site-content,
body.woocommerce .content-area,
body.woocommerce-checkout .content-area,
body.woocommerce .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-checkout .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-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__tools {
	display: grid;
	justify-items: end;
	gap: 12px;
}

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

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

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

.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-filter-panel {
	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(4, minmax(0, 1fr));
	gap: 34px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.woocommerce ul.products li.product.sb-product-card {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

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

.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 .price {
	display: inline-flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 7px;
	color: var(--sb-pink);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

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

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

.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-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: "âœ“";
	position: absolute;
	top: 50%;
	left: 30px;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #4c8f2f;
	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-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.sb-product-gallery__thumbs a {
	display: block;
	aspect-ratio: 1;
	background: #f3f3f3;
	overflow: hidden;
}

.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: 34px;
	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 {
	width: 100%;
	min-height: 48px;
	padding: 0 42px 0 14px;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	background: #ffffff;
	color: #222222;
	font: inherit;
}

.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 {
	margin-bottom: 12px;
	color: #27613b;
	font-size: 14px;
	font-weight: 700;
}

.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: #3f8123;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	text-transform: none;
}

.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: #63af3d;
}

.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: "âœ“";
	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: "âˆ’";
}

.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: "âœ“";
	position: absolute;
	top: 50%;
	left: 20px;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #4c8f2f;
	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-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: #6caf38;
	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: "âœ“";
	position: absolute;
	top: 24px;
	left: 24px;
	color: #4c8f2f;
	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__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: #63af3d;
}

.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-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: #3f8123;
	color: #ffffff;
	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: #366f1f;
}

@media (min-width: 1200px) {
	.sb-archive-products ul.products,
	.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;
	}
}

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

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

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

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

	.sb-filter-panel {
		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: 31px;
	}

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

@media (max-width: 680px) {
	.sb-archive-header h1 {
		font-size: 30px;
	}

	.sb-filter-panel {
		display: flex;
		overflow-x: auto;
		gap: 10px;
		margin: 0 -16px;
		padding: 0 16px 6px;
		scrollbar-width: none;
	}

	.sb-filter-panel::-webkit-scrollbar {
		display: none;
	}

	.sb-filter-panel h2 {
		display: none;
	}

	.sb-filter-group {
		flex: 0 0 210px;
		max-height: 210px;
		overflow: hidden;
	}

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

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

	.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-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-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-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: 16px;
	line-height: 1.55;
}

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

@media (max-width: 1023.98px) {
	.sb-product-page .sb-header {
		grid-template-areas: "search account";
		grid-template-columns: minmax(0, 263px) auto;
		grid-template-rows: 96px;
		align-items: center;
		justify-content: space-between;
		column-gap: 14px;
		height: 96px;
		min-height: 96px;
		padding: 0 16px;
	}

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

	.sb-product-page .sb-search {
		grid-area: search;
		grid-template-columns: 52px 1fr;
		height: 48px;
		min-height: 48px;
		border-radius: 24px;
	}

	.sb-product-page .sb-search input {
		height: 48px;
		font-size: 16px;
	}

	.sb-product-page .sb-account-nav {
		grid-area: account;
		height: 96px;
		gap: 8px;
	}

	.sb-product-page .sb-account-nav a,
	.sb-product-page .sb-menu-toggle {
		width: 34px;
		min-width: 34px;
		height: 48px;
	}

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

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

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

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

	.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: 48px;
		border: 2px solid #111111;
		color: #111111;
		font-size: 16px;
		font-weight: 500;
	}

	.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: #477e20;
		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: 14px;
		line-height: 1.5;
	}

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