/*---------- FONT SECTION ----------*/

@import url('https://rsms.me/inter/inter.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    font-family: 'Inter', sans-serif;
}

@supports (font-variation-settings: normal) {
    html {
        font-family: 'Inter var', sans-serif;
    }
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* iOS Safari */
    /* Safari */
    /* Konqueror HTML */
    /* Old versions of Firefox */
    /* Internet Explorer/Edge */
}

* {
    touch-action: manipulation;
}

.select,
.select * {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

html,
body,
.section {
    min-height: 100vh;
}

input,
textarea {
    -webkit-user-select: text;
}

.d-flex {
    display: flex !important;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.section {
    padding: unset;
    max-width: 720px;
    background: #ffffff;
    margin: 0 auto;
}

body {
    background: #f5f5f5;
}

.not-scroll {
    overflow: hidden !important;
}

button {
    cursor: pointer;
}

/*----------- OPACITY BODY ----------*/

#opacity-image {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

#opacity-image svg {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

#opacity-body-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000000000;
}

/*----------- ALERT MESSAGE ----------*/

.alert-center {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    min-height: 48px;
    position: fixed;
    top: 118px;
    right: 16px;
    border-radius: 8px;
    cursor: pointer;
    z-index: 1000000;
    animation: expandWidth 0.50s linear;
    overflow: hidden;
    max-width: calc(100% - 32px);
}

.alert-center svg {
    min-width: 16px;
}

@keyframes expandWidth {
    0% {
        width: 0;
        opacity: 0.2;
    }

    50% {
        width: 50%;
        opacity: 1;
    }

    to {
        width: fit-content;
    }
}

.alert-success {
    background: #E1F5E9;
    border: 1px solid #25A65B;
}

.alert-success p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    margin-right: 20px;
    color: #25A65B;
}

.alert-error {
    background: #f5e1e1;
    border: 1px solid #a62525;
}

.alert-error p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    margin-right: 20px;
    color: #a62525;
}

.alert-error svg * {
    fill: #a62525;
}

/**************************************** PRODUCT AREA *****************************************/

/*----------- HEADER SECTION ----------*/

.header-start {
    width: 100%;
    background: #FFFFFF;
}

.default-area {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 10;
}

.header-logo {
    height: 64px;
}

.header-logo img {
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

.header-category {
    height: 44px;
    white-space: nowrap;
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
}

.header-category.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.header-category .category.selected,
.header-category .category {
    width: max-content;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px !important;
    position: static;
    left: 0px;
    top: 0px;
    order: 0;
    flex-grow: 0;
    margin: 0px 4px;
    display: inline-block;
    cursor: pointer;
}

.header-category .category.selected span {
    color: var(--color-primary);
    font-weight: 500;
}

.header-category .category span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #4D4D4D;
}

/*----------- PRODUCTS SECTION ----------*/

.product-start .title {
    margin-bottom: 16px;
    margin-top: 8px;
    max-width: 384px;
    width: 100%;
}

.product-start .title span {
    height: 26px;
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #4D4D4D;
}

.product-start .list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 120px;
    max-width: 384px;
    /* flex-direction: column; */
    /* align-items: baseline; */

}

.product-start .list .product {
    max-width: 384px;
    width: 100%;
    height: fit-content;
    border: 0.5px solid #DDDDDD;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    padding: 8px;
    margin: 0 0 16px 0;
    transition: 0.2s;
}

.product-start .list .product:hover,
.product-start .list .product:active {
    box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.3);
}

.product-start .list .product-info {
    display: flex;
}

.product-detais:not(.w-photo) .product-info {
    position: relative;
}

.product-detais.w-photo .product-info>img {
    display: none;
}

.product-start .list .product-info>div {
    width: 100%;
    margin-right: 12px;
    min-height: 88px;
    position: relative;
}

.product-start .list .product-info>img {
    width: 112px;
    height: 112px;
    min-width: 112px;
    min-height: 112px;
    background: #F7F7F7;
    /* border: 0.25px solid #DDDDDD; */
    border-radius: 4px;
    object-fit: cover;
}

.product-start .list .product-header {
    width: 100%;
    margin-bottom: 22px;
}

.product-start .list .product-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-start .list .product-weight {
    display: flex;
    width: 100%;
    margin-top: 8px;
    flex-wrap: wrap;
}

.product-start .list .product-weight div {
    height: 20px;
    padding: 0px 4px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    border: 0.25px solid #DDDDDD;
    margin-bottom: 8px;
}

.product-start .list .product-weight .serves span:nth-child(3) {
    margin: 0 3.25px;
}

.product-start .list .product-weight img {
    height: 14px;
    width: 14px;
    margin-right: 2px;
}

.product-start .list .product-weight span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #4D4D4D;
    white-space: nowrap;
}

.product-start .list .product-weight .cod {
    border: 0.25px solid #0962BA;
    background: #EBF5FF;
}

.product-start .list .product-weight .cod span {
    color: #0962BA;
}

.product-section .title .subdescription .inventory {
    color: #B00020;
    border: 0.5px solid #B00020;
    background: #FFF0F2;
}

.product-section .title .subdescription .inventory::after {
    content: "Últimas unidades!";
}

.product-section .title .subdescription .inventory[quantity="1"]::after {
    content: "Última unidade!";
}

.product-section .title .subdescription .inventory[quantity="0"]::after {
    content: "Produto esgotado!";
}

.product-start .list .product-value {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
}

.product-start .list .product-value .value-final {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.product-start .list .product-value .value-final.promo {
    color: #25A65B;
}

.product-start .list .product-value .value-final span {
    color: var(--text-01-text, #4D4D4D);
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-right: 4px;
}

.product-start .list .product-value .old-value {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4D4D4D;
    text-decoration-line: line-through;
}

.product-start .list .product-description {
    margin-top: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4D4D4D;
    overflow-wrap: break-word;
}

.product-start .list .product-description span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    margin-left: 4px;
}

.product-detais.w-photo .product-description {
    width: calc(100% - 20px);
}

.product-start .list .product .product-info>svg {
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.product-detais.w-photo .product-info>svg {
    right: 8px !important;
    bottom: 8px !important;
}

.product-start .list .product .product-info>svg rect {
    fill: var(--color-primary);
}

.product-area {
    padding: 0 16px;
}

.product-area.default-show .search-area,
.product-area:not(.default-show) .default-area {
    opacity: 0;
    z-index: -1;
}

.product-area.default-show .default-area,
.product-area:not(.default-show) .search-area {
    opacity: 1;
}

.product-area.default-show .default-area {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: saturate(130%) blur(12px);
    backdrop-filter: saturate(130%) blur(12px);
    border-bottom: 0.5px solid #DDDDDD;
}

.product-area .search-area .title {
    display: flex;
}

.product-area .search-area .seemore-area {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 86px;
    height: 32px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.product-area .search-area .seemore-area span {
    height: 32px;
    display: flex;
    align-items: center;
    text-align: right;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 16px;
    color: var(--color-primary);
    margin-right: 4px;
}

.product-area .search-area .header-category {
    margin-bottom: 16px;
    height: 48px;
    max-width: 400px;
    width: 100%;
    margin-left: -4px;
}

.product-area .search-area .header-category .category {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px !important;
    min-width: max-content;
    height: 40px;
    align-content: center;
    background: #F7F7F7;
    border-radius: 48px;
    text-align: center;
}

.product-area .search-area .header-category .category span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #4d4d4d;
}

.product-area .search-area .header-category .category.selected span {
    color: var(--color-primary);
}

.product-area .search-area .title span {
    height: 32px;
    font-size: 16px;
}

.list-left,
.list-right {
    width: 100%;
}

/*---------- BOTTOM BAR SECTION ----------*/

.bottom-bar {
    position: fixed;
    height: 60px;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    background: #FFFFFF;
    border-top: 0.5px solid #DDDDDD;
    z-index: 2000;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: saturate(130%) blur(12px);
    backdrop-filter: saturate(130%) blur(12px);
}

.bottom-bar .option {
    height: 100%;
    width: 33.33%;
    margin: 0 12px 0 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bottom-bar .option p {
    width: max-content;
    margin-top: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #4D4D4D;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.15s linear;
    height: 0;
}

.bottom-bar .option-2 svg circle {
    display: none;
}

.bottom-bar.has-bill .option-2 svg circle {
    fill: #25A65B !important;
    animation: blinker 1.25s linear infinite;
    display: block;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.bottom-bar .selected p {
    color: var(--color-primary);
}

.bottom-bar .item-disabled * {
    fill: #4D4D4D !important;
}

.bottom-bar>.option.selected p {
    visibility: visible;
    opacity: 1;
    height: unset;
}

/*----------- HEADER WITH BACK BUTTON ----------*/

.header {
    position: sticky;
    height: 64px;
    width: 100%;
    background: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    top: 0;
    left: 0;
    z-index: 2000;
}

.header .back-arrow {
    position: absolute;
    width: 63px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .logo {
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

/*----------- GLOBAL SECTION ----------*/

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

.center-rel-hor {
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.center-rel-ver {
    position: relative;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

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

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

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

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

.center-fix-hor {
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.center-fix-ver {
    position: fixed;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

/***********************************************************************************************/

/**************************************** SEARCH AREA ******************************************/

.search-start {
    padding-top: 24px;
}

.search-area.section .search-start {
    height: 100vh;
    padding: 24px 16px;
}

.search-start .divider {
    width: calc(100% - 16px);
}

.search-area .header-logo {
    border-bottom: 1px solid #DDDDDD;
}

.search-area .search {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 384px;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 48px;
}

.search-area .search svg {
    margin: 12px 8px 12px 16px;
}

.search-area .search input[type="text"] {
    position: static;
    width: calc(100% - 16px);
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #4D4D4D;
    order: 1;
    border: none;
    border-color: transparent;
    margin: 8px 16px 8px 0px;
}

/*.search-area .search input[type="text"]:focus {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}*/

.search-area .product-start .title {
    margin: 16px 0px 8px 0px;
}

.search-area .product-start .list .category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px;
    width: 100%;
    height: 48px;
    background: var(--color-primary-category);
    border-radius: 8px;
    border: none;
    max-width: unset;
}

.search-area .product-start .list .category:nth-child(odd) {
    /* margin: 0 16px 16px 0; */
}

.search-area .product-start .list .category span {
    position: static;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--color-primary);
    order: 0;
    align-self: stretch;
    margin: 0 auto;
}

.search-area-second .header-logo {
    height: 64px;
    border-bottom: 0.5px solid #DDDDDD;
    display: flex;
}

.search-area-second .header-logo .icon-search {
    width: 24px;
    height: 24px;
    margin-left: 12px;
    margin-right: 19px;
    margin-top: -1px;
}

.search-area-second .header-logo .icon-search-close {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 15.09px;
}

.search-area-second .header-logo input[type="text"] {
    width: calc(100% - 80px);
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    /* letter-spacing: 0.4px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #4D4D4D;
    order: 1;
    border: none;
    border-color: transparent;
    margin: 0;
}

.search-area-second .header-logo div {
    display: flex;
    margin-top: 22px;
    width: 100%;
}

.no-result {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 60px;
}

.no-result span:nth-child(1) {
    position: static;
    width: 328px;
    height: 32px;
    left: calc(50% - 328px/2);
    top: 0px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    display: flex;
    align-items: center;
    /* letter-spacing: 0.4px; */
    color: var(--color-primary);
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 8px 0px;
}

.no-result span:nth-child(2) {
    position: static;
    width: 328px;
    height: 20px;
    left: calc(50% - 328px/2);
    top: 40px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    /* letter-spacing: 0.4px; */
    font-feature-settings: 'tnum' on, 'lnum' on, 'cpsp' on;
    color: #4D4D4D;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 8px 0px;
}

/********** PRODUCT SECTION **********/

.product-section,
.cart-section {
    width: 100%;
    background: #FFFFFF;
    margin: 0 auto;
    max-width: 720px;
    height: 0;
    overflow: hidden;
    transition: 0.2s;
    position: fixed;
    z-index: 10000;
    border-radius: 16px 16px 0 0;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.product-section.opened,
.cart-section.opened {
    height: calc(100% - 16px);
    overflow: auto;
}

.product-section.opened~.section-opacity,
.cart-section.opened~.section-opacity {
    display: block;
}

.section-opacity {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.product-section .main-area {
    width: 100%;
    padding-bottom: 40px;
    min-height: 100vh;
}

.product-section .image {
    width: 100%;
    max-width: 600px;
    height: 360px;
}

.product-section .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-section .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    border-radius: 8px;
    order: 1;
    flex-grow: 0;
    margin-bottom: 32px;
    margin-top: 16px;
    padding: 0px 16px 0px 16px;
}

.product-section .description {
    margin-bottom: 8px;
    user-select: text;
}

.product-section .description span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #4D4D4D;
    user-select: text;
}

.product-section .title h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #4D4D4D;
    margin-bottom: 8px;
}

.product-section .title .subdescription {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    position: static;
    width: 328px;
    left: 0px;
    top: 48px;
    order: 1;
    flex-grow: 0;
    flex-wrap: wrap;
}

.product-section .title .subdescription span {
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #4D4D4D;
    padding: 0 4px;
    border: 0.5px solid #DDDDDD;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.product-section .title .subdescription .cod {
    border: 0.25px solid #0962BA !important;
    background: #EBF5FF !important;
    color: #0962BA;
}

.product-section .pizza-alert {
    padding: 8px 12px;
    border-radius: 8px;
    border: 0.5px solid #DDD;
    background: #F5F5F5;
    margin-bottom: -24px;
    width: 100%;
}

.product-section .pizza-alert h1 {
    color: #4D4D4D;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px;
}

.product-section .pizza-alert p {
    color: var(--text-01-text, #4D4D4D);
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.product-section .pizza-alert.expensive p::after {
    content: "Ao escolher mais de um sabor, será cobrado o preço cheio do sabor mais caro.";
}

.product-section .note {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    height: 184px;
    margin-top: 20px;
    border-radius: 4px;
    padding: 0px 16px 0px 16px;
}

.product-section .note-text {
    position: static;
    height: 20px;
    left: 0px;
    top: 0px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #4D4D4D;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 4px 0px;
}

.product-section textarea {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px;
    position: static;
    height: 160px;
    left: 0px;
    top: 24px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 8px;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 4px 0px;
    padding: 4px 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 131%;
    letter-spacing: 0.023em;
    color: #4D4D4D;
}

.product-section .bottom-options-container {
    position: sticky;
    width: 100%;
    bottom: 0%;
    left: 0%;
    z-index: 10;
}

.product-section .bottom-options-container .hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    background-color: #EBF5FF;
    color: #0962BA;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    opacity: 0;
    transform: translateY(20px);
    max-height: 0;
    overflow: hidden;
    transition:
        opacity 0.5s ease-in,
        transform 0.5s ease-in,
        max-height 0.5s ease-in;
}

.product-section .bottom-options-container.show .hint {
    opacity: 1;
    transform: translateY(0);
    max-height: 48px;
}

.product-section .bottom-options-container .bottom-options {
    position: sticky;
    height: 80px;
    width: 100%;
    background: #FFFFFF;
    border-top: 0.5px solid #DDDDDD;
}

.shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #dfdfdf 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

/*Skeleton*/

.list-product .skeleton {
    width: 100%;
    padding: 0 16px 0;
    margin-top: -60px;
}

.list-product .skeleton .shine {
    margin-bottom: 18px;
}

.list-product .skeleton .shine:nth-child(1) {
    width: calc(100% + 32px);
    height: 40px;
    background-size: 100% 40px;
    -webkit-animation-name: product-section;
    margin-left: -16px;
    border-radius: 8px;
}

.list-product .skeleton .shine:nth-child(2) {
    width: calc(100% + 32px);
    height: 20px;
    background-size: 100% 20px;
    -webkit-animation-name: product-section;
    margin-left: -16px;
    border-radius: 8px;
}

.list-product .skeleton .shine:nth-child(n+3) {
    width: calc(100% + 32px);
    height: 150px;
    background-size: 100% 150px;
    -webkit-animation-name: product-section;
    margin-left: -16px;
    border-radius: 8px;
}

.product-section .skeleton {
    padding: 0 17px 0;
}

.product-section .skeleton>div>.shine {
    width: calc(100% + 32px);
    height: 360px;
    background-size: 328px 368px;
    -webkit-animation-name: product-section;
    margin-left: -16px;
}

.product-section .skeleton>div>div:nth-child(2) {
    margin: 24px 0 0;
}

.product-section .skeleton>div>div>.shine:nth-child(1) {
    width: 326px;
    height: 16px;
    background-size: 326px 16px;
    -webkit-animation-name: product-section;
    margin-bottom: 5px;
}

.product-section .skeleton>div>div>.shine:nth-child(2) {
    width: 128px;
    height: 12px;
    background-size: 128px 12px;
    -webkit-animation-name: product-section;
    margin-bottom: 24px;
}

.product-section .skeleton>div>div>.shine:nth-child(3) {
    width: 267px;
    height: 10px;
    background-size: 267px 10px;
    -webkit-animation-name: product-section;
    margin-bottom: 6px;
}

.product-section .skeleton>div>div>.shine:nth-child(4) {
    width: 313px;
    height: 10px;
    background-size: 313px 10px;
    -webkit-animation-name: product-section;
    margin-bottom: 6px;
}

.product-section .skeleton>div>div>.shine:nth-child(5) {
    width: 229px;
    height: 10px;
    background-size: 229px 10px;
    -webkit-animation-name: product-section;
}

.product-section .skeleton>div:nth-child(2) {
    display: flex;
    border-top: 1px solid #F0F0F0;
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
}

.product-section .skeleton>div:nth-child(2) {
    display: flex;
    border-top: 1px solid #F0F0F0;
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
    align-items: center;
    margin-left: -17px;
}

.product-section .skeleton>div:nth-child(2) .shine:nth-child(1) {
    width: 98px;
    height: 16px;
    background-size: 98px 16px;
    -webkit-animation-name: product-section;
    position: absolute;
    left: 22px;
}

.product-section .skeleton>div:nth-child(2) .shine:nth-child(2) {
    width: 190px;
    height: 44px;
    background-size: 190px 44px;
    -webkit-animation-name: product-section;
    position: absolute;
    right: 8px;
    margin: unset;
}

@-webkit-keyframes product-section {
    0% {
        background-position: -328px 0;
    }

    100% {
        background-position: 328px 0;
    }
}

.cart-section .skeleton {
    margin: 0 auto;
}

.cart-section .skeleton>div:nth-child(1) {
    width: 100%;
    height: 48px;
    border-bottom: 0.5px solid #F0F0F0;
}

.cart-section .skeleton>div:nth-child(2) {
    padding: 24px 17px 0;
}

.cart-section .skeleton>div:nth-child(2)>div:nth-child(1) {
    display: flex;
    position: relative;
}

.cart-section .skeleton>div:nth-child(2)>div:nth-child(1) .shine:nth-child(1) {
    width: 134px;
    height: 16px;
    background-size: 134px 16px;
    -webkit-animation-name: cart-section;
}

.cart-section .skeleton>div:nth-child(2)>div:nth-child(1) .shine:nth-child(2) {
    width: 88px;
    height: 16px;
    background-size: 88px 16px;
    -webkit-animation-name: cart-section;
    position: absolute;
    right: 17px;
}

.cart-section .skeleton>div:nth-child(3) {
    padding: 32px 17px 0;
}

.cart-section .skeleton>div:nth-child(3)>div {
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    display: flex;
}

.cart-section .skeleton>div:nth-child(3)>div:nth-child(1) {
    margin-bottom: 16px;
}

.cart-section .skeleton>div:nth-child(3)>div>.shine {
    width: 116px;
    height: 116px;
    background-size: 116px 116px;
    -webkit-animation-name: cart-section;
}

.cart-section .skeleton>div:nth-child(3)>div>div {
    padding: 10px 8px 12px;
}

.cart-section .skeleton>div:nth-child(3)>div>div>.shine {
    width: 196px;
    height: 14px;
    background-size: 196px 14px;
    -webkit-animation-name: cart-section;
    margin-bottom: 8px;
}

.cart-section .skeleton>div:nth-child(3)>div>div>div:nth-child(2) {
    display: flex;
    margin-bottom: 38px;
}

.cart-section .skeleton>div:nth-child(3)>div>div>div:nth-child(2)>.shine:nth-child(1) {
    width: 36px;
    height: 18px;
    background-size: 36px 18px;
    -webkit-animation-name: cart-section;
    margin-right: 8px;
}

.cart-section .skeleton>div:nth-child(3)>div>div>div:nth-child(2)>.shine:nth-child(2) {
    width: 90px;
    height: 18px;
    background-size: 90px 18px;
    -webkit-animation-name: cart-section;
}

.cart-section .skeleton>div:nth-child(3)>div>div>div:nth-child(3) {
    display: flex;
    position: relative;
}

.cart-section .skeleton>div:nth-child(3)>div>div>div:nth-child(3)>.shine:nth-child(1) {
    width: 61px;
    height: 16px;
    background-size: 61px 16px;
    -webkit-animation-name: cart-section;
    margin-right: 8px;
}

.cart-section .skeleton>div:nth-child(3)>div>div>div:nth-child(3)>.shine:nth-child(2) {
    width: 98px;
    height: 16px;
    background-size: 98px 16px;
    -webkit-animation-name: cart-section;
    position: absolute;
    right: 8px;
}

.cart-section .skeleton>div:nth-child(4) {
    display: flex;
    margin-top: 40px;
    margin-left: 20px;
}

.cart-section .skeleton>div:nth-child(4) .shine:nth-child(1) {
    width: 19%;
    height: 13.12px;
    background-size: 19% 13.12px;
    -webkit-animation-name: cart-section;
    margin-right: 16px;
    border-radius: 18.75px;
}

.cart-section .skeleton>div:nth-child(4) .shine:nth-child(2) {
    width: 75%;
    height: 13.12px;
    background-size: 75% 13.12px;
    -webkit-animation-name: cart-section;
    border-radius: 18.75px;
}

.cart-section .skeleton>div:nth-child(5) {
    display: flex;
    margin-top: 16px;
    margin-left: 20px;
}

.cart-section .skeleton>div:nth-child(5) .shine:nth-child(1) {
    width: 12%;
    height: 10.5px;
    background-size: 12% 10.5px;
    -webkit-animation-name: cart-section;
    margin-right: 16px;
    border-radius: 18.75px;
}

.cart-section .skeleton>div:nth-child(5) .shine:nth-child(2) {
    width: 82%;
    height: 10.5px;
    background-size: 82% 10.5px;
    -webkit-animation-name: cart-section;
    border-radius: 15px;
}

.cart-section .skeleton>div:nth-child(6) {
    display: flex;
    margin-top: 16px;
    margin-left: 20px;
}

.cart-section .skeleton>div:nth-child(6) .shine:nth-child(1) {
    width: 26%;
    height: 15.75px;
    background-size: 26% 15.75px;
    -webkit-animation-name: cart-section;
    margin-right: 16px;
    border-radius: 22.5px;
}

.cart-section .skeleton>div:nth-child(6) .shine:nth-child(2) {
    width: 68%;
    height: 15.75px;
    background-size: 68% 15.75px;
    -webkit-animation-name: cart-section;
    border-radius: 22.5px;
}

.cart-section .skeleton>div:nth-child(7) {
    display: flex;
    margin-top: 42px;
    margin-left: 20px;
}

.cart-section .skeleton>div:nth-child(7) .shine:nth-child(1) {
    width: 79%;
    height: 13.12px;
    background-size: 79% 13.12px;
    -webkit-animation-name: cart-section;
    margin-right: 16px;
    border-radius: 18.75px;
}

.cart-section .skeleton>div:nth-child(7) .shine:nth-child(2) {
    width: 13%;
    height: 13.12px;
    background-size: 13% 13.12px;
    -webkit-animation-name: cart-section;
    border-radius: 18.75px;
}

.cart-section .skeleton>div:nth-child(8) {
    display: flex;
    margin-top: 32.87px;
    margin-left: 20px;
}

.cart-section .skeleton>div:nth-child(8) .shine:nth-child(1) {
    width: 100%;
    height: 15.75px;
    background-size: 100% 15.75px;
    -webkit-animation-name: cart-section;
    margin-right: 16px;
    border-radius: 22.5px;
}

.cart-section .skeleton>.shine {
    width: calc(100% - 48px);
    margin-left: 24px;
    height: 40px;
    background-size: 100% 40px;
    -webkit-animation-name: cart-section;
    position: absolute;
    bottom: 40px;
    border-radius: 8px;
}

@-webkit-keyframes cart-section {
    0% {
        background-position: -328px 0;
    }

    100% {
        background-position: 328px 0;
    }
}

.final-bill {
    padding-bottom: 40px;
}

.final-bill .skeleton {
    padding: 16px 16px;
}

.final-bill .skeleton>.shine:nth-child(1) {
    width: 112px;
    height: 32px;
    background-size: 112px 32px;
    border-radius: 4px;
    -webkit-animation-name: final-bill-section;
}

.final-bill .skeleton>div:nth-child(2) {
    display: flex;
    margin-top: 16px;
    position: relative;
}

.final-bill .skeleton>div:nth-child(2)>div>.shine:nth-child(1) {
    width: 163px;
    height: 24px;
    background-size: 163px 24px;
    border-radius: 4px;
    -webkit-animation-name: final-bill-section;
    margin-bottom: 4px;
}

.final-bill .skeleton>div:nth-child(2)>div>.shine:nth-child(2) {
    width: 160px;
    height: 16px;
    background-size: 160px 16px;
    border-radius: 4px;
    -webkit-animation-name: final-bill-section;
}

.final-bill .skeleton>div:nth-child(2)>.shine {
    width: 116px;
    height: 20px;
    background-size: 116px 20px;
    border-radius: 4px;
    -webkit-animation-name: final-bill-section;
    position: absolute;
    right: 0;
    top: 0;
}

.final-bill .skeleton>.shine:nth-child(3) {
    width: 100%;
    height: 60px;
    background-size: 100% 60px;
    border-radius: 8px;
    -webkit-animation-name: final-bill-section;
    margin-top: 16px;
}

.final-bill .skeleton>div:nth-child(4) {
    padding-top: 24px;
}

.final-bill .skeleton>div:nth-child(4)>div {
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    display: flex;
}

.final-bill .skeleton>div:nth-child(4)>div:nth-child(1) {
    margin-bottom: 16px;
}

.final-bill .skeleton>div:nth-child(4)>div>.shine {
    width: 116px;
    height: 116px;
    background-size: 116px 116px;
    -webkit-animation-name: final-bill-section;
}

.final-bill .skeleton>div:nth-child(4)>div>div {
    padding: 10px 8px 12px;
}

.final-bill .skeleton>div:nth-child(4)>div>div>.shine {
    width: 196px;
    height: 14px;
    background-size: 196px 14px;
    -webkit-animation-name: final-bill-section;
    margin-bottom: 8px;
}

.final-bill .skeleton>div:nth-child(4)>div>div>div:nth-child(2) {
    display: flex;
    margin-bottom: 38px;
}

.final-bill .skeleton>div:nth-child(4)>div>div>div:nth-child(2)>.shine:nth-child(1) {
    width: 36px;
    height: 18px;
    background-size: 36px 18px;
    -webkit-animation-name: final-bill-section;
    margin-right: 8px;
}

.final-bill .skeleton>div:nth-child(4)>div>div>div:nth-child(2)>.shine:nth-child(2) {
    width: 90px;
    height: 18px;
    background-size: 90px 18px;
    -webkit-animation-name: final-bill-section;
}

.final-bill .skeleton>div:nth-child(4)>div>div>div:nth-child(3) {
    display: flex;
    position: relative;
}

.final-bill .skeleton>div:nth-child(4)>div>div>div:nth-child(3)>.shine:nth-child(1) {
    width: 61px;
    height: 16px;
    background-size: 61px 16px;
    -webkit-animation-name: final-bill-section;
    margin-right: 8px;
}

.final-bill .skeleton>div:nth-child(4)>div>div>div:nth-child(3)>.shine:nth-child(2) {
    width: 98px;
    height: 16px;
    background-size: 98px 16px;
    -webkit-animation-name: final-bill-section;
    position: absolute;
    right: 8px;
}

.final-bill .skeleton>div:nth-child(5)>.shine {
    width: 98px;
    height: 20px;
    background-size: 98px 20px;
    -webkit-animation-name: final-bill-section;
    margin-top: 40px;
    margin-bottom: 16px;
}

.final-bill .skeleton>div:nth-child(5)>div:nth-child(2) {
    display: flex;
    position: relative;
    margin-bottom: 16px;
}

.final-bill .skeleton>div:nth-child(5)>div:nth-child(2)>.shine:nth-child(1) {
    width: 63px;
    height: 16px;
    background-size: 63px 16px;
    -webkit-animation-name: final-bill-section;
}

.final-bill .skeleton>div:nth-child(5)>div:nth-child(2)>.shine:nth-child(2) {
    width: 61px;
    height: 16px;
    background-size: 61px 16px;
    -webkit-animation-name: final-bill-section;
    position: absolute;
    right: 0;
}

.final-bill .skeleton>div:nth-child(5)>div:nth-child(3) {
    display: flex;
    position: relative;
    margin-bottom: 16px;
}

.final-bill .skeleton>div:nth-child(5)>div:nth-child(3)>.shine:nth-child(1) {
    width: 40px;
    height: 16px;
    background-size: 40px 16px;
    -webkit-animation-name: final-bill-section;
}

.final-bill .skeleton>div:nth-child(5)>div:nth-child(3)>.shine:nth-child(2) {
    width: 53px;
    height: 16px;
    background-size: 53px 16px;
    -webkit-animation-name: final-bill-section;
    position: absolute;
    right: 0;
}

.final-bill .skeleton>div:nth-child(5)>div:nth-child(4) {
    display: flex;
    position: relative;
    margin-bottom: 16px;
}

.final-bill .skeleton>div:nth-child(5)>div:nth-child(4)>.shine:nth-child(1) {
    width: 48px;
    height: 24px;
    background-size: 48px 24px;
    -webkit-animation-name: final-bill-section;
}

.final-bill .skeleton>div:nth-child(5)>div:nth-child(4)>.shine:nth-child(2) {
    width: 76px;
    height: 24px;
    background-size: 76px 24px;
    -webkit-animation-name: final-bill-section;
    position: absolute;
    right: 0;
}

.final-bill .skeleton>.shine:nth-child(6) {
    width: 100%;
    height: 2px;
    background-size: 100% 2px;
    -webkit-animation-name: final-bill-section;
    margin-bottom: 16px;
}

.final-bill .skeleton>div:nth-child(7) {
    display: flex;
    position: relative;
    margin-bottom: 16px;
}

.final-bill .skeleton>div:nth-child(7)>.shine:nth-child(1) {
    width: 120px;
    height: 24px;
    background-size: 120px 24px;
    -webkit-animation-name: final-bill-section;
}

.final-bill .skeleton>div:nth-child(7)>.shine:nth-child(2) {
    width: 86px;
    height: 24px;
    background-size: 86px 24px;
    -webkit-animation-name: final-bill-section;
    position: absolute;
    right: 0;
}

.final-bill .skeleton>.shine:nth-child(8) {
    width: 100%;
    height: 2px;
    background-size: 100% 2px;
    -webkit-animation-name: final-bill-section;
    margin-bottom: 16px;
}

@-webkit-keyframes final-bill-section {
    0% {
        background-position: -328px 0;
    }

    100% {
        background-position: 328px 0;
    }
}

.product-section .confirm {
    position: absolute;
    right: 0%;
    top: 0%;
    width: 192px;
    height: 48px;
    display: inline-flex;
    flex-direction: row;
    padding: 10px 8px;
    background: #CCCCCC;
    border-radius: 8px;
    margin-right: 8px;
    margin-top: 16px;
    align-items: center;
    cursor: pointer;
}

.product-section .confirm-enabled {
    background: var(--color-primary);
}

.product-section .confirm-disabled {
    background: var(--color-primary);
}

.product-section .confirm span {
    width: 68px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    /* letter-spacing: 0.28px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #FFFFFF;
    order: 0;
    flex-grow: 0;
}

.product-section .confirm div {
    display: inline-flex;
    position: absolute;
    right: 8px;
}

.product-section .confirm div span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    /* letter-spacing: 0.28px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #FFFFFF;
    order: 0;
    width: max-content;
}

.product-section .confirm[disabled] {
    background: #CCCCCC;
}

/*********** BILL SECTION **********/

.no-bill {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 328px;
    height: 224px;
}

.no-bill div {
    flex-direction: column;
    width: 328px;
    height: 44px;
    order: 1;
    flex-grow: 0;
    text-align: center;
    margin-top: 32px;
}

.no-bill div .first {
    width: 328px;
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #4D4D4D;
}

.no-bill div .second {
    width: 328px;
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #4D4D4D;
    order: 1;
    flex-grow: 0;
    margin-top: 4px;
}

.no-bill svg .fill {
    fill: var(--color-primary);
}

.bill {
    max-width: calc(100% - 32px);
    min-width: 320px;
    padding: 0 8px;
    padding-top: 16px;
    padding-bottom: 40px;
    min-height: calc(100vh - 170px);
}

.bill .bill-title {
    margin-bottom: 24px;
    position: relative;
}

.bill .bill-title span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    /* letter-spacing: 0.4px; */
    color: #4d4d4d;
}

.bill .bill-title button {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: none;
    border: none;
}

.alert-checkout {
    border-radius: 8px;
    border: 0.5px solid #DDD;
    background: #F5F5F5;
    padding: 8px;
    margin: 24px 0;
}

.alert-checkout h3 {
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* margin-bottom: 8px; */
    color: #4D4D4D;
}

.alert-checkout p {
    color: #4D4D4D;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.bill .sub-title {
    margin-bottom: 16px;
    align-items: center;
}

.bill .sub-title span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #4d4d4d;
}

.bill .order-bill {
    position: relative;
}

.bill .order-bill div {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.bill .order-bill span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
}

.bill .order-bill div span:nth-child(2) {
    position: absolute;
    right: 0;
    left: unset;
    top: unset;
}

.bill .order-bill div:last-child span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #4d4d4d;
    user-select: text;
}

.bill .order-bill.only-total div:last-child {
    width: 100%;
    height: 40px;
    background: #F7F7F7;
    border-radius: 8px;
    padding: 10px 8px 8px 8px;
}

.bill .order-bill.only-total div:last-child span:nth-child(2) {
    right: 8px;
}

.bill .order-bill div span.free-shipping {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
    color: #25A65B;
}

.bill .buttons {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.bill .buttons .value-area {
    height: 40px;
    width: 88px;
    text-align: center;
    align-items: center;
    justify-content: left;
    display: flex;
    padding-left: 8px;
}

.bill .value {
    width: 100%;
    height: 40px;
    background: #F7F7F7;
    border-radius: 8px;
    padding: 10px 8px 8px 8px;
}

.bill .value span {
    height: 24px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
    font-feature-settings: 'tnum' on, 'lnum' on, 'cpsp' on;
    color: #4d4d4d;
}

.bill .value span:nth-child(2) {
    float: right;
    margin: 0;
}

.bill .value-area span:nth-child(1) {
    margin-right: 2px;
}

.bill .value-area span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    /* letter-spacing: 0.28px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #4D4D4D;
}

.item-pedido .pedido-extra {
    padding: 8px;
    border-top: 0.5px solid #DDDDDD;
}

.item-pedido .pedido-extra:not(.observacao) {
    display: grid;
}

.item-pedido .pedido-extra .title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    /* letter-spacing: 0.4px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #4D4D4D;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 4px;
}

.item-pedido .pedido-extra span:not(.title) {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #4D4D4D;
}

/*********** FLOATING BUTTON ***********/

.demo-button {
    background: #e4002b;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 53.5%;
    bottom: 76px;
    padding: 8px 12px;
    border-radius: 8px;
    color: #fcfcfc;
}

.hide .demo-button {
    bottom: 124px;
}

.floating-button {
    position: fixed;
    left: 50%;
    bottom: 68px;
    transform: translate(-50%, 0%);
    width: calc(100% - 32px);
    max-width: 384px;
    height: 45px;
    background: var(--color-primary);
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 12px;
    z-index: 10;
}

.floating-button-qtd {
    min-width: 24px;
    padding: 0px 8px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-primary);
    margin-right: 8px;
}

.floating-button>p:nth-child(2) {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.floating-button-value {
    position: absolute;
    right: 12px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.hide {
    display: none;
}

svg {
    vertical-align: middle;
}

svg:not(.not-wl):not(.datepicker-modal *):not(.timepicker-container *):not(.linktree-button.pedir-online *):not(.mapboxgl-map *) * {
    fill: var(--color-primary);
}

/********* CUSTOM ALERT **********/

.custom-alert {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 100000;
    text-align: center;
    transition: max-height 1s ease-in-out;
    max-width: 360px;
    width: 80%;
    font-family: 'Inter';
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #4D4D4D;
    display: grid !important;
    padding: 16px;
    background-color: #fcf8e3;
    border-color: #faebcc;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.custom-alert strong {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

/********** QR CODE **********/

#r-options .leitura-iniciada {
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    /* letter-spacing: 0.4px; */
    color: #4D4D4D;
    padding: 0 12px;
    margin: 8px;
}

#r-options .leitura-tipo {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #4d4d4d;
    font-variant-numeric: lining-nums tabular-nums;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
    padding: 12px 0 8px;
}

#r-options .alterar-camera {
    position: absolute;
    right: 0px;
    height: 20px;
    padding: 0 12px;
    margin: 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    /* letter-spacing: 0.4px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: var(--color-primary);
    cursor: pointer;
}

#r-options {
    width: 100%;
    height: 100%;
}

#r-options svg {
    position: fixed;
    top: 0;
    right: 0;
    margin: 13px 13px 0 0;
    cursor: pointer;
}

body.qr div {
    display: none;
}

#reader,
#r-options {
    display: none;
}

body.qr #reader,
body.qr #r-options {
    display: block;
}

body.qr #reader,
body.qr #r-options {
    z-index: 10000;
    position: relative;
    background: #f5f5f5;
}

body.qr #reader {
    display: flex;
    justify-content: center;
}

body.qr #r-options {
    display: block;
}

body.qr #r-options p {
    display: flex;
    align-items: center;
}

/********* QR ALERT *********/

.bottom-modal-fade {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10001;
    left: 0;
    top: 0;
    display: none;
}

.bottom-modal {
    position: fixed;
    height: 0;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    background: #FFFFFF;
    bottom: 0;
    left: 0;
    z-index: 10002;
    overflow: hidden;
}

#bottom-modal svg:nth-child(1) {
    display: flex;
    height: 32px;
}

#bottom-modal-area {
    width: 328px;
    height: 100%;
}

#bottom-modal-title {
    height: 24px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    /* letter-spacing: 0.28px; */
    color: #4d4d4d;
    margin-bottom: 8px;
}

.bottom-modal-fields {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
    position: relative;
}

.bottom-modal-fields div p:nth-child(1) {
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: 0.28px; */
    color: #4d4d4d;
}

.bottom-modal-fields div p:nth-child(2) {
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
    color: #4d4d4d;
}

.bottom-modal-fields input {
    justify-content: center;
    align-items: center;
    padding: 14px;
    width: 96px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
    color: #4d4d4d;
    position: absolute;
    right: 0;
    text-align: center;
}

.bottom-modal-fields input.error {
    border: 1px solid #B00020;
}

.bottom-modal-fields input[disabled] {
    background: #F7F7F7;
    border: 1px solid #F7F7F7;
    color: #4d4d4d !important;
}

#bottom-modal-topbutton {
    width: 100%;
    height: 24px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
    color: var(--color-primary);
    margin-top: 28px;
    transition: 0.15s;
    cursor: pointer;
}

#bottom-modal-topbutton.change {
    color: #4d4d4d;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    background: #F7F7F7;
    border-radius: 8px;
    margin-top: 24px;
}

#bottom-modal-topbutton.change.error {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    color: #B00020;
}

#bottom-modal-button {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    /* letter-spacing: 0.28px; */
    color: #FFFFFF;
    width: 328px;
    height: 48px;
    background: var(--color-primary);
    border-radius: 4px;
    justify-content: center;
    position: absolute;
    bottom: -48px;
    display: flex;
    cursor: pointer;
}

/********** Lista Final Bill **********/

.list-bill {
    width: 328px;
    padding-top: 24px;
}

.list-bill-all {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    width: 328px;
    height: 93px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 10px;
}

.list-bill-data {
    width: 132px;
    height: 93px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'lnum' on;
    color: #4d4d4d;
    display: block;
    padding-top: 28px;
}

.list-bill-data .date {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    align-items: center;
    text-align: center;
    font-feature-settings: 'lnum' on;
    color: #4d4d4d;
}

.list-bill-data .time {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    font-feature-settings: 'lnum' on;
    color: #4d4d4d;
}

.list-bill-details {
    flex-direction: column;
    align-items: flex-start;
    position: static;
    width: 180px;
    height: 74px;
    order: 1;
    flex-grow: 0;
    margin: 9.5px 8px;
}

.list-bill-details .status span {
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
    /* letter-spacing: 0.4px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #25A65B;
}

.list-bill-details .details {
    width: 180px;
    height: 32px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 12px;
}

.list-bill-details .details span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    font-feature-settings: 'tnum' on, 'lnum' on, 'liga' off;
    color: #4D4D4D;
    order: 0;
    align-self: stretch;
}

.list-bill-details .value-final {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    /* letter-spacing: 0.4px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    margin-top: 4px;
    color: #4D4D4D;
}

/*Final Bill*/

.final-bill #quantity-value {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
    color: #4D4D4D;
    margin-left: 16px;
    min-width: unset;
}

/*Order Select Modal*/

.order-select-modal {
    position: fixed;
    bottom: 0;
    z-index: 100000;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #ffffff;
    height: 0;
    border-radius: 16px 16px 0 0;
    max-width: 720px;
    width: 100%;
    transition: 0.25s;
}

.order-select-modal>.header {
    height: 48px;
}

.order-select-modal.show {
    height: calc(100% - 16px);
    overflow: auto;
    padding-bottom: 40px;
}

.order-select-modal>.header p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4D4D4D;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.order-select-modal-opacity {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: none;
}

.order-select-modal.show~.order-select-modal-opacity {
    display: block;
}

/*Bottom Cta*/

.bottom-cta {
    margin-top: 24px;
    margin-bottom: 4px;
    width: 100%;
    text-align: center;
}

.bottom-cta p {
    font-family: 'Inter', sans-serif;
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    margin-bottom: 4px;
}

@media screen and (min-width: 720px) {
    .search-area .search {
        max-width: 672px;
    }

    .search input {
        width: 608px !important;
    }

    .product-start .list {
        max-width: 672px;
    }

    .product-start .title {
        max-width: 672px;
        height: max-content;
    }

    .product-area .list .product {
        width: 328px;
        top: unset;
        left: unset;
        transform: unset;
    }

    .product-area .list .product.left {
        margin-right: 16px;
    }

    .product-section .image {
        max-width: 328px;
        height: 328px;
        left: 0;
        margin: 0 16px 16px 24px;
        transform: translate(0, 0);
    }

    .product-section .image img {
        border-radius: 8px;
    }

    .responsive-product {
        display: flex;
        padding-top: 24px;
    }

    .product-section .info {
        justify-content: start;
        margin-top: 0;
    }

    .floating-button {
        max-width: 672px;
    }

    .search-area .product-detais:nth-child(odd) {
        margin-right: 16px;
    }

    .bill {
        max-width: 688px;
    }

    .bill .itens {
        display: flex;
        flex-wrap: wrap;
    }

    /*.bill .itens .pedido:nth-child(odd){
        margin-right: 16px;
    }*/
    .responsive-cart {
        display: flex;
    }

    .responsive-cart .telefone-user {
        margin: 16px 0px 4px 0px;
    }

    .responsive-cart .name-user {
        margin-right: 16px;
    }

    .bill .value {
        margin-top: 16px;
    }

    .final-bill .name {
        width: 100%;
    }

    .final-bill .tel-desk .tel,
    .final-bill .tel-desk .desk-num {
        width: 100%;
    }

    .itens-1 {
        margin-right: 16px;
    }

    .product-area .search-area .header-category {
        max-width: 672px;
    }

    .product-section .remove-ingredients,
    .product-section .ingredientes.closed {
        height: 72px;
        min-height: 72px;
    }

    .product-section .skeleton {
        padding: 24px 24px 0;
    }

    .product-section .skeleton>div>.shine {
        width: 328px;
        height: 328px;
        background-size: 328px 328px;
        margin-left: unset;
    }

    .product-section .skeleton>div:nth-child(1) {
        display: flex;
    }

    .product-section .skeleton>div>div:nth-child(2) {
        margin: 0 0 0 17px;
    }

    .product-section .skeleton>div:nth-child(2) {
        margin-left: -24px;
    }

    .list-left {
        width: unset;
        margin-right: 16px;
    }

    .list-right {
        width: unset;
    }

    .bottom-modal-pix-info {
        align-items: center;
    }
}

@media screen and (max-width: 335px) {
    .elegant-button h3 {
        min-width: 30px;
    }

    .elegant-button {
        max-width: 114px;
    }

    .bottom-options .elegant-button {
        margin-left: 4px;
    }

    .product-section .confirm {
        width: 172px;
    }
}

@media screen and (max-width: 720px) {
    .product-section .pizza-alert {
        margin-top: 4px;
    }
}

@media screen and (max-width: 355px) {
    .serves span:not(:nth-child(3)) {
        display: none;
    }
}

/********** COMBO ITENS **********/

.selected-combo {
    display: flex;
    background: #FCFCFC;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 8px;
    margin-left: 16px;
    position: relative !important;
    width: calc(100% - 32px);
}

.selected-combo:first-child {
    margin-top: 16px;
}

.selected-combo {
    margin-bottom: 16px;
}

.selected-combo-quantity {
    position: absolute;
    left: 4px;
    bottom: 4px;
    padding: 4px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #4d4d4d;
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 0;
    z-index: 3;
}

.selected-combo .image {
    border-radius: 8px 0 0 8px;
    margin: -1px 0 0 -1px;
    background-color: #FCFCFC !important;
    z-index: 2;
    height: 112px;
    min-width: 112px;
    max-width: 112px;
    object-fit: cover;
}

.selected-combo .selected-combo-title {
    max-height: 48px;
    margin: 8px 12px 4px 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #4D4D4D;
}

.selected-combo .selected-combo-description {
    margin: 0 12px 8px 8px !important;
    height: 32px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #4D4D4D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.selected-combo .value {
    align-items: center;
    display: flex;
    height: 24px;
    margin: 0 0 8px 8px;
}

.selected-combo .value .measure {
    width: max-content;
    height: 20px;
    background: #F5F5F5;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 4px;
    margin-right: 8px;
    color: #4D4D4D;
}

.selected-combo .value .serves {
    width: max-content;
    height: 20px;
    background: #F5F5F5;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 4px;
    margin-right: 8px;
    color: #4D4D4D;
}

.selected-combo .value .price {
    width: max-content;
    height: 24px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding: 0 9.5px;
    color: #4F4F4F;
}

/*ITEM PEDIDO*/

.item-pedido {
    padding: 0px;
    width: 328px;
    height: max-content;
    border: 0.5px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 16px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.item-pedido .pedido-produto {
    width: 328px;
    display: flex;
}

.item-pedido .pedido-produto .product-image {
    min-width: 116px;
    max-width: 116px;
    height: 116px;
    object-fit: cover;
}

.item-pedido .pedido-produto .description {
    position: relative;
    min-height: 116px;
    width: 100%;
}

.item-pedido .pedido-produto .description .product-header {
    padding: 8px 8px 0;
    height: 100%;
    margin-bottom: 40px;
}

.item-pedido .pedido-produto .description .product-title {
    width: calc(100% - 32px);
    height: max-content;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: "pnum", "lnum";
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
}

.pedido-produto .elegant-button h3[quantity="0"],
.pedido-produto .elegant-button h3[quantity="0"]~div:nth-child(2) {
    display: flex !important;
}

.item-pedido .pedido-produto .description .product-weight {
    display: flex;
    width: 100%;
}

.item-pedido .pedido-produto .description .product-weight div {
    width: max-content;
    height: 20px;
    padding: 0px 4px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    border: 0.25px solid #DDDDDD;
}

.item-pedido .pedido-produto .description .product-weight img {
    height: 14px;
    width: 14px;
    margin-right: 2px;
}

.item-pedido .pedido-produto .description .product-weight span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4D4D4D;
}

.edit-item-pedido {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #FCFCFC;
    box-shadow: 0px 1px 2px -0.5px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    border: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-item-pedido svg {
    min-width: 14px;
    min-height: 14px;
}

/*DIVIDER*/

.divider {
    border-bottom: 0.5px solid #DDDDDD;
    margin-bottom: 16px;
}

/*FINISH BILL*/

.finish-bill {
    width: 720px;
    height: calc(100% - 16px);
    background: #FCFCFC;
    z-index: 100000;
    position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 16px 16px 0 0;
}

.finish-bill div {
    text-align: center;
}

.finish-bill img {
    width: 128px;
    margin-bottom: 24px;
}

.finish-bill p {
    height: 32px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #4D4D4D;
    margin-top: 24px;
    margin-right: 6px;
    width: max-content;
}

.finish-bill p.finished {
    color: #25A65B;
    margin: unset;
    margin-bottom: 4px;
}

.finish-bill p.text {
    height: unset;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #4D4D4D;
    margin: unset;
}

.finish-bill p.mail {
    font-weight: 600;
}

.finish-bill span {
    height: 32px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 80px;
    color: #4D4D4D;
    opacity: 0;
}

.finish-bill span:nth-child(2) {
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.1s;
    animation: dot 1.3s infinite;
    animation-delay: 0.1s;
}

.finish-bill span:nth-child(3) {
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: dot 1.3s infinite;
    animation-delay: 0.2s;
}

.finish-bill span:nth-child(4) {
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: dot 1.3s infinite;
    animation-delay: 0.3s;
}

@keyframes dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.finish-bill input[type="submit"] {
    justify-content: center;
    padding: 4px 8px;
    width: 192px;
    height: 32px;
    background: #4D4D4D;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #FCFCFC;
    margin-top: 24px;
    border: none;
}

/*Dropdown Districts*/

.dropdown-districts {
    width: 100%;
    cursor: pointer;
    margin-top: 16px;
}

.dropdown-districts-button {
    display: flex;
    height: 40px;
    align-items: center;
    place-content: space-between;
    border-radius: 8px;
    background: var(--color-primary-radioe);
    padding: 0 8px 0 16px;
    transition: 0.2s;
}

.dropdown-districts-button.error {
    animation: pulse-error 1.5s infinite;
}

@keyframes pulse-error {
    0% {
        box-shadow: 0 0 0 0 rgba(176, 0, 32, 0.4);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(176, 0, 32, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(176, 0, 32, 0);
    }
}

.dropdown-districts-button.error::after {
    content: "Escolha o bairro";
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    color: #c52727;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    background: #f8e8e8;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding-left: 16px;
}

.dropdown-districts-button:hover {
    box-shadow: 0px 0px 4px 0px var(--color-primary-radio);
}

.dropdown-districts-button.selected:hover {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}

.dropdown-districts-button.clicked {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid#DDD;
}

.dropdown-districts-button.clicked,
.dropdown-districts-button.selected {
    background: #FCFCFC;
    border: 1px solid#DDD;
}

.dropdown-districts-button span {
    color: var(--color-primary);
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 240px;
}

.dropdown-districts-button.clicked span,
.dropdown-districts-button.selected span {
    color: #4D4D4D;
}

.dropdown-districts-button.selected span {
    font-weight: 500;
}

.dropdown-districts-button svg {
    min-width: 24px;
    height: 24px;
    align-self: center;
    margin-left: 8px;
}

.dropdown-districts-button.clicked svg {
    transform: rotate(180deg);
}

.dropdown-districts-button.clicked svg path,
.dropdown-districts-button.selected svg path {
    fill: #4D4D4D !important;
}

.dropdown-districts-button.error svg {
    z-index: 1;
}

.dropdown-districts-button.error svg path {
    fill: #c52727 !important;
}

.dropdown-districts-content {
    display: none;
    max-height: 280px;
    border-radius: 12px;
    border: 1px solid#DDD;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
    background: #FCFCFC;
    padding: 8px;
    margin-top: 8px;
    z-index: 10;
    position: absolute;
}

.dropdown-districts-content.show {
    display: block !important;
}

.dropdown-districts-noresults {
    display: none;
    padding: 40px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    color: #4D4D4D;
    text-align: center;
}

.dropdown-districts-content .option-district {
    display: flex;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #FCFCFC;
    color: #4D4D4D !important;
    font-size: 14px;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.option-district-name {
    display: flex;
    text-align: left;
    width: calc(100% - 72px);
}

.dropdown-districts-content .option-district:hover {
    color: var(--color-primary) !important;
    align-self: stretch;
    border-radius: 8px;
    box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.30), 0px 0px 2px 0px rgba(0, 0, 0, 0.25) inset;
}

.dropdown-districts-content .option-district.selected {
    color: var(--color-primary) !important;
    font-weight: 500 !important;
}

.dropdown-districts-content .option-district.selected .svg-district-yes {
    display: flex;
}

.dropdown-districts-content .option-district.selected:hover {
    color: #4D4D4D !important;
    border-radius: 8px;
    border: 1px solid #4D4D4D;
    background: #F5F5F5;
    padding: 7px;
}

.dropdown-districts-content .option-district.selected:hover .svg-district-no {
    display: block;
}

.dropdown-districts-content .option-district.selected:hover .svg-district-yes {
    display: none !important;
}

.dropdown-districts-content .dropdown-districts-list {
    display: flex;
    flex-direction: column;
    max-height: 216px;
    align-items: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 8px;
}

.dropdown-districts-content .dropdown-districts-list::-webkit-scrollbar {
    width: 0;
}

.dropdown-districts-content .dropdown-districts-list::-webkit-scrollbar-track {
    background: transparent;
}

.option-district-name>div {
    display: flex;
    justify-content: center;
}

.svg-district-yes,
.svg-district-no {
    display: none;
    margin-left: -4px;
}

.dropdown-districts-search {
    position: relative;
    display: flex;
    align-items: center;
    align-self: center;
    box-sizing: border-box;
    justify-content: space-between;
}

.dropdown-districts-search svg {
    position: absolute;
    right: 8px;
}

.dropdown-districts-search input[type="text"] {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 0px 40px 0 8px;
    border: none;
    border-bottom: 1px solid #DDD;
    background: #FCFCFC;
    color: #4D4D4D;
    font-size: 14px;
    transition: 0.2s;
}

.dropdown-districts-search input[type="text"]:focus {
    outline: none;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
}

.option-district-price {
    white-space: nowrap;
}

.option-district.unavailable .option-district-price {
    color: #B00020;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*Select Text*/

.linktree-profile-address p {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/*Tooltip*/

.toolinfo {
    position: absolute;
    background: #000000;
    border-radius: 4px;
    width: fit-content;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 4px 8px;
    z-index: 100000;
    transition: 0.2s;
    text-align: center;
}

.toolinfo svg {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.toolinfo.bottom svg {
    top: unset;
    bottom: -6px;
    transform: translate(-50%, 0px) rotate(180deg);
}

.toolinfo.right svg {
    right: -9px;
    top: 50%;
    left: unset;
    transform: translate(0, -50%) rotate(90deg);
}

.toolinfo.left svg {
    left: -9px;
    top: 50%;
    transform: translate(0, -50%) rotate(270deg);
}

/*Skeleton Modal*/

.order-select-modal .skeleton {
    padding: 16px 18px;
}

.order-select-modal .shine {
    border-radius: 8px;
}

.order-select-modal .skeleton>.shine:nth-child(1) {
    width: 200px;
    height: 32px;
    background-size: 200px 32px;
    -webkit-animation-name: order-select-modal;
    margin-bottom: 18px;
}

.order-select-modal .skeleton>.shine:nth-child(2) {
    width: 100%;
    height: 32px;
    background-size: 100% 32px;
    -webkit-animation-name: order-select-modal;
    margin-bottom: 18px;
}

.order-select-modal .skeleton>.shine:nth-child(3) {
    width: 100%;
    height: 236px;
    background-size: 100% 236px;
    -webkit-animation-name: order-select-modal;
    margin-bottom: 18px;
}

.order-select-modal .skeleton>.shine:nth-child(4) {
    width: 100%;
    height: 194px;
    background-size: 100% 194px;
    -webkit-animation-name: order-select-modal;
    margin-bottom: 18px;
}

.order-select-modal .skeleton>.shine:nth-child(5) {
    width: 100%;
    height: 58px;
    background-size: 100% 58px;
    -webkit-animation-name: order-select-modal;
    margin-bottom: 18px;
}

.order-select-modal .skeleton>.shine:nth-child(6) {
    width: 100%;
    height: 123px;
    background-size: 100% 123px;
    -webkit-animation-name: order-select-modal;
    margin-bottom: 18px;
}

@-webkit-keyframes order-select-modal {
    0% {
        background-position: -328px 0;
    }

    100% {
        background-position: 328px 0;
    }
}

/*Gestor Header*/

.gestor-header {
    width: calc(100% - 32px);
    border-radius: 8px;
    background: rgba(235, 245, 255, 0.70);
    backdrop-filter: blur(4px);
    padding: 4px 12px;
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9998;
}

.gestor-header>div {
    display: flex;
    align-items: center;
    max-width: 720px;
    margin: 0 auto;
}

.gestor-header.top {
    top: 0;
    width: 100%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: saturate(130%) blur(12px);
    backdrop-filter: saturate(130%) blur(12px);
    padding: 20px 28px;
}

@media screen and (min-width: 755px) {
    .gestor-header {
        width: 720px;
    }
}

.gestor-header>div>svg {
    margin-right: 4px;
}

.gestor-header>div>p {
    width: 100%;
    color: #0962BA;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.gestor-header>div>a {
    height: 24px;
    color: #4D4D4D;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    align-items: center;
    padding: 0;
    cursor: pointer;
}

.gestor-header>div>a svg {
    margin-left: 2px;
}

.gestor-header.top>div>a {
    display: none;
}

/********* Bottom Modal Pix *********/

.bottom-modal-pix-fade {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10001;
    left: 0;
    top: 0;
    display: none;
}

.bottom-modal-pix {
    position: fixed;
    height: 0;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    background: #FFFFFF;
    bottom: 0;
    left: 0;
    z-index: 10002;
    overflow: auto;
}

#bottom-modal-pix svg:nth-child(1) {
    display: flex;
    height: 32px;
}

#bottom-modal-pix-area {
    width: 100%;
    max-width: 400px;
    height: 100%;
    padding: 0 16px;
}

.bottom-modal-pix-title {
    display: flex;
    height: 24px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    justify-content: center;
    color: #4D4D4D;
    margin-bottom: 16px;
}

.bottom-modal-pix-title svg {
    margin-right: 4px;
}

.bottom-modal-pix-value {
    margin-bottom: 16px;
    text-align: center;
}

.bottom-modal-pix-value p:nth-child(1) {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #4D4D4D;
    user-select: text;
}

.bottom-modal-pix-value p:nth-child(2) {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #4D4D4D;
}

.bottom-modal-pix-key {
    display: flex;
    align-items: center;
    border: 0.5px solid #DDDDDD;
    background: #F5F5F5;
    padding: 8px;
    width: 100%;
    border-radius: 8px;
    position: relative;
    margin-bottom: 16px;
}

.bottom-modal-pix-key p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #4D4D4D;
    max-width: 68%;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.bottom-modal-pix-key button {
    display: flex;
    align-items: center;
    position: absolute;
    padding: 0 8px;
    right: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-primary);
    border: none;
    background: none;
}

.bottom-modal-pix-key button::before {
    content: "Copiar chave";
}

.bottom-modal-pix-key button.copied {
    color: #25A65B;
}

.bottom-modal-pix-key button.copied::before {
    content: "Copiado";
}

.bottom-modal-pix-key button.copied svg path {
    fill: #25A65B !important;
    d: path("M16.5 8.5C16.5 10.6217 15.6571 12.6566 14.1569 14.1569C12.6566 15.6571 10.6217 16.5 8.5 16.5C6.37827 16.5 4.34344 15.6571 2.84315 14.1569C1.34285 12.6566 0.5 10.6217 0.5 8.5C0.5 6.37827 1.34285 4.34344 2.84315 2.84315C4.34344 1.34285 6.37827 0.5 8.5 0.5C10.6217 0.5 12.6566 1.34285 14.1569 2.84315C15.6571 4.34344 16.5 6.37827 16.5 8.5ZM12.53 5.47C12.4586 5.39882 12.3735 5.34277 12.2799 5.30522C12.1863 5.26766 12.0861 5.24936 11.9853 5.25141C11.8845 5.25347 11.7851 5.27583 11.6932 5.31717C11.6012 5.35851 11.5185 5.41797 11.45 5.492L7.977 9.917L5.884 7.823C5.74183 7.69052 5.55378 7.6184 5.35948 7.62183C5.16518 7.62525 4.97979 7.70397 4.84238 7.84138C4.70497 7.97879 4.62625 8.16418 4.62283 8.35848C4.6194 8.55278 4.69152 8.74083 4.824 8.883L7.47 11.53C7.54128 11.6012 7.62616 11.6572 7.71958 11.6949C7.813 11.7325 7.91305 11.7509 8.01375 11.7491C8.11444 11.7472 8.21374 11.7251 8.3057 11.684C8.39766 11.6429 8.4804 11.5837 8.549 11.51L12.541 6.52C12.6771 6.3785 12.7523 6.18928 12.7504 5.99296C12.7485 5.79664 12.6698 5.60888 12.531 5.47H12.53Z");
}

.bottom-modal-pix-key button svg {
    margin-left: 4px;
}

.bottom-modal-pix-info {
    background: #EBF5FF;
    padding: 8px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #0962BA;
    display: flex;
    margin-bottom: 16px;
}

.bottom-modal-pix-info svg {
    margin-right: 6px;
    min-width: 24px;
}

.bottom-modal-pix-whatsapp {
    width: 100%;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #128C7E;
    margin-bottom: 16px;
    padding: 12px 0;
    border: 0.5px solid #0B132412;
    box-shadow: 0px -0.5px 0px 0px #0B13241A inset;
    box-shadow: 0px 0.5px 3px 0px #0B13241A;
}

.bottom-modal-pix-whatsapp svg {
    margin-right: 8px;
}

.bottom-modal-pix-close {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--color-primary);
    cursor: pointer;
    width: 100%;
    text-align: center;
}

/*Input Group*/

.input-group .dropdown-menu {
    position: absolute;
    transform: translate3d(123px, 34px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.input-group .dropdown-toggle {
    display: flex;
    align-items: center;
    width: 88px;
    height: 32px;
    background: none;
    background: var(--color-primary-radioe);
    border: 1px solid #DDDDDD;
    border-left: none;
    border-radius: 0 8px 8px 0;
    color: var(--color-primary);
}

.input-group .dropdown-toggle p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-primary);
    margin-bottom: 0 !important;
    width: 100%;
}

/*Iframe*/

.iframe .final-bill>.header,
.iframe .bottom-bar,
.iframe .linktree,
.iframe .gestor-header {
    display: none !important;
}

.iframe .floating-button {
    bottom: 104px;
}

.iframe .order-select-info {
    position: unset;
}

.iframe .bill-title {
    display: none;
}

.iframe .final-bill,
.iframe .final-bill .bill {
    padding-top: 0;
}

/*Tabs Main Hint*/

.tabs-main-hint {
    padding: 16px;
    width: calc(100% - 32px);
    background: #F5F5F5;
    border-radius: 8px;
    position: relative;
    margin: 16px 16px 0;
}

.tabs-main-hint svg {
    position: absolute;
    left: 14px;
    top: 16px;
}

.tabs-main-hint p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    margin-bottom: 0;
    padding-left: 34px;
}

/* extra-fee-bottomsheet */

.extra-fee-bottomsheet {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;

    & .fee-modal {
        position: fixed;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 24px;
        padding: 24px 16px 40px 16px;
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        background-color: #FFFFFFFF;
        bottom: 0;
        z-index: 10000000000;
        width: 100%;

        & h2 {
            font-family: Inter;
            font-size: 20px;
            font-weight: 500;
            line-height: 32px;
            text-align: center;
            color: #4D4D4D;
        }

        & p {
            font-family: Inter;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            text-align: center;
            color: #4D4D4D;
        }

        & .button {
            font-family: Inter;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            text-align: center;
            color: var(--color-primary);
            cursor: pointer;
        }
    }
}

/* Address Confirm */

.address-confirm {
    width: 100%;
    background: #FFFFFF;
    margin: 0 auto;
    max-width: 720px;
    height: 0;
    overflow: hidden;
    transition: 0.2s;
    position: fixed;
    z-index: 100000;
    border-radius: 16px 16px 0 0;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.address-confirm-opacity {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: none;
}

.address-confirm .map-skeleton {
    width: 100%;
    min-height: calc(100vh - 192px);
    display: none;
    position: relative;
}

.address-confirm .map-skeleton img {
    width: 100%;
    min-height: calc(100vh - 192px);
    object-fit: cover;
    filter: blur(6px);
}

.address-confirm .map-skeleton div {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 18px);
    width: 3rem;
    height: 3rem;
    border: .40em solid var(--color-primary);
    border-right-color: transparent;
    z-index: 1000;
}

.address-confirm.loading .map-skeleton {
    display: block;
}

.address-confirm.loading #map {
    display: none;
}

.address-confirm-opacity.opened {
    display: block;
}

.address-confirm-opacity.opened~.address-confirm {
    height: calc(100% - 64px);
    overflow: auto;
}

.back-arrow-address-confirm {
    position: absolute;
    width: 48px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    cursor: pointer;
}

.address-confirm .header p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #4D4D4D;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-confirm-area-body .mapboxgl-map {
    width: 100%;
    min-height: calc(100vh - 234px) !important;
}

.address-confirm-area-body p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 18px;
    color: #4D4D4D;
    text-align: left;
    overflow: hidden;
    padding: 40px 24px;
}

.address-confirm-area-button {
    height: 50px;
    background: var(--color-primary);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    width: calc(100% - 48px);
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 5000;
    margin: 48px auto;
}

.address-confirm-area-button::before {
    content: "Confirmar localização";
}

.address-confirm-area-button .spinner-border {
    margin-left: 16px;
    display: none;
}

.address-confirm-area-button[disabled]::before {
    content: "Confirmando localização";
}

.address-confirm-area-button[disabled] {
    opacity: 0.8;
    cursor: wait;
}

.address-confirm-area-button[disabled] .spinner-border {
    display: block;
}

.address-confirm-area-body .maplibregl-marker path {
    fill: var(--color-primary);
}

.address-confirm-alert {
    background: #B00020;
    color: #FFF0F2;
    border-radius: 8px;
    border: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    z-index: 1000000;
    width: calc(100% - 48px);
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 50px;
    display: none;
}

/*Spinner Border*/

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

/*Modal*/

.modal-exclude-product {
    border-radius: 16px;
    border: 1px solid #DDD;
    background: #FCFCFC;
    min-width: 200px;
    overflow: hidden;
    z-index: 1000000001;
}

.modal-exclude-product.category {
    width: 288px;
}

.modal-exclude-product-body {
    padding: 16px;
    display: flex;
    align-items: center;
}

.modal-exclude-product.category .modal-exclude-product-body {
    flex-direction: column;
}

.modal-exclude-product-body img {
    width: 96px;
    height: 96px;
    border-radius: 8px;
    border: 0.25px solid #DDD;
    background: #F5F5F5;
    object-fit: cover;
    margin-right: 16px;
}

.modal-exclude-product-body p {
    color: #4D4D4D;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
}

.modal-exclude-product-body h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #4D4D4D;
    margin: 8px 0;
}

.modal-exclude-product-body h3 b {
    color: #B00020;
}

.modal-exclude-product-body h4 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #4D4D4D;
    margin-bottom: 8px;
}

.modal-exclude-product-body h2 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #B00020;
}

.modal-exclude-product-body img~p {
    text-align: left;
    max-width: 272px;
}

.modal-exclude-product-footer {
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 0.5px solid #DDDDDD
}

.modal-exclude-product-footer button {
    width: 100%;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: #FCFCFC;
    border: none;
    color: #4D4D4D;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    transition: 0.2s;
}

.can-copy {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.modal-exclude-product-footer button svg {
    display: none;
    margin-left: 8px;
    width: 24px;
    height: 24px;
}

.modal-exclude-product-footer button:nth-child(1):hover {
    color: var(--color-primary);
    text-decoration: underline !important;
}

.modal-exclude-product-footer button:nth-child(2) {
    color: #B00020;
    background: #FFF0F2;
}

.modal-exclude-product-footer button:nth-child(2):not([disabled]):hover {
    background: #B00020;
    color: #FCFCFC;
}

.modal-exclude-product-footer button[disabled]:nth-child(2) {
    background: #F7F7F7;
    cursor: wait;
}

.loading .modal-exclude-product-footer button:nth-child(2)::before {
    content: "Excluir";
}

.loading .modal-exclude-product-footer button:nth-child(2)[title]::before {
    content: attr(title);
}

.loading .modal-exclude-product-footer button[disabled]:nth-child(2) {
    background: #FFF0F2;
}

.loading .modal-exclude-product-footer button[disabled]:nth-child(2)::before {
    content: "Excluindo";
}

.loading .modal-exclude-product-footer button[disabled]:nth-child(2)[clicked]::before {
    content: attr(clicked);
}

.loading .modal-exclude-product-footer button[disabled]:nth-child(2) svg {
    display: block;
}

@media screen and (min-width: 720px) {
    .address-confirm .header p {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        color: #4D4D4D;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 720px) {
    .cart-area .item-pedido {
        max-width: 100%;
        width: unset;
        min-width: 328px;
    }

    .cart-area .item-pedido .pedido-produto {
        max-width: 100%;
        width: 100%;
        min-width: 328px;
    }

    .cart-area .item-pedido .elegant-button {
        background: #F5F5F5;
        border-radius: 16px;
        max-width: fit-content;
    }

    .cart-area .bill .buttons {
        width: 100%;
        place-content: space-between;
        padding: 4px 8px;
    }
}

@media screen and (max-width: 380px) {
    .cart-area .item-pedido .elegant-button {
        background: unset;
    }

    .cart-area .bill .buttons {
        padding: 0 4px 0 2px;
    }
}

@media only screen and (max-width: 800px) {
    .address-confirm .header p {
        font-size: 15px;
    }

    .address-confirm-opacity.opened~.address-confirm {
        height: calc(100% - 24px);
    }

    .address-confirm-area-body .mapboxgl-map {
        width: 100%;
        min-height: calc(100vh - 192px) !important;
    }

    .address-confirm-area-body p {
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-size: 14px;
        padding: 24px 16px;
    }

    .address-confirm-area-button {
        margin: 24px auto;
    }
}