/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body, input, textarea, button, select {
    -webkit-font-smoothing: unset !important;
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

retina-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none!important
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

body {
    overflow-x: hidden;
    width: 100%;
    height: 100%
}

*,::after,::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container,.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}


/*--UE ADDED--*/
.hide {
    display: none;
}

.policy-page {
    padding-top: 200px;
}

p {
    margin: 1em 0;
}

h1, .h1, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .section-header__title, .spr-header-title.spr-header-title {
    font-style: normal;
}

button.white-color,
.white-color {
    color: #fff;
}

.product-single__prices {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.product-single__prices .product__price {
    padding-right: 0;
    display: block;
    text-align: center;
    flex: none;
}

.variant__label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    color: #303236;
    line-height: .91;
    letter-spacing: .2px;
    text-align: center;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    margin-bottom: 20px;   
    font-weight: 500; 
}
.variant-input-wrap label {
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    border: none !important;
    outline: none !important;
    margin: 0;
    border-radius: 0;
    padding-bottom: 2px !important;
    border-bottom: 2px solid transparent !important;
    font-weight: 500;
}

.variant-input {
    font-size: 20px;
    color: #303236;
    line-height: .91;
    letter-spacing: .18px;
    text-align: center;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    cursor: pointer;
    margin: 0 15px;
    font-weight: 500;
}

.variant-input-wrap input[type=radio]:checked+label {
    box-shadow: 0 0 0 2px #000000;
    box-shadow: none;
    border-bottom: 2px solid !important;
}

html body .swiper-button-prev,
html body .swiper-button-next {
    width: 23px;
    height: 50px;
}

html body .swiper-button-prev:after,
html body .swiper-button-next:after {
    width: 100%;
    height: 100%;
}

html body .swiper-button-prev:after {
    content: '';
    background: url(winc-arrow-left.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;    
}

html body .swiper-button-next:after {
    content: '';
    background: url(winc-arrow-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;    
}

.overflow-scroller::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.overflow-scroller::-webkit-scrollbar-thumb {
    background: transparent;
}

.overflow-scroller__arrow {
    border: none;
}

.template-cart,
.template-collection {
    padding-top: 100px;
}

.asap-font {
    font-family: "Asap Condensed",sans-serif;
}

.collection-grid-desc,
.grid-product__price {
    font-size: 20px;
    color: #303236;
    line-height: .91;
    letter-spacing: .18px;
    text-align: center;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    cursor: pointer;
}

.grid-product__title {
    font-size: 32px;
    text-transform: uppercase;
    color: #303236;
    line-height: 1.56;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    margin-bottom: 0;
    cursor: pointer;
    text-decoration: none;
}

.section-header__title  {
    font-size: 48px;
    text-transform: uppercase;
    color: #303236;
    line-height: 1.56;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    margin-bottom: 0;
    cursor: pointer;
    text-decoration: none;
}

.loader-logo {
    /*background-image: url(WWC_PageLoader_2Colors.gif);*/
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 350px;*/
    /*background-size: 120px;*/
}

.product-slide .image-wrap {
    width: 250px;
    margin: 0 auto;
}

@media screen and (max-width: 700px) {
    .loader-logo {
        /*background-image: url(WWC_PageLoader_2Colors.gif);*/
        background-position: center;
        background-repeat: no-repeat;
        /*background-size: 100px;*/
    }

    .product-slide .image-wrap {
        width: 100%;
    }
}

.loader-text {
    display: none;
}

@media screen and (max-width: 700px) {
    .section-header__title {
        font-size: 38px;
        text-transform: uppercase;
        color: #303236;
        line-height: 1.25;        
    }

    .grid-product__title {
        font-size: 28px;
        line-height: 1.25;
    }
}

.grid-product__meta {
    padding-top: 20px;
}

#shopify-section-product-recommendations,
.image-wrap,
.grey-background,
.gotta-catchem-section {
    background-color: #ededed;
}

.placeholder-content, .image-wrap, .skrim__link, .pswp__img--placeholder {
    background: transparent;
}

.section-header__description {
    font-size: 20px;
    color: #303236;
    line-height: 1.1;
    letter-spacing: normal;
    font-family: "Averia Serif Libre",cursive;
    font-weight: 400;
    font-stretch: normal;
    padding: 0 38px;
    margin-bottom: 24px;
    text-align: center;
}

.collection-grid-desc .pdp-container__intro--description {
    display: none;
}

@media only screen and (min-width: 48em) {
    .container {
        width:49rem
    }

    .col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 64em) {
    .container {
        width:65rem
    }

    .col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width:76rem
    }

    .col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .5rem;
        padding-left: .5rem
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@-webkit-keyframes special-button-gradient {
    0% {
        background-position: 84% 0
    }

    50% {
        background-position: 17% 100%
    }

    100% {
        background-position: 84% 0
    }
}

@keyframes special-button-gradient {
    0% {
        background-position: 84% 0
    }

    50% {
        background-position: 17% 100%
    }

    100% {
        background-position: 84% 0
    }
}

.parent-container {
    width: 100%;
    padding: 0 18px;
    color: #303236;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 1280px) {
    .parent-container {
        padding:0 24px
    }
}

@media screen and (min-width: 1024px) {
    /*.wereabout-container retina-image {*/
        /*width: 500px;*/
    /*}*/

    .no-desktop {
        display:none!important
    }
}

@media screen and (max-width: 1023px) {
    .only-desktop {
        display:none!important
    }
}





@media screen and (min-width: 1280px) {
    .wereabout-container retina-image {
        width: 500px;
    }

    .no-desktop {
        display:none!important
    }
}

@media screen and (max-width: 1279px) {
    .wereabout-container retina-image {
            width: 400px;
            margin-bottom: 30px;
    }

    .wereabout-container retina-image.only-desktop {
        display: none;
    }

    .wereabout-container retina-image.mobile-only {
            display: block !important;
            width: 400px;
            margin-bottom: 30px;
    }
}


@media screen and (max-width: 600px) {
    .wereabout-container retina-image.mobile-only {
            width: 280px;
            margin-bottom: 30px;
    }
}   

.wereabout-container img {
    width: 100%;
    height: auto;
    display: block;
}


.btn {
    font-family: "Asap Condensed",sans-serif;
}

button {
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    padding: 0 36px;
    text-align: center;
    text-decoration: none!important;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    border-radius: 50px;
    border: none
}

@media (min-width: 1279px) {
    button {
        font-size:20px
    }
}

@media (min-width: 1279px) {
    button {
        line-height:26px
    }
}

@media (min-width: 1279px) {
    button {
        height:56px
    }
}

button:focus,button:hover {
    outline: 0
}

button.disabled,button.disabled:hover,button:disabled,button:disabled:hover {
    cursor: not-allowed;
    color: #fff
}

button i {
    font-size: 1.25rem;
    line-height: 56px;
    position: static;
    -webkit-transform: none;
    transform: none
}

@media (min-width: 1279px) {
    button i {
        line-height:56px
    }
}

button span {
    line-height: 56px;
    line-height: 1;
    position: static;
    -webkit-transform: none;
    transform: none
}

@media (min-width: 1279px) {
    button span {
        line-height:56px;
        line-height: 1;
    }
}

button.primary {
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    padding: 0 36px;
    text-align: center;
    text-decoration: none!important;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    height: 56px;
    background-color: #282828
}

@media (min-width: 1279px) {
    button.primary {
        font-size:20px
    }
}

@media (min-width: 1279px) {
    button.primary {
        line-height:26px
    }
}

@media (min-width: 1279px) {
    button.primary {
        height:56px
    }
}

button.primary:focus,button.primary:hover {
    outline: 0
}

button.primary.disabled,button.primary.disabled:hover,button.primary:disabled,button.primary:disabled:hover {
    cursor: not-allowed;
    color: #fff
}

button.primary i {
    font-size: 1.25rem;
    line-height: 56px;
    position: static;
    -webkit-transform: none;
    transform: none
}

@media (min-width: 1279px) {
    button.primary i {
        line-height:56px
    }
}

button.primary span {
    line-height: 56px;
    position: static;
    -webkit-transform: none;
    transform: none
}

@media (min-width: 1279px) {
    button.primary span {
        line-height:56px
    }
}

button.primary:hover {
    background-color: #0090da
}

button.primary:disabled {
    background: #717070
}

button.waitlist-primary {
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    padding: 0 36px;
    text-align: center;
    text-decoration: none!important;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    height: 56px;
    font-family: "Asap Condensed",sans-serif;
    background-color: #85bb20
}

@media (min-width: 1279px) {
    button.waitlist-primary {
        font-size:20px
    }
}

@media (min-width: 1279px) {
    button.waitlist-primary {
        line-height:26px
    }
}

@media (min-width: 1279px) {
    button.waitlist-primary {
        height:56px
    }
}

button.waitlist-primary:focus,button.waitlist-primary:hover {
    outline: 0
}

button.waitlist-primary.disabled,button.waitlist-primary.disabled:hover,button.waitlist-primary:disabled,button.waitlist-primary:disabled:hover {
    cursor: not-allowed;
    color: #fff
}

button.waitlist-primary i {
    font-size: 1.25rem;
    line-height: 56px;
    position: static;
    -webkit-transform: none;
    transform: none
}

@media (min-width: 1279px) {
    button.waitlist-primary i {
        line-height:56px
    }
}

button.waitlist-primary span {
    line-height: 56px;
    position: static;
    -webkit-transform: none;
    transform: none
}

@media (min-width: 1279px) {
    button.waitlist-primary span {
        line-height:56px
    }
}

button.special {
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    padding: 0 36px;
    text-align: center;
    text-decoration: none!important;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    height: 56px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: linear-gradient(64deg,#ca3d37 15%,#d8893b,#debe4f,#7dcb7b,#84ddde,#84a8de,#8f84de,#ca84de,#e765a5,#d33b3e);
    background-size: 300% 300%;
    -webkit-animation: special-button-gradient 15s ease infinite;
    animation: special-button-gradient 15s ease infinite;
    mix-blend-mode: normal;
    background-size: 900%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    border: none;
    display: block;
    margin: auto;
    width: 200px;
    color: #fff
}

@media (min-width: 1279px) {
    button.special {
        font-size:20px
    }
}

@media (min-width: 1279px) {
    button.special {
        line-height:26px
    }
}

@media (min-width: 1279px) {
    button.special {
        height:56px
    }
}

button.special:focus,button.special:hover {
    outline: 0
}

button.special.disabled,button.special.disabled:hover,button.special:disabled,button.special:disabled:hover {
    cursor: not-allowed;
    color: #fff
}

button.special i {
    font-size: 1.25rem;
    line-height: 56px;
    position: static;
    -webkit-transform: none;
    transform: none
}

@media (min-width: 1279px) {
    button.special i {
        line-height:56px
    }
}

button.special span {
    line-height: 56px;
    position: static;
    -webkit-transform: none;
    transform: none
}

@media (min-width: 1279px) {
    button.special span {
        line-height:56px
    }
}

button.special:hover {
    font-weight: 800;
    font-size: 13px
}

button.special:disabled {
    opacity: .5
}

button.special:disabled:hover {
    font-size: 18px;
    font-weight: 600
}

button.primary-special-on-hover {
    background: #282828
}

button.primary-special-on-hover:hover {
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    padding: 0 36px;
    text-align: center;
    text-decoration: none!important;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    height: 56px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: linear-gradient(64deg,#ca3d37 15%,#d8893b,#debe4f,#7dcb7b,#84ddde,#84a8de,#8f84de,#ca84de,#e765a5,#d33b3e);
    background-size: 300% 300%;
    -webkit-animation: special-button-gradient 15s ease infinite;
    animation: special-button-gradient 15s ease infinite;
    mix-blend-mode: normal;
    background-size: 900%
}

@media (min-width: 1279px) {
    button.primary-special-on-hover:hover {
        font-size:20px
    }
}

@media (min-width: 1279px) {
    button.primary-special-on-hover:hover {
        line-height:26px
    }
}

@media (min-width: 1279px) {
    button.primary-special-on-hover:hover {
        height:56px
    }
}

button.primary-special-on-hover:hover:focus,button.primary-special-on-hover:hover:hover {
    outline: 0
}

button.primary-special-on-hover:hover.disabled,button.primary-special-on-hover:hover.disabled:hover,button.primary-special-on-hover:hover:disabled,button.primary-special-on-hover:hover:disabled:hover {
    cursor: not-allowed;
    color: #fff
}

button.primary-special-on-hover:hover i {
    font-size: 1.25rem;
    line-height: 56px;
    position: static;
    -webkit-transform: none;
    transform: none
}

@media (min-width: 1279px) {
    button.primary-special-on-hover:hover i {
        line-height:56px
    }
}

button.primary-special-on-hover:hover span {
    line-height: 56px;
    position: static;
    -webkit-transform: none;
    transform: none
}

@media (min-width: 1279px) {
    button.primary-special-on-hover:hover span {
        line-height:56px
    }
}

a.pack-learn-more-link {
    display: block;
    margin-top: 5px;
    font-family: "Asap Condensed",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: .2px;
    text-align: center;
    color: #fff;
    text-decoration: underline;
}

claims-component .claims-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    height: 100%;
    background: #ededed;
    color: #282828;
    text-align: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 18px 0
}

claims-component .claims-container:first-child {
    padding-top: 36px
}

claims-component .claims-container .claims-img {
    margin-bottom: 20px
}

claims-component .claims-container .claims-img .only-mobile-image {
    display: none
}

@media only screen and (max-width: 1278px) {
    claims-component .claims-container .claims-img .only-mobile-image {
        display: block
    }

    claims-component .claims-container .claims-img .not-mobile-image {
        display: none
    }
}

claims-component .claims-container .claims-learn-more {
    font-size: 20px;
    color: #fff;
    line-height: normal;
    letter-spacing: .5px;
    text-align: center;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    height: 100%;
    width: 233px;
    height: 56px;
    border-radius: 28px;
    background-color: #282828;
    text-decoration: none;
    margin: 20px auto
}

@media (min-width: 1279px) {
    claims-component .claims-container {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding: 50px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    claims-component .claims-container:first-child {
        padding: 50px 0
    }
}

claims-component .claims-container .claims-description {
    width: 100%;
    /*width: 55%;*/
}

@media (max-width: 1278px) {
    claims-component .claims-container .claims-description {
        width: 95%;
    }
}

claims-component .claims-container .claims-description h2 {
    font-size: 32px;
    color: #303236;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    text-transform: uppercase;
    margin: 18px 0;
    padding: 0 30px
}

@media (min-width: 1279px) {
    claims-component .claims-container .claims-description h2 {
        margin:24px 0;
        font-size: 40px;
        line-height: 46px
    }
}

claims-component .claims-container .claims-description .claims-paragraph {
    font-size: 20px;
    color: #303236;
    line-height: 1.1;
    letter-spacing: normal;
    font-family: "Averia Serif Libre",cursive;
    font-weight: 400;
    font-stretch: normal;
    padding: 0 38px;
    margin-bottom: 24px
}

@media (min-width: 1279px) {
    claims-component .claims-container .claims-description .claims-paragraph {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        text-align: center;
        height: 100%;
        padding: 0 50px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 530px;
        margin: 0 auto
    }
}

@media (min-width: 1279px) {
    claims-component .claims-container.claims-clean {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap
    }
}

claims-component.colored .claims-paragraph,claims-component.colored h2 {
    color: #fff!important
}

claims-component.colored .claims-sustainable {
    background: #92b342
}

claims-component.colored .claims-clean {
    background: #0081ce
}

claims-component.colored .claims-wellness {
    background: #753bc9
}

.express-checkout-container {
    text-align: center;
    margin-top: 24px
}

.express-checkout-container .express-checkout-header {
    font-family: "Asap Condensed",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px
}

.express-checkout-container .express-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@supports (-webkit-appearance: -apple-pay-button) {
    .express-checkout-container .express-checkout .apple-pay-button {
        display:inline-block;
        -webkit-appearance: -apple-pay-button
    }

    .express-checkout-container .express-checkout .apple-pay-button-black {
        -apple-pay-button-style: #000
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .express-checkout-container .express-checkout .apple-pay-button {
        display:inline-block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px
    }

    .express-checkout-container .express-checkout .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: #000
    }
}

.express-checkout-container .express-checkout .express-pay-button {
    width: 160px
}

.express-checkout-container .express-checkout .express-pay-button:nth-child(2) {
    margin-left: 18px
}

.express-checkout-container .express-checkout .express-pay-button.express-pay-button-paypal {
    background: #2c2e2f;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    line-height: 1.15;
    padding: 10px;
    border-radius: 22px;
    cursor: pointer
}

.express-checkout-container .express-checkout .express-pay-button.express-pay-button-paypal:hover {
    -webkit-box-shadow: inset 0 0 100px 100px rgba(255,255,255,.2);
    box-shadow: inset 0 0 100px 100px rgba(255,255,255,.2)
}

.express-checkout-container .express-checkout .express-pay-button.express-pay-button-paypal span {
    position: relative
}

.express-checkout-container .express-checkout .express-pay-button.express-pay-button-paypal span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.express-checkout-container .express-checkout .express-pay-button.express-pay-button-paypal span.paypal-logo {
    width: 13px;
    height: 17px
}

.express-checkout-container .express-checkout .express-pay-button.express-pay-button-paypal span.paypal-wordmark {
    height: 17px;
    width: 53px;
    margin: 0 8px 0 3px
}

input,label {
    font-family: Karla,sans-serif
}

.input-container p {
    text-align: left;
    font-size: 12px;
    padding: 6px 12px 0;
    margin: 0
}

.input-container.is-error p.error-msg {
    color: #e87865
}

text-input-with-submit .input-container {
    font-family: Karla,sans-serif;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: top;
    min-height: 0;
    margin-bottom: 24px
}

text-input-with-submit .input-container label {
    -webkit-transition: color .2s cubic-bezier(0,0,.2,1) 0s,-webkit-transform .2s cubic-bezier(0,0,.2,1) 0s;
    transition: color .2s cubic-bezier(0,0,.2,1) 0s,-webkit-transform .2s cubic-bezier(0,0,.2,1) 0s;
    transition: color .2s cubic-bezier(0,0,.2,1) 0s,transform .2s cubic-bezier(0,0,.2,1) 0s;
    transition: color .2s cubic-bezier(0,0,.2,1) 0s,transform .2s cubic-bezier(0,0,.2,1) 0s,-webkit-transform .2s cubic-bezier(0,0,.2,1) 0s;
    top: 0;
    left: 12px;
    position: absolute;
    -webkit-transform: translate(0,20px) scale(1);
    transform: translate(0,20px) scale(1);
    color: #666
}

text-input-with-submit .input-container label+.input-control {
    margin-top: 16px
}

text-input-with-submit .input-container .input-control {
    cursor: text;
    position: relative
}

text-input-with-submit .input-container .input-control input {
    display: block;
    width: 100%;
    background: 0 0;
    outline: 0;
    border: 0;
    line-height: 28px;
    padding: 0 12px
}

text-input-with-submit .input-container .input-control:after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .2s cubic-bezier(0,0,.2,1) 0s;
    transition: -webkit-transform .2s cubic-bezier(0,0,.2,1) 0s;
    transition: transform .2s cubic-bezier(0,0,.2,1) 0s;
    transition: transform .2s cubic-bezier(0,0,.2,1) 0s,-webkit-transform .2s cubic-bezier(0,0,.2,1) 0s;
    border-bottom: 2px solid #0090da;
    pointer-events: none
}

text-input-with-submit .input-container .input-control:before {
    left: 0;
    right: 0;
    bottom: 0;
    content: "\00a0";
    position: absolute;
    -webkit-transition: border-bottom-color .2s cubic-bezier(.4,0,.2,1) 0s;
    transition: border-bottom-color .2s cubic-bezier(.4,0,.2,1) 0s;
    border-bottom: 1px solid #666;
    pointer-events: none
}

text-input-with-submit .input-container button {
    position: absolute;
    right: 0;
    top: 0;
    background: 0 0;
    border: 0;
    color: #0090da;
    height: 100%;
    padding: 0 12px 12px 0;
    text-align: right;
    font-size: 16px;
    line-height: 28px
}

text-input-with-submit .input-container.has-button .input-control input {
    padding: 0 50px 0 12px
}

text-input-with-submit .input-container:hover :before {
    border-bottom: 2px solid #333
}

text-input-with-submit .input-container.is-focused label {
    color: #777;
    -webkit-transform: translate(0,1.75px) scale(.75);
    transform: translate(0,1.75px) scale(.75);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

text-input-with-submit .input-container.is-focused .input-control:before {
    border-bottom: 2px solid #fff
}

text-input-with-submit .input-container.is-focused .input-control:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

text-input-with-submit .input-container.is-error:hover .input-control:before {
    border-bottom: 2px solid #e87865
}

text-input-with-submit .input-container.is-error .input-control:after,text-input-with-submit .input-container.is-error .input-control:before {
    border-bottom-color: #e87865
}

text-input-with-submit .input-container.is-error button,text-input-with-submit .input-container.is-error label {
    color: #e87865
}

text-input-with-submit .input-container.is-disabled .input-control:after,text-input-with-submit .input-container.is-disabled .input-control:before {
    border-bottom-color: #717070
}

text-input-with-submit .input-container.is-disabled button,text-input-with-submit .input-container.is-disabled label {
    color: #717070
}

radio-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

radio-button input[type=radio] {
    display: none
}

radio-button input[type=radio]:checked+label:before {
    border-color: #0090da
}

radio-button input[type=radio]:checked+label:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

radio-button label {
    display: inline-block;
    height: 24px;
    position: relative;
    padding: 0 36px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom
}

radio-button label:after,radio-button label:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-property: border-color,-webkit-transform;
    transition-property: border-color,-webkit-transform;
    transition-property: transform,border-color;
    transition-property: transform,border-color,-webkit-transform
}

radio-button label:before {
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #0090da;
    background: #fff
}

radio-button label:after {
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #0090da
}

checkbox-component .input-container {
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

checkbox-component .input-container label {
    cursor: pointer
}

checkbox-component .input-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

checkbox-component .input-container input:checked~.checkmark {
    background-color: #0090da;
    border-color: #0090da
}

checkbox-component .input-container input:checked:disabled~.checkmark {
    background-color: #a4a4a4;
    border-color: #a4a4a4
}

checkbox-component .input-container input:checked~.checkmark:after {
    display: block
}

checkbox-component .input-container .checkbox-label {
    padding-top: 3px;
    display: block
}

checkbox-component .input-container .checkmark {
    border-radius: 2px;
    border: 2px solid #0090da;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    cursor: pointer
}

checkbox-component .input-container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

checkbox-component .input-container .checkmark:after {
    left: 5px;
    top: 0;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.marquee-scroll-container {
    width: 100%;
    max-width: 100%;
    height: 25px;
    overflow-x: hidden
}

.marquee-scroll-container#home-taste-marquee {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: #313131;
    color: #fff;
    height: 50px;
    line-height: 50px
}

.marquee-scroll-container .marquee-scroll-track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    -webkit-animation: valuesMarquee 8s linear infinite;
    animation: valuesMarquee 8s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 200%
}

@media (min-width: 1279px) {
    .marquee-scroll-container .marquee-scroll-track {
        -webkit-animation-duration:32s;
        animation-duration: 32s
    }
}

.marquee-scroll-container .marquee-scroll-track .marquee-value {
    text-transform: uppercase;
    font-family: "Asap Condensed",sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.63px;
    padding: 0 15px
}

.marquee-scroll-container .marquee-scroll-track .marquee-value.marquee-value-red {
    color: #ff0023
}

.marquee-scroll-container .marquee-scroll-track .marquee-value.marquee-value-orange {
    color: #ff6555
}

.marquee-scroll-container .marquee-scroll-track .marquee-value.marquee-value-yellow {
    color: #eaaa00
}

.marquee-scroll-container .marquee-scroll-track .marquee-value.marquee-value-green {
    color: #92b342
}

.marquee-scroll-container .marquee-scroll-track .marquee-value.marquee-value-teal {
    color: #019aa7
}

.marquee-scroll-container .marquee-scroll-track .marquee-value.marquee-value-blue {
    color: #0081ce
}

.marquee-scroll-container .marquee-scroll-track .marquee-value.marquee-value-purple {
    color: #753bc9
}

.marquee-scroll-container .marquee-scroll-track .marquee-value.marquee-value-fuschia {
    color: #e5109c
}

.marquee-scroll-container .marquee-scroll-track .marquee-value-divider {
    height: 38px;
    width: 38px;
    padding-top: 6px;
}

.marquee-scroll-container .marquee-scroll-track .marquee-value-divider img {
    height: 100%;
  max-width: inherit;
}

@-webkit-keyframes valuesMarquee {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes valuesMarquee {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

notification-component {
    color: #fff;
    text-align: center;
    font-family: Karla,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15
}

notification-component .notification-bar {
    padding: 6px 24px
}

notification-component .notification-bar.error {
    background: #f8705e
}

notification-component .notification-bar.info {
    background-color: #0090da
}

@media (min-width: 1279px) {
    notification-component .notification-bar {
        padding:30px 10px
    }
}

.nutrient-table-container {
    margin: auto;
    background-color: #ededed;
    padding: 40px 0;
    text-align: center
}

.nutrient-table-container h3 {
    font-size: 32px;
    color: #303236;
    line-height: 1.15;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    text-transform: uppercase;
  	margin: 32px 0;
}

@media screen and (min-width: 1024px) {
    .nutrient-table-container h3 {
        font-size:40px;
        color: #303236;
        line-height: 1.15;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 600;
        font-stretch: condensed
    }
}

.nutrient-table-container .nutrient-table {
    text-transform: uppercase;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-image: url(values-rainbow-gradient.svg);
    background-size: cover;
    padding-top: 4px;
    padding-left: 4px
}

.nutrient-table-container .nutrient-table .nutrition-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    z-index: 2;
    margin-bottom: 2px
}

.nutrient-table-container .nutrient-table .nutrition-column .column-header,.nutrient-table-container .nutrient-table .nutrition-column .row-header {
    padding: 5px 15px
}

.nutrient-table-container .nutrient-table .nutrition-column .column-header {
    color: #fff
}

.nutrient-table-container .nutrient-table .nutrition-column.nutrition-row-header div {
    font-size: 12px;
    color: #303236;
    line-height: 16px;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed
}

@media screen and (min-width: 1024px) {
    .nutrient-table-container .nutrient-table .nutrition-column.nutrition-row-header div {
        font-size:20px;
        color: #303236;
        line-height: 1.15;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 400;
        font-stretch: condensed
    }
}

.nutrient-table-container .nutrient-table .nutrition-column.nutrition-row-header.data-cell {
    font-size: 10px;
    color: #303236;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed
}

@media screen and (min-width: 1024px) {
    .nutrient-table-container .nutrient-table .nutrition-column.nutrition-row-header.data-cell {
        font-size:20px;
        color: #303236;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 600;
        font-stretch: condensed
    }
}

.nutrient-table-container .nutrient-table .nutrition-column div {
    font-size: 11px;
    color: #303236;
    line-height: 16px;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed
}

@media screen and (min-width: 1024px) {
    .nutrient-table-container .nutrient-table .nutrition-column div {
        font-size:20px;
        color: #303236;
        line-height: 1.15;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 400;
        font-stretch: condensed
    }
}

.nutrient-table-container .nutrient-table .nutrition-column div.data-cell {
    padding: 5px 0px;
    background-color: #ededed;
    margin: 1px;
    font-size: 12px;
    color: #303236;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed
}

@media screen and (min-width: 1024px) {
    .nutrient-table-container .nutrient-table .nutrition-column div.data-cell {
        padding:15px;
        font-size: 20px;
        color: #303236;
        line-height: 1.15;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 600;
        font-stretch: condensed
    }
}

.nutrient-table-container .nutrient-table .nutrition-column div.data-cell:first-of-type {
    margin-top: 0
}

.nutrient-table-container .nutrient-table .nutrition-column div .data-point {
    font-size: 16px;
    color: #303236;
    line-height: 1.15;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed
}

@media screen and (min-width: 1024px) {
    .nutrient-table-container .nutrient-table .nutrition-column div .data-point {
        font-size:26px;
        color: #303236;
        line-height: 1.15;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 600;
        font-stretch: condensed
    }
}

.nutrient-table-container .nutrient-table .nutrition-column.nutrition-row-header div.data-cell {
    background-color: transparent
}

.nutrient-table-container .nutrient-table .nutrition-column.nutrition-row-header div.data-cell .data-point,.nutrient-table-container .nutrient-table .nutrition-column.nutrition-row-header div.data-cell div {
    color: #fff
}

.nutrient-table-container .nutrient-table .nutrition-column.nutrition-row-header .row-header {
    background-color: #ededed;
    color: #303236;
    font-size: 9px;
    color: #303236;
    line-height: 16px;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    padding: 4px;
}

@media screen and (min-width: 1024px) {
    .nutrient-table-container .nutrient-table .nutrition-column.nutrition-row-header .row-header {
        font-size:20px;
        color: #303236;
        line-height: 1.15;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 400;
        font-stretch: condensed
    }
}

.nutrient-table-container .nutrient-table .nutrition-column:last-of-type {
    margin-right: 2px
}

.nutrient-table-container .nutrient-small-print {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 16px;
    color: #303236;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed
}

@media screen and (min-width: 1024px) {
    .nutrient-table-container .nutrient-small-print {
        font-size:20px;
        color: #303236;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 600;
        font-stretch: condensed
    }
}

.nutrient-table-container .nutrient-small-print span.serving-size {
    color: #ff0023
}


@media screen and (min-width: 1024px) {
    .sms-popup {
        display: none;
    }
}

.sms-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #282828;
    padding: 25px 20px;
    font-size: 22px;
    color: #fff;
    line-height: 27px;
    text-align: center;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    text-align: center;
    z-index: 5;
    -webkit-box-shadow: 0 -1px 30px 0 rgba(0,0,0,.29);
    box-shadow: 0 -1px 30px 0 rgba(0,0,0,.29);
    text-transform: uppercase
}

.sms-popup.completed {
    display: none
}

.sms-popup .bold {
    font-weight: 700
}

.sms-popup .text-us-button {
    margin-top: 10px
}

.sms-popup .close-x {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px
}

.sms-popup button.special {
    font-size: 20px
}

ul.sku-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

ul.sku-list li {
    padding-bottom: 40px
}

@media screen and (min-width: 1024px) {
    ul.sku-list li {
        padding-bottom:120px
    }
}

ul.sku-list li .pdp-container__details__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%
}

ul.sku-list li .pdp-container__details__product__left img {
    width: 71px;
    height: 221px;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (min-width: 1024px) {
    ul.sku-list li .pdp-container__details__product__left img {
        width:140px;
        height: 430px;
        -o-object-fit: contain;
        object-fit: contain
    }
}

ul.sku-list li .pdp-container__details__product__right {
    width: 205px;
    margin-left: 20px;
    text-align: left
}

@media screen and (min-width: 1024px) {
    ul.sku-list li .pdp-container__details__product__right {
        margin-left:90px;
        width: 559px
    }
}

ul.sku-list li .pdp-container__details__product__right h3 {
    font-size: 20px;
    color: #303236;
    line-height: 1.65;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
    ul.sku-list li .pdp-container__details__product__right h3 {
        font-size:48px;
        font-weight: 600;
        line-height: 1.2
    }
}

ul.sku-list li .pdp-container__details__product__right p {
    font-size: 15px;
    color: #303236;
    line-height: 1.27;
    font-family: "Averia Serif Libre",cursive;
    font-weight: 400;
    font-stretch: normal;
    margin-top: 0
}

@media screen and (min-width: 1024px) {
    ul.sku-list li .pdp-container__details__product__right p {
        font-size:30px;
        line-height: 1.23
    }
}

ul.sku-list li .pdp-container__details__product__right__bottom-details {
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
    ul.sku-list li .pdp-container__details__product__right__bottom-details {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        text-align: center;
        height: 100%
    }

    ul.sku-list li .pdp-container__details__product__right__bottom-details span {
        display: block
    }
}

ul.sku-list li .pdp-container__details__product__right__bottom-details p {
    font-size: 13px;
    color: #303236;
    line-height: 1.23;
    letter-spacing: .2px;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    margin: 0
}

@media screen and (min-width: 1024px) {
    ul.sku-list li .pdp-container__details__product__right__bottom-details p {
        padding-left:40px;
        font-size: 16px;
        line-height: 1.25;
        text-align: left
    }

    ul.sku-list li .pdp-container__details__product__right__bottom-details p:first-child {
        padding-left: 0
    }
}

ul.sku-list li .pdp-container__details__product__right__bottom-details p span {
    font-weight: 600
}

ul.sku-list li .pdp-container__details__product__right__bottom-details.grapes {
    margin-bottom: 40px
}

ul.sku-list li .pdp-container__details__product__right__bottom-details.ingredients-list {
    text-transform: uppercase;
    margin-bottom: 40px
}

ul.sku-list li .pdp-container__details__product__right__bottom-details.ingredients-list .ingredients span {
    display: inline
}

ul.sku-list li .pdp-container__details__product__right__bottom-details.ingredients-list .ingredients span.normal {
    font-weight: 400
}

ul.sku-list li .pdp-container__details__product__right__bottom-details.ingredients-list .ingredients span.bold {
    font-weight: 600
}

ul.sku-list li .pdp-container__details__product__right__bottom-details.ingredients-list .ingredients a {
    color: #303236;
    font-weight: 600
}

account-view .account-view-wrapper {
    padding-top: 70px
}

@media screen and (min-width: 1024px) {
    account-view .account-view-wrapper {
        padding-top:100px
    }
}

account-view .account-view-wrapper .account-login-form {
    padding: 100px 40px;
    margin: auto;
    position: relative
}

@media screen and (min-width: 1024px) {
    account-view .account-view-wrapper .account-login-form {
        width:500px;
        padding: 100px 0
    }
}

account-view .account-view-wrapper .account-login-form h1 {
    font-size: 32px;
    color: #303236;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    text-align: center;
    text-transform: uppercase;
    margin-top: 100px
}

cart-component .parent-container {
    margin: 18px 0 24px
}

@media (min-width: 1279px) {
    cart-component .parent-container {
        margin-top:0
    }
}

cart-component .cart-divider {
    height: 2px;
    background-color: #eaaa00;
    margin: 24px 0 12px
}

cart-component .cart-itemized-charges {
    text-transform: initial;
    text-align: right;
    font-family: Karla,sans-serif;
    font-size: 16px;
    line-height: 20px
}

cart-component .cart-itemized-charges .cart-line-item {
    margin-top: 6px
}

cart-component .cart-itemized-charges .cart-line-item:first-child {
    margin-top: 0
}

cart-component .cart-itemized-charges .cart-total {
    font-size: 20px;
    margin-top: 12px
}

cart-component .cart-itemized-charges .cart-itemized-charge-value {
    font-weight: 600
}

cart-component .cart-checkout-button-holder {
    margin-top: 45px
}

cart-line-item-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1279px) {
    cart-line-item-component {
        margin-top:48px
    }

    cart-line-item-component:first-child {
        margin-top: 0
    }
}

cart-line-item-component .line-item-img {
    height: 100px;
    width: 100px;
    margin-right: 12px
}

cart-line-item-component .line-item-img img {
    height: 100%;
    width: 100%
}

cart-line-item-component .line-item-details {
    font-family: Karla,sans-serif;
    font-size: 12px;
    line-height: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 200px
}

cart-line-item-component .line-item-details .line-item-title {
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase
}

cart-line-item-component .line-item-details .line-item-qty {
    font-family: "Asap Condensed",sans-serif;
    font-size: 17px;
    line-height: 20px
}

cart-line-item-component .line-item-details .line-item-qty .line-item-count {
    font-weight: 600
}

cart-line-item-component .line-item-details .line-item-qty a {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #0090da;
    margin-left: 10px
}

cart-line-item-component .line-item-details .line-item-delete {
    text-transform: none;
    text-decoration: none
}

cart-line-item-component .line-item-details .line-item-lowercase {
    text-transform: none
}

cart-line-item-component .line-item-total {
    font-size: 16px;
    margin-top: 9px;
    text-align: right
}

checkout-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 100vh
}

checkout-view .checkout-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

checkout-view .checkout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

checkout-view .checkout-container .checkout-form {
    width: 100%
}

checkout-view .checkout-container .checkout-form {
    padding-top: 70px
}

@media (min-width: 1279px) {
    checkout-view .checkout-container {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    checkout-view .checkout-container .checkout-form {
        width: 708px;
        padding: 120px 0;
        margin-right: 100px
    }

    checkout-view .checkout-container .checkout-form .input-container {
        max-width: 336px
    }

    checkout-view .checkout-container .checkout-form .input-container p.forgot-pw {
        font-size: 12px;
        line-height: 18px;
        padding: 6px 12px 0;
        text-transform: uppercase;
        text-decoration: underline;
        cursor: pointer;
        color: #0090da;
        font-weight: 600
    }
}

checkout-view .checkout-container div.checkout-step {
    display: block;
    background-color: #fac843;
    border-bottom: 2px solid #eaaa00;
    padding-top: 24px;
    padding-bottom: 24px
}

@media (min-width: 1279px) {
    checkout-view .checkout-container div.checkout-step {
        display:none
    }
}

checkout-view .checkout-container div.checkout-step.current-step {
    background-color: #fff;
    border-left-width: 0;
    border-right-width: 0
}

@media (min-width: 1279px) {
    checkout-view .checkout-container div.checkout-step.current-step {
        display:block;
        border: none
    }
}

checkout-view .checkout-container div.checkout-step.current-step .checkout-step-form {
    display: block
}

checkout-view .checkout-container div.checkout-step.current-step h2 {
    padding-bottom: 24px
}

checkout-view .checkout-container div.checkout-step.current-step.checkout-step-four {
    padding: 12px
}

@media (min-width: 1279px) {
    checkout-view .checkout-container div.checkout-step.current-step.checkout-step-four {
        padding:12px 0;
        max-width: 350px;
        margin: auto
    }
}

checkout-view .checkout-container div.checkout-step.current-step.checkout-step-four h2 {
    margin-top: 48px
}

checkout-view .checkout-container div.checkout-step.current-step.checkout-step-four h2:first-child {
    margin-top: 0
}

checkout-view .checkout-container div.checkout-step h2 {
    font-family: "Asap Condensed",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    margin: 0;
    text-align: center;
    letter-spacing: .5px
}

checkout-view .checkout-container div.checkout-step .checkout-step-form {
    display: none
}

checkout-view .checkout-container div.checkout-step-two .row {
    max-width: 702px
}

checkout-view .checkout-container .checkout-badge {
    font-size: 16px;
    line-height: 24px;
    font-family: Karla,sans-serif;
    position: relative;
    display: block
}

checkout-view .checkout-container .checkout-badge .checkout-badge-edit {
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #0090da;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

checkout-view .checkout-container .agree-to-terms-holder {
    margin-top: 24px
}

checkout-view .checkout-container .agree-to-terms-holder .sms-fine-print {
    color: #a4a4a4;
    font-size: 12px
}

checkout-view .checkout-container .submit-button-holder {
    text-align: center;
    margin-top: 24px
}

@media (min-width: 1279px) {
    .has-discount checkout-steps-component {
        top:30px
    }
}

.has-discount h2 {
    padding-top: 30px
}

@media (min-width: 1279px) {
    .has-discount h2 {
        padding-top:0
    }
}

checkout-steps-component {
    display: none
}

@media (min-width: 1279px) {
    checkout-steps-component {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin: 24px 0 120px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        left: 24px;
        top: 0
    }
}

checkout-steps-component .checkout-steps-logo {
    width: 200px;
    margin-right: 25px
}

checkout-steps-component .checkout-steps-logo img {
    width: 100%
}

checkout-steps-component ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
    margin: 0
}

checkout-steps-component ul li {
    color: #282828;
    margin-right: 28px;
    text-transform: uppercase;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer
}

checkout-steps-component ul li:last-child {
    margin-right: 0
}

checkout-steps-component ul li:hover {
    color: #0090da
}

checkout-steps-component ul li .step-name {
    display: none
}

@media (min-width: 1279px) {
    checkout-steps-component ul li .step-number {
        display:none
    }

    checkout-steps-component ul li .step-name {
        display: inline
    }
}

checkout-steps-component ul li.current-step {
    color: #0090da;
    cursor: default
}

checkout-steps-component ul li.current-step span.step-name {
    display: inline
}

checkout-steps-component ul li:first-child {
    list-style-type: none
}

user-profile-form-component .input-container {
    margin: auto
}

checkout-shipping-badge-component .shipping-notification {
    font-family: Karla,sans-serif;
    padding: 18px;
    background: #6eb8de;
    margin: 24px 0;
    text-align: center
}

checkout-shipping-badge-component .shipping-notification p {
    margin: 0
}

checkout-shipping-badge-component .shipping-notification .bold {
    font-weight: 600
}

shipping-profile-form-component .shipping-notification {
    font-family: Karla,sans-serif;
    padding: 18px;
    background: #6eb8de;
    margin-bottom: 24px
}

shipping-profile-form-component .shipping-notification span.highlight {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600
}

shipping-profile-form-component .shipping-notification span.bold {
    font-weight: 600
}

shipping-profile-form-component .add-street2 {
    cursor: pointer;
    color: #0090da;
    font-family: Karla,sans-serif;
    margin-bottom: 24px
}

shipping-profile-form-component .sms-fine-print {
    color: #a4a4a4;
    font-size: 12px;
    line-height: 18px;
    font-family: Karla,sans-serif
}

shipping-profile-form-component .submit-button-container {
    margin-top: 36px;
    text-align: center
}

billing-profile-form-component .credit-card-checkout-header {
    text-align: center;
    font-family: "Asap Condensed",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 24px 0 18px
}

checkout-billing-badge-component .billing-zip {
    margin-left: 10px
}

.checkout-cart {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #282828;
    z-index: 2;
    height: 70px;
    overflow: hidden
}

.checkout-cart.mobile-cart-open {
    height: auto;
    overflow: auto;
    position: static;
    background-color: #fac843
}

.checkout-cart campaign-banner-component {
    height: 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    text-transform: uppercase;
    background-color: #fac843;
    font-size: 16px;
    color: #303236;
    line-height: 30px;
    text-align: center;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed
}

.checkout-cart campaign-banner-component span.bold {
    font-weight: 700
}

.checkout-cart.has-discount {
    height: 100px
}

.checkout-cart.has-discount .parent-container {
    margin-top: 30px
}

.checkout-cart.has-discount.mobile-cart-open {
    height: auto;
    overflow: auto;
    position: static;
    background-color: #fac843
}

.checkout-cart .checkout-mobile-header .parent-container {
    height: 70px;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    background: #282828
}

.checkout-cart .checkout-desktop-header {
    margin: 36px 0;
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

@media (min-width: 1279px) {
    .checkout-cart.has-discount {
        height:auto;
        padding-top: 30px
    }
}

@media (min-width: 1279px) {
    .checkout-cart {
        width:375px;
        height: auto;
        position: relative;
        overflow: unset;
        background: #ededed
    }

    .checkout-cart .desktop-cart-fill {
        display: none
    }
}

@media (min-width: 1279px) and (min-width:1279px) {
    .checkout-cart .desktop-cart-fill {
        display:block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -50000px;
        left: 0;
        background: #ededed;
        z-index: -1
    }
}

footer-component {
    background: #fac843;
    display: block;
    color: #303236;
    text-align: center;
    padding: 36px 24px
}

@media screen and (min-width: 1024px) {
    footer-component {
        border-top:2px solid #fac843;
        padding: 75px 60px 25px
    }
}

footer-component .partner-blade {
    padding: 30px
}

footer-component .partner-blade h3 {
    font-family: "Asap Condensed",sans-serif;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
    footer-component .partner-blade h3 {
        font-size:40px
    }
}

footer-component .partner-blade p {
    font-family: "Averia Serif Libre",cursive;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -.2px;
    margin-bottom: 45px
}

@media screen and (min-width: 1024px) {
    footer-component .partner-blade p {
        font-size:20px;
        line-height: 22px;
        letter-spacing: 0;
        max-width: 844px;
        margin: 0 auto 72px
    }
}

footer-component .partner-blade p a {
    font-weight: 600;
    text-decoration: underline
}

footer-component .partner-blade .partner-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 75px
}

@media screen and (min-width: 1024px) {
    footer-component .partner-blade .partner-logos {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1000px;
        margin: 0 auto 120px
    }
}

footer-component .partner-blade .partner-logos .partner-logo {
    display: block;
    margin-bottom: 48px
}

@media screen and (min-width: 1024px) {
    footer-component .partner-blade .partner-logos .partner-logo {
        margin-bottom:0
    }
}

footer-component .partner-blade .partner-logos .partner-logo:last-child {
    margin-bottom: 0
}

footer-component .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
    footer-component .footer-links {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        text-align: left
    }
}

@media screen and (min-width: 1024px) {
    footer-component .footer-links .footer-link-column {
        padding-left:100px
    }

    footer-component .footer-links .footer-link-column:first-child {
        padding-left: 0
    }
}

footer-component .footer-links .footer-link-column h3 {
    font-size: 20px;
    color: #303236;
    line-height: 1.06;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    margin: 0;
    font-style: normal;
}

@media screen and (min-width: 1024px) {
    footer-component .footer-links .footer-link-column h3 {
        font-size:40px
    }
}

footer-component .footer-links .footer-link-column ul {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

footer-component .footer-links .footer-link-column ul li {
    font-size: 13px;
    color: #303236;
    line-height: 16px;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    padding: 4px 0
}

@media screen and (min-width: 1024px) {
    footer-component .footer-links .footer-link-column ul li {
        font-size:17px;
        color: #303236;
        line-height: 22px;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 400;
        font-stretch: condensed;
        padding: 10px 0
    }
}

footer-component .footer-links .footer-link-column ul li a,footer-component .footer-links .footer-link-column ul li a:hover,footer-component .footer-links .footer-link-column ul li a:visited {
    text-decoration: none
}

footer-component .stay-wonderful {
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #eaaa00
}

footer-component .starburst-logo {
    margin: 12px auto 18px;
    width: 52px;
    height: 52px
}

footer-component .starburst-logo img {
    height: 100%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    footer-component .starburst-logo {
        width:88px;
        height: 94px
    }
}

footer-component .footer-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 58px 0 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 1024px) {
    footer-component .footer-buttons {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

footer-component .footer-buttons button {
    margin-top: 28px;
    width: 150px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@media screen and (min-width: 1024px) {
    footer-component .footer-buttons button {
        margin:0 25px
    }
}

footer-component .fine-print-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer-component .fine-print-links span {
    padding: 0 5px
}

footer-component .fine-print-links,footer-component p {
    font-family: Karla,sans-serif;
    font-size: 10px;
    line-height: 12px
}

footer-component a,footer-component a:hover {
    color: #303236
}

footer-component .fine-print-strong {
    font-weight: 600
}

header-component {
    position: fixed
}

header-component header {
    padding: 20px 0;
    border-bottom: 1px solid #ccc
}

header-component header .header-center {
    text-align: center
}

.home-view {
    display: block;
    background: #ededed
}

.home-view .home-page-hero.has-banner {
    padding-top: 100px;
    position: relative
}

.home-view .home-page-hero .home-page-image {
    background-image: url(hero-image-mobile2x.jpg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    height: 469px
}

@media only screen and (min-width: 1279px) {
    .mobile-nav-menu-toggle,
    .mobile-nav-cart-toggle  {
        display: none !important;
    }
}

    .values-view .values-container__top-menu ul li {
        margin-bottom: 0;
    }

@media only screen and (max-width: 1278px) {

    .nav-menu-right-desktop {
        display: none !important;
    }
}



@media all and (-webkit-min-device-pixel-ratio: 1.5),all and (-o-min-device-pixel-ratio:3 / 2),all and (min--moz-device-pixel-ratio:1.5),all and (min-device-pixel-ratio:1.5) {
    .home-view .home-page-hero .home-page-image {
        background-image:url(hero-image-mobile2x.jpg)
    }
}

@media only screen and (max-width: 650px) {
    .home-view .home-page-hero .home-page-image {
        height:550px
    }
}

@media only screen and (min-width: 750px) {
    .home-view .home-page-hero .home-page-image {
        background-image:url(hero-image.jpg);
        background-size: cover;
        background-position: left top;
        background-repeat: no-repeat;
        height: 650px
    }
}

@media only screen and (min-width: 900px) and (max-width:1440px) {
    .home-view .home-page-hero .home-page-image {
        height:725px
    }
}

@media (min-width: 1279px) {
    .home-view .home-page-hero .home-page-image {
        height:769px
    }
}

@media only screen and (min-width: 1281px) {
    .home-view .home-page-hero .home-page-image {
        background-image:url(hero-image2x.jpg)
    }
}

.home-view .home-page-hero .experiment-container {
    display:block;
    background: #f5f5f5;
    position: absolute;
    text-align: center;
  	top: 50%;
  	left: 10%;
  	width: 80%;
  	margin-top: -143px;
  	height: 285px;
  	border-radius: 92px;
}

.home-view .home-page-hero .experiment-container .experiment-container-headline {
  padding: 30px 0 0 0;
  margin: 0 auto
}

.home-view .home-page-hero .experiment-container .experiment-container-headline p.headline-p {
  font-size: 32px;
  color: #303236;
  line-height: 38px;
  text-align: center;
  font-family: "Asap Condensed",sans-serif;
  font-weight: 600;
  font-stretch: condensed;
  text-transform: uppercase;
  margin: 0
}

.home-view .home-page-hero .experiment-container .experiment-container-subhead p.subhead-p {
  font-size: 20px;
  color: #303236;
  line-height: 24px;
  font-family: "Averia Serif Libre",cursive;
  font-weight: 400;
  font-stretch: normal
}


@media (min-width: 1279px) {
    .home-view .home-page-hero .experiment-container {
        width: 513px;
        left: 250px;
      border-radius: 157px;
    }

    .home-view .home-page-hero .experiment-container .experiment-container-headline {
        padding: 30px 0 0 0;
        margin: 0 auto
    }

    .home-view .home-page-hero .experiment-container .experiment-container-headline p.headline-p {
        font-size: 48px;
        line-height: 43px;
    }

    .home-view .home-page-hero .experiment-container .experiment-container-subhead p.subhead-p {
        font-size: 20px;
        line-height: 24px;
    }
}

.home-view .home-page-container {
    position: relative;
    background: #ededed;
    color: #282828;
    overflow-x: hidden
}

.home-view .home-page-container .home-page-desktop-only {
    display: none
}

@media (min-width: 1279px) {
    .home-view .home-page-container .home-page-desktop-only {
        display:block
    }
}

.home-view .home-page-container .home-page-desktop-only .experiment-press {
    background: #85bb20;
    height: 150px;
    width: 100%;
    padding: 0;
    margin: 0
}

.home-view .home-page-container .home-page-desktop-only .experiment-press ul {
    /*width: 968px;*/
    width: 100%;
    margin: 0 auto;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-view .home-page-container .home-page-desktop-only .experiment-press ul img {
    height: 100px
}

@media (min-width: 1279px) {
    .home-view .home-page-container .home-page-mobile-only {
        display:none
    }
}

.home-view .home-page-container .home-page-mobile-only .home-page-green {
    background: #85bb20;
    padding: 10px 0 25px 0;
    position: relative
}

.home-view .home-page-container .home-page-mobile-only .home-page-green h1 {
    font-size: 32px;
    line-height: 32px;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0
}

@media (min-width: 1279px) {
    .home-view .home-page-container .home-page-mobile-only .home-page-green h1 {
        font-size:48px;
        line-height: 48px;
        margin: 72px 0 30px
    }
}

.home-view .home-page-container .home-page-mobile-only .home-page-green h2 {
    font-size: 22px;
    font-family: "Averia Serif Libre",cursive;
    font-weight: 300;
    margin: 0 0 24px;
    text-align: center
}

@media (min-width: 1279px) {
    .home-view .home-page-container .home-page-mobile-only .home-page-green h2 {
        font-size:30px;
        line-height: 37px
    }
}

.home-view .home-page-container .home-page-mobile-only .home-page-green .waves {
    position: absolute;
    height: 84px;
    width: 100%;
    bottom: -84px
}

.home-view .home-page-container .home-page-mobile-only .home-page-green .waves img {
    width: 100%
}

.home-view .home-page-container .home-page-mobile-only ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    margin-top: 85px;
    text-align: center
}

.home-view .home-page-container .home-page-mobile-only ul img {
    width: 100%
}

.home-view .button-holder {
    text-align: center
}

.home-view .product-list {
    padding: 0;
    list-style: none;
    margin: 0 0 36px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hide {
    display: none !important;
}

@media (min-width: 1279px) {
    .home-view .product-list {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        max-width: 650px;
        margin: 0 auto 48px
    }
}

.home-view .product-list li {
    width: 100%;
    padding-top: 36px;
    text-align: center;
    font-size: "Asap Condensed",sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px
}

@media (min-width: 1279px) {
    .home-view .product-list li {
        width:25%;
        padding-top: 180px
    }
}

.home-view .product-list li a,.home-view .product-list li a:hover,.home-view .product-list li a:visited {
    text-decoration: none;
    color: #303236
}

.home-view .product-list li .product-list-image {
    position: relative;
    height: 247px;
    width: 66px;
    margin: auto;
    margin-bottom: 12px
}

@media (min-width: 1279px) {
    .home-view .product-list li .product-list-image {
        height:378px;
        width: 101px;
        margin-bottom: 36px
    }
}

.home-view .product-list li .product-list-image .product-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 13px;
    opacity: .16;
    -webkit-filter: blur(9px);
    filter: blur(9px);
    background-color: #000
}

.home-view .product-list li .product-list-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2
}

.home-view .product-list li .product-list-image:hover img {
    top: -20px
}

.home-view .product-list li .product-list-name {
    font-family: "Asap Condensed",sans-serif;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 1.22px;
    font-weight: 600
}

.home-view .product-list li .product-list-description {
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400
}

.home-view .find-us {
    text-transform: uppercase;
    font-family: "Asap Condensed",sans-serif;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
    color: #fff
}

@media (min-width: 1279px) {
    .home-view .find-us {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}

.home-view .find-us .find-us-img {
    height: 320px
}

.home-view .find-us .find-us-img img {
    height: 100%
}

@media (max-width: 600px) {
    .home-view .find-us .find-us-img {
        height: 188px;
    }
  .home-view .find-us .find-us-img img {
        height: 188px;
    }
}

.home-view .find-us .find-us-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 30px
}

@media (min-width: 1279px) {
    .home-view .find-us .find-us-text {
        padding:0
    }
}

.home-view .find-us .find-us-text .find-us-header {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px
}

@media (min-width: 1279px) {
    .home-view .find-us .find-us-text .find-us-header {
        font-size:40px
    }
}

.home-view .find-us .find-us-text .find-us-description {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    margin: 12px 0 24px
}

@media (min-width: 1279px) {
    .home-view .find-us .find-us-text .find-us-description {
        font-size:17px;
        line-height: 22px
    }
}

.home-view .find-us .find-us-text button:hover {
    background-color: #92b342
}

.home-view .find-us.find-us-insta {
    background: #0091e7
}

.home-page-values-component {
    display: block
}

.home-page-values-component .values-container {
    background-color: #ededed;
    width: auto;
    position: relative;
    height: 470px;
    overflow: hidden
}

@media (min-width: 1279px) {
    .home-page-values-component .values-container {
        height:862px
    }
}

.home-page-values-component .values-container__gradient-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .6s cubic-bezier(.22,1,.36,1);
    transition: all .6s cubic-bezier(.22,1,.36,1)
}

@media (min-width: 1279px) {
    .home-page-values-component .values-container__gradient-img {
        display:block
    }
}

.home-page-values-component .values-container__gradient-img img {
    width: 6000px;
    height: 5000px
}

.home-page-values-component .values-container__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    height: 100%
}

.home-page-values-component .values-container__content h2 {
    margin: 0;
    z-index: 3;
    font-size: 32px;
    color: #303236;
    line-height: 1.03;
    letter-spacing: normal;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    width: 274px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    height: 100%;
    text-transform: uppercase
}

@media (min-width: 1279px) {
    .home-page-values-component .values-container__content h2 {
        width:auto;
        text-transform: initial;
        font-size: 48px;
        color: #fff;
        line-height: 1.13;
        letter-spacing: normal;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 600;
        font-stretch: condensed;
        text-transform: uppercase
    }
}

.home-page-values-component .values-container__content__ticker-tape {
    -webkit-animation: valuesMarquee1 25s linear infinite;
    animation: valuesMarquee1 25s linear infinite;
    --offset:50vw;--move-initial:calc(-25% + var(--offset));--move-final:calc(-50% + var(--offset));min-height: 46px;
    opacity: .83;
    z-index: 3;
    background: #000;
    width: 3700px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    list-style: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
    line-height: normal;
    letter-spacing: 1.11px;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    text-transform: uppercase;
    font-weight: 600
}

@-webkit-keyframes valuesMarquee1 {
    0% {
        -webkit-transform: translate3d(var(--move-initial),0,0);
        transform: translate3d(var(--move-initial),0,0)
    }

    100% {
        -webkit-transform: translate3d(var(--move-final),0,0);
        transform: translate3d(var(--move-final),0,0)
    }
}

@keyframes valuesMarquee1 {
    0% {
        -webkit-transform: translate3d(var(--move-initial),0,0);
        transform: translate3d(var(--move-initial),0,0)
    }

    100% {
        -webkit-transform: translate3d(var(--move-final),0,0);
        transform: translate3d(var(--move-final),0,0)
    }
}

@media (min-width: 1279px) {
    .home-page-values-component .values-container__content__ticker-tape {
        opacity:initial;
        min-height: 61px
    }

    .home-page-values-component .values-container__content__ticker-tape:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused
    }
}

@media (min-width: 1279px) {
    .home-page-values-component .values-container__content__ticker-tape {
        width:7000px
    }
}

@media (min-width: 1279px) {
    .home-page-values-component .values-container__content__ticker-tape {
        font-size:22px;
        color: #fff;
        line-height: 1.63;
        letter-spacing: normal;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 600;
        font-stretch: condensed
    }
}

.home-page-values-component .values-container__content__ticker-tape li {
    position: relative;
    text-align: center
}

@media (min-width: 1279px) {
    .home-page-values-component .values-container__content__ticker-tape li:hover .description {
        display:block
    }
}

.home-page-values-component .values-container__content__ticker-tape li .description {
    display: none;
    position: absolute;
    bottom: 67px;
    width: 264px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-page-values-component .values-container__content__ticker-tape li .description .line {
    position: absolute;
    width: 2px;
    height: 30px;
    border: solid 1px #fff;
    background-color: #fff;
    bottom: -19px
}

.home-page-values-component .values-container__content__ticker-tape li .description p {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    font-family: "Averia Serif Libre",cursive;
    font-weight: 400;
    font-stretch: normal;
    text-transform: none;
    text-align: center
}

home-page-nav-component .home-nav-overlay {
    position: fixed;
    width: 100%;
    top: 70px;
    bottom: 0;
    opacity: 0;
    z-index: 3;
    background-color: #1a1a1a;
    opacity: .33
}

home-page-nav-component campaign-banner-component,home-page-nav-component sms-banner-component {
    height: 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed
}

@media screen and (min-width: 1280px) {
    home-page-nav-component campaign-banner-component,home-page-nav-component sms-banner-component {
		font-size: 16px;
    }
}

home-page-nav-component campaign-banner-component span.bold,home-page-nav-component sms-banner-component span.bold {
    font-weight: 700
}

home-page-nav-component campaign-banner-component button.special,home-page-nav-component sms-banner-component button.special {
    height: 20px;
    font-size: 16px;
    margin-left: 20px;
    line-height: 20px;
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 0 25px
}

home-page-nav-component sms-banner-component {
    background-color: #753bc9
}

home-page-nav-component campaign-banner-component {
    background-color: #fac843;
    color: #303236
}

home-page-nav-component .home-nav-container {
    position: fixed;
    width: 100%;
    top: 0;
    height: 70px;
    line-height: 70px;
    background: #1a1a1a;
    color: #fff;
    text-transform: uppercase;
    z-index: 5
}

home-page-nav-component .home-nav-container.has-banner {
    top: 30px
}

home-page-nav-component .home-nav-container .home-nav-inner-container {
	font-size: 16px;
    width: 100%;
    max-width: 500px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto
}

@media (min-width: 1279px) {
    home-page-nav-component .home-nav-container .home-nav-inner-container {
        max-width:100%;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 600;
        letter-spacing: .2px;
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 24px
    }
}

home-page-nav-component .home-nav-container .home-nav-inner-container .mobile-nav-cart-toggle,home-page-nav-component .home-nav-container .home-nav-inner-container .mobile-nav-menu-toggle {
    height: 20px;
    width: 20px;
    position: relative
}

home-page-nav-component .home-nav-container .home-nav-inner-container .mobile-nav-cart-toggle .cart-notification-count,home-page-nav-component .home-nav-container .home-nav-inner-container .mobile-nav-menu-toggle .cart-notification-count {
    background-color: #ff0023;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    position: absolute;
    top: -8px;
    right: -8px
}

home-page-nav-component .home-nav-container .home-nav-inner-container .mobile-nav-cart-toggle.cart-full svg,home-page-nav-component .home-nav-container .home-nav-inner-container .mobile-nav-menu-toggle.cart-full svg {
    fill: #fac843;
    stroke: #fac843;
    -webkit-animation: cartAnimation .5s ease-in-out 1;
    animation: cartAnimation .5s ease-in-out 1
}

home-page-nav-component .home-nav-container .home-nav-inner-container .mobile-nav-cart-toggle svg,home-page-nav-component .home-nav-container .home-nav-inner-container .mobile-nav-menu-toggle svg {
    stroke: #fff;
    fill: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

home-page-nav-component .home-nav-container .home-nav-inner-container .mobile-nav-menu-toggle {
    margin-left: 12px
}

home-page-nav-component .home-nav-container .home-nav-inner-container .mobile-nav-cart-toggle {
    margin-right: 12px
}

home-page-nav-component .home-nav-container .home-nav-inner-container .logo-img {
    width: 116px;
    height: 37px;
    position: relative
}

home-page-nav-component .home-nav-container .home-nav-inner-container .logo-img img {
    height: 100%;
    width: 100%;
    position: absolute
}

home-page-nav-component .home-nav-container .home-nav-inner-container .nav-menu-right-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

home-page-nav-component .home-nav-container .home-nav-inner-container .nav-menu-item {
    margin-right: 24px
}

home-page-nav-component .home-nav-container .home-nav-inner-container .nav-menu-item:last-child {
    margin-right: 0
}

home-page-nav-component .home-nav-container .home-nav-inner-container .nav-menu-item a,home-page-nav-component .home-nav-container .home-nav-inner-container .nav-menu-item a:hover,home-page-nav-component .home-nav-container .home-nav-inner-container .nav-menu-item a:visited {
    color: #fff;
    text-decoration: none
}

home-page-nav-component .home-nav-container .home-nav-inner-container .nav-menu-item span {
    cursor: pointer;
    position: relative
}

home-page-nav-component .home-nav-container .home-nav-inner-container .nav-menu-item span:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -4px;
    left: 0;
    right: 0;
    background-color: #fac843
}

home-page-nav-component .home-nav-container .home-nav-inner-container .desktop-cart .desktop-your-cart {
    color: #5fbff7
}

home-page-nav-component .home-nav-container .home-nav-inner-container .desktop-cart .desktop-cart-icon {
    fill: #fff;
    width: 12px;
    height: 12px;
    margin-right: 6px
}

home-page-nav-component .home-nav-container .home-nav-inner-container .desktop-cart .desktop-cart-icon svg {
    width: 12px;
    height: 12px
}

home-page-nav-component .home-nav-container .home-nav-inner-container .desktop-cart .desktop-cart-icon.desktop-cart-open svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

home-page-nav-component .home-nav-container .nav-submenu {
    background: #0081ce;
    border-top: 1px solid #fac843;
    padding: 36px 50px 60px;
    text-transform: uppercase;
    text-align: center
}

home-page-nav-component .home-nav-container .nav-submenu .nav-submenu-header {
    font-size: 32px;
    color: #fff;
    line-height: 33px;
    text-align: center;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    margin: auto;
    position: relative;
    display: inline-block
}

home-page-nav-component .home-nav-container .nav-submenu .nav-submenu-header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -4px;
    left: 0;
    right: 0;
    background-color: #fac843
}

home-page-nav-component .home-nav-container .nav-submenu .nav-submenu-links:first-child {
    margin-bottom: 45px
}

home-page-nav-component .home-nav-container .nav-submenu .nav-submenu-links .nav-submenu-link {
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    letter-spacing: .25px;
    text-align: center;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    text-decoration: none;
    display: block;
    cursor: pointer;
    margin-bottom: 15px
}

home-page-nav-component .home-nav-container .desktop-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #0081ce;
    border-top: 3px solid #fac843;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 44px 0;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    letter-spacing: .2px;
    text-align: center;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed
}

home-page-nav-component .home-nav-container .desktop-submenu .nav-submenu-link {
    text-decoration: none;
    margin: 0 24px;
    color: #fff
}

home-page-nav-component .home-nav-container .desktop-submenu .nav-submenu-link:hover span {
    position: relative
}

home-page-nav-component .home-nav-container .desktop-submenu .nav-submenu-link:hover span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -4px;
    left: 0;
    right: 0;
    background-color: #fac843
}

home-page-nav-component .home-nav-container .desktop-submenu.shop-the-wines .nav-submenu-link {
    width: 185px
}

home-page-nav-component .home-nav-container .desktop-submenu.what-were-about .nav-submenu-link {
    width: 130px
}

.nav-cart {
    display: none;
    position: fixed;
    top: 100px;
    background: #fac843;
    width: 100%;
    z-index: 999;
    overflow-y: auto
}

.nav-cart.active {
  display: block;
}


@media (min-width: 1279px) {
    .nav-cart {
        width:375px;
      	right: 0;
        background: #ededed;
        -webkit-box-shadow: 0 2px 31px 4px rgba(0,0,0,.5);
        box-shadow: 0 2px 31px 4px rgba(0,0,0,.5)
    }
}

.nav-cart h2 {
    font-size: 32px;
    text-align: center;
    color: #282828;
    font-family: "Asap Condensed",sans-serif;
  	margin: 0.83em;
}

@media (min-width: 1279px) {
    .nav-cart h2 {
        font-size:48px;
    }
}

.nav-cart .cart-divider-container {
    padding: 0 18px
}

.nav-cart .cart-divider-container .cart-divider {
    height: 2px;
    background-color: #eaaa00;
    margin: 24px 0 12px
}

@-webkit-keyframes cartAnimation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes cartAnimation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

 .pdp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 70px;
    text-align: center
}

@media screen and (min-width: 1024px) {
     .pdp-container {
        padding-top:100px
    }
}

@media screen and (min-width: 1024px) {
     .pdp-container__hero {
        position:relative
    }
}

 .pdp-container__hero retina-image {
    height: 100%
}

 .pdp-container__hero img {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 1024px) {
     .pdp-container__hero img {
        height:100%
    }
}

@media screen and (min-width: 1024px) {
     .pdp-container .pdp-container__intro-parent.parent-hero {
        position:absolute;
        top: 0;
        bottom: 0;
        left: 130px;
        margin: auto 0;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro {
    background-color: #ededed;
    padding: 40px
}

@media screen and (min-width: 1024px) {
     .pdp-container .pdp-container__intro-parent .pdp-container__intro {
        border-radius:4px;
        width: 575px
    }
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro button {
    width: auto;
    line-height: 1 !important;
}

.pdp-container .pdp-container__intro-parent .pdp-container__intro button span {
    line-height: 1 !important;
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro h1 {
    margin: 0;
    font-size: 32px;
    color: #303236;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
     .pdp-container .pdp-container__intro-parent .pdp-container__intro h1 {
        font-size:48px;
        font-weight: 600
    }
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro--subtitle,
.pdp-container__intro--subtitle {
    font-size: 13px;
    color: #303236;
    line-height: 1.23;
    letter-spacing: .2px;
    text-align: center;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    text-transform: uppercase
}

packs-carousel-slide-component .pdp-container__intro--subtitle {
 display: none; 
}

#shopify-section-product-recommendations .overflow-scroll-wrap .overflow-scroller {
 overflow-x: hidden; 
  
}

@media screen and (min-width: 1024px) {
     .pdp-container .pdp-container__intro-parent .pdp-container__intro--subtitle, 
  #shopify-section-product-recommendations .pdp-container__intro--subtitle {
        font-size:16px;
        color: #303236;
        line-height: 1.25;
        letter-spacing: .2px;
        text-align: center;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 400;
        font-stretch: condensed
    }
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro--description {
    margin: 0 auto;
    width: 270px;
    font-size: 15px;
    color: #303236;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: center;
    font-family: "Averia Serif Libre",cursive;
    font-weight: 400;
    font-stretch: normal
}

@media screen and (min-width: 1024px) {
     .pdp-container .pdp-container__intro-parent .pdp-container__intro--description {
        width:472px;
        font-size: 20px;
        height: 100px
    }
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro__quantity-picker {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

@media screen and (min-width: 1024px) {
     .pdp-container .pdp-container__intro-parent .pdp-container__intro__quantity-picker {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 22px;
        color: #303236;
        line-height: .91;
        letter-spacing: .2px;
        text-align: center;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 400;
        font-stretch: condensed;
        margin-bottom: 20px
    }

     .pdp-container .pdp-container__intro-parent .pdp-container__intro__quantity-picker span {
        font-weight: 400
    }
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro__quantity-picker ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    height: 100%;
    list-style-type: none;
    width: 300px;
    padding: 0
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro__quantity-picker ul li {
    font-size: 20px;
    color: #303236;
    line-height: .91;
    letter-spacing: .18px;
    text-align: center;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    cursor: pointer
}

@media screen and (min-width: 1024px) {
     .pdp-container .pdp-container__intro-parent .pdp-container__intro__quantity-picker ul li {
        font-weight:600
    }
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro__quantity-picker ul li.active {
    font-weight: 600;
    position: relative
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro__quantity-picker ul li.active:after {
    content: '';
    height: 2px;
    display: block;
    background: #282828;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro .sold-out-pdp-hero {
    font-family: "Averia Serif Libre",cursive;
    font-weight: 300;
    text-transform: initial;
    color: #fff;
    margin: 20px 0
}

@media screen and (min-width: 1024px) {
     .pdp-container .pdp-container__intro-parent .pdp-container__intro .sold-out-pdp-hero {
        margin:0
    }
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro .sold-out-pdp-hero .sold-out-data {
    background: #753bc9;
    padding: 20px
}

@media screen and (min-width: 1024px) {
     .pdp-container .pdp-container__intro-parent .pdp-container__intro .sold-out-pdp-hero .sold-out-data {
        border-radius:4px
    }
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro .sold-out-pdp-hero .sold-out-data .sold-out-awkward {
    font-size: 20px;
    color: #fff;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    text-transform: uppercase;
    margin-bottom: 20px
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro .sold-out-pdp-hero .sold-out-data .bold {
    font-weight: 700
}

 .pdp-container .pdp-container__intro-parent .pdp-container__intro .sold-out-pdp-hero .sold-out-data #voyage-pdp-hero {
    text-decoration: underline
}

 .pdp-container__details {
    width: auto;
    height: auto;
    background-color: #ededed;
    padding-top: 24px
}

 .pdp-container__details #marquee-values {
    background-color: #282828;
    line-height: 45px;
    height: 45px
}

@media (min-width: 1279px) {
     .pdp-container__details #marquee-values {
        background-color:#ededed;
        line-height: 25px;
        height: 25px
    }
}

 .pdp-container__details div.surprise {
    margin-bottom: 200px
}

 .pdp-container__details div.surprise h2.whats-in-it {
    margin-bottom: 25px
}

 .pdp-container__details div.surprise p {
    font-size: 15px;
    color: #303236;
    line-height: 1.27;
    font-family: "Averia Serif Libre",cursive;
    font-weight: 400;
    font-stretch: normal;
    margin: auto;
    padding: 0 20px
}

@media screen and (min-width: 1024px) {
     .pdp-container__details div.surprise p {
        font-size:30px;
        line-height: 1.23;
        width: 950px;
        padding: 0
    }
}

 .pdp-container__details h2.whats-in-it {
    font-size: 32px;
    color: #303236;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    text-align: center;
    margin: 60px 0 25px;
    text-transform: uppercase
}

@media screen and (min-width: 1024px) {
     .pdp-container__details h2.whats-in-it {
        margin:50px 0 100px;
        font-size: 48px;
        font-weight: 600;
        line-height: .77
    }
}

@media (max-width: 1279px) {
    .claims-img,
    .pdp-container__claims retina-image {
        width: 100%;
    }

    .claims-img {
        width: 80%;
    }    

    .claims-img img {
        width: 100%;
    }        
}

@media (min-width: 1279px) {
     .pdp-container__claims {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto
    }

     .pdp-container__claims claims-component .claims-container {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-flow: column!important;
        flex-flow: column!important
    }

     .pdp-container__claims claims-component .claims-container h2 {
        /*height: 96px*/
    }

     .pdp-container__claims claims-component .claims-container .claims-img retina-image {
        display: none
    }

     .pdp-container__claims claims-component .claims-container .claims-img retina-image.only-mobile-image {
        display: block
    }

     .pdp-container__claims claims-component .claims-container .claims-paragraph {
        height: auto;
        max-width: initial
    }
}

 .pdp-container__packs-module {
    background-color: #ededed
}

@media screen and (min-width: 1024px) {
     .pdp-container__packs-module {
        padding-bottom:95px
    }
}

 .pdp-container__packs-module h2 {
    margin-top: 80px;
    font-size: 48px;
    color: #303236;
    line-height: .77;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed
}

 .pdp-container__packs-module__pdp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    height: 100%
}

 .pdp-container__packs-module__pdp__product {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    height: 100%
}

 .pdp-container__packs-module__pdp__product h3 a, .pdp-container__packs-module__pdp__product h3 a:hover, .pdp-container__packs-module__pdp__product h3 a:visited {
    font-size: 32px;
    color: #303236;
    line-height: 1.56;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    margin-bottom: 0;
    cursor: pointer;
    text-decoration: none
}

 .pdp-container__packs-module__pdp__product p {
    font-size: 16px;
    color: #303236;
    line-height: 1;
    letter-spacing: .25px;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    margin-top: 0;
    margin-bottom: 40px
}

 .pdp-container__packs-module__pdp__product img {
    margin-bottom: 30px
}

 .pdp-container__packs-module__pdp__product .pdp-container__intro__quantity-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0 0
}

 .pdp-container__packs-module__pdp__product .pdp-container__intro__quantity-picker span {
    font-size: 16px;
    color: #303236;
    line-height: 1.25;
    letter-spacing: .15px;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed
}

 .pdp-container__packs-module__pdp__product .product-bottom-pdp-img {
    position: relative
}

 .pdp-container__packs-module__pdp__product .product-bottom-pdp-img .sold-out-overlay {
    position: absolute;
    top: 25%;
    bottom: 0;
    text-align: center;
    font-family: "Averia Serif Libre",cursive;
    font-weight: 300;
    text-transform: initial;
    color: #fff
}

 .pdp-container__packs-module__pdp__product .product-bottom-pdp-img .sold-out-overlay .sold-out-data {
    background: #753bc9;
    padding: 20px
}

 .pdp-container__packs-module__pdp__product .product-bottom-pdp-img .sold-out-overlay .sold-out-data .sold-out-awkward {
    font-size: 20px;
    color: #fff;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    text-transform: uppercase;
    margin-bottom: 20px
}

 .pdp-container__packs-module__pdp__product .product-bottom-pdp-img .sold-out-overlay .sold-out-data #voyage-cta-sold-out {
    font-weight: 700;
    text-decoration: underline
}

@media screen and (min-width: 1024px) {
     .pdp-container__packs-module__pdp__product .product-bottom-pdp-img .sold-out-overlay .sold-out-data #voyage-cta-sold-out {
        text-decoration:none
    }
}

 .pdp-container__packs-module__pdp__product .product-bottom-pdp-img retina-image {
    cursor: pointer;
    height: 334px;
    width: 233px
}

 .pdp-container__packs-module__pdp__product .product-bottom-pdp-img retina-image img {
    height: 100%
}

 .nutrient-table-container {
    padding-top: 0
}

packs-carousel-component .swiper-container.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 265px
    bottom: 15px;
}

@media (min-width: 1279px) {
    packs-carousel-component .swiper-container.swiper-container-horizontal>.swiper-pagination-bullets {
        display:none
    }
}

packs-carousel-component .swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1;
    background: 0 0;
    border: 1px solid #fff
}

packs-carousel-component .swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

packs-carousel-component .swiper-container ul.desktop-swiper-pagination {
    display: none
}

@media (min-width: 1279px) {
    packs-carousel-component .swiper-container ul.desktop-swiper-pagination {
        display:block;
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        width: 1280px;
        padding: 0;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        z-index: 100;
        list-style: none
    }
}

packs-carousel-component .swiper-container ul.desktop-swiper-pagination li {
    color: #fff;
    font-family: "Asap Condensed",sans-serif;
    font-size: 19px;
    cursor: pointer;
    text-transform: uppercase
}

packs-carousel-component .swiper-container ul.desktop-swiper-pagination li.selected {
    font-weight: 600;
    cursor: default;
    position: relative
}

packs-carousel-component .swiper-container ul.desktop-swiper-pagination li.selected:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff
}

packs-carousel-component .swiper-container .swiper-button-next,packs-carousel-component .swiper-container .swiper-button-prev {
    color: #fff
}

packs-carousel-component .swiper-container .swiper-slide {
    text-align: center;
    color: #fff;
    padding: 30px 0 42px;
    text-transform: uppercase;
    background-color: #753bc9;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,#e83430),to(#eaaa00));
    background-image: linear-gradient(to right,#e83430 50%,#eaaa00 100%)
}

@media (min-width: 1279px) {
    packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding-bottom: 90px
    }
}

packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-name {
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    height: 35px;
    padding: 10px
}

@media (min-width: 1279px) {
    packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-name {
        font-size:48px;
        line-height: 50px;
        height: auto;
        max-width: 500px;
        cursor: pointer
    }
}

packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-vineyard {
    font-family: "Asap Condensed",sans-serif;
    font-size: 13px;
    line-height: 16px
}

@media (min-width: 1279px) {
    packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-vineyard {
        font-size:16px;
        line-height: 24px
    }
}

packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-image {
    width: 233px;
    margin: 26px auto 44px;
  	height: 334px;
}

packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-image img {
 height: 334px;
}

@media (min-width: 1279px) {
    packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-image {
        display:none
    }
}

packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-desc {
    font-family: "Averia Serif Libre",cursive;
    font-weight: 300;
    text-transform: initial;
    padding: 0 20px;
    height: 72px;
    height: auto;
}

@media (min-width: 1279px) {
    packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-desc {
        max-width:472px;
        margin: 36px 0;
        font-size: 20px;
        height: auto
    }
}

*[wwc-qty-picker-parent] .pack-qty-picker
{
    font-family: "Asap Condensed",sans-serif;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin: 14px auto 20px;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (min-width: 1279px) {
    *[wwc-qty-picker-parent] .pack-qty-picker {
        font-size:20px;
        margin-bottom: 30px
    }
  
  packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-qty-picker {
        width: 400px;
  }
  
  .pdp-container__intro-parent .pack-qty-picker {
   	width: auto; 
  }
}

*[wwc-qty-picker-parent] .pack-qty-picker div {
    cursor: pointer
}

*[wwc-qty-picker-parent] .pick-a-size {
  	font-family: "Asap Condensed",sans-serif;
    cursor: default;
    display: none;
  	text-transform: uppercase;
}

@media (min-width: 1279px) {
    *[wwc-qty-picker-parent] .pack-qty-picker .pick-a-size {
        display:block;
        margin-right: 30px
    }
  
  *[wwc-qty-picker-parent] .pick-a-size {
    display:block;
  }
}

*[wwc-qty-picker-parent] .pack-qty-picker .selected-quantity {
    position: relative;
    font-weight: 600;
    cursor: default
}

*[wwc-qty-picker-parent] .pack-qty-picker .selected-quantity:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    background: #fff
}

.grid-product__meta .pack-qty-picker .selected-quantity:after,
.pdp-container__intro-parent .pack-qty-picker .selected-quantity:after {
 background: #000; 
}


packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-desktop-image,packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-image {
    position: relative
}

packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-desktop-image .sold-out-overlay,packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-image .sold-out-overlay {
    position: absolute;
    top: 50%;
    bottom: 0;
    margin-top: -25%;
    text-align: center;
    font-family: "Averia Serif Libre",cursive;
    font-weight: 300;
    text-transform: initial
}

packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-desktop-image .sold-out-overlay .sold-out-data,packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-image .sold-out-overlay .sold-out-data {
    background: #753bc9;
    padding: 20px
}

packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-desktop-image .sold-out-overlay .sold-out-data .sold-out-awkward,packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-image .sold-out-overlay .sold-out-data .sold-out-awkward {
    font-size: 20px;
    color: #fff;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media (min-width: 1279px) {
    packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-desktop-image .sold-out-overlay .sold-out-data .sold-out-awkward,packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-image .sold-out-overlay .sold-out-data .sold-out-awkward {
        font-size:30px;
        color: #fff;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 400;
        font-stretch: condensed
    }
}

packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-desktop-image .sold-out-overlay .sold-out-data #voyage-cta-sold-out,packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-image .sold-out-overlay .sold-out-data #voyage-cta-sold-out {
    font-weight: 700;
    text-decoration: underline
}

@media screen and (min-width: 1024px) {
    packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-desktop-image .sold-out-overlay .sold-out-data #voyage-cta-sold-out,packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-image .sold-out-overlay .sold-out-data #voyage-cta-sold-out {
        text-decoration:none
    }
}

packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-desktop-image {
    display: none
}

@media (min-width: 1279px) {
    packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-desktop-image {
        display:block;
        cursor: pointer
    }

    packs-carousel-component .swiper-container .swiper-slide packs-carousel-slide-component .pack-desktop-image img {
        height: 672px
    }
}



/*packs-carousel-component .swiper-container .swiper-slide.slide--the-bow-chicka-wow-pack,*/

/*--ORANGE--*/
packs-carousel-component .swiper-container .swiper-slide.slide--the-orange-pack,
packs-carousel-component .swiper-container .swiper-slide.wonderful-orange {
    background-image: -webkit-gradient(linear,left top,right top,from(#eaaa00),to(#85bb20));
    background-image: linear-gradient(to right,#eaaa00 0,#85bb20 100%)
}



packs-carousel-component .swiper-container .swiper-slide.slide--the-most-wonderful-pack,
packs-carousel-component .swiper-container .swiper-slide.wonderful-holiday,
packs-carousel-component .swiper-container .swiper-slide.wonderful-summer {
    background-image: -webkit-gradient(linear,left top,right top,from(#85bb20),to(#116d9f));
    background-image: linear-gradient(to right,#85bb20 0,#116d9f 100%)
}


packs-carousel-component .swiper-container .swiper-slide.slide--the-starter-pack,
packs-carousel-component .swiper-container .swiper-slide.wonderful-starter {
    background-image: -webkit-gradient(linear,left top,right top,from(#116d9f),to(#50119f));
    background-image: linear-gradient(to right,#116d9f 0,#50119f 100%)
}


packs-carousel-component .swiper-container .swiper-slide.slide--the-white-pack,
packs-carousel-component .swiper-container .swiper-slide.wonderful-white {
    background-image: -webkit-gradient(linear,left top,right top,from(#50119f),color-stop(50%,#9c2267),to(#e83430));
    background-image: linear-gradient(to right,#50119f 0,#9c2267 50%,#e83430 100%)
}


packs-carousel-component .swiper-container .swiper-slide.slide--the-red-pack,
packs-carousel-component .swiper-container .swiper-slide.wonderful-red {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,#e83430),to(#eaaa00));
    background-image: linear-gradient(to right,#e83430 50%,#eaaa00 100%)
}


/*packs-carousel-component .swiper-container .swiper-slide*/
packs-carousel-component .swiper-container .swiper-slide.wonderful-redthreesome {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,#e83430),to(#eaaa00));
    background-image: linear-gradient(to right,#e83430 50%,#eaaa00 100%)
}

.retail-view .retail-container-top {
    background: #1a1a1a;
    color: #fff;
    padding-top: 70px
}

@media screen and (min-width: 1024px) {
    .retail-view .retail-container-top {
        padding-top:100px
    }
}

.retail-view .retail-container-top h1,.retail-view .retail-container-top h2 {
    margin: 0;
    font-size: 32px;
    color: #303236;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .retail-view .retail-container-top h1,.retail-view .retail-container-top h2 {
        font-size:48px
    }
}

.retail-view .retail-container-top h1 {
    margin: 60px 0 44px
}

.retail-view .retail-container-top h2 {
    margin: 110px 0 75px
}

.retail-view .retail-container-top .delivery-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 60px
}

@media screen and (min-width: 1024px) {
    .retail-view .retail-container-top .delivery-partners {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding-bottom: 120px
    }
}

.retail-view .retail-container-top .delivery-partners button {
    margin-top: 28px;
    font-size: 20px;
    line-height: 26px
}

.retail-view .retail-container-top .delivery-partners button a {
    color: #fff;
    text-decoration: none
}

.retail-view .retail-container-bottom {
    padding-top: 40px;
    background: #ededed
}

@media screen and (min-width: 1024px) {
    .retail-view .retail-container-bottom {
        padding-top:100px
    }
}

.retail-view .retail-container-bottom p.description {
    font-size: 15px;
    color: #303236;
    line-height: 1.27;
    font-family: "Averia Serif Libre",cursive;
    font-weight: 400;
    font-stretch: normal;
    margin: auto;
    padding: 0 20px
}

@media screen and (min-width: 1024px) {
    .retail-view .retail-container-bottom p.description {
        font-size:30px;
        line-height: 1.23;
        width: 950px;
        padding: 0
    }
}

.retail-view .retail-container-bottom ul.sku-list button.special {
    margin-top: 24px
}

@media screen and (min-width: 1024px) {
    .retail-view .retail-container-bottom ul.sku-list button.special {
        margin-top:70px
    }
}

reset-password-view .reset-password-container {
    padding: 100px 40px;
    margin: auto;
    position: relative
}

@media screen and (min-width: 1024px) {
    reset-password-view .reset-password-container {
        width:500px;
        padding: 100px 0
    }
}

reset-password-view .reset-password-container .reset-password-error {
    position: absolute;
    color: #fff;
    background-color: #cb304e;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 10px
}

reset-password-view .reset-password-container h1 {
    font-size: 32px;
    color: #303236;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    text-align: center;
    text-transform: uppercase;
    margin-top: 100px
}

reset-password-view .reset-password-container .reset-success-notification {
    text-align: center;
    height: 63px;
    margin-bottom: 24px
}

reset-password-view .reset-password-container .submit-button-holder {
    text-align: center
}

.thank-you-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%
}

.thank-you-view .thank-you-container {
    padding: 100px 0 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

@media screen and (min-width: 1024px) {
    .thank-you-view .thank-you-container {
        padding:0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width: 1024px) {
    .thank-you-view .thank-you-container .thank-you-container-inner {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1
    }
}

.thank-you-view .thank-you-container .thank-you-container-inner .thank-you-desktop-logo {
    margin: 24px 0 0 24px;
    width: 200px
}

.thank-you-view .thank-you-container .thank-you-container-inner .thank-you-desktop-logo svg {
    width: 100%
}

.thank-you-view .thank-you-container .thank-you-container-inner h1 {
    font-family: "Asap Condensed",sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    text-transform: uppercase
}

.thank-you-view .thank-you-container .thank-you-container-inner .thank-you-details {
    font-family: Karla,sans-serif;
    margin: 0 auto 60px
}

@media screen and (min-width: 1024px) {
    .thank-you-view .thank-you-container .thank-you-container-inner .thank-you-details {
        width:500px
    }
}

.thank-you-view .thank-you-container .thank-you-container-inner div.thank-you-data {
    font-family: Karla,sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
    padding: 0 20px
}

.thank-you-view .thank-you-container .thank-you-container-inner .thank-you-data-header {
    font-family: "Asap Condensed",sans-serif;
    text-transform: uppercase;
    margin-bottom: 6px
}

.thank-you-view .thank-you-container .thank-you-container-inner thank-you-line-item-component .line-item-qty {
    margin-bottom: 12px
}

.thank-you-view .thank-you-container .thank-you-container-inner button.primary {
    width: 300px;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 100px
}

.thank-you-view .thank-you-upsell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fac843;
    border-top: 2px solid #0090da;
    position: relative
}

@media screen and (min-width: 1024px) {
    .thank-you-view .thank-you-upsell {
        border:none;
        width: 375px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 375px;
        flex: 0 0 375px;
        padding: 0 30px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        padding-bottom: 40px
    }
}

.thank-you-view .thank-you-upsell .close-x {
    position: absolute;
    right: 12px;
    top: 12px;
    stroke: #0090da;
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    .thank-you-view .thank-you-upsell .close-x {
        display:none
    }
}

.thank-you-view .thank-you-upsell h3 {
    font-size: 48px;
    color: #303236;
    line-height: 1.06;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    margin: 25px 0 6px;
    text-transform: uppercase;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .thank-you-view .thank-you-upsell h3 {
        margin-top:160px
    }
}

.thank-you-view .thank-you-upsell .upsell-description {
    font-family: Karla,sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center
}

.thank-you-view .thank-you-upsell .upsell-description span.bold {
    font-weight: 600
}

.thank-you-view .thank-you-upsell .upsell-product-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px
}

@media screen and (min-width: 1024px) {
    .thank-you-view .thank-you-upsell .upsell-product-data {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.thank-you-view .thank-you-upsell .upsell-product-data .line-item-title {
    font-size: 17px;
    color: #303236;
    line-height: 20px;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px
}

@media screen and (min-width: 1024px) {
    .thank-you-view .thank-you-upsell .upsell-product-data .line-item-title {
        font-size:22px;
        line-height: 20px
    }
}

.thank-you-view .thank-you-upsell .upsell-product-data .line-item-small-print {
    font-family: Karla,sans-serif;
    font-size: 12px;
    line-height: 18px
}

.thank-you-view .thank-you-upsell .upsell-product-data .line-item-total {
    font-family: Karla,sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 18px
}

.thank-you-view .thank-you-upsell .upsell-product-data .line-item-total .strikethru {
    text-decoration: line-through
}

.thank-you-view .thank-you-upsell .upsell-product-data .product-image {
    margin-right: 12px
}

.thank-you-view .thank-you-upsell button.special {
    margin-top: 18px
}

.thank-you-view footer-component {
    border-top: 2px solid #eaaa00
}

.values-view .values-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 70px
}

@media screen and (min-width: 1024px) {
    .values-view .values-container.has-banner {
        padding-top:100px
    }
}

@media screen and (max-width: 1023px) {
    .values-view .values-container.has-banner {
        padding-top:99px
    }
}

.values-view .values-container__top-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    height: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__top-menu ul {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.values-view .values-container__top-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    height: 100%;
    width: 100%;
    height: 56px
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__top-menu ul li {
        height:115px
    }
}

.values-view .values-container__top-menu ul li a {
    font-size: 20px;
    color: #fff;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    text-decoration: none
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__top-menu ul li a {
        font-size:30px
    }
}

.values-view .values-container__top-menu ul li.active {
    text-decoration: underline;
    font-weight: 700
}

.values-view .values-container__top-menu ul li.sustainability {
    background-color: #92b342
}

.values-view .values-container__top-menu ul li.clean {
    background-color: #0081ce
}

.values-view .values-container__top-menu ul li.wellness {
    background-color: #753bc9
}

.values-view .values-container__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    height: 100%;
    background-color: #ededed;
    padding: 35px
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__description {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__description {
        padding:100px 0
    }
}

.values-view .values-container__description__content {
    max-width: 375px
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__description__content {
        max-width:592px
    }
}

.values-view .values-container__description__content h1 {
    font-size: 32px;
    color: #303236;
    line-height: 1.06;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__description__content h1 {
        font-size:48px
    }
}

.values-view .values-container__description__content p {
    font-size: 15px;
    color: #303236;
    line-height: 1.27;
    letter-spacing: -.4px;
    font-family: "Averia Serif Libre",cursive;
    font-weight: 400;
    font-stretch: normal
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__description__content p {
        font-size:30px
    }
}

.values-view .values-container #marquee-values {
    background-color: #282828;
    line-height: 45px;
    height: auto
}

@media (min-width: 1279px) {
    .values-view .values-container #marquee-values {
        background-color:#ededed;
        line-height: 25px;
        height: 62px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.values-view .values-container__more {
    position: relative;
    background-color: #282828;
    background: #282828 url(stars.png) repeat top center;
    z-index: 0
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__more {
        overflow-x:scroll;
        margin-bottom: -15px;
        height: 1080px
    }

    .values-view .values-container__more ::-webkit-scrollbar {
        width: 1px;
        height: 1px
    }

    .values-view .values-container__more ::-webkit-scrollbar-button {
        width: 1px;
        height: 1px
    }
}

.values-view .values-container__more__scroll {
    display: none
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__more__scroll {
        display:block;
        position: absolute;
        font-size: 20px;
        color: #fff;
        line-height: 2.5;
        letter-spacing: 5px;
        text-align: center;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 600;
        font-stretch: condensed;
        left: 0;
        right: 0
    }
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__more__content {
        position:absolute;
        display: block;
        height: 98vw;
        top: -200px;
        left: 0;
        width: calc(1060px + 1px);
        max-height: 5300px;
        margin: 0;
        padding-top: 1px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transform: rotate(-90deg) translateY(-1060px);
        transform: rotate(-90deg) translateY(-1060px);
        -webkit-transform-origin: right top;
        transform-origin: right top
    }
}

.values-view .values-container__more__content__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 37px;
    height: 500px;
    position: relative
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__more__content__card {
        width:600px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 600px
    }

    .values-view .values-container__more__content__card:nth-child(even) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.values-view .values-container__more__content__card svg-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 20px
}

.values-view .values-container__more__content__card h2 {
    font-size: 32px;
    color: #ededed;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: center;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    margin: 0
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__more__content__card h2 {
        font-size:48px;
        color: #ededed;
        line-height: 1.04;
        letter-spacing: normal;
        text-align: center;
        font-family: "Asap Condensed",sans-serif;
        font-weight: 600;
        font-stretch: condensed
    }
}

.values-view .values-container__more__content__card p {
    font-size: 15px;
    color: #ededed;
    line-height: 1.27;
    letter-spacing: -.4px;
    text-align: center;
    font-family: "Averia Serif Libre",cursive;
    font-weight: 400;
    font-stretch: normal
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__more__content__card p {
        max-width:500px;
        font-size: 20px;
        color: #ededed;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        font-family: "Averia Serif Libre",cursive;
        font-weight: 400;
        font-stretch: normal
    }
}

.values-view .values-container__more__content__card:last-of-type {
    height: 700px;
    padding-bottom: 200px
}

@media screen and (min-width: 1279px) {
    .values-view .values-container__more__content__card:last-of-type {
        height:600px;
        padding: 0;
        margin: 0
    }
}

wait-list-component {
    font-family: "Averia Serif Libre",cursive;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;
    background-image: url(waitlist/waitlist.414.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (min-width: 1279px) {
    wait-list-component {
        background-image:url(waitlist/waitlist.1023.png)
    }
}

@media (min-width: 1280px) {
    wait-list-component {
        background-image:url(waitlist/waitlist.1440.png)
    }
}

@media (min-width: 1920px) {
    wait-list-component {
        background-image:url(waitlist/waitlist.1920.png)
    }
}

wait-list-component .logo-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0
}

wait-list-component .logo-img img {
    width: 180px;
    height: 55px
}

wait-list-component .wait-container {
    margin: 0 24px;
    color: #303236;
    text-align: center;
    background: #f7e5dd;
    padding: 42px
}

#marquee-values {
    display: none;
}

@media (min-width: 1280px) {
    wait-list-component .wait-container {
        width:696px;
        padding: 48px 60px;
        margin: 0 auto
    }
    #marquee-values {
        display: block;
    }
}

wait-list-component .wait-container h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Asap Condensed",sans-serif;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #85bb20
}

@media (min-width: 1280px) {
    wait-list-component .wait-container h1 {
        font-size:60px;
        line-height: 60px
    }
}

wait-list-component .wait-container h2 {
    font-weight: 300
}

wait-list-component .wait-container div.completed-by-email {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px
}

wait-list-component .wait-container span.primary-color {
    color: #85bb20
}

wait-list-component .wait-container #voyage-cta {
    margin-bottom: 24px
}

wait-list-component .wait-container #hidden-iframe {
    display: none
}

wait-list-component .wait-container .desktop-text {
    color: #85bb20;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 48px 0
}

wait-list-component .wait-container .use-email a,wait-list-component .wait-container .use-email a:hover,wait-list-component .wait-container .use-email a:visited {
    color: #85bb20
}

wait-list-component .wait-container .email-input-container {
    position: relative;
    margin: 0 auto 24px
}

@media (min-width: 1280px) {
    wait-list-component .wait-container .email-input-container {
        max-width:456px;
        margin-top: 40px
    }
}

wait-list-component .wait-container .email-input-container form input {
    width: 100%;
    padding: 9px 9px 3px 9px;
    border: 0;
    border-bottom: 2px solid #9b9b9b;
    outline: 0;
    background: 0 0
}

@media (min-width: 1280px) {
    wait-list-component .wait-container .email-input-container form input {
        padding:9px 120px 3px 9px
    }
}

wait-list-component .wait-container .email-input-container form input:focus {
    border-bottom-color: #85bb20
}

wait-list-component .wait-container .email-input-container form button {
    color: #85bb20;
    padding: 12px 9px 10px 0;
    border: 0;
    background: 0 0;
    height: 100%;
    text-transform: uppercase;
    line-height: 14px
}

@media (min-width: 1280px) {
    wait-list-component .wait-container .email-input-container form button {
        position:absolute;
        top: 0;
        bottom: 0;
        right: 0;
        text-align: right
    }
}

wait-list-component .wait-container .email-input-container form .invalid-email {
    font-family: Karla,sans-serif;
    font-weight: 600;
    position: absolute;
    left: 9px;
    top: -15px
}

wait-list-component .wait-container .email-input-container form .invalid-email span {
    display: none
}

wait-list-component .wait-container .email-input-container form.invalid input {
    border-bottom-color: #cb304e
}

wait-list-component .wait-container .email-input-container form.invalid button {
    color: #cb304e
}

wait-list-component .wait-container .email-input-container form.invalid .invalid-email span {
    color: #cb304e;
    display: inline
}

wait-list-component .wait-container .email-text-or {
    font-family: "Averia Serif Libre",cursive;
    color: #85bb20;
    font-weight: 700;
    font-size: 16px
}

wait-list-component .wait-container .email-text-or span.or {
    font-weight: 300;
    color: #282828
}

wait-list-component .wait-container .email-text-or span.upper-case {
    text-transform: uppercase
}

wait-list-component .footer {
    font-size: 12px;
    color: #f7e5dd;
    margin: 0 auto 20px;
    text-align: center
}

wait-list-component .footer .social {
    margin-bottom: 12px
}

wait-list-component .footer .social img {
    height: 30px;
    width: 30px
}

wait-list-component .footer .social img:first-child {
    margin-right: 12px
}

wait-list-component .footer a {
    color: #f7e5dd
}

/*@font-face {
  font-family: 'swiper-icons';
  src: url('swiper-icons.woff')
    format('woff');
  font-weight: 400;
  font-style: normal;
}*/


/*@font-face {
  font-family: 'swiper-icons';
  src: url('swiper-icons.woff2') format('woff2'),
       url('swiper-icons.woff') format('woff'),
       url('swiper-icons.ttf')  format('truetype');
    font-weight: 400;
    font-style: normal       
}*/

.swiper-font {
    font-family: 'swiper-icons';
}

/*@font-face {
    font-family: ;
    src: url("swiper-icons.woff") format("woff");
    font-weight: 400;
    font-style: normal
}*/

:root {
    --swiper-theme-color:#007aff}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size:44px}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color:#ffffff}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color:#000000}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color:#ffffff}

.swiper-pagination-black {
    --swiper-pagination-color:#000000}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color:#fff}

.swiper-lazy-preloader-black {
    --swiper-preloader-color:#000}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
  
  
  @media screen and (min-width: 1024px) {
    #shopify-section-winc-product-template {
      height: 800px;
    }
}

retina-image.desktop-only,
.pdp-recommendations.desktop-only {
  display: none; 
}

@media screen and (min-width: 1280px) {
    retina-image.desktop-only,
  	.pdp-recommendations.desktop-only{
      display: block; 
    }
    retina-image.mobile-only {
      display: none;
    }
}

.desktop-cart {
 cursor: pointer; 
}