.b2b-wishlist.b2b-wishlist--added {
	--tw-text-opacity: 1;
	color: rgb(var(--color-alert-danger) / var(--tw-text-opacity));
}
.fullscreen-lightbox {
	z-index: 9999999999;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #e5e8ea;
	display: grid;
	grid-template-columns: 150px 1fr;
	grid-template-rows: 1fr 80px;
	grid-gap: 0;
}
.fullscreen-lightbox__thumbs {
	grid-row: 1 / 3;
	padding: 16px;
	overflow-y: auto;
}
.fullscreen-lightbox-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 16px;
	gap: 16px;
}
.fullscreen-lightbox li {
	width: 100%;
	height: 100%;
	position: relative;
	background: white;
	border: 1px solid white;
	padding: 0;
}
.fullscreen-lightbox__thumb {
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	border: 1px solid white;
}
.fullscreen-lightbox__thumb--active {
	border-color: black;
}
.fullscreen-lightbox__image {
	grid-row: 1 / 3;
}
.fullscreen-lightbox__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.fullscreen-lightbox__footer {
	background-color: white;
	grid-column: 1 / 3;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 16px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-weight: 600;
	color: black;
}
.fullscreen-lightbox__close {
	fill: black;
}
.fullscreen-lightbox__close-container {
	position: absolute;
	right: 24px;
	top: 24px;
}
.fullscreen-lightbox__prev,
.fullscreen-lightbox__next,
.fullscreen-lightbox__close-btn {
	color: black;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
}
.fullscreen-lightbox__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
}
.fullscreen-lightbox__control {
	padding: 16px;
}
.container {
	width: 100%;
}
@media (min-width: 390px) {
	.container {
		max-width: 390px;
	}
}
@media (min-width: 440px) {
	.container {
		max-width: 440px;
	}
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}
@media (min-width: 1900px) {
	.container {
		max-width: 1900px;
	}
}
.b2b-table {
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.b2b-table__inner {
	margin-bottom: 1rem;
	width: 100%;
	table-layout: fixed;
}
.b2b-table__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
}
.b2b-table__button {
	height: 56px !important;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
/* .b2b-table__col {
        @apply flex flex-col grow first:grow-0;
    } */
.b2b-table__row {
	height: 60px;
}
.b2b-table__row--bg:nth-child(odd) {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-grey-tone-two) / var(--tw-bg-opacity));
}
.b2b-table__row--bg:nth-child(even) {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-site-bg-one) / var(--tw-bg-opacity));
}
.b2b-table__heads {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.b2b-table__cell {
	padding: 0.5rem;
}
.b2b-table__cell--input,
	.b2b-table__cell--total {
	width: 100%;
}
.b2b-table__cell--input::part(form-control),
	.b2b-table__cell--total::part(form-control) {
	width: 100%;
}
.colors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
}
.colors__title {
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}
.colors__radio-group {
	margin-left: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 1rem;
}
.colors__color {
	position: relative;
}
.colors__radio {
	visibility: hidden;
	position: absolute;
}
.colors__replacement {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 28px;
	width: 28px;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-grey-tone-three) / var(--tw-border-opacity));
}
.colors__replacement--active {
	border-style: none;
	outline-style: solid;
	outline-width: 3px;
	outline-color: rgb(var(--color-site-bg-one) / 1);
}
.colors__replacement--active::before {
	position: absolute;
	z-index: -1;
	height: 40px;
	width: 40px;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
	--tw-content: '';
	content: var(--tw-content);
}
.product-description {
	margin-bottom: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-right: 8%;
}
@media (max-width: 1023px) {
	.product-description {
		width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
.product-description__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2rem;
}
.product-description__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
	font-family: Inter, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}
.product-description__content h1,
	.product-description__content h2,
	.product-description__content h3,
	.product-description__content h4,
	.product-description__content h5,
	.product-description__content h6,
	.product-description__summary {
	font-family: Space Grotesk, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}
.product-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1376px;
	max-width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
@media (max-width: 1023px) {
	.product-detail {
		gap: 1.5rem;
		padding-bottom: 2rem;
		padding-top: 1rem;
	}
}
@media (min-width: 1024px) {
	.product-detail {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}
.product-detail__left {
	width: 100%;
}
@media (min-width: 1024px) {
	.product-detail__left {
		width: 50%;
	}
}
.product-detail__right {
	width: 100%;
}
@media (min-width: 1024px) {
	.product-detail__right {
		width: 50%;
		padding-left: 8%;
	}
}
.product-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-grey-tone-one) / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
	.product-images {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}
.product-images__thumbnails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 640px) {
	.product-images__thumbnails {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}
@media (max-width: 1023px) {
	.product-images__thumbnails {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		display: grid;
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		grid-gap: 1rem;
		gap: 1rem;
		padding-top: 1rem;
	}
}
@media (min-width: 1024px) {
	.product-images__thumbnails {
		width: 16.666667%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 1rem;
		padding: 1rem;
	}
}
.product-images__thumbnail {
	position: relative;
	cursor: pointer;
	border-width: 2px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-white) / var(--tw-bg-opacity));
}
.product-images__thumbnail::after {
	display: block;
	content: var(--tw-content);
	padding-bottom: 100%;
}
.product-images__thumbnail--active {
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
}
.product-images__thumbnail img {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	height: calc(100% - 16px);
	width: calc(100% - 16px);
	border-radius: 1rem;
	-o-object-fit: contain;
	   object-fit: contain;
	mix-blend-mode: darken;
}
.product-images__carousel {
	height: 100%;
	width: 100%;
}
.product-images__carousel::part(navigation-button) {
	z-index: 50;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-white) / var(--tw-bg-opacity));
	padding: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(var(--color-black) / var(--tw-text-opacity));
}
.product-images__carousel::part(navigation-button--previous) {
	margin-left: 1rem;
}
.product-images__carousel::part(navigation-button--next) {
	margin-right: 1rem;
}
.product-images__carousel-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 1023px) {
	.product-images__carousel-container {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
	}
}
@media (min-width: 1024px) {
	.product-images__carousel-container {
		width: 83.333333%;
	}
}
.product-images__carousel-item,
	sl-carousel-item {
	height: 100%;
	width: 100%;
}
.product-images__image {
	position: relative;
	height: 100%;
	width: 100%;
}
.product-images__image img {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	height: calc(100% - 48px);
	width: calc(100% - 48px);
	border-radius: 1rem;
	-o-object-fit: contain;
	   object-fit: contain;
	mix-blend-mode: darken;
}
@media (min-width: 1024px) {
	.product-images__image img {
		top: 2.5rem;
		right: 2.5rem;
		height: calc(100% - 80px);
		width: calc(100% - 80px);
	}
}
.product-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 1rem;
}
.product-info__labels {
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.25rem;
	font-family: Inter, sans-serif;
	font-size: 0.75rem;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}
.product-info__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 0.5rem;
	background-color: rgb(var(--color-primary) / 0.1);
	padding: 0.5rem;
}
.product-info__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5rem;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-grey-tone-three) / var(--tw-border-opacity));
	padding-bottom: 1rem;
}
.product-info__brand,
	.product-info__category {
	font-family: Inter, sans-serif;
	font-size: 0.75rem;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
}
.product-info__name {
	font-family: Space Grotesk, sans-serif;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}
.product-info__summary {
	font-family: Space Grotesk, sans-serif;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}
.product-info__mid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 1rem;
}
.product-info__option {
	font-family: Inter, sans-serif;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 900;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}
.product-info__prices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5rem;
	font-family: Space Grotesk, sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
}
.product-info__price-advice {
	--tw-text-opacity: 1;
	color: rgb(var(--color-grey-tone-four) / var(--tw-text-opacity));
	-webkit-text-decoration-line: line-through;
	        text-decoration-line: line-through;
}
.product-info__price {
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}
.product-info__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
}
.product-info__button-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 56px;
	width: calc(100% - 72px);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0.5rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
	font-family: Space Grotesk, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}
.product-info__button-cart i {
	font-size: 1rem;
	line-height: 1.5rem;
}
.product-info__button-wishlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 56px;
	width: 56px;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-white) / var(--tw-bg-opacity));
}
.product-info__button-wishlist.wishlist--added {
	--tw-text-opacity: 1;
	color: rgb(var(--color-alert-danger) / var(--tw-text-opacity));
}
.product-info__button-wishlist i {
	font-size: 1rem;
	line-height: 1.5rem;
}
.product-info__stock-status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 56px;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-grey-tone-one) / var(--tw-bg-opacity));
}
.product-info__specs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.product-info__specs-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.product-info__specs-row:nth-child(odd) {
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-site-bg-one) / var(--tw-bg-opacity));
}
.product-info__specs-row:nth-child(even) {
	background-color: rgb(var(--color-black) / 0.05);
}
.product-info__specs-col {
	padding: 0.5rem;
}
.product-related {
	width: 100%;
}
.product-related__title {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	text-align: center;
	font-family: Space Grotesk, sans-serif;
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}
.product-specs {
	width: 50%;
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-grey-tone-one) / var(--tw-bg-opacity));
	padding-left: 8%;
	padding-right: 8%;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}
@media (max-width: 1023px) {
	.product-specs {
		width: 100%;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
@media (min-width: 1024px) {
	.product-specs {
		margin-bottom: 5rem;
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
.product-specs__title {
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-grey-tone-three) / var(--tw-border-opacity));
	padding-bottom: 2rem;
	font-family: Space Grotesk, sans-serif;
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
}
@media (max-width: 1023px) {
	.product-specs__title {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
.product-specs__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 1rem;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-grey-tone-three) / var(--tw-border-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}
@media (max-width: 1023px) {
	.product-specs__row {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
.product-specs__col {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.product-specs__col:last-child {
	text-align: right;
}
.product-usp {
	margin-bottom: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(var(--color-grey-tone-three) / var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}
@media (max-width: 1023px) {
	.product-usp {
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}
}
@media (min-width: 1024px) {
	.product-usp {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
.product-usp__inner {
	width: 1376px;
	max-width: 100%;
}
.product-usp__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 1023px) {
	.product-usp__items {
		gap: 2rem;
	}
}
@media (min-width: 1024px) {
	.product-usp__items {
		margin-top: 2rem;
	}
}
.product-usp__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 25%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.5rem;
}
@media (max-width: 1023px) {
	.product-usp__item {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}
@media (min-width: 1024px) {
	.product-usp__item {
		margin-top: 2rem;
		padding: 0.5rem;
		text-align: center;
	}
}
.product-usp__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100px;
	width: 100px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(var(--color-grey-tone-two) / var(--tw-bg-opacity));
}
@media (max-width: 1023px) {
	.product-usp__icon {
		height: 65px;
		width: 65px;
	}
}
.product-usp__icon i {
	--tw-rotate: -45deg;
	-webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	font-size: 2.25rem;
	line-height: 2.5rem;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}
@media (max-width: 1023px) {
	.product-usp__icon i {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.product-usp__item-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 1023px) {
	.product-usp__item-content {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
.product-usp__item-title {
	font-family: Space Grotesk, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}
.product-usp__item-text {
	font-family: Inter, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(var(--color-grey-tone-four) / var(--tw-text-opacity));
}
.sizes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1rem;
}
.sizes__title {
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgb(var(--color-site-text-one) / var(--tw-text-opacity));
}


/*# sourceMappingURL=product.a48959730bdbc97f1b56.css.map*/