﻿:root {
    --light-background: #FDFBF7;
    --primary-color: #EF4C24;
    --dark-background: #F9F4EB;
    --text-color: #3B1406;
    --beige-text-color: #84736C;
    --lightbrown-text-color: #634D45;
    --black-text-color: #000000;
    --shadow-color: #FF990066;
    --orange-gradient: linear-gradient(96.47deg, #FF9900 28.33%, #EF4C24 110.53%);
    --faint-orange-gradient: linear-gradient(96.47deg, #ef7224 28.33%, #EF4C24 110.53%);
    --green-gradient: linear-gradient(180.51deg, #84736C 0.43%, #B6A61D 99.56%);
    --white: #FFFFFF;
    --gray: #FAFAFA;
}
.header-menu {
    display: none;
}

.main-slider-wrapper{
    display: none;
}

p, h1 {
    margin: 0;
    color: var(--text-color);
}

.store-container {
    background: var(--light-background);
    width: 100%;
}

.store-main-container {
    min-height: 500px;
    height: auto;
    background: var(--dark-background);
    position: relative;
}

.store-header-container {
    margin: 0 auto;
    padding: 48px 20px;
}

.store-header-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}

.store-header-text-title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2px;
    color: var(--text-color);
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.store-header-text-subtitle {
    margin-top: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 52px;
    letter-spacing: -2px;
    color: var(--text-color);
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

    .store-header-text-subtitle span {
        font-weight: 700;
    }

.store-header-apply-container {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.store-header-apply-container-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

    .store-header-apply-container-text span {
        font-weight: 700;
    }

.store-header-start-to-buy-button {
    min-width: 100px;
    height: 48px;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 0 0 4px var(--shadow-color);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

    .store-header-start-to-buy-button a {
        color: inherit;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 24px;
        font-family: "Antonio", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .store-header-start-to-buy-button:hover {
        background: var(--faint-orange-gradient);
    }

.store-header-images {
    width: auto;
    justify-content: center;
    display: flex;
}

    .store-header-images img {
        max-width: 100%;
    }

.store-sell-with-ease-container {
    min-height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 48px 20px;
    gap: 24px;
}

.store-sell-with-ease-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -2px;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.store-sell-with-ease-description {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: 0px;
    color: var(--beige-text-color);
}

    .store-sell-with-ease-description span {
        background: var(--orange-gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 600;
    }

.web-img-prototype {
    background-color: #F4EBDC;
    border-radius: 40px;
    width: 100%;
    height: auto;
    padding: 40px 20px 24px 20px;
}

    .web-img-prototype img {
        height: auto;
        width: 100%;
    }

.store-incentive-container {
    background-image: url('../../Content/images/RegisterSeller/store-incentive-bg.png');
    background-color: var(--dark-background);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    gap: 24px;
    align-items: left;
    padding: 48px 20px;
    display: flex;
    flex-direction: column;
}

.store-incentive-getstarted {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.store-incentive-tag {
    display: flex;
    flex-direction: row;
    background-color: var(--light-background);
    height: 36px;
    width: fit-content;
    padding: 6px 12px;
    gap: 4px;
    border: hidden;
    border-radius: 100px;
}

    .store-incentive-tag img {
        height: 24px;
        width: 24px;
    }

    .store-incentive-tag p {
        color: #804D00;
        font-size: 14px;
        font-weight: 500;
    }

.store-incentive-getstarted-title {
    font-size: 44px;
    line-height: 54px;
    letter-spacing: -2px;
    font-weight: 600;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.store-incentive-getstarted-description {
    font-size: 32px;
    line-height: 54px;
    letter-spacing: -2px;
    font-weight: 400;
    color: var(--lightbrown-text-color);
    margin-top: -18px;
}

.store-incentive-buttons {
    margin: 12px 0 12px 0;
    display: flex;
    gap: 8px;
    justify-content: space-evenly; 
}

.store-incentive-getstarted-button {
    position: relative;
    overflow: hidden;
    height: 44px;
    width: 100%;
    background-color: var(--primary-color);
    box-shadow: 0 0 0 4px var(--shadow-color);
    padding: 4px 24px;
    border: none;
    border-radius: 6px;
    outline: none;
    color: var(--white);
    z-index: 0;
    transition: color 0.4s ease;
    cursor: pointer;
}

    .store-incentive-getstarted-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        background: var(--faint-orange-gradient);
        transition: width 0.4s ease;
        z-index: -1;
    }

    .store-incentive-getstarted-button:hover::before {
        width: 100%;
    }

    .store-incentive-getstarted-button:hover {
        color: white;
    }

    .store-incentive-getstarted-button a {
        color: var(--white);
        font-size: 16px;
        line-height: 24px;
        font-family: "Antonio", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        .store-incentive-getstarted-button a:hover {
            text-decoration: none;
        }

    .store-incentive-getstarted-button:focus {
        outline: none;
        box-shadow: none;
    }

.store-incentive-support-button {
    position: relative;
    overflow: hidden;
    height: 44px;
    width: 100%;
    background-color: transparent;
    padding: 4px 24px;
    border-radius: 6px;
    outline: none;
    z-index: 0;
    transition: color 0.2s ease;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    color: #3B1406;
}

    .store-incentive-support-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        background: var(--orange-gradient);
        opacity: 0.2;
        transition: width 0.4s ease;
        z-index: -1;
    }

    .store-incentive-support-button:hover::before {
        width: 100%;
    }

    .store-incentive-support-button:focus {
        outline: none;
        box-shadow: none;
    }

    .store-incentive-support-button a {
        color: #3B1406;
        font-size: 16px;
        line-height: 24px;
        font-family: "Antonio", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.store-incentive-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.store-incentive-detail {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: var(--text-color);
    padding: 12px 8px;
    width: 95%;
    gap: 12px;
}

    .store-incentive-detail span {
        font-weight: 700;
    }

    .store-incentive-detail img {
        width: 24px;
        height: 24px;
    }

.gjirafamerchant-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    border-top: 1px solid transparent;
    border-radius: 0;
    background-color: var(--dark-background);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    overflow: hidden;
    gap: 0;
}

.gjirafamerchant-header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: left;
    padding: 12px;
}

.gjirafamerchant-header-title {
    font-size: 38px;
    line-height: 46px;
    font-weight: 600;
    letter-spacing: -2px;
    color: var(--text-color);
}

    .gjirafamerchant-header-title span {
        background: var(--orange-gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


.gjirafamerchant-header-description {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -1px;
    color: var(--lightbrown-text-color);
}

.gjirafamerchant-imgcontent-container {
    width: 100%;
    margin: 0 auto;
}

.gjirafamerchant-content {
    margin: 0px 8px 16px 8px;
    border: 1px solid transparent;
    border-radius: 24px;
    background-color: var(--light-background);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .gjirafamerchant-content img {
        height: 279px;
        display: block;
        border-radius: 24px 24px 0 0;
    }

.gjirafamerchant-content-text {
    padding: 12px;
    gap: 16px;
    color: var(--black-text-color);
    display: flex;
    justify-content: center;
    flex-direction: column;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.gjirafamerchant-content-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
}

.gjirafamerchant-content-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.faq{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 24px;
    background-image: url('../../Content/images/RegisterSeller/store-incentive-bg.png');
    background-color: var(--dark-background);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: local;
}

.faq-container {
    padding: 48px 20px;
}

.faq-content-container {
    height: inherit;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.faq-title {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.faq-missed-question {
    display: none;
}

.faq-item-container {
    width: 100%;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.faq-item {
    transition: border-left 0.3s ease;
    border-left: 4px solid transparent;
    border-radius: 8px;
}

.faq-question {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    cursor: pointer;
    margin: 0;
    border: 1px solid transparent;
    background-color: var(--light-background);
    border-radius: 8px;
    padding: 14px 12px;
    transition: border-radius 0.3s ease, border 0.3s ease;
}

.faq-toggle-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

.faq-answer {
    font-size: 16px;
    color: var(--text-color);
    background-color: var(--light-background);
    border-radius: 0 0 8px 8px;
    padding: 14px 12px;
}

.faq-item.open {
    border-left: 4px solid var(--primary-color);
    border-radius: 8px;
}

.faq-question.open {
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #5845370D;
}

.faq-answer {
    font-size: 16px;
    color: var(--text-color);
    background-color: var(--light-background);
    border-radius: 0 0 8px 8px;
    padding: 14px 12px;
    display: none;
}

.reviews-section {
    padding: 44px 20px;
    margin: 0 auto;
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .reviews-header h2 {
        font-size: 40px;
        line-height: 46px;
        font-weight: 600;
        color: var(--text-color);
        max-width: 350px;
        font-family: "Antonio", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
    }

.highlight {
    background: var(--orange-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.brand {
    font-weight: bold;
}

.partners-quote {
    font-size: 0.95rem;
    color: #5e5e5e;
}

.reviews-container {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.review-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 1rem;
    flex: 1 1 250px;
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 24px;
}

.reviews-video-container {
    font-size: 54px;
    line-height: 62px;
    font-weight: 700;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-top: 2rem;
    margin-bottom: 24px;
}

    .reviews-video-container h2 {
        font-size: 1.85rem;
        font-weight: 400;
        line-height: 1.2;
        color: inherit;
    }

.reviews-video {
    text-align: center;
    border-radius: 8px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    gap: 2rem;
}

    .reviews-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.stars {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.review-text {
    font-size: 0.9rem;
    color: #3B1406;
    font-weight: 400;
    flex-grow: 1;
}

.user-info {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    gap: 0.5rem;
}

.avatar {
    width: 48px;
    height: 48px;
    border: 1px solid #E2E2E2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 0.5rem;
    background-size: cover;
}

.img-logo-avatar {
    width: 84px;
    padding: 12px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
}

.name {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    color: #3B1406;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.job {
    font-size: 0.85rem;
    font-weight: 500;
}

.become-a-brand {
    background-color: var(--primary-color);
    background-image: url('../../Content/images/RegisterSeller/gjirafa-icon.svg');
    background-position: right;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    color: var(--white) !important;
    background-size: cover;
}

.become-a-brand-content {
    padding: 42px 20px;
}

.become-a-brand p {
    color: var(--white) !important;
}

.become-a-brand-button {
    width: 158px;
    background: var(--white);
    box-shadow: 0 0 0 4px var(--shadow-color);
    color: var(--primary-color);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

    .become-a-brand-button a {
        color: inherit;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 24px;
        font-family: "Antonio", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .become-a-brand-button:hover {
        background: linear-gradient(96.47deg, #fba96b 20%, #f57a59 100%);
        color: white;
        box-shadow: 0 0 0 4px var(--shadow-color);
    }

.become-a-brand-apply-container {
    display: flex;
    flex-direction: row;
    width: fit-content;
    gap: 12px;
    margin-top: 44px;
}

.become-a-brand-apply-container-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: auto;
    line-height: 20px;
    letter-spacing: 0;
    gap: 14px;
}

.become-a-brand-apply-container span {
    font-weight: 700;
}

.become-a-brand-button-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .become-a-brand-button-text p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .become-a-brand-button-text span {
        font-weight: 700;
    }


.become-a-brand-content h2 {
    font-size: 38px;
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 12px;
}

.become-a-brand-content p {
    font-size: 16px;
}

@media (min-width: 542px) and (max-width:767px) {
    .store-main-container {
        height: auto;
        min-height: unset;
    }

    .store-header-container {
        padding: 42px 20px;
    }

    .store-header-text {
        flex-wrap: nowrap;
        gap: unset;
    }

    .store-header-text-title {
        font-size: 44px;
        line-height: 56px;
        line-height: -6px;
    }

    .store-header-text-subtitle {
        font-size: 34px;
        line-height: 46px;
        line-height: -6px;
    }

    .store-incentive-container {
        padding: 64px 0;
        display: flex;
        flex-direction: column;
    }

    .store-incentive-getstarted-button {
        height: 44px;
        width: 132px;
        padding: 2px 18px;
    }

    .store-incentive-support-button {
        height: 44px;
        width: 132px;
        padding: 2px 18px;
    }

    .reviews-header h2 {
        max-width: unset;
    }

    .partners-quote {
        font-size: 1rem;
    }

    .reviews-container {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: unset;
    }

    .review-card {
        flex: 1 1 250px;
        min-width: 100%;
        max-width: auto;
        min-height: 200px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 24px;
    }
}

.gjirafa-section {
    display: flex;
    flex-wrap: wrap;
    padding: 48px 20px;
    gap: 14px;
}

.text-section {
    flex: 1 1 500px;
    max-width: 600px;
}

.subtitle {
    font-size: 14px;
    color: #804D00;
    margin-bottom: 30px;
}

.main-heading {
    font-size: 42px;
    line-height: 1.3;
    font-weight: bold;
    font-weight: 700;
    color: var(--text-color);
    font-family: "Antonio", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

    .main-heading span {
        background: var(--orange-gradient);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 600;
    }


.feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
}

    .feature .icon {
        font-size: 28px;
        color: #F9F9F9;
        background: rgba(128, 77, 0, 0.4);
        border-radius: 8px;
        padding: 4px;
        min-width: 48px;
        text-align: center;
        margin-top: 4px;
        font-family: "Antonio", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
    }

    .feature h3 {
        font-size: 24px;
        font-weight: 600;
        font-optical-sizing: auto;
        margin: 0 0 8px;
        font-family: "Antonio", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
    }

    .feature p {
        margin: 0;
        color: #452C08;
        font-size: 16px;
    }

.media-section {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.category-preview img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}


@media (min-width:768px) {
    #load-chat {
        display:none;
    }

    .store-incentive-buttons {
        margin: 12px 0 0 0;
        justify-content: unset;
    }

    .store-incentive-getstarted-button {
        width: 158px;
    }

    .store-incentive-support-button {
        width: 158px;
    }

    .store-header-all-benefits-wrapper {
        padding-right: 20px;
    }

    .faq-container {
        padding: 40px 20px;
    }

    .store-main-container {
        height: auto;
        min-height: unset;
    }

    .store-header-text {
        flex-wrap: nowrap;
        gap: unset;
    }

    .store-header-text-title {
        font-size: 68px;
        line-height: 76px;
    }

    .store-header-text-subtitle {
        font-size: 54px;
        line-height: 56px;
        letter-spacing: -2px;
        font-family: "Antonio", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
    }

    .store-incentive-container {
        display: flex;
        flex-direction: row;
    }

    .store-incentive-getstarted {
        gap: 16px;
    }

    .store-incentive-detail {
        font-size: 16px;
        line-height: 24px;
        align-items: center;
    }

    .store-incentive-tag p {
        font-size: 16px;
    }

    .gjirafamerchant-details {
        margin: 64px 20px;
        padding: 42px 20px;
        flex-direction: row;
        border: 1px solid transparent;
        background-image: linear-gradient(#F9F4EB, #F9F4EB), var(--orange-gradient);
        border-radius: 20px;
    }

    .gjirafamerchant-header {
        display: flex;
        gap: 2px;
        justify-content: space-between;
        padding: 12px;
        width: 100%;
        flex-direction: row;
        align-items: center;
    }

    .gjirafamerchant-header-title {
        font-size: 42px;
        line-height: 46px;
        font-weight: 600;
        letter-spacing: -2px;
        color: var(--text-color);
    }

        .gjirafamerchant-header-title span {
            background: var(--orange-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }


    .gjirafamerchant-header-description {
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
        letter-spacing: -1px;
        color: var(--lightbrown-text-color);
        min-width: fit-content;
    }

    .store-incentive-buttons {
        margin-top: 24px;
    }

    .gjirafamerchant-content {
        margin: 0px 8px 16px 8px;
        border: 1px solid transparent;
        border-radius: 24px;
        background-color: var(--light-background);
        overflow: hidden;
        flex-direction: column;
    }

        .gjirafamerchant-content img {
            width: 334px;
            height: 279px;
            display: block;
            border-radius: 24px;
        }

    .gjirafamerchant-content-text {
        padding: 12px;
        gap: 16px;
        color: var(--black-text-color);
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-left: 50px;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .first-reason, .third-reason {
        display: flex;
        flex-direction: row;
        justify-content: left;
    }

    .second-reason {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .reviews-container {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: unset;
    }

    .review-card {
        flex: 1 1 250px;
        min-width: 100%;
        width: 100%;
        min-height: 200px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 24px;
    }

    .main-heading {
        font-size: 54px;
        line-height: 1.3;
        font-weight: bold;
        font-weight: 700;
        color: var(--text-color);
    }

    .feature h3 {
        font-size: 32px;
    }

    .become-a-brand {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .become-a-brand-content {
        display: flex;
        flex-direction: column;
        z-index: 10;
        gap: 24px;
    }

    .become-a-brand-button-text {
        font-size: 12px;
    }

    .become-a-brand-apply-container {
        flex-direction: row;
    }

    .become-a-brand-apply-container-text {
        gap: 6px;
        margin-top: 0;
    }
}

@media (min-width:1024px) {

    .store-header-all-benefits-wrapper {
        padding-right: 64px;
    }

    .store-incentive-getstarted {
        gap: 16px;
        width: 54%;
    }

    .faq-container {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 24px;
        justify-content: center;
    }

    .faq-title-container img {
        margin: unset;
        width: auto;
        justify-content: center;
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }

    .store-header-images {
        width: auto;
        justify-content: center;
        display: flex;
    }

        .store-header-images img {
            max-width: 100%;
        }

    .faq-title {
        font-size: 28px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 18px;
    }

    .faq-item-container {
        width: 100%;
        margin: auto;
        max-width: 1000px;
        gap: unset;
        display: unset;
    }

    .faq-item {
        margin-bottom: 0;
        margin: 0 0 24px 0;
        align-items: center;
    }

    .faq-question {
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        margin: 0;
    }

    .faq-answer {
        font-size: 16px;
    }

    .review-card {
        min-width: 430px;
    }

    .faq-missed-question {
        display: unset;
    }

    .text-section {
        flex: 1 1 500px;
        max-width: unset;
    }

    .feature {
        border-bottom: 1px solid #E4DBCD;
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

        .feature p {
            margin: 0;
            font-size: 18px;
            max-width: 90%;
        }

    .subtitle {
        font-size: 18px;
    }

    .become-a-brand {
        background-blend-mode: unset;
        background-size: unset;
        background-position-y: top;
    }
}

@media (min-width:1280px) {
    .store-header-all-benefits-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 64px;
    }

    .store-header-container {
        padding: 64px 0;
    }

    .store-header-text {
        flex-wrap: nowrap;
        gap: unset;
    }

    .store-header-text-title {
        font-size: 96px;
        line-height: 112px;
        letter-spacing: -2px;
        font-weight: 800;
    }

    .store-header-text-subtitle {
        width: 500px;
        font-size: 44px;
        line-height: 54px;
        letter-spacing: -2px;
        margin-top: 30px;
    }

    .store-header-apply-container {
        margin-top: 55px;
    }

    .store-header-start-to-buy-button {
        min-width: 126px;
    }

    .store-header-apply-container-text {
        font-size: 18px;
    }

    .store-header-start-to-buy-button a {
        font-size: 18px;
        text-transform: uppercase;
    }

    .store-container {
        margin-top: 0;
    }

    .store-sell-with-ease-container {
        padding: 64px 0;
        gap: 30px;
    }

    .store-sell-with-ease-title {
        font-size: 58px;
        line-height: 64px;
        letter-spacing: -2px;
    }

    .store-sell-with-ease-description {
        font-size: 48px;
        line-height: 55px;
        letter-spacing: -3px;
    }

    .store-incentive-container {
        padding: 48px 0;
        display: flex;
        flex-direction: row;
    }

    .store-incentive-tag p {
        font-size: 18px;
    }

    .store-incentive-getstarted-title {
        font-size: 64px;
        line-height: 82px;
        letter-spacing: -4px;
    }

    .store-incentive-getstarted {
        gap: 16px;
        width: 70%;
    }

    .store-incentive-detail {
        font-size: 18px;
        line-height: 24px;
        align-items: center;
    }

    .store-incentive-getstarted-description {
        width: 90%;
        margin-top: -16px;
    }

    .gjirafamerchant-details {
        margin: 64px 120px;
        flex-direction: row;
        border: 1px solid transparent;
        background-image: linear-gradient(#F9F4EB, #F9F4EB), var(--orange-gradient);
        border-radius: 20px;
    }

    .gjirafamerchant-header {
        display: flex;
        gap: 6px;
        justify-content: space-between;
        width: 95%;
        align-items: end;
        padding-bottom: 24px;
    }

    .gjirafamerchant-header-title {
        font-size: 30px;
    }

    .gjirafamerchant-header-description {
        font-size: 26px;
    }

    .gjirafamerchant-content-title {
        font-size: 24px;
        font-weight: 800;
        line-height: 140%;
    }

    .gjirafamerchant-content-description {
        font-size: 18px;
        font-weight: 500;
        line-height: 140%;
    }

    .gjirafa-section{
        padding: 40px 0;
    }

    .faq-container {
        padding: 64px 0;
    }

    .faq-content-container {
        width: 70%;
        margin-right: 100px;
    }

    .faq-title {
        font-size: 44px;
        line-height: 60px;
        letter-spacing: -1px;
        font-weight: 700;
        color: var(--text-color);
    }

    .faq-subtitle, .faq-content-subtitle {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        color: #4B4B4B;
    }

    .faq-content-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 150%;
        color: var(--black-text-color);
        font-family: "Antonio", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
    }

    .reviews-header h2 {
        font-size: 54px;
        line-height: 62px;
        font-weight: 700;
        max-width: 500px;
    }

    .partners-quote {
        font-size: 24px;
        line-height: 28px;
        color: var(--text-color);
    }

    .review-card {
        min-width: 400px;
    }

    .gjirafa-section {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 14px;
    }

    .media-section {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .category-preview img {
        width: 100%;
        height: stretch;
        border-radius: 16px;
        object-fit: cover;
    }

    .text-section {
        max-width: 45%;
    }

    .become-a-brand-content {
        padding: 64px 0;
    }

        .become-a-brand-content h2 {
            font-size: 54px;
            margin-bottom: 12px;
        }

        .become-a-brand-content p {
            font-size: 20px;
        }

    .become-a-brand-apply-container {
        margin-top: 12px;
    }

    .become-a-brand-apply-container-text p {
        font-size: 16px !important;
    }
}

@media (min-width: 1440px) {
    .review-card {
        max-width: 430px;
        width: auto;
    }

    .web-img-prototype {
        padding: 64px 120px 24px 120px;
    }
}

@media (min-width:1680px) {
    .store-header-container {
        padding: 64px 240px;
    }

    .faq-container {
        padding: 64px 0;
    }

    .store-sell-with-ease-container {
        padding: 64px 0;
    }

    .store-incentive-container {
        padding: 48px 0;
    }

    .gjirafamerchant-details {
        margin: 64px 240px;
        padding: 40px;
        gap: 16px;
    }

    .reviews-section {
        padding: 64px 0;
    }

    .gjirafa-section {
        gap: 84px;
    }

    .become-a-brand-content {
        padding: 64px 0;
    }

    .gjirafamerchant-header-title {
        font-size: 40px;
    }

    .gjirafamerchant-header-description {
        font-size: 26px;
    }

    .review-card {
        min-width: 420px;
        width: auto;
    }

    .web-img-prototype {
        padding: 72px 240px 24px 240px;
    }
}
