﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lora");

@-webkit-keyframes a {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
::selection {
            background-color:black;
            color:white;
            }

@keyframes a {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.grid {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    /*margin-left: -30px;*/
}

    .grid:after {
        content: "";
        display: table;
        clear: both;
    }

@media only screen and (max-width:479px) {
    .grid {
        /*margin-left: -15px;*/
    }
}

.grid--relative {
    position: relative;
}

.grid__item {
    /*float: left;*/
    padding-left: 40px;
    width: 100%;
}

@media only screen and (max-width:479px) {
    .grid__item {
        padding-left: 15px;
    }
}

.grid__item[class*="--push"] {
    position: relative;
}

.grid__item.no-clear {
    clear: none!important;
}

.grid--rev {
    direction: rtl;
    text-align: left;
}

    .grid--rev > .grid__item {
        direction: ltr;
        text-align: left;
        float: right;
    }

.one-whole {
    width: 100%;
}

.one-half {
    width: 50%;
}

.one-third {
    width: 33.3333333333%;
}

.two-thirds {
    width: 66.6666666667%;
}

.one-quarter {
    width: 25%;
}

.two-quarters {
    width: 50%;
}

.three-quarters {
    width: 75%;
}

.one-fifth {
    width: 20%;
}

.two-fifths {
    width: 40%;
}

.three-fifths {
    width: 60%;
}

.four-fifths {
    width: 80%;
}

.one-sixth {
    width: 16.6666666667%;
}

.two-sixths {
    width: 33.3333333333%;
}

.three-sixths {
    width: 50%;
}

.four-sixths {
    width: 66.6666666667%;
}

.five-sixths {
    width: 83.3333333333%;
}

.one-eighth {
    width: 12.5%;
}

.two-eighths {
    width: 25%;
}

.three-eighths {
    width: 37.5%;
}

.four-eighths {
    width: 50%;
}

.five-eighths {
    width: 62.5%;
}

.six-eighths {
    width: 75%;
}

.seven-eighths {
    width: 87.5%;
}

.one-tenth {
    width: 10%;
}

.two-tenths {
    width: 20%;
}

.three-tenths {
    width: 30%;
}

.four-tenths {
    width: 40%;
}

.five-tenths {
    width: 50%;
}

.six-tenths {
    width: 60%;
}

.seven-tenths {
    width: 70%;
}

.eight-tenths {
    width: 80%;
}

.nine-tenths {
    width: 90%;
}

.one-twelfth {
    width: 8.3333333333%;
}

.two-twelfths {
    width: 16.6666666667%;
}

.three-twelfths {
    width: 25%;
}

.four-twelfths {
    width: 33.3333333333%;
}

.five-twelfths {
    width: 41.6666666667%;
}

.six-twelfths {
    width: 50%;
}

.seven-twelfths {
    width: 58.3333333333%;
}

.eight-twelfths {
    width: 66.6666666667%;
}

.nine-twelfths {
    width: 75%;
}

.ten-twelfths {
    width: 83.3333333333%;
}

.eleven-twelfths {
    width: 91.6666666667%;
}

.show {
    display: block!important;
}

.hide {
    display: none!important;
}

.text-left {
    text-align: left!important;
}

.text-right {
    text-align: right!important;
}

.text-center {
    text-align: center!important;
}

@media only screen and (max-width:479px) {
    .small--one-whole {
        width: 100%;
    }

    .small--one-half {
        width: 50%;
    }

    .small--one-third {
        width: 33.3333333333%;
    }

    .small--two-thirds {
        width: 66.6666666667%;
    }

    .small--one-quarter {
        width: 25%;
    }

    .small--two-quarters {
        width: 50%;
    }

    .small--three-quarters {
        width: 75%;
    }

    .small--one-fifth {
        width: 20%;
    }

    .small--two-fifths {
        width: 40%;
    }

    .small--three-fifths {
        width: 60%;
    }

    .small--four-fifths {
        width: 80%;
    }

    .small--one-sixth {
        width: 16.6666666667%;
    }

    .small--two-sixths {
        width: 33.3333333333%;
    }

    .small--three-sixths {
        width: 50%;
    }

    .small--four-sixths {
        width: 66.6666666667%;
    }

    .small--five-sixths {
        width: 83.3333333333%;
    }

    .small--one-eighth {
        width: 12.5%;
    }

    .small--two-eighths {
        width: 25%;
    }

    .small--three-eighths {
        width: 37.5%;
    }

    .small--four-eighths {
        width: 50%;
    }

    .small--five-eighths {
        width: 62.5%;
    }

    .small--six-eighths {
        width: 75%;
    }

    .small--seven-eighths {
        width: 87.5%;
    }

    .small--one-tenth {
        width: 10%;
    }

    .small--two-tenths {
        width: 20%;
    }

    .small--three-tenths {
        width: 30%;
    }

    .small--four-tenths {
        width: 40%;
    }

    .small--five-tenths {
        width: 50%;
    }

    .small--six-tenths {
        width: 60%;
    }

    .small--seven-tenths {
        width: 70%;
    }

    .small--eight-tenths {
        width: 80%;
    }

    .small--nine-tenths {
        width: 90%;
    }

    .small--one-twelfth {
        width: 8.3333333333%;
    }

    .small--two-twelfths {
        width: 16.6666666667%;
    }

    .small--three-twelfths {
        width: 25%;
    }

    .small--four-twelfths {
        width: 33.3333333333%;
    }

    .small--five-twelfths {
        width: 41.6666666667%;
    }

    .small--six-twelfths {
        width: 50%;
    }

    .small--seven-twelfths {
        width: 58.3333333333%;
    }

    .small--eight-twelfths {
        width: 66.6666666667%;
    }

    .small--nine-twelfths {
        width: 75%;
    }

    .small--ten-twelfths {
        width: 83.3333333333%;
    }

    .small--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .small--five-tenths:nth-child(odd), .grid--uniform .small--four-eighths:nth-child(odd), .grid--uniform .small--four-twelfths:nth-child(3n+1), .grid--uniform .small--one-eighth:nth-child(8n+1), .grid--uniform .small--one-fifth:nth-child(5n+1), .grid--uniform .small--one-half:nth-child(odd), .grid--uniform .small--one-quarter:nth-child(4n+1), .grid--uniform .small--one-sixth:nth-child(6n+1), .grid--uniform .small--one-third:nth-child(3n+1), .grid--uniform .small--one-twelfth:nth-child(12n+1), .grid--uniform .small--six-twelfths:nth-child(odd), .grid--uniform .small--three-sixths:nth-child(odd), .grid--uniform .small--three-twelfths:nth-child(4n+1), .grid--uniform .small--two-eighths:nth-child(4n+1), .grid--uniform .small--two-sixths:nth-child(3n+1), .grid--uniform .small--two-twelfths:nth-child(6n+1) {
        clear: both;
    }

    .small--show {
        display: block!important;
    }

    .small--hide {
        display: none!important;
    }

    .small--text-left {
        text-align: left!important;
    }

    .small--text-right {
        text-align: right!important;
    }

    .small--text-center {
        text-align: center!important;
    }
}

@media only screen and (min-width:480px) {
    .small-up--one-whole {
        width: 100%;
    }

    .small-up--one-half {
        width: 50%;
    }

    .small-up--one-third {
        width: 33.3333333333%;
    }

    .small-up--two-thirds {
        width: 66.6666666667%;
    }

    .small-up--one-quarter {
        width: 25%;
    }

    .small-up--two-quarters {
        width: 50%;
    }

    .small-up--three-quarters {
        width: 75%;
    }

    .small-up--one-fifth {
        width: 20%;
    }

    .small-up--two-fifths {
        width: 40%;
    }

    .small-up--three-fifths {
        width: 60%;
    }

    .small-up--four-fifths {
        width: 80%;
    }

    .small-up--one-sixth {
        width: 16.6666666667%;
    }

    .small-up--two-sixths {
        width: 33.3333333333%;
    }

    .small-up--three-sixths {
        width: 50%;
    }

    .small-up--four-sixths {
        width: 66.6666666667%;
    }

    .small-up--five-sixths {
        width: 83.3333333333%;
    }

    .small-up--one-eighth {
        width: 12.5%;
    }

    .small-up--two-eighths {
        width: 25%;
    }

    .small-up--three-eighths {
        width: 37.5%;
    }

    .small-up--four-eighths {
        width: 50%;
    }

    .small-up--five-eighths {
        width: 62.5%;
    }

    .small-up--six-eighths {
        width: 75%;
    }

    .small-up--seven-eighths {
        width: 87.5%;
    }

    .small-up--one-tenth {
        width: 10%;
    }

    .small-up--two-tenths {
        width: 20%;
    }

    .small-up--three-tenths {
        width: 30%;
    }

    .small-up--four-tenths {
        width: 40%;
    }

    .small-up--five-tenths {
        width: 50%;
    }

    .small-up--six-tenths {
        width: 60%;
    }

    .small-up--seven-tenths {
        width: 70%;
    }

    .small-up--eight-tenths {
        width: 80%;
    }

    .small-up--nine-tenths {
        width: 90%;
    }

    .small-up--one-twelfth {
        width: 8.3333333333%;
    }

    .small-up--two-twelfths {
        width: 16.6666666667%;
    }

    .small-up--three-twelfths {
        width: 25%;
    }

    .small-up--four-twelfths {
        width: 33.3333333333%;
    }

    .small-up--five-twelfths {
        width: 41.6666666667%;
    }

    .small-up--six-twelfths {
        width: 50%;
    }

    .small-up--seven-twelfths {
        width: 58.3333333333%;
    }

    .small-up--eight-twelfths {
        width: 66.6666666667%;
    }

    .small-up--nine-twelfths {
        width: 75%;
    }

    .small-up--ten-twelfths {
        width: 83.3333333333%;
    }

    .small-up--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .small-up--five-tenths:nth-child(odd), .grid--uniform .small-up--four-eighths:nth-child(odd), .grid--uniform .small-up--four-twelfths:nth-child(3n+1), .grid--uniform .small-up--one-eighth:nth-child(8n+1), .grid--uniform .small-up--one-fifth:nth-child(5n+1), .grid--uniform .small-up--one-half:nth-child(odd), .grid--uniform .small-up--one-quarter:nth-child(4n+1), .grid--uniform .small-up--one-sixth:nth-child(6n+1), .grid--uniform .small-up--one-third:nth-child(3n+1), .grid--uniform .small-up--one-twelfth:nth-child(12n+1), .grid--uniform .small-up--six-twelfths:nth-child(odd), .grid--uniform .small-up--three-sixths:nth-child(odd), .grid--uniform .small-up--three-twelfths:nth-child(4n+1), .grid--uniform .small-up--two-eighths:nth-child(4n+1), .grid--uniform .small-up--two-sixths:nth-child(3n+1), .grid--uniform .small-up--two-twelfths:nth-child(6n+1) {
        clear: both;
    }

    .small-up--show {
        display: block!important;
    }

    .small-up--hide {
        display: none!important;
    }

    .small-up--text-left {
        text-align: left!important;
    }

    .small-up--text-right {
        text-align: right!important;
    }

    .small-up--text-center {
        text-align: center!important;
    }
}

@media only screen and (min-width:480px) and (max-width:769px) {
    .medium--one-whole {
        width: 100%;
    }

    .medium--one-half {
        width: 50%;
    }

    .medium--one-third {
        width: 33.3333333333%;
    }

    .medium--two-thirds {
        width: 66.6666666667%;
    }

    .medium--one-quarter {
        width: 25%;
    }

    .medium--two-quarters {
        width: 50%;
    }

    .medium--three-quarters {
        width: 75%;
    }

    .medium--one-fifth {
        width: 20%;
    }

    .medium--two-fifths {
        width: 40%;
    }

    .medium--three-fifths {
        width: 60%;
    }

    .medium--four-fifths {
        width: 80%;
    }

    .medium--one-sixth {
        width: 16.6666666667%;
    }

    .medium--two-sixths {
        width: 33.3333333333%;
    }

    .medium--three-sixths {
        width: 50%;
    }

    .medium--four-sixths {
        width: 66.6666666667%;
    }

    .medium--five-sixths {
        width: 83.3333333333%;
    }

    .medium--one-eighth {
        width: 12.5%;
    }

    .medium--two-eighths {
        width: 25%;
    }

    .medium--three-eighths {
        width: 37.5%;
    }

    .medium--four-eighths {
        width: 50%;
    }

    .medium--five-eighths {
        width: 62.5%;
    }

    .medium--six-eighths {
        width: 75%;
    }

    .medium--seven-eighths {
        width: 87.5%;
    }

    .medium--one-tenth {
        width: 10%;
    }

    .medium--two-tenths {
        width: 20%;
    }

    .medium--three-tenths {
        width: 30%;
    }

    .medium--four-tenths {
        width: 40%;
    }

    .medium--five-tenths {
        width: 50%;
    }

    .medium--six-tenths {
        width: 60%;
    }

    .medium--seven-tenths {
        width: 70%;
    }

    .medium--eight-tenths {
        width: 80%;
    }

    .medium--nine-tenths {
        width: 90%;
    }

    .medium--one-twelfth {
        width: 8.3333333333%;
    }

    .medium--two-twelfths {
        width: 16.6666666667%;
    }

    .medium--three-twelfths {
        width: 25%;
    }

    .medium--four-twelfths {
        width: 33.3333333333%;
    }

    .medium--five-twelfths {
        width: 41.6666666667%;
    }

    .medium--six-twelfths {
        width: 50%;
    }

    .medium--seven-twelfths {
        width: 58.3333333333%;
    }

    .medium--eight-twelfths {
        width: 66.6666666667%;
    }

    .medium--nine-twelfths {
        width: 75%;
    }

    .medium--ten-twelfths {
        width: 83.3333333333%;
    }

    .medium--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .medium--five-tenths:nth-child(odd), .grid--uniform .medium--four-eighths:nth-child(odd), .grid--uniform .medium--four-twelfths:nth-child(3n+1), .grid--uniform .medium--one-eighth:nth-child(8n+1), .grid--uniform .medium--one-fifth:nth-child(5n+1), .grid--uniform .medium--one-half:nth-child(odd), .grid--uniform .medium--one-quarter:nth-child(4n+1), .grid--uniform .medium--one-sixth:nth-child(6n+1), .grid--uniform .medium--one-third:nth-child(3n+1), .grid--uniform .medium--one-twelfth:nth-child(12n+1), .grid--uniform .medium--six-twelfths:nth-child(odd), .grid--uniform .medium--three-sixths:nth-child(odd), .grid--uniform .medium--three-twelfths:nth-child(4n+1), .grid--uniform .medium--two-eighths:nth-child(4n+1), .grid--uniform .medium--two-sixths:nth-child(3n+1), .grid--uniform .medium--two-twelfths:nth-child(6n+1) {
        clear: both;
    }

    .medium--show {
        display: block!important;
    }

    .medium--hide {
        display: none!important;
    }

    .medium--text-left {
        text-align: left!important;
    }

    .medium--text-right {
        text-align: right!important;
    }

    .medium--text-center {
        text-align: center!important;
    }
}

@media only screen and (min-width:769px) {
    .medium-up--one-whole {
        width: 100%;
    }

    .medium-up--one-half {
        width: 50%;
    }

    .medium-up--one-third {
        width: 33.3333333333%;
    }

    .medium-up--two-thirds {
        width: 66.6666666667%;
    }

    .medium-up--one-quarter {
        width: 25%;
    }

    .medium-up--two-quarters {
        width: 50%;
    }

    .medium-up--three-quarters {
        width: 75%;
    }

    .medium-up--one-fifth {
        width: 20%;
    }

    .medium-up--two-fifths {
        width: 40%;
    }

    .medium-up--three-fifths {
        width: 60%;
    }

    .medium-up--four-fifths {
        width: 80%;
    }

    .medium-up--one-sixth {
        width: 16.6666666667%;
    }

    .medium-up--two-sixths {
        width: 33.3333333333%;
    }

    .medium-up--three-sixths {
        width: 50%;
    }

    .medium-up--four-sixths {
        width: 66.6666666667%;
    }

    .medium-up--five-sixths {
        width: 83.3333333333%;
    }

    .medium-up--one-eighth {
        width: 12.5%;
    }

    .medium-up--two-eighths {
        width: 25%;
    }

    .medium-up--three-eighths {
        width: 37.5%;
    }

    .medium-up--four-eighths {
        width: 50%;
    }

    .medium-up--five-eighths {
        width: 62.5%;
    }

    .medium-up--six-eighths {
        width: 75%;
    }

    .medium-up--seven-eighths {
        width: 87.5%;
    }

    .medium-up--one-tenth {
        width: 10%;
    }

    .medium-up--two-tenths {
        width: 20%;
    }

    .medium-up--three-tenths {
        width: 30%;
    }

    .medium-up--four-tenths {
        width: 40%;
    }

    .medium-up--five-tenths {
        width: 50%;
    }

    .medium-up--six-tenths {
        width: 60%;
    }

    .medium-up--seven-tenths {
        width: 70%;
    }

    .medium-up--eight-tenths {
        width: 80%;
    }

    .medium-up--nine-tenths {
        width: 90%;
    }

    .medium-up--one-twelfth {
        width: 8.3333333333%;
    }

    .medium-up--two-twelfths {
        width: 16.6666666667%;
    }

    .medium-up--three-twelfths {
        width: 25%;
    }

    .medium-up--four-twelfths {
        width: 33.3333333333%;
    }

    .medium-up--five-twelfths {
        width: 41.6666666667%;
    }

    .medium-up--six-twelfths {
        width: 50%;
    }

    .medium-up--seven-twelfths {
        width: 58.3333333333%;
    }

    .medium-up--eight-twelfths {
        width: 66.6666666667%;
    }

    .medium-up--nine-twelfths {
        width: 75%;
    }

    .medium-up--ten-twelfths {
        width: 83.3333333333%;
    }

    .medium-up--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .medium-up--five-tenths:nth-child(odd), .grid--uniform .medium-up--four-eighths:nth-child(odd), .grid--uniform .medium-up--four-twelfths:nth-child(3n+1), .grid--uniform .medium-up--one-eighth:nth-child(8n+1), .grid--uniform .medium-up--one-fifth:nth-child(5n+1), .grid--uniform .medium-up--one-half:nth-child(odd), .grid--uniform .medium-up--one-quarter:nth-child(4n+1), .grid--uniform .medium-up--one-sixth:nth-child(6n+1), .grid--uniform .medium-up--one-third:nth-child(3n+1), .grid--uniform .medium-up--one-twelfth:nth-child(12n+1), .grid--uniform .medium-up--six-twelfths:nth-child(odd), .grid--uniform .medium-up--three-sixths:nth-child(odd), .grid--uniform .medium-up--three-twelfths:nth-child(4n+1), .grid--uniform .medium-up--two-eighths:nth-child(4n+1), .grid--uniform .medium-up--two-sixths:nth-child(3n+1), .grid--uniform .medium-up--two-twelfths:nth-child(6n+1) {
        clear: both;
    }

    .medium-up--show {
        display: block!important;
    }

    .medium-up--hide {
        display: none!important;
    }

    .medium-up--text-left {
        text-align: left!important;
    }

    .medium-up--text-right {
        text-align: right!important;
    }

    .medium-up--text-center {
        text-align: center!important;
    }
}

@media only screen and (max-width:768px) {
    .medium-down--one-whole {
        width: 100%;
    }

    .medium-down--one-half {
        width: 50%;
    }

    .medium-down--one-third {
        width: 33.3333333333%;
    }

    .medium-down--two-thirds {
        width: 66.6666666667%;
    }

    .medium-down--one-quarter {
        width: 25%;
    }

    .medium-down--two-quarters {
        width: 50%;
    }

    .medium-down--three-quarters {
        width: 75%;
    }

    .medium-down--one-fifth {
        width: 20%;
    }

    .medium-down--two-fifths {
        width: 40%;
    }

    .medium-down--three-fifths {
        width: 60%;
    }

    .medium-down--four-fifths {
        width: 80%;
    }

    .medium-down--one-sixth {
        width: 16.6666666667%;
    }

    .medium-down--two-sixths {
        width: 33.3333333333%;
    }

    .medium-down--three-sixths {
        width: 50%;
    }

    .medium-down--four-sixths {
        width: 66.6666666667%;
    }

    .medium-down--five-sixths {
        width: 83.3333333333%;
    }

    .medium-down--one-eighth {
        width: 12.5%;
    }

    .medium-down--two-eighths {
        width: 25%;
    }

    .medium-down--three-eighths {
        width: 37.5%;
    }

    .medium-down--four-eighths {
        width: 50%;
    }

    .medium-down--five-eighths {
        width: 62.5%;
    }

    .medium-down--six-eighths {
        width: 75%;
    }

    .medium-down--seven-eighths {
        width: 87.5%;
    }

    .medium-down--one-tenth {
        width: 10%;
    }

    .medium-down--two-tenths {
        width: 20%;
    }

    .medium-down--three-tenths {
        width: 30%;
    }

    .medium-down--four-tenths {
        width: 40%;
    }

    .medium-down--five-tenths {
        width: 50%;
    }

    .medium-down--six-tenths {
        width: 60%;
    }

    .medium-down--seven-tenths {
        width: 70%;
    }

    .medium-down--eight-tenths {
        width: 80%;
    }

    .medium-down--nine-tenths {
        width: 90%;
    }

    .medium-down--one-twelfth {
        width: 8.3333333333%;
    }

    .medium-down--two-twelfths {
        width: 16.6666666667%;
    }

    .medium-down--three-twelfths {
        width: 25%;
    }

    .medium-down--four-twelfths {
        width: 33.3333333333%;
    }

    .medium-down--five-twelfths {
        width: 41.6666666667%;
    }

    .medium-down--six-twelfths {
        width: 50%;
    }

    .medium-down--seven-twelfths {
        width: 58.3333333333%;
    }

    .medium-down--eight-twelfths {
        width: 66.6666666667%;
    }

    .medium-down--nine-twelfths {
        width: 75%;
    }

    .medium-down--ten-twelfths {
        width: 83.3333333333%;
    }

    .medium-down--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .medium-down--five-tenths:nth-child(odd), .grid--uniform .medium-down--four-eighths:nth-child(odd), .grid--uniform .medium-down--four-twelfths:nth-child(3n+1), .grid--uniform .medium-down--one-eighth:nth-child(8n+1), .grid--uniform .medium-down--one-fifth:nth-child(5n+1), .grid--uniform .medium-down--one-half:nth-child(odd), .grid--uniform .medium-down--one-quarter:nth-child(4n+1), .grid--uniform .medium-down--one-sixth:nth-child(6n+1), .grid--uniform .medium-down--one-third:nth-child(3n+1), .grid--uniform .medium-down--one-twelfth:nth-child(12n+1), .grid--uniform .medium-down--six-twelfths:nth-child(odd), .grid--uniform .medium-down--three-sixths:nth-child(odd), .grid--uniform .medium-down--three-twelfths:nth-child(4n+1), .grid--uniform .medium-down--two-eighths:nth-child(4n+1), .grid--uniform .medium-down--two-sixths:nth-child(3n+1), .grid--uniform .medium-down--two-twelfths:nth-child(6n+1) {
        clear: both;
    }

    .medium-down--show {
        display: block!important;
    }

    .medium-down--hide {
        display: none!important;
    }

    .medium-down--text-left {
        text-align: left!important;
    }

    .medium-down--text-right {
        text-align: right!important;
    }

    .medium-down--text-center {
        text-align: center!important;
    }
}

@media only screen and (min-width:1024px) {
    .large-up--one-whole {
        width: 100%;
    }

    .large-up--one-half {
        width: 50%;
    }

    .large-up--one-third {
        width: 33.3333333333%;
    }

    .large-up--two-thirds {
        width: 66.6666666667%;
    }

    .large-up--one-quarter {
        width: 25%;
    }

    .large-up--two-quarters {
        width: 50%;
    }

    .large-up--three-quarters {
        width: 75%;
    }

    .large-up--one-fifth {
        width: 20%;
    }

    .large-up--two-fifths {
        width: 40%;
    }

    .large-up--three-fifths {
        width: 60%;
    }

    .large-up--four-fifths {
        width: 80%;
    }

    .large-up--one-sixth {
        width: 16.6666666667%;
    }

    .large-up--two-sixths {
        width: 33.3333333333%;
    }

    .large-up--three-sixths {
        width: 50%;
    }

    .large-up--four-sixths {
        width: 66.6666666667%;
    }

    .large-up--five-sixths {
        width: 83.3333333333%;
    }

    .large-up--one-eighth {
        width: 12.5%;
    }

    .large-up--two-eighths {
        width: 25%;
    }

    .large-up--three-eighths {
        width: 37.5%;
    }

    .large-up--four-eighths {
        width: 50%;
    }

    .large-up--five-eighths {
        width: 62.5%;
    }

    .large-up--six-eighths {
        width: 75%;
    }

    .large-up--seven-eighths {
        width: 87.5%;
    }

    .large-up--one-tenth {
        width: 10%;
    }

    .large-up--two-tenths {
        width: 20%;
    }

    .large-up--three-tenths {
        width: 30%;
    }

    .large-up--four-tenths {
        width: 40%;
    }

    .large-up--five-tenths {
        width: 50%;
    }

    .large-up--six-tenths {
        width: 60%;
    }

    .large-up--seven-tenths {
        width: 70%;
    }

    .large-up--eight-tenths {
        width: 80%;
    }

    .large-up--nine-tenths {
        width: 90%;
    }

    .large-up--one-twelfth {
        width: 8.3333333333%;
    }

    .large-up--two-twelfths {
        width: 16.6666666667%;
    }

    .large-up--three-twelfths {
        width: 25%;
    }

    .large-up--four-twelfths {
        width: 33.3333333333%;
    }

    .large-up--five-twelfths {
        width: 41.6666666667%;
    }

    .large-up--six-twelfths {
        width: 50%;
    }

    .large-up--seven-twelfths {
        width: 58.3333333333%;
    }

    .large-up--eight-twelfths {
        width: 66.6666666667%;
    }

    .large-up--nine-twelfths {
        width: 75%;
    }

    .large-up--ten-twelfths {
        width: 83.3333333333%;
    }

    .large-up--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .large-up--five-tenths:nth-child(odd), .grid--uniform .large-up--four-eighths:nth-child(odd), .grid--uniform .large-up--four-twelfths:nth-child(3n+1), .grid--uniform .large-up--one-eighth:nth-child(8n+1), .grid--uniform .large-up--one-fifth:nth-child(5n+1), .grid--uniform .large-up--one-half:nth-child(odd), .grid--uniform .large-up--one-quarter:nth-child(4n+1), .grid--uniform .large-up--one-sixth:nth-child(6n+1), .grid--uniform .large-up--one-third:nth-child(3n+1), .grid--uniform .large-up--one-twelfth:nth-child(12n+1), .grid--uniform .large-up--six-twelfths:nth-child(odd), .grid--uniform .large-up--three-sixths:nth-child(odd), .grid--uniform .large-up--three-twelfths:nth-child(4n+1), .grid--uniform .large-up--two-eighths:nth-child(4n+1), .grid--uniform .large-up--two-sixths:nth-child(3n+1), .grid--uniform .large-up--two-twelfths:nth-child(6n+1) {
        clear: both;
    }

    .large-up--show {
        display: block!important;
    }

    .large-up--hide {
        display: none!important;
    }

    .large-up--text-left {
        text-align: left!important;
    }

    .large-up--text-right {
        text-align: right!important;
    }

    .large-up--text-center {
        text-align: center!important;
    }
}

@media only screen and (max-width:1023px) {
    .large-down--one-whole {
        width: 100%;
    }

    .large-down--one-half {
        width: 50%;
    }

    .large-down--one-third {
        width: 33.3333333333%;
    }

    .large-down--two-thirds {
        width: 66.6666666667%;
    }

    .large-down--one-quarter {
        width: 25%;
    }

    .large-down--two-quarters {
        width: 50%;
    }

    .large-down--three-quarters {
        width: 75%;
    }

    .large-down--one-fifth {
        width: 20%;
    }

    .large-down--two-fifths {
        width: 40%;
    }

    .large-down--three-fifths {
        width: 60%;
    }

    .large-down--four-fifths {
        width: 80%;
    }

    .large-down--one-sixth {
        width: 16.6666666667%;
    }

    .large-down--two-sixths {
        width: 33.3333333333%;
    }

    .large-down--three-sixths {
        width: 50%;
    }

    .large-down--four-sixths {
        width: 66.6666666667%;
    }

    .large-down--five-sixths {
        width: 83.3333333333%;
    }

    .large-down--one-eighth {
        width: 12.5%;
    }

    .large-down--two-eighths {
        width: 25%;
    }

    .large-down--three-eighths {
        width: 37.5%;
    }

    .large-down--four-eighths {
        width: 50%;
    }

    .large-down--five-eighths {
        width: 62.5%;
    }

    .large-down--six-eighths {
        width: 75%;
    }

    .large-down--seven-eighths {
        width: 87.5%;
    }

    .large-down--one-tenth {
        width: 10%;
    }

    .large-down--two-tenths {
        width: 20%;
    }

    .large-down--three-tenths {
        width: 30%;
    }

    .large-down--four-tenths {
        width: 40%;
    }

    .large-down--five-tenths {
        width: 50%;
    }

    .large-down--six-tenths {
        width: 60%;
    }

    .large-down--seven-tenths {
        width: 70%;
    }

    .large-down--eight-tenths {
        width: 80%;
    }

    .large-down--nine-tenths {
        width: 90%;
    }

    .large-down--one-twelfth {
        width: 8.3333333333%;
    }

    .large-down--two-twelfths {
        width: 16.6666666667%;
    }

    .large-down--three-twelfths {
        width: 25%;
    }

    .large-down--four-twelfths {
        width: 33.3333333333%;
    }

    .large-down--five-twelfths {
        width: 41.6666666667%;
    }

    .large-down--six-twelfths {
        width: 50%;
    }

    .large-down--seven-twelfths {
        width: 58.3333333333%;
    }

    .large-down--eight-twelfths {
        width: 66.6666666667%;
    }

    .large-down--nine-twelfths {
        width: 75%;
    }

    .large-down--ten-twelfths {
        width: 83.3333333333%;
    }

    .large-down--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .large-down--five-tenths:nth-child(odd), .grid--uniform .large-down--four-eighths:nth-child(odd), .grid--uniform .large-down--four-twelfths:nth-child(3n+1), .grid--uniform .large-down--one-eighth:nth-child(8n+1), .grid--uniform .large-down--one-fifth:nth-child(5n+1), .grid--uniform .large-down--one-half:nth-child(odd), .grid--uniform .large-down--one-quarter:nth-child(4n+1), .grid--uniform .large-down--one-sixth:nth-child(6n+1), .grid--uniform .large-down--one-third:nth-child(3n+1), .grid--uniform .large-down--one-twelfth:nth-child(12n+1), .grid--uniform .large-down--six-twelfths:nth-child(odd), .grid--uniform .large-down--three-sixths:nth-child(odd), .grid--uniform .large-down--three-twelfths:nth-child(4n+1), .grid--uniform .large-down--two-eighths:nth-child(4n+1), .grid--uniform .large-down--two-sixths:nth-child(3n+1), .grid--uniform .large-down--two-twelfths:nth-child(6n+1) {
        clear: both;
    }

    .large-down--show {
        display: block!important;
    }

    .large-down--hide {
        display: none!important;
    }

    .large-down--text-left {
        text-align: left!important;
    }

    .large-down--text-right {
        text-align: right!important;
    }

    .large-down--text-center {
        text-align: center!important;
    }
}

@media only screen and (min-width:1500px) {
    .widescreen--one-whole {
        width: 100%;
    }

    .widescreen--one-half {
        width: 50%;
    }

    .widescreen--one-third {
        width: 33.3333333333%;
    }

    .widescreen--two-thirds {
        width: 66.6666666667%;
    }

    .widescreen--one-quarter {
        width: 25%;
    }

    .widescreen--two-quarters {
        width: 50%;
    }

    .widescreen--three-quarters {
        width: 75%;
    }

    .widescreen--one-fifth {
        width: 20%;
    }

    .widescreen--two-fifths {
        width: 40%;
    }

    .widescreen--three-fifths {
        width: 60%;
    }

    .widescreen--four-fifths {
        width: 80%;
    }

    .widescreen--one-sixth {
        width: 16.6666666667%;
    }

    .widescreen--two-sixths {
        width: 33.3333333333%;
    }

    .widescreen--three-sixths {
        width: 50%;
    }

    .widescreen--four-sixths {
        width: 66.6666666667%;
    }

    .widescreen--five-sixths {
        width: 83.3333333333%;
    }

    .widescreen--one-eighth {
        width: 12.5%;
    }

    .widescreen--two-eighths {
        width: 25%;
    }

    .widescreen--three-eighths {
        width: 37.5%;
    }

    .widescreen--four-eighths {
        width: 50%;
    }

    .widescreen--five-eighths {
        width: 62.5%;
    }

    .widescreen--six-eighths {
        width: 75%;
    }

    .widescreen--seven-eighths {
        width: 87.5%;
    }

    .widescreen--one-tenth {
        width: 10%;
    }

    .widescreen--two-tenths {
        width: 20%;
    }

    .widescreen--three-tenths {
        width: 30%;
    }

    .widescreen--four-tenths {
        width: 40%;
    }

    .widescreen--five-tenths {
        width: 50%;
    }

    .widescreen--six-tenths {
        width: 60%;
    }

    .widescreen--seven-tenths {
        width: 70%;
    }

    .widescreen--eight-tenths {
        width: 80%;
    }

    .widescreen--nine-tenths {
        width: 90%;
    }

    .widescreen--one-twelfth {
        width: 8.3333333333%;
    }

    .widescreen--two-twelfths {
        width: 16.6666666667%;
    }

    .widescreen--three-twelfths {
        width: 25%;
    }

    .widescreen--four-twelfths {
        width: 33.3333333333%;
    }

    .widescreen--five-twelfths {
        width: 41.6666666667%;
    }

    .widescreen--six-twelfths {
        width: 50%;
    }

    .widescreen--seven-twelfths {
        width: 58.3333333333%;
    }

    .widescreen--eight-twelfths {
        width: 66.6666666667%;
    }

    .widescreen--nine-twelfths {
        width: 75%;
    }

    .widescreen--ten-twelfths {
        width: 83.3333333333%;
    }

    .widescreen--eleven-twelfths {
        width: 91.6666666667%;
    }

    .grid--uniform .widescreen--five-tenths:nth-child(odd), .grid--uniform .widescreen--four-eighths:nth-child(odd), .grid--uniform .widescreen--four-twelfths:nth-child(3n+1), .grid--uniform .widescreen--one-eighth:nth-child(8n+1), .grid--uniform .widescreen--one-fifth:nth-child(5n+1), .grid--uniform .widescreen--one-half:nth-child(odd), .grid--uniform .widescreen--one-quarter:nth-child(4n+1), .grid--uniform .widescreen--one-sixth:nth-child(6n+1), .grid--uniform .widescreen--one-third:nth-child(3n+1), .grid--uniform .widescreen--one-twelfth:nth-child(12n+1), .grid--uniform .widescreen--six-twelfths:nth-child(odd), .grid--uniform .widescreen--three-sixths:nth-child(odd), .grid--uniform .widescreen--three-twelfths:nth-child(4n+1), .grid--uniform .widescreen--two-eighths:nth-child(4n+1), .grid--uniform .widescreen--two-sixths:nth-child(3n+1), .grid--uniform .widescreen--two-twelfths:nth-child(6n+1) {
        clear: both;
    }

    .widescreen--show {
        display: block!important;
    }

    .widescreen--hide {
        display: none!important;
    }

    .widescreen--text-left {
        text-align: left!important;
    }

    .widescreen--text-right {
        text-align: right!important;
    }

    .widescreen--text-center {
        text-align: center!important;
    }
}

@media only screen and (max-width:479px) {
    .small--push-one-half {
        left: 50%;
    }

    .small--push-one-third {
        left: 33.3333333333%;
    }

    .small--push-two-thirds {
        left: 66.6666666667%;
    }

    .small--push-one-quarter {
        left: 25%;
    }

    .small--push-two-quarters {
        left: 50%;
    }

    .small--push-three-quarters {
        left: 75%;
    }

    .small--push-one-fifth {
        left: 20%;
    }

    .small--push-two-fifths {
        left: 40%;
    }

    .small--push-three-fifths {
        left: 60%;
    }

    .small--push-four-fifths {
        left: 80%;
    }

    .small--push-one-sixth {
        left: 16.6666666667%;
    }

    .small--push-two-sixths {
        left: 33.3333333333%;
    }

    .small--push-three-sixths {
        left: 50%;
    }

    .small--push-four-sixths {
        left: 66.6666666667%;
    }

    .small--push-five-sixths {
        left: 83.3333333333%;
    }

    .small--push-one-eighth {
        left: 12.5%;
    }

    .small--push-two-eighths {
        left: 25%;
    }

    .small--push-three-eighths {
        left: 37.5%;
    }

    .small--push-four-eighths {
        left: 50%;
    }

    .small--push-five-eighths {
        left: 62.5%;
    }

    .small--push-six-eighths {
        left: 75%;
    }

    .small--push-seven-eighths {
        left: 87.5%;
    }

    .small--push-one-tenth {
        left: 10%;
    }

    .small--push-two-tenths {
        left: 20%;
    }

    .small--push-three-tenths {
        left: 30%;
    }

    .small--push-four-tenths {
        left: 40%;
    }

    .small--push-five-tenths {
        left: 50%;
    }

    .small--push-six-tenths {
        left: 60%;
    }

    .small--push-seven-tenths {
        left: 70%;
    }

    .small--push-eight-tenths {
        left: 80%;
    }

    .small--push-nine-tenths {
        left: 90%;
    }

    .small--push-one-twelfth {
        left: 8.3333333333%;
    }

    .small--push-two-twelfths {
        left: 16.6666666667%;
    }

    .small--push-three-twelfths {
        left: 25%;
    }

    .small--push-four-twelfths {
        left: 33.3333333333%;
    }

    .small--push-five-twelfths {
        left: 41.6666666667%;
    }

    .small--push-six-twelfths {
        left: 50%;
    }

    .small--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .small--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .small--push-nine-twelfths {
        left: 75%;
    }

    .small--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .small--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}

@media only screen and (min-width:480px) {
    .small-up--push-one-half {
        left: 50%;
    }

    .small-up--push-one-third {
        left: 33.3333333333%;
    }

    .small-up--push-two-thirds {
        left: 66.6666666667%;
    }

    .small-up--push-one-quarter {
        left: 25%;
    }

    .small-up--push-two-quarters {
        left: 50%;
    }

    .small-up--push-three-quarters {
        left: 75%;
    }

    .small-up--push-one-fifth {
        left: 20%;
    }

    .small-up--push-two-fifths {
        left: 40%;
    }

    .small-up--push-three-fifths {
        left: 60%;
    }

    .small-up--push-four-fifths {
        left: 80%;
    }

    .small-up--push-one-sixth {
        left: 16.6666666667%;
    }

    .small-up--push-two-sixths {
        left: 33.3333333333%;
    }

    .small-up--push-three-sixths {
        left: 50%;
    }

    .small-up--push-four-sixths {
        left: 66.6666666667%;
    }

    .small-up--push-five-sixths {
        left: 83.3333333333%;
    }

    .small-up--push-one-eighth {
        left: 12.5%;
    }

    .small-up--push-two-eighths {
        left: 25%;
    }

    .small-up--push-three-eighths {
        left: 37.5%;
    }

    .small-up--push-four-eighths {
        left: 50%;
    }

    .small-up--push-five-eighths {
        left: 62.5%;
    }

    .small-up--push-six-eighths {
        left: 75%;
    }

    .small-up--push-seven-eighths {
        left: 87.5%;
    }

    .small-up--push-one-tenth {
        left: 10%;
    }

    .small-up--push-two-tenths {
        left: 20%;
    }

    .small-up--push-three-tenths {
        left: 30%;
    }

    .small-up--push-four-tenths {
        left: 40%;
    }

    .small-up--push-five-tenths {
        left: 50%;
    }

    .small-up--push-six-tenths {
        left: 60%;
    }

    .small-up--push-seven-tenths {
        left: 70%;
    }

    .small-up--push-eight-tenths {
        left: 80%;
    }

    .small-up--push-nine-tenths {
        left: 90%;
    }

    .small-up--push-one-twelfth {
        left: 8.3333333333%;
    }

    .small-up--push-two-twelfths {
        left: 16.6666666667%;
    }

    .small-up--push-three-twelfths {
        left: 25%;
    }

    .small-up--push-four-twelfths {
        left: 33.3333333333%;
    }

    .small-up--push-five-twelfths {
        left: 41.6666666667%;
    }

    .small-up--push-six-twelfths {
        left: 50%;
    }

    .small-up--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .small-up--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .small-up--push-nine-twelfths {
        left: 75%;
    }

    .small-up--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .small-up--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}

@media only screen and (min-width:480px) and (max-width:769px) {
    .medium--push-one-half {
        left: 50%;
    }

    .medium--push-one-third {
        left: 33.3333333333%;
    }

    .medium--push-two-thirds {
        left: 66.6666666667%;
    }

    .medium--push-one-quarter {
        left: 25%;
    }

    .medium--push-two-quarters {
        left: 50%;
    }

    .medium--push-three-quarters {
        left: 75%;
    }

    .medium--push-one-fifth {
        left: 20%;
    }

    .medium--push-two-fifths {
        left: 40%;
    }

    .medium--push-three-fifths {
        left: 60%;
    }

    .medium--push-four-fifths {
        left: 80%;
    }

    .medium--push-one-sixth {
        left: 16.6666666667%;
    }

    .medium--push-two-sixths {
        left: 33.3333333333%;
    }

    .medium--push-three-sixths {
        left: 50%;
    }

    .medium--push-four-sixths {
        left: 66.6666666667%;
    }

    .medium--push-five-sixths {
        left: 83.3333333333%;
    }

    .medium--push-one-eighth {
        left: 12.5%;
    }

    .medium--push-two-eighths {
        left: 25%;
    }

    .medium--push-three-eighths {
        left: 37.5%;
    }

    .medium--push-four-eighths {
        left: 50%;
    }

    .medium--push-five-eighths {
        left: 62.5%;
    }

    .medium--push-six-eighths {
        left: 75%;
    }

    .medium--push-seven-eighths {
        left: 87.5%;
    }

    .medium--push-one-tenth {
        left: 10%;
    }

    .medium--push-two-tenths {
        left: 20%;
    }

    .medium--push-three-tenths {
        left: 30%;
    }

    .medium--push-four-tenths {
        left: 40%;
    }

    .medium--push-five-tenths {
        left: 50%;
    }

    .medium--push-six-tenths {
        left: 60%;
    }

    .medium--push-seven-tenths {
        left: 70%;
    }

    .medium--push-eight-tenths {
        left: 80%;
    }

    .medium--push-nine-tenths {
        left: 90%;
    }

    .medium--push-one-twelfth {
        left: 8.3333333333%;
    }

    .medium--push-two-twelfths {
        left: 16.6666666667%;
    }

    .medium--push-three-twelfths {
        left: 25%;
    }

    .medium--push-four-twelfths {
        left: 33.3333333333%;
    }

    .medium--push-five-twelfths {
        left: 41.6666666667%;
    }

    .medium--push-six-twelfths {
        left: 50%;
    }

    .medium--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .medium--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .medium--push-nine-twelfths {
        left: 75%;
    }

    .medium--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .medium--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}

@media only screen and (min-width:769px) {
    .medium-up--push-one-half {
        left: 50%;
    }

    .medium-up--push-one-third {
        left: 33.3333333333%;
    }

    .medium-up--push-two-thirds {
        left: 66.6666666667%;
    }

    .medium-up--push-one-quarter {
        left: 25%;
    }

    .medium-up--push-two-quarters {
        left: 50%;
    }

    .medium-up--push-three-quarters {
        left: 75%;
    }

    .medium-up--push-one-fifth {
        left: 20%;
    }

    .medium-up--push-two-fifths {
        left: 40%;
    }

    .medium-up--push-three-fifths {
        left: 60%;
    }

    .medium-up--push-four-fifths {
        left: 80%;
    }

    .medium-up--push-one-sixth {
        left: 16.6666666667%;
    }

    .medium-up--push-two-sixths {
        left: 33.3333333333%;
    }

    .medium-up--push-three-sixths {
        left: 50%;
    }

    .medium-up--push-four-sixths {
        left: 66.6666666667%;
    }

    .medium-up--push-five-sixths {
        left: 83.3333333333%;
    }

    .medium-up--push-one-eighth {
        left: 12.5%;
    }

    .medium-up--push-two-eighths {
        left: 25%;
    }

    .medium-up--push-three-eighths {
        left: 37.5%;
    }

    .medium-up--push-four-eighths {
        left: 50%;
    }

    .medium-up--push-five-eighths {
        left: 62.5%;
    }

    .medium-up--push-six-eighths {
        left: 75%;
    }

    .medium-up--push-seven-eighths {
        left: 87.5%;
    }

    .medium-up--push-one-tenth {
        left: 10%;
    }

    .medium-up--push-two-tenths {
        left: 20%;
    }

    .medium-up--push-three-tenths {
        left: 30%;
    }

    .medium-up--push-four-tenths {
        left: 40%;
    }

    .medium-up--push-five-tenths {
        left: 50%;
    }

    .medium-up--push-six-tenths {
        left: 60%;
    }

    .medium-up--push-seven-tenths {
        left: 70%;
    }

    .medium-up--push-eight-tenths {
        left: 80%;
    }

    .medium-up--push-nine-tenths {
        left: 90%;
    }

    .medium-up--push-one-twelfth {
        left: 8.3333333333%;
    }

    .medium-up--push-two-twelfths {
        left: 16.6666666667%;
    }

    .medium-up--push-three-twelfths {
        left: 25%;
    }

    .medium-up--push-four-twelfths {
        left: 33.3333333333%;
    }

    .medium-up--push-five-twelfths {
        left: 41.6666666667%;
    }

    .medium-up--push-six-twelfths {
        left: 50%;
    }

    .medium-up--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .medium-up--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .medium-up--push-nine-twelfths {
        left: 75%;
    }

    .medium-up--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .medium-up--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}

@media only screen and (max-width:768px) {
    .medium-down--push-one-half {
        left: 50%;
    }

    .medium-down--push-one-third {
        left: 33.3333333333%;
    }

    .medium-down--push-two-thirds {
        left: 66.6666666667%;
    }

    .medium-down--push-one-quarter {
        left: 25%;
    }

    .medium-down--push-two-quarters {
        left: 50%;
    }

    .medium-down--push-three-quarters {
        left: 75%;
    }

    .medium-down--push-one-fifth {
        left: 20%;
    }

    .medium-down--push-two-fifths {
        left: 40%;
    }

    .medium-down--push-three-fifths {
        left: 60%;
    }

    .medium-down--push-four-fifths {
        left: 80%;
    }

    .medium-down--push-one-sixth {
        left: 16.6666666667%;
    }

    .medium-down--push-two-sixths {
        left: 33.3333333333%;
    }

    .medium-down--push-three-sixths {
        left: 50%;
    }

    .medium-down--push-four-sixths {
        left: 66.6666666667%;
    }

    .medium-down--push-five-sixths {
        left: 83.3333333333%;
    }

    .medium-down--push-one-eighth {
        left: 12.5%;
    }

    .medium-down--push-two-eighths {
        left: 25%;
    }

    .medium-down--push-three-eighths {
        left: 37.5%;
    }

    .medium-down--push-four-eighths {
        left: 50%;
    }

    .medium-down--push-five-eighths {
        left: 62.5%;
    }

    .medium-down--push-six-eighths {
        left: 75%;
    }

    .medium-down--push-seven-eighths {
        left: 87.5%;
    }

    .medium-down--push-one-tenth {
        left: 10%;
    }

    .medium-down--push-two-tenths {
        left: 20%;
    }

    .medium-down--push-three-tenths {
        left: 30%;
    }

    .medium-down--push-four-tenths {
        left: 40%;
    }

    .medium-down--push-five-tenths {
        left: 50%;
    }

    .medium-down--push-six-tenths {
        left: 60%;
    }

    .medium-down--push-seven-tenths {
        left: 70%;
    }

    .medium-down--push-eight-tenths {
        left: 80%;
    }

    .medium-down--push-nine-tenths {
        left: 90%;
    }

    .medium-down--push-one-twelfth {
        left: 8.3333333333%;
    }

    .medium-down--push-two-twelfths {
        left: 16.6666666667%;
    }

    .medium-down--push-three-twelfths {
        left: 25%;
    }

    .medium-down--push-four-twelfths {
        left: 33.3333333333%;
    }

    .medium-down--push-five-twelfths {
        left: 41.6666666667%;
    }

    .medium-down--push-six-twelfths {
        left: 50%;
    }

    .medium-down--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .medium-down--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .medium-down--push-nine-twelfths {
        left: 75%;
    }

    .medium-down--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .medium-down--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}

@media only screen and (min-width:1024px) {
    .large-up--push-one-half {
        left: 50%;
    }

    .large-up--push-one-third {
        left: 33.3333333333%;
    }

    .large-up--push-two-thirds {
        left: 66.6666666667%;
    }

    .large-up--push-one-quarter {
        left: 25%;
    }

    .large-up--push-two-quarters {
        left: 50%;
    }

    .large-up--push-three-quarters {
        left: 75%;
    }

    .large-up--push-one-fifth {
        left: 20%;
    }

    .large-up--push-two-fifths {
        left: 40%;
    }

    .large-up--push-three-fifths {
        left: 60%;
    }

    .large-up--push-four-fifths {
        left: 80%;
    }

    .large-up--push-one-sixth {
        left: 16.6666666667%;
    }

    .large-up--push-two-sixths {
        left: 33.3333333333%;
    }

    .large-up--push-three-sixths {
        left: 50%;
    }

    .large-up--push-four-sixths {
        left: 66.6666666667%;
    }

    .large-up--push-five-sixths {
        left: 83.3333333333%;
    }

    .large-up--push-one-eighth {
        left: 12.5%;
    }

    .large-up--push-two-eighths {
        left: 25%;
    }

    .large-up--push-three-eighths {
        left: 37.5%;
    }

    .large-up--push-four-eighths {
        left: 50%;
    }

    .large-up--push-five-eighths {
        left: 62.5%;
    }

    .large-up--push-six-eighths {
        left: 75%;
    }

    .large-up--push-seven-eighths {
        left: 87.5%;
    }

    .large-up--push-one-tenth {
        left: 10%;
    }

    .large-up--push-two-tenths {
        left: 20%;
    }

    .large-up--push-three-tenths {
        left: 30%;
    }

    .large-up--push-four-tenths {
        left: 40%;
    }

    .large-up--push-five-tenths {
        left: 50%;
    }

    .large-up--push-six-tenths {
        left: 60%;
    }

    .large-up--push-seven-tenths {
        left: 70%;
    }

    .large-up--push-eight-tenths {
        left: 80%;
    }

    .large-up--push-nine-tenths {
        left: 90%;
    }

    .large-up--push-one-twelfth {
        left: 8.3333333333%;
    }

    .large-up--push-two-twelfths {
        left: 16.6666666667%;
    }

    .large-up--push-three-twelfths {
        left: 25%;
    }

    .large-up--push-four-twelfths {
        left: 33.3333333333%;
    }

    .large-up--push-five-twelfths {
        left: 41.6666666667%;
    }

    .large-up--push-six-twelfths {
        left: 50%;
    }

    .large-up--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .large-up--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .large-up--push-nine-twelfths {
        left: 75%;
    }

    .large-up--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .large-up--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}

@media only screen and (max-width:1023px) {
    .large-down--push-one-half {
        left: 50%;
    }

    .large-down--push-one-third {
        left: 33.3333333333%;
    }

    .large-down--push-two-thirds {
        left: 66.6666666667%;
    }

    .large-down--push-one-quarter {
        left: 25%;
    }

    .large-down--push-two-quarters {
        left: 50%;
    }

    .large-down--push-three-quarters {
        left: 75%;
    }

    .large-down--push-one-fifth {
        left: 20%;
    }

    .large-down--push-two-fifths {
        left: 40%;
    }

    .large-down--push-three-fifths {
        left: 60%;
    }

    .large-down--push-four-fifths {
        left: 80%;
    }

    .large-down--push-one-sixth {
        left: 16.6666666667%;
    }

    .large-down--push-two-sixths {
        left: 33.3333333333%;
    }

    .large-down--push-three-sixths {
        left: 50%;
    }

    .large-down--push-four-sixths {
        left: 66.6666666667%;
    }

    .large-down--push-five-sixths {
        left: 83.3333333333%;
    }

    .large-down--push-one-eighth {
        left: 12.5%;
    }

    .large-down--push-two-eighths {
        left: 25%;
    }

    .large-down--push-three-eighths {
        left: 37.5%;
    }

    .large-down--push-four-eighths {
        left: 50%;
    }

    .large-down--push-five-eighths {
        left: 62.5%;
    }

    .large-down--push-six-eighths {
        left: 75%;
    }

    .large-down--push-seven-eighths {
        left: 87.5%;
    }

    .large-down--push-one-tenth {
        left: 10%;
    }

    .large-down--push-two-tenths {
        left: 20%;
    }

    .large-down--push-three-tenths {
        left: 30%;
    }

    .large-down--push-four-tenths {
        left: 40%;
    }

    .large-down--push-five-tenths {
        left: 50%;
    }

    .large-down--push-six-tenths {
        left: 60%;
    }

    .large-down--push-seven-tenths {
        left: 70%;
    }

    .large-down--push-eight-tenths {
        left: 80%;
    }

    .large-down--push-nine-tenths {
        left: 90%;
    }

    .large-down--push-one-twelfth {
        left: 8.3333333333%;
    }

    .large-down--push-two-twelfths {
        left: 16.6666666667%;
    }

    .large-down--push-three-twelfths {
        left: 25%;
    }

    .large-down--push-four-twelfths {
        left: 33.3333333333%;
    }

    .large-down--push-five-twelfths {
        left: 41.6666666667%;
    }

    .large-down--push-six-twelfths {
        left: 50%;
    }

    .large-down--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .large-down--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .large-down--push-nine-twelfths {
        left: 75%;
    }

    .large-down--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .large-down--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}

@media only screen and (min-width:1500px) {
    .widescreen--push-one-half {
        left: 50%;
    }

    .widescreen--push-one-third {
        left: 33.3333333333%;
    }

    .widescreen--push-two-thirds {
        left: 66.6666666667%;
    }

    .widescreen--push-one-quarter {
        left: 25%;
    }

    .widescreen--push-two-quarters {
        left: 50%;
    }

    .widescreen--push-three-quarters {
        left: 75%;
    }

    .widescreen--push-one-fifth {
        left: 20%;
    }

    .widescreen--push-two-fifths {
        left: 40%;
    }

    .widescreen--push-three-fifths {
        left: 60%;
    }

    .widescreen--push-four-fifths {
        left: 80%;
    }

    .widescreen--push-one-sixth {
        left: 16.6666666667%;
    }

    .widescreen--push-two-sixths {
        left: 33.3333333333%;
    }

    .widescreen--push-three-sixths {
        left: 50%;
    }

    .widescreen--push-four-sixths {
        left: 66.6666666667%;
    }

    .widescreen--push-five-sixths {
        left: 83.3333333333%;
    }

    .widescreen--push-one-eighth {
        left: 12.5%;
    }

    .widescreen--push-two-eighths {
        left: 25%;
    }

    .widescreen--push-three-eighths {
        left: 37.5%;
    }

    .widescreen--push-four-eighths {
        left: 50%;
    }

    .widescreen--push-five-eighths {
        left: 62.5%;
    }

    .widescreen--push-six-eighths {
        left: 75%;
    }

    .widescreen--push-seven-eighths {
        left: 87.5%;
    }

    .widescreen--push-one-tenth {
        left: 10%;
    }

    .widescreen--push-two-tenths {
        left: 20%;
    }

    .widescreen--push-three-tenths {
        left: 30%;
    }

    .widescreen--push-four-tenths {
        left: 40%;
    }

    .widescreen--push-five-tenths {
        left: 50%;
    }

    .widescreen--push-six-tenths {
        left: 60%;
    }

    .widescreen--push-seven-tenths {
        left: 70%;
    }

    .widescreen--push-eight-tenths {
        left: 80%;
    }

    .widescreen--push-nine-tenths {
        left: 90%;
    }

    .widescreen--push-one-twelfth {
        left: 8.3333333333%;
    }

    .widescreen--push-two-twelfths {
        left: 16.6666666667%;
    }

    .widescreen--push-three-twelfths {
        left: 25%;
    }

    .widescreen--push-four-twelfths {
        left: 33.3333333333%;
    }

    .widescreen--push-five-twelfths {
        left: 41.6666666667%;
    }

    .widescreen--push-six-twelfths {
        left: 50%;
    }

    .widescreen--push-seven-twelfths {
        left: 58.3333333333%;
    }

    .widescreen--push-eight-twelfths {
        left: 66.6666666667%;
    }

    .widescreen--push-nine-twelfths {
        left: 75%;
    }

    .widescreen--push-ten-twelfths {
        left: 83.3333333333%;
    }

    .widescreen--push-eleven-twelfths {
        left: 91.6666666667%;
    }
}

@font-face {
    font-display: swap;
    font-family: FFMarkWebProRegular;
    src: url(35B08E_0_0.eot);
    src: url(35B08E_0_0d41d.eot?#iefix) format("embedded-opentype"),url(35B08E_0_0.woff2) format("woff2"),url(35B08E_0_0.woff) format("woff"),url(35B08E_0_0.ttf) format("truetype");
}

@font-face {
    font-display: swap;
    font-family: FFMarkWebProMedium;
    src: url(35B08E_1_0.eot);
    src: url(35B08E_1_0d41d.eot?#iefix) format("embedded-opentype"),url(35B08E_1_0.woff2) format("woff2"),url(35B08E_1_0.woff) format("woff"),url(35B08E_1_0.ttf) format("truetype");
}

@font-face {
    font-display: swap;
    font-family: FFMarkWebProBold;
    src: url(35B08E_2_0.eot);
    src: url(35B08E_2_0d41d.eot?#iefix) format("embedded-opentype"),url(35B08E_2_0.woff2) format("woff2"),url(35B08E_2_0.woff) format("woff"),url(35B08E_2_0.ttf) format("truetype");
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Helvetica,arial,sans-serif;
    margin: 0;
}

    body.menu_open {
        position: fixed;
        width: 100%;
    }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

body, button, input, select, textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    outline: 0;
}

a {
    color: #000000bd;
    text-decoration: none;
}

em {
    font-style: italic;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    max-width: 100%;
    border: 0;
}

label {
    font-size: rem(14);
    font-weight: 700;
    margin: 5px 0;
    display: inline-block;
    width: 100%;
}

.selectric, button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    min-height: 40px;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

    input[type=email], input[type=number], input[type=password], input[type=search] {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

textarea {
    overflow: auto;
}

[tabindex="-1"]:focus {
    outline: none;
}

.is-transitioning {
    display: block!important;
    visibility: visible!important;
}

.drawer {
    display: none;
    position: absolute;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 9;
    -webkit-transition: all .45s cubic-bezier(.29,.63,.44,1);
    transition: all .45s cubic-bezier(.29,.63,.44,1);
}

.js-drawer-open {
    overflow: hidden;
}

.drawer--top {
    width: 100%;
}

.js-drawer-open-top .drawer--top {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: block;
}

.drawer-page-content:after {
    visibility: hidden;
    opacity: 0;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ececec;
    z-index: 8;
    -webkit-transition: all .45s cubic-bezier(.29,.63,.44,1);
    transition: all .45s cubic-bezier(.29,.63,.44,1);
}

.js-drawer-open .drawer-page-content:after {
    visibility: visible;
    opacity: 1;
}

.drawer__close, .drawer__title {
    display: table-cell;
    vertical-align: middle;
}

.drawer__close-button {
    background: none;
    border: 0 none;
    position: relative;
    right: -15px;
    height: 100%;
    width: 60px;
    padding: 0 20px;
    color: inherit;
    font-size: rem(18);
}

    .drawer__close-button:active, .drawer__close-button:focus {
        background-color: #f2f2f2;
    }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms;
    }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
        -webkit-transition-delay: .15s;
        transition-delay: .15s;
    }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
        -webkit-transition-delay: .25s;
        transition-delay: .25s;
    }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
        -webkit-transition-delay: .35s;
        transition-delay: .35s;
    }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    -webkit-transition-duration: .45s;
    transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
        -webkit-transition-delay: .45s;
        transition-delay: .45s;
    }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    -webkit-transition-duration: .55s;
    transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
        -webkit-transition-delay: .55s;
        transition-delay: .55s;
    }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
    }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    -webkit-transition-duration: .65s;
    transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
        -webkit-transition-delay: .65s;
        transition-delay: .65s;
    }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
        -webkit-transition-delay: .7s;
        transition-delay: .7s;
    }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    -webkit-transition-duration: .75s;
    transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
        -webkit-transition-delay: .75s;
        transition-delay: .75s;
    }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
        -webkit-transition-delay: .8s;
        transition-delay: .8s;
    }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    -webkit-transition-duration: .85s;
    transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
        -webkit-transition-delay: .85s;
        transition-delay: .85s;
    }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    -webkit-transition-duration: .9s;
    transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
        -webkit-transition-delay: .9s;
        transition-delay: .9s;
    }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    -webkit-transition-duration: .95s;
    transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
        -webkit-transition-delay: .95s;
        transition-delay: .95s;
    }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    -webkit-transition-duration: 1.05s;
    transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.05s;
        transition-delay: 1.05s;
    }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    -webkit-transition-duration: 1.15s;
    transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.15s;
        transition-delay: 1.15s;
    }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.25s;
        transition-delay: 1.25s;
    }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    -webkit-transition-duration: 1.35s;
    transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.35s;
        transition-delay: 1.35s;
    }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    -webkit-transition-duration: 1.45s;
    transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.45s;
        transition-delay: 1.45s;
    }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    -webkit-transition-duration: 1.55s;
    transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.55s;
        transition-delay: 1.55s;
    }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    -webkit-transition-duration: 1.6s;
    transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    -webkit-transition-duration: 1.65s;
    transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.65s;
        transition-delay: 1.65s;
    }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    -webkit-transition-duration: 1.7s;
    transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.7s;
        transition-delay: 1.7s;
    }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    -webkit-transition-duration: 1.75s;
    transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.75s;
        transition-delay: 1.75s;
    }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    -webkit-transition-duration: 1.8s;
    transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    -webkit-transition-duration: 1.85s;
    transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.85s;
        transition-delay: 1.85s;
    }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    -webkit-transition-duration: 1.9s;
    transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.9s;
        transition-delay: 1.9s;
    }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    -webkit-transition-duration: 1.95s;
    transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
        -webkit-transition-delay: 1.95s;
        transition-delay: 1.95s;
    }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    -webkit-transition-duration: 2.05s;
    transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.05s;
        transition-delay: 2.05s;
    }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    -webkit-transition-duration: 2.1s;
    transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.1s;
        transition-delay: 2.1s;
    }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    -webkit-transition-duration: 2.15s;
    transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.15s;
        transition-delay: 2.15s;
    }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    -webkit-transition-duration: 2.2s;
    transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.2s;
        transition-delay: 2.2s;
    }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    -webkit-transition-duration: 2.25s;
    transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.25s;
        transition-delay: 2.25s;
    }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    -webkit-transition-duration: 2.3s;
    transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.3s;
        transition-delay: 2.3s;
    }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    -webkit-transition-duration: 2.35s;
    transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.35s;
        transition-delay: 2.35s;
    }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    -webkit-transition-duration: 2.4s;
    transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.4s;
        transition-delay: 2.4s;
    }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    -webkit-transition-duration: 2.45s;
    transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.45s;
        transition-delay: 2.45s;
    }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    -webkit-transition-duration: 2.5s;
    transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.5s;
        transition-delay: 2.5s;
    }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    -webkit-transition-duration: 2.55s;
    transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.55s;
        transition-delay: 2.55s;
    }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    -webkit-transition-duration: 2.6s;
    transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.6s;
        transition-delay: 2.6s;
    }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    -webkit-transition-duration: 2.65s;
    transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.65s;
        transition-delay: 2.65s;
    }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    -webkit-transition-duration: 2.7s;
    transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.7s;
        transition-delay: 2.7s;
    }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    -webkit-transition-duration: 2.75s;
    transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.75s;
        transition-delay: 2.75s;
    }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    -webkit-transition-duration: 2.8s;
    transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.8s;
        transition-delay: 2.8s;
    }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    -webkit-transition-duration: 2.85s;
    transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.85s;
        transition-delay: 2.85s;
    }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    -webkit-transition-duration: 2.9s;
    transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.9s;
        transition-delay: 2.9s;
    }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    -webkit-transition-duration: 2.95s;
    transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
        -webkit-transition-delay: 2.95s;
        transition-delay: 2.95s;
    }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

    [data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
        -webkit-transition-delay: 3s;
        transition-delay: 3s;
    }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25,.25,.75,.75);
    transition-timing-function: cubic-bezier(.25,.25,.75,.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.6,-.28,.735,.045);
    transition-timing-function: cubic-bezier(.6,-.28,.735,.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.47,0,.745,.715);
    transition-timing-function: cubic-bezier(.47,0,.745,.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1);
    transition-timing-function: cubic-bezier(.39,.575,.565,1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
    transition-timing-function: cubic-bezier(.445,.05,.55,.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}

    [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
    }

[data-aos=fade-up] {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

[data-aos=fade-down] {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

[data-aos=fade-right] {
    -webkit-transform: translate(-100px);
    transform: translate(-100px);
}

[data-aos=fade-left] {
    -webkit-transform: translate(100px);
    transform: translate(100px);
}

[data-aos=fade-up-right] {
    -webkit-transform: translate(-100px,100px);
    transform: translate(-100px,100px);
}

[data-aos=fade-up-left] {
    -webkit-transform: translate(100px,100px);
    transform: translate(100px,100px);
}

[data-aos=fade-down-right] {
    -webkit-transform: translate(-100px,-100px);
    transform: translate(-100px,-100px);
}

[data-aos=fade-down-left] {
    -webkit-transform: translate(100px,-100px);
    transform: translate(100px,-100px);
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}

    [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        -webkit-transform: translate(0) scale(1);
        transform: translate(0) scale(1);
    }

[data-aos=zoom-in] {
    -webkit-transform: scale(.6);
    transform: scale(.6);
}

[data-aos=zoom-in-up] {
    -webkit-transform: translateY(100px) scale(.6);
    transform: translateY(100px) scale(.6);
}

[data-aos=zoom-in-down] {
    -webkit-transform: translateY(-100px) scale(.6);
    transform: translateY(-100px) scale(.6);
}

[data-aos=zoom-in-right] {
    -webkit-transform: translate(-100px) scale(.6);
    transform: translate(-100px) scale(.6);
}

[data-aos=zoom-in-left] {
    -webkit-transform: translate(100px) scale(.6);
    transform: translate(100px) scale(.6);
}

[data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

[data-aos=zoom-out-up] {
    -webkit-transform: translateY(100px) scale(1.2);
    transform: translateY(100px) scale(1.2);
}

[data-aos=zoom-out-down] {
    -webkit-transform: translateY(-100px) scale(1.2);
    transform: translateY(-100px) scale(1.2);
}

[data-aos=zoom-out-right] {
    -webkit-transform: translate(-100px) scale(1.2);
    transform: translate(-100px) scale(1.2);
}

[data-aos=zoom-out-left] {
    -webkit-transform: translate(100px) scale(1.2);
    transform: translate(100px) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

    [data-aos^=slide][data-aos^=slide].aos-animate {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

[data-aos=slide-up] {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

[data-aos=slide-down] {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

[data-aos=slide-right] {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

[data-aos=slide-left] {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

[data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
}

    [data-aos=flip-left].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0);
    }

[data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
}

    [data-aos=flip-right].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0);
    }

[data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
}

    [data-aos=flip-up].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0);
    }

[data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
}

    [data-aos=flip-down].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0);
    }

.breadcrumb {
    float: left;
    padding: 11px 0;
}

    .breadcrumb span {
        color: #6d525f;
        font-size: 13px;
    }

        .breadcrumb span.seperator {
            padding: 0 8px;
        }

        .breadcrumb span.faded, .breadcrumb span.faded a {
            color: #706f6f;
        }

@media only screen and (max-width:1023px) {
    .template-collection .breadcrumb {
        display: none;
    }
}

 .vidClass {
         margin-top: -9rem; 
    }

.site-footer {
    border-top: 1px solid #f9f9f9;
    overflow: hidden;
    position: relative;
}

    .site-footer .h5, .site-footer h5 {
            color: #737373;
    font-weight: 500;
        letter-spacing: 2px;
        margin-bottom: 12px;
        margin-bottom: .75rem;
    }

@media only screen and (max-width:768px) {
    .site-footer__container.page-width {
        padding: 0;
    }
    .parallax-window {
    display:block;
    }
    .vidClass {
         margin-top: -2rem; 
    }
}

@media only screen and (min-width:769px) {
    .site-footer .h5, .site-footer h5 {
        margin-bottom: 2rem;
    }
}

.back_to_top {
    background-color: #d2e7f5;
    border: 0;
    border-radius: 50%;
    bottom: 81px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 16px;
    padding: 10px;
    position: fixed;
    right: 12px;
    right: .75rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 40px;
    z-index: 0;
}

@supports (padding-bottom:constant(safe-area-inset-bottom)) {
    .back_to_top;

{
    bottom: calc(constant(safe-area-inset-bottom) * 1.2 + 81px);
}

}

@supports (padding-bottom:env(safe-area-inset-bottom)) {
    .back_to_top;

{
    bottom: calc(env(safe-area-inset-bottom) * 1.2 + 81px);
}

}

.back_to_top .icon {
    fill: #706f6f;
    position: relative;
    top: -1px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 12px;
}

.back_to_top.hidden {
    display: none;
}

.back_to_top:hover {
    background: #065998;
}

    .back_to_top:hover .icon {
        fill: #fff;
    }

@media only screen and (max-width:479px) {
    .back_to_top {
        padding: 8px;
    }

        .back_to_top span {
            display: none;
        }
}

@media only screen and (min-width:480px) {
    .back_to_top {
        bottom: 155px;
        right: 18px;
    }
}

@media only screen and (min-width:1024px) {
    .back_to_top {
        bottom: 100px;
        right: 26px;
    }
}

.site-footer__newsletter {
    width: 100%;
}

.site-footer__newsletter-title, .site-footer__newsletter-title.h4 {
   color: #737373;
    font-weight: 500;
    margin-bottom: 4px;
    margin-bottom: .25rem;
}

.site-footer__newsletter-legal p {
    color: #706f6f;
}

.site-footer__newsletter-container {
    background-color: #fff;
    position: relative;
}
.site-footer__linklist-column.col-lg-8 {
    background-color: #f5f5f5;
    
}

.site-footer__newsletter-subtitle {
    color: #706f6f;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.site-footer__newsletter.desktop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 340px;
}

    .site-footer__newsletter.desktop .btn-outlined {
        margin-bottom: 24px;
        margin-bottom: 1.5rem;
    }

.site-footer__newsletter.mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding: 48px 0;
    padding: 3rem 0;
    text-align: center;
}

    .site-footer__newsletter.mobile .site-footer__newsletter-title {
        margin-bottom: 12px;
        margin-bottom: .75rem;
    }

    .site-footer__newsletter.mobile .site-footer__newsletter-subtitle {
        max-width: 270px;
    }

    .site-footer__newsletter.mobile .site-footer__newsletter--small-text {
        max-width: 320px;
    }

    .site-footer__newsletter.mobile .btn-outlined {
        margin-bottom: 8px;
        margin-bottom: .5rem;
    }

.site-footer__newsletter form {
    overflow: auto;
    position: relative;
}

.site-footer__newsletter input {
    background: #f7f7f7;
    border: 0;
    float: left;
    padding: 16px 18px;
    width: 100%;
}

@media only screen and (min-width:769px) {
    .site-footer__newsletter-container:after {
        background-color: #fff;
        content: "";
        height: 100%;
        left: 100%;
        position: absolute;
        top: 0;
        width: 100vw;
    }
}

@media only screen and (max-width:479px) {
    .site-footer__newsletter input {
        padding: 11px;
    }
}

.site-footer__linklist {

    margin-bottom: 24px;
    margin-bottom: 1rem;
}

.site-footer__linklist-container.grid__item {
    padding: 40px 16px 16px;
    padding: 2.5rem 1rem 1rem;
}

.site-footer__linklist-item {
    display: block;
    margin-bottom: 14px;
}

    .site-footer__linklist-item a {
        color: #737373;
        font-weight:700;
        font-size: 14px;
        font-family:'PT Sans';
        text-transform: uppercase;
    }

@media only screen and (min-width:769px) {
    .site-footer__linklist-container.grid__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }

        .site-footer__linklist-container.grid__item .site-footer__linklist-column.grid__item {
            padding: 3rem 0 1.5rem 3.5rem;
        }

    .site-footer__linklist-item {
        margin-bottom: 19px;
    }
}

.site-footer__social-icons {
    display: inline-block;
    margin-bottom: 25px;
    margin-top:10px;
    text-align: center;
    width: 100%;
}

    .site-footer__social-icons a {
        color: #706f6f;
    }

    .site-footer__social-icons li {
        display: inline-block;
    }

        .site-footer__social-icons li:first-child .social-icons__link {
            padding-left: 0;
        }

@media only screen and (min-width:1024px) {
    .site-footer__social-icons {
        text-align: left;
    }
}

.social-icons__link {
    display: block;
    padding: 0 16px;
    padding: 0 1rem;
}

    .social-icons__link g, .social-icons__link svg {
        fill: #222;
    }

.site-footer__copyright {
    min-height: 70px;
    padding-top: 24px;
    padding-top: 1.5rem;
}

.site-footer__copyright-content {
    color: #706f6f;
    display: block;
    text-align: left;
    text-transform: none;
}

    .site-footer__copyright-content a {
        color: #706f6f;
    }

.site-footer__copyright .page-width {
    position: relative;
}

@media only screen and (max-width:768px) {
    .site-footer__copyright {
        max-width: 280px;
    }
}

@media only screen and (min-width:1024px) {
    .site-footer__copyright {
        padding-top: 5rem;
    }
}

.site-footer__payment-icons {
    margin-top: 15px;
}

    .site-footer__payment-icons ul {
        margin-bottom: 30px;
    }

    .site-footer__payment-icons img {
        max-width: 50px;
        margin-right: 5px;
    }

@media only screen and (min-width:480px) and (max-width:769px) {
    .site-footer__account-login {
        margin-top: 40px;
    }
}

.site-footer__account-login img {
    vertical-align: bottom;
}

.site-footer__account-login a {
    color: #706f6f;
}

@media only screen and (min-width:769px) {
    .site-footer__payment-icons--right {
        float: right;
        margin-top: 0;
    }
}

@media only screen and (min-width:769px) {
    .third-column {
        margin: 0;
    }
}

.btn, .field input[type=submit] {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 12px 15px 14px;
    background-color: #836172;
    color: #fff;
    white-space: normal;
    font-size: 14px;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    letter-spacing: 2px;
    border: none;
}

    .btn:hover, .field input:hover[type=submit] {
        background-color: #065998;
    }

    .btn .icon-arrow-left, .btn .icon-arrow-right, .field input[type=submit] .icon-arrow-left, .field input[type=submit] .icon-arrow-right {
        height: 9px;
    }

    .btn[disabled], .field input[disabled][type=submit] {
        cursor: default;
        opacity: .5;
        background-color: #836172;
        color: #fff;
    }

@media only screen and (max-width:479px) {
    .btn, .field input[type=submit] {
        font-size: 13px;
        padding: 12px 15px;
    }
}

.btn.disabled, .field input.disabled[type=submit] {
    cursor: default;
    opacity: .5;
    background-color: #836172;
    color: #fff;
}

.btn--secondary {
    background-color: #b6cbd8;
    color: #fff;
    border-color: #ededed;
}

.btn--reverse {
    background-color: #fff;
    color: #836172;
    border-color: #fff;
}

    .btn--reverse:hover {
        background-color: #f7f7f7;
    }

.btn-outlined {
    background-color: transparent;
    border: 1px solid #222;
    color: #222;
    font-family: FFMarkWebProRegular,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 500;
    padding: 12px 64px;
    padding: .75rem 4rem;
    padding: 16px 15px;
    position: relative;
    text-transform: uppercase;
}

    .btn-outlined:hover {
        background-color: #065998;
        border: 1px solid #065998;
        color: #fff;
    }

@media only screen and (min-width:480px) {
    .btn-outlined {
        font-size: 14px;
    }
}

.btn--transparent {
   background-color: transparent;
    border: 2px solid #005496;
    color: #005496;
    display: inline-block;
    font-family: 'PT Sans';
}

    .btn--transparent:hover {
        border: 2px solid #065998;
        color: #d2ab67;
        font-weight:700;
    }
    .btn--transparent:hover a {
        color: #d2ab67;
    }

    .btn--transparent:focus {
        outline: 0;
    }

@media only screen and (max-width:479px) {
    .btn--transparent {
        font-size: 12px;
    }
}

.btn--small {
    padding: 8px 10px;
    font-size: rem(12);
    line-height: 1;
}

.selector-group {
    padding: 14px 0;
    display: inline-block;
    height: 48px;
}

    .selector-group .selector-group__option {
        color: #706f6f;
        cursor: pointer;
        opacity: .35;
        border: 1px solid #bfbfbf;
        padding: 5px;
        margin-right: 5px;
        font-size: rem(11);
    }

        .selector-group .selector-group__option.selected {
            opacity: 1;
        }

@media only screen and (max-width:479px) {
    .btn--small-wide {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.btn--link {
    background-color: transparent;
    border: 0;
    margin: 0;
    text-align: left;
}

    .btn--link:focus, .btn--link:hover {
        opacity: .7;
    }

    .btn--link .icon {
        vertical-align: middle;
    }

.btn--narrow {
    padding-left: 15px;
    padding-right: 15px;
}

.btn--disabled {
    opacity: .5;
    cursor: default;
}

    .btn--disabled:focus, .btn--disabled:hover {
        opacity: .5;
    }

.btn--has-icon-after .icon {
    margin-left: 10px;
}

.btn--has-icon-before .icon {
    margin-right: 10px;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #ededed;
    margin: 0 0 30px;
    padding: 15px;
}

legend {
    border: 0;
    padding: 0;
}

button, input[type=submit] {
    cursor: pointer;
}

label {
    display: block;
    margin-bottom: 5px;
}

[type=checkbox] + label, [type=radio] + label {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
}

label[for] {
    cursor: pointer;
}

input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=checkbox] {
    margin-right: 5px;
    min-height: 0;
    padding: 7px;
}

input, select, textarea {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #706f6f;
    max-width: 100%;
    line-height: 1.3;
    font-size: 15px;
    letter-spacing: .3px;
}

    input[disabled], select[disabled], textarea[disabled] {
        cursor: default;
        background-color: #c6c6c6;
        border-color: #c6c6c6;
    }

    input.input--error::-webkit-input-placeholder, select.input--error::-webkit-input-placeholder, textarea.input--error::-webkit-input-placeholder {
        color: #d20000;
        opacity: .5;
    }

    input.input--error::-moz-placeholder, select.input--error::-moz-placeholder, textarea.input--error::-moz-placeholder {
        color: #d20000;
        opacity: .5;
    }

    input.input--error:-ms-input-placeholder, select.input--error:-ms-input-placeholder, textarea.input--error:-ms-input-placeholder {
        color: #d20000;
        opacity: .5;
    }

    input.input--error::-ms-input-placeholder, select.input--error::-ms-input-placeholder, textarea.input--error::-ms-input-placeholder {
        color: #d20000;
        opacity: 1;
    }

    input.hidden-placeholder::-webkit-input-placeholder, select.hidden-placeholder::-webkit-input-placeholder, textarea.hidden-placeholder::-webkit-input-placeholder {
        color: transparent;
    }

    input.hidden-placeholder::-moz-placeholder, select.hidden-placeholder::-moz-placeholder, textarea.hidden-placeholder::-moz-placeholder {
        color: transparent;
    }

    input.hidden-placeholder:-ms-input-placeholder, select.hidden-placeholder:-ms-input-placeholder, textarea.hidden-placeholder:-ms-input-placeholder {
        color: transparent;
    }

    input.hidden-placeholder::-ms-input-placeholder, select.hidden-placeholder::-ms-input-placeholder, textarea.hidden-placeholder::-ms-input-placeholder {
        opacity: 1;
    }

@media only screen and (max-width:479px) {
    input, select, textarea {
        font-size: 14px;
    }
}

textarea {
    min-height: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, select, textarea {
    border-radius: 0;
}

    input.input--error, select.input--error, textarea.input--error {
        border-color: #d20000;
        background-color: #fff;
        color: #d20000;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 100%;
    background-repeat: no-repeat;
    background-position: right 10px center;
    line-height: 1.3;
    text-indent: .01px;
    text-overflow: "";
    cursor: pointer;
    padding: 8px 28px 8px 15px;
}

@media only screen and (min-width:769px) {
    select {
        padding-top: 10px;
        padding-left: 18px;
        padding-bottom: 10px;
    }
}

.ie9 select {
    padding-right: 10px;
    background-image: none;
}

select::-ms-expand {
    display: none;
}

.label--hidden {
    position: absolute;
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}

.ie9 .label--hidden {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: auto;
}

::-webkit-input-placeholder {
    color: #706f6f;
    opacity: .7;
}

::-moz-placeholder {
    color: #706f6f;
    opacity: .7;
}

:-ms-input-placeholder {
    color: #706f6f;
    opacity: .7;
}

::-ms-input-placeholder {
    color: #706f6f;
    opacity: 1;
}

.label--error {
    color: #d20000;
}

input, textarea {
    padding: 8px 18px;
}

.form-vertical input, .form-vertical select, .form-vertical textarea {
    display: block;
    width: 100%;
    margin-bottom: 8.3333333333px;
}

.form-vertical [type=checkbox], .form-vertical [type=radio] {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.form-vertical .btn, .form-vertical [type=submit] {
    display: inline-block;
    width: auto;
}

.errors, .form--success, .note {
    padding: 8px;
    margin: 0 0 15px;
}

@media only screen and (min-width:769px) {
    .errors, .form--success, .note {
        padding: 10px;
    }
}

.note {
    border: 1px solid #ededed;
}

.form--success {
    border: 1px solid #19a340;
    background-color: #fff;
    color: #19a340;
}

.errors {
    border: 1px solid #d20000;
    color: #d20000;
}

    .errors ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .errors a {
        color: #d20000;
        text-decoration: underline;
    }

.input-group {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
}

.form-vertical .input-group {
    margin-bottom: 30px;
}

.input-group__btn, .input-group__field {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

    .input-group__btn .btn, .input-group__field {
        height: 42px;
        padding-top: 0;
        padding-bottom: 0;
    }

@media only screen and (min-width:769px) {
    .input-group__btn .btn, .input-group__field {
        height: 46px;
    }
}

.input-group__field {
    width: 100%;
    border-right: 0;
    border-radius: 0 0 0 0;
}

.form-vertical .input-group__field {
    margin: 0;
}

.input-group__btn {
    white-space: nowrap;
    width: 1%;
}

    .input-group__btn .btn {
        border-radius: 0 0 0 0;
        white-space: nowrap;
    }

.klaviyo-form {
    margin: 0 auto;
    max-width: 550px;
    width: unset;
}

    .klaviyo-form .checkbox.field {
        float: left;
        width: auto;
    }

    .klaviyo-form p {
        font-size: 14px;
        margin: 0;
    }

        .klaviyo-form p:before {
            content: "";
            clear: both;
            display: block;
            height: 0;
            width: 100%;
        }

    .klaviyo-form .field_block + :not(.field_block) {
        clear: both;
    }

    .klaviyo-form .checkbox.field, .klaviyo-form .radio.field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
    }

        .klaviyo-form .checkbox.field input, .klaviyo-form .radio.field input {
            min-height: unset;
        }

        .klaviyo-form .checkbox.field span, .klaviyo-form .radio.field span {
            margin-bottom: 0;
            margin-right: 25px;
            margin-top: 0;
        }

    .klaviyo-form .selectric .label {
        line-height: 50px;
        margin: 0 38px 0 20px;
    }

    .klaviyo-form .checkbox-container, .klaviyo-form .checkbox-question {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .klaviyo-form .checkbox-container .field_block span {
            line-height: 25px;
        }

@media only screen and (min-width:769px) {
    .klaviyo-form .checkbox-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.klaviyo-form .is-hidden {
    display: none;
}

.klaviyo-form .icon__fallback-text, .klaviyo-form .visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.klaviyo-form__success {
    color: #0a0;
}

.klaviyo-form__error {
    color: #f64747;
}

.klaviyo-form .checkbox-copy {
    font-size: 14px;
    margin-bottom: 0!important;
    margin-top: 0!important;
    width: 100%;
}

.klaviyo-form input[value=Subscribe] {
    width: 100%;
}

@media only screen and (min-width:1024px) {
    .klaviyo-form {
        width: 60%;
    }
}

.klaviyo-form .checkbox.field span input[type=checkbox], .klaviyo-form .checkbox.field span input[type=radio][id], .klaviyo-form .radio.field span input[type=checkbox], .klaviyo-form .radio.field span input[type=radio][id], .klaviyo-form .required_checkbox .checkbox input[type=checkbox], .klaviyo-form .required_checkbox .checkbox input[type=radio][id] {
    opacity: 0;
    position: absolute;
}

    .klaviyo-form .checkbox.field span input[type=checkbox] + label, .klaviyo-form .checkbox.field span input[type=checkbox] + span.item_block_editable, .klaviyo-form .checkbox.field span input[type=radio][id] + label, .klaviyo-form .checkbox.field span input[type=radio][id] + span.item_block_editable, .klaviyo-form .radio.field span input[type=checkbox] + label, .klaviyo-form .radio.field span input[type=checkbox] + span.item_block_editable, .klaviyo-form .radio.field span input[type=radio][id] + label, .klaviyo-form .radio.field span input[type=radio][id] + span.item_block_editable, .klaviyo-form .required_checkbox .checkbox input[type=checkbox] + label, .klaviyo-form .required_checkbox .checkbox input[type=checkbox] + span.item_block_editable, .klaviyo-form .required_checkbox .checkbox input[type=radio][id] + label, .klaviyo-form .required_checkbox .checkbox input[type=radio][id] + span.item_block_editable {
        position: relative;
    }

        .klaviyo-form .checkbox.field span input[type=checkbox] + label:before, .klaviyo-form .checkbox.field span input[type=checkbox] + span.item_block_editable:before, .klaviyo-form .checkbox.field span input[type=radio][id] + label:before, .klaviyo-form .checkbox.field span input[type=radio][id] + span.item_block_editable:before, .klaviyo-form .radio.field span input[type=checkbox] + label:before, .klaviyo-form .radio.field span input[type=checkbox] + span.item_block_editable:before, .klaviyo-form .radio.field span input[type=radio][id] + label:before, .klaviyo-form .radio.field span input[type=radio][id] + span.item_block_editable:before, .klaviyo-form .required_checkbox .checkbox input[type=checkbox] + label:before, .klaviyo-form .required_checkbox .checkbox input[type=checkbox] + span.item_block_editable:before, .klaviyo-form .required_checkbox .checkbox input[type=radio][id] + label:before, .klaviyo-form .required_checkbox .checkbox input[type=radio][id] + span.item_block_editable:before {
            border: 1px solid #c6c6c6;
            content: "";
            display: block;
            height: 16px;
            position: relative;
            width: 16px;
        }

        .klaviyo-form .checkbox.field span input[type=checkbox] + label:after, .klaviyo-form .checkbox.field span input[type=checkbox] + span.item_block_editable:after, .klaviyo-form .checkbox.field span input[type=radio][id] + label:after, .klaviyo-form .checkbox.field span input[type=radio][id] + span.item_block_editable:after, .klaviyo-form .radio.field span input[type=checkbox] + label:after, .klaviyo-form .radio.field span input[type=checkbox] + span.item_block_editable:after, .klaviyo-form .radio.field span input[type=radio][id] + label:after, .klaviyo-form .radio.field span input[type=radio][id] + span.item_block_editable:after, .klaviyo-form .required_checkbox .checkbox input[type=checkbox] + label:after, .klaviyo-form .required_checkbox .checkbox input[type=checkbox] + span.item_block_editable:after, .klaviyo-form .required_checkbox .checkbox input[type=radio][id] + label:after, .klaviyo-form .required_checkbox .checkbox input[type=radio][id] + span.item_block_editable:after {
            border-bottom: 2px solid #6d525f;
            border-left: 2px solid #6d525f;
            content: none;
            display: inline-block;
            height: 6px;
            left: 4px;
            position: absolute;
            top: 4px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            width: 9px;
        }

    .klaviyo-form .checkbox.field span input[name=required_checkbox]:checked + span.item_block_editable:after, .klaviyo-form .checkbox.field span input[type=checkbox]:checked + label:after, .klaviyo-form .checkbox.field span input[type=radio]:checked + label:after, .klaviyo-form .radio.field span input[name=required_checkbox]:checked + span.item_block_editable:after, .klaviyo-form .radio.field span input[type=checkbox]:checked + label:after, .klaviyo-form .radio.field span input[type=radio]:checked + label:after, .klaviyo-form .required_checkbox .checkbox input[name=required_checkbox]:checked + span.item_block_editable:after, .klaviyo-form .required_checkbox .checkbox input[type=checkbox]:checked + label:after, .klaviyo-form .required_checkbox .checkbox input[type=radio]:checked + label:after {
        content: "";
    }

.klaviyo-form .checkbox.field span input[name=required_checkbox]:checked + span.item_block_editable:after, .klaviyo-form .radio.field span input[name=required_checkbox]:checked + span.item_block_editable:after, .klaviyo-form .required_checkbox .checkbox input[name=required_checkbox]:checked + span.item_block_editable:after {
    top: -20px;
}

.klaviyo-form .checkbox.field span input[name=required_checkbox]:focus + span.item_block_editable:before, .klaviyo-form .checkbox.field span input[type=checkbox]:focus + label:before, .klaviyo-form .checkbox.field span input[type=radio]:focus + label:before, .klaviyo-form .radio.field span input[name=required_checkbox]:focus + span.item_block_editable:before, .klaviyo-form .radio.field span input[type=checkbox]:focus + label:before, .klaviyo-form .radio.field span input[type=radio]:focus + label:before, .klaviyo-form .required_checkbox .checkbox input[name=required_checkbox]:focus + span.item_block_editable:before, .klaviyo-form .required_checkbox .checkbox input[type=checkbox]:focus + label:before, .klaviyo-form .required_checkbox .checkbox input[type=radio]:focus + label:before {
    outline: 5px auto #836172;
    outline: 5px auto -webkit-focus-ring-color;
}

.rte .caption {
    margin-bottom: 10px;
}

    .rte .caption .required {
        line-height: normal;
    }

.field {
    margin-bottom: 10px;
    width: 100%;
}

    .field input[type=submit] {
        -webkit-transition: all .15s ease-out;
        transition: all .15s ease-out;
        background-color: #836172;
        border: 0;
        color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        .field input[type=submit]:hover {
            background-color: #8c687a;
        }

.section .container {
    text-align: left;
    width: 100%;
}

.checkbox.field input[type=checkbox] {
    margin-right: 10px;
}

.section-banner-carousel, .section-scroll-image, .section-shop-color {
    margin: 0 auto;
    max-width: 2500px;
}

[role=button], a, button, input, label, select, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

a {
    outline: none;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

.icon__fallback-text, .visually-hidden {
    position: absolute!important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.visibility-hidden {
    visibility: hidden;
}

.js-focus-hidden:focus {
    outline: none;
}

.no-js:not(html) {
    display: none;
}

.no-js .no-js:not(html) {
    display: block;
}

.no-js .js {
    display: none;
}

.skip-link:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px;
    opacity: 1;
    z-index: 10000;
    -webkit-transition: none;
    transition: none;
}

body, html {
    font-family: FFMarkWebProRegular,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .3px;
    color: #706f6f;
}

.body__redirect-picker__wrapper--thinking .page-container {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.body__redirect-picker__wrapper--thinking.body__redirect-picker__wrapper--hide .page-container {
    opacity: .45;
}

.body__redirect-picker__wrapper--thinking.body__redirect-picker__wrapper--hide:after {
    content: "";
    border-radius: 100%;
    border: 2px solid;
    border-top-color: #836172;
    border-bottom-color: rgba(0,0,0,.15);
    border-left-color: #836172;
    border-right-color: rgba(0,0,0,.15);
    -webkit-animation: preloaderRedirect .25s linear infinite;
    animation: preloaderRedirect .25s linear infinite;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 250px;
    left: 47.5%;
}

.page-width {
    *zoom: 1;
    max-width: 1500px;
    margin: 0 auto;
}

    .page-width:after {
        content: "";
        display: table;
        clear: both;
    }

.main-content {
    display: block;
    padding-top: 40px;
}

    .main-content.no-padding {
        padding: 0;
    }

@media only screen and (min-width:1024px) {
    .main-content {
        min-height: 450px;
    }
}

@media only screen and (max-width:479px) {
    .main-content {
        padding-top: 70px;
    }
}

.section-header {
    margin-bottom: 60px;
}

    .section-header h2 {
        font-size: 22px;
        color: #836172;
    }

@media only screen and (min-width:1024px) {
    .section-header {
        margin-bottom: 75px;
    }
}

@media only screen and (max-width:479px) {
    .section-header {
        margin-bottom: 40px;
    }

        .section-header h2 {
            font-size: 16px;
            letter-spacing: 2px;
        }
}

ol, ul {
    margin: 0;
    padding: 0;
}

ol {
    list-style: decimal;
}

.list--inline {
    padding: 0;
    margin: 0;
}

    .list--inline li {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

.text-link-reset {
    display: inline;
    border: 0 none;
    background: none;
    padding: 0;
    margin: 0;
}

.return-link-wrapper {
    margin: 45px 0;
}

@media only screen and (max-width:479px) {
    .return-link-wrapper {
        margin-bottom: -31px;
    }

        .return-link-wrapper .btn {
            display: block;
        }
}

.video-wrapper, svg:not(:root) {
    overflow: hidden;
}

.video-wrapper {
    position: relative;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media only screen and (max-width:479px) {
    .image-overlay {
        background: rgba(0,0,0,.3);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}

.anchor-hover-state .text-link--black, .anchor-hover-state .text-link--grey {
    opacity: 1;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.anchor-hover-state:hover .text-link--grey {
    color: #222;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.anchor-hover-state:hover .text-link--black {
    opacity: .7;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

@media only screen and (min-width:1024px) {
    .anchor-hover-state img {
        opacity: .7;
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

    .anchor-hover-state:hover img {
        opacity: 1;
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }
}

#cookies-policy, #product-restriction {
    display: none;
}

.page-width {
    padding-left: 15px;
    padding-right: 15px;
}

    .page-width.full-width {
        max-width: unset;
        padding-left: 0;
        padding-right: 0;
    }

@media only screen and (min-width:480px) {
    .page-width {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.page-container {
    position: relative;
}

@media only screen and (max-width:1023px) {
    .page-container {
        padding-bottom: 50px;
    }
}

hr {
    margin: 30px 0;
    margin: 15px 0;

    border: 0;
    border-bottom: 1px solid #ededed;
}

.hr--small {
    padding: 10px 0;
    margin: 0;
}

.hr--invisible {
    border-bottom: 0;
}

.border-bottom {
    border-bottom: 1px solid #ededed;
}

.border-top {
    border-top: 1px solid #ededed;
}

.empty-page-content {
    padding: 125px 30px;
}

@media only screen and (max-width:479px) {
    .empty-page-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.grid--table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .grid--table > .grid__item {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

.grid--no-gutters {
    margin-left: 0;
}

    .grid--no-gutters .grid__item {
        padding-left: 0;
    }

.grid--half-gutters {
    margin-left: -15px;
}

    .grid--half-gutters > .grid__item {
        padding-left: 15px;
    }

.grid--double-gutters {
    margin-left: -60px;
}

    .grid--double-gutters > .grid__item {
        padding-left: 60px;
    }

.grid--flush-bottom {
    margin-bottom: -30px;
    overflow: auto;
}

    .grid--flush-bottom > .grid__item {
        margin-bottom: 30px;
    }

.placeholder-svg {
    fill: #dedede;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ededed;
}

.placeholder-noblocks {
    padding: 40px;
    text-align: center;
}

.placeholder-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

    .placeholder-background .icon {
        border: 0;
    }

    .placeholder-background.placeholder-background--static {
        position: relative;
    }

.align--top-middle {
    text-align: center;
}

.align--top-right {
    text-align: right;
}

.align--center, .align--middle-left {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
}

.align--center {
    text-align: center;
}

.align--middle-right {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    text-align: right;
}

.align--bottom-left, .align--bottom-middle {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

.align--bottom-middle {
    text-align: center;
}

.align--bottom-right {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    text-align: right;
}

.template-blog .social-sharing {
    margin-bottom: 7.5px;
}

.blog--list-view .pagination {
    padding-top: 0;
}

.social-sharing {
    text-align: right;
}

    .social-sharing a:last-child {
        margin-right: 0;
    }

.tagline {
    text-transform: uppercase;
    font-size: 12px;
    font-family: FFMarkWebProMedium;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 0 12px;
    display: block;
}

@media only screen and (max-width:479px) {
    .tagline {
        font-size: 11px;
        font-family: FFMarkWebProBold,Helvetica,sans-serif;
    }
}

.standard-page .rte {
    padding-bottom: 90px;
    max-width: 1000px;
    margin: 0 auto;
}

    .standard-page .rte.section-header {
        margin-bottom: 30px;
        margin-top: 40px;
        padding: 0;
    }

        .standard-page .rte.section-header h1 {
            margin: 0;
        }

    .standard-page .rte p, .standard-page .rte span {
        letter-spacing: 0;
        line-height: 33px;
        margin: 20px 0;
    }

    .standard-page .rte h1, .standard-page .rte h2, .standard-page .rte h3 {
        color: #836172;
        margin: 60px 0 30px;
    }

    .standard-page .rte h4, .standard-page .rte h5 {
        color: #836172;
        margin: 40px 0 20px;
    }

    .standard-page .rte h3, .standard-page .rte h4, .standard-page .rte h5 {
        font-size: 18px;
    }

@media only screen and (max-width:1023px) {
    .standard-page .rte {
        padding-bottom: 60px;
    }

        .standard-page .rte.section-header {
            margin-top: 0;
        }
}

@media only screen and (max-width:768px) {
    .standard-page .rte {
        padding-bottom: 40px;
    }

        .standard-page .rte .h1, .standard-page .rte h1 {
            font-size: 20px;
        }

        .standard-page .rte h1, .standard-page .rte h2, .standard-page .rte h3 {
            margin-top: 30px;
        }

        .standard-page .rte h3, .standard-page .rte h4, .standard-page .rte h5 {
            font-size: 16px;
        }
}

.capitalize {
    text-transform: capitalize;
}

.inline-block {
    display: inline-block;
}

.greyscale-filter {
    -webkit-filter: brightness(0) saturate(100%) invert(36%) sepia(0) saturate(2642%) hue-rotate(315deg) brightness(115%) contrast(79%);
    filter: brightness(0) saturate(100%) invert(36%) sepia(0) saturate(2642%) hue-rotate(315deg) brightness(115%) contrast(79%);
}

.top-spacing {
    margin-top: 40px;
    margin-top: 2.5rem;
}

.bottom-spacing {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

@media only screen and (min-width:480px) {
    .top-spacing {
        margin-top: 4rem;
    }

    .bottom-spacing {
        margin-bottom: 4rem;
    }
}

.site-header .site-nav-wrapper .site-header__cart--toggle {
    display: none;
}

@media only screen and (min-width:1024px) {
    .fixed .site-header {
        -webkit-animation: d .5s linear;
        animation: d .5s linear;
        opacity: 1;
    }

        .fixed .site-header .site-nav-wrapper {
            padding-top: 5px;
        }

            .fixed .site-header .site-nav-wrapper .site-header__cart--toggle {
                display: block;
                position: absolute;
                right: -16px;
                top: 15px;
            }

    .fixed .site-header__main-bar, .fixed .site-header__promo-bar {
        display: none;
    }
}

.site-header__promo-bar {
    background: #d2ac67;
    color:#fff;
}

.site-header__promo-flex-container, .site-header__promo-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header__promo-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.site-header__promo-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10.5px;
    letter-spacing: 1.5px;
    margin-left: 15px;
    text-transform: uppercase;
}

    .site-header__promo-item:first-child {
        margin-left: 0;
    }

    .site-header__promo-item svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 8px;
    }

.site-header__logo {
    position: relative;
    z-index: 3;
}

.logo-align--center .site-header__logo {
    margin: 0 auto;
    text-align: center;
}

.site-header__logo-link {
    display: inline-block;
    word-break: break-word;
}

.site-header__logo-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    /*max-height: 75px;
    max-width: 206px;*/
}

    .site-header__logo-image img {
        /*display: table;*/
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        
    }

.site-header__icons {
    position: relative;
    white-space: nowrap;
    z-index: 8;
}

.site-header__icons-wrapper {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    position: relative;
    z-index: 2;
}

.site-header__search-form {
    border-bottom: 1px solid transparent;
    float: left;
    -webkit-transition: border-bottom .5s ease;
    transition: border-bottom .5s ease;
}

    .site-header__search-form.active {
        border-bottom: 1px solid #ededed;
    }

        .site-header__search-form.active .site-header__search-input {
            opacity: 1;
            width: 230px;
        }

.site-header__search-input {
    border: 0;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 10px;
    letter-spacing: 1.5px;
    opacity: 0;
    padding: 10px 8px;
    text-transform: uppercase;
    -webkit-transition: width .5s ease,opacity .2s ease;
    transition: width .5s ease,opacity .2s ease;
    width: 0;
}

    .site-header__search-input::-webkit-input-placeholder {
        opacity: 1;
    }

    .site-header__search-input:-ms-input-placeholder, .site-header__search-input::-ms-input-placeholder {
        opacity: 1;
    }

    .site-header__search-input::placeholder {
        opacity: 1;
    }

.site-header__account, .site-header__cart, .site-header__newsletter, .site-header__wishlist {
    position: relative;
    float: left;
    margin-left: 20px;
    height: 18px;
    outline: none;
}

.site-header__newsletter {
    margin-top: 2px;
}

.site-header__newsletter, .site-header__wishlist {
    cursor: pointer;
}

.site-header__cart-title, .site-header__search-title {
    display: inline-block;
    vertical-align: middle;
    position: absolute!important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.site-header__cart-title {
    margin-right: 3px;
}

.site-header__cart-count {
    display: block;
    top: -1px;
    right: -6px;
    min-width: 16px;
}

    .site-header__cart-count span {
        font-size: 11px;
    }

.site-header__menu {
    height: 69px;
    padding: 0;
}

    .site-header__menu .icon-hamburger {
        fill: none;
        height: 28px;
        width: 28px;
    }

.site-header__navbar {
   
    position: relative;
    top: 0;
    background: #f6fbff;
    left:0;
   -webkit-transition: all .2s;
    transition: all .2s;
    /*min-width:100%;*/
    height:100%;
}

@media screen and (max-width:1220px) {
    .site-header__search-form.active .site-header__search-input {
        width: 175px;
    }
    .mainDiv {
        margin-top: -3rem;
    }
}



@media only screen and (max-width:1023px) {
    .site-header__logo-image {
        max-height: 64px;
        max-width: 186px;
    }   
    .mainDiv {
        margin-top: -3rem;
    }

    .site-header .grid--table {
        height: 70px;
        position:fixed;
    }

    .site-header__account, .site-header__navbar, .site-header__newsletter, .site-header__search-form, .site-header__wishlist {
        display: none;
    }
}

@media only screen and (max-width:425px) {
     .site-header__logo-image {
        max-height: 64px;
        max-width: 131px;
    } 
}

@media only screen and (max-width:375px) {
     .site-header__logo-image {
        max-height: 64px;
        max-width: 105px;
    } 
}



@media only screen and (max-width:479px) {
    .site-header__cart {
        margin-left: 12px;
    }

        .site-header__cart svg {
            height: 22px;
            width: 22px;
        }
}

.top-bar {
    position: relative;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #ededed;
}

    .top-bar .selectric {
        border: none;
    }

        .top-bar .selectric .label {
            margin-left: 0;
        }

.notification-bar-top {
    background-color: #f9f9f9;
    position: relative;
    width: 100%;
    z-index: 2;
}

    .notification-bar-top .page-width {
        position: relative;
    }

    .notification-bar-top .link {
        margin: 0 auto;
        display: table;
        padding: 13px 30px;
    }

        .notification-bar-top .link[js-countdown=container] {
            display: none;
        }

            .notification-bar-top .link[js-countdown=container].visible {
                display: inline-block;
            }

.notification-bar-top__copy {
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    letter-spacing: 1.5px;
    line-height: 14px;
    position: relative;
    float: left;
}

.notification-bar-top__icon {
    width: 14px;
    height: 14px;
    margin-right: 12px;
    float: left;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.notification-bar-top--countdown .notification-bar-top__icon {
    float: none;
    vertical-align: top;
}

@media (min-width:360px) {
    .notification-bar-top--countdown .notification-bar-top__icon {
        display: inline-block;
    }
}

.notification-bar-top .btn_icon {
    right: 30px;
    top: 50%;
    padding: 0;
    position: absolute;
    border: none;
    outline: none;
    background: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .notification-bar-top .btn_icon .icon-close {
        fill: #706f6f;
        width: 13px;
        height: 13px;
        top: -2px;
        position: relative;
    }

@media only screen and (max-width:1023px) {
    .notification-bar-top .link {
        padding: 10px 15px;
    }

    .notification-bar-top .btn_icon {
        min-height: 34px;
        right: 15px;
    }
}

@media only screen and (max-width:479px) {
    .notification-bar-top .link {
        padding: 12px 15px;
    }

    .notification-bar-top p {
        font-size: 8.5px;
        font-family: FFMarkWebProBold,Helvetica,sans-serif;
        letter-spacing: 1px;
    }

    .notification-bar-top .notification-bar-top__icon {
        width: 11px;
        height: 11px;
    }

    .notification-bar-top .btn_icon .icon-close {
        width: 12px;
        height: 12px;
        top: -1px;
    }
}

@media only screen and (max-width:768px) {
    .notification-bar-top {
        display: none;
    }
}

.notification-bar-top.notification-bar-top--color-inverse .countdown__copy, .notification-bar-top.notification-bar-top--color-inverse .notification-bar-top__copy, .notification-bar-top.notification-bar-top--color-inverse .shipping-message__copy, .notification-bar-top.notification-bar-top--color-inverse .shipping-message__link {
    color: #fff;
}

.notification-bar-top.notification-bar-top--color-inverse .icon-close {
    fill: #fff;
}

.notification-bar-top.notification-bar-top--bg-gradient {
    background-color: hsla(0,0%,100%,.3);
    background-image: url(bg_collection_section_2.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.notification-bar-top--countdown {
    display: block;
}

    .notification-bar-top--countdown .notification-bar-top__icon--countdown {
        width: 16px;
        height: 14px;
        margin-right: 12px;
        float: left;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transform: translateY(90%);
        transform: translateY(90%);
    }

@media only screen and (max-width:1023px) {
    .notification-bar-top--countdown {
        height: auto;
    }
}

@media (max-width:480px) {
    .notification-bar-top__icon, .notification-bar-top__icon--countdown {
        display: none;
    }
}

.notification-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    left: 0;
    right: 0;
    text-align: left;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    .notification-bar, .notification-bar .notification-bar__slick {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%;
    }

        .notification-bar .notification-bar__slick {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0 auto;
            max-width: 1500px;
            padding: 0 15px;
            -webkit-transition: all .3s;
            transition: all .3s;
            -webkit-transition-delay: .2s;
            transition-delay: .2s;
        }

        .notification-bar .slick-arrow {
            margin-top: -8px;
            position: absolute;
            top: 50%;
            z-index: 1;
        }

            .notification-bar .slick-arrow.left {
                left: 0;
                padding: 3px 20px 3px 0;
                height: 16px;
            }

            .notification-bar .slick-arrow.right {
                right: 0;
                padding: 3px 0 3px 20px;
                height: 16px;
            }

.notification-bar__message {
    border-right: 1px solid #6d525f;
    color: #6d525f;
    display: block;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 10px;
    letter-spacing: 1.5px;
    margin-left: .6vw;
    padding-right: .6vw;
    text-transform: uppercase;
}

    .notification-bar__message:first-child {
        margin-left: 0;
    }

    .notification-bar__message:last-child {
        border-right: 0;
        padding-right: 0;
    }

.notification-bar__message-container {
    color: #fff;
    display: table;
    margin: auto;
    position: relative;
    line-height: 14px;
}

.notification-bar__message_image {
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 12px;
}

@media only screen and (min-width:1024px) {
    .notification-bar__message_image {
        float: none;
        width: 15px;
        height: 10px;
        margin-left: 5px;
    }
}

@media only screen and (max-width:1023px) {
    .notification-bar {
        height: 35px;
        text-align: center;
    }

        .notification-bar .slick-arrow {
            display: block!important;
        }

    .notification-bar__message {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .notification-bar__message-container {
        margin: 0 auto;
    }

    .notification-bar__slick:not(.slick-initialized) .notification-bar__message:not(:first-child) {
        display: none;
    }
}

@media only screen and (max-width:479px) {
    .notification-bar__message {
        font-size: 8.5px;
        font-family: FFMarkWebProBold,Helvetica,sans-serif;
    }

    .notification-bar__message__container {
        line-height: 16px;
        letter-spacing: 1px;
    }

    .notification-bar__message_image {
        height: 15px;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;
    }

    .notification-bar .notification-bar__slick {
        padding: 0 30px;
    }

    .notification-bar .slick-arrow.right {
        right: 0;
    }

    .notification-bar .slick-arrow.left {
        left: 0;
    }
}

.site-header--wrapper {
    background-color: #fff;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
}

    .site-header--wrapper .notification-bar__message, .site-header--wrapper .page-width, .site-header--wrapper .selector-group, .site-header--wrapper select {
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .site-header--wrapper .site-header {
        background: #fff;
        position: relative;
    }

@media only screen and (min-width:769px) {
    .site-header--wrapper .site-header.logo--center {
        padding-top: 30px;
    }
}



.site-header-fixed {
    -webkit-box-shadow: 0 3px 6px -6px rgba(0,0,0,.3);
    box-shadow: 0 3px 6px -6px rgba(0,0,0,.3);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
}

    .site-header-fixed.fixed {
        position: fixed!important;
    }

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
}

.no-svg .icon {
    display: none;
}

svg.icon:not(.icon--full-color) circle, svg.icon:not(.icon--full-color) ellipse, svg.icon:not(.icon--full-color) g, svg.icon:not(.icon--full-color) line, svg.icon:not(.icon--full-color) path, svg.icon:not(.icon--full-color) polygon, svg.icon:not(.icon--full-color) polyline, svg.icon:not(.icon--full-color) rect, symbol.icon:not(.icon--full-color) circle, symbol.icon:not(.icon--full-color) ellipse, symbol.icon:not(.icon--full-color) g, symbol.icon:not(.icon--full-color) line, symbol.icon:not(.icon--full-color) path, symbol.icon:not(.icon--full-color) polygon, symbol.icon:not(.icon--full-color) polyline, symbol.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke: inherit;
}

.no-svg .icon__fallback-text {
    position: static!important;
    overflow: inherit;
    clip: none;
    height: auto;
    width: auto;
    margin: 0;
}

.payment-icons {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

    .payment-icons .icon {
        width: 30px;
        height: 30px;
    }

.social-icons .icon {
    width: 18px;
    height: 18px;
    display: block;
}

    .social-icons .icon.icon--wide {
        width: 40px;
    }

    .social-icons .icon.icon-youtube {
        width: 17px;
        height: 16px;
    }

html.no-smil .product_colour_swatches .swatch_container {
    padding: 4px;
}

    html.no-smil .product_colour_swatches .swatch_container[data-colour=white] {
        background-image: none;
    }

        html.no-smil .product_colour_swatches .swatch_container[data-colour=white] .swatch {
            border: 1px solid #ddd;
        }

html.no-smil .product_colour_swatches .active {
    -webkit-box-shadow: inset 0 0 0 2px #ddd;
    box-shadow: inset 0 0 0 2px #ddd;
    background: none!important;
}

html.no-smil .product_colour_swatches .swatch {
    width: 24px;
}

html.no-smil .page-hero {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

html.no-flexbox .site-nav--has-dropdown:before, html.no-flexbox .site-nav__dropdown {
    display: none;
}

html.no-flexbox .site-nav--has-dropdown:hover .site-nav__dropdown {
    display: block;
}

html.no-flexbox .instagram-section {
    display: none;
}

html.no-flexbox .grid-view-item__content-container {
    display: block;
}

    html.no-flexbox .grid-view-item__content-container .grid-view-item__title {
        max-width: 70%;
        float: left;
    }

    html.no-flexbox .grid-view-item__content-container .price_container {
        max-width: 30%;
        float: right;
    }

html.no-flexbox .product-description {
    clear: both;
}

html.no-flexbox .cart__subtotal {
    float: right;
}

.site-nav {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: -1rem;
    padding: 28px;
    position: relative;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    justify-content: space-between;
    align-items: center;
}

.site-nav__link {
    display: block;
    font-family:'Poppins',FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.site-nav li:hover a {
    color:#d2ab67;
    font-weight:700;
}

    .site-nav__link .icon-chevron-down {
        height: 8px;
        margin-left: 2px;
        width: 8px;
    }

.site-nav--active-dropdown .site-nav__link .icon-chevron-down {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.site-nav__link.site-nav--active-dropdown {
    z-index: 2;
}

.site-nav__link.site-nav__child-link--image {
    border: 0;
}

    .site-nav__link.site-nav__child-link--image img {
        min-width: 320px;
    }

.site-nav__link--main {
    margin: 0 12px;
    padding: 12px 0 17px;
    position: relative;
    color:#005496;
    font-size:14px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    font-family:'PT Sans';
    /*width:100%;*/
}
.col-header-2 {
    height:1.5rem;
}

.site-nav li:hover {

}

    /*.site-nav__link--main:after {
        background-color: #b2b2b2;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        opacity: 0;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: width .3s ease-out,opacity .1s;
        transition: width .3s ease-out,opacity .1s;
        width: 0;
    }*/


.site-nav__link--level-2 {
    color: #706f6f;
    font-family: FFMarkWebProRegular,Helvetica,sans-serif;
    font-size: 15px;
    letter-spacing: normal;
    padding: 8px 0;
    text-transform: none;
}

    .site-nav__link--level-2:hover {
        color: #836172;
        color: #222;
        font-weight: 900;
    }

.site-nav li {
    display: inline-block;
}

    /*.site-nav li:first-child > a {
        padding-left: 0;
    }*/

    .site-nav li:last-child > a {
        /*padding-right: 0;*/
    }

.site-nav__option:hover .icon-container__image {
    opacity: 1;
}

.site-nav--has-dropdown {
    z-index: 0;
}

    .site-nav--has-dropdown .site-nav__video {
        display: none;
    }

    .site-nav--has-dropdown:before {
        -webkit-transition: all .3s;
        /*background-color: #fff;*/
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        visibility: hidden;
        width: 100%;
        z-index: -1;
    }

    .site-nav--has-dropdown.active {
        z-index: 10;
    }

    .site-nav--has-dropdown:hover {
        
        z-index: 1;
    }

        .site-nav--has-dropdown:hover .site-nav__video {
            display: block;
        }

        /*.site-nav--has-dropdown:hover .site-nav__link--main:after {
            opacity: 1;
            width: 100%;
        }*/

        .site-nav--has-dropdown:hover:before {
            opacity: .5;
            -webkit-transition: opacity .4s;
            transition: opacity .4s;
            visibility: visible;
        }

.site-nav__dropdown {
    background: transparent;
    border-top: 1px solid #dfe3e8;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    text-align: left;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    visibility: hidden;
    width: 100%;
    z-index: 7;
}

    .site-nav__dropdown li {
        display: block;
    }

.site-nav--has-dropdown:hover .site-nav__dropdown {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.site-nav__dropdown-container {
    background: #fff;
    -webkit-box-shadow: 0 12px 25px -20px hsla(0,0%,41%,.31);
    box-shadow: 0 12px 25px -20px hsla(0,0%,41%,.31);
    float: left;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
}

.site-nav__dropdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    padding-bottom: 28px;
    padding-top: 28px;
    position: relative;
    width: 100%;
}

.site-nav__dropdown-column {
    padding: 0 8px;
    padding: 0 .5rem;
}

.site-nav__dropdown-column--five {
    width: 20%;
}

    .site-nav__dropdown-column--five.site-nav__dropdown-column--image {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.site-nav__dropdown-column--four {
    width: 25%;
}

    .site-nav__dropdown-column--four.site-nav__dropdown-column--image {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.site-nav__menu-title {
    border: 1px solid transparent;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 10.5px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.site-nav__dropdown-menu {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 25px;
    padding-top: 16px;
    padding-top: 1rem;
}

.site-nav .icon-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    padding: 2px 0;
}

.site-nav .icon-container__image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
}

.site-nav .icon-container__image {
    height: 30px;
    margin-right: 8px;
    margin-right: .5rem;
    opacity: .6;
}

.site-nav__image-container {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
}

    .site-nav__image-container, .site-nav__image-container a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

        .site-nav__image-container a:hover .site-nav__image {
            opacity: .9;
        }

        .site-nav__image-container img {
            display: block;
        }

.site-nav__image-wrapper {
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    width: 100%;
}

.site-nav__image-wrapper--aspect-ratio-1-1 {
    padding-top: 100%;
}

.site-nav__image-wrapper--aspect-ratio-3-1 {
    padding-top: 33.33333%;
}

.site-nav__image-wrapper--aspect-ratio-3-2 {
    padding-top: 66.66667%;
}

.site-nav__video {
    -o-object-fit: cover;
    object-fit: cover;
}

.site-nav__image, .site-nav__video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.site-nav__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: 0;
}

.site-nav__image-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 19.2px;
    margin-top: 1.2rem;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width:1240px) {
    .site-nav__link--main {
        margin: 0 30px;
    }
}

.rte img {
    height: auto;
}

.rte table {
    table-layout: fixed;
}

.rte ol, .rte ul {
    margin: 0 0 7.5px 15px;
}

    .rte ol.list--inline, .rte ul.list--inline {
        margin-left: 0;
    }

.rte ul {
    list-style: disc outside;
}

    .rte ul ul {
        list-style: circle outside;
    }

        .rte ul ul ul {
            list-style: square outside;
        }

.rte li {
    list-style: initial;
}

.text-center.rte ol, .text-center .rte ol, .text-center.rte ul, .text-center .rte ul {
    margin-left: 0;
    list-style-position: inside;
}

.rte__table-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.template-search .main-content {
    padding-top: 40px;
    padding-bottom: 100px;
}

.template-search .section-header {
    margin-top: 60px;
}

.template-search h1 {
    font-size: 22px;
    color: #836172;
    margin-bottom: 30px;
}

.template-search .input-group__btn .btn, .template-search .input-group__field {
    height: 50px;
}

.template-search .input-group__btn .btn {
    min-width: 150px;
}

.template-search .list-view-items {
    max-width: 960px;
}

.template-search .pagination {
    margin-top: 40px;
}

.template-search .list-view-item__title {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
}

.template-search .list-view-item__description {
    font-size: 14px;
    margin-top: 0;
}

@media only screen and (max-width:768px) {
    .template-search .list-view-item__description {
        line-height: 18px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

.template-search .list-view-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.template-search p {
    margin-bottom: 0;
}

.template-search .list-view-item__on-sale {
    display: none;
}

@media only screen and (max-width:768px) {
    .template-search .main-content {
        padding-bottom: 60px;
    }

    .template-search .section-header {
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .template-search .section-header h1 {
            font-size: 20px;
        }

    .template-search .input-group__btn .btn {
        min-width: 0;
    }

    .template-search .list-view-item__image-column.article {
        display: none;
    }
}

@media only screen and (max-width:479px) {
    .template-search .input-group__btn .btn, .template-search .input-group__field {
        height: 40px;
    }

    .template-search .section-header {
        margin-top: 30px;
    }

        .template-search .section-header h1 {
            font-size: 18px;
        }
}

.search-bar__form {
    display: table;
    width: 100%;
    position: relative;
    height: 40px;
    border: 1px solid transparent;
}

@media only screen and (max-width:479px) {
    .search-bar__form {
        width: 100%;
    }
}

.search-bar__submit .icon {
    position: relative;
    top: -1px;
    height: 30px;
}

.search-bar__submit, .search-header__submit {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0 0 5px;
    height: 100%;
    z-index: 1;
}

.search-bar__input, .search-header__input {
    background-color: transparent;
    border-radius: 0;
    border-color: transparent;
    padding-left: 35px;
    width: 100%;
}

    .search-bar__input::-webkit-input-placeholder, .search-header__input::-webkit-input-placeholder {
        color: #706f6f;
        opacity: .7;
    }

    .search-bar__input::-moz-placeholder, .search-header__input::-moz-placeholder {
        color: #706f6f;
        opacity: .7;
    }

    .search-bar__input:-ms-input-placeholder, .search-header__input:-ms-input-placeholder {
        color: #706f6f;
        opacity: 0;
    }

    .search-bar__input::-ms-input-placeholder, .search-header__input::-ms-input-placeholder {
        color: #706f6f;
        opacity: 1;
    }

.search-bar__input {
    border: 1px solid transparent;
}

    .search-bar__input:focus {
        border-color: transparent;
    }

.search-header__input:hover + .btn--link {
    opacity: .7;
}

.search-bar {
    border: 1px solid #ededed;
    padding: 0 15px;
}

.search-bar__table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.search-bar__table-cell {
    display: table-cell;
    vertical-align: middle;
}

.search-bar__form-wrapper {
    width: 90%;
}

.search-header {
    color: #706f6f;
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 30px;
    vertical-align: middle;
}

    .search-header.search--focus {
        max-width: 250px;
    }

.search-header__input {
    cursor: pointer;
}

.search--focus .search-header__input {
    outline: none;
    border-color: #ededed;
    cursor: auto;
}

.search--focus .search-header__submit {
    padding-left: 10px;
    pointer-events: auto;
}

.search-header__submit {
    pointer-events: none;
}

.search-header, .search-header__submit {
    -webkit-transition: all .2s;
    transition: all .2s;
}

.no-svg .search-header {
    max-width: none;
}

.no-svg .search__input {
    width: auto;
    padding-left: 60px;
}

table {
    margin-bottom: 15px;
}

td, th {
    text-align: left;
    border: 1px solid #ededed;
    padding: 10px 14px;
}

@media only screen and (max-width:479px) {
    .responsive-table thead {
        display: none;
    }

    .responsive-table tr {
        display: block;
    }

    .responsive-table td, .responsive-table tr {
        float: left;
        clear: both;
        width: 100%;
    }

    .responsive-table td, .responsive-table th {
        display: block;
        text-align: right;
        padding: 15px;
        border: 0;
        margin: 0;
    }

        .responsive-table td:before {
            content: attr(data-label);
            float: left;
            text-align: center;
            font-size: 12px;
            padding-right: 10px;
        }

    .responsive-table__row + .responsive-table__row, tfoot > .responsive-table__row:first-child {
        position: relative;
        margin-top: 10px;
        padding-top: 30px;
    }

        .responsive-table__row + .responsive-table__row:after, tfoot > .responsive-table__row:first-child:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 15px;
            right: 15px;
            border-bottom: 1px solid #ededed;
        }
}

.font-error {
    text-align: center;
    background: red;
    color: #fff;
    padding: 10px;
    margin: 0;
}

blockquote {
    text-align: left;
    font-size: 34px;
    line-height: 1.4;
    color: #836172;
    margin: 40px 0;
}

    blockquote p {
        font-size: 38px;
    }

    blockquote cite {
        display: block;
        font-size: .85em;
    }

code, pre {
    font-family: Consolas,monospace;
    font-size: 1em;
}

pre {
    overflow: auto;
}

strong {
    font-weight: 400;
    font-family: FFMarkWebProBold,Helvetica,sans-serif;
}

.h1, .h1 span, .h2, .h2 span, .h3, .h3 span, .h4, .h4 span, .h5, .h5 span, .h6, .h6 span, h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span, h5, h5 span, h6, h6 span {
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    font-weight: 400;
    margin: 0;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #737373;
    letter-spacing: 3px;
}

    .h1 a, .h1 span a, .h2 a, .h2 span a, .h3 a, .h3 span a, .h4 a, .h4 span a, .h5 a, .h5 span a, .h6 a, .h6 span a, h1 a, h1 span a, h2 a, h2 span a, h3 a, h3 span a, h4 a, h4 span a, h5 a, h5 span a, h6 a, h6 span a {
        color: inherit;
        text-decoration: none;
        font-weight: inherit;
    }

.h1, h1 {
    font-size: 48px;
    font-size: 3rem;
    /*font-size: 24px;*/
}

.h2, h2 {
    font-size: 34.285px;
    font-size: 2.1428571429rem;
}

.h3, h3 {
    font-size: 27.428px;
    font-size: 1.7142857143rem;
}

.h4, h4 {
    font-size: 18.285px;
    font-size: 1.1428571429rem;
}

.h5, h5 {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 140%;
}

@media only screen and (min-width:480px) {
    .h5, h5 {
        font-size: 16px;
        letter-spacing: 2.5px;
        line-height: 140%;
    }
}

.h6, h6 {
    font-size: 18.285px;
    font-size: 1.1428571429rem;
}

p {
    font-size: 16px;
    letter-spacing: .3px;
    line-height: 26px;
}

    p a {
        color: #005496;
        text-decoration: underline;
    }

@media only screen and (max-width:479px) {
    p {
        font-size: 14px;
    }
}

.heading-2 {
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
}

@media only screen and (min-width:480px) {
    .heading-2 {
        font-size: 22px;
    }
}

.text-link {
    display: block;
    font-size: 10px;
    line-height: 1.5;
}

    .text-link.text-link--grey {
        color: #706f6f;
    }

        .text-link.text-link--black, .text-link.text-link--grey:hover {
            color: #222;
        }

            .text-link.text-link--black:hover {
                opacity: .7;
            }

li {
    list-style: none;
}

.fine-print {
    font-size: 16px;
    font-size: 1rem;
    font-style: italic;
}

.txt--minor {
    font-size: 80%;
}

.txt--emphasis {
    font-style: italic;
}

.address {
    margin-bottom: 30px;
}

.body-2 {
    font-family: FFMarkWebProRegular,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

@media only screen and (min-width:480px) {
    .body-2 {
        font-size: 15px;
    }
}

.meta, .site-footer__newsletter-legal p {
    font-family: FFMarkWebProRegular,Helvetica,sans-serif;
    font-size: 11.1px;
    line-height: 1.5;
}

.caption {
    font-size: 8.5px;
    letter-spacing: 1px;
    line-height: 1.79;
    text-transform: uppercase;
}

@media only screen and (min-width:480px) {
    .caption {
        font-size: 10px;
        letter-spacing: 1.5px;
    }
}

.mega-title {
    margin-bottom: 25px;
    font-size: 24px;
    color: #836172;
}

    .mega-title p {
        display: none;
    }

.mega-subtitle p {
    font-size: 15px;
}

    .mega-subtitle p p {
        color: inherit;
    }

.page-404 .page-hero {
    min-height: 550px;
    height: auto;
    height: 65vh;
    margin-bottom: 85px;
}

.page-404 .page-hero__title-wrapper {
    background: #fff;
    padding: 0;
    position: relative;
    width: 400px;
    height: 400px;
    top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 15px;
}

.page-404 .page-hero__title-container {
    max-width: 300px;
    margin: 0 auto;
    padding: 30px 15px;
}

.page-404 .page-hero__title {
    font-size: 28px;
    margin-bottom: 15px;
}

.page-404 .page-hero__description {
    margin-bottom: 40px;
    display: block;
}

.page-404 .page-hero__btn {
    min-width: 200px;
}

@media (max-width:1440px) {
    .page-404 .page-hero {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:1023px) {
    .page-404 .page-hero {
        height: 500px;
        min-height: 400px;
    }

    .page-404 .page-hero__title-wrapper {
        width: 350px;
        height: 350px;
    }
}

@media only screen and (max-width:768px) {
    .page-404 .page-hero {
        height: 450px;
    }

    .page-404 .page-hero__title-wrapper {
        width: 320px;
        height: 320px;
    }

    .page-404 .page-hero__title {
        font-size: 22px;
    }
}

@media only screen and (max-width:479px) {
    .page-404 .page-hero {
        height: 400px;
        margin-bottom: 40px;
    }

    .page-404 .page-hero__title-wrapper {
        max-width: 285px;
        width: 100%;
        height: 285px;
    }

    .page-404 .page-hero__title {
        font-size: 18px;
    }

    .page-404 .page-hero__description {
        margin-bottom: 20px;
    }
}

.page-404 .grid.block_section {
    margin-left: -40px;
    margin-bottom: 80px;
}

    .page-404 .grid.block_section .grid__item {
        padding-left: 40px;
    }

.page-404 .section-header {
    margin-bottom: 50px;
}

.page-404__block {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

    .page-404__block:before {
        content: "";
        padding-bottom: 100%;
        display: block;
    }

    .page-404__block:hover .page-404__image {
        opacity: .85;
    }

.page-404__image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.page-404__title {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    top: 50%;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    padding: 30px;
    font-size: 18px;
}

@media only screen and (max-width:1023px) {
    .page-404 .grid.block_section {
        margin-left: -30px;
        margin-bottom: 45px;
    }

        .page-404 .grid.block_section .grid__item {
            padding-left: 30px;
        }

    .page-404__title {
        font-size: 16px;
    }
}

@media only screen and (max-width:768px) {
    .page-404__block {
        max-width: 400px;
        margin: 0 auto 30px;
    }
}

@media only screen and (max-width:768px) {
    .page-404 .section-header {
        margin-bottom: 40px;
    }
}

.account-page .main-content {
    padding-top: 120px;
    padding-bottom: 85px;
}

.account-page.template-customers-login .main-content, .account-page.template-customers-register .main-content {
    padding-bottom: 0;
    padding-top: 35px;
}

.account-page.template-customers-login .site-footer, .account-page.template-customers-register .site-footer {
    padding-top: 60px;
}

@media only screen and (max-width:768px) {
    .account-page.template-customers-login .site-footer, .account-page.template-customers-register .site-footer {
        padding-top: 40px;
    }
}

.account-page .page-width.account {
    position: relative;
}

@media only screen and (min-width:1024px) {
    .account-page .page-width.account {
        padding-top: 15px;
    }
}

.account-page .page-width.account:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ededed;
    top: 0;
    left: 50%;
    display: block;
}

.account-page .account__image {
    position: relative;
}

@media only screen and (min-width:1024px) {
    .account-page .account__image {
        padding-top: 40px;
    }

        .account-page .account__image:before {
            background-color: #ededed;
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: cover;
            content: "";
            display: block;
            height: 100%;
            left: 50%;
            position: absolute;
            top: 0;
            width: 50%;
        }

        .account-page .account__image .payment-info {
            border: 0;
            margin: 0 auto 15px;
            padding: 0;
        }
}

.account-page .account_wrapper {
    max-width: 535px;
    margin: 0 auto;
    padding: 30px 0;
}

@media only screen and (min-width:1024px) {
    .account-page .account_wrapper--image-overlay {
        border-top: 0;
        margin: 0;
        margin-left: 15px;
        max-width: 400px;
        padding: 30px;
    }

        .account-page .account_wrapper--image-overlay .page_title {
            margin-bottom: 20px;
        }

        .account-page .account_wrapper--image-overlay .btn--login {
            margin-top: 20px!important;
        }
}

.account-page .account_wrapper--image-overlay-login {
    margin-top: 30px;
}

@media only screen and (max-width:1023px) {
    .account-page .account_wrapper--image-overlay-login {
        display: none;
    }
}

.account-page .account_wrapper .overlay-text p {
    line-height: 30px;
    font-size: 15px;
}

.account-page .medium-up--one-half:first-child .account_wrapper {
    padding-right: 15px;
}

.account-page .medium-up--one-half:last-child .account_wrapper {
    padding-left: 15px;
}

.account-page h1.page_title {
    color: #836172;
    font-size: 25.142px;
    font-size: 1.5714285714rem;
    margin-bottom: 30px;
}

.account-page h2.page_subtitle {
    font-size: 18px;
    color: #836172;
    margin-bottom: 30px;
    padding-top: 5px;
}

.account-page .form-vertical input, .account-page .form-vertical select, .account-page .form-vertical textarea {
    margin-bottom: 34px;
}

.account-page .form-vertical .btn {
    padding: 16px 15px;
    margin: 0;
    min-width: 160px;
}

    .account-page .form-vertical .btn.main {
        min-width: 250px;
    }

@media only screen and (min-width:769px) {
    .account-page .form-vertical .input-group--one-half input {
        display: inline-block;
        margin-bottom: 15px;
        margin-right: 10px;
        width: 48%;
        width: calc(50% - 10px);
    }

        .account-page .form-vertical .input-group--one-half input:nth-of-type(2n) {
            margin-right: 0;
        }
}

.account-page .text-link-reset {
    text-align: right;
    float: right;
    padding: 16px 0;
    font-size: 15px;
}

.account-page .seperator {
    display: block;
    clear: both;
    font-size: 20px;
    letter-spacing: 2.7px;
    line-height: 1;
    color: #c6c6c6;
    margin: 50px 0 45px;
}

.account-page .register_bullet_wrapper {
    padding-left: 30px;
    margin-bottom: 30px;
}

    .account-page .register_bullet_wrapper li {
        position: relative;
        padding-bottom: 5px;
        font-size: 15px;
        letter-spacing: .3px;
        line-height: 26px;
    }

        .account-page .register_bullet_wrapper li:before {
            content: "";
            width: 10px;
            height: 10px;
            background-image: url(ico-bullet.svg);
            position: absolute;
            left: -30px;
            top: 7px;
        }

.account-page .checkbox {
    position: relative;
    margin-bottom: 35px;
}

    .account-page .checkbox input {
        position: absolute;
        margin: 0;
        left: 0;
        top: 4px;
    }

    .account-page .checkbox label {
        font-size: 15px;
        font-weight: 400;
        padding-left: 25px;
        display: block;
        margin: 0;
    }

.account-page .grid.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -50px;
}

    .account-page .grid.flex .grid__item {
        padding-left: 50px;
    }

        .account-page .grid.flex .grid__item.small {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 290px;
            flex: 0 0 290px;
        }

        .account-page .grid.flex .grid__item.large {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

    .account-page .grid.flex h1 {
        font-size: 22px;
        margin-bottom: 40px;
    }

.account-page .section-header {
    display: table;
    width: 100%;
    margin-bottom: 40px;
}

    .account-page .section-header h1.page_title {
        margin-bottom: 20px;
    }

    .account-page .section-header h2.page_subtitle {
        float: left;
        margin: 0;
    }

    .account-page .section-header .logout {
        float: right;
        padding-top: 7px;
    }

    .account-page .section-header .btn {
        float: right;
        min-width: 250px;
        margin-top: -5px;
    }

.account-page .selectric-account_menu {
    display: none;
    margin: -30px 0 40px;
}

.account-page .account_menu {
    background-color: #f8f8f8;
    padding: 40px 30px;
}

    .account-page .account_menu.desktop {
        display: block;
    }

    .account-page .account_menu.mobile {
        opacity: 0;
        position: absolute;
    }

    .account-page .account_menu li {
        margin-bottom: 20px;
    }

        .account-page .account_menu li:last-child {
            margin: 0;
        }

    .account-page .account_menu .active {
        font-family: FFMarkWebProBold,Helvetica,sans-serif;
    }

.account-page .customer_info {
    margin-bottom: 60px;
}

.account-page .customer_info__field {
    position: relative;
    margin-bottom: 15px;
}

.account-page .customer_info p {
    margin: 0;
}

.account-page .customer_info .title {
    position: absolute;
    top: 0;
    left: 0;
}

.account-page .customer_info .info {
    padding-left: 110px;
}

.account-page .address_edit_form, .account-page .address_new_form {
    max-width: 800px;
    margin: 0 auto 50px;
    clear: both;
}

    .account-page .address_edit_form .grid, .account-page .address_new_form .grid {
        margin-left: -50px;
    }

    .account-page .address_edit_form label, .account-page .address_new_form label {
        font-weight: 400;
    }

    .account-page .address_edit_form .selectric, .account-page .address_new_form .selectric {
        margin-bottom: 34px;
    }

        .account-page .address_edit_form .selectric .label, .account-page .address_new_form .selectric .label {
            line-height: 48px;
            height: 48px;
            font-family: FFMarkWebProRegular,Helvetica,sans-serif;
        }

.account-page .address_edit_form {
    padding-left: 50px;
}

.account-page .address_wrapper.grid {
    margin-left: -50px;
}

.account-page .address {
    border: 1px solid #ededed;
    position: relative;
    margin-bottom: 50px;
}

    .account-page .address.primary {
        border-color: #a78596;
    }

.account-page .address__primary {
    position: absolute;
    background-color: #836172;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-family: FFMarkWebProBold,Helvetica,sans-serif;
    letter-spacing: 2px;
    padding: 3px 0;
    top: -10px;
    left: 0;
    right: 0;
    width: 87px;
    margin: 0 auto;
}

.account-page .address p {
    line-height: 1.6;
    margin: 30px 0 25px;
}

.account-page .address .btn_wrapper {
    margin-bottom: 25px;
}

.account-page .address button {
    max-width: 115px;
    width: 100%;
    background-color: #fff;
    color: #706f6f;
    border: 1px solid #eadde4;
    margin: 0 6px;
}

    .account-page .address button:hover {
        background-color: #836172;
        color: #fff;
        border-color: #836172;
    }

.account-page .responsive-table td, .account-page .responsive-table th {
    text-align: center;
    border: 0;
    padding: 20px;
}

.account-page .responsive-table th {
    background-color: #f8f8f8;
    font-weight: 400;
    font-size: 14px;
}

.account-page .responsive-table td {
    font-size: 15px;
}

.account-page .responsive-table .btn--secondary {
    background: transparent;
    color: #836172;
    font-family: FFMarkWebProBold,Helvetica,sans-serif;
    padding: 0;
    line-height: 2;
    font-size: 15px;
}

.account-page.template-customers-order .responsive-table td, .account-page.template-customers-order .responsive-table th {
    text-align: left;
}

.account-page.template-customers-order .responsive-table td {
    padding: 15px 20px;
}

.account-page .payment-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #ededed;
    padding: 15px 15px 0;
}

@media only screen and (min-width:1500px) {
    .account-page .payment-info {
        margin: 30px auto 0;
    }
}

@media only screen and (max-width:1023px) {
    .account-page .payment-info {
        margin: 0 auto;
    }
}

@media only screen and (max-width:768px) {
    .account-page .payment-info {
        text-align: center;
    }
}

.account-page .payment-info__block {
    margin: 0 60px;
    text-align: center;
}

.account-page .payment-info__title {
    color: #706f6f;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
}

.account-page .payment-info__text {
    color: #706f6f;
    font-size: 15px;
    line-height: 30px;
    margin: 0;
}

.account-page .payment-info__logos img {
    height: 30px;
}

.account-page .payment-info .cart__payment-title {
    margin-top: 0;
    padding-top: 15px;
}

.account-page .payment-info .cart__cards {
    margin: 10px 0 30px;
    max-width: none;
}

.account-page .payment-info .cart__cards--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .account-page .payment-info .cart__cards--left li:first-of-type {
        margin-left: 0;
    }

@media only screen and (max-width:768px) {
    .account-page .payment-info .cart__cards--left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width:1300px) and (min-width:1024px) {
    .account-page .address_wrapper .address_grid.grid__item {
        width: 50%;
    }
}

@media only screen and (max-width:1023px) {
    .account-page .main-content {
        padding-top: 100px;
        padding-bottom: 65px;
    }

    .account-page .form-vertical .btn {
        padding: 14px 15px;
        margin: 0;
        min-width: 160px;
    }

        .account-page .form-vertical .btn.main {
            min-width: 160px;
        }

    .account-page .account_menu.desktop {
        display: none;
    }

    .account-page h2.page_subtitle {
        padding-top: 0;
    }

    .account-page .section-header .logout {
        padding-top: 4px;
    }

    .account-page .section-header .btn {
        margin-top: -10px;
    }

    .account-page .selectric-account_menu {
        display: block;
    }

    .account-page .grid.flex .grid__item.small {
        display: none;
    }

    .account-page .grid.flex .address_wrapper, .account-page .grid.flex .grid {
        margin-left: -30px;
    }

        .account-page .grid.flex .address_wrapper .grid__item, .account-page .grid.flex .grid .grid__item {
            padding-left: 30px;
        }

    .account-page .address {
        margin-bottom: 30px;
    }

        .account-page .address button {
            max-width: 90px;
        }

    .account-page .address_edit_form {
        padding-left: 30px;
    }
}

@media (max-width:900px) {
    .account-page .address_wrapper .address_grid.grid__item {
        width: 50%;
    }
}

@media (max-width:600px) {
    .account-page .address_wrapper .address_grid.grid__item {
        width: 100%;
    }
}

@media only screen and (max-width:1023px) {
    .account-page .page-width.account:after {
        display: none;
    }

    .account-page .medium-up--one-half:first-child .account_wrapper {
        padding: 0 0 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #ededed;
    }

    .account-page .medium-up--one-half:last-child .account_wrapper {
        padding: 0;
    }

    .account-page .responsive-table td, .account-page .responsive-table th {
        text-align: center;
        border: 0;
        padding: 20px 10px;
    }

    .account-page .responsive-table .btn--secondary, .account-page .responsive-table td {
        font-size: 14px;
    }
}

@media only screen and (max-width:479px) {
    .account-page.template-customers-addresses .section-header .btn {
        width: 100%;
        margin: 25px 0 0;
    }

    .account-page.template-customers-addresses .section-header h2.page_subtitle {
        max-width: 200px;
        line-height: 1.4;
    }

    .account-page .main-content {
        padding-top: 80px;
    }

    .account-page h1.page_title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .account-page h2.page_subtitle {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .account-page .register_bullet_wrapper {
        margin-bottom: 25px;
    }

        .account-page .register_bullet_wrapper li {
            font-size: 14px;
        }

    .account-page .form-vertical .btn {
        width: 100%;
    }

    .account-page .customer_info {
        margin-bottom: 40px;
    }

    .account-page .text-link-reset {
        float: none;
        text-align: center;
        display: block;
        padding-bottom: 0;
        width: 100%;
    }

    .account-page .seperator {
        text-align: center;
        margin: 40px 0 35px;
    }

    .account-page .checkbox, .account-page .form-vertical input, .account-page .form-vertical select, .account-page .form-vertical textarea {
        margin-bottom: 25px;
    }

        .account-page .checkbox label {
            font-size: 14px;
        }

    .account-page .selectric-account_menu {
        margin: -20px 0 30px;
    }

    .account-page .address_edit_form .selectric, .account-page .address_new_form .selectric {
        margin-bottom: 25px;
    }

    .account-page .section-header {
        margin-bottom: 30px;
    }

        .account-page .section-header h2.page_subtitle {
            margin-bottom: 0;
        }

    .account-page .responsive-table {
        display: block;
        width: 100%;
        padding: 15px;
        background-color: #f8f8f8;
        margin-bottom: 30px;
    }

        .account-page .responsive-table tbody, .account-page .responsive-table tfoot {
            display: table;
            width: 100%;
        }

        .account-page .responsive-table th {
            text-align: left;
        }

        .account-page .responsive-table td {
            font-size: 14px;
            text-align: right;
            padding: 10px 0;
        }

        .account-page .responsive-table .btn--secondary {
            line-height: 1;
        }

    .account-page.template-customers-order .responsive-table {
        margin-bottom: 0;
    }

        .account-page.template-customers-order .responsive-table td {
            text-align: right;
            padding: 10px 0;
        }

    .account-page.template-customers-order .responsive-table__row + .responsive-table__row, .account-page.template-customers-order tfoot > .responsive-table__row:first-child {
        padding-top: 20px;
    }
}

* {
    min-height: 0;
    min-width: 0;
}

.template-article .breadcrumb {
    float: none;
    margin: 0 0 25px;
    padding: 0;
}

.template-article .section-header {
    margin-bottom: 25px;
}

    .template-article .section-header .article__title {
        font-size: 24px;
        margin-bottom: 0;
    }

.template-article .no-image-article__header {
    position: relative;
}

    .template-article .no-image-article__header .article__title {
        font-size: 34px;
        margin-bottom: 30px;
        padding-bottom: 20px;
        position: relative;
        padding-left: 350px;
    }

@media only screen and (min-width:480px) {
    .template-article .no-image-article__header .article__title {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

@media only screen and (min-width:769px) {
    .template-article .no-image-article__header .article__title:after {
        content: "";
        border-bottom: 1px solid #ededed;
        width: 115px;
        height: 1px;
        position: absolute;
        left: 24.4%;
        top: 80px;
    }
}

.template-article .no-image-article__body {
    margin-top: 0;
}

@media only screen and (min-width:769px) {
    .template-article .no-image-article__body {
        margin-top: 120px;
    }
}

@media only screen and (min-width:1024px) {
    .template-article .no-image-article__body {
        margin-top: 150px;
    }
}

.template-article .article .h1, .template-article .article .h1 span, .template-article .article .h2, .template-article .article .h2 span, .template-article .article .h3, .template-article .article .h3 span, .template-article .article .h4, .template-article .article .h4 span, .template-article .article .h5, .template-article .article .h5 span, .template-article .article .h6, .template-article .article .h6 span, .template-article .article h1, .template-article .article h1 span, .template-article .article h2, .template-article .article h2 span, .template-article .article h3, .template-article .article h3 span, .template-article .article h4, .template-article .article h4 span, .template-article .article h5, .template-article .article h5 span, .template-article .article h6, .template-article .article h6 span {
    color: #836172;
    margin-top: 30px;
}

.template-article .article p, .template-article .article p span {
    letter-spacing: 0;
    line-height: 26px;
}

    .template-article .article p:empty, .template-article .article p span:empty {
        display: none;
    }

.template-article .article blockquote p, .template-article .article blockquote span {
    font-size: 34px;
    line-height: 1.4;
}

.template-article .article__grid-image.feature:after {
    padding-bottom: 46%;
}

.template-article .article__body {
    background: #fff;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: -12%;
    position: relative;
    padding: 40px 70px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0;
    line-height: 33px;
}

    .template-article .article__body .blog-carousel, .template-article .article__body .section-images-row, .template-article .article__body .video-wrapper {
        margin-left: -2px;
        width: 134%;
        max-width: 134%;
    }

    .template-article .article__body img {
        width: auto;
        max-width: 100%;
        margin: 0;
    }

    .template-article .article__body .video-wrapper {
        padding-bottom: 75.33%;
    }

    .template-article .article__body .blog-carousel__image {
        width: 100%;
        -webkit-transition: all .3s;
        transition: all .3s;
        visibility: hidden;
        opacity: 0;
    }

    .template-article .article__body .blog-carousel .slick-dots {
        bottom: 50px;
        left: 50px;
    }

.template-article .article__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
}

.template-article .article__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 50px;
}

.template-article .article__footer {
    display: block;
    margin-top: 70px;
    margin-left: -250px;
}

.template-article .article__date {
    text-align: center;
    display: block;
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;
    padding-top: 15px;
}

    .template-article .article__date .day {
        color: #836172;
        display: block;
        font-size: 80px;
        line-height: 1;
    }

    .template-article .article__date .month_year {
        color: #836172;
        display: block;
        font-size: 15px;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    }

.template-article .article__social {
    display: table;
    margin: 0 auto;
}

    .template-article .article__social .btn--share {
        display: block;
        margin: 40px 0;
    }

        .template-article .article__social .btn--share svg {
            margin: 0 auto;
            display: table;
        }

.template-article .article__social_footer .social-sharing {
    text-align: left;
}

    .template-article .article__social_footer .social-sharing a:first-child {
        margin-left: 0;
    }

.template-article .article__categories {
    display: inline-block;
    margin: 0 0 10px;
}

    .template-article .article__categories .cat_styling {
        color: #c6c6c6;
        float: left;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        line-height: 1;
        color: #706f6f;
    }

.template-article .article__categories__title.cat_styling {
    padding-right: 30px;
    border-right: 1px solid #c6c6c6;
    margin: 0 15px 0 0;
}

.template-article .article__categories__category.cat_styling {
    color: #706f6f;
    margin-bottom: 10px;
    padding: 0 15px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

    .template-article .article__categories__category.cat_styling:hover {
        color: #836172;
    }

.template-article .article__related {
    margin-bottom: 30px;
}

.template-article .collection-slider {
    margin-left: -255px;
    width: 138%;
    max-width: 138%;
}

    .template-article .collection-slider p, .template-article .collection-slider span {
        letter-spacing: .3px;
        line-height: 26px;
    }

    .template-article .collection-slider .swatches p, .template-article .collection-slider .swatches span {
        line-height: 1;
    }

    .template-article .collection-slider .swatches .swatch.swatch__text {
        margin: 0;
    }

    .template-article .collection-slider .swatches .swatch__text--item {
        padding: 3px 10px;
    }

    .template-article .collection-slider .iWishAddColl {
        top: 20px;
        right: 20px;
    }

    .template-article .collection-slider .grid-view-item {
        padding: 20px;
    }

        .template-article .collection-slider .grid-view-item .product-form {
            left: 20px;
            right: 20px;
            bottom: 20px;
        }

    .template-article .blog-carousel img, .template-article .collection-slider img, .template-article .section-images-row img {
        margin: auto;
        margin-left: auto!important;
        max-width: 100%!important;
        width: auto!important;
    }

@media (max-width:1500px) {
    .template-article .no-image-article__header .article__title {
        padding-left: 300px;
        font-size: 28px;
    }
}

@media (min-width:1369px) and (max-width:1499px) {
    .template-article .no-image-article__header .article__title {
        padding-left: 290px;
    }
}

@media (max-width:1366px) {
    .template-article .no-image-article__header .article__title {
        padding-left: 255px;
        padding-bottom: 0;
        font-size: 28px;
    }

        .template-article .no-image-article__header .article__title:after {
            left: 20%;
        }

    .template-article .article__body {
        width: 92%;
        padding: 40px 40px 70px;
    }

        .template-article .article__body .blog-carousel, .template-article .article__body .section-images-row, .template-article .article__body .video-wrapper {
            margin-left: -205px;
            width: 126.5%;
            width: 87vw;
            max-width: 126.5%;
            max-width: 87vw;
        }

        .template-article .article__body .video-wrapper {
            padding-bottom: 73%;
        }

    .template-article .collection-slider {
        margin-left: -225px;
        width: 135%;
        width: 91vw;
        max-width: 135%;
        max-width: 91vw;
    }
}

@media (min-width:1024px) and (max-width:1162px) {
    .template-article .no-image-article__header .article__title {
        padding-left: 245px;
    }

        .template-article .no-image-article__header .article__title:after {
            top: 120px;
            left: 25%;
        }
}

@media (min-width:769px) and (max-width:1023px) {
    .template-article .no-image-article__header .article__title {
        padding-bottom: 0;
        padding-left: 180px;
    }
}

@media only screen and (max-width:1023px) {
    .template-article .no-image-article__header .article__title:after {
        display: none;
    }

    .template-article .article blockquote p, .template-article .article blockquote span {
        font-size: 28px;
    }

    .template-article .article__grid-image.feature:after {
        padding-bottom: 55%;
    }

    .template-article .article__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
    }

    .template-article .article__right {
        padding-left: 30px;
    }

    .template-article .article__body {
        padding: 20px 20px 50px;
    }

        .template-article .article__body .blog-carousel, .template-article .article__body .section-images-row, .template-article .article__body .video-wrapper {
            margin-left: -140px;
            width: 130%;
            width: 86vw;
            max-width: 130%;
            max-width: 86vw;
        }

        .template-article .article__body .video-wrapper {
            padding-bottom: 68%;
        }

        .template-article .article__body .blog-carousel .slick-dots {
            bottom: 30px;
            left: 30px;
        }

    .template-article .article__date {
        padding-bottom: 20px;
    }

        .template-article .article__date .day {
            font-size: 60px;
        }

    .template-article .article__social .btn--share {
        margin: 30px 0;
    }

    .template-article .article__footer {
        margin-top: 50px;
        margin-left: -175px;
    }

    .template-article .collection-slider {
        margin-left: -160px;
        width: 130%;
        width: 90vw;
        max-width: 130%;
        max-width: 90vw;
    }
}

@media only screen and (max-width:768px) {
    .template-article .section-header .article__title {
        text-align: center;
        padding-left: 0;
    }

    .template-article .article__body {
        display: block;
        margin-top: 0;
        padding: 0 0 50px;
        width: 100%;
    }

        .template-article .article__body .blog-carousel, .template-article .article__body .section-images-row, .template-article .article__body .video-wrapper {
            margin-left: 0;
            width: 100%;
            max-width: 100%;
        }

        .template-article .article__body .video-wrapper {
            padding-bottom: 56.5%;
        }

    .template-article .article__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px 0;
        padding-left: 10px;
    }

    .template-article .article__right {
        padding-left: 0;
    }

    .template-article .article__grid-image.feature {
        margin-left: -30px;
        margin-right: -30px;
    }

    .template-article .article__date {
        padding: 0;
        border-bottom: none;
    }

        .template-article .article__date .day {
            font-size: 34px;
            font-family: FFMarkWebProBold,Helvetica,sans-serif;
        }

        .template-article .article__date .month_year {
            font-size: 14px;
            font-family: FFMarkWebProBold,Helvetica,sans-serif;
        }

    .template-article .article__footer {
        margin-left: 0;
    }

    .template-article .article__social {
        border-left: 1px solid #ededed;
        display: block;
        margin: 0;
        padding: 11px 0 11px 20px;
        margin-left: 30px;
    }

        .template-article .article__social .btn--share {
            float: left;
            margin: 0 15px;
        }

    .template-article .article__categories .cat_styling {
        font-size: 8.5px;
    }

    .template-article .article__categories__title.cat_styling {
        padding-right: 20px;
        margin: 0 10px 0 0;
    }

    .template-article .article__categories__category.cat_styling {
        padding: 0 10px;
    }

    .template-article .collection-slider {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }

        .template-article .collection-slider .grid-view-item {
            padding: 0 15px;
        }

        .template-article .collection-slider .iWishAddColl {
            top: 0;
            right: 15px;
        }
}

@media only screen and (max-width:479px) {
    .template-article .section-header .article__title {
        font-size: 20px;
    }

    .template-article .collection-slider .slick-dots {
        bottom: 0;
    }

    .template-article .article blockquote p, .template-article .article blockquote span {
        font-size: 20px;
    }

    .template-article .article p, .template-article .article span {
        letter-spacing: .3;
        line-height: 26px;
    }

    .template-article .article__grid-excerpt {
        line-height: 20px;
    }

    .template-article .article__body {
        display: block;
        margin-top: 0;
        padding: 0 0 50px;
        width: 100%;
    }

    .template-article .article__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px 0;
        padding-left: 10px;
    }

    .template-article .article__grid-image.feature {
        margin-left: -15px;
        margin-right: -15px;
    }

    .template-article .article__date .month_year {
        font-size: 12px;
        line-height: 1.8;
    }
}

.template-blog .section-header {
    text-align: left;
    margin-bottom: 60px;
}

    .template-blog .section-header .blog-categories {
        margin-top: 28px;
        display: table;
    }

        .template-blog .section-header .blog-categories .cat_styling {
            color: #c6c6c6;
            float: left;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-family: FFMarkWebProMedium,Helvetica,sans-serif;
            line-height: 1;
        }

    .template-blog .section-header .blog-categories__title.cat_styling {
        padding-right: 30px;
        border-right: 1px solid #c6c6c6;
        margin: 10px 20px 10px 0;
    }

    .template-blog .section-header .blog-categories__category.cat_styling {
        color: #706f6f;
        margin-bottom: 10px;
        padding: 10px 20px;
        border-radius: 20px;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

        .template-blog .section-header .blog-categories__category.cat_styling:hover {
            color: #836172;
        }

        .template-blog .section-header .blog-categories__category.cat_styling.active {
            background-color: #836172;
            color: #fff;
            font-family: FFMarkWebProBold,Helvetica,sans-serif;
        }

            .template-blog .section-header .blog-categories__category.cat_styling.active:hover {
                color: #fff;
            }

.template-blog .blog-carousel {
    margin-bottom: 100px;
}

    .template-blog .blog-carousel.slick-dotted.slick-slider {
        margin-bottom: 60px;
    }

        .template-blog .blog-carousel.slick-dotted.slick-slider .slick-dots {
            bottom: 50px;
            max-width: 1500px;
            margin: 0 auto;
            left: 0;
            right: 0;
            padding-left: 30px;
        }

.template-blog .blog-carousel__image_container {
    height: 440px!important;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    position: relative;
}

.template-blog .blog-carousel__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.template-blog .pagination {
    margin-bottom: 60px;
}

@media only screen and (max-width:1023px) {
    .template-blog .section-header {
        margin-bottom: 40px;
    }

        .template-blog .section-header .blog-categories__title {
            display: none;
        }

    .template-blog .blog-carousel.slick-dotted.slick-slider {
        margin-bottom: 40px;
    }

    .template-blog .blog-carousel__image_container {
        height: 300px!important;
    }
}

@media only screen and (max-width:768px) {
    .template-blog h1 {
        font-size: 22px;
    }

    .template-blog .section-header {
        margin-top: 75px;
        margin-bottom: 40px;
    }

        .template-blog .section-header .blog-categories {
            margin-top: 20px;
        }

        .template-blog .section-header .blog-categories__category.cat_styling {
            padding: 8px 15px;
            font-size: 11px;
        }

    .template-blog .blog-carousel {
        display: none;
    }
}

@media only screen and (max-width:479px) {
    .template-blog h1 {
        font-size: 20px;
    }

    .template-blog .section-header {
        margin-top: 65px;
        margin-bottom: 25px;
    }

        .template-blog .section-header .blog-categories__category.cat_styling {
            font-size: 8.5px;
            margin-bottom: 4px;
        }
}

.article__grid-tag {
    color: #a78596;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    line-height: 1;
    margin-right: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .article__grid-tag:hover {
        color: #836172;
    }

.article__tags {
    margin-bottom: 15px;
}

.article__title {
    margin-bottom: 18px;
    font-size: 22px;
    color: #836172;
    display: block;
}

.article__grid-meta {
    margin: -150px 40px 30px;
    background-color: #fff;
    padding: 40px;
    z-index: 1;
    display: block;
    position: relative;
}

.article__grid-excerpt {
    margin-bottom: 35px;
    margin-top: 0;
}

.article__btn {
    font-size: 14px;
    max-width: 160px;
    width: 100%;
    height: 50px;
    padding: 15px;
}

.article__grid-image {
    display: block;
    clear: both;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

    .article__grid-image:after {
        content: "";
        padding-bottom: 70%;
        display: block;
    }

    .article__grid-image img {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

.pagination {
    text-align: right;
    list-style: none;
    font-size: 17.142px;
    font-size: 1.0714285714rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 15px;
    z-index: 6;
}

    .pagination, .pagination li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .pagination li {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .pagination .icon {
            display: block;
            height: 12px;
            vertical-align: middle;
        }

        .pagination .inactive {
            display: none;
        }

        .pagination span {
            padding: 0 10px;
        }

            .pagination span.current {
                font-weight: 700;
            }

        .pagination .next, .pagination .prev {
            display: none;
        }

@media only screen and (min-width:1024px) {
    .pagination--collection-top {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:1023px) {
    .pagination {
        margin: 0;
    }
}

.pagination__text {
    padding: 0 10px;
}

.btn--share {
    margin: 0 5px;
}

    .btn--share .icon {
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }

    .btn--share .icon-facebook {
        fill: #3b5998;
    }

    .btn--share .icon-twitter {
        fill: #00aced;
    }

    .btn--share .icon-pinterest {
        fill: #cb2027;
    }

.share-title {
    display: inline-block;
    vertical-align: middle;
}

.grid--blog .grid__item:nth-child(n+2):nth-child(2n):nth-child(-n+6), .grid--blog .grid__item:nth-child(n+6):nth-child(odd) {
    clear: both;
}

.grid--blog .grid__item.featured, .grid--blog .grid__item:first-child {
    position: relative;
    width: 100%;
    margin-bottom: 70px;
}

    .grid--blog .grid__item.featured .article__grid-image, .grid--blog .grid__item:first-child .article__grid-image {
        width: 68%;
    }

    .grid--blog .grid__item.featured .article__grid-meta, .grid--blog .grid__item:first-child .article__grid-meta {
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        max-width: 600px;
        width: 100%;
        padding: 75px 50px 75px 75px;
    }

    .grid--blog .grid__item.featured .article__grid-excerpt, .grid--blog .grid__item:first-child .article__grid-excerpt {
        max-width: 480px;
    }

    .grid--blog .grid__item.featured .article__btn, .grid--blog .grid__item:first-child .article__btn {
        max-width: 200px;
    }

    .grid--blog .grid__item.featured.alt .article__grid-image, .grid--blog .grid__item:first-child.alt .article__grid-image {
        margin-left: 32%;
    }

    .grid--blog .grid__item.featured.alt .article__grid-meta, .grid--blog .grid__item:first-child.alt .article__grid-meta {
        left: 30px;
        right: auto;
        padding: 75px 75px 75px 50px;
    }

@media (max-width:1180px) {
    .article__grid-meta {
        margin-left: 30px;
        margin-right: 30px;
        padding: 30px;
        margin-top: -100px;
    }

    .grid--blog .grid__item.featured .article__grid-meta, .grid--blog .grid__item:first-child .article__grid-meta {
        max-width: 475px;
        padding: 50px 20px 50px 50px;
    }

    .grid--blog .grid__item.featured.alt .article__grid-meta, .grid--blog .grid__item:first-child.alt .article__grid-meta {
        padding: 50px 50px 50px 20px;
    }
}

@media only screen and (max-width:1023px) {
    .article__grid-meta {
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px;
        margin-top: -100px;
    }

    .article__tags {
        display: none;
    }

    .article__title {
        font-size: 16px;
        margin-bottom: 10px;
        color: #6d525f;
    }

    .article__grid-excerpt {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .article__btn {
        height: 40px;
        padding: 12px;
        font-size: 14px;
        max-width: 150px;
    }

    .grid--blog .grid__item.featured, .grid--blog .grid__item:first-child {
        margin-bottom: 50px;
    }

        .grid--blog .grid__item.featured .article__grid-meta, .grid--blog .grid__item:first-child .article__grid-meta {
            max-width: 400px;
            padding: 40px 0 40px 40px;
        }

        .grid--blog .grid__item.featured.alt .article__grid-meta, .grid--blog .grid__item:first-child.alt .article__grid-meta {
            padding: 40px 40px 40px 0;
        }
}

@media only screen and (max-width:768px) {
    .article__grid-meta {
        margin-left: 30px;
        margin-right: 30px;
        padding: 30px;
    }

    .grid--blog .grid__item.featured, .grid--blog .grid__item:first-child {
        margin-bottom: 0;
    }

        .grid--blog .grid__item.featured.alt .article__grid-meta, .grid--blog .grid__item.featured .article__grid-meta, .grid--blog .grid__item:first-child.alt .article__grid-meta, .grid--blog .grid__item:first-child .article__grid-meta {
            position: relative;
            -webkit-transform: none;
            transform: none;
            top: 0;
            left: auto;
            right: auto;
            max-width: 100%;
            width: auto;
            margin: -100px 30px 30px;
            padding: 30px;
        }

        .grid--blog .grid__item.featured .article__grid-excerpt, .grid--blog .grid__item:first-child .article__grid-excerpt {
            max-width: 100%;
        }

        .grid--blog .grid__item.featured.alt .article__grid-image, .grid--blog .grid__item.featured .article__grid-image, .grid--blog .grid__item:first-child.alt .article__grid-image, .grid--blog .grid__item:first-child .article__grid-image {
            width: 100%;
            margin: 0;
        }
}

@media only screen and (max-width:479px) {
    .article__grid-meta, .grid--blog .grid__item.featured.alt .article__grid-meta, .grid--blog .grid__item.featured .article__grid-meta, .grid--blog .grid__item:first-child.alt .article__grid-meta, .grid--blog .grid__item:first-child .article__grid-meta {
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px;
        margin-top: -70px;
    }

    .article__title {
        font-size: 14px;
    }

    .article__grid-excerpt {
        font-size: 12px;
        line-height: 20px;
    }

    .article__btn {
        height: 30px;
        padding: 8px;
        font-size: 10px;
        max-width: 110px;
    }
}

.template-cart .cart-ajax {
    display: none!important;
}

.template-cart .main-content {
    padding-top: 100px;
    margin-bottom: 100px;
}

.template-cart .section-header {
    margin-bottom: 30px;
}

    .template-cart .section-header h1 {
        color: #836172;
    }

    .template-cart .section-header .btn_checkout {
        margin: 0;
        max-width: 335px;
    }

.template-cart .grid.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .template-cart .grid.flex .grid__item.large-up--four-sixths {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .template-cart .grid.flex table {
        margin-bottom: 0;
    }

.template-cart .mobile_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.template-cart .empty-page-content p {
    margin-bottom: 25px;
}

.template-cart .empty-page-content .btn {
    min-width: 200px;
}

.template-cart .quantity_mobile {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cart__header {
    border-bottom: 1px solid #a78596;
    font-weight: "FFMarkWebProBold","Helvetica",sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cart th {
    border: 0;
    font-size: 12px;
    padding: 20px 20px 15px;
    text-align: center;
}

    .cart th:first-child {
        padding: 20px 20px 15px 0;
    }

.cart td {
    border: 0;
    padding: 25px 10px;
    text-align: center;
    font-size: 15px;
}

.cart .cart__meta {
    padding-right: 15px;
}

.cart .list-view-item__title {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 20px;
    max-width: 350px;
    min-width: 0;
}

.cart .list-view-item__description {
    margin-bottom: 20px;
}

.cart .item-quantity {
    margin-bottom: 0;
}

    .cart .item-quantity .item-quantity--input-wrapper {
        max-width: 85px;
    }

        .cart .item-quantity .item-quantity--input-wrapper .item-quantity__input {
            font-family: FFMarkWebProRegular,Helvetica,sans-serif;
            height: 40px;
            pointer-events: none;
        }

        .cart .item-quantity .item-quantity--input-wrapper .item-quantity__increment {
            height: 40px;
            line-height: 40px;
        }

.cart .message_on_stock .icon {
    float: left;
    margin: 4px 8px 0 0;
    max-width: 18px;
}

@media only screen and (max-width:768px) {
    .cart .message_on_stock .icon {
        float: none;
        margin-top: -4px;
        max-width: 16px;
    }
}

.cart .btn_checkout {
    background-color: #3bc1e3;
    margin-top: 15px;
    padding: 16px 15px 18px;
    width: 100%;
}

    .cart .btn_checkout:hover {
        background-color: #44c9eb;
    }

.cart .restrict_message {
    padding: 15px 20px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}

    .cart .restrict_message h4 {
        color: #d20000;
    }

    .cart .restrict_message p {
        margin: 5px 0;
        color: #d20000;
    }

.cart__summary {
    float: right;
    max-width: 450px;
}

.cart__footer {
    border: 1px solid #a78596;
    padding: 30px 20px;
}

.cart__pre-order {
    line-height: 18px;
}

.cart__meta-text {
    font-size: 13px;
    padding: 10px 0 0;
}

.cart__meta-dropdown {
    width: 135px;
}

    .cart__meta-dropdown .selectric {
        min-height: 0;
    }

        .cart__meta-dropdown .selectric .button, .cart__meta-dropdown .selectric .label {
            height: 38px;
            line-height: 38px;
        }

        .cart__meta-dropdown .selectric .label {
            margin: 0 20px 0 15px;
        }

        .cart__meta-dropdown .selectric .button {
            width: 30px;
        }

.cart-item__line-total, .cart-item__original-price {
    display: inline-block;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
}

.cart__price-wrapper {
    font-size: 15px;
}

.cart__qty-label {
    position: absolute!important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.cart__qty-input {
    text-align: center;
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width:479px) {
    .cart__qty-input {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

.cart__edit {
    margin-top: 10px;
}

.cart__edit--active .cart__edit-text--cancel, .cart__edit-text--edit {
    display: none;
}

.cart__edit--active .cart__edit-text--edit {
    display: block;
}

.cart__edit-text--cancel, .cart__edit-text--edit {
    pointer-events: none;
}

.cart__row p {
    margin-bottom: 0;
}

    .cart__row p + p {
        margin-top: 10px;
    }

.cart__row:last-child {
    border-bottom: 0;
}

.cart__subtotal-summary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.cart__subtotal-title {
    font-size: 12px;
    letter-spacing: 2px;
}

.cart__subtotal, .cart__subtotal-title {
    color: #706f6f;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
}

.cart__subtotal {
    font-size: 22px;
}

.cart__savings {
    padding-top: 18px;
}

@media only screen and (min-width:769px) {
    .cart__savings-amount {
        display: inline-block;
        min-width: 150px;
    }
}

.cart__update--large {
    margin-right: 10px;
}

.cart__shipping {
    font-size: 14px;
    margin-bottom: 12px;
    margin-bottom: .75rem;
    text-align: center;
}

.cart__free_delivery_threshold {
    font-size: 14px;
    padding-top: 8px;
}

.cart-note__input, .cart-note__label {
    display: block;
}

@media only screen and (max-width:479px) {
    .cart-note__input, .cart-note__label {
        margin: 0 auto;
    }
}

.cart-note__label {
    margin-bottom: 15px;
}

.cart-note__input {
    min-height: 50px;
    width: 100%;
}

@media only screen and (max-width:479px) {
    .cart-note__input {
        margin-bottom: 40px;
    }
}

.cart__image-wrapper {
    width: 200px;
}

    .cart__image-wrapper .cart__image {
        width: 100%;
    }

    .cart__image-wrapper a {
        display: block;
    }

.cart__remove {
    margin-top: 4px;
    font-size: 13px;
    text-decoration: none;
}

    .cart__remove:hover {
        text-decoration: underline;
    }

.cart__remove_mobile {
    position: absolute;
    top: 15px;
    right: 0;
}

    .cart__remove_mobile svg {
        width: 12px;
        height: 12px;
    }

.cart__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
}

    .cart__cards li {
        margin: 10px;
    }

    .cart__cards img {
        display: block;
    }

.cart__cards--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .cart__cards--left li:first-of-type {
        margin-left: 0;
    }

.cart__payment-title {
    font-size: 12px;
    color: #706f6f;
    letter-spacing: 2px;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    margin: 30px auto 10px;
}

.payment-info__logos img {
    height: 30px;
}

.additional-checkout-buttons {
    margin-top: 15px;
}

    .additional-checkout-buttons input[type=image] {
        padding: 0;
        border: 0;
        background: transparent;
    }

    .additional-checkout-buttons.disabled {
        opacity: .5;
        pointer-events: none;
    }

.cart__tools--paypal {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

    .cart__tools--paypal .additional-checkout-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        width: 100%;
    }

    .cart__tools--paypal .additional-checkout-button {
        min-width: 195px!important;
    }

.cart__tools--paypal-title {
    position: relative;
    display: block;
    margin: 16px auto;
    color: #706f6f;
    font-family: FFMarkWebProRegular,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 26px;
    text-transform: uppercase;
}

    .cart__tools--paypal-title:after, .cart__tools--paypal-title:before {
        content: "";
        position: absolute;
        height: 1px;
        width: 25%;
        background: #ededed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cart__tools--paypal-title:before {
        left: 0;
    }

    .cart__tools--paypal-title:after {
        right: 0;
    }

.cart_dropdown {
    margin-bottom: 15px;
}

.dropdown_section {
    border: 1px solid #a78596;
    border-top: 0;
    max-height: 55px;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
}

.dropdown_section__container {
    padding: 0 20px 20px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.dropdown_section svg {
    float: right;
    margin-top: 5px;
}

.dropdown_section label {
    font-size: 12px;
    color: #706f6f;
    letter-spacing: 2px;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 20px;
}

.dropdown_section input {
    width: 100%;
    margin-bottom: 15px;
}

.dropdown_section p {
    margin: 0;
}

    .dropdown_section p.small {
        font-size: 14px;
    }

.dropdown_section.active {
    max-height: 215px;
}

    .dropdown_section.active .dropdown_section__container {
        opacity: 1;
    }

    .dropdown_section.active svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.delivery_info_block {
    padding-left: 35px;
    padding-top: 25px;
    position: relative;
}

    .delivery_info_block.free_delivery {
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }

    .delivery_info_block p {
        margin: 0;
    }

        .delivery_info_block p.title {
            font-size: 14px;
            font-family: FFMarkWebProMedium,Helvetica,sans-serif;
            margin-bottom: 0;
        }

    .delivery_info_block img {
        left: 0;
        position: absolute;
        top: 30px;
    }

    .delivery_info_block.expected_delivery.delivery_info_block.expected_delivery--hidden {
        display: none;
    }

    .delivery_info_block.expected_delivery img {
        width: 22px;
    }

    .delivery_info_block.free_delivery img {
        margin-right: 5px;
        position: static;
        width: 20px;
    }

    .delivery_info_block.free_returns img {
        width: 16px;
    }

.cart__summary .delivery_info_block {
    background: #f9f9f9;
    color: #836172;
    padding: 5px 12px 15px;
    text-align: center;
}

    .cart__summary .delivery_info_block img {
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

    .cart__summary .delivery_info_block .expected_delivery__date {
        font-size: 15px;
    }

.shipping-delivery-title {
    margin-top: 25px;
}

.delivery-popup-modaal {
    padding-top: 30px;
    text-align: left;
}

    .delivery-popup-modaal .section-header.rte {
        margin-top: 10px;
    }

    .delivery-popup-modaal table {
        table-layout: fixed;
    }

.cart_gifting {
    margin-top: 32px;
    margin-top: 2rem;
}

.cart_gifting__title {
    font-size: 18px;
    color: #836172;
    margin-bottom: 30px;
}

.cart_gifting__wrapper {
    background-color: rgba(217,229,236,.2);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart_gifting__container {
    padding-left: 60px;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart_gifting__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 150px;
    float: left;
    height: 150px;
    width: 150px;
}

.cart_gifting__icon {
    width: 18px;
    height: 18px;
    margin-left: 12px;
    margin-right: 4px;
    position: relative;
    top: 3px;
}

.cart_gifting textarea {
    width: 100%;
    height: 50px;
    min-height: 50px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
}

    .cart_gifting textarea:disabled {
        background-color: rgba(217,229,236,.2);
        border: 1px solid #d9e5ec;
    }

.cart_gifting p {
    margin: 0;
}

    .cart_gifting p.checkbox_title {
        margin: 0 0 5px -30px;
    }

.cart_gifting label[for=gift-wrapping] {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-weight: 400;
}

.cart_gifting label[for=gift-note] {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 400;
}

@media only screen and (max-width:1023px) {
    .cart_gifting {
        margin: 2rem auto 0;
        max-width: 770px;
    }
}

@media (max-width:1250px) {
    .cart__image-wrapper {
        width: 150px;
    }
}

@media only screen and (max-width:1023px) {
    .cart-ajax {
        display: none!important;
    }

    .template-cart .main-content {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .template-cart .grid.flex {
        display: block;
    }

    .cart__summary {
        margin: 0 auto;
        padding-top: 40px;
        display: table;
        float: none;
        max-width: 800px;
    }
}

@media only screen and (max-width:768px) {
    .template-cart .main-content {
        margin-bottom: 75px;
        padding-top: 75px;
    }

    .template-cart .section-header {
        text-align: center;
        margin-left: 0;
    }

        .template-cart .section-header h1 {
            margin-bottom: 25px;
            font-size: 22px;
        }

    .cart__row {
        position: relative;
    }

        .cart__row:first-child {
            border-top: 1px solid #a78596;
        }

    .cart__header, .cart_gifting__image {
        display: none;
    }

    .cart_gifting__container {
        padding-left: 0;
    }

    .cart_gifting p.checkbox_title {
        margin-left: 0;
    }

    .cart td {
        padding: 20px 20px 20px 0;
    }

    .cart .list-view-item__title {
        margin-bottom: 10px;
        padding-right: 15px;
    }

    .cart .cart__meta {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 20px 0;
    }

    .cart .item-quantity .item-quantity--input-wrapper .item-quantity__increment, .cart .item-quantity .item-quantity--input-wrapper .item-quantity__input {
        height: 22px;
        line-height: 22px;
    }

    .cart-flex {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .cart__image-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        width: auto;
    }

    .cart__meta-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
        width: auto;
    }

        .cart__meta-dropdown p {
            margin: 2px 10px 0 0;
        }

        .cart__meta-dropdown .selectric {
            border: 0;
            min-width: 130px;
        }

            .cart__meta-dropdown .selectric .button, .cart__meta-dropdown .selectric .label {
                height: 28px;
                line-height: 28px;
            }

        .cart__meta-dropdown .selectric-items {
            border-top-color: #c6c6c6;
            top: 130%;
        }

            .cart__meta-dropdown .selectric-items ul {
                padding-bottom: 0;
            }
}

@media only screen and (max-width:479px) {
    .template-cart .main-content {
        margin-bottom: 40px;
        padding-top: 60px;
    }

    .template-cart .section-header h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .template-cart .section-header .btn_checkout {
        padding: 12px 15px 14px;
    }

    .cart td {
        padding-right: 15px;
    }

    .cart .list-view-item__title {
        font-size: 14px;
    }

    .cart .price_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .cart .cart-item__original-price {
        margin-right: .5rem;
    }

    .cart .item-quantity .item-quantity--input-wrapper {
        max-width: 75px;
    }

    .cart__image-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

    .cart_gifting__title {
        font-style: 16px;
        margin-bottom: 20px;
    }

    .cart_gifting__wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

    .cart__summary {
        padding-left: 0;
        margin-right: -16px;
        margin-left: -1px;
        width: auto;
    }

    .delivery_info_block, .shipping-message {
        margin: 0 15px;
    }
}

.template-list-collections .page-container {
    padding-top: 80px;
}

    .template-list-collections .page-container .section-header {
        margin-bottom: 50px;
    }

    .template-list-collections .page-container h1 {
        font-size: 24px;
    }

.template-collection .main-content {
    padding-bottom: 48px;
    padding-bottom: 3rem;
}

.template-collection #bc-sf-filter-products {
    float: none;
    margin-left: -32px;
    margin-left: -2rem;
    width: calc(100% + 2rem);
}

.template-collection .collection-grid-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: unset;
    position: relative;
}

    .template-collection .collection-grid-wrapper:after {
        display: none;
    }

    .template-collection .collection-grid-wrapper .grid__item {
        padding-left: 32px;
        padding-left: 2rem;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

@media only screen and (min-width:769px) {
    .template-collection .main-content {
        padding-bottom: 4rem;
    }

    .template-collection #bc-sf-filter-products {
        margin-left: -6rem;
        width: calc(100% + 6rem);
    }

    .template-collection .collection-grid-wrapper .grid__item {
        padding-left: 6rem;
    }
}

.collection-featured-product {
    background-color: #f9f9f9;
    padding: 15px 20px 20px;
}

@media only screen and (min-width:769px) {
    .collection-featured-product__grid.medium-up--one-half .collection-featured-product__wrapper {
        min-height: 500px;
    }
}

.collection-featured-product__wrapper {
    height: 100%;
}

@media only screen and (min-width:769px) {
    .collection-featured-product__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media only screen and (min-width:769px) {
    .collection-featured-product__details, .collection-featured-product__media {
        width: 50%;
    }
}

.collection-featured-product__media {
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
}

    .collection-featured-product__media img {
        display: block;
        margin: auto;
    }

@media only screen and (min-width:769px) {
    .collection-featured-product__media img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: unset;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (min-width:769px) {
    .collection-featured-product__media {
        margin-bottom: 0;
    }
}

.collection-featured-product__link {
    display: block;
}

.collection-featured-product__details {
    color: #706f6f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width:769px) {
    .collection-featured-product__details {
        padding-left: 40px;
    }
}

.collection-featured-product__heading {
    position: relative;
}

.collection-featured-product__header {
    color: #a78596;
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
}

@media only screen and (min-width:769px) {
    .collection-featured-product__header {
        margin-bottom: 26px;
    }
}

.collection-featured-product__title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 11px;
    line-height: 23px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
}

    .collection-featured-product__title:hover {
        opacity: .8;
    }

@media only screen and (min-width:769px) {
    .collection-featured-product__title {
        font-size: 18px;
    }
}

.collection-featured-product__description {
    font-size: 12px;
    letter-spacing: .32px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}

@media only screen and (min-width:769px) {
    .collection-featured-product__description {
        font-size: 14px;
        line-height: 26px;
    }
}

.collection-featured-product__price {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .32px;
    margin-bottom: 0;
    margin-top: 0;
}

@media only screen and (min-width:769px) {
    .collection-featured-product__price {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.collection-featured-product .product-form {
    display: none;
    padding-top: 0;
}

    .collection-featured-product .product-form .quickadd__label {
        padding: 5px 30px;
        width: auto;
    }

@media only screen and (min-width:769px) {
    .collection-featured-product .product-form {
        display: block;
    }
}

@media only screen and (min-width:769px) {
    .collection-featured-product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: calc(100% - 50px);
        padding: 25px 30px 30px;
    }
}

.collection-banner {
    -webkit-animation: d 1.5s;
    animation: d 1.5s;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: fixed;
    width: 100%;
}

    .collection-banner.slick-slider {
        bottom: 60px;
        height: 35px;
        left: 50%;
        position: fixed;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(100% - 30px);
    }

        .collection-banner.slick-slider .slick-list, .collection-banner.slick-slider .slick-track {
            height: 100%;
        }

        .collection-banner.slick-slider .slick-arrow {
            margin-top: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .collection-banner.slick-slider .slick-arrow.left {
                left: 20px;
            }

            .collection-banner.slick-slider .slick-arrow.right {
                right: 0;
            }

@media only screen and (min-width:769px) {
    .collection-banner__container {
        padding-bottom: 80px;
    }
}

.collection-banner__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%;
}

    .collection-banner__panel:after {
        border-right: 1px solid #836172;
        content: "";
        display: none;
        height: 60%;
        opacity: .5;
        position: absolute;
        width: 100%;
    }

    .collection-banner__panel:last-child:after {
        display: none;
    }

@media only screen and (min-width:769px) {
    .collection-banner__panel:after {
        display: block;
    }
}

.collection-banner__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
}

.collection-banner__heading {
    font-size: 12px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 2.25px;
    text-transform: uppercase;
}

@media only screen and (min-width:769px) {
    .collection-banner__heading {
        font-size: 18px;
        line-height: 23px;
    }
}

.collection-banner__subheading {
    color: #836172;
    display: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.67px;
    line-height: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media only screen and (min-width:769px) {
    .collection-banner__subheading {
        display: block;
    }
}

.collection-banner:after {
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.list-view-item {
    display: table;
    table-layout: fixed;
    margin-bottom: 15px;
    width: 100%;
}

    .list-view-item:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width:769px) {
    .list-view-item {
        border-bottom: 1px solid #ededed;
        padding-bottom: 15px;
    }

        .list-view-item:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }
}

.list-view-item__image-column {
    display: table-cell;
    vertical-align: middle;
    width: 130px;
}

@media only screen and (max-width:479px) {
    .list-view-item__image-column {
        width: 85px;
    }
}

.list-view-item__image-wrapper {
    position: relative;
    margin-right: 15px;
}

@media only screen and (max-width:479px) {
    .list-view-item__image-wrapper {
        margin-right: 7.5px;
    }
}

.list-view-item__title-column {
    display: table-cell;
    vertical-align: middle;
}

.list-view-item__title {
    min-width: 100px;
}

@media only screen and (max-width:479px) {
    .list-view-item__on-sale {
        display: none;
    }
}

.list-view-item__vendor-column {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

.list-view-item__price-column {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 20%;
}

    .list-view-item__price-column .product-price__sale {
        display: block;
    }

    .list-view-item__price-column .product-price__sale-label, .list-view-item__price-column .product-price__sold-out {
        display: none;
    }

.list-view-item__price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width:479px) {
    .list-view-item__price--reg, .list-view-item__price--sale {
        display: block;
    }
}

.template-collection .item-quantity, .template-collection .product-form__item {
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    margin-bottom: 10px;
}

    .template-collection .item-quantity .item-quantity--input-wrapper, .template-collection .product-form__item .item-quantity--input-wrapper {
        width: 100%;
        max-width: 100%;
    }

.template-collection .quickadd-form--flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
}

    .template-collection .quickadd-form--flex .item-quantity--input-wrapper {
        max-width: 100%;
        width: 100%;
    }

@media only screen and (min-width:1500px) {
    .template-collection .quickadd-form--flex .item-quantity, .template-collection .quickadd-form--flex .product-form__item {
        -moz-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333%;
    }
}

.contact-page .rte {
    padding-bottom: 40px;
}

.contact-page .form-vertical input, .contact-page .form-vertical select, .contact-page .form-vertical textarea {
    margin-bottom: 30px;
}

.contact-page .form-vertical .btn {
    min-width: 250px;
    margin: 0;
}

.contact-page .form-vertical.rte {
    padding-bottom: 90px;
}

@media only screen and (max-width:1023px) {
    .contact-page .form-vertical.rte {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:768px) {
    .contact-page .form-vertical.rte {
        padding-bottom: 40px;
    }
}

.template-seasonal-landing .main-content {
    padding-top: 0;
}

@media only screen and (min-width:480px) {
    .custom-template p {
        letter-spacing: 0;
        line-height: 33px;
    }
}

.custom-template .tagline {
    line-height: 1;
    letter-spacing: 2px;
}

.custom-template .infographic.wrapper {
    max-width: 1260px;
}

.custom-template .infographic .rte-setting {
    letter-spacing: .3px;
    line-height: 26px;
}

.custom-template .infographic .slick-slider .slick-dots {
    bottom: 0;
    position: relative;
    margin-top: 15px;
}

@media only screen and (max-width:479px) {
    .custom-template .infographic .slick-slider .slick-dots {
        margin-top: 5px;
    }
}

@media only screen and (max-width:1023px) {
    .custom-template .infographic.margin-bottom {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:768px) {
    .custom-template .infographic.margin-bottom {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:479px) {
    .custom-template .infographic .slick-slider .slick-dots {
        margin-top: 5px;
    }

    .custom-template .infographic.margin-bottom {
        padding-bottom: 40px;
    }
}

.custom-template .featured-row__subtext p {
    font-size: 17px;
}

@media only screen and (max-width:1023px) {
    .custom-template .featured-row__subtext p {
        font-size: 16px;
    }
}

@media only screen and (max-width:479px) {
    .custom-template .featured-row__subtext p {
        font-size: 14px;
    }
}

.custom-template .featured-row__subtext p:empty {
    margin: 25px;
}

@media only screen and (max-width:768px) {
    .custom-template .featured-row__subtext.hidden-small {
        display: none;
    }
}

.custom-template .featured-row__subtext.hidden-large {
    display: none;
}

@media only screen and (max-width:768px) {
    .custom-template .featured-row__subtext.hidden-large {
        display: block;
    }
}

.custom-template.custom-template--faq {
    padding-top: 35px;
}

@media only screen and (max-width:479px) {
    .custom-template.custom-template--faq {
        padding-top: 32px;
    }
}

.text-block {
    max-width: 1050px;
}

    .text-block.margin-top {
        padding-top: 75px;
    }

    .text-block.margin-bottom {
        padding-bottom: 75px;
    }

.text-block__title {
    font-size: 22px;
    color: #836172;
    margin-bottom: 30px;
}

.text-block p:empty {
    margin: 25px;
}

.text-block .text-block__content--font-small p {
    font-size: 14px;
}

.text-block .text-block__content--font-medium p {
    font-size: 16px;
}

@media only screen and (max-width:479px) {
    .text-block.margin-top {
        padding-top: 40px;
    }

    .text-block.margin-bottom {
        padding-bottom: 40px;
    }

    .text-block__title {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:480px) {
    .text-block .text-block__content--font-small p {
        font-size: 16px;
    }
}

@media only screen and (min-width:769px) {
    .text-block .text-block__content--font-medium p {
        font-size: 19px;
    }
}

.section-video {
    max-width: 1250px;
    overflow: hidden;
}

    .section-video.full-width {
        max-width: unset;
    }

    .section-video.margin-top {
        padding-top: 80px;
    }

    .section-video.margin-bottom {
        padding-bottom: 80px;
    }

    .section-video .iframe_container {
        margin: -1px auto;
        padding-bottom: 56.25%;
        position: relative;
        width: 100%;
    }

    .section-video iframe {
        width: 100%;
        height: 100%;
        position: absolute;
    }

@media only screen and (max-width:479px) {
    .section-video.margin-top {
        padding-top: 50px;
    }

    .section-video.margin-bottom {
        padding-bottom: 50px;
    }
}

.section-images-row.page-width {
    max-width: 1250px;
}

.section-images-row.margin-top {
    padding-top: 75px;
}

.section-images-row.margin-bottom {
    padding-bottom: 75px;
}

@media only screen and (max-width:768px) {
    .section-images-row.margin-top {
        padding-top: 60px;
    }

    .section-images-row.margin-bottom {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:479px) {
    .section-images-row.margin-top {
        padding-top: 40px;
    }

    .section-images-row.margin-bottom {
        padding-bottom: 40px;
    }
}

.infographic.infographic-2.margin-top {
    padding-top: 60px;
}

.infographic.infographic-2.margin-bottom {
    padding-bottom: 60px;
}

.infographic.infographic-2 .infographic__title {
    font-size: 77px;
    color: #a78596;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
}

@media only screen and (max-width:1023px) {
    .infographic.infographic-2 .infographic__title {
        font-size: 70px;
    }

    .infographic.infographic-2 .grid__item.large-up--one-quarter:nth-child(odd) {
        clear: both;
    }
}

@media only screen and (max-width:479px) {
    .infographic.infographic-2.margin-top {
        padding-top: 35px;
    }

    .infographic.infographic-2.margin-bottom {
        padding-bottom: 35px;
    }

    .infographic.infographic-2 .infographic__title {
        font-size: 60px;
    }
}

.template-password {
    height: 100vh;
}

.password-page {
    display: table;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.ie9 .password-page {
    height: auto;
}

.password-page .errors, .password-page .form--success {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.password-header {
    height: 85px;
    display: table-row;
}

.password-header__inner {
    display: table-cell;
    vertical-align: middle;
}

.password-login {
    padding: 0 30px;
    text-align: right;
}

.password-logo .logo {
    font-weight: 700;
    max-width: 100%;
}

.password-main {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.password-main__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 30px;
}

.password-message {
    max-width: 500px;
    margin: 45px auto 15px;
}

.password__input-group {
    max-width: 340px;
    margin: 0 auto 30px;
}

.password__title {
    margin-bottom: 45px;
}

.password__form-heading {
    margin-bottom: 30px;
}

.password-powered-by {
    margin-top: 45px;
}

body.ios-fixed {
    overflow: hidden!important;
    position: fixed!important;
}

.template-product .main-content {
    padding-top: 0;
}

.product-section {
    margin: auto;
    max-width: 2560px;
}

    .product-section .product-modal {
        display: none;
    }

.product-section__inner {
    background-color: hsla(0,0%,98%,.5);
    display: grid;
}

.product-section__grid {
    position: relative;
}

.product-section .skeleton {
    background-color: #eee;
    display: block;
    height: 16px;
    height: 1rem;
    margin: 12.8px auto;
    margin: .8rem auto;
    width: 50px;
}

.product-section .skeleton--1 {
    width: 40px;
}

.product-section .skeleton--2 {
    width: 65px;
}

.product-section .skeleton--3 {
    width: 90px;
}

.product-section .skeleton--4 {
    width: 60%;
}

.product-section .skeleton--5 {
    float: right;
    margin-left: 20px;
    width: 80%;
}

.product-section .skeleton--full {
    min-width: 250px;
    width: 80%;
}

.product-section .loader {
    display: none;
}

.product-section .product-badge {
    display: inline-block;
    font-size: 15px;
    left: 0;
    margin-bottom: 12px;
    position: unset;
    top: 0;
    z-index: unset;
}

.product-section .page-container {
    -webkit-transform: none;
    transform: none;
}

.product-section .breadcrumb {
    background-color: #fff;
    float: none;
    margin: 0;
    padding: 8px 15px;
}

    .product-section .breadcrumb span {
        color: #706f6f;
        font-size: 12.571px;
        font-size: .7857142857rem;
        letter-spacing: .3px;
        line-height: 1.5;
    }

.product-section .product_info_block--recommendations {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    margin: 64px 0;
    padding: 64px 0;
}

    .product-section .product_info_block--recommendations .quickadd__label, .product-section .product_info_block--recommendations .recommendations-title {
        color: #222;
    }

    .product-section .product_info_block--recommendations .swatches {
        background: #aed4ec;
    }

    .product-section .product_info_block--recommendations #recommendations .grid__item {
        padding: 0;
    }

    .product-section .product_info_block--recommendations #recommendations .grid-view-item {
        padding: 16px;
    }

    .product-section .product_info_block--recommendations .recommendations-slider__dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .product-section .product_info_block--recommendations .recommendations-slider__dots li button {
            border: 0;
            border-radius: 100%;
            font-size: 0;
            height: 8px;
            min-height: unset;
            padding: 0;
            width: 8px;
        }

        .product-section .product_info_block--recommendations .recommendations-slider__dots li:not(.slick-active) button {
            background: rgba(223,227,232,.4);
        }

        .product-section .product_info_block--recommendations .recommendations-slider__dots .slick-active button {
            background: #dfe3e8;
        }

@media only screen and (min-width:1024px) {
    .product-section__inner {
        grid-template-columns: 57.08333% 42.91667%;
    }

    .product-section .product_info_block--recommendations #recommendations .grid__item {
        padding: 0 16px;
    }

    .product-section .breadcrumb {
        padding: 22px 35px;
    }
}

@media screen and (min-width:1024px) {
    .product-section__grid--details {
        position: -webkit-sticky;
        position: sticky;
        top: calc(100vh - var(--details-height));
        z-index: 1;
    }
}

.template-product .skeleton {
    background-color: #eee;
    display: block;
    height: 16px;
    height: 1rem;
    margin: 12.8px auto;
    margin: .8rem auto;
    width: 50px;
}

.template-product .skeleton--1 {
    width: 40px;
}

.template-product .skeleton--2 {
    width: 65px;
}

.template-product .skeleton--3 {
    width: 90px;
}

.template-product .skeleton--4 {
    width: 60%;
}

.template-product .skeleton--5 {
    float: right;
    margin-left: 20px;
    width: 80%;
}

.template-product .skeleton--full {
    min-width: 250px;
    width: 80%;
}

.template-product .page-container, .template-product [data-aos^=fade][data-aos^=fade].aos-animate {
    -webkit-transform: none;
    transform: none;
}

.template-product .flex_item {
    width: 100%;
}

    .template-product .flex_item .free_delivery-content {
        text-decoration: underline;
        font-size: 12px;
    }

    .template-product .flex_item.delivery_info_block {
        display: block;
    }

    .template-product .flex_item.swatch {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #ededed;
        padding: 8px 0;
    }

        .template-product .flex_item.swatch.product-single__title_container {
            margin: 0;
        }

    .template-product .flex_item.modal-links {
        -ms-flex-align: flex-center;
        -moz-align-items: flex-center;
        -ms-align-items: flex-center;
        -o-align-items: flex-center;
        -webkit-box-align: flex-center;
        align-items: flex-center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #ededed;
        margin: 0 auto;
        padding: 14px 0;
        width: 83%;
    }

    .template-product .flex_item.modal-links--description a {
        background-color: #f9f9f9;
        border: 1px solid #e8e8e8;
        font-size: 12px;
        padding: 7px 10px 8px;
    }

.template-product .iWish-container {
    margin: 20px auto;
    width: 100%;
}

    .template-product .iWish-container .iWishAdd {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #836172;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
        position: relative;
    }

    .template-product .iWish-container svg > * {
        stroke: #836172;
    }

    .template-product .iWish-container .iWish__text {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        margin-left: 7px;
        text-transform: uppercase;
    }

@media only screen and (max-width:768px) {
    .template-product .flex_item.swatch--material, .template-product .flex_item.swatch--setting {
        padding-bottom: 30px;
        position: relative;
    }

        .template-product .flex_item.swatch--material input:checked ~ .swatch, .template-product .flex_item.swatch--setting input:checked ~ .swatch {
            position: static;
        }

            .template-product .flex_item.swatch--material input:checked ~ .swatch .swatch__info-box, .template-product .flex_item.swatch--setting input:checked ~ .swatch .swatch__info-box {
                background: transparent;
                border: 0;
                bottom: 20px;
                color: #706f6f;
                display: block;
                font-size: 11.11px;
                opacity: 1;
                padding: 0;
                right: 0;
                text-align: right;
                text-transform: none;
                top: auto;
                -webkit-transform: none;
                transform: none;
            }

                .template-product .flex_item.swatch--material input:checked ~ .swatch .swatch__info-box:after, .template-product .flex_item.swatch--material input:checked ~ .swatch .swatch__info-box:before, .template-product .flex_item.swatch--setting input:checked ~ .swatch .swatch__info-box:after, .template-product .flex_item.swatch--setting input:checked ~ .swatch .swatch__info-box:before {
                    display: none;
                }
}

.product_flex_container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product_desc_container, .product_flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product_desc_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-single__meta {
    max-width: 385px;
    min-width: 385px;
    text-align: center;
}

.product-single__photos {
    height: 100%;
}

    .product-single__photos .slick-track .slick-slide {
        overflow: hidden;
        position: relative;
    }

    .product-single__photos iframe {
        border: 0;
        bottom: 0;
        height: 100%;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 0;
    }

    .product-single__photos .is-hidden {
        opacity: 0!important;
        pointer-events: none;
    }

h1.product-single__title {
    color: #706f6f;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 18px;
    letter-spacing: inherit;
    text-transform: none;
}

@media only screen and (min-width:769px) {
    h1.product-single__title {
        font-size: 21px;
    }
}

.product-single__price {
    display: table;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 16px;
    margin: 8px auto;
}

    .product-single__price .product-price__price {
        float: left;
    }

    .product-single__price s {
        float: right;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        letter-spacing: 0;
        line-height: 1.3;
        text-align: right;
    }

.product-single__vendor {
    margin: 5px 0 10px;
}

.product-single .slick-slider .slick-dots {
    position: relative;
    bottom: 0;
    float: left;
    margin-top: 15px;
}

.product-form {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    width: auto;
    margin: 0;
    clear: both;
    position: relative;
    padding-top: 40px;
    padding-right: 15px;
}

.product-form, .product-form__hint-wish-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.product-form__hint-wish-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .product-form__hint-wish-container .drophint-link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }

        .product-form__hint-wish-container .drophint-link:not(:empty) {
            width: 100%;
        }

@media only screen and (min-width:769px) {
    .product-form__hint-wish-container .drophint-link:not(:empty):after {
        background-color: #ededed;
        content: "";
        display: block;
        height: 24px;
        position: absolute;
        right: 4px;
        width: 1px;
    }
}

.product-form__shipping {
    background: #f9f9f9;
    display: none;
    padding: 10px 0;
}

.product-form .delivery_info_block {
    background: #f9f9f9;
    color: #836172;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0 0;
    text-align: center;
}

    .product-form .delivery_info_block img {
        position: relative;
        top: 2px;
        display: inline;
    }

    .product-form .delivery_info_block p {
        display: inline;
    }

    .product-form .delivery_info_block .expected_delivery__date {
        display: block;
        font-size: 14px;
    }

    .product-form .delivery_info_block .delivery_links {
        width: 100%;
    }

@media only screen and (max-width:479px) {
    .product-form .delivery_info_block {
        margin-left: 0;
    }
}

.template-product .product-form__item {
    -moz-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    -webkit-box-flex: 1;
    flex: 1 1 200px;
}

    .template-product .product-form__item label {
        display: block;
    }

.product-form--hide-variant-labels .template-product .product-form__item label {
    position: absolute!important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.template-product .product-form__item .selectric {
    border-color: #fff;
}

    .template-product .product-form__item .selectric .icon, .template-product .product-form__item .selectric .label {
        line-height: 40px;
        height: 40px;
    }

    .template-product .product-form__item .selectric .label {
        margin: 0 35px 0 10px;
        text-align: right;
    }

    .template-product .product-form__item .selectric .product-single__option_title {
        padding-right: 15px;
    }

    .template-product .product-form__item .selectric .icon {
        margin: 0 10px;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
        width: 10px;
    }

.template-product .product-form__item .selectric-items ul {
    padding: 5px 0;
}

.template-product .product-form__item .selectric-open .selectric-items:before {
    background-color: #ededed;
    content: "";
    display: block;
    height: 1px;
    margin: auto;
    width: 92%;
}

.template-product .product-form__item .selectric-open .selectric {
    border-color: #c6c6c6;
    border-bottom-color: #fff;
}

.template-product .product-form__item .selectric-open .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-form__variants {
    display: none;
}

.no-js .product-form__variants {
    display: block;
}

.product-form__low-stock {
    color: #836172;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
}

    .product-form__low-stock span {
        margin-right: 5px;
        vertical-align: middle;
    }

.product-form__low-stock--cart {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -6px 0 14px;
    text-align: left;
}

    .product-form__low-stock--cart .icon {
        margin-right: 0;
    }

        .product-form__low-stock--cart .icon img {
            max-width: 15px;
            padding-bottom: 2px;
            vertical-align: middle;
        }

.product__message--sticky {
    display: none;
}

.item-quantity {
    -moz-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    margin-bottom: 10px;
}

    .item-quantity .item-quantity--input-wrapper {
        position: relative;
        text-align: center;
        max-width: 100px;
        display: inline-block;
    }

        .item-quantity .item-quantity--input-wrapper .item-quantity__increment {
            position: absolute;
            top: 0;
            width: 20px;
            height: 100%;
            padding: 0 5px;
            cursor: pointer;
            color: #3c3a3a;
            background-color: #f8f8f8;
            min-height: auto;
        }

        .item-quantity .item-quantity--input-wrapper .item-quantity__input {
            text-align: center;
            width: 100%;
            -moz-appearance: textfield;
            border: none;
            min-height: auto;
            padding: 0;
            font-size: 15px;
            font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        }

            .item-quantity .item-quantity--input-wrapper .item-quantity__input::-webkit-inner-spin-button, .item-quantity .item-quantity--input-wrapper .item-quantity__input::-webkit-outer-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

        .item-quantity .item-quantity--input-wrapper .item-quantity__increment--plus {
            right: 0;
        }

        .item-quantity .item-quantity--input-wrapper .item-quantity__increment--minus {
            left: 0;
        }

.product-form__item--submit {
    margin-top: 10px;
    padding: 0 27px;
    width: 100%;
}

    .product-form__item--submit .btn {
        background-color: #3bc1e3;
    }

        .product-form__item--submit .btn:not(.product-form--submitted):hover {
            background-color: #44c9eb;
        }

.product-form__input {
    display: block;
    width: 100%;
}

.skeleton-button {
    background-color: #eee;
    color: #eee;
    height: 49px;
    overflow: hidden;
    width: 100%;
}

.product-single__pre-order-availability {
    font-weight: 700;
    margin: 15px auto;
}

.product-single__description {
    font-size: 15px;
    margin: 13px 0;
    line-height: 1.8;
}

    .product-single__description p {
        margin: 0;
    }

.product-single__description__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .product-single__description__footer .delivery-message {
        margin: 0;
        text-align: left;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 14px;
        line-height: 20px;
    }

    .product-single__description__footer .social-sharing {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 8px;
        text-align: center;
    }

    .product-single__description__footer.has-message .social-sharing {
        text-align: right;
    }

.product-form__item--submit {
    position: absolute;
    top: -20px;
}

.product-single__input-group {
    border: 1px solid #ededed;
    margin: 0 -30px 15px 0;
    padding: 30px 15px 15px;
    width: 100%;
}

    .product-single__input-group .flex_item:last-of-type {
        border-bottom: none;
    }

@media only screen and (min-width:480px) {
    .product-single__input-group {
        margin: -20px 0 0;
        padding: 30px 30px 0;
        width: 100%;
    }
}

.product-single__size-guide {
    cursor: pointer;
    text-decoration: underline;
    font-size: 13px;
    letter-spacing: .3px;
    line-height: 1;
    margin: 10px;
    outline: none;
}

.product-single__option_title {
    color: #706f6f;
    float: left;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
}

    .product-single__option_title .result {
        color: #836172;
    }

.product_select_wrapper {
    border-bottom: 1px solid #ededed;
    padding: 7px 0;
    position: relative;
}

    .product_select_wrapper .product-single__title_container {
        margin: 12px 0 10px 10px;
        position: absolute;
    }

.product-single__title_container {
    color: #836172;
    display: table;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 14px;
}

.size_guide_modal .modaal-container {
    padding: 20px;
}

.product-price__sale-label {
    display: inline-block;
    white-space: nowrap;
}

.product-price__sold-out {
    white-space: nowrap;
}

.product_colour_swatches {
    margin: 0;
    display: table;
}

    .product_colour_swatches .swatch_container {
        float: left;
        position: relative;
        margin: 2px 0 0 12px;
        padding: 2px;
        border-radius: 50%;
        cursor: pointer;
    }

        .product_colour_swatches .swatch_container.active {
            background-size: 94%;
            background-repeat: no-repeat;
            background-position: 1px 3px;
            margin-top: 0;
            border: 2px solid #ddd;
            pointer-events: none;
        }

        .product_colour_swatches .swatch_container[data-tag-color=color-white] .swatch {
            background-image: none!important;
            background-color: #e0e0e0;
        }

    .product_colour_swatches .swatch {
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        border-radius: 50%;
        background-size: 100%;
        background-position: 50%;
        outline: none;
        position: relative;
    }

    .product_colour_swatches a {
        display: block;
        height: 30px;
        outline: none;
    }

.swatch__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px auto;
}

.swatch__container--diamonds .swatch.is-active, .swatch__container--diamonds input:checked ~ .swatch {
    border-color: transparent;
}

    .swatch__container--diamonds .swatch.is-active svg, .swatch__container--diamonds input:checked ~ .swatch svg {
        stroke: #c6c6c6;
    }

.swatch__container--diamonds .swatch {
    position: relative;
}

    .swatch__container--diamonds .swatch .pseudo-svg {
        fill: none!important;
        position: absolute;
        stroke: none;
        left: 4px;
        top: 7px;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        z-index: -1;
    }

.swatch__container.swatch__container--product-card-grid {
    margin: 0;
}

    .swatch__container.swatch__container--product-card-grid .swatch {
        height: 22px;
        padding: 0;
        width: 22px;
    }

    .swatch__container.swatch__container--product-card-grid .swatch__item {
        margin: 0 12px 0 0;
        margin: 0 .75rem 0 0;
    }

    .swatch__container.swatch__container--product-card-grid .swatch[data-color=White] svg {
        stroke-width: 1px;
    }

    .swatch__container.swatch__container--product-card-grid .swatch svg {
        pointer-events: none;
        stroke-width: 0;
    }

    .swatch__container.swatch__container--product-card-grid .swatch.is-active {
        border: 1px solid #706f6f;
        border-radius: 100%;
    }

.swatch__container .swatch__item {
    margin: 0 4px 0 0;
    width: auto;
}

    .swatch__container .swatch__item:last-of-type {
        margin-right: 0;
    }

.swatch__container .swatch {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    height: 37px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    position: relative;
    width: 37px;
}

    .swatch__container .swatch:hover .swatch__info-box {
        opacity: 1;
    }

    .swatch__container .swatch svg {
        stroke: #c6c6c6;
    }

    .swatch__container .swatch .no-svg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f9f9f9;
        border: 1px solid #c6c6c6;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

.swatch__container .swatch__info-box {
    background-color: #fff;
    border: 1px solid #c6c6c6;
    color: #706f6f;
    display: none;
    font-family: FFMarkWebProRegular,Helvetica,sans-serif;
    font-size: 11px;
    left: 50%;
    margin: 0 auto;
    opacity: 0;
    padding: 5px 10px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -36px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    white-space: nowrap;
    width: auto;
    z-index: 2;
}

    .swatch__container .swatch__info-box:before {
        top: 20px;
    }

    .swatch__container .swatch__info-box:after, .swatch__container .swatch__info-box:before {
        background-color: #fff;
        content: "";
        display: block;
        height: 8px;
        left: 50%;
        margin-left: -5px;
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
        width: 8px;
    }

    .swatch__container .swatch__info-box:after {
        border: 1px solid #c6c6c6;
        top: 21px;
        z-index: -1;
    }

.swatch__container .swatch[data-color=Pink] svg {
    fill: #f5c4de;
}

.swatch__container .swatch[data-color=Pink] .no-svg {
    background-color: #f5c4de;
}

.swatch__container .swatch[data-color=Blue] svg {
    fill: #b6cbd8;
}

.swatch__container .swatch[data-color=Blue] .no-svg {
    background-color: #b6cbd8;
}

.swatch__container .swatch[data-color=White] svg {
    fill: #fff;
}

.swatch__container .swatch[data-color=White] .no-svg {
    background-color: #fff;
}

.swatch__container .swatch[data-color=Yellow] svg {
    fill: #fff7d8;
}

.swatch__container .swatch[data-color=Yellow] .no-svg {
    background-color: #fff7d8;
}

.swatch__container:not(.swatch__container--diamonds) input:checked ~ .swatch {
    border-color: #c6c6c6;
}

.swatch__container input.disabled ~ .swatch {
    opacity: .3;
}

    .swatch__container input.disabled ~ .swatch .no-svg {
        position: relative;
    }

        .swatch__container input.disabled ~ .swatch .no-svg:after {
            background: url(cross-sold-out.svg);
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: cover;
            border: 1px solid #000;
            border-radius: 100%;
            bottom: -5px;
            content: "";
            display: block;
            left: -5px;
            opacity: .5;
            position: absolute;
            right: -5px;
            top: -5px;
            z-index: 2;
        }

.product-info {
    margin-top: 45px;
}

.product-info__image-container {
    display: block;
    position: relative;
    text-align: center;
}

.product-info__image-block {
    display: inline-block;
    position: relative;
}

.product-info__image-text {
    font-size: 15px;
    margin: 0;
    padding: 30px 0;
    width: 100%;
}

.product-info__video {
    width: 100%;
}

.product-info__cta-container {
    padding-bottom: 30px;
    padding-top: 8px;
    text-align: left;
}

@media only screen and (min-width:769px) {
    .product-info__cta-container {
        text-align: center;
    }
}

.product-info__cta {
    min-width: 200px;
}

@media only screen and (min-width:1024px) {
    .product-info__accordion {
        padding-left: 45px;
    }
}

.product-info .detail {
    font-size: 15px;
    padding-left: 35px;
    position: relative;
}

    .product-info .detail .icon-details-1 {
        height: 19px;
        left: 0;
        position: absolute;
        top: 3px;
        width: 19px;
    }

    .product-info .detail .icon-details-2 {
        height: 15px;
        left: 0;
        position: absolute;
        top: 5px;
        width: 18px;
    }

    .product-info .detail .icon-details-3 {
        height: 14px;
        left: 2px;
        position: absolute;
        top: 5px;
        width: 14px;
    }

    .product-info .detail .icon-details-4 {
        height: 12px;
        left: 1px;
        position: absolute;
        top: 6px;
        width: 16px;
    }

.product-info .grid__item--medium-down-no-padding {
    padding-left: 0;
}

.product-info ul {
    padding-left: 30px;
}

    .product-info ul li {
        font-size: 16px;
        letter-spacing: .3px;
        line-height: 26px;
        padding-bottom: 5px;
        position: relative;
    }

        .product-info ul li:before {
            background-image: url(ico-bullet.svg);
            content: "";
            height: 10px;
            left: -30px;
            position: absolute;
            top: 8px;
            width: 10px;
        }

.product_info_block {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 80px 0;
    width: 100%;
    display: block;
    position: relative;
}

    .product_info_block.no-details:after {
        display: none;
    }

    .product_info_block.no-details .product_info_block__description {
        width: 100%;
    }

    .product_info_block.no-details .product_info_block__details {
        display: none;
    }

    .product_info_block.product_info_block--recommendations {
        padding-bottom: 60px;
    }

        .product_info_block.product_info_block--recommendations .page-width {
            padding-top: 0;
        }

    .product_info_block:after {
        content: "";
        width: 1px;
        background-color: #a78596;
        position: absolute;
        top: 100px;
        left: 50%;
        bottom: 100px;
        opacity: .4;
    }

    .product_info_block h2 {
        font-size: 22px;
        color: #6d525f;
        margin-bottom: 25px;
    }

    .product_info_block p {
        color: #706f6f;
    }

.product_info_block__container {
    margin: 0 auto;
    display: table;
    max-width: 555px;
}

.product_info_block__description {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.product_info_block__details {
    width: 50%;
    float: left;
    padding-left: 20px;
}

    .product_info_block__details .detail {
        position: relative;
        padding-left: 35px;
    }

        .product_info_block__details .detail .icon-details-1 {
            position: absolute;
            width: 19px;
            height: 19px;
            top: 3px;
            left: 0;
        }

        .product_info_block__details .detail .icon-details-2 {
            position: absolute;
            width: 18px;
            height: 15px;
            top: 5px;
            left: 0;
        }

        .product_info_block__details .detail .icon-details-3 {
            position: absolute;
            width: 14px;
            height: 14px;
            top: 5px;
            left: 2px;
        }

        .product_info_block__details .detail .icon-details-4 {
            position: absolute;
            width: 16px;
            height: 12px;
            top: 6px;
            left: 1px;
        }

    .product_info_block__details .free_delivery-content {
        text-decoration: underline;
    }

.product_alt_background {
    background-size: cover;
}

.product_info_block--holiday .product_info_block__copy {
    font-size: 17.142px;
    font-size: 1.0714285714rem;
    line-height: 26px;
}

.product_info_block--holiday .product_info_block__description--left .product_info_block__container {
    margin: unset;
    margin-left: auto;
}

@media only screen and (min-width:769px) {
    .product_info_block--holiday .product_info_block__description--left .product_info_block__container {
        margin-right: 40px;
    }
}

.product_info_block--holiday .product_info_block__description--right .product_info_block__container {
    margin: unset;
}

@media only screen and (min-width:769px) {
    .product_info_block--holiday .product_info_block__description--right .product_info_block__container {
        margin-left: 40px;
    }
}

.product_info_block--holiday .product_info_block__list-item {
    font-size: 17.142px;
    font-size: 1.0714285714rem;
    line-height: 26px;
}

.template-product .infographic__title {
    color: #836172;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    text-transform: uppercase;
}

.template-product .infographic .slick-slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 40px;
}

@media only screen and (max-width:479px) {
    .template-product .infographic .slick-slider .slick-dots {
        margin-top: 5px;
    }
}

.product-details-scroll {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 35px 0 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    width: 100%;
}

    .product-details-scroll:hover {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

.product-details-scroll__text {
    color: #836172;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-details-scroll__arrow svg {
    fill: #836172;
    margin-top: 2px;
    width: 18px;
}

.section-images-row {
    width: 100%;
}

.section-images-row, .section-images-row__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.section-images-row__container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 500px;
    background-position: 50%;
    background-size: cover;
}

    .section-images-row__container:after {
        content: "";
        padding-bottom: 100%;
        display: table;
    }

.section-images-row img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-video {
    max-width: 1200px;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

    .product-video .iframe_container {
        position: relative;
        padding-bottom: 50.4%;
        width: 100%;
        margin: 0 auto;
    }

    .product-video iframe {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .product-video .product-video__cdn-video-play {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease;
        z-index: 1;
    }

        .product-video .product-video__cdn-video-play .btn {
            position: absolute;
            width: 50px;
            height: 50px;
            top: 50%;
            left: 50%;
            margin-left: -25px;
            margin-top: -25px;
            background: #836172;
            color: #fff;
            border: none;
            border-radius: 50%;
            -webkit-transition: opacity 1s ease;
            transition: opacity 1s ease;
        }

            .product-video .product-video__cdn-video-play .btn span {
                display: none;
            }

                .product-video .product-video__cdn-video-play .btn span.active {
                    display: block;
                }

        .product-video .product-video__cdn-video-play.playing {
            opacity: 0;
        }

            .product-video .product-video__cdn-video-play.playing:hover {
                opacity: 1;
            }

#back-in-stock {
    display: none;
}

@media only screen and (max-width:1023px) {
    .product-single__meta {
        max-width: 385px;
        min-width: 315px;
    }

    .product_colour_swatches .swatch_container {
        margin: 2px 0 2px 6px;
    }

    .product-single {
        padding-top: 60px;
    }

    .product-single__price {
        margin: 10px auto 0;
    }

    .product-single__description {
        margin: 10px 0 0;
    }

    .product-single__description__footer .btn--share {
        margin: 0 6px;
    }

    .template-product .page-container {
        padding-bottom: 50px;
    }

    .template-product .main-content {
        padding-top: 15px;
    }

    .product_info_block {
        padding: 60px 0;
    }

        .product_info_block h3 {
            font-size: 20px;
        }

    .template-product .infographic.margin-bottom {
        padding-bottom: 60px;
    }

    .template-product .infographic h2 {
        font-size: 20px;
    }

    .product-video {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width:768px) {
    .product-details-scroll {
        display: none;
    }

    .product-form {
        padding-top: 30px;
    }

        .product-form, .product-form .product-badge {
            padding-right: 0;
        }

    .product-single {
        padding-top: 0;
    }

        .product-single .slick-slider .slick-dots {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-left: 0;
            width: 100%;
        }

    .product-single__photos.slider-for {
        margin-left: -30px;
        margin-right: -30px;
    }

    .product_flex_container {
        display: block;
    }

    .product_desc_container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%;
        padding-top: 20px;
        width: 100%;
    }

    .product-single__meta {
        max-width: 85%;
    }

    .product-info__image-container {
        display: block;
    }

    .product-info__image-block {
        text-align: center;
    }

    .product_info_block:after {
        display: none;
    }

    .product_info_block__description {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }

        .product_info_block__description:after {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #a78596;
            position: relative;
            opacity: .4;
            display: block;
            margin-top: 30px;
        }

    .product_info_block__details {
        width: 100%;
        padding: 0;
    }

    .product_info_block__container {
        max-width: 100%;
        width: 100%;
    }

    .product_info_block.no-details .product_info_block__description {
        margin: 0;
    }

        .product_info_block.no-details .product_info_block__description:after {
            display: none;
        }

    .section-images-row {
        display: block;
    }

        .section-images-row .image-second {
            left: 0;
        }
}

@media only screen and (max-width:768px) {
    .product_colour_swatches .swatch_container {
        margin: 2px 0 2px 12px;
    }
}

@media screen and (max-width:480px) {
    .product-single__meta {
        max-width: 100%;
    }
}

@media only screen and (max-width:479px) {
    .product-single .slick-slider .slick-dots {
        padding-left: 15px;
    }

    .product-single__photos.slider-for {
        margin-left: -15px;
        margin-right: -15px;
    }

    .product_info_block {
        padding: 40px 0;
    }

        .product_info_block h3 {
            font-size: 16px;
        }

        .product_info_block ul li {
            font-size: 14px;
        }

    .template-product .infographic.margin-bottom {
        padding-bottom: 40px;
    }

    .template-product .infographic h2 {
        font-size: 16px;
    }

    .product-video {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .size-modal__ring {
        table-layout: fixed;
    }

        .size-modal__ring tr:first-child td {
            font-size: 11px;
            padding-left: 2px;
            padding-right: 2px;
        }

        .size-modal__ring td {
            width: auto!important;
        }
}

@media only screen and (min-width:769px) {
    .swatch__container .swatch__info-box {
        display: block;
    }
}

@media (max-width:480px) {
    .flex_item.buy .product-form__item--submit {
        margin-top: 25px;
    }
}

.template-stonefirst-landing .tab-bar {
    display: none;
}

.stonefirst-template {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.stonefirst-template__title {
    color: #222;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align: center;
}

.stonefirst-template__sub-message {
    color: #222;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 24px;
    margin-top: 1.5rem;
    text-align: center;
}

.stonefirst-template__sidebar {
    background-color: #fff;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    width: 100%;
    z-index: -1;
}

.sidebar-is-active .stonefirst-template__sidebar {
    opacity: 1;
    z-index: 1;
}

.stonefirst-template__main {
    background-color: #f5f7f9;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.stonefirst-template__container, .stonefirst-template__main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.stonefirst-template__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 16px;
    padding: 2.5rem 1rem;
}

@media only screen and (min-width:480px) {
    .stonefirst-template__title {
        font-size: 32px;
    }

    .stonefirst-template__sub-message {
        font-size: 15px;
        max-width: 660px;
    }

    .stonefirst-template__container {
        padding: 4.25rem 1rem;
    }
}

@media only screen and (min-width:1024px) {
    .stonefirst-template {
        min-height: 780px;
    }

    .stonefirst-template__sidebar {
        position: relative;
        -webkit-transition: width .5s ease-out,opacity .5s ease-out;
        transition: width .5s ease-out,opacity .5s ease-out;
        width: 0;
        z-index: 1;
    }

    .sidebar-is-active .stonefirst-template__sidebar {
        width: 450px;
    }

    .stonefirst-template__main {
        -webkit-transition: width .5s ease-out;
        transition: width .5s ease-out;
    }

    .sidebar-is-active .stonefirst-template__main {
        width: calc(100% - 450px);
    }
}

.wholesale-enquiries {
    margin-top: -70px;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

    .wholesale-enquiries form .container a {
        text-decoration: underline;
    }

    .wholesale-enquiries form .container.column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wholesale-enquiries form .container input[type=submit] {
        margin-bottom: 24px;
        margin-bottom: 1.5rem;
        min-width: 225px;
    }

    .wholesale-enquiries form .container input[type=checkbox] {
        margin: 12px 12px 0 0;
        margin: .75rem .75rem 0 0;
    }

    .wholesale-enquiries .field_block {
        width: 100%;
    }

.wholesale-enquiries__banner {
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
}

.wholesale-enquiries__banner-item {
    padding: 40px;
    padding: 2.5rem;
    width: 100%;
}

.wholesale-enquiries__banner-item--image {
    background-position: 50%;
    background-size: cover;
    min-height: 230px;
}

.wholesale-enquiries__banner-item--flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wholesale-enquiries__title {
    color: #706f6f;
    font-size: 23px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.wholesale-enquiries__text-area {
    display: block;
    font-size: 15px;
    max-width: 420px;
    text-align: center;
}

.wholesale-enquiries .radio {
    margin: 16px 0;
    margin: 1rem 0;
}

    .wholesale-enquiries .radio span {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        margin-bottom: 12px;
        margin-bottom: .75rem;
    }

    .wholesale-enquiries .radio .field {
        margin: 0 12px 0 0;
        margin: 0 .75rem 0 0;
        min-height: 16px;
        width: 16px;
    }

    .wholesale-enquiries .radio label {
        color: #706f6f;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

    .wholesale-enquiries .radio input[type=radio] {
        -moz-appearance: none;
        -webkit-appearance: none;
        border: 0;
        padding: 0;
    }

        .wholesale-enquiries .radio input[type=radio]:after, .wholesale-enquiries .radio input[type=radio]:checked:after {
            background-color: #fff;
            border-radius: 16px;
            -webkit-box-shadow: 0 0 0 1px #c6c6c6;
            box-shadow: 0 0 0 1px #c6c6c6;
            content: "";
            display: inline-block;
            height: 16px;
            position: relative;
            visibility: visible;
            width: 16px;
        }

        .wholesale-enquiries .radio input[type=radio]:checked:after {
            background-color: #836172;
            border: 3px solid #fff;
            -webkit-box-shadow: 0 0 0 1px #c6c6c6;
            box-shadow: 0 0 0 1px #c6c6c6;
        }

.wholesale-enquiries .is-hidden {
    display: none;
}

@media only screen and (max-width:768px) {
    .wholesale-enquiries.page-width {
        padding: 0;
    }

    .wholesale-enquiries__content-container {
        padding: 2rem 15px;
    }
}

@media only screen and (min-width:480px) {
    .wholesale-enquiries {
        margin-top: -40px;
    }
}

@media only screen and (min-width:769px) {
    .wholesale-enquiries.page-width {
        padding: 0 30px;
    }

    .wholesale-enquiries__banner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        padding: 2rem 2.5rem;
    }

    .wholesale-enquiries__banner-item {
        padding: 0;
        width: 50%;
    }

    .wholesale-enquiries__banner-item--flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 2rem;
    }

    .wholesale-enquiries__banner-item--image {
        min-height: 250px;
    }

    .wholesale-enquiries__text-area {
        max-width: 375px;
        padding: 0 .75rem 0 0;
        text-align: left;
    }

    .wholesale-enquiries__title {
        margin-bottom: 2rem;
    }

    .wholesale-enquiries__content-container {
        padding: 3rem 0 4rem;
    }
}

@media only screen and (min-width:1024px) {
    .wholesale-enquiries .field_block {
        padding-right: 1rem;
        width: 50%;
    }
}

@media (min-width:1025px) {
    .wholesale-enquiries__banner-item--flex {
        padding-left: 6rem;
    }
}

.accordion__container {
    margin: 0 auto;
    max-width: 1050px;
}

.accordion__header {
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #836172;
    cursor: pointer;
}

    .accordion__header svg {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
    }

.accordion__body {
    font-size: 15px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: visibility 0s linear .3s,opacity .3s,max-height .3s;
    transition: visibility 0s linear .3s,opacity .3s,max-height .3s;
    visibility: visible;
}

.accordion .accordion--open .accordion__body {
    opacity: 1;
    -webkit-transition: visibility 0s linear 0s,opacity .3s,max-height .3s;
    transition: visibility 0s linear 0s,opacity .3s,max-height .3s;
    visibility: visible;
}

.accordion.accordion--generic .accordion__container {
    border-top: 1px solid #ededed;
}

.accordion.accordion--generic:last-child {
    border-bottom: 1px solid #ededed;
}

.accordion.accordion--generic .accordion__header {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 1px;
    line-height: 19px;
    padding: 23px 0;
    text-transform: uppercase;
}

    .accordion.accordion--generic .accordion__header svg {
        height: 15px;
    }

.accordion.accordion--generic .accordion--open .accordion__header svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion.accordion--location-account .accordion__container {
    margin: 35px auto 10px;
}

.accordion.accordion--location-account .accordion__header {
    background-color: #f9f9f9;
    font-size: 17.142px;
    font-size: 1.0714285714rem;
    line-height: 29.714px;
    line-height: 1.8571428571rem;
    padding: 5px 15px 6px;
}

    .accordion.accordion--location-account .accordion__header svg {
        height: 15px;
    }

.accordion.accordion--location-account .accordion__body .register-copy {
    padding: 15px;
}

    .accordion.accordion--location-account .accordion__body .register-copy p {
        font-size: 12px;
        line-height: normal;
    }

.accordion.accordion--location-account .accordion--open .accordion__header svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion.accordion--location-lab-grown-diamonds {
    margin: auto;
    max-width: 730px;
}

    .accordion.accordion--location-lab-grown-diamonds .accordion__container {
        padding: 32px 0;
        padding: 2rem 0;
    }

        .accordion.accordion--location-lab-grown-diamonds .accordion__container:last-child {
            border-bottom: 1px solid #ededed;
        }

    .accordion.accordion--location-lab-grown-diamonds .accordion__heading {
        letter-spacing: 1.5px;
        margin-bottom: 24px;
        margin-bottom: 1.5rem;
    }

    .accordion.accordion--location-lab-grown-diamonds .accordion--open .accordion__header {
        margin-bottom: 16px;
        margin-bottom: 1rem;
    }

    .accordion.accordion--location-lab-grown-diamonds .accordion__header {
        color: #222;
        font-size: 11px;
        padding: 0;
    }

    .accordion.accordion--location-lab-grown-diamonds p {
        line-height: 1.5;
        margin-bottom: 0;
        margin-top: 16px;
        margin-top: 1rem;
    }

@media only screen and (max-width:1023px) {
    .accordion__body {
        max-height: 0;
    }
}

@media only screen and (min-width:769px) {
    .accordion.accordion--location-lab-grown-diamonds .accordion__heading {
        margin-bottom: 3rem;
    }
}

.affirm-message.affirm-message--location-product-form {
    font-size: 12.697px;
    font-size: .7935714286rem;
    line-height: 1.5;
    margin-top: 0;
}

.affirm-message.affirm-message--location-cart-ajax, .affirm-message.affirm-message--location-cart-page {
    font-size: 14px;
    margin: 0 0 12px;
    margin: 0 0 .75rem;
}

.cart-ajax {
    background-color: #fff;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: fixed;
    right: -420px;
    top: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 420px;
    z-index: 2;
}

    .cart-ajax .grid-view-item__title {
        border-top: none;
    }

    .cart-ajax .aviana-cleanslate ._1axiYDNHVzBHv3h8UhmWtr, .cart-ajax .aviana-cleanslate .iZJMuEDN4NxKS3mrxcBP9 {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }

    .cart-ajax .aviana-cleanslate ._2PfRg7DFvcstLFRNRf5W1e, .cart-ajax .aviana-cleanslate .kEwctmM5pguv6XkPR8mx6 {
        width: 100%!important;
    }

        .cart-ajax .aviana-cleanslate ._2PfRg7DFvcstLFRNRf5W1e:not(:last-child), .cart-ajax .aviana-cleanslate .kEwctmM5pguv6XkPR8mx6:not(:last-child) {
            margin-right: 8px!important;
            margin-right: .5rem!important;
        }

    .cart-ajax .grid-view-item__title {
        display: block;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        font-size: 15px;
        min-height: 0;
        padding-right: 20px;
    }

    .cart-ajax .grid-view-item__variant {
        font-size: 13px;
        margin: 14px 0 20px;
        min-height: 19px;
    }

    .cart-ajax .ajax-size-selector {
        background-image: url(icon-down.svg);
        background-position: right 9px;
        border: 0;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        margin-left: 10px;
        min-height: 0;
        padding: 0;
        padding-right: 22px;
        text-align-last: center;
    }

    .cart-ajax .cart-ajax__image {
        display: block;
        overflow: hidden;
        position: relative;
    }

        .cart-ajax .cart-ajax__image:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

        .cart-ajax .cart-ajax__image img {
            bottom: 0;
            left: 0;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: auto;
        }

    .cart-ajax .cart-ajax__background {
        background: #fff;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transition: all .4s;
        transition: all .4s;
        visibility: hidden;
        width: 100%;
        z-index: -1;
    }

    .cart-ajax.cart-ajax--show {
        right: 0;
    }

        .cart-ajax.cart-ajax--show .cart-ajax__background {
            opacity: .5;
            visibility: visible;
        }

    .cart-ajax .cart-ajax__title {
        border-bottom: 1px solid #ededed;
        margin: 0 30px;
        padding: 30px 0;
        position: relative;
        text-align: left;
    }

        .cart-ajax .cart-ajax__title h2 {
            font-family: FFMarkWebProMedium,Helvetica,sans-serif;
            font-size: 12px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .cart-ajax .cart-ajax__title .site-header__cart {
            margin: -2px 20px 0 0;
        }

        .cart-ajax .cart-ajax__title .close {
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 25px;
        }

    .cart-ajax .modaal_feedback {
        background-color: #f9f9f9;
        border-bottom: 1px solid #ededed;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 30px;
        padding: 10px;
        position: relative;
        text-align: left;
    }

        .cart-ajax .modaal_feedback p {
            color: #d20000;
            margin-bottom: 0;
            margin-top: 0;
            white-space: pre-wrap;
        }

    .cart-ajax .cart-ajax__list {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-height: 450px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 30px;
        text-align: center;
        -webkit-transition: all .2s;
        transition: all .2s;
        white-space: normal;
    }

        .cart-ajax .cart-ajax__list h4 {
            margin-top: 0;
        }

        .cart-ajax .cart-ajax__list .cart-ajax__data {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .cart-ajax .cart-ajax__list .cart-ajax__data .grid__item {
                padding-left: 15px;
                width: 68%;
            }

                .cart-ajax .cart-ajax__list .cart-ajax__data .grid__item.image {
                    padding: 0;
                    width: 32%;
                }

    .cart-ajax .cart-ajax__row {
        background-color: #fff;
        border-bottom: 1px solid #ededed;
        margin-bottom: 30px;
        max-height: auto;
        padding-bottom: 30px;
        position: relative;
        text-align: left;
        -webkit-transition: all .1s ease-out;
        transition: all .1s ease-out;
        width: 100%;
        z-index: 1;
    }

        .cart-ajax .cart-ajax__row.cart-ajax__row--deleted {
            margin: 0;
            max-height: 0;
            opacity: 0;
            padding: 0;
        }

        .cart-ajax .cart-ajax__row:last-child {
            border-bottom-width: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .cart-ajax .cart-ajax__row.gift-wrapping, .cart-ajax .cart-ajax__row.gift-wrapping .cart-ajax__quantity, .cart-ajax .cart-ajax__row.gift-wrapping .cart-ajax__remove, .cart-ajax .cart-ajax__row.gift-wrapping .grid-view-item__variant {
            display: none;
        }

            .cart-ajax .cart-ajax__row.gift-wrapping .grid-view-item__title {
                padding-right: 10px;
                width: 50%;
            }

            .cart-ajax .cart-ajax__row.gift-wrapping a {
                pointer-events: none;
            }

    .cart-ajax .cart-ajax__pre-order {
        font-size: 10px;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 0;
        padding-left: 130px;
        text-transform: uppercase;
    }

    .cart-ajax .shipping-message__container {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .cart-ajax .cart-ajax__remove {
        float: right;
        height: 10px;
        padding: 1px;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px;
    }

        .cart-ajax .cart-ajax__remove img {
            height: 10px;
            margin: 0;
            width: 10px;
        }

    .cart-ajax .cart-ajax__tools {
        padding: 0 30px 30px;
        width: 100%;
    }

        .cart-ajax .cart-ajax__tools .btn {
            width: 100%;
        }

        .cart-ajax .cart-ajax__tools .btn--secondary {
            background-color: #f7f7f7;
            color: #836172;
        }

        .cart-ajax .cart-ajax__tools .btn--checkout {
            background-color: #3bc1e3;
        }

            .cart-ajax .cart-ajax__tools .btn--checkout:hover {
                background-color: #44c9eb;
            }

        .cart-ajax .cart-ajax__tools .cart-link {
            font-size: 13px;
            margin-top: 0;
            text-align: center;
            width: 100%;
        }

        .cart-ajax .cart-ajax__tools .cart-ajax--total {
            border-top: 1px solid #ededed;
            padding: 25px 0;
            width: 100%;
        }

            .cart-ajax .cart-ajax__tools .cart-ajax--total .cart-ajax--total-title {
                font-family: FFMarkWebProMedium,Helvetica,sans-serif;
                font-size: 12px;
                letter-spacing: 2px;
                padding: 5px 0;
                text-transform: uppercase;
            }

            .cart-ajax .cart-ajax__tools .cart-ajax--total .cart-ajax--total-price {
                float: right;
                font-family: FFMarkWebProMedium,Helvetica,sans-serif;
                font-size: 22px;
                letter-spacing: 1.3px;
                line-height: 1;
            }

    .cart-ajax .cart-ajax__quantity {
        margin: 3px 0 0;
        max-width: 80px;
        width: 50%;
    }

        .cart-ajax .cart-ajax__quantity .item-quantity--input-wrapper {
            max-width: 100%;
        }

    .cart-ajax .cart-ajax__price {
        float: right;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        margin: 0;
        text-align: right;
        width: 50%;
    }

    .cart-ajax .cart-ajax__tools--paypal {
        text-align: center;
        width: 100%;
    }

        .cart-ajax .cart-ajax__tools--paypal .additional-checkout-buttons {
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
        }

        .cart-ajax .cart-ajax__tools--paypal .additional-checkout-button {
            min-width: 195px!important;
        }

    .cart-ajax .cart-ajax__tools--paypal-title {
        color: #706f6f;
        display: block;
        font-family: FFMarkWebProRegular,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 26px;
        margin: 16px auto;
        position: relative;
        text-transform: uppercase;
    }

        .cart-ajax .cart-ajax__tools--paypal-title:after, .cart-ajax .cart-ajax__tools--paypal-title:before {
            background: #ededed;
            content: "";
            height: 1px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 25%;
        }

        .cart-ajax .cart-ajax__tools--paypal-title:before {
            left: 0;
        }

        .cart-ajax .cart-ajax__tools--paypal-title:after {
            right: 0;
        }

@media only screen and (min-width:1500px) {
    .cart-ajax .cart-ajax__list {
        padding: 25px 15px;
    }
}

@media only screen and (max-width:479px) {
    .cart-ajax {
        right: -100%;
        width: 100%;
    }

        .cart-ajax .cart-ajax__title {
            margin: 0 15px;
            padding: 25px 0;
        }

        .cart-ajax .cart-ajax__list {
            padding: 25px 15px;
        }

        .cart-ajax .cart-ajax__tools {
            padding: 0 15px 30px;
        }

            .cart-ajax .cart-ajax__tools .cart-ajax--total {
                padding: 20px 0;
            }

                .cart-ajax .cart-ajax__tools .cart-ajax--total .cart-ajax--total-price {
                    letter-spacing: .3px;
                }
}

.site-header__cart-count {
    background-color: #3c3a3a;
    border-radius: 9px;
    color: #fff;
    font-weight: 700;
    height: 16px;
    opacity: 0;
    position: absolute;
    right: -10px;
    top: -6px;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: auto;
}

    .site-header__cart-count.site-header__cart-count--show {
        opacity: 1;
    }

    .site-header__cart-count span {
        display: block;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        font-size: 10px;
        line-height: 1;
        padding: 2px 5px;
    }

@media only screen and (min-width:769px) {
    .logo--center .site-header__cart-count {
        right: -2px;
    }

    .logo--left .site-header__cart-count {
        left: 12px;
        top: 4px;
    }
}

.fixed .cart-ajax {
    padding-top: 0;
}

.anchor-nav {
    background: #fff;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 10;
}

.is-fixed .anchor-nav {
    left: 0;
    position: fixed;
    width: 100%;
}

.anchor-nav a {
    padding: 12px 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

    .anchor-nav a.is-active, .anchor-nav a:hover {
        background: #e8f3fa;
    }

.anchor-nav__link {
    display: block;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    white-space: nowrap;
}

@media only screen and (max-width:479px) {
    .anchor-nav__container {
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
}

@media (min-width:520px) {
    .anchor-nav a {
        padding: 16px 30px;
    }

    .anchor-nav__link {
        font-size: 10px;
    }
}

.section-navbar .anchor-nav a {
    white-space: normal;
}

@media only screen and (max-width:768px) {
    .section-navbar .anchor-nav.is-active .anchor-nav__list {
        display: block;
    }

    .section-navbar .anchor-nav.is-active .anchor-nav__list-first {
        border-bottom: 1px solid #dfe3e8;
    }

        .section-navbar .anchor-nav.is-active .anchor-nav__list-first a:before {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .section-navbar .anchor-nav__container {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }

    .section-navbar .anchor-nav__list-first a {
        display: inline-block;
        position: relative;
    }

        .section-navbar .anchor-nav__list-first a:hover {
            background: transparent;
            cursor: pointer;
            opacity: 1;
        }

        .section-navbar .anchor-nav__list-first a:before {
            background-image: url(icon-down.svg);
            background-position: 50%;
            background-repeat: no-repeat;
            content: "";
            height: 100%;
            position: absolute;
            right: -20px;
            top: 0;
            width: 10px;
        }

    .section-navbar .anchor-nav__list {
        display: none;
    }

    .section-navbar .anchor-nav a {
        font-size: 10px;
        padding: 1rem .75rem;
    }
}

@media only screen and (min-width:769px) {
    .section-navbar .anchor-nav__container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-navbar .anchor-nav__list-first {
        display: none;
    }

    .section-navbar .anchor-nav__list {
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid #dfe3e8;
        width: auto;
    }

        .section-navbar .anchor-nav__list:last-child {
            border-right: 1px solid #dfe3e8;
        }

    .section-navbar .anchor-nav a {
        padding: 1rem;
    }
}

@media only screen and (min-width:1024px) {
    .section-navbar .anchor-nav a {
        padding: 1rem 2.5rem;
    }
}

.charity-lightbox {
    border: 1px solid #3ac1e3;
    margin-bottom: 20px;
    padding: 12px 16px;
    white-space: normal;
}

.charity-lightbox-content {
    font-size: 11px;
    letter-spacing: .3px;
    line-height: 160%;
    margin: 0;
}

.charity-lightbox_modal {
    background: hsla(0,0%,100%,.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
}

.charity-lightbox_modal--inner {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    left: 50%;
    max-width: 600px;
    padding: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 999;
}

.charity-lightbox_open {
    cursor: pointer;
    display: block;
    text-decoration: underline;
}

.charity-lightbox_close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.collection-list {
    margin-bottom: -30px;
}

    .collection-list.margin-top {
        padding-top: 20px;
    }

    .collection-list.margin-bottom {
        padding-bottom: 20px;
    }

.collection-list__header {
    font-size: 25.142px;
    font-size: 1.5714285714rem;
    letter-spacing: 3px;
    line-height: 28px;
    margin-bottom: 50px;
}

@media only screen and (max-width:768px) {
    .collection-list__header {
        font-size: 1.1428571429rem;
        letter-spacing: 2px;
        line-height: 20px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width:1024px) {
    .collection-list {
        margin-bottom: 0;
    }

        .collection-list.margin-top {
            padding-top: 50px;
        }

        .collection-list.margin-bottom {
            padding-bottom: 50px;
        }
}

@media only screen and (max-width:479px) {
    .collection-list {
        margin-bottom: 0;
    }
}

.collection-list--holiday .collection-grid-item__title {
    line-height: 23px;
    margin-bottom: 0;
}

.collection-list--holiday .collection-grid-item__subtitle {
    line-height: 26px;
}

.collection-grid-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 15px;
}

    .collection-grid-item:hover .collection-grid-item__image {
        opacity: .85;
    }

.grid_feature_block .collection-grid-item .background-shape {
    content: "";
    width: 100%;
    height: 100%;
    right: 8%;
    top: 7%;
    position: absolute;
    background-color: rgba(217,229,236,.5);
    pointer-events: none;
}

.collection-grid-item__wrapper {
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
}

.collection-grid-item__title {
    display: block;
    text-align: left;
    font-size: 18px;
    letter-spacing: 2.5px;
    color: #836172;
    margin-bottom: 5px;
}

    .collection-grid-item__title.regular {
        font-family: FFMarkWebProRegular,Helvetica,sans-serif;
    }

    .collection-grid-item__title.medium {
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    }

    .collection-grid-item__title.bold {
        font-family: FFMarkWebProBold,Helvetica,sans-serif;
    }

.collection-grid-item__subtitle {
    display: block;
    text-align: left;
    font-size: 12px;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6d525f;
    margin: 0;
}

.collection-grid-item__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
}

.collection-grid-item__overlay {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .collection-grid-item__overlay video {
        height: 100%;
    }

.collection-grid-item__image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (min-width:480px) {
    .collection-grid-item {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:1023px) {
    .grid_feature .grid__item.medium-up--one-third:nth-child(2) {
        width: 50%;
    }

    .grid_feature_block .collection-grid-item .background-shape {
        display: none;
    }
}

@media only screen and (max-width:479px) {
    .collection-grid .grid {
        margin-right: -15px;
    }

    .collection-grid .grid__item {
        padding: 0;
    }

    .collection-grid-item {
        margin-bottom: 0;
    }

    .collection-grid-item__wrapper {
        left: 15px;
        right: 15px;
    }

    .collection-grid-item__title {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

.grid--view-items {
    overflow: hidden;
}

.grid-view-item {
    margin: 0 auto 40px;
    margin: 0 auto 2.5rem;
    position: relative;
}

    .grid-view-item .featured-product-card--price {
        display: none;
    }

.grid-view-item__image_wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .grid-view-item__image_wrapper:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

.collection-section .grid-view-item__image_wrapper:before {
    padding-top: 91%;
}

@media only screen and (max-width:768px) {
    .collection-section .grid-view-item__image_wrapper:before {
        padding-top: 80%;
    }
}

.grid-view-item__image {
    bottom: 0;
    display: none;
    height: 80%;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: -1;
}

.collection-section .grid-view-item__image {
    height: auto!important;
    margin: 0 auto auto;
    width: 100%;
}

.grid-view-item__image.hidden {
    display: none;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

.grid-view-item__image.is-active {
    display: block;
}

.grid-view-item .product-description {
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    bottom: 0;
    font-size: 12px;
    left: 0;
    line-height: 1.3;
    margin: 0 0 12px;
    margin: 0 0 .75rem;
    position: absolute;
    z-index: 0;
}

.grid-view-item .product-description__product-type-image {
    display: block;
    height: 18px;
    margin-right: 8px;
    margin-right: .5rem;
    width: 18px;
}

.grid-view-item .product-description__text {
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 12px;
}

.grid-view-item .product-description.is-hidden {
    display: none;
}

.grid-view-item__content-container {
    border-top: 1px solid #dfe3e8;
    margin-bottom: 12px;
    margin-bottom: .75rem;
    padding-top: 12px;
    padding-top: .75rem;
}

.grid-view-item__title {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 14px;
}

.grid-view-item__footer {
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .grid-view-item__footer .swatch__container.is-hidden {
        display: none;
    }

    .grid-view-item__footer .price_container {
        color: #706f6f;
        font-size: 14px;
    }

        .grid-view-item__footer .price_container .product-price__price--compare {
            color: #706f6f;
            display: inline-block;
        }

.grid-view-item .yotpo .yotpo-bottomline .yotpo-icon {
    color: #dfe3e8!important;
    font-size: 14px!important;
}

.grid-view-item .yotpo-product-form {
    margin: 4px 0;
    margin: .25rem 0;
}

    .grid-view-item .yotpo-product-form .standalone-bottomline {
        -ms-justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .grid-view-item .yotpo-product-form .yotpo.bottomLine .yotpo-bottomline .yotpo-stars {
        margin-right: 0!important;
    }

    .grid-view-item .yotpo-product-form .yotpo-icon {
        margin: 5px 1px;
    }

.grid-view-item__link:hover .grid-view-item__image.hidden {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width:769px) {
    .grid-view-item {
        margin: 0 auto 4rem;
    }

        .grid-view-item .product-description.is-hidden {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            width: 100%;
        }

    .grid-view-item__content-container {
        margin-bottom: .5rem;
    }

    .grid-view-item__footer .price_container {
        font-size: 16px;
    }

    .grid-view-item__footer .swatch__container.is-hidden {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-justify-content: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .grid-view-item .yotpo-container.is-hidden {
        display: block;
    }
}

@media only screen and (max-width:768px) {
    .featured-product-card--mobile {
        width: 100%;
    }

        .featured-product-card--mobile .product-badge span {
            border-radius: 50px;
        }

        .featured-product-card--mobile .grid-view-item__content-container {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            width: 100%;
            -ms-justify-content: space-between;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .featured-product-card--mobile .grid-view-item__title {
            padding-right: .75rem;
            text-align: left;
        }

        .featured-product-card--mobile .grid-view-item .featured-product-card--price {
            display: block;
        }

        .featured-product-card--mobile .grid-view-item__footer {
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
            -ms-justify-content: space-between;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .featured-product-card--mobile .grid-view-item__footer .price_container {
                display: none;
            }

            .featured-product-card--mobile .grid-view-item__footer .product-description {
                margin: 0;
                padding-right: .75rem;
                text-align: left;
            }
}

@media only screen and (max-width:768px) {
    .featured-product-card--reverse {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.grid-view-item__link {
    display: block;
    outline: none;
    position: relative;
}

.grid-view-item__vendor {
    margin-top: 4px;
    text-transform: uppercase;
}

.quickadd__label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #836172;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 13px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    letter-spacing: 2px;
    padding: 12px;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    z-index: 1;
}

.fade-in {
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}

    .fade-in.lazyloaded:not(.hidden) {
        opacity: 1;
    }

.collection-hero {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
}

    .collection-hero .image-overlay {
        z-index: 1;
    }

    .collection-hero .page-width {
        width: 100%;
        z-index: 1;
    }

    .collection-hero .breadcrumb {
        font-size: 10px;
        padding: 0;
        position: absolute;
        top: 24px;
        top: 1.5rem;
    }

        .collection-hero .breadcrumb span {
            color: #706f6f;
        }

        .collection-hero .breadcrumb .seperator {
            padding: 0 2px;
            padding: 0 .125rem;
        }

.collection-hero__container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 200px;
    padding: 24px 0 16px;
    padding: 1.5rem 0 1rem;
    position: relative;
}

    .collection-hero__container.collection-hero__container--height-small {
        min-height: 200px;
    }

    .collection-hero__container.collection-hero__container--height-medium {
        min-height: 250px;
    }

.collection-hero--with-image .breadcrumb span, .collection-hero--with-image .collection-hero__description, .collection-hero--with-image .collection-hero__title, .collection-hero--with-image .tagline {
    color: #fff;
}

.collection-hero--with-image .sub-category__link {
    background-color: transparent;
    color: #fff;
}

.collection-hero--no-background .collection-hero__content-container {
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.collection-hero--no-background .collection-hero__description, .collection-hero--no-background .collection-hero__title {
    margin-left: auto;
    margin-right: auto;
}

.collection-hero--color-inverse .collection-hero__description, .collection-hero--color-inverse .collection-hero__title, .collection-hero--color-inverse .sub-category__link, .collection-hero--color-inverse .tagline {
    color: #fff;
}

.collection-hero--bg-gradient {
    background-color: hsla(0,0%,100%,.3);
    background-image: url(bg_collection_section_2.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.collection-hero__image-container, .collection-hero__video-container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.collection-hero__video-media {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.collection-hero__image-container {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.collection-hero .collection-hero--no-background .collection-hero__content-container, .collection-hero__content-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
}

.collection-hero .collection-hero--no-background .collection-hero__content-container--left, .collection-hero__content-container--left {
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

    .collection-hero .collection-hero--no-background .collection-hero__content-container--left .collection-hero__description, .collection-hero .collection-hero--no-background .collection-hero__content-container--left .collection-hero__title, .collection-hero__content-container--left .collection-hero__description, .collection-hero__content-container--left .collection-hero__title {
        margin-left: 0;
        margin-right: auto;
    }

.collection-hero .collection-hero--no-background .collection-hero__content-container--center, .collection-hero__content-container--center {
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

    .collection-hero .collection-hero--no-background .collection-hero__content-container--center .collection-hero__description, .collection-hero .collection-hero--no-background .collection-hero__content-container--center .collection-hero__title, .collection-hero__content-container--center .collection-hero__description, .collection-hero__content-container--center .collection-hero__title {
        margin-left: auto;
        margin-right: auto;
    }

.collection-hero .collection-hero--no-background .collection-hero__content-container--right, .collection-hero__content-container--right {
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

    .collection-hero .collection-hero--no-background .collection-hero__content-container--right .collection-hero__description, .collection-hero .collection-hero--no-background .collection-hero__content-container--right .collection-hero__title, .collection-hero__content-container--right .collection-hero__description, .collection-hero__content-container--right .collection-hero__title {
        margin-left: auto;
        margin-right: 0;
    }

.collection-hero__title {
    color: #836172;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.collection-hero__description {
    max-width: 720px;
}

    .collection-hero__description, .collection-hero__description p {
        color: #706f6f;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        font-size: 12px;
        line-height: 1.5;
        margin: 12px 0 0;
        margin: .75rem 0 0;
    }

        .collection-hero__description a {
            color: #836172;
            text-decoration: underline;
        }

.collection-hero__description--small {
    max-width: 425px;
}

.collection-hero__description--medium {
    max-width: 720px;
}

.collection-hero__button {
    margin: 10px 0;
    max-width: 50%;
}

@media only screen and (max-width:479px) {
    .collection-hero__content {
        width: 100%;
    }

    .collection-hero--mobile-overlay .collection-hero__description, .collection-hero--mobile-overlay .collection-hero__title, .collection-hero--mobile-overlay .sub-category__link, .collection-hero--mobile-overlay .tagline {
        color: #fff;
    }
}

@media only screen and (min-width:480px) {
    .collection-hero .page-width {
        padding: 0 30px;
    }

    .collection-hero__image-container {
        background-position: 30% 0;
    }

    .collection-hero__container {
        padding: 2.5rem 0 2rem;
    }

    .collection-hero__title {
        font-size: 24px;
        max-width: 550px;
    }

    .collection-hero__description, .collection-hero__description p {
        font-family: FFMarkWebProRegular,Helvetica,sans-serif;
        font-size: 14px;
    }
}

@media only screen and (min-width:769px) {
    .collection-hero__image-container {
        background-position: 0;
    }

    .collection-hero__description, .collection-hero__description p {
        font-size: 16px;
    }
}

@media only screen and (min-width:1024px) {
    .collection-hero .page-width {
        padding: 0 45px;
    }
}

.collection-section {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 60px 0;
}

    .collection-section .grid-view-item__image {
        -o-object-fit: contain;
        object-fit: contain;
        top: 0;
    }

    .collection-section .view-all {
        min-width: 150px;
        margin-top: 30px;
    }

    .collection-section .alt-collection-slider .grid__item, .collection-section .collection-slider .grid__item {
        clear: none!important;
    }

    .collection-section .slick-slider .grid-view-item__image {
        display: none;
    }

        .collection-section .slick-slider .grid-view-item__image.is-active {
            display: block;
        }

    .collection-section .slick-slider .slick-dots {
        left: 30px;
        bottom: 0;
        padding: 0 30px;
    }

@media (max-width:1499px) {
    .collection-section .slick-slider .slick-dots {
        padding: 0;
    }
}

@media only screen and (max-width:479px) {
    .collection-section {
        padding: 40px 0;
    }

        .collection-section .slick-slider .slick-dots {
            left: 15px;
        }
}

@media only screen and (min-width:769px) {
    .collection-section .view-all {
        min-width: 200px;
        margin-top: 30px;
    }

    .collection-section .grid--view-items {
        margin-left: -30px;
    }

    .collection-section .grid__item {
        padding-left: 30px;
    }
}

@media only screen and (min-width:1024px) {
    .collection-section {
        padding: 75px 0 40px;
    }

        .collection-section .view-all {
            margin-bottom: 40px;
        }
}

@media only screen and (max-width:1023px) {
    .collection-section .slick-slider .slick-dots {
        left: 0;
        right: 0;
    }

        .collection-section .slick-slider .slick-dots li {
            float: none;
        }
}

@media only screen and (min-width:1500px) {
    .collection-section .grid--view-items {
        margin-left: -60px;
    }

    .collection-section .grid__item {
        padding-left: 60px;
    }
}

.collection-section--holiday .collection-section__header {
    font-size: 25.142px;
    font-size: 1.5714285714rem;
    letter-spacing: 3px;
    line-height: 28px;
    margin-bottom: 50px;
}

@media only screen and (max-width:768px) {
    .collection-section--holiday .collection-section__header {
        font-size: 1.1428571429rem;
        letter-spacing: 2px;
        line-height: 20px;
        margin-bottom: 40px;
    }
}

.collection-section--holiday .grid-view-item .price_container, .collection-section--holiday .grid-view-item__title {
    font-size: 22.857px;
    font-size: 1.4285714286rem;
    line-height: 25px;
    margin-bottom: 10px;
    min-height: unset;
}

@media only screen and (max-width:768px) {
    .collection-section--holiday .grid-view-item .price_container, .collection-section--holiday .grid-view-item__title {
        font-size: 1.2857142857rem;
        line-height: 23px;
        margin-bottom: 0;
    }
}

.section-collection-alt {
    padding-bottom: 30px;
    padding-top: 30px;
}

    .section-collection-alt .alt-collection-slider .grid__item {
        clear: none!important;
    }

    .section-collection-alt .alt-collection-slider .grid-view-item {
        background-color: #fff;
        padding: 15px;
    }

    .section-collection-alt .alt-collection-slider .iWishAddColl {
        right: 17px;
        top: 15px;
    }

    .section-collection-alt .alt-collection-slider .slick-next {
        right: -55px;
    }

    .section-collection-alt .alt-collection-slider .slick-dots {
        left: 30px;
    }

    .section-collection-alt .alt-collection-slider .product-form {
        bottom: 15px;
    }

@media only screen and (max-width:768px) {
    .section-collection-alt .alt-collection-slider .slick-prev {
        left: 0;
    }

    .section-collection-alt .alt-collection-slider .slick-next {
        right: -30px;
    }

    .section-collection-alt .alt-collection-slider .slick-list {
        overflow: visible;
    }
}

.section-collection-alt.no-background {
    padding-bottom: 0;
    padding-top: 0;
}

@media only screen and (max-width:768px) {
    .section-collection-alt.no-background .grid-view-item {
        -webkit-box-shadow: 0 3px 20px -6px rgba(0,0,0,.3);
        box-shadow: 0 3px 20px -6px rgba(0,0,0,.3);
    }
}

.sub-category {
    margin-top: 16px;
    margin-top: 1rem;
}

.sub-category__link {
    color: #836172;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 4px 16px;
    margin: .25rem 1rem;
    text-decoration: underline;
    text-transform: uppercase;
    white-space: nowrap;
}

.sub-category__carousel:after {
    content: "flickity";
    display: none;
}

@media only screen and (min-width:480px) {
    .sub-category {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
    }

    .sub-category__link {
        margin: .25rem 1rem;
        white-space: wrap;
    }

    .sub-category__container {
        max-width: 900px;
        width: 900px;
    }

    .sub-category__carousel {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .sub-category__carousel:after {
            content: "";
        }
}

.collection-hero--no-background .sub-category__carousel, .collection-hero--no-background .sub-category__container {
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.collection-hero__content-container--left .sub-category__carousel, .collection-hero__content-container--left .sub-category__container {
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.collection-hero__content-container--left .sub-category__link {
    margin: 0.5rem 1rem 0 0;
}

.collection-hero__content-container--center .sub-category, .collection-hero__content-container--center .sub-category__carousel {
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.collection-hero__content-container--center .sub-category__carousel {
    width: 100%;
}

.collection-hero__content-container--right .sub-category, .collection-hero__content-container--right .sub-category__carousel, .collection-hero__content-container--right .sub-category__container {
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.collection-hero__content-container--right .sub-category__link {
    margin: 0.5rem 0 0 1rem;
}

.collection-subheader {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
    position: relative;
}

@media only screen and (min-width:480px) {
    .collection-subheader {
        margin: 20px 0;
    }
}

@media only screen and (min-width:1024px) {
    .collection-subheader {
        margin: 40px 0;
    }
}

.filters_container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
}

    .filters_container .sorting {
        margin-left: 15px;
    }

    .filters_container .pagination {
        -moz-flex: 100%;
        -ms-flex: 100%;
        -webkit-box-flex: 100%;
        flex: 100%;
        -ms-justify-content: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        z-index: 5;
    }

    .filters_container .grid-switcher {
        margin-left: 20px;
    }

@media only screen and (min-width:769px) {
    .filters_container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .filters_container .pagination {
            -moz-flex: auto;
            -ms-flex: auto;
            -webkit-box-flex: 1;
            flex: auto;
            margin-left: 40px;
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
        }

        .filters_container .grid-switcher {
            margin-left: 40px;
        }
}

.collection-tile {
    background-size: cover;
    height: 120px;
    position: relative;
}

.collection-tile__container {
    margin-bottom: 50px;
    padding-top: 50px;
}

@media only screen and (max-width:768px) {
    .collection-tile__container {
        padding-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:768px) {
    .collection-tile__container .grid__item:last-child .collection-tile {
        margin-bottom: 0;
    }
}

.collection-tile__header {
    font-size: 25.142px;
    font-size: 1.5714285714rem;
    letter-spacing: 3px;
    line-height: 28px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}

    .collection-tile__header:after, .collection-tile__header:before {
        position: absolute;
        top: 51%;
        overflow: hidden;
        width: 38%;
        height: 1px;
        content: "\a0";
        background-color: #f4f4f4;
    }

@media only screen and (max-width:1023px) {
    .collection-tile__header:after, .collection-tile__header:before {
        width: 34%;
    }
}

@media only screen and (min-width:480px) and (max-width:769px) {
    .collection-tile__header:after, .collection-tile__header:before {
        width: 30%;
    }
}

@media only screen and (max-width:479px) {
    .collection-tile__header:after, .collection-tile__header:before {
        width: 22%;
    }
}

.collection-tile__header:before {
    left: 0;
}

.collection-tile__header:after {
    right: 0;
}

@media only screen and (max-width:768px) {
    .collection-tile__header {
        font-size: 1.1428571429rem;
        letter-spacing: 2px;
        line-height: 20px;
        margin-bottom: 30px;
    }
}

.collection-tile__link {
    display: block;
}

.collection-tile__title {
    color: #fff;
    font-size: 20.571px;
    font-size: 1.2857142857rem;
    font-weight: 500;
    left: 50%;
    letter-spacing: 3px;
    line-height: 23px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
}

.collection-tile:hover {
    opacity: .8;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width:768px) {
    .collection-tile {
        margin-bottom: 20px;
    }
}

.countdown[js-countdown=container] {
    display: none;
}

    .countdown[js-countdown=container].visible {
        display: block;
    }

.countdown.countdown--product {
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
}

.countdown.countdown--notification {
    display: inline-block;
    line-height: 14px;
    vertical-align: top;
    background: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width:479px) {
    .countdown.countdown--notification {
        font-size: 8.5px;
        margin: 0 auto;
        display: block;
    }
}

.countdown.countdown--popup {
    padding: 30px;
}

.countdown__icon {
    display: block;
    margin: 0 auto;
}

.countdown--notification .countdown__icon, .countdown--product .countdown__icon {
    display: none;
}

.countdown--popup .countdown__icon img {
    max-height: 45px;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
}

.countdown__copy {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.countdown--notification .countdown__copy {
    font-size: 10px;
    margin-right: 10px;
}

@media only screen and (max-width:768px) {
    .countdown--notification .countdown__copy {
        display: none;
    }
}

.countdown__intro {
    padding: 25px 30px 20px;
}

    .countdown__intro span {
        font-weight: 400;
        font-family: FFMarkWebProBold,Helvetica,sans-serif;
        color: #836172;
    }

    .countdown__intro p {
        margin: 0 auto!important;
    }

.newsletter__content-countdown {
    padding: 0!important;
    max-width: none!important;
}

    .newsletter__content-countdown form {
        padding: 0 30px 30px;
        max-width: 400px;
        margin: 0 auto;
    }

        .newsletter__content-countdown form .newsletter__small-text p {
            margin: 0;
        }

    .newsletter__content-countdown p {
        margin: 0 auto;
    }

.countdown-panel {
    color: #836172;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    letter-spacing: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    text-transform: uppercase;
}

.countdown--product .countdown-panel:after {
    margin: 0;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width:1023px) {
    .countdown--product .countdown-panel__time {
        padding: 10px;
        min-width: 52px;
    }
}

@media only screen and (max-width:479px) {
    .countdown--product .countdown-panel__time {
        padding: 5px;
        min-width: 45px;
    }
}

.countdown--notification .countdown-panel {
    display: inline-block;
    font-size: 10px;
    margin: 0;
}

    .countdown--notification .countdown-panel:after {
        display: none;
    }

@media only screen and (max-width:479px) {
    .countdown--notification .countdown-panel {
        font-size: 8.5px;
    }
}

.countdown--notification .countdown-panel__time {
    padding: 5px;
    min-width: 40px;
}

@media only screen and (max-width:768px) {
    .countdown--notification .countdown-panel__time {
        margin: 0;
    }
}

.countdown--notification .countdown-panel__number {
    font-size: 16px;
}

.countdown--notification .countdown-panel .countdown-panel__number-label {
    font-size: 9px;
}

.countdown-panel__time {
    background: #fff;
    padding: 10px 15px;
    margin: 0 3px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    min-width: 61px;
}

@media only screen and (max-width:768px) {
    .countdown-panel__time {
        padding: 5px;
        min-width: 45px;
    }
}

.countdown-panel__number {
    display: block;
    font-size: 18px;
}

.countdown-panel .countdown-panel__number-label {
    display: block;
    font-size: 10px;
    text-transform: lowercase;
}

.cover-listing__title {
    text-align: center;
}

.cover-listing__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    min-height: 168px;
    padding: 8px 15px;
    position: relative;
}

@media only screen and (min-width:769px) {
    .cover-listing__item {
        margin-bottom: 30px;
        min-height: 224px;
        padding: 26px;
    }
}

.cover-listing.margin-top {
    padding-top: 65px;
}

.cover-listing.margin-bottom {
    padding-bottom: 65px;
}

.cover__description {
    z-index: 2;
}

.cover__title {
    font-size: 16px;
    font-size: 1rem;
}

@media only screen and (min-width:769px) {
    .cover__title {
        font-size: 1.1428571429rem;
    }
}

.cover__overlay {
    background: linear-gradient(45deg,rgba(0,0,0,.25),transparent);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.boost .boost-filter--desktop {
    position: relative;
}

.boost .bc-sf-filter-overlay {
    background-color: rgba(0,0,0,.5);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(transparent));
    background: linear-gradient(180deg,rgba(0,0,0,.2),transparent);
    display: none;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
}

.boost .bc-sf-filter-option-value {
    text-transform: capitalize;
}

.boost .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a {
    padding: 8px;
}

    .boost .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a .bc-sf-filter-option-swatch-image {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 72px 72px;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        height: 60px;
        margin: 0 auto 4px;
        margin: 0 auto .25rem;
        width: 72px;
        border-radius: 0;
    }

.boost .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a {
    color: #706f6f;
    font-size: 14px;
    letter-spacing: .3px;
    margin: 0;
    text-align: center;
}

.boost .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a:hover {
    border: 0 solid #706f6f!important;
}

    .boost .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a:hover span {
        color: #836172;
    }

    .boost .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a:hover .bc-sf-filter-option-swatch-image {
        border: 0 solid #706f6f!important;
        border-radius: 0;
    }

        .boost .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a:hover .bc-sf-filter-option-swatch-image:before {
            border: 0;
        }

.boost .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a.selected {
    background-color: #fff;
}

    .boost .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a.selected span {
        color: #836172;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    }

    .boost .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a.selected .bc-sf-filter-option-swatch-image {
        border: 0 solid #706f6f!important;
        border-radius: 0;
    }

        .boost .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch li a.selected .bc-sf-filter-option-swatch-image:before {
            border: 0;
        }

.boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range {
    position: relative;
    margin: 10px auto 25px;
}

    .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount {
        height: 30px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: -15px;
        width: 125px;
    }

    .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount-max, .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount-min, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount-max, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount-min {
        background: transparent;
        border: 0;
        color: #706f6f;
        font-size: 13px;
        margin: 0;
        position: absolute;
        width: 55px;
    }

        .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount-max.bc-sf-filter-option-range-amount-min, .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount-min.bc-sf-filter-option-range-amount-min, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount-max.bc-sf-filter-option-range-amount-min, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount-min.bc-sf-filter-option-range-amount-min {
            left: -67px;
            text-align: right;
        }

        .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount-max.bc-sf-filter-option-range-amount-max, .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount-min.bc-sf-filter-option-range-amount-max, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount-max.bc-sf-filter-option-range-amount-max, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount-min.bc-sf-filter-option-range-amount-max {
            right: -67px;
            text-align: left;
        }

    .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount-split, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .bc-sf-filter-option-range-amount-split {
        display: none;
    }

    .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .noUi-handle.noUi-handle, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .noUi-handle.noUi-handle {
        position: absolute;
        width: 18px;
        height: 18px;
        background: #fff;
        border: 1px solid #706f6f;
        left: -5px;
        border-radius: 50%;
    }

    .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .selected .noUi-origin:first-child .noUi-handle, .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .selected .noUi-origin:last-child .noUi-handle, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .selected .noUi-origin:first-child .noUi-handle, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .selected .noUi-origin:last-child .noUi-handle {
        background: #706f6f;
    }

    .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .noUi-base, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .noUi-base {
        margin-left: 0;
    }

    .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .noUi-connect, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .noUi-connect {
        background: #706f6f;
        height: 2px;
    }

    .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .noUi-target, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .noUi-target {
        background: transparent;
        border: 0;
        -webkit-box-shadow: inset 0 2px #dfe3e8;
        box-shadow: inset 0 2px #dfe3e8;
        margin: 0 auto!important;
        width: 115px;
    }

    .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-block-content .custom-price-range .noUi-pips-horizontal, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-block-content .custom-price-range .noUi-pips-horizontal {
        display: none;
    }

.boost #bc-sf-filter-wrapper #bc-sf-filter-load-more {
    padding: 0;
}

.boost #bc-sf-filter-wrapper #bc-sf-filter-load-more-total {
    margin: 0 0 8px;
    margin: 0 0 .5rem;
    color: #836172;
    font-size: 10px;
}

.boost #bc-sf-filter-wrapper #bc-sf-filter-load-more .bc-sf-filter-load-more-button {
    margin-top: 32px;
    margin-top: 2rem;
    background: #f9f9f9;
    border: 0;
    color: #836172;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 12px;
    padding: .75rem;
    text-transform: uppercase;
    width: 200px;
}

.boost .boost-filter--mobile {
    background-color: #fff;
    padding: 12px 0;
    padding: .75rem 0;
}

    .boost .boost-filter--mobile #bc-sf-filter-tree-mobile {
        float: none;
        width: 100%;
    }

        .boost .boost-filter--mobile #bc-sf-filter-tree-mobile button {
            border: 1px solid #836172;
            color: #836172;
            line-height: 16px;
            line-height: 1rem;
            margin: 0;
            padding: 12px;
            padding: .75rem;
            text-transform: uppercase;
        }

.boost .boost-filter-tree--mobile #bc-sf-filter-tree, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree #bc-sf-filter-tree {
    width: calc(100% - 32px)!important;
    background: #f9f9f9;
    padding: 0 16px 16px;
    padding: 0 1rem 1rem;
}

.boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .close-button-wrapper, .boost .boost-filter-tree--mobile .close-button-wrapper {
    background-color: hsla(0,0%,100%,.8);
    height: 100%;
    position: absolute;
    right: -32px;
    top: 0;
    width: 32px;
    z-index: 1;
}

.boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .close-button, .boost .boost-filter-tree--mobile .close-button {
    background-color: #dfe3e8;
    height: 32px;
    right: 0;
    position: absolute;
    width: 32px;
    z-index: 2;
}

    .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .close-button svg, .boost .boost-filter-tree--mobile .close-button svg {
        left: 11px;
        position: absolute;
        top: 11px;
    }

.boost .boost-filter-tree--mobile .bc-sf-filter-option-block-stone-color .bc-sf-filter-option-swatch.circle-list, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block-stone-color .bc-sf-filter-option-swatch.circle-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

    .boost .boost-filter-tree--mobile .bc-sf-filter-option-block-stone-color .bc-sf-filter-option-swatch.circle-list li, .boost .boost-filter-tree--mobile .bc-sf-filter-option-block-stone-color .bc-sf-filter-option-swatch.circle-list li a.bc-sf-filter-option-item, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block-stone-color .bc-sf-filter-option-swatch.circle-list li, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block-stone-color .bc-sf-filter-option-swatch.circle-list li a.bc-sf-filter-option-item {
        margin: 0!important;
        padding: 0!important;
        text-align: left;
        width: 100%!important;
    }

    .boost .boost-filter-tree--mobile .bc-sf-filter-option-block-stone-color .bc-sf-filter-option-swatch.circle-list .bc-sf-filter-option-item, .boost .boost-filter-tree--mobile .bc-sf-filter-option-block-stone-color .bc-sf-filter-option-swatch.circle-list .bc-sf-filter-option-swatch-image, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block-stone-color .bc-sf-filter-option-swatch.circle-list .bc-sf-filter-option-item, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block-stone-color .bc-sf-filter-option-swatch.circle-list .bc-sf-filter-option-swatch-image {
        display: inline-block;
    }

.boost .boost-filter-tree--mobile .bc-sf-filter-mobile-toolbar-header, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-header {
    background: transparent;
    border: 0;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 16px;
    line-height: 1rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding: 12px 0 0;
    padding: .75rem 0 0;
}

.boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-content, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree #bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-content {
    margin: 0;
}

.boost .boost-filter-tree--mobile #bc-sf-filter-mobile-toolbar, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree #bc-sf-filter-mobile-toolbar {
    min-height: auto;
}

.boost .boost-filter-tree--mobile .bc-sf-filter-mobile-toolbar-items, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items {
    background: transparent;
    border: 0;
    padding: 0;
}

    .boost .boost-filter-tree--mobile .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-toolbar-left, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-toolbar-left {
        padding: 10px 0;
        position: absolute;
        top: 0;
    }

        .boost .boost-filter-tree--mobile .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-toolbar-left a, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-toolbar-left a {
            font-size: 0;
        }

            .boost .boost-filter-tree--mobile .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-toolbar-left a:before, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-toolbar-left a:before {
                border-color: #706f6f;
                left: 13px;
                padding: 4px;
                top: 10px;
            }

    .boost .boost-filter-tree--mobile .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-apply, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-apply {
        padding: 15px;
    }

    .boost .boost-filter-tree--mobile .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-toolbar-right, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-toolbar-right {
        position: absolute;
        bottom: 72px;
    }

        .boost .boost-filter-tree--mobile .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-toolbar-right a, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-toolbar-right a {
            color: #836172;
            font-size: 11px;
            letter-spacing: 2px;
            line-height: 16px;
            line-height: 1rem;
            text-decoration: underline;
            text-transform: uppercase;
        }

.boost .boost-filter-tree--mobile .bc-sf-filter-selection-wrapper, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-selection-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 0 16px;
    padding: 0 0 1rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    min-height: auto;
}

    .boost .boost-filter-tree--mobile .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        min-height: auto;
    }

        .boost .boost-filter-tree--mobile .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title h3, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title h3 {
            display: none;
        }

    .boost .boost-filter-tree--mobile .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items {
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .boost .boost-filter-tree--mobile .bc-sf-filter-selection-wrapper .bc-sf-filter-option-label:not(:last-child), .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-option-label:not(:last-child) {
        margin-bottom: 12px;
        margin-bottom: .75rem;
    }

    .boost .boost-filter-tree--mobile .bc-sf-filter-selection-wrapper .bc-sf-filter-option-label a, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-option-label a {
        font-size: 11px;
        text-transform: capitalize;
        margin-top: 4px;
    }

        .boost .boost-filter-tree--mobile .bc-sf-filter-selection-wrapper .bc-sf-filter-option-label a strong, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-option-label a strong {
            color: #706f6f;
            font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        }

    .boost .boost-filter-tree--mobile .bc-sf-filter-selection-wrapper .bc-sf-filter-clear, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-clear {
        position: relative;
        margin-top: -4px;
        border-radius: 50%;
        border: 1px solid #706f6f;
        height: 19px;
        width: 19px;
    }

        .boost .boost-filter-tree--mobile .bc-sf-filter-selection-wrapper .bc-sf-filter-clear:after, .boost .boost-filter-tree--mobile .bc-sf-filter-selection-wrapper .bc-sf-filter-clear:before, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-clear:after, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-clear:before {
            background: #706f6f;
            color: #706f6f;
            right: 3.5px;
            top: 8px;
            width: 10px;
        }

    .boost .boost-filter-tree--mobile .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all {
        color: #836172;
        display: inline-block;
        float: none;
        font-size: 11px;
        letter-spacing: 2px;
        line-height: 16px;
        line-height: 1rem;
        margin-top: 16px;
        margin-top: 1rem;
        text-decoration: underline;
        text-transform: uppercase;
        width: auto;
    }

.boost .boost-filter-tree--mobile #bc-sf-filter-options-wrapper, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree #bc-sf-filter-options-wrapper {
    height: 100%;
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-option-block, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree #bc-sf-filter-tree .bc-sf-filter-option-block {
    border: 0;
    text-align: left;
    padding: 0!important;
}

    .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-option-block:not(:last-child), .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree #bc-sf-filter-tree .bc-sf-filter-option-block:not(:last-child) {
        padding-bottom: 24px!important;
        padding-bottom: 1.5rem!important;
    }

    .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree #bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title {
        padding: 0;
    }

        .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title h3, .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title span, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree #bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title h3, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree #bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title span {
            font-family: FFMarkWebProMedium,Helvetica,sans-serif;
            color: #706f6f;
            font-size: 15px;
            letter-spacing: .3px;
            text-transform: capitalize;
        }

        .boost .boost-filter-tree--mobile #bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title:after, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree #bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title:after {
            border-width: 0 2px 2px 0;
            border-color: #706f6f;
            padding: 3px;
            right: 2px;
            right: .125rem;
        }

.boost .boost-filter-tree--mobile .bc-sf-filter-option-block .bc-sf-filter-block-title .bc-sf-filter-selected-items-mobile, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title .bc-sf-filter-selected-items-mobile {
    display: none;
}

.boost .boost-filter-tree--mobile .bc-custom-filter-title, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-custom-filter-title {
    color: #706f6f;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 15px;
    letter-spacing: .3px;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: capitalize;
}

.boost .boost-filter-tree--mobile .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title {
    display: block!important;
}

.boost .boost-filter-tree--mobile .bc-sf-filter-option-block .bc-sf-filter-block-content ul, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-content ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.boost .boost-filter-tree--mobile .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch.circle-list li, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch.circle-list li {
    width: 50%;
    padding: 0 12px;
    padding: 0 .75rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

.boost .boost-filter-tree--mobile .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-amount, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-amount {
    float: none;
}

.boost .boost-filter-tree--mobile #bc-sf-filter-mobile-footer, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree #bc-sf-filter-mobile-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .boost .boost-filter-tree--mobile #bc-sf-filter-mobile-footer button, .boost .boost-filter-tree--mobile .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree #bc-sf-filter-mobile-footer button {
        background: transparent;
        border: 1px solid #836172;
        color: #836172;
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 16px;
        line-height: 1rem;
        padding: 16px;
        padding: 1rem;
    }

.boost .boost-toolbar {
    padding: 8px 0;
    padding: .5rem 0;
}

    .boost .boost-toolbar #bc-sf-filter-default-toolbar {
        border: 0;
    }

        .boost .boost-toolbar #bc-sf-filter-default-toolbar #bc-sf-filter-top-sorting {
            display: block;
        }

        .boost .boost-toolbar #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item label {
            color: #836172;
            padding: 0;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 400;
        }

    .boost .boost-toolbar .bc-sf-filter-custom-sorting label > span:after {
        border-bottom: 2px solid #706f6f;
        border-right: 2px solid #706f6f;
        content: "";
        font-size: 0;
        height: 8px;
        margin-top: -5px;
        position: absolute;
        right: -20px;
        top: 50%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        width: 8px;
    }

    .boost .boost-toolbar .bc-sf-filter-custom-sorting .bc-sf-filter-filter-dropdown {
        border: 1px solid #dfe3e8;
        left: 0;
        padding: 12px;
        padding: .75rem;
        top: 30px;
    }

        .boost .boost-toolbar .bc-sf-filter-custom-sorting .bc-sf-filter-filter-dropdown li {
            margin-bottom: 4px;
            margin-bottom: .25rem;
        }

    .boost .boost-toolbar #bc-sf-filter-total-product {
        text-align: center;
        font-size: 13px;
        font-style: normal;
    }

    .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item.bc-sf-filter-display-grid:before, .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item.bc-sf-filter-display-list:before {
        content: "";
    }

    .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item {
        height: auto;
        width: auto;
        line-height: normal;
        padding: 8px;
        padding: .5rem;
        position: relative;
    }

        .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item .icon-grid, .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item .icon-grid--mobile {
            display: block;
        }

        .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item .icon-grid--desktop {
            display: none;
        }

        .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item .hover-state {
            background: #d2e7f5;
            display: none;
            font-size: 10px;
            font-weight: 500;
            letter-spacing: 1.5px;
            padding: 8px;
            padding: .5rem;
            position: absolute;
            right: 0;
            text-align: center;
            text-transform: uppercase;
            width: 135px;
        }

            .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item .hover-state .icon__arrow {
                border-bottom: 10px solid #d2e7f5;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                height: 0;
                position: absolute;
                right: 12px;
                top: -10px;
                width: 0;
            }

        .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item:hover .hover-state {
            display: block;
            bottom: -41px;
        }

        .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item:hover .hover-state--mobile {
            display: block;
        }

        .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item:hover .hover-state--desktop {
            display: none;
        }

        .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item:hover .icon__arrow {
            right: 5px;
        }

        .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item.active {
            padding: 8px;
            padding: .5rem;
            background: #dfe3e8;
        }

            .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item.active .icon-grid path {
                fill: #706f6f;
            }

@media screen and (max-width:400px) {
    .boost .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

@media only screen and (max-width:479px) {
    .boost .boost-toolbar {
        padding-top: 1rem;
    }

        .boost .boost-toolbar .bc-sf-filter-default-toolbar-inner {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            width: 100%;
        }

        .boost .boost-toolbar .bc-sf-filter-toolbar-count {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            text-align: center;
            width: 100%!important;
        }

            .boost .boost-toolbar .bc-sf-filter-toolbar-count #bc-sf-filter-total-product {
                font-size: 11px;
            }

    .boost .iWishAddColl {
        right: 0;
        top: 17px;
    }

    .boost .product-badge--product-card-grid {
        font-size: 9px;
        left: 0;
        top: 1rem;
    }
}

@media screen and (min-width:768px) {
    .boost .boost-filter--mobile {
        display: none;
    }

    .boost .boost-filter--desktop {
        border-bottom: 1px solid #dfe3e8;
    }

        .boost .boost-filter--desktop #bc-sf-filter-tree-h {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            width: 100%;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0;
        }

            .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-option-block {
                margin: 0;
            }

                .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a {
                    background: transparent;
                    border: 0;
                    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
                    font-size: 13px;
                    margin: 0 1rem;
                    padding: 1rem 1.5rem 1rem 0;
                }

                    .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a:before {
                        border-bottom: 2px solid #706f6f;
                        border-right: 2px solid #706f6f;
                        height: 8px;
                        right: 0;
                        width: 8px;
                    }

                    .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a:focus {
                        outline: 0;
                    }

            .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-pc.bc-sf-filter-selection-wrapper {
                display: -ms-flexbox;
                display: -webkit-box;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-justify-content: flex-start;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -ms-flex-align: center;
                -moz-align-items: center;
                -ms-align-items: center;
                -o-align-items: center;
                -webkit-box-align: center;
                align-items: center;
                background: #fff;
                margin: 0;
                max-width: 1500px;
                padding: .75rem 30px 0;
                width: 100%;
            }

                .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-pc.bc-sf-filter-selection-wrapper > span {
                    display: none;
                }

                .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .selected-item {
                    margin: .5rem 2rem .5rem 0;
                }

                    .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .selected-item a {
                        display: -ms-flexbox;
                        display: -webkit-box;
                        display: flex;
                        width: 100%;
                        -ms-flex-align: center;
                        -moz-align-items: center;
                        -ms-align-items: center;
                        -o-align-items: center;
                        -webkit-box-align: center;
                        align-items: center;
                    }

                .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .selected-type {
                    font-size: 13px;
                }

                .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-clear {
                    border-radius: 50%;
                    border: 1px solid #706f6f;
                    height: 21px;
                    margin-left: .5rem;
                    width: 21px;
                }

                    .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-clear:after, .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-clear:before {
                        background: #706f6f;
                        right: 5px;
                        top: 9px;
                        width: 9px;
                    }

                .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all {
                    color: #836172;
                    display: inline-block;
                    float: none;
                    font-size: 12px;
                    letter-spacing: 2px;
                    line-height: 1rem;
                    text-decoration: underline;
                    text-transform: uppercase;
                    width: auto;
                }

            .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-content {
                background: #f9f9f9;
                border: 0;
                min-height: 200px;
                padding: 1.5rem 30px;
                top: auto!important;
                z-index: 8;
            }

            .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected div {
                display: none;
            }

            .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-content ul {
                display: -ms-flexbox;
                display: -webkit-box;
                display: flex;
                width: 100%;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -ms-justify-content: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

            .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-swatch.circle-list li {
                margin: 0 2rem 1.5rem;
                width: auto;
            }

            .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-select-button {
                background: transparent;
                border: 1px solid #836172;
                color: #836172;
                font-family: FFMarkWebProMedium,Helvetica,sans-serif;
                left: 50%;
                letter-spacing: .3px;
                margin: 0;
                min-height: auto;
                padding: .75rem 2rem;
                position: relative;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }

            .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-clear {
                bottom: 0;
                color: #836172;
                font-size: 13px;
                letter-spacing: 2px;
                max-width: 1500px;
                padding: 1.5rem 30px;
                position: absolute;
                right: 0;
                text-decoration: underline;
                text-transform: uppercase;
            }

    .boost .boost-toolbar {
        padding: 0;
    }

        .boost .boost-toolbar #bc-sf-filter-default-toolbar {
            margin: 1rem 0 2.5rem;
        }

        .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item .icon-grid {
            display: block;
        }

        .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item .icon-grid--mobile {
            display: none;
        }

        .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item .icon-grid--desktop {
            display: block;
        }

        .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item:hover .hover-state--mobile {
            display: none;
        }

        .boost .boost-toolbar #bc-sf-filter-top-display-type .bc-sf-filter-display-item:hover .hover-state--desktop {
            display: block;
        }
}

@media screen and (min-width:900px) {
    .boost .boost-filter--desktop #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a {
        font-size: 14px;
        margin: 0 1.5rem;
    }
}

.custom-valentines li, .custom-valentines p {
    font-size: 17.142px;
    font-size: 1.0714285714rem;
    line-height: 29.714px;
    line-height: 1.8571428571rem;
}

@media only screen and (max-width:479px) {
    .custom-valentines li, .custom-valentines p {
        font-size: 1rem;
        line-height: 1.6428571429rem;
    }
}

.custom-valentines .h4, .custom-valentines .h5, .custom-valentines h4, .custom-valentines h5 {
    font-weight: 700;
    letter-spacing: 2.45px;
    font-size: 20.571px;
    font-size: 1.2857142857rem;
}

@media only screen and (max-width:479px) {
    .custom-valentines .h4, .custom-valentines .h5, .custom-valentines h4, .custom-valentines h5 {
        font-size: 1.1428571429rem;
    }
}

.custom-valentines .btn {
    padding: 13px 30px 15px;
}

#recommendations .recommendations-slider {
    display: none;
}

#recommendations .slick-initialized {
    display: block;
}

    #recommendations .slick-initialized ul {
        padding-left: 50px;
    }

        #recommendations .slick-initialized ul li:before {
            content: none!important;
        }

#recommendations .swatches .quickadd__label {
    background: none;
    min-height: 45px;
}

@media only screen and (min-width:769px) {
    #recommendations .price_container {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width:1024px) {
    #recommendations .swatches.is-active {
        background-color: #836172;
    }
}

.template-product #recommendations .recommendations-title {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.template-product #recommendations .grid-view-item__content-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.template-product #recommendations .grid-view-item__title {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 20px;
}

.template-product #recommendations .grid-view-item__image {
    margin: auto!important;
}

.template-product #recommendations .product-price__price {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 20px;
}

.template-product #recommendations ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    width: 100%;
}

.template-product #recommendations .slick-dots {
    bottom: 0;
}

.drophint-area > .drophint-popup {
    top: 5%;
}

@media (max-width:575px) and (min-width:0px) {
    .drophint-area > .drophint-popup {
        height: auto!important;
    }
}

.drophint-area .form-drophint .form #dropaform .inp {
    margin-bottom: 0!important;
    margin-top: 16px!important;
}

    .drophint-area .form-drophint .form #dropaform .inp:first-of-type {
        margin-bottom: 0!important;
    }

    .drophint-area .form-drophint .form #dropaform .inp:last-of-type {
        margin-bottom: 16px!important;
    }

    .drophint-area .form-drophint .form #dropaform .inp input[type=email], .drophint-area .form-drophint .form #dropaform .inp input[type=text] {
        font-family: FFMarkWebProRegular,Helvetica,sans-serif;
        font-size: 15px;
        padding-bottom: 23px!important;
        padding-top: 23px!important;
    }

    .drophint-area .form-drophint .form #dropaform .inp input[type=submit], .other-lab.success .btn-bottm input[type=submit] {
        height: auto!important;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-transition: all .15s ease-out;
        transition: all .15s ease-out;
        cursor: pointer;
        display: inline-block;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif!important;
        font-size: 14px!important;
        letter-spacing: 2px!important;
        padding: 12px 15px 14px!important;
        text-align: center;
        vertical-align: middle;
        white-space: normal;
    }

.drophint-popup:not(.vr) .form-drophint .form #dropaform .inp input[type=submit] {
    height: auto!important;
}

@media (max-width:900px) and (min-width:575px) {
    .drophint-popup:not(.vr) .form-drophint .form #dropaform hr {
        height: calc(100% - 36px)!important;
    }
}

body.template-product div .drophint-area .drophint-popup, body.template-product div .drophint-area .drophint-popup.vr:not(.has_cards) {
    height: auto!important;
}

    body.template-product div .drophint-area .drophint-popup .form-drophint .form, body.template-product div .drophint-area .drophint-popup.vr:not(.has_cards) .form-drophint .form {
        margin-top: 0!important;
    }

        body.template-product div .drophint-area .drophint-popup .form-drophint .form #dropaform, body.template-product div .drophint-area .drophint-popup.vr:not(.has_cards) .form-drophint .form #dropaform {
            overflow-wrap: break-word;
            padding-top: 20px!important;
        }

            body.template-product div .drophint-area .drophint-popup .form-drophint .form #dropaform hr, body.template-product div .drophint-area .drophint-popup.vr:not(.has_cards) .form-drophint .form #dropaform hr {
                display: none!important;
            }

    body.template-product div .drophint-area .drophint-popup.vr.hide_mailsuv .form .other-lab {
        height: auto!important;
        margin-top: 65px!important;
        padding-bottom: 65px;
    }

body.template-product .drophint-area .form-drophint .form #dropaform .send {
    height: auto!important;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    cursor: pointer;
    display: inline-block;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif!important;
    font-size: 14px!important;
    letter-spacing: 2px!important;
    padding: 12px 15px 14px!important;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}

@media (max-width:630px) {
    body.template-product div .drophint-area .drophint-popup, body.template-product div .drophint-area .drophint-popup.vr:not(.has_cards) {
        padding-top: 48px!important;
        width: 450px!important;
    }

        body.template-product div .drophint-area .drophint-popup .form-drophint .form #dropaform, body.template-product div .drophint-area .drophint-popup.vr:not(.has_cards) .form-drophint .form #dropaform {
            margin-left: 0!important;
            width: 100%!important;
        }
}

@media (max-width:420px) and (min-width:0px) {
    html body.template-product div .drophint-area .drophint-popup.vr:not(.has_cards) .form-drophint .img {
        top: 400px;
    }
}

@media (max-width:630px) and (min-width:0px) {
    html body.template-product div .drophint-area .drophint-popup.vr.closed:not(.has_cards).hide_mailsuv .form-drophint {
        height: 500px!important;
    }

    html body div .drophint-area .drophint-popup.vr:not(.has_cards) .form-drophint .form #dropaform .bts {
        top: 940px!important;
    }
}

.ecoCart-merchant {
    background-color: #f9f9f9;
    color: #706f6f;
}

.ecoCart-merchant__carbon-image {
    margin-right: 14px;
    margin-right: .875rem;
}

.ecoCart-merchant__carbon-text {
    color: #706f6f;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 1.79;
}

.ecoCart-merchant__powered-by-item {
    font-size: 9px;
    line-height: 1.79;
    text-align: right;
}

.ecoCart-merchant__tooltip {
    display: inline-block;
    margin-left: 8px;
    margin-top: 2px;
    position: absolute;
}

    .ecoCart-merchant__tooltip:hover .ecoCart-merchant__tooltip-text {
        opacity: 1;
        visibility: visible;
    }

.ecoCart-merchant__tooltip-text {
    background-color: #706f6f;
    border-radius: 8px;
    color: #fff;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 11px;
    left: 50%;
    line-height: 1.5;
    opacity: 0;
    padding: 16px;
    padding: 1rem;
    position: absolute;
    top: calc(100% + 10px);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    visibility: hidden;
    width: 335px;
    z-index: 2;
}

    .ecoCart-merchant__tooltip-text:after {
        border-bottom: 15px solid #706f6f;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        left: 50%;
        margin-left: -10px;
        position: absolute;
        top: -14px;
    }

.template-cart .ecoCart-merchant {
    padding: 0.875rem 1.125rem;
}

.template-cart .ecoCart-merchant__tooltip-text {
    bottom: calc(100% + 14px);
    top: auto;
}

    .template-cart .ecoCart-merchant__tooltip-text:after {
        bottom: -14px;
        top: auto;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

@media only screen and (max-width:479px) {
    .template-cart .ecoCart-merchant {
        margin-left: -15px;
        margin-right: -15px;
    }

    .template-cart .ecoCart-merchant__image-text-item {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: .125rem;
    }

    .template-cart .ecoCart-merchant__carbon-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .template-cart .ecoCart-merchant__tooltip-text {
        width: 200px;
    }
}

@media only screen and (min-width:480px) {
    .template-cart .ecoCart-merchant__container, .template-cart .ecoCart-merchant__image-text-item {
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
    }

    .template-cart .ecoCart-merchant__image-text-item {
        -webkit-box-flex: 2;
        -ms-flex: 2 1 165px;
        flex: 2 1 165px;
    }

    .template-cart .ecoCart-merchant__carbon-image {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        max-width: 32px;
    }

    .template-cart .ecoCart-merchant__carbon-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: .75rem;
    }

    .template-cart .ecoCart-merchant__powered-by-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (min-width:1024px) {
    .template-cart .ecoCart-merchant__powered-by-item {
        font-size: 11px;
    }
}

.cart-ajax .ecoCart-merchant {
    margin-top: -1px;
    padding: 0.875rem 1.125rem;
    position: relative;
}

.cart-ajax .ecoCart-merchant__image-text-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.cart-ajax .ecoCart-merchant__carbon-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: left;
    white-space: normal;
}

#fb-root.is-hidden {
    display: none;
}

.fb_reset {
    position: relative;
}

.fb_dialog {
    display: none!important;
    z-index: 10!important;
}

@media only screen and (min-width:480px) {
    .fb_dialog {
        display: block!important;
    }
}

@media (min-width:480px) and (max-width:1024px) {
    .fb_dialog iframe {
        bottom: 80px!important;
        right: -2px!important;
    }
}

@media only screen and (min-width:1024px) {
    .fb_dialog iframe {
        bottom: 25px!important;
        right: 5px!important;
    }
}

.fb_customer_chat_bounce_in_v2 {
    display: none!important;
}

@media only screen and (min-width:480px) {
    .fb_customer_chat_bounce_in_v2 {
        display: block!important;
        bottom: 125px!important;
        right: 1px!important;
    }
}

@media only screen and (min-width:1024px) {
    .fb_customer_chat_bounce_in_v2 {
        bottom: 81px!important;
        right: 15px!important;
    }
}

.feature-collection-slider {
    margin-top: 60px;
    margin-bottom: 30px;
}

    .feature-collection-slider .feature-collection__slide {
        margin: 30px;
        position: relative;
    }

        .feature-collection-slider .feature-collection__slide:before {
            background-color: #ededed;
            content: "";
            height: 100%;
            left: 50%;
            opacity: .5;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            width: 100%;
        }

@media only screen and (min-width:1500px) {
    .feature-collection-slider .feature-collection__slide {
        margin: 30px 120px 30px 30px;
    }
}

@media only screen and (max-width:768px) {
    .feature-collection-slider .feature-collection__slide {
        margin: 15px;
    }
}

.feature-collection-slider .collection-slide__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width:768px) {
    .feature-collection-slider .collection-slide__contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.feature-collection-slider .collection-slide__image {
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.06);
    width: 30vw;
    height: 30vw;
    overflow: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0;
}

@media only screen and (max-width:768px) {
    .feature-collection-slider .collection-slide__image {
        width: 50vw;
        height: 50vw;
    }
}

.feature-collection-slider .collection-slide__image img {
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    max-height: none;
    max-width: none;
    width: auto;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.feature-collection-slider .collection-slide__info {
    padding: 30px;
}

@media only screen and (max-width:768px) {
    .feature-collection-slider .collection-slide__info {
        padding: 15px;
        margin: 30px auto 10px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
    }
}

.feature-collection-slider .collection-slide__info .feature-products__heading {
    font-size: 27.428px;
    font-size: 1.7142857143rem;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
    line-height: 30px;
    color: #706f6f;
}

@media only screen and (max-width:768px) {
    .feature-collection-slider .collection-slide__info .feature-products__heading {
        font-size: 1.2857142857rem;
        line-height: 22px;
    }
}

.feature-collection-slider .collection-slide__info .product-price__price {
    font-size: 20.571px;
    font-size: 1.2857142857rem;
    line-height: 26px;
}

.feature-collection-slider .collection-slide__info .quickadd {
    padding-top: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .feature-collection-slider .collection-slide__info .quickadd .quickadd__label {
        padding: 3px 15px;
    }

.feature-collection-slider .collection-slide__info .product-single__description__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
    margin-top: 1rem;
}

    .feature-collection-slider .collection-slide__info .product-single__description__footer .social-sharing {
        text-align: center;
    }

    .feature-collection-slider .collection-slide__info .product-single__description__footer .delivery-message {
        margin-bottom: 16px;
        margin-bottom: 1rem;
    }

@media only screen and (min-width:769px) {
    .feature-collection-slider .collection-slide__info .product-single__description__footer {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.feature-collection-slider .collection-slide__info .feature-products__list ul li {
    font-size: 17.142px;
    font-size: 1.0714285714rem;
    line-height: 29.714px;
    line-height: 1.8571428571rem;
}

.feature-collection-slider .collection-slide__info .product_info_block {
    padding: 0;
}

    .feature-collection-slider .collection-slide__info .product_info_block:after {
        content: none;
    }

    .feature-collection-slider .collection-slide__info .product_info_block hr {
        margin: 14px 0 20px;
        border-bottom: 1px solid #ededed;
    }

@media only screen and (max-width:1023px) {
    .feature-collection-slider .collection-slide__info .product_info_block {
        display: none;
    }
}

.feature-collection-slider .slick-slider .slick-list {
    overflow: visible;
}

.feature-collection-slider .slick-slider .slick-dots {
    width: 100%;
    margin: 10px auto;
    position: relative;
    bottom: 0;
}

    .feature-collection-slider .slick-slider .slick-dots li {
        float: none;
    }

.feature-collection-slider .slick-slider .slick-arrow:before {
    display: inline-block;
    opacity: 1;
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
}

.feature-collection-slider .slick-slider .slick-arrow.slick-next {
    right: 0;
}

.feature-collection-slider .slick-slider .slick-arrow.slick-prev {
    left: -10px;
}

@media only screen and (max-width:768px) {
    .feature-collection-slider .slick-slider .slick-arrow {
        top: 66%;
    }

        .feature-collection-slider .slick-slider .slick-arrow:before {
            background-color: #fff;
            -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.06);
            box-shadow: 0 0 50px 0 rgba(0,0,0,.06);
            padding: 2px 11px 5px;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

        .feature-collection-slider .slick-slider .slick-arrow.slick-next {
            right: 22px;
        }

        .feature-collection-slider .slick-slider .slick-arrow.slick-prev {
            left: 0;
        }
}

.feature-grid {
    margin: 30px auto;
}

.feature-grid__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 535px;
    position: relative;
}

    .feature-grid__container:before {
        background-color: #ededed;
        content: "";
        height: 60%;
        left: 50%;
        opacity: .5;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 105%;
        z-index: -1;
    }

@media only screen and (max-width:1023px) {
    .feature-grid__container:before {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .feature-grid__container {
        display: block;
        height: auto;
    }
}

.feature-grid .feature-grid__overlay-close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -30px;
}

@media only screen and (max-width:768px) {
    .feature-grid .feature-grid__overlay-close {
        display: none;
    }
}

.feature-grid .feature-grid__overlay-close--hidden {
    display: none;
}

.feature-grid .feature-grid__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: 100%;
}

.feature-grid .feature-grid__item, .feature-grid .feature-grid__item--open .item__overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width:768px) {
    .feature-grid .feature-grid__item--open .item__overlay {
        display: block;
        margin: 15px auto;
        max-height: 100vh;
        opacity: 1;
        overflow: visible;
    }
}

.feature-grid .feature-grid__item--open .item__overlay-background {
    margin: 32px 20% 32px 25px;
}

@media only screen and (max-width:1023px) {
    .feature-grid .feature-grid__item--open .item__overlay-background {
        margin: 32px 20% 32px 15px;
    }
}

@media only screen and (max-width:768px) {
    .feature-grid .feature-grid__item--open .item__overlay-background {
        margin: 0;
    }
}

.feature-grid .feature-grid__item--open-show .item__card {
    opacity: 1;
    top: 0;
}

@media only screen and (max-width:768px) {
    .feature-grid .feature-grid__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:769px) {
    .feature-grid .feature-grid__item:not(:last-child) {
        margin-right: 17px;
    }
}

.feature-grid .item__overlay-background--active {
    background: hsla(0,0%,100%,.4);
    padding: 16px;
    padding: 1rem;
}

    .feature-grid .item__overlay-background--active .header__text.header__text, .feature-grid .item__overlay-background--active .header__title.header__title {
        color: #fff;
    }

    .feature-grid .item__overlay-background--active .header__text {
        margin-bottom: 0;
    }

.feature-grid .item__link-card {
    background-color: #f9f9f9;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    padding: 32px 20% 32px 25px;
    width: 100%;
}

    .feature-grid .item__link-card .header__title {
        color: #836172;
        font-size: 20.571px;
        font-size: 1.2857142857rem;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 21px;
    }

    .feature-grid .item__link-card .header__text {
        color: #836172;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 15px;
        text-transform: uppercase;
    }

@media only screen and (max-width:1023px) {
    .feature-grid .item__link-card {
        padding: 32px 20% 32px 15px;
    }
}

@media only screen and (max-width:768px) {
    .feature-grid .item__link-card {
        padding: 32px 20% 32px 25px;
    }

        .feature-grid .item__link-card .header-title {
            font-size: 1.1428571429rem;
            letter-spacing: 1.78px;
            line-height: 20px;
        }
}

.feature-grid .item__overlay {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .feature-grid .item__overlay {
        display: block;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        position: relative;
    }

        .feature-grid .item__overlay .item__link-card {
            display: none;
        }
}

.feature-grid .item__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 10px 8px;
    opacity: 0;
    padding: 0;
    position: relative;
    top: 50px;
    -webkit-transition: all .5s .5s;
    transition: all .5s .5s;
}

@media only screen and (min-width:480px) {
    .feature-grid .item__card {
        margin: 10px 15px;
    }
}

@media only screen and (min-width:769px) {
    .feature-grid .item__card {
        margin: 0;
    }

        .feature-grid .item__card:not(:last-child) {
            margin-right: 17px;
        }
}

.feature-grid .item__card .product-info {
    padding: 30px 15px 20px;
}

@media screen and (min-width:769px) {
    .feature-grid .item__card .product-info {
        min-height: 60%;
    }
}

@media screen and (min-width:876px) {
    .feature-grid .item__card .product-info {
        min-height: 50%;
    }
}

.feature-grid .item__card .quickadd {
    padding-top: 15px;
}

.feature-grid .slick-slider .slick-dots {
    bottom: 0;
    margin: 10px auto;
    position: relative;
}

    .feature-grid .slick-slider .slick-dots li {
        float: none;
    }

.feature-grid .slick-slider .slick-list {
    overflow: visible;
}

.feature-products {
    margin: 30px auto 60px;
}

    .feature-products .slick-slider .slick-dots {
        width: 100%;
        margin: 10px auto;
        position: relative;
        bottom: 0;
    }

        .feature-products .slick-slider .slick-dots li {
            float: unset;
        }

    .feature-products .slick-slider .slick-list {
        height: 100%;
        overflow: visible;
    }

    .feature-products .slick-slider .slick-track {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .feature-products .feature-products__text-wrapper {
        margin: 30px auto;
    }

    .feature-products .product-panel {
        opacity: 0;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
        position: absolute;
        left: 0;
        top: 0;
        visibility: hidden;
    }

    .feature-products .trigger-enter .product-panel {
        visibility: visible;
    }

    .feature-products .trigger-enter .feature-products__icon {
        display: none;
    }

    .feature-products .trigger-enter-active .product-panel {
        opacity: 1;
    }

.feature-products__title-wrapper {
    text-align: center;
}

.feature-products__panel-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 686px;
}

    .feature-products__panel-container:before {
        background-color: #f0f0f0;
        content: "";
        height: 60%;
        left: 50%;
        opacity: .5;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 95%;
    }

@media only screen and (max-width:1023px) {
    .feature-products__panel-container {
        height: 430px;
    }
}

.feature-products__panel {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10px;
    position: relative;
    max-height: 83%;
    max-width: 348px;
}

    .feature-products__panel.slick-slide {
        height: 83%;
    }

@media only screen and (max-width:1023px) {
    .feature-products__panel.slick-slide {
        height: 100%;
    }
}

@media only screen and (max-width:1023px) {
    .feature-products__panel {
        max-height: none;
        max-width: none;
        height: 430px;
        width: 300px;
    }

        .feature-products__panel .feature-products__icon {
            margin: 10px;
        }
}

.feature-products__panel--center {
    max-height: 100%;
    max-width: 474px;
}

@media only screen and (max-width:1023px) {
    .feature-products__panel--center {
        max-height: none;
        max-width: none;
        height: 430px;
    }
}

.feature-products__panel--center.slick-slide {
    height: 100%;
}

.feature-panel__images {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.feature-panel__images--has-video {
    overflow: hidden;
}

    .feature-panel__images--has-video video {
        -o-object-fit: cover;
        object-fit: cover;
    }

.feature-panel__image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.feature-panel__image--large {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

.feature-panel__image--small {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.feature-panel__image--bottom {
    margin-top: 10px;
}

.feature-products__info .feature-products__heading {
    color: #706f6f;
    text-transform: none;
    letter-spacing: 0;
    font-size: 25.142px;
    font-size: 1.5714285714rem;
    font-weight: 600;
    line-height: 22px;
}

@media only screen and (max-width:1023px) {
    .feature-products__info {
        padding: 15px;
    }

        .feature-products__info .feature-products__heading {
            font-size: 1.1428571429rem;
        }

        .feature-products__info p {
            line-height: 1.1428571429rem;
            font-size: 1rem;
        }

        .feature-products__info .quickadd {
            padding-top: 15px;
        }
}

.feature-products__icon {
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 15px;
    padding: 10px 12px;
}

    .feature-products__icon svg * {
        stroke: #836172;
    }

.custom-valentines .page-width.template-valentines--2021, .landing-article .page-width.template-valentines--2021 {
    padding-left: 0;
    padding-right: 0;
}

.custom-valentines .feature-row .tagline, .landing-article .feature-row .tagline {
    color: #706f6f;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.custom-valentines .feature-row__title.h3, .landing-article .feature-row__title.h3 {
    color: #222;
    font-size: 16px;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.custom-valentines .feature-row .featured-row__subtext p, .landing-article .feature-row .featured-row__subtext p {
    font-size: 14px;
    line-height: 1.5;
}

.custom-valentines .feature-row__button, .landing-article .feature-row__button {
    background-color: transparent;
    border: 1px solid #222;
    color: #222;
    display: inline-block;
    padding: 12px 15px 14px;
}

    .custom-valentines .feature-row__button.btn, .landing-article .feature-row__button.btn {
        margin-top: 24px;
        margin-top: 1.5rem;
    }

    .custom-valentines .feature-row__button:hover, .landing-article .feature-row__button:hover {
        background-color: #8c687a;
        border: 1px solid #836172;
        color: #fff;
    }

    .custom-valentines .feature-row__button:focus, .landing-article .feature-row__button:focus {
        border: 1px solid #222;
        outline: 0;
    }

@media only screen and (min-width:480px) {
    .custom-valentines .feature-row__title.h3, .landing-article .feature-row__title.h3 {
        font-size: 26px;
    }

    .custom-valentines .feature-row .featured-row__subtext p, .landing-article .feature-row .featured-row__subtext p {
        font-size: 16px;
    }
}

.feature-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width:768px) {
    .feature-row {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.feature-row.margin-top {
    padding-top: 110px;
}

    .feature-row.margin-top.feature-row--faq {
        padding-top: 65px;
    }

@media only screen and (max-width:768px) {
    .feature-row.margin-top.feature-row--faq {
        padding-top: 45px;
    }
}

.feature-row.margin-bottom {
    padding-bottom: 110px;
}

    .feature-row.margin-bottom.feature-row--faq {
        padding-bottom: 65px;
    }

@media only screen and (max-width:768px) {
    .feature-row.margin-bottom.feature-row--faq {
        padding-bottom: 45px;
    }
}

@media only screen and (max-width:768px) {
    .feature-row.margin-bottom {
        padding-bottom: 75px;
    }
}

@media only screen and (max-width:479px) {
    .feature-row.margin-top {
        padding-top: 22%;
    }

    .feature-row.margin-bottom {
        padding-bottom: 22%;
    }
}

.custom-about-us .feature-row.right .feature-row__item_images {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.feature-row__item {
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
    flex: 0 1 50%;
}

.custom-about-us .feature-row__item.feature-row__text {
    -moz-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    -webkit-box-flex: 0;
    flex: 0 1 30%;
}

.custom-about-us .feature-row__item_images {
    -moz-flex: 0 1 70%;
    -ms-flex: 0 1 70%;
    -webkit-box-flex: 0;
    flex: 0 1 70%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .feature-row__item {
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        max-width: 100%;
    }
}

.custom-about-us .feature-row--image-landscape .feature-row__item.feature-row__text {
    -moz-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    -webkit-box-flex: 0;
    flex: 0 1 40%;
}

.custom-about-us .feature-row--image-landscape .feature-row__item_images {
    -moz-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    -webkit-box-flex: 0;
    flex: 0 1 60%;
}

.feature-row__item_image {
    position: relative;
    max-width: 470px;
    margin: 0 auto;
}

    .feature-row__item_image .background-shape {
        content: "";
        width: 120%;
        height: 120%;
        right: 20%;
        top: -10%;
        position: absolute;
        background-color: rgba(217,229,236,.5);
        z-index: -1;
    }

.custom-about-us .feature-row__item_image {
    margin: unset;
}

    .custom-about-us .feature-row__item_image.portrait {
        max-width: 374px;
        margin-top: 20%;
    }

    .custom-about-us .feature-row__item_image.landscape {
        max-width: 795px;
        margin-top: 0;
    }

    .custom-about-us .feature-row__item_image.square {
        max-width: 400px;
        margin-top: -15%;
    }

        .custom-about-us .feature-row__item_image.square .background-shape {
            max-height: 400px;
        }

.custom-about-us .feature-row__item_image--secondary {
    margin: 0 5%;
}

.custom-about-us .feature-row__item_image .background-shape {
    width: 100%;
    height: 100%;
}

    .custom-about-us .feature-row__item_image .background-shape.highlight-bottom {
        top: 10%;
    }

.feature-row__image-wrapper {
    position: relative;
}

.feature-row__image {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

@media only screen and (max-width:768px) {
    .feature-row__image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (max-width:479px) {
    .feature-row__image {
        padding-left: 20%;
    }
}

.feature-row__text {
    padding: 45px;
}

    .feature-row__text .h3 {
        font-size: 22px;
        color: #836172;
        margin-bottom: 30px;
    }

.custom-about-us .feature-row__text .h3 {
    color: #a78596;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    line-height: 1.5;
}

.custom-about-us .feature-row__text p {
    font-size: 17.142px;
    font-size: 1.0714285714rem;
    line-height: 2.2;
}

.feature-row__text p {
    margin: 0;
}

.feature-row__text .btn {
    margin-top: 50px;
    min-width: 200px;
}

@media only screen and (max-width:1023px) {
    .feature-row__text {
        padding: 40px 0 40px 40px;
    }
}

@media only screen and (max-width:768px) {
    .feature-row__text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 80px 0 0;
    }
}

@media only screen and (max-width:479px) {
    .feature-row__text {
        padding: 20% 0 0;
    }

        .feature-row__text .h3 {
            font-size: 16px;
            letter-spacing: 2.6px;
            margin-bottom: 20px;
        }

        .feature-row__text .btn {
            margin-top: 30px;
            min-width: 150px;
        }
}

@media only screen and (min-width:1500px) {
    .feature-row__text {
        padding: 60px;
    }
}

.shadow_pink {
    -webkit-filter: drop-shadow(rgba(191,177,202,.5) -2px -2px 4.16px);
    filter: drop-shadow(rgba(191,177,202,.5) -2px -2px 4.16px);
    -webkit-filter: drop-shadow(rgba(191,177,202,.5) -2px -2px .26rem);
    filter: drop-shadow(rgba(191,177,202,.5) -2px -2px .26rem);
}

.shadow_blue {
    -webkit-filter: drop-shadow(rgba(183,224,255,.5) -2px -2px 4.16px);
    filter: drop-shadow(rgba(183,224,255,.5) -2px -2px 4.16px);
    -webkit-filter: drop-shadow(rgba(183,224,255,.5) -2px -2px .26rem);
    filter: drop-shadow(rgba(183,224,255,.5) -2px -2px .26rem);
}

.custom-about-us .feature-row__text {
    padding: 45px;
}

@media only screen and (min-width:1500px) {
    .custom-about-us .feature-row__text {
        padding: 0 30px 80px;
    }
}

.feature-row.right .feature-row__item_image .background-shape {
    content: "";
    width: 120%;
    height: 120%;
    right: auto;
    left: 20%;
    top: -10%;
    position: absolute;
    z-index: -1;
}

.feature-row.right .feature-row__text {
    padding: 45px;
}

@media only screen and (max-width:1023px) {
    .feature-row.right .feature-row__text {
        padding: 40px 40px 40px 0;
    }
}

@media only screen and (max-width:768px) {
    .feature-row.right .feature-row__text {
        padding: 80px 0 0;
    }
}

@media only screen and (max-width:479px) {
    .feature-row.right .feature-row__text {
        padding: 20% 0 0;
    }

    .feature-row.right .feature-row__image {
        padding-right: 20%;
        padding-left: 0;
    }
}

@media only screen and (min-width:1500px) {
    .feature-row.right .feature-row__text {
        padding: 60px;
    }
}

.custom-about-us .feature-row.right .feature-row__item_image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

    .custom-about-us .feature-row.right .feature-row__item_image .background-shape {
        width: 100%;
        height: 100%;
    }

        .custom-about-us .feature-row.right .feature-row__item_image .background-shape.highlight-bottom {
            top: 10%;
        }

.feature-row--faq, .feature-row--product {
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .feature-row--faq .feature-row__item, .feature-row--product .feature-row__item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .feature-row--faq .feature-row__item_image, .feature-row--product .feature-row__item_image {
        max-width: unset;
    }

    .feature-row--faq .feature-row__text, .feature-row--product .feature-row__text {
        padding: 30px 0 30px 30px;
    }

@media only screen and (max-width:479px) {
    .feature-row--faq .feature-row__text, .feature-row--product .feature-row__text {
        padding-left: 15px;
    }
}

.feature-row--faq .feature-row__image, .feature-row--product .feature-row__image {
    padding: 0;
}

.feature-row--faq.right .feature-row__text, .feature-row--product.right .feature-row__text {
    padding: 30px 0 30px 30px;
}

@media only screen and (max-width:479px) {
    .feature-row--faq.right .feature-row__text, .feature-row--product.right .feature-row__text {
        padding-left: 15px;
    }
}

.feature-row--faq.right .feature-row__image, .feature-row--product.right .feature-row__image {
    padding: 0;
}

.feature-row--product {
    width: auto;
}

    .feature-row--product .h3 {
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        font-size: 18px;
    }

    .feature-row--product .feature-row__image {
        max-width: 100%;
        width: auto;
    }

    .feature-row--product .feature-row__text p {
        font-size: 15px;
    }

    .feature-row--product .feature-row__text {
        padding: 45px 0 30px 30px;
    }

@media only screen and (min-width:769px) {
    .feature-row--product .feature-row__text {
        padding: 30px 0 30px 30px;
    }
}

.feature-row--product.feature-row.margin-top {
    padding-top: 77px;
}

.feature-row--holiday {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

    .feature-row--holiday.feature-row.right .feature-row__item_image .background-shape {
        left: 10%;
    }

    .feature-row--holiday.feature-row.left .feature-row__item_image .background-shape {
        right: 10%;
    }

    .feature-row--holiday.feature-row.margin-top {
        padding-top: 150px;
    }

@media only screen and (max-width:768px) {
    .feature-row--holiday.feature-row.margin-top {
        padding-top: 60px;
    }
}

.feature-row--holiday.feature-row.margin-bottom {
    padding-bottom: 60px;
}

@media only screen and (max-width:768px) {
    .feature-row--holiday.feature-row.margin-bottom {
        padding-bottom: 20px;
    }
}

.custom-about-us .feature-row--holiday .feature-row__item.feature-row__text {
    -moz-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    -webkit-box-flex: 0;
    flex: 0 1 45%;
}

.feature-row--holiday .feature-row__item_image .background-shape {
    background-color: #fcf0f4;
}

.feature-row--holiday .feature-row__item .btn {
    margin-top: 0;
}

.feature-row--holiday .feature-row__text .h3 {
    margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
    .feature-row--holiday .feature-row__text .h3 {
        margin-bottom: 21px;
    }
}

@media only screen and (max-width:768px) {
    .feature-row--holiday .feature-row__text {
        padding-top: 60px!important;
    }
}

.feature-row--holiday .featured-row__subtext p {
    font-size: 17.142px;
    font-size: 1.0714285714rem;
    letter-spacing: .3px;
    line-height: 28px;
    margin-bottom: 30px;
}

@media only screen and (max-width:768px) {
    .feature-row--holiday .featured-row__subtext p {
        font-size: 1rem;
        line-height: 26px;
    }
}

.feature-row--holiday .tagline {
    margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
    .feature-row--holiday .tagline {
        margin-bottom: 12px;
    }
}

.featured-collection-carousel__heading {
    color: #222;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.featured-collection-carousel__slide {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    margin: 12px;
    margin: .75rem;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
}

    .featured-collection-carousel__slide:hover {
        -webkit-box-shadow: 0 0 7px #dfe3e8;
        box-shadow: 0 0 7px #dfe3e8;
    }

.featured-collection-carousel .grid-view-item {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

    .featured-collection-carousel .grid-view-item .product-description, .featured-collection-carousel .grid-view-item__footer-wrapper {
        padding: 0 12px;
        padding: 0 .75rem;
    }

    .featured-collection-carousel .grid-view-item .yotpo .yotpo-bottomline .yotpo-icon-star {
        color: #dfe3e8!important;
        font-size: 14px!important;
    }

.featured-collection-carousel .slick-track {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.featured-collection-carousel .slick-slide {
    height: inherit!important;
}

    .featured-collection-carousel .slick-slide:hover .grid-view-item__footer-wrapper {
        border-top: 1px solid #dfe3e8;
    }

    .featured-collection-carousel .slick-slide:hover .grid-view-item__content-container {
        border: 0;
    }

.featured-collection-carousel .slick-slider .icon.icon-chevron-left, .featured-collection-carousel .slick-slider .icon.icon-chevron-right {
    height: 12px;
    margin-top: 0;
    padding: 0;
    width: 7px;
}

.featured-collection-carousel .slick-slider .icon.icon-chevron-left {
    left: -8px;
}

.featured-collection-carousel .slick-slider .icon.icon-chevron-right {
    right: -8px;
}

.featured-collection-carousel .slick-slider .icon.slick-disabled {
    opacity: 0;
}

.featured-collection-carousel .slick-slider .icon path {
    fill: #222!important;
}

.featured-collection-carousel .slick-slider .slick-dots {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-top: 1rem;
    position: static;
}

    .featured-collection-carousel .slick-slider .slick-dots li {
        height: 8px;
        margin: 0 4px 8px;
        margin: 0 .25rem .5rem;
        width: 8px;
    }

        .featured-collection-carousel .slick-slider .slick-dots li button {
            height: 8px;
            width: 8px;
        }

        .featured-collection-carousel .slick-slider .slick-dots li:first-of-type {
            margin: 0 4px 8px;
            margin: 0 .25rem .5rem;
        }

        .featured-collection-carousel .slick-slider .slick-dots li.slick-active button:before {
            border-radius: 100%;
            color: #222;
            height: 8px;
            left: 0;
            opacity: 1;
            top: 0;
            width: 8px;
        }

        .featured-collection-carousel .slick-slider .slick-dots li button:before {
            border-radius: 100%;
            color: #222;
            height: 8px;
            opacity: .4;
            width: 8px;
        }

@media only screen and (min-width:480px) {
    .featured-collection-carousel__heading {
        font-size: 22px;
    }
}

@media only screen and (min-width:769px) {
    .featured-collection-carousel .slick-slider .icon-chevron-left {
        left: -15px;
    }

    .featured-collection-carousel .slick-slider .icon-chevron-right {
        right: -15px;
    }

    .featured-collection-carousel .slick-slider .slick-dots li {
        height: 10px;
        margin: 0 5px .5rem;
        width: 10px;
    }

        .featured-collection-carousel .slick-slider .slick-dots li button {
            height: 10px;
            width: 10px;
        }

        .featured-collection-carousel .slick-slider .slick-dots li:first-of-type {
            margin: 0 5px .5rem;
        }

        .featured-collection-carousel .slick-slider .slick-dots li.slick-active button:before, .featured-collection-carousel .slick-slider .slick-dots li button:before {
            height: 10px;
            width: 10px;
        }
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);
}

    .flatpickr-calendar.inline, .flatpickr-calendar.open {
        opacity: 1;
        max-height: 640px;
        visibility: visible;
    }

    .flatpickr-calendar.open {
        display: inline-block;
        z-index: 99999;
    }

    .flatpickr-calendar.animate.open {
        -webkit-animation: b .3s cubic-bezier(.23,1,.32,1);
        animation: b .3s cubic-bezier(.23,1,.32,1);
    }

    .flatpickr-calendar.inline {
        display: block;
        position: relative;
        top: 2px;
    }

    .flatpickr-calendar.static {
        position: absolute;
        top: calc(100% + 2px);
    }

        .flatpickr-calendar.static.open {
            z-index: 999;
            display: block;
        }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
        -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
        box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
    }

    .flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .flatpickr-calendar .hasWeeks .dayContainer {
        border-left: 0;
    }

    .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
        height: 40px;
        border-top: 1px solid #e6e6e6;
    }

    .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
        height: auto;
    }

    .flatpickr-calendar:after, .flatpickr-calendar:before {
        position: absolute;
        display: block;
        pointer-events: none;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        left: 22px;
    }

    .flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
        left: auto;
        right: 22px;
    }

    .flatpickr-calendar:before {
        border-width: 5px;
        margin: 0 -5px;
    }

    .flatpickr-calendar:after {
        border-width: 4px;
        margin: 0 -4px;
    }

    .flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
        bottom: 100%;
    }

    .flatpickr-calendar.arrowTop:before {
        border-bottom-color: #e6e6e6;
    }

    .flatpickr-calendar.arrowTop:after {
        border-bottom-color: #fff;
    }

    .flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
        top: 100%;
    }

    .flatpickr-calendar.arrowBottom:before {
        border-top-color: #e6e6e6;
    }

    .flatpickr-calendar.arrowBottom:after {
        border-top-color: #fff;
    }

    .flatpickr-calendar:focus {
        outline: 0;
    }

.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}

.flatpickr-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .flatpickr-months .flatpickr-month {
        background: transparent;
        color: rgba(0,0,0,.9);
        fill: rgba(0,0,0,.9);
        height: 48px;
        line-height: 1;
        text-align: center;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow: hidden;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        line-height: 36px;
        height: 48px;
        padding: 10px;
        z-index: 3;
        color: rgba(0,0,0,.9);
        fill: rgba(0,0,0,.9);
    }

        .flatpickr-months .flatpickr-next-month.disabled, .flatpickr-months .flatpickr-prev-month.disabled {
            display: none;
        }

        .flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i {
            position: relative;
        }

        .flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
            left: 0;
        }

        .flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
            right: 0;
        }

        .flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
            color: #959ea9;
        }

            .flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
                fill: #836172;
            }

        .flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
            width: 14px;
            height: 14px;
        }

            .flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
                -webkit-transition: fill .1s;
                transition: fill .1s;
                fill: inherit;
            }

.numInputWrapper {
    position: relative;
    height: auto;
}

    .numInputWrapper input, .numInputWrapper span {
        display: inline-block;
    }

    .numInputWrapper input {
        width: 100%;
    }

        .numInputWrapper input::-ms-clear {
            display: none;
        }

    .numInputWrapper span {
        position: absolute;
        right: 0;
        width: 14px;
        padding: 0 4px 0 2px;
        height: 50%;
        line-height: 50%;
        opacity: 0;
        cursor: pointer;
        border: 1px solid rgba(57,57,57,.15);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .numInputWrapper span:hover {
            background: rgba(0,0,0,.1);
        }

        .numInputWrapper span:active {
            background: rgba(0,0,0,.2);
        }

        .numInputWrapper span:after {
            display: block;
            content: "";
            position: absolute;
        }

        .numInputWrapper span.arrowUp {
            top: 0;
            border-bottom: 0;
        }

            .numInputWrapper span.arrowUp:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-bottom: 4px solid rgba(57,57,57,.6);
                top: 26%;
            }

        .numInputWrapper span.arrowDown {
            top: 50%;
        }

            .numInputWrapper span.arrowDown:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid rgba(57,57,57,.6);
                top: 40%;
            }

        .numInputWrapper span svg {
            width: inherit;
            height: auto;
        }

            .numInputWrapper span svg path {
                fill: rgba(0,0,0,.5);
            }

    .numInputWrapper:hover {
        background: rgba(0,0,0,.05);
    }

        .numInputWrapper:hover span {
            opacity: 1;
        }

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 6.16px 0 0;
    line-height: 1;
    height: 48px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .flatpickr-current-month span.cur-month {
        font-family: inherit;
        font-weight: 700;
        color: inherit;
        display: inline-block;
        margin-left: .5ch;
        padding: 0;
    }

        .flatpickr-current-month span.cur-month:hover {
            background: rgba(0,0,0,.05);
        }

    .flatpickr-current-month .numInputWrapper {
        width: 6ch;
        width: 7ch\0;
        display: inline-block;
    }

        .flatpickr-current-month .numInputWrapper span.arrowUp:after {
            border-bottom-color: rgba(0,0,0,.9);
        }

        .flatpickr-current-month .numInputWrapper span.arrowDown:after {
            border-top-color: rgba(0,0,0,.9);
        }

    .flatpickr-current-month input.cur-year {
        background: transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: inherit;
        cursor: text;
        padding: 0 0 0 .5ch;
        margin: 0;
        display: inline-block;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        line-height: inherit;
        height: auto;
        border: 0;
        border-radius: 0;
        vertical-align: initial;
    }

        .flatpickr-current-month input.cur-year:focus {
            outline: 0;
        }

        .flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
            font-size: 100%;
            color: rgba(0,0,0,.5);
            background: transparent;
            pointer-events: none;
        }

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}

    .flatpickr-weekdays .flatpickr-weekdaycontainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0,0,0,.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0;
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}

    .flatpickr-days:focus {
        outline: 0;
    }

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}

    .dayContainer + .dayContainer {
        -webkit-box-shadow: -1px 0 0 #e6e6e6;
        box-shadow: -1px 0 0 #e6e6e6;
    }

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

    .flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
        cursor: pointer;
        outline: 0;
        background: #e6e6e6;
        border-color: #e6e6e6;
    }

    .flatpickr-day.today {
        border-color: #959ea9;
    }

        .flatpickr-day.today:focus, .flatpickr-day.today:hover {
            border-color: #959ea9;
            background: #959ea9;
            color: #fff;
        }

    .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
        background: #836172;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        border-color: #836172;
    }

        .flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
            border-radius: 50px 0 0 50px;
        }

        .flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
            border-radius: 0 50px 50px 0;
        }

        .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
            -webkit-box-shadow: -10px 0 0 #836172;
            box-shadow: -10px 0 0 #836172;
        }

        .flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
            border-radius: 50px;
        }

    .flatpickr-day.inRange {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
        box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
    }

    .flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
        color: rgba(57,57,57,.3);
        background: transparent;
        border-color: transparent;
        cursor: default;
    }

        .flatpickr-day.disabled, .flatpickr-day.disabled:hover {
            cursor: not-allowed;
            color: rgba(57,57,57,.1);
        }

    .flatpickr-day.week.selected {
        border-radius: 0;
        -webkit-box-shadow: -5px 0 0 #836172,5px 0 0 #836172;
        box-shadow: -5px 0 0 #836172,5px 0 0 #836172;
    }

    .flatpickr-day.hidden {
        visibility: hidden;
    }

.rangeMode .flatpickr-day {
    margin-top: 1px;
}

.flatpickr-weekwrapper {
    display: inline-block;
    float: left;
}

    .flatpickr-weekwrapper .flatpickr-weeks {
        padding: 0 12px;
        -webkit-box-shadow: 1px 0 0 #e6e6e6;
        box-shadow: 1px 0 0 #e6e6e6;
    }

    .flatpickr-weekwrapper .flatpickr-weekday {
        float: none;
        width: 100%;
        line-height: 28px;
    }

    .flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
        display: block;
        width: 100%;
        max-width: none;
        color: rgba(57,57,57,.3);
        background: transparent;
        cursor: default;
        border: none;
    }

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.flatpickr-innerContainer, .flatpickr-rContainer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .flatpickr-time:after {
        content: "";
        display: table;
        clear: both;
    }

    .flatpickr-time .numInputWrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 40%;
        height: 40px;
        float: left;
    }

        .flatpickr-time .numInputWrapper span.arrowUp:after {
            border-bottom-color: #393939;
        }

        .flatpickr-time .numInputWrapper span.arrowDown:after {
            border-top-color: #393939;
        }

    .flatpickr-time.hasSeconds .numInputWrapper {
        width: 26%;
    }

    .flatpickr-time.time24hr .numInputWrapper {
        width: 49%;
    }

    .flatpickr-time input {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        text-align: center;
        margin: 0;
        padding: 0;
        height: inherit;
        line-height: inherit;
        color: #393939;
        font-size: 14px;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .flatpickr-time input.flatpickr-hour {
            font-weight: 700;
        }

        .flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
            font-weight: 400;
        }

        .flatpickr-time input:focus {
            outline: 0;
            border: 0;
        }

    .flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
        height: inherit;
        display: inline-block;
        float: left;
        line-height: inherit;
        color: #393939;
        font-weight: 700;
        width: 2%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .flatpickr-time .flatpickr-am-pm {
        outline: 0;
        width: 18%;
        cursor: pointer;
        text-align: center;
        font-weight: 400;
    }

        .flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
            background: #f3f3f3;
        }

.flatpickr-input[readonly] {
    cursor: pointer;
}

@-webkit-keyframes b {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes b {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.ge-free-shipping-container.ge-free-shipping-container {
    line-height: 1.79;
    padding: 8px 12px;
    padding: .5rem .75rem;
}

.header-block {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 340px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto;
    position: relative;
}

.header-block--no-image {
    height: auto;
}

.header-block__title-wrapper {
    max-width: 600px;
    position: relative;
    margin: 0;
    text-align: center;
}

.header-block--vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-block--vertical-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-block--vertical-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.header-block--horizontal-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-block--horizontal-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header-block--horizontal-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-block .header-block__title-wrapper {
    padding: 30px;
}

.header-block .header-block__title {
    color: #836172;
    font-size: 45.714px;
    font-size: 2.8571428571rem;
    letter-spacing: normal;
    text-transform: unset;
}

.custom-valentines .header-block .header-block__title {
    font-family: Lora,serif;
}

@media only screen and (max-width:768px) {
    .header-block .header-block__title {
        font-size: 2rem;
    }
}

.header-block__subtitle {
    line-height: 29.714px;
    line-height: 1.8571428571rem;
    margin: 5px 0 30px;
}

.section-header-block--alt.margin-top {
    margin-top: 30px;
}

.section-header-block--alt.margin-bottom {
    margin-bottom: 30px;
}

@media only screen and (max-width:768px) {
    .section-header-block--alt {
        padding: 0;
    }

        .section-header-block--alt.no-mobile-margin-top.margin-top {
            margin-top: 0;
        }
}

.section-header-block--alt .header-block {
    margin: 0;
}

@media only screen and (min-width:769px) {
    .section-header-block--alt .header-block {
        min-height: 360px;
    }
}

.section-header-block--alt .header-block--no-image {
    height: auto;
    min-height: 0;
}

.section-header-block--alt .header-block__title-wrapper {
    padding: 15px;
    margin: 15px;
}

@media only screen and (min-width:769px) {
    .section-header-block--alt .header-block__title-wrapper {
        padding: 30px;
    }
}

.homepage-quote-carousel__container {
    margin: 0 auto;
}

.homepage-quote-carousel__heading {
    color: #222;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.homepage-quote-carousel__progress-bar {
    height: 88px;
    margin: 0 auto;
    position: relative;
    width: 88px;
}

.homepage-quote-carousel__progress-svg {
    height: 88px;
    width: 88px;
}

    .homepage-quote-carousel__progress-svg circle {
        fill: none;
        stroke: #222;
        stroke-width: 2;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

        .homepage-quote-carousel__progress-svg circle.homepage-quote-carousel__circle-background {
            stroke: #dfe3e8;
        }

        .homepage-quote-carousel__progress-svg circle.homepage-quote-carousel__circle-stroke {
            stroke: #222;
            stroke-dasharray: 0 100;
        }

.homepage-quote-carousel__progress-counter {
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: FFMarkWebProBold,Helvetica,sans-serif;
    font-size: 10px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .homepage-quote-carousel__progress-counter .current-count {
        color: #222;
        margin-right: 2px;
    }

    .homepage-quote-carousel__progress-counter .total-count {
        color: #706f6f;
        margin-left: 2px;
    }

@media only screen and (min-width:480px) {
    .homepage-quote-carousel__heading {
        font-size: 22px;
    }
}

@media only screen and (min-width:769px) {
    .homepage-quote-carousel__container {
        max-width: 800px;
    }
}

@media only screen and (min-width:1024px) {
    .homepage-quote-carousel__container {
        max-width: 1060px;
    }
}

.homepage-quote-carousel-slider__content-container {
    margin: 32px 0;
    margin: 2rem 0;
    padding: 0 24px;
    padding: 0 1.5rem;
}

.homepage-quote-carousel-slider__content p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0 0 16px;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.homepage-quote-carousel-slider__image {
    margin: 0 auto 24px;
    margin: 0 auto 1.5rem;
}

.homepage-quote-carousel-slider .homepage-quote-carousel-slider__content-container--image-only {
    margin: 96px 0;
    margin: 6rem 0;
}

    .homepage-quote-carousel-slider .homepage-quote-carousel-slider__content-container--image-only .homepage-quote-carousel-slider__image {
        margin: 0 auto;
        max-width: 152px;
    }

.homepage-quote-carousel-slider .icon.icon-chevron-left, .homepage-quote-carousel-slider .icon.icon-chevron-right {
    height: 12px;
    margin-top: 0;
    padding: 0;
    width: 7px;
}

.homepage-quote-carousel-slider .icon.icon-chevron-left {
    left: 0;
}

.homepage-quote-carousel-slider .icon.icon-chevron-right {
    right: 0;
}

.homepage-quote-carousel-slider .icon path {
    fill: #222!important;
}

.homepage-quote-carousel-slider.slick-initialized {
    cursor: -webkit-grab;
    cursor: grab;
    height: auto;
    opacity: 1;
}

.homepage-quote-carousel-slider.slick-slider .slick-track {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.homepage-quote-carousel-slider.slick-slider .slick-dots {
    bottom: -16px;
    bottom: -1rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

    .homepage-quote-carousel-slider.slick-slider .slick-dots li {
        float: none;
    }

        .homepage-quote-carousel-slider.slick-slider .slick-dots li button {
            position: static;
        }

@media only screen and (min-width:480px) {
    .homepage-quote-carousel-slider__content-container {
        margin: 4rem 0;
        padding: 0 4rem;
    }

    .homepage-quote-carousel-slider__content p {
        font-size: 19.2px;
    }

    .homepage-quote-carousel-slider .homepage-quote-carousel-slider__content-container--image-only .homepage-quote-carousel-slider__image {
        max-width: 264px;
    }
}

@media only screen and (min-width:769px) {
    .homepage-quote-carousel-slider__content-container {
        margin-bottom: 4rem;
        padding: 0 17%;
    }

    .homepage-quote-carousel-slider__image {
        margin: 0 auto 3rem;
    }
}

.image-default {
    display: block;
}

    .image-default.image-default--video-enable-mobile.image-default--video-enable-desktop {
        display: none;
    }

@media only screen and (max-width:768px) {
    .image-default.image-default--video-enable-mobile {
        display: none;
    }
}

@media only screen and (min-width:769px) {
    .image-default.image-default--video-enable-desktop {
        display: none;
    }
}

.image-info {
    text-align: center;
    margin: 30px auto 60px;
}

    .image-info .image-info__text {
        margin-top: 5px;
        padding: 15px;
    }

    .image-info .image-info__image-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 5px auto 30px;
    }

    .image-info .image-info__image-wrapper--column .image-info__image-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .image-info .image-info__image-wrapper--column .image-info__image-text {
        margin-left: 0;
        margin-top: 13px;
    }

    .image-info .image-info__image-item {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px 40px 10px 10px;
        max-width: 50%;
        text-align: left;
    }

        .image-info .image-info__image-item:last-of-type {
            margin-right: 10px;
        }

    .image-info .image-info__image-container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 120px;
    }

        .image-info .image-info__image-container img {
            width: 100%;
        }

        .image-info .image-info__image-container .diamond svg {
            width: 100%;
            height: 100%;
        }

        .image-info .image-info__image-container .diamond-1-4 {
            width: 36px;
            height: 31px;
        }

@media only screen and (max-width:768px) {
    .image-info .image-info__image-container .diamond-1-4 {
        width: 29px;
        height: 25px;
    }
}

.image-info .image-info__image-container .diamond-1-2 {
    width: 48px;
    height: 42px;
}

@media only screen and (max-width:768px) {
    .image-info .image-info__image-container .diamond-1-2 {
        width: 38px;
        height: 34px;
    }
}

.image-info .image-info__image-container .diamond-3-4 {
    width: 59px;
    height: 52px;
}

@media only screen and (max-width:768px) {
    .image-info .image-info__image-container .diamond-3-4 {
        width: 47px;
        height: 42px;
    }
}

.image-info .image-info__image-container .diamond-1 {
    width: 69px;
    height: 60px;
}

@media only screen and (max-width:768px) {
    .image-info .image-info__image-container .diamond-1 {
        width: 55px;
        height: 48px;
    }
}

.image-info .image-info__image-text {
    color: #836172;
    margin-left: 13px;
}

    .image-info .image-info__image-text p {
        font-weight: 700;
        margin: 0;
    }

    .image-info .image-info__image-text .description {
        font-size: 13.714px;
        font-size: .8571428571rem;
        line-height: 17.142px;
        line-height: 1.0714285714rem;
    }

    .image-info .image-info__image-text .price {
        font-size: 28.571px;
        font-size: 1.7857142857rem;
    }

@media only screen and (max-width:768px) {
    .image-info .image-info__image-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .image-info .image-info__image-text {
        margin-left: 0;
        margin-top: 13px;
    }

        .image-info .image-info__image-text .description {
            font-size: .7142857143rem;
        }

        .image-info .image-info__image-text .price {
            font-size: 1.3571428571rem;
        }
}

.image-product-carousel {
    background-color: #f9f9f9;
    padding: 45px 0;
    text-align: center;
}

    .image-product-carousel.margin-top {
        margin-top: 45px;
    }

    .image-product-carousel.margin-bottom {
        margin-bottom: 45px;
    }

.image-product-carousel__heading {
    color: #222;
    font-size: 18.285px;
    font-size: 1.1428571429rem;
    letter-spacing: 2px;
    margin-bottom: 32px;
}

.image-product-carousel__cta {
    padding: 3px;
}

.image-product-carousel .slick-slider .slick-dots {
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 35px;
    position: relative;
    width: 100%;
}

.image-product-carousel .slick-next, .image-product-carousel .slick-prev {
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    color: #222;
    height: 32px;
    top: 35%;
    width: 32px;
}

    .image-product-carousel .slick-next.slick-disabled, .image-product-carousel .slick-prev.slick-disabled {
        opacity: 0;
    }

    .image-product-carousel .slick-next .icon, .image-product-carousel .slick-prev .icon {
        height: 12px;
        left: 10px;
        position: absolute;
        top: 10px;
        width: 12px;
    }

    .image-product-carousel .slick-next path, .image-product-carousel .slick-prev path {
        fill: #222!important;
    }

    .image-product-carousel .slick-next:before, .image-product-carousel .slick-prev:before {
        content: normal;
    }

    .image-product-carousel .slick-next:focus, .image-product-carousel .slick-next:hover, .image-product-carousel .slick-prev:focus, .image-product-carousel .slick-prev:hover {
        background-color: #fff;
    }

.image-product-carousel .slick-prev {
    left: 8px;
    left: .5rem;
}

.image-product-carousel .slick-next {
    right: 8px;
    right: .5rem;
}

.image-product-slide {
    width: 100vw;
}

.image-product-slide__image-container {
    height: 1px;
    margin: auto;
    padding-bottom: 125%;
    position: relative;
}

.image-product-slide__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-product-slide__image, .image-product-slide__video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.image-product-slide__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -122px auto 45px;
    padding: 12px;
    position: relative;
}

.image-product-slide__product {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    margin: 4px;
    text-align: left;
    width: 160px;
}

.image-product-slide__product-image {
    margin-bottom: 8px;
    margin-bottom: .5rem;
    width: 100%;
}

.image-product-slide__product-details {
    border-top: 1px solid #dfe3e8;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 15px;
    max-width: 100%;
    padding: 12px 0;
    width: calc(100% - 30px);
}

.image-product-slide__product-title {
    line-height: 150%;
    margin-bottom: 3px;
}

.image-product-slide__product-price, .image-product-slide__product-title {
    display: block;
    font-size: 13.714px;
    font-size: .8571428571rem;
}

@media only screen and (min-width:769px) {
    .image-product-carousel {
        padding: 70px 0;
    }

        .image-product-carousel.margin-top {
            margin-top: 65px;
        }

        .image-product-carousel.margin-bottom {
            margin-bottom: 65px;
        }

    .image-product-carousel__heading {
        font-size: 1.8571428571rem;
        letter-spacing: 3px;
    }

    .image-product-carousel .slick-slider .slick-dots {
        margin: 35px auto;
    }

    .image-product-carousel .slick-next, .image-product-carousel .slick-prev {
        height: 40px;
        top: 50%;
        width: 40px;
    }

        .image-product-carousel .slick-next .icon, .image-product-carousel .slick-prev .icon {
            height: 15px;
            left: 12.5px;
            top: 12.5px;
            width: 15px;
        }

    .image-product-carousel .slick-prev {
        left: 40px;
    }

    .image-product-carousel .slick-next {
        right: 40px;
    }

    .image-product-slide {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: .1;
        -webkit-transform: scale(.75);
        transform: scale(.75);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        width: auto;
    }

    .slick-center .image-product-slide {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .image-product-slide__image-container {
        height: auto;
        margin: initial;
        padding-bottom: 0;
        -webkit-transform: translate3d(230px,0,0);
        transform: translate3d(230px,0,0);
        -webkit-transition: -webkit-transform .5s ease-out;
        transition: -webkit-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out,-webkit-transform .5s ease-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        width: 352px;
        z-index: 2;
    }

        .image-product-slide__image-container:before {
            content: "";
            float: left;
            height: 0;
            margin-left: -1px;
            padding-top: 133.333%;
            width: 1px;
        }

        .image-product-slide__image-container:after {
            clear: both;
            content: "";
            display: table;
        }

    .slick-center .image-product-slide__image-container {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-delay: .15s;
        transition-delay: .15s;
    }

    .image-product-slide__products {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 0;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);
        -webkit-transition: opacity .5s ease-out,-webkit-transform .5s ease-out;
        transition: opacity .5s ease-out,-webkit-transform .5s ease-out;
        transition: transform .5s ease-out,opacity .5s ease-out;
        transition: transform .5s ease-out,opacity .5s ease-out,-webkit-transform .5s ease-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        width: 352px;
        z-index: 1;
    }

    .slick-center .image-product-slide__products {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-delay: .45s;
        transition-delay: .45s;
    }
}

@media only screen and (min-width:1024px) {
    .image-product-slide {
        margin: 0 -100px;
    }

    .image-product-slide__products {
        margin-left: 20px;
        width: 488px;
    }

    .image-product-slide__product {
        margin: 12px;
        width: 220px;
    }

    .image-product-slide__image-container {
        width: 545px;
    }
}

.image-text {
    display: grid;
    gap: 30px;
    grid-auto-flow: column;
    margin: 32px 32px 0;
}

.image-text__block {
    text-align: center;
}

.image-text__image {
    height: auto;
    margin-bottom: 24px;
    padding-top: 71.91781%;
    position: relative;
    width: 100%;
    z-index: -1;
}

    .image-text__image img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
    }

.image-text__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
}

    .image-text__dots li button {
        border: 0;
        border-radius: 100%;
        font-size: 0;
        height: 8px;
        min-height: unset;
        padding: 0;
        width: 8px;
    }

    .image-text__dots li:not(.slick-active) button {
        background: rgba(223,227,232,.4);
    }

    .image-text__dots .slick-active button {
        background: #dfe3e8;
    }

.image-text__title {
    color: #222;
    font-size: 18.285px;
    font-size: 1.1428571429rem;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.image-text__text {
    color: #706f6f;
    font-size: 14.857px;
    font-size: .9285714286rem;
    line-height: 1.5;
    margin: auto;
    width: 80%;
}

@media only screen and (max-width:1023px) {
    .image-text {
        margin: 32px 0 0;
        padding: 0;
    }

    .image-text__image {
        margin-bottom: 16px;
    }

    .image-text__title {
        margin-bottom: 6px;
    }
}

.image-with-text {
    background: #f9f9f9;
}

    .image-with-text img {
        display: block;
        width: 100%;
    }

.image-with-text__title {
    color: #222;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 150%;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.image-with-text p {
    color: #706f6f;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 40px;
    margin-top: 0;
}

.image-with-text .btn {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
}

    .image-with-text .btn:last-child {
        margin-bottom: 0;
    }

.image-with-text__item--image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
    position: relative;
}

.image-with-text__video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.image-with-text__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 15px;
}

@media (min-width:440px) {
    .image-with-text__title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .image-with-text p {
        font-size: 13px;
    }

    .image-with-text__text {
        padding: 40px;
    }
}

@media (min-width:980px) {
    .image-with-text {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .image-with-text--right .image-with-text__text {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .image-with-text__text {
        padding: 60px;
    }

    .image-with-text .btn {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width:1024px) {
    .image-with-text__text {
        padding: 40px 80px;
    }
}

.scale {
    margin: 35px auto 90px;
    max-width: 100%;
    width: 288px;
}

    .scale, .scale ul {
        padding: 0;
        position: relative;
    }

        .scale ul {
            display: grid;
            grid-template-columns: repeat(5,1fr);
            margin: 0;
        }

            .scale ul:after {
                background: #c4c4c4;
                bottom: 0;
                content: "";
                height: 1px;
                left: 0;
                position: absolute;
                width: 100%;
            }

        .scale li {
            font-size: 9px;
            padding-bottom: 10px;
            position: relative;
            text-align: center;
        }

            .scale li small {
                position: relative;
                top: 2px;
            }

            .scale li.is-active {
                color: #222;
            }

                .scale li.is-active:before {
                    background: #d2e7f5;
                    border-radius: 100%;
                    bottom: 0;
                    content: "";
                    height: 100px;
                    left: 50%;
                    opacity: .5;
                    overflow: hidden;
                    position: absolute;
                    -webkit-transform: translateX(-50%) translateY(50%);
                    transform: translateX(-50%) translateY(50%);
                    width: 100px;
                    z-index: 0;
                }

                .scale li.is-active:after {
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                }

                .scale li.is-active span {
                    bottom: -22px;
                    color: #222;
                    font-weight: 600;
                    letter-spacing: 1.5px;
                    text-transform: uppercase;
                    z-index: 1;
                }

                    .scale li.is-active span, .scale li.is-active span:before {
                        left: 50%;
                        position: absolute;
                        -webkit-transform: translateX(-50%);
                        transform: translateX(-50%);
                    }

                        .scale li.is-active span:before {
                            background: #222;
                            border-radius: 100%;
                            content: "";
                            height: 3px;
                            top: -13px;
                            width: 3px;
                        }

            .scale li:after {
                background: #c4c4c4;
                bottom: 0;
                content: "";
                height: 6px;
                left: 50%;
                position: absolute;
                width: 1px;
            }

            .scale li:first-child:before {
                right: 50%;
            }

            .scale li:first-child:before, .scale li:last-child:before {
                background: #f9f9f9;
                bottom: -2px;
                content: "";
                height: 6px;
                position: absolute;
                width: 50%;
                z-index: 1;
            }

            .scale li:last-child:before {
                left: calc(50% + 1px);
            }

.scale--clarity ul {
    grid-template-columns: 4% 10% 13% 25% 10% 15% 17% 4%;
}

.scale--clarity li:last-child:before {
    width: 150%;
}

.scale--clarity li.is-active:before {
    height: 90px;
    width: 90px;
}

.scale--color li.is-active:before {
    height: 85px;
    width: 85px;
}

@media (min-width:321px) {
    .scale {
        width: 339px;
    }
}

@media (min-width:380px) {
    .scale {
        width: 379px;
    }
}

@media (min-width:440px) {
    .scale {
        margin-bottom: 100px;
        width: 100%;
    }

        .scale li {
            font-size: 10px;
        }
}

@media only screen and (min-width:769px) {
    .scale li.is-active:before {
        height: 110px;
        width: 110px;
    }

    .scale li.is-active span:before {
        height: 4px;
        top: -11px;
        width: 4px;
    }

    .scale--clarity li.is-active:before {
        height: 90px;
        width: 90px;
    }
}

@media (min-width:1100px) {
    .scale--clarity li.is-active:before {
        height: 110px;
        width: 110px;
    }
}

.carat-scale {
    margin: 0 auto 40px;
    max-width: 520px;
    padding: 0;
    width: 100%;
}

    .carat-scale li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: center;
    }

        .carat-scale li:first-of-type img {
            width: 70px;
        }

        .carat-scale li:nth-of-type(2) img {
            width: 80px;
        }

        .carat-scale li:nth-of-type(3) img {
            width: 90px;
        }

        .carat-scale li:nth-of-type(4) img {
            width: 100px;
        }

.carat-scale__image {
    margin-bottom: 3px;
}

.carat-scale__title {
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.carat-scale__price {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.carat-scale .slick-track, .carat-scale .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .carat-scale .slick-track .slick-slide {
        height: auto;
    }

.carat-scale .slick-slider .slick-dots {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 15%;
    padding-top: 30px;
    position: relative;
    width: 70%;
}

    .carat-scale .slick-slider .slick-dots:before {
        background: #dfe3e8;
        bottom: 4px;
        content: "";
        height: 2px;
        left: 2px;
        position: absolute;
        right: 2px;
    }

    .carat-scale .slick-slider .slick-dots li button:before {
        background: #dfe3e8;
        border-radius: 100%;
        height: 8px;
        position: absolute;
        top: 50%!important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
    }

    .carat-scale .slick-slider .slick-dots li.slick-active button:before {
        height: 16px;
        width: 16px;
    }

@media only screen and (min-width:769px) {
    .carat-scale__title {
        letter-spacing: 1.5px;
    }

    .carat-scale li:first-of-type img {
        width: 40%;
    }

    .carat-scale li:nth-of-type(2) img {
        width: 55%;
    }

    .carat-scale li:nth-of-type(3) img {
        width: 72%;
    }

    .carat-scale li:nth-of-type(4) img {
        width: 85%;
    }
}

.section-image img {
    display: block;
    margin: 0 auto;
}

.section-image.margin-top {
    padding-top: 100px;
}

.section-image.margin-bottom {
    padding-bottom: 100px;
}

@media only screen and (max-width:1023px) {
    .section-image.margin-top {
        padding-top: 60px;
    }

    .section-image.margin-bottom {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:479px) {
    .section-image.margin-top {
        padding-top: 40px;
    }

    .section-image.margin-bottom {
        padding-bottom: 40px;
    }
}

.infographic.margin-top {
    padding-top: 100px;
}

.infographic.margin-bottom {
    padding-bottom: 110px;
}

.infographic.margin_small .section-header {
    margin-bottom: 45px;
}

.infographic .grid {
    margin-left: -15px;
    margin-right: -15px;
}

.infographic .grid__item {
    padding: 0 15px;
}

    .infographic .grid__item.first .number_container:before, .infographic .grid__item:first-child .number_container:before {
        left: 50%;
    }

    .infographic .grid__item.last .number_container:before, .infographic .grid__item:last-child .number_container:before {
        right: 50%;
    }

.infographic .infographic__container {
    max-width: 360px;
    margin: 0 auto;
    position: relative;
}

.infographic .infographic__single_image {
    margin: 0 auto;
    display: table;
    max-width: 800px;
}

.infographic .infographic__image {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto 15px;
    max-width: 100px;
}

    .infographic .infographic__image.large {
        max-width: 160px;
    }

    .infographic .infographic__image:before {
        padding-top: 100%;
        display: block;
        content: "";
    }

    .infographic .infographic__image img, .infographic .infographic__image svg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

.infographic .infographic__title {
    color: #706f6f;
    text-transform: none;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    letter-spacing: normal;
    font-size: 20px;
}

.infographic .number_container {
    position: relative;
    margin-bottom: 15px;
}

    .infographic .number_container:before {
        content: "";
        height: 1px;
        background-color: #ededed;
        position: absolute;
        top: 50%;
        left: -50%;
        right: -50%;
        z-index: 0;
    }

.infographic .number_position {
    background-color: #d9e5ec;
    border: 5px solid #fff;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    border-radius: 100%;
    height: 42px;
    width: 42px;
    line-height: 1;
    padding: 6px 0;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.infographic .btn-container {
    display: table;
    margin: 0 auto;
}

    .infographic .btn-container .btn {
        margin-top: 50px;
        min-width: 200px;
    }

.infographic .infographic--alt.margin-top {
    padding-top: 65px;
}

.infographic .infographic--alt.margin-bottom {
    padding-bottom: 65px;
}

.infographic .infographic--alt .infographic__image {
    max-width: 144px;
}

@media only screen and (max-width:1023px) {
    .infographic.margin-top {
        padding-top: 60px;
    }

    .infographic.margin-bottom {
        padding-bottom: 130px;
    }

    .infographic.margin_small .section-header {
        margin-bottom: 30px;
    }

    .infographic .btn-container .btn {
        margin-top: 30px;
    }

    .infographic .slick-arrow {
        top: 20%;
    }

    .infographic .slick-slider .slick-dots {
        left: 0;
        right: 0;
        bottom: -130px;
    }

        .infographic .slick-slider .slick-dots li {
            float: none;
        }

    .infographic .infographic__single_image {
        width: 100%;
    }
}

@media only screen and (max-width:479px) {
    .infographic.margin-top {
        padding-top: 40px;
    }

    .infographic.margin-bottom {
        padding-bottom: 90px;
    }

    .infographic.margin_small .btn-container .btn {
        margin-top: 30px;
    }

    .infographic .btn-container .btn {
        margin-top: 10px;
        min-width: 150px;
    }

    .infographic .slick-slider .slick-dots {
        bottom: -100px;
    }
}

.instagram-section {
    margin: 0 auto;
    max-width: 1500px;
}

    .instagram-section .eapps-instagram-feed-title {
        color: #222;
        font-family: FFMarkWebProRegular,Helvetica,sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 3px;
        margin-bottom: 32px;
        margin-bottom: 2rem;
        padding: 0;
        text-transform: uppercase;
    }

        .instagram-section .eapps-instagram-feed-title a:hover {
            text-decoration: none!important;
        }

@media only screen and (min-width:480px) {
    .instagram-section .eapps-instagram-feed-title {
        font-size: 22px;
        margin-bottom: 3rem;
    }
}

.instagram-section--holiday.margin-top {
    padding-top: 50px;
}

@media only screen and (max-width:768px) {
    .instagram-section--holiday.margin-top {
        padding-top: 20px;
    }
}

.instagram-section--holiday.margin-bottom {
    padding-bottom: 70px;
}

@media only screen and (max-width:768px) {
    .instagram-section--holiday.margin-bottom {
        padding-bottom: 40px;
    }
}

.instagram-section--holiday .eapps-instagram-feed-title {
    font-size: 20.571px;
    font-size: 1.2857142857rem;
    letter-spacing: 2.5px;
    line-height: 23px;
    margin-bottom: 15px;
    padding-bottom: 0!important;
}

@media only screen and (max-width:768px) {
    .instagram-section--holiday .eapps-instagram-feed-title {
        font-size: 1.1428571429rem;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
}

.landing-banner {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

.landing-banner__header-container {
    line-height: normal;
    padding: 32px 0;
    padding: 2rem 0;
    text-align: center;
}

.landing-banner .tagline {
    color: #706f6f;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.landing-banner__title {
    color: #222;
    font-size: 24px;
    text-transform: uppercase;
}

.landing-banner__carousel {
    background-color: #f9f9f9;
    margin: 0 auto;
    max-width: 1500px;
}

.landing-banner__carousel-image-aspect-ratio {
    height: 100%;
    overflow: hidden;
    padding-top: 73.59551%;
    position: relative;
}

.landing-banner__carousel-video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.landing-banner__carousel-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.landing-banner__carousel-image-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.landing-banner__carousel-content-wrapper {
    padding: 2rem 1.5rem 4.75rem;
}

.landing-banner__carousel-title {
    color: #222;
    font-size: 19.2px;
    margin-bottom: 12px;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.landing-banner__carousel-content {
    font-size: 14px;
    line-height: 1.5;
}

.landing-banner__carousel-link {
    display: inline-block;
    margin-top: 24px;
    margin-top: 1.5rem;
}

.landing-banner .landing-banner__carousel-link--mobile {
    color: #222;
    display: inline-block;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    text-decoration: underline;
    text-transform: uppercase;
}

    .landing-banner .landing-banner__carousel-link--mobile:hover {
        opacity: .7;
    }

.landing-banner .landing-banner__carousel-link--desktop {
    display: none;
}

.landing-banner .slick-slider .slick-dots {
    bottom: 32px;
    bottom: 2rem;
}

    .landing-banner .slick-slider .slick-dots li {
        margin-left: 10px;
    }

        .landing-banner .slick-slider .slick-dots li.slick-active button {
            height: 10px;
            width: 10px;
        }

            .landing-banner .slick-slider .slick-dots li.slick-active button:before {
                border-radius: 100%;
                color: #222;
                height: 10px;
                left: 0;
                top: 0;
                -webkit-transform: rotate(0);
                transform: rotate(0);
                width: 10px;
            }

        .landing-banner .slick-slider .slick-dots li button {
            height: 10px;
            width: 10px;
        }

            .landing-banner .slick-slider .slick-dots li button:before {
                border-radius: 100%;
                height: 10px;
                -webkit-transform: rotate(0);
                transform: rotate(0);
                width: 10px;
            }

@media only screen and (min-width:480px) {
    .landing-banner__title {
        font-size: 32px;
    }

    .landing-banner__carousel-content-wrapper {
        padding: 2rem 1.5rem;
    }

    .landing-banner__carousel-content-container {
        margin: 0 auto;
        max-width: 450px;
        text-align: center;
    }

    .landing-banner__carousel-title {
        font-size: 26px;
        margin-bottom: 1rem;
    }

    .landing-banner__carousel-content {
        font-size: 16px;
    }

    .landing-banner .landing-banner__carousel-link--mobile {
        display: none;
    }

    .landing-banner .landing-banner__carousel-link--desktop {
        display: inline-block;
    }

    .landing-banner .slick-slider .slick-dots {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        margin-top: 2rem;
    }
}

@media only screen and (min-width:769px) {
    .landing-banner {
        margin-bottom: 4rem;
    }

    .landing-banner__heading-container {
        padding: 3rem 0;
        text-align: center;
    }

    .landing-banner__carousel-flex-wrapper {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
    }

    .landing-banner__carousel-image-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 890px;
        flex: 0 1 890px;
    }

    .landing-banner__carousel-content-wrapper {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 470px;
        flex: 1 1 470px;
        padding: 3.5rem 3rem 6rem;
    }

    .landing-banner__carousel-content-container {
        margin: 0;
        max-width: 100%;
        text-align: left;
    }

    .landing-banner .slick-slider .slick-dots {
        display: block;
        position: absolute;
        margin-bottom: 0;
    }
}

@media only screen and (min-width:1024px) {
    .landing-banner__carousel-content-wrapper {
        padding: 6rem 4rem;
    }
}

.landing-grid__header {
    color: #222;
    font-size: 16px;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    text-align: center;
}

.landing-grid__article-item {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

.landing-grid__article-image-link {
    display: block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

    .landing-grid__article-image-link:hover .landing-grid__article-image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.landing-grid__article-image-container {
    overflow: hidden;
}

.landing-grid__article-image {
    display: block;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    width: 100%;
}

.landing-grid__article-title {
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    padding-top: 16px;
    padding-top: 1rem;
    text-transform: uppercase;
}

.landing-grid__article-link {
    color: #222;
    display: inline-block;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    text-decoration: underline;
    text-transform: uppercase;
}

    .landing-grid__article-link:hover {
        opacity: .7;
    }

@media only screen and (max-width:479px) {
    .landing-grid {
        padding: 0 25px;
    }
}

@media only screen and (min-width:480px) {
    .landing-grid .grid {
        margin-left: -3.5rem;
    }

    .landing-grid .grid__item {
        padding-left: 3.5rem;
    }

    .landing-grid__header {
        font-size: 19.2px;
        margin-bottom: 3rem;
    }

    .landing-grid__article-title {
        font-size: 18px;
        margin-bottom: .75rem;
    }

    .landing-grid__article-link {
        font-size: 12px;
    }
}

@media only screen and (min-width:769px) {
    .landing-grid .grid__item:nth-child(3n+1) {
        clear: both;
    }

    .landing-grid__article-item {
        margin-bottom: 5rem;
    }
}

@media (min-width:480px) and (max-width:768px) {
    .landing-grid .grid__item:nth-child(odd) {
        clear: both;
    }
}

.menu-drawer {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    height: 100%;
    max-width: 375px;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    width: 100%;
    will-change: transform;
}

.menu-drawer__wrapper {
    background-color: transparent;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    z-index: 9;
}

.menu-drawer__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    padding: 16px 0;
}

@supports (-webkit-overflow-scrolling:touch) {
    .menu-drawer__body;

{
    -webkit-overflow-scrolling: touch;
}

}

.menu-drawer__menu {
    padding: 17px 20px 6px;
}

.menu-drawer__link {
    font-size: 14px;
}

.menu-drawer__footer {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: #f9f9f9;
    border-top: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0;
}

@supports (padding-bottom:constant(safe-area-inset-bottom)) {
    .menu-drawer__footer;

{
    padding-bottom: calc(constant(safe-area-inset-bottom) * 1.2 + 10px);
}

}

@supports (padding-bottom:env(safe-area-inset-bottom)) {
    .menu-drawer__footer;

{
    padding-bottom: calc(env(safe-area-inset-bottom) * 1.2 + 10px);
}

}

.menu-drawer__footer-title {
    color: #222;
    font-size: 8.5px;
    letter-spacing: 1px;
    margin-top: 4.8px;
    margin-top: .3rem;
    text-transform: uppercase;
}

.menu-drawer__footer-item {
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
}

    .menu-drawer__footer-item, .menu-drawer__footer-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
    }

        .menu-drawer__footer-item a {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex: 1;
            flex: 1;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column;
            flex-flow: column;
            padding: 6px 0;
            text-align: center;
        }

        .menu-drawer__footer-item svg {
            height: 22px;
            width: 22px;
        }

            .menu-drawer__footer-item svg g {
                stroke: #706f6f;
            }

        .menu-drawer__footer-item.menu-drawer__footer-item--phone svg path {
            fill: #706f6f;
        }

        .menu-drawer__footer-item.menu-drawer__footer-item--mail svg path {
            fill: #706f6f;
            stroke: #706f6f;
        }

.menu-drawer .iWishMenuDrawer path {
    stroke: #706f6f;
}

.menu-drawer__item {
    padding-bottom: 22px;
    padding-top: 3px;
}

.menu-drawer__item--title {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 10.5px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.menu-drawer__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 9px 24px 12px;
}

    .menu-drawer__close svg.icon {
        height: 18px;
        width: 18px;
    }

.menu-drawer__button {
    min-height: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    .menu-drawer__button .icon {
        position: absolute;
        right: 10px;
        top: -4px;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
        width: 12px;
    }

    .menu-drawer__button.active .icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.menu-drawer__primary-label {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.menu-drawer [js-menu-drawer=childMenu], .menu-drawer [js-menu-drawer=grandChildMenu] {
    display: none;
    padding-bottom: 0;
    padding-top: 8px;
}

    .menu-drawer [js-menu-drawer=childMenu] .menu-drawer__item, .menu-drawer [js-menu-drawer=grandChildMenu] .menu-drawer__item {
        padding: 9px 0 9px 12px;
    }

    .menu-drawer [js-menu-drawer=childMenu] .menu-drawer__item--title, .menu-drawer [js-menu-drawer=grandChildMenu] .menu-drawer__item--title {
        padding: 18px 12px 12px;
    }

    .menu-drawer [js-menu-drawer=childMenu] .menu-drawer__item:last-child, .menu-drawer [js-menu-drawer=grandChildMenu] .menu-drawer__item:last-child {
        padding-bottom: 0;
    }

    .menu-drawer [js-menu-drawer=childMenu].active, .menu-drawer [js-menu-drawer=grandChildMenu].active {
        display: block;
    }

.menu-drawer__search-form {
    -webkit-box-shadow: 0 3px 6px -6px rgba(0,0,0,.3);
    box-shadow: 0 3px 6px -6px rgba(0,0,0,.3);
    padding: 7px;
    position: relative;
}

.menu-drawer__search-input {
    background-color: #f9f9f9;
    border-color: #ededed;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1.5;
    padding: 16px;
    text-transform: uppercase;
    width: 100%;
}

.menu-drawer__search-submit {
    position: absolute;
    right: 17px;
    top: 13px;
}

@media only screen and (max-width:479px) {
    .menu-drawer {
        max-width: 100%;
    }
}

.menu-drawer__wrapper.active {
    background-color: rgba(0,0,0,.5);
    pointer-events: auto;
}

    .menu-drawer__wrapper.active .menu-drawer {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.tab-bar {
    background-color: #f9f9f9;
    border-top: 1px solid #dfe3e8;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 99;
    -webkit-transform: translateZ(0);
}

@supports (padding-bottom:constant(safe-area-inset-bottom)) {
    .tab-bar;

{
    padding-bottom: calc(constant(safe-area-inset-bottom) * 1.2);
}

}

@supports (padding-bottom:env(safe-area-inset-bottom)) {
    .tab-bar;

{
    padding-bottom: calc(env(safe-area-inset-bottom) * 1.2);
}

}

.tab-bar__navbar {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 7px 0;
    width: 100%;
}

.tab-bar__navbar-item {
    float: left;
    margin: 0;
    width: 25%;
}

    .tab-bar__navbar-item a {
        color: #222;
        display: block;
        padding: 9px;
        text-align: center;
    }

.tab-bar__label {
    color: #6d525f;
    display: block;
    font-size: 8.5px;
    letter-spacing: 1.3px;
    line-height: 1;
    margin-top: 7px;
    text-transform: uppercase;
}

.tab-bar .image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: table;
    height: 20px;
    margin: 0 auto;
    width: 20px;
}

@media only screen and (max-width:1023px) {
    .tab-bar {
        display: block;
    }
}

.modaal-loading-spinner {
    background: none;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    -webkit-transform: scale(.25);
    transform: scale(.25);
}

@-webkit-keyframes c {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    to {
        opacity: .1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes c {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    to {
        opacity: .1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.modaal-loading-spinner > div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
}

    .modaal-loading-spinner > div > div {
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background: #fff;
    }

    .modaal-loading-spinner > div:first-of-type > div {
        -webkit-animation: c 1s linear infinite;
        animation: c 1s linear infinite;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
        -ms-animation: c 1s linear infinite;
        -moz-animation: c 1s linear infinite;
        -webkit-animation: c 1s linear infinite;
        -o-animation: c 1s linear infinite;
    }

    .modaal-loading-spinner > div:first-of-type {
        -webkit-transform: translate(84px,84px) rotate(45deg) translate(70px);
        transform: translate(84px,84px) rotate(45deg) translate(70px);
    }

    .modaal-loading-spinner > div:nth-of-type(2) > div {
        -webkit-animation: c 1s linear infinite;
        animation: c 1s linear infinite;
        -webkit-animation-delay: .12s;
        animation-delay: .12s;
    }

    .modaal-loading-spinner > div:nth-of-type(2) {
        -webkit-transform: translate(84px,84px) rotate(90deg) translate(70px);
        transform: translate(84px,84px) rotate(90deg) translate(70px);
    }

    .modaal-loading-spinner > div:nth-of-type(3) > div {
        -webkit-animation: c 1s linear infinite;
        animation: c 1s linear infinite;
        -webkit-animation-delay: .25s;
        animation-delay: .25s;
    }

    .modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
        -ms-animation: c 1s linear infinite;
        -moz-animation: c 1s linear infinite;
        -webkit-animation: c 1s linear infinite;
        -o-animation: c 1s linear infinite;
    }

    .modaal-loading-spinner > div:nth-of-type(3) {
        -webkit-transform: translate(84px,84px) rotate(135deg) translate(70px);
        transform: translate(84px,84px) rotate(135deg) translate(70px);
    }

    .modaal-loading-spinner > div:nth-of-type(4) > div {
        -webkit-animation: c 1s linear infinite;
        animation: c 1s linear infinite;
        -webkit-animation-delay: .37s;
        animation-delay: .37s;
    }

    .modaal-loading-spinner > div:nth-of-type(4) {
        -webkit-transform: translate(84px,84px) rotate(180deg) translate(70px);
        transform: translate(84px,84px) rotate(180deg) translate(70px);
    }

    .modaal-loading-spinner > div:nth-of-type(5) > div {
        -webkit-animation: c 1s linear infinite;
        animation: c 1s linear infinite;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
        -ms-animation: c 1s linear infinite;
        -moz-animation: c 1s linear infinite;
        -webkit-animation: c 1s linear infinite;
        -o-animation: c 1s linear infinite;
    }

    .modaal-loading-spinner > div:nth-of-type(5) {
        -webkit-transform: translate(84px,84px) rotate(225deg) translate(70px);
        transform: translate(84px,84px) rotate(225deg) translate(70px);
    }

    .modaal-loading-spinner > div:nth-of-type(6) > div {
        -webkit-animation: c 1s linear infinite;
        animation: c 1s linear infinite;
        -webkit-animation-delay: .62s;
        animation-delay: .62s;
    }

    .modaal-loading-spinner > div:nth-of-type(6) {
        -webkit-transform: translate(84px,84px) rotate(270deg) translate(70px);
        transform: translate(84px,84px) rotate(270deg) translate(70px);
    }

    .modaal-loading-spinner > div:nth-of-type(7) > div {
        -webkit-animation: c 1s linear infinite;
        animation: c 1s linear infinite;
        -webkit-animation-delay: .75s;
        animation-delay: .75s;
    }

    .modaal-loading-spinner > div:nth-of-type(7) {
        -webkit-transform: translate(84px,84px) rotate(315deg) translate(70px);
        transform: translate(84px,84px) rotate(315deg) translate(70px);
    }

    .modaal-loading-spinner > div:nth-of-type(8) > div {
        -webkit-animation: c 1s linear infinite;
        animation: c 1s linear infinite;
        -webkit-animation-delay: .87s;
        animation-delay: .87s;
    }

    .modaal-loading-spinner > div:nth-of-type(8) {
        -webkit-transform: translate(84px,84px) rotate(1turn) translate(70px);
        transform: translate(84px,84px) rotate(1turn) translate(70px);
    }

.modaal--popup {
    display: none;
}

.modaal-noscroll {
    overflow: hidden;
}

.modaal-accessible-hide {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    padding: 0!important;
    border: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden;
}

.modaal-overlay {
    z-index: 999;
    opacity: 0;
}

.modaal-overlay, .modaal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modaal-wrapper {
    display: block;
    z-index: 99999;
    overflow: auto;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .modaal-wrapper, .modaal-wrapper * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .modaal-wrapper * {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .modaal-wrapper :not(table) {
            -webkit-backface-visibility: hidden;
        }

        .modaal-wrapper .modaal-close {
            border: none;
            padding: 0;
            -webkit-appearance: none;
        }

        .modaal-wrapper.modaal-start_none {
            display: none;
            opacity: 1;
        }

        .modaal-wrapper.modaal-start_fade {
            opacity: 0;
        }

        .modaal-wrapper [tabindex="0"] {
            outline: none!important;
        }

        .modaal-wrapper.modaal-fullscreen {
            overflow: hidden;
        }

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}

.modaal-container {
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    text-align: left;
    max-width: 900px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 hsla(0,0%,68%,.4);
    box-shadow: 0 0 30px 0 hsla(0,0%,68%,.4);
    cursor: auto;
    text-align: center;
}

    .modaal-container.is_loading {
        height: 100px;
        width: 100px;
        overflow: hidden;
    }

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}

.modaal-container .h1 {
    color: #222;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.modaal-container .selectric, .modaal-container input:not(.btn), .modaal-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f7f7f7;
    border: none;
    margin-bottom: 15px;
    padding: 16px 18px;
    width: 100%;
}

.modaal-container input[type=date] {
    padding: 14px 18px;
}

.modaal-container .date-field label {
    display: none;
}

.modaal-container .selectric {
    padding: 0;
    position: relative;
}

    .modaal-container .selectric .label, .modaal-container .selectric .option__label {
        font-weight: 100;
        font-family: FFMarkWebProRegular,Helvetica,sans-serif;
        position: relative;
        z-index: 1;
    }

    .modaal-container .selectric .button {
        background: #f7f7f7;
    }

    .modaal-container .selectric .icon {
        position: absolute;
        right: 15px;
        top: 50%;
        width: 12px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
    }

.modaal-container .selectric-open .label, .modaal-container .selectric-open .option__label {
    color: transparent;
}

.modaal-container .selectric-items {
    border-color: #c6c6c6;
    max-height: 180px;
    overflow-y: scroll;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .modaal-container .selectric-items ul {
        padding: 0;
    }

        .modaal-container .selectric-items ul li.disabled {
            padding: 14px 18px;
        }

        .modaal-container .selectric-items ul li:hover {
            background: #f7f7f7;
        }

.modaal-container table {
    width: 100%!important;
}

.modaal-container .btn {
    width: 100%;
}

@media only screen and (max-width:768px) {
    .modaal-container {
        width: auto;
    }
}

@media only screen and (max-width:479px) {
    .modaal-container .h1 {
        font-size: 16px;
    }

    .modaal-container .selectric .label {
        font-size: 14px;
        opacity: .8;
        margin: 0 38px 0 14px;
    }

    .modaal-container .selectric-items li {
        font-size: 14px;
    }

    .modaal-container input {
        font-size: 14px;
        padding: 16px 14px;
    }

        .modaal-container input.date {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            height: 50px;
            padding: 18px 14px;
            position: relative;
            color: #706f6f;
        }

            .modaal-container input.date:valid {
                color: #706f6f;
            }

            .modaal-container input.date:focus + label {
                opacity: 0;
            }

            .modaal-container input.date::-webkit-clear-button {
                display: none;
            }

    .modaal-container .date-field {
        position: relative;
    }

        .modaal-container .date-field label {
            text-align: left;
            font-weight: 400;
            color: #706f6f;
            display: inline-block;
            font-size: 14px;
            width: calc(100% - 50px);
            left: 0;
            padding-left: 21.5px;
            opacity: .8;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(calc(-50% - 12px));
            transform: translateY(calc(-50% - 12px));
            z-index: 3;
        }

        .modaal-container .date-field.valid label {
            opacity: 0;
        }
}

.modaal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #706f6f;
    cursor: pointer;
    opacity: 1;
    width: 26px;
    height: 26px;
    background: transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .modaal-close:focus, .modaal-close:hover {
        outline: none;
    }

    .modaal-close span {
        position: absolute!important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,1px,1px,1px);
        padding: 0!important;
        border: 0!important;
        height: 1px!important;
        width: 1px!important;
        overflow: hidden;
    }

    .modaal-close:after, .modaal-close:before {
        display: block;
        content: " ";
        position: absolute;
        top: 0;
        left: 12px;
        width: 1px;
        height: 26px;
        background: #706f6f;
        -webkit-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
    }

    .modaal-close:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .modaal-close:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}

@media only screen and (max-width:768px) {
    .modaal-close {
        top: 15px;
        right: 15px;
    }
}

@media only screen and (max-width:479px) {
    .modaal-close {
        top: 10px;
        right: 10px;
    }

        .modaal-close:after, .modaal-close:before {
            height: 22px;
        }
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: transparent;
}

    .modaal-confirm-btn.modaal-ok {
        padding: 10px 15px;
        color: #fff;
        background: #555;
        border-radius: 3px;
        -webkit-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
    }

        .modaal-confirm-btn.modaal-ok:hover {
            background: #2f2f2f;
        }

    .modaal-confirm-btn.modaal-cancel {
        text-decoration: underline;
    }

        .modaal-confirm-btn.modaal-cancel:hover {
            text-decoration: none;
            color: #2f2f2f;
        }

@keyframes d {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes d {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modaal-instagram .modaal-container {
    width: auto;
    background: transparent;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: transparent;
}

    .modaal-instagram .modaal-content-container > blockquote {
        width: 1px!important;
        height: 1px!important;
        opacity: 0!important;
    }

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px!important;
    border-radius: 0!important;
    width: 1000px!important;
    max-width: 800px!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-animation: d 1s linear forwards;
    animation: d 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%;
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}

.modaal-gallery-item {
    display: none;
}

    .modaal-gallery-item.is_active, .modaal-gallery-item img {
        display: block;
    }

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

    .modaal-gallery-label:focus {
        outline: none;
    }

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    border-radius: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .modaal-gallery-control.is_hidden {
        opacity: 0;
        cursor: default;
    }

    .modaal-gallery-control:focus, .modaal-gallery-control:hover {
        outline: none;
        background: #fff;
    }

        .modaal-gallery-control:focus:after, .modaal-gallery-control:focus:before, .modaal-gallery-control:hover:after, .modaal-gallery-control:hover:before {
            background: #afb7bc;
        }

    .modaal-gallery-control span {
        position: absolute!important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,1px,1px,1px);
        padding: 0!important;
        border: 0!important;
        height: 1px!important;
        width: 1px!important;
        overflow: hidden;
    }

    .modaal-gallery-control:after, .modaal-gallery-control:before {
        display: block;
        content: " ";
        position: absolute;
        top: 16px;
        left: 25px;
        width: 4px;
        height: 18px;
        border-radius: 4px;
        background: #fff;
        -webkit-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
    }

    .modaal-gallery-control:before {
        margin: -5px 0 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .modaal-gallery-control:after {
        margin: 5px 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.modaal-gallery-next {
    left: 100%;
    margin-left: 40px;
}

.modaal-gallery-prev {
    right: 100%;
    margin-right: 40px;
}

    .modaal-gallery-prev:after, .modaal-gallery-prev:before {
        left: 22px;
    }

    .modaal-gallery-prev:before {
        margin: 5px 0 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .modaal-gallery-prev:after {
        margin: -5px 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.modaal-video-wrap {
    margin: auto 50px;
    position: relative;
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

    .modaal-video-container embed, .modaal-video-container iframe, .modaal-video-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.newsletter__image {
    width: 50%;
    float: left;
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

    .newsletter__image:after {
        content: "";
        padding-bottom: 100%;
        display: block;
    }

.newsletter__content, .newsletter__content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.newsletter__content {
    width: 50%;
    float: left;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .newsletter__content .h1 {
        color: #222;
    }

    .newsletter__content h2 {
        margin: 0 auto;
        max-width: 315px;
    }

    .newsletter__content p {
        font-size: 15px;
        max-width: 350px;
        margin: 10px auto 15px;
    }

    .newsletter__content hr {
        background-color: #ededed;
        margin: 0 0 20px 7.5px;
        width: calc(100% - 15px);
    }

@media only screen and (max-width:1023px) {
    .newsletter__content > p {
        font-size: 14px;
    }
}

@media only screen and (max-width:768px) {
    .newsletter__content {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 50px;
    }

    .newsletter__image {
        display: none;
    }
}

@media only screen and (max-width:479px) {
    .newsletter__content {
        padding: 50px 15px;
    }
}

.newsletter_large .newsletter__content {
    padding: 60px 30px;
}

.newsletter_large .grid {
    margin: 0;
}

.newsletter_large .grid__item {
    padding: 0 7.5px;
}

#newsletter-small {
    display: none;
}

.newsletter_small .modaal-outer-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 30px;
}

.newsletter_small .modaal-container {
    max-width: 480px;
    position: absolute;
    right: 48px;
    top: 42px;
    width: auto;
}

.newsletter_small .newsletter__content {
    width: 100%;
    padding: 40px 30px;
}

.newsletter_small .grid {
    margin: 0;
}

.newsletter_small .grid__item {
    padding: 0 7.5px;
}

@media only screen and (min-width:1500px) {
    .newsletter_small .modaal-container {
        right: 0;
    }
}

@media only screen and (max-width:1023px) {
    .newsletter_small .modaal-container {
        right: 0;
    }

    .newsletter_small .modaal-outer-wrapper {
        padding: 0 15px;
    }
}

.video-overlay {
    background: #fff;
    display: block;
    float: left;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.video-overlay__background {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.video-overlay__background--small {
    display: none;
}

@media only screen and (max-width:768px) {
    .video-overlay__background--large {
        display: none;
    }

    .video-overlay__background--small {
        display: block;
    }
}

.video-overlay__close {
    z-index: 999;
}

.corner-modal {
    bottom: 60px;
    height: auto;
    left: auto;
    overflow: visible;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    right: 0;
    top: auto;
    width: auto;
}

    .corner-modal.cookie-modal {
        bottom: 0;
        width: 100%;
    }

        .corner-modal.cookie-modal .modaal-outer-wrapper {
            max-width: none;
        }

        .corner-modal.cookie-modal .modaal-inner-wrapper {
            background: #fff;
            -webkit-box-shadow: 0 0 30px 0 hsla(0,0%,68%,.4);
            box-shadow: 0 0 30px 0 hsla(0,0%,68%,.4);
        }

        .corner-modal.cookie-modal .modaal-container {
            background: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            max-width: 1500px;
            padding: 16px 80px 14px 40px;
        }

        .corner-modal.cookie-modal .newsletter__content {
            width: 100%;
        }

        .corner-modal.cookie-modal .h1 {
            text-align: left;
        }

        .corner-modal.cookie-modal p {
            color: #836172;
            font-size: 15px;
            line-height: 23px;
            margin: 0;
            text-align: left;
        }

        .corner-modal.cookie-modal a {
            color: #836172;
        }

        .corner-modal.cookie-modal .modaal-close {
            margin-top: -13px;
            right: 30px;
            top: 50%;
        }

    .corner-modal .modaal-outer-wrapper {
        margin: 0 auto;
        max-width: 1500px;
        padding: 0;
    }

    .corner-modal .modaal-container {
        position: relative;
        width: 100%;
        max-width: 500px;
        padding: 30px;
    }

    .corner-modal .modaal-inner-wrapper {
        max-width: 500px;
        padding: 0;
    }

    .corner-modal .newsletter__content {
        width: 100%;
        padding: 84px 30px;
    }

    .corner-modal p {
        font-size: 12px;
        line-height: 24px;
    }

@media only screen and (max-width:1023px) {
    .corner-modal .modaal-outer-wrapper {
        padding: 0 15px;
    }

    .corner-modal.cookie-modal .modaal-outer-wrapper {
        padding: 0;
    }
}

@media only screen and (min-width:769px) {
    .corner-modal {
        padding-left: 20px;
        padding-right: 20px;
        right: 55px;
    }

        .corner-modal.cookie-modal {
            padding: 0;
            right: 0;
        }
}

@media only screen and (max-width:768px) {
    .corner-modal .modaal-outer-wrapper {
        padding: 0;
    }

    .corner-modal .modaal-container {
        padding: 15px;
        bottom: 0;
        max-width: 100%;
    }

        .corner-modal .modaal-container p {
            line-height: 22px;
        }

    .corner-modal.cookie-modal {
        padding: 0;
    }

        .corner-modal.cookie-modal .modaal-container {
            padding: 35px;
        }

            .corner-modal.cookie-modal .modaal-container p {
                font-size: 14px;
                line-height: 21px;
            }

        .corner-modal.cookie-modal .modaal-close {
            margin-top: 0;
            right: 10px;
            top: 15px;
        }

            .corner-modal.cookie-modal .modaal-close:after, .corner-modal.cookie-modal .modaal-close:before {
                height: 20px;
            }
}

.size_modal {
    display: none;
}

.modaal-iframe-elem, .modaal-iframe .modaal-content {
    width: 100%;
    height: 100%;
}

.modaal-iframe-elem {
    display: block;
}

@media only screen and (max-width:479px) {
    .modaal-inner-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width:1500px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px;
    }
}

@media only screen and (max-width:1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }

    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        -webkit-transform: none;
        transform: none;
        background: rgba(0,0,0,.7);
    }

        .modaal-gallery-control:after, .modaal-gallery-control:before {
            background: #fff;
        }

    .modaal-gallery-next {
        left: auto;
        right: 20px;
    }

    .modaal-gallery-prev {
        left: 20px;
        right: auto;
    }
}

@media screen and (max-width:900px) {
    .modaal-instagram iframe {
        width: 500px!important;
    }
}

@media screen and (max-height:1100px) {
    .modaal-instagram iframe {
        width: 700px!important;
    }
}

@media screen and (max-height:1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .modaal-instagram iframe {
        width: 600px!important;
    }
}

@media screen and (max-height:900px) {
    .modaal-instagram iframe {
        width: 500px!important;
    }

    .modaal-video-container {
        max-width: 900px;
        max-height: 510px;
    }
}

@media only screen and (max-width:600px) {
    .modaal-instagram iframe {
        width: 280px!important;
    }
}

@media only screen and (max-height:820px) {
    .modaal-gallery-label {
        display: none;
    }
}

.section-navigation-links {
    background-color: #fff;
}

    .section-navigation-links.margin-bottom {
        padding-bottom: 45px;
    }

@media only screen and (min-width:769px) {
    .section-navigation-links.margin-bottom {
        padding-bottom: 65px;
    }
}

.navigation-bar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 10;
}

.navigation-bar, .navigation-bar__link {
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #ededed;
}

.navigation-bar__link {
    padding: 15px 0;
}

    .navigation-bar__link:last-child {
        border-bottom: 0;
    }

    .navigation-bar__link .link__bullet {
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 10px;
        width: auto;
    }

        .navigation-bar__link .link__bullet svg {
            width: 24px;
        }

@media only screen and (min-width:700px) {
    .navigation-bar {
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 15px 0;
    }

    .fixed .navigation-bar {
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 10;
    }

    .navigation-bar__link {
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 0;
        margin: 0 30px;
        max-width: 250px;
        padding: 0;
        width: auto;
    }
}

.internal-link-target {
    display: block;
    position: relative;
    visibility: hidden;
}

.offer-message {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #836172;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
    margin: 1rem 0;
    padding: 24px;
    padding: 1.5rem;
    text-align: left;
}

.offer-message__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
    margin-right: 1rem;
    width: 52px;
}

.offer-message__content {
    color: #836172;
}

.offer-message__title {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    line-height: 1.5;
    margin: 0 0 2px;
    margin: 0 0 .125rem;
}

.offer-message__description, .offer-message__description p {
    font-size: 11px;
    line-height: 1.5;
    margin: 0 0 2px;
    margin: 0 0 .125rem;
}

.page-four-cs {
    margin-top: -40px;
    margin-top: -2.5rem;
}

.page-four-cs__header {
    margin: 0 auto 48px;
    margin: 0 auto 3rem;
    max-width: 100%;
    width: 720px;
}

    .page-four-cs__header h1 {
        color: #222;
    }

@media only screen and (max-width:479px) {
    .page-four-cs__header h1 {
        font-size: 20px;
    }
}

.page-four-cs__header-text {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.page-four-cs__header-subtext {
    font-size: 9px;
    line-height: 1.8;
}

@media only screen and (max-width:479px) {
    .page-four-cs__header h1 {
        font-size: 16px;
    }
}

@media only screen and (min-width:769px) {
    .page-four-cs {
        margin-top: 0;
    }

    .page-four-cs__header {
        margin: 0 auto 3rem;
    }

    .page-four-cs__header-text {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .page-four-cs__header-subtext {
        font-size: 11px;
    }
}

.page-hero {
    max-height: 700px;
    height: 700px;
    height: 91vh;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.page-hero, .page-hero__image {
    background-size: cover;
    background-position: 50%;
}

.page-hero__image {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

@media only screen and (max-width:479px) {
    .page-hero__image {
        background-position: 100% 0;
    }
}

.page-hero__title-wrapper {
    text-align: center;
    max-width: 680px;
    padding-top: 35px;
    position: relative;
}

.page-hero__title {
    margin-bottom: 30px;
}

@media only screen and (min-width:769px) {
    .page-hero__title {
        color: #836172;
    }
}

@media only screen and (max-width:479px) {
    .page-hero__title:not(.page-hero__title--no-overlay) {
        color: #fff;
    }
}

.page-hero__description p {
    margin: 0;
}

@media only screen and (max-width:1023px) {
    .page-hero {
        height: 500px;
    }

    .page-hero__title-wrapper {
        max-width: 550px;
    }
}

@media only screen and (min-width:480px) {
    .page-hero--no-image {
        height: 350px;
    }
}

@media only screen and (max-width:479px) {
    .page-hero {
        height: 240px;
    }

    .page-hero__title {
        margin-bottom: 0;
        font-size: 20px;
    }

    .page-hero__description {
        display: none;
    }
}

.page-quality {
    margin: -30px auto 0;
    max-width: 100%;
    width: 620px;
}

    .page-quality .h1, .page-quality .h2, .page-quality .h3, .page-quality .h4, .page-quality .h5, .page-quality .h6, .page-quality h1, .page-quality h2, .page-quality h3, .page-quality h4, .page-quality h5, .page-quality h6 {
        color: #222;
    }

.page-quality__header {
    margin-bottom: 18px;
    position: relative;
}

@media only screen and (max-width:479px) {
    .page-quality__header h1 {
        font-size: 20px;
    }
}

.page-quality__header .page-quality__button {
    display: inline-block;
    margin-bottom: 20px;
}

.page-quality__header-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
}

.page-quality__body {
    margin-bottom: 64px;
}

    .page-quality__body img {
        margin: 40px 0;
    }

.page-quality__related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 94px;
}

.page-quality__related-item {
    display: block;
    width: 50%;
}

    .page-quality__related-item:last-of-type {
        text-align: right;
    }

.page-quality__button {
    color: #222;
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding-left: 14px;
    position: relative;
    text-transform: uppercase;
}

    .page-quality__button svg {
        left: 0;
        position: absolute;
        top: 3px;
    }

    .page-quality__button span {
        display: block;
    }

.page-quality__button--right {
    padding-left: 0;
    padding-right: 14px;
}

    .page-quality__button--right svg {
        left: auto;
        right: 0;
    }

@media only screen and (min-width:769px) {
    .page-quality {
        margin-top: 0;
    }

    .page-quality__header .page-quality__button {
        margin-bottom: 36px;
    }

    .page-quality__header-image {
        width: 120px;
    }

    .page-quality__button {
        font-size: 12px;
    }

        .page-quality__button span {
            display: inline-block;
        }
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
}

    .pswp * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pswp img {
        max-width: none;
    }

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
    transition: opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--open {
    display: block;
}

@media only screen and (max-width:1023px) {
    .pswp--open .pswp__bg, .pswp--open .pswp__img--placeholder--blank {
        background: #fff;
    }
}

.pswp--zoomed-in .pswp__button--arrow--left, .pswp--zoomed-in .pswp__button--arrow--right, .pswp--zoomed-in .pswp__counter {
    display: none;
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    cursor: url(magnify-zoom-in3860.png?v=1),url(magnify-zoom-in.cur),auto;
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
    cursor: url(magnify-zoom-out.png),url(magnify-zoom-out.cur),auto;
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.pswp__bg {
    background: #f9f9f9;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.pswp__bg, .pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pswp__scroll-wrap {
    overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4,0,.22,1);
    transition: -webkit-transform 333ms cubic-bezier(.4,0,.22,1);
    transition: transform 333ms cubic-bezier(.4,0,.22,1);
    transition: transform 333ms cubic-bezier(.4,0,.22,1),-webkit-transform 333ms cubic-bezier(.4,0,.22,1);
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
    transition: opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}

.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img, .pswp__item {
    position: absolute;
    left: 0;
    top: 0;
}

.pswp__img {
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
    background: #f9f9f9;
}

.pswp--ie .pswp__img {
    width: 100%!important;
    height: auto!important;
    left: 0;
    top: 0;
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc;
}

    .pswp__error-msg a {
        color: #ccc;
        text-decoration: underline;
    }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */ .pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .pswp__button:focus, .pswp__button:hover {
        opacity: 1;
    }

    .pswp__button:active {
        outline: none;
        opacity: .9;
    }

    .pswp__button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button--close {
    margin: 16px 16px 0 0;
    margin: 1rem 1rem 0 0;
    background-image: url(ico-close.svg)!important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    height: 32px;
    min-height: 32px;
    width: 32px;
}

@media only screen and (min-width:769px) {
    .pswp__button--close {
        margin: 2.5rem 4rem 0 0;
    }
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    min-height: 32px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 0;
}

@media only screen and (min-width:769px) {
    .pswp__button--arrow--left {
        left: 4rem;
    }
}

.pswp__button--arrow--right {
    right: 0;
}

@media only screen and (min-width:769px) {
    .pswp__button--arrow--right {
        right: 4rem;
    }
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    content: "";
    background-repeat: no-repeat;
    height: 32px;
    position: absolute;
    top: 0;
    width: 32px;
}

.pswp__button--arrow--left:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(chevron-arrow-right.svg);
    left: 0;
}

.pswp__button--arrow--right:before {
    background-image: url(chevron-arrow-right.svg);
    right: 0;
}

.pswp__counter, .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s,-webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

    .pswp__share-tooltip a {
        display: block;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 18px;
    }

        .pswp__share-tooltip a, .pswp__share-tooltip a:hover {
            color: #000;
            text-decoration: none;
        }

            .pswp__share-tooltip a:first-child {
                border-radius: 2px 2px 0 0;
            }

            .pswp__share-tooltip a:last-child {
                border-radius: 0 0 2px 2px;
            }

.pswp__share-modal--fade-in {
    opacity: 1;
}

    .pswp__share-modal--fade-in .pswp__share-tooltip {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff;
}

    a.pswp__share--facebook:hover:before {
        border-bottom-color: #3e5c9a;
    }

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff;
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d;
}

a.pswp__share--download:hover {
    background: #ddd;
}

.pswp__counter {
    color: #706f6f;
    font-size: 15px;
    opacity: 1;
    padding: 24px;
    padding: 1.5rem;
    right: 0;
    text-align: center;
}

.pswp__caption, .pswp__counter {
    bottom: 0;
    left: 0;
    position: absolute;
}

.pswp__caption {
    width: 100%;
    min-height: 44px;
}

    .pswp__caption small {
        font-size: 11px;
        color: #bbb;
    }

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc;
}

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

    .pswp__preloader--active .pswp__preloader__icn {
        background: url(preloader.html) 0 0 no-repeat;
    }

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

    .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
        -webkit-animation: e .5s linear infinite;
        animation: e .5s linear infinite;
    }

    .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
        -webkit-animation: f 1s cubic-bezier(.4,0,.22,1) infinite;
        animation: f 1s cubic-bezier(.4,0,.22,1) infinite;
    }

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes e {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes e {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-webkit-keyframes f {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes f {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
    transition: opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__caption {
    background-color: rgba(0,0,0,.5);
}

.pswp__ui--fit .pswp__caption {
    background-color: rgba(0,0,0,.3);
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1;
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption {
    opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none!important;
}

.product-badge {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}

    .product-badge.sale {
        color: #b95b5b;
    }

.product-badge--product-card-grid {
    font-size: 13px;
    left: 12px;
    left: .75rem;
    margin-right: 40px;
    margin-right: 2.5rem;
    top: 12px;
    top: .75rem;
}

    .product-badge--product-card-grid span {
        background: #f9f9f9;
        display: inline-block;
        padding: 12px;
        padding: .75rem;
    }

@media only screen and (max-width:479px) {
    .product-badge--product-card-grid {
        font-size: 9px;
        margin-right: 2rem;
    }

        .product-badge--product-card-grid span {
            padding: .5rem .25rem;
        }
}

.product-badge.product-badge--offer.product-badge--offer {
    font-size: 11px;
    font-weight: 500;
    text-transform: none;
}

    .product-badge.product-badge--offer.product-badge--offer span {
        background-color: #d2e7f5;
        border-bottom: 0;
        border-radius: 0;
        padding: 8px 12px;
        padding: .5rem .75rem;
    }

    .product-badge.product-badge--offer.product-badge--offer.product-card-grid {
        background: none;
        font-size: 11px;
    }

@media only screen and (min-width:769px) {
    .product-badge.product-badge--offer.product-badge--offer span {
        padding: .5rem;
    }
}

.product-form .product-badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .92px;
    text-transform: uppercase;
    width: 100%;
}

    .product-form .product-badge span {
        border-bottom: 4px solid #fce7f2;
        padding: 2px 6px;
    }

@media only screen and (min-width:769px) {
    .product-form .product-badge {
        padding-right: 15px;
    }
}

.bis-modal .modaal-container {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.bis-modal .form-success {
    border: 0;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.bis-modal__content {
    padding: 33px 16px 28px;
}

    .bis-modal__content p {
        font-size: 11px;
        line-height: 1.3;
    }

        .bis-modal__content p:last-child {
            margin-bottom: 0;
        }

.bis-modal__error {
    color: #d20000;
}

.bis-modal__footer {
    margin-top: 21px;
}

.bis-modal .modaal-close {
    color: #222;
    right: 16px;
    top: 16px;
}

    .bis-modal .modaal-close:after, .bis-modal .modaal-close:before {
        height: 16px;
        left: 16px;
    }

.bis-modal .h1 {
    margin-bottom: 8px;
}

.bis-modal .bis-modal__title {
    margin-bottom: 16px;
}

.bis-modal .is-hidden {
    display: none;
}

@media only screen and (max-width:768px) {
    .bis-modal .modaal-inner-wrapper {
        padding: 0;
        vertical-align: bottom;
    }

    .bis-modal .modaal-container .h1 {
        font-size: 19.2px;
        letter-spacing: 3px;
        line-height: 1.4;
    }
}

@media only screen and (min-width:769px) {
    .bis-modal .modaal-container {
        max-width: 420px;
    }

        .bis-modal .modaal-container .h1 {
            font-size: 16px;
            letter-spacing: 2px;
            line-height: 1.3;
        }

    .bis-modal__content {
        padding: 31px 34px;
    }
}

.product-single__thumbnails__grid {
    max-width: 115px;
    position: relative;
}

    .product-single__thumbnails__grid .icon-chevron-left {
        position: absolute;
        bottom: 0;
        left: 40px;
        cursor: pointer;
        width: 18px;
        height: 18px;
    }

        .product-single__thumbnails__grid .icon-chevron-left path {
            fill: #706f6f;
        }

    .product-single__thumbnails__grid .icon-chevron-right {
        position: absolute;
        bottom: 0;
        right: 10px;
        cursor: pointer;
        width: 18px;
        height: 18px;
    }

        .product-single__thumbnails__grid .icon-chevron-right path {
            fill: #706f6f;
        }

.product-single__thumbnail {
    display: block;
    margin: -2px 0 8px;
    border: 2px solid transparent;
}

    .product-single__thumbnail.active-thumb {
        border-color: #f9f9f9;
    }

.product-single__thumbnail-image {
    display: block;
}

.product-featured-img {
    display: block;
    margin: 0 auto;
}

.product-single--video_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

    .product-single--video_container.video--playing:hover .product-single__video_play {
        opacity: 1;
    }

    .product-single--video_container.video--playing .product-single__video_play {
        opacity: 0;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease;
    }

        .product-single--video_container.video--playing .product-single__video_play .trigger-play {
            display: none;
        }

        .product-single--video_container.video--playing .product-single__video_play .trigger-pause {
            display: block;
        }

    .product-single--video_container .product-single__video_play {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        background: #836172;
        color: #fff;
        border: none;
        border-radius: 50%;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease;
    }

        .product-single--video_container .product-single__video_play .trigger-play {
            display: block;
        }

        .product-single--video_container .product-single__video_play .trigger-pause {
            display: none;
        }

    .product-single--video_container .product-single__video {
        max-width: 100%;
    }

.grid__item.product-single__photos {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

.grid__item.product-single__photos__grid {
    overflow: hidden;
}

.grid__item.product-single__photos .photoswipe-zoom-icon {
    bottom: 48px;
    bottom: 3rem;
    pointer-events: none;
    position: absolute;
    right: 16px;
    right: 1rem;
    z-index: 1;
}

    .grid__item.product-single__photos .photoswipe-zoom-icon.is-hidden {
        display: none;
    }

.grid__item.product-single__photos video {
    cursor: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.grid__item.product-single__photos .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: 15px;
    z-index: 10;
    cursor: pointer;
}

    .grid__item.product-single__photos .slick-arrow.icon-chevron-left {
        left: 15px;
        right: auto;
    }

@media only screen and (min-width:769px) {
    .grid__item.product-single__photos .photoswipe-zoom-icon {
        display: none;
    }

    .grid__item.product-single__photos:hover {
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
        cursor: url(magnify-zoom-in3860.png?v=1),url(magnify-zoom-in.cur),auto;
    }
}

.product-single__photos .slick-track [data-hexa-title="360"] {
    cursor: default!important;
}

.product-single__carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-single__thumbnails {
    margin-bottom: -30px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
}

    .product-single__thumbnails .product-single__thumbnails--img_container {
        margin: 12px 0;
        position: relative;
    }

    .product-single__thumbnails [data-title="360"] {
        display: none;
    }

        .product-single__thumbnails [data-title="360"] span {
            background-image: url(icon-360.svg)!important;
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 50px;
        }

    .product-single__thumbnails .product-single__photos--thumbnail {
        padding-bottom: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
        cursor: pointer;
        border: 1px solid #fff;
        display: block;
        position: relative;
    }

    .product-single__thumbnails .product-single__photos__360 {
        left: 50%;
        position: absolute;
        text-align: center;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 80%;
    }

    .product-single__thumbnails.slick-vertical {
        height: 100%;
    }

        .product-single__thumbnails.slick-vertical .slick-list {
            height: 100%!important;
        }

    .product-single__thumbnails .slick-current .product-single__photos--thumbnail {
        border-color: #ededed;
    }

@media (max-width:1024px) {
    .product-single__thumbnails {
        margin-bottom: 0;
    }

    .product-single__thumbnails__grid {
        max-width: 100%;
    }

    .product-single__carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-single__carousel--one {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .product-single__carousel--two {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (max-width:768px) {
    .grid__item.product-single__photos {
        min-height: 1px;
        width: 100%;
    }

        .grid__item.product-single__photos .slick-arrow {
            height: 60px;
            margin-top: -25px;
            padding: 20px;
            visibility: hidden;
            width: 60px;
        }

        .grid__item.product-single__photos .product-single__video {
            max-height: 80vw;
        }

    .product-single__thumbnails .slick-list {
        display: block;
    }
}

.product-descr {
    margin: 0 auto;
    padding: 16px 16px 0;
    width: 100%;
}

.product-descr__rest {
    height: 0;
    overflow: auto;
}

    .product-descr__rest.shown {
        height: auto;
    }

    .product-descr__rest > div, .product-descr__rest > div > p, .product-descr__short > div, .product-descr__short > div > p {
        display: inline;
    }

    .product-descr__rest a, .product-descr__rest li, .product-descr__rest p, .product-descr__short a, .product-descr__short li, .product-descr__short p {
        color: #706f6f;
        font-size: 14.857px;
        font-size: .9285714286rem;
        line-height: 1.5;
    }

    .product-descr__rest a, .product-descr__rest p, .product-descr__rest ul, .product-descr__short a, .product-descr__short p, .product-descr__short ul {
        margin-bottom: 16px;
        margin-top: 0;
    }

.product-descr__details {
    border-top: 1px solid #ededed;
    margin-top: 16px;
    padding-top: 16px;
}

    .product-descr__details ul {
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        gap: 8px;
        height: 230px;
    }

    .product-descr__details li, .product-descr__details ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .product-descr__details li {
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 12.697px;
        font-size: .7935714286rem;
        gap: 2px;
        line-height: 1.5;
        list-style: none;
        width: 50%;
    }

        .product-descr__details li strong {
            font-size: 11.428px;
            font-size: .7142857143rem;
            font-weight: 500;
            letter-spacing: 1.5px;
            line-height: 1.79;
            text-transform: uppercase;
        }

.product-descr__toggle {
    background: none;
    border: 0;
    color: #706f6f;
    display: inline;
    font-size: 14.857px;
    font-size: .9285714286rem;
    line-height: 1.5;
    min-height: unset;
    padding: 0;
    text-decoration: underline;
}

.product-descr__shipping {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: 0;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 12.571px;
    font-size: .7857142857rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 1.5px;
    line-height: 1.5;
    margin-top: 16px;
    padding: 14px 0;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (min-width:1024px) {
    .product-descr {
        max-width: calc(80% + 80px);
        padding: 24px 40px 0;
    }
}

@media screen and (min-width:1440px) {
    .product-descr {
        max-width: calc(80% + 114px);
        padding: 24px 57px 0;
    }
}

.product-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    opacity: 1;
    padding: 24px 16px 0;
    -webkit-transition: visibility 0s linear 0s,opacity .5s;
    transition: visibility 0s linear 0s,opacity .5s;
    visibility: visible;
}

    .product-form.hidden {
        opacity: 0;
        visibility: hidden;
    }

.product-form__badge {
    background: rgba(213,189,202,.2);
    color: #706f6f;
    display: inline-block;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 9.142px;
    font-size: .5714285714rem;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    padding: 8px 10px;
    text-transform: uppercase;
}

.product-form__low-stock {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14.857px;
    font-size: .9285714286rem;
    gap: 8px;
    margin: 0 0 20px;
    padding: 5px;
}

.product-form__modal {
    background-color: #fcfcfc;
    margin: 0;
    overflow: auto;
    padding: 64px 16px 100px;
    position: fixed;
    width: 100%;
    z-index: 1001;
}

.product-form__modal--container {
    background-color: #fcfcfc;
    height: 100%;
    opacity: 1;
    position: absolute;
    -webkit-transition: visibility 0s linear 0s,opacity .5s;
    transition: visibility 0s linear 0s,opacity .5s;
    visibility: visible;
    width: 100%;
}

    .product-form__modal--container.hidden {
        opacity: 0;
        visibility: hidden;
        width: 0;
    }

.product-form__modal--close {
    background: none;
    border: 0;
    position: absolute;
    right: 32px;
    top: 24px;
}

.product-form__modal--overlay {
    background: transparent;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.product-form__modal--body td, .product-form__modal--body th {
    border: 0;
}

    .product-form__modal--body td, .product-form__modal--body td *, .product-form__modal--body th, .product-form__modal--body th * {
        color: #706f6f;
        font-family: FFMarkWebProRegular,Helvetica,sans-serif;
        font-size: 14.857px;
        font-size: .9285714286rem;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
    }

.product-form__modal--body .hrow tr:first-child > td, .product-form__modal--body .hrow tr:first-child > td *, .product-form__modal--body .hrow tr:first-child > th, .product-form__modal--body .hrow tr:first-child > th *, .product-form__modal--body .vrow tr > td:first-child, .product-form__modal--body .vrow tr > td:first-child * {
    font-size: 11.428px;
    font-size: .7142857143rem;
}

.product-form__modal--body .hrow tr:nth-child(2n), .product-form__modal--body .vrow tr td:nth-child(2n) {
    background-color: #fff;
}

.product-form__modal--body h1:first-child {
    color: #000;
    font-family: FFMarkWebProRegular,Helvetica,sans-serif;
    font-size: 21.942px;
    font-size: 1.3714285714rem;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.5;
    margin: 0 0 6px;
}

.product-form__modal--body a, .product-form__modal--body p, .product-form__modal--body p a {
    color: #706f6f;
    font-size: 14.857px;
    font-size: .9285714286rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 24px 0 6px;
}

.product-form__modal--body td p {
    margin: 0;
}

.product-form__modal--body table {
    display: block;
    margin: 24px 0 6px;
    overflow-x: auto;
}

.product-form__modal--body body {
    display: table;
    width: 100%;
}

.product-form__modal--body h1, .product-form__modal--body h2, .product-form__modal--body h3, .product-form__modal--body h4, .product-form__modal--body h5 {
    color: #222;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 11.428px;
    font-size: .7142857143rem;
    letter-spacing: 1.5px;
    line-height: 1.79;
    margin: 24px 0 6px;
    text-transform: uppercase;
}

.product-form__header {
    margin-bottom: 24px;
    width: 100%;
}

    .product-form__header .product-form__title--container {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        display: grid;
        gap: 38px;
        grid-auto-flow: column;
    }

    .product-form__header .product-form__title {
        color: #222;
        font-size: 22.857px;
        font-size: 1.4285714286rem;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.3;
        text-transform: capitalize;
    }

    .product-form__header .product-form__share {
        background: none;
        border: 0;
        height: 20px;
        margin: 0;
        min-height: unset;
        padding: 0;
    }

.product-form__prices--container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 8px 0 12px;
}

    .product-form__prices--container .yotpo-bottomline a.text-m {
        font-size: 12.697px;
        font-size: .7935714286rem;
        line-height: 1.4;
        margin-left: 8px;
    }

        .product-form__prices--container .yotpo-bottomline a.text-m.write-review-btn-hidden, .product-form__prices--container span.yotpo-icon.yotpo-icon-empty-star.rating-star.pull-left {
            display: none;
        }

    .product-form__prices--container .yotpo-bottomline .yotpo-icon-empty-star, .product-form__prices--container .yotpo-bottomline .yotpo-icon-half-star, .product-form__prices--container .yotpo-bottomline .yotpo-icon-star {
        color: #aed4ec!important;
        font-size: 17.142px!important;
        font-size: 1.0714285714rem!important;
    }

.product-form__price {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 18.285px;
    font-size: 1.1428571429rem;
    letter-spacing: .5px;
    line-height: 1.3;
}

    .product-form__price.sale {
        color: #b95b5b;
    }

.product-form__footer {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr auto;
}

.product-form--submit button {
    background-color: #aed4ec;
    border: 0;
    color: #222;
    height: 48px;
    width: 100%;
}

    .product-form--submit button:hover {
        background-color: #cfe5f4;
        color: #222;
        opacity: 1;
    }

    .product-form--submit button:disabled {
        background-color: rgba(223,227,232,.5);
        color: #222;
        cursor: not-allowed;
        opacity: 1;
    }

.product-form--iwish button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #aed4ec;
    border: 0;
    border-radius: 50%;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
}

    .product-form--iwish button:hover {
        background-color: #cfe5f4;
        color: #222;
    }

.product-form--iwish.disabled {
    cursor: not-allowed;
}

    .product-form--iwish.disabled button {
        background-color: rgba(223,227,232,.5);
        opacity: 1;
        pointer-events: none;
    }

    .product-form--iwish.disabled svg path {
        fill: transparent;
    }

.product-form--iwish svg {
    height: 17px;
    width: 18px;
}

.product-form .dp_hint_button {
    display: none!important;
}

.product-form__delivery {
    border-bottom: 1px solid #ededed;
    color: #706f6f;
    font-size: 12.697px;
    font-size: .7935714286rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: 20px 0 14px;
}

@media only screen and (min-width:1024px) {
    .product-form {
        max-width: calc(80% + 80px);
        padding: 40px 40px 0;
    }

    .product-form__header {
        margin-bottom: 24px;
    }

        .product-form__header .product-form__title {
            font-size: 1.5714285714rem;
        }

    .product-form__modal {
        padding: 64px 4.29167% 100px;
        width: 42.91667%;
    }

    .product-form__delivery {
        border-bottom: 1px solid #ededed;
        font-size: .9285714286rem;
        padding: 16px 0 12px;
    }
}

@media screen and (min-width:1440px) {
    .product-form {
        max-width: calc(80% + 114px);
        padding: 57px 57px 0;
    }
}

.product-gallery {
    position: relative;
    width: 100%;
}

.product-gallery__slider {
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

    .product-gallery__slider.mobile {
        display: block;
    }

    .product-gallery__slider:not(.mobile) {
        display: none;
    }

.product-gallery__360view {
    border: 0;
    height: 100%;
    width: 100%;
}

.product-gallery__360view--toggle {
    background: #fff;
    border: 0;
    bottom: 32px;
    color: #222;
    font-size: 13.714px;
    font-size: .8571428571rem;
    left: 32px;
    line-height: 1.5;
    position: absolute;
    width: 76px;
    z-index: 1;
}

    .product-gallery__360view--toggle.mobile {
        bottom: 16px;
        font-size: 10.285px;
        font-size: .6428571429rem;
        left: unset;
        right: 16px;
    }

    .product-gallery__360view--toggle span:last-child {
        display: none;
    }

    .product-gallery__360view--toggle.close {
        background: #222;
        color: #fff;
        left: auto;
        right: 32px;
    }

        .product-gallery__360view--toggle.close span:first-child {
            display: none;
        }

        .product-gallery__360view--toggle.close span:last-child {
            display: block;
        }

.product-gallery__360view--wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .product-gallery__360view--wrapper.hidden iframe, .product-gallery__360view--wrapper.mobile {
        display: none;
    }

.product-gallery__dots {
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    left: 15px;
    position: absolute;
}

    .product-gallery__dots li button {
        border-radius: 100%;
        font-size: 0;
        min-height: unset;
        padding: 0;
    }

    .product-gallery__dots li:not(.slick-active) button {
        background: #222;
        border: 0;
        height: 4px;
        width: 4px;
    }

    .product-gallery__dots .slick-active button {
        background: transparent;
        border: 1px solid #000;
        height: 8px;
        width: 8px;
    }

.product-gallery .zoom-icon {
    position: absolute;
}

.product-gallery__slide {
    display: block;
    grid-column: 1/-1;
    position: relative;
    width: 100%;
}

    .product-gallery__slide.loading {
        -webkit-animation: a 1.8s infinite;
        animation: a 1.8s infinite;
        background-color: rgba(0,0,0,.15);
        border-radius: 3px;
        display: block;
        width: 100%;
    }

    .product-gallery__slide img, .product-gallery__slide video {
        display: block;
        height: auto;
        width: 100%;
    }

    .product-gallery__slide:not(:nth-child(3n+1)) {
        grid-column: unset;
    }

        .product-gallery__slide:not(:nth-child(3n+1)):not(:nth-child(3n)):last-child {
            grid-column: 1/-1;
        }

        .product-gallery__slide:not(:nth-child(3n+1)):last-child {
            width: 100%;
        }

@media only screen and (min-width:1024px) {
    .product-gallery__slider:not(.mobile) {
        display: grid;
    }

        .product-gallery__slider:not(.mobile) .product-gallery__slide:not(.slide_video) {
            cursor: url(magnify-zoom-in3860.png?v=1) 12 12,url(magnify-zoom-in.cur) 12 12,auto;
        }

    .product-gallery__slider.mobile {
        display: none;
    }
}

.product-listing-ad__grid {
    padding-bottom: 48px;
    padding-bottom: 3rem;
    position: relative;
}

    .product-listing-ad__grid.half {
        width: 66.66%;
    }

    .product-listing-ad__grid.full {
        width: 100%;
    }

        .product-listing-ad__grid.full .product-listing-ad__container h3 {
            font-size: 22px;
            letter-spacing: 3px;
        }

    .product-listing-ad__grid.third .product-listing-ad__container {
        bottom: 30px;
        left: 30px;
        padding: 0;
        right: 30px;
        top: 30px;
        -webkit-transform: none;
        transform: none;
        width: auto;
    }

.product-listing-ad {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top: 133.33%;
    position: relative;
    width: 100%;
}

.product-listing-ad__container {
    background: #fff;
    left: 30px;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transform: none;
    transform: none;
    width: auto;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48%;
}

    .product-listing-ad__container h3 {
        color: #836172;
        font-size: 18px;
        letter-spacing: 2.5px;
        line-height: 30px;
        padding: 15px;
        text-align: center;
        top: 50%;
        width: 100%;
    }

.product-listing-ad__image {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.product-listing-ad__video__container .product-listing-ad_video {
    height: auto;
    width: 100%;
}

.product-listing-ad__grid.full .product-listing-ad, .product-listing-ad__grid.half .product-listing-ad {
    padding-top: 60%;
}

.product-listing-video .product-listing-ad__video__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

    .product-listing-video .product-listing-ad__video__container .product-listing-ad_video {
        height: 100%;
        position: absolute;
    }

.product-listing-video .product-video_overlay {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: .3;
    position: absolute;
}

.product-listing-video .product-listing-ad__container {
    background: none;
}

@media (max-width:1200px) {
    .product-listing-ad__container h3 {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 26px;
    }
}

@media only screen and (max-width:1023px) {
    .product-listing-ad__container {
        right: 30px;
    }
}

@media only screen and (max-width:768px) {
    .product-listing-ad__grid.half {
        width: 100%;
    }

        .product-listing-ad__grid.half .product-listing-ad__container h3 {
            font-size: 18px;
        }

    .product-listing-ad__grid.full .product-listing-ad__container h3 {
        font-size: 18px;
        letter-spacing: 2.5px;
    }
}

@media only screen and (max-width:479px) {
    .product-listing-ad__grid.full .product-listing-ad__container h3, .product-listing-ad__grid.half .product-listing-ad__container h3 {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .product-listing-ad__grid.third .product-listing-ad__container {
        bottom: 10px;
        left: 10px;
        right: 10px;
        top: 10px;
    }

    .product-listing-ad__grid.third h3 {
        font-size: 14px;
        padding: 5px;
    }

    .product-listing-ad__container {
        padding-bottom: 54%;
        right: 15px;
        width: 54%;
    }
}

.product-panel {
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.06);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    text-align: center;
}

.product-panel, .product-panel__image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.product-panel__image-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-panel__image-block {
    display: block;
    margin: 0;
    width: 100%;
}

.product-panel__image {
    width: 100%;
}

.product-panel_product-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 100%;
    width: 100%;
}

.product-panel__info {
    margin: 0;
}

.product-panel .product-info {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #f7f7f7;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}

    .product-panel .product-info, .product-panel .product-info .product-info__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

        .product-panel .product-info .product-info__text {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
        }

        .product-panel .product-info .quickadd__label {
            line-height: 30px;
            margin: auto;
            padding: 5px 15px;
            width: auto;
        }

        .product-panel .product-info .product-info__heading {
            color: #706f6f;
            font-size: 25.142px;
            font-size: 1.5714285714rem;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 28px;
            text-transform: none;
        }

@media only screen and (max-width:1023px) {
    .product-panel .product-info {
        padding: 15px;
    }

        .product-panel .product-info .product-info__heading {
            font-size: 1.1428571429rem;
            line-height: 22px;
        }

        .product-panel .product-info p {
            line-height: 1.1428571429rem;
            font-size: 1rem;
        }

        .product-panel .product-info .quickadd {
            padding-top: 15px;
        }
}

.product-panel .product-info .product-price__from, .product-panel .product-info .product-price__price {
    font-size: 20.571px;
    font-size: 1.2857142857rem;
}

.product-price__price {
    padding-right: 2px;
}

.product-price__from, .product-price__price {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: right;
}

.product-price__from {
    color: #a3a2a2;
    font-size: 12px;
    padding-right: 4px;
}

.product-price__sale {
    color: #b95b5b;
    padding-right: 6px;
}

.product-quality {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(213,189,202,.2);
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit,minmax(0,1fr));
    margin: 64px 32px 0;
    padding: 60px;
}

.product-quality__head h3 {
    color: #222;
    font-size: 25.142px;
    font-size: 1.5714285714rem;
}

.product-quality__controls {
    display: none;
}

.product-quality__control {
    background: none;
    border: 0;
    color: #706f6f;
    font-size: 13.714px;
    font-size: .8571428571rem;
    letter-spacing: 1.5px;
    line-height: 1.79;
    position: relative;
    text-transform: uppercase;
}

    .product-quality__control.selected:after {
        background: rgba(213,189,202,.5);
        border-radius: 100%;
        content: "";
        display: block;
        left: 50%;
        padding-left: 100%;
        padding-top: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: -1;
    }

.product-quality__copy {
    display: grid;
    gap: 8px;
}

    .product-quality__copy span {
        color: #706f6f;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        font-size: 11.428px;
        font-size: .7142857143rem;
        letter-spacing: 1.5px;
        line-height: 1.79;
        text-transform: uppercase;
    }

    .product-quality__copy h3 {
        color: #222;
        font-size: 18.285px;
        font-size: 1.1428571429rem;
        letter-spacing: 2px;
        line-height: 1.5;
    }

    .product-quality__copy p {
        color: #706f6f;
        font-size: 14.857px;
        font-size: .9285714286rem;
        line-height: 1.5;
        margin: 0;
    }

@media only screen and (max-width:1023px) {
    .product-quality {
        grid-template-columns: unset;
        margin: 32px 0 0;
        padding: 48px 16px;
        text-align: center;
    }

    .product-quality__head {
        margin-bottom: 16px;
    }

    .product-quality__controls {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(3,1fr);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
    }

    .product-quality__copy {
        display: none;
    }

    .product-quality__copy--shown {
        display: grid;
        margin-top: 16px;
    }

        .product-quality__copy--shown span {
            display: none;
        }
}

.product-description {
    margin: 0 auto;
    max-width: 400px;
    padding: 15px;
    width: 100%;
}

.product-description__toggle {
    background: none;
    border: 0;
    text-decoration: underline;
}

.product-description__shipping {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: 0;
    border-bottom: 1px solid #dfe3e8;
    border-top: 1px solid #dfe3e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 0;
    width: 100%;
}

@media screen and (min-width:768px) {
    .product-description {
        padding: 24px 40px 0;
    }
}

@media screen and (min-width:1440px) {
    .product-description {
        padding: 24px 57px 0;
    }
}

.restrict_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0,0%,100%,.31);
    z-index: 2147483647;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all -in -out .3s ease;
    transition: all -in -out .3s ease;
}

    .restrict_modal.hidden {
        visibility: hidden;
        opacity: 0;
    }

.restrict_modal-content {
    background: #fff;
    padding: 20px;
    width: 100%;
    -webkit-box-shadow: 0 12px 25px 0 hsla(0,0%,41%,.31);
    box-shadow: 0 12px 25px 0 hsla(0,0%,41%,.31);
}

    .restrict_modal-content .restrict_modal-header {
        position: relative;
    }

        .restrict_modal-content .restrict_modal-header .restrict-title {
            text-align: center;
        }

        .restrict_modal-content .restrict_modal-header button {
            border: none;
            background: transparent;
            position: absolute;
            right: 0;
            top: 0;
            min-height: 0;
        }

    .restrict_modal-content .restrict_modal-body p {
        text-align: center;
    }

@media only screen and (min-width:769px) {
    .restrict_modal-content {
        max-width: 700px;
        min-width: 500px;
    }
}

.product-swatches {
    width: 100%;
}

.product-swatches__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ededed;
    display: grid;
    grid-template-columns: 60% 40%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 16px;
}

    .product-swatches__row:last-child, .product-swatches__row:not(:last-child) {
        margin-bottom: 16px;
    }

    .product-swatches__row.full_width {
        gap: 8px;
        grid-template-columns: unset;
    }

    .product-swatches__row.earrings {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .product-swatches__row.skeleton {
        background-color: #eee;
        height: 32px;
        position: relative;
        width: 100%;
    }

        .product-swatches__row.skeleton > div {
            display: none;
        }

    .product-swatches__row.disabled {
        cursor: not-allowed;
    }

        .product-swatches__row.disabled > div, .product-swatches__row.disabled > ul {
            opacity: .3;
            pointer-events: none;
        }

.product-swatches__row--title {
    display: inline;
    white-space: nowrap;
}

.product-swatches__row--label {
    color: #222;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 13.714px;
    font-size: .8571428571rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.79;
    text-transform: uppercase;
}

.product-swatches__row--modal {
    background: none;
    border: 0;
    color: #706f6f;
    display: inline;
    font-size: 12.571px;
    font-size: .7857142857rem;
    letter-spacing: normal;
    line-height: 1.5;
    min-height: unset;
    padding: 0;
    text-decoration: underline;
    text-transform: capitalize;
    white-space: nowrap;
}

.product-swatches__row--value {
    display: inline;
    font-size: 14.857px;
    font-size: .9285714286rem;
    line-height: 1.5;
    text-transform: capitalize;
}

    .product-swatches__row--value.choose {
        color: #b6789a;
        display: block;
    }

.product-swatches__row--radio {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .product-swatches__row--radio input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #dfe3e8;
        border-radius: 100%;
        cursor: pointer;
        height: 16px;
        min-height: unset;
        padding: 0;
        position: relative;
        width: 16px;
    }

        .product-swatches__row--radio input:checked {
            border-color: #222;
        }

            .product-swatches__row--radio input:checked:after {
                background-color: #222;
                border-radius: 100%;
                content: "";
                height: 8px;
                left: 50%;
                position: absolute;
                top: 50%;
                -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                width: 8px;
            }

    .product-swatches__row--radio label {
        display: inline;
        font-size: 14.857px;
        font-size: .9285714286rem;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
        text-transform: capitalize;
    }

.product-swatches__row--options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: -8px;
}

    .product-swatches__row--options.full_width {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .product-swatches__row--options.loader {
        display: none;
    }

    .product-swatches__row--options.faded {
        margin-left: -20px;
        opacity: .2;
        pointer-events: none;
    }

        .product-swatches__row--options.faded > :not(.placeholder) {
            display: none;
        }

.product-swatches__row--option {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14.857px;
    font-size: .9285714286rem;
    height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    margin-bottom: 8px;
    min-width: 24px;
    padding: 0 6px;
}

    .product-swatches__row--option:not(:first-child) {
        margin-left: 8px;
    }

    .product-swatches__row--option:hover {
        border: 1px solid #dfe3e8;
    }

    .product-swatches__row--option.selected {
        border: 1px solid #222;
    }

    .product-swatches__row--option.hide {
        display: none;
    }

    .product-swatches__row--option.round {
        border-radius: 100%;
        height: 28px;
        min-width: unset;
        padding: 0;
        width: 28px;
    }

        .product-swatches__row--option.round:not(:first-child) {
            margin-left: 20px;
        }

        .product-swatches__row--option.round img {
            border-radius: 100%;
            height: 20px;
            -o-object-fit: none;
            object-fit: none;
            width: 20px;
        }

    .product-swatches__row--option.shape {
        height: 20px;
        width: 20px;
    }

        .product-swatches__row--option.shape svg {
            height: 14px;
            width: auto;
        }

@media only screen and (min-width:1024px) {
    .product-swatches__row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .product-swatches__row--value.choose {
        display: inline;
    }

    .product-swatches__row--option {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 24px;
        padding: 0 6px;
    }

        .product-swatches__row--option.round {
            border-radius: 100%;
            height: 24px;
            min-width: unset;
            padding: 0;
            width: 24px;
        }

            .product-swatches__row--option.round:not(:first-child) {
                margin-left: 8px;
            }

            .product-swatches__row--option.round img {
                border-radius: 100%;
                height: 16px;
                -o-object-fit: none;
                object-fit: none;
                width: 16px;
            }

        .product-swatches__row--option.shape {
            height: 30px;
            width: 30px;
        }

            .product-swatches__row--option.shape svg {
                height: 20px;
                width: auto;
            }
}

.product-usp {
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0 28px;
}

.product-usp__block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}

.product-usp__block--image {
    height: 20px;
    width: 20px;
}

.product-usp__block--title {
    font-size: 12.697px;
    font-size: .7935714286rem;
    line-height: 1.3;
    margin: 0;
}

@media only screen and (min-width:1024px) {
    .product-usp {
        padding: 20px 0 60px;
    }
}

.progress-bar__container {
    background-color: #f9f9f9;
    margin: 0 auto;
    width: 265px;
}

.progress-bar__loading {
    background-color: #3bc1e3;
    height: 2px;
}

.landing-article .quote-image .icon {
    color: #222;
}

.landing-article .quote-image__button {
    background-color: transparent;
    border: 1px solid #222;
    color: #222;
    display: inline-block;
    padding: 12px 15px 14px;
}

    .landing-article .quote-image__button:hover {
        background-color: #8c687a;
        border: 1px solid #836172;
        color: #fff;
    }

    .landing-article .quote-image__button:focus {
        border: 1px solid #222;
        outline: 0;
    }

.quote-image__image-container {
    position: relative;
}

.quote-image__image {
    width: 100%;
}

.quote-image__content-container {
    background-color: rgba(217,229,236,.5);
}

.quote-image__text {
    font-size: 16px;
    line-height: 140%;
}

.quote-image__button {
    margin-top: 12px;
    margin-top: .75rem;
    min-width: 200px;
}

.quote-image .icon {
    color: #836172;
    display: block;
    height: 20px;
    width: 20px;
}

.quote-image .icon--quotation-open {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.quote-image .icon--quotation-close {
    margin-left: auto;
}

.quote-image.quote-image--no-image .quote-image__content-container {
    padding: 48px 32px;
    padding: 3rem 2rem;
    position: relative;
}

.quote-image.quote-image--no-image .quote-image__content {
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.quote-image.quote-image--no-image .quote-image__text {
    display: block;
    margin: 0 auto;
    max-width: 675px;
    text-align: center;
}

.quote-image.quote-image--no-image .quote-image__button {
    margin-top: 32px;
    margin-top: 2rem;
}

.quote-image.quote-image--no-image .icon--quotation-open {
    left: -10px;
    position: absolute;
    top: 20px;
}

.quote-image.quote-image--no-image .icon--quotation-close {
    bottom: 20px;
    position: absolute;
    right: -10px;
}

.quote-image.quote-image--has-image .quote-image__content-container {
    margin: -120px -32px 0;
    margin: -120px -2rem 0;
    padding: calc(120px + 1rem) 45px 3rem;
}

@media only screen and (min-width:480px) {
    .quote-image.quote-image--has-image .quote-image__content-container {
        padding: calc(120px + 1rem) 6rem 3rem;
    }
}

@media only screen and (min-width:769px) {
    .quote-image__text {
        font-size: 19px;
    }

    .quote-image.quote-image--no-image .quote-image__container {
        margin: 0 auto;
        max-width: 880px;
    }

    .quote-image.quote-image--no-image .quote-image__content-container {
        padding: 4rem 2rem;
    }

    .quote-image.quote-image--no-image .icon {
        height: 25px;
        width: 25px;
    }

    .quote-image.quote-image--no-image .icon--quotation-open {
        top: 25px;
    }

    .quote-image.quote-image--no-image .icon--quotation-close {
        bottom: 25px;
    }
}

@media only screen and (min-width:1024px) {
    .quote-image.quote-image--has-image .quote-image__image-container {
        max-width: 655px;
        min-height: 485px;
    }

    .quote-image.quote-image--has-image .quote-image__content-container {
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        max-width: 990px;
        min-height: 480px;
        padding: 0;
    }

    .quote-image.quote-image--has-image .quote-image__content {
        padding: 2.5rem;
    }

    .quote-image.quote-image--has-image.quote-image--layout-left .quote-image__container {
        padding-left: 225px;
    }

    .quote-image.quote-image--has-image.quote-image--layout-left .quote-image__image-container {
        margin-left: -225px;
    }

    .quote-image.quote-image--has-image.quote-image--layout-left .quote-image__content-container {
        margin: -400px 0 0;
        padding-left: 430px;
    }

    .quote-image.quote-image--has-image.quote-image--layout-right .quote-image__container {
        padding-right: 225px;
    }

    .quote-image.quote-image--has-image.quote-image--layout-right .quote-image__image-container {
        margin: 0 -225px 0 auto;
    }

    .quote-image.quote-image--has-image.quote-image--layout-right .quote-image__content-container {
        margin: -400px 0 0 auto;
        padding-right: 430px;
    }
}

@media (min-width:1200px) {
    .quote-image.quote-image--has-image .quote-image__content {
        padding: 10rem 6rem 4rem;
    }
}

.quotes {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 0;
    padding: 3rem 0;
}

    .quotes .page-width {
        max-width: 760px;
    }

.quotes__heading {
    color: #836172;
    font-size: 16px;
    margin-bottom: 0;
}

@media only screen and (min-width:480px) {
    .quotes__heading {
        font-size: 22px;
    }
}

@media only screen and (min-width:769px) {
    .quotes {
        padding: 4rem 0;
    }
}

.quotes-slider__content {
    font-style: normal;
    margin: 32px 0;
    margin: 2rem 0;
    padding: 0;
}

.quotes-slider p {
    color: #836172;
    font-size: 16px;
    margin: 0;
}

    .quotes-slider p:last-child {
        margin: 16px 0 0;
        margin: 1rem 0 0;
    }

.quotes-slider__author {
    color: #6d525f;
    font-family: FFMarkWebProBold,Helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    margin-top: 16px;
    margin-top: 1rem;
}

.quotes-slider__author-logo {
    margin: 40px auto 0;
    margin: 2.5rem auto 0;
    max-height: 90px;
    max-width: 140px;
}

.logo_only .quotes-slider__author-logo {
    margin: 0 auto;
    max-height: 70px;
    max-width: 250px;
}

.quotes-slider.slick-initialized {
    cursor: -webkit-grab;
    cursor: grab;
    height: auto;
    opacity: 1;
}

.quotes-slider.slick-slider .slick-track {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quotes-slider.slick-slider .slick-slide:not(.logo_only) {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.quotes-slider.slick-slider .slick-dots {
    bottom: -16px;
    bottom: -1rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

    .quotes-slider.slick-slider .slick-dots li {
        float: none;
    }

        .quotes-slider.slick-slider .slick-dots li button {
            position: static;
        }

@media only screen and (min-width:769px) {
    .quotes-slider p {
        font-size: 24px;
        line-height: 1.3;
    }

    .quotes-slider__author {
        color: #6d525f;
        font-family: FFMarkWebProBold,Helvetica,sans-serif;
        font-size: 18px;
        font-style: normal;
    }

    .logo_only .quotes-slider__author-logo {
        max-height: 90px;
        max-width: 360px;
    }
}

.responsive-image__wrapper {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .responsive-image__wrapper:before {
        content: "";
        display: block;
        position: relative;
    }

    .responsive-image__wrapper img {
        display: block;
        width: 100%;
    }

    .responsive-image__wrapper.is-hidden {
        display: none;
    }

.responsive-image__wrapper--full-height {
    height: 100%;
}

.responsive-image__image {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.no-js .responsive-image .responsive-image__wrapper {
    display: none;
}

.responsive-card-image__wrapper {
    position: relative;
    width: 100%;
}

.responsive-card-image__image {
    display: block;
    width: 100%;
}

.blur-up {
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
}

    .blur-up.lazyloaded {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

.section-1-featured-block__container {
    background-color: #f9f9f9;
    padding: 32px 0;
    padding: 2rem 0;
}

.section-1-featured-block__image-wrapper {
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 20px;
    position: relative;
}

.section-1-featured-block__image-background-link {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.section-1-featured-block__image-aspect-ratio {
    height: 100%;
    overflow: hidden;
    padding-top: 76.96629%;
    position: relative;
}

.section-1-featured-block__video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-1-featured-block__image-underlay {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-1-featured-block__image-overlay {
    left: -20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
}

.section-1-featured-block__content-wrapper {
    padding: 64px 0 24px 20px;
    padding: 4rem 0 1.5rem 20px;
}

.section-1-featured-block .tagline {
    color: #706f6f;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.section-1-featured-block__title {
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.section-1-featured-block__content {
    font-size: 14px;
    line-height: 1.5;
}

.section-1-featured-block__link {
    margin-top: 24px;
    margin-top: 1.5rem;
}

.section-1-featured-block.section-1-featured-block--image-overlay-disable .section-1-featured-block__image-wrapper {
    margin-left: 0;
}

.section-1-featured-block.section-1-featured-block--image-overlay-disable .section-1-featured-block__image-overlay {
    left: 0;
}

.section-1-featured-block .section-1-featured-block__image-overlay--border {
    border: 4px solid;
}

@media only screen and (max-width:479px) {
    .section-1-featured-block.section-1-featured-block--image-overlay-disable .section-1-featured-block__content-wrapper {
        padding: 4rem 0 1.5rem;
    }
}

@media only screen and (min-width:480px) {
    .section-1-featured-block__image-overlay {
        width: 150px;
    }

    .section-1-featured-block__title {
        font-size: 26px;
        letter-spacing: 3px;
    }

    .section-1-featured-block__content {
        font-size: 16px;
    }

    .section-1-featured-block .section-1-featured-block__image-overlay--border {
        border: 6px solid;
    }
}

@media only screen and (min-width:769px) {
    .section-1-featured-block__container {
        padding: 6rem 0;
    }

    .section-1-featured-block__flex-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        padding-right: 0;
    }

    .section-1-featured-block__image-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 712px;
        flex: 0 1 712px;
        margin-left: 77px;
    }

    .section-1-featured-block__image-overlay {
        left: -77px;
    }

    .section-1-featured-block__content-wrapper {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 470px;
        flex: 1 1 470px;
        padding: 3.5rem 0 3.5rem 3rem;
    }

    .section-1-featured-block.section-1-featured-block--image-overlay-disable .section-1-featured-block__image-wrapper {
        margin-left: 0;
    }

    .section-1-featured-block.section-1-featured-block--image-overlay-disable .section-1-featured-block__image-overlay {
        left: 0;
    }
}

@media only screen and (min-width:1024px) {
    .section-1-featured-block__image-overlay {
        width: 260px;
    }

    .section-1-featured-block__content-wrapper {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 470px;
        flex: 1 1 470px;
        padding: 3.5rem 0 3.5rem 4.75rem;
    }
}

.section-2-featured-block__container {
    background-color: #f9f9f9;
    padding: 32px 0;
    padding: 2rem 0;
}

.section-2-featured-block__wrapper {
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

.section-2-featured-block__wrapper, .section-2-featured-block__wrapper-left {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.section-2-featured-block__wrapper-left {
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.section-2-featured-block__title {
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.section-2-featured-block .tagline {
    color: #706f6f;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.section-2-featured-block__content {
    font-size: 14px;
    line-height: 1.5;
}

.section-2-featured-block__link {
    margin-top: 24px;
    margin-top: 1.5rem;
}

.section-2-featured-block__wrapper-left-media {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    max-width: 430px;
    position: relative;
}

.section-2-featured-block__wrapper-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 88px;
    margin-bottom: 5.5rem;
    max-width: 480px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 96px;
    padding-left: 6rem;
}

.section-2-featured-block__wrapper-right-media {
    position: relative;
}

    .section-2-featured-block__wrapper-right-media .section-2-featured-block__image-small-right-block {
        bottom: -30px;
        height: 131px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 131px;
        z-index: 2;
    }

.section-2-featured-block__image-small-right-block {
    position: relative;
}

.section-2-featured-block__media-link-left-block, .section-2-featured-block__media-link-right-block, .section-2-featured-block__media-link-small-right-block {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.section-2-featured-block .section-2-featured-block__media-small--mobile {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    max-width: 185px;
    position: relative;
}

.section-2-featured-block .section-2-featured-block__wrapper-left-media--desktop {
    display: none;
}

@media only screen and (min-width:480px) {
    .section-2-featured-block__wrapper {
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .section-2-featured-block__wrapper-left {
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 8%;
        max-width: 540px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .section-2-featured-block__wrapper-left-media {
        margin-top: 20%;
    }

    .section-2-featured-block__title {
        font-size: 26px;
        letter-spacing: 3px;
    }

    .section-2-featured-block__content {
        font-size: 16px;
    }

    .section-2-featured-block__wrapper-right {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 0;
    }

    .section-2-featured-block__wrapper-right-media {
        margin-bottom: 94px;
    }

        .section-2-featured-block__wrapper-right-media .section-2-featured-block__image-small-right-block {
            bottom: auto;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .section-2-featured-block .section-2-featured-block__media-small--mobile {
        display: none;
    }

    .section-2-featured-block .section-2-featured-block__wrapper-left-media--desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (min-width:769px) {
    .section-2-featured-block__container {
        padding: 6rem 0;
    }

    .section-2-featured-block__wrapper {
        padding-bottom: 0;
    }

    .section-2-featured-block__wrapper-right-media .section-2-featured-block__image-small-right-block {
        height: 186px;
        width: 186px;
    }
}

.section-3-column-article {
    padding: 0 25px;
}

.section-3-column-article__header {
    color: #222;
    font-size: 16px;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    text-align: center;
}

.section-3-column-article__item {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

.section-3-column-article__link {
    display: block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

    .section-3-column-article__link:hover .section-3-column-article__image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.section-3-column-article__media-container .placeholder-background-container {
    height: 600px;
    position: relative;
}

.section-3-column-article__image {
    display: block;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    width: 100%;
}

.section-3-column-article__title {
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    padding-top: 16px;
    padding-top: 1rem;
    text-transform: uppercase;
}

.section-3-column-article__text-link {
    color: #222;
    display: inline-block;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    text-decoration: underline;
    text-transform: uppercase;
}

    .section-3-column-article__text-link:hover {
        opacity: .7;
    }

@media only screen and (min-width:480px) {
    .section-3-column-article {
        padding: 0;
    }

    .section-3-column-article__header {
        font-size: 19.2px;
        margin-bottom: 3rem;
    }

    .section-3-column-article__container {
        margin-left: -2rem;
    }

    .section-3-column-article__item {
        float: left;
        padding-left: 2rem;
        vertical-align: top;
        width: 33.33%;
    }

    .section-3-column-article__title {
        font-size: 18px;
        margin-bottom: .75rem;
    }

    .section-3-column-article__text-link {
        font-size: 12px;
    }
}

@media only screen and (min-width:769px) {
    .section-3-column-article__container {
        margin-left: -3.5rem;
    }

    .section-3-column-article__item {
        margin-bottom: 5rem;
        padding-left: 3.5rem;
    }
}

.section-3-featured-block__left-block .section-3-featured-block__image-wrapper {
    margin-bottom: 56px;
    margin-bottom: 3.5rem;
    padding-right: 48px;
    padding-right: 3rem;
}

.section-3-featured-block__left-block .section-3-featured-block__image-aspect-ratio {
    height: 0;
    overflow: hidden;
    padding-top: 111.11111%;
    position: relative;
}

.section-3-featured-block__right-block {
    padding-bottom: 64px;
    padding-bottom: 4rem;
    position: relative;
}

    .section-3-featured-block__right-block .background-shape {
        background-color: #f9f9f9;
        bottom: 0;
        content: "";
        left: -16px;
        left: -1rem;
        position: absolute;
        right: -16px;
        right: -1rem;
        top: -23%;
        width: calc(100% + 2rem);
        z-index: -1;
    }

    .section-3-featured-block__right-block .section-3-featured-block__image-wrapper {
        margin-bottom: 56px;
        margin-bottom: 3.5rem;
        margin-left: auto;
        max-width: 476px;
        padding-left: 96px;
        padding-left: 6rem;
    }

    .section-3-featured-block__right-block .section-3-featured-block__image-aspect-ratio {
        height: 0;
        overflow: hidden;
        padding-top: 110.92437%;
        position: relative;
    }

.section-3-featured-block__video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-3-featured-block__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-3-featured-block .tagline {
    color: #706f6f;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.section-3-featured-block__title {
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.section-3-featured-block__content {
    font-size: 14px;
    line-height: 1.5;
}

.section-3-featured-block__cta {
    margin-top: 24px;
    margin-top: 1.5rem;
}

@media only screen and (min-width:480px) {
    .section-3-featured-block__title {
        font-size: 26px;
        letter-spacing: 3px;
    }

    .section-3-featured-block__content {
        font-size: 16px;
    }
}

@media only screen and (min-width:769px) {
    .section-3-featured-block__container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
    }

    .section-3-featured-block__left-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 720px;
        flex: 0 1 720px;
        margin-right: 72px;
    }

        .section-3-featured-block__left-block .section-3-featured-block__image-wrapper {
            margin: 0;
            padding-right: 0;
        }

    .section-3-featured-block__right-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 476px;
        flex: 0 1 476px;
        padding-bottom: 8rem;
        padding-top: 11%;
    }

        .section-3-featured-block__right-block .background-shape {
            left: -30%;
            top: 30%;
            width: 166%;
        }

        .section-3-featured-block__right-block .section-3-featured-block__image-wrapper {
            margin: 0 0 8rem;
            max-width: 100%;
            padding-left: 0;
        }
}

.section-article-layout__wrapper {
    margin: 0 auto;
    max-width: 1328px;
}

.section-article-layout__heading {
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 32px 12px;
    padding: 2rem .75rem;
    text-align: center;
    text-transform: uppercase;
}

.section-article-layout__item .section-article-layout__media-container {
    position: relative;
}

.section-article-layout__item .section-article-layout__media-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.section-article-layout__item .section-article-layout__media-aspect-ratio {
    height: 100%;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
}

.section-article-layout__item .section-article-layout__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-article-layout__item .section-article-layout__video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-article-layout__title {
    color: #222;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-article-layout__text-link {
    color: #222;
    display: inline-block;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    text-decoration: underline;
    text-transform: uppercase;
}

    .section-article-layout__text-link:hover {
        cursor: pointer;
        opacity: .7;
    }

.section-article-layout.section-article-layout--top-border .section-article-layout__heading {
    border-top: 1px solid #dfe3e8;
}

.section-article-layout.section-article-layout--one .section-article-layout__container {
    background-color: #f9f9f9;
}

.section-article-layout.section-article-layout--one .section-article-layout__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.section-article-layout.section-article-layout--one .section-article-layout__media-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-article-layout.section-article-layout--one .section-article-layout__content-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-article-layout.section-article-layout--one .section-article-layout__content-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.25rem 1.75rem;
}

.section-article-layout.section-article-layout--one .section-article-layout__content {
    color: #222;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.section-article-layout.section-article-layout--one .section-article-layout__title {
    font-size: 16px;
    margin-bottom: 12px;
    margin-bottom: .75rem;
}

.section-article-layout.section-article-layout--three .section-article-layout__container, .section-article-layout.section-article-layout--two .section-article-layout__container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.section-article-layout.section-article-layout--three .section-article-layout__item, .section-article-layout.section-article-layout--two .section-article-layout__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .section-article-layout.section-article-layout--three .section-article-layout__item:not(:first-child), .section-article-layout.section-article-layout--two .section-article-layout__item:not(:first-child) {
        margin-top: 48px;
        margin-top: 3rem;
    }

.section-article-layout.section-article-layout--three .section-article-layout__media-container, .section-article-layout.section-article-layout--two .section-article-layout__media-container {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.section-article-layout.section-article-layout--three .section-article-layout__title, .section-article-layout.section-article-layout--two .section-article-layout__title {
    font-size: 16px;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.section-article-layout.section-article-layout--two .section-article-layout__item {
    max-width: 640px;
}

    .section-article-layout.section-article-layout--two .section-article-layout__item:last-child {
        display: none;
    }

.section-article-layout.section-article-layout--three .section-article-layout__item {
    max-width: 420px;
}

@media only screen and (min-width:480px) {
    .section-article-layout__heading {
        font-size: 19.2px;
        padding: 3rem .75rem;
    }

    .section-article-layout__text-link {
        font-size: 12px;
    }

    .section-article-layout.section-article-layout--one .section-article-layout__title {
        font-size: 22px;
        margin-bottom: 1rem;
    }

    .section-article-layout.section-article-layout--one .section-article-layout__content {
        font-size: 16px;
        margin-bottom: 1.5rem;
    }

    .section-article-layout.section-article-layout--three .section-article-layout__container, .section-article-layout.section-article-layout--two .section-article-layout__container {
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .section-article-layout.section-article-layout--three .section-article-layout__item:not(:first-child), .section-article-layout.section-article-layout--two .section-article-layout__item:not(:first-child) {
        margin-left: 1.5rem;
        margin-top: 0;
    }

    .section-article-layout.section-article-layout--three .section-article-layout__media-container, .section-article-layout.section-article-layout--two .section-article-layout__media-container {
        margin-bottom: 1.75rem;
    }

    .section-article-layout.section-article-layout--two .section-article-layout__title {
        font-size: 22px;
    }

    .section-article-layout.section-article-layout--three .section-article-layout__title {
        font-size: 19.2px;
    }
}

@media only screen and (min-width:769px) {
    .section-article-layout.section-article-layout--one .section-article-layout__item {
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .section-article-layout.section-article-layout--one .section-article-layout__content-item {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 4rem 3rem;
    }

    .section-article-layout.section-article-layout--two .section-article-layout__item:not(:first-child) {
        margin-left: 3.5rem;
    }

    .section-article-layout.section-article-layout--two .section-article-layout__title {
        font-size: 22px;
    }

    .section-article-layout.section-article-layout--three .section-article-layout__item:not(:first-child) {
        margin-left: 2.5rem;
    }
}

@media only screen and (min-width:1024px) {
    .section-article-layout.section-article-layout--one .section-article-layout__content-item {
        padding: 7rem;
    }
}

.section-banner-carousel.section-banner-carousel--location-valentines .section-banner-carousel__carousel-image-aspect-ratio {
    padding-top: 56.41026%;
}

@media only screen and (max-width:768px) {
    .section-banner-carousel.section-banner-carousel--location-valentines .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-image-aspect-ratio--full-width {
        padding-top: 56.41026%;
    }
}

@media only screen and (min-width:769px) {
    .section-banner-carousel.section-banner-carousel--location-valentines .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-image-aspect-ratio--full-width:before {
        padding-top: 26.66667%;
    }
}

.section-banner-carousel.section-banner-carousel--location-lab-grown-diamonds .section-banner-carousel__carousel-image-aspect-ratio {
    padding-top: 62.5%;
}

@media only screen and (max-width:768px) {
    .section-banner-carousel.section-banner-carousel--location-lab-grown-diamonds .section-banner-carousel__carousel-flex-wrapper--content-position-mobile {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
    }

    .section-banner-carousel.section-banner-carousel--location-lab-grown-diamonds .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-image-aspect-ratio--full-width {
        padding-top: 37.5%;
    }

    .section-banner-carousel.section-banner-carousel--location-lab-grown-diamonds .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-content-wrapper {
        padding: 1.125rem;
    }
}

@media only screen and (min-width:769px) {
    .section-banner-carousel.section-banner-carousel--location-lab-grown-diamonds .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-image-aspect-ratio--full-width:before {
        padding-top: 22.22222%;
    }

    .section-banner-carousel.section-banner-carousel--location-lab-grown-diamonds .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-content-wrapper {
        padding: 3.5rem 5.2%;
    }
}

@media only screen and (min-width:1024px) {
    .section-banner-carousel.section-banner-carousel--location-lab-grown-diamonds .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-content-wrapper {
        padding: 3.5rem 10.2%;
    }
}

.section-banner-carousel__header-container {
    line-height: normal;
    padding: 32px 0;
    padding: 2rem 0;
    text-align: center;
}

.section-banner-carousel__carousel {
    margin: 0 auto;
}

.section-banner-carousel__carousel-image-wrapper {
    position: relative;
}

.section-banner-carousel__carousel-image-aspect-ratio {
    height: 100%;
    overflow: hidden;
    padding-top: 66.66667%;
    position: relative;
}

.section-banner-carousel__carousel-video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-banner-carousel__carousel-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-banner-carousel__carousel-media-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.section-banner-carousel__carousel-content-wrapper {
    padding: 32px 24px 48px;
    padding: 2rem 1.5rem 3rem;
}

.section-banner-carousel__carousel-content-container {
    text-align: center;
}

.section-banner-carousel__carousel-title {
    color: #222;
    font-size: 24px;
    text-transform: uppercase;
}

.section-banner-carousel__carousel-content {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 12px;
    margin-bottom: .75rem;
}

.section-banner-carousel__carousel-link {
    display: inline-block;
    margin: 16px 4px 0;
    margin: 1rem .25rem 0;
    min-width: 205px;
}

.section-banner-carousel .custom-arrow {
    position: absolute;
    top: 50%;
    width: 100%;
}

.section-banner-carousel .custom-arrow__next, .section-banner-carousel .custom-arrow__prev {
    display: none;
    margin-top: 0;
    position: absolute;
    z-index: 2;
}

    .section-banner-carousel .custom-arrow__next:hover, .section-banner-carousel .custom-arrow__prev:hover {
        cursor: pointer;
    }

    .section-banner-carousel .custom-arrow__next.slick-disabled, .section-banner-carousel .custom-arrow__prev.slick-disabled {
        opacity: 0;
    }

.section-banner-carousel .custom-arrow__prev {
    left: 16px;
    left: 1rem;
}

.section-banner-carousel .custom-arrow__next {
    right: 16px;
    right: 1rem;
}

.section-banner-carousel .custom-arrow .icon {
    display: block;
    height: 12px;
    width: 12px;
}

.section-banner-carousel .custom-arrow--mobile {
    display: block;
}

.section-banner-carousel .custom-arrow--desktop {
    display: none;
}

.section-banner-carousel .slick-slider .slick-dots {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 16px;
    bottom: 1rem;
    z-index: 1;
}

    .section-banner-carousel .slick-slider .slick-dots li {
        height: 8px;
        margin: 0 4px;
        margin: 0 .25rem;
        width: 8px;
    }

        .section-banner-carousel .slick-slider .slick-dots li:first-of-type {
            margin: 0 4px;
            margin: 0 .25rem;
        }

        .section-banner-carousel .slick-slider .slick-dots li.slick-active button {
            height: 8px;
            width: 8px;
        }

            .section-banner-carousel .slick-slider .slick-dots li.slick-active button:before {
                border-radius: 100%;
                height: 8px;
                left: 0;
                opacity: 1;
                top: 0;
                -webkit-transform: rotate(0);
                transform: rotate(0);
                width: 8px;
            }

        .section-banner-carousel .slick-slider .slick-dots li button {
            height: 8px;
            width: 8px;
        }

            .section-banner-carousel .slick-slider .slick-dots li button:before {
                border-radius: 100%;
                height: 8px;
                opacity: .4;
                -webkit-transform: rotate(0);
                transform: rotate(0);
                width: 8px;
            }

@media only screen and (min-width:480px) {
    .section-banner-carousel__carousel-content-container {
        margin: 0 auto;
        max-width: 500px;
    }

    .section-banner-carousel__carousel-content {
        font-size: 16px;
        margin-top: 1rem;
    }

    .section-banner-carousel__carousel-link-wrapper {
        max-width: 500px;
    }

    .section-banner-carousel__carousel-link {
        margin: 1rem .5rem 0;
    }
}

@media only screen and (max-width:768px) {
    .section-banner-carousel .section-banner-carousel__carousel-image--desktop {
        display: none;
    }

    .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-image-aspect-ratio--full-width {
        height: 0;
        overflow: hidden;
        /*padding-top: 66.66667%;*/
        position: relative;
    }

    .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-image--full-width-desktop, .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-video--full-width-desktop {
        display: none;
    }

    .section-banner-carousel .section-banner-carousel__carousel-slide--dark-mobile .section-banner-carousel__carousel-content, .section-banner-carousel .section-banner-carousel__carousel-slide--dark-mobile .section-banner-carousel__carousel-title {
        color: #222;
    }

    .section-banner-carousel .section-banner-carousel__carousel-slide--dark-mobile .custom-arrow .icon path {
        fill: #222!important;
    }

    .section-banner-carousel .section-banner-carousel__carousel-slide--dark-mobile .slick-dots li.slick-active button:before, .section-banner-carousel .section-banner-carousel__carousel-slide--dark-mobile .slick-dots li button:before {
        color: #222;
    }

    .section-banner-carousel .section-banner-carousel__carousel-slide--light-mobile .section-banner-carousel__carousel-content, .section-banner-carousel .section-banner-carousel__carousel-slide--light-mobile .section-banner-carousel__carousel-title {
        color: #fff;
    }

    .section-banner-carousel .section-banner-carousel__carousel-slide--light-mobile .btn--transparent {
        border-color: #fff;
        color: #fff;
    }

        .section-banner-carousel .section-banner-carousel__carousel-slide--light-mobile .btn--transparent:hover {
            border: 1px solid #8c687a;
        }

    .section-banner-carousel .section-banner-carousel__carousel-slide--light-mobile .custom-arrow .icon path {
        fill: #fff!important;
    }

    .section-banner-carousel .section-banner-carousel__carousel-slide--light-mobile .slick-dots li.slick-active button:before, .section-banner-carousel .section-banner-carousel__carousel-slide--light-mobile .slick-dots li button:before {
        color: #fff;
    }
}

@media only screen and (min-width:769px) {
    .section-banner-carousel__heading-container {
        padding: 3rem 0;
        text-align: center;
    }

    .section-banner-carousel__carousel-flex-wrapper {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
    }

    .section-banner-carousel__carousel-image-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

    .section-banner-carousel__carousel-content-wrapper {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 3.5rem;
    }

    .section-banner-carousel__carousel-content-container {
        margin: 0;
        max-width: 100%;
        text-align: left;
    }

    .section-banner-carousel__carousel-title {
        max-width: 390px;
        font-size: 32px;
    }

    .section-banner-carousel__carousel-content {
        max-width: 335px;
    }

    .section-banner-carousel__carousel-link-wrapper {
        max-width: 460px;
    }

    .section-banner-carousel__carousel-link {
        margin: 1rem 1rem 0 0;
    }

    .section-banner-carousel.section-banner-carousel--wrapper {
        margin: 0 auto;
        max-width: 1500px;
    }

        .section-banner-carousel.section-banner-carousel--wrapper .section-banner-carousel__carousel-slide {
            position: relative;
        }

        .section-banner-carousel.section-banner-carousel--wrapper .custom-arrow {
            width: calc(100% - 60px);
            left: 30px;
        }

        .section-banner-carousel.section-banner-carousel--wrapper .custom-arrow__prev {
            left: -20px;
        }

        .section-banner-carousel.section-banner-carousel--wrapper .custom-arrow__next {
            right: -20px;
        }

        .section-banner-carousel.section-banner-carousel--wrapper .custom-arrow .icon path {
            fill: #222!important;
        }

    .section-banner-carousel .section-banner-carousel__carousel-image--mobile {
        display: none;
    }

    .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-image-aspect-ratio--full-width {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        position: relative;
    }

        .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-image-aspect-ratio--full-width:before {
            content: "";
            float: left;
            height: 0;
            margin-left: -1px;
            padding-top: 33.33333%;
            width: 1px;
        }

        .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-image-aspect-ratio--full-width:after {
            clear: both;
            content: "";
            display: table;
        }

    .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-image--full-width-mobile, .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-video--full-width-mobile {
        display: none;
    }

    .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-image-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-content-wrapper {
        position: relative;
        z-index: 0;
    }

    .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-content-wrapper--half-width {
        display: none;
    }

    .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--full-width .section-banner-carousel__carousel-content-wrapper--desktop {
        display: block;
    }

    .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--left .section-banner-carousel__carousel-image-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--left .section-banner-carousel__carousel-content-wrapper, .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--right .section-banner-carousel__carousel-image-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .section-banner-carousel .section-banner-carousel__carousel-flex-wrapper--right .section-banner-carousel__carousel-content-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .section-banner-carousel .section-banner-carousel__carousel-slide--dark-desktop .section-banner-carousel__carousel-content, .section-banner-carousel .section-banner-carousel__carousel-slide--dark-desktop .section-banner-carousel__carousel-title {
        color: #222;
    }

    .section-banner-carousel .section-banner-carousel__carousel-slide--dark-desktop .custom-arrow .icon path {
        fill: #222!important;
    }

    .section-banner-carousel .section-banner-carousel__carousel-slide--dark-desktop .slick-dots li.slick-active button:before, .section-banner-carousel .section-banner-carousel__carousel-slide--dark-desktop .slick-dots li button:before {
        color: #222;
    }

    .section-banner-carousel .section-banner-carousel__carousel-slide--light-desktop .section-banner-carousel__carousel-content, .section-banner-carousel .section-banner-carousel__carousel-slide--light-desktop .section-banner-carousel__carousel-title {
        color: #222;
    }

    .section-banner-carousel .section-banner-carousel__carousel-slide--light-desktop .btn--transparent {
        border-color: #222;
        color: #222;
    }

        .section-banner-carousel .section-banner-carousel__carousel-slide--light-desktop .btn--transparent:hover {
            border: 1px solid #065998;
             color: #fff;
        }

    .section-banner-carousel .section-banner-carousel__carousel-slide--light-desktop .custom-arrow .icon path {
        fill: #fff!important;
    }

    .section-banner-carousel .section-banner-carousel__carousel-slide--light-desktop .slick-dots li.slick-active button:before, .section-banner-carousel .section-banner-carousel__carousel-slide--light-desktop .slick-dots li button:before {
        color: #fff;
    }

    .section-banner-carousel .custom-arrow__prev {
        left: 1.5rem;
    }

    .section-banner-carousel .custom-arrow__next {
        right: 1.5rem;
    }

    .section-banner-carousel .custom-arrow--mobile {
        display: none;
    }

    .section-banner-carousel .custom-arrow--desktop {
        display: block;
    }

    .section-banner-carousel .slick-slider .slick-dots {
        bottom: 16px;
    }

        .section-banner-carousel .slick-slider .slick-dots li {
            height: 10px;
            margin: 0 5px;
            width: 10px;
        }

            .section-banner-carousel .slick-slider .slick-dots li:first-of-type {
                margin: 0 5px;
            }

            .section-banner-carousel .slick-slider .slick-dots li.slick-active button, .section-banner-carousel .slick-slider .slick-dots li.slick-active button:before, .section-banner-carousel .slick-slider .slick-dots li button, .section-banner-carousel .slick-slider .slick-dots li button:before {
                height: 10px;
                width: 10px;
            }
}

@media screen and (min-width:1200px) {
    .section-banner-carousel__carousel-content-wrapper {
        padding: 3.5rem 15%;
    }

    .section-banner-carousel.section-banner-carousel--wrapper .section-banner-carousel__carousel-content-wrapper {
        padding: 6rem 7%;
    }
}

.section-benefits__container {
    margin: 0 auto;
    max-width: 1160px;
}

.section-benefits__heading {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.section-benefits__media {
    margin: 0 auto;
    max-width: 128px;
}

.section-benefits__content-container {
    margin-top: 22px;
    margin-top: 1.375rem;
}

.section-benefits__text-link {
    font-family: FFMarkWebProBold,Helvetica,sans-serif;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-benefits .slick-slider.slick-slider--pagination-style .icon.icon-chevron-left, .section-benefits .slick-slider.slick-slider--pagination-style .icon.icon-chevron-right {
    top: 72px;
    top: 4.5rem;
}

@media only screen and (max-width:479px) {
    .section-benefits__carousel {
        padding: 0 .75rem;
    }
}

@media only screen and (min-width:480px) {
    .section-benefits__item {
        padding: 1rem 0 3rem;
    }

        .section-benefits__item:not(:last-child) {
            border-right: 1px solid #dfe3e8;
        }
}

@media only screen and (min-width:769px) {
    .section-benefits__heading {
        margin-bottom: 4rem;
    }
}

.section-content-item {
    padding: 32px 0;
    padding: 2rem 0;
}

.section-content-item__title {
    color: #222;
    margin-bottom: 12px;
    margin-bottom: .75rem;
}

.section-content-item__content p {
    line-height: 1.5;
}

.section-content-item__link {
    margin-top: 8px;
    margin-top: .5rem;
}

.section-content-item.section-content-item--align-content-left {
    margin: auto;
    text-align: left;
}

.section-content-item.section-content-item--align-content-center {
    margin: auto;
    text-align: center;
}

.section-content-item.section-content-item--align-content-right {
    margin: auto;
    text-align: right;
}

.section-content-item .section-content-item--font-title-small {
    font-size: 16px;
}

.section-content-item .section-content-item--font-title-medium {
    font-size: 22px;
}

.section-content-item .section-content-item--font-title-large {
    font-size: 24px;
}

@media only screen and (min-width:480px) {
    .section-content-item.section-content-item--align-content-center.section-content-item--width-option-small, .section-content-item.section-content-item--align-content-left {
        max-width: 600px;
    }

    .section-content-item.section-content-item--align-content-center.section-content-item--width-option-large {
        max-width: 970px;
    }

    .section-content-item.section-content-item--align-content-right {
        max-width: 600px;
    }

    .section-content-item .section-content-item--font-title-small {
        font-size: 19.2px;
    }

    .section-content-item .section-content-item--font-title-medium {
        font-size: 22px;
    }

    .section-content-item .section-content-item--font-title-large {
        font-size: 26px;
    }
}

@media only screen and (min-width:769px) {
    .section-content-item {
        padding: 3rem 0;
    }

        .section-content-item.section-content-item--align-content-left, .section-content-item.section-content-item--align-content-right {
            max-width: 750px;
        }
}

@media only screen and (min-width:1024px) {
    .section-content-item.section-content-item--align-content-left, .section-content-item.section-content-item--align-content-right {
        max-width: 900px;
    }
}

@media screen and (min-width:1200px) {
    .section-content-item.section-content-item--align-content-left, .section-content-item.section-content-item--align-content-right {
        max-width: 950px;
    }
}

.section-hero-block__container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    min-height: 500px;
    padding: 60px 0;
    position: relative;
    width: 100%;
}

.section-hero-block__container--resize-small {
    min-height: 450px;
}

.section-hero-block__container.top {
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.section-hero-block__container.center {
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.section-hero-block__container.bottom {
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.section-hero-block__container:after {
    content: "";
    min-height: inherit;
}

.section-hero-block__image, .section-hero-block__video {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.section-hero-block .page-width {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
}

    .section-hero-block .page-width.left {
        -ms-justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

        .section-hero-block .page-width.left .section-hero-block__button-container {
            -ms-flex-align: start;
            -moz-align-items: flex-start;
            -ms-align-items: flex-start;
            -o-align-items: flex-start;
            -webkit-box-align: start;
            align-items: flex-start;
        }

    .section-hero-block .page-width.middle {
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

        .section-hero-block .page-width.middle .section-hero-block__button-container {
            -ms-flex-align: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            -webkit-box-align: center;
            align-items: center;
        }

    .section-hero-block .page-width.right {
        -ms-justify-content: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
    }

        .section-hero-block .page-width.right .section-hero-block__button-container {
            -ms-flex-align: end;
            -moz-align-items: flex-end;
            -ms-align-items: flex-end;
            -o-align-items: flex-end;
            -webkit-box-align: end;
            align-items: flex-end;
        }

.section-hero-block__content-container {
    max-width: 460px;
}

.section-hero-block .semi-opaque__block {
    padding: 30px;
}

.section-hero-block__title {
    text-transform: capitalize;
}

.section-hero-block__subheading {
    font-size: 14px;
    margin: 0 0 30px;
}

.section-hero-block__button-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.section-hero-block .btn {
    margin-top: 0;
    max-width: 200px;
    width: 100%;
}

.section-hero-block .btn--right {
    background-color: #fff;
    color: #836172;
    margin: 15px 0 0;
}

@media only screen and (min-width:480px) {
    .section-hero-block__container {
        min-height: 550px;
    }

    .section-hero-block__container--resize-small {
        min-height: 500px;
    }

    .section-hero-block__subheading {
        margin: 0 0 40px;
    }

    .section-hero-block__button-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .section-hero-block .btn--right {
        margin: 0 0 0 10px;
    }
}

@media screen and (min-width:768px) {
    .section-hero-block .page-width {
        padding: 0 30px;
    }
}

@media only screen and (min-width:1024px) {
    .section-hero-block__container {
        min-height: 620px;
    }

    .section-hero-block__container--resize-small {
        min-height: 520px;
    }

    .section-hero-block .page-width {
        padding: 0 45px;
    }
}

.section-image {
    margin: 0 auto;
}

    .section-image img {
        width: 100%;
    }

    .section-image.section-image--wrapper {
        max-width: 1500px;
    }

    .section-image .section-image__image--desktop {
        display: none;
    }

@media only screen and (min-width:480px) {
    .section-image .section-image__image--mobile {
        display: none;
    }

    .section-image .section-image__image--desktop {
        display: block;
    }
}

.section-influencer__image-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1210px;
}

.section-influencer__image-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

    .section-influencer__image-item .section-influencer__media-link {
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .section-influencer__image-item:not(:first-child) {
        margin-left: 24px;
        margin-left: 1.5rem;
    }

    .section-influencer__image-item:last-child {
        display: none;
    }

.section-influencer__content-container {
    padding: 2.25rem .75rem;
    text-align: center;
}

.section-influencer__content-title {
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-influencer__content-cta {
    color: #222;
    display: inline-block;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    margin-top: 16px;
    margin-top: 1rem;
    text-decoration: underline;
    text-transform: uppercase;
}

    .section-influencer__content-cta:hover {
        opacity: .7;
    }

.section-influencer .section-influencer__image-container--margin {
    margin-top: 24px;
    margin-top: 1.5rem;
}

@media only screen and (min-width:480px) {
    .section-influencer__image-item:last-child {
        display: block;
    }

    .section-influencer__content-title {
        font-size: 26px;
        letter-spacing: 3px;
    }

    .section-influencer__content-cta {
        font-size: 12px;
        margin-top: 1.5rem;
    }
}

@media only screen and (min-width:769px) {
    .section-influencer__image-item:not(:first-child) {
        margin-left: 5.75rem;
    }

    .section-influencer__content-container {
        padding: 3.5rem .75rem;
        text-align: center;
    }

    .section-influencer .section-influencer__image-container--margin {
        margin-top: 4rem;
    }
}

.section-ring-size__container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.section-ring-size__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.section-ring-size__image--mobile {
    display: block;
}

.section-ring-size__image--desktop {
    display: none;
}

.section-ring-size__chart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-ring-size__header {
    font-size: 16px;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-align: center;
}

.section-ring-size__table-container table {
    margin: 0;
}

.section-ring-size__table-container tr {
    border-bottom: 1px solid #ededed;
}

    .section-ring-size__table-container tr:last-child {
        border: 0;
    }

.section-ring-size__table-container td {
    border: 0;
    padding: 16px 8px;
    padding: 1rem .5rem;
    text-align: center;
    width: 25%!important;
}

.section-ring-size__table-container img {
    height: 45px;
    width: 45px;
}

.section-ring-size__table-container h2 {
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
}

.section-ring-size__table-container h6 {
    font-size: 10px;
    letter-spacing: 2px;
    margin: 12px 0;
    margin: .75rem 0;
}

.section-ring-size__table-container p {
    line-height: 1.3;
}

@media only screen and (min-width:480px) {
    .section-ring-size__header {
        font-size: 22px;
        margin-bottom: 1.5rem;
    }

    .section-ring-size__table-container img {
        height: 70px;
        width: 70px;
    }

    .section-ring-size__table-container h2 {
        font-family: FFMarkWebProRegular,Helvetica,sans-serif;
        font-size: 18px;
    }

    .section-ring-size__table-container h6 {
        font-size: 12px;
    }
}

@media only screen and (min-width:769px) {
    .section-ring-size__container {
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .section-ring-size__image {
        height: auto;
        margin-bottom: 0;
        width: 33.33%;
    }

    .section-ring-size__image--mobile {
        display: none;
    }

    .section-ring-size__image--desktop {
        display: block;
    }

    .section-ring-size__chart {
        margin: 4rem 0 4rem 3rem;
        padding-top: 14px;
    }
}

.section-science-sparkle__main-container {
    background-color: rgba(223,227,232,.3);
}

.section-science-sparkle__header-container {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.section-science-sparkle__header-title {
    color: #222;
    font-size: 16px;
    letter-spacing: 3px;
    margin: 0 auto 12px;
    margin: 0 auto .75rem;
    max-width: 500px;
    text-align: center;
    text-transform: uppercase;
}

.section-science-sparkle__header-content {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}

    .section-science-sparkle__header-content p {
        line-height: 1.5;
    }

.section-science-sparkle__name {
    font-size: 10px;
    margin-bottom: 4px;
    margin-bottom: .25rem;
    text-align: center;
    text-transform: uppercase;
}

.section-science-sparkle__price {
    font-family: FFMarkWebProBold,Helvetica,sans-serif;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width:768px) {
    .section-science-sparkle .page-width {
        padding: 0;
    }

    .section-science-sparkle__main-container {
        padding: 3rem 15px;
    }

    .section-science-sparkle__bubble {
        display: none;
    }

    .section-science-sparkle .section-science-sparkle__wrapper--mobile .section-science-sparkle__item {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .section-science-sparkle .section-science-sparkle__wrapper--mobile .section-science-sparkle__image {
        margin: 0 auto .75rem;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease,-webkit-transform .5s ease;
        width: 120px;
    }

        .section-science-sparkle .section-science-sparkle__wrapper--mobile .section-science-sparkle__image[data-sparkle-steps-mobile="1"] {
            -webkit-transform: scale(.5);
            transform: scale(.5);
        }

        .section-science-sparkle .section-science-sparkle__wrapper--mobile .section-science-sparkle__image[data-sparkle-steps-mobile="2"] {
            -webkit-transform: scale(.7);
            transform: scale(.7);
        }

        .section-science-sparkle .section-science-sparkle__wrapper--mobile .section-science-sparkle__image[data-sparkle-steps-mobile="3"] {
            -webkit-transform: scale(.9);
            transform: scale(.9);
        }

        .section-science-sparkle .section-science-sparkle__wrapper--mobile .section-science-sparkle__image[data-sparkle-steps-mobile="4"] {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .section-science-sparkle .section-science-sparkle__wrapper--mobile .section-science-sparkle__details-container {
        display: none;
        margin-bottom: 1rem;
    }

        .section-science-sparkle .section-science-sparkle__wrapper--mobile .section-science-sparkle__details-container.is-active {
            display: block;
        }

    .section-science-sparkle .section-science-sparkle__wrapper--mobile .section-science-sparkle__steps-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        margin: 0 auto 2.5rem;
        max-width: 255px;
        position: relative;
    }

        .section-science-sparkle .section-science-sparkle__wrapper--mobile .section-science-sparkle__steps-container:before {
            background: #dfe3e8;
            content: "";
            height: 2px;
            position: absolute;
            width: 100%;
        }

    .section-science-sparkle .section-science-sparkle__wrapper--mobile .section-science-sparkle__step {
        background-color: #dfe3e8;
        border-radius: 100%;
        height: 8px;
        width: 8px;
        z-index: 1;
    }

        .section-science-sparkle .section-science-sparkle__wrapper--mobile .section-science-sparkle__step.is-active {
            height: 16px;
            width: 16px;
        }

    .section-science-sparkle .section-science-sparkle__wrapper--mobile .section-science-sparkle__links {
        display: none;
        margin: 0 auto;
        opacity: 0;
        padding: .75rem;
        width: 255px;
    }

        .section-science-sparkle .section-science-sparkle__wrapper--mobile .section-science-sparkle__links.is-active {
            display: block;
            opacity: 1;
        }

    .section-science-sparkle .section-science-sparkle__wrapper--desktop {
        display: none;
    }
}

@media only screen and (min-width:480px) {
    .section-science-sparkle__header-title {
        font-size: 22px;
        margin-bottom: 1rem;
    }

    .section-science-sparkle__header-content {
        font-size: 16px;
        max-width: 450px;
    }
}

@media only screen and (min-width:769px) {
    .section-science-sparkle__main-container {
        padding: 9rem;
    }

    .section-science-sparkle__header-container {
        margin-bottom: 4rem;
    }

    .section-science-sparkle__header-content {
        max-width: 655px;
    }

    .section-science-sparkle__body-container {
        position: relative;
    }

    .section-science-sparkle .section-science-sparkle__wrapper--desktop .section-science-sparkle__container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
    }

    .section-science-sparkle .section-science-sparkle__wrapper--desktop .section-science-sparkle__item-wrapper {
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: .75rem 0;
        position: relative;
    }

        .section-science-sparkle .section-science-sparkle__wrapper--desktop .section-science-sparkle__item-wrapper.is-active .section-science-sparkle__bubble, .section-science-sparkle .section-science-sparkle__wrapper--desktop .section-science-sparkle__item-wrapper.is-active .section-science-sparkle__image {
            opacity: 1;
        }

        .section-science-sparkle .section-science-sparkle__wrapper--desktop .section-science-sparkle__item-wrapper:not(:last-child) {
            border-right: 1px solid #dfe3e8;
        }

    .section-science-sparkle .section-science-sparkle__wrapper--desktop .section-science-sparkle__item {
        width: 120px;
    }

    .section-science-sparkle .section-science-sparkle__wrapper--desktop .section-science-sparkle__image {
        margin-bottom: 1rem;
        opacity: .5;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .section-science-sparkle .section-science-sparkle__bubble {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        width: 150px;
        z-index: 1;
    }

    .section-science-sparkle .section-science-sparkle__bubble-content {
        color: #222;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        font-size: 11px;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
    }

    .section-science-sparkle .section-science-sparkle__bubble--primary {
        pointer-events: none;
    }

        .section-science-sparkle .section-science-sparkle__bubble--primary.is-active {
            opacity: 1;
        }

        .section-science-sparkle .section-science-sparkle__bubble--primary:before {
            background-color: #d2e7f5;
            border-radius: 100%;
            bottom: 0;
            content: "";
            height: 90px;
            left: 0;
            margin: auto;
            opacity: .5;
            position: absolute;
            right: 0;
            top: 0;
            width: 90px;
            z-index: -1;
        }

    .section-science-sparkle .section-science-sparkle__bubble--secondary {
        visibility: hidden;
    }

    .section-science-sparkle .section-science-sparkle__wrapper--mobile {
        display: none;
    }
}

@media only screen and (min-width:1024px) {
    .section-science-sparkle .section-science-sparkle__bubble {
        right: 30px;
    }
}

.section-scroll-image .section-scroll-blocks--background-color, .section-scroll-image__container {
    background-color: #f9f9f9;
}

    .section-scroll-image .section-scroll-blocks--background-color:nth-child(2n) {
        background-color: #fff;
    }

.section-scroll-image .section-scroll-image__media--desktop {
    display: none;
}

@media only screen and (min-width:769px) {
    .section-scroll-image__container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
    }

    .section-scroll-image__media-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 42%;
        flex: 1 1 42%;
        position: relative;
    }

        .section-scroll-image__media-container .placeholder-background, .section-scroll-image__media-container .section-scroll-image__media {
            height: 100vh;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
        }

        .section-scroll-image__media-container .section-scroll-image__media-video {
            height: 100%;
            left: 0;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .section-scroll-image__media-container .section-scroll-image__media-image {
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: cover;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .section-scroll-image__content-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 58%;
        flex: 1 1 58%;
    }

    .section-scroll-image__content {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .section-scroll-image .section-scroll-text, .section-scroll-image .section-scroll-video {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .section-scroll-image.section-scroll-image--layout-right .section-scroll-image__container {
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }

    .section-scroll-image .section-scroll-image__media--mobile {
        display: none;
    }

    .section-scroll-image .section-scroll-image__media--desktop {
        display: block;
    }
}

.section-scroll-text {
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
}

.section-scroll-text__container {
    padding: 48px 15px;
    padding: 3rem 15px;
}

.section-scroll-text__tagline {
    font-size: 12px;
    margin-top: 2px;
    margin-top: .125rem;
}

.section-scroll-text__content p {
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
}

    .section-scroll-text__content p:not(:first-child) {
        margin-top: 16px;
        margin-top: 1rem;
    }

.section-scroll-text__link {
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 100%;
}

.section-scroll-text.section-scroll-text--heading-large .section-scroll-text__heading {
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
}

.section-scroll-text.section-scroll-text--heading-large .section-scroll-text__content {
    margin-top: 16px;
    margin-top: 1rem;
}

.section-scroll-text.section-scroll-text--heading-small .section-scroll-text__heading {
    color: #706f6f;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    text-transform: none;
}

.section-scroll-text.section-scroll-text--heading-small .section-scroll-text__content {
    margin-top: 12px;
    margin-top: .75rem;
}

.section-scroll-text.section-scroll-text--heading-quote .section-scroll-text__heading {
    color: #222;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.section-scroll-text.section-scroll-text--heading-quote .section-scroll-text__content, .section-scroll-text.section-scroll-text--heading-quote .section-scroll-text__tagline {
    font-size: 11px;
    margin: 16px auto 0;
    margin: 1rem auto 0;
    max-width: 245px;
    text-align: center;
}

@media only screen and (min-width:480px) {
    .section-scroll-text__container {
        padding: 3rem 30px;
    }

    .section-scroll-text.section-scroll-text--heading-large .section-scroll-text__heading {
        font-size: 22px;
    }

    .section-scroll-text.section-scroll-text--heading-small .section-scroll-text__heading {
        font-size: 16px;
    }

    .section-scroll-text.section-scroll-text--heading-quote {
        text-align: center;
    }

        .section-scroll-text.section-scroll-text--heading-quote .section-scroll-text__heading {
            font-size: 16px;
            line-height: 1.5;
        }

        .section-scroll-text.section-scroll-text--heading-quote .section-scroll-text__content, .section-scroll-text.section-scroll-text--heading-quote .section-scroll-text__tagline {
            margin: .75rem auto 0;
            max-width: 385px;
        }
}

@media only screen and (min-width:769px) {
    .section-scroll-text__container {
        padding: 8% 10%;
    }

    .section-scroll-text__link {
        margin-top: 2rem;
        min-width: 320px;
        width: auto;
    }

    .section-scroll-text.section-scroll-text--heading-large .section-scroll-text__content {
        margin-top: 1.625rem;
    }
}

@media only screen and (min-width:1024px) {
    .section-scroll-text__container {
        padding: 8% 18%;
    }
}

.section-scroll-video {
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
}

.section-scroll-video__container {
    padding: 48px 15px;
    padding: 3rem 15px;
}

.section-scroll-video__heading {
    color: #222;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    text-transform: uppercase;
}

.section-scroll-video__iframe-container {
    margin: -1px auto;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

    .section-scroll-video__iframe-container iframe {
        height: 100%;
        position: absolute;
        width: 100%;
    }

@media only screen and (min-width:480px) {
    .section-scroll-video__heading {
        font-size: 16px;
    }

    .section-scroll-video__container {
        padding: 3rem 30px;
    }
}

@media only screen and (min-width:769px) {
    .section-scroll-video__container {
        padding: 8% 10%;
    }
}

@media only screen and (min-width:1024px) {
    .section-scroll-video__container {
        padding: 8% 18%;
    }
}

.section-seasonal-heading .page-width {
    padding: 0;
}

.section-seasonal-heading__media-container {
    position: relative;
}

.section-seasonal-heading__media-inner-container {
    height: 0;
    padding-top: 75%;
    position: relative;
    width: 100%;
}

.section-seasonal-heading__image, .section-seasonal-heading__video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-seasonal-heading__video {
    -o-object-fit: cover;
    object-fit: cover;
}

.section-seasonal-heading__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-seasonal-heading__menu-container {
    margin: -50px auto 0;
    padding: 0 30px;
    position: relative;
}

.section-seasonal-heading__menu {
    background: #f9f9f9;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.section-seasonal-heading__menu-link, .section-seasonal-heading__menu-title {
    color: #222;
    text-transform: uppercase;
}

.section-seasonal-heading__menu-title {
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 auto 15px;
    max-width: 260px;
}

.section-seasonal-heading__menu-link {
    display: block;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 8px;
    padding: 8px 0;
    text-decoration: underline;
}

    .section-seasonal-heading__menu-link:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width:480px) {
    .section-seasonal-heading__menu-container {
        padding: 0 60px;
    }
}

@media screen and (min-width:768px) {
    .section-seasonal-heading .page-width {
        padding: 0 30px;
    }

    .section-seasonal-heading__container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
    }

    .section-seasonal-heading__media-container {
        width: 70%;
    }

    .section-seasonal-heading__menu-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 auto;
        padding: 0;
    }

    .section-seasonal-heading__menu {
        margin-left: -100px;
        padding: 30px;
        position: relative;
    }

    .section-seasonal-heading__menu-title {
        font-size: 18px;
        letter-spacing: 3px;
        margin-bottom: 15px;
    }

    .section-seasonal-heading__menu-link {
        font-size: 12px;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:1024px) {
    .section-seasonal-heading .page-width {
        padding: 0 45px;
    }

    .section-seasonal-heading__menu {
        padding: 60px 20px;
        width: 100%;
    }

    .section-seasonal-heading__menu-title {
        font-size: 26px;
        letter-spacing: 3px;
        margin-bottom: 30px;
    }

    .section-seasonal-heading__menu-link {
        margin-bottom: 16px;
    }
}

.section-shop-category .page-width {
    padding-right: 0;
}

.section-shop-category__heading {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.section-shop-category__item:not(:last-child) {
    margin-right: 16px;
    margin-right: 1rem;
}

.section-shop-category__text-link {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 16px;
    margin-top: 1rem;
    text-transform: uppercase;
}

.section-shop-category__media-link {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .section-shop-category__media-link:hover .responsive-image__image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .section-shop-category__media-link:hover .text-link {
        color: #706f6f;
    }

.section-shop-category .responsive-image__image {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
}

@media only screen and (min-width:769px) {
    .section-shop-category .page-width {
        padding-right: 30px;
    }

    .section-shop-category__heading {
        margin-bottom: 3rem;
    }

    .section-shop-category__carousel {
        margin-right: -2rem;
    }

    .section-shop-category__item:not(:last-child) {
        margin-right: 2rem;
    }
}

@media only screen and (min-width:1024px) {
    .section-shop-category__text-link {
        font-size: 16px;
    }
}

.section-shop-color__container {
    background-color: #f5f7f9;
    padding: 48px 0;
    padding: 3rem 0;
}

.section-shop-color__heading {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.section-shop-color__item-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 561px;
}

.section-shop-color__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 4px;
    margin: 0 .25rem;
}

.section-shop-color__media {
    margin: 0 auto;
    max-width: 180px;
}

.section-shop-color__content-container {
    margin-top: 4px;
    margin-top: .25rem;
}

.section-shop-color__text-link {
    font-size: 14px;
}

@media only screen and (min-width:480px) {
    .section-shop-color {
        font-size: 15px;
    }
}

@media only screen and (min-width:769px) {
    .section-shop-color__container {
        padding: 6.25rem 0;
    }

    .section-shop-color__heading {
        margin-bottom: 3rem;
    }
}

.section-shop-shape__container {
    margin: 0 auto;
    max-width: 1100px;
    padding: 16px 0;
    padding: 1rem 0;
}

.section-shop-shape__heading {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.section-shop-shape__item {
    margin: 0 8px;
    margin: 0 .5rem;
}

.section-shop-shape__media {
    margin: 0 auto;
    max-width: 80px;
}

.section-shop-shape__text-link {
    font-size: 14px;
    margin-top: 8px;
    margin-top: .5rem;
}

@media only screen and (max-width:479px) {
    .section-shop-shape__carousel {
        padding: 0 .75rem;
    }
}

@media only screen and (min-width:480px) {
    .section-shop-shape__text-link {
        font-size: 15px;
    }
}

@media only screen and (min-width:769px) {
    .section-shop-shape__heading {
        margin-bottom: 3rem;
    }
}

.section-shop-the-look.page-width {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
}

.section-shop-the-look .grid-view-item {
    margin-bottom: 0;
}

    .section-shop-the-look .grid-view-item .iWishAddColl, .section-shop-the-look .grid-view-item .swatch__container {
        display: none;
    }

    .section-shop-the-look .grid-view-item .product-description {
        padding: 0 16px;
        padding: 0 1rem;
    }

    .section-shop-the-look .grid-view-item .grid-view-item__footer-wrapper {
        padding: 0 16px 16px;
        padding: 0 1rem 1rem;
    }

.section-shop-the-look__header-container {
    margin: 0 auto;
    max-width: 670px;
    padding: 64px 24px 40px;
    padding: 4rem 1.5rem 2.5rem;
}

.section-shop-the-look__header-title {
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
}

.section-shop-the-look__header-content {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: center;
}

    .section-shop-the-look__header-content p {
        margin: 12px 0 0;
        margin: .75rem 0 0;
    }

.section-shop-the-look__cta-info {
    background-color: #fff;
    color: #222;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 10px;
    left: 8px;
    letter-spacing: 1.5px;
    opacity: 0;
    padding: 12px 24px;
    padding: .75rem 1.5rem;
    position: absolute;
    text-transform: uppercase;
    top: 8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
}

    .section-shop-the-look__cta-info.is-active {
        opacity: 1;
        visibility: visible;
    }

.section-shop-the-look .section-shop-the-look__pointer, .section-shop-the-look .section-shop-the-look__pointer:before {
    background-color: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 100%;
    cursor: pointer;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

    .section-shop-the-look .section-shop-the-look__pointer:before {
        content: "";
        left: -1px;
        top: -1px;
    }

    .section-shop-the-look .section-shop-the-look__pointer.is-active, .section-shop-the-look .section-shop-the-look__pointer.is-active:before {
        background-color: transparent;
        border: 1px solid #fff;
    }

.section-shop-the-look .section-shop-the-look__product-card-container {
    background-color: #fff;
    display: none;
    position: absolute;
    width: 250px;
}

    .section-shop-the-look .section-shop-the-look__product-card-container.is-active {
        display: block;
    }

.section-shop-the-look .section-shop-the-look--mobile {
    position: relative;
}

    .section-shop-the-look .section-shop-the-look--mobile .section-shop-the-look__image-container {
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        display: -ms-flexbox;
        display: -webkit-box;
        width: 100%;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .section-shop-the-look .section-shop-the-look--mobile .section-shop-the-look__product-card-container {
        z-index: 1;
    }

    .section-shop-the-look .section-shop-the-look--mobile .section-shop-the-look__close-button {
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 100%;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
        box-shadow: 0 0 10px rgba(0,0,0,.05);
        cursor: pointer;
        height: 40px;
        position: absolute;
        right: -20px;
        top: -20px;
        width: 40px;
        z-index: 2;
    }

        .section-shop-the-look .section-shop-the-look--mobile .section-shop-the-look__close-button:after, .section-shop-the-look .section-shop-the-look--mobile .section-shop-the-look__close-button:before {
            background-color: #222;
            content: "";
            height: 18px;
            position: absolute;
            width: 2px;
        }

        .section-shop-the-look .section-shop-the-look--mobile .section-shop-the-look__close-button:before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .section-shop-the-look .section-shop-the-look--mobile .section-shop-the-look__close-button:after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.section-shop-the-look .section-shop-the-look--desktop {
    display: none;
}

@media (max-width:280px) {
    .section-shop-the-look .section-shop-the-look__pointer, .section-shop-the-look .section-shop-the-look__pointer:before {
        height: 20px;
        width: 20px;
    }
}

@media only screen and (min-width:480px) {
    .section-shop-the-look__header-container {
        padding: 6rem 1rem 3rem;
    }

    .section-shop-the-look__header-title {
        font-size: 26px;
    }

    .section-shop-the-look__header-content {
        font-size: 15px;
    }
}

@media only screen and (min-width:769px) {
    .section-shop-the-look__cta-info {
        left: 16px;
        top: 16px;
    }

    .section-shop-the-look .section-shop-the-look--desktop {
        display: block;
        position: relative;
    }

        .section-shop-the-look .section-shop-the-look--desktop .section-shop-the-look__pointer.is-active .section-shop-the-look__product-card-container {
            display: block;
        }

        .section-shop-the-look .section-shop-the-look--desktop .section-shop-the-look__product-card-container {
            left: 12px;
            z-index: 1;
        }

    .section-shop-the-look .section-shop-the-look--mobile {
        display: none;
    }

    .section-shop-the-look .section-shop-the-look__product-card-container--top {
        -webkit-transform: translate(-50%,-105%);
        transform: translate(-50%,-105%);
    }

    .section-shop-the-look .section-shop-the-look__product-card-container--bottom {
        -webkit-transform: translate(-50%,35px);
        transform: translate(-50%,35px);
    }

    .section-shop-the-look .section-shop-the-look__product-card-container--left {
        -webkit-transform: translate(-110%,calc(-50% - -12px));
        transform: translate(-110%,calc(-50% - -12px));
    }

    .section-shop-the-look .section-shop-the-look__product-card-container--right {
        -webkit-transform: translate(10%,calc(-50% - -12px));
        transform: translate(10%,calc(-50% - -12px));
    }
}

.section-single-image-copy .page-width {
    padding-left: 0;
    padding-right: 0;
}

.section-single-image-copy__container {
    padding: 24px 15px 48px;
    padding: 1.5rem 15px 1.5rem;
}

.section-single-image-copy__image-wrapper {
    overflow: hidden;
    position: relative;
}

.section-single-image-copy__image-aspect-ratio {
    height: 100%;
    overflow: hidden;
    padding-top: 66.66667%;
    position: relative;
}

.section-single-image-copy__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    width: 100%;
}

.section-single-image-copy__image-link:hover .section-single-image-copy__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.section-single-image-copy__content-wrapper {
    padding: 40px 12px 0;
    padding: 2.5rem .75rem 0;
    text-align: center;
}

.section-single-image-copy__title {
    color: #222;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 12px;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.section-single-image-copy__content {
    line-height: 1.5;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.section-single-image-copy__link {
    min-width: 205px;
}

.section-single-image-copy.section-single-image-copy--font-color-light .section-single-image-copy__content, .section-single-image-copy.section-single-image-copy--font-color-light .section-single-image-copy__title {
    color: #fff;
}

.section-single-image-copy.section-single-image-copy--font-color-light .btn--transparent {
    border-color: #fff;
    color: #fff;
}

    .section-single-image-copy.section-single-image-copy--font-color-light .btn--transparent:hover {
        border: 1px solid #836172;
    }

.section-single-image-copy.section-single-image-copy--font-color-dark .section-single-image-copy__title {
    color: #222;
}

.section-single-image-copy.section-single-image-copy--font-color-dark .section-single-image-copy__content {
    color: #706f6f;
}

@media only screen and (min-width:480px) {
    .section-single-image-copy__content-wrapper {
        margin: 0 auto;
        max-width: 450px;
    }

    .section-single-image-copy__container {
        /*padding: 3.5rem 30px;*/
    }

    .section-single-image-copy__title {
        font-size: 22px;
    }

    .section-single-image-copy__content {
        font-size: 16px;
        margin-bottom: 2rem;
    }
}

@media screen and (min-width:768px) {
    .section-single-image-copy .page-width {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-single-image-copy__container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        /*padding: 3.5rem 3rem;*/
    }

    .section-single-image-copy__image-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }

    .section-single-image-copy__content-wrapper {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 100%;
        padding: 2rem 4rem 2rem 2.5rem;
        text-align: left;
    }

    .section-single-image-copy__title {
        max-width: 430px;
    }

    .section-single-image-copy__content {
        max-width: 375px;
    }

    .section-single-image-copy.section-single-image-copy--layout-left .section-single-image-copy__image-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .section-single-image-copy.section-single-image-copy--layout-left .section-single-image-copy__content-wrapper, .section-single-image-copy.section-single-image-copy--layout-right .section-single-image-copy__image-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .section-single-image-copy.section-single-image-copy--layout-right .section-single-image-copy__content-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width:1024px) {
    .section-single-image-copy__content-wrapper {
        padding: 2rem 4rem 2rem 3.5rem;
    }
}

.section-social-sharing {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 32px 0;
    padding: 2rem 0;
}

.section-social-sharing__label {
    color: #222;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    margin-right: 12px;
    margin-right: .75rem;
    text-transform: uppercase;
}

.section-social-sharing__item {
    margin: 0 4px;
    margin: 0 .25rem;
}

.section-social-sharing .icon {
    fill: #000;
    height: 24px;
    width: 24px;
}

.section-two-column-image-copy__image-wrapper {
    overflow: hidden;
    position: relative;
}

.section-two-column-image-copy__image-aspect-ratio {
    height: 100%;
    overflow: hidden;
    /*padding-top: 75%;*/
    position: relative;
}

.section-two-column-image-copy__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    width: 100%;
}

.section-two-column-image-copy__image-link:hover .section-two-column-image-copy__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.section-two-column-image-copy__content-wrapper {
    margin: 0 auto;
    max-width: 310px;
    padding: 40px 12px;
    padding: 2.5rem .75rem;
    text-align: center;
}

.section-two-column-image-copy__title {
    color: #222;
    font-size: 19.2px;
    letter-spacing: 3px;
    margin-bottom: 12px;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.section-two-column-image-copy__content {
    color: #706f6f;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.section-two-column-image-copy__link {
    min-width: 205px;
}

@media only screen and (min-width:480px) {
    .section-two-column-image-copy__content-wrapper {
        max-width: 450px;
    }

    .section-two-column-image-copy__title {
        font-size: 22px;
    }

    .section-two-column-image-copy__content {
        font-size: 16px;
        margin-bottom: 2rem;
    }
}

@media screen and (min-width:768px) {
    .section-two-column-image-copy__container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
    }

    .section-two-column-image-copy__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 640px;
        flex: 1 1 640px;
    }

        .section-two-column-image-copy__item:first-child {
            margin-right: 1.75rem;
        }

        .section-two-column-image-copy__item:last-child {
            margin-left: 1.75rem;
        }

    .section-two-column-image-copy__content-wrapper {
        padding: 2.5rem .75rem 0;
    }
}

.section-usp__container {
    padding: 25px 15px;
}

.section-usp__block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 15px;
    padding: 15px;
    position: relative;
    text-align: center;
}

    .section-usp__block:after {
        background-color: #ededed;
        content: "";
        display: block;
        height: 1px;
        margin-top: 32px;
        margin-top: 2rem;
        width: 70px;
    }

    .section-usp__block.section-usp__block--link:hover {
        color: inherit;
        text-decoration: underline;
    }

    .section-usp__block:last-child {
        margin-bottom: 0;
    }

        .section-usp__block:last-child:after {
            display: none;
        }

.section-usp__icon {
    margin-bottom: 8px;
    margin-bottom: .5rem;
}

.section-usp__content {
    color: #222;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1.8;
    text-transform: uppercase;
}

@media only screen and (min-width:480px) {
    .section-usp__container {
        padding: 25px 30px;
    }
}

@media screen and (min-width:768px) {
    .section-usp__container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 33px 0;
    }

    .section-usp__block {
        margin: 0;
        padding: 15px 45px;
        position: relative;
        width: 33.333%;
    }

        .section-usp__block:after {
            height: 50%;
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
        }

        .section-usp__block:last-child {
            margin: 0;
        }

    .section-usp__icon {
        display: block;
        margin-right: 15px;
        width: 40px;
    }

    .section-usp__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 12px;
        line-height: 1.5;
    }
}

@media only screen and (min-width:1024px) {
    .section-usp .page-width {
        padding: 0 45px;
    }
}

.section--margin-top {
    padding-top: 40px;
}

.section--margin-bottom {
    padding-bottom: 40px;
}

@media only screen and (min-width:480px) {
    .section--margin-top {
        padding-top: 75px;
    }

    .section--margin-bottom {
        padding-bottom: 75px;
    }
}

.selectric-wrapper {
    cursor: pointer;
    position: relative;
    text-align: left;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #c6c6c6;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

    .selectric .label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 38px 0 20px;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        font-size: 13px;
        letter-spacing: .3px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .selectric .button, .selectric .label {
        display: block;
        line-height: 50px;
        height: 50px;
        color: #706f6f;
    }

    .selectric .button {
        position: absolute;
        right: 0;
        top: 0;
        width: 38px;
        background-color: #fff;
        text-align: center;
        font: 0/0 a;
    }

        .selectric .button:after {
            content: " ";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-top-color: #706f6f;
            border-bottom: none;
        }

.selectric-hover .selectric .button {
    color: #706f6f;
}

.selectric-open {
    z-index: 9999;
}

    .selectric-open.selectric-below .selectric {
        border-bottom-color: #fefefe;
    }

    .selectric-open.selectric-above .selectric {
        border-top-color: #fefefe;
    }

    .selectric-open .selectric-items {
        display: block;
    }

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

    .selectric-hide-select select {
        position: absolute;
        left: -100%;
    }

    .selectric-hide-select.selectric-is-native {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

        .selectric-hide-select.selectric-is-native select {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            border: none;
            z-index: 1;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            opacity: 0;
        }

.selectric-input {
    display: none;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    margin: 0!important;
    padding: 0!important;
    width: 1px!important;
    height: 1px!important;
    outline: none!important;
    border: none!important;
    *font: 0/0 a!important;
    background: none!important;
}

.selectric-temp-show {
    position: absolute!important;
    visibility: hidden!important;
    display: block!important;
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #c6c6c6;
    border-top-color: #fff;
    z-index: -1;
}

    .selectric-items .selectric-scroll {
        height: 100%;
        overflow: auto;
    }

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items li, .selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items ul {
    padding-bottom: 10px;
}

.selectric-items li {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
}

    .selectric-items li.highlighted, .selectric-items li.selected, .selectric-items li:hover {
        background: #fff;
        color: #706f6f;
    }

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default!important;
    background: none!important;
    color: #666!important;
}

.selectric-items .disabled, .selectric-items .selectric-group .selectric-group-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    padding-left: 10px;
    cursor: default;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.shipping-message {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: FFMarkWebProBold,Helvetica,sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
}

    .shipping-message p {
        display: inline;
        font-size: 11px;
        letter-spacing: .9px;
        line-height: 0;
        margin: 0;
    }

.shipping-message__container {
    display: none;
}

.shipping-message__container--ajax-cart {
    margin: 0 30px 12px;
    white-space: normal;
}

.shipping-message__container--notification-bar .shipping-message {
    background: none;
    padding: 10px;
}

.shipping-message__container--notification-bar p {
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: 2;
}

.shipping-message__container--cart-mobile {
    margin: 0 auto 15px;
    max-width: 335px;
}

    .shipping-message__container--cart-mobile .shipping-message {
        padding: 20px;
    }

.shipping-message__container--cart-desktop .shipping-message {
    padding-bottom: 5px;
    padding-top: 20px;
}

.shipping-message__container--cart-desktop.shipping-message__container--padding .shipping-message {
    padding-bottom: 20px;
}

.shipping-message__container--ajax-cart .shipping-message {
    padding: 20px;
}

.shipping-message .flag-icon {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3px;
    vertical-align: middle;
    width: 20px;
    line-height: 1.3em;
}

.modaal-content .shipping-message .flag-icon {
    margin-bottom: 18px;
    width: 36px;
}

.shipping-message .flag-icon--globe {
    background-image: url(cart-globe.png);
}

.shipping-message__copy, .shipping-message__link {
    color: #836172;
    display: inline;
    text-transform: uppercase;
}

.shipping-message__link {
    text-decoration: underline;
}

.shipping-modal {
    display: none;
}

.shipping-modal__title {
    margin-top: 12px;
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    cursor: pointer;
}

    .slick-arrow path {
        fill: #836172!important;
    }

    .slick-arrow.icon-chevron-left {
        left: 30px;
        width: 26px;
        height: 50px;
        padding: 14px 14px 14px 0;
    }

    .slick-arrow.icon-chevron-right {
        right: 30px;
        width: 26px;
        height: 50px;
        padding: 14px 0 14px 14px;
    }

@media (max-width:1440px) {
    .slick-arrow.icon-chevron-left {
        left: 15px;
    }

    .slick-arrow.icon-chevron-right {
        right: 15px;
    }
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    z-index: 1;
}

    .slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
        background: transparent;
        color: transparent;
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1;
        }

        .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
            opacity: .25;
        }

        .slick-next:before, .slick-prev:before {
            font-family: "slick-icons, sans-serif";
            font-size: 35px;
            line-height: 1;
            color: #836172;
            opacity: .75;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

@media only screen and (max-width:479px) {
    .slick-next, .slick-prev {
        display: none;
    }
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "<";
}

[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: ">";
}

[dir=rtl] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
    }

        .slick-dots li, .slick-dots li button {
            height: 20px;
            width: 20px;
            cursor: pointer;
        }

            .slick-dots li button {
                border: 0;
                background: transparent;
                display: block;
                line-height: 0;
                font-size: 0;
                color: transparent;
                padding: 5px;
                min-height: 0;
            }

                .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                    opacity: 1;
                }

                .slick-dots li button:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "•";
                    width: 20px;
                    height: 20px;
                    font-family: "slick-icons, sans-serif";
                    font-size: 6px;
                    line-height: 20px;
                    text-align: center;
                    color: #c6c6c6;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

            .slick-dots li.slick-active button:before {
                color: #836172;
            }

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slider .slick-dots {
    margin: 0;
    width: auto;
}

    .slick-slider .slick-dots li {
        margin: 0;
        vertical-align: middle;
        width: 9px;
        height: 9px;
        margin-left: 12px;
        float: left;
    }

        .slick-slider .slick-dots li:first-of-type {
            margin-left: 0;
        }

@media only screen and (min-width:769px) {
    .slick-slider .slick-dots li {
        width: 12px;
        height: 12px;
    }
}

.slick-slider .slick-dots li button {
    position: relative;
    padding: 0;
    width: 7px;
    height: 7px;
}

    .slick-slider .slick-dots li button:before {
        color: #c6c6c6;
        opacity: 1;
    }

@media only screen and (min-width:769px) {
    .slick-slider .slick-dots li button {
        width: 9px;
        height: 9px;
    }
}

.slick-slider .slick-dots li.slick-active button:before {
    color: #836172;
    height: 9px;
    left: -1px;
    top: -1px;
    width: 9px;
}

@media only screen and (min-width:769px) {
    .slick-slider .slick-dots li.slick-active button:before {
        height: 12px;
        left: -2px;
        top: -2px;
        width: 12px;
    }
}

.slick-slider .slick-dots li button:before {
    text-indent: -9999px;
    background-color: transparent;
    background-color: currentColor;
    width: 7px;
    height: 7px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media only screen and (max-width:768px) {
    .slick-slider .slick-dots li.slick-active button:before {
        width: 8px;
        height: 8px;
    }

    .slick-slider .slick-dots li {
        margin-left: 7px;
    }

        .slick-slider .slick-dots li button:before {
            width: 6px;
            height: 6px;
        }
}

.slick-slider--updated-theme.slick-slider--updated-theme .slick-dots li {
    height: 10px;
    margin-left: 10px;
    width: 10px;
}

    .slick-slider--updated-theme.slick-slider--updated-theme .slick-dots li:first-of-type {
        margin-left: 0;
    }

    .slick-slider--updated-theme.slick-slider--updated-theme .slick-dots li button {
        height: 10px;
        width: 10px;
    }

        .slick-slider--updated-theme.slick-slider--updated-theme .slick-dots li button:before {
            border-radius: 100%;
            color: #222;
            height: 10px;
            opacity: .3;
            width: 10px;
        }

    .slick-slider--updated-theme.slick-slider--updated-theme .slick-dots li.slick-active button:before {
        color: #222;
        height: 10px;
        left: 0;
        opacity: 1;
        top: 0;
        width: 10px;
    }

.slick-slider.slick-slider--pagination-style .icon.icon-chevron-left, .slick-slider.slick-slider--pagination-style .icon.icon-chevron-right {
    height: 12px;
    margin-top: 0;
    padding: 0;
    top: 40px;
    top: 2.5rem;
    width: 7px;
}

.slick-slider.slick-slider--pagination-style .icon.icon-chevron-left {
    left: 0;
}

.slick-slider.slick-slider--pagination-style .icon.icon-chevron-right {
    right: 0;
}

.slick-slider.slick-slider--pagination-style .icon.slick-disabled {
    opacity: 0;
}

.slick-slider.slick-slider--pagination-style .icon path {
    fill: #222!important;
}

.slick-slider.slick-slider--pagination-style .slick-dots {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 48px;
    margin-top: 3rem;
    position: static;
}

    .slick-slider.slick-slider--pagination-style .slick-dots li {
        height: 8px;
        margin: 0 4px 8px;
        margin: 0 .25rem .5rem;
        width: 8px;
    }

        .slick-slider.slick-slider--pagination-style .slick-dots li button {
            height: 8px;
            width: 8px;
        }

        .slick-slider.slick-slider--pagination-style .slick-dots li:first-of-type {
            margin: 0 4px 8px;
            margin: 0 .25rem .5rem;
        }

        .slick-slider.slick-slider--pagination-style .slick-dots li.slick-active button:before {
            border-radius: 100%;
            color: #222;
            height: 8px;
            left: 0;
            opacity: 1;
            top: 0;
            width: 8px;
        }

        .slick-slider.slick-slider--pagination-style .slick-dots li button:before {
            border-radius: 100%;
            color: #222;
            height: 8px;
            opacity: .4;
            width: 8px;
        }

.slick-slider--set-initial-state {
    visibility: hidden;
}

    .slick-slider--set-initial-state.slick-initialized {
        visibility: visible;
    }

.stonefirst-button__item-message {
    display: block;
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}

.stonefirst-button__sub-message {
    color: #222;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    text-align: center;
}

.stonefirst-button__link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stonefirst-button__link {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    display: inline-block;
    font-family: FFMarkWebProBold,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0 auto;
    min-width: 208px;
    padding: 12px 24px;
    padding: .75rem 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

    .stonefirst-button__link.stonefirst-button__link--collection {
        background-color: #222;
        border: 1px solid #222;
        color: #fff;
    }

        .stonefirst-button__link.stonefirst-button__link--collection:hover {
            background-color: transparent;
            border: 1px solid #222;
            color: #222;
        }

    .stonefirst-button__link.stonefirst-button__link--register {
        background-color: #fff;
        border: 1px solid #222;
        color: #222;
        margin-top: 16px;
        margin-top: 1rem;
    }

        .stonefirst-button__link.stonefirst-button__link--register:hover {
            background-color: #222;
            border: 1px solid #fff;
            color: #fff;
        }

.stonefirst-button .fade-enter-active, .stonefirst-button .fade-leave-active {
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.stonefirst-button .fade-enter, .stonefirst-button .fade-leave-to {
    opacity: 0;
}

@media only screen and (max-width:479px) {
    .stonefirst-button__link {
        max-width: 208px;
    }
}

@media only screen and (min-width:480px) {
    .stonefirst-button__item-message {
        font-size: 15px;
    }

    .stonefirst-button__sub-message {
        font-size: 15px;
        max-width: 660px;
    }

    .stonefirst-button__link {
        font-size: 14px;
        padding: .75rem 32px;
    }

        .stonefirst-button__link.stonefirst-button__link--register {
            margin-top: 1.75rem;
        }
}

.stonefirst-sidebar {
    background-color: #fff;
    height: 100%;
    padding: 48px 24px;
    padding: 3rem 1.5rem;
}

.stonefirst-sidebar__title {
    color: #222;
    font-size: 22px;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-align: center;
}

.stonefirst-sidebar__subtitle {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 auto 56px;
    margin: 0 auto 3.5rem;
    max-width: 450px;
    text-align: center;
}

.stonefirst-sidebar__close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 25px;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 25px;
}

    .stonefirst-sidebar__close img {
        width: 12px;
    }

.stonefirst-sidebar__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    margin: 0 auto 1rem;
    max-width: 500px;
}

    .stonefirst-sidebar__options li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 33.33333%;
    }

.stonefirst-sidebar__option {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

    .stonefirst-sidebar__option.selected img {
        border: 1.5px solid #222;
        opacity: 1;
    }

    .stonefirst-sidebar__option img {
        border-radius: 100%;
        height: 50px;
        margin-bottom: 12px;
        margin-bottom: .75rem;
        opacity: .7;
        padding: 6px;
        width: 50px;
    }

    .stonefirst-sidebar__option span {
        display: block;
        font-size: 14px;
        letter-spacing: .5px;
    }

.stonefirst-sidebar__option-price {
    margin-top: 4px;
    margin-top: .25rem;
}

.stonefirst-sidebar__close-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stonefirst-sidebar__close-button {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
    font-family: FFMarkWebProBold,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    min-width: 208px;
    padding: 12px 24px;
    padding: .75rem 24px;
    text-transform: uppercase;
}

    .stonefirst-sidebar__close-button:hover {
        background-color: #222;
        border: 1px solid #fff;
        color: #fff;
    }

@media only screen and (min-width:480px) {
    .stonefirst-sidebar {
        padding: 4.25rem 1.5rem;
    }

    .stonefirst-sidebar__close-button {
        font-size: 14px;
    }
}

@media only screen and (min-width:1024px) {
    .stonefirst-sidebar {
        min-height: 780px;
        min-width: 450px;
        padding: 8.5rem 1.5rem;
        -webkit-transform: translateX(-450px);
        transform: translateX(-450px);
        -webkit-transition: -webkit-transform .5s ease-out;
        transition: -webkit-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out,-webkit-transform .5s ease-out;
    }

    .sidebar-is-active .stonefirst-sidebar {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .stonefirst-sidebar__options {
        margin: 0 auto 3rem;
    }

    .stonefirst-sidebar__subtitle {
        border-bottom: 1px solid #ededed;
        margin: 0 auto 3.5rem;
        padding-bottom: 3.5rem;
    }

    .stonefirst-sidebar__close {
        height: 40px;
        min-height: 40px;
        right: -20px;
        top: 105px;
        width: 40px;
    }

        .stonefirst-sidebar__close img {
            width: 18px;
        }

    .stonefirst-sidebar__close-button {
        padding: .75rem 32px;
    }
}

.stonefirst-viewer {
    margin: 48px 0 24px;
    margin: 3rem 0 1.5rem;
    max-height: 450px;
    max-width: 450px;
    position: relative;
    width: 95%;
}

    .stonefirst-viewer .cloudimage-360 {
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    }

.stonefirst-viewer__select {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.12);
    box-shadow: 0 0 20px rgba(0,0,0,.12);
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: FFMarkWebProBold,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    min-height: auto;
    opacity: 1;
    padding: 12px 16px 12px 12px;
    padding: .75rem 1rem .75rem 12px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.sidebar-is-active .stonefirst-viewer__select {
    opacity: 0;
}

.stonefirst-viewer__select.is-active .stonefirst-viewer__circle:before {
    background-color: #222;
    border-radius: 100%;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6px;
    width: 6px;
}

.stonefirst-viewer__select--1 {
    left: 0;
    top: 40%;
}

.stonefirst-viewer__select--2 {
    right: 0;
    top: 5%;
}

.stonefirst-viewer__select--3 {
    bottom: 11%;
    right: 0;
}

.stonefirst-viewer__circle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dfe3e8;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    margin-right: .5rem;
    width: 12px;
}

@media only screen and (min-width:1024px) {
    .stonefirst-viewer {
        margin: 4rem 0 0;
        width: 100%;
    }

    .stonefirst-viewer__select--1 {
        left: -9%;
        top: 40%;
    }

    .stonefirst-viewer__select--2 {
        right: 5%;
        top: 4%;
    }

    .stonefirst-viewer__select--3 {
        bottom: 26%;
        right: -9%;
    }
}

.swatches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    max-height: 45px;
    background: #836172;
    position: relative;
    -webkit-transition: max-height .3s;
    transition: max-height .3s;
    overflow: hidden;
}

    .swatches .label {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        margin: 13px 0;
        padding: 2px 15px;
        border-right: 1px solid #9d7a8c;
    }

    .swatches .label, .swatches__container {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.swatches__container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.swatches .swatch {
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

    .swatches .swatch.sold-out {
        pointer-events: none;
        cursor: pointer;
        opacity: .5;
        text-decoration: line-through;
        -webkit-text-decoration-color: #fff;
        text-decoration-color: #fff;
    }

    .swatches .swatch.swatch__color {
        height: 30px;
        width: 30px;
    }

    .swatches .swatch.swatch__text {
        height: auto;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        max-width: 64px;
    }

    .swatches .swatch .swatch__color--item {
        border: 1px solid #ededed;
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        overflow: hidden;
    }

    .swatches .swatch .swatch__text--item {
        color: #fff;
        padding: 8px 10px;
        -webkit-transition: all .3s;
        transition: all .3s;
        font-size: 13px;
        line-height: 1.1;
    }

    .swatches .swatch input {
        width: 0;
        height: 0;
        position: absolute;
        top: -100px;
    }

        .swatches .swatch input:checked + div {
            background-color: #6d525f;
        }

.text-columns__title {
    color: #a78596;
    font-size: 25.142px;
    font-size: 1.5714285714rem;
    position: relative;
    text-align: center;
    width: 100%;
}

    .text-columns__title span {
        background-color: #fff;
        color: inherit;
        display: inline-block;
        padding: 0 35px;
        z-index: 1;
    }

    .text-columns__title:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #ededed;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: -1;
    }

.text-columns__row {
    padding: 100px 0;
}

.text-columns__column-image {
    display: block;
    margin: 0 auto;
    padding: 0 0 5px;
}

.text-columns__column-title {
    color: #706f6f;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 22.857px;
    font-size: 1.4285714286rem;
    letter-spacing: normal;
    line-height: 1.25;
    padding: 15px 0;
    text-align: center;
    text-transform: none;
}

.text-columns__column-subtitle {
    color: #706f6f;
    font-size: 17.142px;
    font-size: 1.0714285714rem;
    letter-spacing: .32px;
    line-height: 1.73333;
    text-align: center;
    text-transform: none;
}

@media only screen and (max-width:768px) {
    .text-columns__title {
        font-size: 1.1428571429rem;
    }

        .text-columns__title span {
            padding: 0 20px;
        }

    .text-columns__row {
        padding: 50px 0;
    }

    .text-columns__column-title {
        font-size: 1.1428571429rem;
    }

    .text-columns__column-subtitle {
        font-size: 1rem;
        padding: 0 50px 50px;
    }
}

@media only screen and (max-width:479px) {
    .text-columns__column-subtitle {
        padding: 0 0 50px;
    }
}

.urgency-message {
    border: 1px solid #3ac1e3;
    font-size: 11px;
    padding: 12px;
    text-align: center;
}

    .urgency-message p {
        color: #706f6f;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: .3px;
        line-height: 1.6;
        margin: 0;
        white-space: normal;
    }

    .urgency-message.urgency-message--location-product {
        margin-bottom: 0;
        margin-top: 16px;
    }

    .urgency-message.urgency-message--location-cart-ajax, .urgency-message.urgency-message--location-cart-template {
        margin-bottom: 20px;
    }

@media only screen and (min-width:769px) {
    .urgency-message.urgency-message--location-product {
        margin-bottom: 24px;
        margin-top: 24px;
    }
}

.custom-valentines .video-block__title, .finest-fallback .video-block__title, .landing-article .video-block__title {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.custom-valentines .video-block__text, .finest-fallback .video-block__text, .landing-article .video-block__text {
    letter-spacing: .3px;
    line-height: 1.5;
    margin: 0;
    padding: 0 16px;
    padding: 0 1rem;
}

.custom-valentines .video-block__button, .finest-fallback .video-block__button, .landing-article .video-block__button {
    background-color: transparent;
    border: 1px solid #222;
    color: #222;
    display: inline-block;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding: 12px 15px 14px;
}

    .custom-valentines .video-block__button:hover, .finest-fallback .video-block__button:hover, .landing-article .video-block__button:hover {
        background-color: #8c687a;
        border: 1px solid #836172;
        color: #fff;
    }

    .custom-valentines .video-block__button:focus, .finest-fallback .video-block__button:focus, .landing-article .video-block__button:focus {
        border: 1px solid #222;
        outline: 0;
    }

@media only screen and (min-width:480px) {
    .custom-valentines .video-block__title, .finest-fallback .video-block__title, .landing-article .video-block__title {
        font-size: 22px;
    }
}

.video-block__video-container {
    position: relative;
}

    .video-block__video-container video::-webkit-media-controls-overlay-play-button {
        display: none!important;
    }

.video-block .section-video.margin-bottom {
    padding: 0;
}

.video-block__cdn-video {
    -o-object-fit: cover;
    object-fit: cover;
}

    .video-block__cdn-video.full-width {
        max-width: unset;
        padding: 0;
    }

.video-block__info {
    margin-top: 30px;
    text-align: center;
}

.video-block__text {
    padding: 15px;
}

.video-block__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

    .video-block__video-play .btn {
        background-color: transparent;
    }

    .video-block__video-play .trigger {
        display: none;
    }

    .video-block__video-play .active {
        display: block;
    }

@media only screen and (min-width:480px) {
    .video-block .section-video.margin-bottom {
        padding: 0;
    }
}

.video {
    display: none;
}

    .video.video--absolute {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
    }

@media only screen and (max-width:768px) {
    .video.video--enable-mobile {
        display: block;
    }
}

@media only screen and (min-width:769px) {
    .video.video--enable-desktop {
        display: block;
    }
}

.iWishAddColl {
    outline: none;
    position: absolute;
    right: 12px;
    right: .75rem;
    top: 14px;
    z-index: 2;
}

.wishlist-page {
    padding-bottom: 60px;
}

.iwishWrapper {
    text-align: center;
}

.iwishProducts {
    margin-top: 60px;
    margin-left: -60px;
}

    .iwishProducts .grid__item {
        padding-left: 60px;
    }

.iWishLoginNote {
    font-size: 15px!important;
}

.iwishMeta {
    margin-top: 10px;
}

.iwishItem {
    margin-bottom: 30px;
}

.iwishMeta-title {
    font-size: 16px;
    min-height: 40px;
    letter-spacing: 0;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    text-align: left;
}

    .iwishMeta-title a {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 20px;
    }

    .iwishMeta-title .product-compare-price {
        padding: 0 0 0 10px;
        float: right;
    }

    .iwishMeta-title .product-price.on-sale {
        color: #b95b5b;
    }

.iwishMeta-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.iwish-product-form {
    position: relative;
}

.iwishRemoveBtn {
    position: absolute;
    top: 0;
    right: 0;
}

.iwishShareContainer {
    display: none;
}

@media (max-width:1150px) {
    .iwishMeta-title {
        font-size: 16px;
    }
}

@media only screen and (max-width:1023px) {
    .iwishMeta-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .iwishMeta-price {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 15px;
    }

    .iwishProducts {
        margin-left: -30px;
    }

        .iwishProducts .grid__item {
            padding-left: 30px;
        }
}

@media only screen and (max-width:479px) {
    .wishlist-page {
        padding-bottom: 40px;
    }

    .iwishWrapper .mega-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .iWishLoginNote {
        font-size: 14px!important;
        letter-spacing: 0;
    }

    .iwishMeta-title {
        font-size: 14px;
    }

    .iwishProducts {
        margin-top: 0;
        margin-left: -15px;
    }

        .iwishProducts .grid__item {
            padding-left: 15px;
        }

    .iWishAddColl svg, .iWishAdd svg {
        width: 18px;
        height: 18px;
    }

    .iWishAddColl {
        top: 22px;
    }
}

.yotpo-product-form .yotpo .yotpo-bottomline .yotpo-icon-empty-star, .yotpo-product-form .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo-product-form .yotpo .yotpo-bottomline .yotpo-icon-star {
    color: #aed4ec;
    font-size: 23px;
}

.yotpo-product-form .standalone-bottomline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.yotpo-product-form .yotpo-icon {
    margin: 15px 2px auto;
}

.yotpo-product-form .text-m, .yotpo-product-form .yotpo-icon-empty-star {
    display: none;
}

.yotpo-wrapper {
    margin: 0 32px;
    padding: 0;
}

@media only screen and (max-width:1023px) {
    .yotpo-wrapper {
        margin: 0 16px;
    }
}

.yotpo a {
    font-family: FFMarkWebProRegular,Helvetica,sans-serif!important;
}

.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-bottomline .yotpo-icon-empty-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon {
    color: #aed4ec!important;
}

.yotpo .y-input {
    border-color: #c6c6c6!important;
    color: #706f6f!important;
    font-family: FFMarkWebProRegular,Helvetica,sans-serif!important;
    font-size: 15px!important;
    height: 49px!important;
    padding: 14px 18px!important;
}

.yotpo .error-box {
    background-color: transparent!important;
    border: 1px solid #d20000;
    padding: 8px;
}

    .yotpo .error-box .error-text {
        color: #d20000!important;
    }

.yotpo.yotpo-main-widget .yotpo-logo-link-new, .yotpo .yotpo-modal-dialog .yotpo-logo-link-new {
    display: none!important;
}

.yotpo.yotpo-main-widget .primary-color-btn, .yotpo.yotpo-main-widget .write-first-question-button, .yotpo.yotpo-main-widget .write-first-review-button, .yotpo.yotpo-main-widget input[type=button].primary-color-btn, .yotpo .yotpo-modal-dialog .primary-color-btn, .yotpo .yotpo-modal-dialog .write-first-question-button, .yotpo .yotpo-modal-dialog .write-first-review-button, .yotpo .yotpo-modal-dialog input[type=button].primary-color-btn {
    background-color: transparent!important;
    border: 1px solid #222;
    color: #222!important;
    font-family: FFMarkWebProRegular,Helvetica,sans-serif!important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 14px 20px!important;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

    .yotpo.yotpo-main-widget .primary-color-btn:hover, .yotpo.yotpo-main-widget .write-first-question-button:hover, .yotpo.yotpo-main-widget .write-first-review-button:hover, .yotpo.yotpo-main-widget input[type=button].primary-color-btn:hover, .yotpo .yotpo-modal-dialog .primary-color-btn:hover, .yotpo .yotpo-modal-dialog .write-first-question-button:hover, .yotpo .yotpo-modal-dialog .write-first-review-button:hover, .yotpo .yotpo-modal-dialog input[type=button].primary-color-btn:hover {
        background-color: #836172!important;
        border: 1px solid #836172!important;
        color: #fff!important;
    }

.yotpo.yotpo-main-widget .font-color-gray, .yotpo .yotpo-modal-dialog .font-color-gray {
    color: #706f6f!important;
}

.yotpo.yotpo-main-widget .yotpo-label.yotpo-small-box, .yotpo .yotpo-modal-dialog .yotpo-label.yotpo-small-box {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 20px 0 12px;
}

    .yotpo.yotpo-main-widget .yotpo-label.yotpo-small-box .yotpo-icon-btn, .yotpo .yotpo-modal-dialog .yotpo-label.yotpo-small-box .yotpo-icon-btn {
        float: none!important;
        margin-bottom: 0;
        padding: 0!important;
    }

    .yotpo.yotpo-main-widget .yotpo-label.yotpo-small-box .write-question-button, .yotpo .yotpo-modal-dialog .yotpo-label.yotpo-small-box .write-question-button {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .yotpo.yotpo-main-widget .yotpo-label.yotpo-small-box .write-review-button, .yotpo .yotpo-modal-dialog .yotpo-label.yotpo-small-box .write-review-button {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

.yotpo.yotpo-main-widget .yotpo-icon-btn, .yotpo .yotpo-modal-dialog .yotpo-icon-btn {
    background: transparent!important;
}

    .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text, .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon-button-text {
        color: #706f6f!important;
        display: inline-block!important;
        font-size: 15px;
        text-decoration: underline;
        text-transform: none;
    }

        .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text:first-letter, .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon-button-text:first-letter {
            text-transform: uppercase!important;
        }

    .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon, .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon {
        display: none;
    }

.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews .yotpo-icon-empty-star, .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews .yotpo-icon-half-star, .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews .yotpo-icon-star, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars-and-sum-reviews .yotpo-icon-empty-star, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars-and-sum-reviews .yotpo-icon-half-star, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars-and-sum-reviews .yotpo-icon-star {
    font-size: 20px!important;
}

.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-distibutions-stars, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-distibutions-stars {
    padding-top: 0!important;
}

    .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-distibutions-stars .yotpo-icon-empty-star, .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-distibutions-stars .yotpo-icon-half-star, .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-distibutions-stars .yotpo-icon-star, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-distibutions-stars .yotpo-icon-empty-star, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-distibutions-stars .yotpo-icon-half-star, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-distibutions-stars .yotpo-icon-star {
        font-size: 13px!important;
    }

.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars {
    padding-right: 5px!important;
}

.yotpo.yotpo-main-widget .yotpo-bottomline .based-on, .yotpo .yotpo-modal-dialog .yotpo-bottomline .based-on {
    font-size: 13px;
}

.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .yotpo-sum-reviews, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .yotpo-sum-reviews {
    display: inline-block!important;
    margin-bottom: 0!important;
    padding-bottom: 4px;
}

.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution {
    border-right: 0!important;
}

    .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .review-stars, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .review-stars {
        margin-bottom: 10px!important;
    }

    .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-distibutions-sum-reviews, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-distibutions-sum-reviews {
        margin-top: -1px;
    }

    .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-sum-reviews, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-sum-reviews {
        margin-bottom: 6px!important;
    }

    .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-distributions-graphs, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-distributions-graphs {
        padding-top: 6px!important;
    }

    .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-graph, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-graph {
        height: 2px!important;
        margin-bottom: 21px!important;
        width: 100%!important;
    }

        .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .review-stars:last-child, .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-graph:last-child, .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-sum-reviews:last-child, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .review-stars:last-child, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-graph:last-child, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-sum-reviews:last-child {
            margin-bottom: 0!important;
        }

    .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-graph-background, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-graph-background {
        background-color: #dfe3e8!important;
    }

.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution-content, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution-content {
    margin-bottom: 0!important;
}

.yotpo.yotpo-main-widget .yotpo-thank-you, .yotpo .yotpo-modal-dialog .yotpo-thank-you {
    border: 0!important;
}

    .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-content, .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header, .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-content, .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header {
        margin-bottom: 15px!important;
    }

        .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon, .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon {
            display: none!important;
        }

        .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span, .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header span {
            color: #222!important;
            font-size: 16px!important;
            font-weight: 400!important;
        }

.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .yotpo-icon-btn-big, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-nav .yotpo-icon-btn-big {
    display: none!important;
}

.yotpo.yotpo-main-widget {
    position: relative;
}

    .yotpo.yotpo-main-widget a, .yotpo.yotpo-main-widget div, .yotpo.yotpo-main-widget form, .yotpo.yotpo-main-widget i, .yotpo.yotpo-main-widget img, .yotpo.yotpo-main-widget label, .yotpo.yotpo-main-widget li, .yotpo.yotpo-main-widget p, .yotpo.yotpo-main-widget span, .yotpo.yotpo-main-widget strong, .yotpo.yotpo-main-widget sup, .yotpo.yotpo-main-widget ul {
        font-family: FFMarkWebProRegular,Helvetica,sans-serif!important;
    }

    .yotpo.yotpo-main-widget .yotpo-small-box.yotpo-nav {
        padding: 0;
    }

    .yotpo.yotpo-main-widget .yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 {
        margin-right: 32px!important;
        margin-right: 2rem!important;
    }

    .yotpo.yotpo-main-widget .yotpo-mandatory-mark {
        color: #706f6f!important;
    }

    .yotpo.yotpo-main-widget .reviews-qa-labels-container, .yotpo.yotpo-main-widget .yotpo-user-related-fields {
        display: none!important;
    }

    .yotpo.yotpo-main-widget .yotpo-label-container {
        display: none;
    }

    .yotpo.yotpo-main-widget .write-question-review-buttons-container .yotpo-default-button {
        margin-bottom: 15px;
    }

    .yotpo.yotpo-main-widget .yotpo-no-reviews .yotpo-display-wrapper {
        display: none;
    }

    .yotpo.yotpo-main-widget .yotpo-no-reviews .yotpo-label.yotpo-small-box .write-question-button, .yotpo.yotpo-main-widget .yotpo-no-reviews .yotpo-label.yotpo-small-box .write-review-button {
        display: none!important;
    }

    .yotpo.yotpo-main-widget .yotpo-display-wrapper .bottom-line-items-container {
        border-top: 1px solid #ededed!important;
    }

    .yotpo.yotpo-main-widget .yotpo-first-review.yotpo-first-review {
        margin: 12px 0 0;
    }

        .yotpo.yotpo-main-widget .yotpo-first-review.yotpo-first-review .yotpo-first-review-stars {
            display: none!important;
        }

    .yotpo.yotpo-main-widget .yotpo-nav {
        border-color: #dfe3e8;
    }

        .yotpo.yotpo-main-widget .yotpo-nav ul .yotpo-nav-wrapper {
            font-size: 15px;
        }

        .yotpo.yotpo-main-widget .yotpo-nav ul .yotpo-nav-tab.yotpo-active {
            font-weight: 400;
        }

            .yotpo.yotpo-main-widget .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
                border-bottom: 2px solid;
            }

        .yotpo.yotpo-main-widget .yotpo-nav li {
            margin: 0 24px 0 0;
        }

        .yotpo.yotpo-main-widget .yotpo-nav.yotpo-nav-primary {
            padding: 25px 0 0;
        }

    .yotpo.yotpo-main-widget .yotpo-nav-content {
        padding-top: 28px;
    }

    .yotpo.yotpo-main-widget .yotpo-regular-box {
        border-top: 0;
        margin: 0;
    }

    .yotpo.yotpo-main-widget .yotpo-footer .footer-additional-actions, .yotpo.yotpo-main-widget .yotpo-header .yotpo-icon-profile, .yotpo.yotpo-main-widget .yotpo-helpful, .yotpo.yotpo-main-widget .yotpo-questions .footer-actions, .yotpo.yotpo-main-widget .yotpo-review .footer-actions {
        display: none!important;
    }

    .yotpo.yotpo-main-widget .yotpo-comments-box {
        border-left: 1px solid #dfe3e8;
        margin: 20px 0 16px;
    }

        .yotpo.yotpo-main-widget .yotpo-comments-box .yotpo-comment-box {
            padding: 5px 0;
        }

            .yotpo.yotpo-main-widget .yotpo-comments-box .yotpo-comment-box .yotpo-main {
                margin-bottom: 10px;
            }

    .yotpo.yotpo-main-widget .yotpo-comment .yotpo-header .yotpo-header-element .y-label, .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label, .yotpo.yotpo-main-widget .yotpo-question .yotpo-header .yotpo-header-element .y-label, .yotpo.yotpo-main-widget .yotpo-review .yotpo-header .yotpo-header-element .y-label {
        font-size: 11px!important;
        font-weight: 400!important;
    }

        .yotpo.yotpo-main-widget .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo.yotpo-main-widget .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo.yotpo-main-widget .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
            color: #222!important;
        }

        .yotpo.yotpo-main-widget .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-title, .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-title, .yotpo.yotpo-main-widget .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-title, .yotpo.yotpo-main-widget .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-title {
            color: #706f6f!important;
        }

    .yotpo.yotpo-main-widget .yotpo-comment .yotpo-header .yotpo-review-stars, .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-header .yotpo-review-stars, .yotpo.yotpo-main-widget .yotpo-question .yotpo-header .yotpo-review-stars, .yotpo.yotpo-main-widget .yotpo-review .yotpo-header .yotpo-review-stars {
        margin-top: 0!important;
        padding-top: 18px;
    }

        .yotpo.yotpo-main-widget .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-main-widget .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo.yotpo-main-widget .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon {
            font-size: 20px;
        }

    .yotpo.yotpo-main-widget .yotpo-comment .yotpo-main, .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-main, .yotpo.yotpo-main-widget .yotpo-question .yotpo-main, .yotpo.yotpo-main-widget .yotpo-review .yotpo-main {
        margin-left: 0;
    }

        .yotpo.yotpo-main-widget .yotpo-comment .yotpo-main .yotpo-multiple-rating-fields, .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-main .yotpo-multiple-rating-fields, .yotpo.yotpo-main-widget .yotpo-question .yotpo-main .yotpo-multiple-rating-fields, .yotpo.yotpo-main-widget .yotpo-review .yotpo-main .yotpo-multiple-rating-fields {
            display: none!important;
        }

        .yotpo.yotpo-main-widget .yotpo-comment .yotpo-main .content-review, .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-main .content-review, .yotpo.yotpo-main-widget .yotpo-question .yotpo-main .content-review, .yotpo.yotpo-main-widget .yotpo-review .yotpo-main .content-review {
            color: #706f6f;
            font-size: 13px;
            letter-spacing: .3px;
        }

        .yotpo.yotpo-main-widget .yotpo-comment .yotpo-main .content-question, .yotpo.yotpo-main-widget .yotpo-comment .yotpo-main .content-review, .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-main .content-question, .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-main .content-review, .yotpo.yotpo-main-widget .yotpo-question .yotpo-main .content-question, .yotpo.yotpo-main-widget .yotpo-question .yotpo-main .content-review, .yotpo.yotpo-main-widget .yotpo-review .yotpo-main .content-question, .yotpo.yotpo-main-widget .yotpo-review .yotpo-main .content-review {
            line-height: 1.4;
        }

            .yotpo.yotpo-main-widget .yotpo-comment .yotpo-main .content-question.yotpo-font-bold, .yotpo.yotpo-main-widget .yotpo-comment .yotpo-main .content-title, .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-main .content-question.yotpo-font-bold, .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-main .content-title, .yotpo.yotpo-main-widget .yotpo-question .yotpo-main .content-question.yotpo-font-bold, .yotpo.yotpo-main-widget .yotpo-question .yotpo-main .content-title, .yotpo.yotpo-main-widget .yotpo-review .yotpo-main .content-question.yotpo-font-bold, .yotpo.yotpo-main-widget .yotpo-review .yotpo-main .content-title {
                color: #222;
                font-size: 16px;
                font-weight: 400;
                letter-spacing: 2px;
                line-height: 1.25;
                padding-bottom: 8px!important;
                text-transform: uppercase;
            }

            .yotpo.yotpo-main-widget .yotpo-comment .yotpo-main .content-question:not(.yotpo-font-bold), .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-main .content-question:not(.yotpo-font-bold), .yotpo.yotpo-main-widget .yotpo-question .yotpo-main .content-question:not(.yotpo-font-bold), .yotpo.yotpo-main-widget .yotpo-review .yotpo-main .content-question:not(.yotpo-font-bold) {
                font-size: 13px;
            }

    .yotpo.yotpo-main-widget .write-review h2 {
        color: #222!important;
        font-size: 16px;
        padding-top: 0!important;
    }

    .yotpo.yotpo-main-widget .write-review .yotpo-header .yotpo-icon {
        color: #aed4ec;
        font-size: 20px;
    }

    .yotpo.yotpo-main-widget .write-review .socialize-wrapper {
        display: none!important;
    }

    .yotpo.yotpo-main-widget .write-review .connect-wrapper {
        padding-left: 0!important;
    }

    .yotpo.yotpo-main-widget .write-review .submit-button {
        float: none;
        padding-top: 20px;
    }

    .yotpo.yotpo-main-widget .y-label, .yotpo.yotpo-main-widget span.y-label {
        color: #706f6f!important;
    }

    .yotpo.yotpo-main-widget .form-group .form-element .yotpo-single-choice-field {
        padding-bottom: 15px;
    }

        .yotpo.yotpo-main-widget .form-group .form-element .yotpo-single-choice-field .yotpo-single-choice-option .yotpo-radio-wrapper {
            height: auto!important;
            margin-bottom: 8px!important;
        }

            .yotpo.yotpo-main-widget .form-group .form-element .yotpo-single-choice-field .yotpo-single-choice-option .yotpo-radio-wrapper input[type=radio] {
                margin-left: 0!important;
                min-height: 0!important;
                vertical-align: middle!important;
            }

    .yotpo.yotpo-main-widget .form-group .form-element .y-label.yotpo-field-title {
        margin-bottom: 15px!important;
    }

    .yotpo.yotpo-main-widget .form-element .y-label {
        padding-top: 0;
    }

    .yotpo.yotpo-main-widget .form-element .yotpo-single-choice-field .yotpo-single-choice-option .y-label {
        vertical-align: middle!important;
    }

    .yotpo.yotpo-main-widget .form-element.yotpo-custom-tag-field:last-child {
        margin-bottom: 10px;
    }

    .yotpo.yotpo-main-widget .yotpo-pager {
        margin: 20px 0 0;
    }

        .yotpo.yotpo-main-widget .yotpo-pager .yotpo-page-element {
            font-size: 15px;
        }

            .yotpo.yotpo-main-widget .yotpo-pager .yotpo-page-element.yotpo-active {
                border: 1px solid #222;
                font-weight: 400;
                padding: 4px 10px;
            }

@media only screen and (max-width:768px) {
    .yotpo.yotpo-main-widget .yotpo-label.yotpo-small-box, .yotpo .yotpo-modal-dialog .yotpo-label.yotpo-small-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .yotpo.yotpo-main-widget .yotpo-label.yotpo-small-box .write-question-button, .yotpo.yotpo-main-widget .yotpo-label.yotpo-small-box .write-review-button, .yotpo .yotpo-modal-dialog .yotpo-label.yotpo-small-box .write-question-button, .yotpo .yotpo-modal-dialog .yotpo-label.yotpo-small-box .write-review-button {
            display: inline-block!important;
        }

        .yotpo.yotpo-main-widget .yotpo-label.yotpo-small-box .yotpo-icon-button-text, .yotpo .yotpo-modal-dialog .yotpo-label.yotpo-small-box .yotpo-icon-button-text {
            display: block!important;
            font-size: 13px;
        }

    .yotpo.yotpo-main-widget .form-element.name-input, .yotpo .yotpo-modal-dialog .form-element.name-input {
        margin-bottom: 20px;
    }

    .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews, .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars-and-sum-reviews {
        float: none!important;
    }

    .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes {
        padding-bottom: 7px;
    }

        .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution {
            border-left: 0!important;
            float: none!important;
            margin: 18px 0 0!important;
            padding: 0!important;
            width: 100%!important;
        }

        .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution-content, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution-content {
            width: 100%!important;
        }

    .yotpo.yotpo-main-widget {
        padding-bottom: 64px;
    }

        .yotpo.yotpo-main-widget .yotpo-regular-box {
            padding: 14px 0;
        }

            .yotpo.yotpo-main-widget .yotpo-regular-box.write-review {
                padding-top: 28px;
            }

        .yotpo.yotpo-main-widget .yotpo-footer .yotpo-review-date {
            display: none;
        }

        .yotpo.yotpo-main-widget .yotpo-comment .yotpo-main, .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-main, .yotpo.yotpo-main-widget .yotpo-question .yotpo-main, .yotpo.yotpo-main-widget .yotpo-review .yotpo-main {
            margin-top: 16px;
        }
}

@media only screen and (min-width:769px) {
    .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution {
        border-left: 1px solid #dfe3e8!important;
        padding-left: 23px!important;
    }

    .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution-graph, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution-graph {
        width: 130px!important;
    }

    .yotpo.yotpo-main-widget {
        padding: 2.25rem 0 7rem;
    }

        .yotpo.yotpo-main-widget .yotpo-label.yotpo-small-box {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
            padding: 0;
            position: absolute;
            right: 0;
            top: 85px;
            width: 25%;
        }

            .yotpo.yotpo-main-widget .yotpo-label.yotpo-small-box .yotpo-icon-btn {
                display: block!important;
                margin: 0 auto!important;
            }

            .yotpo.yotpo-main-widget .yotpo-label.yotpo-small-box .write-review-button {
                margin-bottom: 16px!important;
            }

        .yotpo.yotpo-main-widget .yotpo-first-review.yotpo-first-review {
            margin: 24px 0 0;
        }

        .yotpo.yotpo-main-widget .write-first-question-button, .yotpo.yotpo-main-widget .write-first-review-button {
            min-width: 390px;
        }

        .yotpo.yotpo-main-widget .yotpo-bottomline-3-boxes {
            width: 75%;
        }

            .yotpo.yotpo-main-widget .yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 {
                margin-right: 7.5rem!important;
            }

        .yotpo.yotpo-main-widget .yotpo-display-wrapper .bottom-line-items {
            margin-bottom: 0;
        }

        .yotpo.yotpo-main-widget .yotpo-nav li {
            margin: 0 35px 0 0;
        }

        .yotpo.yotpo-main-widget .yotpo-nav-content {
            padding-top: 40px;
        }

        .yotpo.yotpo-main-widget .yotpo-comments-box {
            margin: 25px 0 20px 22px;
        }

            .yotpo.yotpo-main-widget .yotpo-comments-box .yotpo-comment-box {
                padding: 10px 0;
            }

        .yotpo.yotpo-main-widget .yotpo-comment .yotpo-main .content-title, .yotpo.yotpo-main-widget .yotpo-onsite-upload .yotpo-main .content-title, .yotpo.yotpo-main-widget .yotpo-question .yotpo-main .content-title, .yotpo.yotpo-main-widget .yotpo-review .yotpo-main .content-title {
            padding-bottom: 12px!important;
        }

        .yotpo.yotpo-main-widget .yotpo-pager {
            margin: 35px 0 0;
        }

            .yotpo.yotpo-main-widget .yotpo-pager .yotpo-page-element.yotpo-active {
                padding: 6px 12px;
            }
}

.yotpo.yotpo-reviews-carousel {
    max-width: 100%!important;
}

    .yotpo.yotpo-reviews-carousel .carousel-display-wrapper {
        margin: 0 auto;
        max-width: 1500px;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }

        .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
            border: 0!important;
            margin-bottom: 12px;
            margin-bottom: .75rem;
            padding: 0!important;
        }

            .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
                color: #222;
                font-size: 16px;
                font-weight: 400;
                letter-spacing: 3px;
                line-height: 140%;
                margin-bottom: 12px;
                margin-bottom: .75rem;
                text-transform: uppercase;
            }

            .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line {
                padding-top: 4px!important;
            }

                .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line .yotpo-icon {
                    color: #dfe3e8!important;
                    font-size: 14px!important;
                }

            .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
                padding-top: 4px!important;
            }

                .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo_next, .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo_previous {
                    color: #222!important;
                    font-size: 13px!important;
                }

        .yotpo.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-carousel-product-image {
            background-color: #fff;
            border: 0!important;
            border-radius: 0!important;
        }

        .yotpo.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .product-name {
            display: none;
        }

        .yotpo.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .stars-container .yotpo-icon {
            color: #dfe3e8!important;
            font-size: 14px!important;
        }

        .yotpo.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .stars-container .carousel-review-date {
            color: #706f6f;
            font-size: 10px!important;
            font-style: normal!important;
            line-height: 0!important;
        }

        .yotpo.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title {
            color: #222;
            font-size: 13px;
            margin-bottom: 8px;
            margin-bottom: .5rem;
        }

        .yotpo.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
            color: #706f6f;
            font-size: 13px;
            font-style: normal!important;
            margin-bottom: 12px;
            margin-bottom: .75rem;
            margin-left: 0!important;
        }

        .yotpo.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-read-more {
            display: none;
        }

        .yotpo.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
            color: #222;
            font-size: 13px;
            margin-bottom: 16px;
            margin-bottom: 1rem;
        }

    .yotpo.yotpo-reviews-carousel .yotpo-small-box {
        display: none;
    }

    .yotpo.yotpo-reviews-carousel .small-version {
        padding-left: 2px;
    }

        .yotpo.yotpo-reviews-carousel .small-version .stars-container {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            width: 100%;
            -ms-flex-align: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            -webkit-box-align: center;
            align-items: center;
        }

            .yotpo.yotpo-reviews-carousel .small-version .stars-container .yotpo-stars {
                top: 0!important;
            }

        .yotpo.yotpo-reviews-carousel .small-version .pull-left {
            float: right;
        }

        .yotpo.yotpo-reviews-carousel .small-version .pull-right {
            float: left;
        }

        .yotpo.yotpo-reviews-carousel .small-version .carousel-review-date {
            padding-top: 2px!important;
        }

    .yotpo.yotpo-reviews-carousel .big-version .right-side {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .yotpo.yotpo-reviews-carousel .big-version .stars-container {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

        .yotpo.yotpo-reviews-carousel .big-version .stars-container .yotpo-stars {
            top: 2px;
        }

    .yotpo.yotpo-reviews-carousel .big-version .carousel-review-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .yotpo.yotpo-reviews-carousel .big-version .carousel-review-body {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .yotpo.yotpo-reviews-carousel .big-version .carousel-review-author {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

@media only screen and (max-width:479px) {
    .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        position: relative;
    }

        .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
            margin-bottom: .25rem;
            text-align: center;
            width: 100%;
        }

        .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
            bottom: 0;
            position: absolute;
            right: 0;
        }
}

@media only screen and (min-width:480px) {
    .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
        margin-bottom: 2.5rem;
    }

        .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
            font-size: 19.2px;
        }

        .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line {
            padding-top: 4px!important;
        }

            .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line .yotpo-icon {
                font-size: 16px!important;
            }

        .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
            padding-top: 4px!important;
        }

            .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo_next, .yotpo.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo_previous {
                font-size: 13px!important;
            }
}

@media only screen and (min-width:769px) {
    .yotpo.yotpo-reviews-carousel .carousel-display-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.article-tier-breadcrumbs {
    background-color: #f9f9f9;
    font-size: 11px;
    letter-spacing: .3px;
    line-height: 1.5;
    margin: 0 -15px;
    padding: 12px 15px;
    padding: .75rem 15px;
}

@media only screen and (min-width:480px) {
    .article-tier-breadcrumbs {
        margin: 0 -30px;
        padding: .75rem 30px;
    }
}

@media only screen and (min-width:769px) {
    .article-tier-breadcrumbs {
        margin: 0;
        padding: 1.5rem 0 2rem;
    }
}

.article-tier-contact-block__container {
    padding: 48px 0;
    padding: 3rem 0;
    text-align: center;
}

.article-tier-contact-block__title {
    color: #222;
    font-size: 16px;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.article-tier-contact-block__content {
    margin: 0 auto;
    max-width: 500px;
}

    .article-tier-contact-block__content p {
        color: #706f6f;
        font-size: 14px;
        letter-spacing: .3px;
        line-height: 1.5;
        margin-bottom: 16px;
        margin-bottom: 1rem;
    }

@media only screen and (min-width:480px) {
    .article-tier-contact-block__content p {
        font-size: 15px;
    }
}

.article-tier-contact-block__opening-hours {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

    .article-tier-contact-block__opening-hours p {
        font-size: 11px;
        line-height: 1.5;
    }

.article-tier-contact-block__email, .article-tier-contact-block__telephone {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    color: #222;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: 1.5;
}

.article-tier-contact-block__email {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.article-tier-contact-block__image-container {
    display: none;
}

.article-tier-contact-block .icon--email, .article-tier-contact-block .icon--telephone {
    height: 16px;
    margin-right: 8px;
    margin-right: .5rem;
    width: 16px;
}

@media only screen and (max-width:768px) {
    .article-tier-contact-block__contact-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .article-tier-contact-block__email {
        margin-bottom: 1rem;
    }

    .article-tier-contact-block__email, .article-tier-contact-block__telephone {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        color: #222;
        font-size: 10px;
        line-height: 1.5;
        width: auto;
    }
}

@media only screen and (min-width:480px) {
    .article-tier-contact-block__title {
        font-size: 22px;
    }

    .article-tier-contact-block__email, .article-tier-contact-block__telephone {
        font-size: 10px;
    }
}

@media only screen and (min-width:769px) {
    .article-tier-contact-block {
        margin: 80px 0;
    }

    .article-tier-contact-block__container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        background-color: #fff;
        padding: 3.5rem;
        text-align: left;
    }

    .article-tier-contact-block__content-container {
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 2.5rem;
    }

    .article-tier-contact-block__inner-content-container {
        margin: 0 auto;
        max-width: 432px;
    }

    .article-tier-contact-block__content {
        margin: 0;
        max-width: 376px;
    }

    .article-tier-contact-block__image-container {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.article-tier {
    background-color: #fff;
}

.article-tier__custom-content-container {
    background-color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 906px;
    flex: 0 1 906px;
}

.article-tier__sidebar-navigation--desktop {
    display: none;
}

.article-tier__sidebar-navigation--mobile {
    background-color: #f9f9f9;
    margin: 0 -15px;
    padding: 56px 15px;
    padding: 3.5rem 15px;
}

.article-tier.article-tier--contact-disable .article-tier__primary-container {
    margin-bottom: 80px;
}

@media only screen and (min-width:480px) {
    .article-tier__sidebar-navigation--mobile {
        margin: 0 -30px;
        padding: 3.5rem 30px;
    }
}

@media only screen and (min-width:769px) {
    .article-tier__primary-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        position: relative;
    }

    .article-tier__sidebar-navigation {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        height: 100vh;
        margin-right: 3rem;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .article-tier__custom-content-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 906px;
        flex: 0 1 906px;
    }

    .article-tier.article-tier--sidebar-disable .article-tier__custom-content-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .article-tier__sidebar-navigation--mobile {
        display: none;
    }

    .article-tier__sidebar-navigation--desktop {
        display: block;
    }
}

@media only screen and (min-width:769px) {
    .article-tier {
        background-color: #f9f9f9;
    }
}

@media only screen and (min-width:1024px) {
    .article-tier__sidebar-navigation {
        margin-right: 6.75rem;
    }
}

.article-tier-navigation__item {
    color: #706f6f;
    font-size: 13px;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
    -webkit-tap-highlight-color: transparent;
}

    .article-tier-navigation__item:hover {
        cursor: pointer;
    }

    .article-tier-navigation__item:last-child {
        margin: 0;
    }

.article-tier-navigation__button .icon {
    height: 10px;
    width: 10px;
}

.article-tier-navigation__button .icon--plus {
    display: block;
}

.article-tier-navigation__button .icon--minus, .article-tier-navigation__button.is-active .icon--plus {
    display: none;
}

.article-tier-navigation__button.is-active .icon--minus {
    display: block;
}

.article-tier-navigation__label {
    padding-right: 8px;
    padding-right: .5rem;
}

.article-tier-navigation__link {
    display: block;
}

.article-tier-navigation [js-article-tier-navigation-menu=childMenu] {
    margin: 12px 0 12px 40px;
    margin: .75rem 0 .75rem 2.5rem;
}

    .article-tier-navigation [js-article-tier-navigation-menu=childMenu] .article-tier-navigation__item {
        border-bottom: 1px solid #dfe3e8;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        margin: 0;
        padding: 14px 0;
        padding: .875rem 0;
    }

        .article-tier-navigation [js-article-tier-navigation-menu=childMenu] .article-tier-navigation__item:last-child {
            border: 0;
        }

    .article-tier-navigation [js-article-tier-navigation-menu=childMenu] .article-tier-navigation__button {
        -ms-flex-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 0;
    }

.article-tier-navigation [js-article-tier-navigation-menu=grandChildMenu] {
    border-top: 1px solid #dfe3e8;
    margin: 16px 0 12px;
    margin: 1rem 0 .75rem;
    padding-top: 16px;
    padding-top: 1rem;
}

    .article-tier-navigation [js-article-tier-navigation-menu=grandChildMenu] .article-tier-navigation__item {
        border: 0;
        font-family: FFMarkWebProRegular,Helvetica,sans-serif;
        margin: 0;
        padding: 8px;
        padding: .5rem;
    }

        .article-tier-navigation [js-article-tier-navigation-menu=grandChildMenu] .article-tier-navigation__item.is-active {
            background-color: #e8f2f9;
        }

        .article-tier-navigation [js-article-tier-navigation-menu=grandChildMenu] .article-tier-navigation__item:hover {
            background-color: #ededed;
        }

.article-tier-navigation [js-article-tier-navigation-menu=childMenu], .article-tier-navigation [js-article-tier-navigation-menu=grandChildMenu] {
    display: none;
}

    .article-tier-navigation [js-article-tier-navigation-menu=childMenu].is-active, .article-tier-navigation [js-article-tier-navigation-menu=grandChildMenu].is-active {
        display: block;
    }

.article-tier-navigation .article-tier-navigation__link--tier-1 {
    border-left: 2px solid transparent;
    color: #222;
    display: block;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    padding: 2px 0 2px 12px;
    padding: .125rem 0 .125rem .75rem;
    text-transform: uppercase;
}

    .article-tier-navigation .article-tier-navigation__link--tier-1.is-active, .article-tier-navigation .article-tier-navigation__link--tier-1.is-active:hover {
        border-left: 2px solid #222;
    }

    .article-tier-navigation .article-tier-navigation__link--tier-1:hover {
        border-left: 2px solid #dfe3e8;
    }

.bullet-points-block {
    margin: 0 auto;
    max-width: 670px;
}

@media only screen and (min-width:769px) {
    .bullet-points-block {
        padding: 0 1.5rem;
    }
}

@media only screen and (min-width:1024px) {
    .bullet-points-block {
        padding: 0;
    }
}

.bullet-points-block .icon--bullet-point-diamond {
    height: 8px;
    margin: 0 8px 4px;
    margin: 0 .5rem 4px;
    width: 8px;
}

.bullet-points-block__content a {
    text-decoration: underline;
}

.cta-block {
    margin: 0 auto;
    max-width: 670px;
}

@media only screen and (min-width:769px) {
    .cta-block {
        padding: 0 1.5rem;
    }
}

@media only screen and (min-width:1024px) {
    .cta-block {
        padding: 0;
    }
}

.cta-block__cta-url {
    font-family: FFMarkWebProRegular,Helvetica,sans-serif;
    min-width: 264px;
}

.heading-content-block {
    margin: 0 auto;
    max-width: 670px;
}

@media only screen and (min-width:769px) {
    .heading-content-block {
        padding: 0 1.5rem;
    }
}

@media only screen and (min-width:1024px) {
    .heading-content-block {
        padding: 0;
    }
}

.heading-content-block__title {
    margin: 0;
}

    .heading-content-block__title.h1 {
        color: #222;
        font-family: FFMarkWebProRegular,Helvetica,sans-serif;
        font-size: 22px;
        letter-spacing: 2px;
    }

    .heading-content-block__title.h2 {
        color: #222;
        font-family: FFMarkWebProRegular,Helvetica,sans-serif;
        font-size: 16px;
        letter-spacing: 3px;
    }

    .heading-content-block__title.h3 {
        color: #706f6f;
        font-family: FFMarkWebProMedium,Helvetica,sans-serif;
        font-size: 14px;
        letter-spacing: .3px;
        text-transform: none;
    }

.heading-content-block__content p {
    color: #706f6f;
    font-size: 14px;
    letter-spacing: .3px;
    line-height: 1.5;
}

@media only screen and (min-width:480px) {
    .heading-content-block__content p {
        font-size: 15px;
    }
}

.heading-content-block__content a {
    color: #706f6f;
}

.heading-content-block__content p:last-child {
    margin: 0;
}

@media only screen and (min-width:480px) {
    .heading-content-block__title.h1 {
        font-size: 33px;
    }

    .heading-content-block__title.h2 {
        font-size: 22px;
    }

    .heading-content-block__title.h3 {
        font-size: 15px;
    }
}

.multichoice-image-block {
    margin: 0 -15px;
}

    .multichoice-image-block.layout--contain, .multichoice-image-block.layout--two-column {
        margin: 0;
        width: 100%;
    }

    .multichoice-image-block.layout--two-column {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
    }

        .multichoice-image-block.layout--two-column .multichoice-image-block__primary-image-wrapper {
            margin-right: 16px;
            margin-right: 1rem;
        }

        .multichoice-image-block.layout--two-column .multichoice-image-block__secondary-image-wrapper {
            margin-left: 16px;
            margin-left: 1rem;
        }

@media only screen and (min-width:480px) {
    .multichoice-image-block {
        margin: 0 -30px;
    }
}

@media only screen and (min-width:769px) {
    .multichoice-image-block {
        margin: 0;
    }

        .multichoice-image-block.layout--contain, .multichoice-image-block.layout--two-column {
            margin: 0 auto;
            max-width: 670px;
        }
}

@media only screen and (min-width:769px) and (min-width:769px) {
    .multichoice-image-block.layout--contain, .multichoice-image-block.layout--two-column {
        padding: 0 1.5rem;
    }
}

@media only screen and (min-width:769px) and (min-width:1024px) {
    .multichoice-image-block.layout--contain, .multichoice-image-block.layout--two-column {
        padding: 0;
    }
}

.pagination-block {
    display: none;
}

.pagination-block__container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    border: 1px solid #dfe3e8;
}

.pagination-block__previous-container {
    border-right: 1px solid #dfe3e8;
}

.pagination-block__next-container, .pagination-block__previous-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px;
    padding: 1rem;
}

.pagination-block__previous-link {
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.pagination-block__next-link, .pagination-block__previous-link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.pagination-block__next-link {
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.pagination-block__next-icon-text, .pagination-block__previous-icon-text {
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    color: #222;
    font-family: FFMarkWebProMedium,Helvetica,sans-serif;
    font-size: 10px;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    margin-bottom: .75rem;
    text-transform: uppercase;
    width: auto;
}

.pagination-block__next-subtitle, .pagination-block__previous-subtitle {
    color: #706f6f;
    font-size: 13px;
}

.pagination-block .icon--pagination-next, .pagination-block .icon--pagination-previous {
    height: 20px;
    width: 20px;
}

    .pagination-block .icon--pagination-next.icon--pagination-previous, .pagination-block .icon--pagination-previous.icon--pagination-previous {
        margin-right: 12px;
        margin-right: .75rem;
    }

    .pagination-block .icon--pagination-next.icon--pagination-next, .pagination-block .icon--pagination-previous.icon--pagination-next {
        margin-left: 12px;
        margin-left: .75rem;
    }

    .pagination-block .icon--pagination-next circle, .pagination-block .icon--pagination-previous circle {
        fill: #d5bdca!important;
    }

    .pagination-block .icon--pagination-next path, .pagination-block .icon--pagination-previous path {
        fill: #706f6f!important;
    }

@media only screen and (min-width:769px) {
    .pagination-block {
        display: block;
    }
}

.quote-block {
    margin: 0 auto;
    max-width: 670px;
}

@media only screen and (min-width:769px) {
    .quote-block {
        padding: 0 1.5rem;
    }
}

@media only screen and (min-width:1024px) {
    .quote-block {
        padding: 0;
    }
}

.quote-block__container {
    background-color: #f9f9f9;
    margin: 0 -15px;
    padding: 48px 30px;
    padding: 3rem 30px;
}

.quote-block__content p {
    color: #222;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0 0 16px;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.quote-block__author-text {
    color: #706f6f;
    font-size: 11px;
    line-height: 1.5;
}

@media only screen and (min-width:480px) {
    .quote-block__container {
        background-color: #f9f9f9;
        margin: 0;
        padding: 3.5rem 4rem;
    }

    .quote-block__content p {
        font-size: 16px;
    }

    .quote-block__author-text {
        font-size: 13px;
    }
}

.spacing-block.spacing-block--small {
    padding-bottom: 24px;
}

.spacing-block.spacing-block--large {
    padding-bottom: 40px;
}

@media only screen and (min-width:480px) {
    .spacing-block.spacing-block--small {
        padding-bottom: 32px;
    }

    .spacing-block.spacing-block--large {
        padding-bottom: 64px;
    }
}


/* for header in desktop */

.active {
position:fixed;
}
.a1:hover:after{
width: 100%;
    left: 0;
}


h2 span {
    text-transform: uppercase;
    font-size:2rem;
    font-weight:700;
    color:#313131ad;
}

        .active2 {
            color:black;
            transition:all 100ms ease;
            }
                .btn2:after {
                    background: none repeat scroll 0 0 transparent;
                    bottom: 0;
                    content: "";
                    display: block;
                    height: 2px;
                    position: absolute;
                    background: black;
                    transition: width 0.3s ease 0s, left 0.3s ease 0s;
                    width: 0;
                }

                .active2::after {
                    background: none repeat scroll 0 0 transparent;
                    bottom: 0;
                    content: "";
                    display: block;
                    height: 2px;
                    position: absolute;
                    background: black;
                    transition: width 0.3s ease 0s, left 0.3s ease 0s;
                    width: 100%;
                }
                
                .btn2:hover:after {
                    width: 100%;
                }

@keyframes floats1 {
    0% {
    transform:translateY(20px) rotate(0deg);
    
    }
     50% {
    transform:translateY(-10px) rotate(0deg);
    
    }
          100% {
    transform:translateY(20px) rotate(0deg);
    
    }
}

