.avocado-hero-img-offset {
    position: relative;
    top: 80px;
}

@media (max-width: 1399px) {
    .avocado-hero-img-offset {
        top: 80px;
    }
}

@media (max-width: 1199px) {
    .avocado-hero-img-offset {
        margin-top: -100px !important;
    }
}

.avocado-text-highlight {
    color: #b60056;
    font-size: 2.2em !important;
    line-height: 1.1 !important;
    font-weight: 200 !important;
}

.avocado-text-highlight .fw-bolder {
    font-weight: 700 !important;
}

.avocado-info-section {
    background-color: #d8e9c3;
    padding: 40px 0;
}

.avocado-info-text {
    text-align: center;
    color: #b60056;
    font-size: 2em !important;
    line-height: 1.1 !important;
}

.avocado-pack-text {
    text-align: center;
    color: #fff;
    font-size: 2em !important;
    line-height: 1.1 !important;
}

.avocado-download-text {
    color: #000000 !important;
    font-size: 2.8em !important;
    line-height: 1 !important;
}

.avocado-download-btn {
    background-color: #b60056;
    color: #ffffff;
    font-size: 3em;
    font-weight: bold;
    padding: 18px 35px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    transition: background-color 0.3s ease;
}

@media (max-width: 1199px) {
    .container-avocado-right{
        margin-top: 20px !important;
    }
}

@media (max-width: 1199px) {
    .avocado-download-text{
        text-align: center !important;
    }
}

.avocado-download-btn:hover {
    background-color: #8e0043;
    color: #ffffff;
}

.avocado-pack-section {
    background-image: url('/assets/img/product/background-green.png');
    background-size: cover;
    background-position: center bottom 1px;
    position: relative;
}

.avocado-pack-corner-img {
    position: absolute;
    bottom: -210px;
    left: -320px;
    max-width: 600px;
    z-index: 999;
}

@media (min-width: 0) and (max-width: 719px) {
    .avocado-pack-corner-img {
        position: absolute;
        bottom: -130px;
        left: -175px;
        max-width: 350px !important;
        z-index: 999;
    }
}

@media (min-width: 720px) and (max-width: 959px) {
    .avocado-pack-corner-img {
        position: absolute;
        bottom: -170px;
        left: -225px;
        max-width: 450px !important;
        z-index: 999;
    }
}

@media (min-width: 960px) and (max-width: 1139px) {
    .avocado-pack-corner-img {
        position: absolute;
        bottom: -185px;
        left: -250px;
        max-width: 500px !important;
        z-index: 999;
    }
}

@media (min-width: 1139px) and (max-width: 1339px) {
    .avocado-pack-corner-img {
        position: absolute;
        bottom: -185px;
        left: -250px;
        max-width: 500px !important;
        z-index: 999;
    }
}



.tp-hero-bs-title {    
    font-size: 6rem!important;
}


@media (max-width: 1399px) {
    .tp-hero-bs-title {
        font-size: 5.2rem !important;
    }
}

.img-avocado-side-right {
    position: absolute;
    right: -380px;
    top: -105px;
    max-width: 1120px !important;
}

@media (max-width: 1600px) {
    .img-avocado-side-right {
        right: -200px;
        top: -115px;
        max-width: 1020px !important;
    }
}

@media (max-width: 1399px) {
    .img-avocado-side-right {
        right: -320px;
        top: -100px;
        max-width: 1020px !important;
    }
}

@media (max-width: 1199px) {
    .img-avocado-side-right {
        position: relative;
        right: -20px;
        top: -0;
        max-width: 120% !important;
    }
}

@media (max-width: 767px) {
    .img-avocado-side-right {
        position: relative;
        right: 45px;
        top: -0;
        max-width: 150% !important;
    }
}

.section-avocado-hass-description {
    margin-top: 100px !important;
    padding-bottom: 180px !important;
}

@media (max-width: 1600px) {
    .section-avocado-hass-description {
        margin-top: 80px !important;
        padding-bottom: 160px !important;
    }
}

@media (max-width: 1199px) {
    .section-avocado-hass-description {
        padding-bottom: 0px !important;
    }
}

@media (max-width: 1199px) {
    .avocado-text-highlight br {
        display: none;
    }
}

@media (max-width: 1199px) {
    .avocado-hass-description-box {
        padding-top: 0px !important;
    }
}