.container {
    width: 100%
}
@media (min-width: 390px) {
    .container {
        max-width: 390px
    }
}
@media (min-width: 440px) {
    .container {
        max-width: 440px
    }
}
@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}
@media (min-width: 1900px) {
    .container {
        max-width: 1900px
    }
}
	.account-order {
    position: fixed;
    margin-top: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    height: calc(100% - 104px);
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

	.account-order__overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgb(var(--color-black) / 0.5)
}

	.account-order__popup {
    position: relative;
    z-index: 10;
    height: 50%;
    width: 1376px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-site-bg-one) / var(--tw-bg-opacity))
}

	@media (max-width: 1023px) {
    .account-order__popup {
        height: 90%;
        width: 90%
    }
}

	.account-order__close {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px !important;
    width: 48px !important;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-self: end;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-grey-tone-one) / var(--tw-bg-opacity))
}

	.account-order__popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 2rem
}

	.account-order__products {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow-y: auto
}

	.account-order__header {
    width: 100%;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-grey-tone-three) / var(--tw-border-opacity));
    padding-bottom: 1rem;
    text-align: center;
    font-family: Space Grotesk, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700
}

	.account-order__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.5rem
}


/*# sourceMappingURL=account.d44e2c1938703f94fc3d.css.map*/