:root {
    --text-color: #212121;
    --background-color: #fff;
    --aux-green: #0E7C47;
    --aux-black: #212121;
    --aux-red: #C91717;
    --aux-gray: #CACCCF;
    --aux-green-light: #E4FFEF;
    --aux-green-medium: #1AB759;
}

body {
    font-family: Montserrat, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--background-color);
    color: var(--text-color);
}

.loader {
    width: 100px;
    height: 100px;
    background-color: red;
    position: absolute;
    top: 45%;
    left: 50%;
    margin: -25px 0 0 -25px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,rgb(150, 109, 81) 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,rgb(150, 109, 81));
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
}

.loader-mini {
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,rgb(150, 109, 81) 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,rgb(150, 109, 81));
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

.mud-wasm {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg,#212121 50%,#f0f0f0 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1
}

.mud-wasm-cont {
    left: 50%;
    padding: 10vmin;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%)
}

.mud-toolbar {
    height: 100%;
}

.mud-drawer-open-responsive-md-left.mud-drawer-left-clipped-never .mud-appbar {
    margin-left: unset;
    width: unset;
    height: 47px;
}

.mud-toolbar.mud-toolbar-gutters.mud-toolbar-appbar {
    height: 45px;
    margin-left: 0px;
    padding-left: 15px;
}

.mud-main-content-app {
    margin-left: 47px;
}

.mud-drawer.mud-drawer-mini.mud-drawer-md:not(.mud-drawer--closed).mud-drawer--initial:not(.mud-drawer-mini), .mud-drawer.mud-drawer-responsive.mud-drawer-md.mud-drawer--initial:not(.mud-drawer-mini) {
    display: flex !important;
    margin-top: 45px;
}

.nav-menu {
    left: 0 !important;
    margin-top: 47px;
}

    .nav-menu.nav-menu-open {
        animation: expandAnimation 225ms forwards;
    }

    .nav-menu.nav-menu-close {
        animation: collapseAnimation 225ms forwards;
    }

@keyframes expandAnimation {
    from {
        width: 52px;
    }

    to {
        width: 240px;
    }
}

@keyframes collapseAnimation {
    from {
        width: 240px;
    }

    to {
        width: 52px;
    }
}

.nav-item-profile a {
    margin-left: -20px;
    width: 260px;
}

.nav-item-profile h6 {
    margin-left: 4px;
    display: grid;
    place-items: center;
    white-space: nowrap;
    width: inherit;
}

.nav-item-profile .mud-nav-link-text {
    display: flex;
    align-items: center;
}

.div-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-light {
    color: rgb(64, 70, 82);
    width: 50px
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.btn-sair {
    color: #f3f0ec;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.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."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: var(--mud-palette-primary);
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: black !important;
    caret-color: black !important;
}

form
.form-spacing .mud-input {
    margin-bottom: 1rem;
}

input::-webkit-calendar-picker-indicator {
    background-color: var(--mud-palette-primary);
    border-radius: 4px;
    padding: 5px;
}

input::-webkit-inner-spin-button,
input::-webkit-clear-button {
    display: none;
}


.centered-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

.fixed-image {
    max-width: 100%;
    max-height: 150px;
    object-fit: cover;
    object-position: center;
}

.teste span {
    height: 289px;
}

@media (prefers-color-scheme:dark) {
    :root {
        --selection-background-color: var(--mud-palette-surface);
        color-scheme: dark
    }
}

.select-month-dashboard .mud-input-slot.mud-input-root.mud-input-root-text.mud-input-root-adorned-end.mud-select-input {
    color: var(--mud-palette-primary);
    font-size: 22px;
}

.custom-table-dashboard {
    width: 100%;
    border-collapse: collapse;
}

    .custom-table-dashboard th, .custom-table-dashboard td {
        padding: 2px;
    }

        .custom-table-dashboard td:last-child, .text-align-right {
            text-align: right;
        }

.text-align-center {
    text-align: center !important;
}

.has-to-complet .mud-input-label:before {
    content: '*';
    color: red;
    margin-right: 4px;
}

#install-message {
    display: none;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin: 20px 0;
    text-align: center;
}

#install-button {
    display: none;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

    #install-button:hover {
        background-color: #0056b3;
    }

@media (max-width: 1100px) {
    .funnel {
        flex-direction: column;
    }

    .funnel-left {
        min-width: 100%;
    }

    .funnel-right {
        min-width: 100%;
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* Para garantir que fique acima de outros elementos */
}


.scrollable-field {
    max-height: 300px; /* Adjust vertical height */
    max-width: 350px; /* Adjust horizontal width */
    overflow: auto; /* Enables both horizontal and vertical scroll */
    white-space: pre-wrap; /* Prevents long text from overflowing */
    word-break: break-word; /* Breaks long strings to fit the container */
    padding: 4px;
    border: 1px solid var(--mud-palette-background-gray);
    background-color: var(--mud-palette-background);
    border-radius: 4px;
}

.align-items-center {
    align-items: center;
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


.display-none {
    display: none !important;
}

.catalog {
    flex-direction: column;
    height: 100vh;
    gap: .75rem;
}

.catalog-header {
    padding: 0px 76px;
    position: fixed;
    height: 72px;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1000;
    box-shadow: 0px 8px 5px rgba(20, 20, 20, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-body {
    padding: 0px 76px;
    margin-top: 2rem;
    flex: 1;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .75rem;
}

.catalog-body-product {
    max-width: 1216px;
    width: 100%;
    padding-bottom: 120px;
}

.catalog-summary {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1000;
    box-shadow: 0px -8px 5px rgba(20, 20, 20, 0.05);
    padding: 10px 20px;
    display: flex;
    justify-content: center;
}

.header {
    width: 100%;
    max-width: 1216px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--background-color);
}

.logo {
    height: 40px;
}

.notification-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .notification-icon img {
        width: 24px;
        height: 24px;
    }

.badge {
    position: absolute;
    top: -8px;
    right: -11px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--aux-red);
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.welcome-banner {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
    max-width: 1216px;
    font-weight: bold;
    font-size: 1rem;
    color: var(--text-color);
}

.customer-name, .welcome-mesage {
    font-size: clamp(16px, 2.3vw, 23px);
    line-height: clamp(22px, 3.2vw, 32px);
    letter-spacing: 0px;
    font-weight: 700;
}

.product-content {
    /*display: grid;*/
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    gap: 2.15rem 1rem;
    justify-content: center;
}

.product-title {
    font-size: clamp(22px, 2.3vw, 28px);
    line-height: clamp(13px, 3.2vw, 38px);
    font-weight: 700;
    letter-spacing: 0px;
    margin-top: 33px;
    margin-bottom: 17px;
}

.product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--background-color);
    gap: .5rem;
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid var(--aux-gray);
    border-radius: 4px;
    transition: transform 0.3s ease;
}

    .product-card:hover {
        transform: scale(1.03);
    }

.product-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin: 15px 0;
}

.product-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-image {
    width: 95%;
    max-height: 85%;
    object-fit: contain !important;
    object-position: center;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    text-align: start;
    width: 100%;
}

    .product-info h3 {
        margin: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-info p.price {
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.25px;
    }

.product-button {
    width: 100%;
    margin-top: auto;
}

    .product-button.is-checkout {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .product-button button {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: var(--background-color);
        color: var(--aux-black);
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.5px;
    }

        .product-button button.checkout {
            box-shadow: none;
            height: 77px;
            font-weight: 400;
            padding: 16px;
        }

.checkout-container {
    display: flex;
    height: calc(100vh - var(--mud-appbar-height));
}

.checkout-body {
    justify-content: start;
    margin-bottom: 0px;
    overflow-y: unset;
}

    .checkout-body .catalog-body-product {
        padding-bottom: 25px;
    }

.checkout-footer {
    flex-shrink: 0;
}

.checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
    text-transform: none;
}

.checkout-btn-group {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}

.product-button button.is-selected {
    background-color: var(--aux-black);
    color: var(--background-color);
    cursor: pointer;
    border: 1px solid var(--aux-black);
}

.product-button button:hover {
    background-color: var(--aux-green);
    border: 1px solid var(--aux-green);
    color: var(--background-color);
    opacity: 0.8;
}

.product-button button.is-selected:hover {
    background-color: var(--aux-red);
    border: 1px solid var(--aux-red);
    color: var(--background-color);
    opacity: 0.8;
}

.discount-badge {
    position: absolute;
    background-color: var(--accent-color);
    color: white;
    padding: 0.5rem;
    border-radius: 4px;
    top: 10px;
    left: 10px;
}

.add-to-cart {
    background-color: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.catalog-summary {
    height: 80px;
    display: flex;
    padding: 0px 76px;
    flex-wrap: wrap;
}

.cart-summary {
    max-width: 1216px;
    max-height: 80px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--background-color);
    color: var(--text-color);
}

.summary-details {
    display: flex;
    align-items: center;
    gap: 3.5rem;
}

.summary-item {
    font-size: .75rem;
    display: flex;
    gap: .3rem;
    align-items: center;
}

.summary-details-left {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.summary-details-right {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    justify-content: flex-start;
    align-items: flex-start;
}

.label {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.value {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: right;
    color: var(--aux-gray);
}

    .value.has-value {
        color: var(--aux-black);
    }

.checkout-button-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.checkout-button {
    min-width: 265px;
    width: auto;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    background-color: var(--aux-green);
    color: var(--background-color);
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

    .checkout-button:disabled,
    .checkout-button.is-disabled {
        background-color: var(--background-color);
        color: var(--aux-gray);
        border: 1px solid var(--aux-gray);
        border-radius: 4px;
        cursor: not-allowed;
        opacity: 0.6;
    }

    .checkout-button:hover {
        background-color: var(--aux-black);
    }


.snackbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 16px 5rem;
    background-color: var(--aux-green-light);
    color: var(--aux-black);
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    z-index: 999;
    box-sizing: border-box;
    animation: fadeInOut 1.5s ease-in-out forwards;
    border-top: 0;
    border-right: 1px solid var(--aux-green-medium);
    border-bottom: 1px solid var(--aux-green-medium);
    border-left: 1px solid var(--aux-green-medium);
    border-radius: 4px;
}

.snack-check-icon {
    height: 30px;
    width: 30px;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    5% {
        opacity: 1;
        transform: translateY(0);
    }

    95% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}

@media (min-width: 1024px) {
    .product-content {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* xs: telas menores que 600px */
@media screen and (max-width: 599px) {
    .d-none-xs {
        display: none !important;
    }

    .checkout-button-container, .checkout-button {
        width: 100%;
    }

    .catalog-header {
        padding: 0px 15px;
    }

    .catalog-body {
        padding: 0px 10px;
    }

    .catalog-summary {
        padding: 0px 10px;
    }

    .product-table-md {
        display: none !important;
    }

    .justify-content-center-xs {
        justify-content: center;
    }

    .justify-content-end-xs {
        justify-content: end;
    }
}

/* sm: de 600px até 959px */
@media screen and (min-width: 600px) and (max-width: 959px) {
    .d-none-sm {
        display: none !important;
    }

    .checkout-button-container, .checkout-button {
        width: 100%;
    }

    .catalog-header {
        padding: 0px 15px;
    }

    .catalog-body {
        padding: 0px 10px;
    }

    .catalog-summary {
        padding: 0px 10px;
    }

    .product-table-md {
        display: none !important;
    }

    .summary-checkout {
        margin-top: 0px;
    }

    .justify-content-center-sm {
        justify-content: center;
    }

    .justify-content-end-sm {
        justify-content: end;
    }
}

/* md: de 960px até 1279px */
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .d-none-md {
        display: none !important;
    }

    .product-table-sm {
        display: none !important;
    }

    .justify-content-center-md {
        justify-content: center;
    }

    .justify-content-end-md {
        justify-content: end;
    }
}

/* lg: de 1280px até 1919px */
@media screen and (min-width: 1280px) and (max-width: 1919px) {
    .d-none-lg {
        display: none !important;
    }

    .product-table-sm {
        display: none !important;
    }

    .justify-content-center-lg {
        justify-content: center;
    }

    .justify-content-end-lg {
        justify-content: end;
    }
}

/* xl: 1920px ou maior */
@media screen and (min-width: 1920px) {
    .d-none-xl {
        display: none !important;
    }

    .product-table-sm {
        display: none !important;
    }

    .justify-content-center-xl {
        justify-content: center;
    }

    .justify-content-end-xl {
        justify-content: end;
    }
}


/* Área da listagem de produtos */
.product-table {
    overflow: hidden;
}

    .product-table table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 10px;
    }

    .product-table thead {
        font-size: 14px;
    }

    .product-table th,
    .product-table td {
        padding: 12px;
        text-align: left;
        font-size: 14px;
        vertical-align: middle;
    }

    .product-table th {
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.3px;
        color: #696975;
    }

    .product-table tbody > tr, .product-table-sm-item {
        background-color: #F0F0F0;
        padding: 12px;
    }

    .product-table strong {
        text-wrap-mode: nowrap;
    }

.product-table-sm-item .product-info-checkout {
    justify-content: space-between;
}

.product-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rounded-all {
    border-radius: 10px;
}

.rounded-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rounded-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.div-flex-column {
    width: 100%;
    display: flex;
    gap: 3px;
    flex-direction: column;
    align-items: start;
}

.product-info-checkout-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product-info-checkout {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

    .product-info-checkout img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: white;
    }

.product-name-checkout {
    font-size: 14px;
    color: #333;
}


/* Área do resumo do pedido */
.summary-checkout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    width: 100%;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 16px;
    margin-top: 64px;
}

.green-checkout {
    color: var(--aux-green);
    font-weight: 700;
}

.checkout-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    border-top: 1px solid var(--aux-gray);
    padding-top: 16px;
    margin-top: 20px;
}

.summary-checkout hr {
    width: 100%;
    height: 1px;
    background-color: var(--aux-gray);
    margin-bottom: 16px;
    margin-top: 20px;
}

/*
.mud-grid {
    justify-content: space-between !important;
}

.mud-grid-item {
    max-width: 280px !important;
}*/


.countdown-timer {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.hours,
.minutes,
.seconds {
    padding: 5px 10px;
    border-radius: 5px;
}

.dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .dialog-header.purchase-options {
        margin: 6px -24px 24px -24px;
        border-bottom: 1px solid var(--aux-gray);
        padding: 6px 24px 14px 24px;
    }

.logo {
    height: 30px;
    width: auto;
}

.content-container {
    margin-bottom: 120px;
}

.close-button {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    min-width: 26px;
}

.payment-message {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.countdown-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.timer-icon {
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.qr-code-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.qr-code-image {
    max-width: 80%;
    height: auto;
}

.payment-message {
    font-size: 12px;
    font-weight: bold;
}

.payment-value {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.copy-button {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    font-weight: bold;
    background-color: var(--aux-green);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
}

    .copy-button .mud-icon {
        margin-right: 10px;
    }

    .copy-button:hover {
        background-color: var(--aux-black);
    }

.modal-title {
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.15px;
}

.product-availability {
    letter-spacing: .05em;
    color: var(--aux-red);
}

.dialog-no-title .mud-dialog-title {
    padding: 0px;
}

.pix-checkout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-info-container {
    background-color: #F0F0F0;
    padding: .785rem;
    border-radius: 4px;
}

.size-selection {
    margin-top: 14px;
}

.size-selection-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .size-selection-head span {
        font-weight: bold;
        font-size: 16px;
    }

.sizes-content {
    padding: 12px 0;
}

.size-button {
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    background-color: var(--background-color);
    color: var(--aux-black);
    border: 1px solid var(--mud-palette-background-gray);
}

    .size-button.selected {
        background-color: #000;
        color: white;
    }

    .size-button:disabled {
        background-color: #ccc;
        color: gray !important;
        cursor: not-allowed;
    }

    .size-button:hover:not(.disabled) {
        background-color: var(--aux-green);
        color: white;
    }

.size-actions-button {
    padding: 0 16px;
    width: 100%;
}

.add-to-cart-button {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: var(--aux-black);
    color: var(--background-color);
    border: 1px solid var(--aux-black);
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

    .add-to-cart-button:hover {
        background-color: var(--aux-black);
        color: var(--background-color);
    }

    .add-to-cart-button:disabled {
        background-color: var(--background-color);
        border: 1px solid var(--aux-gray);
        color: var(--aux-gray);
        cursor: not-allowed;
    }

.drawer-cart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1rem;
}

.drawer-checkout {
    width: 100%;
}

    .drawer-checkout button {
        color: var(--background-color);
        padding: .875rem;
        border-radius: 4px;
        text-align: center;
        background-color: var(--aux-green);
        width: 100%;
        font-weight: bold;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }

        .drawer-checkout button:hover {
            background-color: var(--aux-black);
            color: white;
        }

.product-carousel-container {
    display: flex;
    flex-direction: row;
    max-height: 80vh;
}

.carousel-image-list {
    width: 120px;
    overflow-y: auto;
    margin-right: 1rem;
}

.carousel-image {
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.list-image {
    width: 100px;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 4px;
    object-fit: contain;
}

.carousel-image-detail {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
}

.detail-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .product-carousel-container {
        flex-direction: column;
        max-height: unset;
    }

    .carousel-image-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-y: hidden;
        gap: 0.75rem;
        padding: 0 1rem;
        width: 100%;
        margin-right: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .carousel-image {
        margin-bottom: 0;
        flex: 0 0 auto;
    }

    .list-image {
        width: 80px;
        height: 60px;
        object-fit: contain;
    }

    .carousel-image-detail {
        order: -1;
        margin-bottom: 1rem;
    }
}

.checkout-stepper .mud-stepper-content {
    padding: 0;
}

.checkout-stepper .mud-stepper-nav button.mud-step.mud-ripple:first-of-type {
    padding: 24px 24px 24px 0px;
}

.checkout-stepper .mud-stepper-nav button.mud-step.mud-ripple:last-of-type {
    padding: 24px 0px 24px 24px;
}

.checkout-stepper .mud-card-actions.mud-stepper-actions {
    display: none;
}

#keep-buying-component {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

    #keep-buying-component .keep-buying-component--link {
        width: 100%;
        height: 100%;
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: center;
        color: var(--aux-black);
        text-transform: uppercase;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: .05em;
        text-decoration-line: underline;
        cursor: pointer;
    }

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.flex-center-gap-8 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.safe-environment {
    display: flex;
    align-items: center;
}

.safe-environment--text {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: .05em;
}

.quantity {
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 0px;
    float: left;
    min-width: 30px;
    text-align: center;
    flex-direction: row;
    width: 110px;
    gap: 6px;
}

    .quantity .item-quantity-change {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        border: 1px solid #cacccf;
        background-color: white;
        border-radius: 0px;
        width: 30px;
        height: 30px;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        cursor: pointer;
    }

        .quantity .item-quantity-change.item-quantity-value {
            cursor: default;
            font-weight: 400;
            font-size: 14px;
            line-height: 29px;
        }

        .quantity .item-quantity-change.disabled {
            background-color: #ccc;
            color: gray !important;
            cursor: not-allowed;
        }

        .quantity .item-quantity-change.item-quantity-change-decrement {
            font-size: 18px;
            line-height: 26px;
        }

        .quantity .item-quantity-change.item-quantity-change-increment {
            font-weight: 300;
            line-height: 28px;
            font-size: 22px;
        }

.product-card > div > section > div.d-flex.flex-grow-1.align-self-auto > button {
    height: 100%;
    width: 50px;
    border-radius: 0px;
    transition: background-color 0.3s ease;
    background-color: unset;
}

    .product-card > div > section > div.d-flex.flex-grow-1.align-self-auto > button:hover {
        transition: background-color 0.3s ease;
        background-color: unset;
    }

    .product-card > div > section > div.d-flex.flex-grow-1.align-self-auto > button > span {
        display: none;
    }

        .product-card:hover > div > section > div.d-flex.flex-grow-1.align-self-auto > button > span {
            display: block;
        }

.pagination-container {
    display: flex;
    list-style: none;
    padding: unset;
    max-width: 25.375rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 50px;
}

.pagination-list-item {
    background: #fff;
    border: 1px solid #f5f1ec;
    border-radius: .375rem;
    width: 2.625rem;
    height: 2.625rem;
    margin: 0 .3125rem;
}

.pagination-list-item--link {
    cursor: pointer;
    color: #212121;
    border-radius: .375rem;
    border: .0625rem solid #fff;
    background: transparent;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pagination-list-item--link--current {
    color: #fff !important;
    background: #696975;
    font-family: Montserrat;
    border: 0;
    font-style: normal;
    font-weight: 400;
    border-radius: .375rem;
    font-size: 1rem;
    line-height: 1.25rem;
}
