/*! festive2019 | Mon Nov 04 2019 08:55:58 GMT+0100 (Central European Standard Time) */
@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 !important;
    height: 8em !important;
    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: "" !important;
    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;
    font-size: inherit !important;
    font-family: Lucas, Helvetica, Arial, sans-serif;
}

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

.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
    }
}

.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: 1920px) {
    .g_bg {
        background-size: cover
    }
}

.g_bg.g_bgTop {
    background-position: top
}

.g_bg.g_bgBottom {
    background-position: bottom
}

@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-size: 1em;
    letter-spacing: .125em
}

.g .g_h4,
.g .g_h4_nomargin,
.g .g_h5,
.g .g_h5_nomargin {
    font-family: Lucas, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 800;
    text-transform: uppercase
}

.g .g_h5,
.g .g_h5_nomargin {
    font-size: .875em;
    letter-spacing: .07143em
}

.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,
.g .g_h5 {
    margin-bottom: 1em
}

.g .g_headline {
    margin: 0 0 1em 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_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
}

.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 .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 .g_link.g_txt_XS {
    font-size: .75em;
    margin-bottom: 1.5em
}

.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_btnRoundM {
    width: 3.75em;
    height: 3.75em
}

.g .g_btnRoundM i:before {
    font-size: 3.125em
}

.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: 100vh;
    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%
    }
}

@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
    }

    .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))
    }
}

@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: #3d8705
}

.g .g_btnBuy:active {
    background: #337204
}

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

@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_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
}

.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_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%
    }

    .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_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_roundButton:first-child,
.g_roundButton:first-child:after,
.g_roundButton:first-child:before {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.g_roundButton:nth-child(2),
.g_roundButton:nth-child(2):after,
.g_roundButton:nth-child(2):before {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.g_roundButton:nth-child(3),
.g_roundButton:nth-child(3):after,
.g_roundButton:nth-child(3):before {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s
}

.g_roundButton:nth-child(4),
.g_roundButton:nth-child(4):after,
.g_roundButton:nth-child(4):before {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.g_roundButton:nth-child(5),
.g_roundButton:nth-child(5):after,
.g_roundButton:nth-child(5):before {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s
}

@-webkit-keyframes wave-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.5, .5, 1);
        transform: scale3d(.5, .5, 1)
    }

    25%,
    to {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1)
    }
}

@keyframes wave-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.5, .5, 1);
        transform: scale3d(.5, .5, 1)
    }

    25%,
    to {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1)
    }
}

@-webkit-keyframes wave-2 {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.5, .5, 1);
        transform: scale3d(.5, .5, 1)
    }

    12%,
    to {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1)
    }
}

@keyframes wave-2 {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.5, .5, 1);
        transform: scale3d(.5, .5, 1)
    }

    12%,
    to {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, 1);
        transform: scale3d(.9, .9, 1)
    }
}

@-webkit-keyframes pulse {
    0% {
        background-color: #6d5736
    }

    25%,
    to {
        background-color: #8f7247
    }
}

@keyframes pulse {
    0% {
        background-color: #6d5736
    }

    25%,
    to {
        background-color: #8f7247
    }
}

.g_moreInfo {
    position: absolute;
    font-size: 14px
}

.g_moreInfo .g_roundButton {
    display: inline-block;
    font-size: 16px;
    -webkit-animation: pulse 5s infinite forwards;
    animation: pulse 5s infinite forwards
}

.g_moreInfo .g_roundButton:after,
.g_moreInfo .g_roundButton:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2.1875em 0 0 -2.1875em;
    width: 4.375em;
    height: 4.375em;
    border-radius: 50%;
    content: "";
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 2px rgba(143, 114, 71, .5);
    box-shadow: 0 0 0 2px rgba(143, 114, 71, .5);
    z-index: 1
}

.g_moreInfo .g_roundButton:before {
    -webkit-animation: wave-1 5s infinite forwards;
    animation: wave-1 5s infinite forwards
}

.g_moreInfo .g_roundButton:after {
    -webkit-animation: wave-2 5s infinite forwards;
    animation: wave-2 5s infinite forwards
}

.g_moreInfo .g_roundButton span {
    display: inline-block;
    padding: 0 1.125em 0 2.25em;
    vertical-align: top;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.g_moreInfo .g_roundButton .g_additionnalLabel {
    display: none
}

@media screen and (min-width: 768px) {
    .g_moreInfo .g_roundButton:hover {
        background-color: #6d5736;
        max-width: 31.125em;
        -webkit-animation: 0;
        animation: 0
    }

    .g_moreInfo .g_roundButton:hover:after,
    .g_moreInfo .g_roundButton:hover:before {
        -webkit-animation: 0;
        animation: 0
    }

    .g_moreInfo .g_roundButton:hover span {
        visibility: visible;
        opacity: 1
    }

    .g_keyTab .g_moreInfo .g_roundButton:focus {
        background-color: #4298ad;
        max-width: 31.125em;
        -webkit-animation: 0;
        animation: 0
    }

    .g_keyTab .g_moreInfo .g_roundButton:focus:after,
    .g_keyTab .g_moreInfo .g_roundButton:focus:before {
        -webkit-animation: 0;
        animation: 0
    }

    .g_keyTab .g_moreInfo .g_roundButton:focus span {
        visibility: visible;
        opacity: 1
    }
}

@media screen and (min-width: 1920px) {
    .g_moreInfo {
        font-size: calc(14px + (100vw - 1920px)/200)
    }
}

@media screen and (max-width: 1279px) {
    .g_moreInfo {
        font-size: calc(14px + (100vw - 1280px)/220)
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .g_moreInfo {
        font-size: 1.625vw;
        margin-left: -12vw
    }
}

@media screen and (max-width: 767px) {
    .g_moreInfo {
        font-size: 3.75vw
    }

    .vue .g_sectionBottom .g_moreInfo .g_roundButton {
        bottom: 0;
        top: auto
    }
}


.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: hidden;
    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 .g_recipeInfos {
    display: inline-table;
    table-layout: fixed
}

.g .g_recipeInfos .g_recipeInfo {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    position: relative;
    padding: 0 .875em 0 3.125em
}

.g .g_recipeInfos .g_recipeInfo i {
    font-size: 2em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: .4375em
}

.g .g_recipeInfos .g_recipeInfo span {
    font-size: .75em;
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .g .g_recipeTitle {
        text-align: center
    }
}

.g .g_recipeContent {
    padding: 0 2.5em
}

.g .g_recipeContent div.g_txt_S p:not(:last-child) {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .g .g_recipeContent {
        padding: 0
    }

    .g .g_recipeContent .g_preparation .g_txt_S p:last-child {
        margin-bottom: 0
    }
}

.g .g_popin.g_popinRecipe .g_rightCol .g_table .g_headerRow .g_recipeHeader .g_background {
    height: calc((35vw + 50vh)/2*0.66667)
}

.g .g_popin.g_popinRecipe .g_rightCol .g_table .g_headerRow .g_recipeHeader .g_video iframe {
    display: block;
    width: 100%;
    height: calc((35vw + 50vh)/2*0.5625)
}

@media screen and (max-width: 767px) {
    .g .g_popin.g_popinRecipe .g_recipeHeader .g_background {
        background-size: cover;
        background-position: 50%;
        height: 66.66667vw
    }

    .g .g_popin.g_popinRecipe .g_recipeHeader .g_video iframe {
        display: block;
        width: 100%;
        height: 66.66667vw
    }
}

.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
}

.g .g_recipeSection {
    padding: 0 2.5em
}

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

    .g .g_recipeSection,
    .g .g_sectionRow {
        padding: 0
    }
}

.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 .g_bg_table {
    position: absolute;
    width: 100vw;
    left: 0;
    padding-top: 10.375em !important
}

.g .g_bg_table .g_bg {
    position: relative
}

.g .g_bg_table .g_bg_table_top {
    height: 51.875em;
    background-position: bottom
}

.g .g_bg_table .g_bg_table_bottom {
    height: 29.1875em;
    background-position: top
}

.g .g_bg_table:after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(9, 7, 8, 0);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#090708), to(rgba(9, 7, 8, 0)));
    background-image: linear-gradient(0deg, #090708 0, rgba(9, 7, 8, 0))
}

@media (min-width: 1920px) {
    .g .g_bg_table {
        padding-top: 16em !important
    }

    .g .g_giftsCollection .g_bg_table {
        padding-top: 7em !important
    }
}

@media screen and (min-width: 768px) {
    .g_safari .g .g_bg_table {
        width: 100%
    }

    .g_safari .g .g_sectionOriginal .g_bg_table .g_bg_table_top {
        background-position: 0 100%
    }

    .g_safari .g .g_sectionOriginal .g_bg_table .g_bg_table_bottom {
        background-position: 0 0
    }

    .g_safari .g .g_sectionVertuo .g_bg_table .g_bg_table_top {
        background-position: 100% 100%
    }

    .g_safari .g .g_sectionVertuo .g_bg_table .g_bg_table_bottom {
        background-position: 100% 0
    }
}

@media screen and (max-width: 767px) {
    .g .g_bg_table {
        padding-top: 8.125em !important
    }

    .g .g_bg_table .g_bg_table_top {
        height: 15.9375em;
        background-position: center 0
    }

    .g .g_bg_table .g_bg_table_bottom {
        height: 21.875em
    }
}

.g .g_backgroundSlot .g_coffee {
    height: 100%
}

.g .g_backgroundSlot .g_cupFestive {
    -webkit-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1)
}

@media screen and (max-width: 767px) {
    .g .g_backgroundSlot .g_coffee {
        -webkit-transform: translateY(1em) scale(.8);
        transform: translateY(1em) scale(.8)
    }

    .g .g_coffeeItems .g_backgroundSlot .g_cupFestive {
        -webkit-transform: translate(-50%, -55%) scale(1);
        transform: translate(-50%, -55%) scale(1)
    }

    .g .g_story .g_cupFestive {
        -webkit-transform: translate(-50%) scale(1.1);
        transform: translate(-50%) scale(1.1)
    }
}

.g .g_imageGrid {
    width: 100%;
    height: 50vw;
    max-height: 100vh;
    background: #f9f9f9
}

.g .g_imageGrid>div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden
}

.g .g_imageGrid>div,
.g .g_imageGrid>div>div {
    background-size: cover;
    background-position: 50%
}

.g .g_imageGrid>div>div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    height: 50%;
    overflow: hidden
}

.g .g_imageGrid .bg_placeholder {
    background-size: cover;
    background-position: 50%;
    position: absolute;
    width: 100%;
    height: 100%
}

.g .g_imageGrid .g_buttonContainer {
    display: block
}

.g .g_imageGrid .g_buttonContainerCover {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%
}

.g .g_imageGrid button {
    z-index: 1;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.g .g_imageGrid button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .1)
}

.g .g_imageGrid button:hover {
    background: hsla(0, 0%, 100%, .15)
}

.g_keyTab .g .g_imageGrid button:focus {
    -webkit-filter: sepia(100%) hue-rotate(145deg) saturate(300%);
    filter: sepia(100%) hue-rotate(145deg) saturate(300%);
    -webkit-box-shadow: inset 0 0 1px 2px #4298ad;
    box-shadow: inset 0 0 1px 2px #4298ad
}

.g .g_imageGrid .g_h3 {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.25em;
    width: 100%;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.g .g_imageGrid .g_h3 span {
    padding: 0 1.66667em;
    display: block;
    position: relative
}

.g .g_imageGrid .g_h3:before {
    content: "";
    position: absolute;
    bottom: -1.25em;
    width: 100%;
    height: 10em;
    left: 0;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8) 0, transparent)
}

.g .g_imageGrid .g_h3:hover:after {
    color: #fff
}

.g .g_imageGrid img {
    position: absolute;
    height: 0;
    width: 0;
    color: transparent
}

.g_recipes {
    overflow: hidden
}

.g_recipes .g_restrict .g_content {
    height: auto;
    padding: 6.25em 0 3.125em
}

.g_recipes .g_restrict .g_content .g_h2 {
    margin-bottom: 0
}

.g_recipes .g_restrict .g_content .g_h2,
.g_recipes .g_restrict .g_content .g_h3 {
    text-align: center
}

.g_recipes .g_restrict .g_content .g_h3 {
    margin-bottom: 1em
}

@media screen and (max-width: 767px) {
    .g .g_recipes .g_restrict .g_content {
        padding: 5em 0
    }

    .g .g_recipes .g_imageGrid {
        height: auto;
        max-height: none
    }

    .g .g_recipes .g_imageGrid>div,
    .g .g_recipes .g_imageGrid>div+div {
        width: 100%;
        height: 100vw
    }

    .g .g_recipes .g_imageGrid .g_h3 {
        margin-bottom: .5em;
        font-size: 1.1em
    }

    .g .g_recipes .g_imageGrid .g_h3:after {
        top: -.15em;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%)
    }

    .g .g_recipes .g_imageGrid .g_h3 span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 1em;
        text-align: center
    }
}

.g .g_recipes1 .g_imageGrid {
    height: 33.33vw
}

.g .g_recipes1 .g_imageGrid>div {
    width: 100%;
    height: 100%
}

.g .g_recipes2 .g_imageGrid {
    height: 33.33vw;
    max-height: 75vh
}

.g .g_recipes2 .g_imageGrid>div {
    width: 50%;
    height: 100%
}

.g .g_recipes3 .g_imageGrid {
    height: 33.33vw;
    max-height: 75vh
}

.g .g_recipes3 .g_imageGrid>div {
    width: 33.33%;
    height: 100%
}

.g .g_recipes4 .g_imageGrid {
    height: 25vw;
    max-height: 50vh
}

.g .g_recipes4 .g_imageGrid>div {
    width: 25%;
    height: 100%
}

@media screen and (max-width: 767px) {
    .g .g_recipes2 .g_imageGrid {
        height: 75vw
    }

    .g .g_recipes2 .g_imageGrid>div,
    .g .g_recipes2 .g_imageGrid>div+div {
        width: 50%;
        height: 100%
    }

    .g .g_recipes3 .g_imageGrid {
        height: 175vw
    }

    .g .g_recipes3 .g_imageGrid>div {
        width: 100%;
        height: 60%
    }

    .g .g_recipes3 .g_imageGrid>div+div {
        width: 50%;
        height: 40%
    }

    .g .g_recipes4 .g_imageGrid {
        height: 125vw
    }

    .g .g_recipes4 .g_imageGrid>div,
    .g .g_recipes4 .g_imageGrid>div+div {
        width: 50%;
        height: 50%
    }
}

.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_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%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_backgroundVideo .g_placeholder .g_embedVideo.v_isPlaying {
    opacity: 1;
    visibility: visible
}

.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%
}

@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_story .g_restrict {
    position: static
}

.g .g_choose .g_bg_table {
    padding-top: 9.75em
}

.g .g_choose .g_visuals {
    width: 100%;
    margin: 0;
    display: table;
    table-layout: fixed
}

.g .g_choose .g_visuals li {
    display: table-cell;
    position: relative
}

@media screen and (min-width: 768px) {
    .g .g_choose .g_disclaimer {
        margin-top: 5.25em
    }
}

@media screen and (max-width: 767px) {
    .g .g_story .g_content {
        width: calc(100vw - 2.5em);
        padding-bottom: 1.25em !important
    }

    .g .g_choose .g_bg_table {
        padding-top: 11.875em
    }

    .g .g_choose .g_disclaimer {
        margin-top: 4em
    }
}

.g .g_backgroundSlot {
    top: 0;
    display: table;
    width: 62.25em
}

.g .g_backgroundSlot .g_text_row {
    display: table-row
}

.g .g_backgroundSlot .g_text_cell {
    display: table-cell;
    vertical-align: middle
}

.g .g_backgroundSlot .g_actual_coffee_swiper .g_text_cell {
    position: relative
}

.g .g_backgroundSlot .g_h3_nomargin span {
    font-weight: 500;
    text-transform: none
}

.g .g_backgroundSlot .g_recipe_intro {
    margin: 1em auto 0
}

.g .g_backgroundSlot button.g_link {
    pointer-events: none;
    display: none
}

.g .g_backgroundSlot .g_active button.g_link {
    display: inline-block;
    pointer-events: auto;
    z-index: 1;
    text-transform: uppercase
}

.g .g_backgroundSlot .g_link {
    margin: 0
}

.g .g_backgroundSlot .g_link strong {
    text-transform: uppercase
}

.g .g_backgroundSlot .g_description {
    margin: 2em 0 1em
}

.g .g_backgroundSlot .g_actual_coffee_footer .g_text_cell ul .g_coffeeProduct {
    display: block;
    position: absolute;
    opacity: 0;
    width: 31.125em;
    margin: 0 15.5625em;
    -webkit-transition: .25s;
    transition: .25s;
    pointer-events: none
}

.g .g_backgroundSlot .g_actual_coffee_footer .g_text_cell ul .g_coffeeProduct .g_wysiwyg>p>a {
    color: #fff;
    border-bottom: 1px solid #000
}

.g .g_backgroundSlot .g_actual_coffee_footer .g_text_cell ul .g_coffeeProduct .g_wysiwyg>p>a:after {
    font-family: Nespresso Icons !important;
    font-style: normal;
    font-weight: 400;
    position: relative;
    speak: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    content: "\E932";
    vertical-align: middle;
    font-size: 1.25em
}

.g .g_backgroundSlot .g_actual_coffee_footer .g_text_cell ul .g_coffeeProduct .g_wysiwyg>p>a:hover {
    border-bottom: 1px solid #8f7247
}

.g .g_backgroundSlot .g_actual_coffee_footer .g_text_cell ul .g_active {
    opacity: 1;
    pointer-events: auto
}

.g .g_backgroundSlot .g_actual_coffee_footer .g_text_cell ul .g_active .g_addToCart .g_addToCartCustom button {
    z-index: 1
}

.g .g_backgroundSlot .g_actual_coffee_footer .g_text_cell .g_moreInfos {
    left: auto
}

.g .g_backgroundSlot .g_phantom_coffee_footer .g_phantom_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    opacity: 0;
    visibility: hidden
}

.g .g_backgroundSlot .g_phantom_coffee_footer .g_phantom_table>div {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}

.g .g_backgroundSlot .g_phantom_coffee_footer .g_phantom_table>div .g_coffeeProduct {
    width: 31.125em
}

.g .g_backgroundSlot .g_moreInfos {
    margin-top: -30em
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .g .g_backgroundSlot {
        width: calc(98vw - 2.5em)
    }

    .g .g_backgroundSlot .g_phantom_coffee_footer .g_phantom_table>div:last-child {
        width: 33.33333vw
    }

    .g .g_backgroundSlot .g_phantom_coffee_footer .g_phantom_table>div {
        overflow: hidden;
        position: relative
    }

    .g .g_backgroundSlot .g_phantom_coffee_footer .g_phantom_table>div .g_coffeeProduct {
        width: 15.625em
    }

    .g .g_backgroundSlot .g_actual_coffee_footer .g_text_cell ul .g_coffeeProduct {
        width: 46vw
    }
}

@media screen and (max-width: 767px) {
    .g .g_backgroundSlot {
        width: 100%
    }

    .g .g_backgroundSlot .g_h3_nomargin span {
        font-weight: 500;
        text-transform: none
    }

    .g .g_backgroundSlot .g_description {
        margin: 1em 0 1em
    }

    .g .g_backgroundSlot .g_cta,
    .g .g_backgroundSlot .g_description {
        width: calc(100vw - 2.5em)
    }

    .g .g_backgroundSlot .g_actual_coffee_footer .g_text_cell ul .g_coffeeProduct {
        width: 89%;
        margin: 0
    }
}

.g .g_expandable>section:first-child {
    overflow: visible;
    z-index: 2
}

.g .g_expandable>section:first-child .g_content {
    padding: 6.25em 0 0 0
}

.g .g_expandable.g_expandableRecipes section:first-child {
    z-index: 1
}

.g .g_expandable.g_expandableRecipes section:first-child.g_opened {
    z-index: 1;
    height: auto
}

.g .g_expandable.g_expandableRecipes section:last-child.g_opened {
    z-index: 0
}

.g .g_expandable.g_expandableRecipes .g_content {
    padding: 4em 0 3em
}

.g .g_expandable.g_expandableRecipes h2 {
    margin: 0 0 .5em
}

.g .g_expandable.g_expandableRecipes .g_wysiwyg {
    margin: 0 0 1em
}

.g .g_expandable .g_btnRound {
    width: 4em;
    height: 4em;
    background: #fff;
    color: #fff;
    text-shadow: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 1;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.g .g_expandable .g_btnRound:hover {
    background: #fff
}

.g .g_expandable .g_btnRound.g_opened {
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
    bottom: -3px
}

.g .g_expandable .g_phantom {
    opacity: 0;
    visibility: hidden;
    display: table;
    table-layout: fixed;
    width: 100%
}

.g .g_expandable .g_phantom_cell {
    overflow: hidden;
    display: table-cell
}

.g .g_expandable .g_phantom_cell:first-child h2 {
    margin-bottom: 0
}

.g .g_expandable .g_phantom_cell:last-child .g_phantom_overflow {
    max-height: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_expandable .g_content_expandable .g_txt_XL {
    font-size: 1.1em
}

.g .g_expandable .g_content_expandable .g_designerFace,
.g .g_expandable .g_content_expandable .g_smallerContainer,
.g .g_expandable .g_content_expandable .g_wysiwyg {
    display: none !important
}

.g .g_expandable .g_content_expandable,
.g .g_expandable .g_content_first {
    top: 4em;
    position: absolute
}

.g .g_expandable .g_content_first {
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_expandable .g_content_expandable {
    opacity: 0;
    max-height: 0;
    -webkit-transition: .125s;
    transition: .125s
}

.g .g_expandable section:first-child.g_opened .g_content_first {
    opacity: 0
}

.g .g_expandable section:first-child.g_opened .g_content_expandable {
    opacity: 1;
    max-height: 18.75em;
    -webkit-transition: .75s;
    transition: .75s
}

.g .g_expandable section:first-child.g_opened .g_content_expandable .g_designerFace,
.g .g_expandable section:first-child.g_opened .g_content_expandable .g_wysiwyg {
    display: block !important
}

.g .g_expandable section:first-child.g_opened .g_content_expandable .g_smallerContainer,
.g .g_expandable section:first-child.g_opened .g_content_expandable .g_smallerContainer>.g_wysiwyg {
    display: table-cell !important
}

.g .g_expandable section:first-child.g_opened .g_phantom_cell:last-child .g_phantom_overflow {
    max-height: 18.75em
}

.g .g_expandable section:last-child {
    max-height: 0;
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-bottom-color: #fff;
    z-index: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_expandable section:last-child.g_opened {
    z-index: 1
}

.g .g_expandable section:last-child .g_actual_coffee_footer,
.g .g_expandable section:last-child .g_coffeeProduct,
.g .g_expandable section:last-child .g_text {
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_expandable section:last-child .g_disclaimer,
.g .g_expandable section:last-child .swiper-button-next,
.g .g_expandable section:last-child .swiper-button-prev {
    display: none
}

.g .g_expandable section:last-child .g_photo {
    display: none !important
}

.g .g_expandable section:last-child.g_opened {
    max-height: 52.5em
}

.g .g_expandable section:last-child.g_opened>.g_photo {
    display: block !important
}

.g .g_expandable section:last-child.g_opened .g_disclaimer,
.g .g_expandable section:last-child.g_opened .swiper-button-next,
.g .g_expandable section:last-child.g_opened .swiper-button-prev {
    display: block
}

.g .g_expandable.g_pink .g_section:first-child {
    background-color: #935a6a
}

.g .g_expandable.g_pink .g_btnRound {
    color: #935a6a
}

.g .g_expandable.g_pink section:last-child {
    border-color: #935a6a
}

.g .g_expandable.g_colorNandor {
    color: #fff
}

.g .g_expandable.g_colorNandor>.g_section:first-child {
    background-color: #4e5f54;
    z-index: 2
}

.g .g_expandable.g_colorNandor .g_btnRound {
    color: #4e5f54
}

.g .g_expandable>section:last-child {
    border: none;
    -webkit-transition: none;
    transition: none
}

.g .g_expandable>section:last-child.g_opened {
    border-color: #4e5f54;
    border-bottom-width: 10px;
    border-style: solid;
    border-left: none;
    border-right: none
}

.g .g_expandable.g_colorTana {
    color: #000;
    position: relative
}

.g .g_expandable.g_colorTana>.g_section:first-child {
    background-color: #dfddc4
}

.g .g_expandable.g_colorTana .g_btnRound {
    color: #dfddc4
}

.g .g_expandable.g_colorTana>section:last-child {
    border: none;
    -webkit-transition: none;
    transition: none
}

.g .g_expandable.g_colorTana>section:last-child.g_opened {
    border-color: #dfddc4;
    border-bottom-width: 10px;
    border-style: solid;
    border-left: none;
    border-right: none
}

.g .g_expandable section:first-child.g_expanded .g_content {
    padding-bottom: 4em
}

.g .g_expandable section:first-child.g_expanded .g_content_expandable,
.g .g_expandable section:first-child.g_expanded .g_content_first {
    top: auto;
    position: relative
}

.g .g_expandable section:first-child.g_expanded .g_content_expandable {
    max-height: auto
}

.g .g_expandable section:first-child.g_expanded .g_content_expandable .g_txt_XL {
    margin-bottom: 0
}

.g .g_expandable section:first-child.g_expanded+section .g_content {
    padding-top: 3.125em
}

.g_ie .g_btnRoundM i:before {
    font-size: .5em !important
}

.g_ie .g_btn i {
    left: .25em
}

.g_ie .g_btn i:before {
    font-size: .5em !important
}

html.g_scrollLock .g .g_expandable {
    z-index: 3004
}

html.g_scrollLock .g .g_expandable section:first-child.g_opened {
    overflow: visible !important
}

html.g_scrollLock .g .g_expandable section:last-child.g_opened {
    z-index: 3002 !important;
    overflow: visible
}

html.g_scrollLock .g .g_popin {
    z-index: 3010
}

html.QSOpened,
html.QSOpened body {
    overflow: hidden !important
}

html.QSOpened body section:last-child.g_opened {
    z-index: 3010 !important;
    overflow: visible
}

html.QSOpened.g_S body section:last-child.g_opened {
    z-index: 3010 !important
}

html.g_scrollLock.g_safari {
    overflow: hidden !important;
    margin-top: 0 !important
}

html.g_scrollLock.g_safari .g_custom_parallax {
    display: none
}

html.g_scrollLock.g_safari body {
    overflow: hidden;
    position: fixed
}

html.g_scrollLock.g_safari body header#top {
    opacity: 0;
    height: 0
}

html.QSOpened.g_safari {
    overflow: hidden !important;
    margin-top: 0 !important
}

html.QSOpened.g_safari .g_custom_parallax {
    display: none
}

html.QSOpened.g_safari body {
    overflow: hidden;
    position: fixed
}

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

    .g .g_expandable .g_content_expandable,
    .g .g_expandable .g_content_first,
    .g .g_expandable .g_phantom_overflow {
        width: 62.25em
    }

    .g .g_expandable section:first-child .g_content {
        height: auto
    }
}

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

    .g .g_expandable .g_content_expandable,
    .g .g_expandable .g_content_first,
    .g .g_expandable .g_phantom_overflow {
        width: 96vw
    }
}

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

    .g .g_expandable .g_content_expandable,
    .g .g_expandable .g_content_first,
    .g .g_expandable .g_phantom_overflow {
        width: calc(100vw - 2.5em)
    }

    .g .g_expandable section:first-child {
        z-index: 3
    }

    .g .g_expandable section:last-child.g_opened {
        max-height: 105em
    }

    .g .g_expandable section:last-child.g_opened .g_disclaimer {
        display: block;
        position: absolute;
        z-index: 2;
        bottom: 1em !important;
        left: 0;
        margin: 0 auto;
        width: 100%;
        padding: 0 1em
    }

    .g .g_expandable section#about-designer:not(.g_opened):first-child .g_content,
    .g .g_expandable section:not(#about-designer):first-child .g_content {
        height: auto
    }
}

.g_ie .g .g_tableFit {
    height: 30em
}

.g .g_backgroundSlot .v_swiper {
    margin: 0 auto;
    width: 24.9em;
    height: 30em
}

.g .g_backgroundSlot .v_swiper .swiper-container {
    width: 24.9em;
    height: 30em
}

.g .g_backgroundSlot .v_swiper .swiper-button-prev {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%)
}

.g .g_backgroundSlot .v_swiper .swiper-button-next {
    -webkit-transform: translate(50%, 100%);
    transform: translate(50%, 100%)
}

@media screen and (min-width: 768px) {
    .g .g_backgroundSlot .v_swiper .swiper-slide {
        overflow: hidden
    }

    .g .g_backgroundSlot .v_swiper .swiper-slide .g_coffee {
        -webkit-transform: translateY(1em) scale(1);
        transform: translateY(1em) scale(1);
        -webkit-transition: .25s;
        transition: .25s
    }

    .g .g_backgroundSlot .v_swiper .swiper-slide-active .g_coffee {
        -webkit-filter: contrast(1) brightness(1) blur(0) !important;
        filter: contrast(1) brightness(1) blur(0) !important;
        opacity: 1;
        -webkit-transform: translateY(1.5em) scale(1.2);
        transform: translateY(1.5em) scale(1.2)
    }

    .g .g_backgroundSlot .v_swiper .swiper-button-prev {
        margin-left: -8.125em
    }

    .g .g_backgroundSlot .v_swiper .swiper-button-next {
        margin-right: -8.125em
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .g .g_backgroundSlot .v_swiper .swiper-button-prev {
        margin-left: 3.4375em;
        margin-top: 3.5em
    }

    .g .g_backgroundSlot .v_swiper .swiper-button-next {
        margin-right: 3.4375em;
        margin-top: 3.5em
    }
}

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

    .g .g_backgroundSlot .v_swiper,
    .g .g_backgroundSlot .v_swiper .swiper-container {
        width: calc(100vw - 2.5em);
        height: 17.625em
    }

    .g .g_backgroundSlot .v_swiper .g_coffee {
        -webkit-transform: translateY(1em) scale(.85);
        transform: translateY(1em) scale(.85)
    }

    .g .g_backgroundSlot .v_swiper .swiper-button-prev {
        margin-left: 0;
        -webkit-transform: translate(-50%, -25%);
        transform: translate(-50%, -25%)
    }

    .g .g_backgroundSlot .v_swiper .swiper-button-next {
        margin-right: 0;
        -webkit-transform: translate(50%, -25%);
        transform: translate(50%, -25%)
    }

    .g .g_backgroundSlot .v_swiper .swiper-slide-prev {
        -webkit-transform: translate(-25%);
        transform: translate(-25%)
    }

    .g .g_backgroundSlot .v_swiper .swiper-slide-next {
        -webkit-transform: translate(25%);
        transform: translate(25%)
    }
}

.g .g_itemsCollection .g_actual_coffee_footer .g_text_cell ul .g_coffeeProduct {
    bottom: 0;
    z-index: 2
}

.g .g_itemsCollection.g_backgroundSlot .v_swiper>.swiper-button-next,
.g .g_itemsCollection.g_backgroundSlot .v_swiper>.swiper-button-prev {
    top: 28.5625em
}

.g .g_itemsCollection.g_backgroundSlot .v_swiper .swiper-slide .g_coffee {
    -webkit-filter: contrast(1) brightness(1) blur(1px);
    filter: contrast(1) brightness(1) blur(1px);
    opacity: .8;
    -webkit-transform: translateY(7em) scale(1.3);
    transform: translateY(7em) scale(1.3)
}

.g .g_itemsCollection.g_backgroundSlot .v_swiper .swiper-slide-active .g_coffee {
    -webkit-transform: translateY(12em) scale(1.6);
    transform: translateY(12em) scale(1.6)
}

.g .g_itemsCollection.g_backgroundSlot .g_description {
    margin: 2em 0 6.5em
}

.g .g_itemsCollection.g_backgroundSlot .g_description:last-child {
    margin: -1.5em 0 5em
}

.g .g_choose.g_coffeeItems .g_story {
    background-color: #e3e1d6;
    background-image: radial-gradient(ellipse farthest-side at center top, #f4f2ed 0, #f4f2ed 10.9%, #d0cebc 134.3%);
    background-image: -ms-radial-gradient(center top, ellipse farthest-side, #f4f2ed 0, #f4f2ed 10.9%, #d0cebc 134.3%);
    position: relative
}

.g .g_choose.g_coffeeItems .g_story:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 10em;
    width: 100vw;
    background: #eeeee1;
    z-index: 1
}

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

    .g .g_itemsCollection.g_backgroundSlot .v_swiper>.swiper-button-next,
    .g .g_itemsCollection.g_backgroundSlot .v_swiper>.swiper-button-prev {
        top: auto;
        top: 33%;
        z-index: 1
    }

    .g .g_itemsCollection.g_backgroundSlot .v_swiper .swiper-slide .g_coffee {
        -webkit-filter: none;
        filter: none;
        opacity: 1;
        -webkit-transform: translateY(9em) scale(1.1);
        transform: translateY(9em) scale(1.1)
    }

    .g .g_itemsCollection.g_backgroundSlot .v_swiper .swiper-slide .swiper-slide-active .g_coffee {
        -webkit-transform: none;
        transform: none
    }

    .g .g_itemsCollection.g_backgroundSlot .g_description:first-child {
        display: none
    }

    .g .g_itemsCollection.g_backgroundSlot .g_description:last-child {
        margin: -1em 0 5em;
        padding: 0 .75em
    }
}

@media screen and (min-width: 768px) {
    .g .g_coffeeItems {
        position: relative
    }

    .g .g_coffeeItems .g_custom_parallax {
        overflow: visible;
        height: 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden
    }

    .g .g_coffeeItems .g_leaf1,
    .g .g_coffeeItems .g_leaf2,
    .g .g_coffeeItems .g_leaf3 {
        position: absolute;
        z-index: 1
    }

    .g .g_coffeeItems .g_leaf1 {
        right: -4.5em;
        bottom: -66%;
        width: 12.0625em;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .g .g_coffeeItems .g_leaf3 {
        bottom: -80%;
        left: -5.5em;
        width: 12.5625em
    }

    .g .g_coffeeItems .g_leaf2 {
        bottom: -35%;
        left: -4.5em;
        width: 10.0625em
    }

    .g .g_coffeeItems.g_opened .g_custom_parallax {
        opacity: 1;
        visibility: visible
    }

    .g_edge .g_coffeeItems .g_custom_parallax,
    .g_ie .g_coffeeItems .g_custom_parallax {
        display: none
    }
}

.g .g_expandableSwiper .g_productMoreInfo .g_link:hover {
    opacity: .8
}

.g .g_expandableSwiper .g_productMoreInfo .g_link:hover span {
    text-decoration: none
}

.g .g_expandableSwiper .g_productMoreInfo .g_link>span {
    border-bottom: 2px solid
}

.g .g_expandableSwiper .g_productMoreInfo .g_link [class^=fn_] {
    font-size: 27px;
    top: 6px
}

.g .g_expandableSwiper .g_productMoreInfo.g_productMoreInfo--is-bottom .g_link {
    margin: 0
}

.g .g_expandableSwiper .g_cta .g_addToCart {
    margin-top: .5em
}

.g .g_expandableSwiper .g_h3 {
    margin-bottom: .5em
}

.g .g_expandableSwiper .g_addToCart {
    margin: 1em 0
}

.g .g_expandableSwiper .v_swiper {
    width: 62.25em
}

.g .g_expandableSwiper .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemTable {
    max-width: 20.75em;
    margin: 0 auto;
    position: relative
}

.g .g_expandableSwiper.g_variationsPacks .g_products .v_swiper .swiper-button-next,
.g .g_expandableSwiper.g_variationsPacks .g_products .v_swiper .swiper-button-prev {
    top: 25% !important
}

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

    .g .g_expandableSwiper .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemRow,
    .g .g_expandableSwiper .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemRow>div,
    .g .g_expandableSwiper .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemTable {
        display: block
    }
}

.g .g_originCollection .g_text>.g_h2 {
    width: 100%
}

.g .g_originCollection .g_text>.g_h2,
.g .g_originCollection .g_text>.g_wysiwyg {
    position: relative
}

.g .g_originCollection .g_text>.g_wysiwyg {
    margin-bottom: 18em
}

.g .g_originCollection .g_restrict {
    position: static
}

.g .g_originCollection .g_bg_table {
    padding-top: 6.6875em;
    left: 0
}

.g .g_originCollection .v_swiper {
    width: 62.25em
}

.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-button-next,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-button-prev {
    display: none
}

.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0 1.2em
}

.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemTable {
    max-width: 20.75em;
    margin: 0 auto;
    position: relative
}

.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_visual {
    -webkit-filter: contrast(.75) brightness(.75) blur(1px);
    filter: contrast(.75) brightness(.75) blur(1px);
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_addToCart,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_description,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_moreInfo,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_wysiwyg {
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_moreInfoCell {
    position: absolute;
    left: 0;
    width: 20.75em
}

.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_moreInfo {
    z-index: 1
}

.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_visual {
    height: 8.125em
}

.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_visual .g_image {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 13.75em;
    height: 6.25em;
    margin-left: 1.5em
}

.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active+.swiper-slide+.swiper-slide .g_visual,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active+.swiper-slide .g_visual,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active .g_visual {
    -webkit-filter: none;
    filter: none
}

.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active+.swiper-slide+.swiper-slide .g_addToCart,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active+.swiper-slide+.swiper-slide .g_description,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active+.swiper-slide+.swiper-slide .g_moreInfo,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active+.swiper-slide+.swiper-slide .g_wysiwyg,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active+.swiper-slide .g_addToCart,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active+.swiper-slide .g_description,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active+.swiper-slide .g_moreInfo,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active+.swiper-slide .g_wysiwyg,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active .g_addToCart,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active .g_description,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active .g_moreInfo,
.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide-active .g_wysiwyg {
    opacity: 1
}

.g .g_originCollection .v_swiper .g_description>p {
    margin-top: 2em !important
}

.g .g_giftsCollection .g_text>.g_wysiwyg {
    margin-bottom: 4em
}

.g_safari .g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_moreInfo {
    margin-left: -2.25em
}

@media screen and (max-width: 767px) {
    .g .g_originCollection .g_text>.g_wysiwyg {
        margin-bottom: 2.5em !important
    }

    .g .g_originCollection .g_bg_table {
        padding-top: 6.5625em;
        left: 0
    }

    .g .g_originCollection.g_black .v_swiper .swiper-button-next,
    .g .g_originCollection.g_black .v_swiper .swiper-button-prev {
        -webkit-transform: translateY(-172%);
        transform: translateY(-172%)
    }
}

.g .g_dark .swiper-button-next:after,
.g .g_dark .swiper-button-prev:after {
    border-top-color: #fff;
    border-right-color: #fff;
    border-right-width: 4px;
    border-top-width: 4px
}

@media screen and (min-width: 768px) {
    .g .g_giftsCollection {
        position: relative
    }

    .g .g_giftsCollection:after {
        right: 0;
        background: -webkit-gradient(linear, right top, left top, from(rgba(176, 126, 91, .25)), to(rgba(176, 126, 91, 0)));
        background: linear-gradient(270deg, rgba(176, 126, 91, .25) 0, rgba(176, 126, 91, 0))
    }

    .g .g_giftsCollection:after,
    .g .g_giftsCollection:before {
        pointer-events: none;
        position: absolute;
        content: "";
        height: 100%;
        width: 28%;
        top: 0;
        z-index: 2
    }

    .g .g_giftsCollection:before {
        left: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(176, 126, 91, .25)), to(rgba(176, 126, 91, 0)));
        background: linear-gradient(90deg, rgba(176, 126, 91, .25) 0, rgba(176, 126, 91, 0))
    }

    .g .g_giftsCollection .g_bg {
        background-position: top
    }

    .g .g_giftsCollection .v_swiper {
        width: 72em
    }

    .g .g_giftsCollection .v_swiper .swiper-button-next,
    .g .g_giftsCollection .v_swiper .swiper-button-prev {
        bottom: 18em !important
    }

    .g .g_giftsCollection .v_swiper .swiper-container .swiper-wrapper {
        z-index: 1
    }

    .g .g_giftsCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemTable {
        max-width: 15em
    }

    .g .g_giftsCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_visual .g_image {
        -webkit-transform: translate(-50%, -20%);
        transform: translate(-50%, -20%);
        height: 27em;
        width: 19em
    }

    .g .g_giftsCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_visual {
        height: 24.125em
    }

    .g .g_giftsCollection .g_bg_table {
        padding-top: 5em
    }

    .g .g_giftsCollection .g_bg_table .g_text>.g_wysiwyg {
        margin-bottom: 11em !important
    }
}

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

    .g .g_giftsCollection .v_swiper .swiper-button-next,
    .g .g_giftsCollection .v_swiper .swiper-button-prev {
        bottom: 5em !important
    }

    .g .g_giftsCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_visual {
        height: 12em;
        border-bottom: 18em solid transparent
    }

    .g .g_giftsCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_visual .g_image {
        height: 14.25em;
        width: 14.25em;
        margin: -2em 0
    }

    .g .g_giftsCollection .g_bg_table {
        padding-top: 4em !important
    }

    .g .g_giftsCollection .g_bg_table .g_bg_table_top {
        height: 36em
    }
}

.g .g_expandableDisclaimer {
    color: #7e7a53
}

@media screen and (min-width: 768px) {
    .g .g_expandableIndia>section:last-child {
        -webkit-transition: none;
        transition: none
    }

    .g .g_expandableIndia .g_container {
        display: inline-table;
        width: 77%;
        border-spacing: 1em 0
    }

    .g .g_expandableIndia .g_container>div {
        display: table-cell;
        vertical-align: top
    }

    .g .g_expandableIndia .g_container>div:first-child {
        width: 8.75em
    }

    .g .g_expandableIndia .g_container>div:first-child .g_designerFace {
        height: 8.75em;
        width: 8.75em;
        background-size: cover;
        background-repeat: no-repeat
    }

    .g .g_expandableIndia .g_container>div:last-child {
        position: relative;
        padding-left: 2.5em
    }

    .g .g_expandableIndia .g_container>div:last-child .g_quotes {
        position: absolute;
        left: .5em;
        margin-top: -1em;
        height: 2em;
        width: 2.5em;
        background-repeat: no-repeat;
        background-size: contain
    }

    .g .g_expandableIndia .g_container>div:last-child .g_wysiwyg {
        display: table-cell;
        text-align: start
    }

    .g .g_expandableIndia .g_container .g_expandableDisclaimer {
        display: table;
        text-align: left;
        margin-top: 2em;
        font-size: .8em
    }

    .g .g_expandableIndia .g_bg {
        background-position: center 0;
        background-size: auto 100%
    }

    .g .g_expandableIndia .g_left .g_text {
        padding-right: 3em
    }
}

@media screen and (max-width: 767px) {
    .g .g_expandableIndia section:first-child .g_restrict .g_content {
        height: 178vw
    }

    .g .g_expandableIndia .g_expandableDisclaimer {
        margin-top: .5em;
        margin-bottom: 1em
    }

    .g .g_expandableIndia .g_designerFace {
        margin: 1em auto;
        display: inline-block !important;
        height: 8.75em;
        width: 8.75em;
        background-size: cover;
        background-repeat: no-repeat
    }

    .g .g_expandableIndia .g_smallerContainer {
        position: relative;
        padding-left: .5em;
        padding-right: .5em;
        margin: 0 auto 5em;
        width: 90%
    }

    .g .g_expandableIndia .g_smallerContainer .g_quotes {
        position: absolute;
        left: .5em;
        top: .5em;
        margin-top: -1em;
        height: 1.5em;
        width: 2em;
        background-repeat: no-repeat;
        background-size: contain
    }

    .g .g_expandableIndia .g_smallerContainer .g_wysiwyg {
        display: table-cell;
        text-align: center
    }

    .g .g_expandableIndia .g_sectionBackground {
        height: 22em
    }
}

.g .g_barista {
    background-color: #0c0c0a;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#090708), to(#0c0c0a));
    background-image: linear-gradient(0deg, #090708 0, #0c0c0a)
}

.g .g_barista .g_sectionUpAndDown_row:nth-child(2) {
    height: 29.8125em
}

.g .g_barista .g_sectionUpAndDown_row:nth-child(2) .g_h2 {
    width: 100%
}

.g .g_barista .g_sectionUpAndDown_row:nth-child(2) .g_bg {
    margin-top: -25em;
    height: 63.75em;
    background-position: center 8em
}

@media screen and (min-width: 768px) {
    .g .g_sectionUpAndDown.g_barista .g_wysiwyg {
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .g .g_barista .g_sectionUpAndDown_row:nth-child(2) {
        height: 18.75em
    }

    .g .g_barista .g_sectionUpAndDown_row:nth-child(2) .g_bg {
        margin-top: -28em
    }
}

.g .g_machines.g_section {
    background: #040000
}

.g .g_machines .g_text {
    text-align: center
}

.g .g_machines .g_h2 {
    width: 80%
}

.g .g_machines .g_description {
    position: relative;
    z-index: 2;
    margin: -8em auto 3em;
    width: 66%
}

.g .g_machines .g_cta {
    position: relative;
    z-index: 2;
    margin-top: 1em;
    margin-bottom: 0
}

.g .g_machines .g_cta .g_productPrice {
    color: #fff;
    margin-bottom: .5em
}

.g .g_machines .g_cta .g_link {
    margin-top: 1em
}

.g .g_machines .g_moreInfoCell {
    position: absolute;
    width: 38em;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.g .g_machines ul .g_machineProduct {
    display: block;
    position: absolute;
    opacity: 0;
    width: calc(100% - 4em);
    margin: 0;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_machines ul .g_active {
    opacity: 1
}

.g .g_machines ul .g_active .g_addToCart .g_addToCartCustom button {
    z-index: 1
}

.g .g_machines .g_phantom {
    opacity: 0;
    visibility: hidden
}

.g .g_machines.g_black .v_swiper {
    margin: 4em auto 2em;
    width: 50vw;
    height: 40.625em
}

.g .g_machines.g_black .v_swiper:after {
    content: "";
    z-index: 1;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 70%);
    transform: translate(-50%, 70%);
    background-color: rgba(30, 20, 6, 0);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #040000), to(rgba(30, 20, 6, 0)));
    background-image: linear-gradient(0deg, #040000 50%, rgba(30, 20, 6, 0))
}

.g .g_machines.g_black .v_swiper .v_swiperOverflow:after,
.g .g_machines.g_black .v_swiper .v_swiperOverflow:before {
    display: block !important;
    width: 50vw;
    height: 200%;
    top: 50%
}

.g .g_machines.g_black .v_swiper .v_swiperOverflow:before {
    -webkit-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%);
    background-color: rgba(30, 20, 6, 0);
    background-image: -webkit-gradient(linear, left top, right top, from(#1e1406), to(rgba(30, 20, 6, 0)));
    background-image: linear-gradient(90deg, #1e1406 0, rgba(30, 20, 6, 0))
}

.g .g_machines.g_black .v_swiper .v_swiperOverflow:after {
    -webkit-transform: translate(80%, -50%);
    transform: translate(80%, -50%);
    background-color: rgba(30, 20, 6, 0);
    background-image: -webkit-gradient(linear, right top, left top, from(#1e1406), to(rgba(30, 20, 6, 0)));
    background-image: linear-gradient(270deg, #1e1406 0, rgba(30, 20, 6, 0))
}

.g .g_machines.g_black .v_swiper .swiper-container {
    width: 50vw;
    height: 40.625em
}

.g .g_machines.g_black .v_swiper .swiper-container .swiper-slide .g_visual {
    height: 40.625em;
    -webkit-filter: contrast(1.25) brightness(.85) blur(1px);
    filter: contrast(1.25) brightness(.85) blur(1px);
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_machines.g_black .v_swiper .swiper-container .swiper-slide-active .g_visual {
    -webkit-filter: contrast(1) brightness(1) blur(0);
    filter: contrast(1) brightness(1) blur(0);
    -webkit-transform: none;
    transform: none
}

.g .g_machinesRange .g_light .v_swiper .swiper-button-next,
.g .g_machinesRange .g_light .v_swiper .swiper-button-prev {
    top: 25%
}

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

    .g .g_machines.g_black .v_swiper .swiper-button-next,
    .g .g_machines.g_black .v_swiper .swiper-button-prev {
        top: 0;
        bottom: auto
    }

    .g .g_machines.g_black .v_swiper .swiper-button-prev {
        -webkit-transform: translate(-50%, 200%);
        transform: translate(-50%, 200%)
    }

    .g .g_machines.g_black .v_swiper .swiper-button-next {
        -webkit-transform: translate(50%, 200%);
        transform: translate(50%, 200%)
    }
}

@media screen and (max-width: 767px) {
    .g .g_machines .g_h2 {
        width: 100%
    }

    .g .g_machines .g_content .g_description {
        margin: -4em auto 1em;
        width: 100%
    }

    .g .g_machines ul .g_machineProduct {
        width: calc(100% - 2.5em)
    }

    .g .g_machines.g_black .v_swiper {
        margin: 0 auto 3em
    }

    .g .g_machines.g_black .v_swiper,
    .g .g_machines.g_black .v_swiper .swiper-container {
        width: calc(100vw - 2.5em);
        height: 25em
    }

    .g .g_machines.g_black .v_swiper .swiper-container .swiper-slide .g_visual {
        height: 25em;
        -webkit-transform: none;
        transform: none
    }

    .g .g_machines.g_black .v_swiper .v_swiperOverflow:after,
    .g .g_machines.g_black .v_swiper .v_swiperOverflow:before {
        display: none
    }

    .g .g_machines.g_black .v_swiper .swiper-button-next,
    .g .g_machines.g_black .v_swiper .swiper-button-prev {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%)
    }
}

.g .g_recipeInfos {
    display: inline-table;
    table-layout: fixed
}

.g .g_recipeInfos .g_recipeInfo {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    position: relative;
    padding: 0 .875em 0 3.125em
}

.g .g_recipeInfos .g_recipeInfo i {
    font-size: 2em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: .4375em
}

.g .g_recipeInfos .g_recipeInfo span {
    font-size: .75em;
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .g .g_recipeTitle {
        text-align: center
    }
}

@media screen and (min-width: 768px) {
    .g .g_popin.g_popinRecipe .g_leftCol .g_header .g_tableCell {
        height: auto
    }
}

@media screen and (max-width: 767px) {
    .g .g_popin.g_popinRecipe .g_btnClose {
        background: #fff;
        color: #000
    }

    .g .g_popin.g_popinRecipe .g_leftCol {
        height: auto;
        padding: 2.5em 1.25em
    }
}

@media screen and (max-width: 767px) {
    .g .g_popin.g_popinRecipe .g_rightCol {
        position: relative;
        height: auto;
        top: auto;
        left: auto;
        opacity: 1;
        padding: 2.5em 1.25em
    }

    .g .g_popin.g_popinRecipe .g_rightCol .g_table .g_sectionRow {
        padding: 0
    }
}

.g .g_recipes .g_restrict .g_content {
    padding-bottom: 6.25em
}

.g .g_recipes .v_swiper {
    position: relative
}

.g .g_recipes .v_swiper .v_swiperOverflow:before {
    -webkit-transform: translate(-97%);
    transform: translate(-97%)
}

.g .g_recipes .v_swiper .v_swiperOverflow:after {
    -webkit-transform: translate(97%);
    transform: translate(97%)
}

.g .g_recipes .v_swiper .swiper-slide {
    padding: 0 .7em
}

.g .g_recipes .v_swiper .swiper-button-next,
.g .g_recipes .v_swiper .swiper-button-prev {
    top: 50% !important
}

.g .g_recipes .g_recipeTile {
    position: relative;
    min-height: 25em;
    background: #fff;
    border: 2px solid #e7e7e7;
    border-radius: 3px;
    height: 100%;
    max-width: 20.75em;
    margin: 0 auto
}

.g .g_recipes .g_recipeTile .g_recipePicture {
    width: 100%;
    height: 14.0625em;
    position: relative;
    background-size: cover;
    background-position: 50%
}

.g .g_recipes .g_recipeTile .g_recipePicture:after {
    content: "";
    height: 27%;
    width: 100%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background-image: linear-gradient(0deg, #fff 0, transparent);
    bottom: 0;
    position: absolute;
    left: 0
}

.g .g_recipes .g_recipeTile .g_recipeDescription .g_h3 {
    font-size: 1.125em !important;
    font-weight: 500;
    padding: 1em;
    margin-bottom: 0;
    height: 5em
}

.g .g_recipes .g_recipeTile .g_recipeDescription .g_recipeInfos {
    display: table;
    padding: 0 1em;
    width: 100%
}

.g .g_recipes .g_recipeTile .g_recipeDescription .g_recipeInfos .g_table_cell {
    display: table-cell
}

.g .g_recipes .g_recipeTile .g_recipeDescription .g_recipeInfos .g_table_cell .g_recipeInfo {
    display: inline;
    text-align: center;
    padding: 2em 0 0 3.75em
}

.g .g_recipes .g_recipeTile .g_recipeDescription .g_recipeInfos .g_table_cell .g_capsule {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 6.5em;
    width: auto;
    position: relative
}

.g .g_recipes .g_recipeTile .g_recipeDescription .g_recipeInfos .g_table_cell .g_wysiwyg {
    margin: 0 0 2em
}

.g .g_recipes .g_recipeTile .g_recipeDescription .g_recipeInfos .g_table_cell:nth-child(2) {
    width: 30%
}

.g .g_recipes .g_recipeTile button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.g .g_assortmentSelections .v_swiper .swiper-button-next,
.g .g_assortmentSelections .v_swiper .swiper-button-prev {
    bottom: 0;
    top: 25% !important
}

.g .g_popinContent .g_recipeInfo {
    padding: 0 .875em 0 3.125em
}

@media screen and (max-width: 767px) {
    .g .g_recipes .v_swiper {
        width: 100vw
    }

    .g .g_recipes .v_swiper .swiper-slide {
        padding: 0 1.25em
    }
}

.g .giftFinder .g_h2 {
    font-weight: 700;
    letter-spacing: 1px
}

@media screen and (min-width: 768px) {
    .g .g_giftCard {
        margin-left: 0;
        width: 70%
    }

    .g .g_giftCardImg {
        position: absolute;
        margin-left: 20em;
        margin-top: -1.875em;
        width: 18.75em;
        height: 24.5625em;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat
    }

    .g .g_btnExplore {
        width: 20em;
        letter-spacing: 2px
    }

    .g .g_btnExplore.g_btnExplore--has-gutter {
        margin-bottom: 3em !important
    }

    .g .g_btnExploreFirst {
        margin-bottom: 6em !important
    }
}

@media screen and (max-width: 767px) {
    .g .g_btnExplore {
        width: 100%
    }

    .g .giftFinder .g_content {
        padding-top: 0
    }

    .g .giftFinder .g_content .g_text {
        text-align: center
    }

    .g .giftFinder .g_content .g_text .g_table .g_table-cell {
        display: block;
        width: 100%;
        padding-left: 0
    }

    .g .giftFinder .g_btnExploreFirst {
        margin-bottom: 2em
    }

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

    .g .giftFinder .g_giftCardImg {
        height: 20em;
        width: auto;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat
    }

    .g .giftFinder .g_h2.g_giftCard {
        margin-top: -3.5em
    }
}

.g_yearPromotion .g_content {
    padding-bottom: 2em
}

.g_yearPromotion .g_sharing {
    list-style: none;
    top: 2.5em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.g_yearPromotion .g_sharing li>* {
    background: #000;
    color: #fff
}

.g_yearPromotion .g_h1:not(:last-child) {
    margin-top: 0;
    margin-bottom: .9375em
}

.g_yearPromotion .g_h1:not(:last-child) .g_link {
    margin-top: .625em
}

.g_yearPromotion .g_row {
    position: relative;
    margin-bottom: 10em !important
}

.g_yearPromotion .g_imageLeft {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.g_yearPromotion .g_btn {
    margin-bottom: 1em !important;
    padding-left: 3.5em;
    padding-right: 3.5em
}

.g_yearPromotion .g_disclaimer {
    opacity: .75;
    bottom: 0;
    font-size: .9em
}

.g_yearPromotion .g_listFeatures ul li {
    padding: 0;
    list-style: none;
    margin: 0 0 2.5em
}

.g_yearPromotion .g_btnGhost {
    border: 1px solid #1b1b1b;
    font-size: 1em
}

.g_yearPromotion .g_btnGhost:hover {
    -webkit-box-shadow: 0 .25em .5em rgba(0, 0, 0, .3);
    box-shadow: 0 .25em .5em rgba(0, 0, 0, .3)
}

.g_yearPromotion .g_iconXL i:before {
    font-size: 2em
}

.g_yearPromotion .g_btnStrong {
    font-weight: 700
}

.g_yearPromotion .g_btnLowercase {
    text-transform: none
}

.g_yearPromotion .g_moreMachines {
    text-align: center;
    margin-top: 9em;
    margin-bottom: 3em
}

@media screen and (min-width: 768px) {
    .g_yearPromotion .g_imageLeft {
        position: relative;
        text-align: center
    }

    .g_yearPromotion .g_imageLeft img {
        width: 31.25em;
        top: -3.125em;
        display: inline-block;
        position: absolute;
        right: 2em;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .g_yearPromotion .g_bg:after {
        position: absolute;
        background-color: #d3bd94;
        bottom: 0;
        width: 100%;
        height: 6em;
        left: 0;
        content: ""
    }

    .g_yearPromotion .g_textRight {
        width: 50%
    }

    .g_yearPromotion .g_imageLeft,
    .g_yearPromotion .g_textRight {
        position: relative
    }
}

@media screen and (max-width: 767px) {
    .g_yearPromotion .g_sharing {
        display: none
    }

    .g_yearPromotion .g_imageLeft {
        height: 100vw;
        margin-bottom: 3em
    }

    .g_yearPromotion .g_imageLeft img {
        width: 100vw;
        top: -3.125em;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        display: inline-block
    }

    .g_yearPromotion .g_textRight {
        text-align: center
    }

    .g_yearPromotion .g_textRight .g_btn {
        width: 90%
    }

    .g_yearPromotion .g_bg {
        background-size: contain;
        background-position: 0 1vw
    }

    .g_yearPromotion .g_disclaimer {
        position: relative;
        text-align: center
    }

    .g_yearPromotion .g_listFeatures li {
        text-align: center
    }
}

.g .g_services .g_restrict .g_h3:last-child {
    margin-top: 3em !important;
    width: 66%
}

.g .g_visually_hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    text-transform: none
}

.g input[type=checkbox],
.g input[type=radio] {
    width: 30px;
    margin: 0 0 0 -30px;
    opacity: 0;
    float: left;
    -webkit-transform: translate(-10000px);
    transform: translate(-10000px)
}

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

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

.g figcaption,
.g figure {
    display: block
}

.g figure {
    margin: 1em 40px
}

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

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

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

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

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

.g b,
.g strong {
    font-weight: inherit;
    font-weight: bolder
}

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

.g dfn {
    font-style: italic
}

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

.g small {
    font-size: 80%
}

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

.g sub {
    bottom: -.25em
}

.g sup {
    top: -.5em
}

.g audio,
.g video {
    display: inline-block
}

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

.g img {
    border-style: none
}

.g button,
.g input,
.g optgroup,
.g select,
.g textarea {
    font: inherit;
    margin: 0
}

.g optgroup {
    font-weight: 700
}

.g button,
.g input {
    overflow: visible
}

.g button,
.g select {
    text-transform: none
}

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

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

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

.g legend {
    color: inherit;
    white-space: normal
}

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

.g textarea {
    overflow: auto
}

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

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

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

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

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

.g details,
.g menu {
    display: block
}

.g summary {
    display: list-item
}

.g canvas {
    display: inline-block
}

.g [hidden],
.g template {
    display: none
}

.g ::-moz-selection {
    color: #fff;
    background: #4298ad;
    text-shadow: none
}

.g ::selection {
    color: #fff;
    background: #4298ad;
    text-shadow: none
}

.g nav ol,
.g nav ul {
    list-style: inherit
}

.g img {
    vertical-align: inherit
}

.g button,
.g input[type=button],
.g input[type=reset],
.g input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

.g input[type=email],
.g input[type=password],
.g input[type=text] {
    font-size: inherit;
    padding: 0;
    margin: 0
}

.g button,
.g input {
    line-height: normal
}

.g button,
.g input,
.g select,
.g textarea {
    font-size: inherit;
    vertical-align: inherit;
    outline: none;
    padding: 0
}

.g label {
    font-size: 1em
}

.g mark {
    font-weight: inherit
}

.g svg {
    overflow: visible !important
}

.g .g_swiper * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

#header .OrderLinksBanner {
    display: none
}

.g_native body {
    padding-top: 0
}

.g_native #footer,
.g_native #footer-navigation,
.g_native #header {
    display: none
}

.g_native .g a[href="#"] {
    -webkit-transition: none !important;
    transition: none !important;
    cursor: default !important;
    pointer-events: none;
    text-decoration: inherit !important;
    color: inherit !important
}

html {
    overflow-x: hidden
}

.g * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.g button {
    border: 0;
    background: none;
    text-align: left;
    color: inherit
}

.g button,
.g label,
.g select {
    cursor: pointer
}

.g a {
    text-decoration: none
}

.g a[href^="tel:"] {
    white-space: nowrap
}

.g select {
    -moz-appearance: none;
    -webkit-appearance: none
}

.g a,
.g button,
.g img,
.g input,
.g label,
.g select,
.g textarea {
    -webkit-transition: .25s ease;
    transition: .25s ease
}

.g [contentEditable=true]:focus,
.g [tabindex]:focus,
.g a:focus,
.g area:focus,
.g button:focus,
.g iframe:focus,
.g input:focus,
.g select:focus,
.g textarea:focus {
    outline: none
}

.g .g_debugTableIE {
    position: relative;
    width: 100%;
    height: 100%
}

@font-face {
    font-family: Nespresso Icons;
    src: url('../fonts/nespresso-icons-webfont.woff') format("woff");
    font-style: normal;
    font-weight: 400
}

.g [class^=fn_] {
    font-family: Nespresso Icons !important;
    font-style: normal;
    font-weight: 400;
    position: relative;
    speak: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.g [class^=fn_][class*=Up]:before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
    transform: translate(-50%, -50%) rotate(-90deg) !important;
    position: absolute
}

.g [class^=fn_][class*=Down]:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) !important;
    transform: translate(-50%, -50%) rotate(90deg) !important;
    position: absolute
}

.g [class^=fn_][class*=Left]:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
    transform: translate(-50%, -50%) rotate(180deg) !important;
    position: absolute
}

.g .fn_logo:before {
    content: "\E91A"
}

.g .fn_basket:before {
    content: "\E928"
}

.g .fn_persons:before {
    content: "\E916"
}

.g .fn_time:before {
    content: "\E937"
}

.g .fn_bean:before {
    content: "\E912"
}

.g .fn_addToCart:before {
    content: "\E91B"
}

.g .fn_menu:before {
    content: "\E912"
}

.g .fn_emptyCircle:before {
    content: "\E907"
}

.g .fn_angleDown:before,
.g .fn_angleLeft:before,
.g .fn_angleRight:before,
.g .fn_angleUp:before {
    content: "\E901"
}

.g .fn_angleDownCircle:before,
.g .fn_angleLeftCircle:before,
.g .fn_angleRightCircle:before,
.g .fn_angleUpCircle:before {
    content: "\E903"
}

.g .fn_chevronDown:before,
.g .fn_chevronLeft:before,
.g .fn_chevronRight:before,
.g .fn_chevronUp:before {
    content: "\E932"
}

.g .fn_video:before {
    content: "\E914"
}

.g .fn_videoCircle:before {
    content: "\E933"
}

.g .fn_play:before {
    content: "\E924"
}

.g .fn_close:before {
    content: "\E905"
}

.g .fn_closeCircle:before {
    content: "\E906"
}

.g .fn_more:before {
    content: "\E908"
}

.g .fn_moreCircle:before {
    content: "\E909"
}

.g .fn_tick:before {
    content: "\E90B"
}

.g .fn_tickCircle:before {
    content: "\E90C"
}

.g .fn_angleLink:before {
    content: "\E932"
}

.g .fn_arrowLink:before {
    content: "\E915"
}

.g .fn_camera:before {
    content: "\E934"
}

.g .fn_shoot:before {
    content: "\E935"
}

.g .fn_upload:before {
    content: "\E918"
}

.g .fn_download:before {
    content: "\E936"
}

.g .fn_amp:before {
    content: "\E91C"
}

.g .fn_quotes:before {
    content: "\E91D"
}

.g .fn_reset:before {
    content: "\E91E"
}

.g .fn_minus:before {
    content: "\E923"
}

.g .fn_offAccessories:before {
    content: "\E938"
}

.g .fn_ristretto:before {
    content: "\E90E"
}

.g .fn_espresso:before {
    content: "\E902"
}

.g .fn_lungo:before {
    content: "\E90A"
}

.g .fn_americano:before {
    content: "\E900"
}

.g .fn_hotwater:before {
    content: "\E904"
}

.g .fn_ristrettoFilled:before {
    content: "\E91F"
}

.g .fn_espressoFilled:before {
    content: "\E920"
}

.g .fn_lungoFilled:before {
    content: "\E921"
}

.g .fn_americanoFilled:before {
    content: "\E925"
}

.g .fn_mugFilled:before {
    content: "\E922"
}

.g .fn_temp0:before {
    content: "\E90F"
}

.g .fn_temp1:before {
    content: "\E910"
}

.g .fn_temp2:before {
    content: "\E911"
}

.g .fn_temp3:before {
    content: "\E913"
}

.g .fn_email:before {
    content: "\E92F"
}

.g .fn_facebook:before {
    content: "\E92D"
}

.g .fn_twitter:before {
    content: "\E92C"
}

.g .fn_linkedin:before {
    content: "\E931"
}

.g .fn_googleplus:before {
    content: "\E92E"
}

.g .fn_youtube:before {
    content: "\E92A"
}

.g .fn_pinterest:before {
    content: "\E929"
}

.g .fn_instagram:before {
    content: "\E92B"
}

.g .fn_weibo:before {
    content: "\E926"
}

.g .fn_wechat:before {
    content: "\E927"
}

.g .fn_originalRistretto:before {
    content: "\E93B"
}

.g .fn_originalEspresso:before {
    content: "\E939"
}

.g .fn_originalLungo:before {
    content: "\E93A"
}

.g .fn_vertuoEspresso:before {
    content: "\E93E"
}

.g .fn_vertuoDoubleEspresso:before {
    content: "\E93D"
}

.g .fn_vertuoGranLungo:before {
    content: "\E93F"
}

.g .fn_vertuoMug:before {
    content: "\E940"
}

.g .fn_vertuoAlto:before {
    content: "\E93C"
}

@font-face {
    font-family: Lucas;
    src: url('../fonts/NespressoLucas-Light.ttf') format("truetype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: Lucas;
    src: url('../fonts/NespressoLucas-Regular.ttf') format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Lucas;
    src: url('../fonts/NespressoLucas-Med.ttf') format("truetype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: Lucas;
    src: url('../fonts/NespressoLucas-SemiBd.ttf') format("truetype");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: Lucas;
    src: url('../fonts/NespressoLucas-Bold.ttf') format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Lucas;
    src: url('../fonts/NespressoLucas-XtraBd.otf') format("truetype");
    font-style: normal;
    font-weight: 800
}

.g {
    font-size: 16px;
    font-family: Lucas, Helvetica, Arial, sans-serif;
    color: #fff;
    background: #000;
    overflow: hidden;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

@media screen and (min-width: 1920px) {
    .g {
        font-size: calc(16px + (100vw - 1920px)/200)
    }
}

@media screen and (max-width: 1279px) {
    .g {
        font-size: calc(16px + (100vw - 1280px)/200)
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .g_responsive .g {
        font-size: calc(16px + (100vw - 1280px)/135)
    }
}

@media screen and (max-width: 767px) and (orientation:portrait) {
    .g {
        font-size: 4.26667vw
    }
}

@media screen and (max-width: 767px) and (orientation:landscape) {
    .g {
        font-size: 2.3988vw
    }
}

.g .v_brand {
    font-weight: 800
}

.g .v_brand em {
    font-weight: 500
}

.g .v_brand em,
.g em .v_brand,
.g em .v_brand em,
.g i .v_brand,
.g i .v_brand em {
    font-style: normal
}

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

.g .g_breadcrumb .g_nav {
    z-index: 3
}

.g .g_popin .g_h2,
.g .g_popin .g_wysiwyg {
    width: 100% !important
}

.g .g_popinRecipe .g_leftCol .g_main {
    text-align: left
}

.g .g_btnExplore {
    border: 2px solid #fff;
    opacity: .8;
    margin-top: 1em !important;
    font-weight: 800
}

.g .g_btnExplore i {
    font-size: 2em;
    width: 1.2em
}

.g .g_btnExplore:hover {
    opacity: 1;
    text-shadow: -2px -2px 2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, .5);
    box-shadow: -2px -2px 2px rgba(0, 0, 0, .5)
}

.g .g_black .g_addToCart .g_productPrice {
    color: #fff;
    margin-bottom: .5em
}

.g .g_black .g_popin .g_addToCart .g_productPrice {
    color: #3d8705
}

.g .g_black .g_addToCart.g_mini .g_productPrice {
    margin: .5em 0 0
}

.g .g_sectionSpecialRestrict .g_h2 {
    width: 90%;
    font-size: 2em
}

.g .g_sectionSpecialRestrict .g_h2+.g_wysiwyg {
    width: 90%;
    margin-bottom: 0
}

.g .g_sectionUpAndDown .g_bg {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 100vw;
    background-position: top;
    height: 80em;
    z-index: 0;
    background-size: 120em !important
}

.g .g_sectionUpAndDown .g_bg:after {
    content: "";
    width: 100%;
    height: 6.25em;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(10, 8, 9, 0);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0a0809), to(rgba(10, 8, 9, 0)));
    background-image: linear-gradient(0deg, #0a0809 0, rgba(10, 8, 9, 0))
}

.g .g_sectionUpAndDown .g_text {
    display: table
}

.g .g_sectionUpAndDown .g_sectionUpAndDown_row {
    display: table-row
}

.g .g_sectionUpAndDown .g_sectionUpAndDown_cell {
    display: table-cell
}

.g .g_sectionUpAndDown .g_sectionUpAndDown_description,
.g .g_sectionUpAndDown .g_sectionUpAndDown_text {
    position: relative
}

.g .g_sectionUpAndDown .g_sectionUpAndDown_text {
    z-index: 1
}

.g .g_sectionUpAndDown .g_wysiwyg {
    width: 66%
}

.g .g_sectionUpAndDown .g_addToCart {
    margin-top: 1em
}

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

.g_popin .g_btnClose:hover+.g_popinContent {
    opacity: .5;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .g .g_sectionUpAndDown .g_sectionUpAndDown_cell .g_moreInfo {
        font-size: .9em;
        margin-left: -3%;
        margin-top: -2%
    }
}

@media screen and (max-width: 767px) {
    .g .g_h2 {
        font-size: 1.5em
    }

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

    .g .g_sectionUpAndDown .g_bg {
        height: 245vw;
        background-size: 100% auto !important;
        background-position: center -5vh
    }

    .g .g_sectionUpAndDown .g_wysiwyg {
        width: 100%
    }
}

.g .g_choose {
    position: relative;
    background-color: #090708
}

.g .g_choose>.g_bg {
    background-size: 100% auto;
    background-position: center 2em;
    height: 100%
}

.g .g_choose .g_story {
    text-align: center;
    background: none
}

.g .g_choose .g_story .g_restrict {
    width: 62.25em
}

.g .g_choose .g_story .g_content {
    padding-top: 0;
    vertical-align: top
}

.g .g_choose .g_story .g_h1 {
    position: relative;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.g .g_choose .g_story .g_wysiwyg {
    position: relative;
    margin: 0 auto
}

.g .g_choose .g_story .g_playVideo {
    position: relative
}

.g .g_choose .g_logo {
    display: block
}

.g .g_choose .g_disclaimer {
    opacity: .6;
    z-index: 1
}

.g .g_chooseSingle .g_story {
    padding-top: 12.5em
}

@media screen and (min-width: 768px) {
    .g .g_choose .g_disclaimer {
        position: absolute;
        padding-bottom: 1em;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        width: 62.25em;
        z-index: 2
    }
}

@media screen and (max-width: 767px) {
    .g .g_choose>.g_bg {
        background-size: 100% auto;
        background-position: 0 0;
        height: 100%
    }

    .g .g_choose .g_story .g_restrict {
        padding: 0;
        width: 100vw !important
    }

    .g .g_choose .g_story .g_content {
        width: 100vw !important;
        padding: calc(2.5em + 50px) 1.25em 2.5em
    }

    .g .g_choose .g_story .g_wysiwyg {
        width: 100%
    }

    .g_safari.g_S .g .g_choose>.g_bg {
        background-position: center 2em !important
    }
}

@media (min-width: 1920px) {
    .g .g_choose>.g_bg {
        background-position: center -8em
    }
}

.g_ie .g .g_tableFit {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 17.5em
}

.g .g_tableFit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.g .g_tableFit>div {
    position: absolute;
    left: 50%
}

.g .g_img {
    display: block;
    width: 100%;
    pointer-events: none
}

.g .g_cupFestive {
    width: 16.25em;
    bottom: 1.875em;
    -webkit-transform: translate(-50%) scale(.85);
    transform: translate(-50%) scale(.85)
}

@media screen and (min-width: 768px) {
    .g .g_both .g_sectionOriginal .g_foreground .g_black .g_tableFit {
        margin-left: 1.5em
    }

    .g .g_both .g_sectionOriginal .g_foreground .g_black .g_capsule {
        margin-left: -3em
    }

    .g .g_both .g_sectionOriginal .g_foreground .g_black .g_cupFestive {
        bottom: 8.625em
    }

    .g .g_both .g_sectionVertuo .g_foreground .g_madeleine .g_tableFit {
        margin-left: -3em
    }

    .g .g_both .g_sectionVertuo .g_foreground .g_madeleine .g_cupFestive {
        margin-left: 1.25em;
        bottom: 8em
    }

    .g .g_both .g_sectionVertuo .g_foreground .g_macaron .g_cupFestive {
        margin-left: 1.25em;
        margin-top: .625em
    }
}

@media screen and (max-width: 767px) {
    .g .g_plateMobile {
        width: 14.375em;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        bottom: 1em
    }

    .g .g_sectionOriginal .g_cupMobile {
        -webkit-transform: translate(4em) scale(.9);
        transform: translate(4em) scale(.9)
    }

    .g .g_sectionOriginal .g_macaron .g_capsule {
        margin-left: 2em !important
    }

    .g .g_sectionOriginal .g_black .g_capsule {
        margin-left: -2em !important
    }

    .g .g_sectionVertuo .g_cupMobile {
        -webkit-transform: translate(-9em) scale(.9);
        transform: translate(-9em) scale(.9)
    }

    .g .g_sectionVertuo .g_black {
        z-index: 2
    }

    .g .g_sectionVertuo .g_black .g_capsule {
        margin-left: 4em !important
    }

    .g .g_sectionVertuo .g_madeleine {
        z-index: 2
    }

    .g .g_sectionVertuo .g_macaron {
        z-index: 1
    }

    .g .g_sectionVertuo .g_macaron .g_capsule {
        margin-left: -4em !important
    }
}

.g .g_backgroundSlot .g_moreInfos {
    position: absolute;
    width: 31.125em;
    margin-top: -17.5em;
    margin-left: 15.5625em
}

.g .g_backgroundSlot .g_moreInfos .g_moreInfoCell {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_backgroundSlot .g_nordic-almond .g_moreInfo_nordic-almond,
.g .g_backgroundSlot .g_nordic-black-vl .g_moreInfo_nordic-black-vl,
.g .g_backgroundSlot .g_nordic-black .g_moreInfo_nordic-black,
.g .g_backgroundSlot .g_nordic-cinnamonswirl .g_moreInfo_nordic-cinnamonswirl,
.g .g_backgroundSlot .g_nordic-cloudberry .g_moreInfo_nordic-cloudberry,
.g .g_backgroundSlot .g_nordic-vanillaprincess .g_moreInfo_nordic-vanillaprincess {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 767px) {
    .g .g_backgroundSlot {
        padding-bottom: 5em
    }

    .g .g_backgroundSlot .g_moreInfos {
        width: calc(100vw - 2.5em);
        margin-top: -17.625em;
        margin-left: 0
    }
}

.g .v_swiper {
    width: 62.25em
}

.g .v_swiper .swiper-pagination {
    display: none
}

.g .v_swiper .swiper-button-next:after,
.g .v_swiper .swiper-button-prev:after {
    border-right-width: 4px;
    border-top-width: 4px
}

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

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

.g .g_black .v_swiper .swiper-button-next,
.g .g_black .v_swiper .swiper-button-prev,
.g g_dark .v_swiper .swiper-button-next,
.g g_dark .v_swiper .swiper-button-prev {
    bottom: 0;
    top: auto
}

.g .g_black .v_swiper .swiper-button-next:after,
.g .g_black .v_swiper .swiper-button-prev:after,
.g g_dark .v_swiper .swiper-button-next:after,
.g g_dark .v_swiper .swiper-button-prev:after {
    border-top-color: #fff;
    border-right-color: #fff;
    border-right-width: 4px;
    border-top-width: 4px
}

.g .g_light .v_swiper .swiper-button-next,
.g .g_light .v_swiper .swiper-button-prev,
.g .g_white .v_swiper .swiper-button-next,
.g .g_white .v_swiper .swiper-button-prev {
    bottom: 0;
    top: auto
}

.g .g_light .v_swiper .swiper-button-next:after,
.g .g_light .v_swiper .swiper-button-prev:after,
.g .g_white .v_swiper .swiper-button-next:after,
.g .g_white .v_swiper .swiper-button-prev:after {
    border-top-color: #000;
    border-right-color: #000;
    border-right-width: 4px;
    border-top-width: 4px
}

.g .g_light .v_swiper .g_description {
    height: 100%
}

.g .g_light .v_swiper .g_description .g_wysiwyg {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    max-height: 10.5em;
    text-overflow: ellipsis;
    overflow: hidden
}

.g .g_light .v_swiper .g_description--is-short {
    text-transform: uppercase;
    padding-top: 1em;
    font-size: 1.1em
}

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

.g .g_giftsCollection .v_swiperOverflow,
.g .g_originCollection .v_swiperOverflow,
.g .g_story .v_swiperOverflow {
    overflow: visible
}

.g .g_giftsCollection .v_swiperOverflow:after,
.g .g_giftsCollection .v_swiperOverflow:before,
.g .g_originCollection .v_swiperOverflow:after,
.g .g_originCollection .v_swiperOverflow:before,
.g .g_story .v_swiperOverflow:after,
.g .g_story .v_swiperOverflow:before {
    display: none
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .g .v_swiper {
        width: 92vw !important;
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    .g .v_swiper .v_swiperOverflow {
        padding: 0
    }

    .g .v_swiper .swiper-button-next:before,
    .g .v_swiper .swiper-button-prev:before {
        width: 1em;
        height: 1em
    }

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

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

    .g .g_black .v_swiper {
        width: calc(100vw - 2.5em)
    }

    .g .g_black .v_swiper .swiper-button-next,
    .g .g_black .v_swiper .swiper-button-prev {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .g .g_light .v_swiper {
        width: calc(100vw - 2.5em)
    }
}

.g_textTransformNone {
    text-transform: none !important
}

.g .g_roundButton {
    -webkit-transition: .25s;
    transition: .25s;
    opacity: .85
}

.g .g_roundButton:hover {
    opacity: 1
}

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

@media screen and (max-width: 767px) {
    .g .g_popinCollection .g_rightCol .g_table .g_headerRow .g_productHeader .g_background {
        background-size: 40% auto !important
    }

    .g .g_story .g_popinCollection .g_rightCol .g_table .g_headerRow .g_productHeader .g_background {
        background-size: cover !important
    }

    .g .g_expanded_default #about-designer {
        z-index: 2 !important
    }

    .g .g_expanded_default #about-designer .g_content {
        padding: 2em 0 !important;
        height: auto !important
    }

    .g .g_expanded_default #about-designer .g_content .g_content_expandable {
        display: table-cell !important
    }

    .g .g_popin {
        height: 100% !important
    }
}

.g .v-dialog {
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.g .v-dialog .videos-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.g .v-dialog video {
    display: block;
    margin-top: 35px;
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
    width: 640px;
    height: 360px;
    object-fit: cover;
}

.g .close_video_popup {
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    height: 48px;
    line-height: normal;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    transition: .25s ease;
    vertical-align: baseline;
    visibility: inherit;
    width: 48px;
    z-index: 3;
    margin-top: 20px;
}

.g .close_video_popup:focus,
.g .close_video_popup:focus-visible {
    outline: none
}

.g .close_video_popup:hover {
    transform: scale(1.2)
}

@media (max-width: 767px) {
    .g .v-dialog video {
        width: 100%;
        height: 220px
    }

}

@media (max-width: 600px) {
    .g .v-dialog__content {
        align-items: center;
    }

}

.g .sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    color: inherit;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.g ul {
    padding-left: 0 !important;
}
.g .v-parallax {
    position: absolute !important;
    overflow: initial;
    z-index: initial;
    height: auto !important;
}
.g .v-parallax__image-container{
    position: static;
    contain: initial;
}