

.hero_img {
    display: none;
    @media (min-width: 1300px) {
        display: block;
        margin-bottom: 36px;
        max-width: 640px;
        width: 100%;
    }
}

.adaptive_hero_img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
    img {
        max-width: 485px;
        width: 100%;
    }
    @media (min-width: 1300px) {
        display: none;
    }
}

.hero_heading_text {

    @media (min-width: 1300px) {
        max-width: 599px;
    }
}
.hero_heading_description_text {
    @media (min-width: 1300px) {
        max-width: 640px;
    }
}
.retailers {
    background: var(--beige-50);
}
.retailers_content {
    display: flex;
    gap: 30px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    @media (min-width: 768px) {
        flex-direction: row;
    }
}
.retailers_img_container {
    position: relative;
    max-width: 630px;
    display: flex;
    aspect-ratio: 630 / 340;
    img {
        width: 100%;
        object-fit: contain;
        object-position: center;
    }
}

.retailers_items_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    max-width: 630px;
    width: 100%;
}
.retailers_item {
    display: flex;
    padding: 15px;
    gap: 10px;
    border: 1px solid var(--orange-100);
    border-radius: 25px;
    img {
        width: 23px;
        height: 18px;
    }
}


.features {
    background: var(--grey-25);
}
.features_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    @media (min-width: 768px) {
        gap: 90px;
    }
}
.features_item_container {
    display: flex;
    gap: 15px;
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    @media (min-width: 768px) {
        gap: 30px;
        flex-direction: row;
    }
}
.features_item_container:nth-child(2) {
    flex-direction: column;
    @media (min-width: 768px) {
        flex-direction: row;
    }
}
.features_img_container {
    max-width: 630px;
    width: 100%;
    aspect-ratio: 630 / 340;
    position: relative;
    img {
        object-fit: contain;
        object-position: center;
        width: 100%;
        height: 100%;
    }
}

.features_second_img {
    width: 359px;
    height: 195px;
    border: 1px solid var(--white);
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-radius: 12px;
    z-index: -1;
}
.efeatures_cards_container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 630px;
    width: 100%;
}
.efeatures_card {
    padding: 5px;
    display: flex;
    gap: 15px;
    @media (min-width: 1300px) {
        padding: 10px;
    }
    img {
        width: 23px;
        height: 18px;
    }
}

/*accounting_features*/
.shopping_features {
    background: var(--grey-25);
}


/*workflow*/
.workflow {
    background: var(--orange-25);
}
.workflow_card {
    width: 330px !important;
    p {
        width: 220px;
    }
    @media (min-width: 768px) {
        width: 410px !important;
        p {
            width: 320px;
        }
    }
}


/*cards*/
.card_section {
    background: var(--grey-25);
}

.benefits {
    background: var(--grey-25);
}


.benefit_card {
    width: 100%;
    @media (min-width: 768px) {
        width: 300px !important;

    }
}

.multi_channel {
    background: var(--grey-50);
}
.logos_container {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.amazon {
    max-width: 100px;
    width: 100%;
    height: 100%;
}
.ebay {
    max-width: 100px;
    width: 100%;
}
.otto {
    max-width: 100px;
    width: 100%;
}
.kaufland {
    max-width: 240px;
    width: 100%;
}
