.g .g_link {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .0625em;
    font-weight: 400
}

.g .g_link a,
.g .g_link strong {
    font-weight: 600
}

.g .g_link {
    font-weight: 600 !important;
    text-decoration: none;
    position: relative;
    margin: 0;
    color: #8f7247;
    display: inline-block;
    margin-bottom: 1.5em
}
.g ul {
    padding-left: 0;
}
.g .g_link,
.g .g_link span {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

.g .g_link span {
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_link i {
    display: inline;
    position: relative;
    top: 2px
}

html:not(.g_isTouch) .g .g_link:hover span {
    text-decoration: underline
}

.g_keyTab .g .g_link:focus {
    color: #4298ad
}

.g_keyTab .g .g_link:focus span {
    text-decoration: underline
}

.g [class*=g_btnRound] {
    display: inline-block;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    background: transparent;
    color: hsla(0, 0%, 100%, .8)
}

.g [class*=g_btnRound] i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.g [class*=g_btnRound] i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

html:not(.g_isTouch) .g [class*=g_btnRound]:hover {
    color: #fff
}

.g_keyTab .g [class*=g_btnRound]:focus {
    color: #4298ad !important
}

.g .g_btnRound {
    opacity: .75;
    color: #fff;
    text-shadow: 0 0 .3125em rgba(0, 0, 0, .5)
}

html:not(.g_isTouch) .g .g_btnRound:hover {
    opacity: 1
}

.g_keyTab .g .g_btnRound:focus {
    text-shadow: 0 0 .3125em hsla(0, 0%, 100%, .5)
}

.g .g_btnRoundL {
    width: 4.375em;
    height: 4.375em
}

.g .g_btnRoundL i:before {
    font-size: 3.75em
}

.g .g_btnRoundS {
    width: 3.125em;
    height: 3.125em
}

.g .g_btnRoundS i:before {
    font-size: 2.5em
}

.g .g_popin {
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2002;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    color: #000;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s .5s;
    transition: .25s .5s
}

.g .g_popin.g_popinOpened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_popin.g_popinOpened .g_popinRestrict {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s .25s;
    transition: .5s .25s
}

.g .g_popin .g_popinOverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 0
}

.g .g_popin .g_btnClose {
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background: #757575;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    z-index: 13
}

.g .g_popin .g_btnClose:hover {
    background: #f9f9f9;
    color: #000
}

.g_keyTab .g .g_popin .g_btnClose:focus {
    background: #4298ad;
    color: #fff !important
}

.g .g_popin .g_popinFixed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_popin .g_popinFixed:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_popin .g_popinRestrict {
    z-index: 1;
    position: absolute;
    background: #757575;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(.9);
    transform: translate(-50%, -50%) scale(.9);
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_popin .g_popinRestrict .g_popinContent {
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_popin .g_addToCart {
    min-height: 0
}

@media screen and (min-width:768px) {
    .g .g_popin .g_popinRestrict {
        -webkit-box-shadow: 0 0 1.25em rgba(0, 0, 0, .8);
        box-shadow: 0 0 1.25em rgba(0, 0, 0, .8);
        width: calc(85% - 50vw - 50vh);
        top: 50%;
        left: 50%;
        min-width: 62.25em;
        height: 85vh;
        max-height: calc(23.33345vw + 33.3335vh)
    }

    .g .g_popin .g_popinRestrict .g_popinContent {
        display: table;
        width: calc(100% + 1px);
        height: 100%;
        table-layout: fixed
    }
}

.g_isTouch .g .g_popin .g_btnClose {
    top: 4em
}

.g_isTouch .g .g_popin .g_popinRestrict {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 0;
    max-height: none
}

.g_isTouch .g .g_popin.g_popinOpened .g_popinRestrict {
    -webkit-transform: none;
    transform: none
}

@media screen and (max-width:767px) {
    .g .g_popin .g_popinFixed {
        overflow-y: scroll
    }

    .g .g_popin .g_btnClose {
        top: 1.5em !important;
        width: 3em;
        height: 3em;
        background-color: #000;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }

    .g .g_popin .g_popinRestrict {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    .g .g_popin.g_popinOpened .g_popinRestrict {
        -webkit-transform: none;
        transform: none
    }

    .QSOpened .g .g_popin .g_btnClose {
        opacity: 0;
        visibility: hidden
    }
}

.g [class*=g_btnRound] span {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .g .g_popin .g_table {
        display: table;
        height: 100%;
        width: 100%
    }

    .g .g_popin .g_tableRow {
        display: table-row
    }
}

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

    .g .g_popin .g_leftCol,
    .g .g_popin .g_tableCell {
        display: table-cell;
        position: relative
    }

    .g .g_popin .g_leftCol {
        vertical-align: top;
        background: #f2f2f2;
        overflow: hidden
    }

    .g .g_popin .g_leftCol:after {
        content: "";
        height: 100%;
        width: 1px;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 1
    }

    .g .g_popin .g_leftCol .g_header {
        height: calc((85vw - 16px - 50vw + 50vh)/2*0.4257)
    }

    .g .g_popin .g_leftCol .g_header .g_tableCell {
        padding: 2.5em 2.5em 0;
        text-align: center;
        vertical-align: middle
    }

    .g .g_popin .g_leftCol .g_header .g_tableCell .g_h2 {
        font-size: 2em;
        margin-bottom: .72222em
    }

    .g .g_popin .g_leftCol .g_header .g_tableCell .g_wysiwyg {
        margin-bottom: 0
    }

    .g .g_popin .g_leftCol .g_main .g_tableCell {
        position: relative
    }
}

@media screen and (max-width:767px) {
    .g .g_popin .g_leftCol {
        width: 100vw;
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        background-color: #f2f2f2;
        padding: 0 1.25em;
        padding-top: 6em
    }

    .g .g_popin .g_leftCol .g_header {
        margin-bottom: 2em
    }

    .g .g_popin .g_leftCol .g_header .g_tableCell {
        text-align: center
    }
}

.g .g_popin .g_rightCol {
    text-align: left
}

.g .g_popin .g_rightCol .g_table .g_headerRow .g_background {
    width: 100%;
    height: 13.75em;
    position: relative;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_popin .g_rightCol .g_table .g_footerRow .g_addToCart .g_addToCartCustom {
    vertical-align: middle
}

.g .g_popin .g_rightCol .g_table .g_footerRow .g_addToCart .g_productPrice {
    display: inline-block;
    margin: 0 1em 0 0;
    padding-bottom: .5em
}

.g .g_popin .g_rightCol .g_table .g_footerRow .g_addToCart .g_addToCartCustom {
    margin-top: 0
}

@media screen and (min-width:768px) {
    .g .g_popin .g_rightCol {
        display: table-cell;
        vertical-align: top;
        background: #fff;
        overflow: hidden
    }

    .g .g_popin .g_rightCol .g_headerRow {
        height: 0%
    }

    .g .g_popin .g_rightCol .g_headerRow .g_tableCell {
        padding: 0;
        position: relative
    }

    .g .g_popin .g_rightCol .g_headerRow .g_background {
        height: calc((85vw - 16px - 50vw + 50vh)/2*0.4257)
    }

    .g .g_popin .g_rightCol .g_sectionRow {
        height: 100%
    }
}

@media screen and (min-width:768px) and (min-width:0\0) {
    .g .g_popin .g_rightCol .g_sectionRow {
        height: auto
    }
}

@media screen and (min-width:768px) {
    .g .g_popin .g_rightCol .g_sectionRow .g_tableCell {
        position: relative
    }

    .g .g_popin .g_rightCol .g_footerRow {
        height: 0%;
        text-align: right
    }

    .g .g_popin .g_rightCol .g_footerRow .g_buyFooter {
        padding: 1.25em 2.5em 2.5em
    }
}

@media screen and (max-width:767px) {
    .g .g_popin .g_rightCol {
        position: absolute;
        top: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        background-color: #fff;
        left: 100vw;
        -webkit-transition: left .5s, opacity .25s .25s;
        transition: left .5s, opacity .25s .25s;
        opacity: 0
    }

    .g .g_popin .g_rightCol .g_table .g_sectionRow {
        padding: 0 1.25em 8em
    }

    .g .g_popin .g_rightCol .g_table .g_footerRow {
        text-align: right;
        position: fixed;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        bottom: 0;
        width: 100%;
        padding: 1.25em;
        background: #fff;
        -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
        box-shadow: 0 0 1em rgba(0, 0, 0, .1);
        left: 100vw;
        -webkit-transition: .5s;
        transition: .5s
    }

    .g .g_popin.g_popinSlide .g_rightCol {
        -webkit-transition: left .5s, opacity .25s;
        transition: left .5s, opacity .25s;
        opacity: 1
    }

    .g .g_popin.g_popinSlide .g_rightCol,
    .g .g_popin.g_popinSlide .g_rightCol .g_table .g_footerRow {
        left: 0
    }

    .g .g_popin.g_popinSlide .g_btnClose {
        opacity: 0;
        visibility: hidden
    }

    .QSOpened .g .g_popin .g_rightCol .g_table .g_footerRow {
        -webkit-transform: none;
        transform: none
    }

    .g .g_popin .g_rightCol .g_table .g_footerRow .g_priceAndButton {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .g .g_popin .g_rightCol .g_table .g_footerRow .g_priceAndButton p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0 !important;
        text-align: center;
        padding: 1em 0 0 !important;
        line-height: 1
    }

    .g .g_popin .g_rightCol .g_table .g_footerRow .g_priceAndButton div {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .g .g_popin .g_rightCol .g_table .g_footerRow .g_priceAndButton div .g_btnBuy {
        width: 100%
    }
}

.g section {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.g .g_section {
    background-color: #1b1b1b;
    overflow: hidden
}

.g .g_restrict {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 66.25em;
    padding: 0 2em;
    margin: 0 auto
}

.g .g_content {
    display: table-cell;
    vertical-align: middle;
    padding: 6.25em 0;
    height: 43.75em
}

.g .g_text {
    display: block;
    width: 100%
}

.g .g_text>:last-child {
    margin-bottom: 0 !important
}

.g .g_text>.g_btn {
    margin: 0 0 2em 0
}

.g .g_overflow {
    overflow: visible
}

.g .g_autoHeight .g_restrict .g_content {
    height: auto
}

@media screen and (max-width:767px) {
    .g .g_restrict {
        padding: 0 1.25em;
        max-width: 31.25em
    }

    .g .g_content {
        padding: 5em 0;
        height: calc(178vw - 90px)
    }

    .g .g_mobileBottom .g_restrict {
        padding-top: calc(100vw - 5em)
    }

    .g .g_mobileBottom .g_content {
        height: auto
    }

    .g .g_mobileTop .g_restrict {
        padding-bottom: calc(100vw - 5em)
    }

    .g .g_mobileAutoHeight .g_restrict .g_content,
    .g .g_mobileTop .g_content {
        height: auto
    }
}

.g .g_light {
    background-color: #fff;
    color: #000
}

.g .g_dark {
    background: #000
}

.g .g_center {
    text-align: center
}

.g .g_center .g_btnBlock,
.g .g_center .g_headline,
.g .g_center .g_wysiwyg {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:768px) {
    .g .g_center .g_text>.g_h1 {
        width: 70%
    }

    .g .g_center .g_text>.g_h2 {
        width: 66%
    }

    .g .g_center .g_text>.g_txt_XL {
        width: 85%
    }

    .g .g_center .g_text>.g_txt_L {
        width: 66%
    }

    .g .g_center .g_text>.g_txt_M {
        width: 61%
    }

    .g .g_center .g_text>.g_txt_S {
        width: 54%
    }

    .g .g_center .g_text>.g_txt_XS {
        width: 48%
    }

    .g .g_center .g_text>.g_headline {
        width: 70%
    }
}

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

    .g .g_left .g_text,
    .g .g_right .g_text {
        display: inline-block;
        vertical-align: top;
        width: 50%
    }

    .g .g_left .g_text {
        padding-right: 1em
    }

    .g .g_right .g_text {
        padding-left: 1em;
        margin-left: 50%
    }
}

.g_bg {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 120em auto
}

@media screen and (min-width:2560px) {
    .g_bg {
        background-size: cover
    }
}

.g_bg.g_bgTop {
    background-position: top
}

.g_bg.g_bgBottom {
    background-position: bottom
}

@media screen and (min-width:768px) {
    .g_bg.g_bgProduct {
        height: calc(100% + 12.5em);
        top: -12.5em;
        background-position: top
    }
}

@media screen and (max-width:767px) {
    .g_bg {
        background-size: cover
    }

    .g_mobileTop .g_bg {
        background-size: 100% auto;
        background-position: bottom
    }

    .g_mobileBottom .g_bg {
        background-size: 100% auto;
        background-position: top
    }
}

.g .g_h1,
.g .g_h1_nomargin {
    font-family: Lucas, Helvetica, Arial, sans-serif;
    font-size: 3em;
    line-height: 1.33333;
    letter-spacing: .25em;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center
}

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

    .g .g_h1,
    .g .g_h1_nomargin {
        font-size: 2em;
        line-height: 1.3125em;
        letter-spacing: .1875em;
        font-weight: 800
    }
}

.g .g_h2,
.g .g_h2_nomargin {
    font-family: Lucas, Helvetica, Arial, sans-serif;
    font-size: 2.25em;
    line-height: 1.33333;
    letter-spacing: .22222em;
    font-weight: 300;
    text-transform: uppercase
}

.g .g_h2 strong,
.g .g_h2_nomargin strong {
    font-weight: 500
}

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

    .g .g_h2,
    .g .g_h2_nomargin {
        font-size: 1.875em;
        line-height: 1.33333em;
        letter-spacing: .2em
    }
}

.g .g_h3,
.g .g_h3_nomargin {
    font-family: Lucas, Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    line-height: 1.33333;
    letter-spacing: .16667em;
    font-weight: 800;
    text-transform: uppercase
}

.g .g_h4,
.g .g_h4_nomargin {
    font-family: Lucas, Helvetica, Arial, sans-serif
}

.g .g_h4,
.g .g_h4_nomargin,
.g .g_headline {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .125em;
    font-weight: 800;
    text-transform: uppercase
}

.g [class*=g_h] {
    margin: 0 auto
}

.g .g_h1:not(:last-child) {
    margin-bottom: .33333em
}

@media screen and (max-width:767px) {
    .g .g_h1:not(:last-child) {
        margin-bottom: 1em
    }
}

.g .g_h2:not(:last-child) {
    margin-bottom: 1.11111em
}

@media screen and (max-width:767px) {
    .g .g_h2:not(:last-child) {
        margin-bottom: 1em
    }
}

.g .g_h3,
.g .g_h4 {
    margin-bottom: 1em !important;
}

.g .g_headline {
    margin: 0 0 1em 0
}

@media screen and (min-width:768px) and (min-width:0\0) {
    .g .g_naturalScrollContainer {
        position: relative;
        width: 100%;
        height: 100%
    }
}

@media screen and (min-width:768px) {
    .g .g_naturalScroll {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden
    }

    .g .g_naturalScroll:after,
    .g .g_naturalScroll:before {
        content: "";
        width: 100%;
        height: 3em;
        position: absolute;
        left: 0;
        z-index: 1;
        pointer-events: none
    }

    .g .g_naturalScroll:before {
        top: 0
    }

    .g .g_naturalScroll:after {
        bottom: 0
    }

    .g .g_naturalScrollOverflow {
        height: 100%;
        width: calc(100% + 16px)
    }

    .g .g_naturalScrollPadding {
        padding: 3em 0;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    .QSOpened .g .g_naturalScrollPadding {
        -webkit-overflow-scrolling: auto
    }

    .g .g_leftCol .g_naturalScroll:before {
        background-color: hsla(0, 0%, 94.9%, 0);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(hsla(0, 0%, 94.9%, 0)));
        background-image: linear-gradient(180deg, #f2f2f2 0, hsla(0, 0%, 94.9%, 0))
    }

    .g .g_leftCol .g_naturalScroll:after {
        background-color: hsla(0, 0%, 94.9%, 0);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(hsla(0, 0%, 94.9%, 0)));
        background-image: linear-gradient(0deg, #f2f2f2 0, hsla(0, 0%, 94.9%, 0))
    }

    .g .g_rightCol .g_naturalScroll:before {
        background-color: hsla(0, 0%, 100%, 0);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, 0))
    }

    .g .g_rightCol .g_naturalScroll:after {
        background-color: hsla(0, 0%, 100%, 0);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(0deg, #fff 0, hsla(0, 0%, 100%, 0))
    }
}

.g .g_txt_XL {
    font-size: 1.5em;
    line-height: 1.33333;
    letter-spacing: .08333em;
    font-weight: 300
}

.g .g_txt_XL a,
.g .g_txt_XL strong {
    font-weight: 500
}

.g .g_txt_L {
    font-size: 1.125em;
    line-height: 1.44444;
    letter-spacing: .05556em;
    font-weight: 300
}

.g .g_txt_L a,
.g .g_txt_L strong {
    font-weight: 500
}

.g .g_txt_M {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .0625em;
    font-weight: 400
}

.g .g_txt_M a,
.g .g_txt_M strong {
    font-weight: 600
}

.g .g_txt_S {
    font-size: .875em;
    line-height: 1.5;
    letter-spacing: .07143em;
    font-weight: 400
}

.g .g_txt_S a,
.g .g_txt_S strong {
    font-weight: 600
}

.g .g_txt_XS {
    font-family: Lucas, Helvetica, Arial, sans-serif;
    font-size: .75em;
    line-height: 1.5;
    letter-spacing: .08333em;
    font-weight: 400
}

.g .g_txt_XS a,
.g .g_txt_XS strong {
    font-weight: 600
}

.g .g_wysiwyg a {
    font-weight: 600 !important;
    text-decoration: none;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    position: relative;
    margin: 0;
    color: #8f7247
}

.g .g_txt_XL ol,
.g .g_txt_XL p,
.g .g_txt_XL ul {
    margin-bottom: .88889em
}

.g .g_txt_L ol,
.g .g_txt_L p,
.g .g_txt_L ul {
    margin-bottom: 1.28395em
}

.g .g_txt_M ol,
.g .g_txt_M p,
.g .g_txt_M ul {
    margin-bottom: 1.5em
}

.g .g_txt_S ol,
.g .g_txt_S p,
.g .g_txt_S ul {
    margin-bottom: 1.71429em
}

.g .g_txt_XS ol,
.g .g_txt_XS p,
.g .g_txt_XS ul {
    margin-bottom: 2em
}

.g .g_wysiwyg>:last-child {
    margin: 0
}

.g .g_wysiwyg ol li,
.g .g_wysiwyg ul li {
    text-align: left;
    margin: 0 0 .25em 1.25em;
    padding-left: .25em
}

.g .g_wysiwyg ul {
    list-style: disc
}

.g .g_wysiwyg ol {
    list-style: decimal
}

.g .g_wysiwyg ol li {
    padding-left: 0;
    margin: 0 0 .25em 1.5em
}

.g .g_text>.g_wysiwyg.g_txt_XL {
    margin-bottom: 1.33333em
}

.g .g_text>.g_wysiwyg.g_txt_L {
    margin-bottom: 1.44444em
}

.g .g_text>.g_wysiwyg.g_txt_M,
.g .g_text>.g_wysiwyg.g_txt_S,
.g .g_text>.g_wysiwyg.g_txt_XS,
.g .g_text>div {
    margin-bottom: 1.5em
}

html:not(.g_isTouch) .g .g_wysiwyg a:hover {
    text-decoration: underline
}

.g_keyTab .g .g_wysiwyg a:focus {
    color: #4298ad;
    text-decoration: underline
}

@media screen and (min-width:768px) and (min-width:0\0) {
    .g .g_innerScrollContainer {
        position: relative;
        width: 100%;
        height: 100%
    }
}

@media screen and (min-width:768px) {
    .g .g_innerScroll {
        padding: 0 1.25em 0 2.5em;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .g .g_innerScroll:after,
    .g .g_innerScroll:before {
        content: "";
        width: calc(100% - 2.5em);
        height: .625em;
        position: absolute;
        left: 0;
        z-index: 1
    }

    .g .g_innerScroll:before {
        background-color: hsla(0, 0%, 100%, 0);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, 0));
        top: 0
    }

    .g .g_innerScroll:after {
        background-color: hsla(0, 0%, 100%, 0);
        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(0deg, #fff 0, hsla(0, 0%, 100%, 0));
        bottom: 0
    }

    .g .g_innerScrollOverflow,
    .g .g_innerScrollPadding {
        overflow-x: hidden;
        height: 100%
    }

    .g .g_innerScrollPadding {
        padding: .625em 0;
        padding-right: 1.25em;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .g .g_innerScrollPadding::-webkit-scrollbar {
        height: 6px;
        width: 6px;
        background: transparent
    }

    .g .g_innerScrollPadding::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05)
    }
}

.g .g_btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    white-space: normal;
    text-decoration: none;
    border: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875em;
    font-family: Lucas, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: .85714em 0 .71429em;
    line-height: 1.28571em;
    letter-spacing: .07143em;
    min-width: 7.14286em;
    border-radius: .21429em
}

.g .g_btn span {
    padding: 0 1.42857em;
    display: inline-block
}

.g .g_btn+.g .g_btn {
    margin-right: .71429em
}

.g .g_btn i {
    font-family: Nespresso Icons;
    width: 2.85714em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    line-height: 1
}

.g .g_btn i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.g .g_btn i+span {
    padding-left: 2.85714em
}

.g .g_btn span+i {
    left: auto;
    right: 0
}

.g_keyTab .g .g_btn:focus {
    background: #4298ad;
    color: #fff
}

.g .g_btn.g_iconRight span {
    padding-right: 2.85714em
}

.g .g_btn[disabled=disabled] {
    pointer-events: none;
    background: #1a1a1a;
    color: #828282
}

.g .g_btn[disabled=disabled] i {
    color: #828282
}

.g .g_light .g_btn[disabled=disabled] {
    pointer-events: none;
    background: #e6e6e6;
    color: #666
}

.g .g_light .g_btn[disabled=disabled] i {
    color: #666
}

.g .g_btnBuy {
    color: #fff;
    background: #8f7247;
}

.g .g_btnBuy:active {
    background:  #8f7247
}

html:not(.g_isTouch) .g .g_btnBuy:hover {
    -webkit-box-shadow: 0 .25em .5em rgba(0, 0, 0, .3);
    box-shadow: 0 .25em .5em rgba(0, 0, 0, .3)
}

.g .g_btnGold {
    color: #fff;
    background: #8f7247
}

html:not(.g_isTouch) .g .g_btnGold:hover {
    background: #a0804f;
    -webkit-box-shadow: 0 .25em .5em rgba(0, 0, 0, .3);
    box-shadow: 0 .25em .5em rgba(0, 0, 0, .3)
}

@media screen and (max-width:767px) {
    .g .g_btnBuy {
        display: block
    }
}

.g_scrollLock {
    overflow: hidden !important;
    width: auto
}

.g_visually_hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    text-indent: -100000px
}

.g_addToCart {
    min-height: 4.5em;
    position: relative
}

.g_addToCart .g_productPrice {
    font-size: .875em;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: .07143em;
    color: #3d8705
}

.g_addToCart .g_productPrice[data-disabled=true] {
    color: #828282
}

.g_light .g_addToCart .g_productPrice[data-disabled=true] {
    color: #666
}

.g_addToCart .g_addToCartCustom {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: .5em
}

.g_addToCart .g_addToCartCustom>button {
    margin-top: 0
}

.g_addToCart .g_addToCartCustom>button:after {
    content: "";
    border-radius: 50%;
    width: 3em;
    height: 3em;
    margin-top: -1.5em;
    margin-left: -1.5em;
    visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: absolute;
    background: #fff;
    opacity: .5;
    left: var(--relativeMouseX);
    top: var(--relativeMouseY)
}

.g_addToCart .g_addToCartCustom>button.g_materialPlay:after {
    opacity: 0;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(5);
    transform: scale(5)
}

.g_addToCart .g_addToCartCustom>button span {
    padding: 0 2.75em 0 3.25em
}

.g_addToCart .g_addToCartCustom>button .g_labelPhantom {
    visibility: hidden
}

.g_addToCart .g_addToCartCustom>button .g_labelAdd,
.g_addToCart .g_addToCartCustom>button .g_labelUpdate {
    width: 100%;
    padding-top: .125em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.g_addToCart .g_addToCartCustom>button .g_labelUpdate,
.g_addToCart .g_addToCartCustom>button.g_update .g_labelAdd {
    opacity: 0;
    visibility: hidden
}

.g_addToCart .g_addToCartCustom>button.g_update .g_labelUpdate {
    opacity: 1;
    visibility: visible
}

.g_addToCart .g_addToCartCustom>button.g_quantitySelectorOpened {
    background-color: #337204
}

.g_keyTab .g_addToCart .g_addToCartCustom>button:focus {
    background-color: #4298ad
}

.g_addToCart .g_addToCartCustom>button .fn_basket:before {
    font-size: 2.2em;
    top: 47%;
    left: 55%
}

.g_addToCart .g_addToCartCustom>button .fn_basket span {
    font-family: Lucas, Helvetica, Arial, sans-serif;
    font-weight: 700;
    background: #fff;
    color: #3d8705;
    width: 1.9em;
    height: 1.7em;
    white-space: nowrap;
    padding: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    font-size: .8em;
    line-height: 2em;
    letter-spacing: -.05em;
    -webkit-transform: translate(-50%, -50%) skew(-2deg);
    transform: translate(-50%, -50%) skew(-2deg)
}

.g_addToCart .g_addToCartCustom>button .fn_basket.g_quantity span {
    opacity: 1;
    visibility: visible
}

.g_addToCart .g_addToCartCustom>button .fn_more:before {
    font-size: 2.3em
}

.g_addToCart.g_mini .g_addToCartCustom>button {
    width: 2.5em;
    height: 2.5em;
    min-width: 0
}

.g_addToCart.g_mini .g_addToCartCustom>button .fn_basket {
    opacity: 0;
    visibility: hidden
}

.g_addToCart.g_mini .g_addToCartCustom>button .fn_basket:before {
    display: none
}

.g_addToCart.g_mini .g_addToCartCustom>button .fn_basket span {
    color: #fff;
    background: none;
    font-size: 1em;
    line-height: 1;
    margin-left: 0;
    height: auto;
    letter-spacing: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.g_addToCart.g_mini .g_addToCartCustom>button i {
    width: 100%
}

.g_addToCart.g_mini .g_addToCartCustom>button>span:not(.g_visually_hidden) {
    padding: 0;
    display: none
}

.g_addToCart.g_mini .g_addToCartCustom>button.g_update .fn_basket {
    opacity: 1;
    visibility: visible
}

.g_addToCart.g_mini .g_addToCartCustom>button.g_update .fn_more {
    opacity: 0;
    visibility: hidden
}

@media screen and (min-width:768px) {
    .g_addToCart.g_miniDesktop .g_addToCartCustom>button {
        width: 2.5em;
        height: 2.5em;
        min-width: 0
    }

    .g_addToCart.g_miniDesktop .g_addToCartCustom>button .fn_basket {
        opacity: 0;
        visibility: hidden
    }

    .g_addToCart.g_miniDesktop .g_addToCartCustom>button .fn_basket:before {
        display: none
    }

    .g_addToCart.g_miniDesktop .g_addToCartCustom>button .fn_basket span {
        color: #fff;
        background: none;
        font-size: 1em;
        line-height: 1;
        margin-left: 0;
        height: auto;
        letter-spacing: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .g_addToCart.g_miniDesktop .g_addToCartCustom>button i {
        width: 100%
    }

    .g_addToCart.g_miniDesktop .g_addToCartCustom>button>span:not(.g_visually_hidden) {
        padding: 0;
        display: none
    }

    .g_addToCart.g_miniDesktop .g_addToCartCustom>button.g_update .fn_basket {
        opacity: 1;
        visibility: visible
    }

    .g_addToCart.g_miniDesktop .g_addToCartCustom>button.g_update .fn_more {
        opacity: 0;
        visibility: hidden
    }
}

@media screen and (max-width:767px) {
    .g_addToCart.g_miniMobile .g_addToCartCustom>button {
        width: 2.5em;
        height: 2.5em;
        min-width: 0
    }

    .g_addToCart.g_miniMobile .g_addToCartCustom>button .fn_basket {
        opacity: 0;
        visibility: hidden
    }

    .g_addToCart.g_miniMobile .g_addToCartCustom>button .fn_basket:before {
        display: none
    }

    .g_addToCart.g_miniMobile .g_addToCartCustom>button .fn_basket span {
        color: #fff;
        background: none;
        font-size: 1em;
        line-height: 1;
        margin-left: 0;
        height: auto;
        letter-spacing: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .g_addToCart.g_miniMobile .g_addToCartCustom>button i {
        width: 100%
    }

    .g_addToCart.g_miniMobile .g_addToCartCustom>button>span:not(.g_visually_hidden) {
        padding: 0;
        display: none
    }

    .g_addToCart.g_miniMobile .g_addToCartCustom>button.g_update .fn_basket {
        opacity: 1;
        visibility: visible
    }

    .g_addToCart.g_miniMobile .g_addToCartCustom>button.g_update .fn_more {
        opacity: 0;
        visibility: hidden
    }
}

.g .g_productList {
    text-align: left
}

.g .g_productList .g_productItem {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_productList .g_productItem:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: rgba(0, 0, 0, .1);
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_productList .g_productItem:last-child:after {
    display: none
}

.g .g_productList .g_productItem .g_clickableZone {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.g .g_productList .g_productItem .g_table {
    display: table;
    width: 100%;
    padding: .5em 0
}

.g .g_productList .g_productItem .g_table .g_cell {
    display: table-cell;
    vertical-align: middle
}

.g .g_productList .g_productItem .g_table .g_cell:first-child {
    text-align: center;
    width: 4.375em
}

.g .g_productList .g_productItem .g_table .g_cell:first-child img {
    display: inline-block;
    width: 100%
}

@media screen and (min-width:0\0) {
    .g .g_productList .g_productItem .g_table .g_cell:first-child img {
        width: 70px;
        height: 70px
    }
}

.g .g_productList .g_productItem .g_table .g_cell:nth-child(2) {
    padding: .5em 0
}

.g .g_productList .g_productItem .g_table .g_cell:nth-child(2) .g_h5 {
    letter-spacing: .05em;
    margin: 0
}

.g .g_productList .g_productItem .g_table .g_cell:nth-child(2) .g_txt_XS {
    text-transform: uppercase;
    color: #757575;
    font-weight: 400
}

.g .g_productList .g_productItem .g_table .g_cell:last-child {
    padding: .5em 0;
    text-align: right
}

.g .g_productList .g_productItem .g_table .g_cell:last-child .g_addToCart {
    white-space: nowrap
}

.g .g_productList .g_productItem .g_table .g_cell:last-child .g_addToCart .g_productPrice {
    display: inline-block;
    line-height: 2.5em;
    margin: 0 1em 0 0
}

.g .g_productList .g_productItem .g_table .g_cell:last-child .g_addToCart .g_addToCartCustom {
    margin-top: 0
}

@media screen and (min-width:768px) {
    .g .g_popin .g_leftCol .g_productList .g_productItem {
        padding: 0 2.5em
    }

    .g .g_popin .g_leftCol .g_productList .g_productItem:after {
        width: calc(100% - 5em);
        left: 2.5em
    }

    .g .g_popin .g_leftCol .g_productList .g_productItem:hover {
        background: hsla(0, 0%, 100%, .5);
        -webkit-box-shadow: 0 .1em 1em rgba(0, 0, 0, .05);
        box-shadow: 0 .1em 1em rgba(0, 0, 0, .05)
    }

    .g .g_popin .g_leftCol .g_productList .g_productItem:hover:after {
        opacity: 0
    }

    .g .g_popin .g_leftCol .g_productList .g_productItem.g_opened {
        background: #fff;
        -webkit-box-shadow: 0 .1em 1em rgba(0, 0, 0, .1);
        box-shadow: 0 .1em 1em rgba(0, 0, 0, .1)
    }

    .g .g_popin .g_leftCol .g_productList .g_productItem.g_opened:after {
        opacity: 0
    }
}

@media screen and (max-width:767px) {
    .g .g_popin .g_leftCol .g_productList .g_productItem .g_clickableZone {
        right: 2.5em
    }
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_background {
    background-size: cover !important
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_product {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 70%;
    height: 160%;
    background-size: cover;
    background-position: 50%
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_product.g_alto {
    -webkit-transform: translate(-50%) scale(.85);
    transform: translate(-50%) scale(.85);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_product.g_cupVL .g_cup {
    left: 15%;
    width: 80%
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_capsule,
.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_cup {
    position: absolute;
    bottom: 27%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-position: bottom
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_capsule {
    left: 15%;
    width: 35%;
    height: 19%
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_cup {
    left: 10%;
    width: 85%;
    height: 85%;
    bottom: 27.5%
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_cup.g_reflect {
    opacity: .1
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_cup.g_reflect:after {
    background-color: hsla(0, 0%, 100%, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #fff 80%, hsla(0, 0%, 100%, 0))
}

@media screen and (min-width:0\0) {
    .g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_cup.g_reflect {
        display: none
    }
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_reflect {
    -webkit-transform: translateY(100%) scaleY(-1);
    transform: translateY(100%) scaleY(-1);
    opacity: .2
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_reflect:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #fff 20%, hsla(0, 0%, 100%, 0))
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_mask {
    -webkit-transform: translateY(100%) scaleY(-1);
    transform: translateY(100%) scaleY(-1);
    -webkit-filter: contrast(0) brightness(2);
    filter: contrast(0) brightness(2)
}

@media screen and (min-width:0\0) {
    .g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_mask {
        display: none
    }
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_title {
    margin-top: 7vh
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_h3,
.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_txt_S {
    position: relative
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_h3 {
    letter-spacing: .1em;
    margin-bottom: 0
}

.g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_txt_S {
    color: #757575;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0
}

@media screen and (max-width:767px) {
    .g .g_popinCollection .g_rightCol .g_table .g_coffeeHeader .g_title {
        margin-top: 4em;
        margin-bottom: 1em;
        padding: 0 1.25em
    }
}

@media screen and (min-width:768px) {
    .g .g_popin .g_rightCol .g_btnBack {
        display: none
    }
}

@media screen and (max-width:767px) {
    .g .g_popin .g_rightCol .g_btnBack {
        width: 3em;
        height: 3em;
        border-radius: 50%;
        background: #fff;
        color: #000;
        position: absolute;
        top: 1.25em;
        left: 1.25em;
        z-index: 1
    }

    .QSOpened .g .g_popin .g_rightCol .g_btnBack {
        opacity: 0;
        visibility: hidden
    }
}

.g .g_popin .g_rightCol .g_btnBack {
    background: #000;
    color: #fff
}

.g .g_popin .g_rightCol .g_table header .g_title {
    padding: 0 2.5em;
    margin-bottom: .5em
}

.g .g_popin .g_rightCol .g_table header .g_h3,
.g .g_popin .g_rightCol .g_table header .g_txt_S {
    padding: 0;
    position: relative
}

.g .g_popin .g_rightCol .g_table header .g_h3 {
    letter-spacing: .1em;
    margin-bottom: 0
}

.g .g_popin .g_rightCol .g_table header .g_txt_S {
    color: #757575;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: .5em
}

.g .g_popin .g_rightCol .g_table .g_productHeader .g_background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (min-width:768px) {
    .g .g_popinCollection .g_rightCol .g_table .g_headerRow .g_productHeader.g_ImgHeader .g_background {
        height: calc((35vw - 16px + 50vh)/2*0.66667)
    }

    .g .g_popinCollection .g_rightCol .g_table .g_headerRow .g_productHeader.g_ImgHeader .g_api {
        background-size: 18.75em 18.75em
    }
}

@media screen and (max-width:767px) {
    .g .g_popin .g_rightCol .g_table .g_headerRow .g_productHeader.g_ImgHeader .g_title {
        margin-top: 1em;
        margin-bottom: 1em;
        padding: 0 1.25em
    }
}

.g .g_productSection *,
.g .g_productSection .g_txt_S {
    color: #000 !important
}

.g .g_backgroundVideo .g_placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0
}

.g .g_backgroundVideo .g_placeholder .g_embedVideo {
    position: relative;
    margin: 0;
    height: 100%
}

.g .g_backgroundVideo .g_placeholder .g_embedVideo .g_embedVideoPlayer:after {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.g .g_backgroundVideo .g_placeholder iframe,
.g .g_backgroundVideo .g_placeholder object {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 56.25vw
}

@media screen and (min-height:80vw) {

    .g .g_backgroundVideo .g_placeholder iframe,
    .g .g_backgroundVideo .g_placeholder object {
        height: 70vh;
        width: 124.44444vh
    }
}

.g .g_playVideo {
    margin-top: 1.5em;
    padding-right: 2.25em;
    position: relative
}

.g .g_playVideo i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 1.5em;
    margin-top: -.075em
}

.g .g_embedVideo {
    height: 100%;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_embedVideo .g_embedVideoPlayer>* {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%
}

.g .g_embedVideo div[id^=youkuplayer]>#iframeId {
    width: 100%;
    height: 82vh;
    margin-top: 9vh
}

@media screen and (min-width:768px) {
    .g_keyTab .g .g_playVideo:focus {
        color: #4298ad
    }
}

@media screen and (max-width:767px) {
    .g .g_embedVideo .g_embedVideoPlayer>* {
        height: 100%;
        width: 100%
    }
}

.g .g_nav .g_restrict .g_fil {
    font-size: .875em;
    line-height: 1.5;
    letter-spacing: .07143em;
    font-weight: 400
}

.g .g_nav .g_restrict .g_fil a,
.g .g_nav .g_restrict .g_fil strong {
    font-weight: 600
}

.g .g_nav .g_restrict .g_menu a {
    font-family: Lucas, Helvetica, Arial, sans-serif;
    font-size: .75em;
    line-height: 1.5;
    letter-spacing: .08333em;
    font-weight: 400
}

.g .g_nav .g_restrict .g_menu a a,
.g .g_nav .g_restrict .g_menu a strong {
    font-weight: 600
}

.g .g_nav {
    font-size: 16px;
    position: absolute;
    z-index: 2;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    height: 3.75em;
    text-transform: uppercase;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.g .g_nav.g_opened .g_restrict .g_btnMenu i {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.g .g_nav.g_opened .g_restrict .g_btnMenu+.g_mobileMenuList {
    opacity: 1;
    visibility: visible;
    height: auto
}

.g .g_nav .g_restrict .g_fil ol,
.g .g_nav .g_restrict .g_fil ul,
.g .g_nav .g_restrict .g_menu ol,
.g .g_nav .g_restrict .g_menu ul {
    margin-left: 2px;
    list-style: none;
    display: inline-table;
    vertical-align: middle
}

.g .g_nav .g_restrict .g_fil,
.g .g_nav .g_restrict .g_fil li,
.g .g_nav .g_restrict .g_menu,
.g .g_nav .g_restrict .g_menu li,
.g .g_nav .g_restrict .g_mobileMenu {
    display: table-cell;
    vertical-align: middle
}

.g .g_nav .g_restrict .g_fil {
    text-align: left;
    position: relative;
    white-space: nowrap
}

.g .g_nav .g_restrict .g_fil li {
    padding-right: 1em
}

.g .g_nav .g_restrict .g_fil li:not(:last-child):after {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: .5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.g .g_nav .g_restrict .g_fil li:last-child {
    pointer-events: none
}

.g .g_nav .g_restrict .g_fil a {
    text-align: center;
    color: #fff;
    font-weight: 800;
    position: relative;
    pointer-events: all;
    text-decoration: none;
}

.g .g_nav .g_restrict .g_fil a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.g .g_nav .g_restrict .g_fil a:hover:after {
    width: 100%
}

.g .g_nav .g_restrict .g_menu {
    text-align: right
}

.g .g_nav .g_restrict .g_menu li {
    display: table-cell
}

.g .g_nav .g_restrict .g_menu li:first-child {
    padding-left: 2em
}

.g .g_nav .g_restrict .g_menu a {
    color: #fff;
    opacity: .7
}

.g .g_nav .g_restrict .g_menu a:hover {
    opacity: 1
}

.g .g_nav .g_restrict .g_menu a.g_selected {
    opacity: 1;
    font-weight: 800
}

.g .g_nav .g_restrict .g_menu button {
    margin-top: 0
}

.g .g_nav .g_restrict .g_menu .g_btn span {
    padding: 0 1em
}

.g .g_nav .g_restrict .g_menu .g_btnBuy {
    margin-left: 1em
}

@media screen and (min-width:768px) {
    .g .g_nav.g_fixed {
        top: 0;
        position: fixed
    }

    .g .g_nav .g_restrict .g_mobileMenu {
        display: none
    }
}

@media screen and (max-width:767px) {
    .g .g_nav {
        height: 50px;
        position: fixed;
        top: 50px
    }

    .g .g_nav .g_restrict {
        max-width: none;
        padding: 0 6px 0 13px
    }

    .g .g_nav .g_restrict .g_fil,
    .g .g_nav .g_restrict .g_menu ul li:not(:last-child) {
        display: none
    }

    .g .g_nav .g_restrict .g_fil a {
        pointer-events: none
    }

    .g .g_nav .g_restrict .g_btnMenu {
        font-weight: 800
    }

    .g .g_nav .g_restrict .g_btnBuy {
        min-width: 6em;
        padding: .64286em 0 .53571em
    }

    .g .g_nav .g_restrict .g_mobileMenu button {
        padding-right: 2em;
        position: relative;
        text-transform: uppercase;
        height: 50px
    }

    .g .g_nav .g_restrict .g_mobileMenu button i {
        position: absolute;
        right: 0;
        top: 0;
        width: 2em;
        height: 100%;
        -webkit-transition: .25s;
        transition: .25s
    }

    .g .g_nav .g_restrict .g_mobileMenu button i:before {
        font-size: 2em;
        position: absolute;
        top: 50%;
        left: 50%
    }

    .g .g_nav .g_restrict .g_mobileMenu .g_mobileMenuList {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .5s;
        transition: .5s;
        position: absolute;
        width: 100vw;
        height: 0;
        overflow: hidden;
        background: rgba(0, 0, 0, .8);
        padding-bottom: 1em;
        left: 0
    }

    .g .g_nav .g_restrict .g_mobileMenu .g_mobileMenuList ul {
        display: table;
        width: 100%;
        padding-left: 0;
    }

    .g .g_nav .g_restrict .g_mobileMenu .g_mobileMenuList li {
        display: table-row
    }

    .g .g_nav .g_restrict .g_mobileMenu .g_mobileMenuList li:last-child {
        display: none
    }

    .g .g_nav .g_restrict .g_mobileMenu .g_mobileMenuList li a {
        color: #fff;
        display: table-cell;
        font-size: .8125em;
        letter-spacing: .0625em;
        line-height: .9375em;
        padding: 1em 1.25em;
        opacity: .7
    }

    .g .g_nav .g_restrict .g_mobileMenu .g_mobileMenuList li a.g_selected {
        opacity: 1
    }
}

@media screen and (max-width:767px) {
    #mobilePage .g .g_nav {
        top: 90px
    }
}

.g .g_popin.g_popinVideo .g_popinRestrict {
    width: 100%;
    min-height: 100%;
    background-color: #000;
    overflow: hidden
}

.g .g_popin.g_popinVideo .g_btnClose {
    background-color: #4e4e4e
}

@media screen and (min-width:768px) {
    .g .g_popin.g_popinVideo .g_btnClose {
        top: 3.75em
    }
}

@media screen and (max-width:767px) {
    .g .g_popin.g_popinVideo .g_popinContent {
        height: 100vh
    }
}

.g .g_dark svg.g_visual rect {
    stroke: #fff
}

.g .g_dark svg.g_visual path {
    fill: #fff
}

.g .g_playVideo svg {
    display: inline-block;
    vertical-align: sub;
    margin-left: pxToEm(4)
}

.g .g_imgSrc {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s
}

.g .g_imgSrc_loaded {
    opacity: 1
}

.g .g_hero {
    text-align: center
}

.g .g_hero .g_bg {
    background-size: cover
}

@media screen and (min-width:768px) {
    .g .g_hero .g_content {
        padding-top: 10em !important
    }
}

@media screen and (max-width:767px) {
    .g .g_hero .g_content {
        height: 125vw;
        vertical-align: middle;
        padding-top: calc(5em + 50px) !important;
        padding-bottom: 5em
    }

    .g .g_hero.g_mobileBottom .g_bg {
        background-size: 100% auto;
        background-position: top
    }

    .g .g_hero.g_mobileBottom .g_restrict {
        padding-top: 23.4375em !important
    }

    .g .g_hero.g_mobileBottom .g_content {
        padding-top: 0 !important;
        height: auto
    }
}

@media screen and (min-width:768px) {
    .v_swiper .v_swiperOverflow {
        overflow: visible
    }

    .v_swiper .v_swiperOverflow:after,
    .v_swiper .v_swiperOverflow:before {
        content: "";
        height: 100%;
        width: calc((100vw - 60.25em)/2);
        position: absolute;
        top: 0;
        z-index: 1;
        pointer-events: none
    }

    .v_swiper .v_swiperOverflow:before {
        left: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        background-color: hsla(0, 0%, 100%, 0);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, #fff), to(hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(90deg, #fff 95%, hsla(0, 0%, 100%, 0))
    }

    .v_swiper .v_swiperOverflow:after {
        right: 0;
        -webkit-transform: translate(100%);
        transform: translate(100%);
        background-color: hsla(0, 0%, 100%, 0);
        background-image: -webkit-gradient(linear, right top, left top, color-stop(95%, #fff), to(hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(270deg, #fff 95%, hsla(0, 0%, 100%, 0))
    }

    .v_swiper .swiper-button-next,
    .v_swiper .swiper-button-prev {
        z-index: 2
    }

    .v_swiper .swiper-button-prev {
        margin-left: -3em
    }

    .v_swiper .swiper-button-next {
        margin-right: -3em
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: transform;
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-slide,
.swiper-slide li {
    list-style: none
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    width: 4em;
    height: 8em;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .25s;
    transition: .25s
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: .25s;
    transition: .25s
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-disabled:after,
.swiper-button-prev.swiper-button-disabled:after {
    width: 0;
    height: 0
}

.swiper-button-prev {
    margin-left: -2.5em
}

.swiper-button-prev:after {
    -webkit-transform: translateY(-50%) rotate(225deg);
    transform: translateY(-50%) rotate(225deg)
}

.swiper-button-next {
    margin-right: -2.5em
}

.swiper-button-next:after {
    -webkit-transform: translate(-100%, -50%) rotate(45deg);
    transform: translate(-100%, -50%) rotate(45deg)
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

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

    .swiper-button-next:hover:after,
    .swiper-button-prev:hover:after {
        font-size: 1.5em
    }
}

.v_swiper {
    text-align: center;
    position: relative;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.v_swiper .v_swiperOverflow {
    overflow: visible;
    width: 100%;
    padding: 0
}

.v_swiper .swiper-container {
    overflow: visible
}

.v_swiper .swiper-container .swiper-wrapper {
    display: table;
    table-layout: fixed;
    -webkit-transition: .25s;
    transition: .25s
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide {
    display: table-cell;
    vertical-align: top;
    background-clip: padding-box;
    padding: 0 2em;
    position: relative
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemTable {
    display: table;
    width: 100%;
    height: 100%
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemRow {
    display: table-row
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemRow>div {
    display: table-cell
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_visual {
    width: 100%;
    height: 13.125em
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_visual .g_image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_description h3,
.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_description h4,
.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_description p {
    text-align: center;
    margin: 0
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_description h3 {
    font-size: 1em
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_cta {
    vertical-align: bottom
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_cta .v_priceAndButton {
    position: absolute;
    bottom: 1px;
    left: 1em
}

.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_cta .v_priceAndButton .v_productPrice,
.v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_link {
    text-align: center
}

.v_swiper .swiper-pagination {
    position: relative
}

.v_swiper .swiper-pagination .swiper-pagination-bullet {
    margin-top: 1em;
    padding: 6px;
    display: inline-block;
    vertical-align: top
}

.v_swiper .swiper-pagination .swiper-pagination-bullet span {
    -webkit-transition: .25s;
    transition: .25s;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    color: transparent;
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25);
    font-size: 0;
    overflow: hidden
}

.v_swiper .swiper-pagination .swiper-pagination-bullet-active span,
.v_swiper .swiper-pagination .swiper-pagination-bullet:hover span {
    background-color: #000
}

@media screen and (min-width:768px) {
    .g_swiper .swiper-container .swiper-wrapper .swiper-slide:hover .g_visual {
        background-size: auto 105%
    }
}

.ie9 .g_swiper .swiper-container {
    overflow: visible
}

.ie9 .g_swiper .swiper-container .swiper-wrapper {
    display: inline-block;
    white-space: nowrap
}

.ie9 .g_swiper .swiper-container .swiper-wrapper .swiper-slide {
    display: inline-block;
    border-right: 0 !important
}

.ie9 .g_swiper .swiper-container .swiper-wrapper .swiper-slide>div {
    white-space: normal
}

@media screen and (max-width:767px) {
    .v_swiper {
        width: 100%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .v_swiper .v_swiperOverflow {
        overflow: visible;
        width: 100%;
        padding: 1em 0;
        margin-left: 0
    }

    .v_swiper .swiper-container .swiper-wrapper .swiper-slide {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-right: 0
    }

    .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_cta {
        display: block !important
    }

    .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_cta .v_priceAndButton {
        position: relative;
        bottom: auto
    }

    .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_cta .v_phantom {
        display: none
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 15vw
    }
}

.g_services li {
    text-align: center;
    padding: 0 1em
}

.g_services a {
    display: block;
    color: #fff
}

.g_keyTab .g_services a:focus .g_icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: sepia(100%) hue-rotate(145deg) saturate(300%);
    filter: sepia(100%) hue-rotate(145deg) saturate(300%)
}

.g_services .g_icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 6.25em;
    -webkit-transition: .25s;
    transition: .25s
}

@media screen and (min-width:768px) {
    .g_services ul {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .g_services li {
        display: table-cell;
        vertical-align: top
    }

    html:not(.g_isTouch) .g_services a:hover .g_icon {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: sepia(100%) hue-rotate(145deg) saturate(300%);
        filter: sepia(100%) hue-rotate(145deg) saturate(300%)
    }
}

@media screen and (max-width:767px) {
    .g_services ul {
        display: block
    }

    .g_services li {
        display: inline-block;
        vertical-align: top;
        width: 50%
    }

    .g_services .g_h3 {
        padding: 0 .5em
    }
}

.g_products .g_restrict {
    display: block
}

.g_products .g_restrict .g_content {
    display: block;
    height: auto
}

.g_products .g_link,
.g_products h2 {
    text-align: center
}

@media screen and (max-width:767px) {
    .g_products .g_restrict {
        max-width: none;
        padding: 0
    }

    .g_products h2 {
        padding: 0 .66667em
    }

    .g_products .g_wysiwyg {
        padding: 0 1.25em
    }

    .g_products .v_swiper {
        width: 50vw;
        padding: 0 25vw;
        left: 0
    }

    .g_products .v_swiper .v_swiperOverflow {
        padding: 0;
        margin-left: 0;
        width: 50vw
    }

    .g_products .v_swiper .swiper-container {
        width: 50vw
    }

    .g_products .v_swiper .swiper-container .swiper-wrapper .swiper-slide {
        padding: 0 !important
    }

    .g_products .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_cta,
    .g_products .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_cupsizes,
    .g_products .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_description,
    .g_products .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_intensity,
    .g_products .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_title {
        -webkit-transition: .25s;
        transition: .25s
    }

    .g_products .v_swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .g_description p,
    .g_products .v_swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .g_description ul {
        width: 130%;
        margin-left: -15%
    }

    .g_products .v_swiper .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .g_cta,
    .g_products .v_swiper .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .g_cupsizes,
    .g_products .v_swiper .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .g_description,
    .g_products .v_swiper .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .g_intensity,
    .g_products .v_swiper .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .g_title {
        opacity: 0
    }
}

.g .g_roundButton {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0);
    transform: translate(0);
    max-width: 2.25em;
    height: 2.25em;
    color: #fff;
    line-height: 2.25em;
    text-align: left;
    border-radius: 3.125em;
    background-color: #8f7247;
    cursor: pointer;
    overflow: visible
}

.g .g_roundButton i {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.25em;
    height: 2.25em
}

.g .g_roundButton i:before {
    font-size: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.g .g_tiles>li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    border: 2px solid transparent;
    background-clip: padding-box;
    height: 33em;
    will-change: width
}

.g .g_tiles>li:hover .g_product {
    width: 3.125em
}

.g .g_tiles>li[data-nb-capsules="6"] .g_product {
    width: 2.59375em
}

.g .g_tiles>li[data-nb-capsules="7"] .g_product {
    width: 2.22321em
}

.g .g_tiles>li[data-nb-capsules="8"] .g_product {
    width: 1.94531em
}

.g .g_tiles>li[data-nb-capsules="9"] .g_product {
    width: 1.72917em
}

.g .g_tiles>li[data-nb-capsules="10"] .g_product {
    width: 1.55625em
}

.g .g_tiles>li[data-nb-capsules="11"] .g_product {
    width: 1.41477em
}

.g .g_tiles>li[data-nb-capsules="12"] .g_product {
    width: 1.29688em
}

.g .g_tiles>li[data-nb-capsules="13"] .g_product {
    width: 1.19712em
}

.g .g_tiles>li[data-nb-capsules="14"] .g_product {
    width: 1.11161em
}

.g .g_tiles>li[data-nb-capsules="15"] .g_product {
    width: 1.0375em
}

.g .g_tiles>li[data-nb-capsules="6"]:hover .g_product {
    width: 3.1125em
}

.g .g_tiles>li[data-nb-capsules="7"]:hover .g_product {
    width: 2.66786em
}

.g .g_tiles>li[data-nb-capsules="8"]:hover .g_product {
    width: 2.33438em
}

.g .g_tiles>li[data-nb-capsules="9"]:hover .g_product {
    width: 2.075em
}

.g .g_tiles>li[data-nb-capsules="10"]:hover .g_product {
    width: 1.8675em
}

.g .g_tiles>li[data-nb-capsules="11"]:hover .g_product {
    width: 1.69773em
}

.g .g_tiles>li[data-nb-capsules="12"]:hover .g_product {
    width: 1.55625em
}

.g .g_tiles>li[data-nb-capsules="13"]:hover .g_product {
    width: 1.43654em
}

.g .g_tiles>li[data-nb-capsules="14"]:hover .g_product {
    width: 1.33393em
}

.g .g_tiles>li[data-nb-capsules="15"]:hover .g_product {
    width: 1.245em
}

.g .g_tiles .g_tile {
    text-align: center;
    padding: 4em 2em;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative
}

.g .g_tiles .g_tile .g_products {
    display: inline-table;
    table-layout: fixed
}

.g .g_tiles .g_tile .g_product {
    display: table-cell;
    height: 6.25em;
    width: 2.5em;
    position: relative;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_tiles .g_tile .g_product:first-child {
    z-index: 15
}

.g .g_tiles .g_tile .g_product:nth-child(2) {
    z-index: 14
}

.g .g_tiles .g_tile .g_product:nth-child(3) {
    z-index: 13
}

.g .g_tiles .g_tile .g_product:nth-child(4) {
    z-index: 12
}

.g .g_tiles .g_tile .g_product:nth-child(5) {
    z-index: 11
}

.g .g_tiles .g_tile .g_product:nth-child(6) {
    z-index: 10
}

.g .g_tiles .g_tile .g_product:nth-child(7) {
    z-index: 9
}

.g .g_tiles .g_tile .g_product:nth-child(8) {
    z-index: 8
}

.g .g_tiles .g_tile .g_product:nth-child(9) {
    z-index: 7
}

.g .g_tiles .g_tile .g_product:nth-child(10) {
    z-index: 6
}

.g .g_tiles .g_tile .g_product:nth-child(11) {
    z-index: 5
}

.g .g_tiles .g_tile .g_product:nth-child(12) {
    z-index: 4
}

.g .g_tiles .g_tile .g_product:nth-child(13) {
    z-index: 3
}

.g .g_tiles .g_tile .g_product:nth-child(14) {
    z-index: 2
}

.g .g_tiles .g_tile .g_product:nth-child(15) {
    z-index: 1
}

.g .g_tiles .g_tile .g_capsule {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute;
    bottom: 0;
    width: 10em;
    height: 6.25em;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-position: bottom
}

.g .g_tiles .g_tile .g_reflect {
    -webkit-transform: translate(-50%, 100%) scaleY(-1);
    transform: translate(-50%, 100%) scaleY(-1);
    opacity: 1;
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(44%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, .3)));
    mask-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 44%, hsla(0, 0%, 100%, .3));
    -webkit-mask-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0) 44%, hsla(0, 0%, 100%, .3))
}

@media screen and (min-width:0\0) {
    .g .g_tiles .g_tile .g_reflect {
        display: none
    }
}

.g .g_tiles .g_tile .g_mask {
    display: none
}

.g .g_tiles .g_tile .g_description {
    position: relative;
    z-index: 16;
    text-align: center;
    padding: 4em 0 2em;
    text-transform: uppercase
}

.g .g_tiles .g_tile .g_description .g_h3 {
    margin-bottom: .25em
}

.g .g_tiles .g_tile .g_features {
    display: inline-table
}

.g .g_tiles .g_tile .g_feature {
    display: table-cell;
    padding: 0 1em
}

.g .g_tiles .g_tile .g_feature .g_wysiwyg,
.g .g_tiles .g_tile .g_feature svg {
    display: block;
    margin: 0 auto;
    vertical-align: middle
}

.g .g_tiles .g_tile .g_feature .g_wysiwyg {
    font-weight: 700;
    letter-spacing: 0;
    margin-top: .5em
}

.g .g_tiles .g_tile .g_roundButton {
    position: static;
    display: block;
    width: 2.25em;
    margin: 2em auto 0
}

.g.g_vertuoLine .g_tiles>li {
    background-color: #fff
}

.g.g_originalLine .g_tiles>li {
    background-color: #1b1b1b
}

.g.g_originalLine .g_tile .g_reflect {
    opacity: .85
}

.g.g_originalLine .g_tile .g_reflect:after {
    background-color: rgba(27, 27, 27, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1b1b1b), to(rgba(27, 27, 27, 0)));
    background-image: linear-gradient(180deg, #1b1b1b 50%, rgba(27, 27, 27, 0))
}

.g.g_originalLine .g_tile .g_mask {
    -webkit-filter: contrast(0) brightness(.21);
    filter: contrast(0) brightness(.21)
}

@media screen and (max-width:767px) {
    .g .g_tiles {
        margin: 0 -1.25em
    }

    .g .g_tiles>li {
        width: 100%;
        border: 0;
        height: auto
    }

    .g .g_tiles .g_tile {
        padding: 2em 2em 5em
    }

    .g .g_tiles .g_tile .g_description {
        padding-top: 3em
    }

    .g.g_vertuoLine .g_tiles {
        background-color: #fff
    }

    .g.g_vertuoLine .g_tiles>li {
        border-top: 4px solid #f3f3f3
    }

    .g.g_originalLine .g_tiles {
        background-color: #1b1b1b
    }

    .g.g_originalLine .g_tiles>li {
        border-top: 4px solid #000
    }
}

.g_responsiveGrid {
    text-align: center
}

.g_responsiveGrid>li {
    margin: 1em 0
}

.g_responsiveGrid>li .g_visual {
    position: relative;
    height: 12.5em
}

.g_responsiveGrid>li .g_visual .g_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media screen and (max-width:767px) {
    .g_responsiveGrid.v_swiper {
        width: 50vw;
        margin: 0 auto;
        left: 0
    }

    .g_responsiveGrid.v_swiper .v_swiperOverflow {
        padding: 0;
        margin-left: 0;
        width: 50vw
    }

    .g_responsiveGrid.v_swiper .swiper-container {
        width: 50vw
    }

    .g_responsiveGrid.v_swiper .swiper-slide {
        padding: 0 !important
    }

    .g_responsiveGrid.v_swiper .swiper-slide .g_cta,
    .g_responsiveGrid.v_swiper .swiper-slide .g_cupsizes,
    .g_responsiveGrid.v_swiper .swiper-slide .g_description,
    .g_responsiveGrid.v_swiper .swiper-slide .g_intensity,
    .g_responsiveGrid.v_swiper .swiper-slide .g_title {
        -webkit-transition: .25s;
        transition: .25s
    }

    .g_responsiveGrid.v_swiper .swiper-slide.swiper-slide-active .g_description p,
    .g_responsiveGrid.v_swiper .swiper-slide.swiper-slide-active .g_description ul {
        width: 130%;
        margin-left: -15% !important
    }

    .g_responsiveGrid.v_swiper .swiper-slide:not(.swiper-slide-active) .g_cta,
    .g_responsiveGrid.v_swiper .swiper-slide:not(.swiper-slide-active) .g_cupsizes,
    .g_responsiveGrid.v_swiper .swiper-slide:not(.swiper-slide-active) .g_description,
    .g_responsiveGrid.v_swiper .swiper-slide:not(.swiper-slide-active) .g_intensity,
    .g_responsiveGrid.v_swiper .swiper-slide:not(.swiper-slide-active) .g_title {
        opacity: 0
    }
}

.g [class*=g_row] {
    margin: 0 -1em;
    width: calc(100% + 2em)
}

.g [class*=g_col],
.g [class*=g_row]>* {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1em
}

.g [class*=g_row]>:first-child:nth-last-child(2),
.g [class*=g_row]>:first-child:nth-last-child(2)~* {
    width: 50%
}

.g [class*=g_row]>:first-child:nth-last-child(3),
.g [class*=g_row]>:first-child:nth-last-child(3)~* {
    width: 33.33333%
}

.g [class*=g_row]>:first-child:nth-last-child(4),
.g [class*=g_row]>:first-child:nth-last-child(4)~* {
    width: 25%
}

.g [class*=g_row]>:first-child:nth-last-child(5),
.g [class*=g_row]>:first-child:nth-last-child(5)~* {
    width: 20%
}

.g [class*=g_row]>:first-child:nth-last-child(6),
.g [class*=g_row]>:first-child:nth-last-child(6)~* {
    width: 16.66667%
}

.g .g_row2>* {
    min-width: 50%
}

.g .g_row3>* {
    min-width: 33.33333%
}

.g .g_row4>* {
    min-width: 25%
}

.g .g_row5>* {
    min-width: 20%
}

.g .g_row6>* {
    min-width: 16.66667%
}

@media screen and (max-width:767px) {
    .g .g_col50:only-child {
        width: 100% !important;
        margin: 0 !important
    }

    .g [class*=g_row] {
        margin: 0 -1.25em;
        width: calc(100% + 2.5em)
    }

    .g [class*=g_col],
    .g [class*=g_row]>* {
        padding: 0 1.25em;
        width: 100% !important
    }
}

.g h2,
.g h3 {
    color: inherit
}

.g fieldset {
    border: 0
}

.g div {
    text-align: inherit
}

.g_bannerProduct .g_from {
    font-weight: 600 !important;
    color: #3d8705;
    text-transform: uppercase
}
.g [class*=g_row]>:first-child:nth-last-child(3), .g [class*=g_row]>:first-child:nth-last-child(3)~* {
    width: 33.33333%;
}
.g [class*=g_col], .g [class*=g_row]>* {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1em;
}