html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

ul,
ol {
    margin: 0;
    padding-left: 0
}

li {
    list-style-type: none
}

@font-face {
    font-family: icomoon;
    src: url(//cdn.shopify.com/s/files/1/0748/6203/t/27/assets/icomoon.eot?i1s926&v=5273032726144081322);
    src: url(//cdn.shopify.com/s/files/1/0748/6203/t/27/assets/icomoon.eot?i1s926%23iefix&v=5273032726144081322) format("embedded-opentype"), url(//cdn.shopify.com/s/files/1/0748/6203/t/27/assets/icomoon.ttf?i1s926&v=4434673134768793220) format("truetype"), url(//cdn.shopify.com/s/files/1/0748/6203/t/27/assets/icomoon.woff?i1s926&v=4845019260579483433) format("woff"), url(//cdn.shopify.com/s/files/1/0748/6203/t/27/assets/icomoon.svg?i1s926%23icomoon&v=608042323175522193) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-],
[class*=" icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-down:before {
    content: "\e900"
}

.icon-arrow-left:before {
    content: "\e901"
}

.icon-arrow-right:before {
    content: "\e902"
}

.icon-arrow-up:before {
    content: "\e903"
}

.icon-heart:before {
    content: "\e90d"
}

.icon-mail:before {
    content: "\e904"
}

.icon-message:before {
    content: "\e90e"
}

.icon-paper-plane:before {
    content: "\e905"
}

.icon-print:before {
    content: "\e906"
}

.icon-rss:before {
    content: "\e907"
}

.icon-share:before {
    content: "\e908"
}

.icon-cart:before {
    content: "\e909"
}

.icon-facebook:before {
    content: "\e90a"
}

.icon-instagram:before {
    content: "\e90b"
}

.icon-pinterest:before {
    content: "\e90c"
}

.btn {
    position: relative;
    display: inline-block;
    padding: .5rem 1.5rem;
    color: #555;
    text-align: center;
    font-size: .875rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #bbb;
    cursor: pointer;
    border-radius: 4px;
    transition: color .2s ease, border .2s ease, background-color .2s ease
}

.btn:hover,
.btn:focus {
    color: #333;
    border-color: #888;
    outline: 0
}

.btn--primary {
    color: #fff;
    background-color: #5d6073;
    border-color: #5d6073
}

.btn--primary:hover,
.btn--primary:focus {
    color: #fff;
    background-color: #05728c;
    border-color: #05728c
}

.btn--white {
    background-color: #fff;
    border-color: #fff;
    color: #542b2b
}

.btn--white:hover,
.btn--white:focus {
    color: #542b2b;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn--wide {
    width: 100%
}

.btn--is-disabled {
    color: #ddd;
    background-color: #f2f2f2;
    border-color: #ddd;
    cursor: inherit;
    pointer-events: none
}

.btn--summary {
    margin-bottom: 1rem
}

.fWrap {
    background-color: #fff
}

.fTitle {
    text-align: center;
    font-weight: 200;
    margin-bottom: 0
}

.fWrap--has-border {
    border: 1px solid #ddd;
    padding: 1rem
}

.fWrap--tiny {
    width: 90%;
    margin: 0 auto
}

.fObject {
    position: relative;
    margin-bottom: 1rem
}

.additional {
    margin-top: .5rem;
    font-size: .75rem
}

.fObject--no-margin {
    margin-bottom: 0
}

.label {
    display: block
}

.input,
.search__form {
    outline: 0;
    border: 0;
    box-shadow: 0;
    padding: .5rem 1rem;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: none
}

.input:focus,
.search__form:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #888
}

.input--wide {
    width: 100%
}

.input--select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../imgs/select-arrows.png);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer
}

.input--select:focus {
    background-image: url(../imgs/select-arrows.png);
    background-position: right center;
    background-repeat: no-repeat
}

@media (min-width: 46rem) {
    .fWrap--tiny {
        width: 40%
    }
}

.container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 75rem) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

.column {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.cf,
.tabs__list:after,
.cart__item:after,
.container:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 46rem) {
    .column {
        margin-left: 10px;
        margin-right: 10px
    }

    .size-1 {
        width: calc(8.33333% - 24px)
    }

    .offset-1 {
        margin-left: 8.33333%
    }

    .size-2 {
        width: calc(16.66667% - 24px)
    }

    .offset-2 {
        margin-left: 16.66667%
    }

    .size-3 {
        width: calc(25% - 24px)
    }

    .offset-3 {
        margin-left: 25%
    }

    .size-4 {
        width: calc(33.33333% - 24px)
    }

    .offset-4 {
        margin-left: 33.33333%
    }

    .size-5 {
        width: calc(41.66667% - 24px)
    }

    .offset-5 {
        margin-left: 41.66667%
    }

    .size-6 {
        width: calc(50% - 24px)
    }

    .offset-6 {
        margin-left: 50%
    }

    .size-7 {
        width: calc(58.33333% - 24px)
    }

    .offset-7 {
        margin-left: 58.33333%
    }

    .size-8 {
        width: calc(66.66667% - 24px)
    }

    .offset-8 {
        margin-left: 66.66667%
    }

    .size-9 {
        width: calc(75% - 24px)
    }

    .offset-9 {
        margin-left: 75%
    }

    .size-10 {
        width: calc(83.33333% - 24px)
    }

    .offset-10 {
        margin-left: 83.33333%
    }

    .size-11 {
        width: calc(91.66667% - 24px)
    }

    .offset-11 {
        margin-left: 91.66667%
    }

    .size-12 {
        width: calc(100% - 24px)
    }

    .offset-12 {
        margin-left: 100%
    }
}

body {
    font-size: 16px;
    line-height: 1.625;
    font-family: Montserrat, sans-serif;
    color: #5c5c5f;
    background-color: #fdfdf9
}

*,
*:before,
*:after {
    box-sizing: border-box
}

a {
    color: #542b2b
}

a:hover {
    color: #763c3c
}

a.powered-by img {
    width: 76px !important;
    height: 38px !important
}

.g--right {
    float: right
}

.g--left {
    float: left
}

.g--text-center {
    text-align: center
}

.g--text-right {
    text-align: right
}

.g--text-left {
    text-align: left
}

.g--strike {
    text-decoration: line-through
}

.g--small {
    font-size: .875rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 2rem;
    margin-bottom: 3rem
}

.h1 {
    font-size: 3.8125rem
}

.h2 {
    font-size: 3rem
}

.h3 {
    font-size: 2.4375rem
}

.h4 {
    font-size: 2rem
}

.h5 {
    font-size: 1.625rem
}

.h6 {
    font-size: 1.25rem
}

.headline {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.4375rem;
    font-family: Born Ready, sans-serif;
    font-weight: 400;
    color: #a0b9bd;
    margin-bottom: 3rem
}

.headline:before,
.headline:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    z-index: -1;
    background-color: #a0b9bd
}

.headline:before {
    top: calc(50% - 2px)
}

.headline:after {
    top: calc(50% + 2px)
}

.headline span {
    background-color: #fdfdf9;
    padding-left: 1rem;
    padding-right: 1rem
}

img {
    width: 100%;
    height: auto
}

img[data-sizes=auto] {
    display: block
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .2s ease-in
}

.divider {
    background-color: #ddd;
    width: 100%;
    height: 1px;
    margin: 2rem 0
}

.account,
.blog,
.search-results,
.cart,
.page,
.error-404 {
    padding: 2rem 0
}

.collection {
    padding-bottom: 2rem
}

.product {
    margin-bottom: 3rem
}

.blog .pagination {
    margin-bottom: 2rem
}

.header {
    padding-top: .625rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ddd;
    text-align: center
}

.mCart,
.mMobile {
    vertical-align: top;
    padding-right: .5rem;
    padding-left: .5rem;
    text-decoration: none
}

.mMobile {
    float: left
}

.mCart {
    float: right
}

.mMobile__group {
    position: relative;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    vertical-align: middle
}

.mMobile__bar,
.mMobile__bar:before,
.mMobile__bar:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #888;
    border-radius: 3px;
    transition: transform .3s ease
}

.mMobile__bar {
    top: 50%;
    transform: translateY(-50%)
}

.mMobile__bar:before {
    content: "";
    top: -.5rem;
    left: 0
}

.mMobile__bar:after {
    content: "";
    bottom: -.5rem;
    left: 0
}

.mMobile--is-expanded .mMobile__bar {
    height: 0
}

.mMobile--is-expanded .mMobile__bar:before {
    top: 0;
    transform: rotate(-45deg)
}

.mMobile--is-expanded .mMobile__bar:after {
    top: 0;
    transform: rotate(45deg)
}

.mCart__inner {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.5rem
}

.mCart__count {
    position: absolute;
    z-index: 1;
    top: -.5rem;
    left: -.5rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: .75rem;
    line-height: 1.5rem;
    color: #fff;
    background-color: #542b2b;
    border-radius: 100%
}

.brand {
    position: relative;
    display: inline-block;
    width: 6rem;
    height: 2.5rem
}

.brand__path {
    fill: #542b2b
}

.navigation {
    display: none;
    clear: both;
    margin-top: 1rem
}

.navigation--is-expanded,
.nav {
    display: block
}

.nav__item {
    border-bottom: 1px solid #ddd
}

.nav__link {
    display: block;
    padding-top: .75rem;
    padding-bottom: .75rem;
    text-align: left;
    text-decoration: none
}

.input--search {
    margin-top: .5rem;
    margin-bottom: .5rem;
    width: 100%
}

@media (min-width: 62rem) {

    .mCart,
    .mMobile {
        display: none
    }

    .brand {
        float: left;
        padding-top: .2rem
    }

    .navigation {
        display: block;
        clear: none;
        margin-top: .25rem
    }

    .nav {
        display: inline-block
    }

    .nav--right {
        float: right
    }

    .nav__item {
        display: inline-block;
        border: 0
    }

    .nav__link {
        display: inline-block;
        padding: .5rem .325rem
    }

    .input--search {
        margin-top: -.25rem;
        margin-right: .5rem;
        width: 5.5rem;
        height: 2rem;
        border-radius: 3px;
        transition: width .3s ease
    }

    .input--search:focus {
        width: 12rem
    }
}

.hero {
    position: relative
}

.hero__clickable {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%
}

.context-bar {
    text-align: center;
    padding-top: 1rem
}

.context-bar__crumbs {
    margin-bottom: 1rem
}

.context-bar__menu {
    border-top: 1px solid #ddd
}

.context-bar__item {
    display: block;
    float: left;
    width: 50%;
    padding: 1rem 1.625rem;
    font-size: .875rem
}

.context-bar__link {
    display: block;
    text-decoration: none
}

@media (min-width: 46rem) {
    .context-bar {
        text-align: left
    }

    .context-bar__crumbs,
    .context-bar__menu {
        display: inline-block
    }

    .context-bar__menu {
        float: right;
        border: 0
    }

    .context-bar__item {
        display: inline-block;
        float: none;
        width: auto;
        padding: 0
    }

    .context-bar__item:first-child {
        display: none
    }
}

.breadcrumbs__item {
    display: none;
    font-size: .875rem
}

.breadcrumbs__item:last-child {
    display: inline;
    font-weight: 200
}

.breadcrumbs__item--is-chev {
    color: #542b2b
}

@media (min-width: 46rem) {

    .breadcrumbs__item,
    .breadcrumbs__item:last-child {
        display: inline
    }
}

.pTile {
    position: relative;
    width: calc(50% - 24px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 1rem
}

.pTile__on-sale {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    font-size: .75rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 3rem;
    color: #fff;
    background-color: #f08080cc;
    border-radius: 100%;
    transform: rotate(18deg)
}

.pTile__image {
    background-color: #f9f4e4
}

.pTile__clickable {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.pTile__meta {
    margin-top: 1rem;
    text-align: center
}

.pTile__title {
    font-size: 1rem;
    letter-spacing: -.05rem;
    line-height: 1;
    font-weight: 200;
    margin-bottom: .5rem
}

.pTile__price {
    color: #4b708f;
    margin-bottom: .5rem;
    font-size: .875rem
}

.pTile__strike {
    text-decoration: line-through
}

.pTile__discount {
    color: #f08080
}

.pTile__swatch {
    display: inline-block;
    width: .875rem;
    height: .875rem;
    margin: 0 .125rem;
    text-indent: -9999rem;
    border-radius: 100%
}

@media (min-width: 46rem) {
    .pTile {
        width: calc(25% - 24px)
    }
}

.pagination {
    text-align: center
}

.pagi__item {
    display: none
}

.pagi__item:first-child,
.pagi__item:last-child {
    display: inline
}

.pagi__link {
    text-decoration: none;
    border: 1px solid #ddd;
    padding: .625rem .75rem;
    border-radius: 3px
}

.pagi__item--is-disabled .pagi__link {
    color: #ddd
}

@media (min-width: 46rem) {
    .pagi__item {
        display: inline
    }

    .pagi__link--is-current {
        background-color: #542b2b;
        color: #fff
    }
}

.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #a0b9bd
}

.footer__info,
.footer__credit {
    text-align: center
}

.footer__info,
.social {
    margin-bottom: 2rem
}

.social__item {
    display: inline
}

.social__link {
    margin-right: .75rem;
    margin-left: .75rem;
    font-size: 2.25rem;
    color: #fff;
    text-decoration: none
}

.brand--footer {
    margin-bottom: 2rem
}

.brand--footer .brand__path {
    fill: #fff
}

.footer__item {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.footer__link {
    color: #fff;
    text-decoration: none
}

.credit {
    color: #fff;
    text-align: center;
    font-size: .625rem;
    text-transform: uppercase;
    letter-spacing: .1rem
}

.credit__link,
.credit__link:hover,
.credit__link:focus {
    color: #fff;
    text-decoration: none
}

@media (min-width: 46rem) {
    .column--is-footer {
        vertical-align: middle;
        max-width: 300px
    }

    .column--is-footer:nth-child(2) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff
    }

    .brand--footer {
        float: none;
        margin: 0 auto
    }

    .social {
        text-align: right;
        margin-bottom: 0
    }

    .social__link {
        margin-right: 0
    }

    .footer__nav {
        text-align: left;
        font-size: .75rem
    }
}

.product__images {
    margin-bottom: 1rem
}

.product__image {
    position: relative
}

.product__image-cell {
    width: 100%
}

.product__thumbs {
    margin-bottom: 1rem
}

.product__thumbs-item {
    display: inline-block;
    width: calc(20% - 4px);
    cursor: pointer
}

.product__title {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 200;
    line-height: 1
}

.product__price {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.product__strike {
    text-decoration: line-through
}

.product__discount {
    color: #f08080
}

.options__title {
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 400
}

.options {
    margin-bottom: 1rem
}

.options__item {
    margin-right: .25rem;
    margin-bottom: .25rem;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.options__item--is-size {
    display: inline-block;
    padding: .5rem .75rem;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px
}

.options__item--is-color {
    position: relative;
    display: inline-block;
    width: 3.25rem;
    border-radius: 3px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 1px #542b2b
}

.options__item--is-on-sale {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: #c33d3d;
    color: #fff;
    font-size: 8px;
    text-transform: uppercase;
    display: block;
    padding: 0 .25rem;
    border-radius: 2px
}

.options__item--is-current {
    background-color: #542b2b;
    border-color: #542b2b;
    color: #fff
}

.options__item--is-color.options__item--is-current {
    border-color: #fff
}

.options__item--is-soldout {
    position: relative;
    color: #ddd;
    border-color: #ddd;
    cursor: initial;
    pointer-events: none
}

.options__item--is-soldout:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom left, transparent 50%, #dddddd 50%, #dddddd calc(50% + 1px), transparent 50%), linear-gradient(to bottom right, transparent 50%, #dddddd 50%, #dddddd calc(50% + 1px), transparent 50%)
}

.selector-wrapper {
    display: none
}

.product__add {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.tabs__list {
    display: block;
    border-bottom: 1px solid #ddd
}

.tabs__item {
    width: 50%;
    float: left
}

.tabs__link {
    display: block;
    padding: .5rem;
    text-align: center;
    text-decoration: none
}

.tabs__link:hover {
    border-bottom: 4px solid #f1f1f1
}

.tabs__link--is-current,
.tabs__link--is-current:hover {
    border-bottom: 4px solid #ddd
}

.tabs__pane {
    display: none;
    padding-top: .5rem;
    font-size: .875rem
}

.tabs__pane--is-current {
    display: block
}

.sizechart {
    width: 100%;
    margin-bottom: 1.5rem
}

.sizechart thead th {
    color: #542b2b;
    font-weight: 600
}

.sizechart thead th,
.sizechart tbody td {
    font-size: .875rem;
    text-align: left
}

.sizechart tbody td {
    border-bottom: 1px solid #ddd
}

.sizechart tbody td span {
    text-align: left
}

.sizechart tbody td sub {
    position: relative;
    top: -5px;
    font-size: 70%
}

@media (min-width: 46rem) {
    .product__thumbs-item {
        display: block;
        width: 100%
    }

    .product__options,
    .product__add {
        margin-bottom: 2rem
    }

    .tabs__pane {
        font-size: 1rem
    }
}

.cart__item {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd
}

.cart__thumbnail {
    width: 30%;
    float: left;
    margin-right: .5rem
}

.cart__options {
    margin-bottom: .5rem
}

.cart__title {
    font-weight: 200;
    font-size: 1.25rem;
    margin-bottom: 0
}

.cart__options-label {
    font-size: .875rem
}

.input--is-qty {
    display: inline-block;
    width: 3rem;
    text-align: center
}

.cart__price {
    margin-bottom: 1rem
}

.cart__strike {
    text-decoration: line-through
}

.cart__discount {
    color: #f08080
}

.cart__empty {
    width: 300px;
    margin: 0 auto 2rem;
    text-align: center
}

.cart__empty-title {
    font-size: 1.25rem
}

.cart__empty-text {
    font-size: .875rem
}

.summary {
    background-color: #fff;
    padding: .75rem;
    border: 1px solid #ddd
}

.summary__title {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0
}

.summary__list {
    margin-bottom: 1rem
}

.summary__item {
    border-bottom: 1px dotted #ddd;
    padding: .5rem 0
}

.summary__item--is-text-center {
    text-align: center
}

.summary__item--is-small {
    font-size: .75rem
}

.summary__item--is-agree {
    text-align: center
}

@media (min-width: 46rem) {
    .cart__thumbnail {
        width: 15%
    }
}

.refine {
    display: none
}

.refine--is-visible {
    display: block
}

.module {
    margin-bottom: 2rem
}

.module__title {
    font-size: 1rem;
    font-weight: 400;
    border-top: 5px double #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem
}

.module__link {
    display: block;
    font-size: .875rem;
    padding: .25rem 0;
    text-decoration: none
}

@media (min-width: 46rem) {
    .refine {
        display: inline-block
    }
}

.listing {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-bottom: 2rem;
    vertical-align: top
}

.listing__title {
    font-weight: 200;
    text-align: center
}

.listing__tags {
    text-align: center
}

.listing__item {
    display: inline-block
}

.listing__link {
    font-size: .5rem;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #a0b9bd
}

.listing__divider {
    width: 20%;
    height: 2px;
    margin: 1rem auto;
    background-color: #ddd
}

.listing__p {
    font-size: .875rem
}

@media (min-width: 46rem) {
    .listing {
        width: calc(50% - 4px)
    }
}

.table {
    width: 100%
}

.table__th {
    color: #542b2b;
    font-weight: 600
}

.table__td {
    padding: .5rem;
    text-align: left;
    border-bottom: 1px solid #ddd
}

.errors {
    color: #c33d3d;
    padding: 0 1rem;
    margin-bottom: 1rem
}

.errors li {
    padding: .5rem 0
}

.search__meta {
    text-align: center;
    margin: 1rem 0
}

.search__meta-title {
    font-weight: 200;
    margin-bottom: .5rem
}

.search__form {
    height: 3rem
}

.search__form-input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border: none;
    text-indent: 1rem
}

.search__form-button {
    position: absolute;
    top: 50%;
    right: .5rem;
    z-index: 2;
    transform: translateY(-50%)
}

.search__empty {
    width: 100%;
    text-align: center
}

.features {
    margin: 2rem 0 3rem
}

.feature {
    margin-bottom: 1rem
}

.feature:hover .feature__title:after {
    width: 50%;
    background-color: #fff
}

.feature:hover .feature__details {
    height: auto;
    opacity: 1
}

.feature__inner {
    position: relative;
    overflow: hidden
}

.feature__overlay,
.feature__clickable {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block
}

.feature__clickable {
    z-index: 5
}

.feature__meta {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff
}

.feature__title {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: .5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .25)
}

.feature__title:after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    margin: 1rem auto auto;
    background-color: transparent;
    transition: width .5s ease, background-color .5s ease
}

.feature__details {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity .5s ease
}

.feature__description {
    margin-bottom: .5rem
}

.gCard__wrap {
    background: url(//cdn.shopify.com/s/files/1/0748/6203/t/27/assets/bg-gift-card.svg?v=16556712053981842245) repeat;
    background-size: 250px 250px
}

.gCard {
    width: 100%;
    max-width: 720px;
    padding-top: 4rem;
    margin: 0 auto;
    background-color: #fff
}

.gCard__header {
    text-align: center
}

.gCard__title {
    font-weight: 200;
    margin-bottom: 0
}

.gCard__image {
    display: none
}

.gCard__card {
    margin: 2rem 0;
    width: 100%;
    background: #fdfdfd
}

.gCard__body {
    text-align: center;
    padding-top: 4rem
}

.gCard__value {
    font-size: 3rem
}

.gCard__value-amount {
    display: inline-block;
    vertical-align: top
}

.gCard__value-currency {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    padding-top: 2.25rem
}

.gCard__code {
    color: #a0b9bd;
    padding: 1rem;
    border: 4px double #ddd
}

.gCard__actions {
    margin: 2rem 0;
    width: 100%;
    text-align: center
}

.gCard__action {
    display: block;
    text-decoration: none;
    margin-bottom: 1rem
}

.gCard__action .svg-icon {
    padding-top: .5rem
}

.gCard__footer {
    padding: 2rem 0;
    text-align: center;
    font-size: .75rem
}

.gCard__qr {
    text-align: center
}

.gCard__qr-code {
    width: 120px;
    height: 120px;
    display: inline-block
}

@media (min-width: 46rem) {
    .gCard__image {
        display: inline-block;
        float: left;
        width: 182px
    }

    .gCard__body {
        margin-left: 4rem;
        float: left
    }

    .gCard__value {
        font-size: 5rem
    }

    .gCard__action {
        display: inline-block;
        margin: 0 1rem
    }

    .gCard__action:first-child {
        float: left
    }

    .gCard__action:last-child {
        float: right
    }
}

.bof {
    margin-bottom: 4rem
}

.bof__list {
    width: 100%;
    text-align: center
}

.bof__year {
    width: 6rem;
    display: inline-block;
    vertical-align: top;
    margin: 0 2rem
}

.article__tags {
    text-align: center;
    margin-bottom: 3rem
}

.article__tags-item {
    display: inline-block
}

.article__tags-link {
    font-size: .5rem;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #a0b9bd
}

.article__title {
    font-size: 3.8125rem;
    font-family: Born Ready, sans-serif;
    font-weight: 200;
    text-align: center;
    margin-bottom: 3rem
}

.article__body {
    margin-bottom: 2rem
}

.article__body p:first-child:first-letter {
    color: #542b2b;
    float: left;
    font-size: 3rem;
    line-height: 2rem;
    padding: .25rem .5rem 0 0
}

.article__month,
.article__day {
    display: none
}

.bio {
    margin-bottom: 2rem;
    border-top: 4px double #f2f2f2;
    padding: 2rem 2rem 0;
    text-align: center
}

.bio__image {
    display: inline-block;
    width: 7rem;
    height: 7rem;
    border-radius: 100%
}

.bio__title {
    color: #a0b9bd;
    margin-bottom: .5rem
}

.bio__desc {
    font-size: .75rem
}

@media (min-width: 46rem) {
    .article__day {
        display: block;
        text-align: center;
        font-size: 2rem;
        border-right: 1px solid
    }

    .article__month {
        display: block;
        text-align: center;
        border-right: 1px solid
    }

    .article__body p:first-child:first-letter {
        font-size: 4.5rem
    }

    .bio__image {
        margin-right: 1rem;
        float: left
    }

    .bio__meta {
        padding-left: 8.5rem;
        text-align: left
    }
}

.signature {
    font-family: Born Ready, sans-serif;
    font-size: 2rem;
    color: #542b2b
}

.bModule {
    padding-left: 1rem;
    margin-bottom: 2rem
}

.bModule--invert {
    background: #f2f2f2;
    padding: 1rem;
    border: 4px double #fff
}

.bModule__title {
    font-weight: 200;
    text-align: center;
    padding: .5rem 0;
    border-top: 5px double #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem
}

.bModule__title--invert {
    border: none;
    padding: 0;
    margin: 0
}

.bModule__body {
    font-size: .75rem
}

.bModule__image {
    display: block;
    margin: 0 auto 1rem
}

.bModule__image-round {
    border-radius: 100%;
    width: 10rem;
    height: 10rem
}

.bModule__list {
    text-align: center
}

.bModule__item--inline {
    display: inline-block
}

.bModule__link {
    text-decoration: none;
    font-size: 1.5rem;
    margin: 0 .5rem
}

.bModule__link-tag {
    padding: .25rem 0;
    display: block;
    text-align: left;
    font-size: .875rem;
    border-bottom: 1px dotted #ddd
}

.global-promo {
    background-color: #e1c6bb;
    color: #fff;
    font-size: .875rem;
    text-align: center;
    padding: .5rem 1rem;
    text-transform: uppercase;
    letter-spacing: .1rem
}

.instagram {
    margin-bottom: 2rem
}

.instagram__feed {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.gram {
    position: relative;
    overflow: hidden;
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px
}

.gram__clickable {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    cursor: pointer;
    z-index: 10
}

.gram:hover .gram__overlay {
    visibility: visible;
    opacity: 1
}

.gram__media {
    position: relative;
    overflow: hidden;
    padding-top: 100%
}

.gram__image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.gram__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    text-align: center;
    background-color: #0000009f;
    font-size: .75rem;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s ease
}

.gram__meta {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%)
}

.gram__count {
    margin-bottom: 1rem;
    font-size: 1rem
}

.gram__count-likes {
    margin-right: 1rem
}

.gram__overlay-desc {
    display: none
}

@media (min-width: 34rem) {
    .gram__count {
        font-size: 1.25rem
    }

    .gram__overlay-desc {
        display: block;
        height: 5rem;
        overflow: hidden
    }
}

@media (min-width: 46rem) {
    .gram {
        flex-basis: calc(25% - 20px);
        max-width: calc(25% - 20px)
    }
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 0;
    width: 2rem;
    height: 100%;
    border: none;
    background: white;
    background: rgba(255, 255, 255, .2);
    cursor: pointer;
    border-radius: 0;
    opacity: 0
}

@media (min-width: 62rem) {
    .flickity-prev-next-button {
        width: 4rem
    }
}

.product__image:hover .flickity-prev-next-button {
    opacity: 1;
    transition: opacity .3s ease
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09f
}

.flickity-prev-next-button:active {
    opacity: .6
}

.flickity-prev-next-button.previous {
    left: 0
}

.flickity-prev-next-button.next {
    right: 0
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button:disabled {
    opacity: .3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-prev-next-button .arrow {
    fill: #333
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

/*# sourceMappingURL=/s/files/1/0748/6203/t/27/assets/styles.scss.css.map?v=6430517066263161368 */