.g .g_productList {
    text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g_coollapsible.g_wysiwyg {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.g_coollapsible.g_wysiwyg[aria-hidden=false] {
    opacity: 1;
    visibility: visible;
    max-height: 72.22222em
}

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

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

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

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

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

.g .g_read_more_accordion {
    margin-bottom: 2em;
    overflow: visible
}

.g .g_read_more_accordion ol,
.g .g_read_more_accordion ul {
    list-style: none;
    padding-left: 0
}

.g .g_read_more_accordion .g_accordionItem {
    max-height: 100%;
    -webkit-transition: 1s .25s;
    transition: 1s .25s
}

.g .g_read_more_accordion .g_title {
    font-style: normal;
    font-weight: 600;
    margin: 0;
    color: #8f7247;
    position: relative
}

.g .g_read_more_accordion .g_title i {
    position: absolute;
    top: 0;
    right: -2.5em;
    width: 1.4em;
    height: 1.4em;
    color: #8f7247
}

.g .g_read_more_accordion .g_title i:before {
    font-size: 1.4em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.g .g_read_more_accordion .g_title a {
    color: #8f7247
}

html:not(.g_isTouch) .g .g_read_more_accordion .g_title a:hover {
    color: #ae8d5b;
    text-decoration: underline
}

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

.g .g_read_more_accordion .g_wysiwyg {
    padding: 0;
    max-height: 0;
    opacity: 0;
    max-width: 66.25em;
    margin: 0 auto;
    -webkit-transition: .25s;
    transition: .25s
}

.g .g_read_more_accordion .g_wysiwyg[aria-hidden=false] {
    opacity: 1;
    visibility: visible;
    max-height: 2000px
}

.g .g_read_more_accordion .g_wysiwyg.dark {
    color: #fff
}

.g .g_read_more_accordion .g_wysiwyg.light {
    color: #000
}

.g .g_read_more_accordion .g_wysiwyg p {
    margin-bottom: 1em
}

.g .g_read_more_accordion .g_isCollapsable .g_accordionItem {
    max-height: 100%;
    -webkit-transition: 1s;
    transition: 1s
}

.g .g_read_more_accordion .g_isCollapsable .g_title {
    cursor: pointer
}

.g_keyTab .g .g_read_more_accordion .g_isCollapsable .g_title:focus,
.g_keyTab .g .g_read_more_accordion .g_isCollapsable .g_title:focus i {
    color: #4298ad
}

.g .g_read_more_accordion .g_isCollapsable .g_wysiwyg {
    margin: 1em 0 .75em 0
}

.g .g_read_more_accordion .g_isCollapsable .g_title.g_open i:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1) !important;
    transform: translate(-50%, -50%) rotate(45deg) scale(1) !important
}

.g .g_read_more_accordion .g_isCollapsable .g_title.g_open+.g_wysiwyg {
    opacity: 1;
    -webkit-transition: 1s .25s;
    transition: 1s .25s
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.vue_collapsableContent {
    overflow: visible
}

.vue_collapsableContent .v_sectionRestrict {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 1s .25s;
    transition: 1s .25s
}

.vue_collapsableContent .v_sectionRestrict .v_sectionContent {
    height: auto;
    opacity: 0;
    max-width: 66.25em;
    padding: 0 2em;
    margin: 0 auto;
    -webkit-transition: 1s;
    transition: 1s
}

.vue_collapsableContent .v_sectionRestrict .v_sectionContent p {
    text-align: center;
    margin-top: 16px
}

.vue_collapsableContent .v_sectionRestrict .v_sectionContent .v_headline {
    margin-bottom: 16px
}

.vue_collapsableContent .v_sectionRestrict .v_sectionContent .v_wysiwyg {
    text-align: center
}

@media screen and (max-width:767px) {
    .vue_collapsableContent .v_sectionRestrict .v_sectionContent .content1 {
        padding: 0 16px
    }
}

.vue_collapsableContent .v_sectionRestrict .v_sectionContent .content1 p {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 300
}

.vue_collapsableContent.v_sectionCenter .v_wysiwyg {
    width: 100%
}

.vue_collapsableContent.v_sectionCenter .v_wysiwyg p {
    text-align: left
}

.vue_collapsableContent h2 {
    font-size: 1em !important;
    position: absolute;
    width: 100%;
    margin: 0;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: .5s;
    transition: .5s
}

.vue_collapsableContent h2 button {
    display: block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s
}

.vue_collapsableContent h2 button div {
    display: table;
    width: 100%;
    height: 3em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1em;
    -webkit-transition: .5s;
    transition: .5s
}

.vue_collapsableContent h2 button div span {
    padding: 0 1em;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    top: 5px;
    font-weight: 300;
    text-transform: none
}

.vue_collapsableContent h2 button i {
    background: #fff;
    color: #000;
    display: block;
    position: relative;
    border-radius: 50%;
    left: 50%;
    width: 3em;
    height: 3em;
    margin-bottom: 2em;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: .5s;
    transition: .5s
}

.vue_collapsableContent h2 button i:before {
    font-size: 2.1875em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s;
    transition: .5s
}

.g_keyTab .vue_collapsableContent h2 button:focus span {
    color: #4298ad
}

.g_keyTab .vue_collapsableContent h2 button:focus:before {
    color: #fff
}

.g_keyTab .vue_collapsableContent h2 button:focus:after {
    background: #4298ad
}

.vue_collapsableContent .g_restrict {
    padding-bottom: 2em !important
}

.vue_collapsableContent .g_restrict .g_content {
    padding-bottom: 0
}

section.v_opened .v_sectionRestrict {
    max-height: 98.75em;
    -webkit-transition: 1s;
    transition: 1s
}

section.v_opened .v_sectionRestrict .v_sectionContent {
    opacity: 1;
    -webkit-transition: 1s .25s;
    transition: 1s .25s
}

section.v_opened h2 {
    -webkit-transform: translate(-50%, -61%);
    transform: translate(-50%, -61%)
}

section.v_opened h2 button i:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

section.v_opened h2 button:hover i {
    background: #e0e0e0 !important
}

@media screen and (max-width:767px) {
    section.v_opened .v_sectionRestrict {
        padding-top: .9375em
    }
}

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

.g_slideShow .g_slideShow_pagination_wrapper .g_slideShow_indicator_current strong {
    font-weight: 500
}

@media screen and (max-width:767px) {
    .g_slideShow .g_slideShow_pagination_wrapper .g_slideShow_indicator_current {
        font-size: 1.875em;
        line-height: 1.33333em;
        letter-spacing: .2em
    }
}

.g_slideShow .g_slideShow_pagination_wrapper .g_slideShow_indicator {
    font-family: Lucas, Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .125em;
    font-weight: 800;
    text-transform: uppercase
}

.g_slideShow .swiper-slide:not(.swiper-slide-active) {
    opacity: 0
}

.g_slideShow .g_slideShow_pagination_wrapper {
    color: #8f7247;
    margin-top: 3.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.g_slideShow .g_slideShow_pagination_wrapper .g_slideShow_indicator {
    margin-right: .875em;
    font-weight: 400
}

.g_slideShow .g_slideShow_pagination_wrapper .g_slideShow_indicator_current {
    font-weight: 700;
    color: #fff
}

.g_slideShow .g_slideShow_next,
.g_slideShow .g_slideShow_prev {
    height: 40px;
    min-width: 40px !important;
    width: 40px !important;
    padding: .625em
}

.g_slideShow .g_slideShow_next svg,
.g_slideShow .g_slideShow_prev svg {
    width: 8px;
    height: 16px;
    margin: .25em auto
}

.g_slideShow .g_slideShow_prev {
    margin-right: .625em !important
}

.g_slideShow .g_slideShow_prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width:767px) {
    .g_slideShow .swiper-container {
        width: 17.25em
    }
}

.g_testimonial {
    text-align: left;
    float: left
}

.g_testimonial .g_visual {
    height: 20px !important;
    width: 20px !important;
    display: inline-block
}

.g_testimonial .g_testimonial_avatar {
    margin-right: 1.5625em
}

.g_testimonial .g_testimonial_avatar_row {
    margin-bottom: 1.875em
}

.g_testimonial .g_testimonial_avatar_row .g_testimonial_row {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.g_testimonial .g_testimonial_row {
    width: 100%;
    height: auto;
    float: left
}

.g_testimonial .g_testimonial_col {
    float: left;
    width: auto;
    height: 100%
}

.g_testimonial .g_h5 {
    margin-bottom: 0;
    float: left;
    display: block;
    width: 100%
}

.g_testimonial .g_h5+.g_wysiwyg {
    float: left
}

.g_testimonial .g_testimonial_avatar {
    height: 60px;
    width: 60px;
    float: left
}

.g_testimonial .g_txt_M {
    margin-left: 5.3125rem;
    position: relative;
    font-weight: 300
}

.g_testimonial .g_txt_M:before {
    content: "\201C";
    position: absolute;
    top: -30px;
    left: -40px;
    font-size: 3em;
    font-weight: 700;
    z-index: 10000
}

@media screen and (max-width:767px) {
    .g_testimonial .g_txt_M {
        width: 100%;
        padding: 0;
        margin-left: 0
    }

    .g_testimonial .g_txt_M:before {
        content: "\201C";
        position: absolute;
        top: -30px;
        left: -32px;
        z-index: 100
    }

    .g_testimonial .g_testimonial_avatar_row .g_testimonial_col {
        width: 100%
    }

    .g_testimonial .g_testimonial_avatar {
        height: 80px;
        width: 80px
    }
}

.g_testimonials.g_dark .g_slideShow .g_slideShow_pagination_wrapper .g_slideShow_indicator_current {
    color: #fff
}

.g_testimonials.g_light .g_slideShow .g_slideShow_pagination_wrapper .g_slideShow_indicator_current {
    color: #000
}

.g_testimonials .g_col80 {
    margin-left: 10%;
    max-width: 31.125em
}

.g_testimonials .g_h2 {
    text-align: center
}

.g_testimonials .g_content {
    height: auto;
    width: 50%
}

.g_testimonials .g_h5 {
    font-weight: 700
}

@media screen and (min-width:768px) {
    .g_testimonials .g_testimonial_wrapper {
        text-align: center
    }

    .g_testimonials .g_testimonial_wrapper .g_restrict {
        margin: auto;
        text-align: left
    }
}

@media screen and (max-width:767px) {
    .g_testimonials .g_col80 {
        width: 100%;
        margin-left: 0;
        padding: 0
    }

    .g_testimonials .g_h2:not(:last-child) {
        margin-bottom: 1.5em
    }

    .g_testimonials .g_testimonial_avatar {
        margin-bottom: .625em
    }

    .g_testimonials .swiper-container {
        overflow: visible;
        padding-left: 16px;
        padding-right: 16px
    }
}

.g .range_swiper .swiper-container .swiper-wrapper div.swiper-slide.swiper-slide-active .g_reflect {
    opacity: .7
}

@media screen and (min-width:768px) {
    .range_swiper .swiper-container .swiper-pagination {
        bottom: 8px
    }

    .range_swiper .swiper-container .swiper-button-prev {
        left: 36%;
        margin-left: -2.5em
    }

    .range_swiper .swiper-container .swiper-button-next {
        right: 36%;
        margin-right: -2.5em
    }

    .g .g_coffeeRange {
        margin: 5em 0 !important
    }

    .g.g_originalLine .g_imageContainer {
        margin-top: -10em;
        margin-bottom: 2em
    }

    .g.g_originalLine .g_imageContainer img {
        width: 100%
    }

    .g.g_vertuoLine .g_coffeeRange .g_imageContainer {
        margin-top: -6em;
        margin-bottom: -5em
    }

    .g.g_vertuoLine .g_coffeeRange .g_imageContainer img {
        width: 220%;
        margin-left: -45%
    }
}

.g .g_recipeCollection .g_backgroundSlot .g_cupRecipe {
    position: relative
}

.g .g_recipeCollection .g_backgroundSlot .g_cupRecipe>img {
    width: 100%
}

.g .g_recipeCollection .g_backgroundSlot .g_cupRecipe .g_txt_S {
    text-align: center;
    position: absolute;
    bottom: 2.0625em
}

.g .g_section_bg_inside .g_restrict {
    position: static
}

.g .g_section_bg_inside .g_bg_machine {
    width: 100vw;
    margin-top: -26.875em;
    left: 0;
    height: 79em
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .g .g_section_bg_inside .g_bg_machine {
        margin-top: -18.75em;
        height: 129em;
        background-position: 50% bottom
    }
}

@media screen and (max-width:767px) {
    .g .g_section_bg_inside .g_bg_table {
        padding-top: 11.875em;
        height: auto
    }

    .g .g_section_bg_inside .g_bg_table .g_bg_table_top {
        height: .46875em
    }

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

.g .g_recipeCollection .g_backgroundSlot .v_swiper {
    margin: 4em auto 0 auto;
    width: 14vw
}

.g .g_recipeCollection .g_backgroundSlot .v_swiper .swiper-slide {
    padding: 0 0
}

@media screen and (max-width:767px) {
    .g .g_recipeCollection .g_backgroundSlot .v_swiper {
        height: 65vh;
        margin: 0 auto 0 auto;
        width: 100vw
    }

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

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

    .g .g_recipeCollection .g_backgroundSlot .v_swiper .swiper-slide {
        padding: 0 0
    }
}

.g .g_recipeCollection .g_content {
    padding-bottom: 0
}

.g .g_recipeCollection .g_headerWrapper {
    height: 20.8125em;
    width: 75%
}

.g .g_recipeCollection .g_headerWrapper .g_h2 {
    margin-bottom: 1.5em
}

.g .g_recipeCollection .g_footerWrapper {
    width: 83%;
    padding-top: .9375em;
    margin: 0 auto
}

.g .g_recipeCollection .g_footerWrapper .g_h3 {
    padding-top: 3em
}

.g .g_recipeCollection .g_footerWrapper .g_wysiwyg {
    padding-top: 2em
}

.g .g_recipeCollection .g_bg {
    background-position: 94% top
}

.g .g_recipeCollection .g_section {
    background-color: #f4f4f4
}

.g .g_recipeCollection .v_swiperOverflow {
    overflow: visible;
    width: 16vw;
    margin: 0 auto
}

.g .g_recipeCollection .v_swiperOverflow:after,
.g .g_recipeCollection .v_swiperOverflow:before {
    display: none
}

.g .g_recipeCollection .v_swiperOverflow .swiper-container {
    width: 100%
}

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

.g .g_recipeCollection .g_backgroundSlot .v_swiper .swiper-slide .g_wysiwyg {
    position: absolute;
    bottom: 11%;
    text-align: center;
    width: 100%
}

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

    .g .g_recipeCollection .g_content {
        padding-bottom: 0
    }

    .g .g_recipeCollection .g_headerWrapper {
        height: 28.4375em;
        width: 75%
    }

    .g .g_recipeCollection .g_headerWrapper .g_h2 {
        margin-bottom: 1.5em
    }

    .g .g_recipeCollection .g_footerWrapper {
        width: 83%;
        padding-top: .9375em;
        margin: 0 auto
    }

    .g .g_recipeCollection .g_footerWrapper .g_h3 {
        padding-top: 3em
    }

    .g .g_recipeCollection .g_footerWrapper .g_wysiwyg {
        padding-top: 2em
    }

    .g .g_recipeCollection .g_bg {
        background-position: 0 0
    }

    .g .g_recipeCollection .g_section {
        background-color: #f4f4f4
    }

    .g .g_recipeCollection .v_swiperOverflow {
        overflow: visible;
        width: 100%;
        margin: 0 auto
    }

    .g .g_recipeCollection .v_swiperOverflow:after,
    .g .g_recipeCollection .v_swiperOverflow:before {
        display: none
    }

    .g .g_recipeCollection .v_swiperOverflow .swiper-container {
        width: 100%
    }

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

    .g .g_recipeCollection .g_backgroundSlot .v_swiper .swiper-slide .g_wysiwyg {
        position: absolute;
        bottom: 11%;
        text-align: center;
        width: 100%
    }
}

.g .g_recipeCollection {
    width: 100%;
    padding: 0
}

.g .g_recipeCollection .g_description {
    margin: 0
}

.g .g_recipeCollection .g_actual_coffee_footer .g_text_cell ul .g_coffeeProduct {
    display: block;
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    -webkit-transition: .25s;
    transition: .25s;
    pointer-events: none;
    text-align: center
}

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

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

    .g .g_recipeCollection .g_backgroundSlot .g_text_row {
        display: table-row;
        vertical-align: bottom
    }

    .g .g_recipeCollection .g_backgroundSlot .g_text_cell {
        display: table-cell
    }

    .g .g_recipeCollection .g_backgroundSlot .g_description {
        margin: 0 0 0 -1.5em
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g .range_swiper {
    color: #000;
    width: 100vw;
    margin-bottom: 3.125em;
    background-color: #f2f2f2
}

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

.g .range_swiper .swiper-container .swiper-wrapper {
    padding-bottom: 64px;
    position: relative;
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
    -webkit-transition-duration: 0s, 0s;
    transition-duration: 0s, 0s
}

.g .range_swiper .swiper-container .swiper-wrapper div.swiper-slide {
    background: transparent !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none
}

.g .range_swiper .swiper-container .swiper-wrapper div.swiper-slide.swiper-slide-active .g_tile {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .09);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .09)
}

.g .range_swiper .swiper-container .swiper-wrapper div.swiper-slide:not(.swiper-slide-active) {
    opacity: .59
}

.g .range_swiper .swiper-container .swiper-button-next,
.g .range_swiper .swiper-container .swiper-button-prev {
    opacity: .28
}

.g .range_swiper .swiper-container .swiper-pagination {
    height: 30px;
    width: 300px;
    position: absolute;
    text-align: center;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 10px
}

.g .range_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 100%;
    cursor: pointer
}

.g .range_swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000
}

@media screen and (min-width:768px) {
    .range_swiper .swiper-container .swiper-pagination {
        bottom: 8px
    }

    .range_swiper .swiper-container .swiper-button-prev {
        left: 36%
    }

    .range_swiper .swiper-container .swiper-button-next {
        right: 36%
    }

    .g .g_coffeeRange {
        margin: 5em 0 !important
    }

    .g.g_originalLine .g_imageContainer {
        margin-top: -10em;
        margin-bottom: 2em
    }

    .g.g_originalLine .g_imageContainer img {
        width: 100%
    }

    .g.g_vertuoLine .g_coffeeRange .g_imageContainer {
        margin-top: -6em;
        margin-bottom: -5em
    }

    .g.g_vertuoLine .g_coffeeRange .g_imageContainer img {
        width: 220%;
        margin-left: -45%
    }
}

@media screen and (max-width:767px) {
    .swiper-container {
        width: 100vw
    }

    .swiper-container .swiper-wrapper {
        width: 100vw;
        margin: 0 !important
    }

    .swiper-container .swiper-wrapper .swiper-slide {
        width: 100vw
    }

    .swiper-container .swiper-wrapper .swiper-slide .g_tile {
        width: 90%;
        display: block;
        margin: 0 auto
    }

    .swiper-container .swiper-pagination {
        bottom: 10px
    }

    .swiper-container .swiper-button-prev {
        left: 10%
    }

    .swiper-container .swiper-button-next {
        right: 10%
    }

    .g .g_sectionRange .g_content {
        padding-bottom: 0
    }

    .g .g_coffeeRange {
        margin-bottom: 4em
    }

    .g .g_coffeeRange .g_imageContainer {
        margin-top: -3em;
        margin-bottom: -3em
    }

    .g .g_coffeeRange .g_imageContainer img {
        width: 75%
    }
}

.sticky_menu_bar {
    background: #fff;
    padding: 16px 16px;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
    z-index: 3;
    position: relative
}

.sticky_menu_bar ul {
    text-align: center;
    display: block
}

.sticky_menu_bar ul li {
    display: inline-block;
    margin: 0 32px
}

.sticky_menu_bar ul li button {
    color: #000;
    text-align: center;
    margin-bottom: 0 !important
}

.sticky_menu_bar ul li button.txt_gold {
    color: #8f7247
}

@media screen and (min-width:768px) {
    .sticky_menu_bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px solid rgba(0, 0, 0, .1)
    }

    .sticky_menu_bar.sticky {
        position: fixed;
        top: 140px;
        width: 100%;
        border-top: 1px solid transparent
    }

    .sticky_menu_bar ul {
        max-width: 80%;
        white-space: nowrap;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .sticky_menu_bar {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        padding-top: 0;
        z-index: 2;
        padding: 0;
        overflow: hidden;
        width: 100%;
    }

    .sticky_menu_bar::-webkit-scrollbar {
       display: none;
    }

    .sticky_menu_bar.sticky {
        position: fixed;
        top: 100px;
        width: 100%;
        padding: 16px;
        padding-bottom: 0
    }

    .sticky_menu_bar.sticky ul {
        border-top: none !important;
        padding: 0 !important;
    }

    .sticky_menu_bar ul::-webkit-scrollbar {
       display: none !important;
    }

    .sticky_menu_bar ul {
        padding: 16px 0;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, .4);
        display: flex;
        padding-left: 0 !important;
        overflow: auto;
    }



    .sticky_menu_bar ul li {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: inline-block !important
    }

    .sticky_menu_bar ul li button {
        color: #000;
        text-align: center;
        margin-bottom: 0 !important;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .sticky_menu_bar ul li button.txt_gold {
        color: #8f7247
    }

    .sticky_menu_bar ul li button span {
        white-space: nowrap
    }
}

.g .g_accessoryTile {
    text-align: center
}

.g .g_accessoryTile h4 {
    font-weight: 300;
    margin-bottom: .5em
}

.g .g_accessoryTile p {
    font-size: 16px
}

.g .g_accessoryTile .g_visual {
    height: 12.5em
}

.g .g_accessoryTile .g_visual .g_image {
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: .25s;
    transition: .25s
}

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

.g fieldset {
    border: 0
}

.g div {
    text-align: inherit
}

.g.g_originalLine .g_sectionRange {
    background-color: #000
}

.g.g_vertuoLine .g_sectionRange {
    background-color: #f3f3f3
}

@media screen and (min-width:768px) {
    .g .g_coffeeRange {
        margin: 5em 0 !important
    }

    .g.g_originalLine .g_imageContainer {
        margin-top: -10em;
        margin-bottom: 2em
    }

    .g.g_originalLine .g_imageContainer img {
        width: 100%
    }

    .g.g_vertuoLine .g_coffeeRange .g_imageContainer {
        margin-top: -6em;
        margin-bottom: -5em
    }

    .g.g_vertuoLine .g_coffeeRange .g_imageContainer img {
        width: 220%;
        margin-left: -45%
    }
}

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

    .g .g_coffeeRange {
        margin-bottom: 4em
    }

    .g .g_coffeeRange .g_imageContainer {
        margin-top: -3em;
        margin-bottom: -3em
    }

    .g .g_coffeeRange .g_imageContainer img {
        width: 75%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g_accessoryRange .swiper-pagination {
    position: relative !important;
    margin: auto;
    padding-right: 18px
}

.g_accessoryRange .swiper-container .swiper-wrapper {
    padding-bottom: 64px;
    position: relative;
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
    -webkit-transition-duration: 0s, 0s;
    transition-duration: 0s, 0s
}

.g_accessoryRange .swiper-container .swiper-wrapper div.swiper-slide {
    background: transparent !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    list-style: none
}

.g_accessoryRange .swiper-container .swiper-button-next,
.g_accessoryRange .swiper-container .swiper-button-prev {
    opacity: .28
}

.g_accessoryRange .swiper-container .swiper-pagination {
    text-align: center;
    margin-bottom: 10px
}

.g_accessoryRange .swiper-container .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 100%;
    cursor: pointer
}

.g_accessoryRange .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000
}

@media screen and (min-width:768px) {
    .g_accessoryRange .swiper-container .swiper-pagination {
        bottom: 8px
    }

    .g_accessoryRange .swiper-container .swiper-button-prev {
        top: 23%;
        left: calc(50% - 150px);
        margin-left: -2.5em
    }

    .g_accessoryRange .swiper-container .swiper-button-next {
        top: 23%;
        right: calc(50% - 133px);
        margin-right: -2.5em
    }

    .g_accessoryRange .swiper-container .swiper-wrapper {
        padding-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .g_accessoryRange .swiper-container {
        width: 100vw
    }

    .g_accessoryRange .swiper-container .swiper-wrapper {
        width: 100vw;
        margin: 0 !important
    }

    .g_accessoryRange .swiper-container .swiper-wrapper .swiper-slide {
        width: 100vw
    }

    .g_accessoryRange .swiper-container .swiper-wrapper .swiper-slide .g_tile {
        width: 90%;
        display: block;
        margin: 0 auto
    }

    .g_accessoryRange .swiper-container .swiper-pagination {
        bottom: 10px
    }

    .g_accessoryRange .swiper-container .swiper-button-prev {
        left: 10%
    }

    .g_accessoryRange .swiper-container .swiper-button-next {
        right: 10%
    }
}

.g_ie .g .ranges .g_tile .g_products {
    margin-bottom: -7em;
    padding-top: 6em
}