html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.content {
    /*display: inline-flex;*/
    /*flex-direction: column;*/
    align-items: center;
    gap: 25px;
    padding-top: 1.1rem;
    /*width: 100%;*/
    max-width: 100%;
    background: #F7F7F7;
}

.nav-menu {
    display: flex;
    width: 235px;
    height: 100%;
    padding: 0px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    flex-shrink: 0;
    background: #FFF
}

.nav-menu-section-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

.nav-menu-option-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    width: 100%;
}

.nav-menu-option {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 11px;
    background: #FFF;
    /* Drop Shadow */
    box-shadow: 0px 4px 32px 0px #EBEBEB;
    width: 220px;
}

.nav-menu-option-text {
    color: #0B0F11;
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 992px) {
    .main-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }

    .main-header-top {
        display: flex;
        width: 100%;  
        height: 60px;
        padding: 5px 10px;
        align-items: center;
        gap: 10px;
        background: #0A2540;
    }

    .main-user-header-top {
        display: flex;
        width: 100%;  
        height: 60px;
        padding: 5px 10px;
        justify-content: space-between;
        align-items: center;
        background: #0A2540;
    }

    .main-header-logo-box {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .main-header-logo {
        display: flex;
        width: 117px;
        height: 50px;
        padding: 0px 3.059px 0.073px 0px;
        justify-content: center;
        align-items: center;
        gap: 1.995px;
    }

    .main-header-logo-text {
        display: flex;
        width: 68.218px;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.995px;
        flex-shrink: 0;
    }

        .main-header-logo-text span {
            align-self: stretch;
            color: #FFF;
            font-family: Figtree;
            font-size: 7.314px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; /* 8.777px */
            letter-spacing: 0.073px;
            text-transform: uppercase;
        }

    .main-header-button-wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .main-footer {
        display: flex;
        width: 100%;
        padding: 15px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        background: #0A2540;
    }

    .main-footer-top {
        display: flex;
        width: 100%;
        padding: 15px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
    }

    .main-footer-top-title {
        display: flex;
        padding-bottom: 15px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        color: #FFF;
        /* H3 */
        font-family: Figtree;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .main-footer-top-text {
        display: flex;
        padding-right: 97px;
        align-items: flex-start;
        gap: 106px;
        align-self: stretch;
        color: #FFF;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .main-footer-bottom {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
    }

    .main-footer-text-content {
        color: #FFF;
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .register-account-main {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        background: #F7F7F7;
        padding: 25px 0px;
    }

    .register-account-guest-main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        align-self: stretch;
    }

    .register-account-guest {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .register-account-guest-btn {
        display: flex;
        padding: 7px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        border: 1.7px solid #0A2540;
    }

    .register-account-radio-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .register-account-radio-option {
        display: flex;
        width: 375px;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .register-account-radio-control {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .register-account-radio-btn {
        display: flex;
        width: 16px;
        align-items: center;
        gap: 8px;
    }

    .register-account-radio-label {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .register-account-radio-label label {
            color: #0B0F11;
            font-family: Figtree;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px; /* 142.857% */
        }

        .register-account-radio-label span {
            color: #20B2AA;
            font-family: Figtree;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px; /* 133.333% */
        }

    .register-account-form {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        align-self: stretch;
    }

    .register-account-form-input {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .register-account-form-input-label {
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .register-account-form-input-control {
        display: flex;
        height: 35px;
        min-width: 330px;
        padding-left: 15px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 11px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
        color: #0B0F11;
        font-family: Figtree;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .register-account-form-checkbox {
        display: flex;
        width: 355px;
        align-items: center;
        gap: 15px;
    }

    .register-account-form-checkbox-control {
        display: flex;
        padding: 8px 0px;
        align-items: center;
        gap: 8px;
        flex: 1 0 0;
    }

    .register-account-form-checkbox input {
        width: var(--units-unit-5, 20px);
        height: var(--units-unit-5, 20px);
        border-radius: 7.2px;
        border: 2px solid #B2B2B2;
    }

    .register-account-form-checkbox label {
        flex: 1 0 0;
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .register-account-form-bottom {
        display: flex;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .register-account-form-bottom-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        flex: 1 0 0;
    }

    .register-account-form-bottom-btn-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .register-account-form-bottom-btn {
        display: flex;
        padding: 7px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #20B2AA;
        cursor: pointer;
    }

    .register-account-form-bottom-btn-disabled {
        display: flex;
        padding: 7px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #0A2540;
    }

    .register-account-form-bottom-btn-txt {
        color: #FFF;
        /* 16 px */
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .register-account-form-bottom-terms {
        align-self: stretch;
        color: #0B0F11;
        font-family: Figtree;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .register-account-form-bottom-help {
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

    .register-account-form-bottom-help-icon {
        width: 13px;
        height: 13px;
    }

    .register-account-form-bottom-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .code-validation-main {
        display: flex;
        width: 375px;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding: 25px 0px;
        background: #F7F7F7;
    }

    .code-validation-text-box {
        display: flex;
        padding: 0px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .code-validation-text-content {
        flex: 1 0 0;
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .code-validation-control-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        align-self: stretch;
    }

    .code-validation-control-content {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .code-validation-control-label {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .code-validation-control-input {
        display: flex;
        height: 35px;
        min-width: 330px;
        padding-left: 15px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 11px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
        color: #0B0F11;
        font-family: Figtree;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .accueil-main {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        background: #F7F7F7;
    }

    .accueil-header-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .accueil-header {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .search-bar-box {
        display: flex;
        width: 100%;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background: #0A2540;
    }

    .search-bar-control {
        display: flex;
        height: 35px;
        padding-left: 15px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: 11px;
        background: #FFF;
    }

    .search-bar-control-input {
        flex: auto;
        border: hidden;
        color: #0B0F11;
        /* 16 px */
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .search-bar-control input:focus {
        outline: none;
    }

    .search-bar-icon {
        display: flex;
        width: 35px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 0px 11px 11px 0px;
        background: #20B2AA;
    }

    .delivery-bar {
        display: flex;
        height: 30px;
        padding: 5px 10px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        background: #E4E4E4;
    }

    .delivery-bar-left {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
    }

    .delivery-bar-right {
        display: flex;
        padding: 0.5px 0px;
        justify-content: center;
        align-items: center;
    }

    .delivery-bar-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .accueil-image {
        position: relative;
        width: 100%;
        height: 190px;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(10, 37, 64, 0.85) 100%);
    }

    .accueil-image-text {
        position: absolute;
        left: 10px;
        bottom: 71px;
        color: #FFF;
        font-family: Figtree;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .accueil-products-view {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .accueil-products-list-view {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 11px;
        background: #FFF;
        overflow: auto;
    }

    .accueil-products-list-label {
        display: flex;
        width: 375px;
        padding: 10px 10px 15px 10px;
        align-items: center;
        gap: 10px;
    }

    .accueil-products-list-label-text {
        color: #0B0F11;
        /* H3 */
        font-family: Figtree;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .accueil-products-list {
        display: flex;
        padding: 0px 10px 10px 10px;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .accueil-products-item-view {
        display: flex;
        width: 130px;
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }

    .accueil-products-item-image {
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .accueil-products-item-rating {
        display: flex;
        align-items: flex-start;
        gap: 1.5px;
    }

    .accueil-products-item-details {
        display: flex;
        padding-bottom: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 2px;
        align-self: stretch;
    }

    .accueil-products-item-details-name {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        align-self: stretch;
        overflow: hidden;
        color: #0B0F11;
        text-overflow: ellipsis;
        font-family: Figtree;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .accueil-products-item-details-price {
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .accueil-products-item-details-price-strike {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: line-through;
    }

    .product-page-main {
        display: flex;
        width: 375px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 25px;
    }

    .product-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .product-rating-header {
        display: flex;
        padding: 0px 10px;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
    }

    .product-rating-fournisseur {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .product-rating-wrapper {
        display: flex;
        height: 14px;
        padding-right: 0.5px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
    }

    .product-rating {
        display: flex;
        height: 13.5px;
        align-items: flex-start;
        gap: 1.5px;
    }

    .product-rating-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .product-name {
        display: flex;
        width: 375px;
        height: 42px;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
    }

    .product-name-text {
        flex: 1 0 0;
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .product-image-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
        align-self: stretch;
    }

    .product-image {
        width: 350px;
        height: 350px;
        border-radius: 11px;
        object-fit: cover;
        /* aspect-ratio: 1 / 1; */
    }

    .product-price-section-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .product-price-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .product-price-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .product-price-discount {
        display: flex;
        width: 375px;
        height: 28px;
        padding: 0px 10px;
        justify-content: space-between;
        align-items: center;
    }

    .product-price-discount-prices {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
    }

    .product-price-discount-prices-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 23px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .product-stock-status-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .product-price-regular-group {
        display: flex;
        width: 375px;
        height: 19px;
        padding: 0px 10px;
        justify-content: space-between;
        align-items: center;
    }

    .product-price-regular {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .product-price-regular-text {
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .product-price-loyalty {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .product-price-loyalty-text {
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .product-info-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .product-info-content-box {
        display: flex;
        width: 375px;
        padding: 0px 10px;
        align-items: flex-start;
        gap: 5px;
    }

    .product-info-content {
        display: flex;
        padding-top: 4px;
        align-items: center;
        gap: 10px;
    }

    .product-info-content-text {
        flex: 1 0 0;
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .dropdown-control {
        display: flex;
        width: 300px;
        padding: 0px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .dropdown-control-bar {
        display: flex;
        height: 35px;
        padding-left: 15px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: 11px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
    }

    .dropdown-control-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .button-group {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .add-cart-button {
        display: flex;
        padding: 7px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #20B2AA;
    }

    .add-cart-button-text {
        color: #FFF;
        /* 16 px */
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-main {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        background: #F7F7F7;
        padding-bottom: 10px;
    }

    .cart-item-group {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
    }

    .cart-item-frame {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .cart-item-box-frame {
        display: flex;
        width: 355px;
        height: 257px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .cart-item-box {
        display: flex;
        height: 257px;
        padding: 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 11px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
    }

    .cart-item-box-unavailable {
        display: flex;
        height: 257px;
        padding: 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 11px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 4px 4px 32px 0px #DC130C;
    }

    .cart-item-checkbox-area {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .cart-item-product {
        display: flex;
        padding-bottom: 14.5px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .cart-item-image {
        width: 90px;
        align-self: stretch;
        border-radius: 11px;
        background: #B2B2B2;
    }

    .cart-item-details-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
        flex: 1 0 0;
    }

    .cart-item-details-fournisseur {
        display: flex;
        height: 26px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }

    .cart-item-details-fournisseur-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .cart-item-details-stock-text {
        color: #0B0F11;
        /* 12 px */
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-item-details-name {
        align-self: stretch;
        color: #0B0F11;
        /* 12 px */
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-item-details-price-box {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .cart-item-details-price-text {
        color: #0B0F11;
        /* 16 px */
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-item-details-regular-price-text {
        color: #0B0F11;
        /* 12 px */
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-item-quantity-control {
        display: flex;
        width: 126.487px;
        height: 40px;
        min-height: 32.552px;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        border-radius: 10.231px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
    }

    .cart-item-quantity-control-left {
        display: flex;
        width: 32.552px;
        justify-content: center;
        align-items: center;
        gap: 9.3px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 10.231px 0px 0px 10.231px;
        background: #20B2AA;
        cursor: pointer;
    }

    .cart-item-quantity-control-right {
        display: flex;
        width: 32.552px;
        justify-content: center;
        align-items: center;
        gap: 9.3px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 0px 10.231px 10.231px 0px;
        background: #20B2AA;
        cursor: pointer;
    }

    .cart-item-quantity-control-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14.881px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-item-button-group {
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

    .cart-item-button {
        display: flex;
        padding: 5px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 9px;
        border: 1.7px solid;
        border-color: #0A2540;
        cursor: pointer;
    }

    .cart-item-button-text {
        color: #0A2540;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .cart-summary-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .cart-summary-details-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .cart-summary-details-price {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .cart-summary-details-items {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-summary-button-section {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .cart-summary-button {
        display: flex;
        height: 33px;
        padding: 7px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #20B2AA;
        cursor: pointer;
    }

    .cart-summary-button-disabled {
        display: flex;
        height: 33px;
        padding: 7px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #3B5166;
    }

    .cart-summary-button-text {
        color: #FFF;
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-back-shopping {
        display: flex;
        padding: 0px 10px;
        align-items: center;
        gap: 5px;
        align-self: stretch;
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .cart-saved-label {
        display: flex;
        width: 375px;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
        color: #0B0F11;
        /* H3 */
        font-family: Figtree;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .product-options-title {
        display: flex;
        width: 375px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 15px;
    }

    .product-options-back {
        display: flex;
        padding: 0px 10px;
        align-items: center;
        gap: 5px;
        align-self: stretch;
    }

    .product-options-back-text {
        color: #20B2AA;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .product-options-title-text {
        display: flex;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
    }

    .product-options-title-content {
        color: #0A2540;
        /* H1 */
        font-family: Figtree;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .product-options-list-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .product-option {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .product-option-card {
        display: flex;
        width: 355px;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
        border-radius: 11px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
    }

    .checkout-main {
        display: flex;
        width: 375px;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        background: #F7F7F7;
    }

    .checkout-confirm-btn-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .checkout-confirm-btn-wrapper {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .checkout-confirm-btn {
        display: flex;
        height: 33px;
        padding: 7px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 8px;
        background: #20B2AA;
        cursor: pointer;
    }

    .checkout-confirm-btn-txt {
        color: #FFF;
        /* 16 px */
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .checkout-main-header {
        display: flex;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .checkout-main-header-txt {
        color: #0A2540;
        font-family: Figtree;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .checkout-details-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .checkout-details-line {
        display: flex;
        width: 375px;
        height: 17px;
        padding: 0px 10px;
        justify-content: space-between;
        align-items: center;
    }

    .checkout-details-line-txt {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .checkout-total-section {
        display: flex;
        padding: 0px 10px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }

    .checkout-total-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .user-profile-main {
        display: flex;
        width: 375px;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        background: #F7F7F7;
        padding: 25px 0px;
    }

    .user-profile-title-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .user-profile-title-box {
        display: flex;
        width: 375px;
        justify-content: center;
        align-items: center;
    }

    .user-profile-title-text {
        display: flex;
        width: 375px;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        color: #0A2540;
        /* H1 */
        font-family: Figtree;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .user-profile-input-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .user-profile-input-label {
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .user-profile-input {
        display: flex;
        height: 35px;
        min-width: 330px;
        padding-left: 15px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 11px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
    }

    .user-profile-input-dropdown-btn-frame {
        display: flex;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        gap: 8.571px;
        border-radius: 0px 3.429px 3.429px 0px;
    }

    .search-result-main {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .search-result-page-header-wrapper {
        display: flex;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .search-result-page-header {
        display: flex;
        padding: 0px 38px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex: 1 0 0;
    }

    .search-result-page-header-text {
        overflow: hidden;
        color: #0A2540;
        text-overflow: ellipsis;
        font-family: Figtree;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .search-products-view {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .search-products-list-view {

    }

    .search-result-list {
        width: 100%;
        display: grid;
        grid-template-columns: auto;
        padding: 0px 10px 10px 10px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .user-orders-header {
        display: flex;
        width: 375px;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
    }

    .user-orders-header-text {
        color: #0A2540;
        /* H1 */
        font-family: Figtree;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .user-orders-list-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }

    .user-orders-list {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        align-self: stretch;
    }

    .user-orders-content-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
    }

    .user-orders-content {
        display: flex;
        padding: 10px;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .user-orders-content-image {
        width: 90px;
        height: 90px;
        border-radius: 11px;
        background: #B2B2B2;
    }

    .user-orders-content-details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
        flex: 1 0 0;
    }

    .user-orders-content-details-text {
        align-self: stretch;
        color: #0B0F11;
        /* 12 px */
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .user-orders-content-details-bottom {
        display: flex;
        padding-top: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .user-orders-content-details-bottom-status {
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .user-orders-content-details-bottom-click {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        cursor: pointer;
    }

    .user-orders-item-text {
        color: var(--Off-Black, #0B0F11);
        /* 12 px */
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .user-order-details-table {
        display: flex;
        width: 372px;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .user-order-details-table-row {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
    }

    .user-order-details-table-row-title-cell {
        height: 70px;
        width: 134px;
        display: flex;
        padding: 15px 5px;
        align-items: center;
        gap: 10px;
        border-top: 1.7px solid #C7C7C7;
        background: #E4E4E4;
    }

    .user-order-details-table-row-title-cell-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .user-order-details-table-row-cell {
        height: 70px;
        display: flex;
        width: 238px;
        padding: 15px 10px;
        align-items: center;
        gap: 10px;
        border-top: 1.7px solid #C7C7C7;
        background: #FFF;
    }

    .user-order-details-table-row-cell-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .user-order-address-info-wrapper {
        display: flex;
        width: 375px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 22px;
    }

    .user-order-address-header-wrapper {
        display: flex;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
    }

    .user-order-address-header-text {
        color: #0B0F11;
        /* H3 */
        font-family: Figtree;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .user-order-address-detail-wrapper {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .user-order-address-detail-content {
        display: flex;
        width: 255px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
    }

    .user-order-address-detail-text-14 {
        align-self: stretch;
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .user-order-address-detail-text-12 {
        align-self: stretch;
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

@media (min-width: 992px) {
    .main-header {
        /*width: 100%;
        max-width: 1920px;
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;*/
    }

    .main-header-top {
        display: flex;
        width: 100%;
        max-width: 1920px;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        background: #0A2540;
    }

    .main-header-top-gap {
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .main-user-header-top {
        display: flex;
        width: 100%;
        max-width: 1920px;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background: #0A2540;
    }

    .main-user-header-top-gap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }

    .main-header-logo-box {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .main-header-logo {
        display: flex;
        width: 117px;
        height: 50px;
        padding: 0px 3.059px 0.073px 0px;
        justify-content: center;
        align-items: center;
        gap: 1.995px;
    }

    .main-header-logo-text {
        display: flex;
        width: 68.218px;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.995px;
        flex-shrink: 0;
    }

        .main-header-logo-text span {
            align-self: stretch;
            color: #FFF;
            font-family: Figtree;
            font-size: 7.314px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; /* 8.777px */
            letter-spacing: 0.073px;
            text-transform: uppercase;
        }

    .main-header-button-wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .search-bar-box {
        display: flex;
        width: 100%;
        max-width: 650px;
        height: 35px;
        padding-left: 15px;
        justify-content: space-between;
        align-items: center;
        border-radius: 11px;
        background: #FFF;
    }

        .search-bar-box input {
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

    .search-bar-control-input {
        max-width: 600px;
        color: #0B0F11;
        /* 16 px */
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border: hidden;
    }

    .search-bar-control input:focus {
        outline: none;
    }

    .search-bar-icon {
        display: flex;
        width: 35px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 0px 11px 11px 0px;
        background: #20B2AA;
    }

    .delivery-bar {
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .delivery-bar-left {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
    }

    .delivery-bar-right {
        display: flex;
        padding: 0.5px 0px;
        justify-content: center;
        align-items: center;
    }

    .delivery-bar-text {
        color: #FFF;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .delivery-bar-icon {
        filter: invert(97%) sepia(7%) saturate(362%) hue-rotate(302deg) brightness(125%) contrast(100%);
    }

    .main-footer {
        display: flex;
        width: 100%;
        max-width: 1920px;
        height: 100%;
        max-height: 392px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .main-footer-top {
        display: flex;
        width: 100%;
        max-width: 1920px;
        height: 100%;
        max-height: 392px;
        padding: 15px 150px;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        background: #0A2540;
    }

    .main-footer-content-left {
        display: flex;
        width: 100%;
        max-width: 500px;
        padding-top: 0.5px;
        flex-direction: column;
        justify-content: flex-end;
        /*align-items: flex-start;*/
        gap: 9.5px;
        flex-shrink: 0;
    }

    .main-footer-content-right {
        display: flex;
        width: 500px;
        padding-top: 0.5px;
        flex-direction: column;
        justify-content: center;
        /*align-items: flex-start;*/
        gap: 9.5px;
        flex-shrink: 0;
    }

    .main-footer-top-title {
        display: flex;
        padding-bottom: 15px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .main-footer-top-title-text {
        color: #FFF;
        text-align: center;
        /* H1 */
        font-family: Figtree;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .main-footer-top-text-wrapper {
        display: flex;
        width: 500px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .main-footer-top-text {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 92px;
        align-self: stretch;
        color: #FFF;
        /* 16 px */
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .main-footer-bottom {
        display: flex;
        width: 100%;
        max-width: 1920px;
        padding: 15px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        background: #0A2540;
    }

    .main-footer-bottom-content {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
    }

    .main-footer-bottom-content-text {
        color: #FFF;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .register-account-main {
        display: flex;
        width: 100%;
        max-width: 1920px;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        background: #F7F7F7;
        padding: 25px 0px;
    }

    .register-account-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }

    .register-account-title-text {
        display: flex;
        width: 100%;
        max-width: 1920px;
        padding: 0px 50px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        color: #0A2540;
        text-align: center;
        /* H1 */
        font-family: Figtree;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .register-account-form {
        /*display: flex;*/
        align-items: center;
        gap: 25px;
    }

    .register-account-form-input {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .register-account-form-input-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 25px;
    }

    .register-account-form-input-label {
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .register-account-form-input-control {
        display: flex;
        height: 35px;
        min-width: 330px;
        padding-left: 15px;
        margin-bottom: 10px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 11px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
        color: #0B0F11;
        font-family: Figtree;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .register-account-guest-main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        align-self: stretch;
    }

    .register-account-guest {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .register-account-guest-btn {
        display: flex;
        padding: 7px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        border: 1.7px solid #0A2540;
    }

    .register-account-radio-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .register-account-radio-option {
        display: flex;
        width: 375px;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .register-account-radio-control {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .register-account-radio-btn {
        display: flex;
        width: 16px;
        align-items: center;
        gap: 8px;
    }

    .register-account-radio-label {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .register-account-radio-label label {
            color: #0B0F11;
            font-family: Figtree;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px; /* 142.857% */
        }

        .register-account-radio-label span {
            color: #20B2AA;
            font-family: Figtree;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px; /* 133.333% */
        }

    .register-account-form-bottom {
        display: flex;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .register-account-form-bottom-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        flex: 1 0 0;
    }

    .register-account-form-bottom-btn-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .register-account-form-bottom-btn {
        display: flex;
        min-width: 200px;
        padding: 7px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #20B2AA;
        cursor: pointer;
    }

    .register-account-form-bottom-btn-disabled {
        display: flex;
        padding: 7px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #0A2540;
    }

    .register-account-form-bottom-btn-txt {
        align-content: center;
        color: #FFF;
        /* 16 px */
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .register-account-form-bottom-terms {
        align-self: stretch;
        color: #0B0F11;
        font-family: Figtree;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .register-account-form-bottom-help {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .register-account-form-bottom-help-icon {
        width: 13px;
        height: 13px;
    }

    .register-account-form-bottom-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .code-validation-main {
        display: flex;
        width: 100%;
        max-width: 1920px;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        padding: 25px 0px;
        background: #F7F7F7;
    }

    .code-validation-text-box {
        display: flex;
        padding: 0px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        /* align-self: stretch;*/
    }

    .code-validation-text-content {
        flex: 1 0 0;
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        align-items: center;
    }

    .code-validation-control-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        align-self: stretch;
    }

    .code-validation-control-content {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .code-validation-control-label {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .code-validation-control-input {
        display: flex;
        height: 35px;
        min-width: 330px;
        padding-left: 15px;
        align-items: center;
        gap: 10px;
        /*align-self: stretch;*/
        border-radius: 11px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
        color: #0B0F11;
        font-family: Figtree;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .accueil-main {
        display: flex;
        width: 100%;
        max-width: 1920px;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        background: #F7F7F7;
    }

    .accueil-header-wrapper {
        /*display: flex;
        flex-direction: column;
        align-items: flex-start;*/
        visibility: hidden;
    }

    .accueil-header {
        /*display: flex;
        width: 100%;
        max-width: 1920px;
        flex-direction: column;
        align-items: flex-start;*/
        visibility: hidden;
    }

    .accueil-products-view {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .accueil-products-list-view {
        display: flex;
        height: 199.375px;
        padding: 0px 50px;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        height: 100%;
    }

    .accueil-products-list-label {
        display: flex;
        width: 375px;
        padding: 10px 10px 15px 10px;
        align-items: center;
        gap: 10px;
    }

    .accueil-products-list-label-text {
        color: #0B0F11;
        /* H3 */
        font-family: Figtree;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .accueil-products-list {
        width: 100%;
        max-width: 1920px;
        display: grid;
        grid-template-columns: auto;
        padding: 0px 10px 10px 10px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    @media(min-width: 768px) {
        .accueil-products-list {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media(min-width: 1200px) {
        .accueil-products-list {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    /*.accueil-products-item-wrapper 
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12.5px;
    }

    .accueil-products-item-view {
        display: flex;
        width: 400px;
        padding: 12.5px;
        align-items: flex-start;
        gap: 12.5px;
        border-radius: 13.75px;
        background: #FFF;*/
    /* Drop Shadow */
    /*box-shadow: 0px 4px 32px 0px #EBEBEB;
    }

    .accueil-products-item-image {
        width: 112.5px;
        height: 125px;
        flex-shrink: 0;
    }

    .accueil-products-item-rating-wrapper {
        display: flex;
        align-items: center;
        gap: 6.25px;
    }

    .accueil-products-item-rating-stars {
        display: flex;
        align-items: flex-start;
        gap: 1.875px;
    }

    .accueil-products-item-rating-number {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 11.25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .accueil-products-item-details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 6.25px;
        flex: 1 0 0;
    }

    .accueil-products-item-details-header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }

    .accueil-products-item-details-header-seller {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .accueil-products-item-details-header-status {
        color: #0B0F11;*/
    /* 12 px */
    /*font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .accueil-products-item-details-name {
        align-self: stretch;
        color: #0B0F11;*/
    /* 12 px */
    /*font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .accueil-products-item-details-price-wrapper {
        display: flex;
        align-items: center;
        gap: 12.5px;
    }

    .accueil-products-item-details-price {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .accueil-products-item-details-price-strike {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;*/
    /*text-decoration-line: line-through;*/
    /*}*/

    .product-page-main {
        display: flex;
        width: 100%;
        max-width: 1920px;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .product-main-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 50px;
        align-self: stretch;
    }

    .product-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .product-rating-header {
        display: flex;
        padding: 0px 10px;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
    }

    .product-rating-fournisseur {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .product-rating-wrapper {
        display: flex;
        height: 14px;
        padding-right: 0.5px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
    }

    .product-rating {
        display: flex;
        height: 13.5px;
        align-items: flex-start;
        gap: 1.5px;
    }

    .product-rating-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .product-name {
        display: flex;
        width: 375px;
        height: 42px;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
    }

    .product-name-text {
        flex: 1 0 0;
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .product-image-wrapper {
        display: flex;
        padding-left: 50px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }

    .product-image {
        width: 350px;
        height: 350px;
        border-radius: 11px;
        object-fit: cover;
        /* aspect-ratio: 1 / 1; */
    }

    .product-price-section-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 5px;
    }

    .product-price-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .product-price-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .product-price-discount {
        display: flex;
        width: 375px;
        height: 28px;
        padding: 0px 10px;
        justify-content: space-between;
        align-items: center;
    }

    .product-price-discount-prices {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .product-price-discount-prices-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 23px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .product-stock-status-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .product-price-regular-group {
        display: flex;
        width: 375px;
        height: 19px;
        padding: 0px 10px;
        justify-content: space-between;
        align-items: center;
    }

    .product-price-regular {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .product-price-regular-text {
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .product-price-loyalty {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .product-price-loyalty-text {
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .product-info-wrapper {
        display: flex;
        width: 100%;
        max-width: 479px;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .product-info-content-box {
        display: flex;
        width: 100%;
        max-width: 375px;
        padding: 0px 10px;
        align-items: flex-start;
        gap: 5px;
    }

    .product-info-content {
        display: flex;
        padding-top: 4px;
        align-items: center;
        gap: 10px;
    }

    .product-info-content-text {
        flex: 1 0 0;
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .product-price-button-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .dropdown-control {
        display: flex;
        width: 300px;
        padding: 0px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .dropdown-control-bar {
        display: flex;
        height: 35px;
        padding-left: 15px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: 11px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
    }

    .dropdown-control-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .button-group {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .add-cart-button {
        display: flex;
        padding: 7px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #20B2AA;
    }

    .add-cart-button-text {
        color: #FFF;
        /* 16 px */
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-main {
        width: 100%;
        max-width: 1920px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        padding-bottom: 25px;
    }

    .cart-item-group-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
        align-self: stretch;
        margin-top: 25px;
    }

    .cart-item-group {
        display: grid;
        align-items: flex-start;
        gap: 25px;
        grid-template-columns: auto;
    }

    @media(min-width: 768px) {
        .cart-item-group {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media(min-width: 1200px) {
        .cart-item-group {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    .cart-item-frame {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .cart-item-box-frame {
        display: flex;
        width: 355px;
        height: 257px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .cart-item-box {
        display: flex;
        height: 257px;
        padding: 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 11px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
    }

    .cart-item-box-unavailable {
        display: flex;
        height: 257px;
        padding: 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 11px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 4px 4px 32px 0px #DC130C;
    }

    .cart-item-checkbox-area {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .cart-item-product {
        display: flex;
        padding-bottom: 14.5px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .cart-item-image {
        width: 90px;
        align-self: stretch;
        border-radius: 11px;
        background: #B2B2B2;
    }

    .cart-item-details-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
        flex: 1 0 0;
    }

    .cart-item-details-fournisseur {
        display: flex;
        height: 26px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }

    .cart-item-details-fournisseur-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .cart-item-details-stock-text {
        color: #0B0F11;
        /* 12 px */
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-item-details-name {
        align-self: stretch;
        color: #0B0F11;
        /* 12 px */
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-item-details-price-box {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .cart-item-details-price-text {
        color: #0B0F11;
        /* 16 px */
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-item-details-regular-price-text {
        color: #0B0F11;
        /* 12 px */
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-item-quantity-control {
        display: flex;
        width: 126.487px;
        height: 40px;
        min-height: 32.552px;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        border-radius: 10.231px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
    }

    .cart-item-quantity-control-left {
        display: flex;
        width: 32.552px;
        justify-content: center;
        align-items: center;
        gap: 9.3px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 10.231px 0px 0px 10.231px;
        background: #20B2AA;
        cursor: pointer;
    }

    .cart-item-quantity-control-right {
        display: flex;
        width: 32.552px;
        justify-content: center;
        align-items: center;
        gap: 9.3px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 0px 10.231px 10.231px 0px;
        background: #20B2AA;
        cursor: pointer;
    }

    .cart-item-quantity-control-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14.881px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-item-button-group {
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

    .cart-item-button {
        display: flex;
        padding: 5px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 9px;
        border: 1.7px solid;
        border-color: #0A2540;
        cursor: pointer;
    }

    .cart-item-button-text {
        color: #0A2540;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .cart-summary-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .cart-summary-details-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .cart-summary-details-price {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .cart-summary-details-items {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-summary-button-section {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .cart-summary-button {
        display: flex;
        height: 33px;
        padding: 7px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #20B2AA;
        cursor: pointer;
    }

    .cart-summary-button-disabled {
        display: flex;
        height: 33px;
        padding: 7px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px;
        background: #3B5166;
    }

    .cart-summary-button-text {
        color: #FFF;
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-back-shopping {
        display: flex;
        padding: 0px 10px;
        align-items: center;
        gap: 5px;
        align-self: stretch;
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .cart-saved-wrapper {
        display: flex;
        padding: 0px 50px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .cart-saved-label {
        color: #0B0F11;
        /* H3 */
        font-family: Figtree;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .product-options-title {
        display: flex;
        width: 375px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 15px;
    }

    .product-options-back {
        display: flex;
        padding: 0px 10px;
        align-items: center;
        gap: 5px;
        align-self: stretch;
    }

    .product-options-back-text {
        color: #20B2AA;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .product-options-title-text {
        display: flex;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
    }

    .product-options-title-content {
        color: #0A2540;
        /* H1 */
        font-family: Figtree;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .product-options-list-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .product-option {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .product-option-card {
        display: flex;
        width: 100%;
        max-width: 355px;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
        border-radius: 11px;
        background: #FFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
    }

    .checkout-main {
        display: flex;
        width: 100%;
        max-width: 1920px;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        background: #F7F7F7;
    }

    .checkout-confirm-btn-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .checkout-confirm-btn-wrapper {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .checkout-confirm-btn {
        display: flex;
        height: 33px;
        padding: 7px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 8px;
        background: #20B2AA;
        cursor: pointer;
    }

    .checkout-confirm-btn-txt {
        color: #FFF;
        /* 16 px */
        font-family: Figtree;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .checkout-main-header {
        display: flex;
        padding: 0px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .checkout-main-header-txt {
        color: #0A2540;
        font-family: Figtree;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .checkout-details-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .checkout-details-line {
        display: flex;
        width: 375px;
        height: 17px;
        padding: 0px 10px;
        justify-content: space-between;
        align-items: center;
    }

    .checkout-details-line-txt {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .checkout-total-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .checkout-total-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .search-result-main {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .search-result-page-header-wrapper {
        display: flex;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .search-result-page-header {
        display: flex;
        padding: 0px 38px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex: 1 0 0;
    }

    .search-result-page-header-text {
        overflow: hidden;
        color: #0A2540;
        text-overflow: ellipsis;
        font-family: Figtree;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .search-products-view {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .search-products-list-view {
        display: flex;
        height: 199.375px;
        padding: 0px 50px;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        height: 100%;
    }

    .search-result-list {
        width: 100%;
        max-width: 1920px;
        display: grid;
        grid-template-columns: auto;
        padding: 0px 10px 10px 10px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    /*@media(min-width: 768px) {
        .search-result-list {
            grid-template-columns: 1fr;
        }
    }*/

    @media(min-width: 768px) {
        .search-result-list {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media(min-width: 1200px) {
        .search-result-list {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    .user-orders-header {
        display: flex;
        width: 375px;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
    }

    .user-orders-header-text {
        color: #0A2540;
        /* H1 */
        font-family: Figtree;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .user-orders-list-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: center;
    }

    .user-orders-list {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        align-self: stretch;
    }

    .user-orders-content-box {
        width: 400px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        /* Drop Shadow */
        box-shadow: 0px 4px 32px 0px #EBEBEB;
    }

    .user-orders-content {
        display: flex;
        padding: 10px;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .user-orders-content-image {
        width: 90px;
        height: 90px;
        border-radius: 11px;
        background: #B2B2B2;
    }

    .user-orders-content-details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
        flex: 1 0 0;
    }

    .user-orders-content-details-text {
        align-self: stretch;
        color: #0B0F11;
        /* 12 px */
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .user-orders-content-details-bottom {
        display: flex;
        padding-top: 5px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }

    .user-orders-content-details-bottom-status {
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .user-orders-content-details-bottom-click {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        cursor: pointer;
    }

    .user-orders-item-text {
        color: var(--Off-Black, #0B0F11);
        /* 12 px */
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .user-order-details-table {
        display: flex;
        width: 372px;
        padding: 0px 10px;
        flex-direction: column;
        align-items: flex-start;
        align-self: center;
    }

    .user-order-details-table-row {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
    }

    .user-order-details-table-row-title-cell {
        width: 134px;
        height: 70px;
        display: flex;
        padding: 15px 5px;
        align-items: center;
        gap: 10px;
        border-top: 1.7px solid #C7C7C7;
        background: #E4E4E4;
    }

    .user-order-details-table-row-title-cell-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .user-order-details-table-row-cell {
        height: 70px;
        display: flex;
        width: 238px;
        padding: 15px 10px;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-top: 1.7px solid #C7C7C7;
        background: #FFF;
    }

    .user-order-details-table-row-cell-text {
        color: #0B0F11;
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .user-order-address-info-wrapper {
        display: flex;
        width: 375px;
        flex-direction: column;
        align-items: flex-start;
        align-self: center;
        gap: 22px;
    }

    .user-order-address-header-wrapper {
        display: flex;
        padding: 0px 10px;
        align-items: center;
        gap: 10px;
    }

    .user-order-address-header-text {
        color: #0B0F11;
        /* H3 */
        font-family: Figtree;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .user-order-address-detail-wrapper {
        display: flex;
        padding: 0px 10px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .user-order-address-detail-content {
        display: flex;
        width: 255px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
    }

    .user-order-address-detail-text-14 {
        align-self: stretch;
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .user-order-address-detail-text-12 {
        align-self: stretch;
        color: #0B0F11;
        /* 14 px */
        font-family: Figtree;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}