/** Shopify CDN: Minification failed

Line 1127:4 Expected identifier but found "*"
Line 3233:10 Expected identifier but found whitespace
Line 3234:12 Unexpected "{"
Line 3235:20 Expected ":"
Line 16300:51 Expected ")" to go with "("
Line 16300:53 Unexpected "3"
Line 17389:38 Expected identifier but found whitespace

**/
@charset "UTF-8";

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

body {
    margin: 0
}

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

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    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
}

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

b,
strong {
    font-weight: inherit;
    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 {
    padding: .35em .75em .625em
}

legend {
    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] {
    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
}

[hidden],
template {
    display: none
}

.glider-contain {
    width: 100%
}

.glider,
.glider-contain {
    margin: 0 auto;
    position: relative
}

.glider {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

.glider,
.glider-track {
    transform: translateZ(0)
}

.glider-track {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    z-index: 1
}

.glider.draggable {
    cursor: -webkit-grab;
    cursor: grab
}

.glider.draggable,
.glider.draggable .glider-slide img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glider.draggable .glider-slide img {
    pointer-events: none
}

.glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.glider-slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%
}

.glider-slide img {
    max-width: 100%
}

.glider::-webkit-scrollbar {
    opacity: 0;
    height: 0
}

.glider-next,
.glider-prev {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    outline: none;
    background: none;
    padding: 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    border: 0;
    top: 30%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17, .67, .83, .67), color .5s cubic-bezier(.17, .67, .83, .67)
}

.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover {
    color: #a89cc8
}

.glider-next {
    right: -23px;
    left: auto
}

.glider-next.disabled,
.glider-prev.disabled {
    opacity: .25;
    color: #666;
    cursor: default
}

.glider-slide {
    min-width: 150px
}

.glider-hide {
    opacity: 0
}

.glider-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.glider-dot,
.glider-dots {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0
}

.glider-dot {
    border: 0;
    outline: none;
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 7px
}

.glider-dot.active,
.glider-dot:focus,
.glider-dot:hover {
    background: #a89cc8
}

@media (max-width:36em) {
    .glider::-webkit-scrollbar {
        opacity: 1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px
    }

    .glider::-webkit-scrollbar-thumb {
        opacity: 1;
        border-radius: 99px;
        background-color: hsla(0, 0%, 61%, .25);
        box-shadow: 0 0 1px hsla(0, 0%, 100%, .25)
    }
}

form {
    margin: 0
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input:focus,
    select:focus,
    textarea:focus {
        font-size: .875rem
    }
}

label:not(.label-checkbox) {
    font-family: Proxima Nova, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.71px;
    text-transform: uppercase;
    color: #6a6a6a;
    line-height: 18px;
    margin: 0 0 .125rem;
    display: block
}

input,
select,
textarea {
    font-size: 1.6rem;
    max-width: 100%;
    border-radius: 0
}

input[disabled],
select[disabled],
textarea[disabled] {
    border-color: #000;
    background-color: #000;
    cursor: default
}

textarea {
    border-radius: 0;
    height: 2.5rem;
    margin: 0;
    padding: 0 .625rem;
    border: 1px solid #b0b0b0;
    background-color: #fff;
    transition: all .3s ease-in-out;
    color: #969696;
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    width: 100%;
    min-height: 108px;
    padding-top: .625rem;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea:active,
textarea:active:focus,
textarea:focus {
    border-color: #000;
    outline: 0;
    font-size: .875rem
}

textarea::-webkit-input-placeholder {
    color: #969696
}

textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #969696
}

textarea:-ms-input-placeholder {
    color: #969696
}

@media only screen and (min-width:768px) {
    textarea {
        height: 3.125rem
    }
}

input:not([type=checkbox], [type=submit], [type=number], [class^=search], [class*=cancel]) {
    border-radius: 0;
    box-shadow: none;
    height: 2.5rem;
    margin: 0;
    padding: 0 .625rem;
    border: 1px solid #b0b0b0;
    background-color: #fff;
    transition: all .3s ease-in-out;
    color: #969696;
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    width: 100%
}

input:active,
input:active:focus,
input:focus {
    border-color: #000;
    outline: 0;
    font-size: .875rem
}

input::-webkit-input-placeholder {
    color: #969696
}

input:-moz-placeholder,
input::-moz-placeholder {
    color: #969696
}

input:-ms-input-placeholder {
    color: #969696
}

@media only screen and (min-width:768px) {
    input:not([type=checkbox], [type=submit], [type=number], [class^=search], [class*=cancel]) {
        height: 3.125rem
    }
}

input[type=submit]:not([class*=cancel], [class*=cancel]) {
    color: #fff;
    background-color: #373737;
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    border: 0;
    padding: .5rem 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0;
    flex: 0
}

@media only screen and (min-width:992px) {
    input[type=submit]:not([class*=cancel], [class*=cancel]) {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

input[type=submit]:active,
input[type=submit]:active:focus,
input[type=submit]:focus {
    border-radius: 0;
    outline: 0
}

input[type=submit].button--block {
    min-width: 100%
}

button,
input[type=submit],
label[for] {
    cursor: pointer
}

input[type=submit]:disabled {
    opacity: .5;
    pointer-events: none
}

select {
    border-radius: 0;
    box-shadow: none;
    height: 2.5rem;
    margin: 0;
    padding: 0 .625rem;
    border: 1px solid #b0b0b0;
    background-color: #fff;
    transition: all .3s ease-in-out;
    color: #969696;
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(chevronDown.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 1rem
}

select:active,
select:active:focus,
select:focus {
    border-color: #000;
    outline: 0;
    font-size: .875rem
}

select::-webkit-input-placeholder {
    color: #969696
}

select:-moz-placeholder,
select::-moz-placeholder {
    color: #969696
}

select:-ms-input-placeholder {
    color: #969696
}

@media only screen and (min-width:768px) {
    select {
        height: 3.125rem
    }
}

select::-ms-expand {
    display: none
}

option {
    background-color: #fff;
    color: #373737
}

.submit-button {
    color: #fff;
    background-color: #373737;
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    border: 0;
    padding: .5rem 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

@media only screen and (min-width:992px) {
    .submit-button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

.submit-button:active,
.submit-button:active:focus,
.submit-button:focus {
    border-radius: 0;
    outline: 0
}

.input-error {
    border-color: #ff6d6d;
    background-color: #fff;
    color: #373737
}

.field .alert {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    padding: .3125rem 0
}

@media only screen and (min-width:992px) {
    .field .alert {
        line-height: normal;
        letter-spacing: normal
    }
}

.field .captchaMsg {
    text-align: center;
    width: 100%;
    display: block
}

.field input {
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat
}

.field.good input {
    border-color: #000;
    background-image: url(good-tick.svg)
}

.field.good .alert {
    color: initial
}

.field.bad input,
.field.bad select,
.field.bad textarea {
    border-color: #eb4d4b
}

.field.bad .alert {
    color: #eb4d4b
}

.label-checkbox {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    position: relative;
    padding-left: 1.5rem
}

@media only screen and (min-width:992px) {
    .label-checkbox {
        line-height: normal;
        letter-spacing: normal
    }
}

.label-checkbox__checkbox,
.label-checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 4px;
    cursor: pointer;
    height: 1px;
    width: 1px
}

.label-checkbox__checkbox:checked~.label-checkbox__checkmark,
.label-checkbox input[type=checkbox]:checked~.label-checkbox__checkmark {
    background-color: #000;
    border-color: #000;
    background-image: url(checkboxTick.svg)
}

.label-checkbox__checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    height: .75rem;
    width: .75rem;
    background-color: #fff;
    background-position: 50%;
    background-size: contain;
    border: 1px solid #b0b0b0;
    transition: all .3s ease-in-out
}

.label-checkbox__text {
    color: #6a6a6a
}

.label-checkbox__text a {
    color: #6a6a6a;
    font-weight: 600
}

.form-success {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    background-color: #dcfff1;
    color: #59c59b;
    padding: .5rem 1rem;
    text-align: center;
    margin: 0
}

@media only screen and (min-width:992px) {
    .form-success {
        line-height: normal;
        letter-spacing: normal
    }
}

.form-errors {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    background-color: #eb4d4b;
    color: #fff;
    padding: .5rem 1rem;
    text-align: center
}

@media only screen and (min-width:992px) {
    .form-errors {
        line-height: normal;
        letter-spacing: normal
    }
}

.form-errors>div.errors>ul {
    margin: 0
}

.form-errors>div.errors>ul li,
.form-errors a {
    color: #fff
}

#MainContent .klaviyo-form form {
    margin: 0 auto;
    font-family: Proxima Nova, sans-serif !important
}

#MainContent .klaviyo-form form div[data-testid=form-row] button input {
    background-color: transparent !important
}

#MainContent .klaviyo-form form div[data-testid=form-row] input {
    border-radius: 0;
    box-shadow: none;
    height: 2.5rem;
    margin: 0;
    padding: 0 .625rem;
    border: 1px solid #b0b0b0;
    background-color: #fff;
    transition: all .3s ease-in-out;
    color: #969696;
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    width: 100%
}

#MainContent .klaviyo-form form div[data-testid=form-row] input:active,
#MainContent .klaviyo-form form div[data-testid=form-row] input:active:focus,
#MainContent .klaviyo-form form div[data-testid=form-row] input:focus {
    border-color: #000;
    outline: 0;
    font-size: .875rem
}

#MainContent .klaviyo-form form div[data-testid=form-row] input::-webkit-input-placeholder {
    color: #969696
}

#MainContent .klaviyo-form form div[data-testid=form-row] input:-moz-placeholder,
#MainContent .klaviyo-form form div[data-testid=form-row] input::-moz-placeholder {
    color: #969696
}

#MainContent .klaviyo-form form div[data-testid=form-row] input:-ms-input-placeholder {
    color: #969696
}

@media only screen and (min-width:768px) {
    #MainContent .klaviyo-form form div[data-testid=form-row] input {
        height: 3.125rem
    }
}

#MainContent .klaviyo-form form div[data-testid=form-row] input::-webkit-input-placeholder {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px
}

#MainContent .klaviyo-form form div[data-testid=form-row] input:-moz-placeholder,
#MainContent .klaviyo-form form div[data-testid=form-row] input::-moz-placeholder {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px
}

#MainContent .klaviyo-form form div[data-testid=form-row] input:-ms-input-placeholder {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px
}

#MainContent .klaviyo-form form div[data-testid=form-row] div[data-testid=form-component] {
    padding: 0;
    margin-bottom: 1rem
}

#MainContent .klaviyo-form form div[data-testid=form-row] div[role=group] label {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    color: #6a6a6a;
    padding-bottom: 0;
    margin-bottom: 0
}

#MainContent .klaviyo-form form div[data-testid=form-row] div[role=group] label svg[class^=SelectorOuter] {
    border: 1px solid #b0b0b0;
    transition: all .3s ease-in-out;
    stroke: none;
    background-color: #fff
}

#MainContent .klaviyo-form form div[data-testid=form-row] div[role=group] label svg[class^=SelectorInner] {
    background-color: #000;
    border-color: #000;
    background-image: url(checkboxTick.svg);
    background-position: 50%;
    background-size: contain
}

#MainContent .klaviyo-form form div[data-testid=form-row] div[role=group] label div {
    color: #6a6a6a !important;
    font-size: .875rem !important;
    font-weight: 400 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.43 !important;
    letter-spacing: .4px !important
}

@media only screen and (min-width:992px) {
    #MainContent .klaviyo-form form div[data-testid=form-row] div[role=group] label div {
        line-height: normal !important;
        letter-spacing: normal !important
    }
}

#MainContent .klaviyo-form form div[data-testid=form-row] div[aria-label="close menu"],
#MainContent .klaviyo-form form div[data-testid=form-row] div[aria-label="open menu"] {
    padding: 0 1.5rem 0 0;
    border-color: #b0b0b0;
    border-radius: 0;
    height: auto;
    background-image: url(chevronDown.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 1rem
}

#MainContent .klaviyo-form form div[data-testid=form-row] div[aria-label="close menu"] input,
#MainContent .klaviyo-form form div[data-testid=form-row] div[aria-label="open menu"] input {
    border: 0
}

#MainContent .klaviyo-form form div[data-testid=form-row] div[role=listbox] {
    border-color: #b0b0b0
}

#MainContent .klaviyo-form form div[data-testid=form-row] div[role=option] {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    padding: 1rem
}

@media only screen and (min-width:992px) {
    #MainContent .klaviyo-form form div[data-testid=form-row] div[role=option] {
        line-height: normal;
        letter-spacing: normal
    }
}

#MainContent .klaviyo-form form div[data-testid=form-row] button {
    color: #fff;
    background-color: #373737;
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    border: 0;
    padding: .5rem 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    #MainContent .klaviyo-form form div[data-testid=form-row] button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

#MainContent .klaviyo-form form div[data-testid=form-row] button:active,
#MainContent .klaviyo-form form div[data-testid=form-row] button:active:focus,
#MainContent .klaviyo-form form div[data-testid=form-row] button:focus {
    border-radius: 0;
    outline: 0
}

#MainContent .klaviyo-form form label {
    font-stretch: normal !important;
    font-style: normal !important;
    letter-spacing: 1.71px !important;
    text-transform: uppercase !important;
    color: #6a6a6a !important;
    line-height: 18px !important;
    margin: 0 0 .125rem !important;
    padding: 0 !important
}

#MainContent .klaviyo-form form label,
#MainContent .klaviyo-form form label div {
    font-family: Proxima Nova, sans-serif !important;
    font-size: .75rem !important;
    font-weight: 400 !important
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0)
}

.js-focus-hidden:focus {
    outline: none
}

.label-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0)
}

.no-placeholder .label-hidden,
.visually-shown {
    position: inherit !important;
    overflow: auto;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto
}

.no-js:not(html) {
    display: none
}

.no-js .no-js:not(html) {
    display: block
}

.no-js .js,
.supports-no-cookies:not(html) {
    display: none
}

html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block
}

html.supports-no-cookies .supports-cookies {
    display: none
}

.skip-link:focus {
    position: absolute !important;
    overflow: auto;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    z-index: 10000;
    padding: 15px;
    background-color: #000;
    color: #000;
    transition: none
}

.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.hide {
    display: none !important
}

.is-hidden {
    display: none
}

.container {
    max-width: 1408px
}

.container,
.container--small {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.container--small {
    max-width: 1170px
}

*,
:after,
:before,
html {
    box-sizing: border-box
}

body,
html {
    height: 100%;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: stretch
}

body {
    padding-top: var(--paddingBody)
}

@media only screen and (max-width:991px) {
    body.template-product {
        overflow: hidden;
        min-height: 100vh;
        min-height: -webkit-fill-available;
        min-height: -moz-available;
        min-height: stretch
    }
}

body.no-scroll {
    overflow: hidden
}

.backdrop {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55, 55, 55, .6);
    opacity: 0;
    transition: all .3s ease-in-out;
    pointer-events: none
}

.backdrop.is-visible {
    opacity: 1;
    pointer-events: auto
}

body:not(.template-article) .shopify-section:not(#shopify-section-header):not(#shopify-section-footer):not(#shopify-section-modal-newsletter)>section {
    margin-bottom: 2rem
}

@media only screen and (min-width:992px) {
    body:not(.template-article) .shopify-section:not(#shopify-section-header):not(#shopify-section-footer):not(#shopify-section-modal-newsletter)>section {
        margin-bottom: 1rem
    }
}

body:not(.template-article) .shopify-section:not(#shopify-section-header):not(#shopify-section-footer):not(#shopify-section-modal-newsletter)>section.section-marginb {
    margin-bottom: 4rem
}

@media only screen and (min-width:992px) {
    body:not(.template-article) .shopify-section:not(#shopify-section-header):not(#shopify-section-footer):not(#shopify-section-modal-newsletter)>section.section-marginb {
        margin-bottom: 6.875rem
    }
}

body:not(.template-article) .shopify-section:not(#shopify-section-header):not(#shopify-section-footer):not(#shopify-section-modal-newsletter)>section.only-mobile {
    display: block
}

body:not(.template-article) .shopify-section:not(#shopify-section-header):not(#shopify-section-footer):not(#shopify-section-modal-newsletter)>section.only-desktop {
    display: none
}

@media only screen and (min-width:992px) {
    body:not(.template-article) .shopify-section:not(#shopify-section-header):not(#shopify-section-footer):not(#shopify-section-modal-newsletter)>section.only-mobile {
        display: none
    }

    body:not(.template-article) .shopify-section:not(#shopify-section-header):not(#shopify-section-footer):not(#shopify-section-modal-newsletter)>section.only-desktop {
        display: block
    }
}

body:not(.template-article) .shopify-section:not(#shopify-section-header):not(#shopify-section-footer):not(#shopify-section-modal-newsletter)>section[class*="--marginb-small"] {
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem
}

@media only screen and (min-width:992px) {
    body:not(.template-article) .shopify-section:not(#shopify-section-header):not(#shopify-section-footer):not(#shopify-section-modal-newsletter)>section[class*="--marginb-small"] {
        display: inline-block;
        width: 100%;
        margin-bottom: 1rem
    }
}

body:not(.template-article) .shopify-section:not(#shopify-section-header):not(#shopify-section-footer):not(#shopify-section-modal-newsletter)>section[class*="--marginb-medium"] {
    display: inline-block;
    width: 100%;
    margin-bottom: 4rem
}

@media only screen and (min-width:992px) {
    body:not(.template-article) .shopify-section:not(#shopify-section-header):not(#shopify-section-footer):not(#shopify-section-modal-newsletter)>section[class*="--marginb-medium"] {
        display: inline-block;
        width: 100%;
        margin-bottom: 6.875rem
    }
}

body:not(.template-article) .shopify-section:not(#shopify-section-header):not(#shopify-section-footer):not(#shopify-section-modal-newsletter)>section[class*="--marginb-large"] {
    display: inline-block;
    width: 100%;
    margin-bottom: 5rem
}

@media only screen and (min-width:992px) {
    body:not(.template-article) .shopify-section:not(#shopify-section-header):not(#shopify-section-footer):not(#shopify-section-modal-newsletter)>section[class*="--marginb-large"] {
        display: inline-block;
        width: 100%;
        margin-bottom: 7.5rem
    }
}

.display--inline-block {
    display: inline-block
}

.display--block {
    display: block
}

iframe#launcher {
    z-index: 199 !important
}

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

    .template-cart iframe#launcher,
    .template-collection-pack iframe#launcher,
    .template-product iframe#launcher {
        display: none
    }
}

.template-article .countdown,
.template-article .top-bar,
.template-article .upperbar,
.template-blog .countdown,
.template-blog .top-bar,
.template-blog .upperbar,
.template-collection-pack .countdown,
.template-collection-pack .top-bar,
.template-collection-pack .upperbar,
.template-product .countdown,
.template-product .top-bar,
.template-product .upperbar {
    display: none
}

@media only screen and (min-width:992px) {

    .template-article .countdown,
    .template-article .top-bar,
    .template-article .upperbar,
    .template-collection-pack .countdown,
    .template-collection-pack .top-bar,
    .template-collection-pack .upperbar {
        display: none
    }

    .template-blog .countdown,
    .template-blog .top-bar,
    .template-blog .upperbar,
    .template-product .countdown,
    .template-product .top-bar,
    .template-product .upperbar {
        display: block
    }
}

.transition {
    transition: all .3s ease-in-out
}

main {
    min-height: var(--minHeight)
}

main.open-cart {
    isolation: isolate
}

figure {
    margin: 0
}

img,
picture {
    margin: 0;
    max-width: 100%
}

@media only screen and (max-width:767px) {
    .responsive-table {
        width: 100%
    }

    .responsive-table thead {
        display: none
    }

    .responsive-table tr {
        display: block
    }

    .responsive-table td,
    .responsive-table tr {
        float: left;
        clear: both;
        width: 100%
    }

    .responsive-table td,
    .responsive-table th {
        display: block;
        margin: 0;
        padding: 8px 0;
        text-align: right
    }

    .responsive-table td:before {
        content: attr(data-label);
        float: left;
        padding-right: 10px;
        text-align: center
    }

    .responsive-table .small--hide {
        display: none
    }

    .responsive-table-row+.responsive-table-row,
    tfoot>.responsive-table-row:first-child {
        position: relative;
        margin-top: 10px;
        padding-top: 15px
    }

    .responsive-table-row+.responsive-table-row:after,
    tfoot>.responsive-table-row:first-child:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        display: block;
        border-bottom: 1px solid #000
    }
}

@media only screen and (min-width:768px) {
    .responsive-table {
        width: 100%;
        max-width: 42.5rem;
        border-spacing: 0
    }

    .responsive-table td {
        border-top: 1px solid #6a6a6a;
        padding: .5rem .25rem;
        text-align: left
    }
}

.rte {
    margin: 0
}

.rte img {
    height: auto
}

.rte table {
    table-layout: fixed
}

.rte ol,
.rte ul {
    margin: 0 0 15px 30px
}

.rte-table {
    overflow: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch
}

.rte__video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 0;
    height: auto;
    padding-bottom: 56.25%
}

.rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.rte__table-wrapper {
    overflow: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch
}

body {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .6px;
    font-family: Proxima Nova, sans-serif;
    color: #373737
}

@media only screen and (min-width:992px) {
    body {
        font-size: 1.125rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 1.03px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600
}

body,
button,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility
}

a:focus {
    color: inherit
}
.bg--light-grey {
  background-color: #BCBDBE;
}

.bg--dark-grey {
    background-color: #4d4d4d
}

.bg--grey {
    background-color: #a2a5ac
}

.bg--navy {
    background-color: #303952
}

.bg--dark-blue {
    background-color: #1b2938
}

.bg--turquoise {
    background-color: #51b29a
}

.bg--dark-green {
    background-color: #224134
}

.bg--dark-red {
    background-color: #9d1c25
}

.bg--blue {
    background-color: #1c559b
}

.bg--green {
    background-color: #417255
}

.bg--light-red {
    background-color: #e56066
}

.bg--red {
    background-color: #d33124
}

.bg--acqua {
    background-color: #337f8b
}

.bg--purple {
    background-color: #5d324d
}

.bg--pink {
    background-color: #e8b5bb
}

.bg--sky-blue {
    background-color: #75e1ee
}

.bg--yellow {
    background-color: #f9dc75
}

.bg--salmon {
    background-color: #ec957f
}

.bg--light-blue {
    background-color: #6c8bb4
}

.bg--brown {
    background-color: #95443f
}

.bg--dark-brown {
    background-color: #342625
}

.bg--dark-acqua {
    background-color: #33767e
}

.bg--burgundy {
    background-color: #541b21
}

.bg--mallow {
    background-color: #d8b3fa
}

.bg--black {
    background-color: #000
}

.bg--white {
    background-color: #f9f9f9
}

.bg--white-black {
    background-color: #000
}

.bg--white-red {
    background-color: #d33124
}

.bg--beige {
    background-color: #e3d9cd
}

.bg--dark-yellow {
    background-color: #f1b549
}

.bg--strawberry {
    background-color: #d9404a
}

.bg--dark-pink {
    background-color: #9e170c
}

.bg--electric-blue {
    background-color: #0892d0
}

.bg--light-purple {
    background-color: #d06ae6
}

.bg--orange {
    background-color: #ff5a00
}

.bg--mint {
    background-color: #B7C2B2
}
.bg--aubergine { 
  background-color: #4F2D31; 
}
.transition-expanded * {
    will-change: height;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

.expand-enter-active,
.expand-leave-active {
    transition: height .3s ease-in-out;
    overflow: hidden
}

.expand-enter,
.expand-leave-to {
    height: 0
}

.button {
    width: auto;
    border: 0;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.button,
.icon {
    display: inline-block;
    vertical-align: middle
}

.icon {
    width: 20px;
    height: 20px;
    fill: currentColor
}

.no-svg .icon {
    display: none
}

.icon--wide {
    width: 40px
}

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) img,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) img,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline {
    max-width: 100%
}

svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke: inherit
}

.icon-fallback-text {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0)
}

.no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto
}

.payment-icons {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

.responsive-image__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background-color: #f7f6f6
}

.responsive-image__wrapper--full-height {
    height: 100%
}

.responsive-image__wrapper--flexible .responsive-image__image {
    position: relative;
    top: inherit;
    left: inherit
}

.no-js .responsive-image__wrapper {
    display: none
}

.responsive-image__wrapper:before {
    content: "";
    position: relative;
    display: block
}

.responsive-image__wrapper img {
    display: block;
    width: 100%;
    height: auto
}

.responsive-image__image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.responsive-image__image:focus {
    outline-offset: -4px
}

.address-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.address-form [data-aria-hidden=true] {
    display: none
}

.address-form [data-line-count="1"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.address-form [data-line-count="2"] {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%
}

.address-form [data-line-count="3"] {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%
}

section[data-section-subtype=newsletter-modal] {
    padding: 0
}

.modal {
    position: relative;
    z-index: -1000;
    opacity: 0;
    transition: all .3s ease-in-out;
    display: none
}

.modal.is-open {
    display: block;
    animation-duration: .3s;
    animation-delay: .1s;
    animation-fill-mode: forwards;
    animation-name: modalOpen
}

@keyframes modalOpen {
    0% {
        z-index: -1000;
        opacity: 0
    }

    to {
        z-index: 2000;
        opacity: 1
    }
}

@keyframes modalOpenNewsletter {
    0% {
        z-index: -1000;
        opacity: 0
    }

    to {
        z-index: 998;
        opacity: 1
    }
}

.modal__overlay {
    background-color: transparent
}

.modal--newsletter.is-open {
    animation-name: modalOpenNewsletter
}

.modal--newsletter.modal-centered .modal__overlay {
    transition-delay: 1s
}

.modal--newsletter.modal-centered .modal__container {
    transition-delay: 3s;
    animation-duration: .3s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
    animation-name: modalContainerUp
}

@keyframes modalContainerUp {
    0% {
        transform: translate(-50%, 500%)
    }

    to {
        transform: translate(-50%, -50%)
    }
}

.modal--newsletter .modal__container {
    position: fixed;
    z-index: 1001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 500%);
    width: 96%;
    max-width: 678px;
    max-height: 95vh;
    overflow-y: auto;
    background: #f7f6f6;
    pointer-events: auto;
    transition: transform .3s cubic-bezier(0, 0, .2, 1)
}

.modal--newsletter .modal__header {
    position: relative;
    padding: .5rem;
    display: -ms-flexbox;
    display: flex
}

.modal--newsletter .modal__header__image-wrapper {
    display: none
}

.modal--newsletter .modal__header__close {
    background-color: transparent;
    border-radius: 50%;
    color: #373737;
    border: none;
    width: 1.625rem;
    height: 1.625rem;
    margin-left: auto;
    font-size: .875rem;
    padding: .25rem;
    line-height: 16px;
    transition: all .3s ease-in-out
}

.modal--newsletter .modal__header__close:before {
    content: "\2715"
}

.modal--newsletter .modal__header__close:active,
.modal--newsletter .modal__header__close:focus,
.modal--newsletter .modal__header__close:focus:active {
    outline: none
}

.modal--newsletter .modal__header__info-icon {
    display: none
}

.modal--newsletter .modal__content {
    padding: 0 0 1rem
}

.modal--yotpo-album .modal__close {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1001;
    border-radius: 50%;
    color: #fff;
    border: none;
    width: 2rem;
    height: 2rem;
    margin-left: auto;
    font-size: 1.5rem;
    line-height: 16px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    background-color: hsla(0, 0%, 42%, .1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal--yotpo-album .modal__close:before {
    content: "\2715"
}

.modal--yotpo-album .modal__close:active,
.modal--yotpo-album .modal__close:focus,
.modal--yotpo-album .modal__close:focus:active {
    outline: none
}

.modal--yotpo-album .modal__container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    transform: translate(0)
}

.modal--yotpo-album .modal__content {
    padding: 0;
    height: 100%
}

.modal--yotpo-album .modal__content .glider-contain {
    position: static;
    height: 100%
}

.modal--yotpo-album .modal__content .glider-slide {
    overflow: hidden
}

.modal--yotpo-album .modal__content .glider {
    height: 100%
}

.modal--yotpo-album .modal__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsla(0, 0%, 42%, .1);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 10px;
    width: 2.125rem;
    height: 2.125rem;
    border: 0;
    border-radius: 100%;
    box-shadow: none;
    font-size: 0;
    padding: 0
}

.modal--yotpo-album .modal__arrow--prev {
    left: .875rem;
    background-image: url(chevronLeft-white.svg)
}

.modal--yotpo-album .modal__arrow--next {
    background-image: url(chevronRight-white.svg);
    right: .875rem
}

.modal--yotpo-album__wrapper {
    height: 100vh;
    overflow-y: scroll
}

.modal--yotpo-album__img-wrapper {
    text-align: center
}

.modal--yotpo-album__info {
    padding: 1.5rem 1rem
}

.modal--yotpo-album__user p {
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 700
}

.modal--yotpo-album__tagged-products {
    margin-bottom: 2rem
}

.modal--yotpo-album__tagged-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.modal--yotpo-album__tagged-product__image {
    margin-right: 1rem
}

.modal--yotpo-album__tagged-product__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modal--yotpo-album__tagged-product__title {
    color: #080808;
    font-size: .75rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.57px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: .75rem;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (min-width:992px) {
    .modal--yotpo-album__tagged-product__title {
        font-size: 1rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: 3.43px;
        color: #080808
    }
}

.modal--yotpo-album__tagged-product__btn {
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    padding: .40625rem .625rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: inline-block;
    color: #fff;
    background-color: #373737;
    text-align: center;
    border: 0;
    height: 1.9375rem
}

@media only screen and (min-width:992px) {
    .modal--yotpo-album__tagged-product__btn {
        font-weight: 700;
        padding: .625rem;
        min-width: 11.625rem;
        height: 2.5rem;
        line-height: 1.5
    }
}

.modal--yotpo-album__tagged-product__btn:active,
.modal--yotpo-album__tagged-product__btn:active:focus,
.modal--yotpo-album__tagged-product__btn:focus {
    border-radius: 0;
    outline: 0;
    color: #fff
}

.modal--yotpo-album__tagged-list {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem -.5rem 0;
    padding: 0
}

.modal--yotpo-album__tagged-list li {
    width: 4.6875rem;
    padding: 0 .5rem
}

.modal--yotpo-album__tagged-list img {
    width: 100%
}

.modal--yotpo-album__content p {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #6a6a6a
}

@media only screen and (min-width:992px) {
    .modal--yotpo-album__content p {
        line-height: normal;
        letter-spacing: normal
    }
}

.modal--back-in-stock .modal__container {
    max-width: 95%
}

.modal--back-in-stock__content {
    text-align: center
}

.modal--back-in-stock__title {
    font-size: 1.25rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 0 0 .75rem
}

.modal--back-in-stock__description,
.modal--back-in-stock__subtitle {
    margin: 0;
    font-size: .875rem
}

.modal--back-in-stock button[type=submit] {
    color: #fff;
    background-color: #373737;
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    border: 0;
    padding: .5rem 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .modal--back-in-stock button[type=submit] {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

.modal--back-in-stock button[type=submit]:active,
.modal--back-in-stock button[type=submit]:active:focus,
.modal--back-in-stock button[type=submit]:focus {
    border-radius: 0;
    outline: 0
}

.modal--back-in-stock__message {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.modal--back-in-stock .c-forms__wrapper,
.modal--size-guide .modal__content {
    padding-left: 0;
    padding-right: 0
}

.modal-clicked .modal__overlay {
    background-color: rgba(0, 0, 0, .6)
}

.modal-clicked .modal__container {
    transform: translate(-50%, -15%)
}

.modal-clicked .modal__header {
    margin-bottom: 2.375rem
}

.modal-clicked .modal__header__close {
    background: rgba(55, 55, 55, .6);
    color: #fff
}

.modal-clicked .modal__header__info-icon {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-clicked .modal__header__info-icon svg {
    width: 24px
}

.modal__container,
.modal__overlay {
    will-change: transform
}

.modal__overlay {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    transition: background-color .3s cubic-bezier(0, 0, .2, 1)
}

.modal__overlay:active,
.modal__overlay:focus,
.modal__overlay:focus:active {
    outline: 0
}

.modal__container {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    max-height: 100vh;
    overflow-y: auto;
    background: #fff;
    pointer-events: auto;
    transition: transform .3s cubic-bezier(0, 0, .2, 1);
    transition-delay: 2s
}

.modal__header {
    position: relative;
    padding: .75rem 1.5rem 0;
    display: -ms-flexbox;
    display: flex
}

.modal__header__image-wrapper {
    display: none
}

.modal__header__close {
    background-color: #fff;
    border-radius: 50%;
    color: #b0b0b0;
    border: none;
    width: 1.625rem;
    height: 1.625rem;
    margin-left: auto;
    font-size: 1.5rem;
    padding: .25rem;
    line-height: 16px;
    transition: all .3s ease-in-out
}

.modal__header__close:before {
    content: "\2715"
}

.modal__header__close:active,
.modal__header__close:focus,
.modal__header__close:focus:active {
    outline: none
}

.modal__header__info-icon {
    display: none
}

.modal__content {
    padding: 0 1.5rem 1.5rem
}

@media only screen and (min-width:768px) {
    .modal--back-in-stock .modal__container {
        max-width: 30.5rem
    }

    .modal--back-in-stock__content {
        text-align: center
    }

    .modal--back-in-stock__title {
        font-size: 1.5rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin: 0 0 1.5rem
    }

    .modal--back-in-stock__description,
    .modal--back-in-stock__subtitle {
        margin: 0
    }

    .modal--back-in-stock button[type=submit] {
        color: #fff;
        background-color: #373737;
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        border: 0;
        padding: .5rem 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .modal--back-in-stock button[type=submit] {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

@media only screen and (min-width:768px) {

    .modal--back-in-stock button[type=submit]:active,
    .modal--back-in-stock button[type=submit]:active:focus,
    .modal--back-in-stock button[type=submit]:focus {
        border-radius: 0;
        outline: 0
    }

    .modal--size-guide .modal__content {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media only screen and (min-width:992px) {
    .modal {
        position: relative;
        z-index: -1000;
        opacity: 0;
        transition: all .3s ease-in-out
    }

    .modal.is-open .modal__overlay {
        background-color: rgba(0, 0, 0, .6)
    }

    .modal.is-open .modal__container {
        animation-duration: .3s;
        animation-delay: .3s;
        animation-fill-mode: forwards;
        animation-name: modalContainerUp
    }

    @keyframes modalContainerUp {
        0% {
            transform: translate(-50%, 500%)
        }

        to {
            transform: translate(-50%, -50%)
        }
    }

    .modal-clicked .modal__overlay {
        background-color: rgba(0, 0, 0, .6)
    }

    .modal-clicked .modal__container {
        transform: translate(-50%, -50%)
    }

    .modal-clicked .modal__header {
        margin: 0
    }

    .modal-clicked .modal__header__close {
        background-color: rgba(55, 55, 55, .6);
        color: #373737
    }

    .modal--newsletter .modal__overlay {
        position: fixed;
        z-index: 100000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
        pointer-events: auto;
        transition: background-color .3s cubic-bezier(0, 0, .2, 1);
        transition-delay: .3s
    }

    .modal--newsletter .modal__container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 500%);
        width: 96%;
        max-width: 678px;
        max-height: 95vh;
        overflow-y: auto;
        background: #f7f6f6;
        pointer-events: auto;
        transition: transform .3s cubic-bezier(0, 0, .2, 1);
        transition-delay: .5s;
        padding: 0
    }

    .modal--newsletter .modal__header {
        position: relative;
        padding: 0;
        margin: 0;
        display: block
    }

    .modal--newsletter .modal__header__image-wrapper {
        display: block
    }

    .modal--newsletter .modal__header__close {
        position: absolute;
        top: .5rem;
        right: .5rem;
        background-color: rgba(55, 55, 55, .6);
        border-radius: 50%;
        color: #fff;
        border: none;
        width: 2.625rem;
        height: 2.625rem;
        margin-left: auto;
        font-size: 1.625rem;
        padding: .5rem;
        line-height: 16px;
        transition: all .3s ease-in-out
    }

    .modal--newsletter .modal__header__close:before {
        content: "\2715"
    }

    .modal--newsletter .modal__header__close:active,
    .modal--newsletter .modal__header__close:focus,
    .modal--newsletter .modal__header__close:focus:active {
        outline: none
    }

    .modal--newsletter .modal__header__info-icon {
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        height: 3.125rem;
        width: 3.125rem;
        border-radius: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .modal--newsletter .modal__header__info-icon svg {
        width: 24px
    }

    .modal--newsletter .modal__content {
        padding: 2.875rem 0
    }

    .modal--size-guide .modal__content {
        padding: 2.5rem 1.5rem
    }

    .modal__container,
    .modal__overlay {
        will-change: transform
    }

    .modal__overlay {
        z-index: 1000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
        transition: background-color .3s cubic-bezier(0, 0, .2, 1);
        transition-delay: .3s
    }

    .modal__container,
    .modal__overlay {
        position: fixed;
        pointer-events: auto
    }

    .modal__container {
        top: 50%;
        left: 50%;
        transform: translate(-50%, 500%);
        width: 96%;
        max-width: 912px;
        max-height: 95vh;
        overflow-y: auto;
        background: #fff;
        transition: transform .3s cubic-bezier(0, 0, .2, 1);
        transition-delay: .5s;
        padding: 0;
        z-index: 1001
    }

    .modal__header {
        position: relative;
        padding: 0;
        margin: 0;
        display: block
    }

    .modal__header__image-wrapper {
        display: block
    }

    .modal__header__close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background-color: #fff;
        border-radius: 50%;
        color: #b0b0b0;
        border: none;
        width: 2.625rem;
        height: 2.625rem;
        margin-left: auto;
        font-size: 1.625rem;
        padding: 0;
        line-height: 16px;
        transition: all .3s ease-in-out
    }

    .modal__header__close:before {
        content: "\2715"
    }

    .modal__header__close:active,
    .modal__header__close:focus,
    .modal__header__close:focus:active {
        outline: none
    }

    .modal__header__info-icon {
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        height: 3.125rem;
        width: 3.125rem;
        border-radius: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .modal__header__info-icon svg {
        width: 24px
    }

    .modal__content {
        padding: 2.5rem 1.5rem
    }
}

@media only screen and (min-width:1024px) {
    .modal--yotpo-album .modal__close {
        position: fixed;
        top: 1rem;
        right: 1rem;
        z-index: 1001;
        background-color: transparent;
        border-radius: 50%;
        color: #fff;
        border: none;
        width: 2rem;
        height: 2rem;
        margin-left: auto;
        font-size: 2rem;
        line-height: 16px;
        transition: all .3s ease-in-out;
        cursor: pointer
    }

    .modal--yotpo-album .modal__close:before {
        content: "\2715"
    }

    .modal--yotpo-album .modal__close:active,
    .modal--yotpo-album .modal__close:focus,
    .modal--yotpo-album .modal__close:focus:active {
        outline: none
    }

    .modal--yotpo-album .modal__container {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 56.25rem;
        height: 100%;
        max-height: 33.125rem;
        overflow: visible
    }

    .modal--yotpo-album .modal__content {
        padding: 0
    }

    .modal--yotpo-album .modal__content .glider-contain {
        position: static
    }

    .modal--yotpo-album .modal__content .glider-slide {
        overflow: hidden
    }

    .modal--yotpo-album .modal__arrow {
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 18px;
        width: 2.125rem;
        height: 2.125rem;
        border: 0;
        border-radius: 100%;
        box-shadow: none;
        font-size: 0;
        padding: 0
    }

    .modal--yotpo-album .modal__arrow--prev {
        left: -4rem;
        background-image: url(chevronLeft-white.svg)
    }

    .modal--yotpo-album .modal__arrow--next {
        background-image: url(chevronRight-white.svg);
        right: -4rem
    }

    .modal--yotpo-album__wrapper {
        max-width: 67.5rem;
        max-height: 33.125rem;
        overflow: hidden;
        display: -ms-flexbox;
        display: flex
    }

    .modal--yotpo-album__img-wrapper {
        text-align: center;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        overflow: hidden
    }

    .modal--yotpo-album__img-wrapper img {
        height: 100%;
        width: auto;
        -o-object-fit: cover;
        object-fit: cover
    }

    .modal--yotpo-album__info {
        padding: 1.5rem;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%
    }

    .modal--yotpo-album__user p {
        margin: 0 0 1rem;
        font-size: 1rem;
        font-weight: 700
    }

    .modal--yotpo-album__content p {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        color: #6a6a6a
    }
}

@media only screen and (min-width:1024px) and (min-width:992px) {
    .modal--yotpo-album__content p {
        line-height: normal;
        letter-spacing: normal
    }
}

.product-tile {
    width: calc((100% - 8px) / 2);
    height: calc((100% - 8px) / 2);
    margin-bottom: 1.25rem
}

.collection .product-tile,
.search .product-tile {
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0
}

.product-tile__header,
.product-tile__wrapper {
    position: relative
}

.product-tile__quickadd {
    position: absolute;
    z-index: 1;
    top: .5rem;
    right: .5rem;
    width: 22px;
    height: 22px;
    cursor: pointer;
    color: #373737
}

.product-tile__quickadd svg {
    width: 100%;
    height: 100%
}

.product-tile__img-wrapper {
    height: 0;
    padding-bottom: 100%;
    margin-bottom: .5rem
}

.product-tile__img-wrapper__bio {
    background-image: url(bio-organic-small.svg);
    width: 1.4375rem;
    height: 1.4375rem
}

.product-tile__img-wrapper__bio,
.product-tile__img-wrapper__wool,
.product-tile__img-wrapper__econyl{
    position: absolute;
    bottom: .375rem;
    right: .375rem;
    background-size: cover
}

.product-tile__img-wrapper__wool {
    background-image: url(wool-cashmere.svg);
    width: 1.5rem;
    height: 1.875rem;
}

.product-tile__img-wrapper__econyl {
    background-image: url(econyl.svg);
    width: 1.5rem;
    height: 1.875rem
}

.product-tile__link {
    display: block;
    text-decoration: none
}

.product-tile__label {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: .5625rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #373737;
    text-align: center;
    padding: .125rem .9375rem 0;
    background-color: #f7f6f6
}

.product-tile__label--out-of-stock {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0
}

.product-tile__content {
    position: relative
}

.product-tile__pack-label {
    font-size: .5625rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .49px;
    text-transform: uppercase;
    position: absolute;
    top: -1.625rem;
    width: 100%;
    padding: .25rem .625rem;
    background-color: #373737;
    color: #fff;
    text-align: center;
    transform: translateX(-100%);
    transition: all .3s ease-in-out
}

@media only screen and (min-width:992px) {
    .product-tile__pack-label {
        font-size: .8125rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: .74px
    }
}

.product-tile__pack-label.active {
    transform: translateX(0)
}

.product-tile__title {
    color: #080808;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2.57px;
    margin: 0;
    text-transform: uppercase
}

.product-tile__attribute,
.product-tile__title {
    font-size: .75rem;
    font-stretch: normal;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-tile__attribute {
    height: 17px;
    color: #6a6a6a;
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: .34px
}

.product-tile__swatches {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none !important
}

.product-tile__swatches__wrap {
    margin: .75rem 0 0
}

.product-tile .product-tile__swatches__wrap {
    min-height: 1.375rem
}

.product-tile__swatches__item {
    padding: .1875rem
}

@media only screen and (min-width:992px) {
    .product-tile__swatches {
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        padding: 0;
        margin: .75rem 0 0
    }

    .product-tile .product-tile__swatches__wrap {
        min-height: 1.875rem
    }

    .product-tile__swatches__item {
        padding: .25rem
    }
}

.product-tile__swatches::-webkit-scrollbar {
    display: none
}

.product-tile__swatch {
    position: relative;
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    border-radius: 50%;
    display: block;
    border: none;
    margin-right: .375rem;
    padding: 0
}

.product-tile__swatch--active:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.375rem;
    height: 1.375rem;
    max-width: 1.375rem;
    border: 1px solid #373737;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: border .2s
}

.product-tile__swatch.product-tile__swatch.bg--white {
    border: 1px solid #969696
}

.product-tile__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: .375rem
}

.product-tile__price {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: .8px;
    margin: 0
}

.product-tile__price__compare {
    color: #bb0606;
    margin-left: .3125rem
}

.product-tile__price--discount {
    color: {
            {
            settings.color_accent
        }
    }

    ;
    font-weight:600
}

.product-tile__add {
    border: 0;
    background-color: transparent;
    text-decoration: none
}

.product-tile__add:active,
.product-tile__add:focus,
.product-tile__add:focus:active {
    outline: transparent
}

.product-tile__add__text {
    display: none
}

.product-tile__add__img {
    height: 19px;
    filter: brightness(.5)
}

.product-tile__sizes {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: #fff;
    border: 1px solid #b0b0b0;
    transform: translateY(200%);
    transition: all .3s ease-in-out
}

.product-tile__sizes--product-page {
    transform: translateY(200%);
    opacity: 0;
    max-height: 0
}

.product-tile__sizes--product-page.is-active {
    opacity: 1;
    max-height: 500px
}

.product-tile__sizes.is-active {
    transform: translateY(0)
}

.product-tile__sizes__header {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #6a6a6a;
    margin: 0;
    padding: .5rem;
    background-color: #f7f6f6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:992px) {
    .product-tile__sizes__header {
        line-height: normal;
        letter-spacing: normal
    }
}

.product-tile__sizes__list {
    list-style: none;
    margin: 0;
    padding: .625rem .5rem
}

.product-tile__sizes__list__item {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #6a6a6a;
    padding: .375rem 0;
    cursor: pointer
}

@media only screen and (min-width:992px) {
    .product-tile__sizes__list__item {
        line-height: normal;
        letter-spacing: normal
    }
}

.product-tile__sizes__list__item--unavailable {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-tile__sizes__list__item--unavailable__size {
    text-decoration: line-through;
    opacity: .34
}

.product-tile__sizes__list__item--unavailable span {
    display: inline-block
}

.product-tile__sizes__list__item--unavailable .product-tile__sizes__list__item__notify-me {
    text-decoration: underline
}

.product-tile__sizes__button {
    font-size: .75rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.57px;
    text-transform: uppercase;
    font-weight: 400;
    color: #080808;
    margin: 0;
    background-color: #f7f6f6;
    width: 100%;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-top: 1px solid #b0b0b0;
    padding: 0 1rem;
    transition: all .3s ease-in-out
}

.product-tile__sizes__button img {
    margin-right: .5rem
}

.product-tile__show-colors {
    background-color: #fff;
    background-image: url(icon-plus.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 10px;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    border: 2px solid #b0b0b0
}

.product-tile__show-colors.is-open {
    background-image: url(icon-minus.svg);
    background-position: center 5px
}

@media only screen and (min-width:768px) {
    .product-tile {
        position: relative;
        width: calc((100% - 2 * 16px) / 3);
        height: calc((100% - 2 * 16px) / 3)
    }

    .product-tile__quickadd {
        position: absolute;
        z-index: 1;
        top: .3125rem;
        right: .75rem;
        width: 24px;
        height: 24px
    }

    .collection .product-tile {
        max-width: 100%;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: .375rem
    }

    .product-tile__img-wrapper__bio {
        background-image: url(bio-organic-small.svg);
        width: 2.375rem;
        height: 2.375rem
    }

    .product-tile__img-wrapper__bio,
    .product-tile__img-wrapper__wool{
        position: absolute;
        bottom: .625rem;
        right: .625rem;
        background-size: cover
    }

    .product-tile__img-wrapper__wool {
        background-image: url(wool-cashmere.svg);
        width: 1.875rem;
        height: 2.34375rem
    }
    .product-tile__img-wrapper__econyl {
    	position: absolute;
        bottom: .625rem;
        right: .625rem;
        background-size: cover;
        background-image: url(econyl.svg);
        width: 2.875rem;
        height: 3.34375rem;
        background-position: 10% 100%;
    }
}

@media only screen and (min-width:992px) {
    .product-tile {
        position: relative;
        overflow: hidden
    }

    .collection .product-tile {
        max-width: 100%;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 1rem
    }

    .product-tile:hover .product-tile__content {
        bottom: 0
    }

    .product-tile__wrapper {
        position: relative;
        overflow: hidden
    }

    .product-tile__header {
        position: relative;
        margin-bottom: 8.3125rem
    }

    .product-tile__img-wrapper {
        margin-bottom: .5rem
    }

    .product-tile__link {
        display: block
    }

    .product-tile__label {
        position: absolute;
        left: 0;
        top: 10px;
        font-size: .8125rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: .74px;
        text-transform: uppercase;
        border: 1px solid #373737;
        text-align: center;
        padding: .25rem .5rem;
        height: 1.625rem;
        background-color: #f7f6f6
    }

    .product-tile__label--out-of-stock {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0
    }

    .product-tile__swatches {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0
    }

    .product-tile__swatches__wrap {
        margin: .75rem 0 0
    }

    .product-tile .product-tile__swatches__wrap {
        min-height: 1.375rem
    }

    .product-tile__swatches__item {
        padding: .1875rem
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .product-tile__swatches {
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        padding: 0;
        margin: .75rem 0 0
    }

    .product-tile .product-tile__swatches__wrap {
        min-height: 1.875rem
    }

    .product-tile__swatches__item {
        padding: .25rem
    }
}

@media only screen and (min-width:992px) {
    .product-tile__swatch {
        position: relative;
        width: 1.375rem;
        height: 1.375rem;
        max-width: 1.375rem;
        border-radius: 50%;
        display: block;
        border: none;
        margin-right: .375rem;
        padding: 0
    }

    .product-tile__swatch--active:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1.875rem;
        height: 1.875rem;
        max-width: 1.875rem;
        border: 1px solid #373737;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: border .2s
    }

    .product-tile__content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px;
        background-color: #fff;
        padding-top: 1rem;
        transition: all .3s ease-in-out
    }

    .product-tile__pack-label {
        font-size: .5625rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: .49px;
        text-transform: uppercase;
        position: absolute;
        top: -1.625rem;
        width: 100%;
        padding: .375rem .625rem .25rem;
        background-color: #373737;
        color: #fff;
        text-align: center;
        transform: translateX(-100%);
        transition: all .3s ease-in-out
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .product-tile__pack-label {
        font-size: .8125rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: .74px
    }
}

@media only screen and (min-width:992px) {
    .product-tile__pack-label.active {
        transform: translateX(0)
    }

    .product-tile__title {
        font-size: 1rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: 3.43px;
        color: #080808;
        margin: 0 0 .125rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .product-tile__attribute {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        color: #6a6a6a;
        margin: 0
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .product-tile__attribute {
        line-height: normal;
        letter-spacing: normal
    }
}

@media only screen and (min-width:992px) {
    .product-tile__footer {
        display: block;
        margin-top: .75rem
    }

    .product-tile__price {
        font-size: 1rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 24px;
        letter-spacing: normal;
        margin: 0
    }

    .product-tile__price__compare {
        color: #bb0606;
        margin-left: .3125rem
    }

    .product-tile__price--discount {
        font-weight: 600
    }

    .product-tile__add {
        position: relative;
        background-color: #373737;
        width: 100%;
        height: 50px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-size: .875rem;
        font-weight: 700;
        letter-spacing: 3px;
        border: none;
        padding: 0 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: .125rem
    }

    .product-tile__add:active,
    .product-tile__add:focus,
    .product-tile__add:focus:active {
        outline: transparent
    }

    .product-tile__add__text {
        display: block
    }

    .product-tile__add__img {
        filter: none;
        margin-left: .5rem
    }

    .product-tile__sizes {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        background: #fff;
        border: 1px solid #b0b0b0;
        transform: translateY(100%);
        transition: all .3s ease-in-out
    }

    .product-tile__sizes--product-page {
        transform: translateY(200%);
        opacity: 0;
        max-height: 0;
        visibility: hidden
    }

    .product-tile__sizes--product-page.is-active {
        opacity: 1;
        max-height: 500px;
        visibility: visible
    }

    .product-tile__sizes.is-active {
        transform: translateY(0)
    }

    .product-tile__sizes__header {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        color: #6a6a6a;
        margin: 0;
        padding: .5rem;
        background-color: #f7f6f6;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .product-tile__sizes__header {
        line-height: normal;
        letter-spacing: normal
    }
}

@media only screen and (min-width:992px) {
    .product-tile__sizes__header__close {
        display: none
    }

    .product-tile__sizes__list {
        list-style: none;
        margin: 0;
        padding: .625rem .5rem
    }

    .product-tile__sizes__list__item {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        color: #6a6a6a;
        padding: .375rem 0
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .product-tile__sizes__list__item {
        line-height: normal;
        letter-spacing: normal
    }
}

@media only screen and (min-width:992px) {
    .product-tile__sizes__button {
        font-size: .75rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 2.57px;
        text-transform: uppercase;
        font-weight: 400;
        color: #080808;
        margin: 0;
        background-color: #f7f6f6;
        width: 100%;
        height: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        border: 0;
        border-top: 1px solid #b0b0b0;
        padding: 0 1rem;
        transition: all .3s ease-in-out
    }

    .product-tile__sizes__button img {
        margin-right: .5rem
    }

    .product-tile__show-colors {
        background-color: #fff;
        background-image: url(icon-plus.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 12px;
        width: 1.375rem;
        height: 1.375rem;
        border-radius: 100%;
        border: 2px solid #b0b0b0;
        margin: .25rem 0
    }

    .product-tile__show-colors.is-open {
        background-image: url(icon-minus.svg);
        background-position: center 7px
    }
}

@media only screen and (min-width:1024px) {
    .product-tile {
        width: calc((100% - 3 * 16px) / 4);
        height: calc((100% - 3 * 16px) / 4);
        overflow: hidden
    }

    .collection .product-tile {
        max-width: 100%;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 1.5rem
    }
}

.breadcrumbs {
    display: none
}

@media only screen and (min-width:992px) {
    .breadcrumbs {
        margin-bottom: 1rem;
        display: block
    }

    .breadcrumbs__container {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .breadcrumbs__list {
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }

    .breadcrumbs__item {
        position: relative
    }

    .breadcrumbs__item br {
        display: none
    }

    .breadcrumbs__item,
    .breadcrumbs__item__link {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: .8px;
        color: #6a6a6a;
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .breadcrumbs__item:after {
        content: "";
        display: inline-block;
        margin: 0 .75rem 0 .5rem;
        width: 1px;
        height: 14px;
        background-color: #6a6a6a
    }

    .breadcrumbs__item:last-of-type:after {
        display: none
    }
}

.cart-dropdown {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.cart-dropdown--open {
    display: block
}

.cart-dropdown__header {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: .6875rem 1rem .5rem
}

.cart-dropdown__header__title {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0
}

@media only screen and (min-width:992px) {
    .cart-dropdown__header__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

.cart-dropdown__header__close svg {
    height: auto;
    width: 1.5rem;
    fill: #969696
}

.cart-dropdown__progress {
    background-color: #f7f6f6;
    padding: .625rem 1.5rem;
    color: #59c59b;
    margin-top: 3.5rem;
    transition: all .3s ease-in-out
}

.cart-page .cart-dropdown__progress {
    margin: 0
}

.cart-dropdown__progress.is-complete {
    background-color: #dcfff1;
    padding-bottom: .5625rem
}

.cart-dropdown__progress__text {
    font-size: .875rem;
    line-height: 1.57;
    letter-spacing: .8px;
    text-align: center;
    margin: 0
}

.cart-dropdown__progress__bar {
    margin-top: .5625rem;
    margin-bottom: .375rem;
    border-radius: .25rem;
    background-color: #fff;
    overflow: hidden
}

.cart-dropdown__progress__bar__inner {
    background-color: #59c59b;
    height: .5rem;
    transition: width .2s linear
}

.cart-dropdown__errors {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    background-color: #fff;
    padding: 1rem;
    position: relative
}

@media only screen and (min-width:992px) {
    .cart-dropdown__errors {
        line-height: normal;
        letter-spacing: normal
    }
}

.cart-dropdown__errors__icon {
    position: absolute;
    top: 1rem;
    right: 1rem
}

.cart-dropdown__errors__text {
    padding-right: 2rem
}

.cart-dropdown__errors__text p:last-child {
    margin-bottom: 0
}

.cart-dropdown__extras {
    background-color: #f7f6f6;
    padding-top: .75rem
}

.cart-dropdown__extras__extra {
    margin-top: .75rem
}

.cart-dropdown__extras__extra:first-child {
    margin-top: 0
}

.cart-dropdown__body {
    background-color: #fff
}

.cart-dropdown__body__empty-message {
    background-color: #f7f6f6;
    text-align: center;
    padding: 5rem 1rem
}

.cart-dropdown__body__empty-message__icon {
    margin: 0 auto .375rem;
    width: 4.6875rem;
    height: 4.6875rem;
    border-radius: 100%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-dropdown__body__empty-message__button {
    color: #fff;
    background-color: #373737;
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    border: 0;
    padding: .5rem 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .cart-dropdown__body__empty-message__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

.cart-dropdown__body__empty-message__button:active,
.cart-dropdown__body__empty-message__button:active:focus,
.cart-dropdown__body__empty-message__button:focus {
    border-radius: 0;
    outline: 0
}

.cart-dropdown__body__items .cart-item {
    padding: 1rem
}

.cart-dropdown__footer {
    background-color: #f7f6f6;
    padding: 1.5rem 1.125rem
}

.cart-dropdown__footer__inner {
    background-color: #fff;
    padding: 1.1875rem 1rem 1.5rem
}

.cart-dropdown__footer__heading {
    color: #080808;
    font-size: .75rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.57px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: .875rem
}

.cart-dropdown__footer__klarna-widget {
    display: block;
    padding: 0 1rem;
    background-color: #fff
}

.cart-dropdown__footer__klarna-widget__inner {
    border-bottom: .0625rem solid hsla(0, 0%, 69%, .3);
    padding: 1rem 0
}

.cart-dropdown__footer__totals {
    list-style: none;
    padding: 0;
    margin: 0
}

.cart-dropdown__footer__totals__total {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #6a6a6a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 1.1875rem;
    position: relative
}

@media only screen and (min-width:992px) {
    .cart-dropdown__footer__totals__total {
        line-height: normal;
        letter-spacing: normal
    }
}

.cart-dropdown__footer__totals__total__loader {
    width: 20px;
    position: absolute;
    right: 0
}

.cart-dropdown__footer__totals__total__resume {
    border-top: .0625rem solid hsla(0, 0%, 69%, .3);
    padding: 1rem 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0
}

.cart-dropdown__footer__totals__total__resume__label,
.cart-dropdown__footer__totals__total__resume__value {
    color: #373737;
    font-size: 1.125rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    text-transform: uppercase;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%
}

.cart-dropdown__footer__totals__total__resume__value {
    text-align: right;
    position: relative
}

.cart-dropdown__footer__totals__total__resume em {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #6a6a6a;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

@media only screen and (min-width:992px) {
    .cart-dropdown__footer__totals__total__resume em {
        line-height: normal;
        letter-spacing: normal
    }
}

.cart-dropdown__footer__error {
    font-size: .875rem
}

.cart-dropdown__footer__button {
    color: #fff;
    background-color: #373737;
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    border: 0;
    padding: .5rem 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

@media only screen and (min-width:992px) {
    .cart-dropdown__footer__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

.cart-dropdown__footer__button:active,
.cart-dropdown__footer__button:active:focus,
.cart-dropdown__footer__button:focus {
    border-radius: 0;
    outline: 0
}

.cart-dropdown__footer__button--desktop {
    display: none
}

.cart-dropdown__footer__button--mobile {
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    min-height: 3.5rem
}

.cart-dropdown__footer__cant-estimate {
    font-size: .875rem
}

.cart-dropdown__footer__coupon {
    padding: 0 0 1.5rem
}

.cart-dropdown__footer__coupon__field-group {
    display: -ms-flexbox;
    display: flex
}

.cart-dropdown__footer__coupon__message {
    font-size: .875rem
}

.cart-dropdown__footer__coupon__message--error {
    color: #eb4d4b
}

.cart-dropdown__footer__coupon__message--success {
    color: #269177
}

.cart-dropdown__footer__coupon__message--warning {
    color: #eb4d4b;
    text-transform: none
}

.cart-dropdown__bottom-total {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: .125rem 1rem 3.5625rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width:992px) {
    .cart-dropdown__bottom-total {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

.cart-page .cart-dropdown__bottom-total {
    padding-bottom: 1.5rem;
    margin-left: -1rem;
    margin-right: -1rem
}

.cart-dropdown__coupon {
    background-color: #fff;
    padding: 1.5rem 1rem
}

.cart-dropdown .cart-dropdown__coupon {
    padding-bottom: 0
}

.cart-page__summary .cart-dropdown__coupon {
    padding: 0;
    margin-bottom: 2rem
}

.cart-page__summary .cart-dropdown__coupon:after {
    content: "";
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    background-color: #f7f6f6;
    height: 1.5rem;
    display: block
}

.cart-dropdown__coupon__title {
    font-size: 1rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.43px;
    margin: 0 0 .25rem;
    text-transform: uppercase
}

.cart-page__summary .cart-dropdown__coupon__label.cart-dropdown__coupon__label.cart-dropdown__coupon__label {
    margin-bottom: 1.5rem
}

.cart-dropdown__coupon__subtitle {
    color: #969696;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .6px;
    margin-bottom: 1rem;
    display: block
}

.cart-dropdown__coupon__field-group {
    display: -ms-flexbox;
    display: flex;
    column-gap: .75rem
}

.cart-dropdown__coupon__input {
    -ms-flex: 1;
    flex: 1
}

.cart-dropdown__coupon__input.cart-dropdown__coupon__input.cart-dropdown__coupon__input {
    height: 40px
}

.cart-dropdown__coupon__input--error.cart-dropdown__coupon__input--error.cart-dropdown__coupon__input--error {
    color: #bb0606;
    text-decoration: line-through
}

.cart-dropdown__coupon__input--success.cart-dropdown__coupon__input--success.cart-dropdown__coupon__input--success {
    color: #59c59b
}

.cart-dropdown__coupon__btn {
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    padding: .40625rem .625rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: inline-block;
    color: #fff;
    background-color: #373737;
    text-align: center;
    border: 0;
    height: 1.9375rem;
    -ms-flex: 0;
    flex: 0
}

@media only screen and (min-width:992px) {
    .cart-dropdown__coupon__btn {
        font-weight: 700;
        padding: .625rem;
        min-width: 11.625rem;
        height: 2.5rem;
        line-height: 1.5
    }
}

.cart-dropdown__coupon__btn:active,
.cart-dropdown__coupon__btn:active:focus,
.cart-dropdown__coupon__btn:focus {
    border-radius: 0;
    outline: 0;
    color: #fff
}

.cart-dropdown__coupon__btn.cart-dropdown__coupon__btn.cart-dropdown__coupon__btn {
    height: 40px;
    min-width: unset
}

.cart-dropdown__coupon__message {
    display: block;
    margin-top: .5rem;
    min-height: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .6px
}

.cart-dropdown__coupon__message--error {
    color: #bb0606
}

.cart-dropdown__coupon__message--success {
    color: #59c59b
}

.cart-dropdown__coupon__message--warning {
    text-transform: none;
    color: #bb0606
}

@media only screen and (min-width:992px) {
    .cart-dropdown {
        position: absolute;
        z-index: 2000;
        width: 21.25rem;
        height: auto;
        overflow-y: visible;
        background: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        top: 2.75rem;
        left: auto;
        right: 0;
        border-top: 2px solid #969696;
        display: none
    }

    .cart-dropdown:before {
        content: "";
        position: absolute;
        top: -16px;
        right: 6px;
        background: #969696;
        height: 16px;
        width: 15px;
        -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
        clip-path: polygon(0 100%, 50% 0, 100% 100%)
    }

    .cart-dropdown--open {
        display: block
    }

    .cart-dropdown__header {
        position: relative;
        width: 100%;
        background-color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: .9375rem .125rem .9375rem 1rem
    }

    .cart-dropdown__header__title {
        font-size: 1rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3.43px;
        margin: 0
    }

    .cart-dropdown__header__close svg {
        height: auto;
        width: 1.5rem;
        fill: #969696
    }

    .cart-dropdown__progress {
        background-color: #f7f6f6;
        padding: .625rem 1.5rem;
        color: #59c59b;
        margin-top: 0;
        transition: all .3s ease-in-out
    }

    .cart-dropdown__progress.is-complete {
        background-color: #dcfff1;
        padding-bottom: .5625rem
    }

    .cart-dropdown__progress__text {
        font-size: .875rem;
        line-height: 1.57;
        letter-spacing: .8px;
        text-align: center;
        margin: 0
    }

    .cart-dropdown__progress__bar {
        margin-top: .5625rem;
        margin-bottom: .375rem;
        border-radius: .25rem;
        background-color: #fff;
        overflow: hidden
    }

    .cart-dropdown__progress__bar__inner {
        background-color: #59c59b;
        height: .5rem;
        transition: width .2s linear
    }

    .cart-dropdown__errors {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        background-color: #fff;
        padding: 1rem;
        position: relative
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .cart-dropdown__errors {
        line-height: normal;
        letter-spacing: normal
    }
}

@media only screen and (min-width:992px) {
    .cart-dropdown__errors__icon {
        position: absolute;
        top: 1rem;
        right: 1rem
    }

    .cart-dropdown__errors__text {
        padding-right: 2rem
    }

    .cart-dropdown__errors__text p:last-child {
        margin-bottom: 0
    }

    .cart-dropdown__body {
        background-color: #fff;
        max-height: calc(100vh - 400px);
        overflow-y: auto
    }

    .cart-dropdown__body__empty-message {
        background-color: #f7f6f6;
        text-align: center;
        padding: 5rem 1rem
    }

    .cart-dropdown__body__empty-message__icon {
        margin: 0 auto .375rem;
        width: 4.6875rem;
        height: 4.6875rem;
        border-radius: 100%;
        background-color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cart-dropdown__body__empty-message__text {
        font-size: 1.125rem;
        font-weight: 600;
        font-style: normal;
        line-height: 2.06;
        letter-spacing: 2px;
        text-transform: uppercase;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0 0 .75rem
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .cart-dropdown__body__empty-message__text {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

@media only screen and (min-width:992px) {
    .cart-dropdown__body__empty-message__button {
        color: #fff;
        background-color: #373737;
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        border: 0;
        padding: .5rem 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .cart-dropdown__body__empty-message__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

@media only screen and (min-width:992px) {

    .cart-dropdown__body__empty-message__button:active,
    .cart-dropdown__body__empty-message__button:active:focus,
    .cart-dropdown__body__empty-message__button:focus {
        border-radius: 0;
        outline: 0
    }

    .cart-dropdown__body__items .cart-item {
        padding: 1rem
    }

    .cart-dropdown__footer {
        height: auto;
        background-color: #fff;
        padding: 1.5rem 1.125rem
    }

    .cart-dropdown__footer__inner {
        display: none
    }

    .cart-dropdown__footer__button {
        color: #fff;
        background-color: #373737;
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        border: 0;
        padding: .5rem 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .cart-dropdown__footer__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

@media only screen and (min-width:992px) {

    .cart-dropdown__footer__button:active,
    .cart-dropdown__footer__button:active:focus,
    .cart-dropdown__footer__button:focus {
        border-radius: 0;
        outline: 0
    }

    .cart-dropdown__footer__button--desktop {
        position: relative;
        z-index: 1;
        left: auto;
        bottom: auto;
        width: 100%;
        max-height: 2.5rem
    }

    .cart-dropdown__footer__button--mobile {
        display: none
    }

    .cart-dropdown__footer__klarna-widget {
        padding: 0;
        padding-top: 1rem;
        margin-bottom: 1rem;
        border-top: .0625rem solid hsla(0, 0%, 69%, .3)
    }

    .cart-dropdown__footer__klarna-widget__inner {
        border-bottom: none;
        padding: 0
    }

    .cart-dropdown__bottom-total,
    .cart-dropdown__form {
        display: none
    }

    .cart-dropdown__extras {
        display: none;
        padding-top: 0
    }

    .cart-dropdown__extras__extra {
        margin-top: 1.5rem
    }

    .cart-dropdown__extras__extra:first-child {
        margin-top: 0
    }
}

.cart-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.cart-page .cart-item {
    margin-bottom: 2rem
}

.cart-page .cart-item:last-child {
    margin: 0
}

.cart-item__image {
    position: relative;
    -ms-flex: 1 0 120px;
    flex: 1 0 120px;
    max-width: 7.5rem
}

.cart-page .cart-item__image {
    max-width: 152px
}

.cart-item__remove {
    cursor: pointer;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.cart-item__remove__text {
    display: none
}

.cart-item__remove img,
.cart-item__remove svg {
    width: 1rem;
    height: auto;
    fill: #6a6a6a
}

.cart-item__content {
    padding: 0 .25rem 0 1rem
}

.cart-page .cart-item__content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart-item__content__title {
    color: #080808;
    font-size: .75rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.57px;
    text-transform: uppercase;
    margin: 0;
    color: #373737;
    text-decoration: none
}

.cart-page .cart-item__content__title {
    font-size: 1rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: 3.43px;
    margin-bottom: .25rem
}

.cart-item__content__attr {
    color: #6a6a6a;
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    margin: 0
}

.cart-item__content__price {
    margin: 0;
    font-size: .875rem;
    letter-spacing: 1px
}

.cart-page .cart-item__content__price {
    font-size: .875rem
}

.cart-item__content__price ins {
    font-size: .875rem;
    margin-right: .1875rem;
    text-decoration: none;
    color: #bb0606
}

.cart-item__content__price del {
    font-size: .875rem
}

.cart-item__quantity {
    display: -ms-flexbox;
    display: flex;
    margin: .375rem 0 .5rem
}

.cart-item__quantity.disabled {
    opacity: .5;
    pointer-events: none
}

.cart-page .cart-item__quantity {
    margin: 1rem 0
}

.cart-item__quantity__icon {
    background-color: #fff;
    height: 1.5rem;
    width: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #b0b0b0;
    border-radius: 50%;
    color: #b0b0b0;
    padding: 0
}

.cart-item__quantity__icon img {
    width: .625rem;
    height: auto
}

.cart-item__quantity__field {
    font-size: .875rem;
    line-height: 1;
    letter-spacing: .6px;
    color: #6a6a6a;
    border: 0;
    pointer-events: none;
    box-shadow: none;
    -ms-flex: 1 1 32px;
    flex: 1 1 32px;
    max-width: 2rem;
    text-align: center;
    -moz-appearance: textfield
}

.cart-item__quantity__field::-webkit-inner-spin-button,
.cart-item__quantity__field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cart-item__pack__parent-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1.5rem;
    background-color: rgba(55, 55, 55, .7);
    color: #fff;
    font-family: Proxima Nova, sans-serif;
    font-size: .7rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    border: 0;
    box-shadow: none;
    text-transform: uppercase
}

.cart-item__pack__parent-button--close,
.cart-item__pack__parent-button--open {
    transition: all .3s ease-in-out
}

.is-open .cart-item__pack__parent-button--open {
    opacity: 0
}

.cart-item__pack__parent-button--close {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0
}

.is-open .cart-item__pack__parent-button--close {
    opacity: 1
}

.cart-item__pack__hide-button {
    position: relative;
    left: 50%;
    margin: 1.5rem auto;
    transform: translateX(-50%);
    font-family: Proxima Nova, sans-serif;
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: 2px;
    padding: .0625rem .625rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 10rem;
    height: 2rem;
    border: 1px solid #373737;
    color: #373737;
    background-color: transparent;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-item__pack__hide-button:hover {
    background-color: #373737;
    color: #fff
}

.cart-item__pack__hide-button:active,
.cart-item__pack__hide-button:active:focus,
.cart-item__pack__hide-button:focus {
    border-radius: 0;
    outline: 0
}

.cart-item__pack__content {
    padding-left: 1.9375rem
}

@media only screen and (min-width:992px) {
    .cart-page .cart-item {
        margin-bottom: 3rem
    }

    .cart-item__remove {
        margin-left: auto
    }

    .cart-page .cart-item__remove__text {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        color: #6a6a6a;
        display: inline-block;
        margin: 0 .25rem 0 0
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .cart-page .cart-item__remove__text {
        line-height: normal;
        letter-spacing: normal
    }
}

@media only screen and (min-width:992px) {
    .cart-item__pack__parent-button {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 1.5rem;
        background-color: rgba(55, 55, 55, .7);
        color: #fff;
        font-family: Proxima Nova, sans-serif;
        font-size: .7rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 24px;
        letter-spacing: 2px;
        text-align: center;
        border: 0;
        box-shadow: none;
        text-transform: uppercase
    }

    .cart-page .cart-item__pack__parent-button {
        height: 2.125rem
    }

    .cart-item__pack__parent-button--close,
    .cart-item__pack__parent-button--open {
        transition: all .3s ease-in-out
    }

    .is-open .cart-item__pack__parent-button--open {
        opacity: 0
    }

    .cart-item__pack__parent-button--close {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        opacity: 0
    }

    .is-open .cart-item__pack__parent-button--close {
        opacity: 1
    }

    .cart-item__pack__hide-button {
        position: relative;
        left: 1rem;
        margin: 1.5rem auto;
        transform: translateX(0);
        font-family: Proxima Nova, sans-serif;
        font-size: .875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 16px;
        letter-spacing: 2px;
        padding: .0625rem .625rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 10rem;
        height: 2rem;
        border: 1px solid #373737;
        color: #373737;
        background-color: transparent;
        text-align: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cart-item__pack__hide-button:hover {
        background-color: #373737;
        color: #fff
    }

    .cart-item__pack__hide-button:active,
    .cart-item__pack__hide-button:active:focus,
    .cart-item__pack__hide-button:focus {
        border-radius: 0;
        outline: 0
    }

    .cart-page .cart-item__pack__hide-button {
        left: 0;
        margin: 0
    }

    .cart-item__pack__content {
        padding-left: 1.9375rem;
        margin-bottom: 2.8125rem
    }

    .cart-page .cart-item__pack__content {
        position: relative;
        padding-left: 6.375rem
    }

    .cart-page .cart-item__pack__content:before {
        content: "";
        position: absolute;
        top: -6px;
        bottom: -1px;
        left: 85px;
        width: 2px;
        background-color: rgba(55, 55, 55, .1)
    }
}

.modal-size-guide__title {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #373737;
    margin: 0
}

@media only screen and (min-width:992px) {
    .modal-size-guide__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

.modal-size-guide__subtitle,
.modal-size-guide__text {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #6a6a6a;
    margin: 0 0 1.125rem
}

@media only screen and (min-width:992px) {

    .modal-size-guide__subtitle,
    .modal-size-guide__text {
        line-height: normal;
        letter-spacing: normal
    }
}

.modal-size-guide__table--desktop {
    display: none
}

.modal-size-guide__table table {
    width: 100%;
    margin: 0 0 2rem;
    border-collapse: collapse
}

.modal-size-guide__table table thead {
    background-color: #373737;
    font-size: .875rem;
    color: #fff;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase
}

.modal-size-guide__table table thead td {
    padding: .6875rem 1rem
}

.modal-size-guide__table table tbody {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    background-color: #fff
}

@media only screen and (min-width:992px) {
    .modal-size-guide__table table tbody {
        line-height: normal;
        letter-spacing: normal
    }
}

.modal-size-guide__table table tbody tr:nth-child(2n) {
    background-color: #f7f6f6
}

.modal-size-guide__table table tbody:first-of-type td {
    font-weight: 700;
    color: #373737
}

.modal-size-guide__table table tbody td {
    color: #6a6a6a;
    padding: 1rem;
    width: 28%;
    text-align: center
}

.modal-size-guide__table table tbody td:first-of-type {
    color: #373737;
    width: 30px;
    font-weight: 600
}

.modal-size-guide__table table tbody td:nth-child(2) {
    border-left: 1px solid #b0b0b0
}

.modal-size-guide__table--size-guide-kids table tbody td {
    width: 20%
}

.modal-size-guide__table--size-guide-kids table tbody td:nth-child(2),
.modal-size-guide__table--size-guide-kids table tbody td:nth-child(3) {
    border-left: 1px solid #b0b0b0
}

.modal-size-guide__table--size-guide-kids table tbody td:nth-child(5) {
    border-left: none
}

.modal-size-guide__table--size-guide-face-masks table tbody td {
    width: 20%
}

.modal-size-guide__table--size-guide-face-masks table tbody td:nth-child(2),
.modal-size-guide__table--size-guide-face-masks table tbody td:nth-child(3),
.modal-size-guide__table--size-guide-face-masks table tbody td:nth-child(4) {
    border-left: 1px solid #b0b0b0
}

.modal-size-guide__table--size-guide-face-masks table tbody td:nth-child(5) {
    border-left: none
}

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

    .modal-size-guide__subtitle,
    .modal-size-guide__title {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .modal-size-guide__table table tbody:first-of-type td,
    .modal-size-guide__table table thead {
        padding: .25rem
    }

    .modal-size-guide__table table tbody td {
        padding: .25rem;
        white-space: nowrap
    }
}

@media only screen and (min-width:992px) {
    .modal-size-guide__title {
        font-size: 1.125rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.06;
        letter-spacing: 2px;
        color: #373737;
        margin: 0;
        text-align: center
    }

    .modal-size-guide__subtitle,
    .modal-size-guide__text {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        color: #6a6a6a;
        margin: 0 0 .5rem;
        text-align: center
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {

    .modal-size-guide__subtitle,
    .modal-size-guide__text {
        line-height: normal;
        letter-spacing: normal
    }
}

@media only screen and (min-width:992px) {
    .modal-size-guide__table--mobile {
        display: none
    }

    .modal-size-guide__table--desktop {
        display: block
    }

    .modal-size-guide__table table {
        width: 100%;
        margin: 0;
        border-collapse: collapse
    }

    .modal-size-guide__table table thead {
        background-color: #373737;
        color: #fff;
        font-size: 1.125rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.06;
        letter-spacing: 2px;
        text-transform: uppercase
    }

    .modal-size-guide__table table thead td {
        padding: 0 1rem;
        text-align: center
    }

    .modal-size-guide__table table tbody {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        background-color: #fff
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .modal-size-guide__table table tbody {
        line-height: normal;
        letter-spacing: normal
    }
}

@media only screen and (min-width:992px) {
    .modal-size-guide__table table tbody tr:nth-child(2n) {
        background-color: #f7f6f6
    }

    .modal-size-guide__table table tbody:first-of-type td {
        font-weight: 700
    }

    .modal-size-guide__table table tbody td {
        color: #373737;
        padding: .875rem;
        width: auto;
        text-align: center
    }

    .modal-size-guide__table table tbody td:first-of-type {
        text-transform: uppercase
    }

    .modal-size-guide__table table tbody td:nth-child(2),
    .modal-size-guide__table table tbody td:nth-child(5) {
        border-left: 1px solid #b0b0b0
    }

    .modal-size-guide__table--size-guide-kids table tbody td {
        width: 20%
    }

    .modal-size-guide__table--size-guide-kids table tbody td:nth-child(2),
    .modal-size-guide__table--size-guide-kids table tbody td:nth-child(3) {
        border-left: 1px solid #b0b0b0
    }

    .modal-size-guide__table--size-guide-kids table tbody td:nth-child(5) {
        border-left: none
    }

    .modal-size-guide__table--size-guide-face-masks table tbody td {
        width: 20%
    }

    .modal-size-guide__table--size-guide-face-masks table tbody td:nth-child(2),
    .modal-size-guide__table--size-guide-face-masks table tbody td:nth-child(3),
    .modal-size-guide__table--size-guide-face-masks table tbody td:nth-child(4) {
        border-left: 1px solid #b0b0b0
    }

    .modal-size-guide__table--size-guide-face-masks table tbody td:nth-child(5) {
        border-left: none
    }
}

.search__icon {
    cursor: pointer
}

.search__container {
    position: fixed;
    top: var(--headerNavTop);
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
    visibility: hidden
}

.search__container--visible {
    visibility: visible;
    opacity: 1
}

.search__wrapper {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.search__form {
    height: 3.5rem;
    padding: 1.25rem 0 1rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:992px) {
    .search__form {
        margin-left: 11.875rem;
        margin-right: 6.25rem
    }
}

@media only screen and (min-width:1024px) {
    .search__form {
        margin-right: 8.75rem;
        padding-top: 1.5rem
    }
}

.search__form__input {
    border: 0;
    border-bottom: 1px solid #373737;
    width: 100%;
    color: #373737;
    font-size: 1.125rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    padding: .375rem 0
}

.search__form__input::-webkit-input-placeholder {
    color: rgba(55, 55, 55, .4)
}

.search__form__input:-moz-placeholder,
.search__form__input::-moz-placeholder {
    color: rgba(55, 55, 55, .4)
}

.search__form__input:-ms-input-placeholder {
    color: rgba(55, 55, 55, .4)
}

.search__form__input:active,
.search__form__input:active:focus,
.search__form__input:focus {
    font-size: 1.125rem
}

.search__form__icon {
    margin-left: .625rem;
    height: 1.5rem;
    width: 1.5rem;
    opacity: .5;
    cursor: pointer
}

.search__results {
    position: fixed;
    top: calc(var(--headerNavTop) + 56px);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    overflow: scroll;
    margin: 0
}

.search__results__container {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:992px) {
    .search__results__container {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.search__results__container .collection__main__list__wrap {
    -ms-flex-order: 2;
    order: 2;
    width: 100%
}

.search__results__aside {
    -ms-flex-order: 1;
    order: 1;
    background-color: #f7f6f6;
    padding: 0 1rem;
    height: 2.5rem;
    margin: 0 -1rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:992px) {
    .search__results__aside {
        display: block;
        background-color: #fff;
        height: auto;
        padding: 0;
        margin: 0;
        width: 15.625rem
    }
}

.search__results__aside__button {
    font-family: Proxima Nova, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.71px;
    text-transform: uppercase;
    background-color: #f7f6f6;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    cursor: pointer
}

@media only screen and (min-width:992px) {
    .search__results__aside__button {
        display: none
    }
}

@media only screen and (max-width:991px) {
    .search__results__aside__filters {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        height: 100%;
        width: 264px;
        background: #fff;
        padding: 4.25rem .9375rem 0 1.5rem;
        overflow-y: auto;
        transform: translateX(100%);
        transition: all .3s ease-in-out
    }

    .search__results__aside__filters.is-active {
        opacity: 1;
        transform: translateX(0)
    }
}

.search--no-results {
    position: relative;
    z-index: 1;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.75rem 1rem;
    max-width: 43.75rem;
    margin: 0 auto
}

.search--no-results.is-active {
    display: -ms-flexbox;
    display: flex
}

.search--no-results__img {
    width: 4.25rem
}

.search--no-results__text {
    font-size: 1.375rem;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #969696;
    text-align: center
}

.search--no-results__text a {
    color: #373737
}

.filters__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem
}

.filters__header__delete,
.filters__header__title {
    color: #373737;
    font-family: Proxima Nova, sans-serif;
    font-size: .75rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px
}

.filters__header__delete {
    background: transparent;
    border: 0;
    box-shadow: none
}

.filters__group {
    margin-bottom: 1.125rem
}

.filters__group__button {
    color: #373737;
    position: relative;
    font-family: Proxima Nova, sans-serif;
    font-size: .8125rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 2.57px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    text-align: left;
    padding-right: 28px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.filters__group__button:after {
    content: "-";
    position: absolute;
    top: 0;
    display: inline-block
}

.filters__group__button--collapsed:after {
    content: "+"
}

.filters__group__button__name {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word
}

@media only screen and (min-width:992px) {
    .filters__group__button {
        font-size: 1rem;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3.43px
    }
}

.filters__group__list {
    list-style: none;
    margin: 0;
    padding: .375rem 0 0
}

.filters__group__list__item {
    position: relative;
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: .8px;
    line-height: 30px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.filters__group__list__item:after {
    content: "";
    height: 1.125rem;
    width: 1.125rem;
    display: inline-block;
    margin-left: auto;
    background-image: url(good-tick.svg);
    background-size: cover;
    opacity: 0;
    transition: all .3s ease-in-out
}

.filters__group__list__item.is-active {
    font-weight: 700
}

.filters__group__list__item.is-active:after {
    opacity: 1
}

@media only screen and (min-width:992px) {
    .filters {
        padding-top: 6.875rem
    }

    .template-collection-pack .filters {
        padding-top: 5.3125rem
    }

    .filters__group__button {
        text-align: left
    }

    .filters__header {
        display: none
    }
}

.loader {
    background: hsla(0, 0%, 100%, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1010;
    display: none
}

.loader__icon {
    position: absolute;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.loader--main {
    position: fixed
}

.loader--follow .loader__icon {
    position: -webkit-sticky;
    position: sticky;
    top: calc(50% - 50px);
    margin-top: 50px
}

.loader.is-active {
    display: block
}

.notifications {
    position: fixed;
    top: var(--paddingSticky);
    left: 0;
    width: 100%;
    z-index: 300;
    padding: 9px 25px;
    visibility: hidden;
    background-color: #373737;
    color: #fff;
    opacity: 0;
    transition: all .3s ease-in-out
}

.notifications__link {
    margin-left: 5px
}

.notifications__close {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    padding: 11px;
    width: 36px;
    cursor: pointer
}

.notifications__close svg {
    width: .75rem;
    height: .75rem
}

.notifications--visible {
    visibility: visible;
    opacity: 1
}

.notifications--error {
    background-color: #ff6d6d;
    font-weight: 600
}

.notifications a {
    color: #fff
}

@media only screen and (min-width:992px) {
    .notifications {
        top: var(--paddingSticky);
        font-size: .875rem
    }
}

.galletas-banner {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 2.25rem 0 3.75rem;
    background-color: #f7f6f6
}

.galletas-banner__container {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.galletas-banner__msg {
    text-align: center;
    margin-bottom: .75rem;
    display: block
}

.galletas-banner__button {
    color: #fff;
    background-color: #373737;
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    border: 0;
    padding: .5rem 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .galletas-banner__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

.galletas-banner__button:active,
.galletas-banner__button:active:focus,
.galletas-banner__button:focus {
    border-radius: 0;
    outline: 0
}

.galletas-banner__overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .6)
}

@media only screen and (min-width:992px) {
    .galletas-banner {
        bottom: auto;
        top: 0;
        width: 100%;
        padding: 2.25rem 0;
        background-color: #f7f6f6
    }

    .galletas-banner__container {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .galletas-banner__msg {
        font-weight: 400;
        font-size: .875rem;
        letter-spacing: .6px;
        color: #373737;
        padding-right: 15%;
        text-align: left;
        margin-bottom: 0;
        display: block;
        max-width: 73%;
        line-height: 21px
    }

    .galletas-banner__button {
        font-size: .875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: .40625rem .625rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: inline-block;
        color: #fff;
        background-color: #373737;
        text-align: center;
        border: 0;
        height: 1.9375rem
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .galletas-banner__button {
        font-weight: 700;
        padding: .625rem;
        min-width: 11.625rem;
        height: 2.5rem;
        line-height: 1.5
    }
}

@media only screen and (min-width:992px) {

    .galletas-banner__button:active,
    .galletas-banner__button:active:focus,
    .galletas-banner__button:focus {
        border-radius: 0;
        outline: 0;
        color: #fff
    }
}

@media only screen and (min-width:992px) {
    .pagination {
        max-width: 35.3125rem;
        margin: 2.5rem auto;
        text-align: center
    }

    .pagination__button {
        color: #fff;
        background-color: #373737;
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        border: 0;
        padding: .5rem 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 20.8125rem;
        width: 100%
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .pagination__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

@media only screen and (min-width:992px) {

    .pagination__button:active,
    .pagination__button:active:focus,
    .pagination__button:focus {
        border-radius: 0;
        outline: 0
    }

    .pagination__counter {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        margin: 3.5rem auto .75rem
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .pagination__counter {
        line-height: normal;
        letter-spacing: normal
    }
}

@media only screen and (min-width:992px) {
    .pagination__progress-bar {
        width: 100%;
        height: .75rem;
        border-radius: 6.5px;
        background-color: #f7f6f6;
        overflow: hidden
    }

    .pagination__progress-bar-inner {
        background-color: #373737;
        height: .75rem;
        display: block
    }
}

.products-grid.only--mobile {
    display: block
}

@media only screen and (min-width:768px) {
    .products-grid.only--mobile {
        display: none
    }
}

.products-grid.only--desktop {
    display: none
}

@media only screen and (min-width:768px) {
    .products-grid.only--desktop {
        display: block
    }
}

.products-grid__wrapper--medium {
    max-width: 1170px
}

.products-grid__wrapper--large,
.products-grid__wrapper--medium {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.products-grid__wrapper--large {
    max-width: 1408px
}

.products-grid__header {
    margin-bottom: .375rem
}

@media only screen and (min-width:992px) {
    .products-grid__header {
        margin-bottom: 2.75rem;
        text-align: center
    }
}

@media only screen and (min-width:992px) {
    .products-grid__header--big {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        margin-bottom: 1rem
    }

    .products-grid__header--big .products-grid__header__title {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: .93;
        letter-spacing: 4.4px;
        margin-bottom: .5rem
    }
}

.products-grid__header__title {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase
}

@media only screen and (min-width:992px) {
    .products-grid__header__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px;
        margin-bottom: .125rem
    }
}

.products-grid__header__subtitle {
    display: none
}

@media only screen and (min-width:992px) {
    .products-grid__header__subtitle {
        font-size: 1.125rem;
        font-weight: 400;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 1.03px;
        color: #6a6a6a;
        display: block;
        margin: 0
    }
}

.products-grid--center .collection__main__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 0;
    margin-left: -4px;
    margin-right: -4px
}

@media only screen and (min-width:768px) {
    .products-grid--center .collection__main__list {
        margin-left: -8px;
        margin-right: -8px
    }
}

.products-grid--center .product-tile {
    max-width: 50%;
    width: 50%;
    padding: 0 .25rem
}

.products-grid--center .product-tile .product-tile__content {
    left: 0;
    right: 0
}

@media only screen and (min-width:768px) {
    .products-grid--center .product-tile {
        max-width: 25%;
        width: 25%;
        padding: 0 .5rem
    }
}

.products-grid__view-more {
    text-align: center
}

.products-grid__button {
    text-align: center;
    color: #fff;
    background-color: #373737;
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    border: 0;
    padding: .5rem 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .products-grid__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

.products-grid__button:active,
.products-grid__button:active:focus,
.products-grid__button:focus {
    border-radius: 0;
    outline: 0
}

.gift-note {
    background-color: #fff;
    padding: 1.5rem
}

.gift-note__title {
    font-size: 1rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.43px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding-right: 1.5rem;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.gift-note__title:before {
    position: relative;
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0 1rem 0 0;
    padding: .5rem;
    border-radius: 100%;
    background-color: #373737;
    background-image: url(present-white.svg);
    background-position: 50%
}

.gift-note__title:after,
.gift-note__title:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 16px
}

.gift-note__title:after {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(chevronDown.svg);
    background-position: 100%;
    width: 1.0625rem;
    height: 100%;
    transition: all .3s ease-in-out;
    transform: rotate(0);
    margin-left: auto
}

.has-note .gift-note__title:after,
.is-open .gift-note__title:after {
    transform: rotate(180deg)
}

.has-note .gift-note__title {
    pointer-events: none
}

.gift-note__message {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease-out, padding .3s ease-in-out;
    padding-top: 0
}

.gift-note__message.is-visible,
.has-note .gift-note__message {
    max-height: 50rem;
    transition: max-height .25s ease-in;
    padding-top: 1.5rem
}

.gift-note__message__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 1.5rem;
    margin-left: -.5rem;
    margin-right: -.5rem
}

.gift-note__message__inner .c-forms__group {
    padding: 0 .5rem
}

.gift-note__message__inner .c-forms__group:first-child,
.gift-note__message__inner .c-forms__group:nth-child(2) {
    max-width: 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.gift-note__message__inner .c-forms__group:nth-child(3) {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

.gift-note__message__inner--resume {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:992px) {
    .gift-note__message__inner--resume {
        line-height: normal;
        letter-spacing: normal
    }
}

.gift-note__message__inner--resume .c-forms__group {
    display: -ms-flexbox;
    display: flex
}

.gift-note__message__inner--resume__note {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.gift-note__message__inner--form {
    display: -ms-flexbox;
    display: flex
}

.gift-note__message__errors {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #eb4d4b;
    transition: all .3s ease-in-out;
    -ms-flex: 1 0 80%;
    flex: 1 0 80%;
    padding: 0 .5rem
}

@media only screen and (min-width:992px) {
    .gift-note__message__errors {
        line-height: normal;
        letter-spacing: normal
    }
}

.gift-note__message__counter {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    text-align: right;
    -ms-flex: auto;
    flex: auto;
    padding: 0 .5rem
}

@media only screen and (min-width:992px) {
    .gift-note__message__counter {
        line-height: normal;
        letter-spacing: normal
    }
}

.gift-note__button {
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    padding: .40625rem .625rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: inline-block;
    color: #fff;
    background-color: #373737;
    text-align: center;
    border: 0;
    height: 1.9375rem
}

@media only screen and (min-width:992px) {
    .gift-note__button {
        font-weight: 700;
        padding: .625rem;
        min-width: 11.625rem;
        height: 2.5rem;
        line-height: 1.5
    }
}

.gift-note__button:active,
.gift-note__button:active:focus,
.gift-note__button:focus {
    border-radius: 0;
    outline: 0;
    color: #fff
}

.gift-note__button[disabled] {
    opacity: .5;
    pointer-events: none
}

.gift-note__button--light {
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    padding: .40625rem .625rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: inline-block;
    border: 1px solid #373737;
    color: #373737;
    background-color: transparent;
    text-align: center
}

@media only screen and (min-width:992px) {
    .gift-note__button--light {
        font-weight: 700;
        padding: .625rem;
        border-width: 2px;
        min-width: 11.625rem
    }
}

.gift-note__button--light:hover {
    background-color: #373737;
    color: #fff
}

.gift-note__button--light:active,
.gift-note__button--light:active:focus,
.gift-note__button--light:focus {
    border-radius: 0;
    outline: 0
}

.how-it-woks {
    position: relative;
    --box-marginb: 36px
}

.how-it-woks__container {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: calc(var(--box-marginb) * -1)
}

@media only screen and (min-width:1200px) {
    .how-it-woks__container {
        margin-bottom: 0
    }
}

.how-it-woks__header {
    text-align: center
}

@media only screen and (min-width:992px) {
    .how-it-woks__header {
        max-width: 56.25rem;
        margin: 0 auto
    }
}

.how-it-woks__header__title {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 0 0 1.125rem;
    color: #373737
}

@media only screen and (min-width:992px) {
    .how-it-woks__header__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

.how-it-woks__header__text {
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: 1.03px;
    margin: .375rem 0 0;
    color: #6a6a6a
}

.how-it-woks__header__text p {
    margin-top: 0
}

.how-it-woks__header__text p:last-child {
    margin: 0
}

.how-it-woks__header__text p>a {
    color: #373737;
    text-decoration: underline
}

.how-it-woks__steps {
    margin-top: 2.5rem
}

.how-it-woks__steps__header {
    margin-bottom: 2rem;
    text-align: center
}

.how-it-woks__steps__header__title {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 0 0 2rem;
    color: #373737
}

@media only screen and (min-width:992px) {
    .how-it-woks__steps__header__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

.how-it-woks__steps__header__button {
    display: none
}

@media only screen and (max-width:767px) {
    .how-it-woks__steps__header__button {
        color: #fff;
        background-color: #373737;
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        border: 0;
        padding: .5rem 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:767px) and (min-width:992px) {
    .how-it-woks__steps__header__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

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

    .how-it-woks__steps__header__button:active,
    .how-it-woks__steps__header__button:active:focus,
    .how-it-woks__steps__header__button:focus {
        border-radius: 0;
        outline: 0
    }
}

.how-it-woks__steps__wrapper {
    margin-left: -1rem;
    margin-right: -1rem
}

@media only screen and (min-width:768px) {
    .how-it-woks__steps__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:1200px) {
    .how-it-woks__steps__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.how-it-woks__steps__box {
    margin-bottom: var(--box-marginb)
}

@media only screen and (min-width:768px) {
    .how-it-woks__steps__box {
        padding: 0 1rem;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width:1024px) {
    .how-it-woks__steps__box {
        -ms-flex: 1 1 33.333%;
        flex: 1 1 33.333%;
        max-width: 33.333%
    }
}

@media only screen and (min-width:1200px) {
    .how-it-woks__steps__box {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 0
    }
}

.how-it-woks__steps__box__content {
    position: relative;
    background-color: #f7f6f6;
    padding: 0 1.5rem 2.5rem;
    text-align: center;
    width: 100%
}

.how-it-woks__steps__box__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2.5rem;
    background-color: #fff
}

.how-it-woks__steps__box__heading {
    position: relative;
    z-index: 1;
    margin: 0 auto 1.5rem;
    font-size: 3.125rem;
    font-weight: 700;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase
}

.how-it-woks__steps__box__heading__img {
    height: 3rem;
    width: 3rem
}

.how-it-woks__steps__box__title {
    font-weight: 400;
    font-weight: 700;
    text-transform: uppercase;
    color: #373737;
    margin-bottom: 1rem
}

.how-it-woks__steps__box__text,
.how-it-woks__steps__box__title {
    font-size: 1.125rem;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: 1.03px
}

.how-it-woks__steps__box__text {
    font-weight: 400;
    color: #6a6a6a
}

.how-it-woks__steps__box__text p {
    margin-top: 0
}

.how-it-woks__steps__box__text p:last-child {
    margin: 0
}

.how-it-woks__steps__box__text p>a {
    color: #373737;
    text-decoration: underline
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile {
    min-height: unset
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-input-label {
    font-family: Proxima Nova, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.71px;
    text-transform: uppercase;
    color: #6a6a6a;
    line-height: 18px;
    margin: 0 0 .125rem;
    display: block
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-title-text[role=heading] {
    font-weight: 700 !important;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    padding: 0
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box {
    padding: 2rem 0
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-referral-widget-form {
    margin-top: 2rem
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-referral-widget-form .yotpo-input-container {
    margin-bottom: 2rem
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-referral-widget-form .yotpo-input-container .yotpo-input {
    border-radius: 0;
    box-shadow: none;
    height: 2.5rem;
    margin: 0;
    padding: 0 .625rem;
    border: 1px solid #b0b0b0;
    background-color: #fff;
    transition: all .3s ease-in-out;
    color: #969696;
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    width: 100%
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-referral-widget-form .yotpo-input-container .yotpo-input:active,
.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-referral-widget-form .yotpo-input-container .yotpo-input:active:focus,
.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-referral-widget-form .yotpo-input-container .yotpo-input:focus {
    border-color: #000;
    outline: 0;
    font-size: .875rem
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-referral-widget-form .yotpo-input-container .yotpo-input::-webkit-input-placeholder {
    color: #969696
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-referral-widget-form .yotpo-input-container .yotpo-input:-moz-placeholder,
.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-referral-widget-form .yotpo-input-container .yotpo-input::-moz-placeholder {
    color: #969696
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-referral-widget-form .yotpo-input-container .yotpo-input:-ms-input-placeholder {
    color: #969696
}

@media only screen and (min-width:768px) {
    .yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-referral-widget-form .yotpo-input-container .yotpo-input {
        height: 3.125rem
    }
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-referral-widget-form .yotpo-input-container .yotpo-input-example {
    position: relative;
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    padding: .3125rem 0;
    text-align: left
}

@media only screen and (min-width:992px) {
    .yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-referral-widget-form .yotpo-input-container .yotpo-input-example {
        line-height: normal;
        letter-spacing: normal
    }
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-submit-form {
    margin-top: 0
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-submit-form button.yotpo-button-style {
    box-sizing: border-box;
    color: #fff !important;
    background-color: #373737 !important;
    color: #fff;
    background-color: #373737;
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    border: 0;
    padding: .5rem 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-submit-form button.yotpo-button-style {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-submit-form button.yotpo-button-style:active,
.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-submit-form button.yotpo-button-style:active:focus,
.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-submit-form button.yotpo-button-style:focus {
    border-radius: 0;
    outline: 0
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-tile-box .yotpo-submit-form button.yotpo-button-style .yopto-widget-button-text {
    font-size: .875rem !important
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-friends-share-button.yotpo-is-mobile {
    margin-top: 1.5rem;
    margin-bottom: .5rem
}

.yotpo-widget-referral-widget.yotpo-widget-override-css .yotpo-tile .yotpo-share-buttons-container li {
    margin: .5rem !important
}

.grid-images {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0
}

.grid-images.only-mobile {
    display: block
}

@media only screen and (min-width:992px) {
    .grid-images.only-mobile {
        display: none
    }
}

.grid-images.only-desktop {
    display: none
}

@media only screen and (min-width:992px) {
    .grid-images.only-desktop {
        display: block
    }
}

.grid-images.section-marginb {
    margin-bottom: 2rem
}

@media only screen and (max-width:767px) {
    .grid-images--one-column {
        display: block;
        padding: 0
    }

    .grid-images--one-column .grid-images__image {
        margin: 0 auto 1rem;
        max-width: unset;
        padding: 0;
        text-align: center
    }

    .grid-images--one-column .grid-images__image img {
        display: initial;
        -o-object-fit: unset;
        object-fit: unset;
        width: auto;
        height: auto
    }
}

.grid-images__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .0625rem
}

@media only screen and (min-width:768px) {
    .grid-images__wrapper {
        margin-left: -.5rem;
        margin-right: -.5rem;
        padding: 0
    }
}

.grid-images__image {
    margin: 0 auto;
    padding: .0625rem;
    max-width: 50%
}

@media only screen and (min-width:768px) {
    .grid-images__image {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        margin: 0;
        text-align: center;
        padding: .5rem
    }
}

.grid-images__image:only-of-type {
    max-width: 100%
}

@media only screen and (min-width:768px) {
    .grid-images__image:only-of-type {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

.grid-images__image__link {
    display: block
}

.grid-images__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-text.section-marginb {
    margin-bottom: 2rem
}

.c-text--text-align-left {
    text-align: left
}

.c-text--text-align-center {
    text-align: center
}

.c-text--text-align-right {
    text-align: right
}

.c-text__wrapper {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding: 0 2rem
}

@media only screen and (min-width:768px) {
    .c-text__wrapper {
        padding-left: 10%;
        padding-right: 10%
    }
}

body:not(.template-article) .c-text__heading {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.25;
    color: #373737;
    margin: 0 0 .75rem
}

@media only screen and (min-width:992px) {
    body:not(.template-article) .c-text__heading {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

.template-article .c-text__heading {
    margin-top: 0
}

.c-text__content p {
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: 1.03px
}

.template-article .c-text__content p {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .6px
}

@media only screen and (min-width:992px) {
    .template-article .c-text__content p {
        font-size: 1.125rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 1.03px
    }
}

@media only screen and (min-width:768px) {
    .c-text__content p {
        color: #6a6a6a
    }
}

.c-text__content p:empty {
    padding: 0;
    margin: 0
}

.c-text__content p:first-of-type {
    margin-top: 0
}

.c-text__content p:last-child {
    margin-bottom: 0
}

.c-text__content a {
    color: #373737
}

.c-text__cta {
    color: #fff;
    background-color: #373737;
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    border: 0;
    padding: .5rem 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem
}

@media only screen and (min-width:992px) {
    .c-text__cta {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

.c-text__cta:active,
.c-text__cta:active:focus,
.c-text__cta:focus {
    border-radius: 0;
    outline: 0
}

.c-list.section-marginb {
    margin-bottom: 2rem
}

.c-list__wrapper {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding: 0 2rem
}

@media only screen and (min-width:768px) {
    .c-list__wrapper {
        color: #6a6a6a;
        padding-left: 10%;
        padding-right: 10%
    }

    .c-list__wrapper ul li,
    .c-list__wrapper ul li p {
        color: #6a6a6a
    }
}

.loyalty-advantages {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.loyalty-advantages__title {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.25;
    color: #373737;
    margin: 0 0 1.125rem;
    text-align: center
}

@media only screen and (min-width:992px) {
    .loyalty-advantages__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

@media only screen and (min-width:1024px) {
    .loyalty-advantages__title {
        margin-bottom: 2.5rem
    }
}

.loyalty-advantages__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem 0
}

@media only screen and (min-width:768px) {
    .loyalty-advantages__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1.5rem
    }
}

@media only screen and (min-width:992px) {
    .loyalty-advantages__list {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (min-width:1024px) {
    .loyalty-advantages__list {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr)
    }
}

.loyalty-advantages__list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d8d8d8;
    width: 100%
}

.loyalty-advantages__list__item__content {
    padding: 1.5rem
}

.loyalty-advantages__list__item__title {
    font-weight: 600;
    font-size: .875rem;
    color: #080808;
    letter-spacing: .4px;
    line-height: 20px;
    margin: 0 0 .5rem
}

.loyalty-advantages__list__item__subtitle {
    font-weight: 400;
    font-size: .875rem;
    color: #6a6a6a;
    letter-spacing: .4px;
    line-height: 20px;
    margin: 0
}

.loyalty-advantages__empty {
    text-align: center
}

.flexibleBanner {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    background-color: var(--flexible-bg-color)
}

.flexibleBanner.section-marginb {
    margin-bottom: 2rem
}

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

    .flexibleBanner__color-mobile--dark .flexibleBanner__content__heading,
    .flexibleBanner__color-mobile--dark .flexibleBanner__content__subheading {
        color: #373737
    }

    .flexibleBanner__color-mobile--dark .flexibleBanner__content__button {
        color: #fff;
        background-color: #373737;
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        border: 0;
        padding: .5rem 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:991px) and (min-width:992px) {
    .flexibleBanner__color-mobile--dark .flexibleBanner__content__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

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

    .flexibleBanner__color-mobile--dark .flexibleBanner__content__button:active,
    .flexibleBanner__color-mobile--dark .flexibleBanner__content__button:active:focus,
    .flexibleBanner__color-mobile--dark .flexibleBanner__content__button:focus {
        border-radius: 0;
        outline: 0
    }

    .flexibleBanner__color-mobile--dark .flexibleBanner__content__button:is(button) {
        -webkit-appearance: none
    }

    .flexibleBanner__color-mobile--dark .flexibleBanner__content__button--outline {
        font-size: .875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: .40625rem .625rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: inline-block;
        border: 1px solid #373737;
        color: #373737;
        background-color: transparent;
        text-align: center;
        line-height: 24px
    }
}

@media only screen and (max-width:991px) and (min-width:992px) {
    .flexibleBanner__color-mobile--dark .flexibleBanner__content__button--outline {
        font-weight: 700;
        padding: .625rem;
        border-width: 2px;
        min-width: 11.625rem
    }
}

@media only screen and (max-width:991px) {
    .flexibleBanner__color-mobile--dark .flexibleBanner__content__button--outline:hover {
        background-color: #373737;
        color: #fff
    }

    .flexibleBanner__color-mobile--dark .flexibleBanner__content__button--outline:active,
    .flexibleBanner__color-mobile--dark .flexibleBanner__content__button--outline:active:focus,
    .flexibleBanner__color-mobile--dark .flexibleBanner__content__button--outline:focus {
        border-radius: 0;
        outline: 0
    }

    .flexibleBanner__color-mobile--light .flexibleBanner__content__heading,
    .flexibleBanner__color-mobile--light .flexibleBanner__content__subheading {
        color: #fff
    }

    .flexibleBanner__color-mobile--light .flexibleBanner__content__button {
        color: #373737;
        font-size: .875rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 2px;
        background-color: #fff;
        border: 0;
        padding: 0 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:991px) and (min-width:992px) {
    .flexibleBanner__color-mobile--light .flexibleBanner__content__button {
        font-size: .875rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

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

    .flexibleBanner__color-mobile--light .flexibleBanner__content__button:active,
    .flexibleBanner__color-mobile--light .flexibleBanner__content__button:active:focus,
    .flexibleBanner__color-mobile--light .flexibleBanner__content__button:focus {
        border-radius: 0;
        outline: 0
    }

    .flexibleBanner__color-mobile--light .flexibleBanner__content__button:is(button) {
        -webkit-appearance: none
    }

    .flexibleBanner__color-mobile--light .flexibleBanner__content__button--outline {
        font-size: .875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: .40625rem .625rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: inline-block;
        border: 1px solid #fff;
        color: #fff;
        background-color: transparent;
        text-align: center;
        line-height: 24px
    }
}

@media only screen and (max-width:991px) and (min-width:992px) {
    .flexibleBanner__color-mobile--light .flexibleBanner__content__button--outline {
        font-weight: 700;
        padding: .625rem;
        border-width: 2px;
        min-width: 11.625rem
    }
}

@media only screen and (max-width:991px) {
    .flexibleBanner__color-mobile--light .flexibleBanner__content__button--outline:hover {
        background-color: #fff;
        color: #373737
    }

    .flexibleBanner__color-mobile--light .flexibleBanner__content__button--outline:active,
    .flexibleBanner__color-mobile--light .flexibleBanner__content__button--outline:active:focus,
    .flexibleBanner__color-mobile--light .flexibleBanner__content__button--outline:focus {
        border-radius: 0;
        outline: 0
    }
}

@media only screen and (min-width:992px) {

    .flexibleBanner__color--dark .flexibleBanner__content__heading,
    .flexibleBanner__color--dark .flexibleBanner__content__subheading {
        color: #373737
    }

    .flexibleBanner__color--dark .flexibleBanner__content__button {
        color: #fff;
        background-color: #373737;
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        border: 0;
        padding: .5rem 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .flexibleBanner__color--dark .flexibleBanner__content__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

@media only screen and (min-width:992px) {

    .flexibleBanner__color--dark .flexibleBanner__content__button:active,
    .flexibleBanner__color--dark .flexibleBanner__content__button:active:focus,
    .flexibleBanner__color--dark .flexibleBanner__content__button:focus {
        border-radius: 0;
        outline: 0
    }

    .flexibleBanner__color--dark .flexibleBanner__content__button:is(button) {
        -webkit-appearance: none
    }

    .flexibleBanner__color--dark .flexibleBanner__content__button--outline {
        font-size: .875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: .40625rem .625rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: inline-block;
        border: 1px solid #373737;
        color: #373737;
        background-color: transparent;
        text-align: center;
        line-height: 30px
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .flexibleBanner__color--dark .flexibleBanner__content__button--outline {
        font-weight: 700;
        padding: .625rem;
        border-width: 2px;
        min-width: 11.625rem
    }
}

@media only screen and (min-width:992px) {
    .flexibleBanner__color--dark .flexibleBanner__content__button--outline:hover {
        background-color: #373737;
        color: #fff
    }

    .flexibleBanner__color--dark .flexibleBanner__content__button--outline:active,
    .flexibleBanner__color--dark .flexibleBanner__content__button--outline:active:focus,
    .flexibleBanner__color--dark .flexibleBanner__content__button--outline:focus {
        border-radius: 0;
        outline: 0
    }

    .flexibleBanner__color--light .flexibleBanner__content__heading,
    .flexibleBanner__color--light .flexibleBanner__content__subheading {
        color: #fff
    }

    .flexibleBanner__color--light .flexibleBanner__content__button {
        color: #373737;
        font-size: .875rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 2px;
        background-color: #fff;
        border: 0;
        padding: 0 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .flexibleBanner__color--light .flexibleBanner__content__button {
        font-size: .875rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

@media only screen and (min-width:992px) {

    .flexibleBanner__color--light .flexibleBanner__content__button:active,
    .flexibleBanner__color--light .flexibleBanner__content__button:active:focus,
    .flexibleBanner__color--light .flexibleBanner__content__button:focus {
        border-radius: 0;
        outline: 0
    }

    .flexibleBanner__color--light .flexibleBanner__content__button:is(button) {
        -webkit-appearance: none
    }

    .flexibleBanner__color--light .flexibleBanner__content__button--outline {
        font-size: .875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: .40625rem .625rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: inline-block;
        border: 1px solid #fff;
        color: #fff;
        background-color: transparent;
        text-align: center;
        line-height: 30px
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .flexibleBanner__color--light .flexibleBanner__content__button--outline {
        font-weight: 700;
        padding: .625rem;
        border-width: 2px;
        min-width: 11.625rem
    }
}

@media only screen and (min-width:992px) {
    .flexibleBanner__color--light .flexibleBanner__content__button--outline:hover {
        background-color: #fff;
        color: #373737
    }

    .flexibleBanner__color--light .flexibleBanner__content__button--outline:active,
    .flexibleBanner__color--light .flexibleBanner__content__button--outline:active:focus,
    .flexibleBanner__color--light .flexibleBanner__content__button--outline:focus {
        border-radius: 0;
        outline: 0
    }
}

@media only screen and (max-width:991px) {
    .flexibleBanner__mobile--horizontal-left .flexibleBanner__content {
        text-align: left
    }

    .flexibleBanner__mobile--horizontal-center .flexibleBanner__content {
        text-align: center
    }

    .flexibleBanner__mobile--horizontal-center .flexibleBanner__list {
        -ms-flex-pack: center;
        justify-content: center
    }

    .flexibleBanner__mobile--horizontal-right .flexibleBanner__content {
        text-align: right
    }

    .flexibleBanner__mobile--horizontal-right .flexibleBanner__list {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .flexibleBanner__mobile--vertical-top .flexibleBanner__content {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .flexibleBanner__mobile--vertical-center .flexibleBanner__content {
        -ms-flex-align: center;
        align-items: center
    }

    .flexibleBanner__mobile--vertical-bottom .flexibleBanner__content {
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media only screen and (min-width:992px) {
    .flexibleBanner__desktop--left .flexibleBanner__content {
        text-align: left;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flexibleBanner__desktop--left .flexibleBanner__list {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flexibleBanner__desktop--center .flexibleBanner__content {
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .flexibleBanner__desktop--center .flexibleBanner__list {
        -ms-flex-pack: center;
        justify-content: center
    }

    .flexibleBanner__desktop--right .flexibleBanner__content {
        text-align: left;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .flexibleBanner__desktop--right .flexibleBanner__list {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.flexibleBanner__wrapper {
    position: relative;
    display: block;
    text-decoration: none
}

.flexibleBanner__background {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.flexibleBanner__background--mobile {
    display: block
}

@media only screen and (min-width:992px) {
    .flexibleBanner__background--mobile {
        display: none
    }
}

.flexibleBanner__background--desktop {
    display: none
}

@media only screen and (min-width:992px) {
    .flexibleBanner__background--desktop {
        display: block
    }
}

.flexibleBanner__background img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.flexibleBanner__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #373737;
    z-index: 2
}

.flexibleBanner__overlay--mobile {
    display: block
}

@media only screen and (min-width:992px) {
    .flexibleBanner__overlay--mobile {
        display: none
    }
}

.flexibleBanner__overlay--desktop {
    display: none
}

@media only screen and (min-width:992px) {
    .flexibleBanner__overlay--desktop {
        display: block
    }
}

.flexibleBanner__content {
    position: relative;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3rem 7%;
    min-height: var(--flexible-height-mobile)
}

@media only screen and (min-width:992px) {
    .flexibleBanner__content {
        min-height: var(--flexible-height-desktop)
    }
}

.flexibleBanner__content__inner {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

@media only screen and (min-width:992px) {
    .flexibleBanner__content__inner {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%
    }
}

.flexibleBanner__content__heading {
    font-size: 1.375rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 2.44px;
    margin: 0
}

@media only screen and (min-width:992px) {
    .flexibleBanner__content__heading {
        font-size: 3.125rem;
        line-height: 1.06;
        letter-spacing: 2.4px
    }
}

.flexibleBanner__content__heading--mobile {
    display: block
}

@media only screen and (min-width:992px) {
    .flexibleBanner__content__heading--mobile {
        display: none
    }
}

.flexibleBanner__content__heading--desktop {
    display: none
}

@media only screen and (min-width:992px) {
    .flexibleBanner__content__heading--desktop {
        display: block
    }
}

.flexibleBanner__content__subheading {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: .8px;
    margin: .375rem 0 0
}

@media only screen and (min-width:992px) {
    .flexibleBanner__content__subheading {
        font-size: 1.25rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25
    }
}

.flexibleBanner__content__subheading--mobile {
    display: block
}

@media only screen and (min-width:992px) {
    .flexibleBanner__content__subheading--mobile {
        display: none
    }
}

.flexibleBanner__content__subheading--desktop {
    display: none
}

@media only screen and (min-width:992px) {
    .flexibleBanner__content__subheading--desktop {
        display: block
    }
}

.flexibleBanner__content__button {
    color: #373737;
    font-size: .875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    background-color: #fff;
    border: 0;
    padding: 0 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .flexibleBanner__content__button {
        font-size: .875rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

.flexibleBanner__content__button:active,
.flexibleBanner__content__button:active:focus,
.flexibleBanner__content__button:focus {
    border-radius: 0;
    outline: 0
}

.flexibleBanner__content__button:is(button) {
    -webkit-appearance: none
}

.flexibleBanner__list {
    list-style: none;
    margin: 0 -.5625rem;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flexibleBanner__list-item {
    margin-top: 1.375rem;
    padding: 0 .5625rem
}

@media only screen and (min-width:992px) {
    .flexibleBanner__list-item {
        margin-top: 1.125rem
    }
}

.c-separator {
    padding-top: var(--separator-mobile)
}

@media only screen and (min-width:992px) {
    .c-separator {
        padding-top: var(--separator-desktop)
    }
}

.promo-banner {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2
}

.promo-banner--hidden-mobile {
    display: none
}

.promo-banner--hidden-desktop,
.promo-banner--hidden-tablet {
    display: block
}

.promo-banner__link {
    display: block;
    position: relative
}

.promo-banner__image {
    display: block
}

.promo-banner__image--desktop {
    display: none
}

.promo-banner__video {
    position: relative
}

.promo-banner__video__player {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.promo-banner__info {
    display: -ms-flexbox;
    display: flex
}

.promo-banner__info,
.promo-banner__info:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.promo-banner__info:before {
    content: "";
    background-color: var(--promobanner-overlay-color);
    opacity: var(--promobanner-opacity)
}

.promo-banner__info--content-top-left {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.promo-banner__info--content-top-center {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.promo-banner__info--content-top-right {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.promo-banner__info--content-middle-left {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.promo-banner__info--content-middle-center {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.promo-banner__info--content-middle-right {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.promo-banner__info--content-bottom-left {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.promo-banner__info--content-bottom-center {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center
}

.promo-banner__info--content-bottom-right {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.promo-banner__info--alignment-left {
    text-align: left
}

.promo-banner__info--alignment-center {
    text-align: center
}

.promo-banner__info--alignment-right {
    text-align: right
}

.promo-banner__info--color-dark {
    --promobanner-overlay-color: #fff;
    color: #373737
}

.promo-banner__info--color-dark .promo-banner__info__button {
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    padding: .40625rem .625rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: inline-block;
    color: #fff;
    background-color: #373737;
    text-align: center;
    border: 0;
    height: 1.9375rem
}

@media only screen and (min-width:992px) {
    .promo-banner__info--color-dark .promo-banner__info__button {
        font-weight: 700;
        padding: .625rem;
        min-width: 11.625rem;
        height: 2.5rem;
        line-height: 1.5
    }
}

.promo-banner__info--color-dark .promo-banner__info__button:active,
.promo-banner__info--color-dark .promo-banner__info__button:active:focus,
.promo-banner__info--color-dark .promo-banner__info__button:focus {
    border-radius: 0;
    outline: 0;
    color: #fff
}

.promo-banner__info--color-light {
    --promobanner-overlay-color: #000;
    color: #fff
}

.promo-banner__info--color-light .promo-banner__info__button {
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    padding: .40625rem .625rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: inline-block;
    color: #373737;
    background-color: #fff;
    text-align: center;
    border: 0;
    height: 1.9375rem
}

@media only screen and (min-width:992px) {
    .promo-banner__info--color-light .promo-banner__info__button {
        font-weight: 700;
        padding: .625rem;
        min-width: 11.625rem;
        height: 2.5rem;
        line-height: 1.5
    }
}

.promo-banner__info--color-light .promo-banner__info__button:active,
.promo-banner__info--color-light .promo-banner__info__button:active:focus,
.promo-banner__info--color-light .promo-banner__info__button:focus {
    border-radius: 0;
    outline: 0;
    color: #fff
}

.promo-banner__info-wrapper {
    position: relative;
    z-index: 1;
    padding: 1rem
}

.promo-banner__info__pretitle,
.promo-banner__info__subtitle,
.promo-banner__info__title {
    color: inherit;
    margin: 0
}

.promo-banner__info__pretitle {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px
}

@media only screen and (min-width:992px) {
    .promo-banner__info__pretitle {
        line-height: normal;
        letter-spacing: normal
    }
}

.promo-banner__info__title--size-normal {
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: .96px
}

.promo-banner__info__title--size-big,
.promo-banner__info__title--size-normal {
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase
}

.promo-banner__info__title--size-big {
    font-size: 2.4375rem;
    line-height: normal;
    letter-spacing: normal
}

.promo-banner__info__subtitle {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: .91px
}

.promo-banner__info__button {
    font-family: Proxima Nova, sans-serif;
    height: 2rem;
    min-width: 10rem;
    margin-top: .75rem
}

.promo-banner--2-columns-1-row {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 2.5rem
}

.promo-banner--2-columns-1-row .promo-banner__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 12.5rem;
    width: 100%
}

.promo-banner--2-columns-1-row .promo-banner__info {
    display: block;
    padding: 1.25rem 1rem
}

.promo-banner--2-columns-1-row .promo-banner__info__pretitle {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #373737
}

@media only screen and (min-width:992px) {
    .promo-banner--2-columns-1-row .promo-banner__info__pretitle {
        line-height: normal;
        letter-spacing: normal
    }
}

.promo-banner--2-columns-1-row .promo-banner__info__title {
    color: #373737;
    font-size: 1.375rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 2.44px;
    text-transform: uppercase;
    margin-bottom: .375rem
}

.promo-banner--2-columns-1-row .promo-banner__info__subtitle {
    color: #59c59b;
    font-size: 1rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: .91px
}

.promo-banner--2-columns-1-row .promo-banner__info__button {
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    padding: .40625rem .625rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: inline-block;
    color: #fff;
    background-color: #373737;
    text-align: center;
    border: 0;
    height: 1.9375rem;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media only screen and (min-width:992px) {
    .promo-banner--2-columns-1-row .promo-banner__info__button {
        font-weight: 700;
        padding: .625rem;
        min-width: 11.625rem;
        height: 2.5rem;
        line-height: 1.5
    }
}

.promo-banner--2-columns-1-row .promo-banner__info__button:active,
.promo-banner--2-columns-1-row .promo-banner__info__button:active:focus,
.promo-banner--2-columns-1-row .promo-banner__info__button:focus {
    border-radius: 0;
    outline: 0;
    color: #fff
}

.promo-banner--2-columns-2-rows {
    -ms-grid-row-span: 2;
    grid-row-end: span 2
}

.promo-banner--2-columns-2-rows .promo-banner__info {
    right: 0;
    padding: 2.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.promo-banner--2-columns-2-rows .promo-banner__info__pretitle {
    color: #fff;
    font-size: 1.75rem
}

.promo-banner--2-columns-2-rows .promo-banner__info__title {
    color: #fff;
    font-size: 2.4375rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: center
}

.promo-banner--2-columns-2-rows .promo-banner__info__subtitle {
    color: #fff;
    font-size: 2rem
}

.promo-banner--2-columns-2-rows .promo-banner__info__button {
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    padding: .40625rem .625rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: inline-block;
    color: #fff;
    background-color: #373737;
    text-align: center;
    border: 0;
    height: 1.9375rem
}

@media only screen and (min-width:992px) {
    .promo-banner--2-columns-2-rows .promo-banner__info__button {
        font-weight: 700;
        padding: .625rem;
        min-width: 11.625rem;
        height: 2.5rem;
        line-height: 1.5
    }
}

.promo-banner--2-columns-2-rows .promo-banner__info__button:active,
.promo-banner--2-columns-2-rows .promo-banner__info__button:active:focus,
.promo-banner--2-columns-2-rows .promo-banner__info__button:focus {
    border-radius: 0;
    outline: 0;
    color: #fff
}

.promo-banner--2-columns-1-row-full .promo-banner__info {
    padding: 1.25rem 3.4375rem 1.25rem 1rem;
    left: auto;
    right: 0;
    display: block
}

.promo-banner--2-columns-1-row-full .promo-banner__info__title {
    color: #373737;
    font-size: 1.25rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: .96px;
    text-transform: uppercase
}

.promo-banner--2-columns-1-row-full .promo-banner__info__subtitle {
    color: #373737;
    font-size: 1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    margin: 0
}

.promo-banner--2-columns-1-row-full .promo-banner__info__button {
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    padding: .40625rem .625rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: inline-block;
    color: #fff;
    background-color: #373737;
    text-align: center;
    border: 0;
    height: 1.9375rem
}

@media only screen and (min-width:992px) {
    .promo-banner--2-columns-1-row-full .promo-banner__info__button {
        font-weight: 700;
        padding: .625rem;
        min-width: 11.625rem;
        height: 2.5rem;
        line-height: 1.5
    }
}

.promo-banner--2-columns-1-row-full .promo-banner__info__button:active,
.promo-banner--2-columns-1-row-full .promo-banner__info__button:active:focus,
.promo-banner--2-columns-1-row-full .promo-banner__info__button:focus {
    border-radius: 0;
    outline: 0;
    color: #fff
}

@media only screen and (min-width:768px) {
    .promo-banner--hidden-mobile {
        display: block
    }

    .promo-banner--hidden-tablet {
        display: none
    }

    .promo-banner--hidden-desktop {
        display: block
    }

    .promo-banner--2-columns-1-row {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem
    }

    .promo-banner--2-columns-1-row .promo-banner__image {
        -o-object-fit: unset;
        object-fit: unset;
        height: auto;
        width: 100%
    }

    .promo-banner--2-columns-2-rows {
        -ms-grid-row-span: 2;
        grid-row-end: span 2;
        margin-bottom: 0
    }

    .promo-banner__image--desktop {
        display: block
    }

    .promo-banner__image--mobile {
        display: none
    }

    .promo-banner__info__pretitle {
        font-size: 1.125rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        margin: 0
    }

    .promo-banner__info__title--size-normal {
        font-size: 1.875rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 1.44px;
        margin: 0
    }

    .promo-banner__info__title--size-big {
        font-size: 3.625rem;
        letter-spacing: normal;
        text-transform: uppercase
    }

    .promo-banner__info__subtitle,
    .promo-banner__info__title--size-big {
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        margin: 0
    }

    .promo-banner__info__subtitle {
        font-size: 1.5rem;
        letter-spacing: 1.48px
    }

    .promo-banner__info__button {
        font-family: Proxima Nova, sans-serif;
        height: 2.5rem;
        min-width: 11.5625rem;
        margin-top: 1.5rem
    }
}

@media only screen and (min-width:992px) {
    .promo-banner--2-columns-1-row {
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        margin-left: 0;
        margin-right: 0
    }

    .promo-banner--2-columns-1-row .promo-banner__image {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%
    }

    .promo-banner--2-columns-1-row .promo-banner__info__pretitle {
        font-size: 1.125rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #373737;
        margin: 0
    }

    .promo-banner--2-columns-1-row .promo-banner__info__title {
        color: #373737;
        font-size: 1.875rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 1.44px;
        margin: 0
    }

    .promo-banner--2-columns-1-row .promo-banner__info__subtitle {
        color: #59c59b;
        font-size: 1.5rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.48px;
        margin: 0
    }

    .promo-banner--2-columns-2-rows {
        -ms-grid-row-span: 2;
        grid-row-end: span 2;
        margin-bottom: 0
    }

    .promo-banner--2-columns-2-rows .promo-banner__info {
        right: 0;
        padding: 2.125rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .promo-banner--2-columns-2-rows .promo-banner__info__title {
        color: #fff;
        font-size: 3.625rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-transform: uppercase;
        text-align: center
    }

    .promo-banner--2-columns-1-row-full .promo-banner__info {
        padding: 1.25rem 2.625rem 1.25rem 1rem;
        left: auto;
        right: 0
    }

    .promo-banner--2-columns-1-row-full .promo-banner__info__title {
        font-size: 3.25rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: .96px;
        text-transform: uppercase
    }

    .promo-banner--2-columns-1-row-full .promo-banner__info__subtitle {
        color: #373737;
        font-size: 1.125rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        margin: 0
    }
}

@media only screen and (min-width:1024px) {

    .promo-banner--hidden-mobile,
    .promo-banner--hidden-tablet {
        display: block
    }

    .promo-banner--hidden-desktop {
        display: none
    }
}

.subcategories-icon {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-right: 0;
    margin-bottom: 2.625rem
}

.subcategories-icon__title {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 .625rem
}

@media only screen and (min-width:992px) {
    .subcategories-icon__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

.subcategories-icon__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none !important
}

.subcategories-icon__list::-webkit-scrollbar {
    display: none
}

.subcategories-icon__list__item {
    position: relative;
    min-width: 8.5rem;
    margin-right: .5rem;
    width: 100%
}

.subcategories-icon__list__item:last-of-type {
    margin-right: 0
}

.subcategories-icon__list__item:last-of-type:after {
    content: "#";
    position: absolute;
    right: -15px;
    top: 0;
    opacity: 0
}

.subcategories-icon__list__item__link {
    display: block;
    text-decoration: none
}

.subcategories-icon__list__item__img-wrapper {
    background-color: #f7f6f6;
    margin-bottom: .75rem;
    text-align: center
}

.subcategories-icon__list__item__content__title {
    color: #080808;
    font-size: .75rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.57px;
    margin: 0;
    text-transform: uppercase
}

.subcategories-icon__list__item__content__view {
    display: none
}

@media only screen and (min-width:992px) {
    .subcategories-icon {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 2.625rem
    }

    .subcategories-icon__title {
        display: none
    }

    .subcategories-icon__list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -ms-flexbox;
        display: flex;
        overflow: none
    }

    .subcategories-icon__list::-webkit-scrollbar {
        display: none
    }

    .subcategories-icon__list__item {
        position: relative;
        -ms-flex: 1;
        flex: 1;
        background-color: #f7f6f6;
        min-width: 8.5rem;
        margin-right: 1rem;
        transition: all .3s ease-in-out
    }

    .subcategories-icon__list__item:hover {
        background-color: rgba(55, 55, 55, .4)
    }

    .subcategories-icon__list__item:hover .subcategories-icon__list__item__content__title {
        color: #fff
    }

    .subcategories-icon__list__item:hover .subcategories-icon__list__item__content__view {
        max-height: 100px;
        opacity: 1;
        transition: max-height .25s ease-in
    }

    .subcategories-icon__list__item:last-of-type {
        margin-right: 0
    }

    .subcategories-icon__list__item:last-of-type:after {
        display: none
    }

    .subcategories-icon__list__item__link {
        position: relative;
        color: #373737;
        text-decoration: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 1.5rem;
        overflow-x: hidden;
        height: 6.875rem
    }

    .subcategories-icon__list__item__img-wrapper {
        position: absolute;
        right: 1.5rem;
        top: 0;
        background-color: transparent;
        margin: 0;
        text-align: center;
        -ms-flex: 0 0 53px;
        flex: 0 0 53px
    }

    .subcategories-icon__list__item__content {
        position: relative;
        z-index: 1;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .subcategories-icon__list__item__content__title {
        color: #373737;
        font-size: 1rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3.43px
    }

    .subcategories-icon__list__item__content__view {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: .8px;
        color: #fff;
        text-decoration: underline;
        display: block;
        transition: max-height .25s ease-out;
        opacity: 0;
        max-height: 0
    }
}

.c-yotpo-reviews__header {
    background-color: #f7f6f6;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: center
}

@media only screen and (min-width:768px) {
    .c-yotpo-reviews__header {
        margin-bottom: 4.875rem;
        padding-bottom: 2.875rem;
        padding-top: 2.375rem
    }
}

.c-yotpo-reviews__header__container {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.c-yotpo-reviews__local {
    background-color: #fff;
    margin: 2rem auto 0;
    padding: 1rem;
    max-width: 449px
}

@media only screen and (max-width:991px) {
    .c-yotpo-reviews__local {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        column-gap: 1rem;
        row-gap: .625rem
    }
}

@media only screen and (min-width:768px) {
    .c-yotpo-reviews__local {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .75rem;
        margin-top: 3rem;
        padding: 2.5rem
    }
}

.c-yotpo-reviews__title {
    font-weight: 700;
    font-style: normal
}

.c-yotpo-reviews__title--global {
    font-size: 1.5rem;
    line-height: 1.54;
    letter-spacing: 3.4px
}

@media only screen and (min-width:768px) {
    .c-yotpo-reviews__title--global {
        font-size: 2.5rem;
        line-height: normal;
        letter-spacing: 4.44px
    }
}

.c-yotpo-reviews__title--local {
    font-size: 1.125rem;
    line-height: 1.22;
    letter-spacing: 1.03px;
    width: 100%
}

.c-yotpo-reviews__text {
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase
}

.c-yotpo-reviews__text--global {
    font-size: 1.125rem;
    line-height: 1.22;
    letter-spacing: 1.03px
}

@media only screen and (min-width:768px) {
    .c-yotpo-reviews__text--global {
        font-size: 1.5rem;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

.c-yotpo-reviews__text--local {
    justify-self: flex-start;
    grid-area: text;
    color: #6a6a6a;
    font-size: .875rem;
    letter-spacing: .8px
}

@media only screen and (min-width:768px) {
    .c-yotpo-reviews__text--local {
        font-size: 1.125rem;
        line-height: 1.22;
        letter-spacing: 1.03px
    }
}

.c-yotpo-reviews__rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.c-yotpo-reviews__rating--global {
    margin-top: .25rem;
    margin-bottom: .5rem
}

.c-yotpo-reviews__rating--global .review-average {
    text-align: center
}

.c-yotpo-reviews__rating--global .review-average__number {
    font-size: 1.5625rem;
    line-height: 26px;
    color: #080808;
    margin: 0
}

.c-yotpo-reviews__rating--global .review-average__container {
    background: url(star-rating-sprite.svg) repeat-x;
    background-size: 24px;
    font-size: 0;
    height: 24px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 120px;
    margin: 0
}

.c-yotpo-reviews__rating--global .review-average__counter {
    background: url(star-rating-sprite.svg) repeat-x;
    background-position: 0 100%;
    background-size: 24px;
    height: 24px;
    display: block
}

@media only screen and (min-width:768px) {
    .c-yotpo-reviews__rating--global .review-average {
        text-align: center
    }

    .c-yotpo-reviews__rating--global .review-average__number {
        font-size: 1.5625rem;
        line-height: 26px;
        color: #080808;
        margin: 0
    }

    .c-yotpo-reviews__rating--global .review-average__container {
        background: url(star-rating-sprite.svg) repeat-x;
        background-size: 38px;
        font-size: 0;
        height: 38px;
        line-height: 0;
        overflow: hidden;
        text-indent: -999em;
        width: 190px;
        margin: 0
    }

    .c-yotpo-reviews__rating--global .review-average__counter {
        background: url(star-rating-sprite.svg) repeat-x;
        background-position: 0 100%;
        background-size: 38px;
        height: 38px;
        display: block
    }
}

.c-yotpo-reviews__rating--local {
    justify-self: flex-end
}

.c-yotpo-reviews__rating--local .review-average {
    text-align: center
}

.c-yotpo-reviews__rating--local .review-average__number {
    font-size: 1.5625rem;
    line-height: 26px;
    color: #080808;
    margin: 0
}

.c-yotpo-reviews__rating--local .review-average__container {
    background: url(star-rating-sprite.svg) repeat-x;
    background-size: 16px;
    font-size: 0;
    height: 16px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 80px;
    margin: 0
}

.c-yotpo-reviews__rating--local .review-average__counter {
    background: url(star-rating-sprite.svg) repeat-x;
    background-position: 0 100%;
    background-size: 16px;
    height: 16px;
    display: block
}

@media only screen and (min-width:768px) {
    .c-yotpo-reviews__rating--local .review-average {
        text-align: center
    }

    .c-yotpo-reviews__rating--local .review-average__number {
        font-size: 1.5625rem;
        line-height: 26px;
        color: #080808;
        margin: 0
    }

    .c-yotpo-reviews__rating--local .review-average__container {
        background: url(star-rating-sprite.svg) repeat-x;
        background-size: 28px;
        font-size: 0;
        height: 28px;
        line-height: 0;
        overflow: hidden;
        text-indent: -999em;
        width: 140px;
        margin: 0
    }

    .c-yotpo-reviews__rating--local .review-average__counter {
        background: url(star-rating-sprite.svg) repeat-x;
        background-position: 0 100%;
        background-size: 28px;
        height: 28px;
        display: block
    }
}

.c-yotpo-reviews__wrapper {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.c-yotpo-reviews__wrapper * {
    font-family: Proxima Nova, sans-serif !important
}

.c-yotpo-reviews__wrapper .yotpo-label,
.c-yotpo-reviews__wrapper .yotpo-popup-box-medium.yotpo-modal-bottom-line {
    display: none !important
}

.c-yotpo-reviews__wrapper .yotpo-nav-tab {
    color: #373737 !important;
    font-size: .75rem !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    letter-spacing: .6px !important;
    text-align: center !important;
    padding: .375rem 1.25rem !important;
    border: 2px solid transparent !important;
    background-color: #f7f6f6 !important;
    text-transform: uppercase !important
}

.c-yotpo-reviews__wrapper .yotpo-nav-tab.yotpo-active {
    background-color: transparent !important;
    border: 2px solid #373737 !important;
    font-weight: 600 !important
}

.c-yotpo-reviews__wrapper .yotpo-nav-tab .yotpo-nav-wrapper {
    border: 0 !important;
    padding: 0 !important
}

.c-yotpo-reviews__wrapper .yotpo-popup-box-large {
    padding: 2rem 0 !important
}

.c-yotpo-reviews__wrapper .yotpo-regular-box {
    border-top: 1px solid #969696 !important;
    padding: 1.25rem 0 2.125rem !important;
    margin: 0 !important
}

@media only screen and (min-width:768px) {
    .c-yotpo-reviews__wrapper .yotpo-regular-box {
        padding-top: 2rem !important
    }
}

.c-yotpo-reviews__wrapper .yotpo-regular-box:last-of-type {
    border-bottom: 1px solid #969696
}

.c-yotpo-reviews__wrapper .yotpo-icon-profile {
    background-color: #373737 !important;
    border: 2px solid #969696 !important;
    margin-right: 12px !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 60px !important;
    height: 60px !important
}

@media only screen and (min-width:768px) {
    .c-yotpo-reviews__wrapper .yotpo-icon-profile {
        margin-right: 20px !important
    }
}

.c-yotpo-reviews__wrapper .yotpo-icon-profile .yotpo-user-letter {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    position: relative !important;
    top: inherit !important
}

@media only screen and (min-width:768px) {
    .c-yotpo-reviews__wrapper .yotpo-icon-profile .yotpo-user-letter {
        font-size: 1.875rem !important
    }
}

.c-yotpo-reviews__wrapper .yotpo-icon-profile .yotpo-icon {
    width: 16px !important;
    height: 16px !important;
    bottom: 0 !important;
    top: 45px !important;
    left: inherit !important;
    right: 0 !important;
    display: block;
    background-image: url(icon-check.svg) !important
}

.c-yotpo-reviews__wrapper .yotpo-icon-profile .yotpo-icon:before {
    display: none !important
}

.c-yotpo-reviews__wrapper .yotpo-user-name {
    font-size: 14px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    line-height: 1.57 !important;
    letter-spacing: .6px !important;
    color: #373737 !important
}

@media only screen and (min-width:768px) {
    .c-yotpo-reviews__wrapper .yotpo-user-name {
        font-size: 16px !important;
        line-height: 1.25 !important;
        letter-spacing: .46px !important
    }
}

.c-yotpo-reviews__wrapper .yotpo-user-title {
    vertical-align: middle !important
}

.c-yotpo-reviews__wrapper .yotpo-review-date {
    color: #6a6a6a !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.25 !important;
    letter-spacing: .6px !important
}

@media only screen and (min-width:768px) {
    .c-yotpo-reviews__wrapper .yotpo-review-date {
        font-size: 14px !important;
        line-height: 1.57 !important
    }
}

.c-yotpo-reviews__wrapper .yotpo-main {
    margin-left: 72px !important
}

@media only screen and (min-width:768px) {
    .c-yotpo-reviews__wrapper .yotpo-main {
        margin-left: 80px !important
    }
}

.c-yotpo-reviews__wrapper .yotpo-main .content-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    line-height: 1.25 !important;
    letter-spacing: .46px !important;
    color: #373737 !important
}

.c-yotpo-reviews__wrapper .yotpo-footer {
    display: -ms-grid;
    display: grid;
    gap: .5rem;
    margin-left: 72px !important
}

@media only screen and (min-width:768px) {
    .c-yotpo-reviews__wrapper .yotpo-footer {
        margin-left: 80px !important
    }
}

.c-yotpo-reviews__wrapper .yotpo-footer .footer-actions {
    display: -ms-flexbox !important;
    display: flex !important
}

.c-yotpo-reviews__wrapper .yotpo-footer .yotpo-action {
    display: block !important
}

.c-yotpo-reviews__wrapper .yotpo-footer .yotpo-action .yotpo-icon-seperator {
    display: none !important
}

.c-yotpo-reviews__wrapper .yotpo-footer .footer-actions,
.c-yotpo-reviews__wrapper .yotpo-footer .yotpo-grouping-reference span {
    float: none !important
}

.c-yotpo-reviews__wrapper .yotpo-footer .yotpo-grouping-reference {
    margin: 0 !important
}

.c-yotpo-reviews__wrapper .yotpo-pager {
    gap: 1.5rem;
    margin: 4rem auto 2rem !important
}

.c-yotpo-reviews__wrapper .yotpo-pager .yotpo-page-element {
    color: #6a6a6a !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.43 !important;
    letter-spacing: .4px !important;
    margin: 0 !important
}

.c-yotpo-reviews__wrapper .yotpo-pager .yotpo-page-element.yotpo-active {
    color: #373737 !important;
    font-weight: 700 !important
}

.c-forms {
    position: relative;
    background-color: #fff;
    min-height: 70vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-forms__msg-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.c-forms__wrapper {
    background: #fff;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    padding: 1.5rem
}

.c-forms__wrapper--center {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.c-forms__wrapper--has-errors {
    padding-top: 7.5rem
}

.c-forms__inner {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.c-forms__group {
    margin-bottom: 1rem
}

.c-forms__group:last-of-type {
    margin-bottom: 0
}

.c-forms__group--center {
    text-align: center
}

.c-forms__group__link {
    font-size: 1rem;
    color: #373737;
    margin: 0 0 1rem;
    display: block;
    text-decoration: none
}

.c-forms__group__input--has-icon {
    position: relative
}

.c-forms__group__input--has-icon>input {
    padding-right: 4.375rem
}

.c-forms__group__input__viewPass {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(icon-visibility_off.svg);
    transition: all .3s ease-in-out;
    opacity: .5;
    cursor: pointer
}

.c-forms__group__input__viewPass.is-visible {
    background-image: url(icon-visibility.svg)
}

.c-forms__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: inherit;
    margin: 0;
    text-align: center
}

.c-forms__title--simple {
    font-size: .75rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.57px;
    text-transform: uppercase;
    margin: 0 auto 1rem;
    text-align: center
}

.c-forms__subtitle {
    font-size: 1.1875rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: uppercase
}

.c-forms__text {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #6a6a6a;
    margin: 0 0 1.5rem;
    text-align: center
}

@media only screen and (min-width:992px) {
    .c-forms__text {
        line-height: normal;
        letter-spacing: normal
    }
}

.c-forms__button {
    display: block;
    width: 100%
}

.c-forms__button--cancel {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #373737;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    margin: 1.25rem;
    transition: all .3s ease-in-out;
    display: inline
}

@media only screen and (min-width:992px) {
    .c-forms__button--cancel {
        line-height: normal;
        letter-spacing: normal
    }
}

.c-forms__button--cancel:active,
.c-forms__button--cancel:focus,
.c-forms__button--cancel:focus:active {
    outline: 0
}

.c-forms__button--guest {
    margin-bottom: 2rem
}

.c-forms form {
    max-width: 25rem;
    margin: 0 auto
}

.c-forms .errors ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0
}

.c-forms .errors ul li {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #eb4d4b
}

@media only screen and (min-width:992px) {
    .c-forms .errors ul li {
        line-height: normal;
        letter-spacing: normal
    }
}

@media only screen and (min-width:992px) {
    .c-forms {
        min-height: 80vh
    }

    .c-forms__wrapper {
        background: #fff;
        margin: 0 auto;
        max-width: 750px;
        width: 100%
    }

    .c-forms__wrapper--center {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .c-forms__wrapper--small {
        max-width: 28.75rem;
        width: 100%;
        margin: 0
    }

    .c-forms__wrapper--has-errors {
        padding-top: 1.5rem
    }

    .c-forms__title--simple {
        font-size: 1rem;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3.43px;
        margin: 0 auto 1.875rem
    }

    .c-forms__subtitle,
    .c-forms__title--simple {
        font-weight: 700;
        text-transform: uppercase;
        text-align: center
    }

    .c-forms__subtitle {
        font-size: 1.875rem;
        font-family: inherit;
        letter-spacing: 3.33px;
        margin-bottom: 2rem
    }

    .c-forms__button--guest {
        margin-top: 1.125rem;
        margin-bottom: 0
    }
}

.main-header {
    z-index: 200;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff
}

.main-header.is-fixed {
    position: fixed
}

.backdrop-open .main-header {
    z-index: 1
}

.quickadd-open .main-header {
    z-index: 100
}

.search-open .main-header {
    z-index: 201
}

@media only screen and (min-width:992px) {
    .template-product .main-header {
        z-index: 200
    }

    .main-header__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.has-open-cart .main-header {
    z-index: 300
}

.section__header {
    background-color: #fff
}

.header {
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 1.5rem;
    min-height: 3.5rem;
    background-color: #fff
}

.header,
.header__mobile-nav {
    display: -ms-flexbox;
    display: flex
}

.header__mobile-nav {
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 1rem;
    cursor: pointer
}

.header__mobile-nav__label {
    font-size: .5rem;
    font-weight: 300;
    color: #969696;
    text-align: center;
    text-transform: lowercase;
    margin-top: 1px
}

.header__mobile-nav .icon-menu-small {
    margin-top: 2px
}

.header__logo:is(h1) {
    font-size: 0
}

.header__logo__link {
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    max-height: 2rem;
    max-width: 27vw;
    height: 2rem
}

.header__logo__link svg {
    -o-object-fit: contain;
    object-fit: contain;
    padding-top: .25rem
}

.header__nav-desktop {
    display: none
}

.header__nav-mobile {
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transition: all .3s ease-in-out;
    transform: translateX(-101%);
    width: 81vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__nav-mobile__close {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0
}

.header__nav-mobile__close .icon {
    color: #969696;
    width: 100%;
    height: 100%
}

.header__nav-mobile.is-active {
    opacity: 1;
    transform: translateY(0)
}

.header__nav-mobile__wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 200%;
    padding: 3.375rem .75rem 0;
    overflow: hidden;
    transform: translateX(0);
    transition: transform .3s ease;
    height: var(--menuMobileHeight)
}

.header__nav-mobile__wrapper.show-submenu {
    transform: translateX(-50%);
    transition: transform .3s ease
}

.header__nav-mobile__inner {
    position: relative;
    overflow-y: scroll;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    transition: all .3s ease-in-out;
    padding-bottom: 2.8125rem
}

.header__nav-mobile__main-nav--blackText .header__nav-mobile__main-nav__list__name {
    color: #373737
}

.header__nav-mobile__main-nav__list {
    list-style: none;
    margin: 0;
    padding: 0 .75rem 0 0;
    margin-bottom: 2.625rem
}

.header__nav-mobile__main-nav__list__item {
    width: 100%;
    margin-bottom: .75rem
}

.header__nav-mobile__main-nav__list__item:last-of-type {
    margin-bottom: 0
}

.header__nav-mobile__main-nav__list__link {
    position: relative;
    background-color: #f7f6f6;
    display: block;
    padding: .75rem;
    text-decoration: none;
    cursor: pointer
}

.header__nav-mobile__main-nav__list__link--hasSubmenu {
    padding-right: 2.5rem
}

.header__nav-mobile__main-nav__list__link--hasSubmenu:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 13px;
    width: 16px;
    height: 16px;
    background-image: url(chevronRight.svg);
    background-position: 50%;
    background-size: 8px;
    background-repeat: no-repeat;
    display: inline-block
}

.header__nav-mobile__main-nav__list__name {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 3.43px;
    color: #373737;
    margin: 0;
    text-transform: uppercase
}

.header__nav-mobile__secondary-nav {
    margin-bottom: 2.3125rem;
    padding-right: .75rem
}

.header__nav-mobile__secondary-nav__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.header__nav-mobile__secondary-nav__list__block {
    margin-bottom: 2.3125rem
}

.header__nav-mobile__secondary-nav__list__block:last-of-type {
    margin-bottom: 0
}

.header__nav-mobile__secondary-nav__list__block__heading {
    color: #080808;
    font-size: .75rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.57px;
    text-transform: uppercase;
    margin: 0
}

.header__nav-mobile__secondary-nav__list__block__heading:last-of-type {
    margin-bottom: 0
}

.header__nav-mobile__secondary-nav__list__item__link {
    color: #6a6a6a;
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    text-decoration: none;
    line-height: 32px
}

.header__nav-mobile__submenus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background-color: #fff
}

.header__nav-mobile__submenus__header {
    position: absolute;
    top: .75rem;
    width: 100vw;
    width: 81vw;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3.375rem
}

@media only screen and (min-width:768px) {
    .header__nav-mobile__submenus__header {
        width: 55vw
    }
}

.header__nav-mobile__submenus__title {
    color: #373737;
    margin: 0 auto;
    text-transform: uppercase;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 0 1rem;
    letter-spacing: 3.43px;
    font-size: 1rem;
    line-height: 31px
}

.header__nav-mobile__submenus__back {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .6px;
    color: #373737;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    background-color: transparent
}

.header__nav-mobile__submenus__back svg {
    width: 10px;
    height: 10px;
    margin-right: .25rem
}

.header__nav-mobile__submenus__back svg path {
    fill: #373737
}

.header__nav-mobile__submenus__wrapper {
    overflow-y: scroll;
    opacity: 0;
    display: none;
    padding: 2rem .75rem 2.8125rem;
    margin-right: -12px
}

.header__nav-mobile__submenus__wrapper.is-active {
    opacity: 1;
    display: block
}

.header__nav-mobile__submenus__list {
    list-style: none;
    margin: 0 0 2rem .75rem;
    padding: 0
}

.header__nav-mobile__submenus__list__link {
    position: relative;
    color: #373737;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 3.43px;
    padding: .625rem 0;
    text-transform: uppercase;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header__nav-mobile__submenus__list__link .subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .1px;
    text-transform: none;
    margin-left: .3125rem
}

.header__nav-mobile__submenus__list__link::-webkit-details-marker,
.header__nav-mobile__submenus__list__link::marker {
    display: none
}

.header__nav-mobile__submenus__list__link--hasSubmenu {
    padding-right: 44px
}

.header__nav-mobile__submenus__list__link--hasSubmenu:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 8px;
    width: 24px;
    height: 24px;
    background-image: url(chevronDown.svg);
    background-position: 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all .3s ease-in-out
}

[open] .header__nav-mobile__submenus__list__link--hasSubmenu:after {
    transform: rotate(180deg)
}

.header__nav-mobile__submenus__sublist {
    list-style: none;
    margin: 0;
    padding: 0
}

.header__nav-mobile__submenus__sublist__link {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .43px;
    color: #969696;
    padding: .375rem 0;
    text-decoration: none
}

.header__nav-mobile__submenus__sublist__link--underline {
    text-decoration: underline
}

.header__nav-mobile__submenus__banner {
    text-decoration: none
}

.header__nav-mobile__submenus__banner__title {
    color: #373737;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.22;
    margin: 0;
    letter-spacing: 3.43px
}

.header__nav-mobile__submenus__banner__subtitle {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: .6px;
    color: #969696;
    margin: 0
}

.header__nav-mobile__submenus__banner__image {
    margin-top: .5rem
}

.header__nav-mobile__submenus__banner__image>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header__nav-mobile .c-reviews {
    margin-bottom: 2.3125rem;
    padding-right: .75rem
}

.header__nav-mobile .c-reviews__link {
    text-decoration: none;
    color: #373737
}

.header__nav-mobile .c-reviews__block-title {
    color: #080808;
    font-size: .75rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.57px;
    margin: 0;
    text-transform: uppercase;
    margin: 0 0 1rem
}

.header__nav-mobile .c-reviews__block {
    margin-bottom: 1rem
}

.header__nav-mobile .c-reviews__block__subtitle {
    color: #6a6a6a;
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    line-height: 27px;
    margin: 0
}

.header__nav-mobile .c-reviews .review-average {
    text-align: center
}

.header__nav-mobile .c-reviews .review-average__number {
    font-size: 1.5625rem;
    line-height: 26px;
    color: #080808;
    margin: 0
}

.header__nav-mobile .c-reviews .review-average__container {
    background: url(star-rating-sprite.svg) repeat-x;
    background-size: 16px;
    font-size: 0;
    height: 16px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 80px;
    margin: 0
}

.header__nav-mobile .c-reviews .review-average__counter {
    background: url(star-rating-sprite.svg) repeat-x;
    background-position: 0 100%;
    background-size: 16px;
    height: 16px;
    display: block
}

.header__nav-mobile .c-reviews__title {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.43
}

@media only screen and (min-width:992px) {
    .header__nav-mobile .c-reviews__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

.header__nav-mobile .c-reviews__subtitle {
    color: #6a6a6a;
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    line-height: 20px;
    margin: 0
}

.header__nav-mobile .c-social {
    padding-right: .75rem
}

.header__nav-mobile .c-social__title {
    color: #080808;
    font-size: .75rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.57px;
    margin: 0;
    text-transform: uppercase;
    margin: 0 0 .75rem
}

.header__nav-mobile .c-social__list {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.header__nav-mobile .c-social__list__item {
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
    margin-right: 1.375rem
}

.header__nav-mobile .c-social__list__item:last-of-type {
    margin-right: 0
}

.header__nav-mobile .c-social__list__item__link {
    display: block
}

.header__nav-mobile .c-social__list__item__link__img {
    width: 25px;
    height: 25px
}

.header__nav-mobile__actions {
    position: relative;
    z-index: 1
}

.header__nav-mobile__actions__user-actions {
    background-color: #f7f6f6;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff;
    overflow: hidden
}

.header__nav-mobile__actions__user-actions__login,
.header__nav-mobile__actions__user-actions__register {
    height: 3.125rem;
    border: 2px solid #373737;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: .4px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s ease-in-out
}

.header__nav-mobile__actions__user-actions__login {
    background-color: #373737;
    color: #fff
}

.header__nav-mobile__actions__user-actions__login:hover,
.header__nav-mobile__actions__user-actions__register {
    background-color: #fff;
    color: #373737
}

.header__nav-mobile__actions__user-actions__register:hover {
    background-color: #373737;
    color: #fff
}

.header__nav-mobile__actions__user-actions__logged__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: .75rem 1rem
}

.header__nav-mobile__actions__user-actions__logged__block .user-logged {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    background-color: #373737;
    border: 2px solid #979797;
    border-radius: 100%;
    color: #fff;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-right: .5rem
}

@media only screen and (min-width:992px) {
    .header__nav-mobile__actions__user-actions__logged__block .user-logged {
        line-height: normal;
        letter-spacing: normal
    }
}

.header__nav-mobile__actions__user-actions__logged__block__account-name {
    color: #373737;
    font-size: 1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: .46px;
    text-decoration: none
}

.header__nav-mobile__actions__user-actions__logged__block__exit {
    color: #373737;
    text-align: right;
    display: block;
    width: 100%
}

.header__nav-mobile__language-switcher {
    position: relative;
    background-color: #fff;
    overflow: hidden
}

.header__nav-mobile__language-switcher__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    background-color: #373737;
    padding: .5625rem 1.5rem
}

.header__nav-mobile__language-switcher__button:active,
.header__nav-mobile__language-switcher__button:active:focus,
.header__nav-mobile__language-switcher__button:focus {
    color: #fff;
    outline: 0
}

.header__nav-mobile__language-switcher__button:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 12px;
    width: 15px;
    height: 9px;
    background-image: url(chevronDown-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    transform: rotate(180deg)
}

.is-active .header__nav-mobile__language-switcher__button.is-active:after {
    transform: rotate(0)
}

.header__nav-mobile__language-switcher img {
    margin-right: .75rem
}

.header__nav-mobile__language-switcher__menu {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease-out
}

.header__nav-mobile__language-switcher__menu.is-active {
    max-height: 500px;
    transition: max-height .25s ease-in
}

.header__nav-mobile__language-switcher__menu__list {
    list-style: none;
    margin: 0;
    padding: .5625rem 1.5rem
}

.header__nav-mobile__language-switcher__menu__list__item__link {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #373737;
    padding: .625rem 0;
    transition: all .3s ease-in-out
}

@media only screen and (min-width:992px) {
    .header__nav-mobile__language-switcher__menu__list__item__link {
        line-height: normal;
        letter-spacing: normal
    }
}

.header__nav-mobile__language-switcher__menu__list__item__link:hover {
    opacity: .5
}

.header__nav-mobile__language-switcher__menu__list__item__link__flag {
    margin-right: .75rem
}

.header__nav-mobile__language-switcher__menu__list__item__link__currency {
    margin-left: auto
}

.header__mobile-back {
    display: none;
    width: 24px;
    height: 24px
}

.header__mobile-back svg {
    height: 24px
}

.header__mobile-back svg path {
    fill: #969696
}

.header__links {
    margin: 0 0 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    position: relative
}

.header__links__item {
    position: relative;
    margin-left: 1.5rem;
    max-height: 1.5rem
}

.header__links__item:first-of-type {
    margin-left: 0
}

.header__links__share-product {
    display: none
}

.template-product .header__links__share-product {
    display: block
}

.header__links__cart {
    cursor: pointer
}

.header__links__cart__count {
    color: #373737;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .75rem;
    pointer-events: none
}

.header__links__account {
    display: none
}

.header__slider {
    margin-bottom: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none !important
}

.header__slider::-webkit-scrollbar {
    display: none
}

.header__slider__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    text-decoration: none
}

.header__slider__item--viewall .header__slider__item__inner {
    position: relative;
    background-color: #f7f6f6;
    margin-top: auto;
    padding-bottom: var(--itemProportion)
}

.header__slider__item--viewall .header__slider__item__title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 1rem
}

.header__slider__item--viewall .header__slider__item__title svg {
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 1.5rem;
    height: 1.5rem
}

.header__slider__item:not(:last-child) {
    padding-right: 1rem
}

.header__slider__item:last-child {
    padding-right: .75rem
}

.header__slider__item__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.22;
    color: #373737;
    letter-spacing: 3.43px
}

.header__slider__item__subtitle {
    font-size: .875rem;
    line-height: 1.57;
    letter-spacing: .6px;
    color: #969696
}

.header__slider__item__image {
    margin-top: .5rem
}

.header__slider__item__image>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

@media only screen and (min-width:768px) {
    .header__nav-mobile {
        width: 55vw
    }
}

@media only screen and (min-width:992px) {

    .header__links__share-product,
    .template-product .header__links__share-product {
        display: none
    }
}

@media only screen and (min-width:1024px) {
    .header {
        position: relative;
        padding: 0;
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 4rem
    }

    .header__mobile-nav {
        display: none
    }

    .header__logo {
        margin-right: 2.8125rem;
        padding-top: .125rem
    }

    .header__logo__link {
        width: 7.375rem;
        height: 2.25rem
    }

    .header__logo svg {
        -o-object-fit: none;
        object-fit: none;
        padding-top: 0;
        width: 100%
    }

    .header__nav-desktop {
        display: block
    }

    .header__nav-desktop__list {
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        list-style: none;
        margin: 0
    }

    .header__nav-desktop__list__item {
        position: relative;
        padding: 1.3125rem .625rem
    }
}

@media only screen and (min-width:1024px) and (min-width:1200px) {
    .header__nav-desktop__list__item {
        padding-left: 1.5625rem;
        padding-right: 1.5625rem
    }
}

@media only screen and (min-width:1024px) {
    .header__nav-desktop__list__item:first-of-type {
        padding-left: 0
    }

    .header__nav-desktop__list__item:last-of-type {
        padding-right: 0
    }

    .header__nav-desktop__list__item:hover .header__nav-desktop__child {
        transform: translateY(20px)
    }

    .header__nav-desktop__list__item:hover .header__nav-desktop__megamenu {
        transform: translateY(21px)
    }

    .header__nav-desktop__list__item__link {
        color: #6a6a6a;
        font-size: 1.125rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.06;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        position: relative
    }
}

@media only screen and (min-width:1024px) and (min-width:1024px) {
    .header__nav-desktop__list__item__link {
        font-size: 1rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3.45px
    }
}

@media only screen and (min-width:1024px) {
    .header__nav-desktop__list__item__link:after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 48%;
        margin-left: -12.5px;
        height: 3px;
        width: 25px;
        background: #373737;
        border-radius: 1px;
        transition: transform .2s;
        transform: scaleX(0)
    }

    .header__nav-desktop__list__item__link--active:after,
    .header__nav-desktop__list__item__link:hover:after {
        transform: scaleX(1)
    }

    .header__nav-desktop__child {
        position: fixed;
        z-index: -1;
        left: 0;
        right: 0;
        padding: 0;
        margin: 0;
        list-style: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #f7f6f6;
        transform: translateY(-100%);
        transition: all .3s ease-in-out
    }

    .header__nav-desktop__child .header__nav-desktop__list__item {
        padding: 1.0625rem clamp(.625rem, 3%, 2.75rem);
        white-space: nowrap
    }

    .header__nav-desktop__child .header__nav-desktop__list__item:first-child {
        padding-left: 0
    }

    .header__nav-desktop__child .header__nav-desktop__list__item:last-child {
        padding-right: 0
    }

    .header__nav-desktop__child .header__nav-desktop__list__item__link {
        font-weight: 400;
        transition: all .3s ease-in-out
    }

    .header__nav-desktop__child .header__nav-desktop__list__item__link--active,
    .header__nav-desktop__child .header__nav-desktop__list__item__link:hover {
        color: #373737;
        text-shadow: 1px 0 0 #373737
    }

    .header__nav-desktop__child .header__nav-desktop__list__item__link--active:after,
    .header__nav-desktop__child .header__nav-desktop__list__item__link:hover:after {
        display: none
    }

    .header__nav-desktop__megamenu {
        position: fixed;
        z-index: -1;
        left: 0;
        right: 0;
        padding: 2.5rem 0 2rem;
        margin: 0;
        background-color: #f7f6f6;
        transform: translateY(-100%);
        transition: all .3s ease-in-out;
        border-top: 1px solid #d8d8d8;
        border-bottom: 2px solid #d8d8d8
    }

    .header__nav-desktop__megamenu__wrapper {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        display: -ms-flexbox;
        display: flex;
        column-gap: clamp(16px, 56px, 88px)
    }

    .header__nav-desktop__megamenu__banner {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 22px 22px auto auto;
        grid-template-rows: 22px 22px auto auto;
        grid-template-areas: "titleBanner""subtitleBanner""imageBanner""buttonBanner";
        row-gap: .5rem;
        width: 100%
    }

    .header__nav-desktop__megamenu__banner__title {
        --titleBannerColor: #373737;
        color: var(--titleBannerColor);
        grid-area: titleBanner;
        font-size: .875rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: .6px
    }

    .header__nav-desktop__megamenu__banner__subtitle {
        grid-area: subtitleBanner;
        font-size: .875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: .6px;
        color: #6a6a6a;
        margin-top: 3px
    }

    .header__nav-desktop__megamenu__banner__image {
        grid-area: imageBanner
    }

    .header__nav-desktop__megamenu__banner__button {
        font-family: Proxima Nova, sans-serif;
        font-size: .875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 16px;
        letter-spacing: 2px;
        padding: .0625rem .625rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 10rem;
        height: 2rem;
        border: 1px solid #373737;
        color: #373737;
        background-color: transparent;
        text-align: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-area: buttonBanner;
        margin-top: 8px;
        min-width: unset
    }

    .header__nav-desktop__megamenu__banner__button:hover {
        background-color: #373737;
        color: #fff
    }

    .header__nav-desktop__megamenu__banner__button:active,
    .header__nav-desktop__megamenu__banner__button:active:focus,
    .header__nav-desktop__megamenu__banner__button:focus {
        border-radius: 0;
        outline: 0
    }

    .header__nav-desktop__megamenu__left {
        width: clamp(10%, 182px, 182px)
    }

    .header__nav-desktop__megamenu__nav {
        -ms-flex: 1;
        flex: 1
    }

    .header__nav-desktop__megamenu__nav__title {
        font-size: .875rem;
        font-weight: 700;
        line-height: 1.57;
        letter-spacing: .6px
    }

    .header__nav-desktop__megamenu__nav__subtitle {
        color: #6a6a6a;
        font-size: .875rem;
        font-weight: 600;
        line-height: 1.57;
        letter-spacing: .6px;
        margin-top: .6875rem
    }

    .header__nav-desktop__megamenu__nav__list,
    .header__nav-desktop__megamenu__nav__sublist {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .header__nav-desktop__megamenu__nav__list {
        display: -ms-flexbox;
        display: flex;
        column-gap: clamp(32px, 48px, 72px)
    }

    .header__nav-desktop__megamenu__nav__sublist {
        margin-top: .5rem
    }

    .header__nav-desktop__megamenu__nav__sublist__item {
        --linkColor: #6a6a6a;
        color: var(--linkColor);
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: .6px;
        text-decoration: none;
        padding: .25rem 0
    }

    .header__nav-desktop__megamenu__nav__sublist__item--underline,
    .header__nav-desktop__megamenu__nav__sublist__item:hover {
        text-decoration: underline
    }

    .header__nav-desktop__megamenu__right {
        display: none
    }
}

@media only screen and (min-width:1024px) and (min-width:1200px) {
    .header__nav-desktop__megamenu__right {
        margin-left: auto;
        display: -ms-flexbox;
        display: flex;
        gap: 1.625rem;
        width: clamp(20%, 306px, 306px)
    }
}

@media only screen and (min-width:1024px) {
    .header__links {
        margin-left: 0
    }

    .header__links__account,
    .header__links__account .user-logged {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .header__links__account .user-logged {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        background-color: #373737;
        border: 2px solid #979797;
        border-radius: 100%;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex: 0 0 28px;
        flex: 0 0 28px;
        width: 28px;
        height: 28px
    }
}

@media only screen and (min-width:1024px) and (min-width:992px) {
    .header__links__account .user-logged {
        line-height: normal;
        letter-spacing: normal
    }
}

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

.footer__content-desktop,
.template-collection-pack .header__links__search,
.template-product .footer {
    display: none
}

.footer__bottom {
    background-color: #373737;
    padding: .5rem 0 .4375rem;
    text-align: center
}

.footer__bottom__list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__bottom__list__item:after {
    content: "\B7";
    color: #fff;
    display: inline-block;
    margin-right: .25rem
}

.footer__bottom__list__item:last-of-type:after {
    display: none
}

.footer__bottom__list__item__link {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #fff;
    text-decoration: none
}

@media only screen and (min-width:992px) {
    .footer__bottom__list__item__link {
        line-height: normal;
        letter-spacing: normal
    }
}

.footer__bottom__copywright {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #fff;
    margin: 0;
    transition: all .3s ease-in-out
}

@media only screen and (min-width:992px) {
    .footer__bottom__copywright {
        line-height: normal;
        letter-spacing: normal
    }
}

.footer__bottom__copywright:hover {
    opacity: .5
}

@media only screen and (min-width:992px) {
    .footer {
        background-color: #f7f6f6
    }

    .template-product .footer {
        display: block
    }

    .footer__content-desktop {
        display: block;
        padding-top: 4.1875rem;
        padding-bottom: 4.125rem
    }

    .footer__content-desktop__container {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        display: -ms-flexbox;
        display: flex
    }

    .footer__content-desktop__container>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 1.875rem
    }

    .footer__content-desktop__container>:first-child {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .footer__content-desktop__container>:last-child {
        padding-right: 0
    }

    .template-cart .footer__content-desktop,
    .template-login .footer__content-desktop,
    .template-reset_password .footer__content-desktop {
        display: none
    }

    .footer__nav__list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__nav__list__block {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%
    }

    .footer__nav__list__block:first-of-type {
        padding-right: 1.875rem
    }

    .footer__nav__list__block__heading {
        font-size: .875rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin: 0 0 .75rem
    }

    .footer__nav__list__item {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 0
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .footer__nav__list__item {
        line-height: normal;
        letter-spacing: normal
    }
}

@media only screen and (min-width:992px) {
    .footer__nav__list__item__link {
        display: block;
        line-height: 32px
    }

    .footer .c-reviews__link,
    .footer__nav__list__item__link {
        color: #373737;
        text-decoration: none
    }

    .footer .c-reviews__block-title {
        font-size: .875rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin: 0 0 1rem
    }

    .footer .c-reviews__block {
        margin-bottom: 1rem
    }

    .footer .c-reviews__block__subtitle {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        margin: .5rem 0 0
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .footer .c-reviews__block__subtitle {
        line-height: normal;
        letter-spacing: normal
    }
}

@media only screen and (min-width:992px) {
    .footer .c-reviews .review-average {
        text-align: center
    }

    .footer .c-reviews .review-average__number {
        font-size: 1.5625rem;
        line-height: 26px;
        color: #080808;
        margin: 0
    }

    .footer .c-reviews .review-average__container {
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        text-indent: -999em;
        width: 80px;
        margin: 0
    }

    .footer .c-reviews .review-average__container,
    .footer .c-reviews .review-average__counter {
        background: url(star-rating-sprite.svg) repeat-x;
        background-size: 16px;
        height: 16px
    }

    .footer .c-reviews .review-average__counter {
        background-position: 0 100%;
        display: block
    }

    .footer .c-reviews__title {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        margin: 0;
        line-height: 29px
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .footer .c-reviews__title {
        line-height: normal;
        letter-spacing: normal
    }
}

@media only screen and (min-width:992px) {
    .footer .c-reviews__subtitle {
        color: #6a6a6a;
        font-weight: 400;
        line-height: 1.43;
        letter-spacing: .4px;
        line-height: 27px;
        margin: 0
    }

    .footer .c-reviews__subtitle,
    .footer .c-social__title {
        font-size: .875rem;
        font-stretch: normal;
        font-style: normal
    }

    .footer .c-social__title {
        font-weight: 700;
        line-height: normal;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin: 0 0 .75rem
    }

    .footer .c-social__list {
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0
    }

    .footer .c-social__list__item {
        -ms-flex: 0 0 25px;
        flex: 0 0 25px;
        max-width: 25px;
        margin-right: 1.375rem
    }

    .footer .c-social__list__item:last-of-type {
        margin-right: 0
    }

    .footer .c-social__list__item__link {
        display: block
    }

    .footer .c-social__list__item__link__img {
        width: 25px;
        height: 25px
    }

    .footer__bottom {
        border-top: 1px solid rgba(55, 55, 55, .2);
        background-color: #f7f6f6;
        padding: 1.125rem 0 1.25rem
    }

    .footer__bottom__container {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__bottom__list__item:after {
        color: #373737
    }

    .footer__bottom__list__item:last-of-type:after {
        display: none
    }

    .footer__bottom__copywright,
    .footer__bottom__list__item__link {
        color: #373737
    }
}

.top-bar {
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #fff;
    background-color: #373737;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    width: 100%;
    min-height: 2rem
}

@media only screen and (min-width:992px) {
    .top-bar {
        font-size: .75rem;
        font-weight: 400;
        font-style: normal;
        line-height: normal;
        letter-spacing: .6px
    }
}

.template-account .top-bar,
.template-article .top-bar,
.template-blog .top-bar,
.template-collection-pack .top-bar,
.template-product .top-bar {
    display: none
}

.top-bar__container {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.top-bar__messages {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    text-align: center
}

.top-bar__messages__list {
    position: relative;
    list-style: none;
    padding: 0;
    height: 1.125rem;
    margin: 0
}

.top-bar__messages__list__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition-property: opacity;
    transition-timing-function: ease
}

.top-bar__messages__list__item:first-child {
    opacity: 1
}

.top-bar__messages__list__item>img {
    margin-right: .5rem;
    filter: brightness(100)
}

.top-bar__extras {
    display: none
}

@media only screen and (min-width:992px) {
    .top-bar {
        padding-top: .25rem;
        padding-bottom: .25rem;
        width: 100%;
        min-height: 1.5rem
    }

    .template-article .top-bar,
    .template-collection-pack .top-bar {
        display: none
    }

    .template-account .top-bar,
    .template-blog .top-bar,
    .template-product .top-bar {
        display: block
    }

    .top-bar__messages__list {
        height: 1rem
    }

    .top-bar__messages__list__item {
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 100%
    }

    .top-bar__extras {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .top-bar__extras>a {
        color: #fff;
        text-decoration: none
    }

    .top-bar__extras__language-switcher {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        margin-right: .1875rem
    }

    .top-bar__extras__language-switcher:before {
        content: "";
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-left: 1rem;
        margin-right: 1rem;
        width: 1px;
        height: 12px;
        background-color: #fff
    }

    .top-bar__extras__language-switcher__button {
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .top-bar__extras__language-switcher__button img {
        pointer-events: none
    }

    .top-bar__extras__language-switcher__menu {
        position: absolute;
        top: 20px;
        right: 0;
        min-width: 18.75rem;
        box-shadow: 0 2px 5px rgba(55, 55, 55, .2);
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        transition: max-height .25s ease-out
    }

    .top-bar__extras__language-switcher__menu.is-active {
        max-height: 500px;
        transition: max-height .25s ease-in
    }

    .top-bar__extras__language-switcher__menu__list {
        list-style: none;
        margin: 0;
        padding: .5625rem 1.5rem
    }

    .top-bar__extras__language-switcher__menu__list__item__link {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        color: #373737;
        padding: .625rem 0;
        transition: all .3s ease-in-out
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .top-bar__extras__language-switcher__menu__list__item__link {
        line-height: normal;
        letter-spacing: normal
    }
}

@media only screen and (min-width:992px) {
    .top-bar__extras__language-switcher__menu__list__item__link:hover {
        opacity: .5
    }

    .top-bar__extras__language-switcher__menu__list__item__link__flag {
        margin-right: .75rem
    }

    .top-bar__extras__language-switcher__menu__list__item__link__currency {
        margin-left: auto
    }
}

.collection-list {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-right: 0
}

.collection-list__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none !important
}

.collection-list__list::-webkit-scrollbar {
    display: none
}

.collection-list__list__item {
    position: relative;
    width: 40vw;
    min-width: 160px;
    margin-right: .5rem
}

.collection-list__list__item:last-of-type {
    margin-right: 0
}

.collection-list__list__item:last-of-type:after {
    content: "#";
    position: absolute;
    right: -15px;
    top: 0;
    opacity: 0
}

.collection-list__list__item__link {
    text-decoration: none
}

.collection-list__list__item__image-wrap {
    margin-bottom: .5rem
}

.collection-list__list__item__image-wrap--mobile {
    display: block
}

.collection-list__list__item__content__pretitle,
.collection-list__list__item__image-wrap--desktop {
    display: none
}

.collection-list__list__item__content__title {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: .8px;
    color: #373737;
    margin: 0;
    text-transform: uppercase
}

@media only screen and (min-width:992px) {
    .collection-list {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .collection-list__list__item {
        position: relative;
        width: calc((100vw - 60px) / 3);
        margin-right: 16px
    }

    .collection-list__list__item:last-of-type {
        margin-right: 0
    }

    .collection-list__list__item:last-of-type:after {
        display: none
    }

    .collection-list__list__item__link {
        display: block
    }

    .collection-list--dark .collection-list__list__item__link:hover .collection-list__list__item__content {
        background-color: hsla(0, 0%, 100%, .52)
    }

    .collection-list--white .collection-list__list__item__link:hover .collection-list__list__item__content {
        background-color: rgba(55, 55, 55, .52)
    }

    .collection-list__list__item__image-wrap {
        margin-bottom: 0
    }

    .collection-list__list__item__image-wrap--mobile {
        display: none
    }

    .collection-list__list__item__image-wrap--desktop {
        display: block
    }

    .collection-list__list__item__content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
        transition: all .3s ease-in-out
    }

    .collection-list__list__item__content__inner {
        position: absolute;
        top: 50%;
        left: 40px;
        transform: translateY(-50%)
    }

    .collection-list__list__item__content__pretitle {
        color: #fff;
        display: block;
        font-size: 30px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        margin: 0
    }

    .collection-list--dark .collection-list__list__item__content__pretitle {
        color: #373737
    }

    .collection-list__list__item__content__title {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 2.72px
    }

    .collection-list--dark .collection-list__list__item__content__title {
        color: #373737
    }
}

.page-404 {
    background-image: url(mobile-negativo.gif);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100vh
}

@media only screen and (min-width:992px) {
    .page-404 {
        background-image: url(desktop-negativo.gif)
    }
}

.page-404__container {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.page-404__content {
    text-align: center;
    padding-top: 25vh
}

.page-404__content__title {
    font-size: 1.625rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: 2.89px;
    margin: 0 0 .5rem
}

.page-404__content__text {
    margin: 0 0 2rem
}

.page-404__content__button {
    color: #fff;
    background-color: #373737;
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    border: 0;
    padding: .5rem 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .page-404__content__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

.page-404__content__button:active,
.page-404__content__button:active:focus,
.page-404__content__button:focus {
    border-radius: 0;
    outline: 0
}

@media only screen and (min-width:992px) {
    .page-404 {
        background-image: url(desktop-negativo.gif);
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        height: 70vh
    }

    .page-404__container {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 100%
    }

    .page-404__content {
        text-align: left;
        padding-top: 0;
        width: 28.75rem
    }

    .page-404__content__title {
        font-size: 2.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: 1.38px;
        margin: 0 0 1.125rem
    }

    .page-404__content__text {
        margin: 0 0 2rem
    }

    .page-404__content__button {
        color: #fff;
        background-color: #373737;
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        border: 0;
        padding: .5rem 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .page-404__content__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

@media only screen and (min-width:992px) {

    .page-404__content__button:active,
    .page-404__content__button:active:focus,
    .page-404__content__button:focus {
        border-radius: 0;
        outline: 0
    }
}

.collection__wrapper {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.collection__aside {
    display: none
}

.collection__main__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    display: -ms-grid;
    display: grid;
    grid-gap: .5rem;
    margin-bottom: 2rem
}

.collection__main__list__wrap {
    position: relative
}

.collection--pack .collection__wrapper {
    padding-top: 47px
}

.collection__info {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.collection__info__container {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.collection__info__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .5rem
}

.collection__info__description {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #373737
}

.collection__info p {
    margin-top: 0
}

.collection__info a,
.collection__info p a {
    color: #373737
}

@media only screen and (min-width:768px) {
    .collection__main__list {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 16px
    }
}

@media only screen and (min-width:992px) {
    .collection__wrapper {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        display: -ms-flexbox;
        display: flex
    }

    .collection__aside {
        display: block;
        width: 15.625rem;
        padding-right: 2rem
    }

    .collection__aside>div {
        position: -webkit-sticky;
        position: sticky;
        top: var(--paddingSticky);
        transition: all .3s ease-in-out
    }

    .collection__main {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .collection__main__header {
        position: -webkit-sticky;
        position: sticky;
        top: var(--paddingSticky);
        z-index: 1;
        background-color: #fff
    }

    .template-collection-pack .collection__main__header {
        top: 3.5rem
    }

    .collection--pack .collection__wrapper {
        padding-top: 0
    }

    .collection__info {
        text-align: center;
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .collection__info__container {
        width: 100%;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .collection__info__title {
        font-size: 1.625rem;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 1rem
    }

    .collection__info p {
        margin-top: 0
    }

    .collection__info a,
    .collection__info p a {
        color: #373737
    }
}

@media only screen and (min-width:1024px) {
    .collection__main__header {
        position: -webkit-sticky;
        position: sticky;
        top: var(--paddingSticky);
        z-index: 1;
        background-color: #fff
    }

    .template-collection-pack .collection__main__header {
        top: 4rem
    }
}

@media only screen and (min-width:1200px) {
    .collection__main__list {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        margin-bottom: 3rem
    }
}

.newsletter {
    position: relative;
    background-color: #f7f6f6;
    padding-top: 2.9375rem;
    padding-bottom: 4rem
}

.newsletter--modal .newsletter__title {
    font-size: 1.1875rem;
    font-weight: 700;
    margin: 0 0 .375rem;
    text-align: center
}

.newsletter--modal .newsletter__subtitle {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: #6a6a6a;
    margin: 0 0 .8125rem;
    text-align: center
}

@media only screen and (min-width:992px) {
    .newsletter--modal .newsletter__subtitle {
        line-height: normal;
        letter-spacing: normal
    }
}

.newsletter--modal .newsletter__button {
    min-width: 100%
}

.newsletter__container {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.newsletter__title {
    font-size: 1.125rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: .8px;
    margin: 0 0 .1875rem;
    text-transform: uppercase
}

.newsletter__subtitle {
    color: #6a6a6a;
    font-weight: 400;
    margin: 0 0 .5rem
}

.newsletter__input {
    width: 100%
}

.newsletter .g-recaptcha>div {
    margin: 1rem auto 0
}

.newsletter__button {
    color: #fff;
    background-color: #373737;
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    border: 0;
    padding: .5rem 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem
}

@media only screen and (min-width:992px) {
    .newsletter__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

.newsletter__button:active,
.newsletter__button:active:focus,
.newsletter__button:focus {
    border-radius: 0;
    outline: 0
}

.newsletter__footer {
    margin-top: 1rem;
    max-height: 280px;
    overflow: hidden;
    transition: max-height .25s ease-in
}

.newsletter__footer--hidden {
    max-height: 0;
    transition: max-height .25s ease-in
}

.newsletter__success--hidden {
    display: none
}

.newsletter__success__title {
    font-size: 1.125rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: .8px;
    margin: 0 0 .1875rem;
    text-transform: uppercase
}

.newsletter__success__message__new,
.newsletter__success__message__returning {
    color: #6a6a6a;
    font-weight: 400;
    margin: 0 0 .5rem
}

.newsletter__form--hidden,
.newsletter__form-wrap--hidden,
.newsletter__success__message__new--hidden,
.newsletter__success__message__returning--hidden {
    display: none
}

.newsletter__loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: hsla(0, 0%, 100%, .7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.newsletter__loading--hidden {
    display: none
}

@media only screen and (min-width:768px) {
    .newsletter {
        position: relative;
        background-color: #fff;
        padding-top: 5.5rem;
        padding-bottom: 5.5rem
    }

    .newsletter--modal .newsletter__title {
        font-size: 1.875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: .93;
        letter-spacing: 3.33px;
        text-align: center;
        margin: 0 0 .5625rem
    }

    .newsletter--modal .newsletter__subtitle {
        color: #373737;
        margin: 0 0 1.875rem
    }

    .newsletter--modal .newsletter__button {
        min-width: unset
    }

    .newsletter__container {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .newsletter__form-wrap {
        max-width: 42.5rem;
        margin: 0 auto
    }

    .newsletter__form-wrap--hidden {
        display: none
    }

    .newsletter__form {
        max-width: 28.125rem;
        margin: 0 auto
    }

    .newsletter__form--hidden {
        display: none
    }

    .newsletter__title {
        font-size: 1.125rem;
        font-weight: 600;
        font-style: normal;
        line-height: 2.06;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .newsletter__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

@media only screen and (min-width:768px) {
    .newsletter__subtitle {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: .6px;
        color: #6a6a6a;
        margin: 0 0 1rem;
        text-align: center
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .newsletter__subtitle {
        font-size: 1.125rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 1.03px
    }
}

@media only screen and (min-width:768px) {
    .newsletter__input {
        width: 100%
    }

    .newsletter__button {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        background-color: #373737;
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        border: 0;
        padding: .5rem 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1rem;
        width: 260px
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .newsletter__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

@media only screen and (min-width:768px) {

    .newsletter__button:active,
    .newsletter__button:active:focus,
    .newsletter__button:focus {
        border-radius: 0;
        outline: 0
    }

    .newsletter__footer {
        margin-top: 1rem;
        max-height: 300px;
        overflow: hidden;
        transition: max-height .25s ease-in
    }

    .newsletter__footer--hidden {
        max-height: 0;
        transition: max-height .25s ease-in
    }

    .newsletter__success {
        text-align: center
    }

    .newsletter__success--hidden {
        display: none
    }

    .newsletter__success__title {
        font-size: 1.125rem;
        font-weight: 600;
        font-style: normal;
        line-height: 2.06;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .newsletter__success__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

@media only screen and (min-width:768px) {

    .newsletter__success__message__new,
    .newsletter__success__message__returning {
        color: #6a6a6a;
        font-weight: 400;
        margin: 0 0 1rem;
        text-align: center
    }

    .newsletter__success__message__new--hidden,
    .newsletter__success__message__returning--hidden {
        display: none
    }

    .newsletter__success__message__new {
        margin: 0 auto
    }

    .newsletter__loading {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: hsla(0, 0%, 100%, .7)
    }

    .newsletter__loading--hidden {
        display: none
    }
}

.countdown {
    background-color: var(--countdown-background-color);
    -ms-flex-order: 1;
    order: 1;
    overflow: hidden;
    transition: none;
    transition: all .3s ease-in-out
}

.is-fixed .countdown {
    max-height: 0
}

.is-fixed.scroll-up .countdown {
    max-height: 100px
}

.is-fixed .countdown--complete.countdown--complete {
    display: none
}

@media only screen and (min-width:768px) {
    .countdown--complete.countdown--complete .countdown__container {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.countdown--small.countdown--small {
    display: none;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:480px) {
    .countdown--small.countdown--small {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.is-fixed .countdown--small.countdown--small {
    display: -ms-flexbox;
    display: flex
}

.countdown--small.countdown--small .countdown__content {
    min-height: unset;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.countdown--small.countdown--small .countdown__content__text--mobile span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.countdown--small.countdown--small .countdown__counter {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: .5rem
}

.countdown--small.countdown--small .countdown__counter__date {
    min-height: 1.375rem;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    width: auto;
    padding-left: .5rem;
    -ms-flex-align: baseline;
    align-items: baseline
}

.countdown--small.countdown--small .countdown__counter__date:before {
    display: none
}

.countdown--small.countdown--small .countdown__counter__number,
.countdown--small.countdown--small .countdown__counter__text {
    -ms-flex: initial;
    flex: initial;
    width: auto
}

.countdown--small.countdown--small .countdown__counter__text {
    margin-top: 0;
    margin-left: .1875rem
}

.countdown__container {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem 1rem
}

@media only screen and (min-width:768px) {
    .countdown__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width:768px) {
    .countdown__container--center {
        -ms-flex-pack: center;
        justify-content: center
    }

    .countdown__container--center .countdown__content {
        padding: 0 1rem
    }
}

.countdown__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.countdown__content:nth-child(2) {
    margin-top: 0
}

@media only screen and (min-width:768px) {
    .countdown__content:nth-child(2) {
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.countdown__content__img {
    margin-right: 1rem
}

.countdown__content__img--desktop {
    display: none
}

@media only screen and (min-width:768px) {
    .countdown__content__img--mobile {
        display: none
    }

    .countdown__content__img--desktop {
        display: block
    }
}

.countdown__content__text,
.countdown__content__text a {
    color: var(--countdown-text-color)
}

.countdown__content__text p {
    margin-top: 0;
    margin-bottom: .25rem
}

.countdown__content__text p:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .countdown__content__text p {
        margin-bottom: .875rem
    }
}

.countdown__content__text--mobile {
    display: block;
    font-size: var(--countdown-text-mobile-size);
    line-height: normal;
    letter-spacing: normal
}

@media only screen and (min-width:768px) {
    .countdown__content__text--mobile {
        display: none
    }
}

.countdown__content__text--desktop {
    display: none
}

@media only screen and (min-width:768px) {
    .countdown__content__text--desktop {
        display: block;
        font-size: var(--countdown-text-desktop-size);
        line-height: normal;
        letter-spacing: normal
    }
}

.countdown__content--counter {
    min-height: 3.25rem
}

@media only screen and (min-width:768px) {
    .countdown__content--counter {
        min-width: 14.5rem
    }
}

.countdown__counter {
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem .25rem
}

.countdown__counter,
.countdown__counter__date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.countdown__counter__date {
    color: var(--countdown-text-color);
    position: relative;
    width: 3rem;
    min-height: 2.25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.countdown__counter__date:not(:first-child) {
    padding-left: .25rem
}

.countdown__counter__date:not(:first-child):before {
    content: ":";
    position: absolute;
    top: .375rem;
    left: 0;
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1
}

.countdown__counter__number,
.countdown__counter__text {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    text-align: center
}

.countdown__counter__number {
    font-size: var(--countdown-number-size);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    height: 1.25rem
}

.countdown__counter__text {
    font-size: .875rem;
    line-height: 1;
    margin-top: .25rem
}

.countdown__button {
    background-color: var(--countdown-btn-background-color);
    color: var(--countdown-btn-text-color);
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    padding: .40625rem .625rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    text-align: center;
    border: 0;
    height: 1.9375rem
}

@media only screen and (min-width:992px) {
    .countdown__button {
        font-weight: 700;
        padding: .625rem;
        min-width: 11.625rem;
        height: 2.5rem;
        line-height: 1.5
    }
}

.countdown__button--mobile {
    display: inline-block
}

@media only screen and (min-width:768px) {
    .countdown__button--mobile {
        display: none
    }
}

.countdown__button--desktop {
    display: none
}

@media only screen and (min-width:768px) {
    .countdown__button--desktop {
        display: inline-block
    }
}

.upperbar {
    background-color: var(--upperbar-background-color);
    overflow: hidden;
    transition: none;
    transition: all .3s ease-in-out
}

.is-fixed .upperbar {
    max-height: 0
}

.is-fixed.on-top .upperbar--only-top,
.is-fixed.scroll-up .upperbar--standard {
    max-height: 100px
}

.upperbar__container {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem 1rem
}

.upperbar__content__align-mobile--left {
    text-align: left
}

.upperbar__content__align-mobile--center {
    text-align: center
}

.upperbar__content__align-mobile--right {
    text-align: right
}

@media only screen and (min-width:768px) {
    .upperbar__content__align-desktop--left {
        text-align: left
    }

    .upperbar__content__align-desktop--center {
        text-align: center
    }

    .upperbar__content__align-desktop--right {
        text-align: right
    }
}

.upperbar__content__text,
.upperbar__content__text a {
    color: var(--upperbar-text-color)
}

.upperbar__content__text p {
    margin-top: 0;
    margin-bottom: .25rem
}

.upperbar__content__text p:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .upperbar__content__text p {
        margin-bottom: .875rem
    }
}

.upperbar__content__text--mobile {
    display: block;
    font-size: var(--upperbar-text-mobile-size);
    line-height: normal;
    letter-spacing: normal
}

@media only screen and (min-width:768px) {
    .upperbar__content__text--mobile {
        display: none
    }
}

.upperbar__content__text--desktop {
    display: none
}

@media only screen and (min-width:768px) {
    .upperbar__content__text--desktop {
        display: block;
        font-size: var(--upperbar-text-desktop-size);
        line-height: normal;
        letter-spacing: normal
    }
}

.apple-wallet-image,
.giftcard-qr img {
    display: block;
    margin: 0 auto
}

@media print {
    @page {
        margin: .5cm
    }

    p {
        orphans: 3;
        widows: 3
    }

    .apple-wallet,
    .print-giftcard {
        display: none
    }
}

.page {
    color: #6a6a6a;
    background-color: #f7f6f6;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: .875rem;
    line-height: 1.5;
    letter-spacing: .4px
}

.page__container {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.page__title {
    margin: 0 0 2.5rem
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
    color: #373737;
    letter-spacing: 2px
}

.page h1 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px
}

.page h2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.54;
    margin: 2.5rem 0 .625rem
}

.page h3 {
    margin: 1.25rem 0 .625rem
}

.page h3,
.page h4,
.page h5,
.page h6 {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.54
}

.page h4,
.page h5,
.page h6 {
    margin: .5rem 0
}

.page b,
.page strong {
    font-weight: 700
}

.page ul {
    list-style: circle;
    padding-left: 1rem;
    margin-left: 0
}

.page ul li {
    margin-bottom: 1rem
}

.page ol {
    list-style: none
}

.page blockquote,
.page q {
    quotes: none
}

@media only screen and (min-width:992px) {
    .page {
        background-color: #fff;
        font-size: 1rem;
        line-height: 1.4;
        letter-spacing: .9px
    }

    .page__container {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .page__title {
        margin: 0 0 2.5rem
    }

    .page h1,
    .page h2,
    .page h3,
    .page h4,
    .page h5,
    .page h6 {
        color: #373737;
        letter-spacing: normal
    }

    .page h1 {
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 2px;
        margin-bottom: 16px
    }

    .page h2 {
        font-size: 1.5rem;
        margin: 2.5rem 0 .625rem
    }

    .page h2,
    .page h3 {
        font-weight: 600;
        line-height: 1.54
    }

    .page h3 {
        font-size: 1.25rem;
        margin: 1.25rem 0 .625rem
    }

    .page h4,
    .page h5,
    .page h6 {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.54;
        margin: .5rem 0
    }

    .page b,
    .page strong {
        font-weight: 700
    }

    .page ul {
        list-style: circle;
        padding-left: 1rem;
        margin-bottom: 1rem
    }

    .page ol {
        list-style: none
    }

    .page blockquote,
    .page q {
        quotes: none
    }
}

.cart-page {
    background-color: #f7f6f6;
    position: relative
}

.cart-page__empty {
    padding: 7.125rem 0;
    text-align: center
}

.cart-dropdown .cart-page__empty {
    background-color: #f7f6f6;
    text-align: center;
    padding: 5rem 1rem
}

.cart-page__empty__icon {
    margin: 0 auto .375rem;
    width: 4.6875rem;
    height: 4.6875rem;
    border-radius: 100%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-page__empty__message__title {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 .75rem
}

@media only screen and (min-width:992px) {
    .cart-page__empty__message__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

.cart-page__empty__message__text {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    margin: 0 0 1.75rem
}

@media only screen and (min-width:992px) {
    .cart-page__empty__message__text {
        line-height: normal;
        letter-spacing: normal
    }
}

.cart-page__empty__message__text a {
    color: #373737;
    text-decoration: none;
    font-weight: 600
}

.cart-page__empty__button {
    color: #fff;
    background-color: #373737;
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    border: 0;
    padding: .5rem 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .cart-page__empty__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

.cart-page__empty__button:active,
.cart-page__empty__button:active:focus,
.cart-page__empty__button:focus {
    border-radius: 0;
    outline: 0
}

.cart-page__form {
    padding-bottom: 1.625rem
}

.cart-page__main {
    width: 100%;
    position: relative
}

.cart-page__main__title {
    font-size: 1rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.43px;
    text-transform: uppercase;
    margin: 0;
    padding: 1.875rem 1.5rem;
    background-color: #fff
}

.cart-page__main__list {
    padding: 1.5rem;
    background-color: #fff
}

.cart-page__ship-estimate {
    padding: 1.875rem 1.5rem 2.125rem;
    background-color: #fff
}

.cart-page__ship-estimate__title {
    font-size: 1rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.43px;
    text-transform: uppercase;
    margin: 0 0 1.125rem
}

.cart-page__ship-estimate .delivery-msg__message {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: .8px;
    color: #6a6a6a;
    margin: 0 0 .5rem
}

.cart-page__ship-estimate .delivery-msg__message__main {
    color: #59c59b
}

.cart-page__summary {
    background-color: #fff;
    width: 100%;
    margin-top: 1.5rem;
    padding: 1.875rem 1.5rem
}

.cart-page__summary__title {
    font-size: 1rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.43px;
    text-transform: uppercase;
    margin: 0 0 2.5rem
}

.cart-page__summary__klarna-widget {
    display: block;
    margin-top: .75rem;
    padding: .75rem 1.5rem;
    background-color: #fff
}

.cart-page__summary--has-klarna {
    margin-top: 0;
    border-top: .0625rem solid hsla(0, 0%, 69%, .3)
}

.cart-page__button.cart-page__button.cart-page__button {
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    min-height: 3.5rem;
    min-width: 100%;
    margin-top: 1.25rem
}

@media only screen and (min-width:992px) {
    .cart-page__container {
        width: 100%;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .cart-page__form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1.625rem 0 8.125rem
    }

    .cart-page__main {
        width: calc(100% - 335px)
    }

    .cart-page__main__list {
        margin-bottom: 1.5rem
    }

    .cart-page__summary {
        background-color: #fff;
        position: -webkit-sticky;
        position: sticky;
        top: calc(var(--paddingSticky) + 26px);
        transition: all .3s ease-in-out;
        width: 20.75rem;
        -ms-flex: 1 1 20.75rem;
        flex: 1 1 20.75rem;
        margin: 0 0 0 1rem;
        padding: 1.875rem 1.5rem
    }

    .cart-page__summary__title {
        font-size: 1rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3.43px;
        text-transform: uppercase;
        margin: 0 0 2.5rem
    }

    .cart-page__summary__klarna-widget {
        margin-top: 1rem;
        padding: 0
    }

    .cart-page__summary--has-klarna {
        margin-top: 0;
        border-top: none
    }

    .cart-page__button.cart-page__button.cart-page__button {
        position: relative
    }

    .cart-page .cart-dropdown__extras {
        display: block
    }
}

.shopify-challenge__container {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1rem;
    text-align: center;
    background-color: #fff;
    max-width: 35rem;
    margin: 0 auto;
    min-height: 70vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.shopify-challenge__message {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px
}

@media only screen and (min-width:992px) {
    .shopify-challenge__message {
        line-height: normal;
        letter-spacing: normal
    }
}

.template-article main {
    position: relative;
    padding-bottom: 2rem
}

@media only screen and (min-width:768px) {
    .template-article main {
        padding-bottom: 2.25rem
    }
}

.article__tags {
    display: none
}

.products-carousel.section-marginb {
    margin-bottom: 2rem
}

.products-carousel__header {
    margin-bottom: .375rem
}

@media only screen and (min-width:992px) {
    .products-carousel__header {
        margin-bottom: 2.75rem;
        text-align: center
    }
}

@media only screen and (min-width:992px) {
    .products-carousel__header--big {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        margin-bottom: 1rem
    }

    .products-carousel__header--big .products-carousel__header__title {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: .93;
        letter-spacing: 4.4px;
        margin-bottom: .5rem
    }
}

.products-carousel__header__title {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase
}

@media only screen and (min-width:992px) {
    .products-carousel__header__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px;
        margin-bottom: .125rem
    }
}

.products-carousel__header__subtitle {
    display: none
}

@media only screen and (min-width:992px) {
    .products-carousel__header__subtitle {
        font-size: 1.125rem;
        font-weight: 400;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 1.03px;
        color: #6a6a6a;
        display: block;
        margin: 0
    }
}

.products-carousel__wrapper {
    padding-left: 1rem;
    overflow: hidden
}

.product__related .products-carousel__wrapper {
    padding-left: 0
}

.products-carousel__list {
    position: relative
}

.products-carousel__list .vs-carousel__wrapper {
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    list-style: none;
    margin: 0;
    padding: 0
}

.products-carousel__list .vs-carousel__wrapper::-webkit-scrollbar {
    display: none
}

@media only screen and (min-width:992px) {
    .products-carousel__list .vs-carousel__wrapper {
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none
    }
}

.products-carousel__item {
    position: relative;
    padding: 0 .25rem;
    margin-bottom: 0;
    min-width: 41.66667%;
    max-width: 41.66667%;
    -ms-flex: 1 1 41.66667%;
    flex: 1 1 41.66667%;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:775px) {
    .products-carousel__item {
        min-width: 29.41176%;
        max-width: 29.41176%;
        -ms-flex: 1 1 29.41176%;
        flex: 1 1 29.41176%
    }
}

.products-carousel__item:last-of-type {
    margin-right: 0
}

.products-carousel__item:last-of-type:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    width: 16px;
    height: 16px;
    display: block;
    opacity: 0
}

.products-carousel .product-tile {
    margin: 0;
    width: 100%;
    height: 100%
}

.products-carousel .vs-carousel__arrows {
    display: none
}

@media only screen and (min-width:992px) {
    .products-carousel__wrapper {
        width: 100%;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        overflow: visible
    }

    .product__related .products-carousel__wrapper {
        padding-left: 1rem
    }

    .products-carousel__item {
        padding: 0 .5rem;
        margin: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        min-width: 25%;
        max-width: 25%
    }

    .products-carousel__item:last-of-type {
        margin-right: 0
    }

    .products-carousel__item:last-of-type:after {
        display: none
    }

    .products-carousel .product-tile {
        margin: 0;
        width: 100%;
        height: 100%
    }
}

@media (min-width:1300px) {
    .products-carousel__wrapper {
        position: relative
    }

    .products-carousel .vs-carousel__arrows {
        position: absolute;
        top: 50%;
        background-color: transparent;
        background-image: url(carouselArrow.svg);
        display: block;
        width: 2.0625rem;
        height: 3.5rem;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        font-size: 0;
        transform: translateY(-50%);
        padding: 0
    }

    .products-carousel .vs-carousel__arrows--left,
    .products-carousel .vs-carousel__arrows--prev {
        left: -64px
    }

    .products-carousel .vs-carousel__arrows--next,
    .products-carousel .vs-carousel__arrows--right {
        right: -64px;
        transform: rotate(180deg) translateY(-50%);
        transform-origin: top
    }

    .products-carousel .vs-carousel__arrows:active,
    .products-carousel .vs-carousel__arrows:active:focus,
    .products-carousel .vs-carousel__arrows:focus {
        outline: none
    }

    .products-carousel .vs-carousel__arrows:disabled {
        cursor: not-allowed
    }
}

.collection-banner-wrap {
    margin-bottom: 46px
}

@media only screen and (min-width:992px) {
    .collection-banner-wrap {
        margin-bottom: 16px
    }
}

.banner-standard__content {
    bottom: 0
}

.banner-standard,
.banner-standard--noimage .banner-standard__content {
    position: relative
}

.banner-standard--small .banner-standard__content__inner {
    padding: 1.375rem 1.5rem;
    width: 100%
}

.banner-standard--small .banner-standard__content__heading {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.54;
    letter-spacing: 3.4px;
    margin: 0
}

.banner-standard--small .banner-standard__content__heading+.banner-standard__content__subheading {
    margin-top: 1rem
}

.banner-standard--small .banner-standard__content__subheading {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    letter-spacing: .6px;
    margin: 0
}

.banner-standard--small .banner-standard__content__subheading p {
    margin-top: 0
}

.banner-standard--small .banner-standard__content__subheading p:last-child {
    margin-bottom: 0
}

.banner-standard__mobile--left .banner-standard__content {
    text-align: left
}

.banner-standard__mobile--center .banner-standard__content {
    text-align: center
}

.banner-standard__mobile--right .banner-standard__content {
    text-align: right
}

.banner-standard__mobile--vertical-center .banner-standard__content {
    -ms-flex-align: center;
    align-items: center
}

.banner-standard__mobile--fixed-height .responsive-image__image--mobile {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative;
    width: 100%;
    height: 100%
}

.banner-standard__color--dark .banner-standard__content__heading,
.banner-standard__color--dark .banner-standard__content__subheading {
    color: #373737
}

.banner-standard__color--light .banner-standard__content__heading,
.banner-standard__color--light .banner-standard__content__subheading {
    color: #fff
}

.banner-standard .responsive-image {
    display: block;
    max-width: 100%;
    z-index: 1
}

.banner-standard .responsive-image--desktop {
    display: none
}

.banner-standard .responsive-image--mobile {
    padding-bottom: 0;
    height: 25rem;
    overflow: hidden
}

.banner-standard .responsive-image--mobile.type-landscape {
    height: 15rem
}

.banner-standard__wrapper {
    background-color: var(--banner-standard-bgcolor)
}

.banner-standard__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 100%
}

.banner-standard__content__inner {
    padding: 1.5rem;
    width: 100%
}

.banner-standard__content__heading {
    font-size: 1.625rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: 1.95px;
    margin: 0 0 .4375rem;
    text-transform: uppercase
}

@media only screen and (min-width:992px) {
    .banner-standard__content__heading {
        font-size: 3.125rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 2.03px;
        margin: 0
    }
}

.banner-standard__content__subheading {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    margin: 0
}

@media only screen and (min-width:992px) {
    .banner-standard__content__subheading {
        font-size: 1.125rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: .77px
    }
}

@media only screen and (min-width:992px) {
    .banner-standard {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .banner-standard--small .banner-standard__content__inner {
        padding: 3rem 1.5rem;
        width: 100%
    }

    .banner-standard--small .banner-standard__content__heading {
        font-size: 1.625rem;
        font-weight: 600;
        line-height: .75;
        letter-spacing: 1.03px
    }

    .banner-standard--small .banner-standard__content__heading+.banner-standard__content__subheading {
        margin-top: 1rem
    }

    .banner-standard--small .banner-standard__content__subheading {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25;
        letter-spacing: .46px;
        margin: 0
    }

    .banner-standard--small .banner-standard__content__subheading p {
        margin-top: 0
    }

    .banner-standard--small .banner-standard__content__subheading p:last-child {
        margin-bottom: 0
    }

    .banner-standard__desktop--left .banner-standard__content {
        text-align: left;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .banner-standard__desktop--center .banner-standard__content {
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner-standard__desktop--right .banner-standard__content {
        text-align: left;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .banner-standard__wrapper {
        position: relative
    }

    .banner-standard__wrapper:is(a) {
        display: block
    }

    .banner-standard .responsive-image {
        z-index: 1;
        display: block;
        max-width: 100%
    }

    .banner-standard .responsive-image--mobile {
        display: none
    }

    .banner-standard .responsive-image--desktop {
        display: block
    }

    .banner-standard__content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%
    }

    .banner-standard__content__inner {
        width: 37.5rem;
        padding: 1.5rem 2.3125rem
    }

    .banner-standard__content__heading {
        font-size: 1.625rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.46;
        letter-spacing: 1.95px;
        margin: 0 0 .4375rem;
        text-transform: uppercase
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .banner-standard__content__heading {
        font-size: 3.125rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 2.03px;
        margin: 0
    }
}

@media only screen and (min-width:992px) {
    .banner-standard__content__subheading {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        margin: 0
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .banner-standard__content__subheading {
        font-size: 1.125rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: .77px
    }
}

.advantages {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.advantages__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.advantages__list__item {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: .9375rem;
    padding-right: .9375rem;
    margin-bottom: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.advantages__list__item:last-of-type {
    margin-bottom: 0
}

.advantages__list__item__link {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.advantages__list__item__icon {
    -ms-flex: auto;
    flex: auto;
    margin-right: .5rem;
    width: 3rem;
    height: 2.25rem
}

.advantages__list__item .review-average {
    width: 50px;
    margin-right: 1rem
}

.advantages__list__item__content__title {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

.advantages__list__item__content__subtitle,
.advantages__list__item__content__title {
    color: #080808;
    font-size: .875rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    margin: 0
}

.advantages__list__item__content__subtitle {
    font-weight: 400
}

.advantages .review-average {
    text-align: center
}

.advantages .review-average__number {
    font-size: 1.5625rem;
    line-height: 26px;
    color: #080808;
    margin: 0
}

.advantages .review-average__container {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 50px;
    margin: 0
}

.advantages .review-average__container,
.advantages .review-average__counter {
    background: url(star-rating-sprite.svg) repeat-x;
    background-size: 10px;
    height: 10px
}

.advantages .review-average__counter {
    background-position: 0 100%;
    display: block
}

@media only screen and (min-width:992px) {
    .advantages__list {
        padding-top: 1.375rem;
        padding-bottom: 1.375rem
    }

    .advantages__list__item {
        -ms-flex: 1 1 33.3333%;
        flex: 1 1 33.3333%;
        max-width: 33.3333%;
        margin-bottom: 0
    }
}

.main-banner__content {
    bottom: 0
}

.main-banner {
    position: relative
}

.main-banner__video {
    position: relative;
    width: 100%;
    margin: 0;
}

.main-banner__video__controls {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    cursor: pointer
}

.main-banner__video__controls svg {
    fill: #fff
}

.main-banner__video__controls button {
    background: transparent;
    border: 0;
    padding: 16px
}

.main-banner__video__controls__mute {
    display: block
}

.main-banner__video--muted .main-banner__video__controls__mute,
.main-banner__video__controls__unmute {
    display: none
}

.main-banner__video--muted .main-banner__video__controls__unmute {
    display: block
}

.main-banner__video__wrapper {
    position: relative;
    padding-bottom: var(--video-proportion-mobile);
    height: 0;
    overflow: hidden;
    margin-bottom: -40%;
}

.main-banner__video__wrapper iframe,
.main-banner__video__wrapper video {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(var(--video-proportion-mobile) * 1.8);
    height: 100%
}

.main-banner .responsive-image {
    display: block;
    max-width: 100%;
    z-index: 1
}

.main-banner .responsive-image--desktop {
    display: none
}

.main-banner__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #373737;
    z-index: 2
}

.main-banner__overlay--desktop {
    display: none
}

.main-banner__content {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3rem 1.5rem
}

.main-banner__content__inner {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

.main-banner__content__heading {
    font-size: 2.125rem;
    font-weight: 800;
    line-height: 1.32;
    letter-spacing: 2.55px;
    margin: 0;
    text-transform: uppercase
}

@media only screen and (min-width:992px) {
    .main-banner__content__heading {
        font-size: 3.75rem;
        font-weight: 800;
        font-style: normal;
        line-height: .93;
        letter-spacing: 4.5px
    }
}

.main-banner__content__heading--mobile {
    display: block
}

.main-banner__content__heading--desktop {
    display: none
}

.main-banner__content__subheading {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    margin: 0;
    margin-top: .375rem
}

@media only screen and (min-width:992px) {
    .main-banner__content__subheading {
        font-size: 2.5rem;
        font-weight: 400;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        margin: 0
    }
}

.main-banner__content__subheading--mobile {
    display: block
}

.main-banner__content__subheading--desktop {
    display: none
}

.main-banner__content__subheading--small {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .6px
}

@media only screen and (min-width:992px) {
    .main-banner__content__subheading--small {
        font-size: 1.125rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 1.03px
    }
}

.main-banner__content__button {
    color: #373737;
    font-size: .875rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    background-color: #fff;
    border: 0;
    padding: 0 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .main-banner__content__button {
        font-size: .875rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

.main-banner__content__button:active,
.main-banner__content__button:active:focus,
.main-banner__content__button:focus {
    border-radius: 0;
    outline: 0
}

.main-banner__content__button:is(button) {
    -webkit-appearance: none
}

.main-banner__list {
    list-style: none;
    margin: 0 -.5625rem;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-banner__list-item {
    margin-top: 1.375rem;
    padding: 0 .5625rem
}

.main-banner__scroll-button {
    display: none
}

@media only screen and (max-width:991px) {
    .main-banner {
        position: relative
    }

    .main-banner__color-mobile--dark .main-banner__content__heading,
    .main-banner__color-mobile--dark .main-banner__content__subheading {
        color: #373737
    }

    .main-banner__color-mobile--dark .main-banner__content__button {
        color: #fff;
        background-color: #373737;
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        border: 0;
        padding: .5rem 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:991px) and (min-width:992px) {
    .main-banner__color-mobile--dark .main-banner__content__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

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

    .main-banner__color-mobile--dark .main-banner__content__button:active,
    .main-banner__color-mobile--dark .main-banner__content__button:active:focus,
    .main-banner__color-mobile--dark .main-banner__content__button:focus {
        border-radius: 0;
        outline: 0
    }

    .main-banner__color-mobile--dark .main-banner__content__button:is(button) {
        -webkit-appearance: none
    }

    .main-banner__color-mobile--dark .main-banner__content__button--outline {
        font-size: .875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: .40625rem .625rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: inline-block;
        border: 1px solid #373737;
        color: #373737;
        background-color: transparent;
        text-align: center;
        line-height: 24px
    }
}

@media only screen and (max-width:991px) and (min-width:992px) {
    .main-banner__color-mobile--dark .main-banner__content__button--outline {
        font-weight: 700;
        padding: .625rem;
        border-width: 2px;
        min-width: 11.625rem
    }
}

@media only screen and (max-width:991px) {
    .main-banner__color-mobile--dark .main-banner__content__button--outline:hover {
        background-color: #373737;
        color: #fff
    }

    .main-banner__color-mobile--dark .main-banner__content__button--outline:active,
    .main-banner__color-mobile--dark .main-banner__content__button--outline:active:focus,
    .main-banner__color-mobile--dark .main-banner__content__button--outline:focus {
        border-radius: 0;
        outline: 0
    }

    .main-banner__color-mobile--light .main-banner__content__heading,
    .main-banner__color-mobile--light .main-banner__content__subheading {
        color: #fff
    }

    .main-banner__color-mobile--light .main-banner__content__button {
        color: #373737;
        font-size: .875rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 2px;
        background-color: #fff;
        border: 0;
        padding: 0 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:991px) and (min-width:992px) {
    .main-banner__color-mobile--light .main-banner__content__button {
        font-size: .875rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

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

    .main-banner__color-mobile--light .main-banner__content__button:active,
    .main-banner__color-mobile--light .main-banner__content__button:active:focus,
    .main-banner__color-mobile--light .main-banner__content__button:focus {
        border-radius: 0;
        outline: 0
    }

    .main-banner__color-mobile--light .main-banner__content__button:is(button) {
        -webkit-appearance: none
    }

    .main-banner__color-mobile--light .main-banner__content__button--outline {
        font-size: .875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: .40625rem .625rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: inline-block;
        border: 1px solid #fff;
        color: #fff;
        background-color: transparent;
        text-align: center;
        line-height: 24px
    }
}

@media only screen and (max-width:991px) and (min-width:992px) {
    .main-banner__color-mobile--light .main-banner__content__button--outline {
        font-weight: 700;
        padding: .625rem;
        border-width: 2px;
        min-width: 11.625rem
    }
}

@media only screen and (max-width:991px) {
    .main-banner__color-mobile--light .main-banner__content__button--outline:hover {
        background-color: #fff;
        color: #373737
    }

    .main-banner__color-mobile--light .main-banner__content__button--outline:active,
    .main-banner__color-mobile--light .main-banner__content__button--outline:active:focus,
    .main-banner__color-mobile--light .main-banner__content__button--outline:focus {
        border-radius: 0;
        outline: 0
    }

    .main-banner__mobile--horizontal-left .main-banner__content {
        text-align: left
    }

    .main-banner__mobile--horizontal-center .main-banner__content {
        text-align: center
    }

    .main-banner__mobile--horizontal-center .main-banner__list {
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-banner__mobile--horizontal-right .main-banner__content {
        text-align: right
    }

    .main-banner__mobile--horizontal-right .main-banner__list {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .main-banner__mobile--vertical-top .main-banner__content {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main-banner__mobile--vertical-center .main-banner__content {
        -ms-flex-align: center;
        align-items: center
    }

    .main-banner__mobile--vertical-bottom .main-banner__content {
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media only screen and (min-width:992px) {
    .main-banner--container {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .main-banner--container .main-banner__content {
        padding-left: 7%;
        padding-right: 7%
    }

    .main-banner__inner {
        display: block
    }

    .main-banner__desktop--left .main-banner__content {
        text-align: left;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-banner__desktop--left .main-banner__list {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-banner__desktop--center .main-banner__content {
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-banner__desktop--center .main-banner__list {
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-banner__desktop--right .main-banner__content {
        text-align: left;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .main-banner__desktop--right .main-banner__list {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-banner__color--dark .main-banner__content__heading,
    .main-banner__color--dark .main-banner__content__subheading {
        color: #373737
    }

    .main-banner__color--dark .main-banner__content__button {
        color: #fff;
        background-color: #373737;
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        border: 0;
        padding: .5rem 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .main-banner__color--dark .main-banner__content__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

@media only screen and (min-width:992px) {

    .main-banner__color--dark .main-banner__content__button:active,
    .main-banner__color--dark .main-banner__content__button:active:focus,
    .main-banner__color--dark .main-banner__content__button:focus {
        border-radius: 0;
        outline: 0
    }

    .main-banner__color--dark .main-banner__content__button:is(button) {
        -webkit-appearance: none
    }

    .main-banner__color--dark .main-banner__content__button--outline {
        font-size: .875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: .40625rem .625rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: inline-block;
        border: 1px solid #373737;
        color: #373737;
        background-color: transparent;
        text-align: center;
        line-height: 30px
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .main-banner__color--dark .main-banner__content__button--outline {
        font-weight: 700;
        padding: .625rem;
        border-width: 2px;
        min-width: 11.625rem
    }
}

@media only screen and (min-width:992px) {
    .main-banner__color--dark .main-banner__content__button--outline:hover {
        background-color: #373737;
        color: #fff
    }

    .main-banner__color--dark .main-banner__content__button--outline:active,
    .main-banner__color--dark .main-banner__content__button--outline:active:focus,
    .main-banner__color--dark .main-banner__content__button--outline:focus {
        border-radius: 0;
        outline: 0
    }

    .main-banner__color--light .main-banner__content__heading,
    .main-banner__color--light .main-banner__content__subheading {
        color: #fff
    }

    .main-banner__color--light .main-banner__content__button {
        color: #373737;
        font-size: .875rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 2px;
        background-color: #fff;
        border: 0;
        padding: 0 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .main-banner__color--light .main-banner__content__button {
        font-size: .875rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

@media only screen and (min-width:992px) {

    .main-banner__color--light .main-banner__content__button:active,
    .main-banner__color--light .main-banner__content__button:active:focus,
    .main-banner__color--light .main-banner__content__button:focus {
        border-radius: 0;
        outline: 0
    }

    .main-banner__color--light .main-banner__content__button:is(button) {
        -webkit-appearance: none
    }

    .main-banner__color--light .main-banner__content__button--outline {
        font-size: .875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: .40625rem .625rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: inline-block;
        border: 1px solid #fff;
        color: #fff;
        background-color: transparent;
        text-align: center;
        line-height: 30px
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .main-banner__color--light .main-banner__content__button--outline {
        font-weight: 700;
        padding: .625rem;
        border-width: 2px;
        min-width: 11.625rem
    }
}

@media only screen and (min-width:992px) {
    .main-banner__color--light .main-banner__content__button--outline:hover {
        background-color: #fff;
        color: #373737
    }

    .main-banner__color--light .main-banner__content__button--outline:active,
    .main-banner__color--light .main-banner__content__button--outline:active:focus,
    .main-banner__color--light .main-banner__content__button--outline:focus {
        border-radius: 0;
        outline: 0
    }

    .main-banner .responsive-image {
        display: block;
        max-width: 100%;
        z-index: 1
    }

    .main-banner .responsive-image--mobile {
        display: none
    }

    .main-banner .responsive-image--desktop {
        display: block
    }

    .main-banner__overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        display: block;
        background-color: #373737
    }

    .main-banner__overlay--mobile {
        display: none
    }

    .main-banner__content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center
    }

    .main-banner__content__inner {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%
    }

    .main-banner__content__heading {
        font-size: 2.125rem;
        font-weight: 800;
        line-height: 1.32;
        letter-spacing: 2.55px;
        margin: 0;
        text-transform: uppercase
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .main-banner__content__heading {
        font-size: 3.75rem;
        font-weight: 800;
        font-style: normal;
        line-height: .93;
        letter-spacing: 4.5px
    }
}

@media only screen and (min-width:992px) {
    .main-banner__content__heading--mobile {
        display: none
    }

    .main-banner__content__heading--desktop {
        display: block
    }

    .main-banner__content__subheading {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: .4px;
        margin: 0;
        margin-top: .5rem
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .main-banner__content__subheading {
        font-size: 2.5rem;
        font-weight: 400;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        margin: 0
    }
}

@media only screen and (min-width:992px) {
    .main-banner__content__subheading--mobile {
        display: none
    }

    .main-banner__content__subheading--desktop {
        display: block
    }

    .main-banner__content__subheading--small {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: .6px;
        margin-top: 1rem
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .main-banner__content__subheading--small {
        font-size: 1.125rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 1.03px
    }
}

@media only screen and (min-width:992px) {
    .main-banner__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-banner__list-item {
        margin-top: 1.125rem
    }

    .main-banner__scroll-button {
        position: absolute;
        left: 50%;
        bottom: 1rem;
        transform: translateX(-50%);
        z-index: 4;
        display: inline-block
    }

    .main-banner__scroll-button .icon {
        position: relative;
        padding: 0;
        border-radius: 999rem;
        border: 0;
        background-color: #fff;
        width: 40px;
        height: 40px;
        background-image: url(chevronDown.svg);
        background-position: center 55%;
        background-repeat: no-repeat;
        background-size: 16px;
        -webkit-appearance: none;
        transition: all .3s ease-in-out
    }

    .main-banner__scroll-button .icon:hover {
        background-position-y: 75%
    }

    .main-banner__video__wrapper {
        padding-bottom: var(--video-proportion-desktop);
        margin-bottom: 0%;
    }

    .main-banner__video__wrapper iframe,
    .main-banner__video__wrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none
    }
}

.featured-items {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.featured-items--scrolled {
    padding-right: 0
}

.featured-items--scrolled .featured-items__list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none !important
}

.featured-items--scrolled .featured-items__list::-webkit-scrollbar {
    display: none
}

.featured-items__header {
    margin-bottom: .375rem
}

@media only screen and (min-width:992px) {
    .featured-items__header {
        margin-bottom: 2.75rem;
        text-align: center
    }
}

@media only screen and (min-width:992px) {
    .featured-items__header--big {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        margin-bottom: 1rem
    }

    .featured-items__header--big .featured-items__header__title {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: .93;
        letter-spacing: 4.4px;
        margin-bottom: .5rem
    }
}

.featured-items__header__title {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase
}

@media only screen and (min-width:992px) {
    .featured-items__header__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px;
        margin-bottom: .125rem
    }
}

.featured-items__header__subtitle {
    display: none
}

@media only screen and (min-width:992px) {
    .featured-items__header__subtitle {
        font-size: 1.125rem;
        font-weight: 400;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 1.03px;
        color: #6a6a6a;
        display: block;
        margin: 0
    }
}

.featured-items__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex
}

.featured-items__list__item {
    position: relative
}

.featured-items__list__item--size-1 {
    width: 100%;
    text-align: center
}

.featured-items__list__item--size-2 {
    width: 50%;
    margin-right: .5rem;
    text-align: center
}

.featured-items__list__item--size-3 {
    width: 60vw;
    min-width: 232px;
    margin-right: .5rem
}

.featured-items__list__item--size-3 .featured-items__list__item__content--textSize-small .featured-items__content__button {
    display: none
}

.featured-items__list__item:last-of-type {
    margin-right: 0
}

.featured-items__list__item:last-of-type:after {
    content: "#";
    position: absolute;
    right: -15px;
    top: 0;
    opacity: 0
}

.featured-items__list__item__link {
    text-decoration: none
}

.featured-items__list__item__featured-items {
    margin-bottom: .75rem
}

.featured-items__list__item__featured-items--variable-height .responsive-image__wrapper {
    height: auto !important;
    padding-bottom: unset !important
}

.featured-items__list__item__featured-items--variable-height .responsive-image__image {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    height: auto
}

.featured-items__list__item__featured-items__video {
    position: relative
}

.featured-items__list__item__featured-items__video__player {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.featured-items__list__item__content--textSize-small {
    text-align: left
}

.featured-items__list__item__content--textSize-small .featured-items__list__item__content__title {
    color: #080808;
    font-size: .75rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2.57px;
    margin: 0;
    text-transform: uppercase
}

.featured-items__list__item__content--textSize-small .featured-items__list__item__content__subtitle {
    color: #6a6a6a;
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    margin: 0
}

.featured-items__list__item__content--textSize-small .featured-items__list__item__content__button {
    display: none
}

.featured-items__list__item__content--textSize-large .featured-items__list__item__content__title {
    color: #373737;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 3.43px;
    margin: 0
}

.featured-items__list__item__content--textSize-large .featured-items__list__item__content__subtitle {
    color: #6a6a6a;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.57;
    letter-spacing: .6px;
    margin: .25rem 0 0
}

.featured-items__list__item__content__button {
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    padding: .40625rem .625rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: inline-block;
    color: #fff;
    background-color: #373737;
    text-align: center;
    border: 0;
    height: 1.9375rem;
    margin-top: .75rem;
    height: auto
}

@media only screen and (min-width:992px) {
    .featured-items__list__item__content__button {
        font-weight: 700;
        padding: .625rem;
        min-width: 11.625rem;
        height: 2.5rem;
        line-height: 1.5
    }
}

.featured-items__list__item__content__button:active,
.featured-items__list__item__content__button:active:focus,
.featured-items__list__item__content__button:focus {
    border-radius: 0;
    outline: 0;
    color: #fff
}

@media only screen and (min-width:992px) {
    .featured-items {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .featured-items--cols-desktop-1 .featured-items__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .featured-items--cols-desktop-1 .featured-items__list__item {
        width: 100%
    }

    .featured-items--cols-desktop-2 .featured-items__list__item {
        width: 50%
    }

    .featured-items--cols-desktop-3 .featured-items__list__item {
        width: 33.33333%
    }

    .featured-items__list {
        row-gap: 1rem;
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .featured-items__list__item {
        position: relative;
        min-width: unset;
        padding-left: .5rem;
        padding-right: .5rem
    }

    .featured-items__list__item:last-child {
        margin-right: 0
    }

    .featured-items__list__item--size-2,
    .featured-items__list__item--size-3 {
        margin: 0
    }

    .featured-items__list__item:after {
        display: none
    }

    .featured-items__list__item__featured-items {
        margin: 0
    }

    .featured-items__list__item__link {
        display: block
    }

    .featured-items__list__item:hover .featured-items__list__item__content {
        opacity: 1
    }

    .featured-items__list__item__content--over-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(55, 55, 55, .52);
        opacity: 0;
        transition: all .3s ease-in-out
    }

    .featured-items__list__item__content--over-image .featured-items__list__item__content__inner {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 50%;
        transform: translate(-50%, -50%)
    }

    .featured-items__list__item__content--over-image .featured-items__list__item__content__subtitle,
    .featured-items__list__item__content--over-image .featured-items__list__item__content__title {
        color: #fff
    }

    .featured-items__list__item__content--over-image .featured-items__list__item__content__button {
        font-size: .875rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: .40625rem .625rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: inline-block;
        border: 1px solid #fff;
        color: #fff;
        background-color: transparent;
        text-align: center
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .featured-items__list__item__content--over-image .featured-items__list__item__content__button {
        font-weight: 700;
        padding: .625rem;
        border-width: 2px;
        min-width: 11.625rem
    }
}

@media only screen and (min-width:992px) {
    .featured-items__list__item__content--over-image .featured-items__list__item__content__button:hover {
        background-color: #fff;
        color: #373737
    }

    .featured-items__list__item__content--over-image .featured-items__list__item__content__button:active,
    .featured-items__list__item__content--over-image .featured-items__list__item__content__button:active:focus,
    .featured-items__list__item__content--over-image .featured-items__list__item__content__button:focus {
        border-radius: 0;
        outline: 0
    }

    .featured-items__list__item__content--below-image {
        margin-top: 1rem
    }

    .featured-items__list__item__content--below-image .featured-items__list__item__content__title {
        font-size: 1.5rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px;
        color: #373737;
        text-transform: none
    }

    .featured-items__list__item__content--below-image .featured-items__list__item__content__button {
        color: #fff;
        background-color: #373737;
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        border: 0;
        padding: .5rem 1.25rem;
        height: 2.5rem;
        transition: all .3s ease-in-out;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 8.5rem;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .featured-items__list__item__content--below-image .featured-items__list__item__content__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

@media only screen and (min-width:992px) {

    .featured-items__list__item__content--below-image .featured-items__list__item__content__button:active,
    .featured-items__list__item__content--below-image .featured-items__list__item__content__button:active:focus,
    .featured-items__list__item__content--below-image .featured-items__list__item__content__button:focus {
        border-radius: 0;
        outline: 0
    }

    .featured-items__list__item__content__inner {
        text-align: center
    }

    .featured-items__list__item__content__title {
        color: #fff;
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px;
        text-transform: none
    }

    .featured-items__list__item__content__subtitle {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: .8px;
        margin-bottom: 1.25rem
    }
}

.grid-mobile {
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .grid-mobile.hide-desktop {
        display: none
    }
}

.grid-mobile__header {
    position: relative;
    margin-bottom: .5rem
}

.grid-mobile__header__content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.6875rem 1rem
}

.grid-mobile__header__content__title {
    color: #6a6a6a;
    font-size: 1.125rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.06;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.43;
    letter-spacing: 2px
}

@media only screen and (min-width:1024px) {
    .grid-mobile__header__content__title {
        font-size: 1rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3.45px
    }
}

.grid-mobile__header__content__subtitle {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: .8px;
    line-height: 1.43;
    letter-spacing: .4px
}

@media only screen and (min-width:992px) {
    .grid-mobile__header__content__subtitle {
        font-size: 1.25rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25
    }
}

.grid-mobile__header__content__subtitle,
.grid-mobile__header__content__title {
    color: #fff;
    margin: 0
}

.grid-mobile__list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.25rem 1.125rem;
    padding: 0;
    list-style: none
}

.grid-mobile__list__item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    padding: 0 .25rem
}

.grid-mobile__button {
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    padding: .40625rem .625rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: inline-block;
    border: 1px solid #373737;
    color: #373737;
    background-color: transparent;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%)
}

@media only screen and (min-width:992px) {
    .grid-mobile__button {
        font-weight: 700;
        padding: .625rem;
        border-width: 2px;
        min-width: 11.625rem
    }
}

.grid-mobile__button:hover {
    background-color: #373737;
    color: #fff
}

.grid-mobile__button:active,
.grid-mobile__button:active:focus,
.grid-mobile__button:focus {
    border-radius: 0;
    outline: 0
}

.grid-desktop {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .grid-desktop.hide-mobile {
        display: none
    }
}

.grid-desktop__header {
    margin-bottom: .375rem
}

@media only screen and (min-width:992px) {
    .grid-desktop__header {
        margin-bottom: 2.75rem;
        text-align: center
    }
}

@media only screen and (min-width:992px) {
    .grid-desktop__header--big {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        margin-bottom: 1rem
    }

    .grid-desktop__header--big .grid-desktop__header__title {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: .93;
        letter-spacing: 4.4px;
        margin-bottom: .5rem
    }
}

.grid-desktop__header__title {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase
}

@media only screen and (min-width:992px) {
    .grid-desktop__header__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px;
        margin-bottom: .125rem
    }
}

.grid-desktop__header__subtitle {
    display: none
}

@media only screen and (min-width:992px) {
    .grid-desktop__header__subtitle {
        font-size: 1.125rem;
        font-weight: 400;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 1.03px;
        color: #6a6a6a;
        display: block;
        margin: 0
    }
}

.grid-desktop__grid {
    display: -ms-flexbox;
    display: flex;
    margin-left: -.5rem;
    margin-right: -.5rem
}

.grid-desktop__grid__item {
    position: relative;
    padding: 0 .5rem
}

.grid-desktop__grid__item--main {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.grid-desktop__grid__item--square_big {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0
}

.grid-desktop__grid__item--rectangular {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.grid-desktop__grid__item--rectangular:last-of-type {
    margin-bottom: 0
}

.grid-desktop__grid__item--square_small {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1rem
}

.grid-desktop__grid__item--square_small:nth-child(2, 3) {
    margin-bottom: 0
}

.grid-desktop__grid__item__wrapper {
    position: relative
}

.grid-desktop__grid__item__link {
    display: block
}

.grid-desktop__grid__item__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55, 55, 55, .52);
    text-align: center;
    opacity: 0;
    transition: all .3s ease-in-out
}

.grid-desktop__grid__item__content:hover {
    opacity: 1
}

.grid-desktop__grid__item__content__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.grid-desktop__grid__item__content__title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: 3.4px;
    margin: 0
}

.grid-desktop__grid__item__content__subtitle {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: .8px;
    color: #fff;
    margin: 0 0 1.25rem
}

.grid-desktop__grid__item__content__button {
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    padding: .40625rem .625rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    text-align: center
}

@media only screen and (min-width:992px) {
    .grid-desktop__grid__item__content__button {
        font-weight: 700;
        padding: .625rem;
        border-width: 2px;
        min-width: 11.625rem
    }
}

.grid-desktop__grid__item__content__button:hover {
    background-color: #fff;
    color: #373737
}

.grid-desktop__grid__item__content__button:active,
.grid-desktop__grid__item__content__button:active:focus,
.grid-desktop__grid__item__content__button:focus {
    border-radius: 0;
    outline: 0
}

.grid-desktop__sub-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.yotpo-album__title {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 .25rem
}

@media only screen and (min-width:992px) {
    .yotpo-album__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

.yotpo-album__grid-wrap {
    width: 100%;
    max-width: 1408px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.yotpo-album__grid-wrap--desktop {
    display: none
}

.yotpo-album__grid-wrap--mobile {
    display: block
}

.yotpo-album__grid__slide--mobile {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    width: 100%;
    height: 100%;
    margin-right: .5rem
}

.yotpo-album__item {
    width: 100%;
    cursor: pointer
}

.yotpo-album__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1
}

.yotpo-album.is-deactive {
    pointer-events: none;
    opacity: .6
}

@media only screen and (min-width:992px) {
    .yotpo-album__title {
        font-size: 1.125rem;
        font-weight: 600;
        font-style: normal;
        line-height: 2.06;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 0 auto 1.125rem;
        text-align: center
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .yotpo-album__title {
        font-size: 1.5rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px
    }
}

@media only screen and (min-width:992px) {
    .yotpo-album__grid-wrap {
        position: relative;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .yotpo-album__grid-wrap--desktop {
        display: block
    }

    .yotpo-album__grid-wrap--mobile {
        display: none
    }

    .yotpo-album__grid__slide--desktop {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[7];
        grid-template-columns: repeat(7, 1fr);
        -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        width: 100%;
        height: 100%;
        margin-right: 1rem
    }

    .yotpo-album__item {
        width: 100%
    }

    .yotpo-album__item--large:first-child {
        grid-area: 1/1/3/3
    }

    .yotpo-album__item--large:nth-child(2) {
        grid-area: 1/3/3/5
    }

    .yotpo-album__item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        aspect-ratio: 1
    }

    .yotpo-album .carousel__arrow {
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        background-image: url(chevronLeft.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 18px;
        opacity: .8;
        width: 3.75rem;
        height: 3.75rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 0;
        border-radius: 100%;
        box-shadow: none;
        font-size: 0;
        margin: 0 1.5rem;
        padding: 0
    }

    .yotpo-album .carousel__arrow--prev {
        left: 0
    }

    .yotpo-album .carousel__arrow--next {
        background-image: url(chevronRight.svg);
        right: 0
    }

    .yotpo-album .carousel__arrow:active,
    .yotpo-album .carousel__arrow:active:focus,
    .yotpo-album .carousel__arrow:focus {
        outline: none
    }
}

.secondary-banner {
    position: relative
}

.secondary-banner .responsive-image {
    z-index: 1;
    display: block;
    max-width: 100%;
    margin: 0
}

.secondary-banner .responsive-image--desktop {
    display: none
}

.secondary-banner__color--dark .secondary-banner__content__heading,
.secondary-banner__color--dark .secondary-banner__content__preheading,
.secondary-banner__color--dark .secondary-banner__content__subheading {
    color: #373737
}

.secondary-banner__color--light .secondary-banner__content__heading,
.secondary-banner__color--light .secondary-banner__content__preheading,
.secondary-banner__color--light .secondary-banner__content__subheading {
    color: #fff
}

.secondary-banner__inner {
    position: relative;
    display: block
}

.secondary-banner__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.secondary-banner__content__inner {
    padding: 0 1.5rem
}

.secondary-banner__content__preheading {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: .8px;
    margin: 0
}

@media only screen and (min-width:992px) {
    .secondary-banner__content__preheading {
        font-size: 1.25rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25
    }
}

.secondary-banner__content__heading {
    font-size: 1.375rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 2.44px;
    margin: 0 0 .375rem
}

@media only screen and (min-width:992px) {
    .secondary-banner__content__heading {
        font-size: 3.125rem;
        line-height: 1.06;
        letter-spacing: 2.4px
    }
}

.secondary-banner__content__subheading {
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: .8px;
    margin: 0 0 .375rem
}

@media only screen and (min-width:992px) {
    .secondary-banner__content__subheading {
        font-size: 1.25rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25
    }
}

.template-index .secondary-banner__content__subheading {
    display: none
}

.secondary-banner__content__label {
    color: #59c59b;
    font-weight:600;
    font-size:1rem;
    line-height:22px;
    letter-spacing:.9px;
    margin:0 0 .75rem
}

.secondary-banner__content__button {
    color: #fff;
    background-color: #373737;
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    border: 0;
    padding: .5rem 1.25rem;
    height: 2.5rem;
    transition: all .3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 8.5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:992px) {
    .secondary-banner__content__button {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        padding: 0 1.25rem;
        min-width: 11.625rem;
        height: 3.375rem
    }
}

.secondary-banner__content__button:active,
.secondary-banner__content__button:active:focus,
.secondary-banner__content__button:focus {
    border-radius: 0;
    outline: 0
}

@media only screen and (min-width:768px) {
    .secondary-banner__content__subheading {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.79;
        letter-spacing: .8px;
        margin: 0 0 .375rem
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .secondary-banner__content__subheading {
        font-size: 1.25rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25
    }
}

@media only screen and (min-width:768px) {
    .template-index .secondary-banner__content__subheading {
        display: block
    }

    .secondary-banner__content__label {
        color: #59c59b;
        font-size:1.375rem;
        font-weight:700;
        font-style:normal;
        line-height:1.14;
        letter-spacing:2.44px;
        margin:0 0 .75rem
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .secondary-banner__content__label {
        font-size: 1.25rem;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 1.72px
    }
}

@media (min-width:1300px) {
    .secondary-banner {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .secondary-banner .responsive-image {
        z-index: 1;
        display: block;
        max-width: 100%;
        margin: 0
    }

    .secondary-banner .responsive-image--mobile {
        display: none
    }

    .secondary-banner .responsive-image--desktop {
        display: block
    }

    .secondary-banner__color--dark .secondary-banner__content__heading,
    .secondary-banner__color--dark .secondary-banner__content__preheading,
    .secondary-banner__color--dark .secondary-banner__content__subheading {
        color: #373737
    }

    .secondary-banner__color--light .secondary-banner__content__heading,
    .secondary-banner__color--light .secondary-banner__content__preheading,
    .secondary-banner__color--light .secondary-banner__content__subheading {
        color: #fff
    }

    .secondary-banner__content {
        width: 50%
    }

    .secondary-banner__content__inner {
        padding: 0 3.125rem
    }

    .secondary-banner__content__heading,
    .secondary-banner__content__preheading {
        margin-bottom: .5625rem
    }

    .secondary-banner__content__label {
        color: #59c59b;
        font-size:1.375rem;
        font-weight:700;
        font-style:normal;
        line-height:1.14;
        letter-spacing:2.44px;
        margin-bottom:1.5rem
    }
}

@media only screen and (min-width:1300px) and (min-width:992px) {
    .secondary-banner__content__label {
        font-size: 1.25rem;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 1.72px
    }
}

@media only screen and (min-width:992px) {
    .blog__header {
        margin-bottom: 64px
    }

    .blog__header__title {
        font-size: 1.625rem;
        font-weight: 700;
        line-height: 1.46;
        letter-spacing: 1.95px;
        text-align: center;
        text-transform: uppercase;
        color: #373737;
        margin: 0
    }
}

@media only screen and (min-width:992px) and (min-width:992px) {
    .blog__header__title {
        font-size: 3.125rem;
        font-weight: 700;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 1.69px;
        text-align: center;
        text-transform: uppercase;
        color: #373737
    }
}

.blog__categories {
    margin-bottom: 2.625rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none !important
}

.blog__categories::-webkit-scrollbar {
    display: none
}

.blog__categories__list {
    padding-left: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.blog__categories__item:not(:last-child) {
    margin-right: 1rem
}

.blog__categories__item__link {
    font-size: .875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    text-align: center;
    font-family: Proxima Nova, sans-serif;
    color: #373737;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f7f6f6;
    padding: .5rem .5rem .4375rem;
    transition: all .3s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap
}

.blog__categories__item__link.is-active,
.blog__categories__item__link:hover {
    background-color: rgba(0, 0, 0, .4);
    color: #fff
}

.blog__categories__item__link:not(:last-child) {
    margin-right: .5rem
}

@media only screen and (min-width:992px) {
    .blog__categories__item__link {
        font-size: 1rem;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3.43px;
        text-align: center;
        font-family: Proxima Nova, sans-serif;
        color: #373737;
        padding: .9375rem 1rem;
        min-width: 15.375rem
    }

    .blog__categories__item__link:not(:last-child) {
        margin-right: 1rem
    }
}

.blog__categories__item__link:active,
.blog__categories__item__link:active:focus,
.blog__categories__item__link:focus {
    outline: 0
}

@media only screen and (min-width:768px) {
    .article-header {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.article-header__categories {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    margin-bottom: 2rem;
    background-color: #fff;
    padding-bottom: .25rem
}

@media only screen and (min-width:768px) {
    .article-header__categories {
        width: 100%;
        max-width: 1408px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        margin-bottom: 2.25rem;
        background-color: #fff;
        padding-bottom: .5rem;
        transition: top .2s ease-in-out
    }
}

@media only screen and (min-width:992px) {
    .article-header__categories {
        padding: 0 1rem .5rem
    }
}

.article-header__categories.sticky {
    position: fixed;
    transition: top .2s ease-in-out
}

.article-header__categories.is-visible {
    top: var(--paddingSticky)
}

.article-header__header {
    margin-bottom: .625rem
}

@media only screen and (min-width:768px) {
    .article-header__header {
        margin-bottom: .375rem
    }
}

.article-header__header__title {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.46;
    letter-spacing: 1.95px;
    text-align: center;
    text-transform: uppercase;
    color: #373737;
    margin: 0
}

@media only screen and (min-width:992px) {
    .article-header__header__title {
        font-size: 3.125rem;
        font-weight: 700;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 1.69px;
        text-align: center;
        text-transform: uppercase;
        color: #373737
    }
}

.article-header__header__subtitle {
    font-size: .875rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #373737;
    margin: .625rem auto 0;
    padding: 0 1rem
}

@media only screen and (min-width:992px) {
    .article-header__header__subtitle {
        font-size: 1.5rem;
        font-weight: 600;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px;
        text-align: center;
        text-transform: uppercase;
        color: #373737
    }
}

@media only screen and (min-width:768px) {
    .article-header__header__subtitle {
        font-size: .875rem;
        font-weight: 600;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
        color: #373737;
        margin: 1.5rem auto 0;
        padding: 0 1rem
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .article-header__header__subtitle {
        font-size: 1.5rem;
        font-weight: 600;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: 3.4px;
        text-align: center;
        text-transform: uppercase;
        color: #373737
    }
}

.article-header__share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 2.25rem;
    cursor: pointer
}

.article-header__share__title {
    display: none
}

@media only screen and (min-width:992px) {
    .article-header__share__title {
        display: block;
        font-size: 1.125rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: 1.03px;
        margin: 0 .75rem 0 0
    }
}

.article-header__share__button {
    display: inline
}

.article-header__share__button svg {
    width: 1.125rem
}

@media only screen and (min-width:992px) {
    .article-header__share__button svg {
        width: 1.5rem
    }
}

.article-header__image {
    margin-bottom: 1.75rem
}

@media only screen and (min-width:768px) {
    .article-header__image {
        margin-bottom: 2.5rem
    }
}

.article-header__image--desktop {
    display: none
}

@media only screen and (min-width:768px) {
    .article-header__image--desktop {
        display: block
    }
}

.article-header__image--mobile {
    display: block
}

@media only screen and (min-width:768px) {
    .article-header__image--mobile {
        display: none
    }
}

.article__related-post__title {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.8px;
    font-weight: 600;
    margin: 0 0 1.25rem;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (min-width:992px) {
    .article__related-post__title {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.54;
        letter-spacing: 3.4px;
        margin: 0 0 1.25rem;
        text-align: center;
        text-transform: uppercase
    }
}

.article__related-post__title--text-align-left {
    text-align: left
}

.article__related-post__title--text-align-right {
    text-align: right
}

.article__related-post__wrapper {
    padding-left: 1rem
}

@media only screen and (min-width:992px) {
    .article__related-post__wrapper {
        width: 100%;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:1300px) {
    .article__related-post__wrapper {
        position: relative
    }
}

.article__related-post__list {
    transform: inherit;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none !important;
    margin-left: -.25rem
}

@media only screen and (min-width:992px) {
    .article__related-post__list {
        margin-left: -.5rem
    }
}

.article__related-post__list::-webkit-scrollbar {
    display: none
}

.article__related-post__item {
    position: relative;
    padding: 0 .25rem;
    margin-bottom: 0
}

.article__related-post__item:last-of-type {
    margin-right: 0
}

.article__related-post__item:last-of-type:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    width: 16px;
    height: 16px;
    display: block;
    opacity: 0
}

@media only screen and (min-width:992px) {
    .article__related-post__item {
        padding: 0 .5rem;
        margin: 0
    }

    .article__related-post__item:last-of-type {
        margin-right: 0
    }
}

@media only screen and (min-width:992px) {
    .article__related-post .product-tile {
        margin: 0;
        width: 100%;
        height: 100%
    }
}

.article__related-post .carousel__arrow {
    display: none
}

@media (min-width:1300px) {
    .article__related-post .carousel__arrow {
        position: absolute;
        top: 50%;
        background-color: transparent;
        background-image: url(carouselArrow.svg);
        display: block;
        width: 2.0625rem;
        height: 3.5rem;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        font-size: 0;
        transform: translateY(-50%);
        padding: 0
    }

    .article__related-post .carousel__arrow--left,
    .article__related-post .carousel__arrow--prev {
        left: -64px
    }

    .article__related-post .carousel__arrow--next,
    .article__related-post .carousel__arrow--right {
        right: -64px;
        transform: rotate(180deg) translateY(-50%);
        transform-origin: top
    }

    .article__related-post .carousel__arrow:active,
    .article__related-post .carousel__arrow:active:focus,
    .article__related-post .carousel__arrow:focus {
        outline: none
    }

    .article__related-post .carousel__arrow:disabled {
        cursor: not-allowed
    }
}

@media only screen and (min-width:768px) {
    .blog__article {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        padding: 0 .5rem
    }
}

@media only screen and (min-width:992px) {
    .blog__article {
        -ms-flex: 1 1 33.333%;
        flex: 1 1 33.333%;
        max-width: 33.333%;
        padding: 0 .5rem
    }
}

.blog__article:not(.blog__article:last-child) {
    margin-bottom: 1.75rem
}

@media only screen and (min-width:768px) {
    .blog__article:not(.blog__article: last-child) {
        margin-bottom: 2.5rem
    }
}

.blog__article__content {
    padding: 0 1rem
}

@media only screen and (max-width:767px) {
    .blog__article__content {
        padding: 0 .5rem
    }
}

@media only screen and (min-width:768px) {
    .blog__article__content {
        padding: 0 .875rem
    }
}

.blog__article__image {
    margin-bottom: .5rem
}

@media only screen and (min-width:992px) {
    .blog__article__image {
        margin-bottom: 1rem
    }
}

.blog__article__image__link {
    display: block
}

.blog__article__image__link:hover img {
    transform: scale(1.1)
}

.blog__article__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all .3s ease-in-out
}

.blog__article__title {
    font-size: 1.125rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #373737;
    margin-bottom: .25rem;
    margin: 0
}

.blog__article__title * {
    color: inherit;
    text-decoration: none
}

@media only screen and (max-width:767px) {
    .article__related-post .blog__article__title {
        font-size: .875rem;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 1.56px
    }
}

@media only screen and (min-width:768px) {
    .blog__article__title {
        margin-bottom: .25rem
    }
}

.blog__article__excerpt {
    color: #6a6a6a;
    font-size: .875rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.7px
}

.blog__article__excerpt span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .blog__article__excerpt span {
        display: none
    }
}

.blog__article__seemore {
    position: relative;
    color: #59c59b;
    font-size: .8125rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: .74px;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none
}

.blog__article__seemore:hover:after {
    left: 0;
    width: 100%
}

.blog__article__seemore:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #59c59b;
    height: 1px;
    width: 0;
    transition: all .3s ease-in-out
}