
@media screen and (max-width:930px) {
    .header-logo {
        position: relative;
        z-index: 5;
    }
    header nav {
        display: none;
        flex-wrap: wrap;
        position: fixed;
        top:0;
        left:0;
        width:100%;
        height:100vh;
        background:-webkit-radial-gradient(circle closest-side 65%, #2F2F2F, #1A1A1B);
        background:radial-gradient(circle closest-side at 65%, #2F2F2F, #1A1A1B);
        padding-top:160px;
    }
    header.opennav nav {
        display: flex;
    }
    header nav > div {
        display: inherit;
        width:100%;
    }
    header nav > div > ul {
        display: block;
        flex-wrap: wrap;
        flex-direction: column;
        padding:15px 15px 15px 15px;
        align-items: center;
        width:100%;
        max-height:calc(100vh - 120px);
        overflow-x:hidden;
        overflow-y:auto;
    }
    header nav ul:not(.sub-menu) > li {
        width:100%;
        display: block;
        margin:0 0 25px 0;
    }
    header nav ul:not(.sub-menu) > li:last-child {
        margin-left:0;
    }
    header nav ul:not(.sub-menu) > li::after {
        /*display: none!important;*/
    }
    header nav ul:not(.sub-menu) > li > a {
        text-align: left;
        position: relative;
    }
    header nav i {
        float:left;
        margin-right:8px;
    }
    
    header nav li.menu-item-has-children span.dropdown {
        display: block;
        width:32px;
        height:32px;
        position: absolute;
        z-index: 5;
        top:50%;
        transform:translateY(-50%);
        right:0;
        border:2px solid #FFEDD3;
        border-radius: 3px;
        background-image:url('img/icons/arrow-down-light.svg');
        background-size:14px auto;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }
    header nav li.menu-item-has-children.opened > a > span.dropdown {
        transform:TranslateY(-50%) rotate(180deg);
    }
    header nav li.menu-item-has-children > a::after {
        display: none;
    }
    header nav ul.sub-menu li {
        padding:0;
        position: relative;
    }
    header nav ul.sub-menu {
        display: none;
        position: relative!important;
        left:auto!important;
        top:auto!important;
        padding-left:15px;
    }
    header nav li.menu-item-has-children.opened > ul.sub-menu {
        display: flex;
    }
    header nav ul.sub-menu a {
        padding:15px 0;
    }
}


blockquote {
    margin:15px auto;
}
blockquote p {
    font-weight:600;
    margin:0;
}
blockquote p::before {
    content: '\201C';
}
blockquote p::after {
    content: '\201D';
}
figcaption {
    font-style: italic;
}



hr {
    border:none;
    height:1px;
    background-color:#D29E51;
}

.grayback hr {
    background-color:#5E696F;
}

.imgwrap-1 {
    position: relative;
    width:100%;
    padding-top:90%;
}
.imgwrap-1.shift-left {
    box-shadow:20px 20px 40px rgba(0,0,0,0.28);
}
.imgwrap-2 {
    position: relative;
    width:100%;
    padding-top:65%;
    box-shadow:20px 20px 40px rgba(0,0,0,0.28);
}
.imgwrap-1 img, .imgwrap-2 img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}

.video-wrap {
    position: relative;
    width:100%;
    padding-top:56.25%;
    height:0;
}
.video-wrap video, .video-wrap iframe {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

@media screen and (min-width:931px) {
    .shift-left {
        transform:translateX(-15px);
    }
    .shift-right {
        transform:translateX(15px);
    }
}
@media screen and (min-width:1431px) {
    .shift-left {
        position:relative;
        z-index:1;
        transform:translateX(-90px);
    }
    .shift-right {
        position:relative;
        z-index:1;
        transform:translateX(90px);
    }
}

@media screen and (max-width:930px) {
    .imgwrap-1 {
        margin-bottom:35px;
    }
}

.asset1 {
    position: absolute;
    z-index: 5;
    width:320px;
    max-width: 80%;
    height:180px;
    bottom:-80px;
    left:80px;
}

.asset1::before {
    content:'';
    position: absolute;
    z-index: -1;
    left:20%;
    top:0%;
    width:160px;
    height:160px;
    border-radius: 300px;
    background-color:#F0F0F0;
}

.asset2 {
    position: absolute;
    z-index: 5;
    width:190px;
    max-width: 80%;
    height:190px;
    bottom:-80px;
    right:-80px;
}

.asset3 {
    position: absolute;
    z-index: 1;
    width:160px;
    height:85px;
    top:-15px;
    right:-35px;
}

.asset3::before {
    content:'';
    position: absolute;
    z-index: -1;
    left:-20%;
    bottom:10%;
    width:180px;
    height:180px;
    border-radius: 140px;
    background-color:#F0F0F0;
}
.asset1 img, .asset2 img, .asset3 img {
    position: absolute;
    z-index: 1;
    width:100%;
    height:100%;
    top:0;
    left:0;
	object-fit: contain;
	object-position: center;
}

@media screen and (max-width:930px) {
    .asset1 {
        width:200px;
        height:130px;
        right:-15px;
        bottom:-55px;
        left:auto;
    }
    .asset1::before {
        display: none;
    }
    .asset2 {
        width:140px;
        height:140px;
        right:15px;
        bottom:-50px;
    }
    .asset3 {
        display: none;
        width:120px;
        height:60px;
        right:-15px;
    }
}


.pattern-top {
    position: absolute;
    pointer-events:none;
    top:-1px;
    left:0;
    width:100%;
    height:120px;
    background-image:url('img/bgpattern2.svg');
    background-size:auto 100%;
    background-repeat: repeat-x;
    background-position: top right;
}
.pattern-bottom {
    position: absolute;
    pointer-events:none;
    bottom:-1px;
    left:0;
    width:100%;
    height:120px;
    background-image:url('img/bgpattern-up2.svg');
    background-size:auto 100%;
    background-repeat: repeat-x;
    background-position: bottom center;
}

@media screen and (max-width:730px) {
    .pattern-top, .pattern-bottom {
        height:90px;
    }
}
@media screen and (max-width:530px) {
    .pattern-top, .pattern-bottom {
        height:70px;
    }
}

.cupslider-wrap {
    position: relative;
    width:calc(50% + 822px);
    max-width: 100%;
    margin-left:auto;
    background:red;
    background-color:#242424;
    border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    padding:60px 15px;
    min-height:320px;
    margin-top:80px;
    margin-bottom: 260px;
}
.cupslider {
    position: absolute;
    width:100vw;
    overflow: hidden;
    right:0;
    top:50%;
    transform:translateY(-50%);
    -webkit-clip-path: polygon(calc(50% - 720px) 0%, 100% 0, 100% 100%, calc(50% - 720px) 100%);
    -o-clip-path: polygon(calc(50% - 720px) 0%, 100% 0, 100% 100%, calc(50% - 720px) 100%);
    clip-path: polygon(calc(50% - 720px) 0%, 100% 0, 100% 100%, calc(50% - 720px) 100%); 
    padding:260px 0;
}
.cupslider .slick-list {
    overflow: visible;
}
.cupslider .slick-track {
/*    transition: 0.3s ease;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cupslider .slick-slide:focus {
    outline:none;
}
.cupslider .slick-slide {
    position: relative;
    z-index: 1;
    transition: 0.3s ease;
    cursor: pointer;
}

.cupslider .slick-slide::before {
    content:'';
    width:0;
    height:0;
    background-color:#F8F3ED;
    border-radius: 1000px;
    position: absolute;
    z-index: -1;
    top:50%;
    left:50%;
    box-shadow: 10px 20px 20px 0 rgba(0,0,0,0.6);
    transform:TranslateX(-50%) TranslateY(-50%);
    transition: 0.3s ease;
}
/*
.cupslider .slick-slide::after {
    content:'';
    width:160px;
    height:160px;
    pointer-events: none;
    position: absolute;
    right:-60px;
    bottom:-100px;
    background-image:url('img/assets/capsule_beans.png');
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    transform:scale(0);
    opacity:0;
    transition: 0.6s ease-in-out;
}
*/
.cupslider .slick-slide.slide-doublecup::after {
    background-image:url('img/assets/double_capsule_beans.png');
}
.cupslider .slick-slide img {
    width:300px;
    height:220px;
    object-fit: contain;
    object-position: center;
    transition:0.3s ease;
}
.cupslider .slick-current, .cupslider .slick-current-clone-animate {
    position: relative;
    z-index: 1;
}

.cupslider .slick-current img, .cupslider .slick-current-clone-animate img {
    -webkit-transform: scale(1.75);
    -moz-transform: scale(1.75);
    transform: scale(1.75);
}

.cupslider .slick-current::before, .cupslider .slick-current-clone-animate::before {
    width:380px;
    height:380px;
    transition: 0.6s ease-in-out;
}
.cupslider .slick-current::after, .cupslider .slick-current-clone-animate::after {
    transform:scale(1);
    opacity:1;
}

.cupslider .slick-slide .cup-info {
    position: absolute;
    z-index: -2;
    width:100%;
    top:90%;
    left:0;
    text-align: center;
    pointer-events: none;
    opacity:0;
    transition:0.3s ease;
}
.cupslider .slick-current .cup-info, .cupslider .slick-current-clone-animate .cup-info {
    opacity:1;
    top:150%;
    transition: 1s ease-in-out;
    transition-delay: 0.5s;
}
.cup-amount {
    margin:0 0 6px 0;
    font-family: "Mukta Malar", sans-serif;
    font-size:16px;
    line-height: 22px;
    letter-spacing: 1px;
}
.cup-amount::before {
    content:url('img/icons/coffeecup_1.svg');
    display: inline-block;
    margin-right:8px;
    width:20px;
    transform:translateY(1px);
}
.cupslider .slick-slide .cup-info h3 {
    font-family: "Montserrat", sans-serif;
    font-size:28px;
    line-height: 28px;
    font-size: clamp(18px, 2vw, 28px);
    line-height: clamp(22px, 2vw, 28px);
    font-weight:600;
    letter-spacing: 2px;
    margin:0;
    text-transform: uppercase;
}
.capsule_size, .capsule_price {
    display: inline-block;
    text-transform: uppercase;
    font-size:16px;
    line-height: 16px;
    letter-spacing: 2px;
    padding:0 4px 6px 4px;
    margin-bottom:2px;
    border-bottom:1px solid #4D4D4D;
}
.capsule_size::before {
    content:'(';
}
.capsule_size::after {
    content:')';
}

.intensity {
    font-family: "Mukta Malar", sans-serif;
}
.intensity span {
    display: inline-block;
    width:13px;
    height:13px;
    border-radius: 100px;
    border:1px solid #FFEDD3;
    margin-right:2px;
}
.intensity span.filled {
    background-color:#FFEDD3;
}

.cupslider button.slick-prev {
    display: none!important;
}
.cupslider button.slick-next {
    position: relative;
    float:right;
    transform:translateY(80px);
    -webkit-appearance:none;
    margin-right:30px;
    border:none;
    cursor: pointer;
    visibility: hidden;
}
.cupslider button.slick-next::before {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:38px;
    height:38px;
    visibility: visible;
    background-image:url('img/icons/arrow-before-light.svg');
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease;
}
.cupslider button.slick-next:hover::before {
    background-image:url('img/icons/arrow-before.svg');
}
@media screen and (max-width:1300px) {
    .cupslider {
        -webkit-clip-path: none;
        -o-clip-path: none;
        clip-path: none; 
    }
    .cupslider-wrap {
        min-height:240px;
        margin-bottom:200px;
    }
    .cupslider .slick-slide img {
        width:210px;
        height:160px;
    }
    .cupslider .slick-current img, .cupslider .slick-current-clone-animate img {
        -webkit-transform: scale(1.55);
        -moz-transform: scale(1.55);
        transform: scale(1.55);
    }
    .cupslider .slick-current::before, .cupslider .slick-current-clone-animate::before {
        width:260px;
        height:260px;
    }
    .cupslider .slick-slide::after {
        right:-30px;
        bottom:-55px;
        width:100px;
        height:100px;
    }
    .intensity strong {
        display: block;
    }
    .cupslider .slick-slide .cup-info h3 {
        font-size:16px;
        line-height: 16px;
    }
    .capsule_size, .capsule_price {
        font-size:14px;
        line-height: 14px;
        letter-spacing: 1px;
    }
}

ul.biglist {
    font-size:32px;
    line-height: 46px;
    font-weight:500;
    color:#E2BF8C;
    padding:0;
    margin:0 0 0 22px;
    list-style: none;
}
ul.biglist li {
    position: relative;
    padding:0;
    margin:0 0 25px 0;
}
ul.biglist li::before {
    content:'•';
    position: absolute;
    left:-22px;
}
@media screen and (max-width:680px) {
    ul.biglist {
        font-size:24px;
        line-height: 34px;
        margin-left:16px;
    }
    ul.biglist li::before {
        left:-16px;
    }
}
@media screen and (max-width:430px) {
    ul.biglist {
        font-size:18px;
        line-height: 28px;
        margin-left:12px;
    }
    ul.biglist li::before {
        left:-12px;
    }
}

.capsule-container {
    position: relative;
    border:1px solid #707070;
    padding:30px 25px;
    display: flex;
    align-items: center;
    margin-bottom:60px;
    overflow: visible;
}
.capsule-container hr {
    background-color:#707070;
}
.capsule-container h3 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin:0;
}
.capsule-list-image img {
    width:90%;
    max-width: 220px;
    margin-top:35px;
}
@media screen and (min-width:1081px) {
    .capsule-container a.uspbutton {
        position: absolute;
        top:18%;
        left:-35px;
    }
}
@media screen and (min-width:1745px) {
    .capsule-container a.uspbutton {
        position: absolute;
        top:18%;
        left:-12%;
    }
}

.cta {
    position: relative;
    z-index: 1;
}

.cta img.asset {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    bottom:-15px;
    left:-15px;
    width:120px;
    height:80px;
	object-fit: contain;
	object-position: center;
}
@media screen and (max-width:630px) {
    .cta img.asset {
        width:90px;
        height:60px;
    }
}
.cta p {
    color:#D29E51;
    font-weight:500;
    font-size:22px;
    line-height: 32px;
}

.cta-buy-rent {
    background-color:#FAF7F7;
    box-shadow:0px 10px 10px 0 rgba(0,0,0,0.16);
    margin-bottom:20px;
    padding:27px max(5%, 30px);
}
.cta-buy-rent h3 {
    margin-bottom:25px;
}
.cta-buy-rent .div50 {
    position: relative;
}

footer a {
    color:#FFEDD3;
}
.footerlogo img {
    width:160px;
    max-width: 50vw;
}
.footerdesc {
    border-bottom:1px solid #4D4D4D;
}

.footerlinks ul {
    margin:0;
    padding:0;
    list-style: none;
}
.footerlinks li {
    margin:0;
    padding:0;
}

.footer-socials li {
    display: inline-block;
    margin-right:8px;
}
.footer-socials img {
    width:24px;
    height:24px;
    object-fit: contain;
    object-position: left center;
}

.rating, .tv {
    color:#D29E51;
    line-height: 20px;
    margin-top:22px;
    margin-bottom:8px;
}
.rating a {
    text-decoration: none;
}
.rating sub {
	display: inline-block;
	transform:translateY(-4px);
}
.rating strong {
    margin-right:8px;
}
.rating img {
    display: inline;
    width:20px;
    transform:translateY(3px);
}
.tv img {
    height:18px;
    margin-top:12px;
}
.tv a:not(:last-child) img {
    margin-right:12px;
}

ul.footer-bottomlinks {
    margin:8px 0;
    padding:0;
    list-style: none;
}
ul.footer-bottomlinks li {
    display: inline-block;
}
ul.footer-bottomlinks li:not(:last-child)::after {
    content:'|';
    margin:0 12px;
}
