
body.template-page-trial {
    height: auto;
}


.trialpage *, .trialpage *:before, .trialpage *:after {
    box-sizing: content-box !important;
}
.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid;
    text-align: center;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0
}
.button.-primary {
    border-color: #185674;
    background-color: #185674;
    color: #FFFFFF;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s
}
.button.-primary:hover {
    border-color: #2a7295;
    background-color: #2a7295
}
.button.-primary:active {
    border-color: #0b384e;
    background-color: #0b384e
}
.button.-primary.-inverted {
    border-color: #185674;
    background-color: #FFFFFF;
    color: #185674
}
.button.-primary.-inverted:hover {
    border-color: #2a7295;
    color: #2a7295
}
.button.-primary.-inverted:active {
    border-color: #0b384e;
    color: #0b384e
}
.button.-secondary {
    border-color: #5F899E;
    background-color: #5F899E;
    color: #FFFFFF;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s
}
.button.-secondary:hover {
    border-color: #899da7;
    background-color: #899da7
}
.button.-secondary:active {
    border-color: #427188;
    background-color: #427188
}
.button.-secondary.-inverted {
    border-color: #5F899E;
    background-color: #FFFFFF;
    color: #5F899E
}
.button.-secondary.-inverted:hover {
    border-color: #899da7;
    color: #899da7
}
.button.-secondary.-inverted:active {
    border-color: #427188;
    color: #427188
}
.button.-alternate {
    border-color: #3FB094;
    background-color: #3FB094;
    color: #FFFFFF;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s
}
.button.-alternate:hover {
    border-color: #68baa6;
    background-color: #68baa6
}
.button.-alternate:active {
    border-color: #289479;
    background-color: #289479
}
.button.-alternate.-inverted {
    border-color: #3FB094;
    background-color: #FFFFFF;
    color: #3FB094
}
.button.-alternate.-inverted:hover {
    border-color: #68baa6;
    color: #68baa6
}
.button.-alternate.-inverted:active {
    border-color: #289479;
    color: #289479
}
.button.-action {
    border-color: #E34F30;
    background-color: #E34F30;
    color: #FFFFFF;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s
}
.button.-action:hover {
    border-color: #e07b66;
    background-color: #e07b66
}
.button.-action:active {
    border-color: #d1310f;
    background-color: #d1310f
}
.button.-action.-inverted {
    border-color: #E34F30;
    background-color: #FFFFFF;
    color: #E34F30
}
.button.-action.-inverted:hover {
    border-color: #e07b66;
    color: #e07b66
}
.button.-action.-inverted:active {
    border-color: #d1310f;
    color: #d1310f
}
.button.-small {
    padding: 8px 22px;
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: 15px
}
@media (max-width: 768px) {
    .button.-small.-mobile-full-width {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}
@media (max-width: 768px) {
    .button.-mobile-small {
        padding: 8px 22px;
        border-radius: 4px;
        font-size: 10px;
        letter-spacing: 1.5px;
        line-height: 15px
    }
}
.button.-medium {
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 19px
}
@media (max-width: 768px) {
    .button.-medium.-mobile-full-width {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}
@media (max-width: 768px) {
    .button.-mobile-medium {
        padding: 10px 30px;
        border-radius: 4px;
        font-size: 13px;
        letter-spacing: 2px;
        line-height: 19px
    }
}
.button.-large {
    padding: 12px 45px;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 2.5px;
    line-height: 23px
}
@media (max-width: 768px) {
    .button.-large.-mobile-full-width {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}
@media (max-width: 768px) {
    .button.-mobile-large {
        padding: 12px 45px;
        border-radius: 5px;
        font-size: 16px;
        letter-spacing: 2.5px;
        line-height: 23px
    }
}
.button._hidden {
    display: none
}
.button._disabled {
    border-color: #BFBFBF;
    background-color: #BFBFBF;
    color: #F7F7F7
}
.button._disabled:hover {
    border-color: #BFBFBF;
    background-color: #BFBFBF;
    color: #F7F7F7
}
.markdown .markdown--h1 {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.9px;
    line-height: 40px;
    text-transform: none
}
@media (min-width: 769px) {
    .markdown .markdown--h1 {
        font-size: 36px;
        letter-spacing: 1.5px;
        line-height: 48px
    }
}
@media (min-width: 1024px) {
    .markdown .markdown--h1 {
        font-size: 42px;
        letter-spacing: 1.7px;
        line-height: 52px
    }
}
.markdown .markdown--h2 {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.9px;
    line-height: 40px;
    text-transform: none
}
@media (min-width: 1024px) {
    .markdown .markdown--h2 {
        font-size: 36px;
        letter-spacing: 1.5px;
        line-height: 48px
    }
}
.markdown .markdown--h3 {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.9px;
    line-height: 32px;
    text-transform: none
}
@media (min-width: 1024px) {
    .markdown .markdown--h3 {
        font-size: 28px;
        letter-spacing: 0.9px;
        line-height: 40px
    }
}
.markdown .markdown--h4 {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-transform: none
}
.markdown .markdown--h5 {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none
}
.markdown .markdown--body {
    margin-top: 20px !important;
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-transform: none
}
.markdown .markdown--bold {
    font-weight: bold
}
.markdown .markdown--italics {
    font-style: italic
}
.markdown .markdown--ul {
    padding: 16px 0px 16px 22px;
    list-style-type: disc
}
.markdown .markdown--cta-button {
    color: #FFFFFF;
    border-color: transparent;
    margin-top: 32px
}
.markdown .markdown--cta-link {
    margin-top: 24px;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 0;
    text-decoration: none
}
.medium-button {
    display: inline-block;
    border-radius: 4px;
    padding: 10px 30px;
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: background-color;
    transition-timing-function: ease
}

.nav-link {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 27px;
    color: #868686;
    text-transform: uppercase
}
@media (min-width: 769px) {
    .nav-link {
        line-height: 21px
    }
}
.nav-link:hover {
    color: #5F899E
}
.nav-link:active,
.nav-link.active {
    color: #185674
}
.sub-nav-link {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 14px;
    color: #FFFFFF;
    text-transform: uppercase
}
.shelf-title {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #185674;
    letter-spacing: 1px;
    line-height: 28px
}
.shelf-subtitle {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #868686
}
.header {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.05em
}
.hero-header {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0.05em
}
.subheader {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.04em
}
.hero-subheader {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.16em;
    text-transform: uppercase
}
.cta {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase
}
.cta span {
    padding-bottom: 4px;
    border-bottom: 1px solid
}
a {
    text-decoration: none
}
.hero-cta {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.16em;
    color: white;
    text-transform: uppercase
}
.callout-text {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    color: #3FB094
}
.price-text {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #666666
}
.product-name-text {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #868686
}
.text-medium-grey {
    color: #676767
}
.text-dark-blue {
    color: #263645
}
.text-white {
    color: #FFFFFF
}
.text-center {
    text-align: center
}
.popular {
    padding: 4px 8px;
    border: 1px solid #FFB000;
    color: #FFB000
}
.urgency {
    padding: 4px 8px;
    border: 1px solid #C2002F;
    color: #C2002F
}
.new-badge {
    padding: 4px 8px;
    border: 1px solid #308BDD;
    color: #308BDD
}
.limited {
    padding: 4px 8px;
    border: 1px solid #5F899E;
    color: #5F899E
}
.sold-out {
    color: #666666
}
.savings {
    color: #3FB094
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 20px 20px 19px;
    margin: 0;
    border: 1px solid #CFCFCF;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.630769231em;
    letter-spacing: 0.11em;
    color: #555555
}
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8C8C8C
}
input[type="color"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="range"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #8C8C8C
}
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #8C8C8C
}
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #8C8C8C
}
input[type="color"].error,
input[type="date"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="email"].error,
input[type="month"].error,
input[type="number"].error,
input[type="password"].error,
input[type="range"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="text"].error,
input[type="time"].error,
input[type="url"].error,
input[type="week"].error,
textarea.error {
    border-color: #C2002F;
    color: #C2002F
}
input[type="color"].suggestion,
input[type="date"].suggestion,
input[type="datetime"].suggestion,
input[type="datetime-local"].suggestion,
input[type="email"].suggestion,
input[type="month"].suggestion,
input[type="number"].suggestion,
input[type="password"].suggestion,
input[type="range"].suggestion,
input[type="search"].suggestion,
input[type="tel"].suggestion,
input[type="text"].suggestion,
input[type="time"].suggestion,
input[type="url"].suggestion,
input[type="week"].suggestion,
textarea.suggestion {
    border-color: #5F899E;
    color: #5F899E;
    margin-bottom: 60px
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    outline: 0;
    border-color: #0A4D6D;
    color: #0A4D6D
}
input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="range"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
textarea:disabled {
    border-color: #929292;
    color: #929292
}
.ie8 input[type="password"] {
    font-family: sans-serif
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 40px 19px 20px;
    margin: 0;
    border: 1px solid #CFCFCF;
    border-radius: 0;
    background-image: url(../images/global/select-arrow-d58a02ca04e83df80bd66ff2c4d291a41cf0fcc5ccad6926c26e2e938b424fbe.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-position: right 20px center;
    background-size: 13px 9px;
    background-color: #FFFFFF;
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.630769231em;
    letter-spacing: 0.11em;
    color: #555555;
    text-indent: 1px;
    text-overflow: ''
}
select.error {
    border-color: #C2002F;
    color: #C2002F
}
select.suggestion {
    border-color: #5F899E;
    color: #5F899E
}
select:focus {
    outline: 0;
    border-color: #0A4D6D;
    color: #0A4D6D
}
select:disabled {
    border-color: #929292;
    color: #929292
}
label.radio {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 5px 10px 0 0;
    border-radius: 100%;
    background-color: #FFFFFF;
    border: 1px solid #929292;
    cursor: pointer
}
input[type="radio"] {
    position: absolute;
    left: -9999999px;
    display: inline-block
}
input[type="radio"]:checked ~ label.radio {
    box-shadow: inset 0 0 0 3px #FFFFFF;
    border-color: #0A4D6D;
    background-color: #0A4D6D
}
label.checkbox {
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #929292;
    background-color: #FFFFFF;
    cursor: pointer;
    vertical-align: middle
}
label.text {
    cursor: pointer
}
input[type="checkbox"] {
    position: absolute;
    left: -99999px
}
input[type="checkbox"]:checked+label.checkbox {
    background-image: url(../images/global/checkmark-d2faea0e1e66593e1b1587386a00b37db27977702b75e4c9482429bd66970c65.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-color: #0A4D6D
}
html.ie8 input[type="radio"] {
    position: static;
    top: auto;
    left: auto
}
html.ie8 label.radio {
    display: none !important
}
html.ie8 input[type="checkbox"] {
    position: static;
    top: auto;
    left: auto
}
html.ie8 label.checkbox {
    display: none !important
}
html.ie8 select {
    background-image: none
}
html.ie9 select,
html.ie10 select {
    background-image: none
}
input ~ .error-msg,
input ~ .suggestion-msg,
select ~ .error-msg,
select ~ .suggestion-msg,
textarea ~ .error-msg,
textarea ~ .suggestion-msg {
    position: absolute;
    top: 70px;
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.13em;
    text-transform: uppercase
}
input ~ .error-msg strong,
input ~ .suggestion-msg strong,
select ~ .error-msg strong,
select ~ .suggestion-msg strong,
textarea ~ .error-msg strong,
textarea ~ .suggestion-msg strong {
    text-transform: none
}
input ~ .error-msg,
select ~ .error-msg,
textarea ~ .error-msg {
    right: 0;
    color: #C2002F
}
input ~ .suggestion-msg,
select ~ .suggestion-msg,
textarea ~ .suggestion-msg {
    left: 0;
    color: #5F899E
}
input ~ .suggestion-msg strong,
select ~ .suggestion-msg strong,
textarea ~ .suggestion-msg strong {
    text-transform: none;
    cursor: pointer;
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-size: 12px
}
.secondary-hero-container {
    width: 1212px;
    margin: 0 auto
}
.secondary-hero-tile {
    width: 594px;
    height: 460px;
    background-size: contain;
    float: left;
    display: table;
    margin: 6px
}
.secondary-hero-tile .text-container {
    display: table-cell;
    vertical-align: middle
}
.secondary-hero-tile .text-left {
    padding-left: 50px;
    padding-right: 304px
}
.secondary-hero-tile .text-right {
    padding-left: 304px;
    padding-right: 50px
}
.secondary-hero-tile .header {
    margin-bottom: 22px
}
.secondary-hero-tile .subheader {
    margin-bottom: 26px
}
.secondary-hero-tile .cta>span {
    display: inline-block
}
.hero-container {
    max-width: 1500px;
    margin: auto;
    margin-bottom: 55px
}
.hero-container a {
    display: table;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    width: 100%
}
.hero-container .hero-text-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative
}
.hero-container .hero-text-container .hero-header {
    margin-bottom: 22px
}
.hero-container .hero-text-container .hero-subheader {
    margin-bottom: 32px
}
.wrapper {
    width: 100%
}
.wrapper .shelf-container {
    width: 95%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 80px
}
@media (min-width: 769px) {
    .wrapper .shelf-container {
        margin-top: 24px
    }
}
.wrapper .shelf-container .shelf-info {
    width: 90%;
    margin: 0 auto;
    text-align: center
}
.wrapper .shelf-container .shelf-info .shelf-title {
    margin-top: 60px;
    margin-bottom: 14px
}
.wrapper .shelf-container .shelf-row {
    margin: 0 auto;
    margin-left: 10;
    margin-right: 10;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%
}
.wrapper .shelf-container .shelf-row:after {
    content: "";
    clear: both;
    display: block
}
.wrapper .shelf-container .shelf-row .shelf-tile {
    box-sizing: border-box;
    margin-top: 24px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}
@media (min-width: 769px) {
  .wrapper .shelf-container .shelf-row .shelf-tile {
    float: none !important;
    width: 33% !important;
    margin-top: 60px;
  }
  .wrapper .shelf-container .shelf-row .shelf-tile.shelf-tile_1,
  .wrapper .shelf-container .shelf-row .shelf-tile.shelf-tile_2,
  .wrapper .shelf-container .shelf-row .shelf-tile.shelf-tile_3,
  .wrapper .shelf-container .shelf-row .shelf-tile.shelf-tile_4 {
    width: 24% !important;
  }
}
.wrapper .divider-line {
    width: 100%;
    height: 1px;
    margin-top: 80px;
    background-color: #BFBFBF
}
.colors span,
.colors label>div {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    margin: 2px
}
.colors span:hover,
.colors label>div:hover {
    opacity: 0.7
}
.colors .top {
    display: block;
    margin: 0;
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 100px 100px 0 0
}
.colors .bottom {
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 0 0 100px 100px
}
.colors .blue,
.colors .nautilus-blue {
    background: #0A4D6D;
    border-color: #0A4D6D
}
.colors .white,
.colors .ivory {
    background: #EFEFE6;
    border-color: #D7D7CF
}
.colors .white:hover,
.colors .ivory:hover {
    opacity: 0.5
}
.colors .green,
.colors .olive-107 {
    background: #707C3C;
    border-color: #707C3C
}
.colors .orange,
.colors .total-orange {
    background: #ED7B20;
    border-color: #ED7B20
}
.colors .chrome {
    background: #CFCFCF;
    border-color: #CFCFCF
}
.colors .ash-fox .top {
    background-color: #9F2D20
}
.colors .ash-fox .bottom {
    background-color: #7A6855
}
.colors .headley-grange .top {
    background-color: #5C462B
}
.colors .headley-grange .bottom {
    background-color: #693F23
}
.colors .nautilus-capt .top {
    background-color: #0A4D6D
}
.colors .nautilus-capt .bottom {
    background-color: #005F86
}
.colors .woodsman .top {
    background-color: #693F23
}
.colors .woodsman .bottom {
    background-color: #ED7B20
}
.colors .black {
    background-color: #231F20
}
.colors .ice-blue {
    background-color: #3F97CB
}
.colors .charcoal {
    background-color: #555555
}
.colors .movember .top {
    background-color: #003763
}
.colors .movember .bottom {
    background-color: #f0613c
}
.colors .teton-green .top {
    background-color: #00ad5d
}
.colors .teton-green .bottom {
    background-color: #ff8339
}
.colors .exum-yellow .top {
    background-color: #E0E520
}
.colors .exum-yellow .bottom {
    background-color: #77cdbd
}
.colors .meru-blue .top {
    background-color: #230e65
}
.colors .meru-blue .bottom {
    background-color: #E0E520
}
.colors .summit-red .top {
    background-color: #b52f13
}
.colors .summit-red .bottom {
    background-color: #1fc0dc
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.85)
}
.modal .frame {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 80px 120px;
    background-color: #08292F;
    color: #FFFFFF
}
.modal .close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 38px;
    height: 38px;
    background-image: url(../images/global/modal-close-60baaaa4b432185fd981110b7373a4ac69b41157d4fb4893b9e143120f1da70f.png);
    background-position: center center;
    background-size: 38px 38px
}
.modal .close.dark {
    background-image: url(../images/global/modal-close-dark-ef6aaf50e85e716bcbf997ddfac071b73c5b9ccb2825d3897b539bfe34ab3c2d.png)
}
.modal .arrow {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 48px;
    margin-top: -24px;
    background-position: center center;
    background-size: 22px 48px
}
.modal .arrow.left {
    left: 35px;
    background-image: url(../images/global/modal-arrow-left-5eeadddf784ae4b740c74c250139e19cfa924275eedabcd56d357d5e8b751f09.png)
}
.modal .arrow.right {
    right: 35px;
    background-image: url(https://harrys-a.akamaihd.net/images/global/modal-arrow-right.png)
}
.modal .close,
.modal .arrow {
    cursor: pointer;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease
}
.modal .close:hover,
.modal .arrow:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}
.ie8 .modal .close {
    background-image: url(../images/global/modal-close-half-288ec919ec088d147e140f62fe6c4171111604c09dd37791c7bd6b7dc15457c2.png)
}
.ie8 .modal .close.dark {
    background-image: url(../images/global/modal-close-dark-half-23f21482cc4a3220fdb9030a9be529b9256ea793ad271f008abe219b63dcda85.png)
}
.shelf-item {
    margin: 0 auto;
    display: inline-block
}
.shelf-item .item-image {
    max-width: 420px;
    max-height: 420px;
    margin: 0 auto
}
.shelf-item .item-image img {
    max-width: 420px;
    max-height: 420px;
    width: 100%;
    height: auto
}
.shelf-item .item-info {
    position: relative
}
.shelf-item .item-info div {
    margin: 0 auto;
    text-align: center
}
.shelf-item .item-info .top-callout {
    opacity: 1;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease
}
.shelf-item .item-info .product-price-container {
    padding-top: 30px
}
.shelf-item .item-info .product-price-container div {
    display: inline
}
.shelf-item .item-info .product-price-container .vertical-divider {
    color: #BFBFBF
}
.shelf-item .item-info .colors {
    margin-top: 12px
}
.shelf-item .item-info .colors .outer-circle {
    display: inline-block;
    padding: 1px;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    margin-left: 2px;
    margin-right: 2px;
    height: 22px;
    width: 22px
}
.shelf-item .item-info .colors .outer-circle.active {
    border-color: #BFBFBF
}
.shelf-item .item-info .colors .outer-circle span {
    width: 16px;
    height: 16px
}
.shelf-item .item-info .bottom-callout {
    margin-top: 16px;
    margin-bottom: 16px;
}
.product-page-hero-container {
    position: relative
}
.product-page-hero-container .product-page-hero {
    margin-left: 0px;
    margin-right: 0px
}
.product-page-hero-container .product-page-hero:after {
    content: "";
    clear: both;
    display: block
}
.product-page-hero-container .product-page-hero .hero-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #F7F7F7;
    height: 500px
}
@media (min-width: 1024px) {
    .product-page-hero-container .product-page-hero .hero-wrap {
        float: left;
        width: 66.66667%
    }
}
.product-page-hero-container .product-page-hero .hero-wrap .quality-guaranteed {
    display: none;
    z-index: 3;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 30px
}
.product-page-hero-container .product-page-hero .hero-wrap .quality-guaranteed .quality-guaranteed-seal {
    margin-bottom: 10px;
  background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 73px;
    height: 77px;
    background-position: 1px 0
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .hero-wrap .quality-guaranteed .quality-guaranteed-seal {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .hero-wrap .quality-guaranteed span.tooltip-link {
    margin-left: 0px;
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
    text-transform: capitalize
}
.product-page-hero-container .product-page-hero .hero-wrap .quality-guaranteed span.tooltip-link .tooltip {
    border-radius: 5px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    padding-bottom: 30px
}
.product-page-hero-container .product-page-hero .hero-wrap .quality-guaranteed span.tooltip-link .tooltip .tooltip-title {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase
}
.product-page-hero-container .product-page-hero .hero-wrap .quality-guaranteed span.tooltip-link .tooltip .tooltip-text {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
    text-transform: none
}
.product-page-hero-container .product-page-hero .hero-wrap .quality-guaranteed span.tooltip-link .tooltip .quality-guaranteed-tooltip {
    margin: auto;
    margin-top: 5px;
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 20px;
    height: 20px;
    background-position: -98px -52px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .hero-wrap .quality-guaranteed span.tooltip-link .tooltip .quality-guaranteed-tooltip {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .hero-wrap .quality-guaranteed span.tooltip-link .tooltip>span {
    margin-bottom: 10px
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-galleries-container {
    position: relative;
    width: 100%;
    height: 100%
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-galleries-container .product-hero {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    margin: 0 auto;
    border-top-width: 0;
    border-bottom-width: 0;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-galleries-container .product-hero .frame {
    width: 100%;
    position: relative
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-galleries-container .product-hero .frame .large-image {
    max-width: 662px;
    margin: auto;
    max-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-galleries-container .product-hero .frame .large-image.active {
    opacity: 1;
    z-index: 2
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-galleries-container .product-hero .frame .large-image img {
    display: block;
    margin: auto;
    max-height: 662px
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-galleries-container .product-hero .frame .large-image video {
    max-width: 662px;
    max-height: 662px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-galleries-container .product-hero.active {
    opacity: 1
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .thumbnails {
    z-index: 3;
    display: none
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors {
    margin-top: 10px;
    margin-bottom: 6px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 2
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors.active {
    display: block
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors .selector-wrapper {
    display: table;
    margin: 0 auto
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors span {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #BFBFBF;
    margin-bottom: 10px;
    display: block;
    float: left
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors span+span {
    margin-left: 6px
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors span.video-thumb {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 8px;
    height: 8px;
    background-position: -183px 0;
    border-radius: 0
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors span.video-thumb {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors span.video-thumb.active {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 8px;
    height: 8px;
    background-position: -191px 0
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors span.video-thumb.active {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors span.active {
    background-color: #868686
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors span:hover {
    cursor: pointer
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors .right-arrow {
    border-radius: 0;
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 8px;
    height: 8px;
    background-position: -183px 0
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors .right-arrow {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors .right-arrow:active {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 8px;
    height: 8px;
    background-position: -191px 0
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors .right-arrow:active {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .info-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px
}
@media (min-width: 1024px) {
    .product-page-hero-container .product-page-hero .info-wrap {
        float: left;
        width: 33.33333%
    }
}
.product-page-hero-container .product-page-hero .info-wrap .hidden-button {
    display: none
}
.product-page-hero-container .product-page-hero .info-wrap .middle {
    display: block
}
.product-page-hero-container .product-page-hero .info-wrap .middle .name-price {
    background-color: #FFFFFF;
    width: 90%;
    margin: auto;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px
}
@media (min-width: 769px) {
    .product-page-hero-container .product-page-hero .info-wrap .middle .name-price {
        float: left;
        width: 50%
    }
}
@media (min-width: 1024px) {
    .product-page-hero-container .product-page-hero .info-wrap .middle .name-price {
        float: left;
        width: 100%
    }
}
.product-page-hero-container .product-page-hero .info-wrap .middle .name-price>div+div {
    margin-top: 1px
}
.product-page-hero-container .product-page-hero .info-wrap .middle .name-price .description {
    display: none
}
.product-page-hero-container .product-page-hero .info-wrap .middle .name-price>ul {
    margin-top: 8px;
    display: none
}
.product-page-hero-container .product-page-hero .info-wrap .middle .name-price>ul li {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
    list-style-type: disc;
    margin-left: 20px
}
.product-page-hero-container .product-page-hero .info-wrap .middle .name-price .name-text {
    margin-top: 30px;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.9px;
    line-height: 32px;
    text-transform: none;
    color: #185674
}
@media (min-width: 1024px) {
    .product-page-hero-container .product-page-hero .info-wrap .middle .name-price .name-text {
        font-size: 28px;
        letter-spacing: 0.9px;
        line-height: 40px
    }
}
.product-page-hero-container .product-page-hero .info-wrap .middle .name-price .price {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
    color: #666666
}
@media (min-width: 1024px) {
    .product-page-hero-container .product-page-hero .info-wrap .middle .name-price .price {
        font-size: 24px;
        letter-spacing: 0.9px;
        line-height: 32px
    }
}
.product-page-hero-container .product-page-hero .info-wrap .middle .name-price>div {
    display: table
}
.product-page-hero-container .product-page-hero .info-wrap .middle .name-price .price-text {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
    text-transform: capitalize;
    color: #868686;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
  line-height: 1;
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers {
    width: 90%;
    margin: auto
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers>div {
    padding: 16px 0
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers>div+div {
    border-top: 1px solid #BFBFBF
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .text .primary {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #666666
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .text .secondary {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
    color: #868686
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .soft-product-selector {
    padding-bottom: 25px;
    padding-top: 13px
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .soft-product-selector .option input[type="radio"] {
    position: absolute;
    left: -9999999px;
    display: inline-block
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .soft-product-selector .option input[type="radio"]+label.radio {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 26px;
    height: 26px;
    background-position: -72px 0px;
    box-shadow: none;
    border: none
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .soft-product-selector .option input[type="radio"]+label.radio {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .soft-product-selector .option input[type="radio"]:hover+label {
    cursor: pointer
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .soft-product-selector .option input[type="radio"]:hover+label.radio {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 26px;
    height: 26px;
    background-position: -72px -26px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .soft-product-selector .option input[type="radio"]:hover+label.radio {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .soft-product-selector .option input[type="radio"]:hover+label+.text>div {
    color: #185674 !important
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .soft-product-selector .option input[type="radio"]:checked+label.radio {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 26px;
    height: 26px;
    background-position: -72px -52px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .soft-product-selector .option input[type="radio"]:checked+label.radio {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .soft-product-selector .option input[type="radio"]:checked+label+.text>div {
    color: #185674 !important
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .soft-product-selector .option .radio {
    float: right
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .soft-product-selector .option .text {
    display: inline-block;
    top: 7px;
    position: relative;
    width: 85%
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .soft-product-selector .option+.option {
    margin-top: 12px
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .color-selector {
    padding: 14px 0px
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .color-selector .colors {
    top: 0px;
    position: relative
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .color-selector .colors>div+div {
    margin-left: 10px
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .color-selector .colors .color {
    display: block;
    top: 10px;
    float: left
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .color-selector .colors .color input[type=radio]:checked ~ label {
    border-color: #BFBFBF;
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .color-selector .colors .color .ui-radio-on {
	border-color: #BFBFBF;
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector span {
	display: none;
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .color-selector .colors .color label {
    display: inline-block;
    border: 1px solid;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border-color: transparent
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .color-selector .colors .color label>div {
    position: relative;
    left: 1px;
    top: 1px;
    width: 24px;
    height: 24px;
    border: none
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .color-selector .colors .color label>div.ivory {
    width: 22px;
    height: 22px;
    border: 1px solid #D7D7CF
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector {
    padding: 16px 0
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector .text {
    position: relative;
    top: 10px
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .prepay-selector.quantity-selector .text {
    position: relative;
    top: 00px
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector .float-right {
    position: relative;
    padding: 0 36px
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector .increase,
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector .decrease {
    display: block;
    float: left;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector .increase {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 26px;
    height: 26px;
    background-position: -126px 0;
    right: 0
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector .increase {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector .increase:hover {
    cursor: pointer;
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 26px;
    height: 26px;
    background-position: -126px -26px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector .increase:hover {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector .decrease {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 26px;
    height: 26px;
    background-position: -99px 0;
    left: 0
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector .decrease {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector .decrease:hover {
    cursor: pointer;
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 26px;
    height: 26px;
    background-position: -99px -26px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector .decrease:hover {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector input {
    width: 50px;
    height: 40px;
    padding: 0;
    text-align: center;
    display: block;
    float: left
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .pack-selector {
    padding: 13px 0
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .pack-selector .packs {
    position: relative;
    top: 10px
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .pack-selector .packs .pack {
    width: 24px;
    height: 24px;
    display: block;
    float: left
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .pack-selector .packs .pack input[type=radio]:checked ~ label {
    border-color: #185674;
    background-color: #185674;
    color: #FFFFFF
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .pack-selector .packs .pack label {
    display: block;
    height: 93%;
    width: 100%;
    padding-top: 2px;
    text-align: center;
    border: 1px solid;
    border-radius: 100%;
    border-color: #BFBFBF;
    background-color: #FFFFFF;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-size: 13px
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .pack-selector .packs .pack label:hover {
    border-color: #185674;
    color: #185674;
    cursor: pointer
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .pack-selector .packs .pack+.pack {
    margin-left: 11px
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .tube-size-selector {
    padding: 16px 0
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .tube-size-selector .text {
    top: 10px;
    position: relative
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .tube-size-selector .float-right {
    position: relative;
    top: 3px
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .tube-size-selector select {
    background-image: url(../images/dropdown-arrow@1x-64fd0d2b5d0cbc0e25f39c0008bbd6c65695dfed77d879c32791e6d7fbba2449.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 39px 38px;
    background-position: 130px 0;
    background-color: #FFFFFF;
    height: 40px;
    width: 170px;
    padding: 0 0 0 10px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .tube-size-selector select {
        background-image: url(../images/dropdown-arrow@2x-58bea213900520f03142ca4179ec77d3f1125b3d18b1371da6cd621b596f1f4d.png);
        background-size: 39px 38px
    }
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .engraving-selector {
    padding: 13px 0
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .engraving-selector .text {
    position: relative;
    top: 3px
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .engraving-selector input[type=checkbox]:checked ~ label.plus-box {
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .engraving-selector input[type=checkbox]:checked ~ input[type=text] {
    display: block
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .engraving-selector .plus-box {
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 26px;
    height: 26px;
    background-position: -126px 0;
    position: relative;
    top: 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .engraving-selector .plus-box {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .engraving-selector .plus-box:hover {
    cursor: pointer;
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 239px 80px;
    width: 26px;
    height: 26px;
    background-position: -126px -26px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .engraving-selector .plus-box:hover {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .engraving-selector .text-input {
    height: 40px;
    width: 60px;
    text-align: center;
    padding: 0 0;
    margin-right: 10px;
    position: relative;
    top: 3px;
    display: none
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px
}
@media (min-width: 769px) {
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form {
        float: left;
        width: 50%
    }
}
@media (min-width: 1024px) {
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form {
        float: left;
        width: 100%
    }
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap {
    background-color: #F7F7F7;
    text-align: center
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap>div,
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap ul {
    width: 90%;
    margin: auto;
    padding: 14px 0 14px
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap>div li,
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap ul li {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap>div li.ground-shipping,
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap ul li.ground-shipping {
    display: none
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap>div li.ground-shipping.active,
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap ul li.ground-shipping.active {
    display: list-item
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap>div.ground-shipping {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
    display: none;
    padding: 0 0 15px
}
@media (min-width: 769px) {
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form>div {
        padding: 0
    }
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form ul {
        display: none
    }
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers>div {
        border-top: none !important;
        border-bottom: 1px solid #BFBFBF;
        padding: 22px 0
    }
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap {
        background-color: #FFFFFF;
        padding: 0 20px 0 15px
    }
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap>div,
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap ul {
        width: 100%
    }
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap>div li.ground-shipping,
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap ul li.ground-shipping {
        display: none
    }
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap>div.ground-shipping {
        display: block;
        visibility: hidden
    }
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap>div.ground-shipping.active {
        visibility: visible
    }
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap .buttons {
        padding-top: 30px
    }
}
@media (min-width: 1024px) {
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form {
        background-color: #F7F7F7
    }
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers {
        width: 100%
    }
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers>.pack-selector {
        padding: 13px 0
    }
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form>div:nth-child(1) {
        border-top: 1px solid #BFBFBF !important
    }
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form>div {
        padding: 0px
    }
    .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap {
        background-color: #F7F7F7;
        padding: 0
    }
}
@media (min-width: 769px) {
    .product-page-hero-container .product-page-hero {
        height: 100%
    }
    .product-page-hero-container .product-page-hero .hero-wrap {
        display: block;
        height: 540px
    }
    .product-page-hero-container .product-page-hero .hero-wrap .quality-guaranteed {
        display: inline-block;
        right: 130px
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-galleries-container .gallery .frame .large-image {
        width: 100%;
        display: list-item
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-galleries-container .gallery .frame .large-image video {
        max-width: 480px;
        margin-top: 30px
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-galleries-container .gallery .frame .large-image img {
        height: 540px
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors,
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .gallery-selectors.active {
        display: none
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .thumbnails {
        display: block;
        position: absolute;
        top: 30px;
        left: 20px;
        display: none
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .thumbnails.active {
        display: block
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .thumbnails .thumbnail {
        position: relative;
        list-style: none;
        width: 44px;
        height: 44px;
        border: 1px solid #BFBFBF
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .thumbnails .thumbnail img {
        display: block
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .thumbnails .thumbnail:hover {
        cursor: pointer
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .thumbnails .thumbnail.active {
        border: 1px solid #185674
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .thumbnails .thumbnail+.thumbnail {
        margin-top: 10px
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .thumbnails .thumbnail .video-thumbnail {
        position: absolute;
        top: 8px;
        left: 8px;
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite.png?13256041891999409173);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 239px 80px;
        width: 30px;
        height: 30px;
        background-position: -153px -9px
    }
}
@media only screen and (min-width: 769px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-devicepixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-resolution: 1.5dppx) {
    .product-page-hero-container .product-page-hero .hero-wrap .hero-thumbnails-container .thumbnails .thumbnail .video-thumbnail {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/pdp_sprite2.png?13256041891999409173);
        background-size: 239px 80px
    }
}
@media (min-width: 769px) {
    .product-page-hero-container .product-page-hero .info-wrap {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px
    }
  .product-page-hero-container .product-page-hero .info-wrap {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 40px;
    padding-top: 10px;
}
    .product-page-hero-container .product-page-hero .info-wrap:after {
        content: "";
        clear: both;
        display: block
    }
    .product-page-hero-container .product-page-hero .info-wrap .middle {
        max-width: 692px;
        margin: 0 auto 40px;
        display: block
    }
    .product-page-hero-container .product-page-hero .info-wrap .middle .name-price .name-text {
        margin-top: 20px
    }
    .product-page-hero-container .product-page-hero .info-wrap .middle .name-price>div,
    .product-page-hero-container .product-page-hero .info-wrap .middle .name-price ul {
        padding-left: 30px
    }
    .product-page-hero-container .product-page-hero .info-wrap .middle .name-price ul {
        display: list-item
    }
    .product-page-hero-container .product-page-hero .info-wrap .middle .name-price ul .ground-shipping {
        display: none
    }
}
@media (min-width: 1024px) {
    .product-page-hero-container {
        background-color: #F7F7F7;
        height: 620px
    }
    .product-page-hero-container .product-page-hero {
        margin: 0 auto;
        padding: 0 20px
    }
    .product-page-hero-container .product-page-hero .hero-wrap {
        width: 100%
    }
    .product-page-hero-container .product-page-hero .hero-wrap .quality-guaranteed {
        right: 30px
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-galleries-container .gallery .frame .large-image img {
        width: 620px;
        height: auto
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-galleries-container .gallery .frame .large-image video {
        max-width: 560px
    }
    .product-page-hero-container .product-page-hero .hero-wrap .hero-galleries-container {
        position: absolute;
        width: 626.66667px;
        left: 50%;
        margin-left: -470px
    }
    .product-page-hero-container .product-page-hero .info-wrap {
        position: absolute;
        left: 50%;
        width: 940px;
        margin-left: -470px;
        margin-bottom: 0;
        margin-top: 0;
        display: table;
        height: 100%;
          background:none;
    }
    .product-page-hero-container .product-page-hero .info-wrap .middle {
        display: table-cell;
        vertical-align: middle;
        padding-left: 636.66667px
    }
    .product-page-hero-container .product-page-hero .info-wrap .middle .name-price {
        background-color: #F7F7F7
    }
    .product-page-hero-container .product-page-hero .info-wrap .middle .name-price>div {
        padding: 0px
    }
    .product-page-hero-container .product-page-hero .info-wrap .middle .name-price ul {
        padding: 0 0 20px 0
    }
}
.product-description-container {
    margin-left: 10px;
    margin-right: 10px;
    width: 90%;
    margin: auto
}
.product-description-container:after {
    content: "";
    clear: both;
    display: block
}
.product-description-container>div {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px
}
@media (min-width: 769px) {
    .product-description-container>div {
        float: left;
        width: 33.33333%
    }
}
.product-description-container>div+div {
    border-top: #BFBFBF solid 1px
}
.product-description-container>div ul {
    list-style: disc;
    padding-left: 15px
}
.product-description-container>div .header {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    color: #545454;
    margin-top: 50px
}
.product-description-container>div .text {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
    color: #868686;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 14px
}
.product-description-container>div.shipping {
    display: none
}
@media (min-width: 769px) {
    .product-description-container {
        max-width: 652px;
        margin: auto;
        padding-top: 50px
    }
    .product-description-container>div+div {
        border-top: none
    }
    .product-description-container>div .header {
        margin-top: 0
    }
    .product-description-container>div .text {
        max-width: 170px
    }
    .product-description-container>div.shipping {
        display: block
    }
}
@media (min-width: 1024px) {
    .product-description-container {
        max-width: 940px;
        margin: auto
    }
    .product-description-container>div .text {
        max-width: 260px
    }
}
.half-half-container {
    position: relative;
    width: 100%
}
.half-half-container .image-half {
    padding-top: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center
}
.half-half-container .text-container {
    display: none
}
.half-half-container .text-half {
    text-align: left;
    padding: 30px 5% 50px
}
@media (min-width: 769px) {
    .half-half-container .text-half {
        text-align: center
    }
}
.half-half-container .text-half .middle {
    display: block;
    max-width: 540px;
    margin: auto
}
.half-half-container .text-half .title {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.9px;
    line-height: 32px;
    text-transform: none
}
@media (min-width: 1024px) {
    .half-half-container .text-half .title {
        font-size: 28px;
        letter-spacing: 0.9px;
        line-height: 40px
    }
}
.half-half-container .text-half .title+.body {
    margin-top: 8px
}
.half-half-container .text-half .body {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-transform: none
}
.half-half-container .text-half .body+.cta {
    margin-top: 17px
}
.half-half-container .text-half .cta {
    display: inline-block;
    border-bottom: 1px solid;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 0;
    text-decoration: none
}
@media (min-width: 540px) and (max-width: 769px) {
    .half-half-container.inline .image-container {
        background-size: 540px
    }
}
@media (min-width: 769px) {
    .half-half-container .image-half,
    .half-half-container .text-half {
        background-color: transparent !important
    }
    .half-half-container.left-image .text-container {
        left: 50%
    }
    .half-half-container.right-image .image-container {
        left: 50%
    }
    .half-half-container .image-container,
    .half-half-container .text-container {
        width: 50%;
        position: absolute;
        top: 0;
        padding: 0;
        z-index: 1
    }
    .half-half-container .text-container {
        height: 100%;
        display: block
    }
    .half-half-container.inline.left-image .image-half {
        background-position: left
    }
    .half-half-container.inline.right-image .image-half {
        background-position: right
    }
    .half-half-container.inline .image-half,
    .half-half-container.inline .text-half {
        position: absolute;
        top: 0;
        left: 50%;
        width: 652px;
        margin-left: -326px;
        z-index: 2
    }
    .half-half-container.inline .text-half {
        padding: 0;
        height: 100%;
        display: block
    }
    .half-half-container.inline .text-half .middle {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left
    }
    .half-half-container.inline .text-half .middle .floater {
        max-width: 262px
    }
    .half-half-container.inline.left-image .text-half .middle {
        padding-left: 390.33333px
    }
    .half-half-container.full-bleed .image-half {
        width: 50%
    }
    .half-half-container.full-bleed.left-image .image-half {
        background-position: right
    }
    .half-half-container.full-bleed.right-image .image-half {
        float: right;
        background-position: left
    }
    .half-half-container.full-bleed .text-half {
        position: absolute;
        top: 0;
        left: 50%;
        width: 652px;
        margin-left: -326px;
        padding: 0;
        height: 100%;
        display: table;
        z-index: 2
    }
    .half-half-container.full-bleed .text-half .middle {
        display: table-cell;
        vertical-align: middle;
        text-align: left
    }
    .half-half-container.full-bleed .text-half .middle .floater {
        max-width: 262px
    }
    .half-half-container.full-bleed.left-image .text-half .middle {
        padding-left: 390.33333px
    }
}
@media (min-width: 1024px) {
    .half-half-container.inline .image-half,
    .half-half-container.inline .text-half {
        width: 940px;
        margin-left: -470px
    }
    .half-half-container.inline.left-image .text-half .middle {
        padding-left: 558.33333px
    }
    .half-half-container.inline .text-half .middle .floater {
        max-width: 380px
    }
    .half-half-container.full-bleed .text-half {
        width: 940px;
        margin-left: -470px
    }
    .half-half-container.full-bleed .text-half .middle .floater {
        max-width: 380px
    }
    .half-half-container.full-bleed.left-image .text-half .middle {
        padding-left: 558.33333px
    }
}
body,
html {
    padding: 0;
    margin: 0
}
.full-image-container {
    position: relative
}
.full-image-container.right-text .image-container {
    background-position: 24.25% center
}
.full-image-container.left-text .image-container {
    background-position: 82.25% center
}
.full-image-container.center-text .image-container {
    background-position: center
}
.full-image-container .image-container {
    padding-top: 100%;
    background-size: auto 100%
}
.full-image-container .text-container {
    background-color: #FFFFFF;
    text-align: left;
    padding: 30px 5% 50px
}
@media (min-width: 769px) {
    .full-image-container .text-container {
        text-align: center
    }
}
.full-image-container .text-container .middle {
    display: block;
    max-width: 540px;
    margin: auto
}
.full-image-container .text-container .title {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.9px;
    line-height: 32px;
    text-transform: none
}
@media (min-width: 1024px) {
    .full-image-container .text-container .title {
        font-size: 28px;
        letter-spacing: 0.9px;
        line-height: 40px
    }
}
.full-image-container .text-container .title+.body {
    margin-top: 8px !important
}
.full-image-container .text-container .body {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-transform: none
}
.full-image-container .text-container .body+.cta {
    margin-top: 17px
}
.full-image-container .text-container .cta {
    display: inline-block;
    border-bottom: 1px solid;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 0;
    text-decoration: none
}
.full-image-container.left-text .text-container .middle .title,
.full-image-container.right-text .text-container .middle .title {
    color: #185674
}
.full-image-container.left-text .text-container .middle .body,
.full-image-container.right-text .text-container .middle .body {
    color: #868686
}
.full-image-container.left-text .text-container .middle .cta,
.full-image-container.right-text .text-container .middle .cta {
    color: #185674
}
.full-image-container.center-text .text-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    padding: 0;
    padding: 0 5%;
    box-sizing: border-box
}
.full-image-container.center-text .text-container .middle {
    margin-top: 25%
}
@media (min-width: 769px) {
    .full-image-container.left-text .image-container,
    .full-image-container.right-text .image-container {
        background-position: center
    }
    .full-image-container.center-text .text-container {
        text-align: center;
        width: 652px;
        padding: 0
    }
    .full-image-container.center-text .text-container .middle>div {
        max-width: 540px;
        margin: auto
    }
    .full-image-container.center-text .text-container .middle>a {
        max-width: 50%
    }
    .full-image-container .image-container {
        background-repeat: no-repeat
    }
    .full-image-container.left-text .text-container .middle {
        padding-right: 390.33333px
    }
    .full-image-container.right-text .text-container .middle {
        padding-left: 390.33333px
    }
    .full-image-container .text-container {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
        display: table;
        box-sizing: border-box;
        width: 652px;
        height: 100%;
        padding: 0;
        margin-left: -326px;
        background-color: transparent;
        text-align: left
    }
    .full-image-container .text-container .middle {
        display: table-cell;
        vertical-align: middle
    }
    .full-image-container .text-container .middle>a {
        max-width: 262px
    }
    .full-image-container.free_trial_product_bullets .image-container {
      background-position: 62% center;
    }
}
@media (min-width: 1024px) {
    .full-image-container.center-text .text-container {
        width: 940px;
        margin-left: -470px
    }
    .full-image-container.center-text .text-container .middle>div {
        max-width: 460px
    }
    .full-image-container.center-text .text-container .middle>a {
        max-width: 50%
    }
    .full-image-container.right-text .text-container .middle {
        padding-left: 558.33333px
    }
    .full-image-container.left-text .text-container .middle {
        padding-right: 558.33333px
    }
    .full-image-container .text-container {
        width: 940px;
        margin-left: -470px
    }
    .full-image-container .text-container .middle>div {
        max-width: 380px
    }
    .full-image-container .text-container .middle>a {
        max-width: 380px
    }
}
.nav-sprite.harrys-logo {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 120px;
    height: 22px;
    background-position: 0px -15px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-logo {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-logo-hover {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 120px;
    height: 22px;
    background-position: -120px -13px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-logo-hover {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-logo-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 120px;
    height: 22px;
    background-position: -240px -13px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-logo-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-h {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 29px;
    height: 22px;
    background-position: -360px -15px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-h {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-h-hover {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 29px;
    height: 22px;
    background-position: -390px -13px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-h-hover {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-h-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 29px;
    height: 22px;
    background-position: -421px -14px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-h-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.cart-grey {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -450px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.cart-grey {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.cart-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -498px -9px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.cart-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.sleigh-cart {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -520px -9px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.sleigh-cart {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.sleigh-cart-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -573px -9px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.sleigh-cart-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.reindeer {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -598px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.reindeer {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.reindeer-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -648px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.reindeer-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.side-arrow {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 16px;
    height: 9px;
    background-position: -687px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.side-arrow {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-logo {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 120px;
    height: 22px;
    background-position: 0px -15px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-logo {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-logo-hover {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 120px;
    height: 22px;
    background-position: -120px -13px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-logo-hover {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-logo-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 120px;
    height: 22px;
    background-position: -240px -13px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-logo-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-h {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 29px;
    height: 22px;
    background-position: -360px -15px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-h {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-h-hover {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 29px;
    height: 22px;
    background-position: -390px -13px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-h-hover {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-h-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 29px;
    height: 22px;
    background-position: -421px -14px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-h-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.cart-grey {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -450px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.cart-grey {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.cart-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -498px -9px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.cart-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.sleigh-cart {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -520px -9px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.sleigh-cart {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.sleigh-cart-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -573px -9px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.sleigh-cart-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.reindeer {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -598px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.reindeer {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.reindeer-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -648px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.reindeer-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.side-arrow {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 16px;
    height: 9px;
    background-position: -687px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.side-arrow {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.sprite {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.quality-guaranteed-seal {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 77px;
    height: 80px;
    background-position: -245px -2px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.quality-guaranteed-seal {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.quality-guaranteed-tooltip {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 24px;
    height: 20px;
    background-position: -46px -123px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.quality-guaranteed-tooltip {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.x-grey {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 17px;
    height: 16px;
    background-position: -302px -195px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.x-grey {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.x-white {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 23px;
    height: 23px;
    background-position: -295px -167px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.x-white {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.turn-around {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 33px;
    height: 18px;
    background-position: -226px -173px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.turn-around {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.header-icon {
    display: inline-block
}
.sprite.header-icon.our-story {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 26px;
    height: 20px;
    background-position: -32px -194px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.header-icon.our-story {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.header-icon.our-factory {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 26px;
    height: 18px;
    background-position: -2px -194px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.header-icon.our-factory {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.header-icon.give-a-shave {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 32px;
    height: 23px;
    background-position: -164px -51px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.header-icon.give-a-shave {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.header-icon.magazine {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 24px;
    height: 24px;
    background-position: -118px -133px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.header-icon.magazine {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.header-icon.cornershop {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 28px;
    height: 20px;
    background-position: -164px -2px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.header-icon.cornershop {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.header-icon.side-arrow {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 10px;
    height: 7px;
    background-position: -26px -2px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.header-icon.side-arrow {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.header-icon.side-arrow:hover,
.sprite.header-icon.side-arrow.active:hover {
    background-position: -26px -9px
}
.sprite.header-icon.side-arrow.active {
    background-position: -26px -16px
}
.sprite.footer-icon {
    width: 25px;
    height: 21px
}
.sprite.footer-icon.email {
    background-position: -2px -50px
}
.sprite.footer-icon.phone {
    background-position: -201px -79px
}
.sprite.footer-icon.facebook {
    background-position: -71px -50px;
    width: 10px
}
.sprite.footer-icon.twitter {
    background-position: -110px -197px;
    width: 22px
}
.sprite.footer-icon.instagram {
    background-position: -120px -81px;
    width: 18px;
    vertical-align: -1px
}
.sprite.footer-icon.googleplus {
    background-position: -201px -50px
}
.sprite.footer-icon.facebook-white {
    background-position: 0px -163px
}
.sprite.footer-icon.twitter-white {
    background-position: -72px -163px
}
.sprite.footer-icon.instagram-white {
    background-position: -46px -163px;
    height: 23px
}
.sprite.footer-icon.googleplus-white {
    background-position: -24px -163px
}
.sprite.error.phone {
    width: 33px;
    height: 27px;
    background-position: -248px -103px
}
.sprite.error.email {
    width: 30px;
    height: 21px;
    background-position: -115px -60px
}
.sprite.plus {
    width: 10px;
    height: 10px;
    background-position: -148px -77px
}
.sprite.arrow {
    width: 19px;
    height: 12px;
    background-position: -2px -2px
}
.sprite.arrow-blue {
    width: 9px;
    height: 13px;
    background-position: -230px -58px
}
.sprite.mammoth {
    width: 74px;
    height: 56px;
    background-position: -147px -133px
}
.sprite.up-down {
    width: 8px;
    height: 14px;
    background-position: -314px -87px
}
.sprite.right-arrow {
    width: 21px;
    height: 15px;
    background-position: -262px -87px
}
.sprite.burger {
    width: 24px;
    height: 25px;
    background-position: -41px -4px
}
.sprite.shipping {
    width: 22px;
    height: 14px;
    background-position: -1px -27px
}
header {
    position: relative;
    z-index: 5;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 20px 13px;
    border-bottom: 1px solid #BFBFBF;
    background-color: #FFFFFF
}
header:after {
    content: "";
    clear: both;
    display: block
}
header .hamburger {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -9px;
    z-index: 0;
    width: 24px;
    height: 18px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer
}
header .hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #666666;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out
}
header .hamburger span:nth-child(1) {
    top: 0px
}
header .hamburger span:nth-child(2),
header .hamburger span:nth-child(3) {
    top: 7px
}
header .hamburger span:nth-child(4) {
    top: 14px
}
header .hamburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}
header .hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
header .hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
header .hamburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}
header .logo {
    margin: 0 auto;
    display: block;
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 120px;
    height: 22px;
    background-position: 0px -15px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    header .logo {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
header .logo:hover {
    opacity: 0.8
}
header .cart-icon {
    display: block;
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    cursor: pointer
}
@media (max-width: 769px) {
    header .cart-icon {
        top: 7px !important
    }
}
header .cart-icon .badge {
    position: absolute;
    z-index: 10;
    top: 13px;
    right: 11px;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    overflow: hidden;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    background-color: #E34F30
}
header .cart-icon .badge.active {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-right: -11px
}
header .cart-icon .badge.blast {
    -webkit-animation-name: badge_blast;
    -webkit-animation-duration: .15s;
    -moz-animation-name: badge_blast;
    -moz-animation-duration: .15s;
    -o-animation-name: badge_blast;
    -o-animation-duration: .15s;
    animation-name: badge_blast;
    animation-duration: .15s
}
header .cart-icon .badge.pop {
    -webkit-animation-name: badge_pop;
    -webkit-animation-duration: .15s;
    -moz-animation-name: badge_pop;
    -moz-animation-duration: .15s;
    -o-animation-name: badge_pop;
    -o-animation-duration: .15s;
    animation-name: badge_pop;
    animation-duration: .15s
}
header .cart-icon .badge.active .cart-icon.normal {
    -webkit-animation-name: change_cart_color;
    -webkit-animation-duration: 1.5s;
    -moz-animation-name: change_cart_color;
    -moz-animation-duration: 1.5s;
    -o-animation-name: change_cart_color;
    -o-animation-duration: 1.5s;
    animation-name: change_cart_color;
    animation-duration: 1.5s
}
header .cart-icon .badge span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
    width: 22px;
    height: 22px;
    text-align: center;
    padding-left: 1px
}
header .nav-link {
    position: relative;
    display: block;
    text-align: center;
    padding: 11px 0px;
    border-bottom: 1px solid #BFBFBF;
    cursor: pointer
}
header .nav-link.mobile-show {
    display: block
}
header .nav-link.mobile-hide {
    display: none
}
header .nav-link.opener .nav-sprite {
    margin-left: 10px;
    -webkit-transition: transform 0.25s ease;
    -moz-transition: transform 0.25s ease;
    -ms-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease
}
header .nav-link.opener .nav-sprite.open {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: FlipV
}
header .nav-link.with-image {
    position: relative;
    border: none;
    padding: 0;
    height: 21px
}
header .nav-link.with-image.holiday .nav-sprite {
    margin-top: -11px
}
header .nav-link.with-image .text {
    display: none
}
header .nav-link.with-image .nav-sprite,
header .nav-link.with-image .image {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-top: -15px
}
header .nav-link.gifts {
    color: #E34F30
}
header .nav-link.gifts:hover {
    color: #E07B5D
}
header .nav-link.gifts:active,
header .nav-link.gifts.active {
    color: #89674E
}
header .sub-nav .image {
    display: none
}
header .primary-nav .sub-nav {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s cubic-bezier(0.01, 1.2, 0.49, 1.1);
    -moz-transition: max-height 1s cubic-bezier(0.01, 1.2, 0.49, 1.1);
    -ms-transition: max-height 1s cubic-bezier(0.01, 1.2, 0.49, 1.1);
    -o-transition: max-height 1s cubic-bezier(0.01, 1.2, 0.49, 1.1);
    transition: max-height 1s cubic-bezier(0.01, 1.2, 0.49, 1.1)
}
header .primary-nav .sub-nav.open {
    max-height: 255px;
    -webkit-transition: max-height 0.75s ease;
    -moz-transition: max-height 0.75s ease;
    -ms-transition: max-height 0.75s ease;
    -o-transition: max-height 0.75s ease;
    transition: max-height 0.75s ease
}
header .primary-nav .sub-nav .nav-link {
    border-bottom: 0;
    background-color: #263645
}
header .primary-nav .sub-nav .nav-link:active {
    background-color: #5F899E
}
header .primary-nav .sub-nav .nav-link+.nav-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45%;
    display: block;
    width: 90%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    height: 1px;
    background-color: rgba(191, 191, 191, 0.2)
}
header .primary-nav {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 1s cubic-bezier(0.01, 1.2, 0.49, 1.1);
    -moz-transition: max-height 1s cubic-bezier(0.01, 1.2, 0.49, 1.1);
    -ms-transition: max-height 1s cubic-bezier(0.01, 1.2, 0.49, 1.1);
    -o-transition: max-height 1s cubic-bezier(0.01, 1.2, 0.49, 1.1);
    transition: max-height 1s cubic-bezier(0.01, 1.2, 0.49, 1.1)
}
header .primary-nav.open {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease;
    -moz-transition: max-height 1s ease;
    -ms-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease
}
header .primary-nav .nav-link {
    background-color: #FFFFFF
}
header .secondary-nav {
    position: absolute;
    top: 50%;
    right: 20px;
    box-sizing: border-box;
    margin-top: -16px;
    height: 32px
}
header .secondary-nav .desktop {
    display: none
}
header .secondary-nav .mobile {
    display: block
}
@media (min-width: 769px) {
    header {
        padding: 22px 18px 22px 25px
    }
    header .secondary-nav .mobile {
        display: none
    }
    header .secondary-nav .desktop {
        display: block
    }
    header .hamburger {
        display: none
    }
    header .logo {
        float: left;
        margin: 0;
        background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 701px 50px !important;
        width: 29px;
        height: 22px;
        background-position: -360px -15px
    }
}
@media only screen and (min-width: 769px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-devicepixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-resolution: 1.5dppx) {
    header .logo {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
@media (min-width: 769px) {
    header .logo+.primary-nav {
        margin-left: 20px
    }
    header .nav-link {
        padding: 0;
        border: 0
    }
    header .nav-link:after {
        display: none
    }
    header .nav-link.mobile-show {
        display: none
    }
    header .nav-link.mobile-hide {
        display: block
    }
    header .nav-link.with-image {
        padding-right: 40px
    }
    header .nav-link.with-image .nav-sprite {
        margin-top: -26px
    }
    header .nav-link.with-image.holiday .nav-sprite {
        margin-top: -18px
    }
    header .sub-nav {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #263645;
        text-align: center
    }
    header .sub-nav .nav-link {
        display: none
    }
    header .sub-nav .nav-link:hover .sub-nav-link {
        color: #5F899E
    }
    header .sub-nav .nav-link:hover .image-our-story .middle .sprite-image {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 325px 240px;
        width: 26px;
        height: 20px;
        background-position: -32px -214px
    }
}
@media only screen and (min-width: 769px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-devicepixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-resolution: 1.5dppx) {
    header .sub-nav .nav-link:hover .image-our-story .middle .sprite-image {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
@media (min-width: 769px) {
    header .sub-nav .nav-link:hover .image-our-factory .middle .sprite-image {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 325px 240px;
        width: 26px;
        height: 18px;
        background-position: -2px -212px
    }
}
@media only screen and (min-width: 769px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-devicepixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-resolution: 1.5dppx) {
    header .sub-nav .nav-link:hover .image-our-factory .middle .sprite-image {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
@media (min-width: 769px) {
    header .sub-nav .nav-link:hover .image-give-a-shave .middle .sprite-image {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 325px 240px;
        width: 32px;
        height: 23px;
        background-position: -164px -74px
    }
}
@media only screen and (min-width: 769px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-devicepixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-resolution: 1.5dppx) {
    header .sub-nav .nav-link:hover .image-give-a-shave .middle .sprite-image {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
@media (min-width: 769px) {
    header .sub-nav .nav-link:hover .image-magazine .middle .sprite-image {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 325px 240px;
        width: 24px;
        height: 24px;
        background-position: -118px -157px
    }
}
@media only screen and (min-width: 769px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-devicepixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-resolution: 1.5dppx) {
    header .sub-nav .nav-link:hover .image-magazine .middle .sprite-image {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
@media (min-width: 769px) {
    header .sub-nav .nav-link:hover .image-cornershop .middle .sprite-image {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 325px 240px;
        width: 28px;
        height: 20px;
        background-position: -164px -22px
    }
}
@media only screen and (min-width: 769px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-devicepixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-resolution: 1.5dppx) {
    header .sub-nav .nav-link:hover .image-cornershop .middle .sprite-image {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
@media (min-width: 769px) {
    header .sub-nav .nav-link .image {
        display: table;
        width: 50px;
        height: 50px;
        margin: 0 auto
    }
    header .sub-nav .nav-link .image .middle {
        display: table-cell;
        vertical-align: middle
    }
    header .sub-nav .nav-link .image .sprite-image {
        display: block;
        margin: 0 auto
    }
    header .sub-nav .nav-link .image.image-our-story .sprite-image {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 325px 240px;
        width: 26px;
        height: 20px;
        background-position: -32px -194px
    }
}
@media only screen and (min-width: 769px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-devicepixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-resolution: 1.5dppx) {
    header .sub-nav .nav-link .image.image-our-story .sprite-image {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
@media (min-width: 769px) {
    header .sub-nav .nav-link .image.image-our-factory .sprite-image {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 325px 240px;
        width: 26px;
        height: 18px;
        background-position: -2px -194px
    }
}
@media only screen and (min-width: 769px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-devicepixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-resolution: 1.5dppx) {
    header .sub-nav .nav-link .image.image-our-factory .sprite-image {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
@media (min-width: 769px) {
    header .sub-nav .nav-link .image.image-give-a-shave .sprite-image {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 325px 240px;
        width: 32px;
        height: 23px;
        background-position: -164px -51px
    }
}
@media only screen and (min-width: 769px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-devicepixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-resolution: 1.5dppx) {
    header .sub-nav .nav-link .image.image-give-a-shave .sprite-image {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
@media (min-width: 769px) {
    header .sub-nav .nav-link .image.image-magazine .sprite-image {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 325px 240px;
        width: 24px;
        height: 24px;
        background-position: -118px -133px
    }
}
@media only screen and (min-width: 769px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-devicepixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-resolution: 1.5dppx) {
    header .sub-nav .nav-link .image.image-magazine .sprite-image {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
@media (min-width: 769px) {
    header .sub-nav .nav-link .image.image-cornershop .sprite-image {
        background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 325px 240px;
        width: 28px;
        height: 20px;
        background-position: -164px -2px
    }
}
@media only screen and (min-width: 769px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-devicepixel-ratio: 1.5),
only screen and (min-width: 769px) and (min-resolution: 1.5dppx) {
    header .sub-nav .nav-link .image.image-cornershop .sprite-image {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
@media (min-width: 769px) {
    header .sub-nav .nav-link .sub-nav-link {
        display: block
    }
    header .primary-nav {
        position: static;
        display: block;
        width: auto;
        max-height: none;
        float: left;
        overflow: visible
    }
    header .primary-nav .sub-nav {
        max-height: none;
        height: 0;
        -webkit-transition: height 0.25s ease;
        -moz-transition: height 0.25s ease;
        -ms-transition: height 0.25s ease;
        -o-transition: height 0.25s ease;
        transition: height 0.25s ease
    }
    header .primary-nav .sub-nav.open {
        height: 120px;
        -webkit-transition: height 0.25s ease;
        -moz-transition: height 0.25s ease;
        -ms-transition: height 0.25s ease;
        -o-transition: height 0.25s ease;
        transition: height 0.25s ease
    }
    header .primary-nav .sub-nav.open .nav-link {
        padding: 22px 0px;
        display: inline-block
    }
    header .primary-nav .sub-nav.open .nav-link:active {
        background-color: transparent
    }
    header .primary-nav .nav-link {
        float: left
    }
    header .primary-nav .nav-link+.nav-link {
        margin-left: 25px
    }
    header .primary-nav .sub-nav+.nav-link {
        margin-left: 20px
    }
}
@media (min-width: 769px) and (min-width: 1024px) {
    header .primary-nav .sub-nav+.nav-link {
        margin-left: 30px
    }
}
@media (min-width: 769px) {
    header .primary-nav .sub-nav .nav-link {
        float: none
    }
    header .primary-nav .sub-nav .nav-link+.nav-link {
        margin-left: 36px
    }
    header .secondary-nav {
        position: static;
        float: right;
        height: auto;
        margin-top: 0
    }
    header .secondary-nav .nav-link {
        float: right
    }
    header .secondary-nav .nav-link+.nav-link {
        margin-right: 20px
    }
    header .secondary-nav .profile-link+.nav-link {
        margin-right: 25px
    }
}
@media (min-width: 1024px) {
    header {
        padding-right: 40px;
        max-height: auto
    }
    header .logo {
        background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 701px 50px !important;
        width: 120px;
        height: 22px;
        background-position: 0px -15px
    }
}
@media only screen and (min-width: 1024px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 1024px) and (min-devicepixel-ratio: 1.5),
only screen and (min-width: 1024px) and (min-resolution: 1.5dppx) {
    header .logo {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
@media (min-width: 1024px) {
    header .logo:hover {
        background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 701px 50px !important;
        width: 120px;
        height: 22px;
        background-position: 0px -15px
    }
}
@media only screen and (min-width: 1024px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 1024px) and (min-devicepixel-ratio: 1.5),
only screen and (min-width: 1024px) and (min-resolution: 1.5dppx) {
    header .logo:hover {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
@media (min-width: 1024px) {
    header .nav-link.with-image {
        padding-right: 60px
    }
    header .nav-link.with-image .text {
        display: inline-block
    }
    header .logo+.primary-nav {
        margin-left: 40px
    }
    header .primary-nav {
        overflow: visible
    }
    header .primary-nav .nav-link+.nav-link {
        margin-left: 40px
    }
    header .primary-nav .sub-nav .nav-link+.nav-link {
        margin-left: 46px
    }
    header .secondary-nav .nav-link+.nav-link {
        margin-right: 40px
    }
}
header .mini-cart {
    visibility: hidden;
    position: absolute;
    top: 75px;
    right: 15px;
    z-index: 10;
    width: 330px;
    padding: 25px 20px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 0 white;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.75);
    background: #EDEDED;
    text-transform: none;
    letter-spacing: normal
}
header .mini-cart .arrow {
    position: absolute;
    top: -11px;
    right: 47px
}
header .mini-cart .title {
    display: block;
    margin: 0;
    padding: 0 0 20px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1em;
    text-align: left;
    color: #0A4D6D;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease
}
header .mini-cart .title:hover {
    color: #5F899E
}
header .mini-cart .items {
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF
}
header .mini-cart .empty-text {
    padding: 20px 0
}
header .mini-cart .item {
    padding: 20px 0;
    border-top: 1px solid #CFCFCF;
    text-align: left;
    font-size: 14px
}
header .mini-cart .item:first-of-type {
    border-top: 0
}
header .mini-cart img {
    width: 100px;
    height: 100px;
    margin: 0 15px 0 0;
    vertical-align: middle
}
header .mini-cart .text {
    width: 210px;
    vertical-align: middle
}
header .mini-cart .text p {
    position: relative;
    line-height: 1.6em
}
header .mini-cart .name {
    width: 90%;
    font-weight: bold;
    text-transform: uppercase
}
header .mini-cart .name span:first-of-type {
    width: 170px
}
header .mini-cart .close {
    position: absolute;
    top: 2px;
    right: 0;
    border-radius: 100%;
    cursor: pointer
}
header .mini-cart .footer {
    padding: 20px 0 0
}
header .mini-cart .footer p {
    position: relative;
    margin: 12px 0 0;
    font-size: 21px;
    font-weight: 400;
    color: #555555
}
header .mini-cart .footer p a {
    display: block;
    text-align: left;
    font-size: 13px;
    color: #888888;
    line-height: 1em;
    font-weight: 400
}
header .mini-cart .footer .button {
    width: 150px;
    padding-left: 0;
    padding-right: 0
}
@-webkit-keyframes change_cart_color {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes badge_blast {
    0% {
        width: 0;
        height: 0;
        margin-top: 0;
        margin-right: 0
    }
    85% {
        width: 26px;
        height: 26px;
        margin-top: -13px;
        margin-right: -13px
    }
    100% {
        width: 22px;
        height: 22px;
        margin-top: -11px;
        margin-right: -11px
    }
}
@-webkit-keyframes badge_pop {
    0% {
        width: 22px;
        height: 22px;
        margin-top: -11px;
        margin-right: -11px
    }
    50% {
        width: 26px;
        height: 26px;
        margin-top: -13px;
        margin-right: -13px
    }
    100% {
        width: 22px;
        height: 22px;
        margin-top: -11px;
        margin-right: -11px
    }
}
@-moz-keyframes change_cart_color {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes badge_blast {
    0% {
        width: 0;
        height: 0;
        margin-top: 0;
        margin-right: 0
    }
    85% {
        width: 26px;
        height: 26px;
        margin-top: -13px;
        margin-right: -13px
    }
    100% {
        width: 22px;
        height: 22px;
        margin-top: -11px;
        margin-right: -11px
    }
}
@-moz-keyframes badge_pop {
    0% {
        width: 22px;
        height: 22px;
        margin-top: -11px;
        margin-right: -11px
    }
    50% {
        width: 26px;
        height: 26px;
        margin-top: -13px;
        margin-right: -13px
    }
    100% {
        width: 22px;
        height: 22px;
        margin-top: -11px;
        margin-right: -11px
    }
}
@-o-keyframes change_cart_color {
    0% {
        opacity: 1
    }
    20% {
        opacity: 0
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes badge_blast {
    0% {
        width: 0;
        height: 0;
        margin-top: 0;
        margin-right: 0
    }
    85% {
        width: 26px;
        height: 26px;
        margin-top: -13px;
        margin-right: -13px
    }
    100% {
        width: 22px;
        height: 22px;
        margin-top: -11px;
        margin-right: -11px
    }
}
@-o-keyframes badge_pop {
    0% {
        width: 22px;
        height: 22px;
        margin-top: -11px;
        margin-right: -11px
    }
    50% {
        width: 26px;
        height: 26px;
        margin-top: -13px;
        margin-right: -13px
    }
    100% {
        width: 22px;
        height: 22px;
        margin-top: -11px;
        margin-right: -11px
    }
}
.opt-default {
    display: none
}
html,
body {
    padding: 0;
    margin: 0 auto;
    height: auto;
    font-family: "brandon-grotesque", "Brandon Grotesque", sans-serif;
    font-size: 100%;
    color: #929292
}
body.konami {
    -webkit-filter: blur(5px);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transition: -moz-transform 500ms ease 0;
    -o-transition: -o-transform 500ms ease 0;
    -ms-transition: -ms-transform 500ms ease 0
}
p {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none
}
span,
a {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    color: inherit
}
span {
	display: inline;
}
em,
.em {
    font-style: italic
}
strong,
.strong {
    font-weight: bold
}
p.blue,
span.blue,
a.blue,
small.blue,
em.blue,
strong.blue,
i.blue,
b.blue,
label.blue {
    color: #0A4D6D
}
p.dark-blue,
span.dark-blue,
a.dark-blue,
small.dark-blue,
em.dark-blue,
strong.dark-blue,
i.dark-blue,
b.dark-blue,
label.dark-blue {
    color: #263645
}
p.black-blue,
span.black-blue,
a.black-blue,
small.black-blue,
em.black-blue,
strong.black-blue,
i.black-blue,
b.black-blue,
label.black-blue {
    color: #08292F
}
p.pale-blue,
span.pale-blue,
a.pale-blue,
small.pale-blue,
em.pale-blue,
strong.pale-blue,
i.pale-blue,
b.pale-blue,
label.pale-blue {
    color: #5F899E
}
p.red,
span.red,
a.red,
small.red,
em.red,
strong.red,
i.red,
b.red,
label.red {
    color: #995F5D
}
p.white,
span.white,
a.white,
small.white,
em.white,
strong.white,
i.white,
b.white,
label.white {
    color: #FFFFFF
}
p.light-grey,
span.light-grey,
a.light-grey,
small.light-grey,
em.light-grey,
strong.light-grey,
i.light-grey,
b.light-grey,
label.light-grey {
    color: #CFCFCF
}
p.dark-grey,
span.dark-grey,
a.dark-grey,
small.dark-grey,
em.dark-grey,
strong.dark-grey,
i.dark-grey,
b.dark-grey,
label.dark-grey {
    color: #555555
}
p.grey,
span.grey,
a.grey,
small.grey,
em.grey,
strong.grey,
i.grey,
b.grey,
label.grey {
    color: #929292
}
p.orange,
span.orange,
a.orange,
small.orange,
em.orange,
strong.orange,
i.orange,
b.orange,
label.orange {
    color: #E34F30
}
p.stone,
span.stone,
a.stone,
small.stone,
em.stone,
strong.stone,
i.stone,
b.stone,
label.stone {
    color: #797979
}
p.sentimental-blue,
span.sentimental-blue,
a.sentimental-blue,
small.sentimental-blue,
em.sentimental-blue,
strong.sentimental-blue,
i.sentimental-blue,
b.sentimental-blue,
label.sentimental-blue {
    color: #4A6472
}
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
img {
    max-width: 100%;
    border: none;
    outline: none
}
.push {
    height: 0
}
.global-wrapper {
    min-height: auto;
    margin-bottom: 0
}
@media (min-width: 769px) {
    .push {
        height: 264px
    }
    .global-wrapper {
        min-height: 100%;
        margin-bottom: -264px
    }
}
@media (min-width: 1024px) {
    .push {
        height: 195px
    }
    .global-wrapper {
        margin-bottom: -195px
    }
}
.link {
    cursor: pointer
}
.pull-quote {
    display: block;
    padding: 100px 15%;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.9em;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #0A4D6D;
    text-align: center;
    background-image: url(../images/patterns/herringbone_grey-e26878ef4f91a2832f83e4e0a285445c0a887104142f54073854677547b70bbf.png);
    background-repeat: repeat
}
#flashes {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    pointer-events: none
}
#flashes .messages {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    color: black;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    line-height: 1.8em;
    pointer-events: all
}
#flashes .notice,
#flashes .alert {
    color: white;
    background-color: #0a4d6d
}
#flashes .errors,
#flashes .error {
    color: white;
    background-color: #663336
}
.inline {
    display: inline-block
}
.center {
    margin-right: auto;
    margin-left: auto
}
.text-center {
    text-align: center
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.rel {
    position: relative
}
.abs {
    position: absolute
}
.fixed {
    position: fixed
}
.table {
    display: table
}
.middle {
    display: table-cell;
    vertical-align: middle
}
.wrap-1240 {
    width: 1240px
}
.wrap-1200 {
    width: 1200px
}
.wrap-1100 {
    width: 1100px
}
.wrap-1030 {
    width: 1030px
}
.wrap-1000 {
    width: 1000px
}
.wrap-960 {
    width: 960px
}
.wrap-900 {
    width: 900px
}
.wrap-800 {
    width: 800px
}
.wrap-700 {
    width: 700px
}
.wrap-687 {
    width: 687px
}
.wrap-650 {
    width: 650px
}
.wrap-600 {
    width: 600px
}
.wrap-500 {
    width: 500px
}
.wrap-400 {
    width: 400px
}
.clear:after {
    content: "";
    display: table;
    clear: both
}
.float-right {
    float: right
}
.float-left {
    float: left
}
.grid:after {
    content: "";
    display: block;
    clear: both
}
[class*="col-"] {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.col-1-1 {
    width: 100%
}
.col-1-2 {
    width: 50%
}
.col-2-2 {
    width: 100%
}
.col-1-3 {
    width: 33.33333%
}
.col-2-3 {
    width: 66.66667%
}
.col-3-3 {
    width: 100%
}
.col-1-4 {
    width: 25%
}
.col-2-4 {
    width: 50%
}
.col-3-4 {
    width: 75%
}
.col-4-4 {
    width: 100%
}
.col-1-5 {
    width: 20%
}
.col-2-5 {
    width: 40%
}
.col-3-5 {
    width: 60%
}
.col-4-5 {
    width: 80%
}
.col-5-5 {
    width: 100%
}
.col-1-6 {
    width: 16.66667%
}
.col-2-6 {
    width: 33.33333%
}
.col-3-6 {
    width: 50%
}
.col-4-6 {
    width: 66.66667%
}
.col-5-6 {
    width: 83.33333%
}
.col-6-6 {
    width: 100%
}
.col-1-7 {
    width: 14.28571%
}
.col-2-7 {
    width: 28.57143%
}
.col-3-7 {
    width: 42.85714%
}
.col-4-7 {
    width: 57.14286%
}
.col-5-7 {
    width: 71.42857%
}
.col-6-7 {
    width: 85.71429%
}
.col-7-7 {
    width: 100%
}
.col-1-8 {
    width: 12.5%
}
.col-2-8 {
    width: 25%
}
.col-3-8 {
    width: 37.5%
}
.col-4-8 {
    width: 50%
}
.col-5-8 {
    width: 62.5%
}
.col-6-8 {
    width: 75%
}
.col-7-8 {
    width: 87.5%
}
.col-8-8 {
    width: 100%
}
.col-1-9 {
    width: 11.11111%
}
.col-2-9 {
    width: 22.22222%
}
.col-3-9 {
    width: 33.33333%
}
.col-4-9 {
    width: 44.44444%
}
.col-5-9 {
    width: 55.55556%
}
.col-6-9 {
    width: 66.66667%
}
.col-7-9 {
    width: 77.77778%
}
.col-8-9 {
    width: 88.88889%
}
.col-9-9 {
    width: 100%
}
.col-1-10 {
    width: 10%
}
.col-2-10 {
    width: 20%
}
.col-3-10 {
    width: 30%
}
.col-4-10 {
    width: 40%
}
.col-5-10 {
    width: 50%
}
.col-6-10 {
    width: 60%
}
.col-7-10 {
    width: 70%
}
.col-8-10 {
    width: 80%
}
.col-9-10 {
    width: 90%
}
.col-10-10 {
    width: 100%
}
.col-1-11 {
    width: 9.09091%
}
.col-2-11 {
    width: 18.18182%
}
.col-3-11 {
    width: 27.27273%
}
.col-4-11 {
    width: 36.36364%
}
.col-5-11 {
    width: 45.45455%
}
.col-6-11 {
    width: 54.54545%
}
.col-7-11 {
    width: 63.63636%
}
.col-8-11 {
    width: 72.72727%
}
.col-9-11 {
    width: 81.81818%
}
.col-10-11 {
    width: 90.90909%
}
.col-11-11 {
    width: 100%
}
.col-1-12 {
    width: 8.33333%
}
.col-2-12 {
    width: 16.66667%
}
.col-3-12 {
    width: 25%
}
.col-4-12 {
    width: 33.33333%
}
.col-5-12 {
    width: 41.66667%
}
.col-6-12 {
    width: 50%
}
.col-7-12 {
    width: 58.33333%
}
.col-8-12 {
    width: 66.66667%
}
.col-9-12 {
    width: 75%
}
.col-10-12 {
    width: 83.33333%
}
.col-11-12 {
    width: 91.66667%
}
.col-12-12 {
    width: 100%
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6,
.h9,
h9 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: normal;
    line-height: 1.2em;
    text-transform: none;
    text-decoration: none;
    color: inherit
}
.h1.break,
h1.break,
.h2.break,
h2.break,
.h3.break,
h3.break,
.h4.break,
h4.break,
.h5.break,
h5.break,
.h6.break,
h6.break,
.h9.break,
h9.break {
    position: relative;
    width: 100%;
    text-align: center
}
.h1.break hr,
h1.break hr,
.h2.break hr,
h2.break hr,
.h3.break hr,
h3.break hr,
.h4.break hr,
h4.break hr,
.h5.break hr,
h5.break hr,
.h6.break hr,
h6.break hr,
.h9.break hr,
h9.break hr {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    border: none
}
.h1.break span,
h1.break span,
.h2.break span,
h2.break span,
.h3.break span,
h3.break span,
.h4.break span,
h4.break span,
.h5.break span,
h5.break span,
.h6.break span,
h6.break span,
.h9.break span,
h9.break span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 0.9em;
    margin: 0 auto;
    background-color: #FFFFFF;
    text-align: center;
    color: inherit
}
.h1.white,
h1.white,
.h2.white,
h2.white,
.h3.white,
h3.white,
.h4.white,
h4.white,
.h5.white,
h5.white,
.h6.white,
h6.white,
.h9.white,
h9.white {
    color: #FFFFFF
}
.h1.white.break,
h1.white.break,
.h2.white.break,
h2.white.break,
.h3.white.break,
h3.white.break,
.h4.white.break,
h4.white.break,
.h5.white.break,
h5.white.break,
.h6.white.break,
h6.white.break,
.h9.white.break,
h9.white.break {
    color: #FFFFFF
}
.h1.white.break hr,
h1.white.break hr,
.h2.white.break hr,
h2.white.break hr,
.h3.white.break hr,
h3.white.break hr,
.h4.white.break hr,
h4.white.break hr,
.h5.white.break hr,
h5.white.break hr,
.h6.white.break hr,
h6.white.break hr,
.h9.white.break hr,
h9.white.break hr {
    background-color: fade(#fff, 40%)
}
.h1.grey,
h1.grey,
.h2.grey,
h2.grey,
.h3.grey,
h3.grey,
.h4.grey,
h4.grey,
.h5.grey,
h5.grey,
.h6.grey,
h6.grey,
.h9.grey,
h9.grey {
    color: #929292
}
.h1.grey.break,
h1.grey.break,
.h2.grey.break,
h2.grey.break,
.h3.grey.break,
h3.grey.break,
.h4.grey.break,
h4.grey.break,
.h5.grey.break,
h5.grey.break,
.h6.grey.break,
h6.grey.break,
.h9.grey.break,
h9.grey.break {
    color: #929292
}
.h1.grey.break hr,
h1.grey.break hr,
.h2.grey.break hr,
h2.grey.break hr,
.h3.grey.break hr,
h3.grey.break hr,
.h4.grey.break hr,
h4.grey.break hr,
.h5.grey.break hr,
h5.grey.break hr,
.h6.grey.break hr,
h6.grey.break hr,
.h9.grey.break hr,
h9.grey.break hr {
    background-color: fade(#929292, 40%)
}
.h1.dark-grey,
h1.dark-grey,
.h2.dark-grey,
h2.dark-grey,
.h3.dark-grey,
h3.dark-grey,
.h4.dark-grey,
h4.dark-grey,
.h5.dark-grey,
h5.dark-grey,
.h6.dark-grey,
h6.dark-grey,
.h9.dark-grey,
h9.dark-grey {
    color: #555555
}
.h1.dark-grey.break,
h1.dark-grey.break,
.h2.dark-grey.break,
h2.dark-grey.break,
.h3.dark-grey.break,
h3.dark-grey.break,
.h4.dark-grey.break,
h4.dark-grey.break,
.h5.dark-grey.break,
h5.dark-grey.break,
.h6.dark-grey.break,
h6.dark-grey.break,
.h9.dark-grey.break,
h9.dark-grey.break {
    color: #555555
}
.h1.dark-grey.break hr,
h1.dark-grey.break hr,
.h2.dark-grey.break hr,
h2.dark-grey.break hr,
.h3.dark-grey.break hr,
h3.dark-grey.break hr,
.h4.dark-grey.break hr,
h4.dark-grey.break hr,
.h5.dark-grey.break hr,
h5.dark-grey.break hr,
.h6.dark-grey.break hr,
h6.dark-grey.break hr,
.h9.dark-grey.break hr,
h9.dark-grey.break hr {
    background-color: fade(#555, 40%)
}
.h1.light-grey,
h1.light-grey,
.h2.light-grey,
h2.light-grey,
.h3.light-grey,
h3.light-grey,
.h4.light-grey,
h4.light-grey,
.h5.light-grey,
h5.light-grey,
.h6.light-grey,
h6.light-grey,
.h9.light-grey,
h9.light-grey {
    color: #CFCFCF
}
.h1.light-grey.break,
h1.light-grey.break,
.h2.light-grey.break,
h2.light-grey.break,
.h3.light-grey.break,
h3.light-grey.break,
.h4.light-grey.break,
h4.light-grey.break,
.h5.light-grey.break,
h5.light-grey.break,
.h6.light-grey.break,
h6.light-grey.break,
.h9.light-grey.break,
h9.light-grey.break {
    color: #CFCFCF
}
.h1.light-grey.break hr,
h1.light-grey.break hr,
.h2.light-grey.break hr,
h2.light-grey.break hr,
.h3.light-grey.break hr,
h3.light-grey.break hr,
.h4.light-grey.break hr,
h4.light-grey.break hr,
.h5.light-grey.break hr,
h5.light-grey.break hr,
.h6.light-grey.break hr,
h6.light-grey.break hr,
.h9.light-grey.break hr,
h9.light-grey.break hr {
    background-color: fade(#CFCFCF, 40%)
}
.h1.blue,
h1.blue,
.h2.blue,
h2.blue,
.h3.blue,
h3.blue,
.h4.blue,
h4.blue,
.h5.blue,
h5.blue,
.h6.blue,
h6.blue,
.h9.blue,
h9.blue {
    color: #0A4D6D
}
.h1.blue.break,
h1.blue.break,
.h2.blue.break,
h2.blue.break,
.h3.blue.break,
h3.blue.break,
.h4.blue.break,
h4.blue.break,
.h5.blue.break,
h5.blue.break,
.h6.blue.break,
h6.blue.break,
.h9.blue.break,
h9.blue.break {
    color: #0A4D6D
}
.h1.blue.break hr,
h1.blue.break hr,
.h2.blue.break hr,
h2.blue.break hr,
.h3.blue.break hr,
h3.blue.break hr,
.h4.blue.break hr,
h4.blue.break hr,
.h5.blue.break hr,
h5.blue.break hr,
.h6.blue.break hr,
h6.blue.break hr,
.h9.blue.break hr,
h9.blue.break hr {
    background-color: fade(#0A4D6D, 40%)
}
.h1.dark-blue,
h1.dark-blue,
.h2.dark-blue,
h2.dark-blue,
.h3.dark-blue,
h3.dark-blue,
.h4.dark-blue,
h4.dark-blue,
.h5.dark-blue,
h5.dark-blue,
.h6.dark-blue,
h6.dark-blue,
.h9.dark-blue,
h9.dark-blue {
    color: #263645
}
.h1.dark-blue.break,
h1.dark-blue.break,
.h2.dark-blue.break,
h2.dark-blue.break,
.h3.dark-blue.break,
h3.dark-blue.break,
.h4.dark-blue.break,
h4.dark-blue.break,
.h5.dark-blue.break,
h5.dark-blue.break,
.h6.dark-blue.break,
h6.dark-blue.break,
.h9.dark-blue.break,
h9.dark-blue.break {
    color: #263645
}
.h1.dark-blue.break hr,
h1.dark-blue.break hr,
.h2.dark-blue.break hr,
h2.dark-blue.break hr,
.h3.dark-blue.break hr,
h3.dark-blue.break hr,
.h4.dark-blue.break hr,
h4.dark-blue.break hr,
.h5.dark-blue.break hr,
h5.dark-blue.break hr,
.h6.dark-blue.break hr,
h6.dark-blue.break hr,
.h9.dark-blue.break hr,
h9.dark-blue.break hr {
    background-color: fade(#263645, 40%)
}
.h1.black-blue,
h1.black-blue,
.h2.black-blue,
h2.black-blue,
.h3.black-blue,
h3.black-blue,
.h4.black-blue,
h4.black-blue,
.h5.black-blue,
h5.black-blue,
.h6.black-blue,
h6.black-blue,
.h9.black-blue,
h9.black-blue {
    color: #08292F
}
.h1.black-blue.break,
h1.black-blue.break,
.h2.black-blue.break,
h2.black-blue.break,
.h3.black-blue.break,
h3.black-blue.break,
.h4.black-blue.break,
h4.black-blue.break,
.h5.black-blue.break,
h5.black-blue.break,
.h6.black-blue.break,
h6.black-blue.break,
.h9.black-blue.break,
h9.black-blue.break {
    color: #08292F
}
.h1.black-blue.break hr,
h1.black-blue.break hr,
.h2.black-blue.break hr,
h2.black-blue.break hr,
.h3.black-blue.break hr,
h3.black-blue.break hr,
.h4.black-blue.break hr,
h4.black-blue.break hr,
.h5.black-blue.break hr,
h5.black-blue.break hr,
.h6.black-blue.break hr,
h6.black-blue.break hr,
.h9.black-blue.break hr,
h9.black-blue.break hr {
    background-color: fade(#08292F, 40%)
}
.h1.red,
h1.red,
.h2.red,
h2.red,
.h3.red,
h3.red,
.h4.red,
h4.red,
.h5.red,
h5.red,
.h6.red,
h6.red,
.h9.red,
h9.red {
    color: #995F5D
}
.h1.red.break,
h1.red.break,
.h2.red.break,
h2.red.break,
.h3.red.break,
h3.red.break,
.h4.red.break,
h4.red.break,
.h5.red.break,
h5.red.break,
.h6.red.break,
h6.red.break,
.h9.red.break,
h9.red.break {
    color: #995F5D
}
.h1.red.break hr,
h1.red.break hr,
.h2.red.break hr,
h2.red.break hr,
.h3.red.break hr,
h3.red.break hr,
.h4.red.break hr,
h4.red.break hr,
.h5.red.break hr,
h5.red.break hr,
.h6.red.break hr,
h6.red.break hr,
.h9.red.break hr,
h9.red.break hr {
    background-color: fade(#995F5D, 40%)
}
.h1,
h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: none
}
.h2,
h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.21em;
    text-transform: uppercase
}
.h3,
h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.325em;
    letter-spacing: 0.14em;
    text-transform: uppercase
}
.h4,
h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.657142857em;
    letter-spacing: 0.1em;
    text-transform: uppercase
}
.h5,
h5 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.17em;
    line-height: 1.630769231em;
    text-transform: uppercase
}
.h6,
h6 {
    font-size: 12px;
    font-weight: bold;
    line-height: 2.6em;
    letter-spacing: 0.19em;
    text-transform: uppercase
}
.h9,
h9 {
    font-size: 11px;
    font-weight: bold;
    line-height: 2.6em;
    letter-spacing: 0.22em;
    text-transform: uppercase
}
.nav-sprite.harrys-logo {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 120px;
    height: 22px;
    background-position: 0px -15px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-logo {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-logo-hover {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 120px;
    height: 22px;
    background-position: -120px -13px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-logo-hover {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-logo-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 120px;
    height: 22px;
    background-position: -240px -13px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-logo-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-h {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 29px;
    height: 22px;
    background-position: -360px -15px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-h {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-h-hover {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 29px;
    height: 22px;
    background-position: -390px -13px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-h-hover {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-h-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 29px;
    height: 22px;
    background-position: -421px -14px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-h-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.cart-grey {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -450px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.cart-grey {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.cart-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -498px -9px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.cart-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.sleigh-cart {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -520px -9px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.sleigh-cart {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.sleigh-cart-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -573px -9px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.sleigh-cart-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.reindeer {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -598px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.reindeer {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.reindeer-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -648px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.reindeer-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.side-arrow {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 16px;
    height: 9px;
    background-position: -687px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.side-arrow {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.button,
button {
    -webkit-appearance: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    border: 0;
    background: none;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    font-family: "brandon-grotesque", "Brandon Grotesque", sans-serif;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}
.button:focus,
button:focus {
    outline: 0
}
.button:hover,
button:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.button:active,
button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.button.small,
button.small {
    padding: 9.6px 36px;
    border-radius: 4px;
    font-size: 12.8px
}
.button.medium,
button.medium {
    padding: 14px 45px;
    border-radius: 5px;
    font-size: 16px
}
.button.large,
button.large {
    border-radius: 7px
}
.button.full,
button.full {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}
.button.half,
button.half {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}
.button.blue,
button.blue {
    background-color: #0A4D6D;
    color: white
}
.button.blue:hover,
button.blue:hover {
    background-color: #176b93
}
.button.blue:active,
button.blue:active {
    background-color: #022d42
}
.button.red,
button.red {
    background-color: #995F5D;
    color: white
}
.button.red:hover,
button.red:hover {
    background-color: #a48685
}
.button.red:active,
button.red:active {
    background-color: #834240
}
.button.orange,
button.orange {
    background-color: #E34F30;
    color: white
}
.button.orange:hover,
button.orange:hover {
    background-color: #e07b66
}
.button.orange:active,
button.orange:active {
    background-color: #d1310f
}
.button.bright-orange,
button.bright-orange {
    background-color: #F17B30;
    color: white
}
.button.bright-orange:hover,
button.bright-orange:hover {
    background-color: #ec9b68
}
.button.bright-orange:active,
button.bright-orange:active {
    background-color: #eb5d03
}
.button.sentimental-blue,
button.sentimental-blue {
    background-color: #4A6472;
    color: white
}
.button.sentimental-blue:hover,
button.sentimental-blue:hover {
    background-color: #6a7c85
}
.button.sentimental-blue:active,
button.sentimental-blue:active {
    background-color: #2f4b5a
}
.button.pale-blue,
button.pale-blue {
    background-color: #5F899E;
    color: white
}
.button.pale-blue:hover,
button.pale-blue:hover {
    background-color: #899da7
}
.button.pale-blue:active,
button.pale-blue:active {
    background-color: #427188
}
.button.facebook-blue,
button.facebook-blue {
    background-color: #3B589B;
    color: white
}
.button.facebook-blue:hover,
button.facebook-blue:hover {
    background-color: #5a74af
}
.button.facebook-blue:active,
button.facebook-blue:active {
    background-color: #25407e
}
.button.grey,
button.grey {
    background-color: #929292;
    color: white
}
.button.grey:hover,
button.grey:hover {
    background-color: #acacac
}
.button.grey:active,
button.grey:active {
    background-color: #856c6c
}
.button.twitter-blue,
button.twitter-blue {
    background-color: #50A8EE;
    color: white
}
.button.twitter-blue:hover,
button.twitter-blue:hover {
    background-color: #86beeb
}
.button.twitter-blue:active,
button.twitter-blue:active {
    background-color: #1592f6
}
.button.holiday-red,
button.holiday-red {
    background-color: #A43435;
    color: white
}
.button.holiday-red:hover,
button.holiday-red:hover {
    background-color: #b85354
}
.button.holiday-red:active,
button.holiday-red:active {
    background-color: #861f20
}
.button.disabled,
.button.disabled:hover,
.button.disabled:active,
.button:disabled,
button.disabled,
button.disabled:hover,
button.disabled:active,
button:disabled {
    background-color: #929292;
    color: #F7F7F7
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 20px 20px 19px;
    margin: 0;
    border: 1px solid #CFCFCF;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.630769231em;
    letter-spacing: 0.11em;
    color: #555555
}
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8C8C8C
}
input[type="color"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="range"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #8C8C8C
}
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #8C8C8C
}
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #8C8C8C
}
input[type="color"].error,
input[type="date"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="email"].error,
input[type="month"].error,
input[type="number"].error,
input[type="password"].error,
input[type="range"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="text"].error,
input[type="time"].error,
input[type="url"].error,
input[type="week"].error,
textarea.error {
    border-color: #C2002F;
    color: #C2002F
}
input[type="color"].suggestion,
input[type="date"].suggestion,
input[type="datetime"].suggestion,
input[type="datetime-local"].suggestion,
input[type="email"].suggestion,
input[type="month"].suggestion,
input[type="number"].suggestion,
input[type="password"].suggestion,
input[type="range"].suggestion,
input[type="search"].suggestion,
input[type="tel"].suggestion,
input[type="text"].suggestion,
input[type="time"].suggestion,
input[type="url"].suggestion,
input[type="week"].suggestion,
textarea.suggestion {
    border-color: #5F899E;
    color: #5F899E;
    margin-bottom: 60px
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    outline: 0;
    border-color: #0A4D6D;
    color: #0A4D6D
}
input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="range"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
textarea:disabled {
    border-color: #929292;
    color: #929292
}
.ie8 input[type="password"] {
    font-family: sans-serif
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 40px 19px 20px;
    margin: 0;
    border: 1px solid #CFCFCF;
    border-radius: 0;
  background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/select-arrow.png?13256041891999409173);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-position: right 20px center;
    background-size: 13px 9px;
    background-color: #FFFFFF;
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.630769231em;
    letter-spacing: 0.11em;
    color: #555555;
    text-indent: 1px;
    text-overflow: ''
}
select.error {
    border-color: #C2002F;
    color: #C2002F
}
select.suggestion {
    border-color: #5F899E;
    color: #5F899E
}
select:focus {
    outline: 0;
    border-color: #0A4D6D;
    color: #0A4D6D
}
select:disabled {
    border-color: #929292;
    color: #929292
}
label.radio {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 5px 10px 0 0;
    border-radius: 100%;
    background-color: #FFFFFF;
    border: 1px solid #929292;
    cursor: pointer
}
input[type="radio"] {
    position: absolute;
    left: -9999999px;
    display: inline-block
}
input[type="radio"]:checked ~ label.radio {
    box-shadow: inset 0 0 0 3px #FFFFFF;
    border-color: #0A4D6D;
    background-color: #0A4D6D
}
label.checkbox {
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #929292;
    background-color: #FFFFFF;
    cursor: pointer;
    vertical-align: middle
}
label.text {
    cursor: pointer
}
input[type="checkbox"] {
    position: absolute;
    left: -99999px
}
input[type="checkbox"]:checked+label.checkbox {
    background-image: url(../images/global/checkmark-d2faea0e1e66593e1b1587386a00b37db27977702b75e4c9482429bd66970c65.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-color: #0A4D6D
}
html.ie8 input[type="radio"] {
    position: static;
    top: auto;
    left: auto
}
html.ie8 label.radio {
    display: none !important
}
html.ie8 input[type="checkbox"] {
    position: static;
    top: auto;
    left: auto
}
html.ie8 label.checkbox {
    display: none !important
}
html.ie8 select {
    background-image: none
}
html.ie9 select,
html.ie10 select {
    background-image: none
}
input ~ .error-msg,
input ~ .suggestion-msg,
select ~ .error-msg,
select ~ .suggestion-msg,
textarea ~ .error-msg,
textarea ~ .suggestion-msg {
    position: absolute;
    top: 70px;
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.13em;
    text-transform: uppercase
}
input ~ .error-msg strong,
input ~ .suggestion-msg strong,
select ~ .error-msg strong,
select ~ .suggestion-msg strong,
textarea ~ .error-msg strong,
textarea ~ .suggestion-msg strong {
    text-transform: none
}
input ~ .error-msg,
select ~ .error-msg,
textarea ~ .error-msg {
    right: 0;
    color: #C2002F
}
input ~ .suggestion-msg,
select ~ .suggestion-msg,
textarea ~ .suggestion-msg {
    left: 0;
    color: #5F899E
}
input ~ .suggestion-msg strong,
select ~ .suggestion-msg strong,
textarea ~ .suggestion-msg strong {
    text-transform: none;
    cursor: pointer;
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-size: 12px
}
.colors span,
.colors label>div {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    margin: 2px
}
.colors span:hover,
.colors label>div:hover {
    opacity: 0.7
}
.colors .top {
    display: block;
    margin: 0;
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 100px 100px 0 0
}
.colors .bottom {
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 0 0 100px 100px
}
.colors .blue,
.colors .nautilus-blue {
    background: #0A4D6D;
    border-color: #0A4D6D
}
.colors .white,
.colors .ivory {
    background: #EFEFE6;
    border-color: #D7D7CF
}
.colors .white:hover,
.colors .ivory:hover {
    opacity: 0.5
}
.colors .green,
.colors .olive-107 {
    background: #707C3C;
    border-color: #707C3C
}
.colors .orange,
.colors .total-orange {
    background: #ED7B20;
    border-color: #ED7B20
}
.colors .chrome {
    background: #CFCFCF;
    border-color: #CFCFCF
}
.colors .ash-fox .top {
    background-color: #9F2D20
}
.colors .ash-fox .bottom {
    background-color: #7A6855
}
.colors .headley-grange .top {
    background-color: #5C462B
}
.colors .headley-grange .bottom {
    background-color: #693F23
}
.colors .nautilus-capt .top {
    background-color: #0A4D6D
}
.colors .nautilus-capt .bottom {
    background-color: #005F86
}
.colors .woodsman .top {
    background-color: #693F23
}
.colors .woodsman .bottom {
    background-color: #ED7B20
}
.colors .black {
    background-color: #231F20
}
.colors .ice-blue {
    background-color: #3F97CB
}
.colors .charcoal {
    background-color: #555555
}
.colors .movember .top {
    background-color: #003763
}
.colors .movember .bottom {
    background-color: #f0613c
}
.colors .teton-green .top {
    background-color: #00ad5d
}
.colors .teton-green .bottom {
    background-color: #ff8339
}
.colors .exum-yellow .top {
    background-color: #E0E520
}
.colors .exum-yellow .bottom {
    background-color: #77cdbd
}
.colors .meru-blue .top {
    background-color: #230e65
}
.colors .meru-blue .bottom {
    background-color: #E0E520
}
.colors .summit-red .top {
    background-color: #b52f13
}
.colors .summit-red .bottom {
    background-color: #1fc0dc
}
.tooltip-link {
    position: relative;
    margin-left: 6px;
    cursor: help;
    background: url(../images/borders/red-dot-horizontal-97aed659bfc9790f7e76ca945766496b2d292e334db2cc2720de7d810c7b4b52.png);
    background-position: 2px bottom;
    background-repeat: repeat-x;
    background-size: 6px 2px;
    font-weight: 300;
    color: #8C3946;
    font-size: 11px
}
.tooltip-link.blue {
    color: #094d6d;
    background-image: url(../images/borders/blue-dot-horizontal-b94756c4e3a3de478604452e4f65eef827ce8ea879c690391e217fae5542a78c.png)
}
.tooltip-link.blue .tooltip {
    border-color: #094d6d;
    color: #094d6d
}
.tooltip-link .tooltip {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    text-align: center;
    background: white;
    color: #8C3946;
    padding: 18px 0;
    border: 1px solid #913C49;
    border-radius: 3px;
    width: 298px;
    font-size: 11px;
    line-height: 2
}
.tooltip-link .tooltip span {
    width: 210px;
    margin: auto
}
.tooltip-link .tooltip:after,
.tooltip-link .tooltip:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 15px solid transparent
}
.tooltip-link .tooltip:before {
    position: absolute;
    left: 136px;
    z-index: 2
}
.tooltip-link .tooltip:after {
    position: absolute;
    left: 136px;
    z-index: 1
}
.tooltip-link[data-tooltip-orientation="reverse"] .tooltip:before {
    top: -30px;
    border-bottom-color: white
}
.tooltip-link[data-tooltip-orientation="reverse"] .tooltip:after {
    top: -31px;
    border-bottom-color: #913C49
}
.tooltip-link[data-tooltip-orientation="reverse"].blue .tooltip:after {
    border-bottom-color: #094d6d
}
.tooltip-link:not([data-tooltip-orientation="reverse"]) .tooltip:before {
    bottom: -30px;
    border-top-color: white
}
.tooltip-link:not([data-tooltip-orientation="reverse"]) .tooltip:after {
    bottom: -31px;
    border-top-color: #913C49
}
.tooltip-link:not([data-tooltip-orientation="reverse"]).blue .tooltip:after {
    border-top-color: #094d6d
}
.ie8 .tooltip:after,
.ie8 .tooltip:before {
    display: none
}
.nav-sprite.harrys-logo {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 120px;
    height: 22px;
    background-position: 0px -15px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-logo {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-logo-hover {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 120px;
    height: 22px;
    background-position: -120px -13px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-logo-hover {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-logo-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 120px;
    height: 22px;
    background-position: -240px -13px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-logo-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-h {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 29px;
    height: 22px;
    background-position: -360px -15px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-h {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-h-hover {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 29px;
    height: 22px;
    background-position: -390px -13px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-h-hover {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.harrys-h-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 29px;
    height: 22px;
    background-position: -421px -14px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.harrys-h-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.cart-grey {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -450px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.cart-grey {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.cart-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -498px -9px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.cart-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.sleigh-cart {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -520px -9px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.sleigh-cart {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.sleigh-cart-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -573px -9px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.sleigh-cart-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.reindeer {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -598px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.reindeer {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.reindeer-white {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 50px;
    height: 40px;
    background-position: -648px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.reindeer-white {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.nav-sprite.side-arrow {
    background-image: url(../images/nav_sprite_half-13dde2613fbddafaef62874453afcab274d2dc11556a65729938e9adabc9075c.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 701px 50px !important;
    width: 16px;
    height: 9px;
    background-position: -687px 0px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .nav-sprite.side-arrow {
        background-image: url(../images/nav_sprite-14205dba82689888e229ad6e3558868d39a982077faf35956e6b544876c1614d.png) !important;
        background-size: 701px 50px !important
    }
}
.sprite {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.quality-guaranteed-seal {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 77px;
    height: 80px;
    background-position: -245px -2px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.quality-guaranteed-seal {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.quality-guaranteed-tooltip {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 24px;
    height: 20px;
    background-position: -46px -123px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.quality-guaranteed-tooltip {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.x-grey {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 17px;
    height: 16px;
    background-position: -302px -195px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.x-grey {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.x-white {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 23px;
    height: 23px;
    background-position: -295px -167px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.x-white {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.turn-around {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 33px;
    height: 18px;
    background-position: -226px -173px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.turn-around {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.header-icon {
    display: inline-block
}
.sprite.header-icon.our-story {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 26px;
    height: 20px;
    background-position: -32px -194px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.header-icon.our-story {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.header-icon.our-factory {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 26px;
    height: 18px;
    background-position: -2px -194px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.header-icon.our-factory {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.header-icon.give-a-shave {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 32px;
    height: 23px;
    background-position: -164px -51px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.header-icon.give-a-shave {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.header-icon.magazine {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 24px;
    height: 24px;
    background-position: -118px -133px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.header-icon.magazine {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.header-icon.cornershop {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 28px;
    height: 20px;
    background-position: -164px -2px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.header-icon.cornershop {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.header-icon.side-arrow {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 10px;
    height: 7px;
    background-position: -26px -2px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .sprite.header-icon.side-arrow {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.sprite.header-icon.side-arrow:hover,
.sprite.header-icon.side-arrow.active:hover {
    background-position: -26px -9px
}
.sprite.header-icon.side-arrow.active {
    background-position: -26px -16px
}
.sprite.footer-icon {
    width: 25px;
    height: 21px
}
.sprite.footer-icon.email {
    background-position: -2px -50px
}
.sprite.footer-icon.phone {
    background-position: -201px -79px
}
.sprite.footer-icon.facebook {
    background-position: -71px -50px;
    width: 10px
}
.sprite.footer-icon.twitter {
    background-position: -110px -197px;
    width: 22px
}
.sprite.footer-icon.instagram {
    background-position: -120px -81px;
    width: 18px;
    vertical-align: -1px
}
.sprite.footer-icon.googleplus {
    background-position: -201px -50px
}
.sprite.footer-icon.facebook-white {
    background-position: 0px -163px
}
.sprite.footer-icon.twitter-white {
    background-position: -72px -163px
}
.sprite.footer-icon.instagram-white {
    background-position: -46px -163px;
    height: 23px
}
.sprite.footer-icon.googleplus-white {
    background-position: -24px -163px
}
.sprite.error.phone {
    width: 33px;
    height: 27px;
    background-position: -248px -103px
}
.sprite.error.email {
    width: 30px;
    height: 21px;
    background-position: -115px -60px
}
.sprite.plus {
    width: 10px;
    height: 10px;
    background-position: -148px -77px
}
.sprite.arrow {
    width: 19px;
    height: 12px;
    background-position: -2px -2px
}
.sprite.arrow-blue {
    width: 9px;
    height: 13px;
    background-position: -230px -58px
}
.sprite.mammoth {
    width: 74px;
    height: 56px;
    background-position: -147px -133px
}
.sprite.up-down {
    width: 8px;
    height: 14px;
    background-position: -314px -87px
}
.sprite.right-arrow {
    width: 21px;
    height: 15px;
    background-position: -262px -87px
}
.sprite.burger {
    width: 24px;
    height: 25px;
    background-position: -41px -4px
}
.sprite.shipping {
    width: 22px;
    height: 14px;
    background-position: -1px -27px
}
.global-footer {
    position: relative
}
.global-footer .header {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 2em;
    letter-spacing: 0.180em;
    text-transform: uppercase;
    color: #676767;
  background: none;
}
.global-footer .link {
    display: inline-block;
    border: none;
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: 0.037em;
    color: #7F7F7F;
    cursor: pointer
}
.global-footer .link+.link {
    margin-left: 20px
}
.global-footer .link+.links {
    margin-top: 20px
}
.global-footer .link.line-break+.line-break {
    margin-left: 9px;
    border-left: 1px solid #7F7F7F;
    padding-left: 12px
}
.global-footer .link.image {
    vertical-align: middle
}
.global-footer .link.image.facebook {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 25px;
    height: 21px;
    background-position: -70px -50px;
    width: 10px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .global-footer .link.image.facebook {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.global-footer .link.image.twitter {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 25px;
    height: 21px;
    background-position: -110px -199px;
    width: 22px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .global-footer .link.image.twitter {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.global-footer .link.image.instagram {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 25px;
    height: 21px;
    background-position: -120px -81px;
    width: 18px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .global-footer .link.image.instagram {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.global-footer .link.image.google {
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half-93ac9c52ea6d994c067a92e01443f6e12b8bd661f65f0dde02bc2bf7adb6e471.png?13256041891999409173);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 325px 240px;
    width: 25px;
    height: 21px;
    background-position: -201px -50px
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3 / 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .global-footer .link.image.google {
        background-image: url(../images/sprite-674b30c09403a54d3985363a04011c3a6d7d11658dec2b872c651cee81dd8d8d.png);
        background-size: 325px 240px
    }
}
.global-footer .paragraph {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 2.109090909em;
    letter-spacing: 0.037em;
    color: #7F7F7F
}
.global-footer .paragraph.heavy,
.global-footer .paragraph .heavy {
    font-weight: bold
}
.global-footer .paragraph.no-break,
.global-footer .paragraph .no-break {
    white-space: nowrap
}
.global-footer .group+.group {
    margin-top: 20px
}
.global-footer .section {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto
}
.global-footer .section+.section {
    margin-top: 20px
}
.global-footer .sections-wrapper {
    padding: 30px 35px;
    background-color: #E6E6E6;
    text-align: center
}
@media (min-width: 769px) {
    .global-footer {
        border-top: 1px solid #676767
    }
    .global-footer .header+.link {
        margin-top: 5px
    }
    .global-footer .link {
        display: block
    }
    .global-footer .link+.link {
        margin-top: 10px;
        margin-left: 0
    }
    .global-footer .link.line-break+.line-break {
        margin-left: 0;
        border: 0;
        padding-left: 0
    }
    .global-footer .link.image {
        display: inline-block
    }
    .global-footer .link.image+.image {
        margin-top: 0;
        margin-left: 5px
    }
    .global-footer .group+.group {
        margin-top: 0
    }
    .global-footer .group.contact-group+.hiring-group {
        margin-top: 40px
    }
    .global-footer .group.copyright-group+.legal-group {
        margin-top: 20px
    }
    .global-footer .group.legal-group+.site-switch-group {
        margin-top: 10px
    }
    .global-footer .section {
        float: right;
        margin-right: 0;
        margin-left: 0
    }
    .global-footer .section+.section {
        margin-top: 0;
        margin-right: 20px
    }
    .global-footer .sections {
        float: left
    }
    .global-footer .sections-wrapper {
        padding: 40px 60px;
        text-align: left
    }
  	.global-footer.new-footer .sections-wrapper {
    	padding: 40px 250px 40px 60px;
	}
    .global-footer .sections-wrapper:after {
        content: "";
        clear: both;
        display: block
    }
}
@media (min-width: 1024px) {
    .global-footer .group:after {
        content: "";
        clear: both;
        display: block
    }
    .global-footer .group.contact-group,
    .global-footer .group.hiring-group {
        float: left
    }
    .global-footer .group.contact-group+.hiring-group {
        margin-top: 0;
        margin-left: 75px
    }
    .global-footer .group.legal-group,
    .global-footer .group.legal-group .link,
    .global-footer .group.site-switch-group {
        display: inline-block
    }
    .global-footer .group.legal-group+.site-switch-group,
    .global-footer .group.legal-group .link+.link {
        margin-left: 25px
    }
    .global-footer .section {
        max-width: 350px
    }
    .global-footer .section+.section {
        margin-right: 125px
    }
}
.global-footer .advert {
    display: block;
    width: 100%;
    padding: 30px 0 30px;
    background-color: #263645;
    text-align: center
}
.global-footer .advert .table,
.global-footer .advert .middle {
    display: block
}
.global-footer .advert .text {
    padding: 0
}
.global-footer .advert .phone-icon {
    display: inline-block;
    width: 30px
}
.global-footer .advert .phone-icon+.headline {
    margin-top: 10px
}
.global-footer .advert .headline {
    display: block;
    padding: 0 45px;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.37125em;
    letter-spacing: 0.070em;
    color: #FFFFFF
}
.global-footer .advert .headline+.action {
    margin-top: 10px
}
.global-footer .advert .action {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #FFFFFF;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.794em;
    letter-spacing: 0.150em;
    color: #FFFFFF;
    text-transform: uppercase
}
@media (min-width: 769px) {
    .global-footer .advert {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 215px;
        height: 100%;
        padding: 0;
        background-color: #263645;
        text-align: center
    }
    .global-footer .advert .table {
        display: table;
        width: 100%;
        height: 100%
    }
    .global-footer .advert .middle {
        display: table-cell;
        vertical-align: middle
    }
    .global-footer .advert .phone-icon {
        width: 30px
    }
    .global-footer .advert .phone-icon+.headline {
        margin-top: 10px
    }
    .global-footer .advert .headline {
        display: block;
        padding: 0 45px;
        font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.37125em;
        letter-spacing: 0.070em;
        color: #FFFFFF
    }
    .global-footer .advert .headline+.action {
        margin-top: 10px
    }
    .global-footer .advert .action {
        display: inline-block;
        padding-bottom: 2px;
        border-bottom: 1px solid #FFFFFF;
        font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
        font-weight: 700;
        font-size: 10px;
        line-height: 1.794em;
        letter-spacing: 0.150em;
        color: #FFFFFF;
        text-transform: uppercase
    }
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid;
    text-align: center;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0
}
.button.-primary {
    border-color: #185674;
    background-color: #185674;
    color: #FFFFFF;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s
}
.button.-primary:hover {
    border-color: #2a7295;
    background-color: #2a7295
}
.button.-primary:active {
    border-color: #0b384e;
    background-color: #0b384e
}
.button.-primary.-inverted {
    border-color: #185674;
    background-color: #FFFFFF;
    color: #185674
}
.button.-primary.-inverted:hover {
    border-color: #2a7295;
    color: #2a7295
}
.button.-primary.-inverted:active {
    border-color: #0b384e;
    color: #0b384e
}
.button.-secondary {
    border-color: #5F899E;
    background-color: #5F899E;
    color: #FFFFFF;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s
}
.button.-secondary:hover {
    border-color: #899da7;
    background-color: #899da7
}
.button.-secondary:active {
    border-color: #427188;
    background-color: #427188
}
.button.-secondary.-inverted {
    border-color: #5F899E;
    background-color: #FFFFFF;
    color: #5F899E
}
.button.-secondary.-inverted:hover {
    border-color: #899da7;
    color: #899da7
}
.button.-secondary.-inverted:active {
    border-color: #427188;
    color: #427188
}
.button.-alternate {
    border-color: #3FB094;
    background-color: #3FB094;
    color: #FFFFFF;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s
}
.button.-alternate:hover {
    border-color: #68baa6;
    background-color: #68baa6
}
.button.-alternate:active {
    border-color: #289479;
    background-color: #289479
}
.button.-alternate.-inverted {
    border-color: #3FB094;
    background-color: #FFFFFF;
    color: #3FB094
}
.button.-alternate.-inverted:hover {
    border-color: #68baa6;
    color: #68baa6
}
.button.-alternate.-inverted:active {
    border-color: #289479;
    color: #289479
}
.button.-action {
    border-color: #E34F30;
    background-color: #E34F30;
    color: #FFFFFF;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s
}
.button.-action:hover {
    border-color: #e07b66;
    background-color: #e07b66
}
.button.-action:active {
    border-color: #d1310f;
    background-color: #d1310f
}
.button.-action.-inverted {
    border-color: #E34F30;
    background-color: #FFFFFF;
    color: #E34F30
}
.button.-action.-inverted:hover {
    border-color: #e07b66;
    color: #e07b66
}
.button.-action.-inverted:active {
    border-color: #d1310f;
    color: #d1310f
}
.button.-small {
    padding: 8px 22px;
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: 15px
}
@media (max-width: 768px) {
    .button.-small.-mobile-full-width {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}
@media (max-width: 768px) {
    .button.-mobile-small {
        padding: 8px 22px;
        border-radius: 4px;
        font-size: 10px;
        letter-spacing: 1.5px;
        line-height: 15px
    }
}
.button.-medium {
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 19px
}
@media (max-width: 768px) {
    .button.-medium.-mobile-full-width {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}
@media (max-width: 768px) {
    .button.-mobile-medium {
        padding: 10px 30px;
        border-radius: 4px;
        font-size: 13px;
        letter-spacing: 2px;
        line-height: 19px
    }
}
.button.-large {
    padding: 12px 45px;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 2.5px;
    line-height: 23px
}
@media (max-width: 768px) {
    .button.-large.-mobile-full-width {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}
@media (max-width: 768px) {
    .button.-mobile-large {
        padding: 12px 45px;
        border-radius: 5px;
        font-size: 16px;
        letter-spacing: 2.5px;
        line-height: 23px
    }
}
.button._hidden {
    display: none
}
.button._disabled {
    border-color: #BFBFBF;
    background-color: #BFBFBF;
    color: #F7F7F7
}
.button._disabled:hover {
    border-color: #BFBFBF;
    background-color: #BFBFBF;
    color: #F7F7F7
}
body,html {
    background-color: #F7F7F7
}
.hero {
    padding-top: 33px;
    padding-bottom: 108%;
    text-align: center;
    background-color: #efefef;
    background-image: url("//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/trial_hero_small.png?13256041891999409173");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 318px;
	margin: 0 auto;
}
@media (min-width: 769px) {
    .hero {
        padding-bottom: 82%;
        background-image: url("//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/trial_hero_medium.png?13256041891999409173")
    }
}
@media (min-width: 1024px) {
    .hero {
        max-width: 100%;
        padding-top: 177px;
        padding-bottom: 260px;
        padding-left: 50%;
        padding-right: 0;
        background-image: url("//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/trial_hero_large.png?13256041891999409173");
        background-position: center top;
        background-size: auto 100%
    }
}
@media (min-width: 1400px) {
    .hero {
        padding-left: 700px
    }
}
.hero--heading {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 1.85px;
    line-height: 72px;
    text-transform: none;
    color: #185674
}
.template-product.trial-pack .hero--sub-heading,
.template-product.trial-pack .hero--heading, 
.template-product.trial-pack .escape--heading,
.template-product.trial-pack .descriptions--heading,
.template-product.trial-pack .markdown .markdown--h2, 
.template-product.trial-pack .works--heading, 
.template-product.trial-pack .works--card--heading, 
.template-product.trial-pack .works--card--sub-heading, 
.template-product.trial-pack .works--card--pricing, 
.template-product.trial-pack .button{
   font-family:"Creighton";
}
.template-product.trial-pack .hero--paragraph, 
.template-product.trial-pack .descriptions--description,
.template-product.trial-pack .half-half-container .text-half .body,
.template-product.trial-pack .full-image-container .text-container .body, 
.template-product.trial-pack .works--card--description{
font-family:"AndesLight";  
}

.hero--heading+.hero--paragraph {
    margin-top: 4px
}
.hero--sub-heading {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #185674
}
.hero--sub-heading+.hero--heading {
    margin-top: 0
}
.hero--paragraph {
    display: block;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-transform: none;
    color: #666666
}
@media (min-width: 769px) {
    .hero--paragraph {
        width: 360px
    }
}
.hero--paragraph+.button {
    margin-top: 26px
}
.hero+.descriptions {
    margin-top: -40%
}
@media (min-width: 769px) {
    .hero+.descriptions {
        margin-top: -30%
    }
}
@media (min-width: 1024px) {
    .hero+.descriptions {
        margin-top: -110px
    }
}
.descriptions {
    box-sizing: border-box;
    width: 90%;
    max-width: 940px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    background-color: white;
    text-align: center;
    transform: translate(0, 0);
    opacity: 1;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 1.25s;
    transition-delay: 0.25s
}
.descriptions._not-ready {
    transform: translate(0, 50px);
    opacity: 0
}
.descriptions._not-ready .descriptions--item {
    transform: translate(0, 10px);
    opacity: 0
}
.descriptions .descriptions--item {
    background-color: transparent;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 1s;
    transition-delay: 1s
}
.descriptions+.works {
    padding-top: 39px
}
@media (min-width: 769px) {
    .descriptions+.works {
        padding-top: 48px
    }
}
@media (min-width: 1024px) {
    .descriptions+.works {
        padding-top: 56px
    }
}
.descriptions--item {
    display: block;
    width: 100%;
    padding: 55px 0 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: top;
    background-color: #FFFFFF
}
@media (min-width: 769px) {
    .descriptions--item {
        width: 653px
    }
}
@media (min-width: 1024px) {
    .descriptions--item {
        display: inline-block;
        width: 220px;
        padding: 90px 0
    }
}
.descriptions--item+.descriptions--item {
    padding-top: 5px
}
@media (min-width: 1024px) {
    .descriptions--item+.descriptions--item {
        padding-top: 90px;
        margin-left: 30px
    }
}
.descriptions--heading {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
    color: #263645
}
@media (min-width: 1024px) {
    .descriptions--heading {
        font-size: 24px;
        letter-spacing: 0.9px;
        line-height: 32px
    }
}
.descriptions--heading+.descriptions--description {
    margin-top: 12px
}
.descriptions--description {
    display: block;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
    color: #868686
}
.works {
    padding: 0 5%;
    background-color: #F7F7F7;
    text-align: center
}
.works+.escape {
    padding-top: 50px
}
@media (min-width: 769px) {
    .works+.escape {
        padding-top: 73px
    }
}
@media (min-width: 1024px) {
    .works+.escape {
        padding-top: 67px
    }
}
.works--heading {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.9px;
    line-height: 40px;
    text-transform: none;
    font-size: 28px;
    color: #185674
}
@media (min-width: 1024px) {
    .works--heading {
        font-size: 36px;
        letter-spacing: 1.5px;
        line-height: 48px
    }
}
@media (min-width: 769px) {
    .works--heading {
        width: 100%;
        font-size: 36px
    }
}
.works--heading+.works--cards {
    margin-top: 26px
}
@media (min-width: 769px) {
    .works--heading+.works--cards {
        margin-top: 36px
    }
}
@media (min-width: 1024px) {
    .works--heading+.works--cards {
        margin-top: 52px
    }
}
.works--cards+.button {
    margin-top: 25px
}
@media (min-width: 769px) {
    .works--cards+.button {
        margin-top: 40px
    }
}
.works--card {
    display: block;
    box-sizing: border-box;
    padding: 48px 0 63px;
    border-radius: 4px;
    background-color: #FFFFFF
}
@media (min-width: 769px) {
    .works--card {
        display: inline-block;
        width: 315px;
        min-height: 465px;
        vertical-align: top
    }
}
@media (min-width: 1024px) {
    .works--card {
        width: 430px;
        min-height: 510px;
        padding: 65px 0
    }
}
.works--card+.works--card {
    margin-top: 16px
}
@media (min-width: 769px) {
    .works--card+.works--card {
        margin-top: 0;
        margin-left: 20px
    }
}
.works--card--sub-heading {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #185674
}
.works--card--sub-heading+.works--card--heading {
    margin-top: 12px
}
.works--card--heading {
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
    font-size: 20px;
    color: #263645
}
@media (min-width: 1024px) {
    .works--card--heading {
        font-size: 24px;
        letter-spacing: 0.9px;
        line-height: 32px
    }
}
@media (min-width: 1024px) {
    .works--card--heading {
        font-size: 24px
    }
}
.works--card-heading+.works--card--image {
    margin-top: 10px
}
.works--card--image+.works--card--pricing {
    margin-top: 8px
}
.works--card--pricing {
    width: 225px;
    margin-right: auto;
    margin-left: auto;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #185674
}
.works--card--pricing .works--card--pricing--callout {
    color: #3FB094
}
.works--card--pricing+.works--card--description {
    margin-top: 20px
}
.works--card--description {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
    color: #868686
}
.trial-landing-page-components {
    margin: 40px 0
}
.escape {
    padding: 45px 5% 45px;
    background-color: #F7F7F7;
    text-align: center
}
@media (min-width: 769px) {
    .escape {
    padding-bottom: 40px;
    padding-top: 40px;
}
}
.escape--heading {
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #263645;
    text-align: center
}
@media (min-width: 769px) {
    .escape--heading {
        width: auto
    }
}
@media (min-width: 1024px) {
    .escape--heading {
        display: inline-block
    }
}
.escape--heading+.escape--routes {
    margin-top: 29px
}
@media (min-width: 1024px) {
    .escape--heading+.escape--routes {
        margin-top: 0;
        margin-left: 25px;
        vertical-align: middle
    }
}
.escape--routes {
    display: block;
    text-align: center
}
@media (min-width: 1024px) {
    .escape--routes {
        display: inline-block
    }
}
.escape--route {
    position: relative;
    display: block;
    padding: 0 5px;
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
    color: #263645;
    text-align: left
}
.escape--route:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 5px;
    display: block;
    background-image: url(//cdn.shopify.com/s/files/1/1210/5358/t/15/assets/sprite-half.png?13256041891999409173) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 37px 14px !important;
    width: 18px;
    height: 14px;
    background-position: -19px 0
}
@media (min-width: 769px) {
    .escape--route {
        display: inline-block;
        box-sizing: content-box;
        width: 173px;
        padding-top: 14px;
        padding-bottom: 13px
    }
    .escape--route:after {
        top: 50%;
        margin-top: -7px
    }
}
.escape--route+.escape--route {
    margin-top: 15px;
    border-top: 1px solid #BFBFBF;
    padding-top: 15px
}
.escape--route+.escape--route:after {
    top: 30px
}
@media (min-width: 769px) {
    .escape--route+.escape--route {
        margin-top: 0;
        margin-left: 25px;
        border-top: 0;
        border-left: 1px solid #BFBFBF;
        padding-top: 14px;
        padding-left: 25px
    }
    .escape--route+.escape--route:after {
        top: 50%
    }
}
.escape--route--label {
    width: 140px
}
h6.header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
header.header {
    position: static;
}
.header__logo-image {
    
    vertical-align: baseline;
    
}





.trialpage.giftpage *, .trialpage.giftpage *:before, .trialpage.giftpage *:after {
    box-sizing: border-box !important;
}
body.template-page.template-page-gift {
    background: #fff none repeat scroll 0 0;
}
.template-page-gift .product-desc-container > ul {
    list-style: outside none disc;
    padding: 0 20px;
    text-align: left;
}
.template-page-gift .product-name-text {
    color: #555;
    font-weight: bold;
}
.template-page-gift .price-text del {
    font-weight: normal;
}
.product-desc-container {
    padding: 10px 5%;
}
.product-desc-container p {
    margin-bottom: 10px;
}
.template-page-gift .header__logo ,
.template-page-trial .header__logo {
    line-height: 16px;
    text-align: center;
}
.template-page-trial .header__logo .header__link .header__logo-image, .template-page-gift .header__logo .header__link .header__logo-image {
    max-width: 120px;
}
.template-page-gift .wrapper .shelf-container .shelf-row .shelf-tile {
    margin-top: 30px;
}
.global-footer .section.contact-footer {
    position: absolute;
    right: 0;
}
.global-footer .section + .section {
    margin-right: 0;
    padding-right: 250px;
      max-width: none;
}
.global-footer.new-footer .section + .section {
    padding-right: 150px;
}
.global-footer .sections {
    position: relative;
}
@media screen and (max-width:768px)
{
  .template-page-gift .wrapper .shelf-container .shelf-row .shelf-tile {
    margin-top: 100px;
}
  .template-page-gift .wrapper .shelf-container .shelf-row .shelf-tile:first-child {
    margin-top: 30px;
}
.global-footer .section.contact-footer {
    position: relative;
    right: 0;
}
.global-footer .section + .section {
    margin-right: 0;
    padding-right: 0;
}
  .global-footer.new-footer .section + .section
  {
    margin-right: 0;
    padding-right: 0;
}
}


.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .quantity-selector .float-right {
    padding: 0;
}
.info-wrap .quantity-selector select {
    float: right;
    height: 40px;
    margin: 0;
    padding: 0 40px 0 20px;
    width: auto;
}

@media (min-width: 1024px) {
  .product_drink_v1 .product-page-hero-container {
	height: 700px;
  }
}

.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .color-selector .colors .color label {
    color: #666;
    text-align: center;
}
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .color-selector .variant-info,
.product-page-hero-container .product-page-hero .info-wrap .modifiers-form .modifiers .color-selector .subscribe-info {
	margin-top: 35px;
}
.product-description__section.product-description__about > header {
    border: medium none;
}
.product-page-hero-container .product-page-hero .info-wrap .middle .name-price .description {display: block;}
  .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap .description{display:none;}

@media (max-width: 768px) {
  
.product-page-hero-container .product-page-hero .info-wrap .middle .name-price .description {display: none;}
  .product-page-hero-container .product-page-hero .info-wrap .modifiers-form .description-add-cart-wrap .description{display:block;}
.product-page-hero-container .product-page-hero .info-wrap {background-color:#fff;}  
}
@media (max-width: 400px) {
  .header .header__wrapper {
  	display: block;
/*     height: 30px; */
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.product-page-hero-container .product-page-hero .info-wrap .middle .name-price .price-text.subscribe-on-text{display:none;}

select[disabled="disabled"] {
    background: #f9f9f9 none repeat scroll 0 0;
    border-color: #e6e6e6;
    color: #e4e4e4;
}
.subscribe-on-selector.disabled .primary {
    color: #c5c5c5 !important;
}

.trial-secondary-text {
    font-family: "museo-sans", "Museo Sans", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: none;
    display: block;
    padding: 15px 0
}
.product-description__about header {
	box-sizing: border-box !important;
}
.mini-cart {
  font-family: Helvetica, Arial, sans-serif !important;
}
.mini-cart__header {
	padding: 0;
}
.mini-cart__header-title {
  	letter-spacing: 0;
    text-transform: none;
}
.mini-cart .product__brand {
	letter-spacing: 0;
    color: #222;
    line-height: 1.2em;
}
.mini-cart .product__title {
	letter-spacing: 0;
  	text-transform: none;
}
.mini-cart__total-label {
	color: #222;
}
.mini-cart .button--secondary,
.mini-cart .button--primary {
	color: #fff;
    border: 0;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 14px;
  	line-height: 1.2em;
}
.mini-cart .button--primary {
    background: #073051;
}
.mini-cart .button--primary:hover {
	background: #01060b;
}
.mini-cart .button--secondary {
  	background: #a5a5a5;
}
.mini-cart .button--secondary:hover {
	background: #7f7f7f;
}
.mini-cart__empty-title {
  	letter-spacing: 0;
    text-transform: none;
    line-height: 1.1em;
}
.mini-cart__empty-subtitle {
	color: #222;
}
.mini-cart__empty .button {
	padding: 15px 40px 16px 40px;
}
.mini-cart__empty .button:hover {
	background: #01060b;
}   
body.drinks .ui-loader-default {
	display: none;
}

.fixed-trial-btn {
  display: none;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 999;
}

@media (max-width: 1023px) {
  .template-product.trial-pack .hero {
  	padding-bottom: 70%;
    background-position: center 400px;
  }
}

@media (max-width: 768px) {
  .template-product.trial-pack .hero {
  	padding-bottom: 90%;
    background-position: center 400px;
  }
}

@media (max-width: 540px) {
  .fixed-trial-btn {
  	display: block;
  }
  .template-index, .template-product.trial-pack {
  	padding-bottom: 59px;
  }
}

