/***************************
File generated by shrinker.ch
DateTime: 2020-05-20, 19:35:15
*****************************/

.PdpErrorPage {
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px
}

.PdpErrorPage-item {
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	max-width: 500px;
	margin-right: 24px
}

.PdpErrorPage-item:last-child {
	margin-right: 0
}

.PdpErrorPage-errorMessage {
	font-size: 2.25rem;
	line-height: 1
}

.PdpErrorPage-errorMessage h1 {
	color: #01768b;
	font-size: 2.25rem;
	font-weight: 400
}

.PdpErrorPage-errorMessage-item {
	padding-bottom: 2.25rem
}

@media screen and (max-width:960px) {
	.PdpErrorPage {
		padding: 20px
	}
	.PdpErrorPage-errorMessage,
	.PdpErrorPage-errorMessage h1 {
		font-size: 1.75rem
	}
}

@media screen and (max-width:800px) {
	.PdpErrorPage {
		padding: 20px
	}
}

@media screen and (max-width:640px) {
	.PdpErrorPage-errorMessage,
	.PdpErrorPage-errorMessage h1 {
		font-size: 1.25rem
	}
}

@media screen and (max-width:480px) {
	.PdpErrorPage {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.PdpErrorPage-item {
		-ms-flex: none;
		flex: none;
		margin: 0 0 20px
	}
}

.ImageComponent {
	position: relative
}

.ImageComponent--overlay {
	position: static
}

.ImageComponent-image {
	display: block
}

.ImageComponent-image--fullWidth {
	width: 100%
}

.ImageComponent-image--fullHeight {
	height: 100%
}

.ImageComponent-image--preventVerticalPopping {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}

.ImageComponent-image,
.ImageComponent-wrap {
	max-width: 100%
}

.ImageComponent-wrap--centered {
	margin: 0 auto
}

.RoomsDropdownItem {
	background-color: #fff;
	border-top: 1px solid #f6f4ee;
	border-bottom: 1px solid #f6f4ee
}

.RoomsDropdownItem:first-child {
	border-top-width: 2px
}

.RoomsDropdownItem-button,
.RoomsDropdownItem-link {
	padding: 16px 24px
}

.RoomsDropdownItem-link {
	display: block;
	text-decoration: none;
	color: #221924
}

.RoomsDropdownItem-myProjectItem,
.RoomsDropdownItem-seeAllItem,
.RoomsDropdownItem-seeAllItemWithIcon,
.RoomsDropdownItem .ImageComponent {
	display: none
}

@media screen and (min-width:768px) {
	.RoomsDropdownItem {
		width: calc(20% - 16px);
		margin: 8px;
		text-align: center
	}
	.RoomsDropdownItem-myProjectItem,
	.RoomsDropdownItem-seeAllItem,
	.RoomsDropdownItem-seeAllItemWithIcon,
	.RoomsDropdownItem .ImageComponent {
		display: block
	}
	.RoomsDropdownItem-exploreMyProjectIcon {
		fill: #01768b;
		background-color: rgba(230, 243, 245, .5);
		border-radius: 50%;
		width: 50px;
		height: 50px;
		transition: background-color .3s;
		margin: 8px auto 0;
		padding: 8px
	}
	.RoomsDropdownItem-cta {
		color: #01768b;
		text-decoration: underline
	}
	.RoomsDropdownItem-link {
		padding: 3px;
		margin: -6px;
		font-size: 1rem;
		color: #6f6f6f;
		border: 3px solid transparent;
		border-radius: 3px;
		transition: border-color .25s, color .25s;
		display: block;
		text-decoration: none
	}
	.RoomsDropdownItem-link .ImageComponent-image {
		border-radius: 3px
	}
	.RoomsDropdownItem-link:active,
	.RoomsDropdownItem-link:focus,
	.RoomsDropdownItem-link:hover {
		color: #01768b;
		border-color: #e6f3f5
	}
	.RoomsDropdownItem-link:active .RoomsDropdownItem-cta,
	.RoomsDropdownItem-link:focus .RoomsDropdownItem-cta,
	.RoomsDropdownItem-link:hover .RoomsDropdownItem-cta {
		text-decoration: none
	}
	.RoomsDropdownItem-link:active .RoomsDropdownItem-exploreMyProjectIcon,
	.RoomsDropdownItem-link:focus .RoomsDropdownItem-exploreMyProjectIcon,
	.RoomsDropdownItem-link:hover .RoomsDropdownItem-exploreMyProjectIcon {
		background-color: rgba(230, 243, 245, .75)
	}
	.RoomsDropdownItem-itemName {
		margin-top: 3px
	}
	.RoomsDropdownItem-seeAllItem {
		position: absolute;
		top: 4px;
		right: 0;
		height: 36px;
		width: auto;
		margin: 0;
		padding: 0 12px;
		text-align: right
	}
	.RoomsDropdownItem-seeAllItem .RoomsDropdownItem-link {
		position: relative;
		padding: 6px 28px 6px 6px;
		border: 0
	}
	.RoomsDropdownItem-seeAllItem .RoomsDropdownItem-itemName,
	.RoomsDropdownItem-seeAllItem .RoomsDropdownItem-link {
		margin: 0
	}
	.RoomsDropdownItem-seeAllItem .RoomsDropdownItem-seeAllArrow {
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0
	}
	.RoomsDropdownItem-seeAllItemWithIcon .RoomsDropdownItem-seeAllArrow {
		padding-bottom: 62.86%;
		position: relative
	}
	.RoomsDropdownItem-seeAllItemWithIcon .RoomsDropdownItem-seeAllArrow-icon {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		fill: #01768b;
		background-color: rgba(230, 243, 245, .5);
		border-radius: 50%;
		width: 50px;
		height: 50px;
		transition: background-color .3s;
		padding: 8px
	}
	.RoomsDropdownItem-seeAllItemWithIcon .RoomsDropdownItem-link:focus .NavigationDropdownRoom-seeAllArrow-icon,
	.RoomsDropdownItem-seeAllItemWithIcon .RoomsDropdownItem-link:hover .NavigationDropdownRoom-seeAllArrow-icon {
		background-color: rgba(230, 243, 245, .75)
	}
	.RoomsDropdownItem-myProjectItem .RoomsDropdownItem-link {
		border: 0
	}
}

.StylesDropdownItem {
	background-color: #fff;
	border-top: 1px solid #f6f4ee;
	border-bottom: 1px solid #f6f4ee
}

.StylesDropdownItem:first-child {
	border-top-width: 2px
}

.StylesDropdownItem-button,
.StylesDropdownItem-link {
	padding: 16px 24px
}

.StylesDropdownItem-link {
	display: block;
	text-decoration: none;
	color: #221924
}

.StylesDropdownItem-button {
	width: 100%;
	height: 54px;
	text-align: left
}

.Button {
	border: 2px solid transparent;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 1;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition-duration: .25s;
	transition-timing-function: ease-out;
	outline: 0;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block
}

.Button.is-fullWidth {
	display: block;
	width: 100%
}

.Button:disabled {
	cursor: default;
	background-color: #dedede;
	border-color: #dedede;
	color: #6f6f6f;
	opacity: .6;
	-ms-filter: "alpha(opacity=60)"
}

.Button-content {
	pointer-events: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.Button--hasIcon .Button-content--iconRight {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.Button--hasIcon .Button-content--iconRight .Button-icon,
.Button--hasIcon .Button-content--iconRight .u-icon {
	left: 5px
}

.Button--hasIcon.is-plainText.is-plainText {
	vertical-align: middle
}

.Button--hasIcon .Button-icon,
.Button--hasIcon .u-icon {
	position: relative;
	left: -5px
}

.Button--hasIcon.Button--hiddenText {
	height: 50px;
	padding: 0;
	width: 50px
}

.Button--hasIcon.Button--hiddenText .Button-icon,
.Button--hasIcon.Button--hiddenText .u-icon {
	margin: 0;
	position: static
}

.Button-iconLeft,
.Button-iconRight {
	display: inherit;
	pointer-events: none
}

.Button-iconLeft {
	margin-right: 4px
}

.Button-iconRight {
	margin-left: 4px
}

.Button--small {
	font-size: .813rem;
	padding: 8px 10px 9px
}

.Button--medium {
	font-size: 1rem;
	height: 32px;
	padding: 0 24px
}

.Button--large {
	font-size: 1rem;
	height: 50px;
	padding: 0 24px
}

@media screen and (min-width:320px) {
	.Button--large {
		padding: 0 16px
	}
}

a.Button--large {
	line-height: 48px
}

a.Button--medium {
	line-height: 30px
}

.Button--primary {
	background-color: #01768b;
	color: #fff;
	transition-property: background
}

.Button--primary .u-icon {
	fill: currentColor;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.Button--primary:focus:not(:disabled):not(.is-plainText),
.Button--primary:hover:not(:disabled):not(.is-plainText) {
	background-color: #014b58
}

.Button--primary.is-plainText {
	background-color: transparent;
	color: #01768b;
	padding: 0;
	width: auto;
	font-size: 16px;
	line-height: normal;
	text-transform: none;
	vertical-align: text-bottom;
	border: 0;
	border-radius: 0;
	height: auto;
	white-space: normal;
	text-align: inherit;
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink
}

.Button--primary.is-plainText.is-fullWidth {
	width: 100%;
	text-align: center
}

.Button--primary.is-plainText.Button--sale {
	text-decoration: none
}

.Button--primary.is-plainText.Button--sale:focus,
.Button--primary.is-plainText.Button--sale:hover {
	text-decoration: underline
}

.Button--primary.is-plainText:active,
.Button--primary.is-plainText:focus,
.Button--primary.is-plainText:hover {
	text-decoration: none;
	color: #01768b
}

.Button--primary.is-plainText:focus {
	outline: 1px dotted transparent;
	outline-color: transparent;
	outline-color: #01768b
}

a.Button--primary:focus,
a.Button--primary:hover {
	text-decoration: none
}

.Button--alternate {
	border-color: #01768b;
	background-color: #fff;
	color: #01768b;
	transition-property: background, outline-color;
	box-shadow: 0 0 0 1px transparent
}

.Button--alternate .u-icon {
	fill: currentColor;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.Button--alternate:focus:not(:disabled):not(.is-plainText),
.Button--alternate:hover:not(:disabled):not(.is-plainText) {
	background-color: #fff
}

.Button--alternate.is-plainText {
	background-color: transparent;
	color: #01768b;
	padding: 0;
	width: auto;
	font-size: 16px;
	line-height: normal;
	text-transform: none;
	vertical-align: text-bottom;
	border: 0;
	border-radius: 0;
	height: auto;
	white-space: normal;
	text-align: inherit;
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink
}

.Button--alternate.is-plainText.is-fullWidth {
	width: 100%;
	text-align: center
}

.Button--alternate.is-plainText.Button--sale {
	text-decoration: none
}

.Button--alternate.is-plainText.Button--sale:focus,
.Button--alternate.is-plainText.Button--sale:hover {
	text-decoration: underline
}

.Button--alternate.is-plainText:active,
.Button--alternate.is-plainText:focus,
.Button--alternate.is-plainText:hover {
	text-decoration: none
}

.Button--alternate.is-plainText:focus {
	outline: 1px dotted transparent;
	outline-color: transparent;
	outline-color: #fff
}

.Button--alternate:focus:not(:disabled):not(.is-plainText),
.Button--alternate:hover:not(:disabled):not(.is-plainText) {
	box-shadow: 0 0 0 1px #01768b
}

a.Button--alternate:focus,
a.Button--alternate:hover {
	text-decoration: none
}

.Button--transaction {
	background-color: #7f187f;
	color: #fff;
	transition-property: background, color
}

.Button--transaction .u-icon {
	fill: currentColor;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.Button--transaction:focus:not(:disabled):not(.is-plainText),
.Button--transaction:hover:not(:disabled):not(.is-plainText) {
	color: #fff;
	background-color: #541054
}

.Button--transaction.is-plainText {
	background-color: transparent;
	color: #7f187f;
	padding: 0;
	width: auto;
	font-size: 16px;
	line-height: normal;
	text-transform: none;
	vertical-align: text-bottom;
	border: 0;
	border-radius: 0;
	height: auto;
	white-space: normal;
	text-align: inherit;
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink
}

.Button--transaction.is-plainText.is-fullWidth {
	width: 100%;
	text-align: center
}

.Button--transaction.is-plainText.Button--sale {
	text-decoration: none
}

.Button--transaction.is-plainText.Button--sale:focus,
.Button--transaction.is-plainText.Button--sale:hover {
	text-decoration: underline
}

.Button--transaction.is-plainText:active,
.Button--transaction.is-plainText:focus,
.Button--transaction.is-plainText:hover {
	text-decoration: none;
	color: #7f187f
}

.Button--transaction.is-plainText:focus {
	outline: 1px dotted transparent;
	outline-color: transparent;
	outline-color: #7f187f
}

a.Button--transaction:focus,
a.Button--transaction:hover {
	text-decoration: none
}

.Button--transactionAlt {
	border-color: #7f187f;
	background-color: #fff;
	color: #7f187f;
	transition-property: background, color, outline-color;
	box-shadow: 0 0 0 1px transparent
}

.Button--transactionAlt .u-icon {
	fill: currentColor;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.Button--transactionAlt:focus:not(:disabled):not(.is-plainText),
.Button--transactionAlt:hover:not(:disabled):not(.is-plainText) {
	color: #7f187f;
	background-color: #fff
}

.Button--transactionAlt.is-plainText {
	background-color: transparent;
	color: #7f187f;
	padding: 0;
	width: auto;
	font-size: 16px;
	line-height: normal;
	text-transform: none;
	vertical-align: text-bottom;
	border: 0;
	border-radius: 0;
	height: auto;
	white-space: normal;
	text-align: inherit;
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink
}

.Button--transactionAlt.is-plainText.is-fullWidth {
	width: 100%;
	text-align: center
}

.Button--transactionAlt.is-plainText.Button--sale {
	text-decoration: none
}

.Button--transactionAlt.is-plainText.Button--sale:focus,
.Button--transactionAlt.is-plainText.Button--sale:hover {
	text-decoration: underline
}

.Button--transactionAlt.is-plainText:active,
.Button--transactionAlt.is-plainText:focus,
.Button--transactionAlt.is-plainText:hover {
	text-decoration: none;
	color: #7f187f
}

.Button--transactionAlt.is-plainText:focus {
	outline: 1px dotted transparent;
	outline-color: transparent;
	outline-color: #fff
}

.Button--transactionAlt:focus:not(:disabled):not(.is-plainText),
.Button--transactionAlt:hover:not(:disabled):not(.is-plainText) {
	box-shadow: 0 0 0 1px #7f187f
}

a.Button--transactionAlt:focus,
a.Button--transactionAlt:hover {
	text-decoration: none
}

.Button--sale {
	background-color: #c91f24;
	color: #fff;
	transition-property: background
}

.Button--sale .u-icon {
	fill: currentColor;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.Button--sale:focus:not(:disabled):not(.is-plainText),
.Button--sale:hover:not(:disabled):not(.is-plainText) {
	background-color: #9d181c
}

.Button--sale.is-plainText {
	background-color: transparent;
	color: #c91f24;
	padding: 0;
	width: auto;
	font-size: 16px;
	line-height: normal;
	text-transform: none;
	vertical-align: text-bottom;
	border: 0;
	border-radius: 0;
	height: auto;
	white-space: normal;
	text-align: inherit;
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink
}

.Button--sale.is-plainText.is-fullWidth {
	width: 100%;
	text-align: center
}

.Button--sale.is-plainText.Button--sale {
	text-decoration: none
}

.Button--sale.is-plainText.Button--sale:focus,
.Button--sale.is-plainText.Button--sale:hover {
	text-decoration: underline
}

.Button--sale.is-plainText:active,
.Button--sale.is-plainText:focus,
.Button--sale.is-plainText:hover {
	text-decoration: none;
	color: #9d181c
}

.Button--sale.is-plainText:focus {
	outline: 1px dotted transparent;
	outline-color: transparent;
	outline-color: #c91f24
}

a.Button--sale:focus,
a.Button--sale:hover {
	text-decoration: none
}

.Button--veil {
	border-color: #fff;
	color: #fff;
	transition-property: background
}

.Button--veil .u-icon {
	fill: currentColor;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.Button--veil:focus:not(:disabled):not(.is-plainText),
.Button--veil:hover:not(:disabled):not(.is-plainText) {
	background-color: rgba(34, 25, 36, .2)
}

.Button--veil.is-plainText {
	background-color: transparent;
	color: #fff;
	padding: 0;
	width: auto;
	font-size: 16px;
	line-height: normal;
	text-transform: none;
	vertical-align: text-bottom;
	border: 0;
	border-radius: 0;
	height: auto;
	white-space: normal;
	text-align: inherit;
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink
}

.Button--veil.is-plainText.is-fullWidth {
	width: 100%;
	text-align: center
}

.Button--veil.is-plainText.Button--sale {
	text-decoration: none
}

.Button--veil.is-plainText.Button--sale:focus,
.Button--veil.is-plainText.Button--sale:hover {
	text-decoration: underline
}

.Button--veil.is-plainText:active,
.Button--veil.is-plainText:focus,
.Button--veil.is-plainText:hover {
	text-decoration: none
}

.Button--veil.is-plainText:focus {
	outline: 1px dotted transparent;
	outline-color: transparent;
	outline-color: #fff
}

a.Button--veil:focus,
a.Button--veil:hover {
	text-decoration: none
}

.Button--pill {
	background-color: #fff;
	transition-property: background, color
}

.Button--pill .u-icon {
	fill: currentColor;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.Button--pill:focus:not(:disabled):not(.is-plainText),
.Button--pill:hover:not(:disabled):not(.is-plainText) {
	color: #01768b;
	background-color: #fff
}

.Button--pill.is-plainText {
	background-color: transparent;
	padding: 0;
	width: auto;
	font-size: 16px;
	line-height: normal;
	text-transform: none;
	vertical-align: text-bottom;
	border: 0;
	border-radius: 0;
	height: auto;
	white-space: normal;
	text-align: inherit;
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink
}

.Button--pill.is-plainText.is-fullWidth {
	width: 100%;
	text-align: center
}

.Button--pill.is-plainText.Button--sale {
	text-decoration: none
}

.Button--pill.is-plainText.Button--sale:focus,
.Button--pill.is-plainText.Button--sale:hover {
	text-decoration: underline
}

.Button--pill.is-plainText:active,
.Button--pill.is-plainText:focus,
.Button--pill.is-plainText:hover {
	text-decoration: none
}

.Button--pill.is-plainText:focus {
	outline: 1px dotted transparent;
	outline-color: transparent;
	outline-color: #fff
}

a.Button--pill:focus,
a.Button--pill:hover {
	text-decoration: none
}

.Button--group {
	background-color: #6f6f6f;
	color: #fff;
	transition-property: background
}

.Button--group .u-icon {
	fill: currentColor;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.Button--group:focus:not(:disabled):not(.is-plainText),
.Button--group:hover:not(:disabled):not(.is-plainText) {
	background-color: #565555
}

.Button--group.is-plainText {
	background-color: transparent;
	color: #6f6f6f;
	padding: 0;
	width: auto;
	font-size: 16px;
	line-height: normal;
	text-transform: none;
	vertical-align: text-bottom;
	border: 0;
	border-radius: 0;
	height: auto;
	white-space: normal;
	text-align: inherit;
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink
}

.Button--group.is-plainText.is-fullWidth {
	width: 100%;
	text-align: center
}

.Button--group.is-plainText.Button--sale {
	text-decoration: none
}

.Button--group.is-plainText.Button--sale:focus,
.Button--group.is-plainText.Button--sale:hover {
	text-decoration: underline
}

.Button--group.is-plainText:active,
.Button--group.is-plainText:focus,
.Button--group.is-plainText:hover {
	text-decoration: none
}

.Button--group.is-plainText:focus {
	outline: 1px dotted transparent;
	outline-color: transparent;
	outline-color: #6f6f6f
}

a.Button--group:focus,
a.Button--group:hover {
	text-decoration: none
}

.Button--pill {
	border-radius: 50px;
	box-shadow: 0 1px 2px rgba(34, 25, 36, .2)
}

.Button--group.is-plainText {
	text-decoration: none;
	font-style: normal
}

.Button--group.is-plainText:active,
.Button--group.is-plainText:focus,
.Button--group.is-plainText:hover {
	text-decoration: underline;
	color: #01768b;
	outline-color: #01768b
}

.Button--primary.is-b2b:not(:disabled):not(.is-plainText) {
	background-color: #095256;
	color: #fff;
	text-transform: none
}

.Button--primary.is-b2b:not(:disabled):not(.is-plainText):focus,
.Button--primary.is-b2b:not(:disabled):not(.is-plainText):hover {
	background-color: #0f444a
}

.Button--alternate.is-b2b.is-plainText:not(:disabled),
.Button--primary.is-b2b.is-plainText:not(:disabled) {
	color: #095256
}

.Button--alternate.is-b2b.is-plainText:not(:disabled):focus:not(:disabled),
.Button--alternate.is-b2b.is-plainText:not(:disabled):hover:not(:disabled),
.Button--alternate.is-b2b.is-plainText:not(:disabled):not(:disabled),
.Button--primary.is-b2b.is-plainText:not(:disabled):focus:not(:disabled),
.Button--primary.is-b2b.is-plainText:not(:disabled):hover:not(:disabled),
.Button--primary.is-b2b.is-plainText:not(:disabled):not(:disabled) {
	background-color: transparent
}

.Button--alternate.is-b2b.is-plainText:not(:disabled):active,
.Button--alternate.is-b2b.is-plainText:not(:disabled):focus,
.Button--alternate.is-b2b.is-plainText:not(:disabled):hover,
.Button--primary.is-b2b.is-plainText:not(:disabled):active,
.Button--primary.is-b2b.is-plainText:not(:disabled):focus,
.Button--primary.is-b2b.is-plainText:not(:disabled):hover {
	text-decoration: none;
	color: #095256
}

.Button--alternate.is-b2b.is-plainText:not(:disabled):focus,
.Button--primary.is-b2b.is-plainText:not(:disabled):focus {
	outline: 1px dotted transparent;
	outline-color: #095256
}

.Button--secondary {
	background-color: #fff;
	color: #221924;
	box-shadow: 0 1px 2px rgba(34, 25, 36, .2)
}

.Button--secondary:focus,
.Button--secondary:hover {
	border-color: #01768b;
	color: #01768b
}

.Button--alternate.is-b2b:not(:disabled):not(.is-plainText) {
	border-color: #095256;
	color: #095256;
	text-transform: none
}

.Button--alternate.is-b2b:not(:disabled):not(.is-plainText):focus,
.Button--alternate.is-b2b:not(:disabled):not(.is-plainText):hover {
	box-shadow: 0 0 0 1px #095256
}

.Button--text {
	padding: 0;
	width: auto;
	font-size: 16px;
	line-height: normal;
	color: #01768b;
	text-transform: none;
	border: 0;
	height: auto
}

.pl-Placeholder {
	background: #fff;
	animation: 1.4s pl-placeholderPulse infinite
}

@media(prefers-reduced-motion:reduce) {
	.pl-Placeholder {
		animation-duration: 3s
	}
}

.pl-Placeholder:not(.pl-Placeholder--icon) {
	background-color: #efece2
}

.pl-Placeholder:not(.pl-Placeholder--round) {
	border-radius: 3px
}

.pl-Placeholder--icon {
	color: #efece2
}

.pl-Placeholder--round {
	border-radius: 50%
}

.pl-Placeholder--text {
	height: 1em
}

.pl-Placeholder--text+.pl-Placeholder--text {
	margin-top: 8px
}

.pl-Placeholder--text--medium {
	height: 1.5em
}

.pl-Placeholder--text--medium+.pl-Placeholder--text--medium {
	margin-top: 12px
}

.pl-Placeholder--text--large {
	height: 2em
}

.pl-Placeholder--text--large+.pl-Placeholder--text--large {
	margin-top: 16px
}

@keyframes pl-placeholderPulse {
	0% {
		opacity: 1;
		-ms-filter: "alpha(opacity=100)"
	}
	50% {
		opacity: .6;
		-ms-filter: "alpha(opacity=60)"
	}
}

.TransparentOverlayImage {
	position: relative
}

.DynamicPhoneNumber-icon,
.DynamicPhoneNumber-label,
.DynamicPhoneNumber-number {
	display: inline-block;
	vertical-align: middle
}

.DynamicPhoneNumber-number {
	width: auto;
	max-width: 0;
	transition: max-width .3s cubic-bezier(.22, .61, .36, 1);
	white-space: nowrap
}

.is-open .DynamicPhoneNumber-number {
	max-width: 130px;
	margin-left: 5px
}

.DynamicPhoneNumber.is-open {
	cursor: default;
	pointer-events: none
}

.DynamicPhoneNumber.is-open .Button {
	text-decoration: none
}

.pl-Loading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none
}

.pl-Loading-icon {
	width: 24px;
	height: 24px;
	animation: loading-spin 1s linear infinite;
	margin-bottom: 4px
}

.pl-Loading-icon--generic {
	fill: #01768b
}

@keyframes loading-spin {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

.Link {
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink
}

.Link--primary {
	color: #01768b
}

.Link--primary:active,
.Link--primary:focus,
.Link--primary:hover {
	text-decoration: none;
	color: #01768b
}

.Link--primary:focus {
	outline: 1px dotted transparent;
	outline-color: #01768b
}

.Link--primary.is-b2b {
	color: #095256
}

.Link--primary.is-b2b:active,
.Link--primary.is-b2b:focus,
.Link--primary.is-b2b:hover {
	text-decoration: none;
	color: #095256
}

.Link--primary.is-b2b:focus {
	outline: 1px dotted transparent;
	outline-color: #095256
}

.Link--transaction {
	color: #7f187f
}

.Link--transaction:active,
.Link--transaction:focus,
.Link--transaction:hover {
	text-decoration: none;
	color: #7f187f
}

.Link--transaction:focus {
	outline: 1px dotted transparent;
	outline-color: #7f187f
}

.Link--group {
	color: #6f6f6f;
	text-decoration: none
}

.Link--group:active,
.Link--group:focus,
.Link--group:hover {
	text-decoration: underline;
	color: #01768b
}

.Link--group:focus {
	outline: 1px dotted transparent;
	outline-color: #01768b
}

.Link--sale {
	color: #c91f24;
	text-decoration: none
}

.Link--sale:active,
.Link--sale:focus,
.Link--sale:hover {
	text-decoration: underline;
	color: #9d181c
}

.Link--sale:focus {
	outline: 1px dotted transparent;
	outline-color: #c91f24
}

.Link.is-inverted {
	color: #fff;
	outline-color: #fff
}

.DeliveryView {
	min-height: calc(5rem+10px);
	margin-bottom: 16px
}

.DeliveryView--condensed {
	margin-bottom: 8px
}

.DeliveryView--expanded {
	min-height: calc(7rem+10px)
}

.DeliveryView-shipping-shipsInTime {
	color: #221924;
	font-weight: 600
}

.DeliveryView-shipping-label--lowStock {
	color: #c90000;
	padding-bottom: 10px
}

.DeliveryView-shipping-guarantee {
	color: #247139
}

.DeliveryView-shipping-guaranteeTime {
	color: #221924
}

.DeliveryView-shipping-leadTime {
	color: #221924;
	display: inline-block
}

.DeliveryView-shipping-wrap {
	position: relative
}

.DeliveryView-shipping-limited-link {
	color: #615c65
}

.DeliveryView-shipping-limited {
	font-size: 13px
}

.DeliveryView-shipping-section--toolTip {
	display: -ms-flexbox;
	display: flex;
	padding-left: 4px
}

.DeliveryView-shipping-section--toolTip .DeliveryView-shipping-leadTime,
.DeliveryView-shipping-section--toolTip .ProductDetailInfoBlock-shipping-date {
	color: #247139
}

.DeliveryView-vatAndShippingText {
	color: #615c65
}

.DeliveryView--hotDeals {
	margin-bottom: 0;
	min-height: 6em
}

@media screen and (min-width:470px) {
	.DeliveryView--hotDeals {
		min-height: calc(5rem+10px)
	}
}

.ProductDetailInfoBlock-shipping-date {
	color: #221924;
	white-space: nowrap
}

.ProductOverviewInformation {
	background: #fff;
	padding: 0 24px
}

.ProductOverviewInformation,
.ProductOverviewInformation *,
.ProductOverviewInformation:after,
.ProductOverviewInformation :after,
.ProductOverviewInformation:before,
.ProductOverviewInformation :before {
	box-sizing: border-box
}

.ProductOverviewInformation--inDrawer {
	padding: 0 16px
}

@media screen and (min-width:750px) {
	.ProductOverviewInformation {
		padding: 0
	}
}

.ProductOverviewInformation-description {
	margin-bottom: 20px
}

.ProductOverviewInformation-content {
	padding: 24px 0
}

@media screen and (min-width:750px) {
	.ProductOverviewInformation-content {
		padding: 0
	}
}

.ProductOverviewInformation-list {
	padding: 0 10px
}

.ProductOverviewInformation-list-item {
	list-style: disc;
	margin: 10px 0 10px 20px
}

.Banner {
	position: relative;
	padding: 20px 16px;
	border-radius: 8px
}

.Banner.is-dismissible {
	padding-right: calc(2em+24px)
}

.Banner-text {
	display: inline
}

.Banner a:not([class]),
.Banner button:not([class]) {
	display: inline-block;
	color: inherit;
	text-decoration: underline
}

.Banner a:not([class]):focus,
.Banner a:not([class]):hover,
.Banner button:not([class]):focus,
.Banner button:not([class]):hover {
	text-decoration: none
}

.Banner-dismissBtn {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16px
}

.Banner--info {
	background: #cfacd2;
	color: #221924
}

.Banner--info.is-b2b {
	background: #ceebea
}

.Banner--alert {
	background: #c90000;
	color: #fff
}

.Banner--success {
	background: #7f187f;
	color: #fff
}

.AtAGlance {
	background: #fff;
	margin-bottom: 8px
}

.AtAGlance-title {
	border-radius: 3px;
	padding: 16px 16px 8px
}

.AtAGlance-overallDimensions {
	padding: 8px 24px 0
}

.AtAGlance-overallDimensionsNoVizcons {
	padding-bottom: 16px
}

.Veil {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1049
}

.Veil.has-elevatedIndex {
	z-index: 2001
}

.Veil.has-lowIndex {
	z-index: 11
}

.Veil.has-overlay {
	background-color: rgba(34, 25, 36, .5)
}

.Veil.has-overlay.Veil-appear {
	transition: opacity .25s cubic-bezier(.22, .61, .36, 1);
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"
}

.Veil.has-overlay.Veil-appear-active,
.Veil.has-overlay.Veil-exit {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)"
}

.Veil.has-overlay.Veil-exit {
	transition: opacity .25s cubic-bezier(.55, .06, .68, .19)
}

.Veil.has-overlay.Veil-exit-active {
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"
}

.pl-CloseButton-icon--default {
	color: #221924
}

.StickyContainer--css-sticky {
	position: -webkit-sticky;
	position: sticky;
	z-index: 10;
	top: 0;
	transform: translateZ(0)
}

.StickyContainer--low-index {
	z-index: 5
}

.StickyContainer.is-sticking {
	top: 0
}

.StickyContainer-header {
	width: 100%;
	position: relative;
	top: 0;
	z-index: 10
}

.StickyContainer-header--low-index {
	z-index: 5
}

.StickyContainer:not(.StickyContainer--css-sticky) .StickyContainer-header.is-sticking:not(.is-contained) {
	position: fixed
}

.ProductCard-manufacturer.is-oneLine,
.ProductCard-name.is-oneLine {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ProductCard-manufacturer.is-twoLines,
.ProductCard-name.is-twoLines {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden
}

.ProductCard {
	display: block;
	padding: 8px;
	font-size: 16px;
	text-decoration: none;
	-ms-flex: 1 auto;
	flex: 1 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 8px
}

.ProductCard:focus,
.ProductCard:hover {
	text-decoration: none;
	outline: 0
}

.ProductCard-container {
	border-radius: 8px;
	background: #fff;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.ProductCard-container.is-focused:focus:before,
.ProductCard-container.is-focused:hover:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 8px;
	border: 2px solid #af78b4;
	pointer-events: none
}

.ProductCard-container .ProductCard-favoritesButtonWrap {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 4
}

html:not(.touch) .ProductCard-container--hoverReveal {
	transition: box-shadow .15s ease-in;
	border: 0
}

html:not(.touch) .ProductCard-container--hoverReveal:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 8px;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	box-shadow: 0 0 13px 0 rgba(97, 92, 101, .16);
	transition: opacity .15s ease-in
}

html:not(.touch) .ProductCard-container--hoverReveal.is-focused .ProductCard:focus:before,
html:not(.touch) .ProductCard-container--hoverReveal.is-focused .ProductCard:hover:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 8px;
	border: 2px solid #af78b4;
	border-bottom: 2px solid #fff;
	pointer-events: none
}

html:not(.touch) .ProductCard-container--hoverReveal.is-focused .ProductCard-details {
	border: 2px solid #af78b4;
	border-top: 0
}

html:not(.touch) .ProductCard-container--hoverReveal .ProductCard-imageWrap {
	z-index: 2
}

html:not(.touch) .ProductCard-container--hoverReveal .ProductCard .ProductCard-details {
	position: absolute;
	margin-top: -8px;
	padding: 8px;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 1;
	background: #fff;
	transition: box-shadow .2s ease, opacity .2s ease;
	box-shadow: 0 13px 13px 0 rgba(97, 92, 101, .16);
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	visibility: hidden;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	border-radius: 0 0 8px 8px
}

html:not(.touch) .ProductCard-container--hoverReveal.is-hovered,
html:not(.touch) .ProductCard-container--hoverReveal .ProductCard:focus,
html:not(.touch) .ProductCard-container--hoverReveal:hover {
	z-index: 5
}

html:not(.touch) .ProductCard-container--hoverReveal.is-hovered:after,
html:not(.touch) .ProductCard-container--hoverReveal .ProductCard:focus:after,
html:not(.touch) .ProductCard-container--hoverReveal:hover:after {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)"
}

html:not(.touch) .ProductCard-container--hoverReveal.is-hovered .ProductCard-details,
html:not(.touch) .ProductCard-container--hoverReveal .ProductCard:focus .ProductCard-details,
html:not(.touch) .ProductCard-container--hoverReveal:hover .ProductCard-details {
	animation: revealDetails .25s cubic-bezier(.22, .61, .36, 1) forwards
}

html:not(.touch) .ProductCard-container--hoverReveal .pl-CardFlag--top-left {
	top: 0;
	left: 0
}

@keyframes revealDetails {
	0% {
		transform: translateY(-32px);
		visibility: hidden;
		opacity: 0;
		-ms-filter: "alpha(opacity=0)"
	}
	to {
		transform: translateY(0);
		visibility: visible;
		opacity: 1;
		-ms-filter: "alpha(opacity=100)"
	}
}

.ProductCard-container--anchoredContent {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.ProductCard-container--anchoredContent .ProductCard {
	-ms-flex: auto;
	flex: auto
}

.ProductCard-container--anchoredContent .ProductCard-anchoredContent {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-top: auto;
	width: 100%
}

.ProductCard-container,
.ProductCard-imageWrap {
	position: relative
}

.ProductCard-imageWrap {
	overflow: hidden;
	margin: -8px;
	padding: 8px
}

.ProductCard-imageWrap--fullBleed {
	padding: 0;
	border-radius: 8px 8px 0 0
}

.ProductCard-imageWrap--fullBleed .ProductCard-favoritesButtonWrap {
	top: 8px;
	right: 8px
}

.ProductCard-image {
	display: block;
	margin: 0 auto;
	width: 100%
}

.ProductCard-image--lazyLoad {
	height: 0;
	padding-top: 100%;
	background-color: #f4f4f5;
	overflow: hidden
}

.ProductCard-header,
.ProductCard-moreOptions,
.ProductCard-pricing,
.ProductCard-reviews {
	margin-top: 8px
}

.ProductCard-reviews {
	margin-bottom: 8px
}

.ProductCard-options--sticky {
	min-height: 50px
}

.ProductCard-details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: normal;
	margin-top: 16px
}

@media screen and (min-width:800px) {
	.ProductCard-details {
		padding: 0 4px
	}
}

.ProductCard-name {
	color: #221924;
	font-weight: 400;
	font-size: 16px;
	transition: color .15s ease-out
}

.german .ProductCard-name {
	word-break: break-word
}

.ProductCard-manufacturer {
	color: #221924
}

.ProductCard-manufacturer,
.ProductCard-name {
	line-height: 1.2
}

.ProductCard-manufacturer.is-twoLines,
.ProductCard-name.is-twoLines {
	height: 2.4em
}

.ProductCard-price {
	display: inline-block;
	color: #221924;
	text-decoration: none;
	margin-right: 4px;
	font-size: 1.25rem;
	line-height: 1.2
}

.ProductCard-price.ProductCard-price--openBox {
	font-size: inherit
}

.ProductCard-price--listPriceLabel {
	margin-right: 4px
}

.ProductCard-price--daySaleDetails,
.ProductCard-price--openBox,
.ProductCard-price--sale {
	color: #c4113f
}

.ProductCard-price--listPrice,
.ProductCard-price--perItem,
.ProductCard-price--perSpecialUnit {
	font-weight: 400
}

.ProductCard-price--listPrice,
.ProductCard-price--listPriceLabel {
	color: #615c65
}

.ProductCard-price--listPrice {
	text-decoration: line-through;
	white-space: nowrap
}

.ProductCard-price--listPriceFromTreatment {
	text-decoration: none
}

.ProductCard-price.ProductCard-price--daySaleDetails {
	font-size: 16px
}

.ProductCard-price.ProductCard-price .ca .ProductCard-price {
	font-size: 1.25rem
}

.ProductCard-price.ProductCard-price--listPrice,
.ProductCard-price.ProductCard-price--listPriceLabel,
.ProductCard-price.ProductCard-price--perItem,
.ProductCard-price.ProductCard-price--perSpecialUnit,
.ProductCard-price.ProductCard-price .ca .ProductCard-price--list-price,
.ProductCard-price.ProductCard-price .from_text,
.ProductCard-price.ProductCard-price .price_prefix {
	font-size: 16px
}

.ProductCard-price-tradeText {
	color: #221924
}

.ProductCard-price .from_text {
	font-weight: 400
}

@media screen and (min-width:800px) {
	.ProductCard-price {
		font-size: 1.5625rem
	}
}

.ProductCard--listView {
	display: table;
	table-layout: fixed;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.ProductCard--listView--isSmallImage .ProductCard-imageWrap {
	width: 25%
}

.ProductCard--listView--isSmallImage .ProductCard-details {
	width: 75%
}

.ProductCard--listView--noImage .ProductCard .ProductCard-details {
	width: 100%;
	padding-left: 0
}

.ProductCard--listView .pl-CardFlag--top-left {
	top: 0;
	left: 0
}

.ProductCard--listView .ProductCard-options {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.ProductCard--listView .ProductCard-details,
.ProductCard--listView .ProductCard-imageWrap {
	display: table-cell;
	vertical-align: top
}

.ProductCard--listView .ProductCard-imageWrap {
	width: 40%
}

.ProductCard--listView .ProductCard-imageWrap--fullBleed .ProductCard-options {
	margin-left: 8px
}

.ProductCard--listView .ProductCard-details {
	width: 60%;
	padding-left: 4%
}

@media screen and (min-width:800px) {
	.ProductCard--listView .ProductCard-details {
		padding-left: 6%
	}
}

.ProductCard--listView .ProductCard-details,
.ProductCard--listView .ProductCard-header {
	margin-top: 0
}

.ProductCard--listView .ProductCard-imageWrap {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.ProductCard--listView .ProductCard-details,
.ProductCard--listView .ProductCard-imageWrap,
.ProductCard .is-stacked {
	display: block
}

[role=button].ProductCard:active,
[role=button].ProductCard:focus,
[role=button].ProductCard:hover,
a.ProductCard:active,
a.ProductCard:focus,
a.ProductCard:hover {
	cursor: pointer
}

[role=button].ProductCard:active .ProductCard-name,
[role=button].ProductCard:focus .ProductCard-name,
[role=button].ProductCard:hover .ProductCard-name,
a.ProductCard:active .ProductCard-name,
a.ProductCard:focus .ProductCard-name,
a.ProductCard:hover .ProductCard-name {
	color: #7f187f;
	text-decoration: underline
}

[role=button].ProductCard:active .ProductCard-price,
[role=button].ProductCard:focus .ProductCard-price,
[role=button].ProductCard:hover .ProductCard-price,
a.ProductCard:active .ProductCard-price,
a.ProductCard:focus .ProductCard-price,
a.ProductCard:hover .ProductCard-price {
	color: #221924;
	text-decoration: none
}

[role=button].ProductCard:active .ProductCard-price--listPrice,
[role=button].ProductCard:active .ProductCard-price--listPriceLabel,
[role=button].ProductCard:focus .ProductCard-price--listPrice,
[role=button].ProductCard:focus .ProductCard-price--listPriceLabel,
[role=button].ProductCard:hover .ProductCard-price--listPrice,
[role=button].ProductCard:hover .ProductCard-price--listPriceLabel,
a.ProductCard:active .ProductCard-price--listPrice,
a.ProductCard:active .ProductCard-price--listPriceLabel,
a.ProductCard:focus .ProductCard-price--listPrice,
a.ProductCard:focus .ProductCard-price--listPriceLabel,
a.ProductCard:hover .ProductCard-price--listPrice,
a.ProductCard:hover .ProductCard-price--listPriceLabel {
	color: #615c65
}

[role=button].ProductCard:active .ProductCard-price--listPrice,
[role=button].ProductCard:focus .ProductCard-price--listPrice,
[role=button].ProductCard:hover .ProductCard-price--listPrice,
a.ProductCard:active .ProductCard-price--listPrice,
a.ProductCard:focus .ProductCard-price--listPrice,
a.ProductCard:hover .ProductCard-price--listPrice {
	text-decoration: line-through
}

[role=button].ProductCard:active .ProductCard-price--daySaleDetails,
[role=button].ProductCard:active .ProductCard-price--openBox,
[role=button].ProductCard:active .ProductCard-price--sale,
[role=button].ProductCard:focus .ProductCard-price--daySaleDetails,
[role=button].ProductCard:focus .ProductCard-price--openBox,
[role=button].ProductCard:focus .ProductCard-price--sale,
[role=button].ProductCard:hover .ProductCard-price--daySaleDetails,
[role=button].ProductCard:hover .ProductCard-price--openBox,
[role=button].ProductCard:hover .ProductCard-price--sale,
a.ProductCard:active .ProductCard-price--daySaleDetails,
a.ProductCard:active .ProductCard-price--openBox,
a.ProductCard:active .ProductCard-price--sale,
a.ProductCard:focus .ProductCard-price--daySaleDetails,
a.ProductCard:focus .ProductCard-price--openBox,
a.ProductCard:focus .ProductCard-price--sale,
a.ProductCard:hover .ProductCard-price--daySaleDetails,
a.ProductCard:hover .ProductCard-price--openBox,
a.ProductCard:hover .ProductCard-price--sale {
	color: #c4113f
}

.ProductCard-specialPricing {
	min-height: 8rem;
	margin: auto -8px -8px;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media screen and (min-width:800px) {
	.ProductCard-specialPricing {
		margin-left: -12px;
		margin-right: -12px
	}
}

.ProductCard-specialPricing .LightningDealsBanner {
	margin: 1px 0 0
}

.SpecialOffersComponentWithTag-icon {
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	color: #7f187f;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.SpecialOffersComponentWithTag-content {
	-ms-flex: auto;
	flex: auto
}

.CompareItem {
	background: #fff;
	border: 2px solid transparent;
	border-radius: 8px
}

.CompareItem--current {
	border-color: #7f187f
}

.CompareItem--current.CompareItem--tableVariation {
	border: 0
}

.CompareItem--tableVariation {
	width: 38vw
}

@media screen and (min-width:750px) {
	.CompareItem--tableVariation {
		max-width: 188px;
		width: calc(19vw - 8px)
	}
}

.CompareItem--placeholder {
	-ms-flex: 1;
	flex: 1
}

.CompareItem--placeholder .CompareItem-iconPlaceholder {
	width: 6rem;
	height: 1rem
}

.CompareItem--placeholder .CompareItem-productCardShim {
	padding: 8px
}

.CompareItem-currentItemBadge {
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 1;
	border-radius: 8px 0;
	background-color: #7f187f;
	color: #fff;
	padding: .5em 1.2em;
	font-size: 13px
}

.CompareItem-currentItemBadge--tableVariation {
	top: 0;
	left: 0
}

.CompareItem-cta--anchor {
	padding: 8px
}

.CompareItem-cta--notAnchor {
	padding: 21px 8px
}

.german .CompareItem-cta--notAnchor {
	padding: 11px 8px;
	height: 65px
}

.CompareItem-ctaIcon {
	margin: 0 5px 0 -5px
}

.ca .CompareItem .ProductCard-details,
.fra_ca .CompareItem .ProductCard-details,
.german .CompareItem .ProductCard-details {
	height: 170px
}

.CompareItem .ProductCard-name {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

@media screen and (min-width:750px) {
	.CompareItem .ProductCard-name {
		height: 41.6px
	}
}

.ca .CompareItem .ProductCard-pricing,
.fra_ca .CompareItem .ProductCard-pricing,
.german .CompareItem .ProductCard-pricing {
	height: 58px
}

.CompareItem .ProductCard .pl-ReviewStars {
	overflow: hidden
}

.LinkCard {
	padding: 0 16px;
	background: #fff;
	overflow: hidden;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	text-align: left;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.LinkCard+.LinkCard {
	margin-top: 2px
}

.LinkCard:first-of-type {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}

.LinkCard:last-of-type {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
}

.LinkCard-wrap,
.LinkCard-wrap .LinkCard--fullWidth .ImageComponent {
	width: 100%
}

.LinkCard-icon,
.LinkCard-svg-icon {
	color: #221924
}

.LinkCard-icon {
	min-width: 28px;
	min-height: 28px;
	margin-right: -8px
}

.LinkCard-image {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px
}

.LinkCard--largeImage .LinkCard-image {
	width: 72px;
	height: 72px;
	margin: 16px 0
}

.LinkCard-img {
	max-width: 100%
}

.LinkCard-svg-icon {
	margin-left: -5px
}

.LinkCard-content {
	margin-left: 16px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 16px 0 15px;
	word-break: break-word;
	overflow: hidden
}

.LinkCard--fullWidth .LinkCard-content {
	padding: 0
}

@media screen and (min-width:640px) {
	.LinkCard-content {
		padding: 14px 0;
		font-size: 16px
	}
}

.LinkCard-content:first-child {
	margin-left: 0
}

.LinkCard-content,
.LinkCard-icon,
.LinkCard-image {
	-ms-flex-item-align: center;
	align-self: center
}

.LinkCard--imageOnRight .LinkCard-content {
	margin-right: 8px
}

.LinkCard--withIcon.LinkCard--imageOnRight .LinkCard-icon {
	margin-left: 8px
}

.LinkCard-subtext,
.LinkCard-text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #221924
}

.LinkCard-text {
	transition: color .15s ease-out
}

.LinkCard-text--oneLine {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.LinkCard-text--sale {
	color: #c4113f
}

.LinkCard-subtext {
	font-weight: 700
}

.LinkCard--disabled {
	cursor: default
}

.LinkCard--fullWidth {
	text-align: center;
	display: inline-block;
	padding: 15.2px
}

.LinkCard--fullWidth .LinkCard-image {
	height: auto;
	width: 100%;
	margin: 0
}

.german .LinkCard--fullWidth .LinkCard-subtext,
.german .LinkCard--fullWidth .LinkCard-text {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.LinkCard--fullWidthWithImage .LinkCard-content {
	margin: 8px 0
}

.LinkCard--inGrid {
	padding: 0 4px;
	font-size: 13px
}

@media screen and (min-width:414px) {
	.LinkCard--inGrid {
		font-size: 16px;
		padding: 0 8px
	}
}

@media screen and (min-width:480px) {
	.LinkCard--inGrid {
		padding: 0 16px
	}
}

.LinkCard--inGrid .LinkCard-content {
	height: 4em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 4px
}

@media screen and (min-width:414px) {
	.LinkCard--inGrid .LinkCard-content {
		height: 4.4em;
		margin-left: 16px
	}
}

.LinkCard:focus:not(.LinkCard--disabled) .LinkCard-text,
.LinkCard:hover:not(.LinkCard--disabled) .LinkCard-text {
	color: #7f187f;
	text-decoration: underline
}

.LinkCard:focus:not(.LinkCard--disabled) .LinkCard-icon,
.LinkCard:focus:not(.LinkCard--disabled) .LinkCard-svg-icon,
.LinkCard:hover:not(.LinkCard--disabled) .LinkCard-icon,
.LinkCard:hover:not(.LinkCard--disabled) .LinkCard-svg-icon {
	color: #7f187f
}

.LinkCard--b2b:focus:not(.LinkCard--b2b--disabled) .LinkCard-icon,
.LinkCard--b2b:focus:not(.LinkCard--b2b--disabled) .LinkCard-svg-icon,
.LinkCard--b2b:focus:not(.LinkCard--b2b--disabled) .LinkCard-text,
.LinkCard--b2b:hover:not(.LinkCard--b2b--disabled) .LinkCard-icon,
.LinkCard--b2b:hover:not(.LinkCard--b2b--disabled) .LinkCard-svg-icon,
.LinkCard--b2b:hover:not(.LinkCard--b2b--disabled) .LinkCard-text {
	color: #006e72
}

.LinkCard:focus:not(.LinkCard--disabled) {
	outline: 0;
	box-shadow: 0 0 0 2px #af78b4
}

.LinkCard--b2b:focus:not(.LinkCard--disabled) {
	box-shadow: 0 0 0 2px #053e48
}

.LinkCard--withFullBleedImage {
	padding: 0
}

.LinkCard--withFullBleedImage .LinkCard-content {
	padding: 16px
}

.ProtectionPlanBelowATC {
	color: #221924;
	background: #fff
}

.ProtectionPlanBelowATC-link {
	color: #7f187f
}

.ProtectionPlanBelowATC-link:active,
.ProtectionPlanBelowATC-link:focus,
.ProtectionPlanBelowATC-link:hover {
	color: #520f54
}

.ProtectionPlanBelowATC-selector {
	margin-top: 8px
}

.ProtectionPlanBelowATC.is-hidden {
	visibility: hidden
}

.ProtectionPlanBelowATC .Button--primary.is-plainText {
	display: inline
}

.ProtectionDetailsOverviewDrawer {
	color: #221924;
	background: #fff;
	padding: 0 24px 24px;
	transform: translateZ(0)
}

@media screen and (min-width:750px) {
	.ProtectionDetailsOverviewDrawer {
		padding: 0
	}
}

.ProtectionDetailsOverviewDrawer-description {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.ProtectionDetailsOverviewDrawer-text {
	line-height: 20px;
	margin-right: 4px;
	padding-top: 24px
}

@media screen and (min-width:750px) {
	.ProtectionDetailsOverviewDrawer-text {
		padding-top: 0
	}
}

.ProtectionDetailsOverviewDrawer-link {
	color: #7f187f
}

.ProtectionDetailsOverviewDrawer-link:active,
.ProtectionDetailsOverviewDrawer-link:focus,
.ProtectionDetailsOverviewDrawer-link:hover {
	color: #520f54
}

.ProtectionDetailsOverviewDrawer-selector {
	margin-top: 8px
}

.ProtectionPlanCards-providerName {
	color: #615c65;
	padding-right: 8px;
	line-height: 1;
	border-right: 1px solid #d9d8d8;
	margin-right: 8px
}

.ProtectionPlanCards-providerContainer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 16px
}

.ProtectionPlanCards-providerContainer--left {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.CollapsibleBlock {
	border: 1px solid #d9d8d8;
	border-radius: 3px;
	padding: 4px 16px;
	margin-bottom: 8px
}

.CollapsibleBlock-button {
	width: 100%;
	position: relative;
	height: 40px;
	display: block
}

.CollapsibleBlock-description {
	height: 40px;
	color: #615c65;
	font-size: 13px
}

.CollapsibleBlock-description,
.CollapsibleBlock-selection {
	text-align: left;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.CollapsibleBlock-selection {
	bottom: 0;
	left: 0;
	position: absolute
}

.CollapsibleBlock-content {
	padding: 16px 0
}

.CollapsibleBlock-icon {
	position: absolute;
	right: 0;
	top: 6px
}

.pl-Text {
	color: inherit;
	font-size: 16px
}

.pl-Text--italic {
	font-style: italic
}

.pl-Text--bold {
	font-weight: 700
}

.pl-Text--small {
	font-size: 13px;
	line-height: 1.5384615385
}

.pl-Text--error {
	color: #c90000
}

.pl-Text--muted {
	color: #615c65
}

.FavoritesButton {
	position: relative;
	display: inline-block
}

.FavoritesButton--iconSkeleton.FavoritesButton--iconSkeleton.FavoritesButton--iconSkeleton,
.FavoritesButton-icon.FavoritesButton-icon.FavoritesButton-icon {
	color: transparent;
	transition: color .15s
}

.FavoritesButton-icon.FavoritesButton-icon.FavoritesButton-icon {
	fill: #7f187f;
	pointer-events: none
}

.FavoritesButton--iconSkeleton.FavoritesButton--iconSkeleton.FavoritesButton--iconSkeleton {
	fill: #d9d8d8
}

.FavoritesButton--fullWidth {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0
}

.FavoritesButton--circular {
	border-radius: 50%
}

.FavoritesButton--circular.is-loaded,
.FavoritesButton--circular.is_loaded {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	transition: opacity .15s
}

.FavoritesButton.is-favorited .FavoritesButton-icon,
.FavoritesButton.is_favorited .FavoritesButton-icon,
.FavoritesButton:hover .FavoritesButton-icon {
	color: #7f187f
}

.FavoritesButton:hover.is-beingUnfavorited .FavoritesButton-icon,
.FavoritesButton:hover.is-favorited .FavoritesButton-icon,
.FavoritesButton:hover.is_favorited .FavoritesButton-icon {
	color: transparent
}

.FavoritesButton:hover.is-beingFavorited .FavoritesButton-icon {
	color: #7f187f
}

.ProductDetailCarouselQuickview {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 16px 40px 16px 16px
}

.ProductDetailCarouselQuickview-text {
	position: relative;
	color: #615c65;
	overflow: hidden;
	margin-bottom: 24px;
	min-height: 180px;
	max-height: 230px
}

.ProductDetailCarouselQuickview-text:after {
	content: "";
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
	z-index: 1
}

.ProductDetailCarouselQuickview-close {
	position: absolute;
	right: 10px;
	top: 10px
}

.ProductDetailCarouselQuickview-close-icon {
	color: #615c65
}

.ProductDetailCarouselQuickview-close .Button {
	padding: 0
}

.ProductDetailCarouselQuickview-buttonWrap {
	display: inline-block
}

.PDPProductCarouselQuickViewRomanceCopy {
	margin-bottom: 8px
}

.PDPProductCarouselQuickViewRomanceCopy-list {
	padding: 0 10px
}

.PDPProductCarouselQuickViewRomanceCopy-list-item {
	list-style: disc;
	margin: 10px 0 10px 20px
}

.pl-CardFlag {
	border-color: inherit;
	font-size: 13px;
	color: #fff;
	padding: .5rem;
	line-height: 1.2;
	position: absolute;
	text-align: center;
	z-index: 4;
	max-width: 90%
}

.pl-CardFlag-content {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block
}

.pl-CardFlag--default {
	background-color: #615c65
}

.pl-CardFlag--primary,
.pl-CardFlag--secondary {
	background-color: #7f187f
}

.pl-CardFlag--sale {
	background-color: #c4113f
}

.pl-CardFlag--b2b {
	background-color: #006e72
}

.pl-CardFlag--top-left {
	top: 0;
	left: 0;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px
}

.pl-CardFlag--top-right {
	top: 0;
	right: 0;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px
}

.pl-CardFlag--bottom-left {
	bottom: 0;
	left: 0;
	border-top-right-radius: 8px
}

.pl-CardFlag--bottom-right {
	bottom: 0;
	right: 0;
	border-top-left-radius: 8px
}

.pl-Wayfinders {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.pl-Wayfinders-contain {
	max-width: 120px;
	overflow: hidden;
	white-space: nowrap;
	padding: 8px 0
}

.pl-Wayfinders-list {
	transition: transform .3s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.pl-Wayfinders-item {
	position: relative;
	margin: 0 7px
}

.pl-Wayfinders-marker {
	display: block;
	height: 10px;
	width: 10px;
	transition: background-color .3s, border .3s, fill .3s, transform .3s;
	transition-delay: .1s;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.pl-Wayfinders-marker--image {
	border: 2px solid #b9b6bc;
	border-radius: 50%;
	background-color: #b9b6bc
}

.pl-Wayfinders-marker--tag,
.pl-Wayfinders-marker--video {
	width: 14px;
	height: 14px;
	fill: #b9b6bc
}

.pl-Wayfinders-marker--video {
	stroke: #b9b6bc;
	stroke-width: 4px
}

.pl-Wayfinders-marker--active,
.pl-Wayfinders-marker--activeSibling,
.pl-Wayfinders-marker--minimal {
	margin: 0
}

.pl-Wayfinders-marker--active {
	-ms-transform: scale(1);
	transform: scale(1)
}

.pl-Wayfinders-marker--active.pl-Wayfinders-marker--tag {
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.pl-Wayfinders-marker--activeSibling {
	-ms-transform: scale(.7);
	transform: scale(.7)
}

.pl-Wayfinders-marker--activeSibling.pl-Wayfinders-marker--tag {
	-ms-transform: scale(1);
	transform: scale(1)
}

.pl-Wayfinders-marker--minimal {
	-ms-transform: scale(.5);
	transform: scale(.5)
}

.pl-Wayfinders-marker--minimal.pl-Wayfinders-marker--tag {
	-ms-transform: scale(.8);
	transform: scale(.8)
}

.pl-Wayfinders-item.is-active .pl-Wayfinders-marker--image {
	background-color: #7f187f;
	border: 2px solid #7f187f
}

.pl-Wayfinders-item.is-active .pl-Wayfinders-marker--tag,
.pl-Wayfinders-item.is-active .pl-Wayfinders-marker--video {
	fill: #7f187f
}

.pl-Wayfinders-item.is-active .pl-Wayfinders-marker--video {
	stroke: #7f187f;
	stroke-width: 2px
}

.ProductCallToActionForm-errors {
	color: #c90000;
	padding-bottom: 6px
}

.ProductCallToActionForm-contents>* {
	margin-bottom: 8px
}

.ProductCallToActionButtons-container {
	position: relative
}

.is-sticking .ProductCallToActionButtons-container {
	width: 100%;
	padding: 18px 24px;
	background: #fff;
	box-shadow: 0 2px 2px -2px rgba(97, 92, 101, .2);
	transition: padding-top .3s ease
}

@media screen and (min-width:750px) {
	.is-sticking .ProductCallToActionButtons-container {
		max-width: 500px
	}
}

.ProductCallToActionButtons-favoritesBtn,
.ProductCallToActionButtons-shareBtn {
	width: 38%;
	float: left
}

.ProductCallToActionButtons-favoritesBtn+.ProductCallToActionButtons-atcBtn,
.ProductCallToActionButtons-shareBtn+.ProductCallToActionButtons-atcBtn {
	width: 60%;
	float: right
}

.ProductCallToActionButtons:not(:first-of-type) {
	margin-top: 10px
}

@media screen and (min-width:750px) {
	.ProductCallToActionButtons:nth-child(n+2) {
		margin-top: 16px
	}
}

.ProductCallToActionButtons-error {
	color: #c90000;
	margin-top: 8px
}

@media screen and (min-width:750px) {
	.ProductCallToActionButtons-error {
		margin-top: 16px
	}
}

.ProductCallToActionButtons-error-text {
	padding-left: 28px
}

.ProductCallToActionButtons-error-icon {
	position: absolute;
	margin-top: -4px
}

.pl-ReviewStars {
	line-height: 1;
	font-size: 14px
}

.pl-ReviewStars--large {
	font-size: 1.5625rem
}

.pl-ReviewStars--interactive .pl-ReviewStars-reviews {
	color: #7f187f;
	text-decoration: underline
}

.pl-ReviewStars--interactive:active .pl-ReviewStars-reviews,
.pl-ReviewStars--interactive:focus .pl-ReviewStars-reviews,
.pl-ReviewStars--interactive:hover .pl-ReviewStars-reviews {
	color: #7f187f;
	text-decoration: none
}

.pl-ReviewStars--interactive:focus {
	outline: 1px dotted transparent;
	outline-color: #7f187f
}

.pl-ReviewStars-scale,
.pl-ReviewStars-stars {
	background-repeat: no-repeat;
	background-size: cover;
	width: 6em;
	height: 1em
}

.pl-ReviewStars-stars {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9d8d8' viewBox='0 0 78 13' width='78' height='13'%3E%3Cpath d='M6.64 10.94L3.7 12.48c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7L4.3 3.7 5.75.76c.5-1 1.28-1 1.77 0L9 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L21.75.76c.5-1 1.28-1 1.77 0L25 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L37.75.76c.5-1 1.28-1 1.77 0L41 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L53.75.76c.5-1 1.28-1 1.77 0L57 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L69.75.76c.5-1 1.28-1 1.77 0L73 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54z'/%3E%3C/svg%3E")
}

.pl-ReviewStars-scale {
	display: block;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f6b71d' viewBox='0 0 78 13' width='78' height='13'%3E%3Cpath d='M6.64 10.94L3.7 12.48c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7L4.3 3.7 5.75.76c.5-1 1.28-1 1.77 0L9 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L21.75.76c.5-1 1.28-1 1.77 0L25 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L37.75.76c.5-1 1.28-1 1.77 0L41 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L53.75.76c.5-1 1.28-1 1.77 0L57 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L69.75.76c.5-1 1.28-1 1.77 0L73 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54z'/%3E%3C/svg%3E")
}

.pl-ReviewStars-rating {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden
}

.pl-ReviewStars-reviews {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #615c65;
	margin-left: 4px
}

.PriceText {
	font-size: 3.0625rem;
	color: #c4113f;
	line-height: 1;
	display: inline-block;
	font-weight: 400
}

.PriceText--small {
	font-size: 1.25rem
}

.PriceRangeBlock {
	color: #221924;
	font-size: 3.0625rem;
	display: inline-block;
	margin-right: 8px;
	line-height: 1
}

.PriceRangeBlock--highlight {
	color: #c4113f
}

.PriceRangeBlock--small {
	font-size: 1.25rem
}

.FlashDealBlock-firstLine {
	margin-right: 8px;
	text-transform: uppercase;
	font-size: 1.25rem;
	display: inline-block;
	color: #c4113f
}

.FlashDealBlock-strikethrough {
	text-decoration: line-through
}

.FlashDealBlock-lightningDealBlock {
	display: inline-block
}

.FlashDealBlock-lightningDeal {
	color: #615c65
}

.FlashDealBlock-lightningDeal+.FlashDealBlock-lightningDeal:before {
	content: "|";
	margin: 0 8px
}

.FlashDealBlock-timer {
	text-align: center;
	background: #c4113f;
	padding: 4px 8px;
	color: #fff
}

.MyWayBranding {
	position: relative;
	display: inline-block;
	word-break: normal
}

.MyWayBranding-coloredText {
	color: #996e2e
}

.MyWayBranding-icon {
	position: absolute
}

.MyWayBranding-iconWrapper {
	position: relative;
	height: 25px;
	width: 80px
}

.MyWayBranding-iconWrapperLarge {
	position: relative;
	height: 28px;
	width: 115px
}

.MyWayBranding--verticalAlign {
	vertical-align: sub
}

.PostalCodeInputBlock {
	display: block;
	width: 100%
}

.PostalCodeInputBlock-suggestion {
	margin: 8px 0
}

.PostalCodeInputBlock-location {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap
}

.PostalCodeInputBlock-location-name {
	padding-right: 4px;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.PostalCodeInputBlock-location-link {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #7f187f;
	text-decoration: underline
}

.PostalCodeInputBlock-location-link:active,
.PostalCodeInputBlock-location-link:focus,
.PostalCodeInputBlock-location-link:hover {
	color: #7f187f;
	text-decoration: none
}

.PostalCodeInputBlock-location-link:focus {
	outline: 1px dotted transparent;
	outline-color: #7f187f
}

.PostalCodeInputBlock-location-link-iconWrapper {
	color: #7f187f;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	transition: transform .5s ease
}

.PostalCodeInputBlock-location-link-iconWrapper.is-active {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.PostalCodeInputBlock-drawer {
	margin-top: 10px
}

.PostalCodeInputBlock-input {
	margin-top: 10px;
	max-width: 350px
}

.PostalCodeInputBlock-liteshipError {
	color: #c90000;
	padding-top: .25em;
	display: inline-block
}

.PostalCodeInputBlock-canadaRedirectLink {
	color: #7f187f
}

.PostalCodeInputBlock-label {
	font-size: 1.25rem
}

.PdpOptionSelect {
	position: relative;
	height: 50px;
	border: 1px solid #d9d8d8;
	border-radius: 8px
}

.PdpOptionSelect,
.PdpOptionSelect--condensed {
	margin-bottom: 8px
}

.PdpOptionSelect-label {
	color: #615c65;
	font-size: 13px;
	position: absolute;
	top: .25rem;
	left: 1rem;
	pointer-events: none
}

.PdpOptionSelect-select {
	background: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	padding: 1em 3em .25em 1em;
	height: 48px;
	color: #221924;
	width: 100%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer
}

.PdpOptionSelect-select::-ms-expand {
	display: none
}

.PdpOptionSelect-select:disabled {
	color: #221924
}

.PdpOptionSelect-select:focus {
	box-shadow: 0 0 0 2px #af78b4;
	border-radius: 8px
}

.PdpOptionSelect-select:focus+.PdpOptionSelect-label {
	color: #7f187f
}

.PdpOptionSelect-select.has-image {
	padding: 1em 5em .25em 1em
}

.PdpOptionSelect-select.is-error {
	border: 1px solid #c90000
}

.PdpOptionSelect-image {
	height: 30px;
	width: 30px;
	position: absolute;
	top: 9px;
	right: 44px;
	pointer-events: none
}

.PdpOptionSelect-icon {
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #615c65;
	position: absolute;
	right: 11px;
	pointer-events: none;
	fill: #221924
}

.PdpOptionSelect:focus .PdpOptionSelect-select,
.PdpOptionSelect:hover .PdpOptionSelect-select {
	color: #7f187f
}

.PdpOptionSelect:focus .PdpOptionSelect-icon,
.PdpOptionSelect:hover .PdpOptionSelect-icon {
	fill: #7f187f
}

.DistressedFinishList {
	padding: 0 10px
}

.DistressedFinishList-title {
	color: #221924;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 400
}

.DistressedFinishList-item {
	list-style: disc;
	margin: 10px 0 10px 20px
}

.WhatsIncludedInTheBoxList-title {
	color: #221924;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 400
}

.WhatsIncludedInTheBoxList-item {
	list-style: none;
	margin-bottom: 10px
}

.WhatsIncludedInTheBoxList-list-icon {
	fill: #c90000
}

.WhatsIncludedInTheBoxList-list-icon--checked {
	fill: #1d781d
}

.MoreAboutThisProduct-title {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 400;
	color: #221924
}

@supports(display:grid) {
	@media(max-width: 960px), (min-width:1280px) {
		.ProductReviewsCardSkeleton {
			display:grid;
			grid-template-columns: minmax(auto, 196px) 1fr;
			grid-template-areas: ". ratings" ". title" ". comments" ". photos" ". helpfulButton";
			grid-gap: 0 32px;
			padding-top: 24px;
			grid-auto-flow: dense
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-rating {
			padding-top: 0;
			grid-area: ratings
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-comments {
			grid-area: comments
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-helpfulButton {
			grid-area: helpfulButton
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-header {
			grid-column: 1/span 1;
			grid-row: 1/-1
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-starIcon {
			width: 6em;
			height: 1em
		}
	}
}

.DrawerWithLinkOpener+.DrawerWithLinkOpener {
	margin-top: 8px
}

.pl-InputValidationText {
	padding-top: .25em;
	font-size: 13px;
	color: #c90000
}

.ProductCardShipping {
	margin: 8px 0
}

.ProductCardShipping-timing {
	color: #221924
}

.ProductCardShipping-timing--shipsInTime {
	font-weight: 600
}

.ProductCardShipping--fast .ProductCardShipping-timing {
	color: #247139
}

.OutOfStockOverlay {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none
}

.OutOfStockOverlay-v2 {
	height: 60%
}

.OutOfStockOverlay-text {
	width: 60%;
	color: #fff;
	padding: 8px 20px;
	background-color: rgba(34, 25, 36, .7);
	border-radius: 3px;
	text-align: center
}

@media(min-width:825px) {
	.OutOfStockOverlay-text {
		padding: 16px 40px
	}
}

.OutOfStockOverlay-text--slim {
	margin-bottom: 32px;
	width: 70%;
	padding: 8px 20px
}

.ProtectionDetailsContainer {
	color: #221924;
	background: #fff;
	padding: 16px;
	transform: translateZ(0)
}

.ProtectionDetailsContainer--inProductOverview {
	padding: 0
}

.GroupedSelectableCards {
	text-align: center
}

.GroupedSelectableCards-bodyContent {
	height: 100%
}

.GroupedSelectableCards-secondaryText {
	font-size: 13px
}

@media screen and (min-width:360px) {
	.GroupedSelectableCards-secondaryText {
		font-size: 16px
	}
}

.GroupedSelectableCards .SelectableCard {
	border: 2px solid #d9d8d8
}

.pl-CircleButton {
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: .25s ease-out;
	outline: 0;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	border: 2px solid transparent
}

.pl-CircleButton:disabled {
	cursor: default;
	background-color: #d9d8d8;
	border-color: #d9d8d8;
	color: #615c65;
	opacity: .6;
	-ms-filter: "alpha(opacity=60)"
}

.pl-CircleButton-content {
	pointer-events: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.pl-CircleButton--primary {
	background-color: #7f187f;
	color: #fff
}

.pl-CircleButton--primary .u-icon {
	fill: #fff
}

.pl-CircleButton--primary:focus,
.pl-CircleButton--primary:hover {
	background-color: #520f54
}

.pl-CircleButton--alternate {
	background-color: #fff;
	color: #7f187f;
	box-shadow: 0 1px 2px rgba(34, 25, 36, .2)
}

.pl-CircleButton--alternate .u-icon {
	fill: #7f187f
}

.pl-CircleButton--alternate:focus,
.pl-CircleButton--alternate:hover {
	border-color: #7f187f
}

.pl-CircleButton--secondary {
	background-color: #fff;
	color: #221924;
	box-shadow: 0 1px 2px rgba(34, 25, 36, .2)
}

.pl-CircleButton--secondary:focus,
.pl-CircleButton--secondary:hover {
	border-color: #7f187f;
	color: #7f187f
}

.pl-CircleButton--secondary:focus .u-icon,
.pl-CircleButton--secondary:hover .u-icon {
	fill: #7f187f
}

.pl-CircleButton--transaction {
	background-color: #7f187f;
	color: #fff
}

.pl-CircleButton--transaction .u-icon {
	fill: #fff
}

.pl-CircleButton--transaction:focus,
.pl-CircleButton--transaction:hover {
	background-color: #520f54
}

.pl-CircleButton--transactionAlt {
	background: #fff;
	color: #7f187f
}

.pl-CircleButton--transactionAlt .u-icon {
	fill: #7f187f
}

.pl-CircleButton--transactionAlt:focus,
.pl-CircleButton--transactionAlt:hover {
	border-color: #7f187f
}

.pl-CircleButton--small {
	height: 24px;
	width: 24px
}

.pl-CircleButton--small .u-icon {
	margin: -3px;
	width: 24px;
	height: 24px
}

.pl-CircleButton--medium {
	height: 32px;
	width: 32px
}

.pl-CircleButton--large {
	height: 48px;
	width: 48px
}

.ProductDetailSingleMediaItem {
	position: relative
}

.ProductDetailSingleMediaItem-magnifyIcon {
	position: absolute;
	top: 8px;
	right: 8px;
	-webkit-filter: drop-shadow(0 0 3px #fff);
	filter: drop-shadow(0 0 3px #fff)
}

.ProductDetailSingleMediaItem--squareAspectRatio {
	padding-bottom: 100%;
	width: 100%
}

.ProductDetailSingleMediaItem--outOfStock {
	padding-bottom: 50%
}

.ProductDetailSingleMediaItem--zoomInCursor {
	cursor: zoom-in
}

.ProductDetailSingleMediaItem--zoomOutCursor {
	cursor: zoom-out
}

.ProductDetailSingleMediaItem--stl,
.ProductDetailSingleMediaItem--threeSixty {
	margin: auto
}

.ProductDetailSingleMediaItem--centeredItem {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%
}

.ProductDetailSingleMediaItem--centeredItem-outOfStock {
	-ms-transform: translate(40%, -50%);
	transform: translate(40%, -50%);
	width: 55%
}

.ProductDetailSingleMediaItem--similarItemRecommendations {
	text-align: center
}

.ProductDetailSingleMediaItem-stlImageWrap {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%
}

.ProductDetailSingleMediaItem-similarItemRecommendationsImageWrapper {
	width: 150px;
	margin: 0 auto;
	overflow: hidden
}

@media screen and (min-width:560px) {
	.ProductDetailSingleMediaItem-similarItemRecommendationsImageWrapper {
		width: 400px
	}
}

.ProductDetailSingleMediaItem-similarItemRecommendationsTitle {
	font-size: 1.5625rem
}

.ProductDetailSingleMediaItem-UGC {
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(0deg, #000, transparent);
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 16px;
	display: block
}

.ProductDetailSingleMediaItem-UGCText {
	position: absolute;
	bottom: 26%;
	right: 20px
}

.ProductDetailSingleMediaItem-UGCTextBottom,
.ProductDetailSingleMediaItem-UGCTextTop {
	text-align: right
}

.ProductDetailSingleMediaItem-UGCTextCustomerName {
	font-weight: 700;
	text-decoration: underline;
	color: #fff
}

.ProductDetailSingleMediaItem-UGCTextCustomerName:hover {
	text-decoration: none
}

.ShippingHeadline-icon {
	vertical-align: bottom;
	margin-right: 4px;
	fill: #247139
}

.ShippingHeadline-text {
	color: #221924
}

.ShippingHeadline-purpleGlove-logo,
.ShippingHeadline-purpleGlove-text {
	display: inline-block;
	vertical-align: middle
}

.ShippingHeadline-purpleGlove-logo {
	fill: #7f187f;
	padding-right: 4px
}

.ShippingHeadline-purpleGlove-text {
	color: #7f187f
}

.ShippingHeadline-mywaytext {
	color: #221924;
	padding-left: 4px
}

.ShippingHeadline--express {
	color: #247139
}

@media screen and (min-width:960px) {
	.ShippingHeadline-shippingCountryLabel {
		padding-right: 4px
	}
}

.DistressedFinishDrawer {
	padding: 0 8px
}

.DistressedFinishDrawer-title {
	font-size: 16px;
	font-weight: 400;
	margin-top: 16px
}

.DistressedFinishDrawer-text {
	color: #615c65;
	margin: 16px 0 24px
}

.DistressedFinishDrawer-image {
	display: inline-block;
	width: calc(50% - 8px)
}

.DistressedFinishDrawer-image:first-of-type {
	margin-right: 16px
}

.DistressedFinishDrawer-image-caption {
	margin-top: 8px;
	text-align: center
}

.PreviewLink-text {
	position: relative;
	max-height: 200px;
	overflow: hidden;
	color: #615c65;
	line-height: 1.5;
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
}

.PreviewLink-text:after {
	content: "";
	height: 75px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 75%, #fff);
	z-index: 1
}

.pl-CollapsePanelBase {
	background-color: #fff;
	margin: 8px 0 0
}

.pl-CollapsePanelBase,
.pl-CollapsePanelBase-toggler {
	border-radius: 8px
}

.pl-CollapsePanelBase-toggler {
	color: #221924;
	line-height: 1.6;
	padding: 14px 16px;
	cursor: pointer;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	text-align: left
}

.pl-CollapsePanelBase-toggler::-moz-selection {
	background: 0
}

.pl-CollapsePanelBase-toggler::selection {
	background: 0
}

.pl-CollapsePanelBase-toggler:focus {
	outline: 0;
	box-shadow: inset 0 0 0 2px #cfacd2
}

.pl-CollapsePanelBase-toggler.is-open {
	border-radius: 8px 8px 0 0
}

.pl-CollapsePanelBase-toggler-body {
	float: left
}

.pl-CollapsePanelBase-toggler-button {
	float: right;
	margin-left: auto
}

.pl-CollapsePanelBase-subtitle-text {
	min-height: 1.1em
}

.pl-CollapsePanelBase-collapsible.is-partiallyOpen {
	position: relative
}

.pl-CollapsePanelBase-collapsible.is-partiallyOpen:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
	z-index: 1
}

.pl-CollapsePanelBase-collapsible.is-open {
	animation: .5s collapseFadeIn ease-out
}

.pl-CollapsePanelBase-content {
	padding: 8px 24px 24px
}

.pl-CollapsePanelBase-showMore {
	z-index: -1;
	text-align: center;
	will-change: height, padding-top, padding-bottom;
	height: 0;
	overflow: hidden;
	padding-left: 24px;
	padding-right: 24px;
	transition: height .2s ease, padding-top .2s ease, padding-bottom .2s ease;
	transition-delay: .05s
}

@media screen and (min-width:640px) {
	.pl-CollapsePanelBase-showMore {
		text-align: left
	}
}

.pl-CollapsePanelBase-showMore.is-open {
	padding-top: 8px;
	padding-bottom: 8px;
	height: auto
}

.pl-CollapsePanelBase--compact {
	margin: 0;
	border-bottom: 2px solid #f4f4f5
}

.pl-CollapsePanelBase--contains-active-content {
	box-shadow: inset 0 0 0 2px rgba(127, 24, 127, .9)
}

.pl-CollapsePanelBase--contains-active-content .pl-CollapsePanelBase-toggler.is-open:focus {
	box-shadow: none
}

@keyframes collapseFadeIn {
	0% {
		opacity: 0;
		-ms-filter: "alpha(opacity=0)"
	}
	to {
		opacity: 1;
		-ms-filter: "alpha(opacity=100)"
	}
}

.pl-CollapsePanelToggle-icon {
	margin-right: -8px
}

.pl-FloatLabel {
	color: #615c65;
	position: absolute;
	pointer-events: none;
	top: 1.5em;
	left: 1em;
	left: calc(1em+1px);
	right: 0;
	text-align: left;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition-property: transform, color;
	transition-duration: .25s;
	-ms-transform-origin: top left;
	transform-origin: top left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 2em)
}

.pl-FloatLabel-text {
	transition: transform .25s ease
}

.pl-FloatLabel-input::-webkit-input-placeholder {
	transition: color 1s ease
}

.pl-FloatLabel-input:-ms-input-placeholder,
.pl-FloatLabel-input::-ms-input-placeholder {
	transition: color 1s ease
}

.pl-FloatLabel-input::placeholder {
	transition: color 1s ease
}

.pl-FloatLabel-input:not(:active):not(:focus)::-webkit-input-placeholder {
	transition: none;
	color: transparent
}

.pl-FloatLabel-input:not(:active):not(:focus):-ms-input-placeholder,
.pl-FloatLabel-input:not(:active):not(:focus)::-ms-input-placeholder {
	transition: none;
	color: transparent
}

.pl-FloatLabel-input:not(:active):not(:focus)::placeholder {
	transition: none;
	color: transparent
}

.no-js .pl-FloatLabel,
.pl-FloatLabel-input:active~.pl-FloatLabel,
.pl-FloatLabel-input:focus~.pl-FloatLabel,
.pl-FloatLabel.is-active {
	color: #7f187f;
	-ms-transform: translateY(-1.5em);
	transform: translateY(-1.5em);
	transition: color .25s ease, transform .25s ease, background-color 1.5s ease-out;
	top: calc(1.5em+3px)
}

.no-js .pl-FloatLabel-text,
.pl-FloatLabel-input:active~.pl-FloatLabel .pl-FloatLabel-text,
.pl-FloatLabel-input:focus~.pl-FloatLabel .pl-FloatLabel-text,
.pl-FloatLabel.is-active .pl-FloatLabel-text {
	display: inline-block;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-ms-transform: scale(.9);
	transform: scale(.9);
	transition: transform .25s ease
}

.ProtectionDetailsLegal {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid #d9d8d8
}

.ProtectionDetailsLegal-logo {
	max-width: 120px;
	max-height: 120px;
	margin-bottom: 16px
}

.ProtectionDetailsLegal-logo-label,
.ProtectionDetailsLegal-text {
	margin-bottom: 8px
}

.ProtectionDetailsLegal-text--annotation {
	color: #615c65;
	font-size: 81.3%
}

.ProtectionDetailsLegal-link {
	color: #7f187f
}

.ProtectionDetailsLegal-link:active,
.ProtectionDetailsLegal-link:focus,
.ProtectionDetailsLegal-link:hover {
	color: #520f54
}

.pl-PillButton {
	background-color: #fff;
	color: #221924;
	white-space: nowrap;
	border: 1px solid #d9d8d8;
	border-radius: 50vw;
	position: relative
}

.pl-PillButton:not(:only-child) {
	margin: 4px
}

.pl-PillButton.is-focused,
.pl-PillButton:active,
.pl-PillButton:focus,
.pl-PillButton:hover {
	color: #7f187f;
	border-color: transparent;
	box-shadow: inset 0 0 0 2px #7f187f
}

.pl-PillButton,
.pl-PillButton-wrap {
	display: inline-block
}

.pl-PillButton-wrap {
	cursor: pointer
}

.pl-PillButton-label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pl-PillButton.is-selected,
.pl-PillButton.is-selected.is-focused {
	background-color: #7f187f;
	color: #fff;
	border-color: #7f187f
}

.pl-PillButton.is-selected.is-focused:active,
.pl-PillButton.is-selected.is-focused:focus,
.pl-PillButton.is-selected.is-focused:hover,
.pl-PillButton.is-selected:active,
.pl-PillButton.is-selected:focus,
.pl-PillButton.is-selected:hover {
	background-color: #520f54;
	color: #fff;
	box-shadow: none
}

.pl-PillButton.is-disabled.is-disabled {
	background-color: #d9d8d8;
	color: #615c65;
	border-color: #d9d8d8;
	box-shadow: none;
	opacity: .6;
	-ms-filter: "alpha(opacity=60)"
}

.pl-PillButton.is-disabled.is-disabled .pl-PillButton-wrap {
	cursor: default
}

.pl-PillButton--small {
	font-size: 13px
}

.pl-PillButton--small .pl-PillButton-wrap {
	padding: 4px 12px
}

.pl-PillButton--medium .pl-PillButton-wrap {
	padding: 5px 16px
}

.ProductDetailImageCarouselVariantB {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}

.ProductDetailImageCarouselVariantB.is-fewerThanTwoItemsInCarousel {
	display: none
}

@media screen and (min-width:640px) and (max-width:959px) {
	.ProductDetailImageCarouselVariantB.is-fewerThanThreeItemsInCarousel {
		display: none
	}
}

.ProductDetailImageCarouselVariantB-carousel {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.ProductDetailImageCarouselVariantB-imageHoverZoom {
	position: absolute;
	top: 0;
	right: -24px
}

.ProductDetailImageCarouselVariantB-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	width: 100%
}

.ProductDetailImageCarouselVariantB-imageViewer {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	flex: auto;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: -webkit-calc(100vh - 100px);
	max-width: calc(100vh - 100px)
}

@media(max-width:639px) {
	.ProductDetailImageCarouselVariantB-imageViewer {
		max-width: -webkit-calc(100vh - 50px);
		max-width: calc(100vh - 50px)
	}
}

@media(min-width:640px) and (max-width:959px) {
	.ProductDetailImageCarouselVariantB-imageViewer {
		max-width: -webkit-calc(200vh - 140px);
		max-width: calc(200vh - 140px)
	}
}

.ProductDetailImageCarouselVariantB-imageViewer--singleImage {
	max-width: 100vh
}

.ProductDetailImageCarouselVariantB-image {
	position: relative;
	margin: auto;
	height: 100%
}

.ProductDetailImageCarouselVariantB-carouselItem {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	margin: auto
}

.ProductDetailImageCarouselVariantB-carouselItem:last-child {
	margin-right: auto
}

@media(min-width:640px) and (max-width:959px) {
	.ProductDetailImageCarouselVariantB-carouselItem:not(.ProductDetailImageCarouselVariantB-carouselItem--single) {
		margin-right: 16px
	}
	.ProductDetailImageCarouselVariantB-carouselItem:not(.ProductDetailImageCarouselVariantB-carouselItem--single):last-child {
		margin-right: 0
	}
}

.ProductDetailImageCarouselVariantB-thumbnailsWrap {
	text-align: center
}

.ProductDetailImageCarouselVariantB-thumbnails {
	margin-top: 16px;
	position: relative;
	display: inline-block;
	max-width: 452px
}

@media screen and (min-width:640px) {
	.ProductDetailImageCarouselVariantB-thumbnails {
		max-width: 560px
	}
}

@media screen and (min-width:960px) {
	.ProductDetailImageCarouselVariantB-thumbnails {
		max-width: 408px
	}
}

@media screen and (min-width:1120px) {
	.ProductDetailImageCarouselVariantB-thumbnails {
		max-width: 548px
	}
}

@media screen and (min-width:1120px) {
	.ProductDetailImageCarouselVariantB-thumbnails--halfColumnWidthCarousel {
		max-width: 408px
	}
}

@media screen and (min-width:1280px) {
	.ProductDetailImageCarouselVariantB-thumbnails--halfColumnWidthCarousel {
		max-width: 548px
	}
}

@media screen and (min-width:1600px) {
	.ProductDetailImageCarouselVariantB-thumbnails {
		max-width: 688px
	}
}

@media screen and (max-width:959px) {
	.ProductDetailImageCarouselVariantB-thumbnails .ProductDetailImageThumbnail {
		width: 40px;
		height: 40px
	}
	.ProductDetailImageCarouselVariantB-thumbnails .ProductDetailImageThumbnail--360 .ProductDetailImageThumbnail-icon {
		width: 22px;
		height: 22px;
		vertical-align: top
	}
}

.ProductDetailImageCarouselVariantB-thumbnailArrow {
	width: 50px;
	height: 60px;
	margin: 5px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.ProductDetailImageCarouselVariantB-thumbnailArrow.is-showingFewerThanNineItems {
	display: none
}

@media screen and (min-width:960px) and (max-width:1279px) {
	.ProductDetailImageCarouselVariantB-thumbnailArrow.is-showingFewerThanNineItems {
		display: block
	}
	.ProductDetailImageCarouselVariantB-thumbnailArrow.is-showingFewerThanSixItems {
		display: none
	}
}

.ProductDetailImageCarouselVariantB-thumbnailArrow--previous {
	float: left
}

.ProductDetailImageCarouselVariantB-thumbnailArrow--next {
	float: right
}

.ProductDetailImageCarouselVariantB-catalogFeedback {
	position: absolute;
	top: -50px;
	right: 0
}

.ProductDetailImageCarouselVariantB-magnifyIcon {
	z-index: 1;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 34px;
	height: 34px;
	-webkit-filter: drop-shadow(0 0 3px #fff);
	filter: drop-shadow(0 0 3px #fff)
}

.wf_hp_pvi {
	display: none
}

.PdpLayoutVariationB-breadcrumbWrap {
	background-color: #fff
}

@media screen and (min-width:640px) {
	.PdpLayoutVariationB-breadcrumbWrap {
		background-color: #f4f4f5;
		padding: 8px 24px
	}
}

.PdpLayoutVariationB-breadcrumbWrap .BreadcrumbsWrapper .Breadcrumbs {
	padding-left: 16px
}

.PdpLayoutVariationB-highlight {
	color: #841987
}

.PdpLayoutVariationB-outOfStockContainer {
	position: relative
}

.PdpLayoutVariationB-outOfStockContainer .OutOfStockCarousel-wrap {
	background: #fff
}

.PdpLayoutVariationB .ProductCallToActionForm-main .StickyContainer-header {
	z-index: auto
}

.PdpLayoutVariationB-top {
	background: #fff
}

@supports((position:-webkit-sticky) or (position:sticky)) {
	.PdpLayoutVariationB-top.is-sticky .PdpLayoutVariationB-imageBlock {
		z-index: 2
	}
	.PdpLayoutVariationB-top.is-sticky .PdpLayoutVariationB-stickyWrap {
		top: 8px;
		position: -webkit-sticky;
		position: sticky
	}
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationB-stickyWrapBoundary {
		max-width: 752px;
		margin: 0 auto
	}
}

.PdpLayoutVariationB-imageBlock {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationB-imageBlock {
		padding: 32px 24px 24px
	}
}

.PdpLayoutVariationB-titleWrap {
	padding: 0 16px
}

@media screen and (min-width:640px) {
	.PdpLayoutVariationB-titleWrap {
		padding: 24px
	}
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationB-titleWrap {
		padding: 0
	}
}

.PdpLayoutVariationB-titleWrap--onImageBlock {
	display: block
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationB-titleWrap--onImageBlock {
		display: none
	}
}

.PdpLayoutVariationB-titleWrap--onInfoBlock {
	display: none
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationB-titleWrap--onInfoBlock {
		display: block
	}
}

@media screen and (min-width:640px) {
	.PdpLayoutVariationB-viewInRoomWrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		min-width: 0;
		width: auto
	}
}

.PdpLayoutVariationB-infoBlock {
	padding: 8px 16px 0
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationB-infoBlock {
		padding: 24px 24px 24px 16px
	}
}

.PdpLayoutVariationB-formContents>* {
	margin-bottom: 8px
}

@media screen and (min-width:640px) {
	.PdpLayoutVariationB-formContents>* {
		margin-bottom: 16px
	}
}

.PdpLayoutVariationB-formContents>form {
	margin-bottom: 16px
}

.ResponsiveSWB {
	display: none
}

.PdpLayoutVariationBMiddle {
	max-width: 1600px;
	margin: 0 auto
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationBMiddle {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

.PdpLayoutVariationBMiddle-leftRail {
	padding-right: 0
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationBMiddle-leftRail {
		padding-right: 0
	}
}

@media(max-width:640px) {
	.PdpLayoutVariationBMiddle-leftRail .pl-CollapsePanelBase-collapsible.is-partiallyOpen,
	.PdpLayoutVariationBMiddle-leftRail .pl-CollapsePanelBase-showMore {
		display: none
	}
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationBMiddle--fullWidth .PdpLayoutVariationBMiddle-leftRail {
		padding-right: 0
	}
}

.PdpLayoutVariationBMiddle-rightRail {
	position: relative;
	padding-left: 0
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationBMiddle-rightRail {
		padding-left: 16px
	}
}

.PdpLayoutVariationBMiddle-sidecarSentinel {
	width: 1px;
	position: absolute
}

.PdpLayoutVariationBMiddle .CompareItem--tableVariation {
	width: 182px
}

.PdpLayoutVariationBMiddle .CompareSimilarItemsTable-dataWrap {
	width: 189px
}

.PdpLayoutVariationYoshiAboveTheFold {
	background: #f4f4f5;
	margin: 0 -16px;
	padding: 0 16px
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationYoshiAboveTheFold {
		margin: 0 -24px -24px 0;
		padding: 0 24px 0 16px
	}
}

.PdpOptionDrawer-productCard,
.PdpOptionDrawer .DrawerProductCard {
	margin: -24px -24px 16px;
	padding: 0
}

@media screen and (min-width:750px) {
	.PdpOptionDrawer-productCard,
	.PdpOptionDrawer .DrawerProductCard {
		display: none
	}
}

.PdpOptionDrawer-productCard .ProductCard-container,
.PdpOptionDrawer .DrawerProductCard .ProductCard-container {
	background: #f4f4f5;
	padding: 16px 24px
}

.PdpOptionDrawer-option {
	background: #fff;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 5px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.PdpOptionDrawer-option.is-clickable {
	cursor: pointer
}

.PdpOptionDrawer-option-wrap {
	padding: 10px
}

.PdpOptionDrawer-option-imagePlaceholder {
	padding-right: 80px
}

.PdpOptionDrawer-option-imageWrap {
	position: relative;
	width: 60px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-right: 16px
}

.PdpOptionDrawer-option-details {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	flex-grow: 2;
	-webkit-align-self: center;
	align-self: center;
	padding-left: 10px;
	color: #615c65
}

.PdpOptionDrawer-option-details-title {
	color: #221924
}

.PdpOptionDrawer-option-details-lowStock {
	color: #c90000;
	font-weight: 300
}

.PdpOptionDrawer-option-details-deliveryGuarantee {
	color: #247139
}

.PdpOptionDrawer-option-selectButtonWrap {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-align-self: center;
	align-self: center;
	text-align: right
}

@media screen and (max-width:320px) {
	.PdpOptionDrawer-option-selectButtonWrap {
		width: 25%
	}
}

.PdpOptionDrawer-option-selectButton {
	background: #841987;
	color: #fff;
	border-radius: 50vw;
	height: 50px;
	padding: 0 24px
}

.PdpOptionDrawer-option-selectButton:active,
.PdpOptionDrawer-option-selectButton:focus,
.PdpOptionDrawer-option-selectButton:hover {
	background: #520f54
}

@media screen and (max-width:320px) {
	.PdpOptionDrawer-option-selectButton {
		padding: 0 12px
	}
}

.PdpOptionDrawer-option--outOfStock {
	background: #f4f4f5
}

.CTABlock {
	margin-top: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-bottom: -8px
}

.CTABlock-favoritesButton {
	margin-right: 8px
}

.CTABlock-callToAction .Button--large {
	padding: 0 16px
}

.CTABlock-addToProject,
.CTABlock-callToAction,
.CTABlock-favoritesButton,
.CTABlock-quantitySelector,
.CTABlock-saveToRegistry {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.CTABlock-addToProject,
.CTABlock-callToAction,
.CTABlock-favoritesButton,
.CTABlock-notify,
.CTABlock-quantitySelector,
.CTABlock-saveToRegistry,
.CTABlock-specialQuantity {
	margin-right: 8px;
	margin-bottom: 8px
}

.CTABlock-addSample {
	width: -webkit-calc(100% - 8px);
	width: calc(100% - 8px)
}

@media screen and (min-width:640px) {
	.CTABlock-addToProject {
		display: none
	}
}

.CTABlock-condensedSection {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	flex: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.german .CTABlock-condensedSection {
	min-width: 100%
}

.CTABlock-condensedSection .CTABlock-favoritesButton {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none
}

.OutOfStockCarousel-wrap {
	background: #f4f4f5;
	padding: 1px 8px 30px
}

.OutOfStockCarousel-item {
	min-width: 24%
}

@media screen and (min-width:1280px) {
	.OutOfStockCarousel-item {
		min-width: 19%
	}
}

@media screen and (min-width:1440px) {
	.OutOfStockCarousel-item {
		min-width: 16%
	}
}

.PdpLayout-leftContainer .OutOfStockCarousel-wrap {
	padding: 0 1.5vw 32px
}

.PdpLayout-leftContainer .OutOfStockCarousel-wrap .InertiaCarouselComponent-item {
	min-width: 126px;
	max-width: 126px
}

@media screen and (min-height:598px) {
	.PdpLayout-leftContainer .OutOfStockCarousel-wrap .InertiaCarouselComponent-item {
		max-width: 210px
	}
}

.PdpLayout-leftContainer .OutOfStockCarousel-wrap .ProductCard-price {
	font-size: 1.25rem
}

@media screen and (min-width:1280px) and (min-height:598px) {
	.PdpLayout-leftContainer .OutOfStockCarousel-wrap .ProductCard-price {
		font-size: 1.5625rem
	}
}

.PdpLayout-leftContainer .OutOfStockCarousel-wrap .ProductCard-header,
.PdpLayout-leftContainer .OutOfStockCarousel-wrap .ProductCard-reviews {
	position: absolute;
	left: -9999px
}

@media screen and (min-height:598px) {
	.PdpLayout-leftContainer .OutOfStockCarousel-wrap .ProductCard-header {
		position: static;
		left: auto
	}
}

@media screen and (min-width:1280px) and (min-height:768px) {
	.PdpLayout-leftContainer .OutOfStockCarousel-wrap .ProductCard-reviews {
		position: static;
		left: auto
	}
}

.PdpLayout--outOfStock.PdpLayout--twoColumn .PdpLayout-leftContainer {
	background: #f4f4f5
}

.ProductDetailImageCarouselV2 {
	width: 100%;
	min-height: 180px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 15px 15px 15px 10px
}

.ProductDetailImageCarouselV2-carousel {
	max-height: 330px
}

@media screen and (min-width:960px) {
	.ProductDetailImageCarouselV2-carousel {
		max-height: 420px
	}
}

.ProductDetailImageCarouselV2-top {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	flex-direction: row
}

.ProductDetailImageCarouselV2-thumbnails,
.ProductDetailImageCarouselV2-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal
}

.ProductDetailImageCarouselV2-thumbnails {
	margin: 5px 10px 0 0;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column
}

@media screen and (min-width:750px) {
	.ProductDetailImageCarouselV2-thumbnails {
		width: 55px
	}
}

@media screen and (min-width:960px) {
	.ProductDetailImageCarouselV2-thumbnails {
		width: 70px
	}
}

.ProductDetailImageCarouselV2-thumbnailArrow {
	position: relative;
	height: 45px
}

@media screen and (min-width:750px) {
	.ProductDetailImageCarouselV2-thumbnailArrow {
		margin-left: 4px
	}
}

@media screen and (min-width:960px) {
	.ProductDetailImageCarouselV2-thumbnailArrow {
		margin-left: 10px
	}
}

.ProductDetailImageCarouselV2-thumbnailItem {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none
}

.ProductDetailImageCarouselV2-arrowButton.ProductDetailImageCarouselV2-arrowButton {
	height: 60px
}

.ProductDetailImageCarouselV2-imageViewer {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative
}

.ProductDetailImageCarouselV2-imageViewer,
.ProductDetailImageCarouselV2-imageViewer .ImageComponent-image {
	margin: 0 auto;
	max-height: -webkit-calc(100vh - 85px);
	max-height: calc(100vh - 85px)
}

.ProductDetailImageCarouselV2-imageViewer:before {
	padding-bottom: 100%;
	content: ""
}

.ProductDetailImageCarouselV2-optionImgNotAvailable {
	position: absolute;
	width: 100%;
	opacity: .8;
	bottom: 0;
	text-align: center
}

.ProductDetailImageCarouselV2-catalogFeedback {
	float: right
}

.ProductDetailImageCarouselV2-banner {
	position: absolute;
	white-space: nowrap;
	top: 0;
	left: 0;
	padding: 8px;
	color: #fff;
	background: #c4113f
}

.ProductDetailImageCarouselV2-banner--businessApproved,
.ProductDetailImageCarouselV2-banner--commercialGrade,
.ProductDetailImageCarouselV2-banner--tradeExclusive {
	background-color: #006e72
}

.ProductDetailImageCarouselV2-banner--designerCommission {
	background-color: #841987
}

.ProductDetailImageCarouselV2-magnifyIcon {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 34px;
	height: 34px;
	-webkit-filter: drop-shadow(0 0 3px #fff);
	filter: drop-shadow(0 0 3px #fff)
}

.ProductDetailImageCarouselV2-banner,
.ProductDetailImageCarouselV2-magnifyIcon {
	z-index: 1
}

.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer,
.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-thumbnails {
	max-height: -webkit-calc(100vh - 353px);
	max-height: calc(100vh - 353px)
}

@media screen and (min-height:598px) {
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer,
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-thumbnails {
		max-height: -webkit-calc(100vh - 404px);
		max-height: calc(100vh - 404px)
	}
}

@media screen and (min-width:1280px) and (min-height:598px) {
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer,
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-thumbnails {
		max-height: -webkit-calc(100vh - 492px);
		max-height: calc(100vh - 492px)
	}
}

@media screen and (min-width:1440px) and (min-height:598px) {
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer,
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-thumbnails {
		max-height: -webkit-calc(100vh - 517px);
		max-height: calc(100vh - 517px)
	}
}

.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.ProductDetailImageCarouselV2.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer,
.ProductDetailImageCarouselV2.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
.ProductDetailImageCarouselV2.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-thumbnails {
	max-height: -webkit-calc(100vh - 85px - 100px);
	max-height: calc(100vh - 85px - 100px)
}

@media screen and (min-width:750px) {
	.ProductDetailImageCarouselV2.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer .STLPhoto-imageWrap .ImageComponent-image {
		max-height: -webkit-calc(100vh - 119px - 100px);
		max-height: calc(100vh - 119px - 100px)
	}
}

.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer,
.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-thumbnails {
	max-height: -webkit-calc(100vh - 353px);
	max-height: calc(100vh - 353px)
}

@media screen and (min-height:598px) {
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer,
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-thumbnails {
		max-height: -webkit-calc(100vh - 605px);
		max-height: calc(100vh - 605px)
	}
}

@media screen and (min-width:1280px) and (min-height:598px) {
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer,
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-thumbnails {
		max-height: -webkit-calc(100vh - 682px);
		max-height: calc(100vh - 682px)
	}
}

@media screen and (min-width:1440px) and (min-height:598px) {
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer,
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-thumbnails {
		max-height: -webkit-calc(100vh - 637px);
		max-height: calc(100vh - 637px)
	}
}

.ProductDetailImageCarouselV2-imageGalleryButton {
	position: absolute;
	right: 20px;
	bottom: 45px
}

.ProductDetailImageCarouselV2--padded {
	padding-bottom: 8px
}

.StandardPriceBlock-promotionText {
	font-size: 2.4375rem;
	color: #c4113f;
	line-height: 1;
	display: inline-block;
	padding-right: 8px
}

.StandardPriceBlock-fromText {
	font-size: 1.5625rem
}

.pl-CarouselButton {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(34, 25, 36, .2);
	border: 1px solid #b9b6bc;
	z-index: 1
}

.pl-CarouselButton.is-hidden {
	visibility: hidden
}

.pl-CarouselButton.is-centered:not(.pl-CarouselButton--offset) {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pl-CarouselButton.is-centered:not(.pl-CarouselButton--offset).pl-CarouselButton--vertical {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}

.pl-CarouselButton--offset {
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}

.pl-CarouselButton--offset.pl-CarouselButton--next.is-centered {
	margin-left: 16px
}

.pl-CarouselButton--offset.pl-CarouselButton--next.is-centered.pl-CarouselButton--vertical {
	margin-left: 0;
	margin-top: 16px
}

.pl-CarouselButton--offset.pl-CarouselButton--previous.is-centered {
	margin-right: 16px
}

.pl-CarouselButton--offset.pl-CarouselButton--previous.is-centered.pl-CarouselButton--vertical {
	margin-right: 0;
	margin-bottom: 16px
}

.pl-CarouselButton--next.is-centered {
	right: 16px
}

.pl-CarouselButton--next.pl-CarouselButton--vertical {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.pl-CarouselButton--next.pl-CarouselButton--vertical.is-centered {
	left: 0;
	right: 0;
	top: 100%
}

.pl-CarouselButton--previous.is-centered {
	left: 16px
}

.pl-CarouselButton--previous.pl-CarouselButton--vertical {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.pl-CarouselButton--previous.pl-CarouselButton--vertical.is-centered {
	top: -25px;
	left: 4px
}

.pl-CarouselButton-icon--previous {
	left: -1px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.pl-CarouselButton-icon--next {
	left: 1px
}

.pl-CarouselButton:not(:disabled):focus .pl-CarouselButton-icon,
.pl-CarouselButton:not(:disabled):hover .pl-CarouselButton-icon {
	color: #841987;
	fill: #841987
}

.pl-CarouselButton:not(:disabled):focus,
.pl-CarouselButton:not(:disabled):hover {
	border-color: #af78b4;
	border-width: 2px
}

.pl-CarouselButton-icon.pl-CarouselButton-icon {
	position: relative
}

.pl-CarouselContainer {
	will-change: transform;
	white-space: nowrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@supports(display:flex) {
	.pl-CarouselContainer {
		white-space: normal
	}
}

.pl-CarouselContainer--vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}

.pl-MultiCarousel {
	position: relative;
	overflow: hidden
}

.pl-MultiCarousel-slider {
	width: 100%;
	margin: 0;
	position: relative
}

.pl-MultiCarousel--offsetButtons {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow: visible;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.pl-MultiCarousel--offsetButtons .pl-MultiCarousel-innerWrap {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	overflow: hidden
}

.pl-MultiCarousel--equalHeight .pl-MultiCarousel-slider>* {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.ProductDetailImageThumbnail {
	border: 2px solid #fff;
	margin: 5px;
	position: relative;
	box-sizing: content-box;
	border-radius: 8px;
	overflow: hidden;
	width: 41px;
	height: 41px
}

@media screen and (min-width:960px) {
	.ProductDetailImageThumbnail {
		width: 56px;
		height: 56px
	}
}

.ProductDetailImageThumbnail--medium {
	width: 56px;
	height: 56px
}

.ProductDetailImageThumbnail--large {
	width: -webkit-calc(22.5vw - 8px);
	width: calc(22.5vw - 8px);
	height: -webkit-calc(22.5vw - 8px);
	height: calc(22.5vw - 8px)
}

@media(max-height:420px) {
	.ProductDetailImageThumbnail--large {
		width: 41px;
		height: 41px
	}
}

.ProductDetailImageThumbnail--video {
	background: #221924
}

.ProductDetailImageThumbnail--video:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(34, 25, 36, .5)
}

.ProductDetailImageThumbnail-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #841987
}

.ProductDetailImageThumbnail-text--small {
	font-size: .8125rem
}

.ProductDetailImageThumbnail-icon {
	fill: #841987
}

.ProductDetailImageThumbnail-icon--overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	fill: #fff
}

.ProductDetailImageThumbnail.is-active {
	border-color: #841987
}

.pl-Wrapper {
	margin: 0 auto;
	max-width: 94vw
}

@media screen and (min-width:480px) {
	.pl-Wrapper {
		max-width: 90vw
	}
}

@media screen and (min-width:1600px) {
	.pl-Wrapper {
		max-width: 1440px
	}
}

@media screen and (min-width:1780px) {
	.pl-Wrapper {
		max-width: 1600px
	}
}

.pl-Wrapper--fullBleed {
	max-width: 100%
}

@media screen and (min-width:1780px) {
	.pl-Wrapper--fullBleed {
		max-width: 1780px
	}
}

@media screen and (min-width:1280px) {
	.pl-Wrapper--inset {
		max-width: 75%
	}
}

@media screen and (min-width:1600px) {
	.pl-Wrapper--inset {
		max-width: 1200px
	}
}

.ProductOverview {
	color: #615c65
}

.ProductOverview-count {
	padding-left: 4px;
	display: inline-block;
	color: #615c65
}

@media only screen and (max-width:639px) {
	.ProductOverview-vizCon,
	.ProductOverview-wayMore {
		display: none
	}
}

.pl-Drawer {
	font-family: sofia, arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width: 100%;
	background: #f4f4f5;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	z-index: 2002;
	position: fixed;
	text-align: left;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	box-shadow: -7px 0 14px rgba(34, 25, 36, .2)
}

@media screen and (min-width:640px) {
	.pl-Drawer {
		width: 500px
	}
}

.pl-Drawer--fullWidth {
	width: 100%
}

@media screen and (min-width:640px) {
	.pl-Drawer--fullWidth {
		width: 500px
	}
}

.pl-Drawer--xlWidth {
	width: 85%
}

@media screen and (min-width:640px) {
	.pl-Drawer--xlWidth {
		width: 500px
	}
}

.pl-Drawer--alternate {
	background: #fff
}

.pl-Drawer-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2001
}

.pl-Drawer-wrap.is-scrollable {
	overflow-y: auto
}

.pl-Drawer-content {
	padding: 24px
}

.pl-Drawer-contentWrap {
	overflow-y: auto;
	overflow-y: overlay;
	height: 100%;
	-webkit-overflow-scrolling: touch
}

.pl-Drawer-contentWrap--hasActions {
	padding-bottom: 8px
}

.pl-Drawer-contentWrap--scrollLock {
	overflow: hidden
}

.is-iOS .is-scrollable .pl-Drawer-content {
	min-height: 100vh;
	overflow-y: auto
}

.pl-Drawer-content--scrollLock {
	overflow: hidden
}

.pl-Drawer-content--fullBlead {
	padding: 0
}

.pl-Drawer-content--alternate {
	border-top: 1px solid #d9d8d8
}

.pl-Drawer-close {
	position: absolute;
	top: 10px;
	color: #fff;
	text-align: center;
	z-index: 2002;
	width: 15%
}

@media screen and (min-width:640px) {
	.pl-Drawer-close {
		border: 2px solid;
		border-radius: 50%;
		width: 34px;
		height: 34px
	}
}

.pl-Drawer-close:focus,
.pl-Drawer-close:hover {
	background: rgba(34, 25, 36, .2)
}

.pl-Drawer-close--right {
	right: 85%
}

@media screen and (min-width:640px) {
	.pl-Drawer-close--right {
		right: 516px
	}
	.pl-Drawer-close--xlRight {
		right: 616px
	}
	.pl-Drawer-close--fullWidth {
		right: 92%
	}
}

.pl-Drawer-close--fullWidth,
.pl-Drawer-close--xlWidth {
	color: #221924;
	fill: #221924
}

.pl-Drawer-close--fadeOutRight {
	-webkit-animation-name: fadeOutClose;
	animation-name: fadeOutClose;
	-webkit-animation-timing-function: cubic-bezier(.4, 0, .6, 1);
	animation-timing-function: cubic-bezier(.4, 0, .6, 1);
	-webkit-animation-duration: .225s;
	animation-duration: .225s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes fadeOutClose {
	to {
		opacity: 0
	}
}

@keyframes fadeOutClose {
	to {
		opacity: 0
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes fadeInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@-webkit-keyframes fadeOutRight {
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes fadeOutRight {
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@-webkit-keyframes fadeInOverlay {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeInOverlay {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.pl-Drawer-transition--fadeInRight,
.pl-Drawer-transition--fadeOutRight {
	-webkit-animation-duration: .225s;
	animation-duration: .225s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
	animation-timing-function: cubic-bezier(0, 0, .2, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.pl-Drawer-transition--fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.pl-Drawer-transition--fadeOutRight {
	-webkit-animation-timing-function: cubic-bezier(.4, 0, .6, 1);
	animation-timing-function: cubic-bezier(.4, 0, .6, 1);
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

.pl-Drawer:focus {
	outline: 0
}

.pl-Drawer.is-transitioned-right {
	right: 0
}

.pl-DrawerHeader {
	height: 50px;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	position: relative
}

.has-stickyHeader.is-sticking .pl-DrawerHeader {
	box-shadow: 0 5px 10px rgba(34, 25, 36, .2);
	z-index: 1
}

.pl-DrawerHeader-close,
.pl-DrawerHeader-title {
	position: absolute;
	top: 50%
}

.pl-DrawerHeader-title {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1rem;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 220px;
	z-index: 1
}

@media screen and (min-width:480px) {
	.pl-DrawerHeader-title {
		max-width: 400px
	}
}

.pl-DrawerHeader-close {
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

.pl-DrawerActions {
	background: #fff;
	width: 100%;
	box-shadow: 0 -5px 10px rgba(34, 25, 36, .2);
	z-index: 1;
	padding: 8px
}

.pl-DrawerActions--compact {
	padding: 0
}

.InterstitialHeader-header {
	height: 50px;
	width: 100%;
	line-height: 50px;
	position: relative;
	background-color: #fff;
	overflow: hidden
}

.InterstitialHeader-header--sticky {
	top: 0
}

.InterstitialHeader-header.is-sticking {
	z-index: 1000
}

.InterstitialHeader-header .InterstitialHeader-button--action,
.InterstitialHeader-header .InterstitialHeader-button--back {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	z-index: 2
}

.InterstitialHeader-header .InterstitialHeader-button--back {
	left: 15px
}

.InterstitialHeader-header .InterstitialHeader-button--action {
	right: 15px
}

.InterstitialHeader-header .InterstitialHeader-button--primary {
	color: #841987
}

.InterstitialHeader-header .InterstitialHeader-button--disabled {
	color: #d9d8d8
}

.InterstitialHeader-header .InterstitialHeader-button--icon {
	height: 28px;
	line-height: 28px
}

.InterstitialHeader-title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1rem;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 155px;
	z-index: 1
}

@media screen and (min-width:320px) {
	.InterstitialHeader-title {
		max-width: 225px
	}
}

.VisualizationContent {
	background: #fff;
	color: #221924;
	margin-bottom: 8px;
	border-radius: 8px;
	padding: 16px 24px 8px
}

@media screen and (min-width:750px) {
	.VisualizationContent {
		padding-top: 24px
	}
}

.VisualizationContent--noPadding {
	padding: 0
}

.VisualizationContent--inDrawer {
	padding: 16px
}

.VisualizationContent-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-bottom: 8px
}

.VisualizationContent-section:last-of-type {
	padding-bottom: 0
}

.VisualizationContent-title {
	padding-bottom: 8px;
	font-size: 1rem;
	font-weight: 400
}

.ProductOverview .VisualizationContent-title {
	display: none
}

.VisualizationContent--reducedBottomPadding {
	margin-bottom: -12px
}

.ConfidenceBarStacked-hide {
	display: none
}

@media screen and (min-width:640px) {
	.ConfidenceBarStacked-sectionTitle {
		display: none
	}
}

.ConfidenceBarStacked-item:nth-of-type(3) {
	display: none
}

@media screen and (min-width:640px) {
	.ConfidenceBarStacked-item:nth-of-type(3) {
		display: inherit
	}
}

.ConfidenceBarStacked-icon,
.ConfidenceBarStacked-iconSkeleton {
	width: 100%;
	height: 100%
}

.ConfidenceBarStacked-iconSkeleton--regular {
	background-color: #d9d8db
}

@media screen and (min-width:640px) {
	.ConfidenceBarStacked .LinkCard {
		padding: 0
	}
}

@media screen and (min-width:640px) {
	.ConfidenceBarSideBySide-sectionTitle {
		display: none
	}
}

.ConfidenceBarSideBySide-wrap {
	width: 100%
}

@media screen and (min-width:640px) {
	.ConfidenceBarSideBySide-wrap {
		background: #fff
	}
}

@media screen and (min-width:640px) {
	.ConfidenceBarSideBySide-item {
		padding-right: 16px;
		padding-left: 16px
	}
	.ConfidenceBarSideBySide-item:first-child {
		padding-right: 16px;
		padding-left: 0
	}
	.ConfidenceBarSideBySide-item:last-child {
		padding-right: 0;
		padding-left: 16px
	}
}

.ConfidenceBarSideBySide-item:nth-of-type(3) {
	display: none
}

@media screen and (min-width:1440px) {
	.ConfidenceBarSideBySide-item:nth-of-type(3) {
		display: block
	}
}

@media screen and (max-width:639px) {
	.ConfidenceBarSideBySide-item {
		background: #fff
	}
	.ConfidenceBarSideBySide-item:nth-child(2) {
		margin-top: 8px
	}
}

.ConfidenceBarSideBySide-topLineWrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row
}

@media screen and (min-width:640px) {
	.ConfidenceBarSideBySide-topLineWrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column
	}
}

.ConfidenceBarSideBySide-icon,
.ConfidenceBarSideBySide-iconSkeleton {
	width: 60px;
	height: 60px
}

.ConfidenceBarSideBySide-iconSkeleton--regular {
	background-color: #d9d8db
}

.ConfidenceBarSideBySide-titleWrap {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
	color: #221924;
	padding: 8px 0 0
}

@media screen and (min-width:1280px) {
	.ConfidenceBarSideBySide-titleWrap {
		font-size: 1.25rem
	}
}

@media screen and (max-width:639px) {
	.ConfidenceBarSideBySide-titleWrap {
		padding: 0 0 0 8px;
		text-align: left
	}
}

.ConfidenceBarSideBySide-title {
	width: 100%
}

.ConfidenceBarSideBySide-subtitleWrap {
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
	color: #615c65
}

@media screen and (max-width:639px) {
	.ConfidenceBarSideBySide-subtitleWrap {
		display: none
	}
}

.PdpProductCarouselSkeleton {
	overflow: hidden
}

.PdpProductCarouselSkeleton-productCard {
	width: 40%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 184px
}

.PdpProductCarouselSkeleton-productCard--wide {
	max-width: 220px
}

.pl-Divider {
	height: 1px;
	border: 0;
	margin: 0;
	background-color: #d9d8d8
}

.VisualSearchGenericErrorBoundary {
	padding: 10vh 0;
	min-height: 50vh;
	text-align: center;
	font-size: 1rem
}

.VisualSearchGenericErrorBoundary,
.VisualSearchGenericErrorBoundary *,
.VisualSearchGenericErrorBoundary:after,
.VisualSearchGenericErrorBoundary:after,
.VisualSearchGenericErrorBoundary:before,
.VisualSearchGenericErrorBoundary:before {
	box-sizing: border-box
}

.BasePriceBlock {
	color: #221924;
	font-size: 2.4375rem;
	display: inline-block;
	margin-right: 8px;
	line-height: 1
}

.BasePriceBlock--condensed {
	margin-right: 0
}

.BasePriceBlock.BasePriceBlock--list {
	color: #615c65;
	text-decoration: line-through;
	font-size: 1rem
}

.BasePriceBlock--highlight {
	color: #c4113f
}

.BasePriceBlock.BasePriceBlock--subPrice {
	font-size: 1rem;
	display: block;
	margin-top: 4px
}

.BasePriceBlock.BasePriceBlock--small {
	font-size: 1.25rem
}

.BasePriceBlock--list,
.BasePriceBlock--subPrice {
	font-family: sofia, arial, sans-serif
}

.BasePriceBlock.BasePriceBlock--reduced {
	font-size: 1rem
}

.DetailedPriceBlock {
	display: inline-block
}

.BreadcrumbsWrapper,
.BreadcrumbsWrapper-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.BreadcrumbsWrapper-link {
	font-size: .8125rem
}

.BreadcrumbsWrapper-icon {
	height: 20px;
	width: 20px;
	fill: #841987
}

.BreadcrumbsWrapper-innerWrap {
	margin-left: 16px
}

.ProductDetailMainImage {
	position: relative;
	background-color: #fff
}

.ProductDetailMainImage-wrapper {
	padding: 10px
}

.ProductDetailMainImage-mainImage {
	width: 100vw;
	height: 100%
}

.ProductDetailMainImage-mainImageResponsive {
	width: 100%;
	max-height: -webkit-calc(100vh - 85px);
	max-height: calc(100vh - 85px);
	min-height: 180px
}

.ProductDetailMainImage-mainImageResponsive-wrap {
	padding: 15px 0 15px 15px;
	min-height: 210px
}

.ProductDetailMainImage-mainImageResponsive .ImageComponent {
	position: static
}

.ProductDetailMainImage-imageCaption {
	position: absolute;
	bottom: 5%;
	width: 100%;
	text-align: center;
	font-size: 100%;
	color: #615c65
}

.ProductDetailMainImage-optionImgNotAvailable {
	position: absolute;
	width: 100%;
	opacity: .8;
	bottom: 0;
	text-align: center
}

.ProductDetailMainImage-heroThumbnails {
	display: block;
	width: 100%;
	background-color: #fff;
	color: #841987
}

@media screen and (min-width:750px) {
	.ProductDetailMainImage-heroThumbnails {
		width: 60px;
		height: 60px
	}
}

.ProductDetailMainImage-heroThumbnails-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff;
	z-index: 1
}

.ProductDetailMainImage-heroThumbnails-text {
	font-size: .8125rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ProductDetailMainImage-catalogFeedback {
	float: right
}

.ProductDetailMainImage-overlay {
	position: relative;
	width: 100%;
	z-index: 1;
	pointer-events: none
}

.ProductDetailMainImage-overlay-magnifyIcon {
	position: absolute;
	right: 8px;
	top: 8px
}

.ProductDetailMainImage-overlay-magnifyIcon .u-icon {
	width: 34px;
	height: 34px;
	-webkit-filter: drop-shadow(0 0 3px #fff);
	filter: drop-shadow(0 0 3px #fff)
}

.inMwebHeartOverImageTest .ProductDetailMainImage-overlay-magnifyIcon {
	border-radius: 50%;
	right: 20px;
	top: 66px;
	margin: 5px;
	width: 32px;
	height: 32px;
	background-color: hsla(0, 0%, 100%, .8);
	box-shadow: 0 1px 5px rgba(34, 25, 36, .2)
}

.ProductDetailMainImage-overlay-businessApprovedBanner,
.ProductDetailMainImage-overlay-caption,
.ProductDetailMainImage-overlay-commercialGradeBanner,
.ProductDetailMainImage-overlay-saleBanner,
.ProductDetailMainImage-overlay-tradeExclusiveBanner {
	position: absolute;
	white-space: nowrap
}

.ProductDetailMainImage-overlay-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F4F4F5, endColorstr=#99F4F4F5)";
	background-color: hsla(240, 5%, 96%, .6);
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	color: #615c65;
	text-align: center
}

.ProductDetailMainImage-overlay-businessApprovedBanner,
.ProductDetailMainImage-overlay-commercialGradeBanner,
.ProductDetailMainImage-overlay-saleBanner,
.ProductDetailMainImage-overlay-tradeExclusiveBanner {
	top: 0;
	left: 0;
	padding: 8px;
	color: #fff
}

.ProductDetailMainImage-overlay-saleBanner {
	background-color: #c4113f
}

.ProductDetailMainImage-overlay-businessApprovedBanner,
.ProductDetailMainImage-overlay-commercialGradeBanner,
.ProductDetailMainImage-overlay-tradeExclusiveBanner {
	background-color: #006e72
}

.ProductDetailMainImage .VideoPlayer-element {
	max-height: -webkit-calc(100vh - 90px);
	max-height: calc(100vh - 90px);
	margin: 0 auto
}

.ProductDetailMainImage--sticky {
	width: -webkit-calc(100% - 500px);
	width: calc(100% - 500px);
	top: 0;
	position: fixed
}

.ProductDetailMainImage-customerPhotoThumbnail {
	width: 100%;
	background-color: #fff
}

.ProductDetailMainImage-customerPhotoThumbnail-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.ProductDetailMainImage-customerPhotoThumbnail-icon,
.ProductDetailMainImage-customerPhotoThumbnail-text {
	color: #841987
}

.ProductDetailMainImage-customerPhotoThumbnail-icon {
	fill: #841987
}

.ProductDetailMainImage-customerPhotoThumbnail-text {
	font-size: .9rem
}

@media screen and (min-width:750px) {
	.ProductDetailMainImage-customerPhotoThumbnail {
		min-width: 60px;
		height: 60px
	}
}

.ProductDetailMainImage-videoThumbnail {
	position: relative;
	padding: 0
}

.ProductDetailMainImage-videoThumbnail-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #221924
}

.ProductDetailMainImage-videoThumbnail-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(34, 25, 36, .5)
}

.ProductDetailMainImage-videoThumbnail-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	fill: #fff
}

@media only screen and (min-width:667px) {
	.PdpLayout--twoColumn .ProductDetailMainImage-overlay {
		margin-left: 75px
	}
}

.PdpLayout--twoColumn .ProductDetailMainImage .STLPhoto {
	display: inline-block
}

.PdpLayout--twoColumn .ProductDetailMainImage .STLPhoto .ImageComponent-image {
	width: auto;
	max-height: -webkit-calc(100vh - 119px);
	max-height: calc(100vh - 119px)
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
	.PdpLayout--twoColumn .ProductDetailMainImage .STLPhoto {
		text-align: center
	}
	.PdpLayout--twoColumn .ProductDetailMainImage .STLPhoto-container {
		display: inline-block;
		max-width: 100%
	}
}

.ProductDetailMainImage .FavoritesButton {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1
}

.ProductDetailMainImage .STLFavoritesButton--icon .FavoritesButton {
	top: 8px;
	right: 8px;
	position: static
}

.ProductDetailMainImage--padded {
	padding-bottom: 8px
}

.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent--hero,
.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent-heroThumbnailWrapper,
.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .ProductDetailMainImage-mainImageResponsive,
.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .STLPhotoCard--pdpCarousel .STLPhotoCard-image,
.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .VideoPlayer-element {
	min-height: 180px;
	max-height: -webkit-calc(100vh - 352px);
	max-height: calc(100vh - 352px)
}

@media screen and (min-height:598px) {
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent--hero,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent-heroThumbnailWrapper,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .ProductDetailMainImage-mainImageResponsive,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .STLPhotoCard--pdpCarousel .STLPhotoCard-image,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .VideoPlayer-element {
		max-height: -webkit-calc(100vh - 403px);
		max-height: calc(100vh - 403px)
	}
}

@media screen and (min-width:1280px) and (min-height:598px) {
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent--hero,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent-heroThumbnailWrapper,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .ProductDetailMainImage-mainImageResponsive,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .STLPhotoCard--pdpCarousel .STLPhotoCard-image,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .VideoPlayer-element {
		max-height: -webkit-calc(100vh - 491px);
		max-height: calc(100vh - 491px)
	}
}

@media screen and (min-width:1440px) and (min-height:598px) {
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent--hero,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent-heroThumbnailWrapper,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .ProductDetailMainImage-mainImageResponsive,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .STLPhotoCard--pdpCarousel .STLPhotoCard-image,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .VideoPlayer-element {
		max-height: -webkit-calc(100vh - 516px);
		max-height: calc(100vh - 516px)
	}
}

.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent-arrowsWrapper--vertical {
	max-height: 100%
}

.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent--vertical {
	min-height: 70px
}

.InertiaCarouselComponent-heroThumbnails .InertiaCarouselComponent-item>.ProductDetailMainImage-heroThumbnails {
	border-color: transparent
}

.InertiaCarouselComponent-heroThumbnails .InertiaCarouselComponent-item.is-active>.ProductDetailMainImage-heroThumbnails {
	border-color: #841987
}

@media screen and (min-width:750px) {
	.ProductDetailInfoBlock-header--compact .ProductDetailInfoBlock-header-manu {
		width: -webkit-calc(100% - 220px);
		width: calc(100% - 220px);
		float: right
	}
	.ProductDetailInfoBlock-header--compact .ProductDetailInfoBlock-header-rating {
		margin-top: -4px
	}
}

.ProductDetailInfoBlock-header-ratingWrapper {
	margin: 12px 0
}

@media screen and (min-width:750px) {
	.ProductDetailInfoBlock-header-ratingWrapper--hasMobileWrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex
	}
}

@media screen and (min-width:1024px) {
	.ProductDetailInfoBlock-header-ratingWrapper--hasMediumWrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex
	}
}

.ProductDetailInfoBlock-header-brandRating {
	margin-top: 12px
}

@media screen and (min-width:750px) {
	.ProductDetailInfoBlock-header-brandRating--hasMobileWrap {
		margin: 5px 0 0 12px
	}
}

@media screen and (min-width:1024px) {
	.ProductDetailInfoBlock-header-brandRating--hasMediumWrap {
		margin: 5px 0 0 12px
	}
}

.ProductDetailInfoBlock-header-rating--drawer .pl-ReviewStars-reviews {
	color: #841987;
	text-decoration: underline
}

.ProductDetailInfoBlock-header-rating--drawer .pl-ReviewStars-reviews:active,
.ProductDetailInfoBlock-header-rating--drawer .pl-ReviewStars-reviews:focus,
.ProductDetailInfoBlock-header-rating--drawer .pl-ReviewStars-reviews:hover {
	text-decoration: none
}

.B2BProductPriceBlock {
	margin: 8px 0;
	border-left: 4px solid #006e72;
	padding-left: 8px
}

.B2BProductPriceBlock-tradeText {
	line-height: 1.2;
	color: #006e72
}

.B2BProductPriceBlock-displayPrice {
	line-height: 1.2;
	color: #006e72;
	font-size: 1.5625rem
}

.B2BProductPriceBlock-displayPrice .from_text {
	font-size: 1rem
}

.B2BProductPriceBlock-displayPrice .PricePerItemBlock {
	color: #221924;
	font-size: 1rem
}

.B2BProductPriceBlock-listPriceCrossedOut,
.B2BProductPriceBlock-strikethroughPrice {
	color: #615c65;
	line-height: 1.2
}

.B2BProductPriceBlock-listPriceCrossedOut {
	text-decoration: line-through
}

.B2BProductPriceBlock-savedPercent {
	padding-left: 8px
}

.B2BProductPriceBlock--isAlignedRight {
	margin-top: 0
}

.B2BProductPriceBlock--isAlignedRight .B2BProductPriceBlock-displayPrice {
	margin-right: 0
}

@media screen and (min-width:750px) {
	.B2BProductPriceBlock--isAlignedRight {
		border-right: 4px solid #006e72;
		padding: 0 8px 0 0;
		border-left: none
	}
}

.B2BProductPriceBlock--sale .B2BProductPriceBlock-displayPrice,
.B2BProductPriceBlock--sale .B2BProductPriceBlock-tradeText {
	color: #c4113f
}

.B2BProductPriceBlock--sale.B2BProductPriceBlock--isAlignedLeft {
	border-left: 4px solid #c4113f
}

.B2BProductPriceBlock--sale.B2BProductPriceBlock--isAlignedRight {
	border-right: 4px solid #c4113f
}

@media screen and (min-width:750px) {
	.B2BProductPriceBlock--inline .B2BProductPriceBlock-displayPrice {
		display: inline-block
	}
}

.B2BProductPriceBlock--inline .B2BProductPriceBlock-listPriceCrossedOut,
.B2BProductPriceBlock--inline .B2BProductPriceBlock-savedPercent,
.B2BProductPriceBlock--inline .B2BProductPriceBlock-strikethroughPrice {
	display: inline-block
}

.B2BProductPriceBlock--onPdp,
.B2BProductPriceBlock--onPdpSidecar {
	border-left: 4px solid #006e72;
	margin-top: 0
}

@media screen and (min-width:750px) {
	.B2BProductPriceBlock--onPdp .B2BProductPriceBlock-listPriceCrossedOut,
	.B2BProductPriceBlock--onPdpSidecar .B2BProductPriceBlock-listPriceCrossedOut {
		padding-left: 8px
	}
}

.B2BProductPriceBlock--onPdp .B2BProductPriceBlock-displayPrice {
	font-size: 3.0625rem;
	line-height: 1.2
}

.ProductReviewsLinkCardTitle-rating {
	-webkit-transition: visibility 0s linear .2ms, opacity .2ms ease-in-out;
	transition: visibility 0s linear .2ms, opacity .2ms ease-in-out
}

.ProductReviewsLinkCardTitle-rating.is-hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0s, opacity .2ms ease-in-out;
	transition: visibility 0s linear 0s, opacity .2ms ease-in-out
}

.DrawerProductCard {
	margin: 2px 0 16px;
	padding: 24px;
	background: #fff
}

.DrawerProductCard--noBorder {
	margin-bottom: 0
}

.DrawerProductCard-buttonWrapper {
	margin-top: 16px
}

.SpecialOffersWrapper {
	margin-bottom: 8px
}

.SpecialOffersWrapper--condensed {
	margin-bottom: 2px
}

.SpecialOffersWrapper-count {
	color: #615c65
}

.VisualizationContentIllustratedInfo {
	padding: 8px 24px 16px 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 50%
}

@media screen and (min-width:750px) and (max-width:960px) {
	.VisualizationContentIllustratedInfo {
		width: 100%
	}
}

.VisualizationContentIllustratedInfo--twoColumnResponsive {
	width: 100%;
	padding: 8px 24px 8px 0
}

@media screen and (min-width:470px) {
	.VisualizationContentIllustratedInfo--twoColumnResponsive {
		width: 50%
	}
}

.VisualizationContentIllustratedInfo--threeColumnResponsive {
	width: 100%;
	padding: 8px 16px 8px 0
}

@media screen and (min-width:470px) {
	.VisualizationContentIllustratedInfo--threeColumnResponsive {
		width: 50%
	}
}

@media screen and (min-width:768px) {
	.VisualizationContentIllustratedInfo--threeColumnResponsive {
		width: 33%
	}
}

@media screen and (min-width:960px) {
	.VisualizationContentIllustratedInfo--threeColumnResponsive {
		width: 50%
	}
}

@media screen and (min-width:1280px) {
	.VisualizationContentIllustratedInfo--threeColumnResponsive {
		width: 33%
	}
}

.VisualizationContentIllustratedInfo--threeColumnOnHalfScreen {
	width: 50%;
	padding: 8px 16px 8px 0
}

@media screen and (min-width:768px) {
	.VisualizationContentIllustratedInfo--threeColumnOnHalfScreen {
		width: 33%
	}
}

@media screen and (min-width:960px) {
	.VisualizationContentIllustratedInfo--threeColumnOnHalfScreen {
		width: 50%
	}
}

@media screen and (min-width:1440px) {
	.VisualizationContentIllustratedInfo--threeColumnOnHalfScreen {
		width: 33%
	}
}

.VisualizationContentIllustratedInfo--sixColumnCombined {
	padding: 8px 24px 8px 0;
	width: 100%
}

@media screen and (min-width:480px) {
	.VisualizationContentIllustratedInfo--sixColumnCombined {
		width: 50%
	}
}

@media screen and (min-width:800px) {
	.VisualizationContentIllustratedInfo--sixColumnCombined {
		width: 33.33333%
	}
}

@media screen and (min-width:960px) {
	.VisualizationContentIllustratedInfo--sixColumnCombined {
		width: 25%
	}
}

@media screen and (min-width:1280px) {
	.VisualizationContentIllustratedInfo--sixColumnCombined {
		width: 16.66667%
	}
}

.VisualizationContentIllustratedInfo-descriptionWrap {
	width: -webkit-calc(100% - 58px);
	width: calc(100% - 58px)
}

.VisualizationContentIllustratedInfo-description {
	word-wrap: break-word
}

.VisualizationContentIllustratedInfo-image {
	margin-right: 8px;
	height: 50px;
	width: 50px;
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}

.VisualizationContentTextInfo {
	width: 50%;
	padding: 8px 24px 16px 0
}

@media screen and (min-width:750px) and (max-width:960px) {
	.VisualizationContentTextInfo {
		width: 100%
	}
}

.VisualizationContentTextInfo--twoColumnResponsive {
	width: 100%;
	padding: 8px 24px 8px 0
}

@media screen and (min-width:360px) {
	.VisualizationContentTextInfo--twoColumnResponsive {
		width: 50%
	}
}

.VisualizationContentTextInfo--threeColumnResponsive {
	width: 100%;
	padding: 8px 16px 8px 0
}

@media screen and (min-width:470px) {
	.VisualizationContentTextInfo--threeColumnResponsive {
		width: 50%
	}
}

@media screen and (min-width:768px) {
	.VisualizationContentTextInfo--threeColumnResponsive {
		width: 33%
	}
}

@media screen and (min-width:960px) {
	.VisualizationContentTextInfo--threeColumnResponsive {
		width: 50%
	}
}

@media screen and (min-width:1280px) {
	.VisualizationContentTextInfo--threeColumnResponsive {
		width: 33%
	}
}

.VisualizationContentTextInfo--threeColumnOnHalfScreen {
	width: 50%;
	padding: 8px 16px 8px 0
}

@media screen and (min-width:768px) {
	.VisualizationContentTextInfo--threeColumnOnHalfScreen {
		width: 33%
	}
}

@media screen and (min-width:960px) {
	.VisualizationContentTextInfo--threeColumnOnHalfScreen {
		width: 50%
	}
}

@media screen and (min-width:1440px) {
	.VisualizationContentTextInfo--threeColumnOnHalfScreen {
		width: 33%
	}
}

.VisualizationContentTextInfo--sixColumnCombined {
	padding: 8px 24px 8px 0;
	width: 100%
}

@media screen and (min-width:480px) {
	.VisualizationContentTextInfo--sixColumnCombined {
		width: 50%
	}
}

@media screen and (min-width:800px) {
	.VisualizationContentTextInfo--sixColumnCombined {
		width: 33.33333%
	}
}

@media screen and (min-width:960px) {
	.VisualizationContentTextInfo--sixColumnCombined {
		width: 25%
	}
}

@media screen and (min-width:1280px) {
	.VisualizationContentTextInfo--sixColumnCombined {
		width: 16.66667%
	}
}

.VisualizationContentTextInfo-term {
	color: #615c65
}

.VisualizationContentTextInfo-value {
	display: inline-block;
	vertical-align: middle
}

.VisualizationContentTextInfo-term,
.VisualizationContentTextInfo-valeu {
	width: 100%;
	word-wrap: break-word
}

.pl-VisuallyHidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.CompareSimilarItemsCarousel-item {
	background: #fff;
	border-radius: 8px;
	width: 40%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 184px;
	margin: 0 4px;
	position: relative
}

.CompareSimilarItemsCarousel-item--designServices {
	background: inherit;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.CompareSimilarItemsCarousel-item--withBorder {
	border: 1px solid #d9d8d8
}

.CompareSimilarItemsCarousel-item--wide {
	max-width: 220px
}

.CompareSimilarItemsCarousel--placeholder {
	overflow: hidden
}

.CompareSimilarItemsCarousel--placeholder .CompareSimilarItemsCarousel-item:first-child {
	margin-left: 0
}

.CompareSimilarItemsTable {
	display: block;
	overflow: hidden;
	overflow-x: auto
}

.CompareSimilarItemsTable-wrap {
	position: relative
}

.CompareSimilarItemsTable-arrows {
	position: absolute;
	width: 100%;
	top: 40%
}

.CompareSimilarItemsTable-row {
	background-color: #fff
}

.CompareSimilarItemsTable-row:nth-child(2n) {
	background-color: #e6d3e4
}

.CompareSimilarItemsTable-dataWrap {
	position: relative;
	padding: 2px 8px 8px;
	vertical-align: top;
	border-right: 8px solid #f4f4f5;
	width: 38vw
}

@media screen and (min-width:750px) {
	.CompareSimilarItemsTable-dataWrap {
		max-width: 213px
	}
}

.CompareSimilarItemsTable-dataWrap:last-child {
	border-right: 0
}

.CompareSimilarItemsTable-dataWrap--productCard {
	padding: 0;
	vertical-align: middle
}

.CompareSimilarItemsTable-label {
	font-size: .8125rem;
	color: #615c65
}

.SectionTitle {
	margin: 32px 0 8px
}

.SectionTitle-header {
	font-size: 1.5625rem;
	font-weight: 700;
	position: relative;
	line-height: 1.0968921389
}

@media screen and (min-width:640px) {
	.SectionTitle-header {
		line-height: 1.28
	}
}

.SectionTitle-header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.SectionTitle-header-innerWrap {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding-right: 8px
}

.SectionTitle-header-innerWrap.has-truncatedText {
	overflow: hidden
}

.has-truncatedText .SectionTitle-header {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.SectionTitle-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end
}

.has-icon .SectionTitle-link-arrow {
	margin-right: -6px
}

.SectionTitle-subtitle {
	margin: 5px 0 0
}

.has-truncatedText .SectionTitle-subtitle {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: normal
}

.SectionTitle--small {
	margin: 24px 0 8px
}

.SectionTitle--small .SectionTitle-header,
.SectionTitle--small .SectionTitle-link {
	font-size: 16px
}

.SectionTitle--inverse .SectionTitle-header,
.SectionTitle--inverse .SectionTitle-link-arrow,
.SectionTitle--inverse .SectionTitle-subtitle {
	color: #fff;
	fill: #fff
}

.SectionTitle--centered {
	text-align: center
}

.SectionTitle--left {
	text-align: left
}

.SectionTitle--noVerticalSpacing {
	margin-top: 0
}

.ProductDetailCarouselResponsive {
	overflow: hidden
}

.ProductDetailCarouselResponsive-linkCardCount {
	color: #615c65;
	padding-left: 5px
}

.ProductDetailCarouselResponsive-item {
	background: #fff;
	border-radius: 8px;
	position: relative
}

.ProductDetailCarouselResponsive-item--default {
	width: 40%;
	max-width: 184px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 40%;
	flex: 0 0 40%
}

.ProductDetailCarouselResponsive-item--wide {
	max-width: 220px
}

.ProductDetailCarouselResponsive-item--listView {
	max-width: 450px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%
}

.ProductDetailCarouselResponsive-item:not(:last-of-type) {
	margin: 0 8px 0 0
}

.ProductDetailCarouselResponsive-item--quickViewOpen {
	width: 100%;
	min-width: 100%
}

.ProductDetailCarouselResponsive-quickView-button {
	position: absolute;
	bottom: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #d9d8d8;
	padding: 5px;
	border-radius: 0 0 8px 8px;
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	width: 100%;
	display: none
}

.ProductDetailCarouselResponsive-quickView-button,
.ProductDetailCarouselResponsive-quickView-button *,
.ProductDetailCarouselResponsive-quickView-button:after,
.ProductDetailCarouselResponsive-quickView-button:after,
.ProductDetailCarouselResponsive-quickView-button:before,
.ProductDetailCarouselResponsive-quickView-button:before {
	box-sizing: border-box
}

@media screen and (min-width:960px) {
	.ProductDetailCarouselResponsive-quickView-button {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex
	}
}

.ProductDetailCarouselResponsive-quickView-button:focus,
.ProductDetailCarouselResponsive-quickView-button:hover {
	opacity: 1
}

.ProductDetailCarouselResponsive-quickView-innerWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.ProductDetailCarouselResponsive-quickView-innerWrap-productCard {
	width: 40%
}

.ProductDetailCarouselResponsive-arrowButton {
	will-change: transform
}

.PricePerItemBlock {
	font-size: 1.25rem;
	display: inline-block;
	margin-right: 8px;
	line-height: 1
}

.SuggestedRetailPrice {
	display: inline-block
}

.SuggestedRetailPrice-label {
	font-size: 1rem;
	margin-right: 8px;
	color: #c4113f
}

.PercentageOff {
	display: inline-block;
	color: #615c65
}

.PercentageOff--highlight {
	font-size: 1rem;
	margin-right: 8px;
	color: #c4113f
}

.WasPrice {
	display: inline-block
}

.WasPrice-label {
	color: #615c65;
	margin-right: 8px;
	font-size: 1rem
}

.Breadcrumbs {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	background: transparent;
	white-space: nowrap;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.Breadcrumbs.has-spacing {
	padding: 4px 8px
}

@media screen and (min-width:640px) {
	.Breadcrumbs.has-spacing {
		padding: 4px 0
	}
}

.Breadcrumbs-list {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1
}

.Breadcrumbs::-webkit-scrollbar {
	display: none
}

.Breadcrumbs-listItem {
	display: inline-block;
	font-size: .8125rem
}

.Breadcrumbs-separator {
	padding: 0 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #615c65
}

.Breadcrumbs-innerWrap,
.Breadcrumbs-outerWrap {
	margin: 0 auto
}

.Breadcrumbs-outerWrap {
	width: 100%;
	min-width: 100%
}

.Breadcrumbs-innerWrap {
	max-width: 1280px
}

@media screen and (min-width:640px) {
	.Breadcrumbs-innerWrap .Breadcrumbs {
		padding: 12px
	}
}

.ThumbnailCarousel {
	min-height: 30px
}

.ThumbnailCarousel-thumbnails {
	display: none
}

.pl-Wayfinders {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

@media screen and (min-width:640px) {
	.ThumbnailCarousel-thumbnails {
		display: block
	}
	.pl-Wayfinders {
		display: none
	}
}

.ProductDetailImageCarouselVariantB_V2 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}

.ProductDetailImageCarouselVariantB_V2.is-fewerThanTwoItemsInCarousel {
	display: none
}

@media screen and (min-width:640px) and (max-width:959px) {
	.ProductDetailImageCarouselVariantB_V2.is-fewerThanThreeItemsInCarousel {
		display: none
	}
}

.ProductDetailImageCarouselVariantB_V2-carousel {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.ProductDetailImageCarouselVariantB_V2-imageHoverZoom {
	position: absolute;
	top: 0;
	right: -24px
}

.ProductDetailImageCarouselVariantB_V2-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	width: 100%
}

.ProductDetailImageCarouselVariantB_V2-imageViewer {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	position: relative;
	max-width: 100%
}

.ProductDetailImageCarouselVariantB_V2-image {
	position: relative;
	margin: auto;
	height: 100%
}

.ProductDetailImageCarouselVariantB_V2-carouselItem {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: -webkit-calc(50% - 8px);
	width: calc(50% - 8px);
	margin-right: 16px
}

.ProductDetailImageCarouselVariantB_V2-carouselItem:last-child {
	margin-right: 0
}

@media(min-width:960px) and (max-width:1280px) {
	.ProductDetailImageCarouselVariantB_V2-carouselItem {
		width: 100%
	}
}

.ProductDetailImageCarouselVariantB_V2-carouselItem--single {
	width: 100%;
	max-width: 90vh;
	margin: auto
}

.ProductDetailImageCarouselVariantB_V2-carouselItem--single:last-child {
	margin-right: auto
}

.ProductDetailImageCarouselVariantB_V2-thumbnailsWrap {
	text-align: center
}

.ProductDetailImageCarouselVariantB_V2-thumbnailsWrap .ProductDetailImageThumbnail {
	padding: 5px;
	margin: 0;
	background-clip: content-box
}

.ProductDetailImageCarouselVariantB_V2-thumbnails {
	margin-top: 16px;
	position: relative;
	display: inline-block
}

@media screen and (min-width:960px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails {
		max-width: 384px
	}
}

@media screen and (min-width:1120px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails {
		max-width: 516px
	}
}

@media screen and (min-width:1120px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails--halfColumnWidthCarousel {
		max-width: 384px
	}
}

@media screen and (min-width:1280px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails--halfColumnWidthCarousel {
		max-width: 516px
	}
}

@media screen and (min-width:1600px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails {
		max-width: 648px
	}
}

@media screen and (max-width:959px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails {
		max-width: 579px
	}
	.ProductDetailImageCarouselVariantB_V2-thumbnails .ProductDetailImageThumbnail {
		width: 40px;
		height: 40px
	}
	.ProductDetailImageCarouselVariantB_V2-thumbnails .ProductDetailImageThumbnail--360 .ProductDetailImageThumbnail-icon {
		width: 22px;
		height: 22px;
		vertical-align: top
	}
}

.ProductDetailImageCarouselVariantB_V2-thumbnailArrow {
	width: 28px;
	height: 56px;
	margin: 7px 0
}

.ProductDetailImageCarouselVariantB_V2-thumbnailArrow--previous {
	position: relative;
	float: left;
	margin-right: -28px;
	z-index: 100
}

.ProductDetailImageCarouselVariantB_V2-thumbnailArrow--next {
	position: relative;
	float: right;
	margin-left: -28px;
	z-index: 100
}

@media screen and (max-width:960px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnailArrow {
		height: 40px
	}
}

.ProductDetailImageCarouselVariantB_V2-arrowButton.ProductDetailImageCarouselVariantB_V2-arrowButton {
	background-color: rgba(34, 25, 36, .5);
	color: #fff;
	width: 28px;
	height: 56px;
	border-radius: 0;
	border: 0
}

.ProductDetailImageCarouselVariantB_V2-arrowButton.ProductDetailImageCarouselVariantB_V2-arrowButton:not(:disabled):focus .pl-CarouselButton-icon,
.ProductDetailImageCarouselVariantB_V2-arrowButton.ProductDetailImageCarouselVariantB_V2-arrowButton:not(:disabled):hover .pl-CarouselButton-icon {
	fill: #fff
}

.ProductDetailImageCarouselVariantB_V2-arrowButton.ProductDetailImageCarouselVariantB_V2-arrowButton:disabled {
	display: none
}

@media screen and (max-width:960px) {
	.ProductDetailImageCarouselVariantB_V2-arrowButton.ProductDetailImageCarouselVariantB_V2-arrowButton {
		height: 40px
	}
}

.ProductDetailImageCarouselVariantB_V2-catalogFeedback {
	position: absolute;
	top: -50px;
	right: 0
}

.ProductRatingNumberWithCount {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.ProductRatingNumberWithCount-count,
.ProductRatingNumberWithCount-rating {
	margin-left: 8px
}

.ProductRatingNumberWithCount-count {
	border-left: 1px solid #615c65;
	padding-left: 8px;
	color: #841987;
	text-decoration: underline
}

.DeliveryView {
	min-height: -webkit-calc(5rem+10px);
	min-height: calc(5rem+10px);
	margin-bottom: 16px
}

.DeliveryView--condensed {
	margin-bottom: 8px
}

.DeliveryView--expanded {
	min-height: -webkit-calc(7rem+10px);
	min-height: calc(7rem+10px)
}

.DeliveryView-shipping-shipsInTime {
	color: #221924;
	font-weight: 600
}

.DeliveryView-shipping-label--lowStock {
	color: #c90000;
	padding-bottom: 10px
}

.DeliveryView-shipping-guarantee {
	color: #247139
}

.DeliveryView-shipping-guaranteeTime {
	color: #221924
}

.DeliveryView-shipping-leadTime {
	color: #221924;
	display: inline-block
}

.DeliveryView-shipping-wrap {
	position: relative
}

.DeliveryView-shipping-limited-link {
	color: #615c65
}

.DeliveryView-shipping-limited {
	font-size: .8125rem
}

.DeliveryView-shipping-section--toolTip {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding-left: 4px
}

.DeliveryView-shipping-section--toolTip .DeliveryView-shipping-leadTime,
.DeliveryView-shipping-section--toolTip .ProductDetailInfoBlock-shipping-date {
	color: #247139
}

.DeliveryView-vatAndShippingText {
	color: #615c65
}

.DeliveryView--hotDeals {
	margin-bottom: 0;
	min-height: 6em
}

@media screen and (min-width:470px) {
	.DeliveryView--hotDeals {
		min-height: -webkit-calc(5rem+10px);
		min-height: calc(5rem+10px)
	}
}

.ProductDetailInfoBlock-shipping-date {
	color: #221924;
	white-space: nowrap
}

.ProductOverviewInformation {
	background: #fff;
	padding: 0 24px
}

.ProductOverviewInformation,
.ProductOverviewInformation *,
.ProductOverviewInformation:after,
.ProductOverviewInformation:after,
.ProductOverviewInformation:before,
.ProductOverviewInformation:before {
	box-sizing: border-box
}

.ProductOverviewInformation--inDrawer {
	padding: 0 16px
}

@media screen and (min-width:750px) {
	.ProductOverviewInformation {
		padding: 0
	}
}

.ProductOverviewInformation-description {
	margin-bottom: 20px
}

.ProductOverviewInformation-content {
	padding: 24px 0
}

@media screen and (min-width:750px) {
	.ProductOverviewInformation-content {
		padding: 0
	}
}

.ProductOverviewInformation-list {
	padding: 0 10px
}

.ProductOverviewInformation-list-item {
	list-style: disc;
	margin: 10px 0 10px 20px
}

.Banner {
	position: relative;
	padding: 20px 16px;
	border-radius: 8px
}

.Banner.is-dismissible {
	padding-right: -webkit-calc(2em+24px);
	padding-right: calc(2em+24px)
}

.Banner-text {
	display: inline
}

.Banner a:not([class]),
.Banner button:not([class]) {
	display: inline-block;
	color: inherit;
	text-decoration: underline
}

.Banner a:not([class]):focus,
.Banner a:not([class]):hover,
.Banner button:not([class]):focus,
.Banner button:not([class]):hover {
	text-decoration: none
}

.Banner-dismissBtn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16px
}

.Banner--info {
	background: #cfacd2;
	color: #221924
}

.Banner--info.is-b2b {
	background: #ceebea
}

.Banner--alert {
	background: #c90000;
	color: #fff
}

.Banner--success {
	background: #841987;
	color: #fff
}

.AtAGlance {
	background: #fff;
	margin-bottom: 8px
}

.AtAGlance-title {
	border-radius: 3px;
	padding: 16px 16px 8px
}

.AtAGlance-overallDimensions {
	padding: 8px 24px 0
}

.AtAGlance-overallDimensionsNoVizcons {
	padding-bottom: 16px
}

.product_call_to_action_form-css {
	color: red
}

.Veil {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1049
}

.Veil.has-elevatedIndex {
	z-index: 2001
}

.Veil.has-lowIndex {
	z-index: 11
}

.Veil.has-overlay {
	background-color: rgba(34, 25, 36, .5)
}

.Veil.has-overlay.Veil-appear {
	-webkit-transition: opacity .25s cubic-bezier(.22, .61, .36, 1);
	transition: opacity .25s cubic-bezier(.22, .61, .36, 1);
	opacity: 0
}

.Veil.has-overlay.Veil-appear-active {
	opacity: 1
}

.Veil.has-overlay.Veil-exit {
	-webkit-transition: opacity .25s cubic-bezier(.55, .06, .68, .19);
	transition: opacity .25s cubic-bezier(.55, .06, .68, .19);
	opacity: 1
}

.Veil.has-overlay.Veil-exit-active {
	opacity: 0
}

.pl-CloseButton-icon--default {
	color: #221924
}

.StickyContainer--css-sticky {
	position: -webkit-sticky;
	position: sticky;
	z-index: 10;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.StickyContainer--low-index {
	z-index: 5
}

.StickyContainer.is-sticking {
	top: 0
}

.StickyContainer-header {
	width: 100%;
	position: relative;
	top: 0;
	z-index: 10
}

.StickyContainer-header--low-index {
	z-index: 5
}

.StickyContainer:not(.StickyContainer--css-sticky) .StickyContainer-header.is-sticking:not(.is-contained) {
	position: fixed
}

.ProductCard-manufacturer.is-oneLine,
.ProductCard-name.is-oneLine {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ProductCard-manufacturer.is-twoLines,
.ProductCard-name.is-twoLines {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden
}

.ProductCard {
	display: block;
	padding: 8px;
	font-size: 1rem;
	text-decoration: none;
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	flex: 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	border-radius: 8px
}

.ProductCard:focus,
.ProductCard:hover {
	text-decoration: none;
	outline: 0
}

.ProductCard-container {
	border-radius: 8px;
	background: #fff;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}

.ProductCard-container.is-focused:focus:before,
.ProductCard-container.is-focused:hover:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 8px;
	border: 2px solid #af78b4;
	pointer-events: none
}

.ProductCard-container .ProductCard-favoritesButtonWrap {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 4
}

html:not(.touch) .ProductCard-container--hoverReveal {
	-webkit-transition: box-shadow .15s ease-in;
	transition: box-shadow .15s ease-in;
	border: 0
}

html:not(.touch) .ProductCard-container--hoverReveal:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 8px;
	opacity: 0;
	box-shadow: 0 0 13px 0 rgba(97, 92, 101, .16);
	-webkit-transition: opacity .15s ease-in;
	transition: opacity .15s ease-in
}

html:not(.touch) .ProductCard-container--hoverReveal.is-focused .ProductCard:focus:before,
html:not(.touch) .ProductCard-container--hoverReveal.is-focused .ProductCard:hover:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 8px;
	border: 2px solid #af78b4;
	border-bottom: 2px solid #fff;
	pointer-events: none
}

html:not(.touch) .ProductCard-container--hoverReveal.is-focused .ProductCard-details {
	border: 2px solid #af78b4;
	border-top: 0
}

html:not(.touch) .ProductCard-container--hoverReveal .ProductCard-imageWrap {
	z-index: 2
}

html:not(.touch) .ProductCard-container--hoverReveal .ProductCard .ProductCard-details {
	position: absolute;
	margin-top: -8px;
	padding: 8px;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 1;
	background: #fff;
	-webkit-transition: box-shadow .2s ease, opacity .2s ease;
	transition: box-shadow .2s ease, opacity .2s ease;
	box-shadow: 0 13px 13px 0 rgba(97, 92, 101, .16);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	border-radius: 0 0 8px 8px
}

html:not(.touch) .ProductCard-container--hoverReveal.is-hovered,
html:not(.touch) .ProductCard-container--hoverReveal .ProductCard:focus,
html:not(.touch) .ProductCard-container--hoverReveal:hover {
	z-index: 5
}

html:not(.touch) .ProductCard-container--hoverReveal.is-hovered:after,
html:not(.touch) .ProductCard-container--hoverReveal .ProductCard:focus:after,
html:not(.touch) .ProductCard-container--hoverReveal:hover:after {
	opacity: 1
}

html:not(.touch) .ProductCard-container--hoverReveal.is-hovered .ProductCard-details,
html:not(.touch) .ProductCard-container--hoverReveal .ProductCard:focus .ProductCard-details,
html:not(.touch) .ProductCard-container--hoverReveal:hover .ProductCard-details {
	-webkit-animation: revealDetails .25s cubic-bezier(.22, .61, .36, 1) forwards;
	animation: revealDetails .25s cubic-bezier(.22, .61, .36, 1) forwards
}

html:not(.touch) .ProductCard-container--hoverReveal .pl-CardFlag--top-left {
	top: 0;
	left: 0
}

@-webkit-keyframes revealDetails {
	0% {
		-webkit-transform: translateY(-32px);
		transform: translateY(-32px);
		visibility: hidden;
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
		opacity: 1
	}
}

@keyframes revealDetails {
	0% {
		-webkit-transform: translateY(-32px);
		transform: translateY(-32px);
		visibility: hidden;
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
		opacity: 1
	}
}

.ProductCard-container--anchoredContent {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}

.ProductCard-container--anchoredContent .ProductCard {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	flex: auto
}

.ProductCard-container--anchoredContent .ProductCard-anchoredContent {
	-webkit-align-self: flex-end;
	align-self: flex-end;
	margin-top: auto;
	width: 100%
}

.ProductCard-container,
.ProductCard-imageWrap {
	position: relative
}

.ProductCard-imageWrap {
	overflow: hidden;
	margin: -8px;
	padding: 8px
}

.ProductCard-imageWrap--fullBleed {
	padding: 0;
	border-radius: 8px 8px 0 0
}

.ProductCard-imageWrap--fullBleed .ProductCard-favoritesButtonWrap {
	top: 8px;
	right: 8px
}

.ProductCard-image {
	display: block;
	margin: 0 auto;
	width: 100%
}

.ProductCard-image--lazyLoad {
	height: 0;
	padding-top: 100%;
	background-color: #f4f4f5;
	overflow: hidden
}

.ProductCard-header,
.ProductCard-moreOptions,
.ProductCard-pricing,
.ProductCard-reviews {
	margin-top: 8px
}

.ProductCard-reviews {
	margin-bottom: 8px
}

.ProductCard-options--sticky {
	min-height: 50px
}

.ProductCard-details {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	white-space: normal;
	margin-top: 16px
}

@media screen and (min-width:800px) {
	.ProductCard-details {
		padding: 0 4px
	}
}

.ProductCard-name {
	color: #221924;
	font-weight: 400;
	font-size: 1rem;
	-webkit-transition: color .15s ease-out;
	transition: color .15s ease-out
}

.german .ProductCard-name {
	word-break: break-word
}

.ProductCard-manufacturer {
	color: #221924
}

.ProductCard-manufacturer,
.ProductCard-name {
	line-height: 1.2
}

.ProductCard-manufacturer.is-twoLines,
.ProductCard-name.is-twoLines {
	height: 2.4em
}

.ProductCard-price {
	display: inline-block;
	color: #221924;
	text-decoration: none;
	margin-right: 4px;
	font-size: 1.25rem;
	line-height: 1.2
}

.ProductCard-price.ProductCard-price--openBox {
	font-size: inherit
}

.ProductCard-price--listPriceLabel {
	margin-right: 4px
}

.ProductCard-price--daySaleDetails,
.ProductCard-price--openBox,
.ProductCard-price--sale {
	color: #c4113f
}

.ProductCard-price--listPrice,
.ProductCard-price--perItem,
.ProductCard-price--perSpecialUnit {
	font-weight: 400
}

.ProductCard-price--listPrice,
.ProductCard-price--listPriceLabel {
	color: #615c65
}

.ProductCard-price--listPrice {
	text-decoration: line-through;
	white-space: nowrap
}

.ProductCard-price--listPriceFromTreatment {
	text-decoration: none
}

.ProductCard-price.ProductCard-price--daySaleDetails {
	font-size: 1rem
}

.ProductCard-price.ProductCard-price .ca .ProductCard-price {
	font-size: 1.25rem
}

.ProductCard-price.ProductCard-price--listPrice,
.ProductCard-price.ProductCard-price--listPriceLabel,
.ProductCard-price.ProductCard-price--perItem,
.ProductCard-price.ProductCard-price--perSpecialUnit,
.ProductCard-price.ProductCard-price .ca .ProductCard-price--list-price,
.ProductCard-price.ProductCard-price .from_text,
.ProductCard-price.ProductCard-price .price_prefix {
	font-size: 1rem
}

.ProductCard-price-tradeText {
	color: #221924
}

.ProductCard-price .from_text {
	font-weight: 400
}

@media screen and (min-width:800px) {
	.ProductCard-price {
		font-size: 1.5625rem
	}
}

.ProductCard--listView {
	display: table;
	table-layout: fixed;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row
}

.ProductCard--listView--isSmallImage .ProductCard-imageWrap {
	width: 25%
}

.ProductCard--listView--isSmallImage .ProductCard-details {
	width: 75%
}

.ProductCard--listView--noImage .ProductCard .ProductCard-details {
	width: 100%;
	padding-left: 0
}

.ProductCard--listView .pl-CardFlag--top-left {
	top: 0;
	left: 0
}

.ProductCard--listView .ProductCard-options {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.ProductCard--listView .ProductCard-details,
.ProductCard--listView .ProductCard-imageWrap {
	display: table-cell;
	vertical-align: top
}

.ProductCard--listView .ProductCard-imageWrap {
	width: 40%
}

.ProductCard--listView .ProductCard-imageWrap--fullBleed .ProductCard-options {
	margin-left: 8px
}

.ProductCard--listView .ProductCard-details {
	width: 60%;
	padding-left: 4%
}

@media screen and (min-width:800px) {
	.ProductCard--listView .ProductCard-details {
		padding-left: 6%
	}
}

.ProductCard--listView .ProductCard-details,
.ProductCard--listView .ProductCard-header {
	margin-top: 0
}

.ProductCard--listView .ProductCard-imageWrap {
	-webkit-align-self: flex-start;
	align-self: flex-start
}

.ProductCard--listView .ProductCard-details,
.ProductCard--listView .ProductCard-imageWrap,
.ProductCard .is-stacked {
	display: block
}

[role=button].ProductCard:active,
[role=button].ProductCard:focus,
[role=button].ProductCard:hover,
a.ProductCard:active,
a.ProductCard:focus,
a.ProductCard:hover {
	cursor: pointer
}

[role=button].ProductCard:active .ProductCard-name,
[role=button].ProductCard:focus .ProductCard-name,
[role=button].ProductCard:hover .ProductCard-name,
a.ProductCard:active .ProductCard-name,
a.ProductCard:focus .ProductCard-name,
a.ProductCard:hover .ProductCard-name {
	color: #841987;
	text-decoration: underline
}

[role=button].ProductCard:active .ProductCard-price,
[role=button].ProductCard:focus .ProductCard-price,
[role=button].ProductCard:hover .ProductCard-price,
a.ProductCard:active .ProductCard-price,
a.ProductCard:focus .ProductCard-price,
a.ProductCard:hover .ProductCard-price {
	color: #221924;
	text-decoration: none
}

[role=button].ProductCard:active .ProductCard-price--listPrice,
[role=button].ProductCard:active .ProductCard-price--listPriceLabel,
[role=button].ProductCard:focus .ProductCard-price--listPrice,
[role=button].ProductCard:focus .ProductCard-price--listPriceLabel,
[role=button].ProductCard:hover .ProductCard-price--listPrice,
[role=button].ProductCard:hover .ProductCard-price--listPriceLabel,
a.ProductCard:active .ProductCard-price--listPrice,
a.ProductCard:active .ProductCard-price--listPriceLabel,
a.ProductCard:focus .ProductCard-price--listPrice,
a.ProductCard:focus .ProductCard-price--listPriceLabel,
a.ProductCard:hover .ProductCard-price--listPrice,
a.ProductCard:hover .ProductCard-price--listPriceLabel {
	color: #615c65
}

[role=button].ProductCard:active .ProductCard-price--listPrice,
[role=button].ProductCard:focus .ProductCard-price--listPrice,
[role=button].ProductCard:hover .ProductCard-price--listPrice,
a.ProductCard:active .ProductCard-price--listPrice,
a.ProductCard:focus .ProductCard-price--listPrice,
a.ProductCard:hover .ProductCard-price--listPrice {
	text-decoration: line-through
}

[role=button].ProductCard:active .ProductCard-price--daySaleDetails,
[role=button].ProductCard:active .ProductCard-price--openBox,
[role=button].ProductCard:active .ProductCard-price--sale,
[role=button].ProductCard:focus .ProductCard-price--daySaleDetails,
[role=button].ProductCard:focus .ProductCard-price--openBox,
[role=button].ProductCard:focus .ProductCard-price--sale,
[role=button].ProductCard:hover .ProductCard-price--daySaleDetails,
[role=button].ProductCard:hover .ProductCard-price--openBox,
[role=button].ProductCard:hover .ProductCard-price--sale,
a.ProductCard:active .ProductCard-price--daySaleDetails,
a.ProductCard:active .ProductCard-price--openBox,
a.ProductCard:active .ProductCard-price--sale,
a.ProductCard:focus .ProductCard-price--daySaleDetails,
a.ProductCard:focus .ProductCard-price--openBox,
a.ProductCard:focus .ProductCard-price--sale,
a.ProductCard:hover .ProductCard-price--daySaleDetails,
a.ProductCard:hover .ProductCard-price--openBox,
a.ProductCard:hover .ProductCard-price--sale {
	color: #c4113f
}

.ProductCard-specialPricing {
	min-height: 8rem;
	margin: auto -8px -8px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

@media screen and (min-width:800px) {
	.ProductCard-specialPricing {
		margin-left: -12px;
		margin-right: -12px
	}
}

.ProductCard-specialPricing .LightningDealsBanner {
	margin: 1px 0 0
}

.pl-CustomSelect {
	position: relative;
	font-size: 1rem;
	height: 50px;
	outline: 0
}

.pl-CustomSelect.is-disabled {
	opacity: .5;
	cursor: not-allowed
}

.pl-CustomSelect-label--assistiveOnly.pl-CustomSelect-label--assistiveOnly {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 10000;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.pl-CustomSelect-label.is-hidden {
	display: none
}

@media screen and (max-width:470px) {
	.pl-CustomSelect-label.pl-CustomSelect-label {
		width: -webkit-calc(100% - 3em);
		width: calc(100% - 3em)
	}
}

.pl-CustomSelect-native-wrapper,
.pl-CustomSelect-wrapper {
	position: relative
}

.pl-CustomSelect-native-select,
.pl-CustomSelect-native-wrapper,
.pl-CustomSelect-selector-label {
	width: 100%
}

.pl-CustomSelect-selector {
	line-height: 26px
}

.pl-CustomSelect-selector-label {
	display: inline-block
}

.pl-CustomSelect-native-select {
	color: #221924;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.pl-CustomSelect-native-select::-ms-expand {
	display: none
}

.pl-CustomSelect-native-select,
.pl-CustomSelect-selector {
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #d9d8d8;
	cursor: pointer;
	position: relative;
	text-align: left;
	-webkit-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
	height: 50px;
	outline: 0;
	color: #221924;
	padding: 1.25em 3em .25em 1em
}

.pl-CustomSelect-native-select:not(:focus)~.pl-CustomSelect-label,
.pl-CustomSelect-native-select:not(:hover)~.pl-CustomSelect-label,
.pl-CustomSelect-selector:not(:focus)~.pl-CustomSelect-label,
.pl-CustomSelect-selector:not(:hover)~.pl-CustomSelect-label {
	color: #615c65
}

.pl-CustomSelect-native-select.is-open:not(.is-disabled),
.pl-CustomSelect-native-select:focus:not(.is-disabled),
.pl-CustomSelect-native-select:hover:not(.is-disabled),
.pl-CustomSelect-selector.is-open:not(.is-disabled),
.pl-CustomSelect-selector:focus:not(.is-disabled),
.pl-CustomSelect-selector:hover:not(.is-disabled) {
	box-shadow: inset 0 0 0 1px #841987;
	border-color: #841987
}

.pl-CustomSelect-native-select.is-open:not(.is-disabled)+.pl-CustomSelect-label,
.pl-CustomSelect-native-select:focus:not(.is-disabled)+.pl-CustomSelect-label,
.pl-CustomSelect-native-select:hover:not(.is-disabled)+.pl-CustomSelect-label,
.pl-CustomSelect-selector.is-open:not(.is-disabled)+.pl-CustomSelect-label,
.pl-CustomSelect-selector:focus:not(.is-disabled)+.pl-CustomSelect-label,
.pl-CustomSelect-selector:hover:not(.is-disabled)+.pl-CustomSelect-label {
	color: #841987
}

@media screen and (min-width:640px) {
	.pl-CustomSelect-native-select.is-open:not(.is-disabled),
	.pl-CustomSelect-native-select:focus:not(.is-disabled),
	.pl-CustomSelect-native-select:hover:not(.is-disabled),
	.pl-CustomSelect-selector.is-open:not(.is-disabled),
	.pl-CustomSelect-selector:focus:not(.is-disabled),
	.pl-CustomSelect-selector:hover:not(.is-disabled) {
		box-shadow: inset 0 0 0 1px #841987;
		border-color: #841987
	}
	.pl-CustomSelect-native-select.is-open:not(.is-disabled)+.pl-CustomSelect-label,
	.pl-CustomSelect-native-select:focus:not(.is-disabled)+.pl-CustomSelect-label,
	.pl-CustomSelect-native-select:hover:not(.is-disabled)+.pl-CustomSelect-label,
	.pl-CustomSelect-selector.is-open:not(.is-disabled)+.pl-CustomSelect-label,
	.pl-CustomSelect-selector:focus:not(.is-disabled)+.pl-CustomSelect-label,
	.pl-CustomSelect-selector:hover:not(.is-disabled)+.pl-CustomSelect-label {
		color: #841987
	}
}

.pl-CustomSelect-native-select.is-open,
.pl-CustomSelect-selector.is-open {
	border-radius: 8px 8px 0 0
}

.pl-CustomSelect-native-select.hidden-label,
.pl-CustomSelect-selector.hidden-label {
	padding-top: .75em;
	padding-bottom: .75em
}

.pl-CustomSelect-native-select.is-error,
.pl-CustomSelect-selector.is-error {
	border-color: #c90000
}

@media screen and (min-width:640px) {
	.pl-CustomSelect-native-select.is-error,
	.pl-CustomSelect-selector.is-error {
		border-color: #c90000
	}
}

.pl-CustomSelect-native-select.is-error+.pl-CustomSelect-label,
.pl-CustomSelect-selector.is-error+.pl-CustomSelect-label {
	color: #c90000
}

.pl-CustomSelect-label,
.pl-CustomSelect-native-select,
.pl-CustomSelect-selector-label {
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden
}

.pl-CustomSelect .pl-CustomSelect-selector-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
	z-index: 1;
	pointer-events: none;
	right: 10px;
	fill: #221924
}

@media screen and (min-width:640px) {
	.pl-CustomSelect .pl-CustomSelect-selector-icon {
		right: 10px
	}
}

.pl-CustomSelect.pl-CustomSelect--icon.is-open .pl-CustomSelect-selector-icon {
	-webkit-transform: rotate(-180deg) translateY(50%);
	transform: rotate(-180deg) translateY(50%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.pl-CustomSelect-options {
	background-color: #fff;
	position: fixed;
	bottom: 0;
	z-index: 10000;
	border: 0;
	-webkit-animation: pl-customSelectSlideUp .4s cubic-bezier(.215, .61, .355, 1);
	animation: pl-customSelectSlideUp .4s cubic-bezier(.215, .61, .355, 1);
	border-radius: 0 0 8px 8px
}

.pl-CustomSelect-options.is-hidden {
	display: none
}

.pl-CustomSelect-options,
.pl-CustomSelect-options-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0
}

.pl-CustomSelect-options-header {
	border-bottom: 1px solid #d9d8d8;
	height: 50px;
	line-height: 50px;
	padding: 0 10px
}

.pl-CustomSelect-options-list {
	height: -webkit-calc(100% - 50px);
	height: calc(100% - 50px);
	margin-top: 50px;
	overflow-y: auto
}

@media screen and (min-width:640px) {
	.pl-CustomSelect-options-list {
		height: 100%;
		margin-top: 0
	}
}

.pl-CustomSelect-options-close {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px
}

.pl-CustomSelect-options-close-icon {
	fill: #841987
}

@media screen and (min-width:640px) {
	.pl-CustomSelect-options-close-icon {
		fill: #221924
	}
}

.is-dropdown .pl-CustomSelect-options {
	border: 1px solid #d9d8d8;
	box-shadow: 0 3px 6px 0 rgba(34, 25, 36, .2);
	max-height: 300px;
	-webkit-animation: none;
	animation: none;
	position: relative;
	top: 100%;
	width: 100%;
	border-top: 0;
	overflow-y: auto;
	z-index: 101
}

.is-dropdown .pl-CustomSelect-options-close,
.is-dropdown .pl-CustomSelect-options-header {
	display: none
}

.is-dropdown .pl-CustomSelect-options-list {
	margin-top: 0
}

@media screen and (min-width:640px) {
	.pl-CustomSelect-options {
		border: 1px solid #d9d8d8;
		box-shadow: 0 3px 6px 0 rgba(34, 25, 36, .2);
		max-height: 300px;
		-webkit-animation: none;
		animation: none;
		position: relative;
		top: 100%;
		width: 100%;
		border-top: 0;
		overflow-y: auto;
		z-index: 101
	}
	.pl-CustomSelect-options-close,
	.pl-CustomSelect-options-header {
		display: none
	}
}

.pl-CustomSelect-options-listItem {
	color: #221924;
	cursor: pointer;
	padding: 12px 10px
}

.pl-CustomSelect-options-listItem+.pl-CustomSelect-options-listItem {
	border-top: 1px solid #d9d8d8
}

.pl-CustomSelect-options-listItem.is-selected {
	background-color: #e6d3e4
}

.pl-CustomSelect-options-listItem:last-child {
	border-bottom: 0
}

.pl-CustomSelect-options-listItem:not(.is-disabled):focus,
.pl-CustomSelect-options-listItem:not(.is-disabled):hover {
	outline: 1px dotted #841987
}

.pl-CustomSelect-options-listItem.is-disabled {
	cursor: default;
	opacity: .5
}

@-webkit-keyframes pl-customSelectSlideUp {
	0% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes pl-customSelectSlideUp {
	0% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.SpecialOffersComponentWithTag-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 32px;
	flex: 0 0 32px;
	color: #841987;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.SpecialOffersComponentWithTag-content {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	flex: auto
}

.FavoritesButton {
	position: relative;
	display: inline-block
}

.FavoritesButton--iconSkeleton.FavoritesButton--iconSkeleton.FavoritesButton--iconSkeleton,
.FavoritesButton-icon.FavoritesButton-icon.FavoritesButton-icon {
	color: transparent;
	-webkit-transition: color .15s;
	transition: color .15s
}

.FavoritesButton-icon.FavoritesButton-icon.FavoritesButton-icon {
	fill: #841987;
	pointer-events: none
}

.FavoritesButton--iconSkeleton.FavoritesButton--iconSkeleton.FavoritesButton--iconSkeleton {
	fill: #d9d8d8
}

.FavoritesButton--fullWidth {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0
}

.FavoritesButton--circular {
	border-radius: 50%
}

.FavoritesButton--circular.is-loaded,
.FavoritesButton--circular.is_loaded {
	opacity: 1;
	-webkit-transition: opacity .15s;
	transition: opacity .15s
}

.FavoritesButton.is-favorited .FavoritesButton-icon,
.FavoritesButton.is_favorited .FavoritesButton-icon,
.FavoritesButton:hover .FavoritesButton-icon {
	color: #841987
}

.FavoritesButton:hover.is-beingUnfavorited .FavoritesButton-icon,
.FavoritesButton:hover.is-favorited .FavoritesButton-icon,
.FavoritesButton:hover.is_favorited .FavoritesButton-icon {
	color: transparent
}

.FavoritesButton:hover.is-beingFavorited .FavoritesButton-icon {
	color: #841987
}

.CompareItem {
	background: #fff;
	border: 2px solid transparent;
	border-radius: 8px
}

.CompareItem--current {
	border-color: #841987
}

.CompareItem--current.CompareItem--tableVariation {
	border: 0
}

.CompareItem--tableVariation {
	width: 38vw
}

@media screen and (min-width:750px) {
	.CompareItem--tableVariation {
		max-width: 188px;
		width: -webkit-calc(19vw - 8px);
		width: calc(19vw - 8px)
	}
}

.CompareItem--placeholder {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.CompareItem--placeholder .CompareItem-iconPlaceholder {
	width: 6rem;
	height: 1rem
}

.CompareItem--placeholder .CompareItem-productCardShim {
	padding: 8px
}

.CompareItem-currentItemBadge {
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 1;
	border-radius: 8px 0;
	background-color: #841987;
	color: #fff;
	padding: .5em 1.2em;
	font-size: .8125rem
}

.CompareItem-currentItemBadge--tableVariation {
	top: 0;
	left: 0
}

.CompareItem-cta--anchor {
	padding: 8px
}

.CompareItem-cta--notAnchor {
	padding: 21px 8px
}

.german .CompareItem-cta--notAnchor {
	padding: 11px 8px;
	height: 65px
}

.CompareItem-ctaIcon {
	margin: 0 5px 0 -5px
}

.ca .CompareItem .ProductCard-details,
.fra_ca .CompareItem .ProductCard-details,
.german .CompareItem .ProductCard-details {
	height: 170px
}

.CompareItem .ProductCard-name {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1rem;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

@media screen and (min-width:750px) {
	.CompareItem .ProductCard-name {
		height: 2.6rem
	}
}

.ca .CompareItem .ProductCard-pricing,
.fra_ca .CompareItem .ProductCard-pricing,
.german .CompareItem .ProductCard-pricing {
	height: 58px
}

.CompareItem .ProductCard .pl-ReviewStars {
	overflow: hidden
}

.LinkCard {
	padding: 0 16px;
	background: #fff;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-decoration: none;
	text-align: left;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1
}

.LinkCard+.LinkCard {
	margin-top: 2px
}

.LinkCard:first-of-type {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}

.LinkCard:last-of-type {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
}

.LinkCard-wrap,
.LinkCard-wrap .LinkCard--fullWidth .ImageComponent {
	width: 100%
}

.LinkCard-icon,
.LinkCard-svg-icon {
	color: #221924
}

.LinkCard-icon {
	min-width: 28px;
	min-height: 28px;
	margin-right: -8px
}

.LinkCard-image {
	display: block;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px
}

.LinkCard--largeImage .LinkCard-image {
	width: 72px;
	height: 72px;
	margin: 16px 0
}

.LinkCard-img {
	max-width: 100%
}

.LinkCard-svg-icon {
	margin-left: -5px
}

.LinkCard-content {
	margin-left: 16px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding: 16px 0 15px;
	word-break: break-word;
	overflow: hidden
}

.LinkCard--fullWidth .LinkCard-content {
	padding: 0
}

@media screen and (min-width:640px) {
	.LinkCard-content {
		padding: 14px 0;
		font-size: 1rem
	}
}

.LinkCard-content:first-child {
	margin-left: 0
}

.LinkCard-content,
.LinkCard-icon,
.LinkCard-image {
	-webkit-align-self: center;
	align-self: center
}

.LinkCard--imageOnRight .LinkCard-content {
	margin-right: 8px
}

.LinkCard--withIcon.LinkCard--imageOnRight .LinkCard-icon {
	margin-left: 8px
}

.LinkCard-subtext,
.LinkCard-text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #221924
}

.LinkCard-text {
	-webkit-transition: color .15s ease-out;
	transition: color .15s ease-out
}

.LinkCard-text--oneLine {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.LinkCard-text--sale {
	color: #c4113f
}

.LinkCard-subtext {
	font-weight: 700
}

.LinkCard--disabled {
	cursor: default
}

.LinkCard--fullWidth {
	text-align: center;
	display: inline-block;
	padding: 15.2px
}

.LinkCard--fullWidth .LinkCard-image {
	height: auto;
	width: 100%;
	margin: 0
}

.german .LinkCard--fullWidth .LinkCard-subtext,
.german .LinkCard--fullWidth .LinkCard-text {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.LinkCard--fullWidthWithImage .LinkCard-content {
	margin: 8px 0
}

.LinkCard--inGrid {
	padding: 0 4px;
	font-size: .8125rem
}

@media screen and (min-width:414px) {
	.LinkCard--inGrid {
		font-size: 1rem;
		padding: 0 8px
	}
}

@media screen and (min-width:480px) {
	.LinkCard--inGrid {
		padding: 0 16px
	}
}

.LinkCard--inGrid .LinkCard-content {
	height: 4em;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left: 4px
}

@media screen and (min-width:414px) {
	.LinkCard--inGrid .LinkCard-content {
		height: 4.4em;
		margin-left: 16px
	}
}

.LinkCard:focus:not(.LinkCard--disabled) .LinkCard-text,
.LinkCard:hover:not(.LinkCard--disabled) .LinkCard-text {
	color: #841987;
	text-decoration: underline
}

.LinkCard:focus:not(.LinkCard--disabled) .LinkCard-icon,
.LinkCard:focus:not(.LinkCard--disabled) .LinkCard-svg-icon,
.LinkCard:hover:not(.LinkCard--disabled) .LinkCard-icon,
.LinkCard:hover:not(.LinkCard--disabled) .LinkCard-svg-icon {
	color: #841987
}

.LinkCard--b2b:focus:not(.LinkCard--b2b--disabled) .LinkCard-icon,
.LinkCard--b2b:focus:not(.LinkCard--b2b--disabled) .LinkCard-svg-icon,
.LinkCard--b2b:focus:not(.LinkCard--b2b--disabled) .LinkCard-text,
.LinkCard--b2b:hover:not(.LinkCard--b2b--disabled) .LinkCard-icon,
.LinkCard--b2b:hover:not(.LinkCard--b2b--disabled) .LinkCard-svg-icon,
.LinkCard--b2b:hover:not(.LinkCard--b2b--disabled) .LinkCard-text {
	color: #006e72
}

.LinkCard:focus:not(.LinkCard--disabled) {
	outline: 0;
	box-shadow: 0 0 0 2px #af78b4
}

.LinkCard--b2b:focus:not(.LinkCard--disabled) {
	box-shadow: 0 0 0 2px #053e48
}

.LinkCard--withFullBleedImage {
	padding: 0
}

.LinkCard--withFullBleedImage .LinkCard-content {
	padding: 16px
}

.ProtectionPlanBelowATC {
	color: #221924;
	background: #fff
}

.ProtectionPlanBelowATC-link {
	color: #841987
}

.ProtectionPlanBelowATC-link:active,
.ProtectionPlanBelowATC-link:focus,
.ProtectionPlanBelowATC-link:hover {
	color: #520f54
}

.ProtectionPlanBelowATC-selector {
	margin-top: 8px
}

.ProtectionPlanBelowATC.is-hidden {
	visibility: hidden
}

.ProtectionPlanBelowATC .Button--primary.is-plainText {
	display: inline
}

.ProtectionDetailsOverviewDrawer {
	color: #221924;
	background: #fff;
	padding: 0 24px 24px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

@media screen and (min-width:750px) {
	.ProtectionDetailsOverviewDrawer {
		padding: 0
	}
}

.ProtectionDetailsOverviewDrawer-description {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.ProtectionDetailsOverviewDrawer-text {
	line-height: 20px;
	margin-right: 4px;
	padding-top: 24px
}

@media screen and (min-width:750px) {
	.ProtectionDetailsOverviewDrawer-text {
		padding-top: 0
	}
}

.ProtectionDetailsOverviewDrawer-link {
	color: #841987
}

.ProtectionDetailsOverviewDrawer-link:active,
.ProtectionDetailsOverviewDrawer-link:focus,
.ProtectionDetailsOverviewDrawer-link:hover {
	color: #520f54
}

.ProtectionDetailsOverviewDrawer-selector {
	margin-top: 8px
}

.ProtectionPlanCards-providerName {
	color: #615c65;
	padding-right: 8px;
	line-height: 1;
	border-right: 1px solid #d9d8d8;
	margin-right: 8px
}

.ProtectionPlanCards-providerContainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-top: 16px
}

.ProtectionPlanCards-providerContainer--left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}

.CollapsibleBlock {
	border: 1px solid #d9d8d8;
	border-radius: 3px;
	padding: 4px 16px;
	margin-bottom: 8px
}

.CollapsibleBlock-button {
	width: 100%;
	position: relative;
	height: 40px;
	display: block
}

.CollapsibleBlock-description {
	height: 40px;
	color: #615c65;
	font-size: .8125rem
}

.CollapsibleBlock-description,
.CollapsibleBlock-selection {
	text-align: left;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.CollapsibleBlock-selection {
	bottom: 0;
	left: 0;
	position: absolute
}

.CollapsibleBlock-content {
	padding: 16px 0
}

.CollapsibleBlock-icon {
	position: absolute;
	right: 0;
	top: 6px
}

.pl-Text {
	color: inherit;
	font-size: 16px
}

.pl-Text--italic {
	font-style: italic
}

.pl-Text--bold {
	font-weight: 700
}

.pl-Text--small {
	font-size: 13px;
	line-height: 1.5384615385
}

.pl-Text--error {
	color: #c90000
}

.pl-Text--muted {
	color: #615c65
}

.ProductDetailCarouselQuickview {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 16px 40px 16px 16px
}

.ProductDetailCarouselQuickview-text {
	position: relative;
	color: #615c65;
	overflow: hidden;
	margin-bottom: 24px;
	min-height: 180px;
	max-height: 230px
}

.ProductDetailCarouselQuickview-text:after {
	content: "";
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
	z-index: 1
}

.ProductDetailCarouselQuickview-close {
	position: absolute;
	right: 10px;
	top: 10px
}

.ProductDetailCarouselQuickview-close-icon {
	color: #615c65
}

.ProductDetailCarouselQuickview-close .Button {
	padding: 0
}

.ProductDetailCarouselQuickview-buttonWrap {
	display: inline-block
}

.PDPProductCarouselQuickViewRomanceCopy {
	margin-bottom: 8px
}

.PDPProductCarouselQuickViewRomanceCopy-list {
	padding: 0 10px
}

.PDPProductCarouselQuickViewRomanceCopy-list-item {
	list-style: disc;
	margin: 10px 0 10px 20px
}

.pl-CardFlag {
	border-color: inherit;
	font-size: 13px;
	color: #fff;
	padding: .5rem;
	line-height: 1.2;
	position: absolute;
	text-align: center;
	z-index: 4;
	max-width: 90%
}

.pl-CardFlag-content {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block
}

.pl-CardFlag--default {
	background-color: #615c65
}

.pl-CardFlag--primary,
.pl-CardFlag--secondary {
	background-color: #7f187f
}

.pl-CardFlag--sale {
	background-color: #c4113f
}

.pl-CardFlag--b2b {
	background-color: #006e72
}

.pl-CardFlag--top-left {
	top: 0;
	left: 0;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px
}

.pl-CardFlag--top-right {
	top: 0;
	right: 0;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px
}

.pl-CardFlag--bottom-left {
	bottom: 0;
	left: 0;
	border-top-right-radius: 8px
}

.pl-CardFlag--bottom-right {
	bottom: 0;
	right: 0;
	border-top-left-radius: 8px
}

.pl-Wayfinders {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.pl-Wayfinders-contain {
	max-width: 120px;
	overflow: hidden;
	white-space: nowrap;
	padding: 8px 0
}

.pl-Wayfinders-list {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.pl-Wayfinders-item {
	position: relative;
	margin: 0 7px
}

.pl-Wayfinders-marker {
	display: block;
	height: 10px;
	width: 10px;
	-webkit-transition: background-color .3s, border .3s, fill .3s, -webkit-transform .3s;
	transition: background-color .3s, border .3s, fill .3s, -webkit-transform .3s;
	transition: background-color .3s, border .3s, fill .3s, transform .3s;
	transition: background-color .3s, border .3s, fill .3s, transform .3s, -webkit-transform .3s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.pl-Wayfinders-marker--image {
	border: 2px solid #b9b6bc;
	border-radius: 50%;
	background-color: #b9b6bc
}

.pl-Wayfinders-marker--tag,
.pl-Wayfinders-marker--video {
	width: 14px;
	height: 14px;
	fill: #b9b6bc
}

.pl-Wayfinders-marker--video {
	stroke: #b9b6bc;
	stroke-width: 4px
}

.pl-Wayfinders-marker--active,
.pl-Wayfinders-marker--activeSibling,
.pl-Wayfinders-marker--minimal {
	margin: 0
}

.pl-Wayfinders-marker--active {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.pl-Wayfinders-marker--active.pl-Wayfinders-marker--tag {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

.pl-Wayfinders-marker--activeSibling {
	-webkit-transform: scale(.7);
	transform: scale(.7)
}

.pl-Wayfinders-marker--activeSibling.pl-Wayfinders-marker--tag {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.pl-Wayfinders-marker--minimal {
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

.pl-Wayfinders-marker--minimal.pl-Wayfinders-marker--tag {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.pl-Wayfinders-item.is-active .pl-Wayfinders-marker--image {
	background-color: #841987;
	border: 2px solid #841987
}

.pl-Wayfinders-item.is-active .pl-Wayfinders-marker--tag,
.pl-Wayfinders-item.is-active .pl-Wayfinders-marker--video {
	fill: #841987
}

.pl-Wayfinders-item.is-active .pl-Wayfinders-marker--video {
	stroke: #841987;
	stroke-width: 2px
}

.ProductCallToActionForm-errors {
	color: #c90000;
	padding-bottom: 6px
}

.ProductCallToActionForm-contents>* {
	margin-bottom: 8px
}

.ProductCallToActionButtons-container {
	position: relative
}

.is-sticking .ProductCallToActionButtons-container {
	width: 100%;
	padding: 18px 24px;
	background: #fff;
	box-shadow: 0 2px 2px -2px rgba(97, 92, 101, .2);
	-webkit-transition: padding-top .3s ease;
	transition: padding-top .3s ease
}

@media screen and (min-width:750px) {
	.is-sticking .ProductCallToActionButtons-container {
		max-width: 500px
	}
}

.ProductCallToActionButtons-favoritesBtn,
.ProductCallToActionButtons-shareBtn {
	width: 38%;
	float: left
}

.ProductCallToActionButtons-favoritesBtn+.ProductCallToActionButtons-atcBtn,
.ProductCallToActionButtons-shareBtn+.ProductCallToActionButtons-atcBtn {
	width: 60%;
	float: right
}

.ProductCallToActionButtons:not(:first-of-type) {
	margin-top: 10px
}

@media screen and (min-width:750px) {
	.ProductCallToActionButtons:nth-child(n+2) {
		margin-top: 16px
	}
}

.ProductCallToActionButtons-error {
	color: #c90000;
	margin-top: 8px
}

@media screen and (min-width:750px) {
	.ProductCallToActionButtons-error {
		margin-top: 16px
	}
}

.ProductCallToActionButtons-error-text {
	padding-left: 28px
}

.ProductCallToActionButtons-error-icon {
	position: absolute;
	margin-top: -4px
}

.pl-ReviewStars {
	line-height: 1;
	font-size: 14px
}

.pl-ReviewStars--large {
	font-size: 1.5625rem
}

.pl-ReviewStars--interactive .pl-ReviewStars-reviews {
	color: #841987;
	text-decoration: underline
}

.pl-ReviewStars--interactive:active .pl-ReviewStars-reviews,
.pl-ReviewStars--interactive:focus .pl-ReviewStars-reviews,
.pl-ReviewStars--interactive:hover .pl-ReviewStars-reviews {
	color: #841987;
	text-decoration: none
}

.pl-ReviewStars--interactive:focus {
	outline: 1px dotted transparent;
	outline-color: #841987
}

.pl-ReviewStars-scale,
.pl-ReviewStars-stars {
	background-repeat: no-repeat;
	background-size: cover;
	width: 6em;
	height: 1em
}

.pl-ReviewStars-stars {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9d8d8' viewBox='0 0 78 13' width='78' height='13'%3E%3Cpath d='M6.64 10.94L3.7 12.48c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7L4.3 3.7 5.75.76c.5-1 1.28-1 1.77 0L9 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L21.75.76c.5-1 1.28-1 1.77 0L25 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L37.75.76c.5-1 1.28-1 1.77 0L41 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L53.75.76c.5-1 1.28-1 1.77 0L57 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L69.75.76c.5-1 1.28-1 1.77 0L73 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54z'/%3E%3C/svg%3E")
}

.pl-ReviewStars-scale {
	display: block;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f6b71d' viewBox='0 0 78 13' width='78' height='13'%3E%3Cpath d='M6.64 10.94L3.7 12.48c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7L4.3 3.7 5.75.76c.5-1 1.28-1 1.77 0L9 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L21.75.76c.5-1 1.28-1 1.77 0L25 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L37.75.76c.5-1 1.28-1 1.77 0L41 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L53.75.76c.5-1 1.28-1 1.77 0L57 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L69.75.76c.5-1 1.28-1 1.77 0L73 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54z'/%3E%3C/svg%3E")
}

.pl-ReviewStars-rating {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden
}

.pl-ReviewStars-reviews {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	color: #615c65;
	margin-left: 4px
}

.PriceText {
	font-size: 3.0625rem;
	color: #c4113f;
	line-height: 1;
	display: inline-block;
	font-weight: 400
}

.PriceText--small {
	font-size: 1.25rem
}

.PriceRangeBlock {
	color: #221924;
	font-size: 3.0625rem;
	display: inline-block;
	margin-right: 8px;
	line-height: 1
}

.PriceRangeBlock--highlight {
	color: #c4113f
}

.PriceRangeBlock--small {
	font-size: 1.25rem
}

.FlashDealBlock-firstLine {
	margin-right: 8px;
	text-transform: uppercase;
	font-size: 1.25rem;
	display: inline-block;
	color: #c4113f
}

.FlashDealBlock-strikethrough {
	text-decoration: line-through
}

.FlashDealBlock-lightningDealBlock {
	display: inline-block
}

.FlashDealBlock-lightningDeal {
	color: #615c65
}

.FlashDealBlock-lightningDeal+.FlashDealBlock-lightningDeal:before {
	content: "|";
	margin: 0 8px
}

.FlashDealBlock-timer {
	text-align: center;
	background: #c4113f;
	padding: 4px 8px;
	color: #fff
}

.MyWayBranding {
	position: relative;
	display: inline-block;
	word-break: normal
}

.MyWayBranding-coloredText {
	color: #996e2e
}

.MyWayBranding-icon {
	position: absolute
}

.MyWayBranding-iconWrapper {
	position: relative;
	height: 25px;
	width: 80px
}

.MyWayBranding-iconWrapperLarge {
	position: relative;
	height: 28px;
	width: 115px
}

.MyWayBranding--verticalAlign {
	vertical-align: sub
}

.PostalCodeInputBlock {
	display: block;
	width: 100%
}

.PostalCodeInputBlock-suggestion {
	margin: 8px 0
}

.PostalCodeInputBlock-location {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	white-space: nowrap
}

.PostalCodeInputBlock-location-name {
	padding-right: 4px;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}

.PostalCodeInputBlock-location-link {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #841987;
	text-decoration: underline
}

.PostalCodeInputBlock-location-link:active,
.PostalCodeInputBlock-location-link:focus,
.PostalCodeInputBlock-location-link:hover {
	color: #841987;
	text-decoration: none
}

.PostalCodeInputBlock-location-link:focus {
	outline: 1px dotted transparent;
	outline-color: #841987
}

.PostalCodeInputBlock-location-link-iconWrapper {
	color: #841987;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}

.PostalCodeInputBlock-location-link-iconWrapper.is-active {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.PostalCodeInputBlock-drawer {
	margin-top: 10px
}

.PostalCodeInputBlock-input {
	margin-top: 10px;
	max-width: 350px
}

.PostalCodeInputBlock-liteshipError {
	color: #c90000;
	padding-top: .25em;
	display: inline-block
}

.PostalCodeInputBlock-canadaRedirectLink {
	color: #841987
}

.PostalCodeInputBlock-label {
	font-size: 1.25rem
}

.PdpOptionSelect {
	position: relative;
	height: 50px;
	border: 1px solid #d9d8d8;
	border-radius: 8px
}

.PdpOptionSelect,
.PdpOptionSelect--condensed {
	margin-bottom: 8px
}

.PdpOptionSelect-label {
	color: #615c65;
	font-size: .8125rem;
	position: absolute;
	top: .25rem;
	left: 1rem;
	pointer-events: none
}

.PdpOptionSelect-select {
	background: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	padding: 1em 3em .25em 1em;
	height: 48px;
	color: #221924;
	width: 100%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer
}

.PdpOptionSelect-select::-ms-expand {
	display: none
}

.PdpOptionSelect-select:disabled {
	color: #221924
}

.PdpOptionSelect-select:focus {
	box-shadow: 0 0 0 2px #af78b4;
	border-radius: 8px
}

.PdpOptionSelect-select:focus+.PdpOptionSelect-label {
	color: #841987
}

.PdpOptionSelect-select.has-image {
	padding: 1em 5em .25em 1em
}

.PdpOptionSelect-select.is-error {
	border: 1px solid #c90000
}

.PdpOptionSelect-image {
	height: 30px;
	width: 30px;
	position: absolute;
	top: 9px;
	right: 44px;
	pointer-events: none
}

.PdpOptionSelect-icon {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #615c65;
	position: absolute;
	right: 11px;
	pointer-events: none;
	fill: #221924
}

.PdpOptionSelect:focus .PdpOptionSelect-select,
.PdpOptionSelect:hover .PdpOptionSelect-select {
	color: #841987
}

.PdpOptionSelect:focus .PdpOptionSelect-icon,
.PdpOptionSelect:hover .PdpOptionSelect-icon {
	fill: #841987
}

.DistressedFinishList {
	padding: 0 10px
}

.DistressedFinishList-title {
	color: #221924;
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 400
}

.DistressedFinishList-item {
	list-style: disc;
	margin: 10px 0 10px 20px
}

.WhatsIncludedInTheBoxList-title {
	color: #221924;
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 400
}

.WhatsIncludedInTheBoxList-item {
	list-style: none;
	margin-bottom: 10px
}

.WhatsIncludedInTheBoxList-list-icon {
	fill: #c90000
}

.WhatsIncludedInTheBoxList-list-icon--checked {
	fill: #1d781d
}

.MoreAboutThisProduct-title {
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 400;
	color: #221924
}

@supports(display:grid) {
	@media(max-width: 960px), (min-width:1280px) {
		.ProductReviewsCardSkeleton {
			display:grid;
			grid-template-columns: minmax(auto, 196px) 1fr;
			grid-template-areas: ". ratings" ". title" ". comments" ". photos" ". helpfulButton";
			grid-gap: 0 32px;
			padding-top: 24px;
			grid-auto-flow: dense
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-rating {
			padding-top: 0;
			grid-area: ratings
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-comments {
			grid-area: comments
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-helpfulButton {
			grid-area: helpfulButton
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-header {
			grid-column: 1/span 1;
			grid-row: 1/-1
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-starIcon {
			width: 6em;
			height: 1em
		}
	}
}

.DrawerWithLinkOpener+.DrawerWithLinkOpener {
	margin-top: 8px
}

.ProductCardShipping {
	margin: 8px 0
}

.ProductCardShipping-timing {
	color: #221924
}

.ProductCardShipping-timing--shipsInTime {
	font-weight: 600
}

.ProductCardShipping--fast .ProductCardShipping-timing {
	color: #247139
}

.OutOfStockOverlay {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none
}

.OutOfStockOverlay-v2 {
	height: 60%
}

.OutOfStockOverlay-text {
	width: 60%;
	color: #fff;
	padding: 8px 20px;
	background-color: rgba(34, 25, 36, .7);
	border-radius: 3px;
	text-align: center
}

@media(min-width:825px) {
	.OutOfStockOverlay-text {
		padding: 16px 40px
	}
}

.OutOfStockOverlay-text--slim {
	margin-bottom: 32px;
	width: 70%;
	padding: 8px 20px
}

.pl-CircleButton {
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .25s ease-out;
	transition: .25s ease-out;
	outline: 0;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	border: 2px solid transparent
}

.pl-CircleButton:disabled {
	cursor: default;
	background-color: #d9d8d8;
	border-color: #d9d8d8;
	color: #615c65;
	opacity: .6
}

.pl-CircleButton-content {
	pointer-events: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%
}

.pl-CircleButton--primary {
	background-color: #841987;
	color: #fff
}

.pl-CircleButton--primary .u-icon {
	fill: #fff
}

.pl-CircleButton--primary:focus,
.pl-CircleButton--primary:hover {
	background-color: #520f54
}

.pl-CircleButton--alternate {
	background-color: #fff;
	color: #841987;
	box-shadow: 0 1px 2px rgba(34, 25, 36, .2)
}

.pl-CircleButton--alternate .u-icon {
	fill: #841987
}

.pl-CircleButton--alternate:focus,
.pl-CircleButton--alternate:hover {
	border-color: #841987
}

.pl-CircleButton--secondary {
	background-color: #fff;
	color: #221924;
	box-shadow: 0 1px 2px rgba(34, 25, 36, .2)
}

.pl-CircleButton--secondary:focus,
.pl-CircleButton--secondary:hover {
	border-color: #841987;
	color: #841987
}

.pl-CircleButton--secondary:focus .u-icon,
.pl-CircleButton--secondary:hover .u-icon {
	fill: #841987
}

.pl-CircleButton--transaction {
	background-color: #841987;
	color: #fff
}

.pl-CircleButton--transaction .u-icon {
	fill: #fff
}

.pl-CircleButton--transaction:focus,
.pl-CircleButton--transaction:hover {
	background-color: #520f54
}

.pl-CircleButton--transactionAlt {
	background: #fff;
	color: #841987
}

.pl-CircleButton--transactionAlt .u-icon {
	fill: #841987
}

.pl-CircleButton--transactionAlt:focus,
.pl-CircleButton--transactionAlt:hover {
	border-color: #841987
}

.pl-CircleButton--small {
	height: 24px;
	width: 24px
}

.pl-CircleButton--small .u-icon {
	margin: -3px;
	width: 24px;
	height: 24px
}

.pl-CircleButton--medium {
	height: 32px;
	width: 32px
}

.pl-CircleButton--large {
	height: 48px;
	width: 48px
}

.ProtectionDetailsContainer {
	color: #221924;
	background: #fff;
	padding: 16px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.ProtectionDetailsContainer--inProductOverview {
	padding: 0
}

.GroupedSelectableCards {
	text-align: center
}

.GroupedSelectableCards-bodyContent {
	height: 100%
}

.GroupedSelectableCards-secondaryText {
	font-size: .8125rem
}

@media screen and (min-width:360px) {
	.GroupedSelectableCards-secondaryText {
		font-size: 1rem
	}
}

.GroupedSelectableCards .SelectableCard {
	border: 2px solid #d9d8d8
}

.ProductDetailSingleMediaItem {
	position: relative
}

.ProductDetailSingleMediaItem-magnifyIcon {
	position: absolute;
	top: 8px;
	right: 8px;
	-webkit-filter: drop-shadow(0 0 3px #fff);
	filter: drop-shadow(0 0 3px #fff)
}

.ProductDetailSingleMediaItem--squareAspectRatio {
	padding-bottom: 100%;
	width: 100%
}

.ProductDetailSingleMediaItem--outOfStock {
	padding-bottom: 50%
}

.ProductDetailSingleMediaItem--zoomInCursor {
	cursor: zoom-in
}

.ProductDetailSingleMediaItem--zoomOutCursor {
	cursor: zoom-out
}

.ProductDetailSingleMediaItem--stl,
.ProductDetailSingleMediaItem--threeSixty {
	margin: auto
}

.ProductDetailSingleMediaItem--centeredItem {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%
}

.ProductDetailSingleMediaItem--centeredItem-outOfStock {
	-webkit-transform: translate(40%, -50%);
	transform: translate(40%, -50%);
	width: 55%
}

.ProductDetailSingleMediaItem--similarItemRecommendations {
	text-align: center
}

.ProductDetailSingleMediaItem-stlImageWrap {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%
}

.ProductDetailSingleMediaItem-similarItemRecommendationsImageWrapper {
	width: 150px;
	margin: 0 auto;
	overflow: hidden
}

@media screen and (min-width:560px) {
	.ProductDetailSingleMediaItem-similarItemRecommendationsImageWrapper {
		width: 400px
	}
}

.ProductDetailSingleMediaItem-similarItemRecommendationsTitle {
	font-size: 1.5625rem
}

.ProductDetailSingleMediaItem-UGC {
	position: absolute;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(bottom, #000, transparent);
	background: linear-gradient(0deg, #000, transparent);
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1rem;
	display: block
}

.ProductDetailSingleMediaItem-UGCText {
	position: absolute;
	bottom: 26%;
	right: 20px
}

.ProductDetailSingleMediaItem-UGCTextBottom,
.ProductDetailSingleMediaItem-UGCTextTop {
	text-align: right
}

.ProductDetailSingleMediaItem-UGCTextCustomerName {
	font-weight: 700;
	text-decoration: underline;
	color: #fff
}

.ProductDetailSingleMediaItem-UGCTextCustomerName:hover {
	text-decoration: none
}

.ShippingHeadline {
	color: #221924
}

.ShippingHeadline-icon {
	vertical-align: bottom;
	margin-right: 4px;
	fill: #247139
}

.ShippingHeadline-purpleGlove-logo,
.ShippingHeadline-purpleGlove-text {
	display: inline-block;
	vertical-align: middle
}

.ShippingHeadline-purpleGlove-logo {
	fill: #7f187f;
	padding-right: 4px
}

.ShippingHeadline-purpleGlove-text {
	color: #7f187f
}

.ShippingHeadline-mywaytext {
	color: #221924;
	padding-left: 4px
}

.ShippingHeadline--express {
	color: #247139
}

@media screen and (min-width:960px) {
	.ShippingHeadline-shippingCountryLabel {
		padding-right: 4px
	}
}

.DistressedFinishDrawer {
	padding: 0 8px
}

.DistressedFinishDrawer-title {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 16px
}

.DistressedFinishDrawer-text {
	color: #615c65;
	margin: 16px 0 24px
}

.DistressedFinishDrawer-image {
	display: inline-block;
	width: -webkit-calc(50% - 8px);
	width: calc(50% - 8px)
}

.DistressedFinishDrawer-image:first-of-type {
	margin-right: 16px
}

.DistressedFinishDrawer-image-caption {
	margin-top: 8px;
	text-align: center
}

.PreviewLink-text {
	position: relative;
	max-height: 200px;
	overflow: hidden;
	color: #615c65;
	line-height: 1.5;
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
}

.PreviewLink-text:after {
	content: "";
	height: 75px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff 75%, #fff);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 75%, #fff);
	z-index: 1
}

.pl-CollapsePanelBase {
	background-color: #fff;
	margin: 8px 0 0
}

.pl-CollapsePanelBase,
.pl-CollapsePanelBase-toggler {
	border-radius: 8px
}

.pl-CollapsePanelBase-toggler {
	color: #221924;
	line-height: 1.6;
	padding: 14px 16px;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	width: 100%;
	text-align: left
}

.pl-CollapsePanelBase-toggler::-moz-selection {
	background: 0
}

.pl-CollapsePanelBase-toggler::selection {
	background: 0
}

.pl-CollapsePanelBase-toggler:focus {
	outline: 0;
	box-shadow: inset 0 0 0 2px #cfacd2
}

.pl-CollapsePanelBase-toggler.is-open {
	border-radius: 8px 8px 0 0
}

.pl-CollapsePanelBase-toggler-body {
	float: left
}

.pl-CollapsePanelBase-toggler-button {
	float: right;
	margin-left: auto
}

.pl-CollapsePanelBase-subtitle-text {
	min-height: 1.1em
}

.pl-CollapsePanelBase-collapsible.is-partiallyOpen {
	position: relative
}

.pl-CollapsePanelBase-collapsible.is-partiallyOpen:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
	z-index: 1
}

.pl-CollapsePanelBase-collapsible.is-open {
	-webkit-animation: .5s collapseFadeIn ease-out;
	animation: .5s collapseFadeIn ease-out
}

.pl-CollapsePanelBase-content {
	padding: 8px 24px 24px
}

.pl-CollapsePanelBase-showMore {
	z-index: -1;
	text-align: center;
	will-change: height, padding-top, padding-bottom;
	height: 0;
	overflow: hidden;
	padding-left: 24px;
	padding-right: 24px;
	-webkit-transition: height .2s ease, padding-top .2s ease, padding-bottom .2s ease;
	transition: height .2s ease, padding-top .2s ease, padding-bottom .2s ease;
	-webkit-transition-delay: .05s;
	transition-delay: .05s
}

@media screen and (min-width:640px) {
	.pl-CollapsePanelBase-showMore {
		text-align: left
	}
}

.pl-CollapsePanelBase-showMore.is-open {
	padding-top: 8px;
	padding-bottom: 8px;
	height: auto
}

.pl-CollapsePanelBase--compact {
	margin: 0;
	border-bottom: 2px solid #f4f4f5
}

.pl-CollapsePanelBase--contains-active-content {
	box-shadow: inset 0 0 0 2px rgba(132, 25, 135, .9)
}

.pl-CollapsePanelBase--contains-active-content .pl-CollapsePanelBase-toggler.is-open:focus {
	box-shadow: none
}

@-webkit-keyframes collapseFadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes collapseFadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.pl-CollapsePanelToggle-icon {
	margin-right: -8px
}

.pl-InputValidationText {
	padding-top: .25em;
	font-size: .8125rem;
	color: #c90000
}

.ProtectionDetailsLegal {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid #d9d8d8
}

.ProtectionDetailsLegal-logo {
	max-width: 120px;
	max-height: 120px;
	margin-bottom: 16px
}

.ProtectionDetailsLegal-logo-label,
.ProtectionDetailsLegal-text {
	margin-bottom: 8px
}

.ProtectionDetailsLegal-text--annotation {
	color: #615c65;
	font-size: 81.3%
}

.ProtectionDetailsLegal-link {
	color: #7f187f
}

.ProtectionDetailsLegal-link:active,
.ProtectionDetailsLegal-link:focus,
.ProtectionDetailsLegal-link:hover {
	color: #520f54
}

.pl-PillButton {
	background-color: #fff;
	color: #221924;
	white-space: nowrap;
	border: 1px solid #d9d8d8;
	border-radius: 50vw;
	position: relative
}

.pl-PillButton:not(:only-child) {
	margin: 4px
}

.pl-PillButton.is-focused,
.pl-PillButton:active,
.pl-PillButton:focus,
.pl-PillButton:hover {
	color: #841987;
	border-color: transparent;
	box-shadow: inset 0 0 0 2px #841987
}

.pl-PillButton,
.pl-PillButton-wrap {
	display: inline-block
}

.pl-PillButton-wrap {
	cursor: pointer
}

.pl-PillButton-label {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.pl-PillButton.is-selected,
.pl-PillButton.is-selected.is-focused {
	background-color: #841987;
	color: #fff;
	border-color: #841987
}

.pl-PillButton.is-selected.is-focused:active,
.pl-PillButton.is-selected.is-focused:focus,
.pl-PillButton.is-selected.is-focused:hover,
.pl-PillButton.is-selected:active,
.pl-PillButton.is-selected:focus,
.pl-PillButton.is-selected:hover {
	background-color: #520f54;
	color: #fff;
	box-shadow: none
}

.pl-PillButton.is-disabled.is-disabled {
	background-color: #d9d8d8;
	color: #615c65;
	border-color: #d9d8d8;
	box-shadow: none;
	opacity: .6
}

.pl-PillButton.is-disabled.is-disabled .pl-PillButton-wrap {
	cursor: default
}

.pl-PillButton--small {
	font-size: .8125rem
}

.pl-PillButton--small .pl-PillButton-wrap {
	padding: 4px 12px
}

.pl-PillButton--medium .pl-PillButton-wrap {
	padding: 5px 16px
}

.SelectableCard {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: relative;
	background-color: #fff;
	border: 2px solid transparent;
	border-radius: 8px;
	padding: 16px;
	-webkit-transition: border-color .25s ease;
	transition: border-color .25s ease
}

.SelectableCard+.SelectableCard {
	margin-top: 8px
}

.SelectableCard--hasFocus:not(.is-disabled):not(.is-checked),
.SelectableCard:active:not(.is-disabled):not(.is-checked),
.SelectableCard:focus:not(.is-disabled):not(.is-checked),
.SelectableCard:hover:not(.is-disabled):not(.is-checked) {
	outline: 0;
	border-color: #af78b4
}

.SelectableCard.is-checked {
	border-color: #841987
}

.SelectableCard.is-disabled {
	opacity: .6;
	cursor: default
}

.SelectableCard-checkedIcon {
	height: 20px;
	width: 20px;
	opacity: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	background: #841987;
	color: #fff;
	border-bottom-left-radius: 3px;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	pointer-events: none;
	z-index: 1
}

.is-checked .SelectableCard-checkedIcon {
	opacity: .9
}

.SelectableCard-checkedIcon .u-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff
}

.SelectableCard-content {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1;
	width: 100%;
	position: relative;
	pointer-events: none
}

.SelectableCard--hasControl .SelectableCard-content {
	top: -.125em;
	margin-left: .5rem
}

.SelectableCard--outerCheckbox {
	max-width: 100%;
	padding: 4px
}

.SelectableCard--hiddenInput img {
	vertical-align: middle
}

.ProductImageWithHoverZoom--clickToZoomIn {
	cursor: zoom-in
}

.ProductImageWithHoverZoom--clickToZoomOut {
	cursor: zoom-out
}

.ProductImageWithHoverZoom-lasso {
	position: absolute;
	border: 1px solid #fff;
	opacity: .6;
	z-index: 10;
	pointer-events: none
}

.ProductImageWithHoverZoom-lasso-contents {
	background: #cfacd2;
	opacity: .4
}

.ProductDetailCustomerReviewItem {
	position: relative
}

.ProductDetailCustomerReviewItem--customerImage {
	width: 100%
}

.ProductDetailCustomerReviewItem .CustomerReviewBody {
	padding: 16px
}

.ProductDetailCustomerReviewItem .CustomerReviewBody-title {
	margin: 8px 0;
	font-size: 1rem;
	font-weight: 400;
	color: #221924
}

.ProductDetailCustomerReviewItem .CustomerReviewBody-date {
	font-size: .8125rem;
	color: #615c65
}

.ProductDetailCustomerReviewItem .CustomerReviewBody-comments {
	color: #615c65
}

.ProductDetailCustomerReviewItem .CustomerReviewBody-seeAllLink {
	font-size: 1rem
}

.pl-TextInput-wrapper {
	position: relative;
	font-size: 1rem
}

.pl-TextInput-wrapper--hasAddons {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1
}

.pl-TextInput-icon {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: .75em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pl-TextInput-icon--clear+.pl-TextInput-icon--status {
	display: none
}

.pl-TextInput-fieldWrap--cta {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.pl-TextInput-fieldWrap.is-disabled {
	opacity: .5
}

.pl-TextInput-input--textarea+.pl-TextInput-label.pl-TextInput-label {
	background-color: #fff;
	left: 1em
}

.pl-TextInput-field {
	position: relative;
	display: block;
	background-color: #fff;
	border-radius: 8px
}

.pl-TextInput-field--cta {
	width: 100%;
	-webkit-box-flex: 2;
	-webkit-flex: 2 1;
	flex: 2 1
}

.pl-TextInput-field.has-prefix .pl-TextInput-label {
	padding-left: 2em
}

.pl-TextInput-field.has-prefix .pl-TextInput-input {
	padding-left: 2.875em
}

.pl-TextInput-field.has-prefixCharacter .pl-TextInput-label {
	padding-left: 1em
}

.pl-TextInput-field.has-prefixCharacter .pl-TextInput-input {
	padding-left: 2em
}

.pl-TextInput-prefix {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	top: 50%;
	left: .75em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #615c65;
	fill: #615c65;
	min-width: 1em;
	height: 28px
}

.has-prefixCharacter .pl-TextInput-prefix {
	top: 1.5em
}

.pl-TextInput-field--hiddenLabel .pl-TextInput-input.pl-TextInput-input {
	padding-top: .25em
}

.pl-TextInput-input.pl-TextInput-input {
	min-height: 50px;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px transparent;
	color: #221924;
	-webkit-transition: box-shadow .25s, border-color .25s;
	transition: box-shadow .25s, border-color .25s;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1
}

.pl-TextInput-input.pl-TextInput-input--textarea {
	border: 1px solid #d9d8d8;
	padding: 1.5em 1em .25em;
	display: block;
	min-height: 6em;
	resize: none;
	max-width: 100%;
	width: 100%
}

.pl-TextInput-input.pl-TextInput-input--textarea+.pl-TextInput-action--cta {
	min-height: 6em;
	line-height: 6em
}

.pl-TextInput-input.pl-TextInput-input--textarea.is-valid {
	border-color: #841987;
	box-shadow: inset 0 0 0 1px #841987
}

.pl-TextInput-input.pl-TextInput-input--textarea:focus {
	outline: 0
}

.pl-TextInput-input.pl-TextInput-input--textarea.has-cta {
	width: auto;
	vertical-align: middle;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.pl-TextInput-input.pl-TextInput-input--textarea.is-resizable {
	resize: both
}

.pl-TextInput-input.pl-TextInput-input--textarea.has-icon~.pl-TextInput-icon {
	top: 1.5em
}

.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:active,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:focus,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:hover {
	border-color: #841987;
	box-shadow: inset 0 0 0 1px #841987
}

.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:active~.pl-TextInput-label,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:active~.pl-TextInput-prefix,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:focus~.pl-TextInput-label,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:focus~.pl-TextInput-prefix,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:hover~.pl-TextInput-label,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:hover~.pl-TextInput-prefix {
	color: #841987;
	fill: #841987
}

.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.has-plainTextCTA:active,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.has-plainTextCTA:focus,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.has-plainTextCTA:hover,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.has-primaryCTA:active,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.has-primaryCTA:focus,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.has-primaryCTA:hover {
	box-shadow: inset 0 0 0 1px #841987
}

.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b:active,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b:focus,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b:hover {
	border-color: #006e72;
	box-shadow: inset 0 0 0 1px #006e72
}

.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b:active~.pl-TextInput-label,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b:focus~.pl-TextInput-label,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b:hover~.pl-TextInput-label {
	color: #006e72
}

.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b.has-primaryCTA {
	border-color: #006e72
}

.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b.has-primaryCTA:active,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b.has-primaryCTA:focus,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b.has-primaryCTA:hover {
	box-shadow: inset 0 0 0 1px #006e72
}

.has-leftAddon .pl-TextInput-input.pl-TextInput-input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.has-rightAddon .pl-TextInput-input.pl-TextInput-input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.pl-TextInput-input.pl-TextInput-input:not(:hover):not(:focus):not(:active):not(.is-invalid).has-text~.pl-TextInput-label {
	color: #615c65
}

.pl-TextInput-input.pl-TextInput-input:not(.pl-TextInput-input--textarea):not(:focus) {
	text-overflow: ellipsis
}

.pl-TextInput-input.pl-TextInput-input::-webkit-input-placeholder {
	color: #615c65
}

.pl-TextInput-input.pl-TextInput-input:-ms-input-placeholder,
.pl-TextInput-input.pl-TextInput-input::-ms-input-placeholder {
	color: #615c65
}

.pl-TextInput-input.pl-TextInput-input::placeholder {
	color: #615c65
}

.pl-TextInput-input.pl-TextInput-input.is-required:-moz-ui-invalid,
.pl-TextInput-input.pl-TextInput-input.is-required:-moz-ui-invalid:-moz-focusring {
	box-shadow: 0
}

.pl-TextInput-input.pl-TextInput-input.is-valid~.pl-TextInput-icon--status {
	color: #841987
}

.pl-TextInput-input.pl-TextInput-input.has-cta {
	vertical-align: middle;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.pl-TextInput-input.pl-TextInput-input.has-icon {
	padding-right: 3em
}

.fra_ca .pl-TextInput-input.pl-TextInput-input.has-plainTextCTA {
	padding-right: 100px
}

.german .pl-TextInput-input.pl-TextInput-input.has-plainTextCTA {
	padding-right: 120px
}

.pl-TextInput-input.pl-TextInput-input.has-plainTextCTA {
	padding-right: 80px
}

.pl-TextInput-input.pl-TextInput-input.has-cta.is-invalid,
.pl-TextInput-input.pl-TextInput-input.is-invalid {
	border-color: #c90000
}

.pl-TextInput-input.pl-TextInput-input.has-cta.is-invalid+.pl-TextInput-label,
.pl-TextInput-input.pl-TextInput-input.is-invalid+.pl-TextInput-label {
	color: #c90000
}

.pl-TextInput-input.pl-TextInput-input.has-cta.is-invalid:active,
.pl-TextInput-input.pl-TextInput-input.has-cta.is-invalid:focus,
.pl-TextInput-input.pl-TextInput-input.has-cta.is-invalid:hover,
.pl-TextInput-input.pl-TextInput-input.is-invalid:active,
.pl-TextInput-input.pl-TextInput-input.is-invalid:focus,
.pl-TextInput-input.pl-TextInput-input.is-invalid:hover {
	box-shadow: inset 0 0 0 1px #c90000
}

.pl-TextInput-input.pl-TextInput-input~.pl-TextInput-icon--clear {
	display: inline-block;
	color: #615c65;
	-webkit-transition: color .25s;
	transition: color .25s
}

.pl-TextInput-input.pl-TextInput-input~.pl-TextInput-icon--clear:focus,
.pl-TextInput-input.pl-TextInput-input~.pl-TextInput-icon--clear:hover {
	color: #221924
}

.pl-TextInput-input::-ms-clear {
	display: none
}

input[type=hidden]~.pl-TextInput--wrap {
	display: none
}

.ie8 .pl-TextInput-input~.pl-TextInput-label {
	top: .25em;
	color: #841987
}

.pl-TextInput-cta {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0 2em;
	background-color: #841987;
	color: #fff;
	border-radius: 0 8px 8px 0;
	min-height: 50px;
	line-height: 50px;
	-webkit-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out
}

.pl-TextInput-cta-icon {
	top: -2px;
	position: relative
}

.pl-TextInput-cta.is-plainText {
	position: absolute;
	top: 0;
	color: #841987;
	background: transparent;
	right: 0;
	padding: 0 1em
}

.pl-TextInput-cta.is-primary {
	background-color: #841987
}

.pl-TextInput-cta.is-primary:focus,
.pl-TextInput-cta.is-primary:hover {
	background-color: #5a115c
}

.pl-TextInput-cta.is-primary:disabled {
	cursor: default;
	background-color: #d9d8d8;
	border-color: #d9d8d8;
	color: #615c65;
	opacity: .6
}

.pl-TextInput-cta.is-icon {
	fill: #fff;
	padding: 0 10px;
	height: 50px
}

.pl-TextInput-cta.pl-TextInput-cta.is-b2b:not(:disabled) {
	background-color: #006e72
}

.pl-TextInput-cta.pl-TextInput-cta.is-b2b:not(:disabled):focus,
.pl-TextInput-cta.pl-TextInput-cta.is-b2b:not(:disabled):hover {
	background-color: #003d3f
}

.pl-TextInput-cta.pl-TextInput-cta.is-b2b:not(:disabled).is-plainText {
	color: #006e72;
	background: transparent
}

.pl-TextInput-characterCount {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	font-size: .8125rem;
	color: #615c65;
	margin-top: 8px
}

.pl-FloatLabel {
	color: #615c65;
	position: absolute;
	pointer-events: none;
	top: 1.5em;
	left: 1em;
	left: -webkit-calc(1em+1px);
	left: calc(1em+1px);
	right: 0;
	text-align: left;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition-property: color, -webkit-transform;
	transition-property: color, -webkit-transform;
	transition-property: transform, color;
	transition-property: transform, color, -webkit-transform;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: -webkit-calc(100% - 2em);
	width: calc(100% - 2em)
}

.pl-FloatLabel-text {
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease
}

.pl-FloatLabel-input::-webkit-input-placeholder {
	-webkit-transition: color 1s ease;
	transition: color 1s ease
}

.pl-FloatLabel-input:-ms-input-placeholder,
.pl-FloatLabel-input::-ms-input-placeholder {
	-webkit-transition: color 1s ease;
	transition: color 1s ease
}

.pl-FloatLabel-input::placeholder {
	-webkit-transition: color 1s ease;
	transition: color 1s ease
}

.pl-FloatLabel-input:not(:active):not(:focus)::-webkit-input-placeholder {
	-webkit-transition: none;
	transition: none;
	color: transparent
}

.pl-FloatLabel-input:not(:active):not(:focus):-ms-input-placeholder,
.pl-FloatLabel-input:not(:active):not(:focus)::-ms-input-placeholder {
	-webkit-transition: none;
	transition: none;
	color: transparent
}

.pl-FloatLabel-input:not(:active):not(:focus)::placeholder {
	-webkit-transition: none;
	transition: none;
	color: transparent
}

.no-js .pl-FloatLabel,
.pl-FloatLabel-input:active~.pl-FloatLabel,
.pl-FloatLabel-input:focus~.pl-FloatLabel,
.pl-FloatLabel.is-active {
	color: #841987;
	-webkit-transform: translateY(-1.5em);
	transform: translateY(-1.5em);
	-webkit-transition: color .25s ease, background-color 1.5s ease-out, -webkit-transform .25s ease;
	transition: color .25s ease, background-color 1.5s ease-out, -webkit-transform .25s ease;
	transition: color .25s ease, transform .25s ease, background-color 1.5s ease-out;
	transition: color .25s ease, transform .25s ease, background-color 1.5s ease-out, -webkit-transform .25s ease;
	top: -webkit-calc(1.5em+3px);
	top: calc(1.5em+3px)
}

.no-js .pl-FloatLabel-text,
.pl-FloatLabel-input:active~.pl-FloatLabel .pl-FloatLabel-text,
.pl-FloatLabel-input:focus~.pl-FloatLabel .pl-FloatLabel-text,
.pl-FloatLabel.is-active .pl-FloatLabel-text {
	display: inline-block;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease
}

.OneTapIframe {
	position: absolute!important
}

.OneTapIframe--sticky {
	position: fixed!important;
	top: 20px!important
}

.MarketingText {
	background: #fff;
	color: #757575;
	font: 400 11px/1.2 sans-serif;
	z-index: 2000
}

.MarketingText--desktop {
	position: absolute;
	top: 23px;
	right: 20px;
	width: 378px;
	box-shadow: 0 2px 2px rgba(34, 25, 36, .12);
	border-radius: 3px;
	height: 44px
}

.MarketingText--mweb {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 46px
}

.MarketingText-extraCopy {
	position: absolute;
	bottom: 0;
	text-align: left;
	padding: 0 24px 10px
}

.LeadLink {
	margin-bottom: 6px
}

.LeadLink,
.LeadLink:focus,
.LeadLink:hover {
	color: #6f6f6f;
	text-decoration: none
}

.LeadLink-cta {
	display: block;
	color: #01768b;
	text-decoration: underline
}

.LeadLink-cta:focus,
.LeadLink-cta:hover {
	text-decoration: none;
	color: #01768b
}

@media screen and (min-width:360px) {
	.LeadLink-cta {
		display: inline-block
	}
}

.LeadLink--highContrast,
.LeadLink--highContrast:focus,
.LeadLink--highContrast:hover {
	color: #221924
}

.ProductDetailImageCarouselVariantB {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.ProductDetailImageCarouselVariantB.is-fewerThanTwoItemsInCarousel {
	display: none
}

@media screen and (min-width:640px) and (max-width:959px) {
	.ProductDetailImageCarouselVariantB.is-fewerThanThreeItemsInCarousel {
		display: none
	}
}

.ProductDetailImageCarouselVariantB-carousel {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex
}

.ProductDetailImageCarouselVariantB-imageHoverZoom {
	position: absolute;
	top: 0;
	right: -24px
}

.ProductDetailImageCarouselVariantB-top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%
}

.ProductDetailImageCarouselVariantB-imageViewer {
	-ms-flex: auto;
	flex: auto;
	position: relative;
	margin: 0 auto;
	width: 100%
}

@media(min-width:640px) and (max-width:959px) {
	.ProductDetailImageCarouselVariantB-imageViewer {
		max-width: 180vh
	}
}

.ProductDetailImageCarouselVariantB-imageViewer,
.ProductDetailImageCarouselVariantB-imageViewer--singleImage {
	max-width: calc(100vh - 120px)
}

.ProductDetailImageCarouselVariantB-image {
	position: relative;
	margin: auto;
	height: 100%
}

.ProductDetailImageCarouselVariantB-carouselItem {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	margin: auto
}

.ProductDetailImageCarouselVariantB-carouselItem:last-child {
	margin-right: auto
}

@media(min-width:640px) and (max-width:959px) {
	.ProductDetailImageCarouselVariantB-carouselItem:not(.ProductDetailImageCarouselVariantB-carouselItem--single) {
		margin-right: 16px
	}
	.ProductDetailImageCarouselVariantB-carouselItem:not(.ProductDetailImageCarouselVariantB-carouselItem--single):last-child {
		margin-right: 0
	}
}

.ProductDetailImageCarouselVariantB-thumbnailsWrap {
	text-align: center
}

.ProductDetailImageCarouselVariantB-thumbnails {
	margin-top: 16px;
	position: relative;
	display: inline-block;
	max-width: 452px
}

@media screen and (min-width:640px) {
	.ProductDetailImageCarouselVariantB-thumbnails {
		max-width: 560px
	}
}

@media screen and (min-width:960px) {
	.ProductDetailImageCarouselVariantB-thumbnails {
		max-width: 408px
	}
}

@media screen and (min-width:1120px) {
	.ProductDetailImageCarouselVariantB-thumbnails {
		max-width: 548px
	}
}

@media screen and (min-width:1601px) {
	.ProductDetailImageCarouselVariantB-thumbnails {
		max-width: 688px
	}
}

@media screen and (max-width:959px) {
	.ProductDetailImageCarouselVariantB-thumbnails .ProductDetailImageThumbnail {
		width: 40px;
		height: 40px
	}
	.ProductDetailImageCarouselVariantB-thumbnails .ProductDetailImageThumbnail--360 .ProductDetailImageThumbnail-icon {
		width: 22px;
		height: 22px;
		vertical-align: top
	}
}

.ProductDetailImageCarouselVariantB-thumbnailArrow {
	width: 50px;
	height: 60px;
	margin: 5px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.ProductDetailImageCarouselVariantB-thumbnailArrow.is-showingFewerThanNineItems {
	display: none
}

@media screen and (min-width:960px) and (max-width:1279px) {
	.ProductDetailImageCarouselVariantB-thumbnailArrow.is-showingFewerThanNineItems {
		display: block
	}
	.ProductDetailImageCarouselVariantB-thumbnailArrow.is-showingFewerThanSixItems {
		display: none
	}
}

.ProductDetailImageCarouselVariantB-thumbnailArrow--previous {
	float: left
}

.ProductDetailImageCarouselVariantB-thumbnailArrow--next {
	float: right
}

.ProductDetailImageCarouselVariantB-catalogFeedback {
	position: absolute;
	top: -50px;
	right: 0
}

.wf_hp_pvi {
	display: none
}

.PdpLayoutVariationB-breadcrumbWrap {
	background-color: #faf9f6;
	padding: 8px 24px
}

.PdpLayoutVariationB-breadcrumbWrap .Breadcrumbs {
	max-width: 1600px;
	margin: 0 auto
}

.PdpLayoutVariationB-breadcrumbWrap .BreadcrumbsWrapper .Breadcrumbs {
	margin: 0;
	padding-left: 16px
}

.PdpLayoutVariationB-highlight {
	color: #01768b
}

.PdpLayoutVariationB-outOfStockContainer {
	position: relative
}

.PdpLayoutVariationB-outOfStockContainer .OutOfStockCarousel-wrap {
	max-width: 1600px;
	margin: 0 auto;
	background: #fff
}

.PdpLayoutVariationB .ProductCallToActionForm-main .StickyContainer-header {
	z-index: auto
}

.PdpLayoutVariationB-top {
	background: #fff
}

@supports((position:-webkit-sticky) or (position:sticky)) {
	.PdpLayoutVariationB-top.is-sticky .PdpLayoutVariationB-imageBlock {
		z-index: 2
	}
	.PdpLayoutVariationB-top.is-sticky .PdpLayoutVariationB-stickyWrap {
		top: 8px;
		position: -webkit-sticky;
		position: sticky
	}
}

.PdpLayoutVariationB-bottom-content,
.PdpLayoutVariationB-top-content {
	max-width: 1600px;
	margin: 0 auto
}

.PdpLayoutVariationB-imageBlock {
	-ms-flex-direction: column;
	flex-direction: column
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationB-imageBlock {
		padding: 32px 24px 24px
	}
}

.PdpLayoutVariationB-titleWrap {
	padding: 24px
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationB-titleWrap {
		padding: 0
	}
}

.PdpLayoutVariationB-titleWrap--onImageBlock {
	display: block
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationB-titleWrap--onImageBlock {
		display: none
	}
}

.PdpLayoutVariationB-titleWrap--onInfoBlock {
	display: table-footer-group
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationB-titleWrap--onInfoBlock {
		display: block
	}
}

.PdpLayoutVariationB-infoBlock {
	padding: 24px 12%
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationB-infoBlock {
		padding: 24px 24px 24px 16px
	}
}

.PdpLayoutVariationB-formContents>* {
	margin-bottom: 16px
}

.PdpLayoutVariationB-formContents>:last-child {
	margin-bottom: 0
}

.ResponsiveSWB {
	display: none
}

.PdpLayoutVariationBMiddle {
	max-width: 1600px;
	margin: 0 auto
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationBMiddle {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationBMiddle-rightRail {
		padding-left: 16px
	}
}

@media(max-width:640px) {
	.PdpLayoutVariationBMiddle-leftRail .pl-CollapsePanelBase-collapsible.is-partiallyOpen,
	.PdpLayoutVariationBMiddle-leftRail .pl-CollapsePanelBase-showMore {
		display: none
	}
}

.PdpLayoutVariationBMiddle-rightRail {
	position: relative;
	padding: 0 24px 0 16px
}

@media screen and (min-width:960px) {
	.PdpLayoutVariationBMiddle-rightRail {
		padding: 0 24px 24px 16px
	}
}

.PdpLayoutVariationBMiddle-sidecarSentinel {
	width: 1px;
	position: absolute
}

.PdpLayoutVariationBMiddle .CompareItem--tableVariation {
	width: 182px
}

.PdpLayoutVariationBMiddle .CompareSimilarItemsTable-dataWrap {
	width: 189px
}

.PdpOptionDrawer-productCard,
.PdpOptionDrawer .DrawerProductCard {
	margin: -24px -24px 16px;
	padding: 0
}

@media screen and (min-width:750px) {
	.PdpOptionDrawer-productCard,
	.PdpOptionDrawer .DrawerProductCard {
		display: none
	}
}

.PdpOptionDrawer-productCard .ProductCard-container,
.PdpOptionDrawer .DrawerProductCard .ProductCard-container {
	background: #faf9f6;
	padding: 16px 24px
}

.PdpOptionDrawer-option {
	background: #fff;
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 5px;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex
}

.PdpOptionDrawer-option.is-clickable {
	cursor: pointer
}

.PdpOptionDrawer-option-wrap {
	padding: 10px
}

.PdpOptionDrawer-option-imagePlaceholder {
	padding-right: 80px
}

.PdpOptionDrawer-option-imageWrap {
	position: relative;
	width: 60px;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 16px
}

.PdpOptionDrawer-option-details {
	-ms-flex-positive: 2;
	flex-grow: 2;
	-ms-flex-item-align: center;
	align-self: center;
	padding-left: 10px;
	color: #6f6f6f
}

.PdpOptionDrawer-option-details-title {
	color: #221924
}

.PdpOptionDrawer-option-details-lowStock {
	color: #ba3025;
	font-weight: 300
}

.PdpOptionDrawer-option-details-deliveryGuarantee {
	color: #1d781d
}

.PdpOptionDrawer-option-selectButtonWrap {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-item-align: center;
	align-self: center;
	text-align: right
}

@media screen and (max-width:320px) {
	.PdpOptionDrawer-option-selectButtonWrap {
		width: 25%
	}
}

.PdpOptionDrawer-option-selectButton {
	background: #01768b;
	color: #fff;
	border-radius: 3px;
	height: 50px;
	padding: 0 24px
}

.PdpOptionDrawer-option-selectButton:active,
.PdpOptionDrawer-option-selectButton:focus,
.PdpOptionDrawer-option-selectButton:hover {
	background: #01596e
}

@media screen and (max-width:320px) {
	.PdpOptionDrawer-option-selectButton {
		padding: 0 12px
	}
}

.PdpOptionDrawer-option--outOfStock {
	background: #faf9f6
}

.QuantitySelectDrawer-headerItem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 2rem
}

.QuantitySelectDrawer-headerItem-wrapper {
	background-color: #faf9f6;
	margin: -24px -24px 1rem
}

.QuantitySelectDrawer-headerItem-image {
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 30%
}

.QuantitySelectDrawer-headerItem-details {
	margin-left: 1rem
}

.QuantitySelectDrawer-headerItem-productPrice {
	font-size: 2.25rem
}

.QuantitySelectDrawer-option,
.QuantitySelectDrawer-option-container {
	display: -ms-flexbox;
	display: flex
}

.QuantitySelectDrawer-option {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.QuantitySelectDrawer-option-container {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%
}

@media screen and (min-width:470px) {
	.QuantitySelectDrawer-option-container {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%
	}
}

.QuantitySelectDrawer-option-title {
	color: #221924;
	-ms-flex-preferred-size: 55%;
	flex-basis: 55%
}

.QuantitySelectDrawer-option-price,
.QuantitySelectDrawer-option-saving {
	color: #6f6f6f;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

@media screen and (min-width:960px) {
	.QuantitySelectDrawer-option-price,
	.QuantitySelectDrawer-option-saving {
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%
	}
}

.QuantitySelectDrawer-option-saving {
	display: none
}

@media screen and (min-width:960px) {
	.QuantitySelectDrawer-option-saving {
		display: block
	}
}

.QuantitySelectDrawer .DrawerProductCard {
	margin: -24px -24px 16px;
	padding: 0
}

@media screen and (min-width:750px) {
	.QuantitySelectDrawer .DrawerProductCard {
		display: none
	}
}

.QuantitySelectDrawer .DrawerProductCard .ProductCard-container {
	background: #faf9f6;
	padding: 16px 24px
}

.ProductDetailImageCarouselV2 {
	width: 100%;
	min-height: 180px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px 15px 15px 10px
}

.ProductDetailImageCarouselV2-carousel {
	max-height: 330px
}

@media screen and (min-width:960px) {
	.ProductDetailImageCarouselV2-carousel {
		max-height: 420px
	}
}

.ProductDetailImageCarouselV2-top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.ProductDetailImageCarouselV2-thumbnails {
	margin: 5px 10px 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media screen and (min-width:750px) {
	.ProductDetailImageCarouselV2-thumbnails {
		width: 55px
	}
}

@media screen and (min-width:960px) {
	.ProductDetailImageCarouselV2-thumbnails {
		width: 70px
	}
}

.ProductDetailImageCarouselV2-thumbnailArrow {
	position: relative;
	height: 45px
}

@media screen and (min-width:750px) {
	.ProductDetailImageCarouselV2-thumbnailArrow {
		margin-left: 4px
	}
}

@media screen and (min-width:960px) {
	.ProductDetailImageCarouselV2-thumbnailArrow {
		margin-left: 10px
	}
}

.ProductDetailImageCarouselV2-thumbnailItem {
	-ms-flex: none;
	flex: none
}

.ProductDetailImageCarouselV2-arrowButton.ProductDetailImageCarouselV2-arrowButton {
	height: 60px
}

.ProductDetailImageCarouselV2-imageViewer {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.ProductDetailImageCarouselV2-imageViewer,
.ProductDetailImageCarouselV2-imageViewer .ImageComponent-image {
	margin: 0 auto;
	max-height: calc(100vh - 85px)
}

.ProductDetailImageCarouselV2-imageViewer:before {
	padding-bottom: 100%;
	content: ""
}

.ProductDetailImageCarouselV2-optionImgNotAvailable {
	position: absolute;
	width: 100%;
	opacity: .8;
	-ms-filter: "alpha(opacity=80)";
	bottom: 0;
	text-align: center
}

.ProductDetailImageCarouselV2-catalogFeedback {
	float: right
}

.ProductDetailImageCarouselV2-banner {
	position: absolute;
	white-space: nowrap;
	top: 0;
	left: 0;
	padding: 8px;
	color: #fff;
	background: #c91f24
}

.ProductDetailImageCarouselV2-banner--businessApproved,
.ProductDetailImageCarouselV2-banner--commercialGrade,
.ProductDetailImageCarouselV2-banner--tradeExclusive {
	background-color: #095256
}

.ProductDetailImageCarouselV2-banner--designerCommission {
	background-color: #7f187f
}

.ProductDetailImageCarouselV2-magnifyIcon {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 34px;
	height: 34px;
	-webkit-filter: drop-shadow(0 0 3px #fff);
	filter: drop-shadow(0 0 3px #fff)
}

.ProductDetailImageCarouselV2-banner,
.ProductDetailImageCarouselV2-magnifyIcon {
	z-index: 1
}

.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer,
.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-thumbnails {
	max-height: calc(100vh - 353px)
}

@media screen and (min-height:598px) {
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer,
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-thumbnails {
		max-height: calc(100vh - 404px)
	}
}

@media screen and (min-width:1280px) and (min-height:598px) {
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer,
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-thumbnails {
		max-height: calc(100vh - 492px)
	}
}

@media screen and (min-width:1440px) and (min-height:598px) {
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer,
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
	.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-thumbnails {
		max-height: calc(100vh - 517px)
	}
}

.ProductDetailImageCarouselV2.is-outOfStock .ProductDetailImageCarouselV2-imageViewer {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.ProductDetailImageCarouselV2.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer,
.ProductDetailImageCarouselV2.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
.ProductDetailImageCarouselV2.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-thumbnails {
	max-height: calc(100vh - 85px - 100px)
}

@media screen and (min-width:750px) {
	.ProductDetailImageCarouselV2.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer .STLPhoto-imageWrap .ImageComponent-image {
		max-height: calc(100vh - 119px - 100px)
	}
}

.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer,
.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-thumbnails {
	max-height: calc(100vh - 353px)
}

@media screen and (min-height:598px) {
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer,
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-thumbnails {
		max-height: calc(100vh - 605px)
	}
}

@media screen and (min-width:1280px) and (min-height:598px) {
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer,
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-thumbnails {
		max-height: calc(100vh - 682px)
	}
}

@media screen and (min-width:1440px) and (min-height:598px) {
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer,
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-imageViewer .ImageComponent-image,
	.ProductDetailImageCarouselV2.is-outOfStock.is-showingRoomPlannerLink .ProductDetailImageCarouselV2-thumbnails {
		max-height: calc(100vh - 637px)
	}
}

.ProductDetailImageCarouselV2-imageGalleryButton {
	position: absolute;
	right: 20px;
	bottom: 45px
}

.ProductDetailImageCarouselV2--padded {
	padding-bottom: 8px
}

.StandardPriceBlock-promotionText {
	font-size: 2.25rem;
	color: #c91f24;
	line-height: 1;
	display: inline-block;
	padding-right: 8px
}

.StandardPriceBlock-fromText {
	font-size: 1.5rem
}

.pl-CarouselButton {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(34, 25, 36, .2);
	border: 1px solid #adadac;
	z-index: 1
}

.pl-CarouselButton.is-hidden {
	visibility: hidden
}

.pl-CarouselButton.is-centered:not(.pl-CarouselButton--offset) {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pl-CarouselButton.is-centered:not(.pl-CarouselButton--offset).pl-CarouselButton--vertical {
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}

.pl-CarouselButton--offset {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.pl-CarouselButton--offset.pl-CarouselButton--next.is-centered {
	margin-left: 16px
}

.pl-CarouselButton--offset.pl-CarouselButton--next.is-centered.pl-CarouselButton--vertical {
	margin-left: 0;
	margin-top: 16px
}

.pl-CarouselButton--offset.pl-CarouselButton--previous.is-centered {
	margin-right: 16px
}

.pl-CarouselButton--offset.pl-CarouselButton--previous.is-centered.pl-CarouselButton--vertical {
	margin-right: 0;
	margin-bottom: 16px
}

.pl-CarouselButton--next.is-centered {
	right: 16px
}

.pl-CarouselButton--next.pl-CarouselButton--vertical {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.pl-CarouselButton--next.pl-CarouselButton--vertical.is-centered {
	left: 0;
	right: 0;
	top: 100%
}

.pl-CarouselButton--previous.is-centered {
	left: 16px
}

.pl-CarouselButton--previous.pl-CarouselButton--vertical {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.pl-CarouselButton--previous.pl-CarouselButton--vertical.is-centered {
	top: -25px;
	left: 4px
}

.pl-CarouselButton-icon--previous {
	left: -1px;
	-ms-transform: scaleX(-1) rotate(-90deg);
	transform: scaleX(-1) rotate(-90deg)
}

.pl-CarouselButton-icon--next {
	left: 1px;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.pl-CarouselButton:not(:disabled):focus .pl-CarouselButton-icon,
.pl-CarouselButton:not(:disabled):hover .pl-CarouselButton-icon {
	color: #01768b;
	fill: #01768b
}

.pl-CarouselButton:not(:disabled):focus,
.pl-CarouselButton:not(:disabled):hover {
	border-color: #84c6d1;
	border-width: 2px
}

.pl-CarouselButton-icon.pl-CarouselButton-icon {
	position: relative
}

.pl-CarouselContainer {
	will-change: transform;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@supports(display:flex) {
	.pl-CarouselContainer {
		white-space: normal
	}
}

.pl-CarouselContainer--vertical {
	-ms-flex-direction: column;
	flex-direction: column
}

.pl-MultiCarousel {
	position: relative;
	overflow: hidden
}

.pl-MultiCarousel-slider {
	width: 100%;
	margin: 0
}

.pl-MultiCarousel--offsetButtons {
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pl-MultiCarousel--offsetButtons .pl-MultiCarousel-innerWrap {
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden
}

.pl-MultiCarousel--equalHeight .pl-MultiCarousel-slider>* {
	display: -ms-flexbox;
	display: flex
}

.ProductDetailImageThumbnail {
	border: 2px solid #fff;
	margin: 5px;
	position: relative;
	box-sizing: content-box;
	width: 41px;
	height: 41px
}

@media screen and (min-width:960px) {
	.ProductDetailImageThumbnail {
		width: 56px;
		height: 56px
	}
}

.ProductDetailImageThumbnail--medium {
	width: 56px;
	height: 56px
}

.ProductDetailImageThumbnail--large {
	width: calc(22.5vw - 8px);
	height: calc(22.5vw - 8px)
}

@media(max-height:420px) {
	.ProductDetailImageThumbnail--large {
		width: 41px;
		height: 41px
	}
}

.ProductDetailImageThumbnail--video {
	background: #221924
}

.ProductDetailImageThumbnail--video:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(34, 25, 36, .5)
}

.ProductDetailImageThumbnail-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #01768b
}

.ProductDetailImageThumbnail-text--small {
	font-size: .813rem
}

.ProductDetailImageThumbnail-icon {
	fill: #01768b
}

.ProductDetailImageThumbnail-icon--overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	fill: #fff
}

.ProductDetailImageThumbnail.is-active {
	border-color: #01768b
}

.pl-Flex {
	display: -ms-flexbox;
	display: flex;
	min-width: 0
}

.pl-Flex--column {
	-ms-flex-direction: column;
	flex-direction: column
}

.pl-Flex--row {
	-ms-flex-direction: row;
	flex-direction: row
}

.pl-Flex--columnReverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.pl-Flex--rowReverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.pl-Flex--wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.pl-Flex--noWrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.pl-Flex--expand>* {
	min-width: 100%
}

.u-maxWidth {
	width: 100%
}

.u-maxWidth--960px {
	max-width: 960px
}

.u-maxWidth--1024px {
	max-width: 1024px
}

.u-maxWidth--1280px {
	max-width: 1280px
}

.u-maxWidth--1440px {
	max-width: 1440px
}

.u-maxWidth--1600px {
	max-width: 1600px
}

.u-order-1 {
	-ms-flex-order: 1;
	order: 1
}

.u-order-2 {
	-ms-flex-order: 2;
	order: 2
}

.u-order-3 {
	-ms-flex-order: 3;
	order: 3
}

.u-order-4 {
	-ms-flex-order: 4;
	order: 4
}

.u-order-5 {
	-ms-flex-order: 5;
	order: 5
}

.u-order-6 {
	-ms-flex-order: 6;
	order: 6
}

.u-order-7 {
	-ms-flex-order: 7;
	order: 7
}

.u-order-8 {
	-ms-flex-order: 8;
	order: 8
}

.u-order-9 {
	-ms-flex-order: 9;
	order: 9
}

.u-order-10 {
	-ms-flex-order: 10;
	order: 10
}

.u-order-11 {
	-ms-flex-order: 11;
	order: 11
}

.u-order-12 {
	-ms-flex-order: 12;
	order: 12
}

@media screen and (min-width:360px) {
	.u-xs-order-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.u-xs-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.u-xs-order-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.u-xs-order-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.u-xs-order-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.u-xs-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.u-xs-order-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.u-xs-order-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.u-xs-order-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.u-xs-order-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.u-xs-order-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.u-xs-order-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

@media screen and (min-width:470px) {
	.u-sm-order-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.u-sm-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.u-sm-order-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.u-sm-order-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.u-sm-order-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.u-sm-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.u-sm-order-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.u-sm-order-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.u-sm-order-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.u-sm-order-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.u-sm-order-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.u-sm-order-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

@media screen and (min-width:750px) {
	.u-md-order-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.u-md-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.u-md-order-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.u-md-order-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.u-md-order-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.u-md-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.u-md-order-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.u-md-order-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.u-md-order-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.u-md-order-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.u-md-order-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.u-md-order-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

@media screen and (min-width:960px) {
	.u-lg-order-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.u-lg-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.u-lg-order-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.u-lg-order-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.u-lg-order-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.u-lg-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.u-lg-order-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.u-lg-order-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.u-lg-order-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.u-lg-order-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.u-lg-order-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.u-lg-order-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

@media screen and (min-width:1280px) {
	.u-xl-order-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.u-xl-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.u-xl-order-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.u-xl-order-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.u-xl-order-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.u-xl-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.u-xl-order-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.u-xl-order-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.u-xl-order-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.u-xl-order-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.u-xl-order-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.u-xl-order-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

.u-m-0.u-m-0 {
	margin: 0
}

.u-m-1.u-m-1 {
	margin: 4px
}

.u-m-2.u-m-2 {
	margin: 8px
}

.u-m-3.u-m-3 {
	margin: 12px
}

.u-m-4.u-m-4 {
	margin: 16px
}

.u-m-5.u-m-5 {
	margin: 20px
}

.u-m-6.u-m-6 {
	margin: 24px
}

.u-m-7.u-m-7 {
	margin: 28px
}

.u-m-8.u-m-8 {
	margin: 32px
}

.u-m-9.u-m-9 {
	margin: 36px
}

.u-m-10.u-m-10 {
	margin: 40px
}

@media screen and (min-width:360px) {
	.u-m-xs-0.u-m-xs-0 {
		margin: 0
	}
	.u-m-xs-1.u-m-xs-1 {
		margin: 4px
	}
	.u-m-xs-2.u-m-xs-2 {
		margin: 8px
	}
	.u-m-xs-3.u-m-xs-3 {
		margin: 12px
	}
	.u-m-xs-4.u-m-xs-4 {
		margin: 16px
	}
	.u-m-xs-5.u-m-xs-5 {
		margin: 20px
	}
	.u-m-xs-6.u-m-xs-6 {
		margin: 24px
	}
	.u-m-xs-7.u-m-xs-7 {
		margin: 28px
	}
	.u-m-xs-8.u-m-xs-8 {
		margin: 32px
	}
	.u-m-xs-9.u-m-xs-9 {
		margin: 36px
	}
	.u-m-xs-10.u-m-xs-10 {
		margin: 40px
	}
}

@media screen and (min-width:470px) {
	.u-m-sm-0.u-m-sm-0 {
		margin: 0
	}
	.u-m-sm-1.u-m-sm-1 {
		margin: 4px
	}
	.u-m-sm-2.u-m-sm-2 {
		margin: 8px
	}
	.u-m-sm-3.u-m-sm-3 {
		margin: 12px
	}
	.u-m-sm-4.u-m-sm-4 {
		margin: 16px
	}
	.u-m-sm-5.u-m-sm-5 {
		margin: 20px
	}
	.u-m-sm-6.u-m-sm-6 {
		margin: 24px
	}
	.u-m-sm-7.u-m-sm-7 {
		margin: 28px
	}
	.u-m-sm-8.u-m-sm-8 {
		margin: 32px
	}
	.u-m-sm-9.u-m-sm-9 {
		margin: 36px
	}
	.u-m-sm-10.u-m-sm-10 {
		margin: 40px
	}
}

@media screen and (min-width:750px) {
	.u-m-md-0.u-m-md-0 {
		margin: 0
	}
	.u-m-md-1.u-m-md-1 {
		margin: 4px
	}
	.u-m-md-2.u-m-md-2 {
		margin: 8px
	}
	.u-m-md-3.u-m-md-3 {
		margin: 12px
	}
	.u-m-md-4.u-m-md-4 {
		margin: 16px
	}
	.u-m-md-5.u-m-md-5 {
		margin: 20px
	}
	.u-m-md-6.u-m-md-6 {
		margin: 24px
	}
	.u-m-md-7.u-m-md-7 {
		margin: 28px
	}
	.u-m-md-8.u-m-md-8 {
		margin: 32px
	}
	.u-m-md-9.u-m-md-9 {
		margin: 36px
	}
	.u-m-md-10.u-m-md-10 {
		margin: 40px
	}
}

@media screen and (min-width:960px) {
	.u-m-lg-0.u-m-lg-0 {
		margin: 0
	}
	.u-m-lg-1.u-m-lg-1 {
		margin: 4px
	}
	.u-m-lg-2.u-m-lg-2 {
		margin: 8px
	}
	.u-m-lg-3.u-m-lg-3 {
		margin: 12px
	}
	.u-m-lg-4.u-m-lg-4 {
		margin: 16px
	}
	.u-m-lg-5.u-m-lg-5 {
		margin: 20px
	}
	.u-m-lg-6.u-m-lg-6 {
		margin: 24px
	}
	.u-m-lg-7.u-m-lg-7 {
		margin: 28px
	}
	.u-m-lg-8.u-m-lg-8 {
		margin: 32px
	}
	.u-m-lg-9.u-m-lg-9 {
		margin: 36px
	}
	.u-m-lg-10.u-m-lg-10 {
		margin: 40px
	}
}

@media screen and (min-width:1280px) {
	.u-m-xl-0.u-m-xl-0 {
		margin: 0
	}
	.u-m-xl-1.u-m-xl-1 {
		margin: 4px
	}
	.u-m-xl-2.u-m-xl-2 {
		margin: 8px
	}
	.u-m-xl-3.u-m-xl-3 {
		margin: 12px
	}
	.u-m-xl-4.u-m-xl-4 {
		margin: 16px
	}
	.u-m-xl-5.u-m-xl-5 {
		margin: 20px
	}
	.u-m-xl-6.u-m-xl-6 {
		margin: 24px
	}
	.u-m-xl-7.u-m-xl-7 {
		margin: 28px
	}
	.u-m-xl-8.u-m-xl-8 {
		margin: 32px
	}
	.u-m-xl-9.u-m-xl-9 {
		margin: 36px
	}
	.u-m-xl-10.u-m-xl-10 {
		margin: 40px
	}
}

.u-ml-0.u-ml-0 {
	margin-left: 0
}

.u-ml-1.u-ml-1 {
	margin-left: 4px
}

.u-ml-2.u-ml-2 {
	margin-left: 8px
}

.u-ml-3.u-ml-3 {
	margin-left: 12px
}

.u-ml-4.u-ml-4 {
	margin-left: 16px
}

.u-ml-5.u-ml-5 {
	margin-left: 20px
}

.u-ml-6.u-ml-6 {
	margin-left: 24px
}

.u-ml-7.u-ml-7 {
	margin-left: 28px
}

.u-ml-8.u-ml-8 {
	margin-left: 32px
}

.u-ml-9.u-ml-9 {
	margin-left: 36px
}

.u-ml-10.u-ml-10 {
	margin-left: 40px
}

@media screen and (min-width:360px) {
	.u-ml-xs-0.u-ml-xs-0 {
		margin-left: 0
	}
	.u-ml-xs-1.u-ml-xs-1 {
		margin-left: 4px
	}
	.u-ml-xs-2.u-ml-xs-2 {
		margin-left: 8px
	}
	.u-ml-xs-3.u-ml-xs-3 {
		margin-left: 12px
	}
	.u-ml-xs-4.u-ml-xs-4 {
		margin-left: 16px
	}
	.u-ml-xs-5.u-ml-xs-5 {
		margin-left: 20px
	}
	.u-ml-xs-6.u-ml-xs-6 {
		margin-left: 24px
	}
	.u-ml-xs-7.u-ml-xs-7 {
		margin-left: 28px
	}
	.u-ml-xs-8.u-ml-xs-8 {
		margin-left: 32px
	}
	.u-ml-xs-9.u-ml-xs-9 {
		margin-left: 36px
	}
	.u-ml-xs-10.u-ml-xs-10 {
		margin-left: 40px
	}
}

@media screen and (min-width:470px) {
	.u-ml-sm-0.u-ml-sm-0 {
		margin-left: 0
	}
	.u-ml-sm-1.u-ml-sm-1 {
		margin-left: 4px
	}
	.u-ml-sm-2.u-ml-sm-2 {
		margin-left: 8px
	}
	.u-ml-sm-3.u-ml-sm-3 {
		margin-left: 12px
	}
	.u-ml-sm-4.u-ml-sm-4 {
		margin-left: 16px
	}
	.u-ml-sm-5.u-ml-sm-5 {
		margin-left: 20px
	}
	.u-ml-sm-6.u-ml-sm-6 {
		margin-left: 24px
	}
	.u-ml-sm-7.u-ml-sm-7 {
		margin-left: 28px
	}
	.u-ml-sm-8.u-ml-sm-8 {
		margin-left: 32px
	}
	.u-ml-sm-9.u-ml-sm-9 {
		margin-left: 36px
	}
	.u-ml-sm-10.u-ml-sm-10 {
		margin-left: 40px
	}
}

@media screen and (min-width:750px) {
	.u-ml-md-0.u-ml-md-0 {
		margin-left: 0
	}
	.u-ml-md-1.u-ml-md-1 {
		margin-left: 4px
	}
	.u-ml-md-2.u-ml-md-2 {
		margin-left: 8px
	}
	.u-ml-md-3.u-ml-md-3 {
		margin-left: 12px
	}
	.u-ml-md-4.u-ml-md-4 {
		margin-left: 16px
	}
	.u-ml-md-5.u-ml-md-5 {
		margin-left: 20px
	}
	.u-ml-md-6.u-ml-md-6 {
		margin-left: 24px
	}
	.u-ml-md-7.u-ml-md-7 {
		margin-left: 28px
	}
	.u-ml-md-8.u-ml-md-8 {
		margin-left: 32px
	}
	.u-ml-md-9.u-ml-md-9 {
		margin-left: 36px
	}
	.u-ml-md-10.u-ml-md-10 {
		margin-left: 40px
	}
}

@media screen and (min-width:960px) {
	.u-ml-lg-0.u-ml-lg-0 {
		margin-left: 0
	}
	.u-ml-lg-1.u-ml-lg-1 {
		margin-left: 4px
	}
	.u-ml-lg-2.u-ml-lg-2 {
		margin-left: 8px
	}
	.u-ml-lg-3.u-ml-lg-3 {
		margin-left: 12px
	}
	.u-ml-lg-4.u-ml-lg-4 {
		margin-left: 16px
	}
	.u-ml-lg-5.u-ml-lg-5 {
		margin-left: 20px
	}
	.u-ml-lg-6.u-ml-lg-6 {
		margin-left: 24px
	}
	.u-ml-lg-7.u-ml-lg-7 {
		margin-left: 28px
	}
	.u-ml-lg-8.u-ml-lg-8 {
		margin-left: 32px
	}
	.u-ml-lg-9.u-ml-lg-9 {
		margin-left: 36px
	}
	.u-ml-lg-10.u-ml-lg-10 {
		margin-left: 40px
	}
}

@media screen and (min-width:1280px) {
	.u-ml-xl-0.u-ml-xl-0 {
		margin-left: 0
	}
	.u-ml-xl-1.u-ml-xl-1 {
		margin-left: 4px
	}
	.u-ml-xl-2.u-ml-xl-2 {
		margin-left: 8px
	}
	.u-ml-xl-3.u-ml-xl-3 {
		margin-left: 12px
	}
	.u-ml-xl-4.u-ml-xl-4 {
		margin-left: 16px
	}
	.u-ml-xl-5.u-ml-xl-5 {
		margin-left: 20px
	}
	.u-ml-xl-6.u-ml-xl-6 {
		margin-left: 24px
	}
	.u-ml-xl-7.u-ml-xl-7 {
		margin-left: 28px
	}
	.u-ml-xl-8.u-ml-xl-8 {
		margin-left: 32px
	}
	.u-ml-xl-9.u-ml-xl-9 {
		margin-left: 36px
	}
	.u-ml-xl-10.u-ml-xl-10 {
		margin-left: 40px
	}
}

.u-mr-0.u-mr-0 {
	margin-right: 0
}

.u-mr-1.u-mr-1 {
	margin-right: 4px
}

.u-mr-2.u-mr-2 {
	margin-right: 8px
}

.u-mr-3.u-mr-3 {
	margin-right: 12px
}

.u-mr-4.u-mr-4 {
	margin-right: 16px
}

.u-mr-5.u-mr-5 {
	margin-right: 20px
}

.u-mr-6.u-mr-6 {
	margin-right: 24px
}

.u-mr-7.u-mr-7 {
	margin-right: 28px
}

.u-mr-8.u-mr-8 {
	margin-right: 32px
}

.u-mr-9.u-mr-9 {
	margin-right: 36px
}

.u-mr-10.u-mr-10 {
	margin-right: 40px
}

@media screen and (min-width:360px) {
	.u-mr-xs-0.u-mr-xs-0 {
		margin-right: 0
	}
	.u-mr-xs-1.u-mr-xs-1 {
		margin-right: 4px
	}
	.u-mr-xs-2.u-mr-xs-2 {
		margin-right: 8px
	}
	.u-mr-xs-3.u-mr-xs-3 {
		margin-right: 12px
	}
	.u-mr-xs-4.u-mr-xs-4 {
		margin-right: 16px
	}
	.u-mr-xs-5.u-mr-xs-5 {
		margin-right: 20px
	}
	.u-mr-xs-6.u-mr-xs-6 {
		margin-right: 24px
	}
	.u-mr-xs-7.u-mr-xs-7 {
		margin-right: 28px
	}
	.u-mr-xs-8.u-mr-xs-8 {
		margin-right: 32px
	}
	.u-mr-xs-9.u-mr-xs-9 {
		margin-right: 36px
	}
	.u-mr-xs-10.u-mr-xs-10 {
		margin-right: 40px
	}
}

@media screen and (min-width:470px) {
	.u-mr-sm-0.u-mr-sm-0 {
		margin-right: 0
	}
	.u-mr-sm-1.u-mr-sm-1 {
		margin-right: 4px
	}
	.u-mr-sm-2.u-mr-sm-2 {
		margin-right: 8px
	}
	.u-mr-sm-3.u-mr-sm-3 {
		margin-right: 12px
	}
	.u-mr-sm-4.u-mr-sm-4 {
		margin-right: 16px
	}
	.u-mr-sm-5.u-mr-sm-5 {
		margin-right: 20px
	}
	.u-mr-sm-6.u-mr-sm-6 {
		margin-right: 24px
	}
	.u-mr-sm-7.u-mr-sm-7 {
		margin-right: 28px
	}
	.u-mr-sm-8.u-mr-sm-8 {
		margin-right: 32px
	}
	.u-mr-sm-9.u-mr-sm-9 {
		margin-right: 36px
	}
	.u-mr-sm-10.u-mr-sm-10 {
		margin-right: 40px
	}
}

@media screen and (min-width:750px) {
	.u-mr-md-0.u-mr-md-0 {
		margin-right: 0
	}
	.u-mr-md-1.u-mr-md-1 {
		margin-right: 4px
	}
	.u-mr-md-2.u-mr-md-2 {
		margin-right: 8px
	}
	.u-mr-md-3.u-mr-md-3 {
		margin-right: 12px
	}
	.u-mr-md-4.u-mr-md-4 {
		margin-right: 16px
	}
	.u-mr-md-5.u-mr-md-5 {
		margin-right: 20px
	}
	.u-mr-md-6.u-mr-md-6 {
		margin-right: 24px
	}
	.u-mr-md-7.u-mr-md-7 {
		margin-right: 28px
	}
	.u-mr-md-8.u-mr-md-8 {
		margin-right: 32px
	}
	.u-mr-md-9.u-mr-md-9 {
		margin-right: 36px
	}
	.u-mr-md-10.u-mr-md-10 {
		margin-right: 40px
	}
}

@media screen and (min-width:960px) {
	.u-mr-lg-0.u-mr-lg-0 {
		margin-right: 0
	}
	.u-mr-lg-1.u-mr-lg-1 {
		margin-right: 4px
	}
	.u-mr-lg-2.u-mr-lg-2 {
		margin-right: 8px
	}
	.u-mr-lg-3.u-mr-lg-3 {
		margin-right: 12px
	}
	.u-mr-lg-4.u-mr-lg-4 {
		margin-right: 16px
	}
	.u-mr-lg-5.u-mr-lg-5 {
		margin-right: 20px
	}
	.u-mr-lg-6.u-mr-lg-6 {
		margin-right: 24px
	}
	.u-mr-lg-7.u-mr-lg-7 {
		margin-right: 28px
	}
	.u-mr-lg-8.u-mr-lg-8 {
		margin-right: 32px
	}
	.u-mr-lg-9.u-mr-lg-9 {
		margin-right: 36px
	}
	.u-mr-lg-10.u-mr-lg-10 {
		margin-right: 40px
	}
}

@media screen and (min-width:1280px) {
	.u-mr-xl-0.u-mr-xl-0 {
		margin-right: 0
	}
	.u-mr-xl-1.u-mr-xl-1 {
		margin-right: 4px
	}
	.u-mr-xl-2.u-mr-xl-2 {
		margin-right: 8px
	}
	.u-mr-xl-3.u-mr-xl-3 {
		margin-right: 12px
	}
	.u-mr-xl-4.u-mr-xl-4 {
		margin-right: 16px
	}
	.u-mr-xl-5.u-mr-xl-5 {
		margin-right: 20px
	}
	.u-mr-xl-6.u-mr-xl-6 {
		margin-right: 24px
	}
	.u-mr-xl-7.u-mr-xl-7 {
		margin-right: 28px
	}
	.u-mr-xl-8.u-mr-xl-8 {
		margin-right: 32px
	}
	.u-mr-xl-9.u-mr-xl-9 {
		margin-right: 36px
	}
	.u-mr-xl-10.u-mr-xl-10 {
		margin-right: 40px
	}
}

.u-mb-0.u-mb-0 {
	margin-bottom: 0
}

.u-mb-1.u-mb-1 {
	margin-bottom: 4px
}

.u-mb-2.u-mb-2 {
	margin-bottom: 8px
}

.u-mb-3.u-mb-3 {
	margin-bottom: 12px
}

.u-mb-4.u-mb-4 {
	margin-bottom: 16px
}

.u-mb-5.u-mb-5 {
	margin-bottom: 20px
}

.u-mb-6.u-mb-6 {
	margin-bottom: 24px
}

.u-mb-7.u-mb-7 {
	margin-bottom: 28px
}

.u-mb-8.u-mb-8 {
	margin-bottom: 32px
}

.u-mb-9.u-mb-9 {
	margin-bottom: 36px
}

.u-mb-10.u-mb-10 {
	margin-bottom: 40px
}

@media screen and (min-width:360px) {
	.u-mb-xs-0.u-mb-xs-0 {
		margin-bottom: 0
	}
	.u-mb-xs-1.u-mb-xs-1 {
		margin-bottom: 4px
	}
	.u-mb-xs-2.u-mb-xs-2 {
		margin-bottom: 8px
	}
	.u-mb-xs-3.u-mb-xs-3 {
		margin-bottom: 12px
	}
	.u-mb-xs-4.u-mb-xs-4 {
		margin-bottom: 16px
	}
	.u-mb-xs-5.u-mb-xs-5 {
		margin-bottom: 20px
	}
	.u-mb-xs-6.u-mb-xs-6 {
		margin-bottom: 24px
	}
	.u-mb-xs-7.u-mb-xs-7 {
		margin-bottom: 28px
	}
	.u-mb-xs-8.u-mb-xs-8 {
		margin-bottom: 32px
	}
	.u-mb-xs-9.u-mb-xs-9 {
		margin-bottom: 36px
	}
	.u-mb-xs-10.u-mb-xs-10 {
		margin-bottom: 40px
	}
}

@media screen and (min-width:470px) {
	.u-mb-sm-0.u-mb-sm-0 {
		margin-bottom: 0
	}
	.u-mb-sm-1.u-mb-sm-1 {
		margin-bottom: 4px
	}
	.u-mb-sm-2.u-mb-sm-2 {
		margin-bottom: 8px
	}
	.u-mb-sm-3.u-mb-sm-3 {
		margin-bottom: 12px
	}
	.u-mb-sm-4.u-mb-sm-4 {
		margin-bottom: 16px
	}
	.u-mb-sm-5.u-mb-sm-5 {
		margin-bottom: 20px
	}
	.u-mb-sm-6.u-mb-sm-6 {
		margin-bottom: 24px
	}
	.u-mb-sm-7.u-mb-sm-7 {
		margin-bottom: 28px
	}
	.u-mb-sm-8.u-mb-sm-8 {
		margin-bottom: 32px
	}
	.u-mb-sm-9.u-mb-sm-9 {
		margin-bottom: 36px
	}
	.u-mb-sm-10.u-mb-sm-10 {
		margin-bottom: 40px
	}
}

@media screen and (min-width:750px) {
	.u-mb-md-0.u-mb-md-0 {
		margin-bottom: 0
	}
	.u-mb-md-1.u-mb-md-1 {
		margin-bottom: 4px
	}
	.u-mb-md-2.u-mb-md-2 {
		margin-bottom: 8px
	}
	.u-mb-md-3.u-mb-md-3 {
		margin-bottom: 12px
	}
	.u-mb-md-4.u-mb-md-4 {
		margin-bottom: 16px
	}
	.u-mb-md-5.u-mb-md-5 {
		margin-bottom: 20px
	}
	.u-mb-md-6.u-mb-md-6 {
		margin-bottom: 24px
	}
	.u-mb-md-7.u-mb-md-7 {
		margin-bottom: 28px
	}
	.u-mb-md-8.u-mb-md-8 {
		margin-bottom: 32px
	}
	.u-mb-md-9.u-mb-md-9 {
		margin-bottom: 36px
	}
	.u-mb-md-10.u-mb-md-10 {
		margin-bottom: 40px
	}
}

@media screen and (min-width:960px) {
	.u-mb-lg-0.u-mb-lg-0 {
		margin-bottom: 0
	}
	.u-mb-lg-1.u-mb-lg-1 {
		margin-bottom: 4px
	}
	.u-mb-lg-2.u-mb-lg-2 {
		margin-bottom: 8px
	}
	.u-mb-lg-3.u-mb-lg-3 {
		margin-bottom: 12px
	}
	.u-mb-lg-4.u-mb-lg-4 {
		margin-bottom: 16px
	}
	.u-mb-lg-5.u-mb-lg-5 {
		margin-bottom: 20px
	}
	.u-mb-lg-6.u-mb-lg-6 {
		margin-bottom: 24px
	}
	.u-mb-lg-7.u-mb-lg-7 {
		margin-bottom: 28px
	}
	.u-mb-lg-8.u-mb-lg-8 {
		margin-bottom: 32px
	}
	.u-mb-lg-9.u-mb-lg-9 {
		margin-bottom: 36px
	}
	.u-mb-lg-10.u-mb-lg-10 {
		margin-bottom: 40px
	}
}

@media screen and (min-width:1280px) {
	.u-mb-xl-0.u-mb-xl-0 {
		margin-bottom: 0
	}
	.u-mb-xl-1.u-mb-xl-1 {
		margin-bottom: 4px
	}
	.u-mb-xl-2.u-mb-xl-2 {
		margin-bottom: 8px
	}
	.u-mb-xl-3.u-mb-xl-3 {
		margin-bottom: 12px
	}
	.u-mb-xl-4.u-mb-xl-4 {
		margin-bottom: 16px
	}
	.u-mb-xl-5.u-mb-xl-5 {
		margin-bottom: 20px
	}
	.u-mb-xl-6.u-mb-xl-6 {
		margin-bottom: 24px
	}
	.u-mb-xl-7.u-mb-xl-7 {
		margin-bottom: 28px
	}
	.u-mb-xl-8.u-mb-xl-8 {
		margin-bottom: 32px
	}
	.u-mb-xl-9.u-mb-xl-9 {
		margin-bottom: 36px
	}
	.u-mb-xl-10.u-mb-xl-10 {
		margin-bottom: 40px
	}
}

.u-mt-0.u-mt-0 {
	margin-top: 0
}

.u-mt-1.u-mt-1 {
	margin-top: 4px
}

.u-mt-2.u-mt-2 {
	margin-top: 8px
}

.u-mt-3.u-mt-3 {
	margin-top: 12px
}

.u-mt-4.u-mt-4 {
	margin-top: 16px
}

.u-mt-5.u-mt-5 {
	margin-top: 20px
}

.u-mt-6.u-mt-6 {
	margin-top: 24px
}

.u-mt-7.u-mt-7 {
	margin-top: 28px
}

.u-mt-8.u-mt-8 {
	margin-top: 32px
}

.u-mt-9.u-mt-9 {
	margin-top: 36px
}

.u-mt-10.u-mt-10 {
	margin-top: 40px
}

@media screen and (min-width:360px) {
	.u-mt-xs-0.u-mt-xs-0 {
		margin-top: 0
	}
	.u-mt-xs-1.u-mt-xs-1 {
		margin-top: 4px
	}
	.u-mt-xs-2.u-mt-xs-2 {
		margin-top: 8px
	}
	.u-mt-xs-3.u-mt-xs-3 {
		margin-top: 12px
	}
	.u-mt-xs-4.u-mt-xs-4 {
		margin-top: 16px
	}
	.u-mt-xs-5.u-mt-xs-5 {
		margin-top: 20px
	}
	.u-mt-xs-6.u-mt-xs-6 {
		margin-top: 24px
	}
	.u-mt-xs-7.u-mt-xs-7 {
		margin-top: 28px
	}
	.u-mt-xs-8.u-mt-xs-8 {
		margin-top: 32px
	}
	.u-mt-xs-9.u-mt-xs-9 {
		margin-top: 36px
	}
	.u-mt-xs-10.u-mt-xs-10 {
		margin-top: 40px
	}
}

@media screen and (min-width:470px) {
	.u-mt-sm-0.u-mt-sm-0 {
		margin-top: 0
	}
	.u-mt-sm-1.u-mt-sm-1 {
		margin-top: 4px
	}
	.u-mt-sm-2.u-mt-sm-2 {
		margin-top: 8px
	}
	.u-mt-sm-3.u-mt-sm-3 {
		margin-top: 12px
	}
	.u-mt-sm-4.u-mt-sm-4 {
		margin-top: 16px
	}
	.u-mt-sm-5.u-mt-sm-5 {
		margin-top: 20px
	}
	.u-mt-sm-6.u-mt-sm-6 {
		margin-top: 24px
	}
	.u-mt-sm-7.u-mt-sm-7 {
		margin-top: 28px
	}
	.u-mt-sm-8.u-mt-sm-8 {
		margin-top: 32px
	}
	.u-mt-sm-9.u-mt-sm-9 {
		margin-top: 36px
	}
	.u-mt-sm-10.u-mt-sm-10 {
		margin-top: 40px
	}
}

@media screen and (min-width:750px) {
	.u-mt-md-0.u-mt-md-0 {
		margin-top: 0
	}
	.u-mt-md-1.u-mt-md-1 {
		margin-top: 4px
	}
	.u-mt-md-2.u-mt-md-2 {
		margin-top: 8px
	}
	.u-mt-md-3.u-mt-md-3 {
		margin-top: 12px
	}
	.u-mt-md-4.u-mt-md-4 {
		margin-top: 16px
	}
	.u-mt-md-5.u-mt-md-5 {
		margin-top: 20px
	}
	.u-mt-md-6.u-mt-md-6 {
		margin-top: 24px
	}
	.u-mt-md-7.u-mt-md-7 {
		margin-top: 28px
	}
	.u-mt-md-8.u-mt-md-8 {
		margin-top: 32px
	}
	.u-mt-md-9.u-mt-md-9 {
		margin-top: 36px
	}
	.u-mt-md-10.u-mt-md-10 {
		margin-top: 40px
	}
}

@media screen and (min-width:960px) {
	.u-mt-lg-0.u-mt-lg-0 {
		margin-top: 0
	}
	.u-mt-lg-1.u-mt-lg-1 {
		margin-top: 4px
	}
	.u-mt-lg-2.u-mt-lg-2 {
		margin-top: 8px
	}
	.u-mt-lg-3.u-mt-lg-3 {
		margin-top: 12px
	}
	.u-mt-lg-4.u-mt-lg-4 {
		margin-top: 16px
	}
	.u-mt-lg-5.u-mt-lg-5 {
		margin-top: 20px
	}
	.u-mt-lg-6.u-mt-lg-6 {
		margin-top: 24px
	}
	.u-mt-lg-7.u-mt-lg-7 {
		margin-top: 28px
	}
	.u-mt-lg-8.u-mt-lg-8 {
		margin-top: 32px
	}
	.u-mt-lg-9.u-mt-lg-9 {
		margin-top: 36px
	}
	.u-mt-lg-10.u-mt-lg-10 {
		margin-top: 40px
	}
}

@media screen and (min-width:1280px) {
	.u-mt-xl-0.u-mt-xl-0 {
		margin-top: 0
	}
	.u-mt-xl-1.u-mt-xl-1 {
		margin-top: 4px
	}
	.u-mt-xl-2.u-mt-xl-2 {
		margin-top: 8px
	}
	.u-mt-xl-3.u-mt-xl-3 {
		margin-top: 12px
	}
	.u-mt-xl-4.u-mt-xl-4 {
		margin-top: 16px
	}
	.u-mt-xl-5.u-mt-xl-5 {
		margin-top: 20px
	}
	.u-mt-xl-6.u-mt-xl-6 {
		margin-top: 24px
	}
	.u-mt-xl-7.u-mt-xl-7 {
		margin-top: 28px
	}
	.u-mt-xl-8.u-mt-xl-8 {
		margin-top: 32px
	}
	.u-mt-xl-9.u-mt-xl-9 {
		margin-top: 36px
	}
	.u-mt-xl-10.u-mt-xl-10 {
		margin-top: 40px
	}
}

.u-p-0.u-p-0 {
	padding: 0
}

.u-p-1.u-p-1 {
	padding: 4px
}

.u-p-2.u-p-2 {
	padding: 8px
}

.u-p-3.u-p-3 {
	padding: 12px
}

.u-p-4.u-p-4 {
	padding: 16px
}

.u-p-5.u-p-5 {
	padding: 20px
}

.u-p-6.u-p-6 {
	padding: 24px
}

.u-p-7.u-p-7 {
	padding: 28px
}

.u-p-8.u-p-8 {
	padding: 32px
}

.u-p-9.u-p-9 {
	padding: 36px
}

.u-p-10.u-p-10 {
	padding: 40px
}

@media screen and (min-width:360px) {
	.u-p-xs-0.u-p-xs-0 {
		padding: 0
	}
	.u-p-xs-1.u-p-xs-1 {
		padding: 4px
	}
	.u-p-xs-2.u-p-xs-2 {
		padding: 8px
	}
	.u-p-xs-3.u-p-xs-3 {
		padding: 12px
	}
	.u-p-xs-4.u-p-xs-4 {
		padding: 16px
	}
	.u-p-xs-5.u-p-xs-5 {
		padding: 20px
	}
	.u-p-xs-6.u-p-xs-6 {
		padding: 24px
	}
	.u-p-xs-7.u-p-xs-7 {
		padding: 28px
	}
	.u-p-xs-8.u-p-xs-8 {
		padding: 32px
	}
	.u-p-xs-9.u-p-xs-9 {
		padding: 36px
	}
	.u-p-xs-10.u-p-xs-10 {
		padding: 40px
	}
}

@media screen and (min-width:470px) {
	.u-p-sm-0.u-p-sm-0 {
		padding: 0
	}
	.u-p-sm-1.u-p-sm-1 {
		padding: 4px
	}
	.u-p-sm-2.u-p-sm-2 {
		padding: 8px
	}
	.u-p-sm-3.u-p-sm-3 {
		padding: 12px
	}
	.u-p-sm-4.u-p-sm-4 {
		padding: 16px
	}
	.u-p-sm-5.u-p-sm-5 {
		padding: 20px
	}
	.u-p-sm-6.u-p-sm-6 {
		padding: 24px
	}
	.u-p-sm-7.u-p-sm-7 {
		padding: 28px
	}
	.u-p-sm-8.u-p-sm-8 {
		padding: 32px
	}
	.u-p-sm-9.u-p-sm-9 {
		padding: 36px
	}
	.u-p-sm-10.u-p-sm-10 {
		padding: 40px
	}
}

@media screen and (min-width:750px) {
	.u-p-md-0.u-p-md-0 {
		padding: 0
	}
	.u-p-md-1.u-p-md-1 {
		padding: 4px
	}
	.u-p-md-2.u-p-md-2 {
		padding: 8px
	}
	.u-p-md-3.u-p-md-3 {
		padding: 12px
	}
	.u-p-md-4.u-p-md-4 {
		padding: 16px
	}
	.u-p-md-5.u-p-md-5 {
		padding: 20px
	}
	.u-p-md-6.u-p-md-6 {
		padding: 24px
	}
	.u-p-md-7.u-p-md-7 {
		padding: 28px
	}
	.u-p-md-8.u-p-md-8 {
		padding: 32px
	}
	.u-p-md-9.u-p-md-9 {
		padding: 36px
	}
	.u-p-md-10.u-p-md-10 {
		padding: 40px
	}
}

@media screen and (min-width:960px) {
	.u-p-lg-0.u-p-lg-0 {
		padding: 0
	}
	.u-p-lg-1.u-p-lg-1 {
		padding: 4px
	}
	.u-p-lg-2.u-p-lg-2 {
		padding: 8px
	}
	.u-p-lg-3.u-p-lg-3 {
		padding: 12px
	}
	.u-p-lg-4.u-p-lg-4 {
		padding: 16px
	}
	.u-p-lg-5.u-p-lg-5 {
		padding: 20px
	}
	.u-p-lg-6.u-p-lg-6 {
		padding: 24px
	}
	.u-p-lg-7.u-p-lg-7 {
		padding: 28px
	}
	.u-p-lg-8.u-p-lg-8 {
		padding: 32px
	}
	.u-p-lg-9.u-p-lg-9 {
		padding: 36px
	}
	.u-p-lg-10.u-p-lg-10 {
		padding: 40px
	}
}

@media screen and (min-width:1280px) {
	.u-p-xl-0.u-p-xl-0 {
		padding: 0
	}
	.u-p-xl-1.u-p-xl-1 {
		padding: 4px
	}
	.u-p-xl-2.u-p-xl-2 {
		padding: 8px
	}
	.u-p-xl-3.u-p-xl-3 {
		padding: 12px
	}
	.u-p-xl-4.u-p-xl-4 {
		padding: 16px
	}
	.u-p-xl-5.u-p-xl-5 {
		padding: 20px
	}
	.u-p-xl-6.u-p-xl-6 {
		padding: 24px
	}
	.u-p-xl-7.u-p-xl-7 {
		padding: 28px
	}
	.u-p-xl-8.u-p-xl-8 {
		padding: 32px
	}
	.u-p-xl-9.u-p-xl-9 {
		padding: 36px
	}
	.u-p-xl-10.u-p-xl-10 {
		padding: 40px
	}
}

.u-pl-0.u-pl-0 {
	padding-left: 0
}

.u-pl-1.u-pl-1 {
	padding-left: 4px
}

.u-pl-2.u-pl-2 {
	padding-left: 8px
}

.u-pl-3.u-pl-3 {
	padding-left: 12px
}

.u-pl-4.u-pl-4 {
	padding-left: 16px
}

.u-pl-5.u-pl-5 {
	padding-left: 20px
}

.u-pl-6.u-pl-6 {
	padding-left: 24px
}

.u-pl-7.u-pl-7 {
	padding-left: 28px
}

.u-pl-8.u-pl-8 {
	padding-left: 32px
}

.u-pl-9.u-pl-9 {
	padding-left: 36px
}

.u-pl-10.u-pl-10 {
	padding-left: 40px
}

@media screen and (min-width:360px) {
	.u-pl-xs-0.u-pl-xs-0 {
		padding-left: 0
	}
	.u-pl-xs-1.u-pl-xs-1 {
		padding-left: 4px
	}
	.u-pl-xs-2.u-pl-xs-2 {
		padding-left: 8px
	}
	.u-pl-xs-3.u-pl-xs-3 {
		padding-left: 12px
	}
	.u-pl-xs-4.u-pl-xs-4 {
		padding-left: 16px
	}
	.u-pl-xs-5.u-pl-xs-5 {
		padding-left: 20px
	}
	.u-pl-xs-6.u-pl-xs-6 {
		padding-left: 24px
	}
	.u-pl-xs-7.u-pl-xs-7 {
		padding-left: 28px
	}
	.u-pl-xs-8.u-pl-xs-8 {
		padding-left: 32px
	}
	.u-pl-xs-9.u-pl-xs-9 {
		padding-left: 36px
	}
	.u-pl-xs-10.u-pl-xs-10 {
		padding-left: 40px
	}
}

@media screen and (min-width:470px) {
	.u-pl-sm-0.u-pl-sm-0 {
		padding-left: 0
	}
	.u-pl-sm-1.u-pl-sm-1 {
		padding-left: 4px
	}
	.u-pl-sm-2.u-pl-sm-2 {
		padding-left: 8px
	}
	.u-pl-sm-3.u-pl-sm-3 {
		padding-left: 12px
	}
	.u-pl-sm-4.u-pl-sm-4 {
		padding-left: 16px
	}
	.u-pl-sm-5.u-pl-sm-5 {
		padding-left: 20px
	}
	.u-pl-sm-6.u-pl-sm-6 {
		padding-left: 24px
	}
	.u-pl-sm-7.u-pl-sm-7 {
		padding-left: 28px
	}
	.u-pl-sm-8.u-pl-sm-8 {
		padding-left: 32px
	}
	.u-pl-sm-9.u-pl-sm-9 {
		padding-left: 36px
	}
	.u-pl-sm-10.u-pl-sm-10 {
		padding-left: 40px
	}
}

@media screen and (min-width:750px) {
	.u-pl-md-0.u-pl-md-0 {
		padding-left: 0
	}
	.u-pl-md-1.u-pl-md-1 {
		padding-left: 4px
	}
	.u-pl-md-2.u-pl-md-2 {
		padding-left: 8px
	}
	.u-pl-md-3.u-pl-md-3 {
		padding-left: 12px
	}
	.u-pl-md-4.u-pl-md-4 {
		padding-left: 16px
	}
	.u-pl-md-5.u-pl-md-5 {
		padding-left: 20px
	}
	.u-pl-md-6.u-pl-md-6 {
		padding-left: 24px
	}
	.u-pl-md-7.u-pl-md-7 {
		padding-left: 28px
	}
	.u-pl-md-8.u-pl-md-8 {
		padding-left: 32px
	}
	.u-pl-md-9.u-pl-md-9 {
		padding-left: 36px
	}
	.u-pl-md-10.u-pl-md-10 {
		padding-left: 40px
	}
}

@media screen and (min-width:960px) {
	.u-pl-lg-0.u-pl-lg-0 {
		padding-left: 0
	}
	.u-pl-lg-1.u-pl-lg-1 {
		padding-left: 4px
	}
	.u-pl-lg-2.u-pl-lg-2 {
		padding-left: 8px
	}
	.u-pl-lg-3.u-pl-lg-3 {
		padding-left: 12px
	}
	.u-pl-lg-4.u-pl-lg-4 {
		padding-left: 16px
	}
	.u-pl-lg-5.u-pl-lg-5 {
		padding-left: 20px
	}
	.u-pl-lg-6.u-pl-lg-6 {
		padding-left: 24px
	}
	.u-pl-lg-7.u-pl-lg-7 {
		padding-left: 28px
	}
	.u-pl-lg-8.u-pl-lg-8 {
		padding-left: 32px
	}
	.u-pl-lg-9.u-pl-lg-9 {
		padding-left: 36px
	}
	.u-pl-lg-10.u-pl-lg-10 {
		padding-left: 40px
	}
}

@media screen and (min-width:1280px) {
	.u-pl-xl-0.u-pl-xl-0 {
		padding-left: 0
	}
	.u-pl-xl-1.u-pl-xl-1 {
		padding-left: 4px
	}
	.u-pl-xl-2.u-pl-xl-2 {
		padding-left: 8px
	}
	.u-pl-xl-3.u-pl-xl-3 {
		padding-left: 12px
	}
	.u-pl-xl-4.u-pl-xl-4 {
		padding-left: 16px
	}
	.u-pl-xl-5.u-pl-xl-5 {
		padding-left: 20px
	}
	.u-pl-xl-6.u-pl-xl-6 {
		padding-left: 24px
	}
	.u-pl-xl-7.u-pl-xl-7 {
		padding-left: 28px
	}
	.u-pl-xl-8.u-pl-xl-8 {
		padding-left: 32px
	}
	.u-pl-xl-9.u-pl-xl-9 {
		padding-left: 36px
	}
	.u-pl-xl-10.u-pl-xl-10 {
		padding-left: 40px
	}
}

.u-pr-0.u-pr-0 {
	padding-right: 0
}

.u-pr-1.u-pr-1 {
	padding-right: 4px
}

.u-pr-2.u-pr-2 {
	padding-right: 8px
}

.u-pr-3.u-pr-3 {
	padding-right: 12px
}

.u-pr-4.u-pr-4 {
	padding-right: 16px
}

.u-pr-5.u-pr-5 {
	padding-right: 20px
}

.u-pr-6.u-pr-6 {
	padding-right: 24px
}

.u-pr-7.u-pr-7 {
	padding-right: 28px
}

.u-pr-8.u-pr-8 {
	padding-right: 32px
}

.u-pr-9.u-pr-9 {
	padding-right: 36px
}

.u-pr-10.u-pr-10 {
	padding-right: 40px
}

@media screen and (min-width:360px) {
	.u-pr-xs-0.u-pr-xs-0 {
		padding-right: 0
	}
	.u-pr-xs-1.u-pr-xs-1 {
		padding-right: 4px
	}
	.u-pr-xs-2.u-pr-xs-2 {
		padding-right: 8px
	}
	.u-pr-xs-3.u-pr-xs-3 {
		padding-right: 12px
	}
	.u-pr-xs-4.u-pr-xs-4 {
		padding-right: 16px
	}
	.u-pr-xs-5.u-pr-xs-5 {
		padding-right: 20px
	}
	.u-pr-xs-6.u-pr-xs-6 {
		padding-right: 24px
	}
	.u-pr-xs-7.u-pr-xs-7 {
		padding-right: 28px
	}
	.u-pr-xs-8.u-pr-xs-8 {
		padding-right: 32px
	}
	.u-pr-xs-9.u-pr-xs-9 {
		padding-right: 36px
	}
	.u-pr-xs-10.u-pr-xs-10 {
		padding-right: 40px
	}
}

@media screen and (min-width:470px) {
	.u-pr-sm-0.u-pr-sm-0 {
		padding-right: 0
	}
	.u-pr-sm-1.u-pr-sm-1 {
		padding-right: 4px
	}
	.u-pr-sm-2.u-pr-sm-2 {
		padding-right: 8px
	}
	.u-pr-sm-3.u-pr-sm-3 {
		padding-right: 12px
	}
	.u-pr-sm-4.u-pr-sm-4 {
		padding-right: 16px
	}
	.u-pr-sm-5.u-pr-sm-5 {
		padding-right: 20px
	}
	.u-pr-sm-6.u-pr-sm-6 {
		padding-right: 24px
	}
	.u-pr-sm-7.u-pr-sm-7 {
		padding-right: 28px
	}
	.u-pr-sm-8.u-pr-sm-8 {
		padding-right: 32px
	}
	.u-pr-sm-9.u-pr-sm-9 {
		padding-right: 36px
	}
	.u-pr-sm-10.u-pr-sm-10 {
		padding-right: 40px
	}
}

@media screen and (min-width:750px) {
	.u-pr-md-0.u-pr-md-0 {
		padding-right: 0
	}
	.u-pr-md-1.u-pr-md-1 {
		padding-right: 4px
	}
	.u-pr-md-2.u-pr-md-2 {
		padding-right: 8px
	}
	.u-pr-md-3.u-pr-md-3 {
		padding-right: 12px
	}
	.u-pr-md-4.u-pr-md-4 {
		padding-right: 16px
	}
	.u-pr-md-5.u-pr-md-5 {
		padding-right: 20px
	}
	.u-pr-md-6.u-pr-md-6 {
		padding-right: 24px
	}
	.u-pr-md-7.u-pr-md-7 {
		padding-right: 28px
	}
	.u-pr-md-8.u-pr-md-8 {
		padding-right: 32px
	}
	.u-pr-md-9.u-pr-md-9 {
		padding-right: 36px
	}
	.u-pr-md-10.u-pr-md-10 {
		padding-right: 40px
	}
}

@media screen and (min-width:960px) {
	.u-pr-lg-0.u-pr-lg-0 {
		padding-right: 0
	}
	.u-pr-lg-1.u-pr-lg-1 {
		padding-right: 4px
	}
	.u-pr-lg-2.u-pr-lg-2 {
		padding-right: 8px
	}
	.u-pr-lg-3.u-pr-lg-3 {
		padding-right: 12px
	}
	.u-pr-lg-4.u-pr-lg-4 {
		padding-right: 16px
	}
	.u-pr-lg-5.u-pr-lg-5 {
		padding-right: 20px
	}
	.u-pr-lg-6.u-pr-lg-6 {
		padding-right: 24px
	}
	.u-pr-lg-7.u-pr-lg-7 {
		padding-right: 28px
	}
	.u-pr-lg-8.u-pr-lg-8 {
		padding-right: 32px
	}
	.u-pr-lg-9.u-pr-lg-9 {
		padding-right: 36px
	}
	.u-pr-lg-10.u-pr-lg-10 {
		padding-right: 40px
	}
}

@media screen and (min-width:1280px) {
	.u-pr-xl-0.u-pr-xl-0 {
		padding-right: 0
	}
	.u-pr-xl-1.u-pr-xl-1 {
		padding-right: 4px
	}
	.u-pr-xl-2.u-pr-xl-2 {
		padding-right: 8px
	}
	.u-pr-xl-3.u-pr-xl-3 {
		padding-right: 12px
	}
	.u-pr-xl-4.u-pr-xl-4 {
		padding-right: 16px
	}
	.u-pr-xl-5.u-pr-xl-5 {
		padding-right: 20px
	}
	.u-pr-xl-6.u-pr-xl-6 {
		padding-right: 24px
	}
	.u-pr-xl-7.u-pr-xl-7 {
		padding-right: 28px
	}
	.u-pr-xl-8.u-pr-xl-8 {
		padding-right: 32px
	}
	.u-pr-xl-9.u-pr-xl-9 {
		padding-right: 36px
	}
	.u-pr-xl-10.u-pr-xl-10 {
		padding-right: 40px
	}
}

.u-pb-0.u-pb-0 {
	padding-bottom: 0
}

.u-pb-1.u-pb-1 {
	padding-bottom: 4px
}

.u-pb-2.u-pb-2 {
	padding-bottom: 8px
}

.u-pb-3.u-pb-3 {
	padding-bottom: 12px
}

.u-pb-4.u-pb-4 {
	padding-bottom: 16px
}

.u-pb-5.u-pb-5 {
	padding-bottom: 20px
}

.u-pb-6.u-pb-6 {
	padding-bottom: 24px
}

.u-pb-7.u-pb-7 {
	padding-bottom: 28px
}

.u-pb-8.u-pb-8 {
	padding-bottom: 32px
}

.u-pb-9.u-pb-9 {
	padding-bottom: 36px
}

.u-pb-10.u-pb-10 {
	padding-bottom: 40px
}

@media screen and (min-width:360px) {
	.u-pb-xs-0.u-pb-xs-0 {
		padding-bottom: 0
	}
	.u-pb-xs-1.u-pb-xs-1 {
		padding-bottom: 4px
	}
	.u-pb-xs-2.u-pb-xs-2 {
		padding-bottom: 8px
	}
	.u-pb-xs-3.u-pb-xs-3 {
		padding-bottom: 12px
	}
	.u-pb-xs-4.u-pb-xs-4 {
		padding-bottom: 16px
	}
	.u-pb-xs-5.u-pb-xs-5 {
		padding-bottom: 20px
	}
	.u-pb-xs-6.u-pb-xs-6 {
		padding-bottom: 24px
	}
	.u-pb-xs-7.u-pb-xs-7 {
		padding-bottom: 28px
	}
	.u-pb-xs-8.u-pb-xs-8 {
		padding-bottom: 32px
	}
	.u-pb-xs-9.u-pb-xs-9 {
		padding-bottom: 36px
	}
	.u-pb-xs-10.u-pb-xs-10 {
		padding-bottom: 40px
	}
}

@media screen and (min-width:470px) {
	.u-pb-sm-0.u-pb-sm-0 {
		padding-bottom: 0
	}
	.u-pb-sm-1.u-pb-sm-1 {
		padding-bottom: 4px
	}
	.u-pb-sm-2.u-pb-sm-2 {
		padding-bottom: 8px
	}
	.u-pb-sm-3.u-pb-sm-3 {
		padding-bottom: 12px
	}
	.u-pb-sm-4.u-pb-sm-4 {
		padding-bottom: 16px
	}
	.u-pb-sm-5.u-pb-sm-5 {
		padding-bottom: 20px
	}
	.u-pb-sm-6.u-pb-sm-6 {
		padding-bottom: 24px
	}
	.u-pb-sm-7.u-pb-sm-7 {
		padding-bottom: 28px
	}
	.u-pb-sm-8.u-pb-sm-8 {
		padding-bottom: 32px
	}
	.u-pb-sm-9.u-pb-sm-9 {
		padding-bottom: 36px
	}
	.u-pb-sm-10.u-pb-sm-10 {
		padding-bottom: 40px
	}
}

@media screen and (min-width:750px) {
	.u-pb-md-0.u-pb-md-0 {
		padding-bottom: 0
	}
	.u-pb-md-1.u-pb-md-1 {
		padding-bottom: 4px
	}
	.u-pb-md-2.u-pb-md-2 {
		padding-bottom: 8px
	}
	.u-pb-md-3.u-pb-md-3 {
		padding-bottom: 12px
	}
	.u-pb-md-4.u-pb-md-4 {
		padding-bottom: 16px
	}
	.u-pb-md-5.u-pb-md-5 {
		padding-bottom: 20px
	}
	.u-pb-md-6.u-pb-md-6 {
		padding-bottom: 24px
	}
	.u-pb-md-7.u-pb-md-7 {
		padding-bottom: 28px
	}
	.u-pb-md-8.u-pb-md-8 {
		padding-bottom: 32px
	}
	.u-pb-md-9.u-pb-md-9 {
		padding-bottom: 36px
	}
	.u-pb-md-10.u-pb-md-10 {
		padding-bottom: 40px
	}
}

@media screen and (min-width:960px) {
	.u-pb-lg-0.u-pb-lg-0 {
		padding-bottom: 0
	}
	.u-pb-lg-1.u-pb-lg-1 {
		padding-bottom: 4px
	}
	.u-pb-lg-2.u-pb-lg-2 {
		padding-bottom: 8px
	}
	.u-pb-lg-3.u-pb-lg-3 {
		padding-bottom: 12px
	}
	.u-pb-lg-4.u-pb-lg-4 {
		padding-bottom: 16px
	}
	.u-pb-lg-5.u-pb-lg-5 {
		padding-bottom: 20px
	}
	.u-pb-lg-6.u-pb-lg-6 {
		padding-bottom: 24px
	}
	.u-pb-lg-7.u-pb-lg-7 {
		padding-bottom: 28px
	}
	.u-pb-lg-8.u-pb-lg-8 {
		padding-bottom: 32px
	}
	.u-pb-lg-9.u-pb-lg-9 {
		padding-bottom: 36px
	}
	.u-pb-lg-10.u-pb-lg-10 {
		padding-bottom: 40px
	}
}

@media screen and (min-width:1280px) {
	.u-pb-xl-0.u-pb-xl-0 {
		padding-bottom: 0
	}
	.u-pb-xl-1.u-pb-xl-1 {
		padding-bottom: 4px
	}
	.u-pb-xl-2.u-pb-xl-2 {
		padding-bottom: 8px
	}
	.u-pb-xl-3.u-pb-xl-3 {
		padding-bottom: 12px
	}
	.u-pb-xl-4.u-pb-xl-4 {
		padding-bottom: 16px
	}
	.u-pb-xl-5.u-pb-xl-5 {
		padding-bottom: 20px
	}
	.u-pb-xl-6.u-pb-xl-6 {
		padding-bottom: 24px
	}
	.u-pb-xl-7.u-pb-xl-7 {
		padding-bottom: 28px
	}
	.u-pb-xl-8.u-pb-xl-8 {
		padding-bottom: 32px
	}
	.u-pb-xl-9.u-pb-xl-9 {
		padding-bottom: 36px
	}
	.u-pb-xl-10.u-pb-xl-10 {
		padding-bottom: 40px
	}
}

.u-pt-0.u-pt-0 {
	padding-top: 0
}

.u-pt-1.u-pt-1 {
	padding-top: 4px
}

.u-pt-2.u-pt-2 {
	padding-top: 8px
}

.u-pt-3.u-pt-3 {
	padding-top: 12px
}

.u-pt-4.u-pt-4 {
	padding-top: 16px
}

.u-pt-5.u-pt-5 {
	padding-top: 20px
}

.u-pt-6.u-pt-6 {
	padding-top: 24px
}

.u-pt-7.u-pt-7 {
	padding-top: 28px
}

.u-pt-8.u-pt-8 {
	padding-top: 32px
}

.u-pt-9.u-pt-9 {
	padding-top: 36px
}

.u-pt-10.u-pt-10 {
	padding-top: 40px
}

@media screen and (min-width:360px) {
	.u-pt-xs-0.u-pt-xs-0 {
		padding-top: 0
	}
	.u-pt-xs-1.u-pt-xs-1 {
		padding-top: 4px
	}
	.u-pt-xs-2.u-pt-xs-2 {
		padding-top: 8px
	}
	.u-pt-xs-3.u-pt-xs-3 {
		padding-top: 12px
	}
	.u-pt-xs-4.u-pt-xs-4 {
		padding-top: 16px
	}
	.u-pt-xs-5.u-pt-xs-5 {
		padding-top: 20px
	}
	.u-pt-xs-6.u-pt-xs-6 {
		padding-top: 24px
	}
	.u-pt-xs-7.u-pt-xs-7 {
		padding-top: 28px
	}
	.u-pt-xs-8.u-pt-xs-8 {
		padding-top: 32px
	}
	.u-pt-xs-9.u-pt-xs-9 {
		padding-top: 36px
	}
	.u-pt-xs-10.u-pt-xs-10 {
		padding-top: 40px
	}
}

@media screen and (min-width:470px) {
	.u-pt-sm-0.u-pt-sm-0 {
		padding-top: 0
	}
	.u-pt-sm-1.u-pt-sm-1 {
		padding-top: 4px
	}
	.u-pt-sm-2.u-pt-sm-2 {
		padding-top: 8px
	}
	.u-pt-sm-3.u-pt-sm-3 {
		padding-top: 12px
	}
	.u-pt-sm-4.u-pt-sm-4 {
		padding-top: 16px
	}
	.u-pt-sm-5.u-pt-sm-5 {
		padding-top: 20px
	}
	.u-pt-sm-6.u-pt-sm-6 {
		padding-top: 24px
	}
	.u-pt-sm-7.u-pt-sm-7 {
		padding-top: 28px
	}
	.u-pt-sm-8.u-pt-sm-8 {
		padding-top: 32px
	}
	.u-pt-sm-9.u-pt-sm-9 {
		padding-top: 36px
	}
	.u-pt-sm-10.u-pt-sm-10 {
		padding-top: 40px
	}
}

@media screen and (min-width:750px) {
	.u-pt-md-0.u-pt-md-0 {
		padding-top: 0
	}
	.u-pt-md-1.u-pt-md-1 {
		padding-top: 4px
	}
	.u-pt-md-2.u-pt-md-2 {
		padding-top: 8px
	}
	.u-pt-md-3.u-pt-md-3 {
		padding-top: 12px
	}
	.u-pt-md-4.u-pt-md-4 {
		padding-top: 16px
	}
	.u-pt-md-5.u-pt-md-5 {
		padding-top: 20px
	}
	.u-pt-md-6.u-pt-md-6 {
		padding-top: 24px
	}
	.u-pt-md-7.u-pt-md-7 {
		padding-top: 28px
	}
	.u-pt-md-8.u-pt-md-8 {
		padding-top: 32px
	}
	.u-pt-md-9.u-pt-md-9 {
		padding-top: 36px
	}
	.u-pt-md-10.u-pt-md-10 {
		padding-top: 40px
	}
}

@media screen and (min-width:960px) {
	.u-pt-lg-0.u-pt-lg-0 {
		padding-top: 0
	}
	.u-pt-lg-1.u-pt-lg-1 {
		padding-top: 4px
	}
	.u-pt-lg-2.u-pt-lg-2 {
		padding-top: 8px
	}
	.u-pt-lg-3.u-pt-lg-3 {
		padding-top: 12px
	}
	.u-pt-lg-4.u-pt-lg-4 {
		padding-top: 16px
	}
	.u-pt-lg-5.u-pt-lg-5 {
		padding-top: 20px
	}
	.u-pt-lg-6.u-pt-lg-6 {
		padding-top: 24px
	}
	.u-pt-lg-7.u-pt-lg-7 {
		padding-top: 28px
	}
	.u-pt-lg-8.u-pt-lg-8 {
		padding-top: 32px
	}
	.u-pt-lg-9.u-pt-lg-9 {
		padding-top: 36px
	}
	.u-pt-lg-10.u-pt-lg-10 {
		padding-top: 40px
	}
}

@media screen and (min-width:1280px) {
	.u-pt-xl-0.u-pt-xl-0 {
		padding-top: 0
	}
	.u-pt-xl-1.u-pt-xl-1 {
		padding-top: 4px
	}
	.u-pt-xl-2.u-pt-xl-2 {
		padding-top: 8px
	}
	.u-pt-xl-3.u-pt-xl-3 {
		padding-top: 12px
	}
	.u-pt-xl-4.u-pt-xl-4 {
		padding-top: 16px
	}
	.u-pt-xl-5.u-pt-xl-5 {
		padding-top: 20px
	}
	.u-pt-xl-6.u-pt-xl-6 {
		padding-top: 24px
	}
	.u-pt-xl-7.u-pt-xl-7 {
		padding-top: 28px
	}
	.u-pt-xl-8.u-pt-xl-8 {
		padding-top: 32px
	}
	.u-pt-xl-9.u-pt-xl-9 {
		padding-top: 36px
	}
	.u-pt-xl-10.u-pt-xl-10 {
		padding-top: 40px
	}
}

.Grid--useNewBreakpoints.Grid--withGutter {
	margin: -4px
}

.Grid--useNewBreakpoints.Grid--withGutter>.Grid-item {
	margin: 4px
}

.Grid--useNewBreakpoints.Grid--fullBleed {
	margin: -4px;
	padding: 0
}

.Grid--useNewBreakpoints.Grid--fullBleed>.Grid-item {
	margin: 4px
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints.Grid--withGutter {
		margin: -8px 8px
	}
	.Grid--useNewBreakpoints.Grid--withGutter>.Grid-item {
		margin: 8px
	}
	.Grid--useNewBreakpoints.Grid--fullBleed {
		margin: -8px
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.Grid-item {
		margin: 8px
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter {
		margin: -8px
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.Grid-item {
		margin: 8px
	}
	.u-fullRow {
		margin: -8px;
		padding: 8px 16px
	}
}

@media screen and (min-width:320px) {
	.Grid--useNewBreakpoints .u-320-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

@media screen and (min-width:480px) {
	.Grid--useNewBreakpoints .u-480-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints .u-640-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

@media screen and (min-width:800px) {
	.Grid--useNewBreakpoints .u-800-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

@media screen and (min-width:960px) {
	.Grid--useNewBreakpoints .u-960-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

@media screen and (min-width:1120px) {
	.Grid--useNewBreakpoints .u-1120-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

@media screen and (min-width:1280px) {
	.Grid--useNewBreakpoints .u-1280-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

@media screen and (min-width:1440px) {
	.Grid--useNewBreakpoints .u-1440-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

@media screen and (min-width:1600px) {
	.Grid--useNewBreakpoints .u-1600-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
}

.Grid--useNewBreakpoints .u-width1of12 {
	width: 8.3333333333%
}

.Grid--useNewBreakpoints.Grid--fullBleed>.u-width1of12,
.Grid--useNewBreakpoints.Grid--withGutter>.u-width1of12 {
	width: calc(8.33333% - 8px)
}

.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width1of12 {
	width: calc(8.33333% - 2px)
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-width1of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-width1of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width1of12 {
		width: calc(8.33333% - 16px)
	}
}

.Grid--useNewBreakpoints .u-flexOrder-1 {
	-ms-flex-order: 1;
	order: 1
}

.Grid--useNewBreakpoints .u-width2of12 {
	width: 16.6666666667%
}

.Grid--useNewBreakpoints.Grid--fullBleed>.u-width2of12,
.Grid--useNewBreakpoints.Grid--withGutter>.u-width2of12 {
	width: calc(16.66667% - 8px)
}

.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width2of12 {
	width: calc(16.66667% - 2px)
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-width2of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-width2of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width2of12 {
		width: calc(16.66667% - 16px)
	}
}

.Grid--useNewBreakpoints .u-flexOrder-2 {
	-ms-flex-order: 2;
	order: 2
}

.Grid--useNewBreakpoints .u-width3of12 {
	width: 25%
}

.Grid--useNewBreakpoints.Grid--fullBleed>.u-width3of12,
.Grid--useNewBreakpoints.Grid--withGutter>.u-width3of12 {
	width: calc(25% - 8px)
}

.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width3of12 {
	width: calc(25% - 2px)
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-width3of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-width3of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width3of12 {
		width: calc(25% - 16px)
	}
}

.Grid--useNewBreakpoints .u-flexOrder-3 {
	-ms-flex-order: 3;
	order: 3
}

.Grid--useNewBreakpoints .u-width4of12 {
	width: 33.3333333333%
}

.Grid--useNewBreakpoints.Grid--fullBleed>.u-width4of12,
.Grid--useNewBreakpoints.Grid--withGutter>.u-width4of12 {
	width: calc(33.33333% - 8px)
}

.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width4of12 {
	width: calc(33.33333% - 2px)
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-width4of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-width4of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width4of12 {
		width: calc(33.33333% - 16px)
	}
}

.Grid--useNewBreakpoints .u-flexOrder-4 {
	-ms-flex-order: 4;
	order: 4
}

.Grid--useNewBreakpoints .u-width5of12 {
	width: 41.6666666667%
}

.Grid--useNewBreakpoints.Grid--fullBleed>.u-width5of12,
.Grid--useNewBreakpoints.Grid--withGutter>.u-width5of12 {
	width: calc(41.66667% - 8px)
}

.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width5of12 {
	width: calc(41.66667% - 2px)
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-width5of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-width5of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width5of12 {
		width: calc(41.66667% - 16px)
	}
}

.Grid--useNewBreakpoints .u-flexOrder-5 {
	-ms-flex-order: 5;
	order: 5
}

.Grid--useNewBreakpoints .u-width6of12 {
	width: 50%
}

.Grid--useNewBreakpoints.Grid--fullBleed>.u-width6of12,
.Grid--useNewBreakpoints.Grid--withGutter>.u-width6of12 {
	width: calc(50% - 8px)
}

.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width6of12 {
	width: calc(50% - 2px)
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-width6of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-width6of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width6of12 {
		width: calc(50% - 16px)
	}
}

.Grid--useNewBreakpoints .u-flexOrder-6 {
	-ms-flex-order: 6;
	order: 6
}

.Grid--useNewBreakpoints .u-width7of12 {
	width: 58.3333333333%
}

.Grid--useNewBreakpoints.Grid--fullBleed>.u-width7of12,
.Grid--useNewBreakpoints.Grid--withGutter>.u-width7of12 {
	width: calc(58.33333% - 8px)
}

.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width7of12 {
	width: calc(58.33333% - 2px)
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-width7of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-width7of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width7of12 {
		width: calc(58.33333% - 16px)
	}
}

.Grid--useNewBreakpoints .u-flexOrder-7 {
	-ms-flex-order: 7;
	order: 7
}

.Grid--useNewBreakpoints .u-width8of12 {
	width: 66.6666666667%
}

.Grid--useNewBreakpoints.Grid--fullBleed>.u-width8of12,
.Grid--useNewBreakpoints.Grid--withGutter>.u-width8of12 {
	width: calc(66.66667% - 8px)
}

.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width8of12 {
	width: calc(66.66667% - 2px)
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-width8of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-width8of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width8of12 {
		width: calc(66.66667% - 16px)
	}
}

.Grid--useNewBreakpoints .u-flexOrder-8 {
	-ms-flex-order: 8;
	order: 8
}

.Grid--useNewBreakpoints .u-width9of12 {
	width: 75%
}

.Grid--useNewBreakpoints.Grid--fullBleed>.u-width9of12,
.Grid--useNewBreakpoints.Grid--withGutter>.u-width9of12 {
	width: calc(75% - 8px)
}

.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width9of12 {
	width: calc(75% - 2px)
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-width9of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-width9of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width9of12 {
		width: calc(75% - 16px)
	}
}

.Grid--useNewBreakpoints .u-flexOrder-9 {
	-ms-flex-order: 9;
	order: 9
}

.Grid--useNewBreakpoints .u-width10of12 {
	width: 83.3333333333%
}

.Grid--useNewBreakpoints.Grid--fullBleed>.u-width10of12,
.Grid--useNewBreakpoints.Grid--withGutter>.u-width10of12 {
	width: calc(83.33333% - 8px)
}

.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width10of12 {
	width: calc(83.33333% - 2px)
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-width10of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-width10of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width10of12 {
		width: calc(83.33333% - 16px)
	}
}

.Grid--useNewBreakpoints .u-flexOrder-10 {
	-ms-flex-order: 10;
	order: 10
}

.Grid--useNewBreakpoints .u-width11of12 {
	width: 91.6666666667%
}

.Grid--useNewBreakpoints.Grid--fullBleed>.u-width11of12,
.Grid--useNewBreakpoints.Grid--withGutter>.u-width11of12 {
	width: calc(91.66667% - 8px)
}

.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width11of12 {
	width: calc(91.66667% - 2px)
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-width11of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-width11of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width11of12 {
		width: calc(91.66667% - 16px)
	}
}

.Grid--useNewBreakpoints .u-flexOrder-11 {
	-ms-flex-order: 11;
	order: 11
}

.Grid--useNewBreakpoints .u-width12of12 {
	width: 100%
}

.Grid--useNewBreakpoints.Grid--fullBleed>.u-width12of12,
.Grid--useNewBreakpoints.Grid--withGutter>.u-width12of12 {
	width: calc(100% - 8px)
}

.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width12of12 {
	width: calc(100% - 2px)
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-width12of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-width12of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-width12of12 {
		width: calc(100% - 16px)
	}
}

.Grid--useNewBreakpoints .u-flexOrder-12 {
	-ms-flex-order: 12;
	order: 12
}

.Grid--useNewBreakpoints .u-widthOneFifthof12 {
	width: 20%
}

.Grid--useNewBreakpoints.Grid--fullBleed>.u-widthOneFifthof12,
.Grid--useNewBreakpoints.Grid--withGutter>.u-widthOneFifthof12 {
	width: calc(20% - 8px)
}

.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-widthOneFifthof12 {
	width: calc(20% - 2px)
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-widthOneFifthof12 {
		width: calc(20% - 16px)
	}
}

@media screen and (min-width:320px) {
	.Grid--useNewBreakpoints .u-320-width1of12 {
		width: 8.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width1of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width1of12 {
		width: calc(8.33333% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width1of12 {
		width: calc(8.33333% - 2px)
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-320-width2of12 {
		width: 16.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width2of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width2of12 {
		width: calc(16.66667% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width2of12 {
		width: calc(16.66667% - 2px)
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-320-width3of12 {
		width: 25%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width3of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width3of12 {
		width: calc(25% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width3of12 {
		width: calc(25% - 2px)
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-320-width4of12 {
		width: 33.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width4of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width4of12 {
		width: calc(33.33333% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width4of12 {
		width: calc(33.33333% - 2px)
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-320-width5of12 {
		width: 41.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width5of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width5of12 {
		width: calc(41.66667% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width5of12 {
		width: calc(41.66667% - 2px)
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-320-width6of12 {
		width: 50%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width6of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width6of12 {
		width: calc(50% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width6of12 {
		width: calc(50% - 2px)
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-320-width7of12 {
		width: 58.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width7of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width7of12 {
		width: calc(58.33333% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width7of12 {
		width: calc(58.33333% - 2px)
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-320-width8of12 {
		width: 66.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width8of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width8of12 {
		width: calc(66.66667% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width8of12 {
		width: calc(66.66667% - 2px)
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-320-width9of12 {
		width: 75%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width9of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width9of12 {
		width: calc(75% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width9of12 {
		width: calc(75% - 2px)
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-320-width10of12 {
		width: 83.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width10of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width10of12 {
		width: calc(83.33333% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width10of12 {
		width: calc(83.33333% - 2px)
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-320-width11of12 {
		width: 91.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width11of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width11of12 {
		width: calc(91.66667% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width11of12 {
		width: calc(91.66667% - 2px)
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-320-width12of12 {
		width: 100%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width12of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width12of12 {
		width: calc(100% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width12of12 {
		width: calc(100% - 2px)
	}
	.Grid--useNewBreakpoints .u-320-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.Grid--useNewBreakpoints .u-320-widthOneFifthof12 {
		width: 20%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-widthOneFifthof12 {
		width: calc(20% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-widthOneFifthof12 {
		width: calc(20% - 2px)
	}
}

@media screen and (min-width:480px) {
	.Grid--useNewBreakpoints .u-480-width1of12 {
		width: 8.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width1of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width1of12 {
		width: calc(8.33333% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width1of12 {
		width: calc(8.33333% - 2px)
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-480-width2of12 {
		width: 16.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width2of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width2of12 {
		width: calc(16.66667% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width2of12 {
		width: calc(16.66667% - 2px)
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-480-width3of12 {
		width: 25%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width3of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width3of12 {
		width: calc(25% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width3of12 {
		width: calc(25% - 2px)
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-480-width4of12 {
		width: 33.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width4of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width4of12 {
		width: calc(33.33333% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width4of12 {
		width: calc(33.33333% - 2px)
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-480-width5of12 {
		width: 41.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width5of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width5of12 {
		width: calc(41.66667% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width5of12 {
		width: calc(41.66667% - 2px)
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-480-width6of12 {
		width: 50%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width6of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width6of12 {
		width: calc(50% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width6of12 {
		width: calc(50% - 2px)
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-480-width7of12 {
		width: 58.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width7of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width7of12 {
		width: calc(58.33333% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width7of12 {
		width: calc(58.33333% - 2px)
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-480-width8of12 {
		width: 66.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width8of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width8of12 {
		width: calc(66.66667% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width8of12 {
		width: calc(66.66667% - 2px)
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-480-width9of12 {
		width: 75%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width9of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width9of12 {
		width: calc(75% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width9of12 {
		width: calc(75% - 2px)
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-480-width10of12 {
		width: 83.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width10of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width10of12 {
		width: calc(83.33333% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width10of12 {
		width: calc(83.33333% - 2px)
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-480-width11of12 {
		width: 91.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width11of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width11of12 {
		width: calc(91.66667% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width11of12 {
		width: calc(91.66667% - 2px)
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-480-width12of12 {
		width: 100%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width12of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width12of12 {
		width: calc(100% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width12of12 {
		width: calc(100% - 2px)
	}
	.Grid--useNewBreakpoints .u-480-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.Grid--useNewBreakpoints .u-480-widthOneFifthof12 {
		width: 20%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-widthOneFifthof12 {
		width: calc(20% - 8px)
	}
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-widthOneFifthof12 {
		width: calc(20% - 2px)
	}
}

@media screen and (min-width:640px) {
	.Grid--useNewBreakpoints .u-320-width1of12 {
		width: 8.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width1of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width1of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width1of12 {
		width: calc(8.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-320-width2of12 {
		width: 16.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width2of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width2of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width2of12 {
		width: calc(16.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-320-width3of12 {
		width: 25%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width3of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width3of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width3of12 {
		width: calc(25% - 16px)
	}
	.Grid--useNewBreakpoints .u-320-width4of12 {
		width: 33.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width4of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width4of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width4of12 {
		width: calc(33.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-320-width5of12 {
		width: 41.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width5of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width5of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width5of12 {
		width: calc(41.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-320-width6of12 {
		width: 50%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width6of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width6of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width6of12 {
		width: calc(50% - 16px)
	}
	.Grid--useNewBreakpoints .u-320-width7of12 {
		width: 58.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width7of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width7of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width7of12 {
		width: calc(58.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-320-width8of12 {
		width: 66.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width8of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width8of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width8of12 {
		width: calc(66.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-320-width9of12 {
		width: 75%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width9of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width9of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width9of12 {
		width: calc(75% - 16px)
	}
	.Grid--useNewBreakpoints .u-320-width10of12 {
		width: 83.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width10of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width10of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width10of12 {
		width: calc(83.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-320-width11of12 {
		width: 91.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width11of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width11of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width11of12 {
		width: calc(91.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-320-width12of12 {
		width: 100%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-width12of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-width12of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-width12of12 {
		width: calc(100% - 16px)
	}
	.Grid--useNewBreakpoints .u-320-widthOneFifthof12 {
		width: 20%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-320-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-320-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-320-widthOneFifthof12 {
		width: calc(20% - 16px)
	}
	.Grid--useNewBreakpoints .u-480-width1of12 {
		width: 8.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width1of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width1of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width1of12 {
		width: calc(8.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-480-width2of12 {
		width: 16.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width2of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width2of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width2of12 {
		width: calc(16.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-480-width3of12 {
		width: 25%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width3of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width3of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width3of12 {
		width: calc(25% - 16px)
	}
	.Grid--useNewBreakpoints .u-480-width4of12 {
		width: 33.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width4of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width4of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width4of12 {
		width: calc(33.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-480-width5of12 {
		width: 41.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width5of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width5of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width5of12 {
		width: calc(41.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-480-width6of12 {
		width: 50%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width6of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width6of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width6of12 {
		width: calc(50% - 16px)
	}
	.Grid--useNewBreakpoints .u-480-width7of12 {
		width: 58.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width7of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width7of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width7of12 {
		width: calc(58.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-480-width8of12 {
		width: 66.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width8of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width8of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width8of12 {
		width: calc(66.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-480-width9of12 {
		width: 75%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width9of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width9of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width9of12 {
		width: calc(75% - 16px)
	}
	.Grid--useNewBreakpoints .u-480-width10of12 {
		width: 83.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width10of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width10of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width10of12 {
		width: calc(83.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-480-width11of12 {
		width: 91.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width11of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width11of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width11of12 {
		width: calc(91.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-480-width12of12 {
		width: 100%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-width12of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-width12of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-width12of12 {
		width: calc(100% - 16px)
	}
	.Grid--useNewBreakpoints .u-480-widthOneFifthof12 {
		width: 20%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-480-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-480-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-480-widthOneFifthof12 {
		width: calc(20% - 16px)
	}
	.Grid--useNewBreakpoints .u-640-width1of12 {
		width: 8.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-640-width1of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-640-width1of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-640-width1of12 {
		width: calc(8.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-640-width2of12 {
		width: 16.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-640-width2of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-640-width2of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-640-width2of12 {
		width: calc(16.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-640-width3of12 {
		width: 25%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-640-width3of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-640-width3of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-640-width3of12 {
		width: calc(25% - 16px)
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-640-width4of12 {
		width: 33.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-640-width4of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-640-width4of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-640-width4of12 {
		width: calc(33.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-640-width5of12 {
		width: 41.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-640-width5of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-640-width5of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-640-width5of12 {
		width: calc(41.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-640-width6of12 {
		width: 50%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-640-width6of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-640-width6of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-640-width6of12 {
		width: calc(50% - 16px)
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-640-width7of12 {
		width: 58.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-640-width7of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-640-width7of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-640-width7of12 {
		width: calc(58.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-640-width8of12 {
		width: 66.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-640-width8of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-640-width8of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-640-width8of12 {
		width: calc(66.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-640-width9of12 {
		width: 75%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-640-width9of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-640-width9of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-640-width9of12 {
		width: calc(75% - 16px)
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-640-width10of12 {
		width: 83.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-640-width10of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-640-width10of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-640-width10of12 {
		width: calc(83.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-640-width11of12 {
		width: 91.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-640-width11of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-640-width11of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-640-width11of12 {
		width: calc(91.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-640-width12of12 {
		width: 100%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-640-width12of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-640-width12of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-640-width12of12 {
		width: calc(100% - 16px)
	}
	.Grid--useNewBreakpoints .u-640-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.Grid--useNewBreakpoints .u-640-widthOneFifthof12 {
		width: 20%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-640-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-640-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-640-widthOneFifthof12 {
		width: calc(20% - 16px)
	}
}

@media screen and (min-width:800px) {
	.Grid--useNewBreakpoints .u-800-width1of12 {
		width: 8.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-800-width1of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-800-width1of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-800-width1of12 {
		width: calc(8.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-800-width2of12 {
		width: 16.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-800-width2of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-800-width2of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-800-width2of12 {
		width: calc(16.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-800-width3of12 {
		width: 25%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-800-width3of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-800-width3of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-800-width3of12 {
		width: calc(25% - 16px)
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-800-width4of12 {
		width: 33.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-800-width4of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-800-width4of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-800-width4of12 {
		width: calc(33.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-800-width5of12 {
		width: 41.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-800-width5of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-800-width5of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-800-width5of12 {
		width: calc(41.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-800-width6of12 {
		width: 50%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-800-width6of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-800-width6of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-800-width6of12 {
		width: calc(50% - 16px)
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-800-width7of12 {
		width: 58.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-800-width7of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-800-width7of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-800-width7of12 {
		width: calc(58.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-800-width8of12 {
		width: 66.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-800-width8of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-800-width8of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-800-width8of12 {
		width: calc(66.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-800-width9of12 {
		width: 75%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-800-width9of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-800-width9of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-800-width9of12 {
		width: calc(75% - 16px)
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-800-width10of12 {
		width: 83.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-800-width10of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-800-width10of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-800-width10of12 {
		width: calc(83.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-800-width11of12 {
		width: 91.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-800-width11of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-800-width11of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-800-width11of12 {
		width: calc(91.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-800-width12of12 {
		width: 100%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-800-width12of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-800-width12of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-800-width12of12 {
		width: calc(100% - 16px)
	}
	.Grid--useNewBreakpoints .u-800-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.Grid--useNewBreakpoints .u-800-widthOneFifthof12 {
		width: 20%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-800-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-800-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-800-widthOneFifthof12 {
		width: calc(20% - 16px)
	}
}

@media screen and (min-width:960px) {
	.Grid--useNewBreakpoints .u-960-width1of12 {
		width: 8.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-960-width1of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-960-width1of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-960-width1of12 {
		width: calc(8.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-960-width2of12 {
		width: 16.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-960-width2of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-960-width2of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-960-width2of12 {
		width: calc(16.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-960-width3of12 {
		width: 25%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-960-width3of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-960-width3of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-960-width3of12 {
		width: calc(25% - 16px)
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-960-width4of12 {
		width: 33.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-960-width4of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-960-width4of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-960-width4of12 {
		width: calc(33.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-960-width5of12 {
		width: 41.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-960-width5of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-960-width5of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-960-width5of12 {
		width: calc(41.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-960-width6of12 {
		width: 50%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-960-width6of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-960-width6of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-960-width6of12 {
		width: calc(50% - 16px)
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-960-width7of12 {
		width: 58.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-960-width7of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-960-width7of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-960-width7of12 {
		width: calc(58.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-960-width8of12 {
		width: 66.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-960-width8of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-960-width8of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-960-width8of12 {
		width: calc(66.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-960-width9of12 {
		width: 75%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-960-width9of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-960-width9of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-960-width9of12 {
		width: calc(75% - 16px)
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-960-width10of12 {
		width: 83.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-960-width10of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-960-width10of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-960-width10of12 {
		width: calc(83.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-960-width11of12 {
		width: 91.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-960-width11of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-960-width11of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-960-width11of12 {
		width: calc(91.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-960-width12of12 {
		width: 100%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-960-width12of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-960-width12of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-960-width12of12 {
		width: calc(100% - 16px)
	}
	.Grid--useNewBreakpoints .u-960-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.Grid--useNewBreakpoints .u-960-widthOneFifthof12 {
		width: 20%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-960-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-960-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-960-widthOneFifthof12 {
		width: calc(20% - 16px)
	}
}

@media screen and (min-width:1120px) {
	.Grid--useNewBreakpoints .u-1120-width1of12 {
		width: 8.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1120-width1of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1120-width1of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1120-width1of12 {
		width: calc(8.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-1120-width2of12 {
		width: 16.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1120-width2of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1120-width2of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1120-width2of12 {
		width: calc(16.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-1120-width3of12 {
		width: 25%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1120-width3of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1120-width3of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1120-width3of12 {
		width: calc(25% - 16px)
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-1120-width4of12 {
		width: 33.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1120-width4of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1120-width4of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1120-width4of12 {
		width: calc(33.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-1120-width5of12 {
		width: 41.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1120-width5of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1120-width5of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1120-width5of12 {
		width: calc(41.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-1120-width6of12 {
		width: 50%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1120-width6of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1120-width6of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1120-width6of12 {
		width: calc(50% - 16px)
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-1120-width7of12 {
		width: 58.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1120-width7of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1120-width7of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1120-width7of12 {
		width: calc(58.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-1120-width8of12 {
		width: 66.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1120-width8of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1120-width8of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1120-width8of12 {
		width: calc(66.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-1120-width9of12 {
		width: 75%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1120-width9of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1120-width9of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1120-width9of12 {
		width: calc(75% - 16px)
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-1120-width10of12 {
		width: 83.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1120-width10of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1120-width10of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1120-width10of12 {
		width: calc(83.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-1120-width11of12 {
		width: 91.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1120-width11of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1120-width11of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1120-width11of12 {
		width: calc(91.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-1120-width12of12 {
		width: 100%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1120-width12of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1120-width12of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1120-width12of12 {
		width: calc(100% - 16px)
	}
	.Grid--useNewBreakpoints .u-1120-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.Grid--useNewBreakpoints .u-1120-widthOneFifthof12 {
		width: 20%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1120-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1120-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1120-widthOneFifthof12 {
		width: calc(20% - 16px)
	}
}

@media screen and (min-width:1280px) {
	.Grid--useNewBreakpoints .u-1280-width1of12 {
		width: 8.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1280-width1of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1280-width1of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1280-width1of12 {
		width: calc(8.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-1280-width2of12 {
		width: 16.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1280-width2of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1280-width2of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1280-width2of12 {
		width: calc(16.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-1280-width3of12 {
		width: 25%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1280-width3of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1280-width3of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1280-width3of12 {
		width: calc(25% - 16px)
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-1280-width4of12 {
		width: 33.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1280-width4of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1280-width4of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1280-width4of12 {
		width: calc(33.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-1280-width5of12 {
		width: 41.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1280-width5of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1280-width5of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1280-width5of12 {
		width: calc(41.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-1280-width6of12 {
		width: 50%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1280-width6of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1280-width6of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1280-width6of12 {
		width: calc(50% - 16px)
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-1280-width7of12 {
		width: 58.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1280-width7of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1280-width7of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1280-width7of12 {
		width: calc(58.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-1280-width8of12 {
		width: 66.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1280-width8of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1280-width8of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1280-width8of12 {
		width: calc(66.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-1280-width9of12 {
		width: 75%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1280-width9of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1280-width9of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1280-width9of12 {
		width: calc(75% - 16px)
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-1280-width10of12 {
		width: 83.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1280-width10of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1280-width10of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1280-width10of12 {
		width: calc(83.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-1280-width11of12 {
		width: 91.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1280-width11of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1280-width11of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1280-width11of12 {
		width: calc(91.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-1280-width12of12 {
		width: 100%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1280-width12of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1280-width12of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1280-width12of12 {
		width: calc(100% - 16px)
	}
	.Grid--useNewBreakpoints .u-1280-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.Grid--useNewBreakpoints .u-1280-widthOneFifthof12 {
		width: 20%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1280-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1280-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1280-widthOneFifthof12 {
		width: calc(20% - 16px)
	}
}

@media screen and (min-width:1440px) {
	.Grid--useNewBreakpoints .u-1440-width1of12 {
		width: 8.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1440-width1of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1440-width1of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1440-width1of12 {
		width: calc(8.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-1440-width2of12 {
		width: 16.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1440-width2of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1440-width2of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1440-width2of12 {
		width: calc(16.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-1440-width3of12 {
		width: 25%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1440-width3of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1440-width3of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1440-width3of12 {
		width: calc(25% - 16px)
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-1440-width4of12 {
		width: 33.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1440-width4of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1440-width4of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1440-width4of12 {
		width: calc(33.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-1440-width5of12 {
		width: 41.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1440-width5of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1440-width5of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1440-width5of12 {
		width: calc(41.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-1440-width6of12 {
		width: 50%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1440-width6of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1440-width6of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1440-width6of12 {
		width: calc(50% - 16px)
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-1440-width7of12 {
		width: 58.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1440-width7of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1440-width7of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1440-width7of12 {
		width: calc(58.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-1440-width8of12 {
		width: 66.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1440-width8of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1440-width8of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1440-width8of12 {
		width: calc(66.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-1440-width9of12 {
		width: 75%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1440-width9of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1440-width9of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1440-width9of12 {
		width: calc(75% - 16px)
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-1440-width10of12 {
		width: 83.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1440-width10of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1440-width10of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1440-width10of12 {
		width: calc(83.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-1440-width11of12 {
		width: 91.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1440-width11of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1440-width11of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1440-width11of12 {
		width: calc(91.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-1440-width12of12 {
		width: 100%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1440-width12of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1440-width12of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1440-width12of12 {
		width: calc(100% - 16px)
	}
	.Grid--useNewBreakpoints .u-1440-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.Grid--useNewBreakpoints .u-1440-widthOneFifthof12 {
		width: 20%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1440-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1440-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1440-widthOneFifthof12 {
		width: calc(20% - 16px)
	}
}

@media screen and (min-width:1600px) {
	.Grid--useNewBreakpoints .u-1600-width1of12 {
		width: 8.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1600-width1of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1600-width1of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1600-width1of12 {
		width: calc(8.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.Grid--useNewBreakpoints .u-1600-width2of12 {
		width: 16.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1600-width2of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1600-width2of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1600-width2of12 {
		width: calc(16.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.Grid--useNewBreakpoints .u-1600-width3of12 {
		width: 25%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1600-width3of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1600-width3of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1600-width3of12 {
		width: calc(25% - 16px)
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.Grid--useNewBreakpoints .u-1600-width4of12 {
		width: 33.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1600-width4of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1600-width4of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1600-width4of12 {
		width: calc(33.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.Grid--useNewBreakpoints .u-1600-width5of12 {
		width: 41.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1600-width5of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1600-width5of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1600-width5of12 {
		width: calc(41.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.Grid--useNewBreakpoints .u-1600-width6of12 {
		width: 50%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1600-width6of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1600-width6of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1600-width6of12 {
		width: calc(50% - 16px)
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.Grid--useNewBreakpoints .u-1600-width7of12 {
		width: 58.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1600-width7of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1600-width7of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1600-width7of12 {
		width: calc(58.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.Grid--useNewBreakpoints .u-1600-width8of12 {
		width: 66.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1600-width8of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1600-width8of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1600-width8of12 {
		width: calc(66.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.Grid--useNewBreakpoints .u-1600-width9of12 {
		width: 75%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1600-width9of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1600-width9of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1600-width9of12 {
		width: calc(75% - 16px)
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.Grid--useNewBreakpoints .u-1600-width10of12 {
		width: 83.3333333333%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1600-width10of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1600-width10of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1600-width10of12 {
		width: calc(83.33333% - 16px)
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.Grid--useNewBreakpoints .u-1600-width11of12 {
		width: 91.6666666667%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1600-width11of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1600-width11of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1600-width11of12 {
		width: calc(91.66667% - 16px)
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.Grid--useNewBreakpoints .u-1600-width12of12 {
		width: 100%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1600-width12of12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1600-width12of12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1600-width12of12 {
		width: calc(100% - 16px)
	}
	.Grid--useNewBreakpoints .u-1600-flexOrder-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.Grid--useNewBreakpoints .u-1600-widthOneFifthof12 {
		width: 20%
	}
	.Grid--useNewBreakpoints.Grid--fullBleed>.u-1600-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withGutter>.u-1600-widthOneFifthof12,
	.Grid--useNewBreakpoints.Grid--withRemoteGutter>.u-1600-widthOneFifthof12 {
		width: calc(20% - 16px)
	}
}

.pl-Wrapper {
	margin: 0 auto;
	max-width: 94vw
}

@media screen and (min-width:480px) {
	.pl-Wrapper {
		max-width: 90vw
	}
}

@media screen and (min-width:1600px) {
	.pl-Wrapper {
		max-width: 1440px
	}
}

@media screen and (min-width:1780px) {
	.pl-Wrapper {
		max-width: 1600px
	}
}

@media screen and (max-width:1779px) {}

@media screen and (min-width:1280px) {
	.pl-Wrapper--inset {
		max-width: 75%
	}
}

@media screen and (min-width:1600px) {
	.pl-Wrapper--inset {
		max-width: 1200px
	}
}

.QuantitySelector {
	position: relative
}

.QuantitySelector-select {
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.no-js .QuantitySelector-select {
	display: block;
	width: 100%;
	z-index: 2
}

.pl-Drawer {
	font-family: sofia, arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	max-width: 100%;
	background: #f6f4ee;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	z-index: 2002;
	position: fixed;
	text-align: left;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	box-shadow: -7px 0 14px rgba(34, 25, 36, .2)
}

@media screen and (min-width:640px) {
	.pl-Drawer {
		width: 500px
	}
}

.pl-Drawer.is-registry {
	background: #ebf4f6
}

.pl-Drawer--fullWidth {
	width: 100%
}

@media screen and (min-width:640px) {
	.pl-Drawer--fullWidth {
		width: 500px
	}
}

.pl-Drawer--xlWidth {
	width: 85%
}

@media screen and (min-width:640px) {
	.pl-Drawer--xlWidth {
		width: 500px
	}
}

.pl-Drawer--alternate {
	background: #fff
}

.pl-Drawer-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2001
}

.pl-Drawer-wrap.is-scrollable {
	overflow-y: auto
}

.pl-Drawer-content {
	padding: 24px
}

.pl-Drawer-contentWrap {
	overflow-y: auto;
	overflow-y: overlay;
	height: 100%;
	-webkit-overflow-scrolling: touch
}

.pl-Drawer-contentWrap--hasActions {
	padding-bottom: 8px
}

.pl-Drawer-contentWrap--scrollLock {
	overflow: hidden
}

.is-iOS .is-scrollable .pl-Drawer-content {
	min-height: 100vh;
	overflow-y: auto
}

.pl-Drawer-content--scrollLock {
	overflow: hidden
}

.pl-Drawer-content--fullBlead {
	padding: 0
}

.pl-Drawer-content--alternate {
	border-top: 1px solid #dedede
}

.pl-Drawer-close {
	position: absolute;
	top: 10px;
	color: #fff;
	text-align: center;
	z-index: 2002;
	width: 15%
}

@media screen and (min-width:640px) {
	.pl-Drawer-close {
		border: 2px solid;
		border-radius: 50%;
		width: 34px;
		height: 34px
	}
}

.pl-Drawer-close:focus,
.pl-Drawer-close:hover {
	background: rgba(34, 25, 36, .2)
}

.pl-Drawer-close--right {
	right: 85%
}

@media screen and (min-width:640px) {
	.pl-Drawer-close--right {
		right: 516px
	}
	.pl-Drawer-close--xlRight {
		right: 616px
	}
	.pl-Drawer-close--fullWidth {
		right: 92%
	}
}

.pl-Drawer-close--fullWidth,
.pl-Drawer-close--xlWidth {
	color: #221924;
	fill: #221924
}

.pl-Drawer-close--fadeOutRight {
	animation-name: fadeOutClose;
	animation-timing-function: cubic-bezier(.4, 0, .6, 1);
	animation-duration: .225s;
	animation-fill-mode: forwards
}

@keyframes fadeOutClose {
	to {
		opacity: 0;
		-ms-filter: "alpha(opacity=0)"
	}
}

@keyframes fadeInRight {
	0% {
		transform: translateX(100%)
	}
}

@keyframes fadeOutRight {
	to {
		transform: translateX(100%)
	}
}

@keyframes fadeInOverlay {
	0% {
		opacity: 0;
		-ms-filter: "alpha(opacity=0)"
	}
	to {
		opacity: 1;
		-ms-filter: "alpha(opacity=100)"
	}
}

.pl-Drawer-transition--fadeInRight,
.pl-Drawer-transition--fadeOutRight {
	animation-duration: .225s;
	animation-timing-function: cubic-bezier(0, 0, .2, 1);
	animation-fill-mode: forwards
}

.pl-Drawer-transition--fadeInRight {
	animation-name: fadeInRight
}

.pl-Drawer-transition--fadeOutRight {
	animation-timing-function: cubic-bezier(.4, 0, .6, 1);
	animation-name: fadeOutRight
}

.pl-Drawer:focus {
	outline: 0
}

.pl-Drawer.is-transitioned-right {
	right: 0
}

.pl-DrawerHeader {
	height: 50px;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	position: relative
}

.has-stickyHeader.is-sticking .pl-DrawerHeader {
	box-shadow: 0 5px 10px rgba(34, 25, 36, .2);
	z-index: 1
}

.pl-DrawerHeader-close,
.pl-DrawerHeader-title {
	position: absolute;
	top: 50%
}

.pl-DrawerHeader-title {
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1rem;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 220px;
	z-index: 1
}

@media screen and (min-width:480px) {
	.pl-DrawerHeader-title {
		max-width: 400px
	}
}

.pl-DrawerHeader-close {
	left: 15px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

.pl-DrawerActions {
	background: #fff;
	width: 100%;
	box-shadow: 0 -5px 10px rgba(34, 25, 36, .2);
	z-index: 1;
	padding: 8px
}

.pl-DrawerActions--compact {
	padding: 0
}

.InterstitialHeader-header {
	height: 50px;
	width: 100%;
	line-height: 50px;
	position: relative;
	background-color: #fff;
	overflow: hidden
}

.InterstitialHeader-header--sticky {
	top: 0
}

.InterstitialHeader-header.is-sticking {
	z-index: 1000
}

.InterstitialHeader-header .InterstitialHeader-button--action,
.InterstitialHeader-header .InterstitialHeader-button--back {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	z-index: 2
}

.InterstitialHeader-header .InterstitialHeader-button--back {
	left: 15px
}

.InterstitialHeader-header .InterstitialHeader-button--action {
	right: 15px
}

.InterstitialHeader-header .InterstitialHeader-button--primary {
	color: #01768b
}

.InterstitialHeader-header .InterstitialHeader-button--disabled {
	color: #dedede
}

.InterstitialHeader-header .InterstitialHeader-button--icon {
	height: 28px;
	line-height: 28px
}

.InterstitialHeader-title {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1rem;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 155px;
	z-index: 1
}

@media screen and (min-width:320px) {
	.InterstitialHeader-title {
		max-width: 225px
	}
}

.OptionsDrawer-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .75em 3em .75em 1em;
	border: 1px solid #dedede;
	position: relative;
	height: 50px
}

.OptionsDrawer-button-icon {
	position: absolute;
	right: 10px;
	top: 25px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.OptionsDrawer-button.has-label {
	padding: 1em 3em .25em 1em
}

.OptionsDrawer-button-label {
	color: #6f6f6f;
	font-size: .813rem;
	position: absolute;
	top: .25rem;
	left: 1rem
}

.OptionsDrawer-button-content {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.OptionsDrawer-button.is-disabled {
	opacity: .5;
	-ms-filter: "alpha(opacity=50)"
}

.OptionsDrawer-button,
.OptionsDrawer-optionButton {
	text-align: left;
	border-radius: 3px;
	background: #fff;
	width: 100%
}

.OptionsDrawer-optionButton {
	cursor: pointer;
	background-color: #fff;
	border: 2px solid transparent;
	border-radius: 3px;
	padding: 16px;
	transition: border-color .25s ease
}

.OptionsDrawer-optionButton.is-selected,
.OptionsDrawer-optionButton:focus,
.OptionsDrawer-optionButton:hover {
	border-color: #e6f3f5
}

.OptionsDrawer-optionButton.is-selected:hover,
.OptionsDrawer-optionButton.is-selectedfocus {
	background-color: #fff
}

.OptionsDrawer-optionButton.is-disabled,
.OptionsDrawer-optionButton.is-disabled:focus,
.OptionsDrawer-optionButton.is-disabled:hover {
	opacity: .5;
	-ms-filter: "alpha(opacity=50)"
}

.OptionsDrawer-option+.OptionsDrawer-option {
	margin-top: 1em
}

.OptionsDrawer:focus .OptionsDrawer-button-icon,
.OptionsDrawer:hover .OptionsDrawer-button-icon {
	fill: #01768b
}

.OptionsDrawer:focus .QuantitySelectDrawer-option-title,
.OptionsDrawer:hover .QuantitySelectDrawer-option-title {
	color: #01768b
}

.VisualizationContent {
	background: #fff;
	color: #221924;
	margin-bottom: 8px;
	border-radius: 3px;
	padding: 16px 24px 8px
}

@media screen and (min-width:750px) {
	.VisualizationContent {
		padding-top: 24px
	}
}

.VisualizationContent--noPadding {
	padding: 0
}

.VisualizationContent--inDrawer {
	padding: 16px
}

.VisualizationContent-section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-bottom: 8px
}

.VisualizationContent-section:last-of-type {
	padding-bottom: 0
}

.VisualizationContent-title {
	padding-bottom: 8px;
	font-size: 1rem;
	font-weight: 400
}

.ProductOverview .VisualizationContent-title {
	display: none
}

.VisualizationContent--reducedBottomPadding {
	margin-bottom: -12px
}

.PdpProductCarouselSkeleton {
	overflow: hidden
}

.PdpProductCarouselSkeleton-productCard {
	width: 40%;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 184px
}

.LinkCard {
	padding: 0 16px;
	background: #fff;
	overflow: hidden;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	text-align: left;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.LinkCard+.LinkCard {
	margin-top: 2px
}

.LinkCard:first-of-type {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.LinkCard:last-of-type {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.LinkCard-wrap,
.LinkCard-wrap .LinkCard--fullWidth .ImageComponent {
	width: 100%
}

.LinkCard-icon,
.LinkCard-svg-icon {
	fill: #221924
}

.LinkCard-icon {
	min-width: 28px;
	min-height: 28px;
	margin-right: -8px
}

.LinkCard-image {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px
}

.LinkCard--largeImage .LinkCard-image {
	width: 72px;
	height: 72px;
	margin: 16px 0
}

.LinkCard-img {
	max-width: 100%
}

.LinkCard-svg-icon {
	margin-left: -5px
}

.LinkCard-content {
	margin-left: 16px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 16px 0 15px;
	word-break: break-word;
	overflow: hidden
}

.LinkCard--fullWidth .LinkCard-content {
	padding: 0
}

@media screen and (min-width:750px) {
	.LinkCard-content {
		padding: 14px 0;
		font-size: 1rem
	}
}

.LinkCard-content:first-child {
	margin-left: 0
}

.LinkCard-content,
.LinkCard-icon,
.LinkCard-image {
	-ms-flex-item-align: center;
	align-self: center
}

.LinkCard--imageOnRight .LinkCard-content {
	margin-right: 8px
}

.LinkCard--withIcon.LinkCard--imageOnRight .LinkCard-icon {
	margin-left: 8px
}

.LinkCard-subtext,
.LinkCard-text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #221924
}

.LinkCard-text {
	transition: color .15s ease-out
}

.LinkCard-text--oneLine {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.LinkCard-text--sale {
	color: #c91f24
}

.LinkCard-subtext {
	font-weight: 700
}

.LinkCard--disabled {
	cursor: default
}

.LinkCard--fullWidth {
	text-align: center;
	display: inline-block;
	padding: 15.2px
}

.LinkCard--fullWidth .LinkCard-image {
	height: auto;
	width: 100%;
	margin: 0
}

.german .LinkCard--fullWidth .LinkCard-subtext,
.german .LinkCard--fullWidth .LinkCard-text {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.LinkCard--fullWidthWithImage .LinkCard-content {
	margin: 8px 0
}

.LinkCard--inGrid {
	padding: 0 4px;
	font-size: .813rem
}

@media screen and (min-width:360px) {
	.LinkCard--inGrid {
		font-size: 1rem
	}
}

@media screen and (min-width:414px) {
	.LinkCard--inGrid {
		padding: 0 8px
	}
}

@media screen and (min-width:470px) {
	.LinkCard--inGrid {
		padding: 0 16px
	}
}

.LinkCard--inGrid .LinkCard-content {
	height: 4em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 4px
}

@media screen and (min-width:360px) {
	.LinkCard--inGrid .LinkCard-content {
		height: 4.4em;
		margin-left: 8px
	}
}

@media screen and (min-width:414px) {
	.LinkCard--inGrid .LinkCard-content {
		margin-left: 16px
	}
}

.LinkCard:focus:not(.LinkCard--disabled) .LinkCard-text,
.LinkCard:hover:not(.LinkCard--disabled) .LinkCard-text {
	color: #01768b;
	text-decoration: underline
}

.LinkCard:focus:not(.LinkCard--disabled) .LinkCard-icon,
.LinkCard:focus:not(.LinkCard--disabled) .LinkCard-svg-icon,
.LinkCard:hover:not(.LinkCard--disabled) .LinkCard-icon,
.LinkCard:hover:not(.LinkCard--disabled) .LinkCard-svg-icon {
	fill: #01768b
}

.LinkCard:focus:not(.LinkCard--disabled) {
	outline: 0;
	box-shadow: 0 0 0 2px #84c6d1
}

.LinkCard--withFullBleedImage {
	padding: 0
}

.LinkCard--withFullBleedImage .LinkCard-content {
	padding: 16px
}

.BasePriceBlock {
	color: #221924;
	font-size: 2.25rem;
	display: inline-block;
	margin-right: 8px;
	line-height: 1
}

.BasePriceBlock--condensed {
	margin-right: 0
}

.BasePriceBlock.BasePriceBlock--list {
	color: #6f6f6f;
	text-decoration: line-through;
	font-size: 1rem
}

.BasePriceBlock--highlight {
	color: #c91f24
}

.BasePriceBlock.BasePriceBlock--subPrice {
	font-size: 1rem;
	display: block;
	margin-top: 4px
}

.BasePriceBlock.BasePriceBlock--small {
	font-size: 1.25rem
}

.BasePriceBlock--list,
.BasePriceBlock--subPrice {
	font-family: sofia, arial, sans-serif
}

.BasePriceBlock.BasePriceBlock--reduced {
	font-size: 1rem
}

.DetailedPriceBlock {
	display: inline-block
}

.BreadcrumbsWrapper,
.BreadcrumbsWrapper-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.BreadcrumbsWrapper-link {
	font-size: .813rem
}

.BreadcrumbsWrapper-icon {
	height: 20px;
	width: 20px;
	fill: #01768b
}

.BreadcrumbsWrapper-innerWrap {
	margin-left: 16px
}

.ProductDetailMainImage {
	position: relative;
	background-color: #fff
}

.ProductDetailMainImage-wrapper {
	padding: 10px
}

.ProductDetailMainImage-mainImage {
	width: 100vw;
	height: 100%
}

.ProductDetailMainImage-mainImageResponsive {
	width: 100%;
	max-height: calc(100vh - 85px);
	min-height: 180px
}

.ProductDetailMainImage-mainImageResponsive-wrap {
	padding: 15px 0 15px 15px;
	min-height: 210px
}

.ProductDetailMainImage-mainImageResponsive .ImageComponent {
	position: static
}

.ProductDetailMainImage-imageCaption {
	position: absolute;
	bottom: 5%;
	width: 100%;
	text-align: center;
	font-size: 100%;
	color: #6f6f6f
}

.ProductDetailMainImage-optionImgNotAvailable {
	position: absolute;
	width: 100%;
	opacity: .8;
	-ms-filter: "alpha(opacity=80)";
	bottom: 0;
	text-align: center
}

.ProductDetailMainImage-heroThumbnails {
	display: block;
	width: 100%;
	background-color: #fff;
	color: #01768b
}

@media screen and (min-width:750px) {
	.ProductDetailMainImage-heroThumbnails {
		width: 60px;
		height: 60px
	}
}

.ProductDetailMainImage-heroThumbnails-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff;
	z-index: 1
}

.ProductDetailMainImage-heroThumbnails-text {
	font-size: .813rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ProductDetailMainImage-catalogFeedback {
	float: right
}

.ProductDetailMainImage-overlay {
	position: relative;
	width: 100%;
	z-index: 1;
	pointer-events: none
}

.ProductDetailMainImage-overlay-magnifyIcon {
	position: absolute;
	right: 8px;
	top: 8px
}

.ProductDetailMainImage-overlay-magnifyIcon .u-icon {
	width: 34px;
	height: 34px;
	-webkit-filter: drop-shadow(0 0 3px #fff);
	filter: drop-shadow(0 0 3px #fff)
}

.inMwebHeartOverImageTest .ProductDetailMainImage-overlay-magnifyIcon {
	border-radius: 50%;
	right: 20px;
	top: 66px;
	margin: 5px;
	width: 32px;
	height: 32px;
	background-color: hsla(0, 0%, 100%, .8);
	box-shadow: 0 1px 5px rgba(34, 25, 36, .2)
}

.ProductDetailMainImage-overlay-businessApprovedBanner,
.ProductDetailMainImage-overlay-caption,
.ProductDetailMainImage-overlay-commercialGradeBanner,
.ProductDetailMainImage-overlay-saleBanner,
.ProductDetailMainImage-overlay-tradeExclusiveBanner {
	position: absolute;
	white-space: nowrap
}

.ProductDetailMainImage-overlay-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FAF9F6, endColorstr=#99FAF9F6)";
	background-color: hsla(45, 29%, 97%, .6);
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	color: #6f6f6f;
	text-align: center
}

.ProductDetailMainImage-overlay-businessApprovedBanner,
.ProductDetailMainImage-overlay-commercialGradeBanner,
.ProductDetailMainImage-overlay-saleBanner,
.ProductDetailMainImage-overlay-tradeExclusiveBanner {
	top: 0;
	left: 0;
	padding: 8px;
	color: #fff
}

.ProductDetailMainImage-overlay-saleBanner {
	background-color: #c91f24
}

.ProductDetailMainImage-overlay-businessApprovedBanner,
.ProductDetailMainImage-overlay-commercialGradeBanner,
.ProductDetailMainImage-overlay-tradeExclusiveBanner {
	background-color: #095256
}

.ProductDetailMainImage .VideoPlayer-element {
	max-height: calc(100vh - 90px);
	margin: 0 auto
}

.ProductDetailMainImage--sticky {
	width: calc(100% - 500px);
	top: 0;
	position: fixed
}

.ProductDetailMainImage-customerPhotoThumbnail {
	width: 100%;
	background-color: #fff
}

.ProductDetailMainImage-customerPhotoThumbnail-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.ProductDetailMainImage-customerPhotoThumbnail-icon,
.ProductDetailMainImage-customerPhotoThumbnail-text {
	color: #01768b
}

.ProductDetailMainImage-customerPhotoThumbnail-icon {
	fill: #01768b
}

.ProductDetailMainImage-customerPhotoThumbnail-text {
	font-size: .9rem
}

@media screen and (min-width:750px) {
	.ProductDetailMainImage-customerPhotoThumbnail {
		min-width: 60px;
		height: 60px
	}
}

.ProductDetailMainImage-videoThumbnail {
	position: relative;
	padding: 0
}

.ProductDetailMainImage-videoThumbnail-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #221924
}

.ProductDetailMainImage-videoThumbnail-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(34, 25, 36, .5)
}

.ProductDetailMainImage-videoThumbnail-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	fill: #fff
}

@media only screen and (min-width:667px) {
	.PdpLayout--twoColumn .ProductDetailMainImage-overlay {
		margin-left: 75px
	}
}

.PdpLayout--twoColumn .ProductDetailMainImage .STLPhoto {
	display: inline-block
}

.PdpLayout--twoColumn .ProductDetailMainImage .STLPhoto .ImageComponent-image {
	width: auto;
	max-height: calc(100vh - 119px)
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
	.PdpLayout--twoColumn .ProductDetailMainImage .STLPhoto {
		text-align: center
	}
	.PdpLayout--twoColumn .ProductDetailMainImage .STLPhoto-container {
		display: inline-block;
		max-width: 100%
	}
}

.ProductDetailMainImage .FavoritesButton {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1
}

.ProductDetailMainImage .STLFavoritesButton--icon .FavoritesButton {
	top: 8px;
	right: 8px;
	position: static
}

.ProductDetailMainImage--padded {
	padding-bottom: 8px
}

.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent--hero,
.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent-heroThumbnailWrapper,
.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .ProductDetailMainImage-mainImageResponsive,
.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .STLPhotoCard--pdpCarousel .STLPhotoCard-image,
.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .VideoPlayer-element {
	min-height: 180px;
	max-height: calc(100vh - 352px)
}

@media screen and (min-height:598px) {
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent--hero,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent-heroThumbnailWrapper,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .ProductDetailMainImage-mainImageResponsive,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .STLPhotoCard--pdpCarousel .STLPhotoCard-image,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .VideoPlayer-element {
		max-height: calc(100vh - 403px)
	}
}

@media screen and (min-width:1280px) and (min-height:598px) {
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent--hero,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent-heroThumbnailWrapper,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .ProductDetailMainImage-mainImageResponsive,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .STLPhotoCard--pdpCarousel .STLPhotoCard-image,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .VideoPlayer-element {
		max-height: calc(100vh - 491px)
	}
}

@media screen and (min-width:1440px) and (min-height:598px) {
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent--hero,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent-heroThumbnailWrapper,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .ProductDetailMainImage-mainImageResponsive,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .STLPhotoCard--pdpCarousel .STLPhotoCard-image,
	.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .VideoPlayer-element {
		max-height: calc(100vh - 516px)
	}
}

.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent-arrowsWrapper--vertical {
	max-height: 100%
}

.PdpLayout--twoColumn .ProductDetailMainImage--outOfStock .InertiaCarouselComponent--vertical {
	min-height: 70px
}

.InertiaCarouselComponent-heroThumbnails .InertiaCarouselComponent-item>.ProductDetailMainImage-heroThumbnails {
	border-color: transparent
}

.InertiaCarouselComponent-heroThumbnails .InertiaCarouselComponent-item.is-active>.ProductDetailMainImage-heroThumbnails {
	border-color: #01768b
}

.ProductDetailInfoBlock-header-manu,
.ProductDetailInfoBlock-header-rating {
	color: #6f6f6f
}

@media screen and (min-width:750px) {
	.ProductDetailInfoBlock-header--compact .ProductDetailInfoBlock-header-manu {
		width: calc(100% - 220px);
		float: right
	}
	.ProductDetailInfoBlock-header--compact .ProductDetailInfoBlock-header-rating {
		margin-top: -4px
	}
}

.ProductDetailInfoBlock-header-ratingWrapper {
	margin: 12px 0
}

@media screen and (min-width:750px) {
	.ProductDetailInfoBlock-header-ratingWrapper--hasMobileWrap {
		display: -ms-flexbox;
		display: flex
	}
}

@media screen and (min-width:1024px) {
	.ProductDetailInfoBlock-header-ratingWrapper--hasMediumWrap {
		display: -ms-flexbox;
		display: flex
	}
}

.ProductDetailInfoBlock-header-brandRating {
	margin-top: 12px
}

@media screen and (min-width:750px) {
	.ProductDetailInfoBlock-header-brandRating--hasMobileWrap {
		margin: 5px 0 0 12px
	}
}

@media screen and (min-width:1024px) {
	.ProductDetailInfoBlock-header-brandRating--hasMediumWrap {
		margin: 5px 0 0 12px
	}
}

.ProductDetailInfoBlock-header-rating--drawer .pl-ReviewStars-reviews {
	color: #01768b;
	text-decoration: underline
}

.ProductDetailInfoBlock-header-rating--drawer .pl-ReviewStars-reviews:active,
.ProductDetailInfoBlock-header-rating--drawer .pl-ReviewStars-reviews:focus,
.ProductDetailInfoBlock-header-rating--drawer .pl-ReviewStars-reviews:hover {
	text-decoration: none
}

.B2BProductPriceBlock {
	margin: 8px 0;
	border-left: 4px solid #095256;
	padding-left: 8px
}

.B2BProductPriceBlock-tradeText {
	line-height: 1.2;
	color: #095256
}

.B2BProductPriceBlock-displayPrice {
	line-height: 1.2;
	color: #095256;
	font-size: 1.5rem
}

.B2BProductPriceBlock-displayPrice .from_text {
	font-size: 1rem
}

.B2BProductPriceBlock-displayPrice .PricePerItemBlock {
	color: #221924
}

.B2BProductPriceBlock-listPriceCrossedOut,
.B2BProductPriceBlock-strikethroughPrice {
	color: #6f6f6f;
	line-height: 1.2
}

.B2BProductPriceBlock-listPriceCrossedOut {
	text-decoration: line-through
}

.B2BProductPriceBlock-savedPercent {
	padding-left: 8px
}

.B2BProductPriceBlock--isAlignedRight {
	margin-top: 0
}

.B2BProductPriceBlock--isAlignedRight .B2BProductPriceBlock-displayPrice {
	margin-right: 0
}

@media screen and (min-width:750px) {
	.B2BProductPriceBlock--isAlignedRight {
		border-right: 4px solid #095256;
		padding: 0 8px 0 0;
		border-left: none
	}
}

.B2BProductPriceBlock--sale .B2BProductPriceBlock-displayPrice,
.B2BProductPriceBlock--sale .B2BProductPriceBlock-tradeText {
	color: #c91f24
}

.B2BProductPriceBlock--sale.B2BProductPriceBlock--isAlignedLeft {
	border-left: 4px solid #c91f24
}

.B2BProductPriceBlock--sale.B2BProductPriceBlock--isAlignedRight {
	border-right: 4px solid #c91f24
}

@media screen and (min-width:750px) {
	.B2BProductPriceBlock--inline .B2BProductPriceBlock-displayPrice {
		display: inline-block
	}
}

.B2BProductPriceBlock--inline .B2BProductPriceBlock-listPriceCrossedOut,
.B2BProductPriceBlock--inline .B2BProductPriceBlock-savedPercent,
.B2BProductPriceBlock--inline .B2BProductPriceBlock-strikethroughPrice {
	display: inline-block
}

.B2BProductPriceBlock--onPdp,
.B2BProductPriceBlock--onPdpSidecar {
	border-left: 4px solid #095256;
	margin-top: 0
}

@media screen and (min-width:750px) {
	.B2BProductPriceBlock--onPdp .B2BProductPriceBlock-listPriceCrossedOut,
	.B2BProductPriceBlock--onPdpSidecar .B2BProductPriceBlock-listPriceCrossedOut {
		padding-left: 8px
	}
}

.B2BProductPriceBlock--onPdp .B2BProductPriceBlock-displayPrice {
	font-size: 2.25rem;
	line-height: 1.2
}

.ProductOverview {
	color: #6f6f6f
}

.ProductOverview-sectionTitleWrap {
	margin-top: 32px
}

.ProductOverview-count {
	padding-left: 4px;
	display: inline-block;
	color: #6f6f6f
}

.pl-CustomSelect {
	position: relative;
	font-size: 1rem;
	height: 50px;
	outline: 0
}

.pl-CustomSelect.is-disabled {
	opacity: .5;
	-ms-filter: "alpha(opacity=50)";
	cursor: not-allowed
}

.pl-CustomSelect-label--assistiveOnly.pl-CustomSelect-label--assistiveOnly {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 10000;
	transform: translateZ(0)
}

.pl-CustomSelect-label.is-hidden {
	display: none
}

@media screen and (max-width:470px) {
	.pl-CustomSelect-label.pl-CustomSelect-label {
		width: calc(100% - 3em)
	}
}

.pl-CustomSelect-native-wrapper,
.pl-CustomSelect-wrapper {
	position: relative
}

.pl-CustomSelect-native-select,
.pl-CustomSelect-native-wrapper,
.pl-CustomSelect-selector-label {
	width: 100%
}

.pl-CustomSelect-selector {
	line-height: 26px
}

.pl-CustomSelect-selector-label {
	display: inline-block
}

.pl-CustomSelect-native-select {
	color: #221924;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.pl-CustomSelect-native-select::-ms-expand {
	display: none
}

.pl-CustomSelect-native-select,
.pl-CustomSelect-selector {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #dedede;
	cursor: pointer;
	position: relative;
	text-align: left;
	transition: border-color .2s ease-out;
	height: 50px;
	outline: 0;
	color: #221924;
	padding: 1.25em 3em .25em 1em
}

.pl-CustomSelect-native-select:not(:focus)~.pl-CustomSelect-label,
.pl-CustomSelect-native-select:not(:hover)~.pl-CustomSelect-label,
.pl-CustomSelect-selector:not(:focus)~.pl-CustomSelect-label,
.pl-CustomSelect-selector:not(:hover)~.pl-CustomSelect-label {
	color: #6f6f6f
}

.pl-CustomSelect-native-select.is-open:not(.is-disabled),
.pl-CustomSelect-native-select:focus:not(.is-disabled),
.pl-CustomSelect-native-select:hover:not(.is-disabled),
.pl-CustomSelect-selector.is-open:not(.is-disabled),
.pl-CustomSelect-selector:focus:not(.is-disabled),
.pl-CustomSelect-selector:hover:not(.is-disabled) {
	box-shadow: inset 0 0 0 1px #01768b;
	border-color: #01768b
}

.pl-CustomSelect-native-select.is-open:not(.is-disabled)+.pl-CustomSelect-label,
.pl-CustomSelect-native-select:focus:not(.is-disabled)+.pl-CustomSelect-label,
.pl-CustomSelect-native-select:hover:not(.is-disabled)+.pl-CustomSelect-label,
.pl-CustomSelect-selector.is-open:not(.is-disabled)+.pl-CustomSelect-label,
.pl-CustomSelect-selector:focus:not(.is-disabled)+.pl-CustomSelect-label,
.pl-CustomSelect-selector:hover:not(.is-disabled)+.pl-CustomSelect-label {
	color: #01768b
}

@media screen and (min-width:750px) {
	.pl-CustomSelect-native-select.is-open:not(.is-disabled),
	.pl-CustomSelect-native-select:focus:not(.is-disabled),
	.pl-CustomSelect-native-select:hover:not(.is-disabled),
	.pl-CustomSelect-selector.is-open:not(.is-disabled),
	.pl-CustomSelect-selector:focus:not(.is-disabled),
	.pl-CustomSelect-selector:hover:not(.is-disabled) {
		box-shadow: inset 0 0 0 1px #01768b;
		border-color: #01768b
	}
	.pl-CustomSelect-native-select.is-open:not(.is-disabled)+.pl-CustomSelect-label,
	.pl-CustomSelect-native-select:focus:not(.is-disabled)+.pl-CustomSelect-label,
	.pl-CustomSelect-native-select:hover:not(.is-disabled)+.pl-CustomSelect-label,
	.pl-CustomSelect-selector.is-open:not(.is-disabled)+.pl-CustomSelect-label,
	.pl-CustomSelect-selector:focus:not(.is-disabled)+.pl-CustomSelect-label,
	.pl-CustomSelect-selector:hover:not(.is-disabled)+.pl-CustomSelect-label {
		color: #01768b
	}
}

.pl-CustomSelect-native-select.hidden-label,
.pl-CustomSelect-selector.hidden-label {
	padding-top: .75em;
	padding-bottom: .75em
}

.pl-CustomSelect-native-select.is-error,
.pl-CustomSelect-selector.is-error {
	border-color: #ba3025
}

@media screen and (min-width:750px) {
	.pl-CustomSelect-native-select.is-error,
	.pl-CustomSelect-selector.is-error {
		border-color: #ba3025
	}
}

.pl-CustomSelect-native-select.is-error+.pl-CustomSelect-label,
.pl-CustomSelect-selector.is-error+.pl-CustomSelect-label {
	color: #ba3025
}

.pl-CustomSelect-label,
.pl-CustomSelect-native-select,
.pl-CustomSelect-selector-label {
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden
}

.pl-CustomSelect .pl-CustomSelect-selector-icon {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: transform .2s ease;
	z-index: 1;
	pointer-events: none;
	right: 10px;
	fill: #221924
}

@media screen and (min-width:750px) {
	.pl-CustomSelect .pl-CustomSelect-selector-icon {
		right: 10px
	}
}

.pl-CustomSelect.pl-CustomSelect--icon.is-open .pl-CustomSelect-selector-icon {
	-ms-transform: rotate(-180deg) translateY(50%);
	transform: rotate(-180deg) translateY(50%);
	transition: transform .3s ease-in-out
}

.pl-CustomSelect-options {
	background-color: #fff;
	position: fixed;
	bottom: 0;
	z-index: 10000;
	border: 0;
	animation: pl-customSelectSlideUp .4s cubic-bezier(.215, .61, .355, 1)
}

.pl-CustomSelect-options.is-hidden {
	display: none
}

.pl-CustomSelect-options,
.pl-CustomSelect-options-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0
}

.pl-CustomSelect-options-header {
	border-bottom: 1px solid #dedede;
	height: 50px;
	line-height: 50px;
	padding: 0 10px
}

.pl-CustomSelect-options-list {
	height: calc(100% - 50px);
	margin-top: 50px;
	overflow-y: auto
}

@media screen and (min-width:750px) {
	.pl-CustomSelect-options-list {
		height: 100%;
		margin-top: 0
	}
}

.pl-CustomSelect-options-close {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px
}

.pl-CustomSelect-options-close-icon {
	fill: #01768b
}

@media screen and (min-width:750px) {
	.pl-CustomSelect-options-close-icon {
		fill: #221924
	}
}

.is-dropdown .pl-CustomSelect-options {
	border: 1px solid #dedede;
	box-shadow: 0 3px 6px 0 rgba(34, 25, 36, .2);
	max-height: 300px;
	animation: none;
	position: relative;
	top: 100%;
	width: 100%;
	border-top: 0;
	overflow-y: auto;
	z-index: 101
}

.is-dropdown .pl-CustomSelect-options-close,
.is-dropdown .pl-CustomSelect-options-header {
	display: none
}

.is-dropdown .pl-CustomSelect-options-list {
	margin-top: 0
}

@media screen and (min-width:750px) {
	.pl-CustomSelect-options {
		border: 1px solid #dedede;
		box-shadow: 0 3px 6px 0 rgba(34, 25, 36, .2);
		max-height: 300px;
		animation: none;
		position: relative;
		top: 100%;
		width: 100%;
		border-top: 0;
		overflow-y: auto;
		z-index: 101
	}
	.pl-CustomSelect-options-close,
	.pl-CustomSelect-options-header {
		display: none
	}
}

.pl-CustomSelect-options-listItem {
	color: #221924;
	cursor: pointer;
	padding: 12px 10px
}

.pl-CustomSelect-options-listItem+.pl-CustomSelect-options-listItem {
	border-top: 1px solid #dedede
}

.pl-CustomSelect-options-listItem.is-selected {
	background-color: #e6f3f5
}

.pl-CustomSelect-options-listItem:last-child {
	border-bottom: 0
}

.pl-CustomSelect-options-listItem:not(.is-disabled):focus,
.pl-CustomSelect-options-listItem:not(.is-disabled):hover {
	outline: 1px dotted #01768b
}

.pl-CustomSelect-options-listItem.is-disabled {
	cursor: default;
	opacity: .5;
	-ms-filter: "alpha(opacity=50)"
}

@keyframes pl-customSelectSlideUp {
	0% {
		transform: translateY(200%)
	}
	to {
		transform: translateY(0)
	}
}

.DrawerProductCard {
	margin: 2px 0 16px;
	padding: 24px;
	background: #fff
}

.DrawerProductCard--noBorder {
	margin-bottom: 0
}

.DrawerProductCard-buttonWrapper {
	margin-top: 16px
}

.SpecialOffersWrapper {
	margin-bottom: 8px
}

.SpecialOffersWrapper--condensed {
	margin-bottom: 2px
}

.SpecialOffersWrapper-count {
	color: #6f6f6f
}

.VisualizationContentIllustratedInfo {
	padding: 8px 24px 16px 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	width: 50%
}

@media screen and (min-width:750px) and (max-width:960px) {
	.VisualizationContentIllustratedInfo {
		width: 100%
	}
}

.VisualizationContentIllustratedInfo--twoColumnResponsive {
	width: 100%;
	padding: 8px 24px 8px 0
}

@media screen and (min-width:470px) {
	.VisualizationContentIllustratedInfo--twoColumnResponsive {
		width: 50%
	}
}

.VisualizationContentIllustratedInfo--threeColumnResponsive {
	width: 100%;
	padding: 8px 16px 8px 0
}

@media screen and (min-width:470px) {
	.VisualizationContentIllustratedInfo--threeColumnResponsive {
		width: 50%
	}
}

@media screen and (min-width:768px) {
	.VisualizationContentIllustratedInfo--threeColumnResponsive {
		width: 33%
	}
}

@media screen and (min-width:960px) {
	.VisualizationContentIllustratedInfo--threeColumnResponsive {
		width: 50%
	}
}

@media screen and (min-width:1280px) {
	.VisualizationContentIllustratedInfo--threeColumnResponsive {
		width: 33%
	}
}

.VisualizationContentIllustratedInfo--sixColumnCombined {
	padding: 8px 24px 8px 0;
	width: 100%
}

@media screen and (min-width:480px) {
	.VisualizationContentIllustratedInfo--sixColumnCombined {
		width: 50%
	}
}

@media screen and (min-width:800px) {
	.VisualizationContentIllustratedInfo--sixColumnCombined {
		width: 33.33333%
	}
}

@media screen and (min-width:960px) {
	.VisualizationContentIllustratedInfo--sixColumnCombined {
		width: 25%
	}
}

@media screen and (min-width:1280px) {
	.VisualizationContentIllustratedInfo--sixColumnCombined {
		width: 16.66667%
	}
}

.VisualizationContentIllustratedInfo-descriptionWrap {
	width: calc(100% - 58px)
}

.VisualizationContentIllustratedInfo-description {
	word-wrap: break-word
}

.VisualizationContentIllustratedInfo-image {
	margin-right: 8px;
	height: 50px;
	width: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.VisualizationContentTextInfo {
	width: 50%;
	padding: 8px 24px 16px 0
}

@media screen and (min-width:750px) and (max-width:960px) {
	.VisualizationContentTextInfo {
		width: 100%
	}
}

.VisualizationContentTextInfo--twoColumnResponsive {
	width: 100%;
	padding: 8px 24px 8px 0
}

@media screen and (min-width:360px) {
	.VisualizationContentTextInfo--twoColumnResponsive {
		width: 50%
	}
}

.VisualizationContentTextInfo--threeColumnResponsive {
	width: 100%;
	padding: 8px 16px 8px 0
}

@media screen and (min-width:470px) {
	.VisualizationContentTextInfo--threeColumnResponsive {
		width: 50%
	}
}

@media screen and (min-width:768px) {
	.VisualizationContentTextInfo--threeColumnResponsive {
		width: 33%
	}
}

@media screen and (min-width:960px) {
	.VisualizationContentTextInfo--threeColumnResponsive {
		width: 50%
	}
}

@media screen and (min-width:1280px) {
	.VisualizationContentTextInfo--threeColumnResponsive {
		width: 33%
	}
}

.VisualizationContentTextInfo--sixColumnCombined {
	padding: 8px 24px 8px 0;
	width: 100%
}

@media screen and (min-width:480px) {
	.VisualizationContentTextInfo--sixColumnCombined {
		width: 50%
	}
}

@media screen and (min-width:800px) {
	.VisualizationContentTextInfo--sixColumnCombined {
		width: 33.33333%
	}
}

@media screen and (min-width:960px) {
	.VisualizationContentTextInfo--sixColumnCombined {
		width: 25%
	}
}

@media screen and (min-width:1280px) {
	.VisualizationContentTextInfo--sixColumnCombined {
		width: 16.66667%
	}
}

.VisualizationContentTextInfo-term {
	color: #6f6f6f
}

.VisualizationContentTextInfo-value {
	display: inline-block;
	vertical-align: middle
}

.VisualizationContentTextInfo-term,
.VisualizationContentTextInfo-valeu {
	width: 100%;
	word-wrap: break-word
}

.pl-VisuallyHidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	transform: translateZ(0)
}

.CompareSimilarItemsCarousel-item {
	background: #fff;
	border-radius: 3px;
	width: 40%;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 184px;
	margin: 0 4px;
	position: relative
}

.CompareSimilarItemsCarousel-item--designServices {
	background: inherit;
	display: -ms-flexbox;
	display: flex
}

.CompareSimilarItemsCarousel-item--withBorder {
	border: 1px solid #dedede
}

.CompareSimilarItemsCarousel--placeholder {
	overflow: hidden
}

.CompareSimilarItemsCarousel--placeholder .CompareSimilarItemsCarousel-item:first-child {
	margin-left: 0
}

.CompareSimilarItemsTable {
	display: block;
	overflow: hidden;
	overflow-x: auto
}

.CompareSimilarItemsTable-wrap {
	position: relative
}

.CompareSimilarItemsTable-arrows {
	position: absolute;
	width: 100%;
	top: 40%
}

.CompareSimilarItemsTable-row {
	background-color: #fff
}

.CompareSimilarItemsTable-row:nth-child(2n) {
	background-color: #e6f3f5
}

.CompareSimilarItemsTable-dataWrap {
	position: relative;
	padding: 2px 8px 8px;
	vertical-align: top;
	border-right: 8px solid #f6f4ee;
	width: 38vw
}

@media screen and (min-width:750px) {
	.CompareSimilarItemsTable-dataWrap {
		max-width: 213px
	}
}

.CompareSimilarItemsTable-dataWrap:last-child {
	border-right: 0
}

.CompareSimilarItemsTable-dataWrap--productCard {
	padding: 0;
	vertical-align: middle
}

.CompareSimilarItemsTable-label {
	font-size: .813rem;
	color: #6f6f6f
}

.pl-Card,
.pl-CardSection {
	font-weight: 400;
	font-size: 1rem
}

.pl-Card {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	text-decoration: none;
	color: #221924;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pl-Card--row {
	-ms-flex-direction: row;
	flex-direction: row
}

.pl-Card--column {
	-ms-flex-direction: column;
	flex-direction: column
}

.pl-Card--medium {
	padding: 16px
}

.pl-Card--condensed {
	padding: 8px
}

.pl-Card[role=button]:not([aria-disabled]) {
	cursor: pointer
}

.pl-Card[role=button]:not([aria-disabled]):focus,
a.pl-Card:focus {
	outline: 0;
	box-shadow: 0 0 0 2px #84c6d1
}

.pl-Card[role=button]:not([aria-disabled]):focus .pl-CardTitle,
.pl-Card[role=button]:not([aria-disabled]):hover .pl-CardTitle,
a.pl-Card:focus .pl-CardTitle,
a.pl-Card:hover .pl-CardTitle {
	color: #01768b;
	text-decoration: underline
}

.pl-CardSection {
	padding: 16px
}

.pl-CardSection--condensed {
	padding: 8px
}

.pl-CardSection--stretchX {
	padding-left: 0;
	padding-right: 0
}

.pl-CardSection--stretchY {
	padding-top: 0;
	padding-bottom: 0
}

.pl-CardSection--left {
	text-align: left
}

.pl-CardSection--center {
	text-align: center
}

.pl-CardSection--right {
	text-align: right
}

.pl-Card--row .pl-CardSection--w50 {
	width: 50%
}

.pl-Card--row .pl-CardSection--w75 {
	width: 75%
}

.pl-Card--row .pl-CardSection--w25 {
	width: 25%
}

.pl-CardTitle {
	font-size: 1rem;
	font-weight: 700
}

.pl-Card--selectable:focus .pl-CardTitle,
.pl-Card--selectable:hover .pl-CardTitle {
	color: #01768b;
	text-decoration: underline
}

.pl-CardImage {
	position: relative
}

.pl-Card--row .pl-CardImage--w50 {
	width: 50%
}

.pl-Card--row .pl-CardImage--w75 {
	width: 75%
}

.pl-Card--row .pl-CardImage--w25 {
	width: 25%
}

.SectionTitle {
	margin: 32px 0 8px
}

.SectionTitle-header {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	position: relative
}

@media screen and (min-width:640px) {
	.SectionTitle-header {
		font-size: 1.5rem
	}
}

.SectionTitle-header-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.SectionTitle-header-innerWrap {
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 8px
}

.SectionTitle-header-innerWrap.has-truncatedText {
	overflow: hidden
}

.has-truncatedText .SectionTitle-header {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.SectionTitle-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-align: end;
	align-items: flex-end
}

.SectionTitle-link-arrow {
	fill: #01768b
}

.has-icon .SectionTitle-link-arrow {
	margin-right: -6px
}

.SectionTitle-subtitle {
	margin: 5px 0 0
}

.has-truncatedText .SectionTitle-subtitle {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: normal
}

.SectionTitle--small {
	margin: 24px 0 8px
}

.SectionTitle--small .SectionTitle-header,
.SectionTitle--small .SectionTitle-link {
	font-size: 1rem
}

.SectionTitle--inverse .SectionTitle-header,
.SectionTitle--inverse .SectionTitle-link-arrow,
.SectionTitle--inverse .SectionTitle-subtitle {
	color: #fff;
	fill: #fff
}

.SectionTitle--centered {
	text-align: center
}

.SectionTitle--left {
	text-align: left
}

.SectionTitle--noVerticalSpacing {
	margin-top: 0
}

.Toast {
	font-family: sofia, arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 auto;
	width: calc(100% - 20px);
	border-radius: 3px;
	background-color: rgba(34, 25, 36, .7);
	color: #fff;
	font-size: 16px;
	position: fixed;
	z-index: 2002
}

@media screen and (min-width:640px) {
	.Toast {
		width: 330px
	}
}

.Toast:focus {
	outline: transparent
}

.Toast-close {
	position: absolute;
	padding-right: 10px;
	z-index: 1;
	right: 10px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1
}

.Toast-message {
	position: relative;
	text-align: center;
	padding: 1em
}

.Toast-message a {
	color: #fff;
	text-decoration: none
}

.Toast-message a:focus,
.Toast-message a:hover {
	text-decoration: underline
}

.Toast-message svg {
	fill: #fff
}

.is-dismissable .Toast-message {
	padding: 1em 3.5em 1em 1em
}

.Toast-transition--fadeInBottom {
	animation-duration: 1s;
	animation-timing-function: cubic-bezier(.25, 0, .15, 1);
	animation-name: fadeInBottom-deprecate;
	animation-fill-mode: both
}

.Toast-transition--fadeInBottomCss {
	animation-duration: 1s;
	animation-timing-function: cubic-bezier(.25, 0, .15, 1);
	animation-name: toastFadeInBottom;
	animation-fill-mode: forwards;
	left: 50%
}

@media screen and (min-width:640px) {
	.Toast-transition--fadeInBottomCss {
		animation-name: toastFadeInBottomDT
	}
}

@keyframes toastFadeInBottomDT {
	0% {
		opacity: 0;
		-ms-filter: "alpha(opacity=0)";
		transform: translateX(-165px) translateY(100%)
	}
	75% {
		transform: translateX(-165px) translateY(0)
	}
	to {
		opacity: 1;
		-ms-filter: "alpha(opacity=100)";
		transform: translateX(-165px)
	}
}

@keyframes toastFadeInBottom {
	0% {
		opacity: 0;
		-ms-filter: "alpha(opacity=0)";
		transform: translateX(-50%) translateY(100%)
	}
	75% {
		transform: translateX(-50%) translateY(0)
	}
	to {
		opacity: 1;
		-ms-filter: "alpha(opacity=100)";
		transform: translateX(-50%)
	}
}

@keyframes fadeInBottom-deprecate {
	0% {
		opacity: 0;
		-ms-filter: "alpha(opacity=0)";
		transform: translateY(100%)
	}
	75% {
		transform: none
	}
	to {
		opacity: 1;
		-ms-filter: "alpha(opacity=100)"
	}
}

.PricePerItemBlock {
	font-size: 1.25rem;
	display: inline-block;
	margin-right: 8px;
	line-height: 1
}

.SuggestedRetailPrice {
	display: inline-block
}

.SuggestedRetailPrice-label {
	font-size: 1rem;
	margin-right: 8px;
	color: #c91f24
}

.PercentageOff {
	display: inline-block;
	color: #6f6f6f
}

.PercentageOff--highlight {
	font-size: 1rem;
	margin-right: 8px;
	color: #c91f24
}

.WasPrice {
	display: inline-block
}

.WasPrice-label {
	color: #6f6f6f;
	margin-right: 8px;
	font-size: 1rem
}

.Breadcrumbs {
	display: -ms-flexbox;
	display: flex;
	background: transparent;
	white-space: nowrap;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.Breadcrumbs.has-spacing {
	padding: 4px 8px
}

@media screen and (min-width:640px) {
	.Breadcrumbs.has-spacing {
		padding: 4px 0
	}
}

.Breadcrumbs-list {
	-ms-flex-positive: 1;
	flex-grow: 1
}

.Breadcrumbs::-webkit-scrollbar {
	display: none
}

.Breadcrumbs-listItem {
	display: inline-block;
	font-size: .813rem
}

.Breadcrumbs-separator {
	padding: 0 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #6f6f6f
}

.Breadcrumbs-innerWrap,
.Breadcrumbs-outerWrap {
	margin: 0 auto
}

.Breadcrumbs-outerWrap {
	width: 100%;
	min-width: 100%
}

.Breadcrumbs-innerWrap {
	max-width: 1280px
}

@media screen and (min-width:640px) {
	.Breadcrumbs-innerWrap .Breadcrumbs {
		padding: 12px
	}
}

.ProductDetailImageCarouselVariantB_V2 {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.ProductDetailImageCarouselVariantB_V2.is-fewerThanTwoItemsInCarousel {
	display: none
}

@media screen and (min-width:640px) and (max-width:959px) {
	.ProductDetailImageCarouselVariantB_V2.is-fewerThanThreeItemsInCarousel {
		display: none
	}
}

.ProductDetailImageCarouselVariantB_V2-carousel {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex
}

.ProductDetailImageCarouselVariantB_V2-imageHoverZoom {
	position: absolute;
	top: 0;
	right: -24px
}

.ProductDetailImageCarouselVariantB_V2-top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%
}

.ProductDetailImageCarouselVariantB_V2-imageViewer {
	-ms-flex: 1;
	flex: 1;
	position: relative;
	max-width: 100%
}

.ProductDetailImageCarouselVariantB_V2-image {
	position: relative;
	margin: auto;
	height: 100%
}

.ProductDetailImageCarouselVariantB_V2-carouselItem {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: calc(50% - 8px);
	margin-right: 16px
}

.ProductDetailImageCarouselVariantB_V2-carouselItem:last-child {
	margin-right: 0
}

@media(min-width:960px) and (max-width:1280px) {
	.ProductDetailImageCarouselVariantB_V2-carouselItem {
		width: 100%
	}
}

@media screen and (min-width:1280px) {
	.ProductDetailImageCarouselVariantB_V2-carouselItem {
		width: calc(50% - 8px)
	}
}

.ProductDetailImageCarouselVariantB_V2-carouselItem--single {
	width: 100%;
	max-width: 90vh;
	margin: auto
}

.ProductDetailImageCarouselVariantB_V2-carouselItem--single:last-child {
	margin-right: auto
}

.ProductDetailImageCarouselVariantB_V2-thumbnailsWrap {
	text-align: center
}

.ProductDetailImageCarouselVariantB_V2-thumbnailsWrap .ProductDetailImageThumbnail {
	padding: 5px;
	margin: 0;
	background-clip: content-box
}

.ProductDetailImageCarouselVariantB_V2-thumbnails--single {
	margin-top: 16px;
	position: relative;
	display: inline-block
}

@media screen and (min-width:960px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails--single {
		max-width: 384px
	}
}

@media screen and (min-width:1120px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails--single {
		max-width: 516px
	}
}

@media screen and (min-width:1600px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails--single {
		max-width: 648px
	}
}

@media screen and (max-width:959px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails--single {
		max-width: 579px
	}
	.ProductDetailImageCarouselVariantB_V2-thumbnails--single .ProductDetailImageThumbnail {
		width: 40px;
		height: 40px
	}
	.ProductDetailImageCarouselVariantB_V2-thumbnails--single .ProductDetailImageThumbnail--360 .ProductDetailImageThumbnail-icon {
		width: 22px;
		height: 22px;
		vertical-align: top
	}
}

.ProductDetailImageCarouselVariantB_V2-thumbnails {
	margin-top: 16px;
	position: relative;
	display: inline-block;
	max-width: 467px
}

@media screen and (min-width:768px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails {
		max-width: 742px
	}
}

@media screen and (min-width:960px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails {
		max-width: 595px
	}
}

@media screen and (min-width:1280px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails {
		max-width: 735px
	}
}

@media screen and (min-width:1440px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails {
		max-width: 875px
	}
}

@media screen and (min-width:1600px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails {
		max-width: 945px
	}
}

@media screen and (max-width:960px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnails .ProductDetailImageThumbnail {
		width: 40px;
		height: 40px
	}
	.ProductDetailImageCarouselVariantB_V2-thumbnails .ProductDetailImageThumbnail--360 .ProductDetailImageThumbnail-icon {
		width: 22px;
		height: 22px;
		vertical-align: top
	}
}

.ProductDetailImageCarouselVariantB_V2-thumbnails:hover .ProductDetailImageCarouselVariantB_V2-thumbnailArrow--next .ProductDetailImageCarouselVariantB_V2-arrowButton,
.ProductDetailImageCarouselVariantB_V2-thumbnails:hover .ProductDetailImageCarouselVariantB_V2-thumbnailArrow--previous .ProductDetailImageCarouselVariantB_V2-arrowButton {
	background-color: rgba(34, 25, 36, .8)
}

.ProductDetailImageCarouselVariantB_V2-thumbnailArrow {
	width: 28px;
	height: 56px;
	margin: 7px 0
}

.ProductDetailImageCarouselVariantB_V2-thumbnailArrow--previous {
	position: relative;
	float: left;
	margin-right: -28px;
	z-index: 100
}

.ProductDetailImageCarouselVariantB_V2-thumbnailArrow--next {
	position: relative;
	float: right;
	margin-left: -28px;
	z-index: 100
}

@media screen and (max-width:960px) {
	.ProductDetailImageCarouselVariantB_V2-thumbnailArrow {
		height: 40px
	}
}

.ProductDetailImageCarouselVariantB_V2-arrowButton.ProductDetailImageCarouselVariantB_V2-arrowButton {
	background-color: rgba(34, 25, 36, .5);
	color: #fff;
	width: 28px;
	height: 56px;
	border-radius: 0;
	border: 0
}

.ProductDetailImageCarouselVariantB_V2-arrowButton.ProductDetailImageCarouselVariantB_V2-arrowButton:not(:disabled):focus .pl-CarouselButton-icon,
.ProductDetailImageCarouselVariantB_V2-arrowButton.ProductDetailImageCarouselVariantB_V2-arrowButton:not(:disabled):hover .pl-CarouselButton-icon {
	fill: #fff
}

.ProductDetailImageCarouselVariantB_V2-arrowButton.ProductDetailImageCarouselVariantB_V2-arrowButton:disabled {
	display: none
}

@media screen and (max-width:960px) {
	.ProductDetailImageCarouselVariantB_V2-arrowButton.ProductDetailImageCarouselVariantB_V2-arrowButton {
		height: 40px
	}
}

.ProductDetailImageCarouselVariantB_V2-catalogFeedback {
	position: absolute;
	top: -50px;
	right: 0
}

.pl-PageTitle-header {
	font-family: sofia, arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.pl-PageTitle--centered {
	text-align: center
}

.pl-PageTitle-header {
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
	padding: 10px 0;
	position: relative
}

@media screen and (min-width:640px) {
	.pl-PageTitle-header {
		font-size: 2.25rem
	}
}

.pl-PageTitle-header--truncated {
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.pl-PageTitle-subtitle {
	padding-bottom: 20px
}

@media screen and (min-width:640px) {
	.pl-PageTitle-subtitle {
		font-size: 1.25rem;
		line-height: 1.5
	}
}

.pl-PageTitle--alignLeft .pl-PageTitle-header,
.pl-PageTitle--alignLeft .pl-PageTitle-subtitle {
	text-align: left
}

.pl-PageTitle--alignCenter .pl-PageTitle-header,
.pl-PageTitle--alignCenter .pl-PageTitle-subtitle {
	text-align: center
}

.pl-PageTitle--inverse .pl-PageTitle-header,
.pl-PageTitle--inverse .pl-PageTitle-subtitle {
	color: #fff
}

.ProductRatingNumberWithCount {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.ProductRatingNumberWithCount-count,
.ProductRatingNumberWithCount-rating {
	margin-left: 8px
}

.ProductRatingNumberWithCount-count {
	border-left: 1px solid #6f6f6f;
	padding-left: 8px;
	color: #01768b;
	text-decoration: underline
}

.DeliveryView {
	margin-bottom: 16px;
	min-height: calc(5rem+10px)
}

.DeliveryView--expanded {
	min-height: calc(7rem+10px)
}

.DeliveryView-shipping-shipsInTime {
	color: #221924;
	font-weight: 600
}

.DeliveryView-shipping-label--lowStock {
	color: #ba3025;
	padding-bottom: 10px
}

.DeliveryView-shipping-guarantee {
	color: #1d781d
}

.DeliveryView-shipping-guaranteeTime {
	color: #221924
}

.DeliveryView-shipping-leadTime {
	color: #6f6f6f;
	display: inline-block
}

.DeliveryView-shipping-wrap {
	position: relative;
	color: #6f6f6f
}

.DeliveryView-shipping-limited-link {
	color: #6f6f6f
}

.DeliveryView-shipping-limited {
	font-size: .813rem
}

.DeliveryView-shipping-section--toolTip {
	display: -ms-flexbox;
	display: flex;
	padding-left: 4px
}

.DeliveryView-shipping-section--toolTip .DeliveryView-shipping-leadTime,
.DeliveryView-shipping-section--toolTip .ProductDetailInfoBlock-shipping-date {
	color: #1d781d
}

.DeliveryView-vatAndShippingText {
	color: #6f6f6f
}

.DeliveryView--hotDeals {
	margin-bottom: 0;
	min-height: 6em
}

@media screen and (min-width:470px) {
	.DeliveryView--hotDeals {
		min-height: calc(5rem+10px)
	}
}

.ProductDetailInfoBlock-shipping-date {
	color: #221924;
	white-space: nowrap
}

.product_call_to_action_form-css {
	color: red
}

.price_block_layout-css {
	color: red
}

.ProductReviewsLinkCardTitle-rating {
	transition: visibility 0s linear .2ms, opacity .2ms ease-in-out
}

.ProductReviewsLinkCardTitle-rating.is-hidden {
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	visibility: hidden;
	transition: visibility 0s linear 0s, opacity .2ms ease-in-out
}

.OutOfStockCarousel-wrap {
	background: #faf9f6;
	padding: 1px 8px 30px
}

.OutOfStockCarousel-item {
	min-width: 24%
}

@media screen and (min-width:1280px) {
	.OutOfStockCarousel-item {
		min-width: 19%
	}
}

@media screen and (min-width:1440px) {
	.OutOfStockCarousel-item {
		min-width: 16%
	}
}

.PdpLayout-leftContainer .OutOfStockCarousel-wrap {
	padding: 0 1.5vw 32px
}

.PdpLayout-leftContainer .OutOfStockCarousel-wrap .InertiaCarouselComponent-item {
	min-width: 126px;
	max-width: 126px
}

@media screen and (min-height:598px) {
	.PdpLayout-leftContainer .OutOfStockCarousel-wrap .InertiaCarouselComponent-item {
		max-width: 210px
	}
}

.PdpLayout-leftContainer .OutOfStockCarousel-wrap .ProductCard-price {
	font-size: 1.25rem
}

@media screen and (min-width:1280px) and (min-height:598px) {
	.PdpLayout-leftContainer .OutOfStockCarousel-wrap .ProductCard-price {
		font-size: 1.5rem
	}
}

.PdpLayout-leftContainer .OutOfStockCarousel-wrap .ProductCard-header,
.PdpLayout-leftContainer .OutOfStockCarousel-wrap .ProductCard-reviews {
	position: absolute;
	left: -9999px
}

@media screen and (min-height:598px) {
	.PdpLayout-leftContainer .OutOfStockCarousel-wrap .ProductCard-header {
		position: static;
		left: auto
	}
}

@media screen and (min-width:1280px) and (min-height:768px) {
	.PdpLayout-leftContainer .OutOfStockCarousel-wrap .ProductCard-reviews {
		position: static;
		left: auto
	}
}

.PdpLayout--outOfStock.PdpLayout--twoColumn .PdpLayout-leftContainer {
	background: #faf9f6
}

.Veil {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1049
}

.Veil.has-elevatedIndex {
	z-index: 2001
}

.Veil.has-lowIndex {
	z-index: 11
}

.Veil.has-overlay {
	background-color: rgba(34, 25, 36, .5)
}

.Veil.has-overlay.Veil-appear {
	transition: opacity .25s cubic-bezier(.22, .61, .36, 1);
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"
}

.Veil.has-overlay.Veil-appear-active,
.Veil.has-overlay.Veil-exit {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)"
}

.Veil.has-overlay.Veil-exit {
	transition: opacity .25s cubic-bezier(.55, .06, .68, .19)
}

.Veil.has-overlay.Veil-exit-active {
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"
}

.pl-CloseButton-icon--default {
	color: #221924
}

.StickyContainer--css-sticky {
	position: -webkit-sticky;
	position: sticky;
	z-index: 10;
	top: 0;
	transform: translateZ(0)
}

.StickyContainer--low-index {
	z-index: 5
}

.StickyContainer.is-sticking {
	top: 0
}

.StickyContainer-header {
	width: 100%;
	position: relative;
	top: 0;
	z-index: 10
}

.StickyContainer-header--low-index {
	z-index: 5
}

.StickyContainer:not(.StickyContainer--css-sticky) .StickyContainer-header.is-sticking:not(.is-contained) {
	position: fixed
}

.ProductCard-manufacturer.is-oneLine,
.ProductCard-name.is-oneLine {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ProductCard-manufacturer.is-twoLines,
.ProductCard-name.is-twoLines {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden
}

.ProductCard {
	display: block;
	padding: 8px;
	font-size: 1rem;
	text-decoration: none;
	-ms-flex: 1 auto;
	flex: 1 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 3px
}

.ProductCard:focus,
.ProductCard:hover {
	text-decoration: none;
	outline: 0
}

.ProductCard-container {
	border-radius: 3px;
	background: #fff;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.ProductCard-container.is-focused:focus:before,
.ProductCard-container.is-focused:hover:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 3px;
	border: 2px solid #84c6d1;
	pointer-events: none
}

.ProductCard-container .ProductCard-favoritesButtonWrap {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 4
}

html:not(.touch) .ProductCard-container--hoverReveal {
	transition: box-shadow .15s ease-in;
	border: 0
}

html:not(.touch) .ProductCard-container--hoverReveal:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 3px;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	box-shadow: 0 0 13px 0 hsla(0, 0%, 44%, .16);
	transition: opacity .15s ease-in
}

html:not(.touch) .ProductCard-container--hoverReveal.is-focused .ProductCard:focus:before,
html:not(.touch) .ProductCard-container--hoverReveal.is-focused .ProductCard:hover:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 3px;
	border: 2px solid #84c6d1;
	border-bottom: 2px solid #fff;
	pointer-events: none
}

html:not(.touch) .ProductCard-container--hoverReveal.is-focused .ProductCard-details {
	border: 2px solid #84c6d1;
	border-top: 0
}

html:not(.touch) .ProductCard-container--hoverReveal .ProductCard-imageWrap {
	z-index: 2
}

html:not(.touch) .ProductCard-container--hoverReveal .ProductCard .ProductCard-details {
	position: absolute;
	margin-top: -8px;
	padding: 8px;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 1;
	background: #fff;
	transition: box-shadow .2s ease, opacity .2s ease;
	box-shadow: 0 13px 13px 0 hsla(0, 0%, 44%, .16);
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	visibility: hidden;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	border-radius: 0 0 3px 3px
}

html:not(.touch) .ProductCard-container--hoverReveal.is-hovered,
html:not(.touch) .ProductCard-container--hoverReveal .ProductCard:focus,
html:not(.touch) .ProductCard-container--hoverReveal:hover {
	z-index: 5
}

html:not(.touch) .ProductCard-container--hoverReveal.is-hovered:after,
html:not(.touch) .ProductCard-container--hoverReveal .ProductCard:focus:after,
html:not(.touch) .ProductCard-container--hoverReveal:hover:after {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)"
}

html:not(.touch) .ProductCard-container--hoverReveal.is-hovered .ProductCard-details,
html:not(.touch) .ProductCard-container--hoverReveal .ProductCard:focus .ProductCard-details,
html:not(.touch) .ProductCard-container--hoverReveal:hover .ProductCard-details {
	animation: revealDetails .25s cubic-bezier(.22, .61, .36, 1) forwards
}

html:not(.touch) .ProductCard-container--hoverReveal .pl-CardFlag--top-left {
	top: 0;
	left: 0
}

@keyframes revealDetails {
	0% {
		transform: translateY(-32px);
		visibility: hidden;
		opacity: 0;
		-ms-filter: "alpha(opacity=0)"
	}
	to {
		transform: translateY(0);
		visibility: visible;
		opacity: 1;
		-ms-filter: "alpha(opacity=100)"
	}
}

.ProductCard-container--anchoredContent {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.ProductCard-container--anchoredContent .ProductCard {
	-ms-flex: auto;
	flex: auto
}

.ProductCard-container--anchoredContent .ProductCard-anchoredContent {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-top: auto;
	width: 100%
}

.ProductCard-container,
.ProductCard-imageWrap {
	position: relative
}

.ProductCard-imageWrap {
	overflow: hidden;
	margin: -8px;
	padding: 8px
}

.ProductCard-imageWrap--fullBleed {
	padding: 0;
	border-radius: 3px 3px 0 0
}

.ProductCard-imageWrap--fullBleed .ProductCard-favoritesButtonWrap {
	top: 8px;
	right: 8px
}

.ProductCard-image {
	display: block;
	margin: 0 auto;
	width: 100%
}

.ProductCard-image--lazyLoad {
	height: 0;
	padding-top: 100%;
	background-color: #f6f4ee;
	overflow: hidden
}

.ProductCard-header,
.ProductCard-moreOptions,
.ProductCard-pricing,
.ProductCard-reviews {
	margin-top: 8px
}

.ProductCard-reviews {
	margin-bottom: 8px
}

.ProductCard-options--sticky {
	min-height: 50px
}

.ProductCard-details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: normal;
	margin-top: 16px
}

@media screen and (min-width:800px) {
	.ProductCard-details {
		padding: 0 4px
	}
}

.ProductCard-name {
	color: #221924;
	font-weight: 400;
	font-size: 1rem;
	transition: color .15s ease-out
}

.german .ProductCard-name {
	word-break: break-word
}

.ProductCard-manufacturer {
	color: #221924
}

.ProductCard-manufacturer,
.ProductCard-name {
	line-height: 1.2
}

.ProductCard-manufacturer.is-twoLines,
.ProductCard-name.is-twoLines {
	height: 2.4em
}

.ProductCard-price {
	display: inline-block;
	color: #221924;
	text-decoration: none;
	margin-right: 4px;
	font-size: 1.25rem;
	line-height: 1.2
}

.ProductCard-price.ProductCard-price--openBox {
	font-size: inherit
}

.ProductCard-price--listPriceLabel {
	margin-right: 4px
}

.ProductCard-price--daySaleDetails,
.ProductCard-price--openBox,
.ProductCard-price--sale {
	color: #c91f24
}

.ProductCard-price--listPrice,
.ProductCard-price--perItem,
.ProductCard-price--perSpecialUnit {
	font-weight: 400
}

.ProductCard-price--listPrice,
.ProductCard-price--listPriceLabel {
	color: #6f6f6f
}

.ProductCard-price--listPrice {
	text-decoration: line-through;
	white-space: nowrap
}

.ProductCard-price--listPriceFromTreatment {
	text-decoration: none
}

.ProductCard-price.ProductCard-price--daySaleDetails {
	font-size: 1rem
}

.ProductCard-price.ProductCard-price .ca .ProductCard-price {
	font-size: 1.25rem
}

.ProductCard-price.ProductCard-price--listPrice,
.ProductCard-price.ProductCard-price--listPriceLabel,
.ProductCard-price.ProductCard-price--perItem,
.ProductCard-price.ProductCard-price--perSpecialUnit,
.ProductCard-price.ProductCard-price .ca .ProductCard-price--list-price,
.ProductCard-price.ProductCard-price .from_text,
.ProductCard-price.ProductCard-price .price_prefix {
	font-size: 1rem
}

.ProductCard-price-tradeText {
	color: #221924
}

.ProductCard-price .from_text {
	font-weight: 400
}

@media screen and (min-width:800px) {
	.ProductCard-price {
		font-size: 1.5rem
	}
}

.ProductCard--listView {
	display: table;
	table-layout: fixed;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

.ProductCard--listView--isSmallImage .ProductCard-imageWrap {
	width: 25%
}

.ProductCard--listView--isSmallImage .ProductCard-details {
	width: 75%
}

.ProductCard--listView--noImage .ProductCard .ProductCard-details {
	width: 100%;
	padding-left: 0
}

.ProductCard--listView .pl-CardFlag--top-left {
	top: 0;
	left: 0
}

.ProductCard--listView .ProductCard-options {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.ProductCard--listView .ProductCard-details,
.ProductCard--listView .ProductCard-imageWrap {
	display: table-cell;
	vertical-align: top
}

.ProductCard--listView .ProductCard-imageWrap {
	width: 40%
}

.ProductCard--listView .ProductCard-imageWrap--fullBleed .ProductCard-options {
	margin-left: 8px
}

.ProductCard--listView .ProductCard-details {
	width: 60%;
	padding-left: 4%
}

@media screen and (min-width:800px) {
	.ProductCard--listView .ProductCard-details {
		padding-left: 6%
	}
}

.ProductCard--listView .ProductCard-details,
.ProductCard--listView .ProductCard-header {
	margin-top: 0
}

.ProductCard--listView .ProductCard-imageWrap {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.ProductCard--listView .ProductCard-details,
.ProductCard--listView .ProductCard-imageWrap,
.ProductCard .is-stacked {
	display: block
}

[role=button].ProductCard:active,
[role=button].ProductCard:focus,
[role=button].ProductCard:hover,
a.ProductCard:active,
a.ProductCard:focus,
a.ProductCard:hover {
	cursor: pointer
}

[role=button].ProductCard:active .ProductCard-name,
[role=button].ProductCard:focus .ProductCard-name,
[role=button].ProductCard:hover .ProductCard-name,
a.ProductCard:active .ProductCard-name,
a.ProductCard:focus .ProductCard-name,
a.ProductCard:hover .ProductCard-name {
	color: #01768b;
	text-decoration: underline
}

[role=button].ProductCard:active .ProductCard-price,
[role=button].ProductCard:focus .ProductCard-price,
[role=button].ProductCard:hover .ProductCard-price,
a.ProductCard:active .ProductCard-price,
a.ProductCard:focus .ProductCard-price,
a.ProductCard:hover .ProductCard-price {
	color: #221924;
	text-decoration: none
}

[role=button].ProductCard:active .ProductCard-price--listPrice,
[role=button].ProductCard:active .ProductCard-price--listPriceLabel,
[role=button].ProductCard:focus .ProductCard-price--listPrice,
[role=button].ProductCard:focus .ProductCard-price--listPriceLabel,
[role=button].ProductCard:hover .ProductCard-price--listPrice,
[role=button].ProductCard:hover .ProductCard-price--listPriceLabel,
a.ProductCard:active .ProductCard-price--listPrice,
a.ProductCard:active .ProductCard-price--listPriceLabel,
a.ProductCard:focus .ProductCard-price--listPrice,
a.ProductCard:focus .ProductCard-price--listPriceLabel,
a.ProductCard:hover .ProductCard-price--listPrice,
a.ProductCard:hover .ProductCard-price--listPriceLabel {
	color: #6f6f6f
}

[role=button].ProductCard:active .ProductCard-price--listPrice,
[role=button].ProductCard:focus .ProductCard-price--listPrice,
[role=button].ProductCard:hover .ProductCard-price--listPrice,
a.ProductCard:active .ProductCard-price--listPrice,
a.ProductCard:focus .ProductCard-price--listPrice,
a.ProductCard:hover .ProductCard-price--listPrice {
	text-decoration: line-through
}

[role=button].ProductCard:active .ProductCard-price--daySaleDetails,
[role=button].ProductCard:active .ProductCard-price--openBox,
[role=button].ProductCard:active .ProductCard-price--sale,
[role=button].ProductCard:focus .ProductCard-price--daySaleDetails,
[role=button].ProductCard:focus .ProductCard-price--openBox,
[role=button].ProductCard:focus .ProductCard-price--sale,
[role=button].ProductCard:hover .ProductCard-price--daySaleDetails,
[role=button].ProductCard:hover .ProductCard-price--openBox,
[role=button].ProductCard:hover .ProductCard-price--sale,
a.ProductCard:active .ProductCard-price--daySaleDetails,
a.ProductCard:active .ProductCard-price--openBox,
a.ProductCard:active .ProductCard-price--sale,
a.ProductCard:focus .ProductCard-price--daySaleDetails,
a.ProductCard:focus .ProductCard-price--openBox,
a.ProductCard:focus .ProductCard-price--sale,
a.ProductCard:hover .ProductCard-price--daySaleDetails,
a.ProductCard:hover .ProductCard-price--openBox,
a.ProductCard:hover .ProductCard-price--sale {
	color: #c91f24
}

.ProductCard-specialPricing {
	min-height: 8rem;
	margin: auto -8px -8px;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media screen and (min-width:800px) {
	.ProductCard-specialPricing {
		margin-left: -12px;
		margin-right: -12px
	}
}

.ProductCard-specialPricing .LightningDealsBanner {
	margin: 1px 0 0
}

.SpecialOffersComponentWithTag-icon {
	-ms-flex: 0 0 32px;
	flex: 0 0 32px;
	color: #01768b;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.SpecialOffersComponentWithTag-content {
	-ms-flex: auto;
	flex: auto
}

.CompareItem {
	background: #fff;
	border: 2px solid transparent;
	border-radius: 3px
}

.CompareItem--current {
	border-color: #01768b
}

.CompareItem--current.CompareItem--tableVariation {
	border: 0
}

.CompareItem--tableVariation {
	width: 38vw
}

@media screen and (min-width:750px) {
	.CompareItem--tableVariation {
		max-width: 188px;
		width: calc(19vw - 8px)
	}
}

.CompareItem--placeholder {
	-ms-flex: 1;
	flex: 1
}

.CompareItem--placeholder .CompareItem-iconPlaceholder {
	width: 6rem;
	height: 1rem
}

.CompareItem--placeholder .CompareItem-productCardShim {
	padding: 8px
}

.CompareItem-currentItemBadge {
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 1;
	border-radius: 3px 0;
	background-color: #01768b;
	color: #fff;
	padding: .5em 1.2em;
	font-size: .813rem
}

.CompareItem-currentItemBadge--tableVariation {
	top: 0;
	left: 0
}

.CompareItem-cta--anchor {
	padding: 8px
}

.CompareItem-cta--notAnchor {
	padding: 21px 8px
}

.german .CompareItem-cta--notAnchor {
	padding: 11px 8px;
	height: 65px
}

.CompareItem-ctaIcon {
	margin: 0 5px 0 -5px
}

.ca .CompareItem .ProductCard-details,
.fra_ca .CompareItem .ProductCard-details,
.german .CompareItem .ProductCard-details {
	height: 170px
}

.CompareItem .ProductCard-name {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1rem;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

@media screen and (min-width:750px) {
	.CompareItem .ProductCard-name {
		height: 2.6rem
	}
}

.ca .CompareItem .ProductCard-pricing,
.fra_ca .CompareItem .ProductCard-pricing,
.german .CompareItem .ProductCard-pricing {
	height: 58px
}

.CompareItem .ProductCard .pl-ReviewStars {
	overflow: hidden
}

.ProductCallToActionForm-errors {
	color: #ba3025;
	padding-bottom: 6px
}

.ProductCallToActionForm-contents>* {
	margin-bottom: 16px
}

.ProductCallToActionForm-contents>:last-child {
	margin-bottom: 0
}

.ProductCallToActionButtons-container {
	position: relative
}

.is-sticking .ProductCallToActionButtons-container {
	width: 100%;
	padding: 18px 24px;
	background: #fff;
	box-shadow: 0 2px 2px -2px hsla(0, 0%, 44%, .2);
	transition: padding-top .3s ease
}

@media screen and (min-width:750px) {
	.is-sticking .ProductCallToActionButtons-container {
		max-width: 500px
	}
}

.ProductCallToActionButtons-favoritesBtn,
.ProductCallToActionButtons-shareBtn {
	width: 38%;
	float: left
}

.ProductCallToActionButtons-favoritesBtn+.ProductCallToActionButtons-atcBtn,
.ProductCallToActionButtons-shareBtn+.ProductCallToActionButtons-atcBtn {
	width: 60%;
	float: right
}

.ProductCallToActionButtons:not(:first-of-type) {
	margin-top: 10px
}

@media screen and (min-width:750px) {
	.ProductCallToActionButtons:nth-child(n+2) {
		margin-top: 16px
	}
}

.ProductCallToActionButtons-error {
	color: #ba3025;
	margin-top: 8px
}

@media screen and (min-width:750px) {
	.ProductCallToActionButtons-error {
		margin-top: 16px
	}
}

.ProductCallToActionButtons-error-text {
	padding-left: 28px
}

.ProductCallToActionButtons-error-icon {
	position: absolute;
	margin-top: -4px
}

.pl-ReviewStars {
	line-height: 1;
	font-size: 14px
}

.pl-ReviewStars--large {
	font-size: 1.5rem
}

.pl-ReviewStars--interactive .pl-ReviewStars-reviews {
	color: #01768b;
	text-decoration: underline
}

.pl-ReviewStars--interactive:active .pl-ReviewStars-reviews,
.pl-ReviewStars--interactive:focus .pl-ReviewStars-reviews,
.pl-ReviewStars--interactive:hover .pl-ReviewStars-reviews {
	color: #01768b;
	text-decoration: none
}

.pl-ReviewStars--interactive:focus {
	outline: 1px dotted transparent;
	outline-color: #01768b
}

.pl-ReviewStars-scale,
.pl-ReviewStars-stars {
	background-repeat: no-repeat;
	background-size: cover;
	width: 6em;
	height: 1em
}

.pl-ReviewStars-stars {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dedede' viewBox='0 0 78 13' width='78' height='13'%3E%3Cpath d='M6.64 10.94L3.7 12.48c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7L4.3 3.7 5.75.76c.5-1 1.28-1 1.77 0L9 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L21.75.76c.5-1 1.28-1 1.77 0L25 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L37.75.76c.5-1 1.28-1 1.77 0L41 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L53.75.76c.5-1 1.28-1 1.77 0L57 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L69.75.76c.5-1 1.28-1 1.77 0L73 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54z'/%3E%3C/svg%3E")
}

.pl-ReviewStars-scale {
	display: block;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff960b' viewBox='0 0 78 13' width='78' height='13'%3E%3Cpath d='M6.64 10.94L3.7 12.48c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7L4.3 3.7 5.75.76c.5-1 1.28-1 1.77 0L9 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L21.75.76c.5-1 1.28-1 1.77 0L25 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L37.75.76c.5-1 1.28-1 1.77 0L41 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L53.75.76c.5-1 1.28-1 1.77 0L57 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L69.75.76c.5-1 1.28-1 1.77 0L73 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54z'/%3E%3C/svg%3E")
}

.pl-ReviewStars-rating {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden
}

.pl-ReviewStars-reviews {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	color: #6f6f6f;
	margin-left: 4px
}

.PriceText {
	font-size: 2.25rem;
	color: #c91f24;
	line-height: 1;
	display: inline-block;
	font-weight: 400
}

.PriceText--small {
	font-size: 1.25rem
}

.PriceRangeBlock {
	color: #221924;
	font-size: 2.25rem;
	display: inline-block;
	margin-right: 8px;
	line-height: 1
}

.PriceRangeBlock--highlight {
	color: #c91f24
}

.PriceRangeBlock--small {
	font-size: 1.25rem
}

.FlashDealBlock-firstLine {
	margin-right: 8px;
	text-transform: uppercase;
	font-size: 1.25rem;
	display: inline-block;
	color: #c91f24
}

.FlashDealBlock-strikethrough {
	text-decoration: line-through
}

.FlashDealBlock-lightningDealBlock {
	display: inline-block
}

.FlashDealBlock-lightningDeal {
	color: #6f6f6f
}

.FlashDealBlock-lightningDeal+.FlashDealBlock-lightningDeal:before {
	content: "|";
	margin: 0 8px
}

.FlashDealBlock-timer {
	text-align: center;
	background: #c91f24;
	padding: 4px 8px;
	color: #fff
}

.MyWayBranding {
	position: relative;
	display: inline-block;
	word-break: normal
}

.MyWayBranding-coloredText {
	color: #996e2e
}

.MyWayBranding-icon {
	position: absolute
}

.MyWayBranding-iconWrapper {
	position: relative;
	height: 25px;
	width: 80px
}

.MyWayBranding-iconWrapperLarge {
	position: relative;
	height: 28px;
	width: 115px
}

.MyWayBranding--verticalAlign {
	vertical-align: sub
}

.PostalCodeInputBlock {
	display: block;
	width: 100%;
	color: #6f6f6f
}

.PostalCodeInputBlock-suggestion {
	margin: 8px 0
}

.PostalCodeInputBlock-location {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap
}

.PostalCodeInputBlock-location-name {
	padding-right: 4px;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.PostalCodeInputBlock-location-link {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #01768b;
	text-decoration: underline
}

.PostalCodeInputBlock-location-link:active,
.PostalCodeInputBlock-location-link:focus,
.PostalCodeInputBlock-location-link:hover {
	color: #01768b;
	text-decoration: none
}

.PostalCodeInputBlock-location-link:focus {
	outline: 1px dotted transparent;
	outline-color: #01768b
}

.PostalCodeInputBlock-location-link-iconWrapper {
	color: #01768b;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	transition: transform .5s ease
}

.PostalCodeInputBlock-location-link-iconWrapper.is-active {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.PostalCodeInputBlock-drawer {
	margin-top: 10px
}

.PostalCodeInputBlock-input {
	margin-top: 10px;
	max-width: 350px
}

.PostalCodeInputBlock-liteshipError {
	color: #ba3025;
	padding-top: .25em;
	display: inline-block
}

.PostalCodeInputBlock-canadaRedirectLink {
	color: #01768b
}

.PostalCodeInputBlock-label {
	font-size: 1.25rem
}

.ProductOverviewInformation {
	background: #fff;
	padding: 0 24px
}

.ProductOverviewInformation,
.ProductOverviewInformation *,
.ProductOverviewInformation:after,
.ProductOverviewInformation:after,
.ProductOverviewInformation:before,
.ProductOverviewInformation:before {
	box-sizing: border-box
}

.ProductOverviewInformation--inDrawer {
	padding: 0 16px
}

@media screen and (min-width:750px) {
	.ProductOverviewInformation {
		padding: 0
	}
}

.ProductOverviewInformation-description {
	margin-bottom: 20px
}

.ProductOverviewInformation-title {
	color: #221924;
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 400
}

.ProductOverviewInformation-content {
	padding: 24px 0
}

@media screen and (min-width:750px) {
	.ProductOverviewInformation-content {
		padding: 0
	}
}

.ProductOverviewInformation-list {
	padding: 0 10px
}

.ProductOverviewInformation-list-item {
	list-style: disc;
	margin: 10px 0 10px 20px
}

.Banner {
	position: relative;
	padding: 20px 16px;
	border-radius: 3px
}

.Banner.is-dismissible {
	padding-right: calc(2em+24px)
}

.Banner-text {
	display: inline
}

.Banner a:not([class]),
.Banner button:not([class]) {
	display: inline-block;
	color: inherit;
	text-decoration: underline
}

.Banner a:not([class]):focus,
.Banner a:not([class]):hover,
.Banner button:not([class]):focus,
.Banner button:not([class]):hover {
	text-decoration: none
}

.Banner-dismissBtn {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16px
}

.Banner--info {
	background: #c1e2e8;
	color: #221924
}

.Banner--info.is-b2b {
	background: #eef6f4
}

.Banner--alert {
	background: #ba3025;
	color: #fff
}

.Banner--success {
	background: #01768b;
	color: #fff
}

.AtAGlance {
	background: #fff;
	margin-bottom: 8px
}

.AtAGlance-title {
	border-radius: 3px;
	padding: 16px 16px 8px
}

.AtAGlance-overallDimensions {
	padding: 8px 24px 0
}

.AtAGlance-overallDimensionsNoVizcons {
	padding-bottom: 16px
}

.ProductDetailCarouselResponsive {
	overflow: hidden
}

.ProductDetailCarouselResponsive-linkCardCount {
	color: #6f6f6f;
	padding-left: 5px
}

.ProductDetailCarouselResponsive-item {
	background: #fff;
	border-radius: 3px;
	position: relative
}

.ProductDetailCarouselResponsive-item--default {
	width: 40%;
	max-width: 206px;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%
}

.ProductDetailCarouselResponsive-item--listView {
	max-width: 450px;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%
}

.ProductDetailCarouselResponsive-item:not(:last-of-type) {
	margin: 0 20px 0 0
}

.ProductDetailCarouselResponsive-item--quickViewOpen {
	width: 100%;
	min-width: 100%
}

.ProductDetailCarouselResponsive-quickView-button {
	position: absolute;
	bottom: 0;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #dedede;
	padding: 5px;
	border-radius: 0 0 3px 3px;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	transition: opacity .3s ease-out;
	width: 100%;
	display: none
}

.ProductDetailCarouselResponsive-quickView-button,
.ProductDetailCarouselResponsive-quickView-button *,
.ProductDetailCarouselResponsive-quickView-button:after,
.ProductDetailCarouselResponsive-quickView-button:after,
.ProductDetailCarouselResponsive-quickView-button:before,
.ProductDetailCarouselResponsive-quickView-button:before {
	box-sizing: border-box
}

@media screen and (min-width:960px) {
	.ProductDetailCarouselResponsive-quickView-button {
		display: -ms-flexbox;
		display: flex
	}
}

.ProductDetailCarouselResponsive-quickView-button:focus,
.ProductDetailCarouselResponsive-quickView-button:hover {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)"
}

.ProductDetailCarouselResponsive-quickView-innerWrap {
	display: -ms-flexbox;
	display: flex
}

.ProductDetailCarouselResponsive-quickView-innerWrap-productCard {
	width: 40%
}

.ProductDetailCarouselResponsive-arrowButton {
	will-change: transform
}

.pl-Divider {
	height: 1px;
	border: 0;
	margin: 0;
	background-color: #dedede
}

.PdpOptionSelect {
	position: relative;
	margin-bottom: 10px;
	height: 50px
}

.PdpOptionSelect--condensed {
	margin-bottom: 8px
}

.PdpOptionSelect-label {
	color: #6f6f6f;
	font-size: .813rem;
	position: absolute;
	top: .25rem;
	left: 1rem;
	pointer-events: none
}

.PdpOptionSelect-select {
	background: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid lightgray;
	padding: 1em 3em .25em 1em;
	height: 50px;
	color: #221924;
	width: 100%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	border-radius: 0
}

.PdpOptionSelect-select::-ms-expand {
	display: none
}

.PdpOptionSelect-select:disabled {
	color: #221924
}

.PdpOptionSelect-select:focus {
	box-shadow: inset 0 0 0 1px #01768b;
	border-color: #01768b;
	border-radius: 0
}

.PdpOptionSelect-select:focus+.PdpOptionSelect-label {
	color: #01768b
}

.PdpOptionSelect-select.has-image {
	padding: 1em 5em .25em 1em
}

.PdpOptionSelect-select.is-error {
	border: 1px solid #ba3025
}

.PdpOptionSelect-image {
	height: 30px;
	width: 30px;
	position: absolute;
	top: 9px;
	right: 44px;
	pointer-events: none
}

.PdpOptionSelect-icon {
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #6f6f6f;
	position: absolute;
	right: 11px;
	pointer-events: none;
	fill: #221924
}

.PdpOptionSelect:focus .PdpOptionSelect-select,
.PdpOptionSelect:hover .PdpOptionSelect-select {
	color: #01768b
}

.PdpOptionSelect:focus .PdpOptionSelect-icon,
.PdpOptionSelect:hover .PdpOptionSelect-icon {
	fill: #01768b
}

.pl-BaseIcon {
	width: 28px;
	height: 28px;
	display: inline-block;
	fill: currentColor;
	vertical-align: middle;
	pointer-events: none
}

.pl-InputValidationText {
	padding-top: .25em;
	font-size: .813rem;
	color: #ba3025
}

.FavoritesButton {
	position: relative;
	display: inline-block
}

.FavoritesButton--iconSkeleton.FavoritesButton--iconSkeleton.FavoritesButton--iconSkeleton,
.FavoritesButton-icon.FavoritesButton-icon.FavoritesButton-icon {
	color: transparent;
	transition: color .15s
}

.FavoritesButton-icon.FavoritesButton-icon.FavoritesButton-icon {
	fill: #7f187f;
	pointer-events: none
}

.FavoritesButton--iconSkeleton.FavoritesButton--iconSkeleton.FavoritesButton--iconSkeleton {
	fill: #dedede
}

.FavoritesButton--fullWidth {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0
}

.FavoritesButton--circular {
	border-radius: 50%
}

.FavoritesButton--circular.is-loaded,
.FavoritesButton--circular.is_loaded {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	transition: opacity .15s
}

.FavoritesButton.is-favorited .FavoritesButton-icon,
.FavoritesButton.is_favorited .FavoritesButton-icon,
.FavoritesButton:hover .FavoritesButton-icon {
	color: #7f187f
}

.FavoritesButton:hover.is-beingUnfavorited .FavoritesButton-icon,
.FavoritesButton:hover.is-favorited .FavoritesButton-icon,
.FavoritesButton:hover.is_favorited .FavoritesButton-icon {
	color: transparent
}

.FavoritesButton:hover.is-beingFavorited .FavoritesButton-icon {
	color: #7f187f
}

.ProductCardShipping {
	margin: 8px 0
}

.ProductCardShipping-timing {
	color: #221924
}

.ProductCardShipping-timing--shipsInTime {
	font-weight: 600
}

.ProductCardShipping--fast .ProductCardShipping-timing {
	color: #1d781d
}

.OutOfStockOverlay {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none
}

.OutOfStockOverlay-text {
	width: 60%;
	color: #fff;
	padding: 8px 20px;
	background-color: rgba(34, 25, 36, .7);
	border-radius: 3px;
	text-align: center
}

@media(min-width:825px) {
	.OutOfStockOverlay-text {
		padding: 16px 40px
	}
}

.OutOfStockOverlay-text--slim {
	margin-bottom: 32px;
	width: 70%;
	padding: 8px 20px
}

.ProductDetailSingleMediaItem {
	position: relative
}

.ProductDetailSingleMediaItem-magnifyIcon {
	position: absolute;
	top: 8px;
	right: 8px;
	-webkit-filter: drop-shadow(0 0 3px #fff);
	filter: drop-shadow(0 0 3px #fff)
}

.ProductDetailSingleMediaItem--squareAspectRatio {
	padding-bottom: 68%;
	width: 100%
}

.ProductDetailSingleMediaItem--outOfStock {
	padding-bottom: 50%
}

.ProductDetailSingleMediaItem--zoomInCursor {
	cursor: zoom-in
}

.ProductDetailSingleMediaItem--zoomOutCursor {
	cursor: zoom-out
}

.ProductDetailSingleMediaItem--stl,
.ProductDetailSingleMediaItem--threeSixty {
	margin: auto
}

.ProductDetailSingleMediaItem--centeredItem {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%
}

.ProductDetailSingleMediaItem--centeredItem-outOfStock {
	-ms-transform: translate(40%, -50%);
	transform: translate(40%, -50%);
	width: 55%
}

.ProductDetailSingleMediaItem--similarItemRecommendations {
	text-align: center
}

.ProductDetailSingleMediaItem-stlImageWrap {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%
}

.ProductDetailSingleMediaItem-similarItemRecommendationsImageWrapper {
	width: 150px;
	margin: 0 auto;
	overflow: hidden
}

@media screen and (min-width:560px) {
	.ProductDetailSingleMediaItem-similarItemRecommendationsImageWrapper {
		width: 400px
	}
}

.ProductDetailSingleMediaItem-similarItemRecommendationsTitle {
	font-size: 1.5rem
}

.ProductDetailSingleMediaItem-UGC {
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(0deg, #000, transparent);
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1rem;
	display: block
}

.ProductDetailSingleMediaItem-UGCText {
	position: absolute;
	bottom: 26%;
	right: 20px
}

.ProductDetailSingleMediaItem-UGCTextBottom,
.ProductDetailSingleMediaItem-UGCTextTop {
	text-align: right
}

.ProductDetailSingleMediaItem-UGCTextCustomerName {
	font-weight: 700;
	text-decoration: underline;
	color: #fff
}

.ProductDetailSingleMediaItem-UGCTextCustomerName:hover {
	text-decoration: none
}

.EventTimer--banner {
	background-color: #c91f24;
	padding: 4px
}

.EventTimer-icon {
	fill: currentColor;
	margin: -4px 0 0 -5px
}

.EventTimer--banner.EventTimer--inverse {
	background: #fff
}

.EventTimer--nowrap {
	white-space: nowrap
}

.EventTimer-time {
	display: inline-block;
	min-width: 4.25em
}

.ShippingHeadline {
	color: #221924
}

.ShippingHeadline-icon {
	vertical-align: bottom;
	margin-right: 4px;
	fill: #1d781d
}

.ShippingHeadline-purpleGlove-logo,
.ShippingHeadline-purpleGlove-text {
	display: inline-block;
	vertical-align: middle
}

.ShippingHeadline-purpleGlove-logo {
	fill: #7f187f;
	padding-right: 4px
}

.ShippingHeadline-purpleGlove-text {
	color: #7f187f
}

.ShippingHeadline-mywaytext {
	color: #221924;
	padding-left: 4px
}

.ShippingHeadline--express {
	color: #1d781d
}

.ShippingHeadline--deemphasized {
	color: #6f6f6f
}

@media screen and (min-width:960px) {
	.ShippingHeadline-shippingCountryLabel {
		padding-right: 4px
	}
}

.DistressedFinishList {
	padding: 0 10px
}

.DistressedFinishList-title {
	color: #221924;
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 400
}

.DistressedFinishList-item {
	list-style: disc;
	margin: 10px 0 10px 20px
}

.WhatsIncludedInTheBoxList-title {
	color: #221924;
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 400
}

.WhatsIncludedInTheBoxList-item {
	list-style: none;
	margin-bottom: 10px
}

.WhatsIncludedInTheBoxList-list-icon {
	fill: #ba3025
}

.WhatsIncludedInTheBoxList-list-icon--checked {
	fill: #1d781d
}

.MoreAboutThisProduct-title {
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 400;
	color: #221924
}

@supports(display:grid) {
	@media(max-width: 960px), (min-width:1280px) {
		.ProductReviewsCardSkeleton {
			display:grid;
			grid-template-columns: minmax(auto, 196px) 1fr;
			grid-template-areas: ". ratings" ". title" ". comments" ". photos" ". helpfulButton";
			grid-gap: 0 32px;
			padding-top: 24px;
			grid-auto-flow: dense
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-rating {
			padding-top: 0;
			grid-area: ratings
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-comments {
			grid-area: comments
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-helpfulButton {
			grid-area: helpfulButton
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-header {
			grid-column: 1/span 1;
			grid-row: 1/-1
		}
		.ProductReviewsCardSkeleton .ProductReviewsCardSkeleton-starIcon {
			width: 6em;
			height: 1em
		}
	}
}

.DrawerWithLinkOpener+.DrawerWithLinkOpener {
	margin-top: 8px
}

.ProductDetailCarouselQuickview {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 16px 40px 16px 16px
}

.ProductDetailCarouselQuickview-text {
	position: relative;
	color: #6f6f6f;
	overflow: hidden;
	margin-bottom: 24px;
	min-height: 180px;
	max-height: 230px
}

.ProductDetailCarouselQuickview-text:after {
	content: "";
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
	z-index: 1
}

.ProductDetailCarouselQuickview-close {
	position: absolute;
	right: 10px;
	top: 10px
}

.ProductDetailCarouselQuickview-close-icon {
	color: #6f6f6f
}

.ProductDetailCarouselQuickview-close .Button {
	padding: 0
}

.ProductDetailCarouselQuickview-buttonWrap {
	display: inline-block
}

.PDPProductCarouselQuickViewRomanceCopy {
	margin-bottom: 8px
}

.PDPProductCarouselQuickViewRomanceCopy-list {
	padding: 0 10px
}

.PDPProductCarouselQuickViewRomanceCopy-list-item {
	list-style: disc;
	margin: 10px 0 10px 20px
}

.pl-CardFlag {
	border-color: inherit;
	font-size: .813rem;
	color: #fff;
	padding: .5rem;
	line-height: 1.2;
	position: absolute;
	text-align: center;
	z-index: 4;
	max-width: 90%
}

.pl-CardFlag-content {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block
}

.pl-CardFlag--default {
	background-color: #6f6f6f
}

.pl-CardFlag--primary {
	background-color: #01768b
}

.pl-CardFlag--secondary {
	background-color: #7f187f
}

.pl-CardFlag--sale {
	background-color: #c91f24
}

.pl-CardFlag--b2b {
	background-color: #095256
}

.pl-CardFlag--top-left {
	top: 0;
	left: 0;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.pl-CardFlag--top-right {
	top: 0;
	right: 0;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.pl-CardFlag--bottom-left {
	bottom: 0;
	left: 0;
	border-top-right-radius: 3px
}

.pl-CardFlag--bottom-right {
	bottom: 0;
	right: 0;
	border-top-left-radius: 3px
}

.pl-FloatLabel {
	color: #6f6f6f;
	position: absolute;
	pointer-events: none;
	top: 1.5em;
	left: 1em;
	left: calc(1em+1px);
	right: 0;
	text-align: left;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition-property: transform, color;
	transition-duration: .25s;
	-ms-transform-origin: top left;
	transform-origin: top left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 2em)
}

.pl-FloatLabel-text {
	transition: transform .25s ease
}

.pl-FloatLabel-input::-webkit-input-placeholder {
	transition: color 1s ease
}

.pl-FloatLabel-input:-ms-input-placeholder,
.pl-FloatLabel-input::-ms-input-placeholder {
	transition: color 1s ease
}

.pl-FloatLabel-input::placeholder {
	transition: color 1s ease
}

.pl-FloatLabel-input:not(:active):not(:focus)::-webkit-input-placeholder {
	transition: none;
	color: transparent
}

.pl-FloatLabel-input:not(:active):not(:focus):-ms-input-placeholder,
.pl-FloatLabel-input:not(:active):not(:focus)::-ms-input-placeholder {
	transition: none;
	color: transparent
}

.pl-FloatLabel-input:not(:active):not(:focus)::placeholder {
	transition: none;
	color: transparent
}

.no-js .pl-FloatLabel,
.pl-FloatLabel-input:active~.pl-FloatLabel,
.pl-FloatLabel-input:focus~.pl-FloatLabel,
.pl-FloatLabel.is-active {
	color: #01768b;
	-ms-transform: translateY(-1.5em);
	transform: translateY(-1.5em);
	transition: color .25s ease, transform .25s ease, background-color 1.5s ease-out;
	top: calc(1.5em+3px)
}

.no-js .pl-FloatLabel-text,
.pl-FloatLabel-input:active~.pl-FloatLabel .pl-FloatLabel-text,
.pl-FloatLabel-input:focus~.pl-FloatLabel .pl-FloatLabel-text,
.pl-FloatLabel.is-active .pl-FloatLabel-text {
	display: inline-block;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-ms-transform: scale(.9);
	transform: scale(.9);
	transition: transform .25s ease
}

.pl-CircleButton {
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: .25s ease-out;
	outline: 0;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	border: 2px solid transparent
}

.pl-CircleButton:disabled {
	cursor: default;
	background-color: #dedede;
	border-color: #dedede;
	color: #6f6f6f;
	opacity: .6;
	-ms-filter: "alpha(opacity=60)"
}

.pl-CircleButton-content {
	pointer-events: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.pl-CircleButton--primary {
	background-color: #01768b;
	color: #fff
}

.pl-CircleButton--primary .u-icon {
	fill: #fff
}

.pl-CircleButton--primary:focus,
.pl-CircleButton--primary:hover {
	background-color: #01596e
}

.pl-CircleButton--alternate {
	background-color: #fff;
	color: #01768b;
	box-shadow: 0 1px 2px rgba(34, 25, 36, .2)
}

.pl-CircleButton--alternate .u-icon {
	fill: #01768b
}

.pl-CircleButton--alternate:focus,
.pl-CircleButton--alternate:hover {
	border-color: #01768b
}

.pl-CircleButton--secondary {
	background-color: #fff;
	color: #221924;
	box-shadow: 0 1px 2px rgba(34, 25, 36, .2)
}

.pl-CircleButton--secondary:focus,
.pl-CircleButton--secondary:hover {
	border-color: #01768b;
	color: #01768b
}

.pl-CircleButton--secondary:focus .u-icon,
.pl-CircleButton--secondary:hover .u-icon {
	fill: #01768b
}

.pl-CircleButton--transaction {
	background-color: #7f187f;
	color: #fff
}

.pl-CircleButton--transaction .u-icon {
	fill: #fff
}

.pl-CircleButton--transaction:focus,
.pl-CircleButton--transaction:hover {
	background-color: #620e62
}

.pl-CircleButton--transactionAlt {
	background: #fff;
	color: #7f187f
}

.pl-CircleButton--transactionAlt .u-icon {
	fill: #7f187f
}

.pl-CircleButton--transactionAlt:focus,
.pl-CircleButton--transactionAlt:hover {
	border-color: #7f187f
}

.pl-CircleButton--small {
	height: 24px;
	width: 24px
}

.pl-CircleButton--small .u-icon {
	margin: -3px;
	width: 24px;
	height: 24px
}

.pl-CircleButton--medium {
	height: 32px;
	width: 32px
}

.pl-CircleButton--large {
	height: 48px;
	width: 48px
}

.ProductImageWithHoverZoom--clickToZoomIn {
	cursor: zoom-in
}

.ProductImageWithHoverZoom--clickToZoomOut {
	cursor: zoom-out
}

.ProductImageWithHoverZoom-lasso {
	position: absolute;
	border: 1px solid #fff;
	opacity: .6;
	-ms-filter: "alpha(opacity=60)";
	z-index: 10;
	pointer-events: none
}

.ProductImageWithHoverZoom-lasso-contents {
	background: #c1e2e8;
	opacity: .4;
	-ms-filter: "alpha(opacity=40)"
}

.ProductDetailCustomerReviewItem {
	position: relative
}

.ProductDetailCustomerReviewItem--customerImage {
	width: 100%
}

.ProductDetailCustomerReviewItem .CustomerReviewBody {
	padding: 16px
}

.ProductDetailCustomerReviewItem .CustomerReviewBody-title {
	margin: 8px 0;
	font-size: 1rem;
	font-weight: 400;
	color: #221924
}

.ProductDetailCustomerReviewItem .CustomerReviewBody-date {
	font-size: .813rem;
	color: #6f6f6f
}

.ProductDetailCustomerReviewItem .CustomerReviewBody-comments {
	color: #6f6f6f
}

.ProductDetailCustomerReviewItem .CustomerReviewBody-seeAllLink {
	font-size: 1rem
}

.pl-TextInput-wrapper {
	position: relative;
	font-size: 1rem
}

.pl-TextInput-wrapper--hasAddons {
	width: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pl-TextInput-icon {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: .75em;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pl-TextInput-icon--clear+.pl-TextInput-icon--status {
	display: none
}

.pl-TextInput-fieldWrap--cta {
	display: -ms-flexbox;
	display: flex
}

.pl-TextInput-fieldWrap.is-disabled {
	opacity: .5;
	-ms-filter: "alpha(opacity=50)"
}

.pl-TextInput-input--textarea+.pl-TextInput-label.pl-TextInput-label {
	background-color: #fff;
	left: 1em
}

.pl-TextInput-field {
	position: relative;
	display: block;
	background-color: #fff;
	border-radius: 3px
}

.pl-TextInput-field--cta {
	width: 100%;
	-ms-flex: 2 1;
	flex: 2 1
}

.pl-TextInput-field.has-prefix .pl-TextInput-label {
	padding-left: 2em
}

.pl-TextInput-field.has-prefix .pl-TextInput-input {
	padding-left: 2.875em
}

.pl-TextInput-field.has-prefixCharacter .pl-TextInput-label {
	padding-left: 1em
}

.pl-TextInput-field.has-prefixCharacter .pl-TextInput-input {
	padding-left: 2em
}

.pl-TextInput-prefix {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	top: 50%;
	left: .75em;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #6f6f6f;
	fill: #6f6f6f;
	min-width: 1em;
	height: 28px
}

.has-prefixCharacter .pl-TextInput-prefix {
	top: 1.5em
}

.pl-TextInput-field--hiddenLabel .pl-TextInput-input.pl-TextInput-input {
	padding-top: .25em
}

.pl-TextInput-input.pl-TextInput-input {
	min-height: 50px;
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px transparent;
	color: #221924;
	transition: box-shadow .25s, border-color .25s;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.pl-TextInput-input.pl-TextInput-input--textarea {
	border: 1px solid #dedede;
	padding: 1.5em 1em .25em;
	display: block;
	min-height: 6em;
	resize: none;
	max-width: 100%;
	width: 100%
}

.pl-TextInput-input.pl-TextInput-input--textarea+.pl-TextInput-action--cta {
	min-height: 6em;
	line-height: 6em
}

.pl-TextInput-input.pl-TextInput-input--textarea.is-valid {
	border-color: #01768b;
	box-shadow: inset 0 0 0 1px #01768b
}

.pl-TextInput-input.pl-TextInput-input--textarea:focus {
	outline: 0
}

.pl-TextInput-input.pl-TextInput-input--textarea.has-cta {
	width: auto;
	vertical-align: middle;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.pl-TextInput-input.pl-TextInput-input--textarea.is-resizable {
	resize: both
}

.pl-TextInput-input.pl-TextInput-input--textarea.has-icon~.pl-TextInput-icon {
	top: 1.5em
}

.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:active,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:focus,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:hover {
	border-color: #01768b;
	box-shadow: inset 0 0 0 1px #01768b
}

.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:active~.pl-TextInput-label,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:active~.pl-TextInput-prefix,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:focus~.pl-TextInput-label,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:focus~.pl-TextInput-prefix,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:hover~.pl-TextInput-label,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input:hover~.pl-TextInput-prefix {
	color: #01768b;
	fill: #01768b
}

.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.has-plainTextCTA:active,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.has-plainTextCTA:focus,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.has-plainTextCTA:hover,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.has-primaryCTA:active,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.has-primaryCTA:focus,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.has-primaryCTA:hover {
	box-shadow: inset 0 0 0 1px #01768b
}

.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b:active,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b:focus,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b:hover {
	border-color: #095256;
	box-shadow: inset 0 0 0 1px #095256
}

.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b:active~.pl-TextInput-label,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b:focus~.pl-TextInput-label,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b:hover~.pl-TextInput-label {
	color: #095256
}

.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b.has-primaryCTA {
	border-color: #095256
}

.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b.has-primaryCTA:active,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b.has-primaryCTA:focus,
.pl-TextInput-fieldWrap:not(.is-disabled) .pl-TextInput-input.pl-TextInput-input.is-b2b.has-primaryCTA:hover {
	box-shadow: inset 0 0 0 1px #095256
}

.has-leftAddon .pl-TextInput-input.pl-TextInput-input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.has-rightAddon .pl-TextInput-input.pl-TextInput-input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.pl-TextInput-input.pl-TextInput-input:not(:hover):not(:focus):not(:active):not(.is-invalid).has-text~.pl-TextInput-label {
	color: #6f6f6f
}

.pl-TextInput-input.pl-TextInput-input:not(.pl-TextInput-input--textarea):not(:focus) {
	text-overflow: ellipsis
}

.pl-TextInput-input.pl-TextInput-input::-webkit-input-placeholder {
	color: #6f6f6f
}

.pl-TextInput-input.pl-TextInput-input:-ms-input-placeholder,
.pl-TextInput-input.pl-TextInput-input::-ms-input-placeholder {
	color: #6f6f6f
}

.pl-TextInput-input.pl-TextInput-input::placeholder {
	color: #6f6f6f
}

.pl-TextInput-input.pl-TextInput-input.is-required:-moz-ui-invalid,
.pl-TextInput-input.pl-TextInput-input.is-required:-moz-ui-invalid:-moz-focusring {
	box-shadow: 0
}

.pl-TextInput-input.pl-TextInput-input.is-valid~.pl-TextInput-icon--status {
	color: #01768b
}

.pl-TextInput-input.pl-TextInput-input.has-cta {
	vertical-align: middle;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.pl-TextInput-input.pl-TextInput-input.has-icon {
	padding-right: 3em
}

.fra_ca .pl-TextInput-input.pl-TextInput-input.has-plainTextCTA {
	padding-right: 100px
}

.german .pl-TextInput-input.pl-TextInput-input.has-plainTextCTA {
	padding-right: 120px
}

.pl-TextInput-input.pl-TextInput-input.has-plainTextCTA {
	padding-right: 80px
}

.pl-TextInput-input.pl-TextInput-input.has-cta.is-invalid,
.pl-TextInput-input.pl-TextInput-input.is-invalid {
	border-color: #ba3025
}

.pl-TextInput-input.pl-TextInput-input.has-cta.is-invalid+.pl-TextInput-label,
.pl-TextInput-input.pl-TextInput-input.is-invalid+.pl-TextInput-label {
	color: #ba3025
}

.pl-TextInput-input.pl-TextInput-input.has-cta.is-invalid:active,
.pl-TextInput-input.pl-TextInput-input.has-cta.is-invalid:focus,
.pl-TextInput-input.pl-TextInput-input.has-cta.is-invalid:hover,
.pl-TextInput-input.pl-TextInput-input.is-invalid:active,
.pl-TextInput-input.pl-TextInput-input.is-invalid:focus,
.pl-TextInput-input.pl-TextInput-input.is-invalid:hover {
	box-shadow: inset 0 0 0 1px #ba3025
}

.pl-TextInput-input.pl-TextInput-input~.pl-TextInput-icon--clear {
	display: inline-block;
	color: #6f6f6f;
	transition: color .25s
}

.pl-TextInput-input.pl-TextInput-input~.pl-TextInput-icon--clear:focus,
.pl-TextInput-input.pl-TextInput-input~.pl-TextInput-icon--clear:hover {
	color: #221924
}

.pl-TextInput-input::-ms-clear {
	display: none
}

input[type=hidden]~.pl-TextInput--wrap {
	display: none
}

.ie8 .pl-TextInput-input~.pl-TextInput-label {
	top: .25em;
	color: #01768b
}

.pl-TextInput-cta {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0 2em;
	background-color: #7f187f;
	color: #fff;
	border-radius: 0 3px 3px 0;
	min-height: 50px;
	line-height: 50px;
	transition: background-color .25s ease-out
}

.pl-TextInput-cta-icon {
	top: -2px;
	position: relative
}

.pl-TextInput-cta.is-plainText {
	position: absolute;
	top: 0;
	color: #01768b;
	background: transparent;
	right: 0;
	padding: 0 1em
}

.pl-TextInput-cta.is-primary {
	background-color: #01768b
}

.pl-TextInput-cta.is-primary:focus,
.pl-TextInput-cta.is-primary:hover {
	background-color: #014b58
}

.pl-TextInput-cta.is-primary:disabled {
	cursor: default;
	background-color: #dedede;
	border-color: #dedede;
	color: #6f6f6f;
	opacity: .6;
	-ms-filter: "alpha(opacity=60)"
}

.pl-TextInput-cta.is-icon {
	fill: #fff;
	padding: 0 10px;
	height: 50px
}

.pl-TextInput-cta.pl-TextInput-cta.is-b2b:not(:disabled) {
	background-color: #095256
}

.pl-TextInput-cta.pl-TextInput-cta.is-b2b:not(:disabled):focus,
.pl-TextInput-cta.pl-TextInput-cta.is-b2b:not(:disabled):hover {
	background-color: #042628
}

.pl-TextInput-cta.pl-TextInput-cta.is-b2b:not(:disabled).is-plainText {
	color: #095256;
	background: transparent
}

.pl-TextInput-characterCount {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: .813rem;
	color: #6f6f6f;
	margin-top: 8px
}

.DistressedFinishDrawer {
	padding: 0 8px
}

.DistressedFinishDrawer-title {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 16px
}

.DistressedFinishDrawer-text {
	color: #6f6f6f;
	margin: 16px 0 24px
}

.DistressedFinishDrawer-image {
	display: inline-block;
	width: calc(50% - 8px)
}

.DistressedFinishDrawer-image:first-of-type {
	margin-right: 16px
}

.DistressedFinishDrawer-image-caption {
	margin-top: 8px;
	text-align: center
}

.pl-CollapsePanelBase {
	background-color: #fff;
	margin: 8px 0 0
}

.pl-CollapsePanelBase,
.pl-CollapsePanelBase-toggler {
	border-radius: 3px
}

.pl-CollapsePanelBase-toggler {
	color: #221924;
	line-height: 1.6;
	padding: 14px 16px;
	cursor: pointer;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	text-align: left
}

.pl-CollapsePanelBase-toggler::-moz-selection {
	background: 0
}

.pl-CollapsePanelBase-toggler::selection {
	background: 0
}

.pl-CollapsePanelBase-toggler:focus {
	outline: 0;
	box-shadow: inset 0 0 0 2px #c1e2e8
}

.pl-CollapsePanelBase-toggler-body {
	float: left
}

.pl-CollapsePanelBase-toggler-button {
	float: right;
	margin-left: auto
}

.pl-CollapsePanelBase-subtitle-text {
	min-height: 1.1em
}

.pl-CollapsePanelBase-collapsible.is-partiallyOpen {
	position: relative
}

.pl-CollapsePanelBase-collapsible.is-open {
	animation: .5s collapseFadeIn ease-out
}

.pl-CollapsePanelBase-content {
	padding: 8px 24px 24px
}

.pl-CollapsePanelBase-showMore {
	z-index: -1;
	text-align: center;
	will-change: height, padding-top, padding-bottom;
	height: 0;
	overflow: hidden;
	padding-left: 24px;
	padding-right: 24px;
	transition: height .2s ease, padding-top .2s ease, padding-bottom .2s ease;
	transition-delay: .05s
}

@media screen and (min-width:640px) {
	.pl-CollapsePanelBase-showMore {
		text-align: left
	}
}

.pl-CollapsePanelBase-showMore.is-open {
	padding-top: 8px;
	padding-bottom: 8px;
	height: auto
}

.pl-CollapsePanelBase--compact {
	margin: 0;
	border-radius: 0;
	border-bottom: 2px solid #f6f4ee
}

.pl-CollapsePanelBase--contains-active-content {
	box-shadow: inset 0 0 0 2px rgba(1, 118, 139, .9)
}

.pl-CollapsePanelBase--contains-active-content .pl-CollapsePanelBase-toggler.is-open:focus {
	box-shadow: none
}

@keyframes collapseFadeIn {
	0% {
		opacity: 0;
		-ms-filter: "alpha(opacity=0)"
	}
	to {
		opacity: 1;
		-ms-filter: "alpha(opacity=100)"
	}
}

.pl-CollapsePanelToggle-icon {
	margin-right: -8px
}

.ProductReviewHeader {
	color: #221924
}

.ProductReviewHeader,
.ProductReviewHeader-title {
	margin-bottom: 12px
}

.ProductReviewHeader-name {
	line-height: 1
}

.ProductReviewHeader-verified {
	display: inline-block;
	padding-right: 5px
}

.PdpSearchMark {
	color: #221924;
	background: #e6f3f5
}

.ProductReviewerComplianceBadge {
	color: #6f6f6f;
	font-size: .813rem;
	text-transform: uppercase;
	text-align: left
}

.ProductReviewerComplianceBadge:focus {
	color: #01596e
}

.ProductReviewerComplianceBadge--topXReviewer {
	background-color: #c1e2e8;
	border-radius: 3px;
	color: #221924;
	padding: 2px 10px
}

.ProductReviewerComplianceBadge-tooltip {
	position: relative
}

.preview_link_card-css {
	color: red
}