@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/buttons/ButtonPrimary.razor.rz.scp.css */
.button-primary-container[b-bserhyidjm]{
    border-radius: 8px;
    padding: 6px 10px;
    height: 42px;
    cursor: pointer !important;
}
/* /Components/Cards/CardIngredientsProductDetail.razor.rz.scp.css */
.container-card-ingredient[b-ppyv3bacoi] {
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    padding: 8px 16px;
}
.title-card-ingredient[b-ppyv3bacoi] {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #333333;
}
.circle-grey[b-ppyv3bacoi] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #DEDEDE;
}
.ingredient-name[b-ppyv3bacoi] {
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    color: #333333;
}
/* /Components/Cards/CardProduct.razor.rz.scp.css */
.card-product-container[b-6bdnyy2hsa] {
    border-radius: 12px;
    background-color: white;
    height: 300px;
    min-width: 250px;
}
    .card-product-container:hover[b-6bdnyy2hsa] {
        transform: scale(1.03);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }
.title-product-card[b-6bdnyy2hsa] {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    color: #333333;
}

.description-value[b-6bdnyy2hsa] {
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    color: #858585;
}
.value-product[b-6bdnyy2hsa] {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    color: #FF6B1E;
}

@media(max-width: 576px){
    .card-product-container[b-6bdnyy2hsa] {
        border-radius: 12px;
        background-color: white;
        height: 230px;
    }
        .card-product-container > div:first-child[b-6bdnyy2hsa] {
            aspect-ratio: auto; 
            height: 120px; 
            max-height: none;
        }
}
/* /Components/Cards/SumaryCardHome.razor.rz.scp.css */


.sumary-card-container[b-7fwpi3c05f] {
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.icon-container[b-7fwpi3c05f] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    padding: 10px;
    flex-shrink: 0;
}

    .icon-container img[b-7fwpi3c05f] {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

.content-container .title-text[b-7fwpi3c05f] {
    color: var(--grey-30);
    margin: 0;
    font-size: 14px;
}

.number-card[b-7fwpi3c05f] {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    margin: 0;
}
/* /Components/Inputs/InputTextFilterTabs.razor.rz.scp.css */
.input-wrapper[b-fmhza7kbci] {
    position: relative;
    border:none;
}

.input-with-icon[b-fmhza7kbci] {
    width: 100%;
    padding: 10px 12px 10px 40px; 
    border: 1px solid #ccc;
    border-radius: 12px;
    outline: none;
    box-sizing: border-box;
    background-color: #fff;
    color: var(--grey-30);
}

    .input-with-icon:focus[b-fmhza7kbci] {
        border: 1px solid var(--white) !important;
        outline: none !important;
        box-shadow: none !important;
    }

.icon-inside-input[b-fmhza7kbci] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: gray;
    pointer-events: none;
}
/* /Components/Inputs/SelectPrimary.razor.rz.scp.css */
.select-wrapper[b-f3ncappa0p] {
    position: relative;
    display: inline-block;
    width: 100%;
}
.select-primary-container:focus[b-f3ncappa0p] {
    outline: none;

}
.select-primary-container[b-f3ncappa0p] {
    width: 100%;
    padding: 10px 14px;
    padding-right: 35px;
    border:none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: var(--text-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    cursor: pointer;
}

    .select-primary-container option[b-f3ncappa0p] {
        color: var(--text-black);
    }

.select-icon[b-f3ncappa0p] {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--grey-30);
}
/* /Components/Sections/SectionProductDetailInsights.razor.rz.scp.css */
.section-product-insight-container[b-s8nrej0r8j] {
    border-radius: 12px;
    background-color: #F7F7F7;
    padding:16px;
}
.title-insight[b-s8nrej0r8j] {
    font-size: 12px;
    font-weight: 400;
    color: #858585;
    line-height: 130%;
}
.name-insight[b-s8nrej0r8j] {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 120%;
}
.border-right-opacity[b-s8nrej0r8j] {
    border-right: 1px solid #EBEBEB;
}
/* /Layout/Client/MainLayout.razor.rz.scp.css */
.page[b-jb0iyvw5l6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jb0iyvw5l6] {
    flex: 1;
}

.sidebar[b-jb0iyvw5l6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jb0iyvw5l6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jb0iyvw5l6]  a, .top-row[b-jb0iyvw5l6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jb0iyvw5l6]  a:hover, .top-row[b-jb0iyvw5l6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jb0iyvw5l6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jb0iyvw5l6] {
        justify-content: space-between;
    }

    .top-row[b-jb0iyvw5l6]  a, .top-row[b-jb0iyvw5l6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jb0iyvw5l6] {
        flex-direction: row;
    }

    .sidebar[b-jb0iyvw5l6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jb0iyvw5l6] {
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jb0iyvw5l6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jb0iyvw5l6], article[b-jb0iyvw5l6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/Client/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5dgow92gxi] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5dgow92gxi] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5dgow92gxi] {
    font-size: 1.1rem;
}

.bi[b-5dgow92gxi] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}


.nav-item[b-5dgow92gxi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5dgow92gxi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5dgow92gxi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5dgow92gxi]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5dgow92gxi]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5dgow92gxi]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5dgow92gxi] {
        display: none;
    }

    .collapse[b-5dgow92gxi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-5dgow92gxi] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Combos/CombosDetail.razor.rz.scp.css */
.title-product[b-cvfesziakr] {
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
}

.description-title[b-cvfesziakr] {
    font-size: 12px;
    font-weight: 600;
    line-height: 130%;
    color: #333333;
}

.description[b-cvfesziakr] {
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    color: #858585;
}

@media(max-width:576px) {
}
/* /Pages/PrivacyPolicy.razor.rz.scp.css */
:root[b-89ho2c3yln] {
    --orange: #FF6B1E;
    --orange-light: #FDCEA1;
    --orange-subtle: #FFEEE0;
    --orange-background: #F9F4EF;
    --black: #333333;
    --white: #FFFFFF;
    --yellow: #FFD901;
    --grey-30: #858585;
    --grey-20: #B6B6B6;
    --grey-10: #DEDEDE;
    --transparent: transparent;
}

body[b-89ho2c3yln] {
    font-family: 'Arial', sans-serif;
    background-color: var(--orange-background);
    color: var(--black);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.sb-header[b-89ho2c3yln] {
    background-color: var(--orange);
    color: var(--white);
    padding: 25px 20px;
    text-align: center;
}

    .sb-header h1[b-89ho2c3yln] {
        margin: 0;
        font-size: 2rem;
    }

.sb-main[b-89ho2c3yln] {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 25px;
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 40px;
}

    .sb-main h2[b-89ho2c3yln] {
        color: var(--orange);
        margin-top: 35px;
        border-bottom: 2px solid var(--orange-light);
        padding-bottom: 5px;
    }

    .sb-main h3[b-89ho2c3yln] {
        color: var(--yellow);
        margin-top: 25px;
    }

    .sb-main p[b-89ho2c3yln], .sb-main li[b-89ho2c3yln] {
        margin-bottom: 15px;
    }

    .sb-main ul[b-89ho2c3yln] {
        margin: 10px 0 20px 25px;
    }

    .sb-main a[b-89ho2c3yln] {
        color: var(--yellow);
        text-decoration: none;
    }

        .sb-main a:hover[b-89ho2c3yln] {
            text-decoration: underline;
        }


/* Responsividade */
@media (max-width: 768px) {
    .sb-main[b-89ho2c3yln] {
        margin: 20px auto;
        padding: 25px;
    }

    .sb-header h1[b-89ho2c3yln] {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .sb-main[b-89ho2c3yln] {
        padding: 20px;
    }
}
/* /Pages/Products/ProductDetail.razor.rz.scp.css */
.title-product[b-c4r1ywktkx] {
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
}

.description-title[b-c4r1ywktkx] {
    font-size: 12px;
    font-weight: 600;
    line-height: 130%;
    color: #333333;
}
.description[b-c4r1ywktkx] {
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    color: #858585;
}
@media(max-width:576px){
   
}
/* /Pages/TermsOfUse.razor.rz.scp.css */

body[b-68eaar90vx] {
    font-family: 'Arial', sans-serif;
    background-color: var(--orange-background);
    color: var(--black);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.sb-header[b-68eaar90vx] {
    background-color: var(--orange);
    color: var(--white);
    padding: 25px 20px;
    text-align: center;
}

    .sb-header h1[b-68eaar90vx] {
        margin: 0;
        font-size: 2rem;
    }

.sb-main[b-68eaar90vx] {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 25px;
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 40px;
}

    .sb-main h2[b-68eaar90vx] {
        color: var(--orange);
        margin-top: 35px;
        border-bottom: 2px solid var(--orange-light);
        padding-bottom: 5px;
    }

    .sb-main h3[b-68eaar90vx] {
        color: var(--yellow);
        margin-top: 25px;
    }

    .sb-main p[b-68eaar90vx], .sb-main li[b-68eaar90vx] {
        margin-bottom: 15px;
    }

    .sb-main ul[b-68eaar90vx] {
        margin: 10px 0 20px 25px;
    }

    .sb-main a[b-68eaar90vx] {
        color: var(--yellow);
        text-decoration: none;
    }

        .sb-main a:hover[b-68eaar90vx] {
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .sb-main[b-68eaar90vx] {
        margin: 20px auto;
        padding: 25px;
    }

    .sb-header h1[b-68eaar90vx] {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .sb-main[b-68eaar90vx] {
        padding: 20px;
    }
}
