﻿html {
    scroll-behavior: smooth;
}

body {
    background: #fff8f0;
    color: #25211d;
}

.topo {
    background: linear-gradient(135deg, #9f171d 0%, #c9242a 58%, #ef9b25 100%);
    box-shadow: 0 8px 28px rgba(70, 25, 9, 0.18);
}

.topo .container {
    max-width: 1180px;
}

.topo img[alt="logo"] {
    max-height: 92px;
    object-fit: contain;
}

.topo a {
    font-weight: 700;
    text-decoration: none !important;
}

.topo a:hover {
    color: #ffe6b0 !important;
}

.menu {
    background: #241b17;
    border-top: 0;
    box-shadow: 0 8px 20px rgba(22, 16, 12, 0.14);
}

.panel,
.well,
.list-group-item,
.thumbnail,
.img-thumbnail {
    border-radius: 8px !important;
}

.panel {
    border: 1px solid #ead9c7;
    box-shadow: 0 10px 28px rgba(70, 25, 9, 0.08);
}

.panel-heading-red {
    background: #b51f25 !important;
    border-color: #b51f25 !important;
}

.btn-primary,
.btn-success,
.btn-danger {
    border: 0;
    border-radius: 6px;
    font-weight: 800;
    text-transform: none;
    box-shadow: 0 8px 18px rgba(153, 35, 18, 0.16);
}

.btn-primary {
    background: #c9242a;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #a7191f;
}

.btn-success {
    background: #188b46;
}

.btn-danger {
    background: #e05f1f;
}

.form-control,
.input-lg {
    border-radius: 6px;
    border-color: #e5d4c4;
    box-shadow: none;
}

.form-control:focus {
    border-color: #c9242a;
    box-shadow: 0 0 0 3px rgba(201, 36, 42, 0.12);
}

.media {
    background: #ffffff;
    border: 1px solid #efdfcf;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 14px;
}

.media-object {
    width: 90px;
    height: 80px;
    object-fit: cover;
    background: #fff;
}

.media-heading,
.media h4 {
    color: #231b16;
    font-weight: 800;
}

#painel-carrinho {
    overflow: hidden;
}

#painel-carrinho .carrinho-bg {
    background: #fff;
}

#painel-carrinho .carrinho-total,
#divTotal {
    background: #188b46;
    color: #fff;
    border-radius: 6px;
    font-weight: 800;
}

.affix,
.affix-top {
    right: max(15px, calc((100vw - 1170px) / 2));
}

footer,
.footer {
    background: #241b17;
    color: #fff;
}

/* The original package depends on Font Awesome webfonts that are missing from
   the archive. These rules prevent the browser from showing empty squares. */
.fa {
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 800;
    text-rendering: auto;
}

.fa:before {
    content: "";
}

.topo .fa-3x,
.topo .fa-phone,
.menu .fa-3x,
.navmenu .fa {
    display: none !important;
}

.input-group-addon .fa,
.btn .fa,
.add-item .fa,
.add-meia .fa,
.btn-plus-minus .fa {
    min-width: 16px;
}

.fa-envelope:before { content: "@"; }
.fa-lock:before { content: "*"; }
.fa-search:before { content: "OK"; font-size: 11px; }
.fa-plus-circle:before { content: "+"; }
.fa-remove:before { content: "x"; }
.fa-check-circle-o:before { content: ""; }
.fa-chevron-up:before { content: "^"; }
.fa-warning:before { content: "!"; }
.fa-bars:before { content: "Menu"; font-size: 14px; }

.topo .text-center a {
    display: inline-block;
    min-width: 86px;
    padding: 12px 8px;
    border-radius: 8px;
}

.topo .text-center a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.topo .margin-full-30 {
    margin-top: 26px;
}

.menu {
    min-height: 20px;
}

.menu .container {
    max-width: 1180px;
}

.menu span,
.menu .text-white {
    font-weight: 800;
}

.tamh {
    min-height: 560px;
}

.tamh form {
    background: #ffffff;
    border: 1px solid #efdfcf;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(70, 25, 9, 0.1);
    padding: 26px;
}

.tamh form .btn-block {
    min-height: 48px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .topo .pull-right {
        float: none !important;
        display: block;
        text-align: center;
    }

    .topo img[alt="logo"] {
        max-height: 76px;
        margin-left: auto;
        margin-right: auto;
    }

    .margin-full-30 {
        margin: 14px 0 8px;
    }

    .affix,
    .affix-top,
    .fixed {
        position: static !important;
        width: auto !important;
        right: auto !important;
    }

    #painel-carrinho {
        margin-top: 18px;
    }

    .topo .text-center a {
        min-width: 72px;
        padding: 10px 6px;
    }
}

@media (max-width: 767px) {
    body {
        background: #fff;
    }

    .topo {
        text-align: center;
    }

    .topo .col-xs-5,
    .topo .col-xs-4 {
        width: 100%;
        float: none;
    }

    .menu .col-xs-3 {
        width: 50%;
        min-height: 78px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .media {
        display: block;
    }

    .media-left,
    .media-body {
        display: block;
        width: 100%;
    }

    .media-object {
        width: 100%;
        height: 190px;
        margin: 0 auto 12px;
        object-fit: contain;
    }

    .btn,
    .input-lg {
        min-height: 44px;
    }

    .tamh {
        min-height: 0;
        padding-top: 24px;
        padding-bottom: 40px;
    }

    .tamh form {
        padding: 20px;
    }
}

/* Final mobile pass: the original Font Awesome files are incomplete in this
   static backup, so hide those glyphs and keep the layout inside the screen. */
html,
body,
.canvas {
    max-width: 100%;
    overflow-x: hidden;
}

body .fa {
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 800 !important;
}

body .fa:before {
    content: "" !important;
}

body .fa:not(.fa-shopping-cart):not(.fa-bars) {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body .navbar-toggle .fa-shopping-cart,
body .navbar-toggle .fa-bars {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0 !important;
    line-height: 1 !important;
    color: #fff !important;
}

body .navbar-toggle .fa-shopping-cart:before {
    content: "Carr." !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    color: #fff !important;
}

body .navbar-toggle .fa-bars:before {
    content: "Menu" !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    color: #fff !important;
}

body img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    body {
        background: #fff8f0;
        font-size: 16px;
    }

    .topo {
        overflow: hidden;
        text-align: left;
    }

    .topo .container,
    .menu .container,
    .tamh .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .topo .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .topo .row,
    .tamh .row {
        margin-left: 0;
        margin-right: 0;
    }

    .topo p.text-white {
        margin: 0;
        padding: 6px 0 0;
        text-align: right;
        font-size: 14px;
        line-height: 1.2;
    }

    .topo p.text-white .pull-right {
        float: none !important;
        display: block;
        text-align: right;
        white-space: nowrap;
    }

    .topo .col-xs-5,
    .topo .col-xs-7 {
        float: left;
        padding-left: 0;
        padding-right: 0;
    }

    .topo .col-xs-5 {
        width: 48%;
    }

    .topo .col-xs-7 {
        width: 52%;
    }

    .topo img[alt="logo"] {
        width: 100%;
        max-width: 170px;
        max-height: none;
        margin: 18px 0 14px !important;
    }

    .topo .navbar {
        min-height: 82px;
        margin: 0;
        padding-top: 18px !important;
        border: 0 !important;
    }

    .topo .navbar-header {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        width: 100%;
    }

    .topo .navbar-toggle {
        float: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 58px;
        margin: 0;
        border: 2px solid rgba(36, 27, 23, 0.45);
        border-radius: 7px;
        background: transparent !important;
    }

    .menu .container {
        padding: 9px 16px !important;
    }

    .menu span {
        display: block;
        font-size: 18px;
        line-height: 1.2;
    }

    .tamh {
        padding-top: 18px;
        padding-bottom: 90px;
    }

    .tamh .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .tamh .col-xs-12,
    .tamh .col-xs-10,
    .tamh .col-xs-3 {
        padding-left: 0;
        padding-right: 0;
    }

    .select2-container,
    .select2-container .select2-choice,
    .select2-drop,
    .select2-dropdown {
        width: 100% !important;
        max-width: 100% !important;
    }

    .select2-container .select2-choice {
        min-height: 52px;
        padding-top: 10px;
        font-size: 18px;
    }

    .panel-group .panel,
    .panel-heading,
    .panel-collapse,
    .panel-body {
        max-width: 100%;
    }

    .panel-title,
    .panel-heading a {
        font-size: 18px;
        line-height: 1.25;
    }

    .panel-body {
        padding: 10px;
    }

    .media {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        padding: 10px;
        margin: 0 0 12px;
    }

    .media-left {
        display: block;
        flex: 0 0 102px;
        width: 102px;
        padding-right: 0 !important;
    }

    .media-object {
        width: 98px !important;
        height: 86px !important;
        margin: 0;
        object-fit: cover;
    }

    .media-body {
        display: block;
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
    }

    .media-heading {
        margin: 0 0 6px;
        font-size: 21px;
        line-height: 1.12;
    }

    .media-heading .pull-right {
        float: none !important;
        display: block;
        margin-top: 5px;
    }

    .media-heading small {
        padding-right: 8px !important;
        font-size: 15px;
    }

    .media-heading b {
        font-size: 20px;
    }

    .media .text-success {
        display: block;
        font-size: 16px;
        line-height: 1.25;
    }

    .media .pull-right {
        float: none !important;
        clear: both;
        display: block;
        margin-top: 8px;
        text-align: left;
    }

    .sel-option {
        width: 100% !important;
        max-width: 100%;
        min-height: 44px;
        font-size: 16px;
    }

    .add-item,
    .add-meia {
        max-width: 100%;
        margin: 6px 6px 0 0;
        padding: 8px 10px;
        font-size: 14px;
        line-height: 1.25;
        white-space: normal;
    }

    .visible-xs[style*="position: fixed"] {
        left: 0 !important;
        right: 0 !important;
        bottom: 74px !important;
        text-align: center;
        pointer-events: none;
    }

    .visible-xs[style*="position: fixed"] .scroll-to-up {
        display: inline-block;
        width: auto;
        pointer-events: auto;
    }

    #side-carrinho {
        position: static !important;
        width: 100% !important;
    }

    #side-carrinho-mobile.navmenu {
        width: 86vw;
        max-width: 320px;
        padding: 14px 10px;
        background: #fff8f0;
        overflow-x: hidden;
    }

    #side-carrinho-mobile .col-xs-offset-1 {
        width: 100%;
        margin-left: 0;
    }

    #side-carrinho-mobile .panel {
        margin-bottom: 10px;
    }
}

@media (max-width: 380px) {
    .topo img[alt="logo"] {
        max-width: 145px;
    }

    .topo .navbar-toggle {
        width: 44px;
        height: 54px;
    }

    .media-left {
        flex-basis: 88px;
        width: 88px;
    }

    .media-object {
        width: 84px !important;
        height: 78px !important;
    }

    .media-heading {
        font-size: 19px;
    }

    .media-heading b {
        font-size: 18px;
    }

    .add-item,
    .add-meia {
        padding: 7px 8px;
        font-size: 13px;
    }
}

/* Sales-ready mobile polish. */
@media (max-width: 767px) {
    .topo {
        background: linear-gradient(135deg, #bb1d25 0%, #ca252c 54%, #f29a22 100%);
        box-shadow: 0 10px 28px rgba(36, 27, 23, 0.18);
    }

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

    .topo p.text-white {
        order: 1;
        width: 100%;
        text-align: center;
        font-weight: 800;
    }

    .topo p.text-white .pull-right {
        text-align: center;
    }

    .topo .col-xs-5 {
        order: 2;
        width: 100%;
        text-align: center;
    }

    .topo .col-xs-7 {
        order: 3;
        width: 100%;
    }

    .topo img[alt="logo"] {
        display: block;
        width: auto;
        max-width: 220px !important;
        margin: 14px auto 16px !important;
    }

    .topo .navbar {
        min-height: auto;
        padding: 0 0 14px !important;
        background: transparent !important;
    }

    .topo .navbar-header {
        justify-content: center;
        gap: 14px;
    }

    .topo .navbar-toggle {
        width: 100px;
        height: 50px;
        border: 0;
        border-radius: 8px;
        background: #2e2e2e !important;
        box-shadow: 0 8px 18px rgba(36, 27, 23, 0.18);
    }

    body .navbar-toggle .fa-shopping-cart:before {
        content: "Carrinho" !important;
        font-size: 13px !important;
    }

    body .navbar-toggle .fa-bars:before {
        content: "Menu" !important;
        font-size: 13px !important;
    }

    #cart-count {
        display: inline-block;
        min-width: 16px;
        margin-left: 4px;
        color: #fff;
        font-size: 12px;
        font-weight: 800;
    }

    .menu {
        box-shadow: 0 8px 20px rgba(36, 27, 23, 0.22);
    }

    .menu .container {
        text-align: center;
    }

    .menu-houve {
        padding: 0 0 14px !important;
        background: transparent !important;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

    #bs-example-navbar-collapse-1 {
        border: 0;
        box-shadow: none;
    }

    #menu-top {
        margin: 8px 0 0;
        text-align: center;
    }

    #menu-top li a {
        padding: 10px 0;
        color: #fff !important;
        font-size: 15px;
        font-weight: 800;
    }

    .tamh form {
        padding: 14px;
        border-radius: 10px;
    }

    #accordion .panel-title a:before,
    #accordion .panel-title a:after,
    #accordion .panel-heading a:before,
    #accordion .panel-heading a:after {
        content: "" !important;
        display: none !important;
    }

    .panel-group .panel {
        overflow: hidden;
        border-radius: 8px !important;
        box-shadow: 0 8px 22px rgba(70, 25, 9, 0.08);
    }

    .panel-heading {
        padding: 0;
    }

    .panel-heading a {
        display: block !important;
        padding: 16px;
        color: #25211d !important;
        text-decoration: none !important;
    }

    .media {
        border: 1px solid #efdfcf;
        background: #fff;
        box-shadow: 0 6px 16px rgba(70, 25, 9, 0.08);
    }

    .media-heading {
        color: #9f171d;
        word-break: break-word;
    }

    .media-heading b {
        color: #e6921f !important;
    }

    .add-item,
    .add-meia {
        border: 0;
        border-radius: 6px;
        color: #fff !important;
        font-weight: 800;
        box-shadow: 0 6px 14px rgba(36, 27, 23, 0.13);
    }

    .add-item {
        background: #c9242a !important;
    }

    .add-meia {
        background: #2c6f9f !important;
    }

    .scroll-to-up {
        border: 0;
        border-radius: 6px;
        background: #ef9b25 !important;
        color: #fff !important;
        font-weight: 800;
    }

    .canvas.canvas-slid,
    .canvas.canvas-sliding {
        left: 0 !important;
        margin-left: 0 !important;
        transform: none !important;
    }

    #side-carrinho-mobile.navmenu {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 18px !important;
        overflow-y: auto;
        box-shadow: -10px 0 32px rgba(36, 27, 23, 0.24);
        z-index: 99999;
    }

    #side-carrinho-mobile .panel-heading h3 {
        margin: 0;
        font-size: 28px;
    }

    #side-carrinho-mobile .pizza-cart-row {
        margin-bottom: 0;
        border-radius: 10px !important;
    }

    #side-carrinho-mobile .finalizar-pedido {
        background: #188b46 !important;
    }
}

@media (max-width: 380px) {
    .topo img[alt="logo"] {
        max-width: 200px !important;
    }

    .topo .navbar-toggle {
        width: 92px;
    }
}

@media (max-width: 767px) {
    #side-carrinho-mobile.navmenu {
        display: none !important;
        left: 0 !important;
        right: auto !important;
    }

    #side-carrinho-mobile.navmenu.in,
    #side-carrinho-mobile.navmenu.show,
    #side-carrinho-mobile.navmenu.open {
        display: block !important;
    }

    #side-carrinho-mobile .panel-body {
        overflow: hidden;
    }

    #side-carrinho-mobile .panel-body,
    #side-carrinho-mobile .list-group-item,
    #side-carrinho-mobile .pizza-cart-row {
        word-break: break-word;
    }

    .visible-xs[style*="position: fixed"] {
        display: none !important;
    }

    #side-carrinho-mobile .list-group {
        margin-bottom: 14px;
    }

    #side-carrinho-mobile .pizza-cart-row {
        padding: 16px !important;
        margin-bottom: 12px !important;
        border: 1px solid #e6d6c7 !important;
        border-radius: 12px !important;
        box-shadow: 0 8px 18px rgba(70, 25, 9, 0.08);
    }

    #side-carrinho-mobile .pizza-cart-row > div:first-child {
        margin-bottom: 12px;
        font-size: 17px;
        line-height: 1.25;
    }

    #side-carrinho-mobile .pizza-cart-row > div:first-child b {
        font-size: 20px;
        letter-spacing: 0;
    }

    #side-carrinho-mobile .pizza-cart-row small {
        display: block;
        margin-top: 4px;
        color: #5b5048;
        font-size: 15px;
    }

    #side-carrinho-mobile .pizza-cart-row .clearfix {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        margin-top: 10px !important;
    }

    #side-carrinho-mobile .pizza-cart-row .pull-left,
    #side-carrinho-mobile .pizza-cart-row .pull-right {
        float: none !important;
    }

    #side-carrinho-mobile .pizza-cart-row .pull-left {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 6px;
        border-radius: 10px;
        background: #fff8f0;
    }

    #side-carrinho-mobile .pizza-cart-row .pull-right {
        min-width: 118px;
        text-align: right;
        font-size: 19px;
    }

    #side-carrinho-mobile .del-more,
    #side-carrinho-mobile .add-more {
        width: 44px;
        height: 44px;
        padding: 0 !important;
        border: 1px solid #d9c7b7;
        border-radius: 10px !important;
        background: #fff !important;
        color: #241b17 !important;
        font-size: 22px !important;
        font-weight: 800;
        line-height: 42px;
        text-align: center;
        box-shadow: none !important;
        touch-action: manipulation;
    }

    #side-carrinho-mobile .del-more:active,
    #side-carrinho-mobile .add-more:active {
        transform: scale(0.96);
        background: #f2e6da !important;
    }

    #side-carrinho-mobile .pizza-cart-row .pull-left span {
        min-width: 34px !important;
        font-size: 22px;
        font-weight: 900;
        line-height: 44px;
    }

    #side-carrinho-mobile .carrinho-total {
        padding: 16px !important;
        margin: 14px 0 !important;
        border-radius: 10px !important;
        font-size: 20px;
    }

    #side-carrinho-mobile .finalizar-pedido,
    #side-carrinho-mobile .limpar-carrinho {
        min-height: 54px;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 800;
    }
}

/* Carrinho flutuante e responsivo */
*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

.pizza-cart-content {
    width: 100%;
    max-width: 100%;
}

.pizza-cart-desktop-title {
    padding: 18px 16px;
    background: #b51f25;
    color: #fff;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.pizza-cart-desktop-title h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.pizza-cart-desktop-title small {
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
}

.pizza-cart-list {
    display: grid;
    gap: 10px;
    padding: 12px;
    background: #fff;
}

.pizza-cart-row {
    width: 100%;
    padding: 12px;
    border: 1px solid #ead9c7;
    border-radius: 8px;
    background: #fff;
}

.pizza-cart-row-head,
.pizza-cart-row-actions,
.pizza-cart-row-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.pizza-cart-row-title {
    min-width: 0;
}

.pizza-cart-row-title b {
    display: block;
    color: #241b17;
    font-size: 16px;
    line-height: 1.25;
    word-break: break-word;
}

.pizza-cart-row-title small {
    display: block;
    margin-top: 3px;
    color: #665a50;
    font-size: 13px;
    line-height: 1.25;
}

.remove-item {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 1px solid #ead9c7;
    border-radius: 8px;
    background: #fff7f2;
    color: #b51f25;
    font-weight: 900;
    line-height: 1;
}

.remove-item span:before {
    content: "\1F5D1";
    font-size: 16px;
}

.pizza-cart-row-meta {
    margin: 10px 0;
    color: #665a50;
    font-size: 13px;
}

.pizza-qty-control {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    border-radius: 10px;
    background: #fff8f0;
}

.pizza-qty-control button {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #d9c7b7;
    border-radius: 8px;
    background: #fff;
    color: #241b17;
    font-size: 18px;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
    box-shadow: none;
    touch-action: manipulation;
}

.pizza-qty-control span {
    min-width: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
}

.pizza-cart-row-actions strong {
    white-space: nowrap;
    color: #241b17;
    font-size: 17px;
}

.pizza-cart-summary {
    width: calc(100% - 24px);
    margin: 0 12px 12px;
    padding: 14px;
    border-radius: 8px;
    background: #188b46;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
}

.pizza-cart-content .finalizar-pedido {
    display: block;
    width: calc(100% - 24px);
    margin: 0 12px 10px;
    min-height: 48px;
    border-radius: 8px;
    background: #188b46 !important;
    font-size: 16px;
    font-weight: 800;
}

.pizza-cart-content .limpar-carrinho {
    display: block;
    width: calc(100% - 24px);
    margin: 0 12px 12px;
    min-height: 46px;
    border: 1px solid #d9c7b7;
    border-radius: 8px;
    background: #fff !important;
    color: #4b4038 !important;
    font-size: 15px;
    font-weight: 700;
    box-shadow: none;
}

.pizza-cart-empty-state {
    padding: 28px 16px;
    background: #fff;
    text-align: center;
}

.pizza-cart-empty-state h4 {
    margin: 0 0 6px;
    font-weight: 800;
}

.pizza-cart-empty-state p {
    margin: 0;
    color: #665a50;
}

#pizza-cart-fab,
#pizza-cart-modal-overlay {
    display: none;
}

@media (max-width: 767px) {
    body {
        padding-bottom: 86px;
    }

    body.pizza-cart-modal-open {
        overflow: hidden !important;
    }

    #side-carrinho,
    #side-carrinho-mobile {
        display: none !important;
    }

    .canvas.canvas-slid,
    .canvas.canvas-sliding {
        left: 0 !important;
        right: auto !important;
        width: 100% !important;
        transform: none !important;
        margin-left: 0 !important;
    }

    #pizza-cart-fab {
        position: fixed;
        right: 14px;
        bottom: 14px;
        z-index: 99990;
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: calc(100vw - 28px);
        min-height: 58px;
        padding: 10px 14px;
        border: 0;
        border-radius: 16px;
        background: #241b17;
        color: #fff;
        box-shadow: 0 12px 32px rgba(36, 27, 23, 0.28);
    }

    .pizza-cart-fab-icon {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        background: #c9242a;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 34px;
    }

    .pizza-cart-fab-icon:before {
        content: "\1F6D2";
        font-size: 18px;
    }

    .pizza-cart-fab-text {
        display: grid;
        gap: 2px;
        text-align: left;
        line-height: 1.05;
    }

    .pizza-cart-fab-text b {
        font-size: 15px;
    }

    .pizza-cart-fab-text small {
        color: rgba(255, 255, 255, 0.82);
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
    }

    #pizza-cart-modal-overlay {
        position: fixed;
        inset: 0;
        z-index: 100000;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        pointer-events: none;
        opacity: 0;
        transition: opacity 180ms ease;
    }

    #pizza-cart-modal-overlay.is-open {
        pointer-events: auto;
        opacity: 1;
    }

    .pizza-cart-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(18, 13, 10, 0.64);
    }

    #pizza-cart-modal {
        position: relative;
        width: min(95vw, 430px);
        max-width: 95vw;
        max-height: min(88vh, 720px);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        border-radius: 16px;
        background: #fff8f0;
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
        transform: translateY(18px) scale(0.98);
        transition: transform 180ms ease;
    }

    #pizza-cart-modal-overlay.is-open #pizza-cart-modal {
        transform: translateY(0) scale(1);
    }

    .pizza-cart-modal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 16px;
        background: #b51f25;
        color: #fff;
        flex: 0 0 auto;
    }

    .pizza-cart-modal-header h3 {
        margin: 0;
        color: #fff;
        font-size: 22px;
        font-weight: 800;
    }

    .pizza-cart-modal-header small {
        display: block;
        margin-top: 2px;
        color: rgba(255, 255, 255, 0.82);
        font-size: 14px;
    }

    .pizza-cart-close {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.16);
        color: #fff;
        font-size: 20px;
        font-weight: 900;
        line-height: 42px;
        text-align: center;
    }

    #pizza-cart-modal-body {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 0;
    }

    #pizza-cart-modal-body .pizza-cart-desktop-title {
        display: none;
    }

    #pizza-cart-modal-body .pizza-cart-list {
        padding: 12px;
        background: transparent;
    }

    #pizza-cart-modal-body .pizza-cart-row {
        padding: 14px;
        border-radius: 12px;
        box-shadow: 0 8px 18px rgba(70, 25, 9, 0.08);
    }

    #pizza-cart-modal-body .pizza-cart-row-title b {
        font-size: 18px;
    }

    #pizza-cart-modal-body .pizza-cart-row-actions {
        gap: 10px;
    }

    #pizza-cart-modal-body .pizza-qty-control button {
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 17px;
    }

    #pizza-cart-modal-body .pizza-qty-control span {
        min-width: 22px;
        font-size: 18px;
    }

    #pizza-cart-modal-body .pizza-cart-row-actions strong {
        font-size: 16px;
    }
}

@media (max-width: 340px) {
    #pizza-cart-fab {
        right: 10px;
        bottom: 10px;
        padding: 9px 11px;
    }

    .pizza-cart-fab-text small {
        font-size: 11px;
    }

    #pizza-cart-modal {
        width: 95vw;
    }

    #pizza-cart-modal-body .pizza-cart-row {
        padding: 12px;
    }
}

