/** Shopify CDN: Minification failed

Line 180:13 Expected ":"

**/

@media screen and (min-width: 750px) {
  
    .abt-crd-space{
        padding-right:5rem;
    }
    .kill-mobile{
        display:block;
      }
     .mob-image{
        display: none;
      }
      .appearo-formo.appear{
        top:-34px;
    }
} 
@media screen and (min-width: 990px){
    .pad-wrap{
        padding-right:0px;
        padding-left:0px;
    }
    .shop-coffee.newsletter{
        font-size: 4rem;
        height: 90px;
        line-height: 50px;
        width:100%;
    }
    .button-section{
        position:relative;
        margin-top:4rem;
        height:90px;
    }
    .appearo-formo.appear{
        height:90px;
    }
    
}

@media screen and (max-width: 749.98px) {
    .kill-mobile{
        display:none;
      }
      .mob-image{
        display: block;
        padding-top:1rem;
      }
      .pad-wrap{
        padding-left:1.5rem;
        padding-right:1.5rem;
    }
    .abt-crd-space{
        padding-right:0;
    }
    .appearo-formo.appear{
        top:-14px;

    }

}

@media screen and (max-width:990px) {
    .pad-wrap{
        padding-right:1.5rem;
        padding-left:1.5rem;
    }
    .shop-coffee.newsletter{
        font-size: 3rem;
        height: 70px;
        line-height: 50px;
    }
    .button-section{
        position:relative;
        height:70px;
        margin-top:4rem;
    }
    .appearo-formo.appear{
        height:70px;
    }
}
section.email-zeme{
    background-size:cover;
    background-position:center;
    padding-bottom:10px;
    padding-top:10px
}
.pitch-wrapper h2{
    color:white;
    font-family:Impact;
    font-size:5REM;
    margin-bottom:0rem;
}
.red-glow{
    filter: drop-shadow(4px 4px 10px rgba(226, 161, 39, 0.9));
    backdrop-filter: blur(4.5px);
}
.pitch-wrapper p{
    color:white;
    font-size:2.5rem;
    line-height:2.75rem;
    margin-top:2rem;
    margin-bottom:0;
    padding-bottom:0rem;
    letter-spacing:.05rem;
}
.newsletter-form.zeme{
    max-width:100%;
    height:inherit;
}
.newsletter-form.zeme > .newsletter-form__field-wrapper{
    max-width:100%;
    height: inherit;
}
.newsletter-form.zeme > .newsletter-form__field-wrapper > .field > input{
    font-size: 2.5rem;
    height:inherit;
}
.newsletter-form.zeme > .newsletter-form__field-wrapper > .field{
    height:inherit;
}
.img-poly{
    position:relative;
    width:100%;
    height:auto;
    clip-path: polygon(0 0, 0 100%, calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 50%, 100% 0);
    margin-bottom:3rem;
}
.img-poly img{
    width:100%;
    height:auto;
    -webkit-fill-available: object-fit;
}


.button-section> a.shop-coffee{
    bottom:0px;
}
.shop-coffee{
    display: block;
    height: 90px;
    background:linear-gradient(147deg, rgba(217, 217, 217, 0.01) 48.13%, rgba(217, 217, 217, 0.20) 99.06%);
    clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0% calc(100% - 30px), 0 0);
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 5rem;
    text-decoration: none;
    cursor: pointer;
    margin-bottom:20px;
    border: 1px solid rgba(88, 168, 247, 0.30);
    font-family:impact;
}
.shop-coffee div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
}
.shop-coffee.newsletter:hover{
    background:linear-gradient(147deg, rgba(88, 168, 247, 0.01) 48.13%, rgba(233, 133, 19, 0.9) 99.06%);
}
.shop-coffee.newsletter::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color:rgba(241, 182, 71, 0.5);
    z-index: -1;
}

.shop-coffee.newsletter:hover::before{
    background-color:rgba(235, 131, 13, 0.7);
    flex-grow 2px;
}
.shop-coffee.newsletter{
    width:100%;
}

.appearo-formo{
    position: absolute;
    width: 100%;
    z-index: -100;
    opacity:0;
    top:0;
}
.appearo-formo.appear{
    z-index: 100;
    opacity:1;
}