.g .g_logo {
    width: 13em;
    height: 13em;
    padding: 2.14286em;
    border-radius: 50%;
    opacity: .8
}

.g .g_logo div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.g .g_logo span {
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.g .g_logo:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (min-width:768px) {
    .g .g_logo:hover {
        opacity: 1;
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    .g .g_logo:hover span {
        opacity: 1
    }
}

@media screen and (max-width:767px) {
    .g .g_logo span {
        opacity: 1
    }
}

.g .g_bg_table {
    position: absolute;
    width: 100vw;
    left: 0;
    padding-top: 17em
}

.g .g_bg_table .g_bg {
    position: relative
}

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

.g .g_bg_table .g_bg_table_bottom {
    height: 33.35714em;
    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 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: 13.57143em
    }

    .g .g_bg_table .g_bg_table_top {
        height: .53571em
    }

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

.g_products.g_milkRecipes .swiper-container {
    margin-bottom: 1em
}

.g_products.g_milkRecipes .g_content {
    height: auto
}

.g_products.g_milkRecipes .g_content .g_row {
    margin-bottom: 0
}

.g_products.g_milkRecipes .g_content .g_row .g_bg {
    position: relative;
    height: 24em;
    width: 100%;
    background-size: contain;
    margin-bottom: 2em
}

.g_products.g_milkRecipes .g_disclaimer {
    position: absolute;
    opacity: .6;
    padding-bottom: 2em;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    text-align: center
}

.g_products.g_ol .g_content {
    padding-top: 0
}

@media screen and (min-width:768px) {
    .g_disclaimer {
        width: 71.14286em
    }
}

@media screen and (max-width:767px) {
    .g_products.g_milkRecipes .swiper-container {
        top: -2em
    }

    .g_products.g_milkRecipes .g_disclaimer {
        width: 90vw
    }

    .g_products.g_milkRecipes .g_visual {
        height: 20em !important
    }
}

.g .g_expandable section:first-child {
    overflow: visible
}

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

.g .g_expandable section:first-child .g_content {
    padding: 4em 0 3em
}

.g .g_expandable section:first-child h2 {
    margin: 0 0 .5em
}

.g .g_expandable section:first-child .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)
}

.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 .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: 21.42857em;
    -webkit-transition: .75s;
    transition: .75s
}

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

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

.g .g_expandable section:last-child .g_text {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.g .g_expandable section:last-child.g_opened {
    max-height: 60em;
    border-bottom-width: .71429em
}

.g .g_expandable section:last-child.g_opened .g_text {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s .25s;
    transition: .5s .25s
}

.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_lightGreen {
    color: #000
}

.g .g_expandable.g_lightGreen .g_section:first-child {
    background-color: #a7b688
}

.g .g_expandable.g_lightGreen .g_btnRound {
    color: #a7b688
}

.g .g_expandable.g_lightGreen section:last-child {
    border-color: #a7b688
}

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

@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: 71.14286em
    }

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

@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.85714em)
    }

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

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

.g .g_triopack {
    background: #090708
}

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

.g .g_triopack .g_sectionUpAndDown_row:nth-child(2) .g_bg:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(9, 7, 8, 0);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #090708), color-stop(75%, rgba(9, 7, 8, 0)));
    background-image: linear-gradient(0deg, #090708 0, rgba(9, 7, 8, 0) 75%)
}

.g .g_triopack .g_coffeeVisual {
    text-align: center
}

.g .g_triopack .g_coffeeVisual .g_capsule {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 6.71429em
}

.g .g_triopack .g_cta {
    position: relative
}

.g .g_triopack .g_cta:after {
    content: "";
    position: absolute;
    top: -1.5em;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), color-stop(20%, hsla(0, 0%, 100%, .5)), color-stop(80%, hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5) 20%, hsla(0, 0%, 100%, .5) 80%, hsla(0, 0%, 100%, 0))
}

@media screen and (min-width:768px) {
    .g .g_triopack .g_sectionUpAndDown_row:nth-child(2) {
        height: 24.28571em
    }

    .g .g_triopack .g_productTrioPack {
        width: 90%;
        margin: 0 auto
    }

    .g .g_triopack .g_coffeeDescription {
        margin: 2em 0 2em
    }

    .g .g_triopack .g_coffeeDescription .g_number {
        font-size: 2em
    }
}

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

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

    .g .g_triopack .g_sectionUpAndDown_row:nth-child(2) {
        height: 14.28571em
    }

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

    .g .g_triopack .g_coffeeVisual .g_capsule {
        width: 8em
    }

    .g .g_triopack .g_coffeeDescription .g_h4,
    .g .g_triopack .g_coffeeDescription .g_number {
        display: inline-block
    }

    .g .g_triopack .g_coffeeDescription .g_h4 {
        padding-right: .5em;
        margin-bottom: .5em
    }

    .g .g_triopack .g_coffeeDescription .g_number {
        font-size: 1.14286em
    }

    .g .g_triopack .g_cta {
        margin-top: 2.5em
    }
}

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

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

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

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

@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: 7.14286em !important
}

.g .g_originCollection .g_restrict {
    position: static
}

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

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

.g .g_originCollection .v_swiper .swiper-container .swiper-wrapper .swiper-slide .g_itemTable {
    max-width: 23.71429em;
    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: 23.71429em
}

.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: 15.71429em
}

.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: 28.57143em;
    height: 14.14286em
}

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

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

    .g .g_originCollection .g_bg_table {
        padding-top: 7.5em;
        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%)
    }
}

@media screen and (min-width:768px) {
    .g .g_expandableIndia .g_container {
        display: inline-table;
        width: 70%;
        border-spacing: 1em 0
    }

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

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

    .g .g_expandableIndia .g_container>div:first-child .g_indiaFace {
        height: 10em;
        width: 10em;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 50%
    }

    .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;
        font-style: italic;
        font-weight: 500
    }

    .g .g_expandableIndia .g_bg {
        background-position: center -14em
    }

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

@media screen and (max-width:767px) {
    .g .g_expandableIndia .g_indiaFace {
        margin: .5em 0;
        display: inline-block;
        height: 10em;
        width: 10em;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 50%
    }

    .g .g_expandableIndia .g_smallerContainer {
        position: relative;
        padding-left: 2em;
        margin-bottom: 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;
        font-style: italic;
        font-weight: 500
    }
}

.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: 39.28571em
}

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

@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: 28.57143em
    }

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

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

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

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

.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 1em;
    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: 46.42857em
}

.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;
    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: 46.42857em
}

.g .g_machines.g_black .v_swiper .swiper-container .swiper-slide .g_visual {
    height: 46.42857em
}

@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.85714em)
    }

    .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.85714em);
        height: 28.57143em
    }

    .g .g_machines.g_black .v_swiper .swiper-container .swiper-slide .g_visual {
        height: 28.57143em
    }

    .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(-150%);
        transform: translateY(-150%)
    }
}

.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 1em 0 3.57143em
}

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

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

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

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

.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 .g_recipeTile {
    position: relative;
    min-height: 28.57143em;
    background: #e7e7e7;
    border: 2px solid #e7e7e7;
    border-radius: 3px;
    height: 100%;
    max-width: 23.71429em;
    margin: 0 auto
}

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

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

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

.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: 5em;
    width: auto;
    position: relative
}

.g .g_recipes .g_recipeTile .g_recipeDescription .g_recipeInfos .g_table_cell .g_wysiwyg {
    padding-top: .7em
}

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

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

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

.g .giftFinder .g_h2 {
    font-weight: 500
}

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

    .g .g_giftCardImg {
        position: absolute;
        margin-left: 22.85714em;
        margin-top: -2.14286em;
        width: 21.42857em;
        height: 28.07143em;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat
    }

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

@media screen and (max-width:767px) {
    .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 {
        height: 20em
    }

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

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

.g .g_yearPromotion .g_light .g_bg {
    background-repeat: repeat;
    background-position: center 4em
}

@media screen and (min-width:1920px) {
    .g .g_yearPromotion .g_light .g_bg {
        background-size: 100% auto
    }
}

.g .g_yearPromotion .g_light .g_content {
    background: #fff;
    border: 5px solid #fff
}

.g .g_yearPromotion .g_light .g_explanation:after {
    content: "*"
}

.g .g_yearPromotion .g_light .g_btn {
    margin-top: 2em !important;
    margin-bottom: 1em !important;
    padding-right: 1em
}

.g .g_yearPromotion .g_light .g_btn i {
    right: 0
}

.g .g_yearPromotion .g_light .g_btn i:before {
    font-size: large
}

.g .g_yearPromotion .g_light .g_wysiwyg {
    margin-bottom: .3em !important
}

.g .g_yearPromotion .g_light .g_smallExplanation:before {
    content: "*"
}

.g .g_yearPromotion .g_light .g_imageRight .g_circle {
    margin: 0 auto;
    border-radius: 50%;
    background-color: #a7b688
}

.g .g_yearPromotion .g_light .g_imageRight img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 2.85714em
}

@media screen and (min-width:768px) {
    .g .g_yearPromotion .g_light .g_imageRight {
        position: absolute;
        top: 50%;
        right: 0;
        width: 35.57143em;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .g .g_yearPromotion .g_light .g_imageRight .g_circle {
        width: 28.57143em;
        height: 28.57143em
    }

    .g .g_yearPromotion .g_light .g_imageRight img {
        width: 39.28571em
    }
}

@media screen and (max-width:767px) {
    .g .g_yearPromotion .g_light .g_imageRight {
        width: 100%;
        position: relative;
        margin-bottom: 4em
    }

    .g .g_yearPromotion .g_light .g_imageRight .g_circle {
        width: 21.42857em;
        height: 21.42857em
    }

    .g .g_yearPromotion .g_light .g_imageRight img {
        width: 28.57143em
    }
}

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

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

@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: 14px;
    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(14px + (100vw - 1920px)/200)
    }
}

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

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

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

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

.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_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: #257A57
}

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

.g .g_sectionSpecialRestrict .g_h2 {
    width: 78%
}

.g .g_sectionSpecialRestrict .g_h2+.g_wysiwyg {
    width: 50%;
    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: 91.42857em;
    z-index: 0
}

.g .g_sectionUpAndDown .g_bg:after {
    content: "";
    width: 100%;
    height: 21.42857em;
    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
}

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

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

    .g .g_sectionUpAndDown .g_bg {
        height: 245vw
    }

    .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: top;
    height: 80%
}

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

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

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

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

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

.g .g_choose .g_story .g_playVideo {
    position: relative;
    z-index: 10
}

.g .g_choose .g_logo {
    display: block
}

.g .g_choose .g_disclaimer {
    opacity: .6;
    text-align: center
}

@media screen and (min-width:768px) {
    .g .g_choose .g_logo {
        position: absolute
    }

    .g .g_choose .g_disclaimer {
        position: absolute;
        padding-bottom: 1em;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        width: 71.14286em
    }
}

@media screen and (max-width:767px) {
    .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.85714em + 50px) 1.42857em 2.85714em
    }

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

    .g .g_choose .g_logo {
        opacity: 1
    }
}

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

.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: 18.57143em;
    bottom: 2.14286em;
    -webkit-transform: translate(-50%) scale(.85);
    transform: translate(-50%) scale(.85)
}

.g .g_pastry {
    width: 12.85714em;
    bottom: .35714em;
    margin-left: -4.28571em;
    -webkit-transform: translate(-50%) scale(.8);
    transform: translate(-50%) scale(.8)
}

.g .g_capsuleAndFeet {
    -webkit-transform: translate(-50%) scale(.65);
    transform: translate(-50%) scale(.65);
    bottom: 5.35714em
}

.g .g_capsuleAndFeet img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.g .g_capsuleAndFeet .g_capsule {
    width: 12.14286em;
    bottom: -.21429em
}

.g .g_marble_plate {
    width: 19.14286em
}

.g .g_ol_golden_feet,
.g .g_vl_golden_feet {
    width: 25.78571em
}

@media screen and (min-width:768px) {
    .g .g_both .g_sectionOriginal .g_foreground .g_praline .g_cupFestive {
        margin-left: -.85714em
    }

    .g .g_both .g_sectionOriginal .g_foreground .g_praline .g_capsuleAndFeet {
        margin-left: 4.28571em
    }

    .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: 9.85714em;
        margin-left: 1em
    }

    .g .g_both .g_sectionOriginal .g_foreground .g_black .g_capsuleAndFeet {
        bottom: 11.42857em
    }

    .g .g_both .g_sectionOriginal .g_foreground .g_macaron .g_capsuleAndFeet {
        margin-left: .57143em
    }

    .g .g_both .g_sectionOriginal .g_foreground .g_macaron .g_pastry {
        margin-left: -5.57143em
    }

    .g .g_both .g_sectionVertuo .g_foreground .g_black .g_capsuleAndFeet {
        margin-left: -.14286em;
        bottom: 5.71429em
    }

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

    .g .g_both .g_sectionVertuo .g_foreground .g_madeleine .g_capsuleAndFeet {
        bottom: 10.71429em
    }

    .g .g_both .g_sectionVertuo .g_foreground .g_madeleine .g_capsuleAndFeet .g_capsule {
        margin-left: -2.85714em
    }

    .g .g_both .g_sectionVertuo .g_foreground .g_madeleine .g_pastry {
        margin-left: 2.85714em;
        bottom: 9.28571em
    }

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

    .g .g_both .g_sectionVertuo .g_foreground .g_madeleine .g_marble_plate {
        width: 20.92857em;
        margin-left: 1.42857em;
        bottom: -17.14286em
    }

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

    .g .g_both .g_sectionVertuo .g_foreground .g_macaron .g_capsuleAndFeet {
        margin-left: -3.57143em
    }

    .g .g_both .g_sectionVertuo .g_foreground .g_macaron .g_pastry {
        margin-left: 4.28571em
    }
}

@media screen and (max-width:767px) {
    .g .g_visualsAndMore .g_capsuleAndFeet .g_capsule {
        width: 12.14286em;
        bottom: -4.14286em
    }

    .g .g_plateMobile {
        width: 16.42857em;
        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: 3
    }

    .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: 35.57143em;
    margin-top: -25.14286em;
    margin-left: 17.78571em
}

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

.g .g_backgroundSlot .g_black .g_moreInfo_black,
.g .g_backgroundSlot .g_macaron .g_moreInfo_macaron,
.g .g_backgroundSlot .g_madeleine .g_moreInfo_madeleine,
.g .g_backgroundSlot .g_praline .g_moreInfo_praline {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width:767px) {
    .g .g_backgroundSlot .g_moreInfos {
        width: calc(100vw - 2.85714em);
        margin-top: -20.14286em;
        margin-left: 0
    }
}

.g .v_swiper {
    width: 71.14286em
}

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

.g .g_black .v_swiper .v_swiperOverflow {
    overflow: visible
}

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

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

.g .g_black .v_swiper .swiper-button-next:before,
.g .g_black .v_swiper .swiper-button-prev:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff
}

.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_text>.v_swiper {
    margin-bottom: 0 !important
}

@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.85714em)
    }

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

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

.g .g_backgroundSlot .g_shadow {
    position: absolute;
    bottom: -.71429em
}

.g .g_backgroundSlot .g_cupFestive {
    bottom: 6.07143em;
    margin-left: 4.28571em;
    -webkit-transform: translate(-50%) scale(1.2);
    transform: translate(-50%) scale(1.2)
}

.g .g_backgroundSlot .g_pastry {
    margin-left: 7.14286em
}

.g .g_backgroundSlot .g_pastry,
.g .g_backgroundSlot .g_spoon {
    bottom: .57143em;
    -webkit-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1)
}

.g .g_backgroundSlot .g_spoon {
    width: 20.35714em;
    margin-left: 8.57143em
}

.g .g_backgroundSlot .g_capsuleAndFeet {
    -webkit-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1);
    margin-left: -4.28571em;
    bottom: 6.85714em
}

.g .g_backgroundSlot .g_capsuleAndFeet img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.g .g_backgroundSlot .g_capsuleAndFeet .g_capsule {
    width: 12.14286em;
    bottom: -.28571em
}

.g .g_backgroundSlot .g_capsuleAndFeet .g_marble_plate {
    width: 19.14286em;
    z-index: 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_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.42857em;
    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.42857em;
    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
}

@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.85714em 1.42857em
    }
}

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

@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.85714em 1.42857em
    }

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

.g_recipes {
    overflow: hidden
}

.g_recipes .g_restrict .g_content {
    height: auto;
    padding: 7.14286em 0 3.57143em
}

.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: 5.71429em 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;
    max-height: 75vh
}

.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_visually_hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    text-indent: -100000px
}

.g_addToCart {
    position: relative
}

.g_addToCart .g_productPrice {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: .07143em;
    color: #257A57
}

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

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

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

.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: .14286em;
    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: #257A57;
    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_mini .g_addToCartCustom {
    margin-top: .71429em
}

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

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

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

.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_mini .g_addToCartCustom>button i {
    width: 100%
}

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

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

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

@media screen and (min-width:768px) {
    .g_miniDesktop .g_addToCartCustom {
        margin-top: .71429em
    }

    .g_miniDesktop .g_addToCartCustom>button {
        width: 2.85714em;
        height: 2.85714em;
        min-width: 0
    }

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

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

    .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_miniDesktop .g_addToCartCustom>button i {
        width: 100%
    }

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

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

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

@media screen and (max-width:767px) {
    .g_miniMobile .g_addToCartCustom {
        margin-top: .71429em
    }

    .g_miniMobile .g_addToCartCustom>button {
        width: 2.85714em;
        height: 2.85714em;
        min-width: 0
    }

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

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

    .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_miniMobile .g_addToCartCustom>button i {
        width: 100%
    }

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

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

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

.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: 75.14286em;
    padding: 0 2em;
    margin: 0 auto
}

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

.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.42857em;
        max-width: 35.71429em
    }

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

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

    .g .g_mobileBottom .g_content {
        height: auto
    }

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

    .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_headline {
        width: 70%
    }

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

    .g .g_center .g_text>.g_wysiwyg p {
        text-align: center
    }
}

@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: 137.14286em 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 [class*=g_row] {
    margin: 0 -1em;
    width: calc(100% + 2em)
}

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

.g .g_col80 {
    width: 80% !important
}

.g .g_col75 {
    width: 75% !important
}

.g .g_col70 {
    width: 70% !important
}

.g .g_col66 {
    width: 66.66% !important
}

.g .g_col60 {
    width: 60% !important
}

.g .g_col55 {
    width: 55% !important
}

.g .g_col50 {
    width: 50% !important
}

.g .g_col45 {
    width: 45% !important
}

.g .g_col40 {
    width: 40% !important
}

.g .g_col33 {
    width: 33.33% !important
}

.g .g_col30 {
    width: 30% !important
}

.g .g_col25 {
    width: 25% !important
}

.g .g_col20 {
    width: 20% !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.g .g_h1,
.g .g_h1_nomargin {
    font-size: 3.42857em;
    line-height: 1.33333;
    letter-spacing: .25em;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center
}

.g .g_h1 strong,
.g .g_h1_nomargin strong {
    font-weight: 800
}

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

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

.g .g_h2,
.g .g_h2_nomargin {
    font-size: 2.57143em;
    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: 2.14286em;
        line-height: 1.33333em;
        letter-spacing: .2em
    }
}

.g .g_h3,
.g .g_h3_nomargin {
    font-size: 1.28571em;
    line-height: 1.33333;
    letter-spacing: .16667em;
    font-weight: 800;
    text-transform: uppercase
}

.g .g_h4,
.g .g_h4_nomargin {
    font-size: 1.14286em;
    letter-spacing: .125em
}

.g .g_h4,
.g .g_h4_nomargin,
.g .g_h5,
.g .g_h5_nomargin {
    line-height: 1.5;
    font-weight: 800;
    text-transform: uppercase
}

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

.g .g_headline {
    font-size: 1.14286em;
    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.71429em;
    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.28571em;
    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: 1.14286em;
    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-family: Lucas, Helvetica, Arial, sans-serif;
    font-size: 1em;
    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-size: .85714em;
    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: .77778em
}

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

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

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

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

.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_dark svg.g_visual rect {
    stroke: #fff
}

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

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

.g .bg_normal[lazy],
.g .bg_parallax[lazy],
.g .bg_product[lazy],
.g .g_placeholder[lazy] {
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.g .bg_normal[lazy=loaded],
.g .bg_parallax[lazy=loaded],
.g .bg_product[lazy=loaded],
.g .g_placeholder[lazy=loaded] {
    opacity: 1
}

.g .bg_placeholder {
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.ie .g .bg_placeholder {
    opacity: .2
}

.g .bg_placeholder[lazy] {
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.g .bg_placeholder[lazy=loaded] {
    opacity: 1
}

.g .bg_full[lazy] {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.g .bg_full[lazy=loaded] {
    opacity: 1
}

.g img[lazy] {
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.g img[lazy=loaded] {
    opacity: 1
}

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

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

.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-size: 1em;
    margin: 0;
    padding: .85714em 0 .71429em;
    line-height: 1.28571em;
    letter-spacing: .07143em;
    min-width: 7.14286em;
    border-radius: .21429em
}

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

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

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

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

.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: .85714em;
    margin-bottom: 1.5em
}

.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: #b3b3b3
}

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

.g .g_btnBuy {
    color: #fff;
    background: #257A57
}

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

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

.g .g_btnGold:hover {
    background: #a0804f
}

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

.g .g_nav .g_restrict .g_fil {
    font-family: Lucas, Helvetica, Arial, sans-serif;
    font-size: 1em;
    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-size: .85714em;
    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: 14px;
    position: absolute;
    z-index: 2;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    height: 4.28571em;
    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
}

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

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

    .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: 1.14286em;
        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: .92857em;
        letter-spacing: .07143em;
        line-height: 1.07143em;
        padding: 1.14286em 1.42857em;
        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 [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%)
}

.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 .35714em rgba(0, 0, 0, .5)
}

.g .g_btnRound:hover {
    opacity: 1
}

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

.g .g_btnRoundM {
    width: 4.28571em;
    height: 4.28571em
}

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

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

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

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

.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: 4.57143em;
    height: 4.57143em;
    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 .g_popin .g_btnClose:hover+.g_popinContent {
    opacity: .5;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

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

@media screen and (min-width:768px) {
    .g .g_popin .g_popinRestrict {
        -webkit-box-shadow: 0 0 1.42857em rgba(0, 0, 0, .8);
        box-shadow: 0 0 1.42857em rgba(0, 0, 0, .8);
        width: calc(85% - 50vw - 50vh);
        top: 50%;
        left: 50%;
        min-width: 71.14286em;
        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
    }
}

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

    .g .g_popin .g_btnClose {
        top: 1.5em;
        width: 3.42857em;
        height: 3.42857em;
        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.85714em 2.85714em 0;
        text-align: center;
        vertical-align: middle
    }

    .g .g_popin .g_leftCol .g_header .g_tableCell .g_h2 {
        font-size: 2.28571em;
        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.42857em;
        padding-top: 6.42857em
    }

    .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: 15.71429em;
    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.42857em 2.85714em 2.85714em
    }
}

@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.42857em 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.42857em;
        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: 3.42857em;
        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: 3.42857em 0;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll
    }

    .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.42857em 0 2.85714em;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .g .g_innerScroll:after,
    .g .g_innerScroll:before {
        content: "";
        width: calc(100% - 2.85714em);
        height: .71429em;
        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: .71429em 0;
        padding-right: 1.42857em;
        overflow-y: auto
    }

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

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

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

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

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

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

@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.42857em
    }
}

@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: 3.42857em;
        height: 3.42857em;
        border-radius: 50%;
        background: #fff;
        color: #000;
        position: absolute;
        top: 1.42857em;
        left: 1.42857em;
        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.85714em;
    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: 21.42857em 21.42857em
    }
}

@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.42857em
    }
}

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

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

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

.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: #8d642e
    }

    25%,
    to {
        background-color: #b37f3b
    }
}

@keyframes pulse {
    0% {
        background-color: #8d642e
    }

    25%,
    to {
        background-color: #b37f3b
    }
}

.g_moreInfo {
    position: absolute
}

@media screen and (min-width:768px) and (max-width:936px) {
    .g_moreInfo {
        font-size: 1.33vw
    }
}

.g_moreInfo .g_roundButton {
    display: inline-block;
    -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.5em 0 0 -2.5em;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    content: "";
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 2px rgba(179, 127, 59, .5);
    box-shadow: 0 0 0 2px rgba(179, 127, 59, .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.28571em 0 2.57143em;
    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: #8d642e;
        max-width: 35.57143em;
        -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: 35.57143em;
        -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 (max-width:767px) {
    .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: 15em
}

.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: 1.14286em
}

.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;
    padding: 1em 0
}

.v_swiper .swiper-pagination .swiper-pagination-bullet {
    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 1em 0 3.57143em
}

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

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

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

.g .g_recipeContent {
    padding: 0 2.85714em
}

.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: 5em
}

.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.85714em;
    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.85714em
}

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

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

.g_services {
    overflow: hidden
}

.g_services ul li {
    text-align: center
}

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

.g_services ul li a:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.g_services ul li svg {
    display: inline-block;
    width: auto;
    height: 7.14286em;
    -webkit-transition: all .2s;
    transition: all .2s
}

.g_services ul li svg path,
.g_services ul li svg polygon,
.g_services ul li svg rect {
    fill: #fff
}

.g_services ul li svg .st0 {
    stroke: unset
}

.g_services ul li .g_h3 {
    font-size: 1em;
    padding: 0 2em
}

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

@media screen and (max-width:767px) {
    .g .g_services ul li {
        width: 50% !important
    }

    .g .g_services ul li .g_h3 {
        padding: 0 .5em
    }

    .g .g_services ul li p {
        display: none
    }
}

/*! festive2018 | Fri Nov 02 2018 15:28:12 GMT+0100 (CET) */
.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: 4.28571em
    }
}

@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 {
    width: 100%;
    height: 56.25vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@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.71429em;
    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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 56.25vw;
    width: 100%
}

.g .g_embedVideo .g_embedVideoPlayer>* {
    height: 100%;
    width: 100%
}

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

.g .g_story .g_restrict {
    position: static
}

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

.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_logo {
        margin-top: -2em;
        right: 0;
        -webkit-transform: translate(-25%, -100%);
        transform: translate(-25%, -100%)
    }

    .g .g_choose .g_logo:hover {
        -webkit-transform: translate(-25%, -100%) scale(1.02);
        transform: translate(-25%, -100%) scale(1.02)
    }

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

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

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

    .g .g_choose .g_logo {
        margin: 1em auto 2em;
        width: 10em;
        height: 10em
    }
}

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

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

.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: 35.57143em;
    margin: 0 17.78571em;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_backgroundSlot .g_actual_coffee_footer .g_text_cell ul .g_active {
    opacity: 1
}

.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: 35.57143em
}

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

@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.85714em)
    }

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

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

.g .g_backgroundSlot .v_swiper {
    margin: 0 auto;
    width: 28.45714em;
    height: 20em
}

.g .g_backgroundSlot .v_swiper .swiper-container {
    width: 28.45714em;
    height: 20em
}

.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 .g_coffee {
        -webkit-filter: contrast(1.25) brightness(.75) blur(1px);
        filter: contrast(1.25) brightness(.75) blur(1px);
        -webkit-transform: translateY(-1em) scale(.85);
        transform: translateY(-1em) scale(.85);
        -webkit-transition: .25s;
        transition: .25s
    }

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

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

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

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

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

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

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