/*
Theme Name: Luxe Theme
Author: Aleks Iralda
Author URI: https://airalda.com
Version: 1.3.1

*/


/* reset */


/* vars */

:root {
    --border-radius: 4px;
    --color-primary: #ed2e2e;
    --color-background: #FFF;
    --color-rgb-highlighter: 0, 188, 139;
    --color-background-shadow: #f7f7f7;
    --color-buttons: #e54750;
    --packer: 1280px;
    --font-weight-default: 300;
    --font-weight-medium: 400;
    --font-weight-bold: 500;
    --font-size: 15px;
    --font: var(--font-weight-default) var(--font-size)/1.5 "Poppins", Helvetica, sans-serif;
    --font-color: #999;
    --hfont-size: 24px;
    --hfont: var(--font-weight-bold) var(--hfont-size)/1.1 "Poppins", Helvetica, sans-serif;
    --hfont-color: #000;
    --padding: 80px;
    --gap-lg: 20px;
    --gap: 16px;
    --gap-sm: 12px;
    --transition-speed: .3s ease-in-out;
    --transition: all var(--transition-speed);
    --header-height: 64px;
    --shadow: 0 var(--gap) calc(var(--gap) * 3) rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1200px) {
     :root {
        --border-radius: 3px;
        --padding: 48px;
        --gap: 14px;
        --gap-lg: 18px;
        --hfont-size: 24px;
    }
}

@media only screen and (max-width: 992px) {
     :root {
        --padding: 40px;
        --hfont-size: 22px;
    }
}

@media only screen and (max-width: 576px) {
     :root {
        --border-radius: 2px;
        --padding: 26px;
        --gap: 12px;
        --gap-lg: 16px;
        --hfont-size: 18px;
        font-size: 15px;
    }
    .text-center-sm {
        text-align: center !important
    }
}


audio,
canvas,
video {
    display: inline-block;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
html,
input,
select,
textarea {
    color: #222;
}



::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background-color: var(--color-background);
    scroll-padding-top: var(--padding);
}

body {
    font: var(--font);
    color: var(--font-color);
    font-family: "Poppins", Helvetica, sans-serif;
}

small {
    font-size: calc(var(--font-size) - 2px);
}

p+* {
    margin-top: var(--gap-sm);
}

h1,
h2,
h3,
h4 {
    font: var(--hfont);
    color: var(--hfont-color);
    font-family: "Poppins", Helvetica, sans-serif;
}

h1 {
    font-size: calc( var(--hfont-size) * 1.6);
}

h3 {
    font-size: var(--hfont-size);
}

strong {
    /* color: var(--hfont-color); */
    font-weight: var(--font-weight-bold);
    font-family: "Poppins", Helvetica, sans-serif;
}

section,
picture,
img {
    display: block;
    margin: 0;
    position: relative;
}

picture {
    display: block;
}

img {
    max-width: 100%;
}

a {
    transition: var(--transition);
    color: var(--hfont-color);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

as:focus {
    outline-offset: var(--gap);
    outline: solid 2px rgba(255, 255, 255, .2);
    border-radius: var(--border-radius);
}

a[disabled],
button:disabled,
.button[disabled] {
    /* opacity: .5; */
    pointer-events: none;
}

picture[data-background="true"] {
    position: absolute;
    inset: 0;
    /* height: 100vh; */
}

picture[data-background="true"] img {
    object-position: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.title_small {
    font-size: .9rem;
    font-weight: 500;
    text-transform: capitalize;
}

p {
    margin-bottom: 20px;
}

strong {
    font-weight: 500;
}

label {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 15px;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-color: #ededed;
}


/*General links color*/

a {
    color: #444;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

a:hover,
a:focus {
    color: #e54750;
    text-decoration: none;
    outline: none;
}


/*-------- 1.2 Structure --------*/

@media (min-width: 1410px) {
    .container {
        max-width: 1320px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 90%;
    }
}

@media (max-width: 560px) {
    .container {
        max-width: 100%;
    }
}

.small-gutters {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.small-gutters>[class*="col-"] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}


/* Header */

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 99999;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

@media (max-width: 767px) {
    header.header {
        padding: 10px 15px;
    }
}

header.header .logo_sticky {
    display: none;
}

header.header.sticky {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #ededed;
    background-color: #fff;
}

@media (max-width: 991px) {
    header.header.sticky {
        padding: 10px 15px;
    }
}

a {
    color: #e54751;
    text-decoration: none;
    background-color: transparent;
}

#cartList,
.schedule {
    /* overflow-y: auto; */
    /* max-height: 470px; */
    display: flex;
    padding: 1rem;
}

.section-place-header picture:not(.avatar):before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, .5);
}


/* === BOTÃO ESTILO APP DE DELIVERY === */

a.btn_1,
.btn_1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 42px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;

  /* Gradiente principal baseado na imagem (vermelho/rosa) */
  background: linear-gradient(135deg, #ff5f6d, #ff3d3d, #ff7e80);
  background-size: 300% 100%;

  box-shadow: 0 6px 18px rgba(255, 61, 61, 0.4);
  transition: all 0.4s ease;
  animation: gradientShift 7s ease infinite, buttonPulse 5s ease-in-out infinite;
}

.btn_1 i {
  margin-right: 8px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.btn_1:hover i {
  transform: translateX(4px);
}


/* Animação do gradiente (infinita) */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Pulso suave contínuo */
@keyframes buttonPulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 61, 61, 0.4); }
  50% { box-shadow: 0 0 0 20px rgba(255, 61, 61, 0); }
  75% { box-shadow: 0 0 0 0 rgba(255, 61, 61, 0); }
}

/* Brilho deslizante infinito */
a.btn_1::before,
.btn_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.45),
    rgba(255, 255, 255, 0)
  );
  transform: skewX(-25deg);
  animation: shineSlide 5s ease-in-out infinite;
}

/* Movimento suave do brilho */
@keyframes shineSlide {
  0% { left: -80%; opacity: 0; }
  50% { left: 125%; opacity: 1; }
  100% { left: 125%; opacity: 0; }
}

/* Interações */
a.btn_1:hover,
.btn_1:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 61, 61, 0.5);
}

a.btn_1:active,
.btn_1:active {
  transform: scale(0.97);
}

/* Versão full-width (mobile) */
a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
}



/* Forms styles */

.container_check {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container_check input:checked~.checkmark {
    background-color: #e54750;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
    -moz-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
    box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
}

.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #d2d8dd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container_check:hover .checkmark {
    border: 2px solid #e54750;
}

.container_check input:checked~.checkmark:after {
    display: block;
}

.container_radio {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.6;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

.container_radio input {
    position: absolute;
    opacity: 0;
}

.container_radio input:checked~.checkmark {
    border: 2px solid #e54750;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
    -moz-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
    box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
}

.container_radio input:checked~.checkmark:after {
    opacity: 1;
}

.container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #d2d8dd;
    background-color: #fff;
    border-radius: 11%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e54750;
}

.container_radio:hover .checkmark {
    border: 2px solid #e54750;
}

.form-control {
    padding: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: .5rem;
    border: 1px solid #d2d8dd;
    box-sizing: border-box;
    height: auto;
    width: 100% !important;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}

.form-group {
    position: relative;
}

.error_message {
    font-weight: 500;
    color: #e3464c;
}





#toTop.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#toTop:hover {
    background-color: #e54750;
}

.modal_header {
    font-size: 18px;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    top: 0;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -ms-border-radius: 4px 4px;
    border-radius: 4px 4px;
    display: inline-block;
    background-color: #f6f6f6;
    padding: 18px 20px 15px 20px;
    margin-bottom: 30px;
}

.modal_header h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
}

.btn_reserve_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999;
}

@media (max-width: 991px) {
    .btn_reserve_fixed {
        display: block;
    }
}

.secondary_nav {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ededed;
    padding: 20px 0;
    position: relative;
}

.secondary_nav span {
    position: absolute;
    height: 7px;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.secondary_nav.is_stuck {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    border-top: none;
}

@media (max-width: 767px) {
    .secondary_nav.is_stuck {
        padding: 10px 0;
    }
}

.secondary_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 767px) {
    .secondary_nav ul {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding: 6px 0;
    }
    .box-info>.head,
    .holder-right {
        margin-top: 1rem !important;
    }
    .closed_time {
        text-align: center!important;
    }
    .avatar {
        width: 70px;
        height: 70px;
        margin-bottom: 1rem;
    }
    .title {
        white-space: pre-wrap
    }
    section.section-place-header {
        max-height: 360px
    }
    .holder-right>.info {
        display: none
    }
}

.secondary_nav ul li {
    display: inline-block;
    margin-right: 15px;
}

.secondary_nav ul li:last-child {
    margin-right: 0;
    border-left: 1px solid #ededed;
    padding-left: 18px;
}

.secondary_nav ul li:last-child a {
    background-color: black;
    background-color: transparent;
    padding: 3px 12px;
    border: 1px solid #d2d8dd;
}

.secondary_nav ul li a {
    color: #444;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px 15px;
}

.secondary_nav ul li a.active,
.secondary_nav ul li a:hover {
    color: #e54750;
}

.secondary_nav ul li a i {
    margin-right: 8px;
}

.list_menu section {
    padding-top: 25px;
}

.dropdown {
    padding: 0;
}

.dropdown a {
    line-height: 1;
    color: #444;
    font-weight: 500;
    display: block;
    position: relative;
}

.dropdown.show a {
    color: #333;
}

.dropdown.show a:after {
    transform: rotateY(360deg);
    color: #333;
}

.dropdown .dropdown-menu {
    font-size: 14px;
    font-size: 0.875rem;
    background: #f8f8f8;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    width: fit-content;
    left: -1px !important;
    right: -1px !important;
    margin: 5px 0 0 0;
}

.dropdown .dropdown-menu h4 {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.dropdown.time a:after {
    content: '\0057';
}

.dropdown.time {
    margin-bottom: 25px;
}

.dropdown.day a:after {
    font-family: "ElegantIcons";
    content: "\e023";
    font-weight: 300;
}


/*-------- Modal Order --------*/

#modal-dialog .content {
    padding: 20px 20px 0 20px;
}

#modal-dialog .content h5 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
}

#modal-dialog .content ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}

#modal-dialog .content ul li span {
    float: right;
}

#modal-dialog .footer {
    -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

@media (max-width: 767px) {
    #modal-dialog .footer .mb-mobile {
        margin-bottom: 5px;
    }
}

.btn-cart-icon {
    font-size: 10px !important;
}

.btn-cart-radius {
    background: transparent;
    padding: 0;
    line-height: 1;
}


/* tiny-slider */

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    z-index: 0
}

.tns-fadeOut,
.tns-normal {
    opacity: 0;
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left
}

.tns-controls {
    position: absolute;
    z-index: 1;
}

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

.tns-nav>button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: transparent;
}

.tns-nav>button::before {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #EEE;
    border-radius: 50%;
}

.tns-nav>.tns-nav-active::before {
    background-color: var(--color-buttons);
}

.tns-ovh+.tns-nav {
    margin-top: var(--padding);
}


/* map */

.map {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    background: #FFF;
}

.map>iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* video */

.video {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    background: #FFF;
}

.video>iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* tag */

.tag {
    display: flex;
    font-size: calc(var(--font-size) - 5px);
    font-weight: var(--font-weight-bold);
    letter-spacing: 1px;
    line-height: 1;
    padding: 0 4px;
    border-radius: var(--border-radius);
    background: #edf7ee;
    color: #00bc8b;
    margin-left: 1rem;
}

.tag.disabled {
    background: #EEE;
    color: #CCC;
}


/* content-tab */

.content-tab:not(.expanded) {
    display: none !important;
}


/* .full-width */

.full-width {
    width: 100%;
}


/* .full-button */

.full-button {
    width: 100%;
    justify-content: center;
    border-radius: .5rem !important;
    font-weight: 700 !important;
    /* max-height: 52px; */
    position: relative;
}



/* button */

button,
.button {
    display: flex;
    font: var(--font);
    letter-spacing: 1px;
    line-height: 1;
    padding: 18px 24px;
    background: var(--color-buttons);
    border: none;
    border-radius: var(--border-radius);
    font-weight: 600;
    white-space: nowrap;
    justify-content: space-between;
    color: white;
    align-items: center;
    cursor: pointer;
}

.btn-outline {
    background: transparent;
    border: 2px solid #d2d8dd;
    color: #7d7d7d;
}

button:hover,
.button:hover {
    filter: brightness(1.1);
    text-decoration: none;
    box-shadow: inset 1px 5px 10px hsl(356 75% 69% / 1);
}


/* input */

input {
    font: var(--font);
    letter-spacing: 0px;
    line-height: 1;
    padding: 18px 24px;
    border: none;
    box-sizing: content-box;
}

::placeholder {
    opacity: .5;
    text-transform:capitalize;
    
}


/* custom-controls */

.custom-controls {
    display: flex;
    gap: var(--gap-sm);
}

.custom-controls>a {
    width: 36px;
    height: 36px;
    background-color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: var(--shadow);
}

.custom-controls>a:hover {
    text-decoration: none;
}

.custom-controls>a[aria-disabled="true"] {
    opacity: .15;
    pointer-events: none;
}

@media only screen and (max-width: 576px) {
    .custom-controls {
        gap: 0;
    }
    .custom-controls>a:first-child {
        border-radius: var(--border-radius) 0 0 var(--border-radius);
    }
    .custom-controls>a:last-child {
        border-radius: 0 var(--border-radius) var(--border-radius) 0;
    }
}


/* colorize */

.colorize {
    color: var(--color-buttons);
}


/* grid-links */

.grid-links {
    display: grid;
    grid-gap: var(--gap-sm);
    grid-template-columns: repeat(4, 1fr);
}

.grid-links>.item>a {
    font-size: calc(var(--font-size) - 1px);
}

@media only screen and (max-width: 1200px) {
    .grid-links {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 992px) {
    .grid-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 576px) {
    /* .grid-links{grid-template-columns: 1fr;} */
}


/* inline-links */

.inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--gap-sm) - 4px);
}

.inline-links>.item+.item {
    margin: 0;
}

.inline-links>.item+.item::before {
    content: "●";
    font-size: 10px;
    color: var(--font-color);
    margin-right: calc(var(--gap) / 2);
}

.inline-links>.item {
    display: flex;
    align-items: center;
}

.inline-links>.item>a {
    color: var(--font-color);
    line-height: 1;
}

.inline-links>.item>a:hover {
    color: var(--hfont-color);
}


/* schedule-map */

.schedule-map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: calc(var(--gap) * 2);
}

@media only screen and (max-width: 1200px) {
    .schedule-map {
        grid-template-columns: 1fr;
    }
}

.schedule .items>li {
    font-size: calc(var(--font-size) - 1px);
    display: flex;
    justify-content: space-between;
    padding: .2rem;
    font-weight: var(--font-weight-default);
    color: var(--hfont-color);
}

.schedule .items>li {
    font-weight: 300;
    color: #777777;
}

@media only screen and (max-width: 576px) {
    .schedule .items>li {
        /* flex-direction: column; */
    }
    .schedule .items>li>*+* {
        margin-top: calc(var(--gap-sm) / 2);
    }
    .checkout h5.text-muted {
        display: none;
    }
    .checkout h4.uppercase {
        text-align: center
    }
}


/* dropdown */

.dropdown {
    position: relative;
}

.dropdown>a {
    display: flex;
    align-items: center;
    font-weight: var(--font-weight-bold) !important;
    color: white;
}

.dropdown>a::after {
    margin-left: var(--gap-sm);
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FFF;
}

.dropdown>.dropdown-menu {
    display: none;
    padding: .5rem 1rem;
    background: #FFF;
    border-radius: var(--border-radius);
    color: var(--font-color);
    position: absolute;
    left: 0;
    transform: translate(-50%, var(--gap));
    border-radius: .5rem;
}

.dropdown.expanded>.dropdown-menu {
    display: block;
    box-shadow: var(--shadow);
}

.dropdown>.dropdown-menu::before {
    position: absolute;
    left: calc(90% - 8px);
    top: -8px;
    content: " ";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFF;
}

.dropdown>.dropdown-menu>.dropdown-menu-title {
    color: var(--hfont-color);
    /* font-weight: 400; */
    font-size: .9rem;
    white-space: nowrap;
}

.dropdown>.dropdown-menu>*+* {
    /*     margin-top: var(--gap-sm); */
}

.dropdown>.dropdown-menu>a {
    color: var(--hfont-color) !important;
    display: block;
    white-space: nowrap;
    margin: .5rem 0;
}


/* place-card */

.place-card {
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    display: flex;
    background: #FFF;
    padding: var(--gap-lg);
    gap: var(--gap-lg);
}

.place-card>.info>*+* {
    margin-top: var(--gap-sm);
}

.place-card>.info>h1 {
    font-size: calc(var(--hfont-size) * .8);
}

@media only screen and (max-width: 576px) {
    .place-card {
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}


/* .avatar */

.avatar {
    /* Base e Layout (Melhor Prática) */
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: flex; /* Mantido para centralização */
    justify-content: center; /* Garantindo que o conteúdo esteja no centro */
    align-items: center; /* Garantindo que o conteúdo esteja no centro */
    margin-bottom: 1rem;
    
    /* Estilo Visual Aprimorado */
    border: 4px solid white; /* Aumenta a proeminência da borda branca */
    
    /* Adiciona uma sombra suave para dar profundidade (Sombra de card) */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); 
    
    /* Adiciona Transição para efeito suave ao interagir */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Efeito de Interação (Melhora a UX) */
.avatar:hover {
    /* Faz o avatar levantar/crescer sutilmente no hover (desktop) ou toque (mobile) */
    transform: scale(1.05); 
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3); /* Sombra mais intensa */
    cursor: pointer; /* Indica que é clicável (se for um link) */
}

/* Regra importante para a imagem dentro do avatar (se o logo for uma <img>) */
.avatar img {
    width: 100%;
    height: 100%;
    /* Garante que o logo preencha o espaço sem distorcer, cortando o excesso */
    object-fit: cover; 
}

.empty-page .avatar {
    border-radius: .5rem
}


/* .carousel */

*+.gap-stuck {
    margin-top: calc(var(--gap) * 2) !important;
}


/* .carousel */

.carousel+* {
    margin-top: var(--padding);
}


/* .align- */

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

.align-left {
    text-align: left;
}

.align-right {
    text-align: left;
}


/* .heading-with-some */


/* .heading */

.heading>*+* {
    margin-top: var(--gap);
}

.heading+* {
    margin-top: var(--padding);
}


/* packer */

.packer {
    width: var(--packer);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: calc(100% - var(--padding) * 2);
}

@media only screen and (max-width: 1200px) {
    .packer {
        max-width: calc(100% - var(--gap-lg) * 2);
    }
}

@media only screen and (max-width: 576px) {
    .packer {
        max-width: calc(100% - var(--gap) * 2);
    }
}


/* pre-wrapper */

#pre-wrapper {
    background: var(--color-background-shadow);
    transition: max-height var(--transition-speed);
    overflow: hidden;
    max-height: 0;
}

body.pre-wrapper-opened #pre-wrapper {
    max-height: max(100vh, 999px);
}


/* wrapper */

#wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}


/* header */

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

#header>.packer>.package {
    display: flex;
    align-items: center;
    height: var(--header-height);
}

#header>.packer>.package>.left>.logo img {
    height: calc(var(--header-height) - var(--gap) * 2);
    width: auto;
}

#header>.packer>.package>.right {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    padding-left: var(--padding);
}

.related-mobile-menu {
    display: none;
    flex-grow: 1;
    justify-content: flex-end;
}

.related-mobile-menu>.show-mobile-menu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #cdc0c0;
    box-shadow: var(--shadow);
    font-size: 24px;
}

.related-mobile-menu>.show-mobile-menu:hover {
    text-decoration: none;
    box-shadow: var(--shadow), var(--shadow);
}

.related-mobile-menu>.show-mobile-menu>i {
    pointer-events: none;
}

body.mobile-menu-opened .related-mobile-menu>.show-mobile-menu {
    display: none;
}

@media only screen and (max-width: 992px) {
    #header>.packer>.package>.right>.menu {
        display: none;
    }
    #header>.packer>.package>.left>.logo {
        /* display: none; */
    }
    #header>.packer>.package>.related-mobile-menu {
        display: inline-flex;
    }
}


/* menu */

#menu {
    display: flex;
    align-items: center;
}

#menu>*+* {
    margin-left: var(--padding);
}

#menu a {
    text-decoration: none;
    color: #222;
    font-weight: var(--font-weight-bold);
}

#menu a.featured {
    line-height: 1;
    padding: 12px 24px;
    border-radius: calc(var(--border-radius) + 1rem);
    border: 1px solid #e3e3e3;
}

#menu a.featured:hover {
    background: #e54750;
    color: #FFF;
    border: 1px solid #e9777e;
}


/* mobile-menu */

#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: all .1s ease-out;
    opacity: 0;
    visibility: hidden;
}

body.mobile-menu-opened #mobile-menu {
    display: block;
    opacity: 1;
    z-index: 999;
    visibility: visible;
    left: 0;
}

body.mobile-menu-opened {
    overflow-y: hidden;
}

#mobile-menu>.close-mobile-menu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: var(--shadow);
    font-size: 24px;
    position: fixed;
    top: var(--gap-lg);
    right: var(--gap-lg);
    box-shadow: -20px 22px 24px 0px rgb(46 51 51 / 20%);
    z-index: 1;
}

#mobile-menu>.close-mobile-menu:hover {
    text-decoration: none;
}

#mobile-menu>.close-mobile-menu>i {
    pointer-events: none;
}

#mobile-menu>.content {
    position: fixed;
    top: 0;
    left: -400px;
    width: 400px;
    max-width: calc(100% - var(--padding) * 2);
    background: #FFF;
    overflow-y: auto;
    bottom: 0;
    height: 100vh;
    transition: all .15s ease
}

.mobile-menu-opened #mobile-menu>.content {
    left: 0
}

#mobile-menu>.content>.login {
    padding: var(--gap-lg);
}

#mobile-menu>.content>nav {
    padding: 1rem;
    bottom: 0;
    /* position: absolute; */
    width: 100%;
}

#mobile-menu>.content>.login+nav {
    border-top: 1px solid #EEE;
}

#mobile-menu .item a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: var(--gap-sm) var(--gap-lg);
    color: var(--font-color);
    font-size: calc(var(--font-size) + 2);
    font-weight: var(--font-weight-medium);
}

#mobile-menu>.content>nav .item>a:hover {
    color: var(--hfont-color);
    text-decoration: none;
}

#mobile-menu>.content>nav .item>.submenu {
    background-color: var(--color-background-shadow);
    display: none;
    ;
}

#mobile-menu>.content>nav .item.expanded>.submenu {
    display: block;
}

#mobile-menu>.content>nav .item>a>.toggle-submenu {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#mobile-menu>.content>nav .item>a>.toggle-submenu>i {
    pointer-events: none;
}

#mobile-menu>.content>nav .item.expanded>a>.toggle-submenu>i {
    transform: rotateX(180deg);
}

@media only screen and (min-width: 993px) {
    #mobile-menu {
        /* display: none !important; */
    }
    #totalPricesMobile {
        /* display: none !important; */
    }
    .mobile-menu-opened {
        overflow: visible !important
    }
}

.item-feature {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: var(--gap);
    text-align: center;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
}

.item-feature>.info>*+* {
    margin-top: calc(var(--gap-sm) / 2);
}

@media only screen and (max-width: 768px) {
    .item-feature {
        display: flex;
        align-items: center;
        gap: var(--gap-lg);
        width: 400px;
        max-width: 100%;
        padding: var(--gap-lg);
        background: var(--color-background);
        box-shadow: var(--shadow);
        border-radius: var(--border-radius);
    }
    .item-feature>picture>img {
        border-radius: var(--border-radius);
        width: 96px;
    }
    .item-feature>.info {
        text-align: left;
    }
}


/* item-offer-horizontal */

/*.item-offer-horizontal {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    position: relative !important;
    overflow: visible !important; 
  transition: all 0.25s ease;
  text-decoration: none;
  color: inherit;
  
} 
*/
/* EFEITO DE BRILHO */

.item-offer-horizontal:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.item-offer-horizontal:hover h4 {
    color: #e54750
}

.item-offer-horizontal>.info>p,
#modalDescription,
box- {
    color: #777;
    margin-bottom: 1rem;
    font-size: 13px;
    font-size: 0.75rem;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
}

.item-offer-horizontal>.info>.extras {
    display: flex;
    gap: var(--gap);
    align-items: center;
}

/*.item-offer-horizontal>.info>.extras>.price {
    color: #444;
    font-weight: var(--font-weight-bold);
}*/

@media only screen and (max-width: 768px) {
    .item-offer-horizontal>.info {
        /* width: calc(100% - 0 - var(--gap)); */
    }
/* IMAGEM NO TOPO */
.item-offer-horizontal picture {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem 1rem 0 0;
  object-fit: cover
}

.item-offer-horizontal picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

/* CONTEÚDO DO PRODUTO */
.item-offer-horizontal .info {
  padding: 0.8rem 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.item-offer-horizontal .title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Descrição com limite de caracteres
.item-offer-horizontal p {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
  line-height: 1.2;
  height: 2.1em; /* controla altura para duas linhas
  overflow: hidden;
  text-overflow: ellipsis;
} 

 Preço em verde 
.item-offer-horizontal .price {
  font-size: 0.9rem;
  font-weight: 600;
  color: #22bb33; /* verde 
  margin-top: 0.4rem;
}*/


/* Ajuste responsivo */
/* section-place-header */

section.section-place-header {
    height: 450px;
    display: flex;
    align-items: flex-end;
}

section.section-place-header>.packer>.package {
    padding: var(--padding) 0 2rem;
}

section.section-place-header>.packer>.package>.content {
    width: 50%;
}

section.section-place-header>.packer>.package>.content>*+* {
    margin-top: var(--padding);
}

@media only screen and (max-width: 1200px) {
    section.section-place-header>.packer>.package>.content {
        width: 75%;
    }
}

@media only screen and (max-width: 768px) {
    section.section-place-header>.packer>.package>.content {
        width: 100%;
    }
    section.section-place-header>.packer>.package>.content>.breadcrumb {
        order: 1;
    }
    section.section-place-header>.packer>.package>.content>.place-card {
        order: 2;
    }
}


/* section-links */

section.section-links {
    background: var(--color-background-shadow);
}

section.section-links>.packer>.package {
    padding: var(--padding) 0;
}


/* section-areas */

section.section-areas>.packer>.package {
    padding: var(--padding) 0;
}


/* section-place-content-menu */

section.section-place-content-menu nav {
    display: flex;
}

section.section-place-content-menu a {
    display: inline-block;
    font-weight: var(--font-weight-medium);
    position: relative;
    white-space: nowrap;
    color: #444;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 2rem;
    background-color: rgba(0, 0, 0, 0.05);
    padding: .5rem 1rem;
    margin-right: 1rem;
}

section.section-place-content-menu a::after {
    opacity: 0;
    position: absolute;
    inset: 100% 0 0 0;
    content: " ";
    display: block;
    background: var(--hfont-color);
    transition: var(--transition);
}

section.section-place-content-menu a:hover {
    text-decoration: none;
    color: #e54750;
}

section.section-place-content-menu a.current {
    font-weight: var(--font-weight-bold);
}

@media only screen and (max-width: 576px) {
    section.section-place-content-menu a {
        line-height: 1;
        padding: var(--gap-sm);
        display: inline-flex;
    }
    .info h1 {
        font-size: 1.75rem
    }
}


/* section-place-content */

section.section-place-content {
    background: var(--color-background-shadow);
}

@media only screen and (max-width: 1024px) {
    section.section-place-content>.packer>.package>.content>.holder-right {
        display: none;
    }
    section.section-place-content>.packer>.package>.content>.holder-left {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    section.section-place-content>.packer>.package>.content>.holder-left {
        flex-direction: column;
    }
    section.section-place-content>.packer>.package>.content>.holder-left>.content-left {
        padding: 0;
        margin-bottom: var(--gap);
    }
    section.section-place-content>.packer>.package>.content>.holder-left>.content-left>.categories>nav {
        display: grid;
        gap: var(--gap-sm);
        grid-template-columns: repeat(2, 1fr);
    }
    section.section-place-content>.packer>.package>.content>.holder-left>.content-left>.categories>nav>.item {
        margin: 0;
    }
    #place-menu {
        padding: 2px;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }
    #place-menu::-webkit-scrollbar {
      display: none;
    }
    #place-menu:not(.holder-left):after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI0U1NDc1MCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNjEyIDguMzhsLTUgNS4ydjBjLS42Ni41OS0xLjY4LjU1LTIuMjgtLjExIC0uMjgtLjMtLjQzLS42OS0uNDMtMS4xVjEuNTkgMS41OWMwLS44OS43Mi0xLjYxIDEuNi0xLjYxIC4zOSAwIC43OC4xNCAxLjA3LjQxbDUuMDA1IDUuMnYwYy43Ni42OS44MSAxLjg3LjEyIDIuNjQgLS4wNC4wNC0uMDkuMDgtLjEzLjEyWiIvPjwvc3ZnPg==");
        position: absolute;
        right: -3px;
        top: 0;
        content: '';
        z-index: 2;
        background-repeat: no-repeat;
        background-size: 1rem;
        background-position: center right;
        padding: 0;
        width: 1rem;
        height: 100%;
    }
    #place-menu:not(.holder-left):before {
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 1) 100%);
        position: absolute;
        right: -1px;
        top: 0;
        content: '';
        z-index: 1;
        background-repeat: no-repeat;
        background-size: 3rem;
        background-position: center;
        padding: 0;
        width: 3rem;
        height: 100%;
    }
    .holder-left {
        margin-bottom: 0;
    }
}


/* box-info */

.box-info+* {
    margin-top: var(--gap-lg);
}

.box-info>.head,
.holder-right {
    position: static;
    top: 69px;
    z-index: 2;
    background-color: #f7f7f7;
}

.box-info>.head,
.box-info>.actions,
.box-info>.content {
    padding: 1rem 0;
}

.actionsCart {
    padding: var(--gap) 0;
    text-align: center;
}

.box-info>.head>*+* {
    margin-top: var(--gap);
}

.box-info>.head>.info>*+* {
    margin-top: calc(var(--gap-sm) / 2);
}


/* rounder-box */

.rounded-box {
    position: relative;
    background: #FFF;
    border-radius: var(--border-radius);
    overflow: hidden;
    padding: var(--padding) calc(50% + var(--padding) * 2) var(--padding) var(--padding);
    box-shadow: var(--shadow);
}

.rounded-box>picture {
    left: 50%;
}

@media only screen and (max-width: 1200px) {
    .rounded-box {
        padding: var(--gap-lg) var(--gap-lg) calc(25vh + var(--gap-lg)) var(--gap-lg);
    }
    .rounded-box>picture {
        top: auto;
        height: 25vh;
        left: 0;
    }
}

.btn-cart-radius {
    margin-left: 4px;
}

#addToCart1 button {
    color: white;
    background-color: #e54750;
    justify-content: center;
}

.modal {
    overflow-y: auto;
    /* overflow: visible !important; */
    z-index: 100001;
}


/* alllergen */

.item-offer-horizontal>.info>.allergens {
    display: flex;
    gap: 0;
    align-items: center;
}

.item-offer-horizontal>.info>.allergens>.price {
    color: var(--hfont-color);
    font-weight: var(--font-weight-bold);
}

.allergen img {
    height: 15px;
}

.allergen.disabled {
    background: #EEE;
    color: #CCC;
}

.w-100 {
    width: 100%;
}

.wrapper {
    overflow: hidden
}

.btn_reserve_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999;
}

#mobile-menu #order-summary {
    padding: 1rem;
}

#mobile-menu .item a {
    border-radius: 1rem;
    border: 1px solid #eee;
    margin-bottom: 1rem;
    text-align: center !important;
    display: flex;
}

.holder-left .head {
    padding: 2rem 0 1rem;
    border-bottom: 1px solid #eee;
}

.select-lang, .googleTranslateHolder{
    position: absolute;
    top: 2rem;
    z-index: 99;
    right: 0rem;
    background: #ffffff29;
    padding: .5rem 1rem;
    border-radius: .5rem;
}

.itemsSearchHolder {
    padding: 3rem 2rem;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
}

.h-100 {
    height: 100%;
}

.h-100vh {
    height: 100vh;
}

.flex-column {
    flex-flow: column
}

/* ===#toTop {
    position: fixed;
    right: 18px;
    padding-top: 21px;
    opacity: 0;
    visibility: hidden;
    
    margin: 0 20px 0 0;
    z-index: 999;
    transition: 0.35s;
    transform: scale(0.7);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 0.3s;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}=== */

/* === BOTÃO VOLTAR AO TOPO - ESTILO LIMPO E MODERNO === */

#toTop {
  position: fixed;
  right: 4px;
  width: 40px;
  padding-top: 10px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5f6d, #ff3d3d);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.35s ease;
}

/* Mostrar o botão quando o usuário rola a página */
#toTop.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Ícone (seta branca padrão) */
#toTop:after {
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNi4yOTMgMTMuMjkzTDcuNzA3IDE0LjcwNyAxMiAxMC40MTQgMTYuMjkzIDE0LjcwNyAxNy43MDcgMTMuMjkzIDEyIDcuNTg2eiIvPjwvc3ZnPg==');
  transform: translateY(0);
  transition: transform 0.25s ease;
}

/* Efeito de toque/hover */
#toTop:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

#toTop:hover:after {
  transform: translateY(-3px);
}

#toTop:active {
  transform: scale(0.92);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}


/* stores */

.stores {
    display: grid;
    grid-gap: var(--gap);
}

@media only screen and (max-width: 1200px) {
    .heading+.stores {
        margin-top: var(--gap-lg);
    }
}

@media (max-width: 991px) {
    .btn_reserve_fixed {
        display: block;
    }
    #toTop {
        bottom: 99px !important;
        margin: 0 15px 0 0;
    }
}

@media only screen and (max-width: 576px) {
    .empty-page .table picture {
        display: none
    }
    .stores {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-header {
        flex-direction: column;
        align-items: center !important;
        gap: 1rem;
    }
    .ratings {
        margin: 0 auto 1rem !important
    }
    .holder-right>.info {
        display: none
    }
    .header-align {
        flex-flow: column;
        display: flex;
        align-items: center
    }
    .top-bar {
        font-size: .7rem !important
    }
    .top-bar a {
        display: inline-flex !important;
    }
}

.impressum {
    padding: 1rem;
    border-top: 1px solid #eee;
    margin-top: 2rem;
    color: #777;
}

.impressum h6 {
    color: #777777;
}


/* alllergen */

.item-offer-horizontal>.info>.allergens>.price {
    color: var(--hfont-color);
    font-weight: var(--font-weight-bold);
}

.allergen {
    display: inline-flex;
    font-size: calc(var(--font-size) - 5px);
    font-weight: var(--font-weight-bold);
    letter-spacing: 1px;
    line-height: 1;
    padding: 6px 6px;
    background: pink;
    border-radius: var(--border-radius);
    background: #eee;
    color: #00bc8b;
}

.allergen img {
    height: 15px;
}

.allergen.disabled {
    background: #EEE;
    color: #CCC;
}

.iti {
    width: 100%;
}

.header-link {
    padding: 0;
    position: relative;
    font-weight: 500;
}

.header-link:before {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSI0Ljg3ODc5IC0yMi45MDkxIDcgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTYuNzItMjMuNDRjLS4xMS0uMTMtLjI2LS4yLS40NC0uMiAtLjE5IDAtLjM0LjA2LS40Ny4xOWwtLjYxLjYyYy0uMTMuMTItLjIuMjgtLjIuNDYgMCAuMi4wNi4zNi4xOS40OWw0LjQgNC4zNCAtNC40MSA0LjM0Yy0uMTMuMTItLjIuMjktLjIuNDkgMCAuMTguMDYuMzMuMTkuNDZsLjYuNjJoLjAyYy4xMi4xMi4yNy4xOS40My4xOSAuMTggMCAuMzMtLjA3LjQ2LS4ybDUuMy01LjQ3Yy4xMi0uMTMuMTktLjI5LjE5LS40NyAwLS4xOS0uMDctLjM0LS4yLS40N2wtNS4zMS01LjQ3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAuMDYwNTgpIHNjYWxlKC45Njk2OSkiLz48L3N2Zz4=');
    background-size: contain;
    position: absolute;
    right: -1.1rem;
    background-repeat: no-repeat;
    top: 5px;
}

.header-link:after {
    border-bottom: 1px solid rgb(255 255 255 / 42%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: calc(100% - 1rem);
    left: .5rem;
    transition: all .5s ease;
}

.header-link:hover:after {
    border-bottom: 4px solid rgba(229, 71, 80, 0.3);
}

.header-link:hover,
#place-menu>.item.active,
.btn-group label.active {
    color: #FFF;
    /* padding: 0 .5rem; */
    border-radius: 1rem;
}

.btn-group label.active {
    background-color: #e54750;
}

.nav-menu {
    border-top: 1px solid #ededed;
    padding: 1rem 0;
    z-index: 99;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 5%);
    position: relative;
}

/* === CATEGORIAS DO CARDÁPIO - ESTILO APP DELIVERY === */

#place-menu > .item,
.btn-group label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
  position: relative;
  color: #444;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0.6rem 1.2rem;
  margin: 0 0.5rem 0.5rem 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 4px 3px 11px -2px #ff793dcf;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

/* Categoria ativa (igual à primeira) */
#place-menu > .item.active,
.btn-group label.active {
  background: linear-gradient(135deg, #ff5f6d, #ff3d3d);
  color: #fff;
  border: none;
  box-shadow: 0 4px 10px rgba(255, 61, 61, 0.25);
}
.btn-group label {
  border-radius: 2rem;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(255, 61, 61, 0.15);
  padding: 0.5rem 1.2rem;
}

.btn-group label.active {
  background: linear-gradient(135deg, #ff5f6d, #ff3d3d);
  color: #fff;
  border: none;
  box-shadow: 0 4px 10px rgba(255, 61, 61, 0.25);
  transform: scale(1.03);
}

/* Hover */
#place-menu > .item:hover,
.btn-group label:hover {
  background-color: #fff5f5;
  border-color: #ff5f6d;
  color: #ff3d3d;
  transform: translateY(-2px);
}

/* Transição mais fluida */
#place-menu > .item,
.btn-group label {
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

/* Contêiner rolável no mobile */
.btn-group {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0.5rem 0.25rem;
  scrollbar-width: none;
}

.btn-group::-webkit-scrollbar {
  display: none;
}

/* Toque sutil no mobile */
.btn-group label:active {
  transform: scale(0.95);
}


/* GRID FIXO EM 2 COLUNAS — FUNCIONA EM TODOS OS TAMANHOS DE TELA */
/* GRID RESPONSIVO CORRETO */
.grid {
  display: grid;
  gap: 1rem;
  min-height: 0;
  justify-items: stretch;
  align-items: start;

  /* MOBILE → 2 colunas */
  grid-template-columns: repeat(2, 1fr);
}

/* TABLET → 3 colunas */
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* DESKTOP → 4 colunas */
@media (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* Garante que o grid se adapte bem em telas pequenas */
@media (max-width: 360px) {
  .grid {
    gap: 0.6rem; /* reduz o espaço entre cards em celulares muito estreitos */
  }
}

/* CARD DO PRODUTO */
.grid a.item-offer-horizontal {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Efeito hover no desktop */
.grid a.item-offer-horizontal:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* IMAGEM */
.grid picture {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
}

.grid picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* INFO (título + descrição + preço) */
.grid .info {
  padding: 0.8rem;
}

.grid .info h6.title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #222;
}

.grid .info p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
  line-height: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;  /* <-- limita a 2 linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.4rem;   /* garante que o card fique uniforme */
  white-space: normal;
}


.grid .price {
  font-size: 0.9rem;
  font-weight: 600;
  color: #22bb33; /* verde */
  margin-top: 0.4rem;
}


.info+picture>img,
.empty-page picture>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.menu-tab:hover {
    color: #e54750;
}

.modal-content {
    border-radius: 2rem;
    border: none;
    box-shadow: 0px 5px 9px 1px rgb(46 51 51 / 8%), 0px 31px 64px 0px rgb(46 51 51 / 15%);
    overflow: hidden;
}

figure#modalImgPart {
    margin-bottom: 0;
}

h4#modalPrice {
    font-weight: 600;
    margin-bottom: 0;
    /* background-color: #ffffff; */
    /* padding: 18px 24px; */
    border-radius: 1rem;
    white-space: nowrap;
}

.modal-header h6 {
    width: 100%;
    text-align: center;
    color: #767676;
}

.numbers-row {
    position: relative;
    width: 100%;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
}

.numbers-row input {
    position: relative;
    width: 40px;
    text-align: center;
    padding: 0px 0;
    border: none;
    font-weight: 500;
    background: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0;
    /* background-color: #fbfbfb; */
    border-radius: 2rem;
    color: #777;
}

.numbers-row input:focus {
    outline: none;
    box-shadow: none;
}

.numbers-row .button_inc {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    z-index: 2;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 500 !important;
    color: #e54751;
    background-color: #fef6f7;
    border-radius: .5rem;
    line-height: 1.5;
}

/* ===== MODAL BASE ===== */
#productModal .modal-dialog {
    transition: transform .35s ease, opacity .35s ease;
}

#productModal.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

#productModal .modal-dialog {
    transform: translateY(25px);
    opacity: 0;
}

/* ===== CONTEÚDO ===== */
#productModal .modal-content {
    border-radius: 18px !important;
    overflow: hidden;
    border: none !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.25) !important;
    background: #ffffff;
}

/* ===== TÍTULO ===== */
#productModal .modal-header {
    border-bottom: none !important;
    padding: 20px 24px;
    background: #fafafa;
}

#productModal .modal-header h6 {
    font-weight: 700;
    font-size: 16px;
}

/* ===== FECHAR ===== */
#productModal .close span {
    font-size: 28px;
    line-height: 20px;
    color: #777;
}

/* ===== IMAGEM ===== */
#modalImgPart img {
    border-bottom: 1px solid #f0f0f0;
    max-height: 240px;
    object-fit: cover;
    border-radius: 10px;
    transition: opacity 0.3s ease;
}



/* ===== DETALHES ===== */
#modalItemDetailsPart .pt-5 {
    padding-top: 24px !important;
}

#modalTitle {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

#modalDescription {
    color: #666;
    font-size: 15px;
    line-height: 1.4;
}

/* ===== SEÇÕES (Variants / Extras) ===== */
#variants-area,
#exrtas-area {
    background: #fafafa;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}

#variants-area label,
#exrtas-area h5 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

/* ===== OPÇÕES INTERNAS ===== */
#variants-area-inside > div,
#exrtas-area-inside > div {
    background: #fff;
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all .2s ease;
}

#variants-area-inside > div:hover,
#exrtas-area-inside > div:hover {
    border-color: #ccc;
    transform: translateY(-2px);
}

/* ===== ÁREA DO PREÇO ===== */
#price-area h6 {
    font-size: 14px;
    text-transform: uppercase;
    opacity: .7;
}

#modalPrice {
    font-size: 24px;
    font-weight: 700;
    color: #008f48;
}

/* ===== QUANTIDADE ===== */
.quantity-area input {
    height: 42px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 18px;
    text-align: center;
}

/* ===== BOTÃO ===== */
#addToCart1 button {
    height: 52px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #ff7d1a, #ff4b1f) !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(255, 90, 0, 0.4) !important;
    transition: all .2s ease;
}

#addToCart1 button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 90, 0, 0.45) !important;
}

/* ===== RODAPÉ ===== */
#productModal .modal-footer {
    border-top: none !important;
    padding: 24px;
    background: #fff;
}

.footer-area {
    width: 100%;
}

.numbers-row .button_inc:hover {
    color: #e54750;
}

.numbers-row .dec,
.numbers-row .inc {}

.numbers-row .dec {
    left: 1rem;
}

.numbers-row .inc {
    right: 1rem;
}

.modalCover {
    height: 100%;
    max-height: 290px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
        background: transparent !important; /* remove fundo cinza */
    padding: 0;
    margin: 0;

}

.modal-header .close {
    color: #767676;
    background-color: #e3e3e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 10px;
    right: 1.5rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
    justify-content: center;
    position: absolute;
    padding: 0;
    margin: 0;
}


/* To hide arrows from field */


/* Chrome, Safari, Edge, Opera */

.numbers-row input input::-webkit-outer-spin-button,
.numbers-row input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.numbers-row input[type=number] {
    -moz-appearance: textfield;
}

.modal-footer .btn {
    width: 100%;
    border-radius: 2rem;
    font-weight: 600;
    /* margin: 0.25rem; */
}

.price-modal {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}

.quantity-area {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 2rem; */
    flex-flow: column;
    width: 100%;
}

#exrtas-area {
    /* background-color: #fbfbfb; */
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid #eee;
}

#exrtas-area h5,
.quantity-area h5 {
    color: #767676;
}

#price-area {
    /* padding: 1rem 0; */
    /* border: 1px solid #e7e7e7; */
    /* margin-top: 2rem; */
    border-radius: 1rem;
    width: 100%;
    /* text-align: center; */
}

#price-area h5 {
    color: #767676;
}

h3#modalPrice {
    font-weight: 500;
    /* color: #e54751; */
    font-size: 1.8rem;
}

#price-area h6,
.quantity-area h6 {
    color: #858585;
    font-weight: 400;
}

.modal-body {
    /* max-height: 65vh; */
    /* overflow-y: scroll; */
}

.modal-footer {
    z-index: 0;
    background-color: #FFF;
    border: none;
    box-shadow: 0px -5px 3rem 0px rgb(46 51 51 / 11%);
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding: 1.5rem;
}

input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

h5.label-variants,
#exrtas-area h5 {
    font-size: 1rem;
    margin-right: 2rem;
    color: #767676;
    margin-bottom: 1rem;
}

.variants-area-label {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.btn-group {
    justify-content: flex-start;
    display: flex;
    flex-flow: row wrap;
}


/* Forms styles */

.container_check {
    display: flex;
    position: relative;
    padding-left: 2rem;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    justify-content: space-between;
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container_check input:checked .checkmark {
    background-color: #e54750;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
    -moz-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
    box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
}

.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #d2d8dd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container_check:hover .checkmark {
    border: 2px solid #e54750;
}

.container_check input:checked~.checkmark:after {
    display: block;
}

.holder-right {
    margin-top: 5rem;
    top: 6rem;
    position: sticky;
}

.holder-right .info {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: .5rem;
    background-color: #fff;
    /* -webkit-box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 5%); */
    -moz-box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 5%);
    /* box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 5%); */
    overflow: hidden;
    border: 1px solid #ededed;
    margin-bottom: 2rem;
}

.box-order .head {
    -webkit-border-radius: 1rem 1rem 0 0;
    -moz-border-radius: 1rem 1rem 0 0;
    -ms-border-radius: 1rem 1rem 0 0;
    border-radius: .5rem .5rem 0 0;
    text-align: center;
    border-bottom: 1px solid hsl(0deg 0% 95%);
    padding: .8rem;
    text-transform:capitalize;
    /* background-color: rgb(247 247 249); */
}

.empty-cart {
    padding: 0 0 1rem;
    margin: -1rem auto 0;
}

.button.full-button:focus,
.button.full-button:hover {
    color: white;
    box-shadow: 0px 2px 24px 0px rgb(239 79 88 / 40%);
}

.box-info {
    margin-bottom: 2rem;
    border-radius: 1rem 1rem 0 0;
}

.box-info .head h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #222;
  border-left: 4px solid #ff3d3d;
  padding-left: 0.5rem;
}

.product-item_title {
    font-size: .9rem;
    font-weight: 400;
    max-width: 174px;
    color: #444;
    /* width: 80%; */
}

li.items {
    margin: 1rem 0;
    padding: 0;
}

.box-order h6 {
    margin-bottom: 0;
    text-transform:capitalize;
}

.product-item_price {
    font-weight: 600;
}

#tooltip-product-item_title {
    background: #333;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
}

ol.items {
    /* padding: 0 .4rem; */
}

li.today .day,
li.today .hours {
    font-weight: 500;
}

a.menu-tab {
    color: #444;
}

.about-us h6 {
    color: #868686;
}

a.nav-link {
    color: #919191;
    font-size: 12px;
    text-decoration: underline;
}

.ratings {
    background: #ffffff2b;
    /* margin: 1rem auto 0 0; */
    padding: .5rem 1rem;
    width: fit-content;
    border-radius: 2rem;
    display: flex;
    max-height: 2.5rem;
}

.header-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 50%;
}

.btn_hero {
    color: #555;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    line-height: 1;
    padding: 10px 15px;
    color: #444 !important;
    font-weight: 500;
    text-decoration: none !important;
    display: inline-block;
    white-space: nowrap;
    align-items: center;
}

.btn_hero:not(:first-of-type) {
    /* margin-left: 1rem; */
}

.checkout .btn_hero {
    box-shadow: none;
    border: 1px solid #dddddd;
    margin-left: 0;
}

#mobile-menu .btn_hero {
    box-shadow: none;
    border: 1px solid #dee2e6;
    border-radius: .8rem;
    margin-bottom: 1rem;
    margin-left: 0;
    background: hsl(207deg 14% 99%);
    justify-content: center;
}

h6.title {
    font-weight: 600;
    text-transform: capitalize;
}

nav a {
    color: #444;
}

.select-lang.is_qr {
    top: 1rem;
}

.content picture:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#totalPrices {
    padding-left: 1rem;
    padding-right: 1rem;
}

.checkout #totalPrices {
    padding: 0
}

.closed_time, .empty-cart p, .no-stock span {
    margin-top: 1rem;
    text-align: center;
    color: #e54750;
    background: #e547500d;
    padding: 1rem;
    border-radius: 3rem;
}

a.item-offer-horizontal:hover h6 {
    color: #e54750;
}

.top-bar {
    z-index: 3;
    padding: .5rem;
    position: sticky;
    top: -1px;
    text-align: center;
    font-size: .85rem;
    font-weight: 600;
}

.top-bar a {
    display: none;
}

.top-bar.success a {
    color: green;
}

.top-bar.danger a {
    color: #e54751;
}

.top-bar a:hover,
.top-bar a:hover svg {
    color: #84ff84;
    fill: #84ff84;
}

.top-bar.success {
    background: #00d06d;
    color: #ffffff;
}

.top-bar.danger {
    background-color: #0b0b0b;
    color: #e64f57;
}

.about-us {
    margin-bottom: 5rem;
}

.holder-left {
    margin-bottom: 2rem;
}

/* Ícone de oferta */
/* --- Base do selo (substitui a sua .offer-label original) --- */
.offer-label {
    position: absolute;      /* mantém o selo absoluto dentro do .item-offer-horizontal */
    top: 8px;
    right: 8px;              /* ou left:8px se quiser no outro canto */
    background: linear-gradient(135deg, #b21414 0%, #ff5f6d 100%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 50;             /* alto para não ficar escondido */
    min-width: 58px;
    overflow: hidden;        /* necessário para o shine ficar dentro do selo */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* ícone e texto */
.offer-label .offer-icon svg { width: 18px; height: 18px; display:block; }
.offer-label .offer-text { font-weight:700; font-size:12px; line-height:1; }

/* --- Shine sweep (usa transform para melhor performance) --- */
.offer-label.shine::after {
    content: "";
    position: absolute;
    top: -10%;
    left: -50%;               /* ponto inicial (fora do selo) */
    width: 60%;
    height: 120%;
    transform: rotate(20deg) translateX(0);
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.55) 50%,
        rgba(255,255,255,0) 100%
    );
    pointer-events: none;
    will-change: transform;
    filter: blur(6px);
    opacity: 0.95;
    animation: shineSweepX 2.4s ease-in-out infinite;
}

/* animação usando transform (mais suave que left) */
@keyframes shineSweepX {
    0%   { transform: rotate(20deg) translateX(-220%); }
    50%  { transform: rotate(20deg) translateX(0%); }
    100% { transform: rotate(20deg) translateX(220%); }
}

/* garantia: se houver outra regra conflitante, força visual mínima */
.offer-label.shine { -webkit-backface-visibility: hidden; backface-visibility: hidden; }


.price span {
    opacity: .6;
    font-size: .85rem;
    font-weight: 500;
    margin-left: .5rem;
    text-decoration: line-through;
}

.overflow-hidden {
    overflow: hidden;
}

.checkout #header {
    /* border-bottom: 1px solid #ededed; */
}

.hero-title {
    position: relative;
    padding: 5rem 0;
    z-index: 0;
}

.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: white;
    mix-blend-mode: saturation;
}

.hero-background {
    background: #fff;
}

.checkout .hero-background img {
    opacity: .1;
}

.hero-title h1 {
    color: #222;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 700;
}

.card {
  transition: all 0.3s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* === Promo Slider estilo iFood === */
.promo-slider-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    scrollbar-width: none; /* Firefox */
}

.promo-slider-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.promo-slider {
    display: flex;
    gap: 12px;
}

#link {
    font-size: 14px;
    color: #555;
}


.promo-slide {
    flex: 0 0 auto;
    width: 85%;
    max-width: 340px;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.promo-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.promo-slide:hover {
    transform: scale(1.03);
}


.checkout .card {
    padding: 2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

.checkout h4 {
    color: #222 !important;
    font-size: 1.15rem;
    letter-spacing: -1px;
    margin-bottom: 3rem;
}

.text-muted {
    color: #919191;
}

.border {
    border: 1px solid #ededed;
}

.rounded-sm {
    border-radius: .5rem;
}

.checkout #totalPrices span {
    float: right;
}

.checkout #totalPrices li {
    margin-bottom: .5rem;
    font-weight: 600;
    color: #878787;
}

.checkout #totalPrices li.total {
    margin: 1rem 0;
}

.checkout #totalPrices span.amount {
    color: var(--color-buttons);
}

.bg-transparent {
    background: transparent;
}

.checkout .notifyjs-corner {
    z-index: 999999;
    left: 50% !important;
    transform: translateX(-50%);
}


.checkout .items {
    grid-template-columns: 70px minmax(100px, 1fr);
    padding: 0;
    margin-bottom: 1rem;
    display: grid;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 0 1rem;
}
.checkout #cartList {
    overflow: visible;
    flex-flow: column;
    margin: 0;
    padding: 0;
    gap: 1rem;
}
.checkout .items .close {
    top: -.5rem;
    opacity: 1;
    left: -.5rem;
    background: #ffffff;
    border-radius: 50%;
    padding: 2px;
}
.checkout picture img {
    /* border-radius: .5rem; */
    /* overflow: hidden; */
}
.checkout .items picture {
    overflow: hidden;
    display: flex;
    border-radius: .5rem;
    border: 1px solid #eee;
    width: 70px;
    max-height: 70px;
    aspect-ratio: auto 1 / 1;
    min-width: 70px;
    right: 0;
    position: relative;
}
.checkout .btn-cart-radius {
    border-radius: .2rem !important;
    background: #fef6f7;
    margin: 0;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fef6f7;
    transition: all .5s ease;
    color: #e54750;
    font-weight: 600;
    font-size: 1rem;
}
.price h5,
.product-item_quantity {
    color: #878787;
}
.checkout .btn-icon:hover {
    border: 1px solid #bdbdbd;
}
.text-dark {
    color: #222 !important;
}
.dashed {
    border-top-style: dashed;
}
.checkout .card-header {
    text-align: center;
}
.input-hidden {
    position: absolute;
    left: -9999px;
}
.checkout .card-checkout .card-header {
    margin-bottom: 2rem;
}
.checkout .card-checkout hr {
    margin: 2rem 0;
}
.checkout .card .col:not(:last-child) {
    /* border-right: 1px dashed #ededed; */
}
.custom-control-label {
    cursor: pointer;
    transition: all .5s ease;
}
.custom-control-label h5 {
    padding: 0 1rem;
    border-radius: .35rem;
    background-color: transparent;
    border: 1px solid transparent;
    white-space: nowrap;
}
.custom-control-label h5:hover {
    border: 1px solid #ededed;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 5%)
}
.custom-control-input:checked+.custom-control-label h5 {
    color: white;
    background-color: #444444;
}
.custom-control-label:hover svg {
    transform: scale(1.1);
}
.custom-control-label svg {
    transform: scale(1);
    transition: all .2s ease;
    display: inline-flex;
    position: relative
}
.checkout .card-checkout .card-body {
    margin-bottom: 1rem;
}
.iti__selected-flag {
    background-color: transparent !important;
    border-right: none;
    padding: 0 1rem !important;
}
input#phone {
    padding-left: 7rem !important;
    border-radius: .5rem;
}
.checkout .payment-select {
    display: block;
    position: relative;
    line-height: 1.6;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    animation-timing-function: all .25s ease;
}
.checkout .payment-select label {
    display: inline-block;
    margin-bottom: 0;
    padding: 1rem;
    border: 1px solid #d2d8dd;
    border-radius: .5rem;
    width: 100%;
    position: relative;
    text-transform:capitalize;
}
.checkout .payment-select .custom-radio input:checked~label {
    border: 1px solid #e54750;
    color: #e54750;
}
.checkout .payment-select .custom-radio {
    background-color: transparent;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 5px;
    position: relative;
}
.checkout .payment-select .custom-radio input {
    position: absolute;
    opacity: 0;
}
.checkout .payment-select .custom-radio input:checked~.checkmark {
    border: 2px solid #e54750;
}
.checkout .payment-select .custom-radio input:checked~.checkmark:after {
    opacity: 1;
}
.checkout .payment-select .custom-radio .checkmark {
    position: absolute;
    top: 33%;
    right: 1rem;
    height: 20px;
    width: 20px;
    border: 2px solid #d2d8dd;
    background-color: #fff;
    border-radius: 50%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.checkout .payment-select .custom-radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e54750;
}
.checkout .payment-select:not(.service-method) .custom-radio:hover .checkmark {
    border: 2px solid #e54750;
}
.checkout h6.title {
    overflow: hidden;
    text-overflow: ellipsis;
    /* number of lines to show */
}
.checkout .hero-background {
    border: 1px solid #dfdfdf;
}
.flex-reverse {
    flex-wrap: wrap-reverse;
}
.inverse {}
#address-complete-order {
    padding: 1rem;
    border: 1px solid #d2d8dd;
    border-radius: .5rem;
    color: #777f87;
    font-weight: 400;
}
.checkout span.select2 {
    width: 100% !important;
    border-radius: .5rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e54750;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fef6f7;
    color: #e54750;
}
.select2-results__option {
    font-weight: 400;
    color: #444444;
    font-size: 13px;
    line-height: 2.5;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding: .25rem 1.5rem;
}
.select2-dropdown {
    border: 1px solid #d2d8dd;
    z-index: 999999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 5px 0 5px;
    border-color: #fef803 transparent transparent transparent;
    margin-left: -.5rem;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    margin-left: -.5rem;
    border-width: 0 5px 6px 5px !important;
    border-color: transparent transparent #919191 transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff  !important;
    font-weight: 600;
    text-transform: capitalize;
}

.select2-container--default{}
.checkout .card-checkout h5 {
    margin-bottom: .5rem;
    font-weight: 800;
    font-size: 7rem;
    position: absolute;
    top: -1rem;
    opacity: .15;
}
.checkout .row.no-gutters {
    gap: 1rem;
}

/* .select2-search:not(#new_address_checkout) {
    position: absolute;
    opacity: 0;
    z-index: -1;
} */
a.back-button {
    color: #444;
    font-weight: 500;
}
a.back-button:hover {
    color: #e54751;
}
.btn-secondary {
    background-color: #dfdfdf;
}
.empty-page .button.full-button:hover,
.empty-page .button.full-button:focus {
    box-shadow: 0px 2px 24px 0px rgb(85 85 85 / 15%) !important;
    background-color: #919191 !important;
}
.empty-page .button {
    font-size: .95rem;
    line-height: 1.3;
    font-weight: 600 !important;
}
.empty-page .button.full-button.paymentbutton {
    background-color: rgb(18 181 64) !important;
}
.empty-page .button.full-button.paymentbutton:hover {
    box-shadow: 0px 2px 24px 0px rgb(18 181 64 / 40%) !important;
}
.empty-page .card {
    border-radius: 1rem;
    border: none;
    box-shadow: 0px 12px 24px 0px hsl(0deg 0% 93%);
}
.empty-page #header {
    position: relative;
    border: 1px solid #ededed;
    display: flex;
}
.empty-page #header+.section-place-content {
    padding-top: 4rem;
}
.refresh-button {
    border-radius: .5rem;
    padding: .5rem 1rem;
    color: #FFF;
    background: #e54751;
    font-weight: 500;
}
.order-date p {
    /* color: #adb5bd; */
    
    line-height: 1.3;
    /* font-size: .775rem; */
    
    font-weight: 400;
}
.order-date h5 {
    font-size: .9rem;
    line-height: 1.3;
    font-weight: 500;
}
.order-id h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
}
#status-history {
    margin: 1rem 0 2rem;
    display: flex;
    align-items: center;
}
.timeline-one-side:before {
    display: none
}
.order-item-title {
    font-weight: 400;
    white-space: nowrap;
}
.order-item-label:not(:last-of-type) {
    opacity: .5;
}
.empty-page .btn-sm {
    padding: .5rem 1rem;
    border-radius: .5rem;
}
.text-danger {
    color: red;
}
.text-success {
    color: #12b540;
}
.badge {
    padding: .5rem 0;
    line-height: 1;
    border-radius: 1rem;
    font-weight: 500;
}
.badge-danger {
    background-color: hsl(0 100% 97% / 1);
    color: red;
    text-align: center;
}
.badge-success {
    color: #fff;
    background-color: hsl(110deg 100% 97%);
}
.order-item-date {
    color: #745b34;
    white-space: nowrap;
}
.alert {
    position: fixed;
    z-index: 9;
    right: 5rem;
    bottom: 20px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    padding: .5rem 1rem;
    border-radius: 2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.alert-success {
    background: #12b540;
}
.alert-danger {
    background: #e54751;
}
.comet-timeline {
    display: flex;
    /* flex-direction: row-reverse; */
    /* gap: 2rem; */
    /* flex-wrap: wrap; */
    
    width: 100%;
    justify-content: space-between;
}
.order-item-title {
    position: relative;
}
.order-item-group {
    background: #FFF;
    border: 2px solid #eee;
    padding: .5rem;
}
.order-item-label {
    font-weight: 400;
    /* justify-content: space-between; */
}
.order-item-label h6 {
    font-weight: 500;
}
.table td,
.table th {
    border: none;
}
.table thead th {
    font-size: .65rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #cbcbcb;
    font-weight: 500;
}
.thead-light {
    color: #444444;
    /* background-color: #f0f2f4; */
}
.table-responsive tr {
    border-bottom: 1px solid #eee;
}
#order-items tr:last-of-type {
    border-bottom: 2px solid #eee;
}
.font-weight-bold {
    font-weight: 500;
}
.empty-page strong {
    color: #222222;
}
.empty-page .table picture {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 1rem;
    min-height: 70px;
    overflow: hidden;
}
.order-id svg {
    transform: rotate(180deg);
    filter: drop-shadow(2px -7px 7px #ddd);
}
.order-id-text {
    color: #FFF;
    z-index: 2;
    top: 2rem;
    left: 2.5rem;
}
.order-id {
    left: -2rem;
    top: 0rem;
}
.order-id-text h3 {}
.order-date {
    width: 100%;
    justify-content: flex-end;
}
.order-id-text h2 {
    font-size: 1.8rem;
}
.border-bottom {
    border-bottom: 1px solid #eee;
}
.text-highlighted,
.highlight {
    position: relative;
}
.text-highlighted {
    display: inline-block;
    z-index: 1;
}
.text-highlighted:before {
    content: " ";
    display: block;
    height: 90%;
    width: 100%;
    margin-left: -3px;
    margin-right: -3px;
    position: absolute;
    background: hsl(55deg 100% 50%);
    transform: rotate(2deg);
    top: -1px;
    left: -1px;
    border-radius: 20% 25% 20% 24%;
    padding: 10px 3px 3px 10px;
    z-index: -1;
}
.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}
.order-comment {
    border: 2px solid hsl(0deg 0% 93%);
    padding: 1rem;
    height: fit-content;
}
.table-header {
    background: #f7f7f7;
    padding: .5rem 0;
}
.order-summary-money {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: .25rem 0
}
.order-summary-total {
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    padding: 1rem 0
}
.order-summary h6 {
    font-weight: 500;
    line-height: 2;
}
.order-section-heading {
    padding-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}
h4 .order-section-heading {
    font-size: 1.5rem
}
.order-summary-total h4 {
    font-size: 1.25rem;
    font-weight: 500;
}
.vh-100 {
    height: 100vh;
}
#stripe-payment-form {
    /* padding: 1rem; */
    /* border: 1px solid #e44750; */
    border-radius: .5rem;
    /* background: rgb(228 71 80 / 2%); */
}
.itemsSearchHolder>.select2.form-control {
    /* padding: 0; */
    /* border: none; */
    /* background-color: transparent; */
}
.itemsSearchHolder .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-radius: 8px;
}
.select2-dropdown--below {
    z-index: 999999;
    box-shadow: 0px 20px 39px 0px #d6d6d6;
}
.modal-backdrop,
#mobile-menu:after {
    background-color: #f0f2f4;
    transition: all .25s ease;
    background-repeat: repeat;
}
.modal-backdrop.show {
    opacity: 0.85;
}
.box-order h6 small {
    color: #777;
}
#cartList .items {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
#cartList .info {
    width: 100%;
    padding-left: 1rem;
}

#cartListMobile{max-height: 490px;overflow-x: hidden;}


span.select2.select2-container.select2-container--default {
    width: 100%;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #767676;
    border-radius: 0;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #444;
    font-weight: 500;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li,
.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    font-size: 1rem;
}
.select2-container--default .select2-results__group {
    padding: .5rem 1rem;
    /* background: #fcfcfc; */
    
    font-size: 18px;
    border-bottom: 1px solid #fcfcfc;
}
.iti__flag-container {
    transition: all .2s ease;
    /* width: 100%; */
}
.iti__country-list {
    width: fit-content;
    margin: -5px 0 0 -1px !important;
    border: 1px solid #d2d8dd !important;
    max-height: 164px !important;
    max-width: 498px;
    min-width: 322px;
}
.iti__country {
    line-height: 3;
    padding: 0 1rem !important;
    font-weight: 400;
    font-size: 16px;
    transition: all .2s ease-out;
}
.iti__country.iti__highlight {
    background-color: hsl(0deg 0% 98%) !important;
    color: #e54750;
    /* font-weight: 600; */
}
.iti__dial-code {
    color: inherit !important;
    font-weight: 600;
}
#status-history .row {
    row-gap: 1rem;
}
#mobile-menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .85;
}

span.select2-selection.select2-selection--single {
    height: 3rem;
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #d2d8dc;
    border-radius: 0.5rem;
    background-color: #fa5661;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
    right: .5rem;
}

#card-element {
    box-shadow: none;
}

.social-buttons {
    padding: 0 1rem;
}

.social-buttons .flex {
    gap:1rem;
}

#mobile-menu .social-buttons .item a {
    padding: 0;
    border: none;
}

#mobile-menu .about-us {
    position: relative;
    width: 100%;
    bottom: 0;
    margin-bottom: 3rem;
}

#mobile-menu nav {
    padding: 1rem;
}

.no-stock {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 11;
}

.no-stock span {
    position: absolute;
    top: -14rem;
    right: 4rem;
    background: #ff5f6d;
    color: #fff;
    font-size: 0.7rem;
    padding: 0.25rem 0.6rem;
    border-radius: 0.5rem;
    animation: blink 2s infinite alternate;
}

@keyframes blink {
  0% { opacity: 1; }
  100% { opacity: 0.6; }
}


.item-offer-horizontal.disabled picture,
.item-offer-horizontal.disabled .info {
    opacity: .4;
}

/* === Modal Horário de Funcionamento === */
.schedule-modal {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.schedule-list {
  margin-top: 0.5rem;
}

.schedule-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.25s ease;
}

.schedule-item:last-child {
  border-bottom: none;
}

.schedule-item.active {
  background: linear-gradient(135deg, #ff5f6d, #ff3d3d);
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.9rem;
}

.schedule-item.active .hours {
  color: #fff !important;
}

.schedule-item:hover:not(.active) {
  background-color: #fff5f5;
}

.schedule-item .day-name {
  font-weight: 600;
}

.schedule-item .badge-success {
  background-color: #00c896;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}

/* === Rodapé - Estilo App Delivery === */
.footer-dev {
  font-size: 0.85rem;
  color: #777;
}

.footer-link {
  color: #ff3d3d;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ff5f6d;
}

.footer-cta {
  border-radius: 2rem;
  border: 1px solid #ff3d3d;
  color: #ff3d3d;
  padding: 0.5rem 1.2rem;
  font-weight: 600;
  background-color: #fff;
  transition: all 0.3s ease;
}

.footer-cta:hover {
  background: linear-gradient(135deg, #ff5f6d, #ff3d3d);
  color: #fff;
  border: none;
  box-shadow: 0 4px 10px rgba(255, 61, 61, 0.25);
  transform: translateY(-2px);
}


/* === Rodapé - Trabalhe Conosco / Powered By === */
.footer-brand {
  color: #ff5f6d;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-brand:hover {
  color: #ff3d3d;
  text-decoration: underline;
}

.footer-btn {
  display: inline-block;
  margin-top: 0.6rem;
  background: linear-gradient(135deg, #ff5f6d, #ff3d3d);
  color: #fff !important;
  font-weight: 600;
  padding: 0.45rem 1.2rem;
  border-radius: 2rem;
  box-shadow: 0 4px 10px rgba(255, 61, 61, 0.25);
  text-decoration: none;
  transition: all 0.25s ease;
}

.footer-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 14px rgba(255, 61, 61, 0.35);
}

/* === Status do Restaurante === */
.store-status-bar {
  width: 100%;
  padding: 0.75rem 1rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 999;
  animation: fadeInDown 0.4s ease;
  font-size: 0.95rem;
}

.store-status-bar .status-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.store-status-bar .emoji {
  font-size: 1.1rem;
}

.store-status-bar.open {
  background: linear-gradient(135deg, #00c896, #00b87a);
  box-shadow: 0 3px 8px rgba(0, 200, 150, 0.25);
}

.store-status-bar.closed {
  background: linear-gradient(135deg, #ff5f6d, #ff3d3d);
  box-shadow: 0 3px 8px rgba(255, 61, 61, 0.25);
}

.store-status-bar strong {
  font-weight: 700;
}



.store-status-bar .see-hours {
  color: #fff;
  font-size: 0.85rem;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

.store-status-bar .see-hours svg {
  margin-left: 4px;
}

.store-status-bar .see-hours:hover {
  opacity: 0.8;
}

/* Animação de entrada */
@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: translateY(0); }
}


.cart-modules {
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
}

.featured-card-item { /* Usando o nome da classe do seu último contexto para consistência */
    /* 1. Estrutura e Dimensões */
    display: inline-block;
    width: 200px; /* Levemente maior para mais destaque */
    min-width: 200px;
    margin-right: 15px; /* Mais espaço entre os cards */
    
    /* 2. Fundo e Gradiente (Apetite e Modernidade) */
    background: linear-gradient(145deg, #FF6F61, #FF9A8B); /* Gradiente Vibrante de Vermelho/Laranja (Pegada de "Comida") */
    
    /* 3. Cantos e Sombra (Soft UI/UX) */
    border-radius: 16px; /* Bordas mais suaves */
    box-shadow: 0 10px 20px rgba(255, 111, 97, 0.3), /* Sombra principal com a cor do gradiente */
                0 3px 6px rgba(0, 0, 0, 0.1); /* Sombra secundária sutil */
    
    /* 4. Tipografia e Cor de Texto (Alto Contraste) */
    color: #FFFFFF; /* Texto Branco puro para garantir contraste contra o gradiente */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Efeito suave ao interagir */
    cursor: pointer;
}

/* Efeito de Hover/Interação */
.featured-card-item:hover {
    transform: translateY(-5px); /* Efeito de elevação */
    box-shadow: 0 15px 30px rgba(255, 111, 97, 0.5), /* Sombra mais intensa no hover */
                0 5px 10px rgba(0, 0, 0, 0.15);
}

/* ------------------------------------- */
/* Estilos Internos (Essenciais para UI/UX) */
/* ------------------------------------- */

/* Imagem - Adaptado para o novo fundo */
.featured-card-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 16px 16px 0 0; /* Apenas na parte superior */
    opacity: 0.95; /* Leve transparência para integrar com o fundo */
}

/* Conteúdo do Card */
.featured-card-body {
    padding: 12px;
}

/* Título (Nome do Produto) */
.featured-card-body h5 {
    font-size: 1rem;
    font-weight: 700; /* Mais destaque */
    color: #FFFFFF; /* Branco */
    margin-bottom: 4px;
    /* Manter truncamento */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Descrição Curta */
.featured-card-body p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8); /* Branco suave para contraste */
    margin-bottom: 8px;
    /* Manter truncamento */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Preço - Destaque Principal */
.featured-card-body strong {
    font-size: 1.1rem;
    color: #FFFDE7; /* Amarelo muito claro ou creme (cor de dinheiro/destaque) */
    font-weight: 800; /* Super destaque */
    display: block;
}

.checkout input[disabled] + label, .checkout input[disabled] + label + .checkmark{
    /* opacity: .3; */
    /* cursor: not-allowed; */
    display: none !important;
    
}
@media only screen and (max-width: 576px) {
    .header-buttons {
        justify-content: center;
        max-width: 100%;
    }
}