.af-view .w-layout-grid {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	grid-row-gap: 16px;
	grid-column-gap: 16px;
}

.af-view .w-commerce-commercecartwrapper {
	display: inline-block;
	position: relative;
}

.af-view .w-commerce-commercecartopenlink {
	background-color: #3898ec;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	color: #fff;
	cursor: pointer;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecartopenlinkcount {
	display: inline-block;
	height: 18px;
	min-width: 18px;
	margin-left: 8px;
	padding-right: 6px;
	padding-left: 6px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	background-color: #fff;
	color: #3898ec;
	font-size: 11px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
}

.af-view .w-commerce-commercecartcontainerwrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1001;
	background-color: rgba(0, 0, 0, 0.8);
}

.af-view .w-commerce-commercecartcontainerwrapper--cartType-modal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.af-view .w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.af-view .w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.af-view .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
	position: absolute;
	top: 100%;
	left: 0px;
	right: auto;
	bottom: auto;
	background-color: transparent;
}

.af-view .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
	position: absolute;
	left: auto;
	top: 100%;
	right: 0px;
	bottom: auto;
	background-color: transparent;
}

.af-view .w-commerce-commercecartcontainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 480px;
	min-width: 320px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: auto;
	background-color: #fff;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.af-view .w-commerce-commercecartheader {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 24px;
	padding-right: 24px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.af-view .w-commerce-commercecartheading {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.af-view .w-commerce-commercecartcloselink {
	width: 16px;
	height: 16px;
}

.af-view .w-commerce-commercecartformwrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-flex-basis: 0%;
	-ms-flex-preferred-size: 0%;
	flex-basis: 0%;
}

.af-view .w-commerce-commercecartform {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-flex-basis: 0%;
	-ms-flex-preferred-size: 0%;
	flex-basis: 0%;
}

.af-view .w-commerce-commercecartlist {
	overflow: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 24px;
	padding-right: 24px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-flex-basis: 0%;
	-ms-flex-preferred-size: 0%;
	flex-basis: 0%;
	-webkit-overflow-scrolling: touch;
}

.af-view .w-commerce-commercecartitem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.af-view .w-commerce-commercecartitemimage {
	width: 60px;
	height: 0%;
}

.af-view .w-commerce-commercecartiteminfo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 16px;
	margin-left: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-flex-basis: 0%;
	-ms-flex-preferred-size: 0%;
	flex-basis: 0%;
}

.af-view .w-commerce-commercecartproductname {
	font-weight: 700;
}

.af-view .w-commerce-commercecartoptionlist {
	text-decoration: none;
	padding-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

.af-view .w-commerce-commercecartquantity {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 60px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecartquantity::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecartquantity:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecartquantity::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecartquantity::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecartquantity:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecartfooter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 16px;
	padding-bottom: 24px;
	padding-left: 24px;
	padding-right: 24px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e6e6e6;
}

.af-view .w-commerce-commercecartlineitem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.af-view .w-commerce-commercecartordervalue {
	font-weight: 700;
}

.af-view .w-commerce-commercecartapplepaybutton {
	background-color: #000;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	color: #fff;
	cursor: pointer;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 8px;
	height: 38px;
	min-height: 30px;
}

.af-view .w-commerce-commercecartapplepayicon {
	width: 100%;
	height: 50%;
	min-height: 20px;
}

.af-view .w-commerce-commercecartquickcheckoutbutton {
	background-color: #000;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	color: #fff;
	cursor: pointer;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 8px;
	height: 38px;
}

.af-view .w-commerce-commercequickcheckoutgoogleicon {
	display: block;
	margin-right: 8px;
}

.af-view .w-commerce-commercequickcheckoutmicrosofticon {
	display: block;
	margin-right: 8px;
}

.af-view .w-commerce-commercecartcheckoutbutton {
	background-color: #3898ec;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	color: #fff;
	cursor: pointer;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	display: block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
}

.af-view .w-commerce-commercecartemptystate {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 100px;
	padding-bottom: 100px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-flex-basis: 0%;
	-ms-flex-preferred-size: 0%;
	flex-basis: 0%;
}

.af-view .w-commerce-commercecarterrorstate {
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 24px;
	margin-left: 24px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	background-color: #ffdede;
}

.af-view .w-commerce-commercecheckoutformcontainer {
	width: 100%;
	min-height: 100vh;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #f5f5f5;
}

.af-view .w-commerce-commercelayoutcontainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.af-view .w-commerce-commercelayoutmain {
	-webkit-flex-basis: 800px;
	-ms-flex-preferred-size: 800px;
	flex-basis: 800px;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	margin-right: 20px;
}

.af-view .w-commerce-commercecheckoutcustomerinfowrapper {
	margin-bottom: 20px;
}

.af-view .w-commerce-commercecheckoutblockheader {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e6e6e6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e6e6e6;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #e6e6e6;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e6e6e6;
	background-color: #fff;
}

.af-view .w-commerce-commercecheckoutblockcontent {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e6e6e6;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #e6e6e6;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e6e6e6;
	background-color: #fff;
}

.af-view .w-commerce-commercecheckoutlabel {
	margin-bottom: 8px;
}

.af-view .w-commerce-commercecheckoutemailinput {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutemailinput::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutemailinput:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutshippingaddresswrapper {
	margin-bottom: 20px;
}

.af-view .w-commerce-commercecheckoutshippingfullname {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingfullname::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingfullname:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutshippingstreetaddress {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingstreetaddress::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingstreetaddress:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutshippingstreetaddressoptional {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutrow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -8px;
	margin-left: -8px;
}

.af-view .w-commerce-commercecheckoutcolumn {
	padding-right: 8px;
	padding-left: 8px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-flex-basis: 0%;
	-ms-flex-preferred-size: 0%;
	flex-basis: 0%;
}

.af-view .w-commerce-commercecheckoutshippingcity {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingcity::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingcity:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutshippingstateprovince {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingstateprovince::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingstateprovince:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutshippingzippostalcode {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingzippostalcode::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingzippostalcode:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutshippingcountryselector {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingcountryselector::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutshippingcountryselector:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutshippingmethodswrapper {
	margin-bottom: 20px;
}

.af-view .w-commerce-commercecheckoutshippingmethodslist {
	border-left-color: #e6e6e6;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #e6e6e6;
	border-right-width: 1px;
	border-right-style: solid;
}

.af-view .w-commerce-commercecheckoutshippingmethoditem {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 16px;
	padding-left: 16px;
	font-weight: 400;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	border-bottom-color: #e6e6e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 0px;
	background-color: #fff;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.af-view .w-commerce-commercecheckoutshippingmethoddescriptionblock {
	margin-left: 12px;
	margin-right: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.af-view .w-commerce-commerceboldtextblock {
	font-weight: 700;
}

.af-view .w-commerce-commercecheckoutshippingmethodsemptystate {
	text-align: center;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 64px;
	padding-bottom: 64px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e6e6e6;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #e6e6e6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e6e6e6;
	background-color: #fff;
}

.af-view .w-commerce-commercecheckoutpaymentinfowrapper {
	margin-bottom: 20px;
}

.af-view .w-commerce-commercecheckoutcardnumber {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: text;
}

.af-view .w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutcardnumber::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutcardnumber:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutcardnumber.af-class--wfp-focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutcardexpirationdate {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: text;
}

.af-view .w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutcardexpirationdate::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutcardexpirationdate:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutcardexpirationdate.af-class--wfp-focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutcardsecuritycode {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: text;
}

.af-view .w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutcardsecuritycode::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutcardsecuritycode:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutcardsecuritycode.af-class--wfp-focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutbillingaddresstogglewrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.af-view .w-commerce-commercecheckoutbillingaddresstogglecheckbox {
	margin-top: 4px;
}

.af-view .w-commerce-commercecheckoutbillingaddresstogglelabel {
	font-weight: 400;
	margin-left: 8px;
}

.af-view .w-commerce-commercecheckoutbillingaddresswrapper {
	margin-top: 16px;
	margin-bottom: 20px;
}

.af-view .w-commerce-commercecheckoutbillingfullname {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingfullname::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingfullname:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutbillingstreetaddress {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingstreetaddress::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingstreetaddress:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutbillingstreetaddressoptional {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutbillingcity {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingcity::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingcity:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutbillingstateprovince {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingstateprovince::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingstateprovince:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutbillingzippostalcode {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingzippostalcode::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingzippostalcode:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutbillingcountryselector {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingcountryselector::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutbillingcountryselector:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutorderitemswrapper {
	margin-bottom: 20px;
}

.af-view .w-commerce-commercecheckoutsummaryblockheader {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e6e6e6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e6e6e6;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #e6e6e6;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e6e6e6;
	background-color: #fff;
}

.af-view .w-commerce-commercecheckoutorderitemslist {
	margin-bottom: -20px;
}

.af-view .w-commerce-commercecheckoutorderitem {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.af-view .w-commerce-commercecheckoutorderitemdescriptionwrapper {
	margin-left: 16px;
	margin-right: 16px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.af-view .w-commerce-commercecheckoutorderitemquantitywrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	white-space: pre-wrap;
}

.af-view .w-commerce-commercecheckoutorderitemoptionlist {
	text-decoration: none;
	padding-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

.af-view .w-commerce-commercelayoutsidebar {
	-webkit-flex-basis: 320px;
	-ms-flex-preferred-size: 320px;
	flex-basis: 320px;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}

.af-view .w-commerce-commercecheckoutordersummarywrapper {
	margin-bottom: 20px;
}

.af-view .w-commerce-commercecheckoutsummarylineitem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 8px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.af-view .w-commerce-commercecheckoutordersummaryextraitemslistitem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 8px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.af-view .w-commerce-commercecheckoutsummarytotal {
	font-weight: 700;
}

.af-view .w-commerce-commercecheckoutdiscounts {
	background-color: #fff;
	border-bottom-color: #e6e6e6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #e6e6e6;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #e6e6e6;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #e6e6e6;
	border-top-style: solid;
	border-top-width: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.af-view .w-commerce-commercecheckoutdiscountslabel {
	margin-bottom: 8px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.af-view .w-commerce-commercecheckoutdiscountsinput {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-flex-basis: 0%;
	-ms-flex-preferred-size: 0%;
	flex-basis: 0%;
	min-width: 0px;
}

.af-view .w-commerce-commercecheckoutdiscountsinput::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutdiscountsinput:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutdiscountsinput::placeholder {
	color: #999;
}

.af-view .w-commerce-commercecheckoutdiscountsinput:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commercecheckoutdiscountsbutton {
	background-color: #3898ec;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	color: #fff;
	cursor: pointer;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-left: 8px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	height: 38px;
}

.af-view .w-commerce-commercecheckoutplaceorderbutton {
	background-color: #3898ec;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	color: #fff;
	cursor: pointer;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	display: block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 20px;
	text-align: center;
}

.af-view .w-commerce-commercecheckouterrorstate {
	margin-top: 16px;
	margin-bottom: 16px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	background-color: #ffdede;
}

.af-view .w-commerce-commerceaddtocartform {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.af-view .w-commerce-commerceaddtocartoptionpillgroup {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.af-view .w-commerce-commerceaddtocartoptionpill {
	margin-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	color: #000;
	background-color: #fff;
	cursor: pointer;
}

.af-view .w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
	color: #fff;
	background-color: #000;
}

.af-view .w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
	color: #666;
	background-color: #e6e6e6;
	border-top-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
	border-right-color: #e6e6e6;
	cursor: not-allowed;
	outline-style: none;
}

.af-view .w-commerce-commerceaddtocartquantityinput {
	background-color: #fafafa;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	height: 38px;
	line-height: 20px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 12px;
	width: 60px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commerceaddtocartquantityinput:-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
	color: #999;
}

.af-view .w-commerce-commerceaddtocartquantityinput::placeholder {
	color: #999;
}

.af-view .w-commerce-commerceaddtocartquantityinput:focus {
	border-top-color: #3898ec;
	border-right-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	outline-style: none;
}

.af-view .w-commerce-commerceaddtocartbutton {
	background-color: #3898ec;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	color: #fff;
	cursor: pointer;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.af-view .w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
	color: #666;
	background-color: #e6e6e6;
	border-top-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
	border-right-color: #e6e6e6;
	cursor: not-allowed;
	outline-style: none;
}

.af-view .w-commerce-commerceaddtocartoutofstock {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ddd;
}

.af-view .w-commerce-commerceaddtocarterror {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffdede;
}

.af-view .w-commerce-commerceorderconfirmationcontainer {
	width: 100%;
	min-height: 100vh;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #f5f5f5;
}

.af-view .w-commerce-commercecheckoutcustomerinfosummarywrapper {
	margin-bottom: 20px;
}

.af-view .w-commerce-commercecheckoutsummaryitem {
	margin-bottom: 8px;
}

.af-view .w-commerce-commercecheckoutsummarylabel {
	margin-bottom: 8px;
}

.af-view .w-commerce-commercecheckoutsummaryflexboxdiv {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.af-view .w-commerce-commercecheckoutsummarytextspacingondiv {
	margin-right: 0.33em;
}

.af-view .w-commerce-commercecheckoutshippingsummarywrapper {
	margin-bottom: 20px;
}

.af-view .w-commerce-commercecheckoutpaymentsummarywrapper {
	margin-bottom: 20px;
}

.af-view .w-commerce-commercepaypalcheckoutformcontainer {
	width: 100%;
	min-height: 100vh;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #f5f5f5;
}

.af-view .w-commerce-commercepaypalcheckouterrorstate {
	margin-top: 16px;
	margin-bottom: 16px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	background-color: #ffdede;
}

@media screen and (max-width: 767px) {
	.af-view .w-commerce-commercelayoutcontainer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.af-view .w-commerce-commercelayoutmain {
		margin-right: 0px;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.af-view .w-commerce-commercelayoutsidebar {
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media screen and (max-width: 479px) {
	.af-view .w-commerce-commercecartcontainerwrapper--cartType-modal {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.af-view .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
		position: fixed;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.af-view .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
		position: fixed;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.af-view .w-commerce-commercecartquantity {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutemailinput {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutshippingfullname {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutshippingstreetaddress {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutshippingstreetaddressoptional {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutrow {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.af-view .w-commerce-commercecheckoutshippingcity {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutshippingstateprovince {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutshippingzippostalcode {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutshippingcountryselector {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutcardnumber {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutcardexpirationdate {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutcardsecuritycode {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutbillingfullname {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutbillingstreetaddress {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutbillingstreetaddressoptional {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutbillingcity {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutbillingstateprovince {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutbillingzippostalcode {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutbillingcountryselector {
		font-size: 16px;
	}

	.af-view .w-commerce-commercecheckoutdiscountsinput {
		font-size: 16px;
	}

	.af-view .w-commerce-commerceaddtocartquantityinput {
		font-size: 16px;
	}
}

.af-view {
	background-color: var(--primary-color);
	font-family: "Space Grotesk", sans-serif;
	color: #bebdd4;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

.af-view h1 {
	margin-top: 0px;
	margin-bottom: 24px;
	color: var(--text-color);
	font-size: 100px;
	line-height: 105px;
	font-weight: 700;
}

.af-view h2 {
	margin-top: 0px;
	margin-bottom: 24px;
	color: var(--text-color);
	font-size: 76px;
	line-height: 88px;
	font-weight: 700;
}

.af-view h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: var(--text-color);
	font-size: 36px;
	line-height: 38px;
	font-weight: 700;
}

.af-view h4 {
	margin-top: 0px;
	margin-bottom: 16px;
	color: var(--text-color);
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
}

.af-view h5 {
	margin-top: 0px;
	margin-bottom: 16px;
	color: var(--text-color);
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.af-view h6 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: var(--text-color);
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
}

.af-view p {
	margin-bottom: 0px;
	color: var(--text-color);
}

.af-view a {
	-webkit-transition: color 350ms ease;
	transition: color 350ms ease;
	color: var(--text-color);
	text-decoration: underline;
}

.af-view a:hover {
	color: #a0a3bd;
}

.af-view ul {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 40px;
}

.af-view ol {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 40px;
}

.af-view img {
	display: inline-block;
	max-width: 100%;
}

.af-view strong {
	font-weight: 700;
}

.af-view blockquote {
	margin-bottom: 10px;
	padding: 50px 48px;
	border-left: 0px solid #000;
	border-radius: 26px;
	background-color: #1e143a;
	box-shadow: 0 3px 16px 0 rgba(13, 10, 44, 0.25);
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}

.af-view figure {
	margin-bottom: 46px;
}

.af-view figcaption {
	margin-top: 5px;
	text-align: center;
}

.af-view .af-class-mg-top-8px {
	margin-top: 8px;
}

.af-view .af-class-mg-bottom-8px {
	margin-bottom: 8px;
}

.af-view .af-class-mg-top-24px {
	margin-top: 24px;
}

.af-view .af-class-mg-top-32px {
	margin-top: 32px;
}

.af-view .af-class-mg-bottom-32px {
	margin-bottom: 32px;
}

.af-view .af-class-mg-top-40px {
	margin-top: 40px;
}

.af-view .af-class-mg-top-48px {
	margin-top: 48px;
}

.af-view .af-class-hidden-desktop {
	display: none;
}

.af-view .af-class-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.af-view .af-class-text-center {
	text-align: center;
}

.af-view .af-class-color-white {
	color: #fff;
}

.af-view .af-class-bg-primary-1 {
	background-color: #4a3aff;
}

.af-view .af-class-bg-neutral-700 {
	background-color: #4e4b66;
}

.af-view .af-class-bg-neutral-600 {
	background-color: #484569;
}

.af-view .af-class-bg-neutral-500 {
	background-color: #a0a3bd;
}

.af-view .af-class-bg-neutral-400 {
	background-color: #bebdd4;
}

.af-view .af-class-bg-neutral-300 {
	background-color: #eff0f6;
}

.af-view .af-class-bg-neutral-200 {
	background-color: #f7f7fc;
}

.af-view .af-class-bg-neutral-100 {
	background-color: #fff;
}

.af-view .af-class-style-guide-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 32px;
	z-index: 2;
	height: 100%;
	min-height: 96vh;
	margin-right: 16px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 14em;
	-ms-flex: 0 14em;
	flex: 0 14em;
}

.af-view .af-class-container-default {
	max-width: 1244px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 24px;
}

.af-view .af-class-style-guide-content {
	max-width: 100%;
	margin-left: 18px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 24px;
	background-color: #fff;
}

.af-view .af-class-section-styleguide {
	padding-top: 155px;
	padding-bottom: 86px;
}

.af-view .af-class-style-guide-title {
	margin-top: 0px;
	color: #fff;
	font-size: 72px;
	line-height: 80px;
}

.af-view .af-class-style-guide-header {
	padding: 100px 68px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	background-color: #4e4b66;
}

.af-view .af-class-sidebar-navigation {
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.af-view .af-class-style-guide-icon-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 56px;
	height: 56px;
	margin-right: 16px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 18px;
	background-color: #4a3aff;
	-webkit-transition: background-color 250ms ease;
	transition: background-color 250ms ease;
}

.af-view .af-class-style-guide-sidebar-icon {
	width: 60%;
}

.af-view .af-class-style-guide-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 14px;
	-webkit-transition: background-color 350ms ease;
	transition: background-color 350ms ease;
	color: #eff0f6;
	text-decoration: none;
}

.af-view .af-class-style-guide-link:hover {
	background-color: #4e4b66;
	color: #fff;
}

.af-view .af-class-style-guide-link.w--current {
	background-color: #4e4b66;
	-webkit-transition: color 300ms ease, background-color 300ms ease;
	transition: color 300ms ease, background-color 300ms ease;
	color: #fff;
	font-weight: 700;
}

.af-view .af-class-style-guide-link-wrapper {
	margin-bottom: 8px;
}

.af-view .af-class-style-guide-sidebar-title {
	margin-bottom: 24px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 20px;
	border-bottom: 1px solid #4e4b66;
	color: #fff;
	font-size: 22px;
	line-height: 24px;
}

.af-view .af-class-style-guide-sidebar-title.af-class-middle {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #484569;
	border-bottom-color: #484569;
}

.af-view .af-class-color-primary-grid {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.af-view .af-class-color-container {
	border-radius: 16px;
	background-color: #1e143a;
}

.af-view .af-class-color-block {
	min-height: 120px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.af-view .af-class-color-block.af-class-bg-primary-1 {
	background-color: #4a3aff;
}

.af-view .af-class-color-block.af-class-bg-neutral-800 {
	background-color: var(--primary-color);
}

.af-view .af-class-color-block.af-class-bg-neutral-600 {
	background-color: #484569;
}

.af-view .af-class-color-block.af-class-bg-neutral-200 {
	background-color: #f7f7fc;
}

.af-view .af-class-color-block.af-class-bg-neutral-300 {
	background-color: #eff0f6;
}

.af-view .af-class-color-block.af-class-bg-neutral-500 {
	background-color: #a0a3bd;
}

.af-view .af-class-color-block.af-class-bg-neutral-700 {
	background-color: #4e4b66;
}

.af-view .af-class-color-content {
	padding: 22px 16px 24px;
}

.af-view .af-class-color-title {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}

.af-view .af-class-color-hex {
	color: #a0a3bd;
	line-height: 20px;
}

.af-view .af-class-style-guide-subtitle {
	margin-top: 0px;
}

.af-view .af-class-style-guide-subtitle.af-class-rich-text {
	margin-top: 88px;
}

.af-view .af-class-color-content-wrapper {
	padding-bottom: 56px;
}

.af-view .af-class-color-content-wrapper.af-class-last {
	padding-bottom: 0px;
}

.af-view .af-class-color-neutral-grid {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

.af-view .af-class-typography-container {
	padding-top: 54px;
	padding-bottom: 54px;
	border-bottom: 1px solid #4e4b66;
}

.af-view .af-class-typography-container.af-class-last {
	padding-bottom: 0px;
	border-bottom-width: 0px;
}

.af-view .af-class-container-small-left {
	max-width: 592px;
	padding-right: 24px;
}

.af-view .af-class-typography-details {
	margin-top: 15px;
	color: #4a3aff;
	font-weight: 500;
}

.af-view .af-class-paragraph-large {
	font-size: 24px;
	line-height: 38px;
}

.af-view .af-class-style-guide-subheader {
	padding: 56px 68px 40px;
	background-color: #1e143a;
}

.af-view .af-class-style-guide-content-wrapper {
	padding: 110px 68px;
	border-style: solid;
	border-width: 1px;
	border-color: #484569;
	background-color: var(--primary-color);
}

.af-view .af-class-buttons-grid {
	grid-column-gap: 24px;
	grid-row-gap: 56px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.af-view .af-class-button-primary {
	padding: 26px 72px;
	border-radius: 80px;
	background-color: var(--primary-color);
	-webkit-transition-property: none;
	transition-property: none;
	color: var(--text-color);
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
}

.af-view .af-class-button-primary:hover {
	color: var(--text-color);
}

.af-view .af-class-button-primary.af-class-small {
	padding: 8px 25px;
	font-size: 16px;
	line-height: 18px;
}

.af-view .af-class-button-primary.af-class-full-width {
	display: block;
	width: 100%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.af-view .af-class-button-primary.af-class-full-width.af-class-contact {
	font-size: 18px;
	line-height: 20px;
}

.af-view .af-class-button-primary.af-class-checkout {
	width: 100%;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 20px;
}

.af-view .af-class-button-secondary {
	padding: 28px 48px;
	border-style: solid;
	border-width: 3px;
	border-color: #fff;
	border-radius: 80px;
	background-color: rgba(15, 8, 35, 0);
	-webkit-transition: border-color 350ms ease, -webkit-transform 350ms ease;
	transition: border-color 350ms ease, -webkit-transform 350ms ease;
	transition: border-color 350ms ease, transform 350ms ease;
	transition: border-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.af-view .af-class-button-secondary:hover {
	border-color: #a0a3bd;
	-webkit-transform: scale3d(0.96, 0.96, 1.02);
	transform: scale3d(0.96, 0.96, 1.02);
	color: #fff;
}

.af-view .af-class-button-secondary.af-class-small {
	padding: 14px 32px;
	font-size: 16px;
	line-height: 18px;
}

.af-view .af-class-button-secondary.af-class-discounts {
	height: auto;
	margin-left: 0px;
	padding: 24px 16px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	border-width: 1px;
}

.af-view .af-class-style-guide-button-container {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 24px;
}

.af-view .af-class-header {
	position: absolute;
	left: 0%;
	right: 0%;
	padding-top: 28px;
	padding-bottom: 28px;
	background-color: rgba(15, 8, 35, 0);
}

.af-view .af-class-header-logo {
	width: 100px;

	margin-top: 6px;
	margin-bottom: 6px;
}

.af-view .af-class-header-navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0px;
	padding-left: 0px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
}

.af-view .af-class-nav-item-wrapper {
	margin-right: 24px;
	margin-left: 24px;
}

.af-view .af-class-nav-item-wrapper.af-class-button {
	display: none;
}

.af-view .af-class-nav-link {
	-webkit-transition: color 350ms ease;
	transition: color 350ms ease;
	color: var(--text-color);
	line-height: 20px;
	text-decoration: none;
}

.af-view .af-class-nav-link.af-class-footer {
	display: block;
	padding-top: 0px;
	border-top-width: 0px;
}

.af-view .af-class-display-1 {
	font-size: 80px;
	line-height: 94px;
}

.af-view .af-class-display-2 {
	font-size: 58px;
	line-height: 72px;
}

.af-view .af-class-display-3 {
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.af-view .af-class-footer {
	padding-top: 48px;
	padding-bottom: 0px;
	border-top: 1px solid #4e4b66;
	background-color: var(--primary-color);
}

.af-view .af-class-footer-logo-container {
	-webkit-transition: color 350ms ease, -webkit-transform 350ms ease;
	transition: color 350ms ease, -webkit-transform 350ms ease;
	transition: transform 350ms ease, color 350ms ease;
	transition: transform 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.af-view .af-class-footer-logo-container:hover {
	-webkit-transform: scale3d(0.94, 0.94, 1.01);
	transform: scale3d(0.94, 0.94, 1.01);
}

.af-view .af-class-footer-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0px;
	padding-left: 0px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
}

.af-view .af-class-footer-logo {
	width: 140px;
}

.af-view .af-class-footer-nav-item {
	margin-left: 32px;
}

.af-view .af-class-licenses-hero {
	padding-top: 160px;
	padding-bottom: 90px;
	background-color: #1e143a;
}

.af-view .af-class-section {
	padding-top: 240px;
	padding-bottom: 240px;
}

.af-view .af-class-section.af-class-checkout-hero {
	padding-top: 160px;
	padding-bottom: 80px;
	background-color: #1e143a;
}

.af-view .af-class-section.af-class-hero-home {
	position: relative;
	overflow: hidden;
	padding-top: 280px;
	padding-bottom: 220px;
}

.af-view .af-class-section.af-class-shop-home {
	position: relative;
	overflow: hidden;
}

.af-view .af-class-section.af-class-my-work {
	position: relative;
	display: none;
	overflow: hidden;
}

.af-view .af-class-section.af-class-contact {
	position: relative;
	display: none;
	overflow: hidden;
	padding-top: 190px;
	padding-bottom: 190px;
}

.af-view .af-class-section.af-class-store {
	position: relative;
	overflow: hidden;
}

.af-view .af-class-section.af-class-product-description {
	position: relative;
	overflow: hidden;
	padding-top: 110px;
	padding-bottom: 110px;
}

.af-view .af-class-section.af-class-product-hero {
	position: relative;
	padding-top: 185px;
	padding-bottom: 100px;
}

.af-view .af-class-section.af-class-short {
	padding-top: 110px;
	padding-bottom: 110px;
}

.af-view .af-class-section.af-class-short.af-class-licenses {
	background-color: var(--primary-color);
}

.af-view .af-class-section.af-class-changelog {
	padding-top: 80px;
	padding-bottom: 80px;
}

.af-view .af-class-licenses-image {
	border-radius: 16px;
}

.af-view .af-class-utility-page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 970px;
	padding: 129px 24px 60px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.af-view .af-class-utility-page-wrap.af-class-_404 {
	position: relative;
	overflow: hidden;
}

.af-view .af-class-utility-page-wrap.af-class-password-protected {
	position: relative;
	overflow: hidden;
}

.af-view .af-class-utility-page-content-password {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 580px;
	padding: 72px 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-style: solid;
	border-width: 1px;
	border-color: #4e4b66;
	border-radius: 32px;
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02),
		0 40px 50px 0 rgba(74, 58, 255, 0.05);
	text-align: center;
}

.af-view .af-class-utility-page-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.af-view .af-class-input {
	height: 82px;
	margin-bottom: 0px;
	padding-right: 26px;
	padding-left: 26px;
	border: 0px solid #000;
	border-radius: 100px;
	background-color: hsla(0, 0%, 100%, 0.06);
	-webkit-transition: color 350ms ease, background-color 350ms ease;
	transition: color 350ms ease, background-color 350ms ease;
	color: #bebdd4;
	font-size: 20px;
}

.af-view .af-class-input:hover {
	background-color: hsla(0, 0%, 100%, 0.14);
	color: #fff;
}

.af-view .af-class-input:focus {
	background-color: hsla(0, 0%, 100%, 0.14);
	color: #fff;
}

.af-view .af-class-input.af-class--wfp-focus {
	background-color: hsla(0, 0%, 100%, 0.14);
	color: #fff;
}

.af-view .af-class-input::-webkit-input-placeholder {
	color: #bebdd4;
}

.af-view .af-class-input:-ms-input-placeholder {
	color: #bebdd4;
}

.af-view .af-class-input::-ms-input-placeholder {
	color: #bebdd4;
}

.af-view .af-class-input::placeholder {
	color: #bebdd4;
}

.af-view .af-class-input.af-class-password {
	margin-bottom: 20px;
}

.af-view .af-class-input.af-class-checkout {
	height: 68px;
	margin-bottom: 16px;
}

.af-view .af-class-input.af-class-discounts {
	height: 72px;
	margin-bottom: 16px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	background-color: rgba(255, 255, 255, 0.06);
}

.af-view .af-class-input.af-class-discounts:hover {
	background-color: rgba(255, 255, 255, 0.14);
}

.af-view .af-class-input.af-class-discounts:focus {
	background-color: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.af-view .af-class-_404-title {
	margin-bottom: 18px;
	color: #fff;
	font-size: 150px;
	line-height: 140px;
	font-weight: 700;
}

.af-view .af-class-container-medium-730px {
	max-width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 24px;
}

.af-view .af-class-divider {
	width: 100%;
	height: 1px;
	background-color: #4e4b66;
}

.af-view .af-class-divider.af-class-utility-pages {
	margin-top: 60px;
	margin-bottom: 60px;
}

.af-view .af-class-paragraph.af-class-password {
	margin-bottom: 40px;
}

.af-view .af-class-paragraph.af-class-_404 {
	margin-bottom: 40px;
}

.af-view .af-class-paragraph-small {
	font-size: 15px;
	line-height: 24px;
}

.af-view .af-class-card {
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: #eff0f6;
	border-radius: 20px;
	background-color: #fff;
}

.af-view .af-class-card.af-class-changelog {
	margin-bottom: 40px;
	padding: 60px 50px;
	border-color: #4e4b66;
	background-color: #1e143a;
}

.af-view .af-class-card.af-class-checkout {
	margin-bottom: 40px;
	border-color: #4e4b66;
	background-color: #1e143a;
}

.af-view .af-class-card.af-class-checkout.af-class-last {
	margin-bottom: 0px;
}

.af-view .af-class-card.af-class-checkout.af-class-order-summary {
	margin-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.af-view .af-class-checkout-form {
	padding: 80px 0px 150px;
	background-color: var(--primary-color);
}

.af-view .af-class-checkout-block-header {
	padding: 30px 40px 20px;
	border-width: 0px;
	background-color: #1e143a;
}

.af-view .af-class-checkout-block-content {
	padding: 10px 40px 40px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #1e143a;
}

.af-view .af-class-title.af-class-checkout {
	margin-bottom: 0px;
}

.af-view .af-class-title.af-class-order-item {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.af-view .af-class-title.af-class-checkout-hero {
	color: #fff;
}

.af-view .af-class-split-content.af-class-checkout-left {
	margin-right: 48px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.af-view .af-class-split-content.af-class-checkout-right {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 380px;
	-ms-flex-preferred-size: 380px;
	flex-basis: 380px;
}

.af-view .af-class-split-content.af-class-header-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.af-view .af-class-checkout-field-label {
	margin-top: 15px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 400;
}

.af-view .af-class-checkout-required-text {
	color: #bebdd4;
	font-size: 20px;
}

.af-view .af-class-checkout-billing-address-toggle {
	margin-top: 10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.af-view .af-class-checkout-checkbox-label {
	margin-bottom: 0px;
}

.af-view .af-class-checkout-checkbox {
	margin-top: 0px;
}

.af-view .af-class-order-item-list {
	margin-bottom: -40px;
}

.af-view .af-class-order-item {
	margin-bottom: 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.af-view .af-class-image-wrapper.af-class-order-item-image {
	max-width: 80px;
	margin-right: 20px;
}

.af-view .af-class-image.af-class-order-item-image {
	width: auto;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #4e4b66;
	border-radius: 16px;
}

.af-view .af-class-order-item-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 16px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.af-view .af-class-order-item-content {
	margin-right: 0px;
	margin-left: 0px;
}

.af-view .af-class-order-item-price {
	color: #fff;
	font-weight: 700;
}

.af-view .af-class-order-item-quantity-result {
	color: #fff;
}

.af-view .af-class-apple-pay {
	height: 56px;
}

.af-view .af-class-checkout-line-item {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.af-view .af-class-order-summary-subtotal {
	color: #fff;
	font-weight: 500;
}

.af-view .af-class-order-summary-total {
	color: #fff;
	font-size: 20px;
}

.af-view .af-class-discounts {
	padding: 10px 0px 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-width: 0px;
	background-color: #1e143a;
}

.af-view .af-class-paypal {
	margin-bottom: 15px;
}

.af-view .af-class-checkout-hero-wrapper {
	max-width: 630px;
	color: #fff;
}

.af-view .af-class-cart-button {
	padding: 0px;
	border-radius: 80px;
	background-color: rgba(74, 58, 255, 0);
	font-size: 16px;
	line-height: 18px;
}

.af-view .af-class-cart-quantity {
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: hsla(0, 0%, 100%, 0);
	color: #fff;
	font-size: 16px;
}

.af-view .af-class-grid-licenses-images {
	margin-top: 24px;
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.af-view .af-class-licenses-link-image-container {
	box-shadow: 0 6px 16px 0 rgba(35, 32, 70, 0.17);
	-webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
	transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
	transition: box-shadow 350ms ease, transform 350ms ease;
	transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.af-view .af-class-licenses-link-image-container:hover {
	box-shadow: 0 8px 20px 0 rgba(35, 32, 70, 0.26);
	-webkit-transform: translate(0px, -4px);
	-ms-transform: translate(0px, -4px);
	transform: translate(0px, -4px);
}

.af-view .af-class-bg-neutral-800 {
	background-color: var(--primary-color);
}

.af-view .af-class-button-container {
	display: inline-block;
	padding: 3px;
	border-radius: 80px;
	border: 2px solid var(--secondary-color);
	/* background-image: linear-gradient(65deg, #edb8ff, #6148ff); */
	box-shadow: 0 24px 34px 0 rgba(74, 58, 255, 0.05), 0 9px 24px 0 rgba(0, 0, 0, 0.45);
	-webkit-transition: -webkit-transform 350ms ease;
	transition: -webkit-transform 350ms ease;
	transition: transform 350ms ease;
	transition: transform 350ms ease, -webkit-transform 350ms ease;
	cursor: pointer;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.af-view .af-class-button-container:hover {
	-webkit-transform: scale3d(0.94, 0.94, 1.01);
	transform: scale3d(0.94, 0.94, 1.01);
}

.af-view .af-class-button-container.af-class-full-width {
	width: 100%;
}

.af-view .af-class-button-container.af-class-full-width.af-class-mg-top-16px {
	margin-top: 16px;
}

.af-view .af-class-container-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 24px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.af-view .af-class-header-dropdown {
	z-index: 0;
	display: block;
	background-color: transparent;
}

.af-view .af-class-header-dropdown:hover {
	background-color: transparent;
}

.af-view .af-class-header-dropdown-toggle {
	padding: 0px;
	color: #fff;
}

.af-view .af-class-hero-grid {
	-ms-grid-columns: 1fr 0.6fr;
	grid-template-columns: 1fr 0.6fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.af-view .af-class-blob-home-hero {
	position: absolute;
	left: auto;
	top: -24%;
	right: -20%;
	bottom: auto;
	z-index: -2;
	max-width: 60%;
}

.af-view .af-class-bubble.af-class-hero-home {
	position: absolute;
	left: auto;
	top: 16%;
	right: 2%;
	bottom: auto;
	z-index: -1;
	max-width: 240px;
}

.af-view .af-class-bubble.af-class-about-me {
	position: absolute;
	left: -16%;
	top: -26%;
	right: auto;
	bottom: auto;
	z-index: 2;
	max-width: 210px;
	-webkit-filter: blur(1px);
	filter: blur(1px);
}

.af-view .af-class-bubble.af-class-shop-page {
	position: absolute;
	left: 4%;
	top: 9%;
	right: auto;
	bottom: auto;
	width: 160px;
}

.af-view .af-class-bubble.af-class-item-description {
	position: absolute;
	left: 5%;
	top: 9%;
	right: auto;
	bottom: auto;
	z-index: -1;
	width: 200px;
}

.af-view .af-class-donuts.af-class-hero-home {
	position: absolute;
	left: auto;
	top: auto;
	right: 16%;
	bottom: 12%;
	z-index: -1;
	max-width: 208px;
}

.af-view .af-class-donuts.af-class-contact-home {
	position: absolute;
	left: -9%;
	top: 61%;
	right: auto;
	bottom: auto;
	z-index: -1;
	width: 240px;
}

.af-view .af-class-donuts.af-class-about-home {
	position: absolute;
	left: auto;
	top: auto;
	right: 9%;
	bottom: 10%;
	width: 180px;
	-webkit-transform: rotate(-17deg);
	-ms-transform: rotate(-17deg);
	transform: rotate(-17deg);
}

.af-view .af-class-donuts.af-class-shop-page {
	position: absolute;
	left: auto;
	top: 16%;
	right: -3%;
	bottom: auto;
	width: 180px;
}

.af-view .af-class-donuts.af-class-item-description {
	position: absolute;
	left: auto;
	top: auto;
	right: 6%;
	bottom: 5%;
	z-index: -1;
	width: 200px;
}

.af-view .af-class-grid-about {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-column-gap: 62px;
	-ms-grid-columns: 0.8fr 1fr;
	grid-template-columns: 0.8fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.af-view .af-class-list-item-gradient {
	margin-bottom: 18px;
	padding-left: 22px;
	background-image: url("../images/bullet-gradient-neft-webflow-template.svg");
	background-position: 0% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 24px;
}

.af-view .af-class-list-gradient-container {
	margin-top: 32px;
	padding-left: 0px;
	list-style-type: none;
}

.af-view .af-class-image-about-me {
	max-width: 90%;
	border-radius: 60px;
	box-shadow: 0 44px 84px 0 rgba(0, 0, 0, 0.45);
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}

.af-view .af-class-gradient-bottom-about {
	position: absolute;
	left: auto;
	top: 0px;
	right: 9%;
	bottom: 0px;
	z-index: -2;
	width: 90%;
	height: 100%;
	border-radius: 60px;
	background-image: linear-gradient(267deg, #8129ef, #f83bc3);
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.af-view .af-class-image-about-me-container {
	position: relative;
}

.af-view .af-class-products-container {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.af-view .af-class-product-card-image {
	margin-bottom: 48px;
	-webkit-transition: -webkit-transform 350ms ease;
	transition: -webkit-transform 350ms ease;
	transition: transform 350ms ease;
	transition: transform 350ms ease, -webkit-transform 350ms ease;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.af-view .af-class-product-card-image:hover {
	-webkit-transform: scale3d(1.02, 1.02, 1.01);
	transform: scale3d(1.02, 1.02, 1.01);
}

.af-view .af-class-product-card-pricing {
	display: none;
	margin-bottom: 22px;
	font-size: 25px;
	line-height: 26px;
}

.af-view .af-class-mg-bottom-58px {
	margin-bottom: 58px;
}

.af-view .af-class-top-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.af-view .af-class-work-paragraph-top {
	max-width: 530px;
}

.af-view .af-class-mg-bottom-0 {
	margin-bottom: 0px;
}

.af-view .af-class-grid-my-work {
	margin-top: 56px;
	grid-column-gap: 26px;
	grid-row-gap: 26px;
}

.af-view .af-class-card-crystal {
	padding: 72px 56px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.01);
	box-shadow: inset 0 39px 56px -56px rgba(255, 255, 255, 0.25), inset 0 7px 21px 0 rgba(255, 255, 255, 0.2),
		inset 0 -82px 68px 0 rgba(96, 68, 144, 0.18), inset 0 -98px 100px -108px rgba(202, 172, 255, 0.1),
		inset 0 4px 18px 0 rgba(154, 146, 210, 0.15), inset 0 1px 40px 0 rgba(227, 222, 255, 0.15);
}

.af-view .af-class-card-crystal.af-class-empty-state {
	color: var(--text-color);
	font-size: 28px;
	line-height: 40px;
	text-align: center;
}

.af-view .af-class-card-crystal.af-class-form-success {
	padding-right: 44px;
	padding-left: 44px;
	color: #fff;
	font-size: 24px;
	line-height: 38px;
}

.af-view .af-class-grid-contact {
	grid-column-gap: 46px;
	-ms-grid-columns: 0.8fr 1fr;
	grid-template-columns: 0.8fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.af-view .af-class-form-container {
	min-height: 640px;
	padding: 3px;
	border-radius: 50px;
	background-image: linear-gradient(280deg, #6148ff, #edb8ff);
}

.af-view .af-class-form-background {
	min-height: 640px;
	padding: 76px 44px;
	border-radius: 50px;
	background-color: var(--primary-color);
}

.af-view .af-class-grid-form {
	grid-column-gap: 18px;
	grid-row-gap: 26px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto auto auto;
	grid-template-rows: auto auto auto auto;
}

.af-view .af-class-select {
	height: 82px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px solid #000;
	background-color: rgba(255, 255, 255, 0);
	color: #bebdd4;
	font-size: 18px;
	cursor: pointer;
}

.af-view .af-class-select-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 26px;
	padding-left: 26px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100px;
	background-color: rgba(255, 255, 255, 0.06);
	-webkit-transition: background-color 350ms ease;
	transition: background-color 350ms ease;
	cursor: pointer;
}

.af-view .af-class-select-container:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.af-view .af-class-text-area {
	min-height: 176px;
	margin-bottom: 0px;
	padding: 24px 24px 16px;
	border: 0px solid #000;
	border-radius: 24px;
	background-color: hsla(0, 0%, 100%, 0.06);
	-webkit-transition: background-color 350ms ease;
	transition: background-color 350ms ease;
	font-size: 18px;
}

.af-view .af-class-text-area:hover {
	background-color: hsla(0, 0%, 100%, 0.14);
}

.af-view .af-class-text-area:focus {
	background-color: hsla(0, 0%, 100%, 0.14);
	color: #fff;
}

.af-view .af-class-text-area::-webkit-input-placeholder {
	color: #bebdd4;
}

.af-view .af-class-text-area:-ms-input-placeholder {
	color: #bebdd4;
}

.af-view .af-class-text-area::-ms-input-placeholder {
	color: #bebdd4;
}

.af-view .af-class-text-area::placeholder {
	color: #bebdd4;
}

.af-view .af-class-footer-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 64px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #4e4b66;
}

.af-view .af-class-footer-bottom {
	padding-top: 32px;
	padding-bottom: 32px;
	text-align: center;
}

.af-view .af-class-footer-top-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.af-view .af-class-blob-home-contact-one {
	position: absolute;
	left: auto;
	top: -1%;
	right: -22%;
	bottom: auto;
	z-index: -1;
	max-width: 52%;
}

.af-view .af-class-blob-home-contact-two {
	position: absolute;
	left: -25%;
	top: auto;
	right: auto;
	bottom: 18%;
	z-index: -1;
	max-width: 60%;
}

.af-view .af-class-blob-home-my-work {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: -1;
	-webkit-transform: rotate(111deg);
	-ms-transform: rotate(111deg);
	transform: rotate(111deg);
}

.af-view .af-class-blob-home-gallery-one {
	position: absolute;
	left: -18%;
	top: 5%;
	right: auto;
	bottom: auto;
	z-index: -1;
	max-width: 50%;
	opacity: 0.48;
}

.af-view .af-class-blob-home-gallery-two {
	position: absolute;
	left: auto;
	top: auto;
	right: -14%;
	bottom: 12%;
	z-index: -1;
	max-width: 50%;
	opacity: 0.48;
}

.af-view .af-class-blob-home-about {
	position: absolute;
	left: -18%;
	top: 10%;
	right: auto;
	bottom: auto;
	z-index: -1;
	max-width: 60%;
	opacity: 0.79;
}

.af-view .af-class-brand-logo {
	margin-left: -8px;
	padding-left: 0px;
	-webkit-transition: -webkit-transform 350ms ease;
	transition: -webkit-transform 350ms ease;
	transition: transform 350ms ease;
	transition: transform 350ms ease, -webkit-transform 350ms ease;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.af-view .af-class-brand-logo:hover {
	-webkit-transform: scale3d(0.94, 0.94, 1.01);
	transform: scale3d(0.94, 0.94, 1.01);
}

.af-view .af-class-nav-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.af-view .af-class-cart-desktop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0px;
	padding-left: 0px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
}

.af-view .af-class-cart-mobile {
	display: none;
	margin-bottom: 0px;
	padding-left: 0px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
}

.af-view .af-class-list-social-media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
}

.af-view .af-class-underline-wrapper {
	position: relative;
	width: 100%;
	height: 2px;
	margin-top: 8px;
	background-color: rgba(255, 255, 255, 0.24);
}

.af-view .af-class-underline {
	width: 100%;
	height: 2px;
	background-image: -webkit-gradient(linear, left top, right top, from(#edb8ff), to(#6148ff));
	background-image: linear-gradient(90deg, #edb8ff, #6148ff);
}

.af-view .af-class-link-wrapper {
	display: inline-block;
	color: var(--text-color);
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.af-view .af-class-link-wrapper.af-class-learn-more-product {
	margin-top: 32px;
}

.af-view .af-class-link-white {
	-webkit-transition: color 350ms ease;
	transition: color 350ms ease;
	color: #fff;
}

.af-view .af-class-link-white:hover {
	color: #a0a3bd;
}

.af-view .af-class-container-680px {
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
}

.af-view .af-class-mg-top-80px {
	margin-top: 80px;
}

.af-view .af-class-blob-shop-one {
	position: absolute;
	left: -26%;
	top: 2%;
	right: auto;
	bottom: auto;
	z-index: -2;
	max-width: 60%;
}

.af-view .af-class-blob-shop-two {
	position: absolute;
	left: auto;
	top: 56%;
	right: -20%;
	bottom: auto;
	z-index: -2;
	max-width: 60%;
	opacity: 0.64;
}

.af-view .af-class-grid-shop-single {
	grid-column-gap: 68px;
	-ms-grid-columns: 1fr 0.8fr;
	grid-template-columns: 1fr 0.8fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.af-view .af-class-link-product-container {
	color: #fff;
	text-decoration: none;
}

.af-view .af-class-link-product {
	-webkit-transition: color 350ms ease;
	transition: color 350ms ease;
}

.af-view .af-class-link-product:hover {
	color: #4a3aff;
}

.af-view .af-class-link-product.af-class-heading-h3-size {
	margin-bottom: 17px;
}

.af-view .af-class-product-main-image {
	border-radius: 30px;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
}

.af-view .af-class-product-title {
	font-size: 78px;
	line-height: 88px;
}

.af-view .af-class-product-pricing {
	margin-top: 32px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 38px;
	line-height: 56px;
	font-weight: 700;
}

.af-view .af-class-buttons-container-product {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 24px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.af-view .af-class-container-medium-900px {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 24px;
}

.af-view .af-class-heading-h3-size {
	font-size: 36px;
	line-height: 38px;
}

.af-view .af-class-item-description-container {
	padding: 72px 80px 60px;
	border-radius: 30px;
	background-color: #1e143a;
}

.af-view .af-class-rich-text p {
	margin-bottom: 32px;
}

.af-view .af-class-rich-text li {
	margin-bottom: 10px;
}

.af-view .af-class-rich-text ol {
	margin-bottom: 40px;
}

.af-view .af-class-rich-text ul {
	margin-bottom: 40px;
}

.af-view .af-class-rich-text figcaption {
	margin-top: 22px;
}

.af-view .af-class-rich-text img {
	border-radius: 32px;
}

.af-view .af-class-blur-item-description-shop {
	position: absolute;
	left: auto;
	top: auto;
	right: -26%;
	bottom: -18%;
	z-index: -1;
	max-width: 80%;
}

.af-view .af-class-blur-hero-shop {
	position: absolute;
	left: -22%;
	top: 4%;
	right: auto;
	bottom: 0%;
	z-index: -1;
	max-width: 72%;
}

.af-view .af-class-text-block {
	color: #fff;
}

.af-view .af-class-blur-404-page-one {
	position: absolute;
	left: -11%;
	top: 44%;
	right: auto;
	bottom: 0%;
	z-index: -1;
	max-width: 50%;
}

.af-view .af-class-blur-404-page-two {
	position: absolute;
	left: auto;
	top: -14%;
	right: -11%;
	bottom: auto;
	z-index: -1;
	max-width: 50%;
}

.af-view .af-class-blur-password-page-one {
	position: absolute;
	left: -11%;
	top: 44%;
	right: auto;
	bottom: 0%;
	z-index: -1;
	max-width: 50%;
}

.af-view .af-class-blur-password-page-two {
	position: absolute;
	left: auto;
	top: -14%;
	right: -11%;
	bottom: auto;
	z-index: -1;
	max-width: 50%;
}

.af-view .af-class-error-message {
	margin-top: 24px;
	padding: 20px 22px;
	border-radius: 14px;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.af-view .af-class-cart-wrapper {
	z-index: 2;
}

.af-view .af-class-cart-container {
	border-radius: 20px;
	background-color: #1e143a;
}

.af-view .af-class-cart-header {
	padding-top: 26px;
	padding-bottom: 26px;
	border-bottom-color: #4e4b66;
}

.af-view .af-class-close-button-cart {
	width: 20px;
	height: 20px;
	background-image: url("../images/close-button-nft-webflow-template.svg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform 350ms ease;
	transition: -webkit-transform 350ms ease;
	transition: transform 350ms ease;
	transition: transform 350ms ease, -webkit-transform 350ms ease;
	color: #fff;
}

.af-view .af-class-close-button-cart:hover {
	-webkit-transform: scale(0.94);
	-ms-transform: scale(0.94);
	transform: scale(0.94);
}

.af-view .af-class-cart-footer {
	padding-top: 32px;
	border-top-color: #4e4b66;
}

.af-view .af-class-cart-subtotal {
	color: #fff;
}

.af-view .af-class-cart-file-options {
	color: #fff;
	font-weight: 700;
}

.af-view .af-class-cart-product-title {
	margin-bottom: 7px;
	color: #fff;
	font-weight: 700;
}

.af-view .af-class-cart-product-image {
	border-style: solid;
	border-width: 1px;
	border-color: #4e4b66;
	border-radius: 6px;
}

.af-view .af-class-cart-remove {
	margin-top: 12px;
}

.af-view .af-class-cart-title {
	font-size: 22px;
	line-height: 28px;
}

.af-view .af-class-empty-state {
	color: #fff;
	font-size: 20px;
}

.af-view .af-class-menu-grid-wrapper {
	min-width: 460px;
	padding: 32px 38px 40px;
	border-radius: 24px;
	background-color: #1e143a;
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.4), inset 0 -76px 80px -44px rgba(255, 255, 255, 0.01),
		inset -1px -9px 48px 0 rgba(255, 255, 255, 0.06);
}

.af-view .af-class-menu-grid {
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	grid-column-gap: 26px;
	-ms-grid-columns: 0.6fr 1fr;
	grid-template-columns: 0.6fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.af-view .af-class-mega-menu-title {
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 20px;
}

.af-view .af-class-mega-menu-link {
	display: block;
	margin-bottom: 18px;
	-webkit-transition: color 350ms ease;
	transition: color 350ms ease;
	color: #bebdd4;
	line-height: 20px;
	text-decoration: none;
}

.af-view .af-class-mega-menu-link:hover {
	color: #4a3aff;
}

.af-view .af-class-mega-menu-container {
	margin-top: 26px;
	background-color: hsla(0, 0%, 86.7%, 0);
}

.af-view .af-class-mega-menu-container.w--open {
	background-color: hsla(0, 0%, 86.7%, 0);
}

.af-view .af-class-social-media-icon {
	-webkit-transition: color 350ms ease;
	transition: color 350ms ease;
	font-family: "Icon Font", sans-serif;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}

.af-view .af-class-social-media-icon:hover {
	color: #bebdd4;
}

.af-view .af-class-social-media-icon.af-class-facebook {
	font-size: 22px;
}

.af-view .af-class-social-media-icon.af-class-linkedin {
	font-size: 21px;
}

.af-view .af-class-social-media-icon.af-class-youtube {
	font-size: 19px;
}

.af-view .af-class-list-item-social-media {
	margin-left: 36px;
	-webkit-transition: -webkit-transform 350ms ease;
	transition: -webkit-transform 350ms ease;
	transition: transform 350ms ease;
	transition: transform 350ms ease, -webkit-transform 350ms ease;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.af-view .af-class-list-item-social-media:hover {
	-webkit-transform: scale3d(0.9, 0.9, 1.01);
	transform: scale3d(0.9, 0.9, 1.01);
}

@media screen and (min-width: 1440px) {
	.af-view .af-class-display-2 {
		font-size: 50px;
		line-height: 56px;
	}

	.af-view .af-class-section.af-class-checkout-hero {
		background-color: #1e143a;
	}

	.af-view .af-class-section.af-class-short {
		background-color: #1e143a;
	}

	.af-view .af-class-divider.af-class-utility-pages {
		background-color: #4e4b66;
	}

	.af-view .af-class-bubble.af-class-hero-home {
		max-width: 270px;
	}

	.af-view .af-class-donuts.af-class-hero-home {
		max-width: 228px;
	}

	.af-view .af-class-donuts.af-class-contact-home {
		left: 6%;
	}

	.af-view .af-class-blob-home-contact-one {
		right: -10%;
		max-width: 40%;
	}

	.af-view .af-class-blob-home-contact-two {
		left: -19%;
		bottom: 24%;
		max-width: 50%;
	}

	.af-view .af-class-blob-home-about {
		left: -14%;
		max-width: 46%;
	}

	.af-view .af-class-grid-shop-single {
		-ms-grid-columns: 1fr 0.9fr;
		grid-template-columns: 1fr 0.9fr;
	}

	.af-view .af-class-product-pricing {
		margin-top: 32px;
	}

	.af-view .af-class-rich-text h2 {
		font-size: 48px;
		line-height: 56px;
	}
}

@media screen and (min-width: 1920px) {
	.af-view .af-class-blob-home-hero {
		top: -37%;
		right: -4%;
	}

	.af-view .af-class-bubble.af-class-hero-home {
		right: 14%;
	}

	.af-view .af-class-bubble.af-class-item-description {
		left: 19%;
	}

	.af-view .af-class-donuts.af-class-hero-home {
		right: 22%;
	}

	.af-view .af-class-donuts.af-class-about-home {
		right: 12%;
		bottom: 18%;
		width: 220px;
	}

	.af-view .af-class-donuts.af-class-item-description {
		right: 22%;
	}

	.af-view .af-class-blob-home-contact-one {
		right: 2%;
		max-width: 40%;
	}

	.af-view .af-class-blob-home-contact-two {
		left: -20%;
		bottom: 16%;
		max-width: 45%;
	}

	.af-view .af-class-blob-home-gallery-one {
		left: -7%;
		max-width: 40%;
	}

	.af-view .af-class-blob-home-gallery-two {
		right: -9%;
		max-width: 40%;
	}

	.af-view .af-class-blob-home-about {
		left: 4%;
		max-width: 38%;
	}

	.af-view .af-class-blob-shop-one {
		top: -37%;
		right: -4%;
	}

	.af-view .af-class-blob-shop-two {
		top: -37%;
		right: -4%;
	}
}

@media screen and (max-width: 991px) {
	.af-view h1 {
		font-size: 88px;
		line-height: 94px;
	}

	.af-view h2 {
		font-size: 66px;
		line-height: 72px;
	}

	.af-view h3 {
		font-size: 30px;
		line-height: 34px;
	}

	.af-view .af-class-hidden-tablet {
		display: none;
	}

	.af-view .af-class-style-guide-sidebar {
		display: none;
	}

	.af-view .af-class-container-default {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.af-view .af-class-style-guide-content {
		margin-left: 0px;
	}

	.af-view .af-class-section-styleguide {
		padding-top: 139px;
		padding-bottom: 50px;
	}

	.af-view .af-class-style-guide-header {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.af-view .af-class-typography-container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.af-view .af-class-paragraph-large {
		font-size: 20px;
		line-height: 34px;
	}

	.af-view .af-class-style-guide-subheader {
		padding-top: 34px;
		padding-bottom: 34px;
	}

	.af-view .af-class-style-guide-content-wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.af-view .af-class-buttons-grid {
		grid-row-gap: 40px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.af-view .af-class-button-primary {
		padding: 24px 64px;
		font-size: 20px;
		line-height: 22px;
	}

	.af-view .af-class-button-secondary {
		font-size: 20px;
		line-height: 22px;
	}

	.af-view .af-class-header-navigation {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.af-view .af-class-nav-item-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		padding-top: 15px;
		padding-bottom: 15px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.af-view .af-class-nav-item-wrapper.af-class-cart {
		margin-left: 16px;
	}

	.af-view .af-class-nav-item-wrapper.af-class-button {
		display: block;
	}

	.af-view .af-class-nav-link {
		font-size: 28px;
		line-height: 30px;
	}

	.af-view .af-class-nav-link.af-class-footer {
		display: block;
		padding-top: 0px;
		border-top-width: 0px;
		font-size: 18px;
		line-height: 20px;
	}

	.af-view .af-class-menu-button {
		width: 55px;
		height: 55px;
		min-width: 55px;
		padding: 0px;
		border-radius: 80px;
		border: 2px solid var(--secondary-color);
		/* background-image: linear-gradient(311deg, #6148ff, #edb8ff); */
		-webkit-transition: -webkit-transform 350ms ease;
		transition: -webkit-transform 350ms ease;
		transition: transform 350ms ease;
		transition: transform 350ms ease, -webkit-transform 350ms ease;
		color: #fff;
		font-size: 30px;
	}

	.af-view .af-class-menu-button:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.af-view .af-class-menu-button.w--open {
		background-color: var(--secondary-color);
	}

	.af-view .af-class-nav-menu {
		display: none;
		padding: 36px 30px;
		background-color: var(--primary-color);
		box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.18);
	}

	.af-view .af-class-display-2.af-class-_404 {
		font-size: 40px;
		line-height: 50px;
	}

	.af-view .af-class-footer-logo-container {
		margin-left: -6px;
	}

	.af-view .af-class-footer-nav {
		margin-top: 24px;
	}

	.af-view .af-class-footer-nav-item {
		margin-right: 16px;
		margin-left: 16px;
	}

	.af-view .af-class-section {
		padding-top: 180px;
		padding-bottom: 180px;
	}

	.af-view .af-class-section.af-class-contact {
		padding-top: 140px;
		padding-bottom: 160px;
	}

	.af-view .af-class-utility-page-content-404.af-class-card-crystal.af-class-_404 {
		padding-right: 48px;
		padding-left: 48px;
	}

	.af-view .af-class-_404-title {
		font-size: 130px;
		line-height: 120px;
	}

	.af-view .af-class-checkout-block-header {
		padding-right: 60px;
		padding-left: 60px;
	}

	.af-view .af-class-checkout-block-content {
		padding-right: 60px;
		padding-left: 60px;
	}

	.af-view .af-class-split-content.af-class-checkout-left {
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.af-view .af-class-button-container.af-class-full-width {
		width: 100%;
		max-width: 100%;
	}

	.af-view .af-class-header-dropdown {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.af-view .af-class-header-dropdown-toggle {
		font-size: 28px;
		line-height: 32px;
	}

	.af-view .af-class-hero-grid {
		-ms-grid-columns: 1fr 0.25fr;
		grid-template-columns: 1fr 0.25fr;
	}

	.af-view .af-class-blob-home-hero {
		top: -27%;
		right: -26%;
		max-width: 90%;
	}

	.af-view .af-class-bubble.af-class-hero-home {
		top: 14%;
		max-width: 160px;
	}

	.af-view .af-class-bubble.af-class-about-me {
		max-width: 150px;
	}

	.af-view .af-class-bubble.af-class-shop-page {
		left: -8%;
		z-index: -1;
		width: 150px;
	}

	.af-view .af-class-bubble.af-class-item-description {
		left: -5%;
		top: 4%;
		width: 170px;
	}

	.af-view .af-class-donuts.af-class-hero-home {
		max-width: 166px;
	}

	.af-view .af-class-donuts.af-class-contact-home {
		top: 76%;
	}

	.af-view .af-class-donuts.af-class-about-home {
		right: -7%;
		bottom: 16%;
		width: 150px;
	}

	.af-view .af-class-donuts.af-class-shop-page {
		right: -10%;
		z-index: -1;
		width: 150px;
	}

	.af-view .af-class-donuts.af-class-item-description {
		right: -5%;
		bottom: 3%;
		width: 180px;
	}

	.af-view .af-class-grid-about {
		grid-column-gap: 40px;
		-ms-grid-columns: 0.9fr 1fr;
		grid-template-columns: 0.9fr 1fr;
	}

	.af-view .af-class-list-item-gradient {
		font-size: 20px;
		line-height: 24px;
	}

	.af-view .af-class-image-about-me {
		border-radius: 40px;
	}

	.af-view .af-class-gradient-bottom-about {
		border-radius: 40px;
	}

	.af-view .af-class-work-paragraph-top {
		max-width: 370px;
	}

	.af-view .af-class-card-crystal {
		padding: 57px 32px;
	}

	.af-view .af-class-grid-contact {
		grid-row-gap: 64px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.af-view .af-class-footer-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.af-view .af-class-footer-top-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.af-view .af-class-blob-home-contact-one {
		top: 11%;
		max-width: 70%;
	}

	.af-view .af-class-blob-home-contact-two {
		bottom: 3%;
		max-width: 80%;
	}

	.af-view .af-class-blob-home-my-work {
		top: 27%;
	}

	.af-view .af-class-cart-desktop {
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.af-view .af-class-cart-mobile {
		display: block;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.af-view .af-class-mobile-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.af-view .af-class-menu-button-icon-wrapper {
		position: absolute;
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: 0%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.af-view .af-class-menu-button-icon {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 25px;
		height: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.af-view .af-class-menu-line-top {
		max-height: 2px;
		min-height: 2px;
		padding: 0px;
		background-color: #fff;
	}

	.af-view .af-class-menu-line-middle {
		max-height: 2px;
		min-height: 2px;
		padding: 0px;
		background-color: #fff;
	}

	.af-view .af-class-menu-line-bottom {
		max-height: 2px;
		min-height: 2px;
		padding: 0px;
		background-color: #fff;
	}

	.af-view .af-class-list-social-media {
		margin-top: 40px;
		padding-left: 0px;
	}

	.af-view .af-class-blob-shop-one {
		max-width: 80%;
	}

	.af-view .af-class-blob-shop-two {
		max-width: 80%;
	}

	.af-view .af-class-grid-shop-single {
		grid-row-gap: 56px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.af-view .af-class-item-description-container {
		padding-right: 52px;
		padding-left: 52px;
	}

	.af-view .af-class-blur-404-page-one {
		left: -29%;
		max-width: 80%;
	}

	.af-view .af-class-blur-404-page-two {
		right: -29%;
		max-width: 80%;
	}

	.af-view .af-class-blur-password-page-one {
		left: -29%;
		max-width: 80%;
	}

	.af-view .af-class-blur-password-page-two {
		right: -29%;
		max-width: 80%;
	}

	.af-view .af-class-mega-menu-container {
		margin-top: 24px;
	}

	.af-view .af-class-list-item-social-media {
		margin-right: 18px;
		margin-left: 18px;
	}
}

@media screen and (max-width: 767px) {
	.af-view h1 {
		font-size: 67px;
		line-height: 80px;
	}

	.af-view h2 {
		font-size: 58px;
		line-height: 68px;
	}

	.af-view .af-class-style-guide-title {
		font-size: 46px;
		line-height: 52px;
	}

	.af-view .af-class-style-guide-header {
		padding-right: 32px;
		padding-left: 32px;
	}

	.af-view .af-class-color-primary-grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.af-view .af-class-color-neutral-grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.af-view .af-class-paragraph-large {
		font-size: 18px;
		line-height: 30px;
	}

	.af-view .af-class-style-guide-subheader {
		padding-right: 32px;
		padding-left: 32px;
		background-color: #1e143a;
	}

	.af-view .af-class-style-guide-content-wrapper {
		padding-right: 32px;
		padding-left: 32px;
	}

	.af-view .af-class-button-primary {
		padding: 23px 52px;
		font-size: 18px;
		line-height: 20px;
	}

	.af-view .af-class-button-secondary {
		padding-top: 23px;
		padding-bottom: 23px;
		font-size: 18px;
		line-height: 20px;
	}

	.af-view .af-class-display-1 {
		font-size: 64px;
		line-height: 72px;
	}

	.af-view .af-class-display-2 {
		font-size: 52px;
		line-height: 58px;
	}

	.af-view .af-class-display-3 {
		font-size: 26px;
		line-height: 30px;
	}

	.af-view .af-class-footer-nav-item {
		margin-right: 16px;
		margin-left: 16px;
	}

	.af-view .af-class-licenses-hero {
		padding-top: 140px;
	}

	.af-view .af-class-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.af-view .af-class-section.af-class-checkout-hero {
		padding-top: 140px;
	}

	.af-view .af-class-section.af-class-hero-home {
		padding-top: 211px;
		padding-bottom: 134px;
	}

	.af-view .af-class-section.af-class-contact {
		padding-top: 100px;
	}

	.af-view .af-class-section.af-class-store {
		padding-top: 140px;
	}

	.af-view .af-class-section.af-class-product-description {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.af-view .af-class-section.af-class-product-hero {
		padding-top: 140px;
		padding-bottom: 80px;
	}

	.af-view .af-class-section.af-class-changelog {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.af-view .af-class-utility-page-content-password {
		padding-right: 32px;
		padding-left: 32px;
	}

	.af-view .af-class-input {
		height: 70px;
	}

	.af-view .af-class-card.af-class-changelog {
		padding: 50px 40px;
	}

	.af-view .af-class-checkout-block-header {
		padding-right: 40px;
		padding-left: 40px;
	}

	.af-view .af-class-checkout-block-content {
		padding-right: 40px;
		padding-left: 40px;
	}

	.af-view .af-class-checkout-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.af-view .af-class-hero-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.af-view .af-class-blob-home-hero {
		top: -33%;
		max-width: 110%;
	}

	.af-view .af-class-bubble.af-class-hero-home {
		left: 7%;
		top: 16%;
		right: auto;
		max-width: 120px;
	}

	.af-view .af-class-bubble.af-class-about-me {
		left: -1%;
		top: -5%;
	}

	.af-view .af-class-bubble.af-class-item-description {
		width: 150px;
	}

	.af-view .af-class-donuts.af-class-hero-home {
		right: 7%;
		max-width: 130px;
	}

	.af-view .af-class-donuts.af-class-contact-home {
		top: 83%;
		width: 160px;
	}

	.af-view .af-class-donuts.af-class-about-home {
		right: 1%;
		bottom: 7%;
	}

	.af-view .af-class-donuts.af-class-item-description {
		bottom: 1%;
		width: 150px;
	}

	.af-view .af-class-grid-about {
		grid-row-gap: 64px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.af-view .af-class-image-about-me {
		border-radius: 60px;
	}

	.af-view .af-class-gradient-bottom-about {
		right: 11%;
		width: 84%;
		border-radius: 60px;
	}

	.af-view .af-class-image-about-me-container {
		padding-right: 32px;
		padding-left: 32px;
	}

	.af-view .af-class-products-container {
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;
		grid-row-gap: 56px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.af-view .af-class-product-card-image {
		margin-bottom: 32px;
	}

	.af-view .af-class-product-card-pricing {
		margin-bottom: 11px;
		font-size: 20px;
		line-height: 22px;
	}

	.af-view .af-class-top-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.af-view .af-class-work-paragraph-top {
		max-width: 100%;
		margin-top: 24px;
		text-align: center;
	}

	.af-view .af-class-grid-my-work {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.af-view .af-class-card-crystal {
		border-radius: 32px;
	}

	.af-view .af-class-card-crystal.af-class-empty-state {
		font-size: 22px;
		line-height: 24px;
	}

	.af-view .af-class-card-crystal.af-class-form-success {
		padding-right: 40px;
		padding-left: 40px;
		font-size: 22px;
		line-height: 34px;
	}

	.af-view .af-class-form-background {
		padding: 48px 24px;
	}

	.af-view .af-class-grid-form {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.af-view .af-class-select {
		height: 72px;
	}

	.af-view .af-class-text-area {
		min-height: 140px;
	}

	.af-view .af-class-blob-home-contact-one {
		top: 16%;
		max-width: 80%;
	}

	.af-view .af-class-blob-home-my-work {
		top: 8%;
	}

	.af-view .af-class-blob-home-gallery-one {
		max-width: 80%;
	}

	.af-view .af-class-menu-button-icon {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.af-view .af-class-mg-top-80px {
		margin-top: 48px;
	}

	.af-view .af-class-blob-shop-one {
		left: -46%;
		max-width: 110%;
	}

	.af-view .af-class-blob-shop-two {
		max-width: 110%;
	}

	.af-view .af-class-product-title {
		font-size: 60px;
		line-height: 64px;
	}

	.af-view .af-class-product-pricing {
		font-size: 32px;
		line-height: 40px;
	}

	.af-view .af-class-item-description-container {
		padding: 56px 42px;
	}

	.af-view .af-class-menu-grid-wrapper {
		min-width: auto;
	}
}

@media screen and (max-width: 479px) {
	.af-view h1 {
		font-size: 44px;
		line-height: 56px;
	}

	.af-view h2 {
		margin-bottom: 20px;
		font-size: 44px;
		line-height: 56px;
	}

	.af-view .af-class-container-default {
		padding-right: 16px;
		padding-left: 16px;
	}

	.af-view .af-class-section-styleguide {
		padding-top: 111px;
		padding-bottom: 32px;
	}

	.af-view .af-class-style-guide-header {
		padding-right: 20px;
		padding-left: 20px;
	}

	.af-view .af-class-color-primary-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.af-view .af-class-color-neutral-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.af-view .af-class-style-guide-subheader {
		padding-right: 20px;
		padding-left: 20px;
	}

	.af-view .af-class-style-guide-content-wrapper {
		padding: 60px 20px;
	}

	.af-view .af-class-button-primary {
		font-size: 18px;
		line-height: 20px;
	}

	.af-view .af-class-header-logo {
		width: 110px;
	}

	.af-view .af-class-menu-button {
		width: 48px;
		height: 48px;
		min-width: 48px;
		padding: 10px;
		font-size: 26px;
	}

	.af-view .af-class-menu-button.w--open {
		width: 48px;
		height: 48px;
		min-width: 48px;
	}

	.af-view .af-class-display-2.af-class-_404 {
		font-size: 30px;
		line-height: 40px;
	}

	.af-view .af-class-footer-nav {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.af-view .af-class-footer-nav-item {
		margin: 8px 0px;
	}

	.af-view .af-class-section {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.af-view .af-class-section.af-class-store {
		padding-top: 155px;
	}

	.af-view .af-class-section.af-class-product-description {
		padding-top: 60px;
	}

	.af-view .af-class-section.af-class-product-hero {
		padding-bottom: 40px;
	}

	.af-view .af-class-licenses-image {
		border-radius: 12px;
	}

	.af-view .af-class-utility-page-wrap {
		padding-right: 16px;
		padding-left: 16px;
	}

	.af-view .af-class-utility-page-content-password {
		padding: 56px 20px;
	}

	.af-view .af-class-utility-page-content-404.af-class-card-crystal.af-class-_404 {
		margin-right: 15px;
		margin-left: 15px;
	}

	.af-view .af-class-_404-title {
		font-size: 100px;
		line-height: 100px;
	}

	.af-view .af-class-container-medium-730px {
		padding-right: 16px;
		padding-left: 16px;
	}

	.af-view .af-class-card.af-class-changelog {
		padding: 40px 20px;
	}

	.af-view .af-class-checkout-block-header {
		padding-right: 20px;
		padding-left: 20px;
	}

	.af-view .af-class-checkout-block-content {
		padding-right: 20px;
		padding-left: 20px;
	}

	.af-view .af-class-checkout-required-text {
		font-size: 18px;
	}

	.af-view .af-class-order-item {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.af-view .af-class-image-wrapper.af-class-order-item-image {
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.af-view .af-class-order-item-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.af-view .af-class-grid-licenses-images {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.af-view .af-class-bubble.af-class-hero-home {
		max-width: 90px;
	}

	.af-view .af-class-bubble.af-class-about-me {
		top: -18%;
		max-width: 110px;
	}

	.af-view .af-class-bubble.af-class-shop-page {
		left: -9%;
		top: 11%;
	}

	.af-view .af-class-donuts.af-class-about-home {
		right: -9%;
		bottom: 9%;
		width: 130px;
	}

	.af-view .af-class-donuts.af-class-shop-page {
		top: 40%;
	}

	.af-view .af-class-list-item-gradient {
		font-size: 18px;
	}

	.af-view .af-class-image-about-me {
		border-radius: 30px;
	}

	.af-view .af-class-gradient-bottom-about {
		border-radius: 30px;
	}

	.af-view .af-class-image-about-me-container {
		padding-right: 25px;
		padding-left: 25px;
	}

	.af-view .af-class-card-crystal.af-class-form-success {
		font-size: 20px;
	}

	.af-view .af-class-blob-home-contact-one {
		top: 25%;
	}

	.af-view .af-class-blob-home-gallery-two {
		right: -39%;
		bottom: 6%;
		max-width: 100%;
	}

	.af-view .af-class-list-social-media {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.af-view .af-class-product-title {
		font-size: 40px;
		line-height: 52px;
	}

	.af-view .af-class-product-pricing {
		font-size: 28px;
		line-height: 38px;
	}

	.af-view .af-class-container-medium-900px {
		padding-right: 16px;
		padding-left: 16px;
	}

	.af-view .af-class-item-description-container {
		padding-right: 30px;
		padding-left: 30px;
	}

	.af-view .af-class-blur-404-page-two {
		top: -3%;
	}

	.af-view .af-class-blur-password-page-two {
		top: -3%;
	}

	.af-view .af-class-menu-grid-wrapper {
		padding-right: 23px;
		padding-left: 23px;
	}

	.af-view .af-class-social-media-icon {
		font-size: 16px;
	}

	.af-view .af-class-social-media-icon.af-class-youtube {
		font-size: 18px;
	}
}

.af-view #w-node-_976f08fa-4bd7-5cb4-b53d-2187f5f1194b-31e56eea {
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column: span 2;
	grid-column-start: span 2;
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
}

.af-view #w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-2ce56ef9 {
	-webkit-align-self: end;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
}

.af-view #w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-2ce56ef9 {
	-webkit-align-self: end;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
}

.af-view #w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-2ce56ef9 {
	-webkit-align-self: end;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
}

.af-view #w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-2ce56ef9 {
	-webkit-align-self: end;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
}

@media screen and (max-width: 767px) {
	.af-view #w-node-_976f08fa-4bd7-5cb4-b53d-2187f5f1194b-31e56eea {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
	}
}

@font-face {
	font-family: "Space Grotesk";
	src: url("../fonts/SpaceGrotesk-Bold.woff2") format("woff2"),
		url("../fonts/SpaceGrotesk-Bold.eot") format("embedded-opentype"),
		url("../fonts/SpaceGrotesk-Bold.woff") format("woff"), url("../fonts/SpaceGrotesk-Bold.ttf") format("truetype"),
		url("../fonts/SpaceGrotesk-Bold.svg") format("svg");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Space Grotesk";
	src: url("../fonts/SpaceGrotesk-Regular.woff2") format("woff2"),
		url("../fonts/SpaceGrotesk-Regular.eot") format("embedded-opentype"),
		url("../fonts/SpaceGrotesk-Regular.woff") format("woff"),
		url("../fonts/SpaceGrotesk-Regular.ttf") format("truetype"),
		url("../fonts/SpaceGrotesk-Regular.svg") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Icon Font";
	src: url("../fonts/social-media.woff2") format("woff2"),
		url("../fonts/social-media.eot") format("embedded-opentype"), url("../fonts/social-media.woff") format("woff"),
		url("../fonts/social-media.ttf") format("truetype"), url("../fonts/social-media.svg") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.gallery {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	height: 100%;
	/* justify-content: space-between; */
}

.gallery-nft-block {
	/* width: 25%; */
	height: 250px;
	/* flex-grow: 1; */
	margin: 20px;
	min-width: 200px;
	max-width: 500px;
}

.gallery-nft-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.gallery-nft-block .gallery-nft-name {
	color: white;
	margin-top: 6px;
}

.af-content {
	padding-top: 120px;
}

.campaign-input {
	background: #fff !important;
	margin-bottom: 20px !important;
	margin-right: 20px !important;
	color: black !important;
}

.brand-logo {
	fill: var(--text-color);
}
