html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.nav-container .nav-extra {
    margin-top: -98px;
    width: 1099px;
}

.nav-container .nav-extra h1 {
    font-size: 42px;
    font-weight: 500;
    color: #398300;
}

.nav-container .nav-extra h1 span {
    font-weight: 700;
}

.nav-container .nav-extra .spacer {
    width: 10px;
}

.nav-container {
    height: 600px !important;
}

.container-0 {
    padding: 75px 40px 125px 40px;
    background: #F2F2F2;
}

.container-0 .buttons-container {
    background: white;
    padding: 5px;
    border-radius: 50px;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
}

.container-0 button {
    background: white;
    color: #398300;
}

.container-0 button.active {
    background: #398300 !important;
    color: white;
}

.container-0 .spacer {
    width: 10px;
}

.container-1 {
    background-image: linear-gradient(rgba(57, 131, 0, 0.8), rgba(57, 131, 0, 0.8)), url('/images/index/container-1-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 66px;
}

.container-1 .container-1-row {
    align-items: stretch;
    justify-content: center;
    gap: 55px;
    margin: auto;
    position: relative;
    top: -68px;
    height: fit-content;
}

.container-1 .box {
    background: white;
    border-radius: 16px;
    padding: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 340px;
    max-width: 95%;
    text-align: center;
}

.container-1 .box .bottom-text {
    font-size: 14px;
    color: #398300;
    margin-top: 14px;
    margin-bottom: 25px;
}

.container-1 .box button.title-button {
    padding-top: 13px;
    padding-bottom: 13px;
    cursor: default;
}

.container-1 .price {
    font-size: 24px;
    font-weight: 700;
    color: #398300;
    margin-top: 18px;
}

.container-1 .line {
    height: 1px;
    background: #D9D9D9;
    margin: 12px 7px;
}

.container-1 .text {
    color: #7F7F7F;
    flex: 1;
    padding-left: 13px;
    text-align: right;
}

.container-1 .box button.sub-button {
    margin-top: 35px;
    margin-bottom: 11px;
}

.container-1 .item {
    padding: 0px 7px;
}

.container-2 {
    padding: 75px 0px;
}

.container-2 .product-box {
    height: 367px;
    width: 260px;
    padding: 10px;
    background: #F6F6F6;
    border-radius: 15px;
}

.container-2 .products-row {
    gap: 20px;
    margin-top: 64px;
}

.container-2 .product-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.container-2 .product-box .product-name {
    font-weight: 700;
    color: #398300;
    margin-top: 19px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container-2 .product-box>div {
    padding-right: 4px;
    padding-left: 4px;
}

.container-2 .product-box>div:last-child {
    padding-right: 0px;
    height: 48px;
}

.container-2 .product-box .product-info {
    font-size: 14px;
    color: #AAAAAA;
    margin-top: 5px;
}

.container-2 .product-box .product-info span {
    font-weight: 700;
}

.container-2 .product-box .prices .original {
    font-weight: 700;
    color: #7F7F7F;
    text-decoration: line-through;
}

.container-2 .product-box .prices .actual {
    font-weight: 700;
    color: #398300;
}

.container-3 {
    background: #F6F6F6;
    padding: 75px 40px 87px 40px;
}

.container-3 .text-0 {
    margin-bottom: 32px;
}

.container-3 .little-title {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-3 .item {
    margin-bottom: 15px;
}

.container-3 .item .text {
    flex: 1;
    padding-left: 13px;
}

.container-3 .white-container {
    background: white;
    border-radius: 15px;
    padding: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.container-3 .white-container .little-title {
    margin-bottom: 0px;
    margin-top: 0px;
}

.container-3 .badge-1 {
    position: absolute;
    left: 28px;
    width: 154px;
    bottom: 87px;
}

.container-3 .badge-2 {
    position: absolute;
    left: 28px;
    width: 215px;
    bottom: 13px;
}

.container-3 .spacer-0 {
    height: 22px;
}

.container-3 .spacer-1 {
    height: 25px;
}

.container-3 .image-container {
    background-image: url('/images/index/container-3-img-1.webp');
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.container-3.green-background .image-container {
    background-image: url('/images/index/container-3-img-2.webp');
}

.container-3 .col-text {
    height: min-content;
}

.container-3 .splide__track {
    height: 100%;
}

.container-3 .splide__pagination {
    bottom: -33px;
}

.container-3 .col-slider img {
    object-fit: cover;
    height: 100%;
    border-radius: 15px;
}

.container-3 .splide__pagination__page.is-active {
    background: #398300;
}

.container-4 {
    padding: 75px 40px 69px 40px;
}

.container-4 .text-0 {
    margin: 30px 0px;
}

.container-4 .container-4-row {
    gap: 30px;
    margin: 40px 0px;
}

.container-4 .container-4-row .box {
    background: #F6F6F6;
    border-radius: 15px;
    padding: 30px;
}

.container-4 .container-4-row .big-title {
    font-size: 42px;
    font-weight: 700;
    margin-left: 7px;
    color: #398300;
    margin-bottom: 14px;
}

.container-4 .container-4-row .little-title {
    font-size: 20px;
    font-weight: 700;
    color: #398300;
    margin-bottom: 10px;
}

.container-3.green-background {
    background: #EAFFDA;
}

.container-5 {
    background: #F6F6F6;
    padding: 100px 40px 80px 40px;
}

.container-5 img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

.container-5 .little-title {
    font-size: 20px;
    font-weight: 700;
    color: #398300;
    margin-top: 24px;
    margin-bottom: 22px;
}

.container-5 .box {
    background: white;
    border-radius: 15px;
    padding: 10px;
}

.container-5 .container-5-row {
    gap: 30px;
    margin-top: 57px;
    margin-bottom: 41px;
}

.container-5 .container-5-row .more-padding {
    padding: 0px 20px;
}

.container-3 .little-title.green {
    font-size: 20px;
    color: #398300;
    font-weight: 700;
}

.container-3 .longtext {
    margin-top: 20px;
}

#paginator {
    margin-bottom: 50px;
}

#temporary_container img {
    margin-top: 66px;
    max-width: 100%;
}

@media (max-width:1199px) {
    .container-1 .container-1-row {
        padding: 0px 15px;
        gap: 15px;
    }

    .nav-container .nav-extra {
        width: 945px;
    }
}

@media (max-width:991px) {
    #temporary_container img {
        margin-top: 0px;
    }

    .nav-container .nav-extra h1 {
        font-size: 36px;
        text-align: center;
    }

    .nav-container {
        background-position: right center !important;
    }

    .nav-container .nav-extra .buttons-container {
        padding: 0 67px;
    }

    .container-0 .buttons-container {
        border-radius: 15px;
        margin-top: 20px;
    }

    .container-0 button {
        border-radius: 10px !important;
    }

    .nav-container .nav-extra .spacer {
        width: 0px;
        height: 21px;
    }

    .container-0 .spacer {
        width: 0px;
        height: 10px;
    }

    .container-0 {
        padding: 30px 40px 104px 40px;
    }

    .container-1 {
        padding-bottom: 0px;
    }

    .container-1 button.bottom {
        position: relative;
        top: -34px;
    }

    .container-2 {
        padding: 30px 0px;
    }

    #paginator {
        margin-bottom: 35px;
    }

    .container-2 .products-row {
        margin-top: 32px;
    }

    .container-3 {
        padding: 30px 10px 45px 10px;
    }

    .container-3 .title {
        margin-top: 20px;
        text-align: center;
    }

    .container-3 .text-0 {
        text-align: center;
        margin-bottom: 25px;
    }

    .container-4 {
        padding: 30px 10px 48px 10px;
    }

    .nav-container .nav-extra {
        width: 436px;
        margin-top: -43px;
        max-width: 100%;
        padding: 0px 15px;
    }

    .container-0 .buttons-container button {
        background: #F1F1F1;
    }

    .container-0 .buttons-container.custom-width {
        width: 454px;
        max-width: 100%;
    }

    .container-5 .container-5-row .more-padding {
        padding: 0px 10px;
    }

    .container-3 .image-col {
        height: 800px;
        flex: revert;
    }

    .container-4 .container-4-row .box {
        padding: 16px;
    }

    .container-3 .padding-bottom-mobile {
        padding-bottom: 30px;
    }
}

@media (max-width:767px) {
    .container-1 .container-1-row {
        align-items: center;
    }

    .container-5 {
        padding: 48px 10px 24px 10px;
    }

    .container-5 .container-5-row {
        gap: 15px;
        margin-top: 28px;
        margin-bottom: 28px;
    }
}

@media (max-width:575px) {
    .container-0 {
        padding: 30px 23px 104px 23px;
    }

    .container-2 {
        padding: 30px 20px;
    }

    .container-2 .product-box {
        width: 100%;
    }

    .container-3 .image-col {
        height: 500px;
    }
}

@media (max-width:435px) {
    .nav-container .nav-extra {
        width: 100%;
    }

    .nav-container .nav-extra .buttons-container {
        padding: 0 20px;
    }
}

@media (max-width:339px) {
    .container-2 .product-box button {
        padding: 7px 7px;
    }

    .container-2 .product-box .prices {
        font-size: 15px;
    }

    .nav-container .nav-extra {
        margin-top: 30px;
    }
}