/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
    height: 100%;
    font-size: 53%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    height: 100%;
    color: #29180C;
    background-color: #F9F7FF;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

.form-group {
    margin-bottom: 2rem;
}

textarea.form-control {
    padding: 1rem 2rem;
    color: #fff;
}

.form-control {
    height: 5rem;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 2rem;
}

.form-control::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.form-control::placeholder {
    color: #fff;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 15rem 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-family: "Montserrat";
}

h1 {
    font-size: 2.6rem;
    line-height: 3.2rem;
}

h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
}

h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

h5 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

h6 {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

strong {
    font-weight: 700;
}

a {
    color: #da763a;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: normal;
}

button {
    background-color: transparent;
    border: 0;
    outline: none;
}

.heading {
    margin: 0 0 3rem 0;
    font-size: 4rem;
    line-height: 5.2rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #3A1500;
}

.sub-heading {
    text-align: center;
}

.cta {
    text-transform: uppercase;
    padding: 0 5rem;
    height: 5.2rem;
    line-height: 5rem;
    display: inline-block;
}

.primary {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}

.primary:hover {
    color: #fff;
    background-color: #F89939;
    border-color: #F89939;
}

.secondary {
    background-color: #E809DA;
    border: 2px solid #e809da;
    color: #fff;
}

.secondary:hover {
    color: #fff;
}

.outline {
    text-transform: uppercase;
    border-radius: .6rem;
    color: #fff;
    padding: 0 3rem;
    height: 4.6rem;
    line-height: 4.2rem;
    display: inline-block;
}

.light {
    border: 2px solid #fff;
    color: #fff;
}

.light:hover {
    color: #fff;
}

.intro {
    position: relative;
}

.intro:before {
    content: "";
    background: url(../imgs/intro-cover.png) center center no-repeat;
    width: 800px;
    height: 800px;
    background-size: 100%;
    position: absolute;
    top: 25%;
    right: 17%;
    opacity: .1;
    z-index: 0;
}

.intro .logo {
    display: table;
    margin: 0 auto;
}

.intro .logo img {
    height: 90px;
}


.intro {
    background-color: #F2E8D9;
    padding: 3.5rem 0;
    position: relative;
    z-index: 5;
}

.intro-01 {
    position: absolute;
    top: -2rem;
    left: -13rem;
    height: 75rem;
}

.intro-02 {
    margin-top: -10rem;
}

.intro h1 {
    font-size: 9rem;
    line-height: 10rem;
    font-weight: 800;
    margin: 10rem 0 2rem 0;
}

.intro p {
    line-height: 3.5rem;
}

.back {
    border: 1px solid #000000;
    display: inline-block;
    float: right;
    padding: 0 2rem;
    height: 3.5rem;
    line-height: 3.6rem;
    font-size: 1.4rem;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 15px;
}

.back:hover {
    color: #461754;
    border-color: #461754;
}

.container-fluid {
    max-width: 170rem;
}


.recipe {
    background-color: #F2E8D9;
    text-align: center;
    position: relative;
    padding: 0 0 15rem 0;
}

.recipe:after {
    content: "";
}

.recipe-fragment-03 {
    position: absolute;
    bottom: -12%;
    right: 4%;
}

.recipe-logo-seewines {
    margin: 0 auto 4rem 0;
    display: block;
}

.recipe .recipe-text {
    width: 80%;
    margin: 0 auto;
    display: table;
}


.recipe-fragment-01 {
    margin: 0 auto 5rem;
    display: block;
    height: 100px;
}

.recipe-fragment-02 {
    height: 80px;
}


.ingredients {
    background-color: #F9F4EB;
}

.ingredients .sub-heading {
    margin: 0 0 5rem 0;
}

.ingredients .ingredients-img {
    position: relative;
    z-index: 2;
    margin: 0 0 4rem 0;
}

.ingredients .ingredients-fragment-01 {
    position: absolute;
    top: 30%;
    left: -27rem;
    z-index: 2;
}

.ingredients .ingredients-fragment-02 {
    position: absolute;
    bottom: 0%;
    right: -17rem;
    z-index: 1;
}

.ingredients .ingredient {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    display: table;
}

.ingredients .ingredient img {
    margin: 0 0 2.5rem 0;
    height: 130px;
}

.ingredients .ingredient.ingredient-01 {
    width: 60%;
    margin: 0 auto 10rem auto;
}

.ingredients .ingredient.ingredient-02 {
    width: 60%;
    margin: 0 0 10rem 0;
}

.ingredients .ingredient.ingredient-03 {
    width: 60%;
}

.ingredients .ingredient.ingredient-04 {
    margin: 30rem auto 0 auto;
}

.ingredients .cta {
    margin: 0 auto;
    display: table;
}


.video {
    position: relative;
}

.video .video-poster {
    position: relative;
}

.video .video-poster button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video.played .video-poster {
    display: none;
}

.video.played .video-holder {
    display: block;
}

.video-holder {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    display: none;
}

.video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.how {
    background-color: #F9F4EB;
    position: relative;
}

.how-fragment-01 {
    position: absolute;
    bottom: 5%;
    left: -5%;
}

.how-fragment-02 {
    position: absolute;
    bottom: -12%;
    right: 25%;
}


.how h5 {
    color: #DD4906;
    font-size: 2.2rem;
    line-height: 3rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 1.5rem 0;
}

.how p {
    text-align: center;
}

.how .text {
    width: 80%;
    margin: 0 auto;
    display: table;
}


.balance {
    background-color: #F2E8D9;
}

.balance h5 {
    text-transform: uppercase;
    color: #362010;
    font-size: 1.8rem;
    margin: 3rem 0 2.5rem 0;
}

.balance ul {
    margin: 0 0 10rem 0;
}

.balance ul li {
    display: block;
    margin: 3px 0;
}

.balance ul li .lab {
    display: inline-block;
    width: 17rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #6A3D1B;
}

.balance ul li .val {
    display: inline-block;
}

.balance ul li span {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin: 0 3px;
    background-color: #F89939;
    border-radius: 100%;
}

.balance ul li span.empty {
    background-color: #E4DACA;
}

.balance h6 {
    font-size: 2.2rem;
    margin: 0 0 3rem 0;
    text-align: center;
    text-transform: uppercase;
}

.balance p {
    text-align: center;
}

.balance .balance-fragment-01 {
    height: 100px;
    margin: 0 0 1rem -7rem;
}

.balance .balance-text {
    width: 90%;
    margin: 0 0 0 auto;
    display: table;
}

.right-line {
    position: relative;
}

.right-line:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 23px;
    bottom: 0;
    background-color: #b3b3b3;
}


.variants {
    position: relative;
}

.variants-fragment-01 {
    position: absolute;
    left: -5.5%;
    bottom: 4%;
}

.variants-fragment-02 {
    position: absolute;
    right: -2.5%;
    top: 10%;
}

.variants .heading {
    margin-bottom: 10rem;
}

.variants .variant {
    text-align: center;
}

.variants .variant-img {
    margin: 0 0 3rem 0;
}

.variants .variant-name {
    font-size: 1.8rem;
    margin: 0 0 .6rem 0;
}

.variants .variant-short {
    font-weight: lighter;
    margin: 0 0 1.7rem 0;
}

.variants .variant-price {
    color: #DD4906;
    font-size: 1.8rem;
}


.order {
    background: url("../imgs/order.png") top center no-repeat;
    background-size: 100% 620px;
    position: relative;
    padding: 10rem 0 24rem;
}

.order .heading {
    color: #fff;
}

.order .form-control {
    background-color: #fff;
    width: 100%;
    border: 0;
    height: 5.2rem;
}

footer {
    position: relative;
    padding: 23rem 0 5rem 0;
}

footer:before {
    content: "";
    position: absolute;
    top: -53%;
    right: 0;
    background: url(../imgs/bot.png) right center no-repeat;
    background-size: 100%;
    height: 42rem;
    width: 85%;
    z-index: 3;;
}

.product-quantity {
    position: relative;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-quantity input[type=number] {
    width: 100%;
    text-align: center;
    border: 0;
    height: 5.2rem;;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.product-quantity button {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    height: 5.2rem;
    width: 3.5rem;
    outline: none;
}

.product-quantity .minus {
    left: 0;
}

.product-quantity .plus {
    right: 0;
}

.order-fragment {
    position: absolute;
    bottom: 30%;
    left: 25%;
    height: 23rem;
}


footer {
    text-align: center;
}

footer .footer-logo {
    margin: 0 0 1rem 0;
    display: inline-block;
}

footer .copyright {
    margin: 0 0 1.5rem 0;
    color: #362010;
}

footer .hint {
    text-transform: uppercase;
    color: #8A8684;
}


main {
    position: relative;
    overflow: hidden;
}