.hide-from-screen {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-y: scroll;
}
body {
    line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: 0 0;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
:focus {
    outline: 0;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 0;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0;
}
.ua-ie hr {
    height: 2px;
}
br {
    margin: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input {
    border: 1px solid #000;
}
@font-face {
    font-family: avalon--mediumbold;
    src: url(../../typefaces/avalon/bold/Avalon-Bold-webfont.eot);
    src: url(../../typefaces/avalon/bold/Avalon-Bold-webfont.eot#iefix) format("embedded-opentype"), url(../../typefaces/avalon/bold/Avalon-Bold-webfont.woff2) format("woff2"),
        url(../../typefaces/avalon/bold/Avalon-Bold-webfont.woff) format("woff"), url(../../typefaces/avalon/bold/Avalon-Bold-webfont.ttf) format("truetype"),
        url(../../typefaces/avalon/bold/Avalon-Bold-webfont.svg#avalon_mediumbold) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: avalon--regular;
    src: url(../../typefaces/avalon/book/Avalon-Book-webfont.eot);
    src: url(../../typefaces/avalon/book/Avalon-Book-webfont.eot#iefix) format("embedded-opentype"), url(../../typefaces/avalon/book/Avalon-Book-webfont.woff2) format("woff2"),
        url(../../typefaces/avalon/book/Avalon-Book-webfont.woff) format("woff"), url(../../typefaces/avalon/book/Avalon-Book-webfont.ttf) format("truetype"),
        url(../../typefaces/avalon/book/Avalon-Book-webfont.svg#avalonregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: avalon--light;
    src: url(../../typefaces/avalon/light/Avalon-XLight-webfont.eot);
    src: url(../../typefaces/avalon/light/Avalon-XLight-webfont.eot#iefix) format("embedded-opentype"), url(../../typefaces/avalon/light/Avalon-XLight-webfont.woff2) format("woff2"),
        url(../../typefaces/avalon/light/Avalon-XLight-webfont.woff) format("woff"), url(../../typefaces/avalon/light/Avalon-XLight-webfont.ttf) format("truetype"),
        url(../../typefaces/avalon/light/Avalon-XLight-webfont.svg#avalonregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: museo--regular;
    src: url(../../typefaces/museo/regular/Museo700-Regular-webfont.woff2) format("woff2"), url(../../typefaces/museo/regular/Museo700-Regular-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: museo--slab--regular;
    src: url(../../typefaces/museo-slab/regular/Museo_Slab_500_2-webfont.woff2) format("woff2"), url(../../typefaces/museo-slab/regular/Museo_Slab_500_2-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
.container {
    width: 90%;
    max-width: 74rem;
    margin: auto;
}
@media screen and (min-width: 64em) {
    .container {
        width: 80%;
    }
}
.block {
    padding: 2rem 0;
}
.block__header {
    margin-bottom: 1rem;
    text-align: center;
}
.block__header--primary {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.block__header--secondary {
    margin-top: 1em;
    font-size: 1em;
}
.slider ul {
    position: relative;
    height: 100%;
}
.slider li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider img {
    display: block;
    position: relative;
}
[class*="editorial"] * + * {
    margin-top: 1em;
}
.color-block {
    color: #fff;
}
.flexible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
}
.flexible > * {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2rem;
}
.product-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 -2rem -1rem;
}
.product-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1rem;
    font-size: 0.9rem;
}
.no-touchevents .product-list__item:hover figure img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.product-list__item.active:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -2rem;
    left: 0;
    width: 2rem;
    height: 1rem;
    margin: auto;
    background: url(../../svg/misc/product-viewer-arrow.svg) center center no-repeat;
}
.product-list__item > div {
    position: relative;
}
.product-list__item h1 {
    position: relative;
    top: 100%;
    margin-top: 1em;
}
.product-list__item .figure {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.product-list__item figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.product-list__item img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 250ms;
    transition: all 250ms;
}
@media screen and (min-width: 42rem) {
    .product-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }
}
@media screen and (min-width: 64rem) {
    .product-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}
.product-list__item.product-list__item--carpet-range-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1rem;
}
.product-list__item.product-list__item--carpet-range-group > div {
    position: relative;
    width: 100%;
    background-color: #393a39;
}
.product-list__item.product-list__item--carpet-range-group > div > span {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5em 1em;
    color: #fff;
    background-color: #000;
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    width: 100%;
    padding: 1.5em 1em 3.5em 1em;
    color: #fff;
    text-align: center;
}
.product-list__item.product-list__item--carpet-range-group dd {
    width: 100%;
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details__rating {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details__rating dd {
    text-indent: -300vw;
    background-image: url(../../img/sprites/web/sprite.png);
    background-position: -1009px 0;
    width: 186px;
    height: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .product-list__item.product-list__item--carpet-range-group .product-list__item__details__rating dd {
        background-image: url(../../img/sprites/web/2x/sprite.png);
        background-position: -517.5px 0;
        background-size: 1590px 88.5px;
    }
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details__rating dd._1 {
    width: 31px;
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details__rating dd._2 {
    width: 62px;
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details__rating dd._3 {
    width: 93px;
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details__rating dd._4 {
    width: 124px;
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details__rating dd._5 {
    width: 156px;
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details__rating dd._6 {
    width: 187px;
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details__title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0.5em;
    font-size: 1.6em;
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details__title span {
    font-family: avalon--regular, Helvetica, Arial, san-serif;
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details__ranges {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
    margin-top: 1rem;
    padding-top: 1rem;
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details__ranges:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 25%;
    height: 1px;
    margin: auto;
    background-color: #fff;
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details__ranges a {
    display: block;
    padding: 0.25em 0.5em;
    color: #fff;
    font-family: avalon--mediumbold, Helvetica, Arial, san-serif;
    text-decoration: none;
}
.product-list__item.product-list__item--carpet-range-group .product-list__item__details__ranges a:hover {
    text-decoration: underline;
}
.product-list__item.product-list__item--carpet-range-group.narrow [data-toggle-status] {
    position: relative;
}
.product-list__item.product-list__item--carpet-range-group.narrow [data-toggle-status]:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: 0.75rem;
    margin: auto;
    background-image: url(../../svg/misc/toggle.svg);
    background-repeat: no-repeat;
    background-size: 1rem;
    -webkit-transition: -webkit-transform 250ms linear;
    transition: transform 250ms linear;
}
.product-list__item.product-list__item--carpet-range-group.narrow [data-toggle-status="visible"]:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-list__item.product-list__item--carpet-range-group.wide > div {
    padding-top: 100%;
}
.product-list__item.product-list__item--carpet-range-group.wide .product-list__item__details {
    position: absolute;
    padding: 1.5em 1em;
}
.product-list__item.product-list__item--carpet-range-group.wide dd {
    cursor: default;
}
@media screen and (min-width: 38rem) {
    .product-list__item.product-list__item--carpet-range-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
@media screen and (min-width: 64rem) {
    .product-list__item.product-list__item--carpet-range-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }
}
.product-list__item__link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: url(../../../assets/img/transparent.gif);
}
.product-list__item__link > span {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 100%;
}
.product-list__item__link > span > span {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5em 1em;
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
.product-list__item--product > div > a {
    text-indent: -300vw;
}
.product-list__item--product figure:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.5rem;
}
.product-list__item__details {
    padding-top: 100%;
}
.product-list__item__details .flexible {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -1rem;
}
.product-list__item__details .flexible > * {
    padding-left: 1rem;
}
.product-list__item__details dt {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
[class*="product-list__item__details__"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.product-list__item__details__title {
    margin-top: 1em;
}
.product-list__item__details__title dd {
    font-family: avalon--mediumbold, Helvetica, Arial, san-serif;
}
.product-list__item__details__code {
    margin-top: 1em;
}
.product-list__item__details__code dd {
    width: 100%;
    text-align: right;
}
.product-list__item__details__collection,
.product-list__item__details__range {
    margin-top: 0.25em;
    text-transform: uppercase;
}
.product-list__item__details__collection {
    font-size: 0.7em;
}
.product-list__item__details__collection dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-list__item__details__collection dd:after {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    margin-left: 1em;
    border-radius: 100%;
}
.product-list__item__details__wishlist {
	display: none;
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
}
.product-list__item__details__wishlist .st0 {
    fill: #fff;
}
.product-list__item__details__wishlist .st1 {
    fill: #fff;
    stroke: #807f80;
    stroke-width: 2px;
}
.product-list__item__details__wishlist .is-in-wishlist .st1 {
    fill: #ff00af;
    stroke: #ff00af;
}
.product-viewer {
    display: none;
    position: relative;
    left: 50%;
    width: 200%;
    margin: 0 0 0 -100%;
    background-color: #000;
    margin-bottom: 2rem;
}
.product-viewer .product-viewer__product-info .feature-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 1rem 0 0 -0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #807f80;
}
.product-viewer .product-viewer__product-info .feature-list .di {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4rem;
    -ms-flex: 0 0 4rem;
    flex: 0 0 4rem;
    margin: 0 0 0.5rem 0;
    padding-left: 0.5rem;
}
.product-viewer .product-viewer__product-info .feature-list .di__figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.5rem;
    -ms-flex: 0 0 3.5rem;
    flex: 0 0 3.5rem;
    display: block;
    padding: 0;
}
.product-viewer .product-viewer__product-info .feature-list .di__details {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.product-viewer__container {
    position: relative;
    width: 50%;
    margin: auto;
    padding: 4.5rem 0 3rem 0;
}
.product-viewer__close {
    position: absolute;
    top: 1rem;
    right: 0;
    padding: 0.5rem;
}
.product-viewer__close:hover {
    cursor: pointer;
}
.product-viewer__close .st0 {
    fill: #807f80;
}
.product-viewer__container__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -2rem 0 0 -2rem;
    padding-left: 1rem;
    color: #fff;
}
.product-viewer__container__content .figure img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 42em) {
    .product-viewer__container__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.product-viewer__product-title {
    font-size: 1.6em;
}
.product-viewer__product-collection {
    position: absolute;
    top: 0.5rem;
    padding: 1rem;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.product-viewer__product-range {
    margin-top: 1em;
    font-size: 1.2em;
}
.product-viewer__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 2rem 0 0 -2rem;
}
.product-viewer__options li {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding-left: 2rem;
}
.product-viewer__options li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #807f80;
    font-family: avalon--mediumbold, Helvetica, Arial, san-serif;
    text-decoration: none;
}
.product-viewer__options li a:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    background-position: center;
    background-repeat: no-repeat;
}
.no-touchevents .product-viewer__options li a:hover {
    color: #fff;
}
.product-viewer__options li a.range-details:before {
    background-image: url(../../svg/misc/css/magnify.svg);
}
.product-viewer__options li a.wishlist {
	display: none;
}
.product-viewer__options li a.wishlist:before {
    background-image: url(../../svg/misc/css/wishlist.svg);
}
.product-viewer__options li a.wishlist.is-in-wishlist:before {
    background-image: url(../../svg/misc/css/wishlist--pink--full.svg);
}
.product-viewer__options li a.find-a-retailer:before {
    background-image: url(../../svg/misc/css/pin.svg);
}
.product-viewer__gallery,
.product-viewer__product-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 2rem 0 0 2rem;
}
.product-viewer__accessory-description,
.product-viewer__underlay-contents,
.product-viewer__underlay-description {
    margin-top: 2rem;
}
.product-viewer__accessory-contents {
    margin-top: 2rem;
}
.product-viewer__accessory-contents h3 {
    font-size: 1.125rem;
    font-weight: 400;
}
.product-viewer__accessory-contents ul {
    margin: 1em 0 0 1em;
    list-style: disc;
}
.product-viewer__gallery__thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 0 -1rem;
}
.product-viewer__gallery__thumbs__thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5rem;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1rem;
}
.product-viewer__gallery__thumbs__thumb:hover {
    cursor: pointer;
}
.product-viewer__gallery__thumbs__thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.product-viewer__gallery__accuracy-note {
    margin-top: 1em;
    font-size: 0.8em;
}
.product-viewer__footer {
    position: absolute;
    bottom: 0;
    padding-left: 1rem;
}
.product-viewer__footer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -100vw;
    bottom: 0;
    left: -100vw;
}
.product-viewer__footer p {
    position: relative;
    z-index: 1;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.loading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 0 0 0;
}
.loading:after {
    content: "";
    display: block;
    background-image: url(../../img/sprites/web/sprite.png);
    background-position: -34px 0;
    width: 32px;
    height: 32px;
    -webkit-animation: loading 1s infinite linear;
    animation: loading 1s infinite linear;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .loading:after {
        background-image: url(../../img/sprites/web/2x/sprite.png);
        background-position: -32px 0;
        background-size: 1590px 88.5px;
    }
}
.loading p {
    position: absolute;
    left: -300vw;
}
.more-information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 -2rem -1rem;
}
.more-information__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1rem;
    color: #fff;
    font-size: 0.7em;
}
.more-information__item > div {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.more-information__item > div > div {
    padding: 1rem;
}
.more-information__item h1 {
    font-family: avalon--mediumbold, Helvetica, Arial, san-serif;
    font-size: 2em;
}
@media screen and (min-width: 42em) {
    .more-information__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }
}
@media screen and (min-width: 64em) {
    .more-information__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}
.more-information__item--small > div {
    padding-bottom: 33.33%;
}
.more-information__item__link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-indent: -300vw;
}
.image-divider {
    margin-top: 4px;
}
.gmap-container {
    position: relative;
    height: 100%;
}
[data-gmap] {
    width: 100%;
    height: 100%;
}
.stockist-collections {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem;
}
.stockist-collections__collection {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1rem;
}
.stockist-collections__collection a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    color: #fff;
    font-family: museo--slab--regular, Helvetica, Arial, san-serif;
    text-align: center;
    text-decoration: none;
}
.stockist-collections__collection a span {
    display: block;
}
.stockist-info {
    background-color: #aba08f;
}
.stockist-info .container > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2rem;
}
.stockist-info__details,
.stockist-info__location {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2rem;
}
.stockist-info__location {
    -webkit-box-flex: 66.66%;
    -webkit-flex: 66.66%;
    -ms-flex: 66.66%;
    flex: 66.66%;
    min-height: 20rem;
}
.stockist-info__location [data-gmap-container] {
    width: 100%;
    height: 100%;
}
.stockist-info__location [data-gmap="retailer"] {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}
.stockist-info__details {
    -webkit-box-flex: 33.33%;
    -webkit-flex: 33.33%;
    -ms-flex: 33.33%;
    flex: 33.33%;
    color: #000;
    font-family: avalon--mediumbold, Helvetica, Arial, san-serif;
}
.stockist-info__details > div {
    padding: 1rem;
    border-radius: 1em;
    background-color: #e2ded7;
}
.stockist-info__details > div > :not(:first-child) {
    margin-top: 1em;
}
.stockist-info__details__opening-times table {
    width: 100%;
}
.stockist-info__details__opening-times caption {
    margin-bottom: 1em;
    text-align: left;
}
.stockist-info__details__opening-times thead {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.stockist-info__details__opening-times tbody {
    padding: 1em 0;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}
.stockist-info__details__opening-times tbody td,
.stockist-info__details__opening-times tbody th {
    padding-top: 1em;
}
.stockist-info__details__opening-times th {
    text-align: left;
}
.stockist-info__details__opening-times tr:last-child td {
    padding-bottom: 1em;
}
.stockist-info__details__actions li + li {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px dashed #000;
}
.stockist-info__details__actions a {
    color: #000;
    text-decoration: none;
}
.warranty-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 1rem -2rem;
    font-family: avalon--mediumbold, Helvetica, Arial, san-serif;
}
.warranty-list .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.25em;
    font-family: avalon--regular, Helvetica, Arial, san-serif;
}
.warranty-list .actions li + li:before {
    content: "  |  ";
    white-space: pre;
}
.warranty-list .actions a {
    color: #807f80;
    font-size: 1rem;
    text-decoration: none;
}
.no-touchevents .warranty-list .actions a:hover {
    text-decoration: underline;
}
.warranty-list__collection {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2rem;
}
.warranty-list__collection + .warranty-list__collection {
    border-left: 1px dashed #807f80;
}
.warranty-list__collection__ranges__range {
    margin-top: 1em;
}
.warranty {
    background-color: #fafafa;
}
.part-of-collection {
    margin-top: 4px;
    padding: 0.5em 0;
}
.part-of-collection p {
    width: 90%;
    max-width: 74rem;
    margin: auto;
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
}
@media screen and (min-width: 64em) {
    .part-of-collection p {
        width: 80%;
    }
}
.all-warranties {
    margin-top: 4px;
    padding: 0.5em 0;
}
.all-warranties header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -0.5em 0;
    padding: 0.5em 0;
}
.all-warranties header[data-toggle-status="visible"] .all-filters {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.all-warranties h2 {
    font-size: 0.9rem;
    text-transform: uppercase;
}
.all-warranties .all-filters {
    width: 1rem;
    height: 0.75rem;
    margin-left: 16px;
    font-size: 0;
    background: 0 0;
    border: none;
    background-image: url(../../svg/misc/toggle--grey.svg);
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 250ms linear;
    transition: transform 250ms linear;
}
.all-warranties .all-filters:hover {
    cursor: pointer;
}
.registered-warranty__details {
    margin: 4em 0 0;
}
.registered-warranty__details .di {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.registered-warranty__details .di + .di {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #e6e6e6;
}
.registered-warranty__details dd,
.registered-warranty__details dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.registered-warranty__details dt {
    font-family: avalon--mediumbold, Helvetica, Arial, san-serif;
}
.registered-warranty__range-warranties__warranty {
    padding: 1em;
}
.warranty-block {
    position: relative;
    max-width: 40em;
    margin: auto;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.warranty-block:after,
.warranty-block:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 2em;
}
.warranty-block:before {
    top: 0;
    background: #fff;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.warranty-block:after {
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.warranty-block > div {
    max-height: 20em;
    overflow-y: scroll;
    padding: 2em;
}
.print-warranty {
    margin-top: 2em;
}
.secure-content form {
    position: relative;
    width: 100%;
    max-width: 18em;
    margin: auto;
}
.secure-content label {
    display: block;
    margin: 1em 0 0 0;
}
.secure-content input[type="submit"] {
    border: 2px solid #393a39;
    color: #393a39;
    background: 0 0;
    margin-top: 1em;
}
.secure-content input[type="submit"]:hover {
    color: #fff;
    background: #393a39;
}
.video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
}
.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}
.product-viewer__pdf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1rem 0 0 -1rem;
}
.product-viewer__pdf li {
    padding: 1rem 0 0 1rem;
}
.product-viewer__pdf a {
    display: inline-block;
    padding: 1rem;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    text-transform: uppercase;
}
.p-modal__container__frame__content .p-modal__container__frame__content__video {
    margin: -4rem -1rem;
}
.p-modal__container__frame__content .p-modal__container__frame__content__video .video-container {
    width: 75vw;
}
@media screen and (min-width: 42rem) {
    .p-modal__container__frame__content .p-modal__container__frame__content__video button {
        display: none;
    }
}
@media screen and (min-width: 48rem) {
    .p-modal__container__frame__content .p-modal__container__frame__content__video {
        margin: -2em -3.5em -3em;
    }
}
.p-modal__container__frame__content__video {
    max-width: 60rem;
}
.p-modal__container__frame__content__video .video-container {
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56%;
}
.p-modal__container__frame__content__video .video-container iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.p-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.p-modal:after {
    position: absolute;
    top: 0;
    right: 0;
}
.p-modal .p-modal__container__frame__content__ajax {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.p-modal-content-provider:not([data-modal-shows="video"]) {
    position: fixed;
    top: 300vh;
}
.p-modal__container {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    padding: 2rem;
}
.p-modal__container__frame {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
    padding: 4rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: all;
    background-color: #dcdcdc;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    overflow: auto;
}
@media screen and (min-width: 48rem) {
    .p-modal__container__frame {
        padding: 2em 3.5em 3em 3.5em;
    }
}
.p-modal__container__frame__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.p-modal-close-action {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}
[role="alert"] {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 1em;
    margin: 2rem 0;
    border: 1px solid;
    border-radius: 4px;
    font-family: avalon--regular, Helvetica, Arial, san-serif;
}
[role="alert"].alert--success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
[role="alert"].alert--info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
[role="alert"].alert--warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
[role="alert"].alert--danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
[role="alert"] > header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
[role="alert"] > header h1 {
    margin-left: 0.5rem;
    font-size: 1em;
}
.alert__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.alert__actions {
    margin-left: 2em;
}
.alert__actions a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.button,
[class*="button"],
button,
input[type="submit"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0.6em 1em 0.5em;
    border: none;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    cursor: pointer;
    -webkit-appearance: none;
}
.button[class*="--soft"],
[class*="button"][class*="--soft"],
button[class*="--soft"],
input[type="submit"][class*="--soft"] {
    border-radius: 0.5em;
}
.button .ghost,
.button[class*="--ghost"],
[class*="button"] .ghost,
[class*="button"][class*="--ghost"],
button .ghost,
button[class*="--ghost"],
input[type="submit"] .ghost,
input[type="submit"][class*="--ghost"] {
    border: 2px solid #393a39;
    color: #393a39;
    background: 0 0;
}
.button .ghost:hover,
.button[class*="--ghost"]:hover,
[class*="button"] .ghost:hover,
[class*="button"][class*="--ghost"]:hover,
button .ghost:hover,
button[class*="--ghost"]:hover,
input[type="submit"] .ghost:hover,
input[type="submit"][class*="--ghost"]:hover {
    color: #fff;
    background-color: #393a39;
}
.play {
    background: 0 0;
    background-image: url(../../img/sprites/web/sprite.png);
    background-position: -202px 0;
    width: 78px;
    height: 78px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .play {
        background-image: url(../../img/sprites/web/2x/sprite.png);
        background-position: -66px 0;
        background-size: 1590px 88.5px;
    }
}
.feature-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-top: 2rem;
    margin-bottom: -2rem;
}
.feature-list > * {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2rem;
}
.feature-list .di {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2rem -1rem;
    padding-left: 2rem;
}
.feature-list dt {
    font-family: museo--slab--regular, Helvetica, Arial, san-serif;
}
.di__details,
.di__figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1rem;
}
.di__figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8rem;
    -ms-flex: 0 0 8rem;
    flex: 0 0 8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.di__figure img {
    display: block;
    width: 100%;
}
.di__details dt {
    font-size: 1em;
}
.di__details dd {
    margin-top: 0.5em;
    font-size: 0.8em;
}
fieldset {
    padding: 2rem;
}
fieldset ul.actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2rem 0 0 -2rem;
}
fieldset ul.actions li {
    padding-left: 2rem;
}
form[name="warranty"] {
    width: 100%;
    max-width: 40em;
    margin: auto;
}
form[name="warranty"] label > span {
    padding-top: 0.55em;
}
form[name="warranty"] .warranty-info {
    margin-top: 2rem;
}
form[name="warranty"] p a {
    color: #807f80;
}
form[name="warranty"] p a:hover {
    color: #393a39;
}
form[name="warranty"] [class*="inline"] > div {
    width: 100%;
    margin-top: 0.5em;
}
form[name="warranty"] .inline--checkbox > span {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
form[name="warranty"] .inline--checkbox > div:not(.note) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: none;
    margin-left: -1rem;
    overflow: hidden;
}
form[name="warranty"] .inline--checkbox > div:not(.note) p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 3rem;
}
form[name="warranty"] .inline--checkbox > div:not(.note) input {
    visibility: hidden;
    position: absolute;
    left: 1rem;
    width: 0;
}
form[name="warranty"] .inline--checkbox > div:not(.note) input:after,
form[name="warranty"] .inline--checkbox > div:not(.note) input:before {
    visibility: visible;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    margin: auto auto auto 1rem;
}
form[name="warranty"] .inline--checkbox > div:not(.note) input:before {
    content: "";
    display: block;
    border: 2px solid rgba(128, 127, 128, 0.996);
}
form[name="warranty"] .inline--checkbox > div:not(.note) input:checked:after {
    content: "";
    display: block;
    left: 2px;
    bottom: -2px;
    width: 20px;
    height: 20px;
    background-image: url(../../svg/misc/check--grey.svg);
    background-repeat: no-repeat;
}
form[name="warranty"] .inline--select--multi > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
form[name="warranty"] .inline--select--multi > div label {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding-left: 1em;
}
form[name="warranty"] .inline--select--multi > div label + label {
    margin: 0;
}
form[name="warranty"] .inline--select--multi > div label > span {
    display: none;
}
@media screen and (min-width: 34em) {
    form[name="warranty"] [class*="inline"]:not(.inline--checkbox) > div:not(.note) {
        max-width: 18em;
        margin-top: 0;
    }
    form[name="warranty"] [class*="inline"]:not(.inline--checkbox).address > div:not(.note) {
        max-width: 28em;
    }
}
@media screen and (min-width: 64em) {
    form[name="warranty"] [class*="inline"]:not(.inline--checkbox) > div:not(.note) {
        max-width: 18em;
    }
}
label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -1rem;
}
label + label {
    margin-top: 1rem;
}
label.error > span {
    color: #a94442;
}
label > * {
    padding-left: 1rem;
}
label input,
label select {
    width: 100%;
}
label input.error,
label select.error {
    border: 1px solid #ebccd1;
}
label .note {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
label .note.error {
    color: #a94442;
}
input {
    color: #807f80;
    font-family: avalon--regular, Helvetica, Arial, san-serif;
}
input[type="password"],
input[type="text"] {
    padding: 0.5em 1em;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-size: 0.9rem;
}
@media screen and (min-width: 64em) {
    input[type="password"],
    input[type="text"] {
        font-size: 1.125rem;
    }
}
select {
    height: 2.98em;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
@media screen and (min-width: 64em) {
    select {
        height: 3.6em;
    }
}
header[role="banner"] .top-bar {
    padding: 1rem 0;
    background-color: #393a39;
}
header[role="banner"] .top-bar .container > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header[role="banner"] .brands,
header[role="banner"] .logo,
header[role="banner"] .strapline {
    position: relative;
    text-indent: -300vw;
}
header[role="banner"] .logo {
    display: block;
    background-image: url(../../img/sprites/web/sprite.png);
    background-position: -1199px 0;
    width: 211px;
    height: 78px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    header[role="banner"] .logo {
        background-image: url(../../img/sprites/web/2x/sprite.png);
        background-position: -705.5px 0;
        background-size: 1590px 88.5px;
    }
}
header[role="banner"] .strapline {
    display: none;
}
header[role="banner"] .brands {
    display: none;
}
header[role="banner"] nav > .container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -2em;
    padding: 1em 0;
}
header[role="banner"] nav > .container ul li {
    padding-left: 2em;
}
header[role="banner"] nav > .container a {
    display: block;
    padding: 0.5em 1em;
    color: #807f80;
    text-decoration: none;
    text-transform: uppercase;
}
header[role="banner"] nav > .container a:hover {
    color: #fff;
    background-color: #393a39;
}
header[role="banner"] nav > .container a.active {
    background-color: #dcdcdc;
}
header[role="banner"] nav > .container a.active:hover {
    background-color: #393a39;
}
header[role="banner"] nav .wishlist {
	display: none;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 100;
    width: 2em;
    height: 2em;
    margin-top: -em;
    background-color: #393a39;
}
header[role="banner"] nav .wishlist a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
header[role="banner"] nav .wishlist a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
header[role="banner"] nav .wishlist a .link-text {
    font-size: 0;
}
header[role="banner"] nav .wishlist a .item-count-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -0.5em;
    left: 100%;
    width: 0;
    height: 1rem;
}
header[role="banner"] nav .wishlist a .item-count-text span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 0.5em;
    border-radius: 1rem;
    background-color: #f92aad;
    color: #fff;
    font-size: 0.7em;
    line-height: 1em;
}
header[role="banner"] nav .wishlist.no-items a:after {
    background-image: url(../../svg/misc/css/wishlist--white.svg);
}
header[role="banner"] nav .wishlist.no-items .item-count-text {
    display: none;
}
header[role="banner"] nav .wishlist.has-items a:after {
    background-image: url(../../svg/misc/css/wishlist--pink--full.svg);
}
@media screen and (min-width: 48rem) {
    header[role="banner"] .top-bar .container > div {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    header[role="banner"] .brands {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 53px;
        margin-left: -1em;
    }
    header[role="banner"] .brands li {
        padding-left: 1em;
    }
    header[role="banner"] .brands a {
        display: block;
    }
    header[role="banner"] .brands a > span {
        text-indent: -300vw;
    }
    header[role="banner"] .brands .regency-carefree {
        background-image: url(../../img/sprites/web/sprite.png);
        background-position: -284px 0;
        width: 92px;
        height: 53px;
    }
    header[role="banner"] .brands .design-elements {
        background-image: url(../../img/sprites/web/sprite.png);
        background-position: -508px 0;
        width: 150px;
        height: 27px;
    }
    header[role="banner"] .brands .natural-solutions {
        background-image: url(../../img/sprites/web/sprite.png);
        background-position: -380px 0;
        width: 124px;
        height: 82px;
    }
}
@media screen and (min-width: 48rem) and only screen and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-width: 48rem) and only screen and (min--moz-device-pixel-ratio: 2),
    screen and (min-width: 48rem) and only screen and (min-device-pixel-ratio: 2),
    screen and (min-width: 48rem) and only screen and (min-resolution: 192dpi),
    screen and (min-width: 48rem) and only screen and (min-resolution: 2dppx) {
    header[role="banner"] .brands .regency-carefree {
        background-image: url(../../img/sprites/web/2x/sprite.png);
        background-position: -146px 0;
        background-size: 1590px 88.5px;
    }
}
@media screen and (min-width: 48rem) and only screen and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-width: 48rem) and only screen and (min--moz-device-pixel-ratio: 2),
    screen and (min-width: 48rem) and only screen and (min-device-pixel-ratio: 2),
    screen and (min-width: 48rem) and only screen and (min-resolution: 192dpi),
    screen and (min-width: 48rem) and only screen and (min-resolution: 2dppx) {
    header[role="banner"] .brands .design-elements {
        background-image: url(../../img/sprites/web/2x/sprite.png);
        background-position: -365.5px 0;
        background-size: 1590px 88.5px;
    }
}
@media screen and (min-width: 48rem) and only screen and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-width: 48rem) and only screen and (min--moz-device-pixel-ratio: 2),
    screen and (min-width: 48rem) and only screen and (min-device-pixel-ratio: 2),
    screen and (min-width: 48rem) and only screen and (min-resolution: 192dpi),
    screen and (min-width: 48rem) and only screen and (min-resolution: 2dppx) {
    header[role="banner"] .brands .natural-solutions {
        background-image: url(../../img/sprites/web/2x/sprite.png);
        background-position: -239.5px 0;
        background-size: 1590px 88.5px;
    }
}
@media screen and (min-width: 80rem) {
    header[role="banner"] .strapline {
        display: block;
        margin-left: 2rem;
        background-image: url(../../img/sprites/web/sprite.png);
        background-position: -1666px 0;
        width: 257px;
        height: 77px;
    }
}
@media screen and (min-width: 80rem) and only screen and (-webkit-min-device-pixel-ratio: 2),
    screen and (min-width: 80rem) and only screen and (min--moz-device-pixel-ratio: 2),
    screen and (min-width: 80rem) and only screen and (min-device-pixel-ratio: 2),
    screen and (min-width: 80rem) and only screen and (min-resolution: 192dpi),
    screen and (min-width: 80rem) and only screen and (min-resolution: 2dppx) {
    header[role="banner"] .strapline {
        background-image: url(../../img/sprites/web/2x/sprite.png);
        background-position: -918px 0;
        background-size: 1590px 88.5px;
    }
}
.default-header {
    position: relative;
    height: 320px;
}
.default-header .header-content {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    z-index: 1;
}
.default-header .container > div {
    width: 100%;
}
.default-header h1 {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
    font-family: avalon--mediumbold, Helvetica, Arial, san-serif;
    background-color: #000;
}
.default-header .editorial {
    display: inline-block;
    padding: 1rem;
    color: #393a39;
    background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 42em) {
    .default-header .container > div {
        width: 50%;
    }
    .default-header .editorial {
        width: 75%;
    }
}
@media screen and (min-width: 64em) {
    .default-header {
        height: 400px;
    }
}
.header-slider {
    height: 100%;
}
.header-slider .slides {
    position: relative;
    height: 100%;
}
.header-slider .slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.header-slider figure {
    height: 100%;
}
.header-slider img {
    position: relative;
    height: 100%;
    border-right: 0.5rem solid #fff;
    border-left: 0.5rem solid #fff;
}
.header-slider .slider__navigation {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 6rem;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.header-slider .slider__navigation li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 1rem;
}
.header-slider .slider__navigation li:hover {
    cursor: pointer;
}
.header-slider .slider__navigation svg {
    width: 1rem;
    height: 1rem;
}
.why {
    position: relative;
    height: 320px;
    font-size: 0.9em;
}
.why .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
}
.why .container > .editorial {
    width: 100%;
    padding: 1rem;
    color: #393a39;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
}
.why .video {
    display: none;
}
.why h3 {
    font-family: avalon--mediumbold, Helvetica, Arial, san-serif;
}
.why .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.why figure {
    height: 100%;
}
.why img {
    position: relative;
    height: 100%;
    border-right: 0.5rem solid #fff;
    border-left: 0.5rem solid #fff;
}
@media screen and (min-width: 42rem) {
    .why .container > .editorial {
        width: 40%;
        height: 100%;
        text-align: left;
    }
    .why .container > .editorial .play {
        display: none;
    }
    .why .video {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        width: 50%;
        height: auto;
        margin: 0 0 0 2em;
        padding: 0;
    }
    .why .play {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: 0 0;
        background-image: url(../../../assets/img/transparent.gif);
    }
    .why .p-modal-content-provider {
        width: 100%;
    }
}
@media screen and (min-width: 64em) {
    .why {
        height: 400px;
        font-size: 1.125em;
    }
}
.icon[class*="--actionable"]:hover {
    cursor: pointer;
}
#symbol-set .st0 {
    fill: currentColor;
}
[data-footer-nav] > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
[data-footer-nav] a {
    display: block;
    position: relative;
    color: #807f80;
    text-decoration: none;
    -webkit-transition: all 250ms;
    transition: all 250ms;
}
[data-footer-nav] a:hover {
    color: #fff;
}
[data-footer-nav].narrow-nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
[data-footer-nav].narrow-nav > ul > li + li {
    border-top: 1px solid #262626;
}
[data-footer-nav].narrow-nav > ul > ul li {
    border-top: 1px solid #262626;
}
[data-footer-nav].narrow-nav ul li ul {
    padding-left: 1rem;
}
[data-footer-nav].narrow-nav a {
    padding: 1rem 0;
}
[data-footer-nav].narrow-nav a[data-toggle-status] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
[data-footer-nav].narrow-nav a[data-toggle-status]:after {
    content: "";
    display: block;
    width: 1rem;
    height: 0.75rem;
    background-image: url(../../svg/misc/toggle.svg);
    background-repeat: no-repeat;
    background-size: 1rem;
    -webkit-transition: -webkit-transform 250ms linear;
    transition: transform 250ms linear;
}
[data-footer-nav].narrow-nav a[data-toggle-status="visible"]:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
[data-footer-nav].wide-nav > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -2rem;
    line-height: 1.4em;
}
[data-footer-nav].wide-nav > ul > li,
[data-footer-nav].wide-nav > ul > ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2rem;
}
[data-footer-nav] .top-level {
    font-family: avalon--mediumbold, Helvetica, Arial, san-serif;
}
@media screen and (min-width: 64em) {
    [data-footer-nav] a {
        font-size: 0.9rem;
    }
}
.product-stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.product-stats > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1rem;
}
.product-stats > div.ref {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0.25em 1rem;
    color: #807f80;
    background-color: #fff;
}
.product-stats > div + div {
    margin-top: 0.5em;
}
.product-stats dt {
    min-width: 5em;
}
.product-stats dt:after {
    content: ":";
}
[data-slider] .slider__navigation {
    position: absolute;
}
[data-slider] .slider__navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
[data-slider] .slider__navigation svg {
    cursor: pointer;
}
[data-slider] .slider__navigation .st0 {
    fill: none;
}
[data-slider] .slider__navigation .st1 {
    fill: rgba(255, 255, 255, 0.6);
}
[data-control="toggle"] {
    cursor: pointer;
}
.header {
    font-size: 1em;
}
.--centered {
    text-align: center;
}
.editorial--centered {
    text-align: center;
}
.--uppercase {
    text-transform: uppercase;
}
body {
    overflow-x: hidden;
    color: #807f80;
    font-family: avalon--regular, Helvetica, Arial, san-serif;
    font-size: 0.9rem;
    line-height: 1.12;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 250ms;
    transition: all 250ms;
}
body.logged-in {
    margin-top: -32px !important;
}
@media screen and (max-width: 782px) {
    body.logged-in {
        margin-top: -46px !important;
    }
}
@media screen and (min-width: 64em) {
    body {
        font-size: 1.125rem;
    }
}
main {
    will-change: transform;
}
footer {
    color: #fff;
    background-color: #393a39;
}
footer.block {
    padding-bottom: 4rem;
}
.page--privacy-policy dt {
    font-weight: 700;
}
.page--privacy-policy ul {
    margin-left: 1em;
    list-style: disc;
}
.page--privacy-policy ul ul {
    list-style: disc;
}
.page--privacy-policy ol {
    list-style: lower-alpha;
}
.page--privacy-policy table {
    width: 100%;
    border: 1px solid #dcdcdc;
}
.page--privacy-policy td,
.page--privacy-policy th {
    padding: 1em;
}
.page--privacy-policy th + th {
    border-left: 1px solid #dcdcdc;
}
.page--privacy-policy td {
    border-top: 1px solid #dcdcdc;
}
.page--privacy-policy td + td {
    border-left: 1px solid #dcdcdc;
}
.page--terms-conditions dl.text-items .di {
    display: block;
}
.page--terms-conditions dl.text-items dd,
.page--terms-conditions dl.text-items dt {
    display: inline;
}
.page--terms-conditions dl.text-items dt:after {
    content: ": ";
    white-space: pre;
}
.page--terms-conditions dl dl {
    margin-left: -50px;
}
.page--terms-conditions dl dl dl {
    margin: 0;
}
.page--terms-conditions dl dl dl .item {
    display: none;
}
.page--terms-conditions .di {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
}
.page--terms-conditions dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    font-weight: 700;
}
.page--warranty [role="alert"] {
    margin: 0;
}
.single-range .feature-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -0.5rem;
}
.single-range .feature-list .di__figure figure {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.single-range .di {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.75rem;
    -ms-flex: 0 0 6.75rem;
    flex: 0 0 6.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 0 2rem 0;
    padding-left: 0.5rem;
}
.single-range .di__details,
.single-range .di__figure {
    padding: 0;
}
.single-range .di__details {
    margin-top: 0.5em;
    font-size: 0.7em;
    text-align: center;
}
.single-range .di__details dd {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
@-webkit-keyframes loading {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
