h1,.h1-style,h2,h3,h4,h5,h6,.heading-font {
	font-family: ITC Galliard;
	font-weight: 400;
	font-style: normal
}



.pageheader .logotext,#shoplogo .logotext {
	font-family: Futura,sans-serif;
	font-weight: 400;
	font-style: normal
}


.navigation {
	font-family: Futura,sans-serif;
	font-weight: 500;
	font-style: normal
}

body {
	font-size: 15px;
	line-height: 1.6;
	color: #707173;
	background: #fff;
	background-repeat: repeat;
	overflow-y: scroll;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

::selection {
	background: #171717;
	color: #fff
}

::-moz-selection {
	background: #171717;
	color: #fff
}

a {
	/* color: #c16452; */
	transition: color .1s,border-color .1s,opacity .1s,text-decoration-color .1s;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent
}

select {
	max-width: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit
}

input[type=text],input[type=number],input[type=email],input[type=password],input[type=address],input[type=tel],textarea {
	font-size: 16px;
	line-height: 15px;
	font-family: Futura,sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #fff;
	color: #707173;
	border: 1.5px solid #dbdcdc;
	padding: 20px 15px;
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
	border-radius: 3px;
	-webkit-appearance: none;
	box-sizing: border-box
}

input[type=text]:hover,input[type=number]:hover,input[type=email]:hover,input[type=password]:hover,input[type=address]:hover,input[type=tel]:hover,textarea:hover {
	border-color: #b0b1b2
}

input[type=text]:active,input[type=text]:focus,input[type=number]:active,input[type=number]:focus,input[type=email]:active,input[type=email]:focus,input[type=password]:active,input[type=password]:focus,input[type=address]:active,input[type=address]:focus,input[type=tel]:active,input[type=tel]:focus,textarea:active,textarea:focus {
	border-color: #707173
}

textarea {
	line-height: 1.6;
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px
}

::-webkit-input-placeholder {
	color: #707173
}

:-moz-placeholder {
	color: #707173
}

::-moz-placeholder {
	color: #707173
}

:-ms-input-placeholder {
	color: #707173
}

.button,a.button,.btn,a.btn,button,input[type=submit],input[type=reset],input[type=button] {
	background: #212b36;
	border: 1.5px solid #212b36;
	color: #fff;
	font-size: 13px;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: 1em;
	height: auto;
	margin: 0;
	text-decoration: none!important;
	cursor: pointer;
	padding: 1.2em 25px;
	vertical-align: middle;
	text-align: center;
	border-radius: 3px;
	transition: background-color .1s,color .1s,border-color .1s,opacity .1s;
	display: inline-block;
	font-family: Futura,sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .08em;
	text-transform: uppercase;
	-webkit-tap-highlight-color: transparent
}

.button svg:not(.feather):not(.cc-select__icon),a.button svg:not(.feather):not(.cc-select__icon),.btn svg:not(.feather):not(.cc-select__icon),a.btn svg:not(.feather):not(.cc-select__icon),button svg:not(.feather):not(.cc-select__icon),input[type=submit] svg:not(.feather):not(.cc-select__icon),input[type=reset] svg:not(.feather):not(.cc-select__icon),input[type=button] svg:not(.feather):not(.cc-select__icon) {
	fill: #fff
}

.button svg.feather,a.button svg.feather,.btn svg.feather,a.btn svg.feather,button svg.feather,input[type=submit] svg.feather,input[type=reset] svg.feather,input[type=button] svg.feather {
	fill: transparent;
	stroke: currentColor
}

.button .icon,a.button .icon,.btn .icon,a.btn .icon,button .icon,input[type=submit] .icon,input[type=reset] .icon,input[type=button] .icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 1em;
	width: 24px
}

.button .icon svg,a.button .icon svg,.btn .icon svg,a.btn .icon svg,button .icon svg,input[type=submit] .icon svg,input[type=reset] .icon svg,input[type=button] .icon svg {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px
}

.button .icon+span,a.button .icon+span,.btn .icon+span,a.btn .icon+span,button .icon+span,input[type=submit] .icon+span,input[type=reset] .icon+span,input[type=button] .icon+span {
	vertical-align: top
}

@media (hover: none) {
	.button:active,a.button:active,.btn:active,a.btn:active,button:active,input[type=submit]:active,input[type=reset]:active,input[type=button]:active {
		background: #c16452;
		border-color: #c16452
	}
}

@media (hover: hover) {
	.button:hover,a.button:hover,.btn:hover,a.btn:hover,button:hover,input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover {
		background: #c16452;
		border-color: #c16452
	}
}

.button.button--large,a.button.button--large,.btn.button--large,a.btn.button--large,button.button--large,input[type=submit].button--large,input[type=reset].button--large,input[type=button].button--large {
	padding: 15px 25px;
	font-size: 15px
}

.button.button--icon {
	width: auto;
	min-width: 0;
	font-size: 15px;
	padding: .8em
}

.button.altcolour,.btn.btn--secondary,button.altcolour,input[type=submit].altcolour,input[type=reset].altcolour,input[type=button].altcolour {
	background: #fff;
	color: #212b36;
	border: 1.5px solid
}

.button.altcolour svg:not(.feather):not(.cc-select__icon),.btn.btn--secondary svg:not(.feather):not(.cc-select__icon),button.altcolour svg:not(.feather):not(.cc-select__icon),input[type=submit].altcolour svg:not(.feather):not(.cc-select__icon),input[type=reset].altcolour svg:not(.feather):not(.cc-select__icon),input[type=button].altcolour svg:not(.feather):not(.cc-select__icon) {
	fill: #212b36
}

@media (hover: none) {
	.button.altcolour:active,.btn.btn--secondary:active,button.altcolour:active,input[type=submit].altcolour:active,input[type=reset].altcolour:active,input[type=button].altcolour:active {
		background: #212b36;
		color: #fff;
		border-color: #212b36
	}

	.button.altcolour:active svg:not(.feather):not(.cc-select__icon),.btn.btn--secondary:active svg:not(.feather):not(.cc-select__icon),button.altcolour:active svg:not(.feather):not(.cc-select__icon),input[type=submit].altcolour:active svg:not(.feather):not(.cc-select__icon),input[type=reset].altcolour:active svg:not(.feather):not(.cc-select__icon),input[type=button].altcolour:active svg:not(.feather):not(.cc-select__icon) {
		fill: #fff
	}
}

@media (hover: hover) {
	.button.altcolour:hover,.btn.btn--secondary:hover,button.altcolour:hover,input[type=submit].altcolour:hover,input[type=reset].altcolour:hover,input[type=button].altcolour:hover {
		background: #212b36;
		color: #fff;
		border-color: #212b36
	}

	.button.altcolour:hover svg:not(.feather):not(.cc-select__icon),.btn.btn--secondary:hover svg:not(.feather):not(.cc-select__icon),button.altcolour:hover svg:not(.feather):not(.cc-select__icon),input[type=submit].altcolour:hover svg:not(.feather):not(.cc-select__icon),input[type=reset].altcolour:hover svg:not(.feather):not(.cc-select__icon),input[type=button].altcolour:hover svg:not(.feather):not(.cc-select__icon) {
		fill: #fff
	}
}

.btn.btn--tertiary {
	padding: .9em 20px;
	background: #ebebeb;
	color: #3e3e3f;
	border-color: #ebebeb
}

@media (hover: none) {
	.btn.btn--tertiary:active {

		background: #212b36;
		color: #fff;
		border-color: #212b36
	}
}

@media (hover: hover) {
	.btn.btn--tertiary:hover {
		background: #212b36;
		color: #fff;
		border-color: #212b36
	}
}

.button.notabutton,a.button.notabutton,button.notabutton,input[type=submit].notabutton {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	letter-spacing: inherit;
	text-transform: none;
	vertical-align: baseline;
	min-width: 0;
	overflow: visible;
	height: auto;
	color: #c16452;
	-moz-transition: color .1s;
	-webkit-transition: color .1s;
	transition: color .1s
}

.button.disabled,a.button.disabled,button[disabled],input[type=submit][disabled],input[type=reset][disabled],input[type=button][disabled] {
	background: #999!important;
	color: #fff!important;
	border-color: #999!important
}

.button-icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 20px;
	height: 15px
}

.button-icon:first-child {
	margin-right: 8px
}

.button-icon:last-child {
	margin-left: 8px
}

.button-icon svg {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px
}

.button-icon svg.feather {
	fill: transparent;
	stroke: currentColor;
	stroke-width: 1
}

.toggle-btn {
	position: relative;
	height: 3em;
	display: flex;
	align-items: center;
	padding-right: 2.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
	color: inherit
}

@media (max-width: 767px) {
	.toggle-btn {
		padding-right: 0
	}
}

.toggle-btn:hover {
	color: inherit
}

.toggle-btn .button-icon circle {
	fill: #fff;
	transition: transform .4s cubic-bezier(.11,.44,.03,1)
}

.toggle-btn .toggle-btn__chevron {
	transition: transform .25s ease;
	position: absolute;
	margin: -11px 7px 0 0;
	width: 24px;
	height: 24px;
	left: auto;
	right: 0;
	top: 50%;
	pointer-events: none;
	border: none
}

.toggle-btn .toggle-btn__chevron svg {
	width: 100%;
	height: 100%;
	vertical-align: top
}

@media (max-width: 767px) {
	.toggle-btn .toggle-btn__chevron {
		display: none
	}
}

.toggle-btn__count {
	margin-left: .3em
}

@media (min-width: 768px) {
	.toggle-btn--revealed-desktop .button-icon svg circle:nth-child(3) {
		transform: translate(6px)
	}

	.toggle-btn--revealed-desktop .button-icon svg circle:nth-child(4) {
		transform: translate(-6px)
	}

	.toggle-btn--revealed-desktop .toggle-btn__chevron {
		transform: rotate(180deg)
	}
}

h1,.h1-style,h2,h3,h4,h5,h6,.heading-font {
	color: #171717;
	line-height: 1.2;
	margin-bottom: 10px
}

h1 svg,h1 svg g,.h1-style svg,.h1-style svg g,h2 svg,h2 svg g,h3 svg,h3 svg g,h4 svg,h4 svg g,h5 svg,h5 svg g,h6 svg,h6 svg g,.heading-font svg,.heading-font svg g {
	fill: currentColor
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: inherit;
	text-decoration: none
}

h1,.h1-style {
	font-size: 34px
}

h2,.h2-style {
	font-size: 30px
}

h3,.h3-style {
	font-size: 27px
}

h4,.h4-style {
	font-size: 24px
}

h5,.h5-style {
	font-size: 21px
}

h6,.h6-style {
	font-size: 18px
}

@media (max-width: 767px) {
	h1,.h1-style {
		font-size: 27px
	}

	h2,.h2-style {
		font-size: 25px
	}

	h3,.h3-style {
		font-size: 23px
	}

	h4,.h4-style {
		font-size: 21px
	}

	h5,.h5-style {
		font-size: 19px
	}

	h6,.h6-style {
		font-size: 16.92px
	}
}

.title,.majortitle {
	margin: 0 0 1.25rem
}

.hometitle {
	line-height: 1em;
	margin: 0 0 30px
}

@media (max-width: 1300px) {
	.hometitle {
		margin-bottom: 20px
	}
}

.small-text {
	font-size: 12px;
	line-height: 1.4em
}

.large-text {
	font-size: 1.35em;
	line-height: 1.6
}

@media (max-width: 767px) {
	.large-text {
		font-size: 1.2em;
		line-height: 1.6
	}
}

.super-large-text {
	font-size: 60px
}

@media (max-width: 767px) {
	.super-large-text {
		font-size: 27px
	}
}

.subheading {
	font-size: .8em;
	font-weight: 500;
	line-height: 1.3em;
	letter-spacing: .1em;
	text-transform: uppercase
}

.subheading--over {
	margin-bottom: 2.25em
}

.small-feature-link {
	color: #c16452;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: #c1645266;
	text-decoration-thickness: 1px;
	font-size: .75em;
	font-weight: 500;
	letter-spacing: .08em;
	text-transform: uppercase
}

.small-feature-link:hover {
	text-decoration-color: #c16452
}

img {
	max-width: 100%;
	height: auto
}

svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
	vertical-align: middle;
	transition: fill .1s
}

svg g {
	fill: currentColor;
	transition: fill .1s
}

.beside-svg {
	vertical-align: middle
}

svg.feather {
	fill: transparent;
	stroke: currentColor
}

.icon--small {
	width: 16px;
	height: 16px
}

.icon--small svg {
	width: 16px;
	height: 16px
}

.icon--large {
	width: 38px;
	height: 38px
}

.icon--large svg {
	width: 38px;
	height: 38px
}

.with-icon {
	display: inline-flex;
	align-items: flex-start;
	vertical-align: top;
	line-height: 1.4
}

.with-icon>.icon,.with-icon>.icon-container {
	flex: 0 0 auto;
	margin: calc(.8em - 10px) 12px 0 0
}

.with-icon>.icon-container .icon {
	display: block
}

.with-icon .icon--large {
	margin: 0 16px 0 0
}

.icon-natcol .feather {
	stroke: currentColor
}

.no-wrap {
	white-space: nowrap
}

.hidden {
	display: none
}

.js .js-hidden {
	display: none!important
}

.visually-hidden,.swatch-style-icon_square .option-selector--swatch .opt-label .opt-label__text,.swatch-style-icon_circle .option-selector--swatch .opt-label .opt-label__text {
	position: absolute!important;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

.only-in-quickbuy {
	display: none
}

.skip-link:focus {
	position: absolute!important;
	overflow: auto;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
	color: #26262c;
	background-color: #fdfdfa;
	padding: 10px;
	z-index: 10000;
	transition: none
}



.container--no-max {
	max-width: none
}

.inline-width-container {
	display: inline-block;
	vertical-align: top;
	max-width: 100%
}

#content>.container {
	margin-top: 50px;
	margin-bottom: 50px
}

.template-index #content>.container,.template-collection #content>.container,.template-list-collections #content>.container,.template-product #content>.container,.template-blog #content>.container,.template-article #content>.container,.template-page #content>.container,.template-search #content>.container,.template-cart #content>.container {
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0
}

.template-collection .page-header:not(.page-header--with-background) .pagetitle:last-child {
	margin-bottom: -25px
}

.story-page--without-content {
	margin-top: -30px
}

.announcement-bar {
	position: relative;
	z-index: 401;
	font-size: 12px;
	line-height: 1.4em
}

.announcement-bar a {
	color: inherit;
	text-decoration: none;
	transition: background .1s
}

.announcement-bar a:hover {
	text-decoration: none
}

.announcement-bar .container {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.announcement-bar .announcement-bar__left {
	flex: 2 0 0
}

.announcement-bar:not(.announcement-bar--with-announcement) .announcement-bar__left {
	flex: 0 0 auto
}

.announcement-bar .announcement-bar__middle {
	flex: 1 1 auto;
	text-align: center
}

@media (min-width: 768px) {
	.announcement-bar .announcement-bar__middle:not(:first-child):not(:last-child) {
		max-width: 50%
	}
}

.announcement-bar .announcement-bar__right {
	flex: 2 0 0;
	text-align: right
}

.announcement-bar .announcement-bar__inner {
	padding: 8px 0
}

.announcement-bar .announcement-bar__link>.announcement-bar__inner {
	padding: 0
}

.announcement-bar .disclosure__toggle,.announcement-bar .social-links {
	padding-top: 8px;
	padding-bottom: 8px
}

.announcement-bar .social-links a {
	margin: 0 10px 0 0
}

@media (max-width: 767px) {
	.announcement-bar .container {
		display: block;
		text-align: center
	}
}

@media (min-width: 768px) and (max-width: 1000px) {
	.announcement-bar--tablet-wrap .container {
		flex-wrap: wrap
	}

	.announcement-bar--tablet-wrap .announcement-bar__left {
		flex: 0 0 auto
	}

	.announcement-bar--tablet-wrap .announcement-bar__middle {
		flex: 1 0 100%;
		order: -1;
		max-width: none!important
	}
}

.announcement-bar__link {
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px
}

.content-divider {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2
}

#store-messages {
	background: #f4f6f8
}

#store-messages a {
	color: inherit;
	text-decoration: none
}

#store-messages .message {
	position: relative;
	text-align: center;
	padding: 12px 0
}

#store-messages .message>a {
	display: block
}

#store-messages .message .title,#store-messages .message .tagline {
	margin: 0 20px
}

#store-messages .message .title {
	font-size: 100%;
	line-height: 1.3em;
	color: #171717
}

#store-messages .message .tagline {
	display: block;
	font-size: 12px;
	line-height: 1.4em;
	color: #e29384
}

#store-messages .message .tagline:nth-child(2) {
	margin-bottom: 4px;
	margin-top: 5px
}

#store-messages .message .fluff {
	border-left: 1px solid #e2e2e2;
	width: 1px;
	position: absolute;
	left: 0;
	top: 28%;
	bottom: 29%
}

#store-messages.messages-2 .message {
	float: left;
	width: 49.5%
}

#store-messages.messages-3 .message {
	float: left;
	width: 33.33%
}

#store-messages-mobile {
	display: none;
	padding: 8px 0;
	background: #f4f6f8;
	color: #171717;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center
}

#store-messages-mobile a,#store-messages-mobile a:hover {
	color: #171717
}

.page-header {
	text-align: center
}

.page-header:not(.page-header--with-background) {
	padding: 0 0 20px
}

.page-header--with-upper-spacing {
	margin-top: 30px
}

.page-header--with-background {
	margin-bottom: 30px
}

.page-header--with-background .pagetitle {
	color: inherit
}

.page-header--with-background .pagetitle:last-child {
	margin-bottom: 0
}

.page-header--padded-small .overlay-text {
	padding-top: 60px;
	padding-bottom: 60px
}

.page-header--padded-medium .overlay-text {
	padding-top: 90px;
	padding-bottom: 90px
}

.page-header--padded-large .overlay-text {
	padding-top: 130px;
	padding-bottom: 130px
}

.page-header--padded-huge .overlay-text {
	padding-top: 200px;
	padding-bottom: 200px
}

@media (max-width: 767px) {
	.page-header--padded-small .overlay-text {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.page-header--padded-medium .overlay-text {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.page-header--padded-large .overlay-text,.page-header--padded-huge .overlay-text {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.page-header--background-desktop-only {
		background: none!important;
		padding: 0!important
	}

	.page-header--background-desktop-only>.rimage-background {
		display: none!important
	}

	.page-header--background-desktop-only:after {
		content: none!important
	}
}

@media (min-width: 768px) {
	.page-header-background-mobile-only {
		background: none!important;
		padding: 0!important
	}

	.page-header-background-mobile-only>.rimage-background {
		display: none!important
	}

	.page-header-background-mobile-only:after {
		content: none!important
	}
}

.page-header .pagetitle {
	margin-bottom: 20px
}

.page-header .rsslink svg {
	margin-left: 8px;
	width: 15px;
	height: 15px;
	fill: currentColor
}

.logo-area {
	position: relative;
	z-index: 2;
	color: #171717;
	background: #fff;
	border-bottom: 1px solid #dfe3e8;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	transition: border-color .2s ease-in
}

@media (max-width: 767px) {
	.logo-area.container {
		padding-left: 0;
		padding-right: 0
	}
}

.logo-area__left {
	flex: 2 0 0;
	display: flex
}

.logo-area__left__inner {
	position: relative;
	flex-grow: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center
}

@media (min-width: 768px) {
	.logo-area__left__inner {
		overflow: hidden
	}

	.pageheader--layout-inline-permitted .logo-area__left__inner {
		overflow: visible
	}
}

.logo-area__middle {
	flex: 1 1 auto;
	margin: 0;
	text-align: center
}

@media (min-width: 768px) {
	.logo-area__middle {
		margin-left: 20px;
		margin-right: 20px
	}
}

.logo-area__middle--logo-text {
	flex-grow: 0
}

.logo-area__middle__inner {
	display: inline-block
}

.logo-area__right {
	flex: 2 0 0;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.logo-area__right__inner {
	display: flex;
	align-items: center
}

.header-account-link {
	margin-right: 20px
}

@media (max-width: 767px) {
	.header-account-link {
		display: inline-flex;
		align-items: center;
		justify-content: flex-end;
		height: 44px;
		width: 44px;
		margin: 0;
		padding-right: 5px
	}
}

.show-search-link {
	flex: 0 0 auto;
	white-space: nowrap
}

.logo-area__right .show-search-link {
	display: none;
	margin-right: 20px
}

.show-search-link__icon {
	margin: 0 0 2px
}

@media (max-width: 767px) {
	.show-search-link__icon {
		display: inline-flex;
		align-items: center;
		justify-content: flex-start;
		margin: 0;
		width: 44px;
		height: 44px
	}
}

.show-search-link__text {
	margin: 0 8px 0 0
}

.show-search-link__text:last-child {
	margin: 0 0 0 8px
}

@media (max-width: 767px) {
	.show-search-link__text {
		display: none
	}
}

.pagination-row {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px
}

.pagination__sep,.pagination__number {
	margin: 0 4px
}

.pagination-row.pagination-row-tabular {
	display: table;
	width: 100%
}

.pagination-row.pagination-row-tabular>.inner {
	display: table-row
}

.pagination-row.pagination-row-tabular>.inner>* {
	display: table-cell;
	width: 33.33333%;
	vertical-align: bottom
}

.pagination-row.pagination-row-tabular .prev span,.pagination-row.pagination-row-tabular .next span {
	vertical-align: middle
}

.pagination-row.pagination-row-tabular .prev {
	text-align: left
}

.pagination-row.pagination-row-tabular .next {
	text-align: right
}

#pagefooter {
	background: #dfe3e8;
	color: #676869
}

#pagefooter h1,#pagefooter h2,#pagefooter h3,#pagefooter h4,#pagefooter h5,#pagefooter h6 {
	color: #171717
}

#pagefooter a {
	color: inherit
}

#pagefooter a:hover {
	opacity: .75
}

#pagefooter .cross-page-promos {
	background: #f4f6f8;
	padding-top: 20px;
	padding-bottom: 20px
}

#pagefooter .cross-page-promos,#pagefooter .cross-page-promos a,#pagefooter .cross-page-promos h6 {
	color: #171717
}

#pagefooter .cross-page-promos a {
	display: block
}

.selectors-form__item {
	display: inline-block
}

.social-links ul,.social-links li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 15px
}

.social-links a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 10px
}

.social-links a svg {
	width: 15px;
	height: 15px;
	vertical-align: top
}

.social-links a img {
	height: 15px;
	width: auto;
	vertical-align: top
}

.social-links.social-links--large ul,.social-links.social-links--large li {
	line-height: 23px
}

.social-links.social-links--large a svg {
	width: 23px;
	height: 23px
}

.social-links.social-links--large a img {
	height: 23px
}

.sharing {
	display: inline
}

.sharing .sharing-label {
	vertical-align: middle;
	font-size: 12px
}

.sharing ul {
	vertical-align: middle
}

.sharing ul,.sharing li {
	line-height: 15px
}

.sharing a svg {
	width: 15px;
	height: 15px
}

.sharing a svg,.sharing a svg g {
	fill: #c16452
}

ul.plain li {
	list-style: none
}

ul.inline,ul.inline li {
	margin: 0;
	display: inline
}

.product-block {
	text-align: center
}

.product-block .block-inner .vendor {
	margin: 1em 0 .4em;
	font-size: 12px;
	line-height: 1.3em
}

.product-block__subtitle {
	margin: 0 0 .4em;
	font-size: 12px;
	line-height: 1.3em
}

.product-block-options {
	margin: 8px -4px;
	font-size: 12px;
	line-height: 1.4em;
	opacity: .6
}

.product-block-options .product-block-options__inner {
	margin-bottom: -6px
}

.product-block-options .product-block-options__item--truncated {
	display: none
}

.product-block-options:hover .product-block-options__item--truncated {
	display: inline-block
}

.product-block-options:hover .product-block-options__more-label {
	display: none
}[data-swatch] {
	--swatch-background-color: transparent;
	--swatch-background-image: none
}

.product-block-options--swatch {
	opacity: 1
}

.product-block-options--swatch .product-block-options__inner {
	display: inline-block
}

@media (min-width: 768px) {
	.product-block-options--swatch .product-block-options__inner {
		margin-bottom: -12px
	}
}

:root {
	--product-block-options-swatch-border-radius: 100px
}

.product-block-options__item {
	margin: 0 4px 6px;
	display: inline-block;
	vertical-align: middle
}

.product-block-options--swatch .product-block-options__item {
	position: relative;
	margin: 0 4px 8px;
	border-radius: var(--product-block-options-swatch-border-radius);
	border: 1px solid rgba(0,0,0,.1);
	background-color: var(--swatch-background-color);
	background-image: var(--swatch-background-image);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: padding-box
}

.product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable {
	text-decoration: none
}

.product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: .4;
	border-radius: var(--product-block-options-swatch-border-radius)
}

.product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	right: -4px;
	height: 1px;
	background: #7071734d;
	opacity: 1;
	transform: rotate(-45deg)
}

@media (min-width: 1000px) {
	.product-block-options--swatch .product-block-options__item:hover[data-media],.product-block-options--swatch .product-block-options__item:focus[data-media],.product-block-options--swatch .product-block-options__item:active[data-media] {
		cursor: pointer
	}

	.product-block-options--swatch .product-block-options__item:hover .product-block-options__item__text,.product-block-options--swatch .product-block-options__item:focus .product-block-options__item__text,.product-block-options--swatch .product-block-options__item:active .product-block-options__item__text {
		opacity: 1
	}
}

.product-block-options--swatch .product-block-options__item .product-block-options__item__text {
	pointer-events: none;
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translate3d(-50%,-10px,0);
	white-space: nowrap;
	background: #fff;
	border: 1px solid rgba(112,113,115,.15);
	padding: 4px 12px;
	border-radius: 3px;
	z-index: 1;
	transition: opacity 50ms
}

@media (max-width: 767px) {
	.product-block-options--swatch .product-block-options__item .product-block-options__item__text {
		display: none
	}
}

.swatch-method-standard .product-block-options--swatch .product-block-options__item {
	width: 22px;
	height: 22px
}

@media (min-width: 768px) {
	.swatch-method-standard .product-block-options--swatch .product-block-options__item {
		width: 14px;
		height: 14px
	}
}

.swatch-method-standard .product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable {
	box-shadow: 0 0 0 2px #fff,0 0 0 3px #7071734d
}

@media (min-width: 768px) {
	.swatch-method-standard .product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable {
		box-shadow: 0 0 0 3px #fff,0 0 0 4px #7071734d
	}
}

.swatch-method-standard .product-block-options--swatch .product-block-options__item:focus,.swatch-method-standard .product-block-options--swatch .product-block-options__item:active {
	box-shadow: 0 0 0 2px #fff,0 0 0 3px #70717399
}

@media (min-width: 1000px) {
	.swatch-method-standard .product-block-options--swatch .product-block-options__item:hover,.swatch-method-standard .product-block-options--swatch .product-block-options__item:focus,.swatch-method-standard .product-block-options--swatch .product-block-options__item:active {
		box-shadow: 0 0 0 3px #fff,0 0 0 4px #7071734d
	}
}

.swatch-method-image .product-block-options--swatch .product-block-options__item {
	width: 36px;
	height: 36px
}

@media (min-width: 768px) {
	.swatch-method-image .product-block-options--swatch .product-block-options__item {
		width: 36px;
		height: 36px
	}
}

.swatch-method-image .product-block-options--swatch .product-block-options__item:focus,.swatch-method-image .product-block-options--swatch .product-block-options__item:active {
	border-color: #70717399
}

@media (min-width: 1000px) {
	.swatch-method-image .product-block-options--swatch .product-block-options__item:focus,.swatch-method-image .product-block-options--swatch .product-block-options__item:active,.swatch-method-image .product-block-options--swatch .product-block-options__item:hover {
		border-color: #7071734d
	}
}

.swatch-method-image.swatch-style-icon_square .product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable:after {
	left: -7px;
	right: -7px
}

.swatch-style-icon_square .product-block-options__item {
	--product-block-options-swatch-border-radius: 3px
}

.swatch-method-image.swatch-style-icon_circle .product-block-options__item.product-block-options__item--unavailable:after {
	left: 0;
	right: 0
}

.swatch-method-standard.swatch-style-icon_square .product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable:after {
	left: -6.5px;
	right: -6.5px
}

@media (min-width: 768px) {
	.swatch-method-standard .product-block-options {
		margin-left: -7px;
		margin-right: -7px
	}

	.swatch-method-standard .product-block-options__item {
		margin: 0 7px 12px
	}

	.swatch-method-image .product-block-options {
		margin-left: -3px;
		margin-right: -3px
	}

	.swatch-method-image .product-block-options__item {
		margin: 0 3px 10px
	}
}

.product-block-options__item--unavailable {
	text-decoration: line-through
}

.product-block-options__more-label {
	display: inline-block;
	margin: 0 0 8px 4px;
	vertical-align: middle;
	line-height: 22px
}

@media (min-width: 768px) {
	.product-block-options__more-label {
		margin: 0 7px 12px 4px;
		line-height: 14px
	}
}

.product-block .block-inner {
	position: relative;
	margin: 0 0 30px
}

@media (max-width: 1300px) {
	.product-block .block-inner {
		margin: 0 0 20px
	}
}

.product-block .product-link {
	display: block;
	position: relative
}

.product-block .product-link:not(.button) {
	color: inherit
}

.product-block .image-cont {
	position: relative;
	margin: 0 auto;
	overflow: hidden
}

.product-block .image-cont .btn.quickbuy-toggle {
	display: none
}

@media (min-width: 768px) {
	.product-block .image-cont .btn.quickbuy-toggle {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 10px;
		width: calc(100% - 20px);
		padding: 1em 20px;
		border-color: #70717326;
		font-size: 13px;
		visibility: hidden;
		opacity: 0;
		transition: all .1s ease-out
	}

	.product-block .image-cont .btn.quickbuy-toggle:hover {
		background: #fff;
		color: #212b36;
		border-color: #70717326
	}

	.product-block .image-cont:hover .btn.quickbuy-toggle {
		opacity: 1;
		visibility: visible
	}
}

.product-block .image-cont .placeholder-image {
	width: 100%;
	max-width: 100%
}

.product-block__image .rimage__image {
	object-position: center center
}

.image-cont--with-secondary-image .product-block__image--secondary {
	display: none
}

.image-page-button {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity .1s;
	padding: 3px;
	z-index: 3
}

.image-page-button,.image-page-button:hover {
	background: transparent;
	border: none;
	color: #707173
}

.image-page-button:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .7
}

.image-page-button:hover:after {
	opacity: .9
}

.image-page-button svg {
	position: relative;
	z-index: 1;
	display: block;
	fill: transparent;
	stroke: #707173
}

@media (max-width: 767px) {
	.product-list--per-row-mob-1 .image-page-button {
		display: block;
		opacity: 1;
		pointer-events: auto
	}
}

.slick-slider .image-page-button {
	opacity: 1;
	pointer-events: auto
}

.slick-slider .image-page-button.slick-disabled {
	opacity: 0;
	pointer-events: none
}

.image-page-button--previous {
	left: 0;
	border-radius: 0 3px 3px 0;
	overflow: hidden
}

.image-page-button--next {
	right: 0;
	border-radius: 3px 0 0 3px;
	overflow: hidden
}

.product-block__image-dots {
	position: absolute;
	bottom: 10px;
	left: 10px;
	line-height: 7px;
	white-space: nowrap;
	pointer-events: none
}

@media (max-width: 767px) {
	.product-list--per-row-mob-1 .product-block__image-dots {
		display: none
	}
}

.product-block__image-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	margin-right: 4px;
	border: 1px solid currentColor;
	vertical-align: top
}

.product-block__image-dot--active {
	background: currentColor
}

.product-block__image-dot--more {
	opacity: .25
}

.image-cont--with-secondary-image .product-block__image--secondary {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + .5px);
	height: calc(100% + .5px);
	overflow: hidden;
	opacity: 0;
	pointer-events: none
}

.image-cont--with-secondary-image .product-block__image--primary {
	opacity: 0
}

.image-cont--with-secondary-image .product-block__image--active {
	opacity: 1
}

.image-cont--with-secondary-image .product-block__image {
	transition: opacity .1s
}

.image-cont--with-secondary-image.image-cont--same-aspect-ratio .product-block__image {
	transition: opacity .1s .1s
}

.image-cont--with-secondary-image.image-cont--same-aspect-ratio .product-block__image--active {
	transition: opacity .1s 0ms
}

.product-block__image--inactivated {
	display: none!important
}

@media (min-width: 960px) {
	.image-cont--with-secondary-image .product-block__image-dots {
		display: none
	}

	.image-cont--with-secondary-image:hover .product-block__image--active {
		opacity: 0
	}

	.image-cont--with-secondary-image:hover .product-block__image--show-on-hover {
		opacity: 1
	}

	.image-cont--with-secondary-image.image-cont--same-aspect-ratio:hover .product-block__image--active {
		transition: opacity 50ms 50ms
	}

	.image-cont--with-secondary-image.image-cont--same-aspect-ratio:hover .product-block__image--show-on-hover {
		transition: opacity 50ms 0ms
	}

	.image-cont--with-secondary-image .image-page-button {
		display: block
	}

	.image-cont--with-secondary-image:hover .image-page-button {
		opacity: 1;
		pointer-events: auto
	}
}

.product-block .image-label-wrap {
	position: relative
}

.product-label-container {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 7.5px;
	bottom: 7.5px;
	left: 7.5px;
	right: 7.5px;
	pointer-events: none;
	justify-content: flex-start;
	align-items: flex-start
}

.product-label {
	display: block;
	margin: 2.5px
}

.product-label>span {
	display: inline-block;
	padding: .5em 1em;
	background: #c20000;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	vertical-align: top
}

@media (min-width: 768px) {
	.product-label>span {
		font-size: 12px
	}
}

.product-label--sale {
	font-weight: 600
}

.product-label--stock>span {
	background: #09728c;
	color: #fff
}

.product-label--new-in>span {
	background: #de9d9a;
	color: #fff
}

.product-label--meta>span {
	background: #09728c;
	color: #fff
}

.price-label--sold-out {
	color: #171717
}

.price-label--sale {
	color: #c20000
}

.price-label--preorder {
	color: #3ea36a
}

.product-block .product-info {
	display: block;
	color: inherit;
	margin: 10px 0 0;
	font-size: 14px;
	text-align: left
}

.product-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline
}

.product-price {
	justify-content: flex-start
}

.product-price__item {
	margin-right: .5rem
}

.product-price__compare {
	opacity: .5;
	text-decoration: line-through
}

.product-price__from {
	margin-right: .35em;
	font-size: 12px
}

.product-block .product-info .unit-price {
	font-size: 12px
}

@media (max-width: 767px) {
	.product-block .product-info .innerer {
		display: flex;
		flex-direction: column
	}

	.product-block .product-info .innerer .product-block-options--swatch {
		margin-top: 2px;
		margin-bottom: 10px;
		order: -1
	}
}

.product-block.expanded .block-inner:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 10;
	pointer-events: none;
	border-bottom-color: #f7f1f0;
	border-width: 15px;
	left: 50%;
	margin: 1px 0 0 -15px
}

@media (max-width: 1300px) {
	.product-block.expanded .block-inner:after {
		margin-top: -9px
	}
}

.product-block .product-info>.inner {
	margin-left: auto;
	margin-right: auto
}

.collection-slider .carousel .product-block.collection-block,.collection-slider .carousel .product-block.collection-block .block-inner,.collection-slider .carousel .product-block.collection-block .product-info {
	margin-bottom: 0
}

.product-block.collection-block .image-cont {
	padding-bottom: 0
}

.product-block.collection-block .image-cont .rimage__image {
	object-position: center center
}

.product-block.collection-block .product-info {
	text-align: left
}

.collection-slider-row.for-collections {
	margin-bottom: 50px
}

.collection-slider-row.for-collections.use-alt-bg {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 50px
}

.use-alt-bg {
	background-color: #f7f1f0;
	color: #707173
}

.use-alt-bg h1,.use-alt-bg .h1-style,.use-alt-bg h2,.use-alt-bg h3,.use-alt-bg h4,.use-alt-bg h5,.use-alt-bg h6,.use-alt-bg .heading-font {
	color: #171717
}

.use-alt-bg .rte a,.use-alt-bg .small-feature-link,.use-alt-bg .underline {
	color: #c16452;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: #c1645266;
	text-decoration-thickness: 1px
}

.use-alt-bg .rte a:hover,.use-alt-bg .small-feature-link:hover,.use-alt-bg .underline:hover {
	color: #c16452;
	text-decoration-color: currentColor
}

.use-alt-bg svg.feather {
	stroke: currentColor
}

.product-block.page-block .article-image {
	margin: 0 0 1em
}

.product-block.page-block .block-inner {
	overflow: hidden
}

.product-block.page-block .block-inner .text-cont {
	overflow: hidden;
	text-align: left
}

.product-block .small {
	font-size: .75em
}

@media (min-width: 767px) {
	.product-detail {
		display: flex;
		justify-content: center
	}

	.product-detail .product-column-left {
		flex: 0 0 auto;
		width: 50%
	}

	.product-detail .product-column-right {
		flex: 0 0 auto;
		margin-left: 44px;
		width: calc(50% - 44px);
		max-width: 490px
	}
}

@media (min-width: 1040px) {
	.product-detail .gallery-size-small {
		width: 35%
	}

	.product-detail .gallery-size-small+.product-column-right {
		width: calc(65% - 44px)
	}

	.product-detail .gallery-size-medium {
		width: 45%
	}

	.product-detail .gallery-size-medium+.product-column-right {
		width: calc(55% - 44px)
	}

	.product-detail .gallery-size-large {
		width: 62%
	}

	.product-detail .gallery-size-large+.product-column-right {
		width: calc(38% - 44px)
	}
}

.product-detail .gallery {
	position: relative
}

.product-detail .gallery .gallery__inner {
	width: 100%
}

.product-detail .gallery .main-image {
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
	position: relative
}

@media (max-width: 767px) {
	.product-detail .gallery .main-image {
		margin: 0 -16px 10px;
		width: auto
	}
}

.product-detail .gallery .slick-dots {
	box-sizing: border-box;
	margin-bottom: -10px;
	padding: 20px 44px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.product-detail .gallery .slick-dots li {
	flex: 0 1 40px;
	display: flex;
	justify-content: center
}

.product-detail .gallery .slick-dots li button:before {
	left: 4px;
	width: 32px;
	height: 2px;
	content: "";
	background-color: #707173;
	opacity: .25;
	transition: opacity .15s
}

.product-detail .gallery .slick-dots .slick-active button:before {
	color: #707173;
	opacity: .85
}

.product-detail .gallery .product-label-container {
	justify-content: flex-start;
	align-items: flex-end;
	z-index: 1
}

.slideshow--custom-initial:not(.slick-initialized) .slide {
	display: none
}

.slideshow--custom-initial:not(.slick-initialized) .slide--custom-initial {
	display: block
}

@media (max-width: 767px) {
	.slideshow--custom-initial:not(.slick-initialized) .slide {
		display: none!important
	}

	.slideshow--custom-initial:not(.slick-initialized) .slide--custom-initial {
		display: block!important;
		flex-grow: 1!important
	}
}

.slideshow-controls {
	position: static
}

@media (max-width: 767px) {
	.slideshow-controls {
		position: relative;
		height: auto
	}
}

.slideshow .h1-style {
	line-height: 1.3em
}

.slideshow[data-transition=slide] .slide .overlay-text__text,.slideshow[data-transition=zoom] .slide.image-overlay--bg-box .overlay-text__text,.slideshow[data-transition=slide_fade] .slide.image-overlay--bg-box .overlay-text__text {
	transition: opacity .5s 1s;
	opacity: 0
}

.slideshow[data-transition=slide] .slide.slick-active .overlay-text__text,.slideshow[data-transition=zoom] .slide.image-overlay--bg-box.slick-active .overlay-text__text,.slideshow[data-transition=slide_fade] .slide.image-overlay--bg-box.slick-active .overlay-text__text {
	opacity: 1
}

.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box) .overlay-text__text,.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box) .overlay-text__text {
	transition: opacity .3s
}

.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box) .overlay-text__subheading,.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box) .overlay-text__title,.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box) .overlay-text__rte,.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box) .overlay-text__subheading,.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box) .overlay-text__title,.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box) .overlay-text__rte {
	opacity: 0;
	transform: translateY(120%);
	will-change: transform,opacity;
	transition: opacity .9s,transform .9s cubic-bezier(.26,.54,.32,1) .3s
}

.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box) .overlay-text__button,.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box) .overlay-text__button {
	opacity: 0;
	transition: opacity 1.5s
}

.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box) .overlay-text__reveal,.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box) .overlay-text__reveal {
	overflow: hidden
}

.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__title,.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__title {
	transition-delay: .2s
}

.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__rte,.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__rte {
	transition-delay: .6s
}

.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__button,.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__button {
	transition-delay: 1s
}

.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__subheading,.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__title,.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__rte,.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__subheading,.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__title,.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__rte {
	opacity: 1;
	transform: translateY(0)
}

.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__button,.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick-active .overlay-text__button {
	opacity: 1
}

.slideshow[data-transition=zoom] .slide:not(.image-overlay--bg-box).slick--leaving .overlay-text__text,.slideshow[data-transition=slide_fade] .slide:not(.image-overlay--bg-box).slick--leaving .overlay-text__text {
	opacity: 0
}

@media (max-width: 767px) {
	.slideshow[data-transition=zoom] .slide.overlay-text-parent--mobile-stack .overlay-text__subheading,.slideshow[data-transition=zoom] .slide.overlay-text-parent--mobile-stack .overlay-text__title,.slideshow[data-transition=zoom] .slide.overlay-text-parent--mobile-stack .overlay-text__rte,.slideshow[data-transition=zoom] .slide.overlay-text-parent--mobile-stack .overlay-text__button,.slideshow[data-transition=zoom] .slide.overlay-text-parent--mobile-stack .overlay-text__text,.slideshow[data-transition=slide_fade] .slide.overlay-text-parent--mobile-stack .overlay-text__subheading,.slideshow[data-transition=slide_fade] .slide.overlay-text-parent--mobile-stack .overlay-text__title,.slideshow[data-transition=slide_fade] .slide.overlay-text-parent--mobile-stack .overlay-text__rte,.slideshow[data-transition=slide_fade] .slide.overlay-text-parent--mobile-stack .overlay-text__button,.slideshow[data-transition=slide_fade] .slide.overlay-text-parent--mobile-stack .overlay-text__text {
		transition: none!important;
		transform: scale(1)!important;
		transition-delay: 0s!important
	}
}

.slideshow[data-transition=zoom] .slide .rimage-background,.slideshow[data-transition=zoom] .slide .placeholder-image {
	transform: scale(1.2);
	will-change: transform;
	transition: transform 2s cubic-bezier(.21,.6,.35,1)
}

.slideshow[data-transition=zoom] .slide.slick-active .rimage-background,.slideshow[data-transition=zoom] .slide.slick-active .placeholder-image {
	transform: scale(1)
}

@media (max-width: 767px) {
	.slideshow[data-transition=zoom] .slide.overlay-text-parent--mobile-stack .rimage-background,.slideshow[data-transition=zoom] .slide.overlay-text-parent--mobile-stack .placeholder-image {
		transition: none!important;
		transform: scale(1)!important
	}
}

.slideshow[data-transition=slide_fade] .slide {
	opacity: 1!important
}

.slideshow[data-transition=slide_fade] .slide .rimage-background,.slideshow[data-transition=slide_fade] .slide .placeholder-image {
	will-change: transform,opacity;
	transform: translate(10vw);
	opacity: 0
}

.slideshow[data-transition=slide_fade] .slide .overlay-text__inner {
	transition: transform .7s ease 50ms;
	will-change: transform
}

.slideshow[data-transition=slide_fade] .slide.slick--leaving .rimage-background,.slideshow[data-transition=slide_fade] .slide.slick--leaving .placeholder-image {
	transition: transform .7s ease 75ms;
	transform: translate(-10vw);
	opacity: 1
}

.slideshow[data-transition=slide_fade] .slide.slick--leaving .overlay-text__inner {
	transform: translate(-5vw)
}

.slideshow[data-transition=slide_fade] .slide.slick-active .rimage-background,.slideshow[data-transition=slide_fade] .slide.slick-active .placeholder-image {
	transition: transform .7s ease,opacity .7s;
	opacity: 1;
	transform: translate(0)
}

.signup-form__inline-container {
	display: inline-flex
}

.signup-form__inline-container input {
	width: 300px
}

@media (max-width: 767px) {
	.signup-form__inline-container {
		display: block
	}

	.signup-form__inline-container input {
		margin-bottom: 20px;
		width: 100%
	}
}

.view-in-space {
	box-sizing: border-box;
	display: block;
	width: 100%;
	color: #707173;
	border: none;
	background: #70717314
}

.view-in-space:hover {
	color: #707173;
	border: none;
	background: #70717314
}

.view-in-space[data-shopify-xr-hidden] {
	display: none
}

.view-in-space .icon {
	height: 1.8em;
	width: 1.8em;
	fill: transparent;
	vertical-align: middle
}

.view-in-space .icon .icon-3d-badge-full-color-outline,.view-in-space .icon .icon-video-badge-full-color-outline {
	display: none
}

.view-in-space .icon .icon-3d-badge-full-color-element,.view-in-space .icon .icon-video-badge-full-color-element {
	fill: currentColor
}

.view-in-space .view-in-space__text {
	vertical-align: middle
}

.thumbnails {
	white-space: nowrap;
	overflow: auto
}

@media (max-width: 767px) {
	.thumbnails {
		margin-bottom: 20px;
		margin-right: -16px
	}
}

.thumbnails .thumbnail {
	display: inline-block;
	width: calc(16.6% - 4px);
	max-width: 100%;
	margin: 0 0 5px 5px;
	position: relative;
	vertical-align: top
}

.thumbnails .thumbnail:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #000;
	opacity: 0;
	transition: opacity .2s
}

.thumbnails .thumbnail.selected:after {
	opacity: 1
}

.thumbnails.hidden {
	display: none!important
}

.thumbnails.owl-carousel {
	margin-left: -5px;
	margin-right: 0;
	padding-right: 8.3333333333%;
	overflow: hidden;
	width: calc(91.6666666667% + 5px);
	white-space: normal;
	box-sizing: content-box
}

@media (max-width: 767px) {
	.thumbnails.owl-carousel {
		width: calc(91.6666666667% + 21px)
	}
}

.thumbnails.owl-carousel:not(.owl-loaded) {
	white-space: nowrap
}

.thumbnails.owl-carousel:not(.owl-loaded) .thumbnail {
	display: inline-block;
	width: calc(15.3846153846% - 1px)
}

.thumbnails.owl-carousel.owl-loaded .thumbnail {
	display: block;
	width: 100%;
	margin-top: 2px
}

.thumbnails.owl-carousel .owl-stage-outer {
	overflow: visible
}

.thumbnail__badge {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 6px;
	top: 6px;
	pointer-events: none
}

.thumbnail__badge .icon {
	fill: #fff;
	width: 100%;
	height: 100%;
	vertical-align: baseline
}

.thumbnail__badge .icon .icon-3d-badge-full-color-outline,.thumbnail__badge .icon .icon-video-badge-full-color-outline {
	stroke: #7071730d
}

.thumbnail__badge .icon .icon-3d-badge-full-color-element,.thumbnail__badge .icon .icon-video-badge-full-color-element {
	fill: #707173
}

@media only screen and (min-width: 750px) {
	.thumbnail__badge .product-single__thumbnail-badge {
		width: 26px;
		height: 26px
	}
}

@media only screen and (min-width: 1041px) {
	.product-detail .gallery.gallery--layout-carousel-beside>.gallery__inner {
		display: flex;
		align-items: flex-start
	}

	.product-detail .gallery.gallery--layout-carousel-beside.has-thumbnails .main-image {
		order: 1;
		width: calc(100% - 140px)
	}

	.product-detail .gallery.gallery--layout-carousel-beside .thumbnails {
		margin-left: 0;
		padding-right: 40px;
		width: 140px;
		white-space: normal;
		overflow: visible
	}

	.product-detail .gallery.gallery--layout-carousel-beside .thumbnails .thumbnail {
		display: block;
		margin: 0 0 10px;
		width: auto
	}
}

@media only screen and (max-width: 767px) {
	.product-detail .gallery.gallery--carousel-layout-beside.has-thumbnails .main-image {
		float: none;
		width: auto
	}
}

.product-detail .detail {
	text-align: left;
	position: relative
}

.product-detail .detail .product-detail-accordion+.product-detail-accordion {
	margin-top: -50px
}

.product-detail .detail .product-detail-accordion+.product-detail-accordion .cc-accordion {
	border-top: none
}

.product-detail .detail .title {
	margin: 0 0 .5em
}

.product-detail-label {
	margin-top: 7px;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 8px
}

.price-container {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px
}

@media (min-width: 768px) {
	.price-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap
	}

	.price-container .price-area {
		margin-right: 10px;
		margin-bottom: 0
	}

	.price-container .price-descriptors {
		order: 1;
		width: 100%
	}
}

:root {
	--payment-terms-background-color: #ffffff
}

shopify-payment-terms {
	display: block;
	margin-top: 8px;
	margin-bottom: 12px
}

.price-area .h4-style {
	font-family: inherit
}

.price-area .was-price {
	margin-left: 8px;
	text-decoration: line-through
}

.price-area .on-sale .current-price {
	color: #e53d3d
}

.price-area .price__from {
	font-size: 15px
}

.product-policies {
	margin-top: .5em;
	margin-bottom: .25em
}

.product-description {
	margin-top: 50px;
	margin-bottom: 50px
}

.product-detail .product-form .option-selectors,.js .product-detail .product-form .original-selector {
	display: none
}

.js .product-detail .product-form .option-selectors {
	display: block
}

.product-form .input-row,.buy-buttons-row {
	margin: 25px 0;
	clear: both
}

.product-form .label {
	display: block;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 8px
}

.product-form .label__value {
	font-weight: 400
}

.product-form .label__value:not(:empty):before {
	content: ": ";
	font-weight: 600
}

.product-form [data-selector-type=radio].option-selector fieldset {
	margin: 0
}

.product-form [data-selector-type=radio].option-selector legend.label {
	margin-bottom: 8px
}

.product-form [data-selector-type=radio].option-selector .label {
	margin-bottom: 6px
}

.product-form .label__text-beside-input {
	vertical-align: top;
	font-weight: 400
}

.product-form .option-selector {
	margin-bottom: 20px
}

.option-selector-fieldset {
	margin-bottom: 0
}

.option-selector--empty {
	color: #d90000
}

.product-form .input-row input[name=quantity] {
	margin-right: 10px;
	margin-left: 10px;
	flex-shrink: 1
}

.product-form .quantity-submit-row {
	margin-bottom: 0
}

.product-form .quantity-submit-row .quantity-submit-row__submit {
	margin-top: 40px;
	margin-bottom: 20px
}

.product-form .quantity-submit-row .quantity-submit-row__submit button[type=submit] {
	width: 100%;
	box-sizing: border-box
}

.product-form .quantity-wrapper {
	display: flex;
	text-align: center
}

.product-form .quantity-wrapper a {
	border: 1.5px solid #dbdcdc;
	border-radius: 3px;
	height: 48px;
	width: 48px;
	min-width: 48px;
	color: #707173;
	font-size: inherit;
	box-sizing: border-box;
	line-height: 48px;
	background-color: #fff
}

@media (hover: none) {
	.product-form .quantity-wrapper a:active {
		border-color: #b0b1b2
	}
}

@media (hover: hover) {
	.product-form .quantity-wrapper a:hover {
		border-color: #b0b1b2
	}
}

.product-form .quantity-wrapper a svg {
	margin-bottom: 4px
}

.product-form .quantity-wrapper input[name=quantity] {
	text-align: center;
	width: 48px;
	padding: 0;
	height: 48px
}

.product-form .quantity-submit-row.has-spb .button {
	background: #fff;
	color: #212b36;
	border: 1.5px solid;
	min-height: 48px;
	box-sizing: border-box;
	width: 100%
}

.product-form .quantity-submit-row.has-spb .button svg:not(.feather):not(.cc-select__icon) {
	fill: #212b36
}

@media (hover: none) {
	.product-form .quantity-submit-row.has-spb .button:active {
		background: #212b36;
		color: #fff;
		border-color: #212b36
	}

	.product-form .quantity-submit-row.has-spb .button:active svg:not(.feather):not(.cc-select__icon) {
		fill: #fff
	}
}

@media (hover: hover) {
	.product-form .quantity-submit-row.has-spb .button:hover {
		background: #212b36;
		color: #fff;
		border-color: #212b36
	}

	.product-form .quantity-submit-row.has-spb .button:hover svg:not(.feather):not(.cc-select__icon) {
		fill: #fff
	}
}

.product-form .quantity-submit-row.has-spb .shopify-payment-button__button {
	min-height: 48px;
	font-size: 15px;
	line-height: 15px;
	box-sizing: border-box
}

.product-form .quantity-submit-row.has-spb .shopify-payment-button__button--unbranded {
	background: #212b36;
	border: 1.5px solid #212b36;
	border-radius: 3px;
	color: #fff;
	padding: 15px 25px
}

.product-form .quantity-submit-row.has-spb .shopify-payment-button__button--unbranded:hover {
	background: #c16452;
	border-color: #c16452
}

.shopify-payment-button {
	transition: opacity .15s
}

.shopify-payment-button .shopify-payment-button__button {
	border-radius: 0
}

.shopify-payment-button .shopify-payment-button__more-options {
	box-sizing: border-box;
	color: inherit;
	text-transform: none;
	padding: 0 10%;
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0
}

.shopify-payment-button .shopify-payment-button__more-options:hover {
	background: transparent
}

.shopify-payment-button .shopify-payment-button__more-options[disabled] {
	background: transparent!important
}

.product-form .backorder {
	margin-top: 1em
}

.custom-option__text-input {
	width: 100%
}

.variant-status--unavailable .quantity-wrapper {
	opacity: .7;
	pointer-events: none
}

.variant-status--unavailable .shopify-payment-button,.variant-status--not-selected .shopify-payment-button {
	opacity: 0
}

.product-detail .sharing {
	margin-top: 20px
}

.product-detail .cc-accordion-item__title {
	font-weight: 600
}

.product-detail-accordion .cc-accordion-item__title {
	padding-top: 18px;
	line-height: 1.4
}

.sku--no-sku {
	display: none!important
}

.collection-slider-row {
	margin-top: 50px;
	overflow: hidden
}

.collection-slider-row.use-alt-bg {
	margin-top: 0;
	padding-top: 50px;
	padding-bottom: 0
}

.collection-slider-row.use-alt-bg .view-all:not(:hover) {
	opacity: .75
}

.collection-slider .collection-listing {
	overflow: hidden;
	position: relative
}

.collection-slider .collection-listing .owl-carousel .owl-stage-outer {
	overflow: visible
}

.collection-slider .collection-listing .product-list {
	margin-left: 0;
	margin-right: 0
}

.collection-slider .collection-listing .product-block {
	padding-bottom: 0
}

.collection-slider .collection-listing .product-block .product-info {
	margin-bottom: 30px
}

.collection-slider .product-block.expanded .block-inner:after {
	margin-top: 1px
}

.collection-slider .collection-listing .product-block .product-detail {
	display: none
}

.collection-slider .product-block {
	display: block;
	margin-left: 0;
	margin-right: 0
}

.collection-slider .product-block .image-cont .image-link {
	height: auto
}

.collection-slider .product-block .image-cont img {
	max-height: none;
	max-width: 100%
}

.collection-slider .product-list.carousel:not(.owl-carousel) {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center
}

.collection-slider .product-list.carousel:not(.owl-carousel) .product-block {
	flex: 0 0 auto
}

.collection-slider .product-list.carousel.carousel--fixed-grid-mode {
	margin-bottom: 0;
	margin-left: -30px;
	width: auto
}

@media (max-width: 1300px) {
	.collection-slider .product-list.carousel.carousel--fixed-grid-mode {
		margin-left: -20px
	}
}

@media (max-width: 767px) {
	.container--not-mobile .collection-slider .product-list.carousel.carousel--fixed-grid-mode {
		margin-left: 0;
		padding-right: 20px
	}
}

.collection-slider .product-list.carousel.carousel--fixed-grid-mode .product-block {
	display: block;
	width: auto!important
}

.container--no-max .collection-slider .collection-listing {
	padding-right: 20px
}

@media (min-width: 768px) {
	.container--no-max .collection-slider .collection-listing {
		margin-left: -40px;
		margin-right: -40px
	}

	.container--no-max .collection-slider .product-list.carousel {
		width: auto
	}
}

@media (min-width: 1301px) {
	.container--no-max .collection-slider .collection-listing {
		padding-right: 30px
	}
}

.collection-slider .product-list.carousel {
	display: block;
	margin-bottom: 0
}

@media (max-width: 767px) {
	.collection-slider .product-list.carousel .product-block {
		width: 300px
	}
}

@media (max-width: 400px) {
	.collection-slider .product-list.carousel .product-block {
		width: 280px
	}
}

@media (max-width: 360px) {
	.collection-slider .product-list.carousel .product-block {
		width: 240px
	}
}

.collection-listing {
	text-align: center;
	transition: opacity .15s
}

.ajax-loading .collection-listing {
	opacity: .5
}

.collection-listing .product-block {
	margin-bottom: 20px;
	padding-left: 30px
}

@media (max-width: 1300px) {
	.collection-listing .product-block {
		padding-left: 20px
	}
}

@media (max-width: 767px) {
	.collection-listing .product-block {
		padding-left: 16px
	}
}

.collection-listing .product-list {
	margin-left: -30px;
	margin-bottom: -20px;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 1300px) {
	.collection-listing .product-list {
		margin-left: -20px
	}
}

@media (max-width: 767px) {
	.collection-listing .product-list {
		margin-left: -16px
	}
}

.collection-slider-row .collection-listing .product-detail {
	position: relative;
	height: auto;
	margin-top: 0
}

.collection-listing .product-list--image-shape-natural .image-cont .product-block__image--secondary .rimage-background {
	background-position: top center
}

.collection-listing .quickbuy-container {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 0
}

.collection-listing .product-list--per-row-2 .product-block {
	width: 50%
}

.collection-listing .product-list--per-row-3 .product-block {
	width: 33.33%
}

.collection-listing .product-list--per-row-4 .product-block {
	width: 25%
}

.collection-listing .product-list--per-row-5 .product-block {
	width: 20%
}

.collection-slider .product-list--per-row-2 .product-block {
	width: 46vw
}

.collection-slider .product-list--per-row-3 .product-block {
	width: 30.6666666667vw
}

.collection-slider .product-list--per-row-4 .product-block {
	width: 23vw
}

.collection-slider .product-list--per-row-5 .product-block {
	width: 18.4vw
}

@media (max-width: 767px) {
	.collection-listing .product-list .product-block {
		width: 50%
	}

	.collection-listing .product-list--per-row-mob-1 .product-block {
		width: 100%
	}
}

.view-all {
	text-align: center;
	margin: -25px 0 20px
}

@media (max-width: 1300px) {
	.view-all {
		margin-top: -15px
	}
}

.collection-slider .has-paging .prev,.collection-slider .has-paging .next {
	font-size: 80%;
	line-height: 1em;
	margin: -10px 20px;
	padding: 10px;
	vertical-align: middle;
	display: inline-block!important
}

.collection-slider .has-paging .prev.slick-hidden,.collection-slider .has-paging .next.slick-hidden {
	display: none!important
}

.has-paging__title {
	vertical-align: middle
}

.owl-btn-disabled {
	visibility: hidden
}

.article-list .article {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #e2e2e2
}

.article-list .article:first-child {
	border-top: none;
	padding-top: 20px
}

@media (min-width: 767px) {
	.article-list.article-layout--columns {
		display: flex;
		flex-wrap: wrap;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -50px
	}

	.article-list.article-layout--columns .article {
		display: flex;
		box-sizing: border-box;
		padding: 0 20px;
		margin: 0 0 50px;
		border: none;
		width: 50%;
		border-right: 1px solid #e2e2e2
	}

	.article-list.article-layout--columns .article:nth-child(2n),.article-list.article-layout--columns .article:last-child {
		border-right: 0
	}

	.article-list.article-layout--columns .article__inner {
		display: flex;
		flex-direction: column;
		flex-basis: 100%
	}

	.article-list.article-layout--columns .article__inner>.rte {
		flex-grow: 1;
		margin-bottom: 2em
	}

	.article-list.article-layout--columns.article-layout--one-row .article:nth-child(3) {
		display: none
	}
}

@media (min-width: 1024px) {
	.article-list.article-layout--columns .article {
		width: 33.33%
	}

	.article-list.article-layout--columns .article:nth-child(2n) {
		border-right: 1px solid #e2e2e2
	}

	.article-list.article-layout--columns .article:nth-child(3n),.article-list.article-layout--columns .article:last-child {
		border-right: 0
	}

	.article-list.article-layout--columns.article-layout--one-row .article:nth-child(3) {
		display: flex
	}
}

.reading-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px
}

.container.container--reading-width,.article .container,#comments.container,.container .shopify-policy__container {
	max-width: 800px
}

.article .meta {
	margin-top: 1em;
	font-size: 90%
}

.article .meta .time {
	display: block
}

.article .meta .tags .label {
	font-style: normal
}

.underline {
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: #c1645266;
	text-decoration-thickness: 1px
}

.underline:hover {
	text-decoration-color: currentColor
}

.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6 {
	margin: 1em 0 15px
}

.rte h1:first-child,.rte h2:first-child,.rte h3:first-child,.rte h4:first-child,.rte h5:first-child,.rte h6:first-child {
	margin-top: 0
}

.rte a {
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: #c1645266;
	text-decoration-thickness: 1px
}

.rte a:hover {
	text-decoration-color: currentColor
}

.rte>p:last-child {
	margin-bottom: 0
}

.rte iframe {
	max-width: 100%
}

.meta .iconmeta {
	margin-right: 10px;
	line-height: 1.4em;
	display: inline-block;
	font-size: 12px
}

.meta .iconmeta a {
	white-space: nowrap
}

.meta .tags a:after {
	content: ","
}

.meta .tags a:last-child:after {
	content: none
}

.cart-item-list {
	margin: 10px 0 40px;
	width: 100%
}

.cart-item-list__head,.cart-item,.cart-item__not-image {
	display: flex
}

.cart-item-list-heading,.cart-item__column {
	flex-shrink: 0
}

.cart-item-list-heading {
	padding: 0 0 10px
}

.cart-item {
	border-top: 1px solid #e2e2e2;
	padding-top: 40px;
	padding-bottom: 40px
}

.cart-item__not-image {
	flex-grow: 1
}

.cart-item-list-heading--product {
	flex: 1 1
}

.cart-item-list-heading--price,.cart-item__price {
	text-align: right;
	padding-right: 30px;
	width: 230px
}

.cart-item-list-heading--quantity,.cart-item__quantity {
	text-align: center;
	padding-right: 30px;
	width: calc(2em + 99px)
}

.cart-item-list-heading--total,.cart-item__total {
	text-align: right;
	width: 150px
}

.cart-item__image {
	width: 130px;
	padding-right: 30px
}

.cart-item__image a {
	display: block
}

.cart-item__description {
	flex: 1 1;
	padding-right: 30px
}

.buttoned-input {
	white-space: nowrap;
	border: 1.5px solid #dbdcdc;
	border-radius: 3px;
	background: #fff;
	color: #707173
}

.buttoned-input a {
	display: inline-block;
	padding: 0 5px 0 10px
}

.buttoned-input a:last-child {
	padding: 0 10px 0 5px
}

.buttoned-input svg {
	width: 15px;
	height: 15px
}

.buttoned-input input {
	background: transparent;
	border: none;
	width: 2em;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	box-sizing: content-box
}

.buttoned-input .unusable {
	visibility: hidden;
	pointer-events: none
}

.cart-item .remove {
	display: block;
	margin-top: 5px
}

.cart-item .remove svg {
	width: 15px;
	height: 15px;
	stroke: currentColor
}

.cart-item .unit-price {
	font-size: 12px
}

#cartform .checkout-note {
	margin-bottom: 1em
}

#cartform .checkout-note textarea {
	width: 370px;
	max-width: 100%;
	height: 70px;
	margin-top: 10px
}

.checkout-subtotal-container__right {
	text-align: right
}

#cartform .subtotal {
	margin: 0 0 30px
}

#cartform .checkout-col {
	margin: 20px 0 0
}

#cartform .checkout-col .button {
	min-width: 200px;
	box-sizing: border-box
}

@media (max-width: 767px) {
	#cartform .checkout-col .button {
		width: 100%
	}
}

#cartform .checkout-buttons {
	margin-bottom: 10px
}

.additional-checkout-buttons {
	margin-top: 30px
}[data-shopify-buttoncontainer] {
	justify-content: flex-end
}

.update-cart-container {
	margin-bottom: 5px
}

.js [data-ajax-update=true] .update-cart-container {
	display: none
}

#cartform .termsagreement {
	margin-bottom: 5px
}

#cartform .termsagreement label {
	vertical-align: middle
}

.continue-shopping {
	display: block;
	margin-top: 20px
}

#shipping-calculator {
	margin-top: 20px;
	margin-right: -30px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end
}

#cartform #shipping-calculator .inputrow {
	flex: 1 1 auto;
	width: calc(50% - 30px);
	padding: 0 30px 20px 0
}

#cartform #shipping-calculator .inputrow label {
	display: block;
	float: none;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 8px
}

#cartform #shipping-calculator .inputrow input[type=text] {
	box-sizing: border-box;
	width: 100%
}

#cartform #shipping-calculator #wrapper-response {
	margin: 20px 0;
	width: 100%;
	flex: 0 0 auto
}

.struck-out-price {
	text-decoration: line-through;
	opacity: .6
}

.cart-discount-list {
	margin: 1em 0
}

.cart-discount {
	list-style: none
}

.cart-discount:not(:last-child) {
	margin-bottom: .5em
}

.cart-discount__icon svg {
	width: 18px;
	height: 18px
}

.cart-discount__amount:before {
	content: "-"
}

.cart-discount--inline .cart-discount__label {
	margin-right: 1em
}

.input-row select,.inputrow select {
	height: 30px;
	line-height: 30px;
	padding: 4px 14px 4px 4px;
	border: 1.5px solid #e2e2e2
}

#template .template_header {
	margin: 10px 0 40px
}

.small-form {
	margin-left: auto;
	margin-right: auto;
	width: 420px;
	max-width: 100%
}

.small-form .title {
	text-align: center
}

@media (max-width: 767px) {
	.small-form {
		box-sizing: border-box
	}
}

#template input[type=email],#template input[type=text],#template input[type=number],#template input[type=password],#template input[type=tel],#template textarea,.small-form input[type=email],.small-form input[type=text],.small-form input[type=number],.small-form input[type=password],.small-form input[type=tel],.small-form textarea {
	width: 100%
}

.text-over-input {
	position: relative
}

.text-over-input__text {
	margin-top: 1em
}

@media (min-width: 400px) {
	.text-over-input__text {
		position: absolute;
		top: 50%;
		right: 20px;
		line-height: 1em;
		margin-top: -.5em;
		font-size: 12px
	}
}

#template label,.edit_address label {
	display: block;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 8px
}

.input-row {
	margin-bottom: 20px
}

#template .action_bottom {
	margin-top: 27px
}

#template .note {
	display: block;
	margin: 10px 0
}

.errors {
	margin: 20px 0;
	padding: 10px 20px;
	border: 1px solid rgba(0,0,0,.1);
	background: #0000000d
}

.errors ul,#template .errors ul {
	margin: 0
}

.errors li,#template .errors li {
	list-style: none
}

#template.lefty-form {
	text-align: left
}

.righty-form input[type=text],.righty-form input[type=email],.righty-form textarea {
	width: 100%
}

.address_actions .action_edit {
	margin-right: 15px
}

#address_tables {
	margin-top: 40px
}

.address_table {
	background: #0000000d;
	padding: 20px
}

@media (min-width: 800px) {
	#address_tables {
		display: flex;
		flex-wrap: wrap
	}

	.address_table {
		width: calc(50% - 20px);
		margin-right: 20px;
		box-sizing: border-box
	}

	.address_table:nth-child(2n) {
		margin-left: 20px;
		margin-right: 0
	}
}

.edit_address .small-form {
	margin-left: 0
}

#admin_header {
	margin: 0 0 40px
}

#admin_header .title {
	text-align: center
}

#admin_header .action_return {
	margin-bottom: 20px
}

.opposing-items {
	display: flex;
	justify-content: space-between;
	align-items: center
}

#customer_sidebar {
	float: left;
	width: 33%
}

#customer_detail .address p,.address_table .view_address p,#order_address .address p {
	margin-bottom: 0
}

#customer_orders {
	float: right;
	width: 60%
}

#order_details {
	clear: both;
	width: 100%
}

@media (max-width: 767px) {
	#order_details .price,#order_details .sku,#order_details .unit-price {
		visibility: hidden;
		padding: 0;
		font-size: 0
	}

	#order_details .price .cart-discount__label {
		display: none
	}
}

.order-table-container {
	overflow: auto
}

.order-table .price,.order-table .total,.order-table tfoot td:last-child {
	text-align: right
}

.order-table tfoot tr:first-child td {
	border-top-width: 3px;
	border-top-style: double
}

.order-table .unit-price {
	font-size: 12px
}

#comments .comment {
	padding-top: 20px;
	border-top: 1px solid #e2e2e2
}

#comments .comment.first {
	border-top: 0
}

ul.taglist {
	margin: 0
}

ul.taglist li {
	display: inline;
	white-space: nowrap
}

table.noborders,table.noborders tr,table.noborders th,table.noborders td {
	border: 0
}

.simple-popup {
	position: absolute;
	width: 140px;
	padding: 10px 15px;
	border: 1px solid #e2e2e2;
	color: #171717;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 0 #888;
	-moz-box-shadow: 0 0 2px 0 #888;
	box-shadow: 0 0 2px #888;
	text-align: center
}

.fb_iframe_widget>span {
	vertical-align: baseline!important
}

.fb_iframe_widget iframe {
	max-width: none
}

.slide {
	position: relative
}

.slide img {
	width: 100%
}

.height--full .rimage-outer-wrapper,.height--full .placeholder-image {
	height: 100vh
}

.image-overlay {
	position: relative;
	overflow: hidden;
	color: #fff
}

.image-overlay .rte a {
	color: inherit
}

.image-overlay--bg-shadow .overlay-text .overlay-text__inner:before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: -200px;
	right: -100px;
	bottom: -200px;
	left: -100px;
	z-index: -1;
	background: radial-gradient(rgba(0,0,0,.15) 0%,transparent 70%)
}

.image-overlay--bg-shadow .overlay--h-left .overlay-text__inner:before {
	left: -85%;
	right: 0
}

.image-overlay--bg-shadow .overlay--h-right .overlay-text__inner:before {
	left: 15%;
	right: -50%
}

.image-overlay--bg-full:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0000001a;
	z-index: 1;
	pointer-events: none;
	transition: opacity .35s
}

.image-overlay--bg-box .overlay-text .overlay-text__text {
	background: #ffffffe6;
	color: #707173;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	min-width: 50%
}

.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__title {
	color: #171717
}

.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__rte a,.image-overlay--bg-box .overlay-text .overlay-text__text .small-feature-link {
	color: #c16452;
	text-decoration-color: #c1645266
}

.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__rte a:hover,.image-overlay--bg-box .overlay-text .overlay-text__text .small-feature-link:hover {
	text-decoration-color: #c16452
}

.image-overlay--bg-box .overlay-text .overlay-text__text .overlay-text__button-row--link {
	margin-bottom: -5px
}

.image-overlay--bg-box .overlay-text .overlay-text__text .video-container__play {
	color: currentColor
}

.image-overlay--bg-box.image-overlay--edge-boxes .overlay-text__inner {
	padding: 0
}

.image-overlay__over {
	position: relative;
	z-index: 2
}

.image-overlay__image-link {
	display: block;
	height: 100%
}

.image-overlay__image-link,.image-overlay__image-link:hover {
	color: inherit
}

.overlay-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	z-index: 2
}

.overlay-text .overlay-text__rte a,.overlay-text .overlay-text__rte a:hover {
	color: inherit;
	text-decoration-color: #fff6
}

.overlay-text .overlay-text__rte a:hover {
	text-decoration-color: #fff
}

.overlay-text .small-feature-link {
	color: inherit;
	text-decoration-color: #fff6
}

.overlay-text .small-feature-link:hover {
	color: inherit;
	text-decoration-color: #fff
}

.overlay-text--inline {
	position: relative
}

.overlay--h-left {
	text-align: left
}

.overlay--h-right {
	text-align: right
}

.overlay--v-top {
	align-items: flex-start
}

.overlay--v-bottom {
	align-items: flex-end
}

.overlay-text__rte {
	max-width: 65ch
}

.overlay--h-right .overlay-text__rte {
	margin-left: auto
}

.overlay--h-center .overlay-text__rte {
	margin-left: auto;
	margin-right: auto
}

.overlay-text__button-row {
	margin: calc(2rem - 10px) -.5em 0
}

.overlay-text__button-row .overlay-text__button {
	margin: 10px .5em 0
}

.slideshow--navigation-arrows .overlay-text {
	left: 40px;
	right: 40px;
	width: auto
}

@media (max-width: 767px) {
	.slideshow--navigation-arrows .overlay-text {
		left: 10px;
		right: 10px
	}
}

@media (min-width: 768px) {
	.image-overlay--bg-box .overlay-text--for-banner .overlay-text__text {
		padding: 30px 45px
	}
}

@media (min-width: 1100px) {
	.image-overlay--bg-box .overlay-text--for-banner .overlay-text__text {
		padding: 40px 60px
	}
}

.overlay-text__inner {
	display: block;
	position: relative;
	width: 100%;
	padding: 30px
}

@media (min-width: 768px) {
	.overlay-text--for-banner .overlay-text__inner {
		padding: 50px
	}
}

@media (min-width: 1100px) {
	.overlay-text--for-banner .overlay-text__inner {
		padding: 70px
	}
}

.overlay-text .overlay-text__title {
	line-height: 1.1em;
	color: inherit;
	margin-bottom: 1.25rem
}

.overlay-text .overlay-text__title:last-child {
	margin-bottom: 0
}

.overlay-text .overlay-text__title+.overlay-text__button-row--link {
	margin-top: -.1em
}

.overlay-text--with-reveal .overlay-text__title:last-child {
	margin-bottom: 1.25rem
}

.overlay-text--with-reveal .overlay-text__reveal:last-child .overlay-text__title {
	margin-bottom: 0
}

.image-overlay--bg-no_background:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,.image-overlay--bg-no_background:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn,.image-overlay--bg-full:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,.image-overlay--bg-full:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn,.image-overlay--bg-shadow:not(.overlay-text-parent--mobile-stack) .overlay-text__button.button,.image-overlay--bg-shadow:not(.overlay-text-parent--mobile-stack) .overlay-text__button.btn {
	border: none!important
}

@media (min-width: 768px) {
	.overlay-text-parent--mobile-stack.image-overlay--bg-no_background .overlay-text__button.button,.overlay-text-parent--mobile-stack.image-overlay--bg-no_background .overlay-text__button.btn,.overlay-text-parent--mobile-stack.image-overlay--bg-full .overlay-text__button.button,.overlay-text-parent--mobile-stack.image-overlay--bg-full .overlay-text__button.btn,.overlay-text-parent--mobile-stack.image-overlay--bg-shadow .overlay-text__button.button,.overlay-text-parent--mobile-stack.image-overlay--bg-shadow .overlay-text__button.btn {
		border: none!important
	}
}

.overlay-text__button-row--primary,.overlay-text__button-row--secondary {
	margin-top: 1em
}

.slick-dotted.slick-slider-overlay-dots .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.slick-dotted.slick-slider-overlay-dots .slick-dots li button:before {
	color: #fff
}

.slick-dotted.slick-slider-overlay-dots .overlay-text__inner {
	padding-bottom: 50px
}

@media (min-width: 1100px) {
	.slick-dotted.slick-slider-overlay-dots .overlay-text--for-banner .overlay-text__inner {
		padding-bottom: 70px
	}
}

@media (min-width: 768px) {
	.slick-dotted.slick-slider-overlay-dots-desktop .slick-dots {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}

	.slick-dotted.slick-slider-overlay-dots-desktop .slick-dots li button:before {
		color: #fff
	}

	.slick-dotted.slick-slider-overlay-dots-desktop .overlay-text__inner {
		padding-bottom: 50px
	}
}

.image-block {
	overflow: hidden;
	position: relative
}

.image-block .img-cont {
	display: block;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.image-block .heading-font {
	margin: 0;
	color: inherit
}

.image-block .second-line {
	font-size: 15px;
	line-height: 1.6
}

.image-block a {
	display: block
}

.image-block img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.image-block.no-stretch img {
	width: auto
}

.align-center,.align-centre {
	text-align: center
}

.align-right {
	text-align: right
}

a .state {
	display: inline-block;
	width: 1em;
	text-align: center
}

.video-container__video,.product-media--frame {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%
}

.video-container__video iframe,.video-container__video object,.video-container__video embed,.video-container__video video,.video-container__video model-viewer,.video-container__video .shopify-model-viewer-ui,.video-container__video .media-item,.video-container__video .plyr,.product-media--frame iframe,.product-media--frame object,.product-media--frame embed,.product-media--frame video,.product-media--frame model-viewer,.product-media--frame .shopify-model-viewer-ui,.product-media--frame .media-item,.product-media--frame .plyr {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-container__video .plyr__video-wrapper,.product-media--frame .plyr__video-wrapper {
	height: 100%
}

.video-container {
	position: relative
}

.video-container--background {
	background: #000;
	overflow: hidden
}

.video-container--background .video-container__video {
	position: relative;
	height: 100%;
	max-width: none;
	padding: 0!important;
	opacity: 0;
	transition: opacity .15s linear
}

.video-container--background div.video-container__video-element {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.video-container--background video {
	object-fit: cover;
	object-position: 50% 50%
}

.video-container--background.video--play-started .video-container__video {
	opacity: 1
}

.video-container__video video {
	object-fit: cover
}

.video-container__stop {
	display: none
}

@media (max-width: 767px) {
	.video-container--modal-mobile {
		padding-bottom: 0!important;
		height: auto
	}

	.video-container--modal-mobile:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10000;
		pointer-events: none;
		background: #000;
		opacity: 0;
		transition: opacity .35s
	}

	.video-container--modal-mobile .video-container__video {
		position: fixed;
		z-index: 10001;
		top: 50%;
		left: 20px;
		width: calc(100% - 40px);
		transform: translateY(-50%);
		display: flex;
		align-items: center;
		opacity: 0;
		pointer-events: none;
		background: #000;
		transition: opacity .35s
	}

	.video-container--modal-mobile .video-container__stop {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		color: #fff;
		z-index: 10002;
		padding: 20px;
		pointer-events: none;
		opacity: 0;
		transition: opacity .35s
	}

	.video-container--modal-mobile .video-container__stop svg {
		stroke: currentColor
	}

	.video-container--modal-mobile .overlay-text {
		position: relative;
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px
	}

	.video-container--modal-mobile.video-container--playing:before,.video-container--modal-mobile.video-container--playing .video-container__video,.video-container--modal-mobile.video-container--playing .video-container__stop {
		opacity: 1;
		pointer-events: auto
	}
}

.video-container__cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #eee
}

.video-container__cover .rimage-outer-wrapper,.video-container__cover .placeholder-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background-size: cover;
	background-position: center center
}

.video-container--playing .video-container__cover {
	opacity: 0!important;
	pointer-events: none
}

.video-container--playing .video-container__cover+.overlay-text {
	opacity: 0!important;
	pointer-events: none
}

.video-container--playing.image-overlay--bg-full:after {
	opacity: 0
}

.video-container__play {
	display: inline-block;
	transition: transform .15s;
	color: #fff
}

.video-container__play svg {
	width: 80px;
	height: 80px;
	fill: transparent;
	stroke: currentColor;
	transition: stroke .15s
}

.video-container__play svg polygon {
	fill: currentColor;
	transition: fill .15s
}

@media (hover: none) {
	.video-container__play:active {
		transform: scale(1.1)
	}

	.video-container__play:active svg {
		fill: transparent
	}
}

@media (hover: hover) {
	.video-container__play:hover {
		transform: scale(1.1)
	}

	.video-container__play:hover svg {
		fill: transparent
	}
}

.video-container__fallback {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: opacity .25s
}

.video--play-started .video-container__fallback {
	opacity: 0!important
}

.product-media--video[data-video-type=external]:before,.product-media--video[data-video-type=external]:after {
	content: "";
	position: absolute;
	top: 50px;
	bottom: 70px;
	width: calc(50% - 50px);
	z-index: 1
}

.product-media--video[data-video-type=external]:before {
	left: 0
}

.product-media--video[data-video-type=external]:after {
	right: 0
}

.plyr.plyr--full-ui.plyr--video {
	color: #707173;
	background-color: transparent
}

.plyr.plyr--full-ui.plyr--video .plyr__poster,.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
	background-color: transparent
}

.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
	background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper,.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
	background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper,.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
	background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper,.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
	background-color: #000
}

.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
	background-color: #000
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
	background-color: #fff;
	border-color: #7071730d
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus,.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
	color: #7071738c
}

.plyr.plyr--full-ui.plyr--video .plyr__controls {
	background-color: #fff;
	border-color: #7071730d
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
	box-shadow: 2px 0 #fff
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
	box-shadow: 2px 0 #fff
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
	box-shadow: 2px 0 #fff
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
	background-image: linear-gradient(to right,currentColor var(--value, 0),rgba(112,113,115,.6) var(--value, 0))
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
	background-color: #70717399
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
	background-color: #70717399
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
	box-shadow: 0 0 0 4px #70717340
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
	box-shadow: 0 0 0 4px #70717340
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
	box-shadow: 0 0 0 4px #70717340
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 0 0 3px #70717340
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
	box-shadow: 0 0 0 3px #70717340
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 0 0 3px #70717340
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
	background-color: #707173;
	color: #fff
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip:before {
	border-top-color: #707173
}

.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
	background-image: linear-gradient(-45deg,rgba(112,113,115,.6) 25%,transparent 25%,transparent 50%,rgba(112,113,115,.6) 50%,rgba(112,113,115,.6) 75%,transparent 75%,transparent)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
	color: #fff
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
	box-shadow: 2px 0 #707173
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
	box-shadow: 2px 0 #707173
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
	box-shadow: 2px 0 #707173
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
	background-image: linear-gradient(to right,currentColor var(--value, 0),rgba(255,255,255,.6) var(--value, 0))
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track,.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
	background-color: #fff9
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
	box-shadow: 0 0 0 4px #ffffff40
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
	box-shadow: 0 0 0 4px #ffffff40
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
	box-shadow: 0 0 0 4px #ffffff40
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
	box-shadow: 0 0 0 3px #ffffff40
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
	box-shadow: 0 0 0 3px #ffffff40
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 0 0 3px #ffffff40
}

.slick-slider .plyr.plyr__tab-focus,.slick-slider model-viewer.focus-visible {
	outline: none
}

.slick-slider .plyr.plyr__tab-focus:after,.slick-slider model-viewer.focus-visible:after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	box-shadow: 0 0 1px 1px #707173 inset
}

model-viewer {
	text-align: left
}

model-viewer .container {
	max-width: none!important;
	margin-left: 0!important;
	margin-right: 0!important;
	padding-left: 0!important;
	padding-right: 0!important
}

.shopify-model-viewer-ui button[hidden] {
	display: none
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
	background: #fff;
	border-color: #7071730d
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
	color: #707173
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
	color: #7071738c
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active,.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
	color: #7071738c;
	background: #7071730d
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
	border-color: #7071730d
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
	background: #fff;
	border-color: #7071730d
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
	color: #7071738c
}

.spaced-row {
	margin-bottom: 50px
}

.spaced-row-above {
	margin-top: 50px
}

.fully-spaced-row,.fully-spaced-row--small {
	margin-top: 50px;
	margin-bottom: 50px
}

.strongly-spaced-row,.fully-spaced-row--medium {
	margin-top: 80px;
	margin-bottom: 80px
}

@media (max-width: 767px) {
	.strongly-spaced-row,.fully-spaced-row--medium {
		margin-top: 60px;
		margin-bottom: 60px
	}
}

.fully-spaced-row--large {
	margin-top: 110px;
	margin-bottom: 110px
}

@media (max-width: 767px) {
	.fully-spaced-row--large {
		margin-top: 60px;
		margin-bottom: 60px
	}
}

.lightly-spaced-row-above {
	margin-top: 2rem
}

@media (max-width: 767px) {
	.lightly-spaced-row-above--not-mobile {
		margin-top: 0
	}
}

.lightly-spaced-row {
	margin-bottom: 1em
}

.lightish-spaced-row {
	margin-bottom: 30px
}

.padded-row,.fully-padded-row--small {
	padding-top: 50px;
	padding-bottom: 50px
}

.fully-padded-row--medium {
	padding-top: 80px;
	padding-bottom: 80px
}

@media (max-width: 767px) {
	.fully-padded-row--medium {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.fully-padded-row--large,.strongly-padded-row {
	padding-top: 110px;
	padding-bottom: 110px
}

@media (max-width: 767px) {
	.fully-padded-row--not-mobile {
		padding-top: 0;
		padding-bottom: 0
	}
}

@media (max-width: 767px) {
	.fully-spaced-row--not-mobile {
		margin-top: 0;
		margin-bottom: 0
	}
}

.page-section-spacing {
	margin-top: 50px;
	margin-bottom: 50px
}

.page-section-spacing .page-header .breadcrumbs {
	margin-top: -1.8em
}

@media (max-width: 767px) {
	.page-section-spacing--no-top-mobile {
		margin-top: 0
	}
}

.spaced-column .spaced-row-above,.spaced-column .lightly-spaced-row-above:first-child {
	margin-top: 0
}

.spaced-column .spaced-row,.spaced-column .lightly-spaced-row:last-child {
	margin-bottom: 0
}

.content img,.content iframe,.content embed,.content object {
	max-width: 100%;
	height: auto
}

@media (min-width: 768px) {
	.slim-column-left-layout {
		display: flex;
		justify-content: center
	}

	.slim-column-left-layout>.column:first-child {
		width: 260px;
		margin-right: 40px
	}

	.slim-column-left-layout>.column:last-child {
		flex: 0 1 800px
	}
}

.layout-content-with-image-left.valign-top .image-cont,.layout-content-with-image-left.valign-top .content,.layout-content-with-image-right.valign-top .image-cont,.layout-content-with-image-right.valign-top .content {
	vertical-align: top
}

.layout-content-with-image-left.valign-middle .image-cont,.layout-content-with-image-left.valign-middle .content,.layout-content-with-image-right.valign-middle .image-cont,.layout-content-with-image-right.valign-middle .content {
	vertical-align: middle
}

.layout-content-with-image-left.valign-bottom .image-cont,.layout-content-with-image-left.valign-bottom .content,.layout-content-with-image-right.valign-bottom .image-cont,.layout-content-with-image-right.valign-bottom .content {
	vertical-align: bottom
}

.layout-content-with-image-left .image-cont,.layout-content-with-image-right .image-cont {
	display: inline-block;
	width: 33.333%;
	text-align: center
}

.layout-content-with-image-left .content,.layout-content-with-image-right .content {
	display: inline-block;
	width: 60%;
	margin-right: 6.666%
}

.layout-content-with-image-left .content {
	margin-left: 5%;
	margin-right: 0
}

.layout-content-with-image--large-image .image-cont {
	width: 60%
}

.layout-content-with-image--large-image .content {
	width: 33.333%
}

.text-column__image {
	margin-left: auto;
	margin-right: auto
}

.text-column__button-row {
	margin-top: 1em
}

.text-column__button-row--link {
	margin-top: .5em
}

.text-column__title+.text-column__button-row--link {
	margin-top: -.1em
}

.lightly-styled-select {
	display: block;
	box-sizing: border-box;
	height: 41px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border: 1.5px solid #dbdcdc;
	border-radius: 3px
}

.lightly-styled-select:after {
	pointer-events: none;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg fill='rgb(112, 113, 115)' height='18' width='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3Cpath d='M0-.75h24v24H0z' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 1px center;
	background-color: #fff
}

.lightly-styled-select select {
	background: transparent!important;
	color: #707173;
	border: none!important;
	font-size: 15px!important;
	height: 100%!important;
	line-height: 39px!important;
	padding: 0 30px 0 15px!important;
	width: 268px!important;
	width: calc(100% + 28px)!important;
	max-width: none!important;
	-webkit-appearance: none;
	appearance: none
}

@media (max-width: 767px) {
	.lightly-styled-select select {
		font-size: 16px!important
	}
}

.product-swatch-inline__dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 6px 1px 0;
	box-shadow: inset 0 3px 3px -2px #00000040
}

.variant-option-title:before {
	content: "- "
}

.responsive-table {
	width: 100%
}

.responsive-table .responsive-table__cell-label,.responsive-table .responsive-table__cell-head__icon,.responsive-table .responsive-table__more {
	display: none
}

@media (max-width: 767px) {
	.responsive-table {
		display: block;
		width: auto;
		margin-left: -16px;
		margin-right: -16px;
		border-top: 1px solid #e2e2e2
	}

	.responsive-table thead {
		display: none
	}

	.responsive-table tbody,.responsive-table tr,.responsive-table td {
		display: block
	}

	.responsive-table tr {
		border-bottom: 1px solid #e2e2e2
	}

	.responsive-table td {
		display: none;
		border: none;
		padding: 0 16px;
		background: #ebebeb;
		color: #171717
	}

	.responsive-table td.responsive-table__first-mobile-cell {
		padding-top: 16px
	}

	.responsive-table td:last-child {
		padding-bottom: 16px
	}

	.responsive-table .responsive-table__cell-head {
		display: block;
		cursor: pointer;
		position: relative;
		padding-top: 16px;
		padding-bottom: 16px;
		padding-right: 50px;
		background: #fff
	}

	.responsive-table .responsive-table__cell-head a {
		color: inherit
	}

	.responsive-table .responsive-table__cell-head__icon {
		display: block;
		position: absolute;
		top: 16px;
		right: 16px
	}

	.responsive-table .responsive-table__cell-label {
		display: inline;
		font-weight: 700
	}

	.responsive-table .responsive-table__cell-label:after {
		content: ":"
	}

	.responsive-table .responsive-table__more {
		display: block;
		margin-top: 1em
	}

	.responsive-table .desktop-only {
		display: none!important
	}

	.responsive-table .expanded .responsive-table__cell-head__icon {
		transform: rotate(90deg)
	}

	.responsive-table .expanded td {
		display: block
	}
}

.flexible-layout,.fixed-layout {
	margin-left: -30px;
	margin-bottom: -30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch
}

.flexible-layout.valign-middle>.column,.fixed-layout.valign-middle>.column {
	align-self: center
}

.flexible-layout.valign-bottom>.column,.fixed-layout.valign-bottom>.column {
	align-self: flex-end
}

.flexible-layout .column,.fixed-layout .column {
	padding-left: 30px;
	margin-bottom: 30px;
	flex: 0 0 auto;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.flexible-layout .column--quarter,.fixed-layout .column--quarter {
	width: 25%
}

.flexible-layout .column--third,.fixed-layout .column--third {
	width: 33.333%
}

.flexible-layout .column--half,.fixed-layout .column--half {
	width: 50%
}

.flexible-layout .column--two-thirds,.fixed-layout .column--two-thirds {
	width: 66.666%
}

.flexible-layout .column--three-quarters,.fixed-layout .column--three-quarters {
	width: 75%
}

.flexible-layout .column--full,.fixed-layout .column--full {
	width: 100%
}

.flexible-layout--align-center {
	justify-content: center
}

.flexible-layout--variable-columns {
	justify-content: space-around
}

.flexible-layout--variable-columns .column {
	flex: 1 0 auto;
	width: 33%;
	max-width: 50%
}

.flexible-layout--variable-columns.flexible-layout--columns-4 .column {
	width: 50%
}

.flexible-layout--form {
	margin-bottom: 0
}

.flexible-layout--form .column {
	margin-bottom: 20px
}

@media (max-width: 1300px) {
	.flexible-layout,.fixed-layout {
		margin-left: -20px
	}

	.flexible-layout .column,.fixed-layout .column {
		padding-left: 20px
	}

	.flexible-layout .column--quarter {
		width: 25%
	}

	.flexible-layout .column--third {
		width: 33.333%
	}

	.flexible-layout .column--half {
		width: 50%
	}

	.flexible-layout .column--two-thirds {
		width: 66.666%
	}

	.flexible-layout .column--three-quarters {
		width: 75%
	}

	.flexible-layout .column--full {
		width: 100%
	}

	.flexible-layout--variable-columns .column {
		width: 33%;
		max-width: 50%
	}

	.flexible-layout--variable-columns.flexible-layout--columns-4 .column {
		width: 50%
	}
}

@media (max-width: 767px) {
	.flexible-layout {
		margin-left: auto;
		margin-bottom: 0;
		flex-direction: column
	}

	.flexible-layout .column {
		margin-bottom: 40px;
		padding-left: 0;
		width: 100%!important;
		max-width: none
	}

	.flexible-layout .column:last-child {
		margin-bottom: 0
	}

	.flexible-layout.layout-all-quarters {
		flex-direction: row;
		margin-left: -16px;
		margin-bottom: -30px
	}

	.flexible-layout.layout-all-quarters .column {
		margin-bottom: 30px;
		padding-left: 16px;
		width: 50%!important
	}

	.flexible-layout.layout-all-quarters .column:last-child {
		margin-bottom: 30px
	}

	.flexible-layout--form {
		margin-bottom: 0
	}

	.flexible-layout--form .column {
		margin-bottom: 20px
	}

	.flexible-layout--form .column:last-child {
		margin-bottom: 20px
	}

	.fixed-layout {
		margin-left: -16px
	}

	.fixed-layout .column {
		padding-left: 16px
	}
}

@media (min-width: 768px) {
	.column--order-push-desktop {
		order: 1
	}
}

.size-chart-link {
	display: block;
	font-size: 15px;
	line-height: 1.4em;
	margin-bottom: 8px
}

.size-chart-link__icon {
	position: relative;
	display: inline-block;
	margin-right: .4em;
	vertical-align: middle;
	width: 16px;
	height: 1em
}

.size-chart-link__icon svg {
	position: absolute;
	left: 0;
	top: calc(50% - 8px)
}

.size-chart-link__text {
	vertical-align: middle
}

@media (max-width: 767px) {
	.size-chart table {
		display: flex;
		overflow: auto;
		width: 100%
	}
}

.size-chart__inner {
	width: 100%;
	overflow: auto
}

.image-cont img {
	max-width: 100%;
	height: auto;
	vertical-align: top
}

.article-image {
	margin-top: 0;
	margin-bottom: 1em
}

.article-image--large {
	margin-top: -50px;
	margin-bottom: 50px
}

.icon-with-caption .icon-with-caption__text {
	margin: .5em 0 0;
	white-space: pre-line
}

.icon-with-caption__image-icon {
	margin: 0 auto;
	width: 34px
}

.cart-summary-overlay {
	position: fixed;
	z-index: 8001;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	background: #f7f1f0;
	border-bottom: 1px solid #e2e2e2;
	font-size: 12px;
	line-height: 1.4
}

.cart-summary-overlay__row-head,.cart-summary-overlay__row-body {
	display: flex
}

.cart-summary-overlay__row-head {
	margin-bottom: 15px;
	padding: 0 0 12px;
	border-bottom: 1px solid #e2e2e2
}

.cart-summary-overlay__column-image {
	width: 85px
}

.cart-summary-overlay__column-item {
	margin-left: 15px;
	width: 280px
}

.cart-summary-overlay__column-price-region {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 auto;
	width: 280px;
	max-width: 100%
}

.cart-summary-overlay__column-price-region .cart-discount-list {
	margin-bottom: 4em;
	flex: 1 1 100%;
	text-align: right
}

.cart-summary-overlay__column-price {
	margin-left: 15px;
	width: 95px;
	text-align: right
}

.cart-summary-overlay__column-price .unit-price {
	opacity: .75
}

.cart-summary-overlay__column-quantity {
	margin-left: 15px;
	width: 50px;
	text-align: right
}

.cart-summary-overlay__column-total {
	margin-left: 15px;
	width: 90px;
	text-align: right
}

.cart-summary-overlay__column-subtotal {
	flex-grow: 1;
	text-align: right
}

.cart-summary-overlay__column-subtotal .cart-summary-overlay__column-title {
	margin-right: 0;
	padding-right: 0
}

.cart-summary-overlay__column-subtotal .cart-summary-overlay__subtotal-mobile-title {
	display: none
}

.cart-summary-overlay__row-body .cart-summary-overlay__column-subtotal {
	margin-bottom: 5em
}

.cart-summary-overlay__note {
	font-style: italic
}

.cart-summary-overlay__actions {
	position: absolute;
	bottom: 30px;
	right: 30px
}

.cart-summary-overlay__actions .button:last-child {
	margin-left: 10px
}

.cart-summary-overlay__title {
	margin: -.25em 0 10px;
	font-size: 15px
}

.cart-summary-overlay__variant {
	margin-bottom: .2em
}

.cart-summary-overlay__variant-option:not(:empty) {
	margin-right: .5em
}

.cart-summary-overlay__mobile-price-row {
	display: none
}

.cart-summary-overlay__note {
	margin-top: 10px
}

.cart-summary-overlay__title,.cart-summary-overlay__variant-option,.cart-summary-overlay__line-price,.cart-summary-overlay__mobile-line-price,.cart-summary-overlay__subtotal-amount {
	color: #171717
}

@media (max-width: 900px) {
	.cart-summary-overlay__column-item {
		width: 200px
	}
}

@media (max-width: 767px) {
	.cart-summary-overlay {
		padding: 30px 20px
	}

	.cart-summary-overlay__row-head,.cart-summary-overlay__row-body {
		flex-wrap: wrap
	}

	.cart-summary-overlay__row-head .cart-summary-overlay__column-subtotal {
		display: none
	}

	.cart-summary-overlay__column-item {
		width: calc(100% - 100px)
	}

	.cart-summary-overlay__mobile-price-row {
		display: flex
	}

	.cart-summary-overlay__mobile-unit-price {
		width: 33%;
		flex-grow: 1
	}

	.cart-summary-overlay__mobile-quantity {
		margin-left: 20px;
		text-align: center
	}

	.cart-summary-overlay__mobile-quantity .cart-summary-overlay__quantity {
		margin-left: .5em
	}

	.cart-summary-overlay__mobile-line-price,.cart-summary-overlay__column-price,.cart-summary-overlay__column-quantity,.cart-summary-overlay__column-total {
		display: none
	}

	.cart-summary-overlay__column-subtotal {
		margin: 15px 0;
		padding: 15px 0 0;
		width: 100%;
		border-top: 1px solid #e2e2e2
	}

	.cart-summary-overlay__column-subtotal .cart-summary-overlay__column-title {
		display: none
	}

	.cart-summary-overlay__column-subtotal .cart-summary-overlay__subtotal-mobile-title {
		display: inline
	}

	.cart-summary-overlay__note {
		margin-top: 10px
	}

	.cart-summary-overlay__actions {
		position: static;
		width: 100%
	}

	.cart-summary-overlay__actions .button {
		box-sizing: border-box;
		width: calc(50% - 5px)
	}

	.cart-summary-overlay__actions .button:last-child {
		margin: 0 0 0 10px
	}
}

@media (max-width: 400px) {
	.cart-summary-overlay__actions .button {
		margin: 0;
		width: 100%
	}

	.cart-summary-overlay__actions .button:last-child {
		margin: 10px 0 0
	}
}

.map-section,.map-section--map-constrained .map-section__wrapper {
	position: relative
}

.map-section__wrapper {
	display: flex
}

.map-section__wrapper .errors {
	padding: 80px 40px
}

.map-section__text {
	box-sizing: border-box;
	padding: 80px 40px 80px 0;
	width: 50%
}

.map-section__feature {
	width: 33.333%;
	display: flex
}

.map-section__feature-image {
	flex-grow: 1;
	background-size: cover;
	background-position: center
}

.map-section__feature-image.placeholder-image {
	height: auto;
	padding-top: 0
}

.map-section__map {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%
}

.map-section__map-image {
	height: 100%;
	background-size: cover;
	background-position: center
}

.map-section--display-map .map-section__map-image {
	display: none!important
}

.map-section__placeholder {
	height: 100%;
	padding: 0
}

.map-section--display-map .map-section__placeholder {
	display: none!important
}

.map-section__map-container {
	height: 100%
}

.map-section--has-feature-image .map-section__text {
	width: 25%
}

.map-section--has-feature-image .map-section__map {
	width: calc(50% - 89.5px)
}

@media (max-width: 1160px) {
	.map-section--has-feature-image .map-section__map {
		width: calc((100% - 80px)*.41666 + 40.5px)
	}
}

@media (max-width: 959px) {
	.map-section .container {
		padding: 0
	}

	.map-section__wrapper {
		flex-wrap: wrap
	}

	.map-section__text {
		width: 50%;
		padding: 80px 40px
	}

	.map-section__map,.map-section--has-feature-image .map-section__text,.map-section--has-feature-image .map-section__feature {
		width: 50%
	}

	.map-section--has-feature-image .map-section__text {
		padding-right: 40px
	}

	.map-section--has-feature-image .map-section__map {
		position: static;
		width: 100%;
		height: 55vh
	}
}

@media (max-width: 767px) {
	.map-section__wrapper {
		display: block
	}

	.map-section__text,.map-section--has-feature-image .map-section__text {
		width: auto;
		padding: 40px 16px
	}

	.map-section__feature,.map-section__map {
		position: static;
		width: auto;
		height: 55vh
	}

	.map-section--has-feature-image .map-section__text,.map-section--has-feature-image .map-section__feature,.map-section--has-feature-image .map-section__map {
		width: auto
	}

	.map-section__feature,.map-section__placeholder,.map-section__map-container {
		height: 55vh
	}
}

.rimage-outer-wrapper {
	margin-left: auto;
	margin-right: auto
}

.rimage-wrapper {
	position: relative;
	transition: background .15s
}

.rimage-wrapper.lazyload--placeholder {
	background: #f0f0f0
}

.rimage-wrapper .rimage__image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain
}

.rimage-wrapper .rimage__image.blur-in {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	transition: filter .4s,-webkit-filter .4s
}

.rimage-wrapper .rimage__image.blur-in.lazyloaded {
	-webkit-filter: blur(0);
	filter: blur(0)
}

.rimage-wrapper .rimage__image.fade-in {
	opacity: 0;
	transition: opacity .5s
}

.rimage-wrapper .rimage__image.fade-in.lazyloaded {
	opacity: 1
}

.rimage-wrapper .rimage__image.cover {
	object-fit: cover
}

.rimage-background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.rimage-wrapper .rimage-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.rimage-background[data-parent-fit=contain] {
	background-size: contain
}

.rimage-background.fade-in {
	opacity: 0;
	transition: opacity .5s
}

.rimage-background.fade-in.lazyloaded {
	opacity: 1
}

.rimage-background-wrapper {
	transition: background .15s
}

.rimage-background-wrapper.lazyload--placeholder {
	background: #f0f0f0
}

.theme-money {
	white-space: nowrap
}

.toggle-target {
	transition: all .3s cubic-bezier(.25,.45,.45,.95)
}

.toggle-target--in-transition {
	overflow: hidden
}

.toggle-target--hidden {
	display: none
}

.loading-spinner {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid transparent;
	border-left-color: currentColor;
	animation: loadingSpinner 1s linear infinite
}

@keyframes loadingSpinner {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.image-overlap {
	display: flex;
	margin: 0 auto
}

.image-overlap .image-overlap__image {
	flex: 1 0 50%
}

.image-overlap .image-overlap__image-1:not(:last-child) {
	position: relative;
	margin-top: 45px;
	z-index: 1
}

.image-overlap .image-overlap__image-2 {
	margin-right: -45px;
	transform: translate3d(-45px,0,0)
}

.image-overlap .placeholder-image {
	box-shadow: 0 0 0 5px #fff
}

@media (min-width: 768px) {
	.feature-text-paired {
		margin-left: 15%;
		margin-right: 15%
	}
}

.block-link {
	display: block
}

.large-light-icon {
	opacity: .75
}

.large-light-icon svg {
	width: 30px;
	height: 30px;
	stroke-width: 1
}

.sticky-content-container {
	position: -webkit-sticky;
	position: sticky;
	top: calc(30px + var(--theme-sticky-header-height))
}

.disclosure-list--visible {
	z-index: 1
}

.mobile-only,.mobile-only-ib,.mobile-only-flex {
	display: none
}

@media (min-width: 768px) {
	.mobile-only-important {
		display: none!important
	}
}

@media only screen and (max-width: 959px) {
	.layout .col-third {
		float: none;
		width: auto;
		margin-left: 0
	}

	.layout .col-third,.layout .col-third.left,.layout .col-third.right {
		float: none;
		width: auto;
		margin-bottom: 20px;
		margin-left: 0
	}

	#customer_sidebar,#customer_orders {
		float: none;
		display: block;
		width: auto;
		margin: 20px 0
	}

	.cart-item-list-heading--price,.cart-item__price {
		width: 140px
	}

	.cart-item-list-heading--total,.cart-item__total {
		width: 100px
	}

	#template button,#template input,#template textarea {
		max-width: 100%;
		box-sizing: border-box
	}
}

@media only screen and (max-width: 767px) {
	.mobile-only {
		display: block
	}

	.mobile-only-ib {
		display: inline-block
	}

	.mobile-only-flex {
		display: flex
	}

	.desktop-only {
		display: none!important
	}

	input,select,textarea {
		font-size: 16px;
		line-height: 1em
	}

	.align-left-mobile {
		text-align: left
	}

	.container {
		padding-left: 16px;
		padding-right: 16px
	}

	.container--not-mobile {
		padding-left: 0;
		padding-right: 0
	}

	.strongly-padded-row {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.strongly-spaced-row {
		margin-top: 50px;
		margin-bottom: 50px
	}

	.layout-content-with-image-left .content,.layout-content-with-image-left .image-cont,.layout-content-with-image-right .content,.layout-content-with-image-right .image-cont {
		display: block;
		width: auto;
		margin: 20px 0
	}

	.layout-content-with-image-mobile-above {
		display: flex;
		flex-direction: column
	}

	.layout-content-with-image-mobile-above .content {
		order: 2
	}

	.layout-content-with-image-mobile-above .image-cont {
		order: 1
	}

	.layout-content-with-image-mobile-below {
		display: flex;
		flex-direction: column
	}

	.layout-content-with-image-mobile-below .content {
		order: 1
	}

	.layout-content-with-image-mobile-below .image-cont {
		order: 2
	}

	#template.lefty-form {
		text-align: center
	}

	#store-messages {
		display: none
	}

	#store-messages-mobile {
		display: block
	}

	.collection-slider .has-paging {
		display: flex
	}

	.collection-slider .has-paging .prev,.collection-slider .has-paging .next {
		margin: -10px 0
	}

	.collection-slider .has-paging .next {
		left: auto;
		right: 10px
	}

	.collection-slider .has-paging .has-paging__title {
		flex-grow: 1
	}

	.product-block.page-block .block-inner {
		width: auto
	}

	.blog-row .layout .article.col-third:not(:last-child) {
		margin-bottom: 60px
	}

	.cart-item-list__head {
		display: none
	}

	.cart-item {
		border-top: 0;
		border-bottom: 1px solid #e2e2e2;
		padding-top: 30px;
		padding-bottom: 30px
	}

	.cart-item:last-child {
		border-bottom: 0
	}

	.cart-item__column {
		text-align: left;
		width: auto;
		padding: 0
	}

	.cart-item__image {
		width: 80px;
		padding-right: 20px
	}

	.cart-item__not-image {
		display: block
	}

	.cart-item__quantity {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-top: 1em
	}

	.cart-item__quantity .quantity {
		margin-right: 1em
	}

	.cart-item__total {
		display: none
	}

	#cartform #shipping-calculator {
		margin-right: 0;
		display: block
	}

	#cartform #shipping-calculator .inputrow {
		width: auto;
		padding-right: 0
	}

	#cartform #shipping-calculator .inputrow .button {
		box-sizing: border-box;
		width: 100%
	}

	#cartform .checkout-col {
		width: auto
	}

	.sharing {
		display: block
	}

	.sharing a {
		margin-left: 20px
	}

	.sharing svg {
		width: 20px;
		height: 20px
	}

	.sharing li:last-child a {
		margin-right: 0
	}

	.template-product #content {
		margin-top: 0;
		padding-bottom: 0
	}

	.product-detail {
		display: block
	}

	.product-detail .detail .title {
		min-width: 0
	}

	.template-article .article .meta {
		border-top: 1px solid #f1f1f1
	}

	.template-article .article .meta .iconmeta {
		display: block;
		padding: 10px 0;
		border-bottom: 1px dotted #f1f1f1
	}

	.template-article .article .pagination-row {
		margin-top: 0;
		padding: 10px 0;
		border-bottom: 1px solid #f1f1f1
	}

	#pagefooter .copyright .copy {
		white-space: normal
	}

	.overlay-text-parent--mobile-stack {
		color: inherit
	}

	.overlay-text-parent--mobile-stack .overlay-text {
		position: static;
		padding: 30px 20px 20px;
		width: auto;
		text-align: center
	}

	.slick-dotted .overlay-text-parent--mobile-stack .overlay-text {
		padding-bottom: 5px
	}

	.overlay-text-parent--mobile-stack .overlay-text .overlay-text__inner,.overlay-text-parent--mobile-stack .overlay-text .overlay-text__text {
		padding: 0
	}

	.overlay-text-parent--mobile-stack .overlay-text .overlay-text__title {
		color: #171717
	}

	.overlay-text-parent--mobile-stack .overlay-text .overlay-text__rte a {
		text-decoration-color: #707173
	}

	.overlay-text-parent--mobile-stack .overlay-text .button {
		margin-bottom: 10px
	}

	.overlay-text-parent--mobile-stack.image-overlay--bg-full:after {
		content: none
	}

	.overlay-text-parent--mobile-stack.image-overlay--bg-shadow .overlay-text .overlay-text__inner:before {
		content: none
	}

	.pagination-row.pagination-row-tabular {
		display: block
	}

	.pagination-row.pagination-row-tabular>.inner {
		display: flex;
		flex-wrap: wrap
	}

	.pagination-row.pagination-row-tabular>.inner>* {
		display: block;
		width: 50%;
		order: 1
	}

	.pagination-row.pagination-row-tabular>.inner>.back {
		order: 2;
		width: 100%;
		margin-top: 20px
	}
}

@media only screen and (max-width: 360px) {
	#cartform .item .image {
		margin-left: 0;
		width: 50px
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
	html {
		-webkit-text-size-adjust: none
	}
}

@-webkit-keyframes reveal {
	0% {
		margin-left: -999px;
		opacity: 0
	}

	1% {
		margin-left: 0;
		opacity: 0;
		-webkit-transform: scale(.98) translateY(-15px)
	}

	80% {
		-webkit-transform: scale(1)
	}

	to {
		-webkit-transform: translateY(0)
	}
}

@keyframes reveal {
	0% {
		margin-left: -999px;
		opacity: 0
	}

	1% {
		margin-left: 0;
		opacity: 0;
		transform: scale(.98) translateY(-15px)
	}

	80% {
		transform: scale(1)
	}

	to {
		transform: translateY(0)
	}
}

html.template-password {
	min-height: 100%
}

html.template-password body {
	min-height: 100%;
	font-size: 15px;
	line-height: 1.3em;
	text-align: center;
	background: #fff;
	background-repeat: repeat
}

html.template-password .password-container {
	display: table;
	height: 100%;
	width: 100%
}

html.template-password .password-store-name,html.template-password .password-main,html.template-password .password-footer {
	display: table-row
}

html.template-password .password-store-name-inner,html.template-password .password-main-inner,html.template-password .password-footer-inner {
	display: table-cell;
	padding: 20px
}

html.template-password .password-store-name {
	height: 1px
}

html.template-password .password-main {
	height: 100%
}

html.template-password .password-main-inner {
	vertical-align: middle
}

html.template-password .password-footer {
	height: 1px
}

html.template-password .password-login-link {
	margin: 20px 0 40px;
	text-align: right
}

html.template-password .password-login-link svg {
	width: 10px;
	height: 12px;
	margin-right: 4px;
	vertical-align: middle
}

html.template-password .password-login-link svg path {
	transition: fill .1s
}

html.template-password .password-login-link.mobile-only {
	margin: 20px 20px 40px;
	text-align: center
}

html.template-password .password-login-link-label {
	vertical-align: middle
}

html.template-password h1,html.template-password h2,html.template-password h3,html.template-password h4,html.template-password h5,html.template-password h6,html.template-password a,html.template-password a:hover {
	color: inherit
}

html.template-password h1 {
	font-size: 2em;
	word-break: break-word
}

html.template-password h1 a:hover {
	text-decoration: none
}

html.template-password h2 {
	font-size: 4em
}

html.template-password input[type=text],html.template-password input[type=email],html.template-password input[type=password] {
	margin: 0 5px 0 0;
	color: #666;
	background: #fff;
	border: 1.5px solid #ccc;
	vertical-align: top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

html.template-password input[type=submit] {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	min-width: 0;
	cursor: pointer;
	border-radius: 3px
}

html.template-password #shoplogo {
	margin: 0 auto
}

html.template-password #shoplogo .logotext {
	font-size: 34px;
	line-height: 1em
}

html.template-password .shopify-name {
	display: none
}

html.template-password .password-message {
	margin-bottom: 2em
}

html.template-password .password-signup {
	margin-bottom: 4em
}

html.template-password .password-signup input[type=email] {
	box-sizing: content-box;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	padding: 4px 18px;
	margin-right: -1px;
	width: 250px;
	border-radius: 3px 0 0 3px
}

html.template-password .password-signup input[type=submit] {
	box-sizing: content-box;
	font-size: 13px;
	line-height: 36px;
	height: 36px;
	padding: 4px 18px;
	border: 1.5px solid #212b36;
	border-radius: 0 3px 3px 0
}

html.template-password .password-signup input[type=submit]:hover {
	background-color: #c16452
}

@media only screen and (max-width: 420px) {
	html.template-password .password-signup input[type=email] {
		width: 90%
	}

	html.template-password .password-signup input[type=email],html.template-password .password-signup input[type=submit] {
		margin: 0 0 10px;
		border-radius: 3px
	}
}

html.template-password .password-social li {
	display: inline-block;
	white-space: nowrap
}

html.template-password .password-social a {
	color: #fff;
	margin: 10px;
	display: inline-block;
	padding: 2px 12px 4px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

html.template-password .password-social a span {
	vertical-align: middle
}

html.template-password .password-social a:hover {
	color: #fff;
	opacity: .9
}

html.template-password .password-social a:hover,html.template-password .password-social a:hover span {
	text-decoration: none
}

html.template-password .password-social a svg {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	height: 15px;
	width: 15px
}

html.template-password .password-social a svg,html.template-password .password-social a svg g {
	fill: #fff
}

html.template-password .password-social .password-social-item-facebook {
	background: #3b5998
}

html.template-password .password-social .password-social-item-twitter {
	background: #00aced
}

html.template-password .password-footer-inner {
	padding-top: 100px;
	line-height: 2em
}

html.template-password .password-footer-inner .powered-by,html.template-password .password-footer-inner svg {
	vertical-align: middle
}

html.template-password .password-footer-inner svg {
	margin: 0 0 0 5px;
	width: 80px;
	height: 23px
}

html.template-password #password-login {
	color: #707173
}

html.template-password #password-login label {
	display: block;
	margin: 0 0 .5em
}

html.template-password #password-login input[type=password] {
	width: 150px;
	flex: 1 1 auto
}

html.template-password #password-login .password-owner {
	margin-top: 2em
}

html.template-password .password-login__input-row {
	display: flex
}

html.template-password .password-login__button {
	flex-grow: 1;
	padding: 10px;
	border-radius: 3px
}

html.template-password.js #password-login-container {
	display: none
}

.giftcard-header {
	text-align: center
}

.giftcard-header .logo {
	max-height: none
}

.shopify-challenge__container {
	padding-top: 60px;
	padding-bottom: 40px
}
 
