@font-face {
	font-family: 'Century Schoolbook';
	font-style: normal;
	font-weight: normal;
	src: local("Century Schoolbook"), local("Century Schoolbook"), url("../fonts/century-schoolbook.woff2") format("woff2"), url("../fonts/century-schoolbook.woff") format("woff")
}

main {
	display: block
}

@-webkit-keyframes loading {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes loading {
	to {
		-webkit-transform: rotate(1turn);
		-moz-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes move-from-bottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(4px);
		transform: translateY(4px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes move-from-bottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(4px);
		-moz-transform: translateY(4px);
		transform: translateY(4px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}

.form-checkout input,
.form-checkout .StripeElement,
.form-buy input {
	height: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-right: 8px;
	text-indent: 8px;
	font-family: inherit;
	font-size: 17px;
	color: inherit;
	border: 1px solid #666;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form-checkout input[type="number"],
.form-checkout .StripeElement[type="number"],
.form-buy input[type="number"] {
	text-align: center
}

.form-checkout input[type="number"]::-webkit-inner-spin-button,
.form-checkout .StripeElement[type="number"]::-webkit-inner-spin-button,
.form-buy input[type="number"]::-webkit-inner-spin-button {
	display: none
}

.form-checkout input[type="checkbox"],
.form-checkout .StripeElement[type="checkbox"],
.form-buy input[type="checkbox"] {
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-position: center
}

.form-checkout input[type="checkbox"]:checked,
.form-checkout .StripeElement[type="checkbox"]:checked,
.form-buy input[type="checkbox"]:checked {
	background-image: url("../images/checkmark.svg")
}

.form-checkout input[type="radio"],
.form-checkout .StripeElement[type="radio"],
.form-buy input[type="radio"] {
	height: 24px;
	width: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-repeat: no-repeat;
	background-position: center
}

.form-checkout input[type="radio"]:checked,
.form-checkout .StripeElement[type="radio"]:checked,
.form-buy input[type="radio"]:checked {
	background-image: -webkit-radial-gradient(#000, #000 40%, #fff 41%, #fff);
	background-image: -moz-radial-gradient(#000, #000 40%, #fff 41%, #fff);
	background-image: radial-gradient(#000, #000 40%, #fff 41%, #fff);
	background-position: center
}

.form-checkout label strong {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 13px
}

.form-checkout label small {
	display: block;
	margin-top: 5px;
	font-size: 13px
}

.form-checkout label.is-required strong::after {
	content: "*";
	padding-left: 5px
}

.form-checkout label.is-checkbox,
.form-checkout laofybel.is-option {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	margin-right: 36px
}

.form-checkout label.is-checkbox input,
.form-checkout label.is-option input {
	margin-right: 12px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.form-checkout label.is-checkbox em,
.form-checkout label.is-option em {
	font-style: normal
}

.form-checkout label.is-checkbox:last-of-type,
.form-checkout label.is-option:last-of-type {
	margin-right: 0
}

.form-checkout label.is-checkbox .error,
.form-checkout label.is-option .error {
	margin-top: 5px;
	margin-left: 36px;
	display: block;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.form-checkout label.is-checkbox {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.form-checkout label.is-checkbox em {
	-webkit-flex-basis: -webkit-calc(100% - 36px);
	-ms-flex-preferred-size: calc(100% - 36px);
	flex-basis: calc(100% - 36px)
}

.text h1,
.m-text>div h1,
.product-content__text h1,
.confirmation h1,
.error--message h1,
.invoice-footer>div h1,
.invoice-header__head h1 {
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 38px;
	line-height: 1.05263;
	font-weight: 400
}

.text h1:first-child,
.m-text>div h1:first-child,
.product-content__text h1:first-child,
.confirmation h1:first-child,
.error--message h1:first-child,
.invoice-footer>div h1:first-child,
.invoice-header__head h1:first-child {
	margin-top: 0
}

.text h2,
.m-text>div h2,
.product-content__text h2,
.confirmation h2,
.error--message h2,
.invoice-footer>div h2,
.m-checkout h2,
.m-invoice__overview h2 {
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 29px;
	line-height: 1.10345;
	font-weight: 400
}

.text h2:first-child,
.m-text>div h2:first-child,
.product-content__text h2:first-child,
.confirmation h2:first-child,
.error--message h2:first-child,
.invoice-footer>div h2:first-child,
.m-checkout h2:first-child,
.m-invoice__overview h2:first-child {
	margin-top: 0
}

.text h3,
.m-text>div h3,
.product-content__text h3,
.confirmation h3,
.error--message h3,
.invoice-footer>div h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 1em
}

.text h3:first-child,
.m-text>div h3:first-child,
.product-content__text h3:first-child,
.confirmation h3:first-child,
.error--message h3:first-child,
.invoice-footer>div h3:first-child {
	margin-top: 0
}

.text h4,
.m-text>div h4,
.product-content__text h4,
.confirmation h4,
.error--message h4,
.invoice-footer>div h4 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 1em;
	font-style: italic
}

.text h4:first-child,
.m-text>div h4:first-child,
.product-content__text h4:first-child,
.confirmation h4:first-child,
.error--message h4:first-child,
.invoice-footer>div h4:first-child {
	margin-top: 0
}

.text p,
.m-text>div p,
.product-content__text p,
.confirmation p,
.error--message p,
.invoice-footer>div p {
	margin-top: 0;
	margin-bottom: 15px
}

.text p:last-child,
.m-text>div p:last-child,
.product-content__text p:last-child,
.confirmation p:last-child,
.error--message p:last-child,
.invoice-footer>div p:last-child {
	margin-bottom: 0
}

.text a,
.m-text>div a,
.product-content__text a,
.confirmation a,
.error--message a,
.invoice-footer>div a {
	color: inherit
}

.text ol,
.m-text>div ol,
.product-content__text ol,
.confirmation ol,
.error--message ol,
.invoice-footer>div ol,
.text ul,
.m-text>div ul,
.product-content__text ul,
.confirmation ul,
.error--message ul,
.invoice-footer>div ul {
	padding-left: 0
}

.text ol li,
.m-text>div ol li,
.product-content__text ol li,
.confirmation ol li,
.error--message ol li,
.invoice-footer>div ol li,
.text ul li,
.m-text>div ul li,
.product-content__text ul li,
.confirmation ul li,
.error--message ul li,
.invoice-footer>div ul li {
	position: relative;
	list-style: none;
	padding-left: 1.2em;
	margin-top: 10px
}

.text ol li::before,
.m-text>div ol li::before,
.product-content__text ol li::before,
.confirmation ol li::before,
.error--message ol li::before,
.invoice-footer>div ol li::before,
.text ul li::before,
.m-text>div ul li::before,
.product-content__text ul li::before,
.confirmation ul li::before,
.error--message ul li::before,
.invoice-footer>div ul li::before {
	position: absolute;
	right: -webkit-calc(100% - 8px);
	right: calc(100% - 8px);
	top: 0;
	font-weight: 700;
	color: #666
}

.text ul li::before,
.m-text>div ul li::before,
.product-content__text ul li::before,
.confirmation ul li::before,
.error--message ul li::before,
.invoice-footer>div ul li::before {
	content: '–'
}

.text ol,
.m-text>div ol,
.product-content__text ol,
.confirmation ol,
.error--message ol,
.invoice-footer>div ol {
	counter-reset: item
}

.text ol li::before,
.m-text>div ol li::before,
.product-content__text ol li::before,
.confirmation ol li::before,
.error--message ol li::before,
.invoice-footer>div ol li::before {
	right: -webkit-calc(100% - 10px);
	right: calc(100% - 10px);
	content: counter(item) ".";
	counter-increment: item
}

.text table th,
.m-text>div table th,
.product-content__text table th,
.confirmation table th,
.error--message table th,
.invoice-footer>div table th {
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	padding-right: 16px;
	vertical-align: baseline;
	letter-spacing: 0.02em
}

.text table td,
.m-text>div table td,
.product-content__text table td,
.confirmation table td,
.error--message table td,
.invoice-footer>div table td {
	vertical-align: baseline
}

@media (max-width: 415px) {
	.text,
	.m-text>div,
	.product-content__text,
	.confirmation,
	.error--message,
	.invoice-footer>div {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto
	}
}

.text {
	width: 100%
}

@media print,
(min-width: 816px) {
	.text--half {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

.cart__update-overlay::after,
.button::after {
	position: absolute;
	left: -webkit-calc(50% - 12px);
	left: calc(50% - 12px);
	top: -webkit-calc(50% - 12px);
	top: calc(50% - 12px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 2px solid transparent;
	border-top-color: #fff;
	opacity: 0;
	-webkit-animation-name: loading;
	animation-name: loading;
	-webkit-animation-duration: 450ms;
	animation-duration: 450ms;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

@media print {
	html {
		font-size: 8pt
	}
}

body.has-open-popup {
	overflow: hidden
}

@media (min-width: 928px) {
	.m-product {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 1488px;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.m-checkout {
	max-width: 816px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px
}

.m-checkout .button-back {
	margin-top: 50px;
	margin-bottom: 50px
}

.m-checkout .error--message {
	margin-bottom: 30px
}

@media print,
(min-width: 640px) {
	.m-checkout .error--message {
		margin-bottom: 50px
	}
}

@media (max-width: 415px) {
	.m-checkout {
		padding-left: 12px;
		padding-right: 12px
	}
	.m-checkout .button-back {
		margin-top: 30px;
		margin-bottom: 30px
	}
}

.m-invoice {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	min-height: 100vh;
	max-width: 848px;
	padding-left: 16px;
	padding-right: 16px
}

.m-invoice .button-back {
	margin-top: 50px;
	margin-bottom: 50px
}

.m-invoice .text {
	margin-top: 50px
}

.m-invoice .confirmation {
	margin-bottom: 30px
}

@media print {
	.m-invoice .confirmation {
		display: none
	}
}

@media print,
(min-width: 640px) {
	.m-invoice .text {
		margin-top: 70px
	}
	.m-invoice .confirmation {
		margin-bottom: 50px
	}
}

@media screen and (max-width: 416px) {
	.m-invoice {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media screen and (max-width: 399px) {
	.m-invoice .button-back {
		margin-top: 30px;
		margin-bottom: 30px
	}
}

.m-invoice__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: auto
}

@media print {
	.m-invoice__container {
		margin-bottom: 70px
	}
}

.m-invoice__overview {
	margin-top: 50px;
	width: 100%
}

@media print,
(min-width: 640px) {
	.m-invoice__overview {
		margin-top: 70px
	}
}

@media print,
(min-width: 816px) {
	.m-invoice__shipping-info {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 24px
	}
}

.m-invoice__paying-info table th {
	width: 120px
}

@media print,
(min-width: 816px) {
	.m-invoice__paying-info {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 24px
	}
}

.m-invoice__buttons {
	margin-top: 70px
}

.m-invoice__buttons button {
	margin-right: 16px
}

@media print {
	.m-invoice__buttons {
		display: none
	}
}

.m-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 848px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh
}

.m-text>div {
	margin-bottom: auto
}

.m-text .button-back {
	margin-top: 50px;
	margin-bottom: 50px
}

@media (max-width: 399px) {
	.m-text .button-back {
		margin-top: 30px;
		margin-bottom: 30px
	}
}

.img {
	position: relative;
	padding-top: 50%;
	width: 100%;
	overflow: hidden
}

.img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.images figure {
	margin: 0
}

.images ul {
	margin: 0;
	padding: 0
}

.images li {
	display: block;
	list-style: none
}

@media (min-width: 928px) {
	.images {
		-webkit-flex-basis: 912px;
		-ms-flex-preferred-size: 912px;
		flex-basis: 912px;
		margin-left: auto;
		-webkit-flex-shrink: 1.4;
		-ms-flex-negative: 1.4;
		flex-shrink: 1.4
	}
	.images figure {
		margin-bottom: 20px
	}
}

@media (max-width: 927px) {
	.images {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		min-height: 360px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-webkit-scroll-snap-type: mandatory;
		-ms-scroll-snap-type: mandatory;
		scroll-snap-type: mandatory
	}
	.images ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 8px;
		padding-right: 8px
	}
	.images li {
		scroll-snap-align: center;
		max-width: 468px;
		width: -webkit-calc(100vw - 24px);
		width: calc(100vw - 24px);
		padding-left: 4px;
		padding-right: 4px
	}
}

@media (max-width: 927px) and (orientation: portrait) {
	.images {
		max-height: -webkit-calc(100vh - 140px);
		max-height: calc(100vh - 140px)
	}
}

@media (max-width: 927px) and (min-width: 480px) {
	.images {
		padding-top: 12px
	}
}

.product-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 528px;
	padding-left: 48px;
	padding-right: 48px;
	padding-top: 40px
}

.product-content h1 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center
}

.product-content h1 img {
	vertical-align: middle
}

.product-content .legal-nav {
	margin-top: auto
}

@media (max-width: 1220px) {
	.product-content {
		padding-left: 32px;
		padding-right: 32px
	}
}

@media (min-width: 928px) {
	.product-content {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		min-height: 100vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width: 927px) {
	.product-content {
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width: 416px) {
	.product-content {
		padding-left: 16px;
		padding-right: 16px
	}
}

.product-content__text {
	margin-top: 40px;
	margin-bottom: 40px
}

.product-content__price strong {
	display: block;
	font-weight: 400;
	font-size: 29px;
	line-height: 1.10345
}

.product-content__price small {
	font-size: 13px;
	line-height: 1.15385;
	color: #666
}

.legal-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 50px;
	padding-bottom: 20px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #666;
	font-size: 13px
}

.legal-nav a {
	color: inherit;
	text-decoration: none
}

.legal-nav a:focus,
.legal-nav a:hover {
	text-decoration: underline
}

.legal-nav a:not(:last-of-type) {
	margin-right: 12px
}

@media print {
	.legal-nav {
		display: none
	}
}

.cart {
	position: relative
}

.cart table {
	display: block;
	width: 100%;
	border-spacing: 0
}

.cart table th,
.cart table td {
	display: block
}

.cart thead,
.cart tbody {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.cart thead th,
.cart thead td,
.cart tbody th,
.cart tbody td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.cart thead {
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size: 13px
}

.cart thead tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.cart thead th {
	padding-bottom: 20px;
	font-weight: 400
}

.cart thead th:nth-child(1) {
	-webkit-flex-basis: 40%;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	text-align: left
}

.cart thead th:nth-child(2) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-basis: 15%;
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%
}

.cart thead th:nth-child(3) {
	-webkit-flex-basis: 100px;
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	text-align: right
}

.cart thead th:nth-child(4) {
	-webkit-flex-basis: 100px;
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	text-align: right;
	padding-left: 8px
}

.cart tbody {
	min-height: 90px
}

.cart tfoot {
	display: block;
	width: 100%;
	border-top: 1px solid #000;
	padding-top: 20px
}

.cart tfoot th {
	font-weight: 400
}

.cart tfoot th,
.cart tfoot td {
	padding-top: 5px
}

.cart tfoot th:last-child,
.cart tfoot td:last-child {
	text-align: right
}

.cart tfoot tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.cart tfoot tr>*:last-child {
	padding-left: 8px;
	-webkit-flex-basis: 88px;
	-ms-flex-preferred-size: 88px;
	flex-basis: 88px
}

.cart tfoot tr:last-child th {
	font-weight: 700
}

@media screen and (max-width: 639px) {
	.cart thead {
		display: none
	}
	.cart tfoot tr {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.cart tfoot tr>*:nth-last-child(2) {
		text-align: left
	}
	.cart tfoot tr>*:last-child {
		-webkit-flex-basis: 72px;
		-ms-flex-preferred-size: 72px;
		flex-basis: 72px
	}
	.cart tfoot tr>*:first-child {
		-webkit-flex-basis: 136px;
		-ms-flex-preferred-size: 136px;
		flex-basis: 136px
	}
}

.cart__update-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	opacity: 0;
	z-index: 1;
	background-color: rgba(250, 250, 250, 0.8)
}

.cart__update-overlay::after {
	content: '';
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms
}

.cart.is-updating .cart__update-overlay {
	display: block;
	-webkit-animation: fade-in 300ms ease-out forwards;
	animation: fade-in 300ms ease-out forwards
}

.cart.is-updating .cart__update-overlay::after {
	opacity: 1;
	border-top-color: #000
}

.cart__error-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	opacity: 0;
	color: #b81414;
	font-weight: 700;
	background-color: rgba(250, 250, 250, 0.8);
	-webkit-animation: fade-in 300ms ease-out forwards;
	animation: fade-in 300ms ease-out forwards
}

.cart__error-overlay[hidden] {
	display: none
}

.cart-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 90px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-bottom: 20px;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.cart-item:not(:first-of-type) {
	padding-top: 20px;
	border-top: 1px solid #666
}

.cart-item th {
	position: relative;
	-webkit-flex-basis: 40%;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	padding-left: 64px;
	text-align: left;
	font-weight: 400
}

.cart-item th img {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px
}

.cart-item th strong {
	display: block
}

.cart-item td:nth-child(2)>span {
	display: block;
	margin-left: 6px;
	margin-right: 6px
}

.cart-item button[name="increase"],
.cart-item button[name="decrease"] {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2px;
	top: -2px;
	height: 25px;
	width: 25px;
	padding: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: inherit;
	border: 0;
	background-color: transparent;
	cursor: pointer
}

.cart-item button[name="increase"] div,
.cart-item button[name="decrease"] div {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 18px;
	width: 18px;
	font-size: 13px;
	line-height: 16px;
	border: 1px solid rgba(102, 102, 102, 0.5);
	background-color: #fff
}

.cart-item button[name="increase"] span,
.cart-item button[name="decrease"] span {
	position: absolute;
	left: -webkit-calc(50% - 3px);
	left: calc(50% - 3px);
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	width: 6px;
	height: 2px;
	background-color: #666
}

.cart-item button[name="increase"] span:nth-of-type(2),
.cart-item button[name="decrease"] span:nth-of-type(2) {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.cart-item button[name="increase"]:focus,
.cart-item button[name="increase"]:hover,
.cart-item button[name="decrease"]:focus,
.cart-item button[name="decrease"]:hover {
	color: #000
}

.cart-item button[name="increase"]:focus div,
.cart-item button[name="increase"]:hover div,
.cart-item button[name="decrease"]:focus div,
.cart-item button[name="decrease"]:hover div {
	border: 1px solid rgba(102, 102, 102, 0.8)
}

@media print,
(min-width: 640px) {
	.cart-item th {
		min-height: 72px
	}
	.cart-item td:nth-child(2) {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-basis: 15%;
		-ms-flex-preferred-size: 15%;
		flex-basis: 15%
	}
	.cart-item td:nth-child(3) {
		-webkit-flex-basis: 100px;
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
		text-align: right
	}
	.cart-item td:nth-child(4) {
		-webkit-flex-basis: 100px;
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
		text-align: right;
		padding-left: 16px
	}
	.cart-item small {
		display: none
	}
}

@media screen and (max-width: 639px) {
	.cart-item {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.cart-item th {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	.cart-item td {
		display: block;
		text-align: left;
		padding-left: 64px;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	.cart-item small {
		text-transform: uppercase;
		letter-spacing: 0.02em;
		font-size: 13px
	}
	.cart-item small::after {
		content: ': '
	}
	.cart--checkout .cart-item td:nth-child(2) {
		padding-top: 6px;
		padding-bottom: 6px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media screen and (max-width: 432 -1px) {
	.cart-item td {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 64px
	}
}

.confirmation {
	max-width: 672px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 24px;
	background-color: #fff
}

@media (min-width: 560px) {
	.confirmation {
		padding: 50px 48px
	}
}

.form-checkout {
	position: relative;
	max-width: 864px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto
}

.form-checkout::after {
	content: ' ';
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(250, 250, 250, 0.8);
	-webkit-animation: fade-in 300ms ease-out forwards;
	animation: fade-in 300ms ease-out forwards
}

.form-checkout h2 {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 0;
	font-size: 29px
}

.form-checkout>div {
	width: 100%
}

.form-checkout label {
	margin-top: 35px;
	-webkit-flex-basis: -webkit-calc(50% - 24px);
	-ms-flex-preferred-size: calc(50% - 24px);
	flex-basis: calc(50% - 24px);
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-moz-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.form-checkout label.is-full {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.form-checkout label.is-1-3 {
	-webkit-flex-basis: -webkit-calc(33.33% - 24px);
	-ms-flex-preferred-size: calc(33.33% - 24px);
	flex-basis: calc(33.33% - 24px)
}

.form-checkout label.is-2-3 {
	-webkit-flex-basis: -webkit-calc(66.66% - 24px);
	-ms-flex-preferred-size: calc(66.66% - 24px);
	flex-basis: calc(66.66% - 24px)
}

.form-checkout label.is-option {
	margin-top: 20px
}

.form-checkout .StripeElement {
	padding-left: 16px;
	padding-top: 9px
}

.form-checkout .error {
	margin-top: 10px
}

.form-checkout.is-loading label {
	opacity: 0.7
}

.form-checkout.is-deactivated::after {
	display: block
}

@media (max-width: 640px) {
	.form-checkout label {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	.form-checkout label.is-full,
	.form-checkout label.is-1-3,
	.form-checkout label.is-2-3 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.form-checkout__section,
.form-checkout__section--payment-selection {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form-checkout__section a,
.form-checkout__section--payment-selection a {
	color: inherit
}

.form-checkout__section[hidden],
.form-checkout__section--payment-selection[hidden] {
	display: none
}

.form-checkout__section--payment-selection {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media (max-width: 511px) {
	.form-checkout__section--payment-selection {
		display: block
	}
}

.form-checkout__submit {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-top: 50px
}

.form-checkout__submit .error {
	margin-top: 0;
	margin-bottom: 10px
}

.form-checkout__submit .button {
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms
}

.form-checkout.is-loading .form-checkout__submit .button {
	color: transparent;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.form-checkout.is-loading .form-checkout__submit .button::after {
	opacity: 1;
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms
}

.form-checkout__error {
	margin-top: 50px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	color: #b81414
}

.form-checkout__payment-method {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.form-checkout__payment-method>div {
	margin-top: 40px
}

.form-buy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.form-buy input {
	width: 42px;
	margin-right: 16px
}

.form-buy .error {
	margin-top: 10px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.form-buy.is-loading .button {
	color: transparent;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.form-buy.is-loading .button::after {
	opacity: 1;
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms
}

.button {
	position: relative;
	font-size: 17px;
	font-family: inherit;
	color: #fff;
	background-color: #1a1a1a;
	border: 0;
	margin: 0;
	height: 42px;
	padding: 10px 16px;
	font-weight: 700;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.button::after {
	content: ''
}

.button:not([disabled]) {
	cursor: pointer;
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms;
	-webkit-transition-property: background-color;
	transition-property: background-color
}

.button:not([disabled]):focus,
.button:not([disabled]):hover {
	background-color: #000
}

.button-back {
	display: inline-block;
	color: #000;
	font-weight: 700;
	font-size: 23px;
	text-decoration: none
}

.button-back::before {
	content: '← ';
	display: inline-block;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -moz-transform;
	-webkit-transition-duration: 150ms;
	transition-duration: 150ms
}

.button-back:focus::before,
.button-back:hover::before {
	-webkit-transform: translateX(-2px);
	-moz-transform: translateX(-2px);
	-ms-transform: translateX(-2px);
	transform: translateX(-2px)
}

@media print {
	.button-back {
		display: none
	}
}

.button-close {
	position: relative;
	width: 56px;
	height: 56px;
	border: 0;
	margin: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}

.button-close span {
	position: absolute;
	left: -webkit-calc(50% - 9px);
	left: calc(50% - 9px);
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	height: 2px;
	width: 18px;
	background-color: #1a1a1a
}

.button-close span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.button-close span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.error {
	color: #b81414
}

.error--message {
	max-width: 672px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 24px;
	background-color: #fff
}

@media (min-width: 560px) {
	.error--message {
		padding: 50px 48px
	}
}

@media print,
(min-width: 816px) {
	.invoice-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.invoice-header__head {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex-basis: 288px;
	-ms-flex-preferred-size: 288px;
	flex-basis: 288px
}

.invoice-header__head h1 {
	margin-bottom: 30px;
	font-size: 38px;
	font-weight: 400
}

.invoice-header__infos {
	font-weight: 700
}

.invoice-header__contact {
	margin-top: 30px
}

.invoice-header__contact p {
	margin-top: 0;
	margin-bottom: 10px
}

.invoice-header__contact p:last-child {
	margin-bottom: 0
}

@media print,
(min-width: 640px) {
	.invoice-header__contact {
		margin-top: 0;
		padding-top: 70px
	}
}

.invoice-footer {
	margin-top: 140px;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-top: 1px solid #666;
	color: #666
}

.invoice-footer>div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px
}

.invoice-footer>div:not(:last-child) {
	padding-right: 48px
}

@media (min-width: 640px) {
	.invoice-footer {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}
	.invoice-footer>div {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

@media print {
	.invoice-footer {
		margin-top: 70px
	}
}

.popup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 32px 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: rgba(26, 26, 26, 0.9);
	-webkit-animation: fade-in 75ms ease-out;
	animation: fade-in 75ms ease-out
}

.popup[hidden] {
	display: none
}

.popup .button-close {
	position: absolute;
	right: 0;
	top: 0
}

.popup>div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 768px;
	margin: auto;
	padding: 48px;
	background-color: #fafafa;
	-webkit-animation: move-from-bottom 150ms ease-out;
	animation: move-from-bottom 150ms ease-out
}

@media screen and (max-width: 400px) {
	.popup {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0
	}
	.popup>div {
		padding-left: 16px;
		padding-right: 16px
	}
}