﻿:root {
    --font-heading-family: "Outfit", sans-serif;
    --font-heading-style: normal;
    --font-heading-weight: 400;
    --font-heading-scale: 1.0;
    --font-body-family: "Work Sans", sans-serif;
    --font-body-style: normal;
    --font-body-weight: 400;
    --font-body-weight-bold: 700;
    --page-width: 164rem;
    --font-body-scale: 1.0;
    --gradient-base-background-2: #f9f9eb;
    --btnColor: #729855;
}

body {
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
}

.btn-color {
    background: var(--btnColor)
}


h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * 0.02rem);
    line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
    word-break: break-word;
}


header.active .navbar-toggler .ion-android-menu::before {
    content: "\00d7" !important;
}

.text-right{
    text-align:right;
}


.topfold-full-text {
    font-weight: 500;
    font-size: 3em;
}

.lnr-phone, .lnr-history, .lnr-location {
    font-size: 40px;
}

.leaf1, .leaf2 {
    position: absolute;
    width: 29%;
    transform: rotate(-2deg);
    left: -11%;
    top: 31%;
}

.leaf2 {
    width: 26%;
    transform: rotate(104deg);
    left: 78%;
    top: 70%;
}

.sub-heading {
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: var(--font-heading-family);
    line-height: normal;
    color: darkgray;
}


.product_img {
    background: rgb(245,246,236);
    background: radial-gradient(circle, rgb(245, 250, 246) 0%, rgb(178, 215, 184) 100%);
}

.full-link {
    font-size: 1.1em;
    font-weight: 500;
    white-space: wrap !important;
}

.product_price {
    font-size: 18px;
    color: #333;
}

.topfold {
    background: url("/homepage/assets/images/hero-bg.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0;
}

    .topfold h1 {
        color: #fff;
        font-weight: bold;
        font-size: 45px;
    }

    .topfold h5 {
        color: #fff;
        padding: 5px 0;
    }

.gradient {
    background: var(--gradient-base-background-2);
    background-attachment: fixed;
}

.btn-color:hover {
    background: #49593d!important;
}

#payment .item {
    background: #fff;
    border: 1px solid #ddd;
}

footer a {
    color: #767e91 !important;
}
@media only screen and (min-width: 1920px) {
    .container {
        max-width: 1450px;
    }
}

