.grumi-header {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #e6e6e6;
    z-index: 1000;
}
.grumi{ 
    padding-left: 10%;
    padding-right: 10%;
}
@media (max-width: 1024px) {
    .grumi-header {
        margin-top: 0px;
    }
    .grumi{ 
        padding-left: 0px;
        padding-right: 0px;
    }
    .grumi0{ 
        padding-left: 0px;
        padding-right: 0px;
    }
}
.grumi-header .grumi-logo img {
    height: 40px;
}
.grumi-header nav a {
    margin: 0 6px;
    text-decoration: none;
    color: #717171;
    font-size: .875rem;
}
.grumi-header nav a.active {
    margin-left: 30px;
    color: #e4002b;
}
.grumi-header .grumi-search-bar {
    flex-grow: 1;
    margin: 0 20px;
    display: flex;
    align-items: center; 
}
.grumi-header .grumi-search-bar .search-icon {
    position: absolute; 
    margin-left: 10px; 
    margin-bottom: 4px;
    pointer-events: none; 
    color: #e4002b; 
}
.grumi-header .grumi-search-bar input { 
    width: 100%;
    padding: 10px 10px 10px 40px; 
    border: 0px solid #e6e6e6;
    background-color: rgba(var(--box-bg), 1);
    border-radius: 5px;
    transition: border 0.3s; 
    margin-bottom: 5px;
    
} 
.grumi-header .grumi-search-bar input:focus {
    border: none; 
    outline: none; 
}
.grumi-header .grumi-user-info {
    display: flex;
    align-items: center;
}
.grumi-header .grumi-user-info span {
    font-size: 13px;
    margin-right: 10px;
    font-weight: 600;
    display: inline-block;  
    max-width: 200px;  
    overflow: hidden;  
    white-space: nowrap;  
    text-overflow: ellipsis; 
}
.grumi-header .grumi-user-info .grumi-logout {
    margin-left: 20px;
    color: #e4002b;
    cursor: pointer;
}
.grumi-header .grumi-user-info span {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.grumi-header .grumi-user-info {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.grumi-header .grumi-user-info:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.grumi-logo {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.grumi-header .grumi-user-info .grumi-cart {
    display: flex;
    align-items: center;
    color: #e4002b;
}
.grumi-header .grumi-user-info .grumi-cart i {
    margin-right: 5px;
}
.grumi-header .grumi-user-info .grumi-account-icon {
    display: none; 
}
.grumi-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 60px);
    text-align: center;
}
.grumi-content img {
    width: 200px;
    margin-bottom: 20px;
}
.grumi-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.grumi-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.grumi-content a {
    color: #e4002b;
    text-decoration: none;
    font-size: 16px;
}
.grumi-header .grumi-user-info .grumi-account-icon {
  display: block; 
  width: 30px;
  height: 30px;
  margin-left: 10px;
  cursor: pointer; 
  background-color: rgb(255, 0, 0);
  border-radius: 50%; 
  padding: 4px 4px;
  fill: #ffffff;
}
@media (max-width: 768px) {
    .grumi-header nav {
        display: none; 
    }
    .grumi-header .grumi-search-bar {
        display: none;
    }
    .grumi-header .grumi-user-info span {
        font-size: 13px;
        font-weight: 600;
    }
    .grumi-header .grumi-user-info {
        margin-left: 10px;
    }
}
 
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none; 
  box-shadow: none; 
}
  
.gr17-slider-container {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    position: relative;
    touch-action: pan-x; 
}

.gr17-menu-items {
    display: flex;
    gap: 8px;
    position: relative;
    user-select: none;
    touch-action: pan-x;
}

.gr17-button {
    white-space: nowrap;
    padding: 6px 20px;
    color: #717171;
    border: 1px solid #e5e7eb;
    border-radius: 25px;
    background-color: transparent;
    cursor: pointer;
    font-size: .845rem;
    transition: all 0.2s ease-in-out;
    outline: none;
}

.gr17-button:hover, .gr17-button.gr17-button--active {
    border-color: #ff0000;
    color: #ff0000;
    background-color: rgba(255, 0, 0, 0.05);
}

.gr17-button--active {
    font-weight: 600;
}

/* Custom Dropdown Styling */
.gr-custom-dropdown {
    position: relative;
    display: inline-block;
}

.gr-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 180px;
    padding: 8px 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px);
    transition: all 0.2s ease;
}

.gr-dropdown-menu.show {
    display: block;
    transform: translateY(0);
}

.gr-dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    color: #717171;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.gr-dropdown-item:hover {
    background-color: rgba(255, 0, 0, 0.05);
    color: #ff0000;
}

.gr-dropdown-item.active {
    color: #ff0000;
    background-color: rgba(255, 0, 0, 0.08);
    font-weight: 600;
}

/* Address Modal Styles */
.gr-address-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gr-address-modal-overlay.show {
    display: flex;
    opacity: 1;
}

.gr-address-modal-container {
    background: #fff;
    width: 90%;
    max-width: 500px;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.gr-address-modal-overlay.show .gr-address-modal-container {
    transform: translateY(0);
}

.gr-address-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.gr-address-modal-header h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

.gr-address-modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #717171;
}

.gr-address-search-wrapper {
    position: relative;
    margin-bottom: 16px;
}

.gr-address-search-wrapper i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff0000;
}

.gr-address-search-input {
    width: 100%;
    padding: 12px 12px 12px 40px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.2s;
}

.gr-address-search-input:focus {
    border-color: #ff0000;
}

.gr-address-results {
    max-height: 300px;
    overflow-y: auto;
    margin-top: 10px;
}

.gr-address-result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s;
}

.gr-address-result-item:hover {
    background: #f9fafb;
}

.gr-address-result-item i {
    color: #717171;
}

.gr-address-result-info {
    display: flex;
    flex-direction: column;
}

.gr-address-result-main {
    font-weight: 600;
    font-size: 0.9rem;
    color: #2b2b2b;
}

.gr-address-result-sub {
    font-size: 0.8rem;
    color: #717171;
}

/* Address Details Form (Step 2) */
.gr-address-details-form {
    display: none;
    flex-direction: column;
    gap: 16px;
    animation: gr-slide-in 0.3s ease;
}

@keyframes gr-slide-in {
    from { transform: translateX(20px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.gr-address-modal-back {
    background: none;
    border: none;
    color: #ff0000;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    margin-bottom: 12px;
    font-size: 0.9rem;
}

.gr-address-field-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gr-address-field-group label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #3e3e3e;
}

.gr-address-detail-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 0.95rem;
    outline: none;
    transition: all 0.2s;
}

.gr-address-detail-input:focus {
    border-color: #ff0000;
    box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.1);
}

.gr-address-save-btn {
    background-color: #ff0000;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
    margin-top: 8px;
}

.gr-address-save-btn:hover {
    background-color: #e4002b;
}

.gr-address-save-btn:active {
    transform: scale(0.98);
}

.gr17-search-container {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gr17-search-box {
    position: relative;
    display: flex;
    align-items: center;
}
 
.gr17-search-icon {
    position: absolute;
    left: 8px;
    color: #6b7280;
}
 

 
.grumi18-restaurant-card {
    display: flex;
    align-items: center; 
    padding: 10px;
    border-radius: 5px; 
    box-sizing: border-box;
    overflow: hidden; 
}
.grumi18-restaurant-card img {
    border-radius: 50%;
    width: 56px;
    height: 56px; 
}
.grumi18-restaurant-info {
    display: flex;
    flex-direction: column;
    flex: 1;  
    overflow: hidden;  
}
.grumi18-restaurant-info h2 {
    color: rgba(var(--dark-text), 1);
    font-size: .875rem;
    line-height: .875rem;
    font-weight: 600; 
    margin: 0 0 1px 0;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
}
.grumi18-details {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #717171;
    font-size: .75rem;
    line-height: .9375rem;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.grumi18-details i {
    color: #f5a623;
    margin-right: 5px;
    font-size: 9px;
}
.grumi18-details span {
    margin-right: 10px;
}
.grumi18-time-price {
    font-weight: 400;
    color: #717171;
    font-size: .82rem;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    margin-top: 5px;
}

.grumi18-restaurant-card:hover{
    background-color: #f7f7f7;
    border-radius: 12px;
}
@media only screen and (min-width: 960px) {
    .grumi18-restaurant-card{
        height: 140px;
        border-radius: 12px;
    }
    .grumi18-restaurant-card:hover {
        background: transparent;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
        transform: scale(1.02);
    }
    .grumi18-restaurant-info h2 {
        color: rgba(var(--dark-text), 1);
        font-size: 1rem;
        line-height: 1rem;
        font-weight: 600; 
        margin: 0 0 1px 0;
        overflow: hidden; 
        text-overflow: ellipsis; 
        white-space: nowrap; 
    }
    .grumi18-details {
        display: flex;
        align-items: center;
        font-weight: 400;
        color: #717171;
        font-size: .85rem;
        line-height: .9375rem;
        overflow: hidden; 
        text-overflow: ellipsis; 
        white-space: nowrap;
        margin-top: 7px;
    }
    .grumi18-time-price {
        font-weight: 400;
        margin-top: 12px;
        color: #717171;
        font-size: .85rem;
        line-height: .9375rem;
        overflow: hidden; 
        text-overflow: ellipsis; 
        white-space: nowrap; 
        padding-bottom: 5px;
    }
}

/* Status Badge Patterns */
.grumi18-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
    width: fit-content;
}
.grumi18-status-badge--open {
    background-color: #eafbef;
    color: #1a8c3a;
}
.grumi18-status-badge--closed {
    background-color: #fef2f2;
    color: #dc2626;
}

/* Closed Card Effect */
.grumi18-restaurant-card--closed {
    opacity: 0.6;
    pointer-events: none; /* Disable interaction if closed? Usually iFood lets you browse but not order. Let's keep it interactive but grayed out. */
}
.grumi18-restaurant-card--closed img {
    filter: grayscale(1);
}
.grumi18-restaurant-card--closed .grumi18-restaurant-info h2 {
    color: #9ca3af;
}

.grumi18-image-container {
    background-color: #f7f7f7;
    border-radius: 5px 0 0 5px;
    padding: 10px; 
    position: relative; 
}
.grumi18-image-container img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
}
.grumi18-favorite-button {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ffffff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}
.grumi18-restaurant-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    padding-left: 17px;
}
.grumi18-details {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.grumi18-details i {
    color: #f5a623;
    margin-right: 5px;
}
.grumi18-details span {
    margin-right: 10px;
}

.banner-img{
    border-radius: 15px;
}
.containerRP{
    padding: 0 0px;
}
.rpX2{
  border-radius: 0px;
}
.header .head-content { 
    gap: 15px;
}
.header .head-content .header-location a h2 {
    font-size: 14px;
    color: rgba(var(--dark-text), 1);
    font-weight: 500;
    white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    max-width: 250px;  
} 
.pdRP{
  padding-right: 8px;
}
.wdRP{
    width: 100% !important;
}
.categories h6 {
    font-weight: 300;
    color: #717171;
    font-size: .775rem;
    line-height: .9375rem;
}
.rpText{
    font-size: 13px;
}
.rpFB{
  color: blue;
}
.rpYT{
  color: red;
}
.rpIN{
  color: black;
}
.rpFont {
    margin-top: 4px;
    margin-left: 12px;
    font-size: .875rem;
    line-height: 1rem;
    text-align: center;
    color: #717171;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: flex;
    justify-content: center;  
    align-items: center; 
    -webkit-line-clamp: 2;
    transition: color .2s ease-out; 
}

.brands-logo .food-brands {
  width: 78px;
  height: 78px;
  padding: 0px;
  border: 0px solid rgba(0, 0, 0, 0.12);
}
.round-image__title {
    margin-top: 4px;
    margin-left: 12px;
    font-size: .875rem;
    line-height: 1rem;
    text-align: center;
    color: #717171;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: flex;
    -webkit-line-clamp: 2;
    transition: color .2s ease-out;
}
.brands-logo h4 {
  white-space: normal;
}
.tmRP{
  width: 58px;
  height: 58px;
}

.merchant-v2__name {
  color: #3e3e3e;
  font-size: .775rem;
  line-height: .775rem;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.merchant-v2__footer, .merchant-v2__info {
  font-weight: 300;
  color: #717171;
  font-size: .75rem;
  line-height: .9375rem;
} 
.merchant-v2__info {
  width: 100%;
  display: flex;
  align-items: center;
}
.cardstack-rating {
text-decoration: none;
color: #fcbb00;
font-size: .75rem;
font-weight: 700;
}
.cardstack-rating .icon-marmita--star svg {
  color: #e7a74e;
  fill: #e7a74e;
}
.cardstack-rating .icon-marmita--star { 
  max-width: 10px;
}
.merchant-v2__separator {
  margin-left: 5px;
  margin-right: 5px;
} 
.categories .food-categories { 
width: auto !important;
padding: 8px !important;
}
.categories .food-categories .categories-img { 
  height: 68px; 
}
.footer {
  background-color: #f8f8f8;
  color: #333;
  /*padding: 30px 10px; */
  font-family: Arial, sans-serif;
}

.footer-container { 
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}

.footer-column h4 {
  color: #3e3e3e;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #717171;
  font-size: 16px;
  text-decoration: none;
}

.footer-column ul li a:hover {
  color: #e53935;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  flex-wrap: wrap;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo img {
  width: auto;
  height: 40px;
}

.footer-logo span {
  font-size: 13px;
  color: #717171;
  font-weight: 300;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons img {
  width: 24px;
  height: 24px;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0 3px;
}

@media (max-width: 768px) { 
  .footer-columns {
      flex-direction: column;
      gap: 20px;
  } 
  .footer-column ul {
      flex-direction: column;
      gap: 0;
  }
}
.dsRP{
display: block;
}
.swiper-button-prev,
.swiper-button-next {
  width: 30px; 
  height: 30px; 
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 13px;
  border-radius: 50%;
  z-index: 999;
}
.swiper-button-next:after, .swiper-button-prev:after { 
  font-size: 13px;
  font-weight: 800;
}
.swiper-button-prev {
left: 10px; 
}

.swiper-button-next {
right: 10px; 
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.4); 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
} 
.food-brands[disabled] {
  color: #ccc;  
  text-decoration: none;  
  pointer-events: none;  
  cursor: not-allowed;  
  opacity: 0.4;  
  -webkit-color: #ccc;  
  -webkit-text-decoration: none;  
  -webkit-pointer-events: none;  
  -webkit-cursor: not-allowed;  
  -webkit-opacity: 0.4;   
  -webkit-user-select: none; 
  -webkit-touch-callout: none;
} 
.add-btn-success {
position: absolute;
right: 0;
bottom: 0;
padding: 5px calc(10px + 5*(100vw - 320px) / 1600);
font-size: 13px;
color: rgb(0 203 27);
background-color: rgb(0 131 39 / 10%);
border-radius: 5px;
}
.grHeader {
  display: flex; 
  align-items: center; 
  justify-content: center;
} 
.vertical-product-box .vertical-box-details .location-distance .distance::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 1px;
  height: 40%;
  border-left: 0px dashed rgba(var(--theme-color), 1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.grSuccess {
padding: 10px 20px;
font-size: 12px;
background-color: rgb(0 255 0 / 23%);
color: rgb(0 150 27);
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s;
} 
.grDanger {
padding: 10px 20px;
font-size: 12px;
background-color: rgb(255 0 0 / 23%);
color: rgb(255 0 0);
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s;
} 
.categories .food-categories {
  width: auto !important;
  padding: 8px !important;
  border-radius: 50% !important;
}
.GRswiper-slide{
margin-left: 18px !important;
} 
.vertical-product-box .vertical-box-img .img { 
max-height: 165px; 
}
.vertical-product-box .vertical-box-img { 
width: 28%; 
}
.vertical-product-box .vertical-box-details {
width: 72%;
}
.vertical-product-box .vertical-box-details .vertical-box-head {
padding: 14px 10px 0 13px;
}
.vertical-product-box .vertical-box-details .location-distance { 
padding: 5px 13px;
}
.vertical-product-box .vertical-box-details .vertical-box-head .restaurant h5 { 
max-width: 250px;
}
@media (min-width: 1024px) {
.vertical-product-box .vertical-box-details .vertical-box-head .restaurant h5 {
  max-width: 350px;
}
}
.gR2-restaurant-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 8px;
    display: flex;
    transition: transform 0.3s ease;
}
.gR2-restaurant-card:hover {
    transform: scale(1.02);
}
.gR2-restaurant-image {
    width: 90px;
    position: relative;
    flex-shrink: 0;
    display: flex;
    justify-content: center;  
    align-items: center; 
    background-color: #f7f7f7;
}
.gR2-restaurant-image img {
    background-color: rgba(var(--box-bg), 1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gR2-favorite-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.gR2-status-indicator {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 10px;
    padding: 5px 16px;
    border-radius: 10px;
    font-weight: bold;
}
.gR2-open {
    background-color: #22c55e;
    color: white;
}
.gR2-closed {
    background-color: #ef4444;
    color: white;
}
.gR2-restaurant-info {
    padding: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gR2-container {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    overflow: hidden;
} 
.gR2-restaurant-name {
    color: rgba(var(--dark-text), 1);
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 1px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gR2-restaurant-details {
    font-size: 14px;
    color: #666;
    margin: 0;
}
.gR2-restaurant-meta {
    display: flex;
    flex-direction: column;
    font-size: 0.77rem;
    color: #666; 
}
.gR2-meta-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px; 
}
.gR2-border{
  border-bottom: 1px dashed rgba(var(--dashed-line), 1);
}
.gR2-meta-item {
    display: flex;
    align-items: center;
}  
.gR2-grcText{
  border: none;
  padding: 0;
  font-size: 11px;
  margin-top: 5px;
  color: rgba(var(--light-text), 1);
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
}
.gR2-restaurant-info {
    margin-top: 14px;
    padding: 0px 10px 10px 13px; 
}
.gR2-rating-star {
  border-bottom: 1px dashed rgba(var(--dashed-line), 1);
  padding-bottom: 6px;
  text-align: left;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  color: rgba(var(--dark-text), 1);
}
.gR2-rating-star .star {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  background-color: rgba(var(--success-color), 1);
  border-radius: 100%;
}
.gR3-border{
  background-color: rgba(var(--box-bg), 1);
  border-radius: 6px;
}

.swiper-pagination-bullet-active { 
  background: black;
}
.grHeader2 {
    display: flex; 
    align-items: center; 
    justify-content: center;
} 
.containerRP2{
    padding: 0 0px;
}
.grInput{
  display: none;
}
.grInput2{
  display: block;
} 
.grInput3{
    min-width: 100%;
} 
.custom-container {
    padding: 0 0px; 
}
.grFooter { 
  background-color: #e3e3e3;
  align-items: center;
  justify-content: center;
} 
.grt-4{
  margin-top: 1.2rem !important;
}
@media (max-width: 1024px) {
  .grHeader2 {
    display: flex; 
    align-items: start;
    justify-content: start;
  } 
  .grFooter {
    padding-left: 10px; 
    align-items: center;
    justify-content: center;
  } 
  .grt-4{
    margin-top: 0rem !important;
  }
  .grInput{
    display: block;
  }
  .grInput2{
    display: none;
  }
  .containerRP2{
      padding: 0 10px;
  }
  .custom-container {
      padding: 0 10px; 
  }
}
.section-t-space {
  padding-top: 15px;
}

.gR2-restaurant-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover; 
}
.pharmacy-categories-box { 
background-color: transparent; 
}

.footer-column h4 { 
    font-size: 0.91rem; 
}
.footer-column ul li a { 
    font-size: 0.77rem; 
} 
 
.grLogoRestaurante{
  margin-top: -80px !important;
  z-index: 999;
  border: 7px solid white;
  border-radius: 55%;
  height: 120px;
  width: 120px;
}

.grFontB{
  font-weight: 800;
}

.grTop20{
  margin-top: -20px;
}
.grTop15{
  margin-top: 8px;
  font-size: 12px;
}
.grTitle{
  color: #d60000;
  font-weight: 700;
}
.grFt14{
  font-size: 14px;
}

.grTop10{
  margin-bottom: 10px !important;
  font-size: 11px;
  color: rgb(231, 167, 78);
}

.grTop20 > svg {
  width: 1.3rem;
  height: auto;
  fill: none;
  stroke: rgb(255, 0, 0);
  stroke-width: 2px;
}

.grTop10 > svg {
  width: 0.6rem;
  margin-top: -5px;
  fill: rgb(231, 167, 78); 
}
 
.gr889-container {
  display: flex;
  gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.gr889-campo {
  flex: 1;
  padding: 10px; 
  border: 1px solid #ccc;
  background: #f9f9f9;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
}


.gr7791-container {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #999;
}

.gr7791-ver-mais {
  font-size: 13px;
  font-weight: bold;
  color: #d60000;
  cursor: pointer;
}

.gr7791-divider {
  width: 1px;
  height: 14px;
  background-color: #ccc;
  margin: 0 8px;
}
.gr7792-divider {
  width: 1px;
  height: 30px;
  background-color: #ccc;
  margin: 0 8px;
}
.gr7791-minimo {
  font-size: 13px;
  display: flex;
  align-items: center;
}

.gr7791-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #afafaf;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 5px;
}

.grRi{ 
  font-size: 20px;
  padding-right: 5px;
}

.grumi-text-center {
  background: transparent;
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%; 
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(var(--dark-text), 1); 
  outline: none !important;
}

.grumi-text-center::after {
  content: "\ea4e";
  font-family: remixicon !important;
  font-size: 24px;
  line-height: 1;
  margin-left: 8px; /* Espaço entre o texto e o ícone */
}

.food-accordion .accordion-item .accordion-header::after { 
  border-bottom: 0px dashed rgba(var(--dashed-line), 1); 
}

.grBox{
  border: 0px;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.1rem 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-12, .col-md-6, .col-lg-6 {
  display: flex;
  align-items: stretch;
}

.grBox {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.card-body {
  flex-grow: 1;
}
 
.grumi-card-img {
  width: 150px;  
  height: 100px; 
  object-fit: cover;
  border-radius: 8px;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .grumi-card-img {
    width: 120px;  
    height: 90px;  
  }
  .grTitle{ 
    width: 19ch;  
    white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;  
  }
}

.grumi-text {
  flex: 1;
  min-width: 0;
}


.grumi-card-text {
  font-size: 0.74rem;
  overflow: hidden;
  text-overflow: ellipsis; 
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; 
  line-clamp: 2; 
  max-height: 2.6em; 
}


.grIconD{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebebeb;
  width: 32px;
  height: 32px;
  border-radius: 0.6rem;
}

.grIconD > svg{
  fill: #4b4b4b;
}
.grIconE > b{
  font-size: 12px;
}
.grIconE > p{
  font-size: 12px; 
  margin-top: 0px;
}

.grIconE{
  padding-left: 10px;
}

.award{
  color: #4b4b4b;
}

.grPd{
  padding-left: 10px;
  padding-right: 10px;
}
 
.container-gr{
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1024px) { 
  .grTitle{ 
    font-size: 13px; 
  }
  .grFt14{
    font-size: 12px;
  }
  .grumi-card-img {
    width: 100px;
    height: 80px;
  }
  .container-gr{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
  }
}
  
 









 

.show-menu{
  display: flex !important;
}

.gr72-header { 
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 6px;
  border-bottom: 1px solid #e5e5e5;
  background: white;
  position: fixed; 
  top: 0;  
  left: 0; 
  right: 0;  
  z-index: 1000;  
}

.gr72-back-button,
.gr72-search-button {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #ff0000;
}

.gr72-back-button:hover,
.gr72-search-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}

.gr72-title {
  font-family: "Segoe UI", sans-serif;
  flex: 1;
  text-align: center; 
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.05em;
}
 
.gr72-content {
  padding: 20px;
  height: 2000px;  
}

.gr72-menu { 
  display: none;
  overflow-x: auto; 
  padding: 10px 0;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;  
  top: 56px; 
  left: 0;  
  right: 0;  
  z-index: 999;  
}

.gr72-menu-item {
  padding: 3px 20px;
  text-align: center;
  color: black; 
  font-weight: 400;
  white-space: nowrap;  
}
.gr72-menu-item.active {
  padding: 3px 20px;
  text-align: center;
  color: #ff0000; 
  font-weight: bold;
  white-space: nowrap;  
} 
  
.border-bt{
  border-bottom: 1px solid #e5e5e5;
}

.search-filter .modal-title .btn-close { 
  left: 20px;  
}
.search-filter .modal-title { 
  padding: 10px;  
}

.modal-title > svg{
  stroke: rgba(var(--theme-color), 1);
}
  
.user-menu-items {
  min-width: 320px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  scrollbar-color: #dcdcdc transparent;
}
@media only screen and (min-width: 375px) and (max-width: 960px) {
  .user-menu-items__notification {
      padding: 12px 20px;
  }
}
.btn-navigation {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  height: 60px;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
}

.btn-navigation__icon {
  width: 25px;
  height: 28px;
  margin: 0 20px 0 0;
}

.icon-marmita {
  display: inline-block;
  position: relative;
}
.btn-navigation__icon svg {
  width: 24px;
  height: 24px;
}
.btn-navigation__icon svg {
  color: #7f7f82;
  fill: #7f7f82;
}
.btn-navigation__icon-arrow {
  margin: 0 0 0 auto;
  transform: rotate(-90deg);
  width: 20px;
  height: 20px;
}
.btn-navigation__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #a6a6a6;
}
.btn-navigation__label {
  font-size: 1.125rem;
  color: #717171;
}
.btn-navigation__icon-arrow svg {
  color: #717171;
  fill: #717171;
}
.app-container {
  padding: 20px;
}
.user-navigation-modal .pwa-banner-install {
  margin: 0 0 50px;
}

.pwa-banner-install {
  background: #f7f7f7;
  max-width: 960px;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 50px 1fr;
  padding: 16px 10px;
  grid-column-gap: 16px;
  grid-template-areas:
      "icon title"
      "icon subtitle"
      "icon buttons";
}
.pwa-banner-install__icon {
  grid-area: icon;
  display: flex;
  align-items: center; 
}
.pwa-banner-install__title {
  grid-area: title;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #3e3e3e;
  font-weight: 500;
  line-height: 1.375rem;
  padding-left: 30px;
}
.pwa-banner-install__title > b {
  padding-left: 5px;
}
.pwa-banner-install__subtitle {
  grid-area: subtitle;
  display: flex;
  align-items: center;
  color: #717171;
  font-size: .875rem;
  font-weight: 300;
  padding-left: 30px;
}
.pwa-banner-install-buttons {
  grid-area: buttons;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.pwa-banner-install-buttons__add {
  height: 36px;
}
.pwa-banner-install-buttons__add .btn__label {
  font-size: .875rem;
}

.pwa-banner-install-buttons__add {
  height: 36px;
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}
.btn-gr {
  background: transparent;
  text-decoration: none;
  color: #ea1d2c;
  border: none;
  padding: 0 20px;
  border-radius: 4px;
  margin: 3px 0;
  height: 50px;
  font-weight: 500;
  transition: .1s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.btn--default {
  background: #ea1d2c;
  color: #fff;
}
.pwa-banner-install-buttons__add {
  height: 36px;
}

.txtTitle{
  font-size: 1.125rem;
  color: #717171;
}

.grCenter{
  display: flex; 
  align-items: center ; 
  justify-content: center; 
  outline: none;
  color: #ea1d2c;
} 
.grCenter > a{
  display: flex; 
  align-items: center ; 
  justify-content: center; 
  outline: none;
  color: #ea1d2c;
  font-weight: 600;
  font-size: 13px;
} 

.primary-btn {
  background-color: rgb(66, 103, 178);
  color: white;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.primary-btn:hover {
  background-color: rgb(66, 103, 178);
  color: white;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.grP{
  font-size: 13px;
}
.grP > a{
  outline: none;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}

@media (max-width: 1024px) {
  .modal-grumi{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
   
  .modal-grumi .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-grumi .modal-footer, .modal-grumi .modal-header{
    border-radius: 0;
  }
  .modal-grumi .modal-body{
    overflow-y: auto;
  }  
}

.division { 
  margin-top: calc(10px + 10*(100vw - 270px) / 1600); 
}

/* ============================================================
   MODAL DE PERSONALIZAÇÃO DE PRODUTO
   ============================================================ */

.grBox {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.grBox:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.22) 0px 0.2rem 1.2rem;
}

/* Overlay */
.grModal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 2000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.grModal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Container */
.grModal-container {
  background: #fff;
  width: 100%;
  max-width: 520px;
  max-height: 92vh;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
  overflow: hidden;
}
.grModal-overlay.active .grModal-container {
  transform: translateY(0);
}

/* Scrollable body */
.grModal-body {
  overflow-y: auto;
  flex: 1;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

/* Hero image */
.grModal-hero {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}
.grModal-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grModal-close {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 2;
  transition: background 0.2s;
}
.grModal-close:hover {
  background: #fff;
}
.grModal-close svg {
  width: 20px;
  height: 20px;
  stroke: #333;
}

/* Info section */
.grModal-info {
  padding: 20px 20px 10px;
}
.grModal-info h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 6px;
}
.grModal-info .grModal-desc {
  font-size: 0.82rem;
  color: #717171;
  line-height: 1.45;
  margin: 0 0 10px;
}
.grModal-info .grModal-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #d60000;
}

/* Section headers */
.grModal-section {
  padding: 0 20px 16px;
}
.grModal-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 10px;
  border-top: 6px solid #f2f2f2;
  margin-top: 4px;
}
.grModal-section-header h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}
.grModal-section-header span {
  font-size: 0.72rem;
  color: #999;
  background: #f2f2f2;
  padding: 3px 10px;
  border-radius: 10px;
}

/* Ingredient row — intuitive for everyone */
.grModal-ingredient {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  transition: background 0.15s;
  gap: 10px;
  user-select: none;
  -webkit-user-select: none;
}
.grModal-ingredient:last-child {
  border-bottom: none;
}
.grModal-ingredient:active {
  background: #fafafa;
}
.grModal-ingredient-name {
  font-size: 0.88rem;
  color: #333;
  flex: 1;
  transition: color 0.2s, text-decoration 0.2s;
}
/* When removed */
.grModal-ingredient.removed .grModal-ingredient-name {
  color: #bbb;
  text-decoration: line-through;
}

/* Status badge */
.grModal-ing-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}
/* Included state (green) */
.grModal-ing-badge.included {
  background: #e8f5e9;
  color: #2e7d32;
}
.grModal-ing-badge.included::before {
  content: "✓";
  font-size: 0.85rem;
  font-weight: 700;
}
/* Removed state (red) */
.grModal-ing-badge.excluded {
  background: #ffebee;
  color: #d32f2f;
}
.grModal-ing-badge.excluded::before {
  content: "+";
  font-size: 1rem;
  font-weight: 700;
}

/* Add-on row */
.grModal-addon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
.grModal-addon:last-child {
  border-bottom: none;
}
.grModal-addon-info {
  flex: 1;
}
.grModal-addon-name {
  font-size: 0.85rem;
  color: #333;
  display: block;
}
.grModal-addon-price {
  font-size: 0.78rem;
  color: #717171;
  display: block;
  margin-top: 2px;
}

/* Qty controls (add-ons + main qty) */
.grModal-qty {
  display: flex;
  align-items: center;
  gap: 12px;
}
.grModal-qty button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid #d60000;
  background: #fff;
  color: #d60000;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  padding: 0;
  line-height: 1;
}
.grModal-qty button:hover {
  background: #d60000;
  color: #fff;
}
.grModal-qty button:disabled {
  border-color: #ddd;
  color: #ddd;
  cursor: default;
  background: #fff;
}
.grModal-qty span {
  font-size: 1rem;
  font-weight: 600;
  min-width: 20px;
  text-align: center;
  color: #333;
}

/* Footer (sticky) */
.grModal-footer {
  padding: 14px 20px;
  border-top: 1px solid #eee;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}
.grModal-footer .grModal-qty button {
  width: 34px;
  height: 34px;
  font-size: 20px;
}
.grModal-footer .grModal-qty span {
  font-size: 1.1rem;
  min-width: 24px;
}
.grModal-addcart {
  flex: 1;
  background: #d60000;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s;
}
.grModal-addcart:hover {
  background: #b80000;
}

/* Observation textarea */
.grModal-obs {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.82rem;
  color: #333;
  resize: none;
  min-height: 60px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
  margin-top: 6px;
}
.grModal-obs:focus {
  border-color: #d60000;
}

/* Desktop adjustments */
@media (min-width: 1025px) {
  .grModal-overlay {
    align-items: center;
  }
  .grModal-container {
    border-radius: 16px;
    max-height: 85vh;
    transform: translateY(40px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .grModal-overlay.active .grModal-container {
    transform: translateY(0);
    opacity: 1;
  }
}

/* body scroll lock */
body.grModal-open,
body.grCart-open {
  overflow: hidden;
}

/* ============================================================
   CARRINHO DE COMPRAS
   ============================================================ */

/* Floating cart button */
.grCart-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d60000;
  color: #fff;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(214,0,0,0.35);
  z-index: 1500;
  transition: transform 0.2s, box-shadow 0.2s;
}
.grCart-fab.visible {
  display: flex;
}
.grCart-fab:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 22px rgba(214,0,0,0.45);
}
.grCart-fab svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}
.grCart-fab-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #333;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  min-width: 22px;
  height: 22px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
@keyframes grCartBounce {
  0%   { transform: scale(1); }
  30%  { transform: scale(1.25); }
  50%  { transform: scale(0.9); }
  70%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}
.grCart-fab.bounce {
  animation: grCartBounce 0.45s ease;
}

/* Cart drawer overlay */
.grCart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 2500;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.grCart-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Cart drawer */
.grCart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 420px;
  height: 100%;
  background: #fff;
  z-index: 2600;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}
.grCart-overlay.active .grCart-drawer {
  transform: translateX(0);
}

/* Drawer header */
.grCart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}
.grCart-header h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.grCart-header h2 .grCart-count {
  font-size: 0.75rem;
  background: #f2f2f2;
  padding: 2px 10px;
  border-radius: 10px;
  color: #666;
  font-weight: 600;
}
.grCart-header-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f2f2f2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.grCart-header-close:hover {
  background: #e5e5e5;
}
.grCart-header-close svg {
  width: 18px;
  height: 18px;
  stroke: #333;
}

/* Cart items list */
.grCart-items {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  overscroll-behavior: contain;
}

/* Single cart item */
.grCart-item {
  display: flex;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.grCart-item-img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.grCart-item-info {
  flex: 1;
  min-width: 0;
}
.grCart-item-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grCart-item-details {
  font-size: 0.72rem;
  color: #999;
  margin: 0 0 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grCart-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grCart-item-price {
  font-size: 0.88rem;
  font-weight: 700;
  color: #d60000;
}
.grCart-item-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.grCart-item-actions button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid #d60000;
  background: #fff;
  color: #d60000;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: background 0.15s, color 0.15s;
}
.grCart-item-actions button:hover {
  background: #d60000;
  color: #fff;
}
.grCart-item-actions span {
  font-size: 0.88rem;
  font-weight: 600;
  min-width: 16px;
  text-align: center;
  color: #333;
}
.grCart-item-remove {
  border: none !important;
  background: none !important;
  color: #bbb !important;
  width: 28px !important;
  height: 28px !important;
  font-size: 16px !important;
  cursor: pointer;
  transition: color 0.15s !important;
}
.grCart-item-remove:hover {
  color: #d60000 !important;
  background: #ffebee !important;
}
.grCart-item-remove svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
}

/* Empty cart state */
.grCart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  flex: 1;
}
.grCart-empty-icon {
  font-size: 3.5rem;
  margin-bottom: 16px;
  opacity: 0.4;
}
.grCart-empty h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 6px;
}
.grCart-empty p {
  font-size: 0.82rem;
  color: #999;
  margin: 0;
}

/* Cart footer */
.grCart-footer {
  padding: 16px 20px;
  border-top: 1px solid #eee;
  background: #fff;
  flex-shrink: 0;
}
.grCart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.grCart-subtotal span:first-child {
  font-size: 0.82rem;
  color: #666;
}
.grCart-subtotal span:last-child {
  font-size: 0.88rem;
  font-weight: 600;
  color: #333;
}
.grCart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding-top: 10px;
  border-top: 1px dashed #e5e5e5;
}
.grCart-total-row span:first-child {
  font-size: 0.95rem;
  font-weight: 700;
  color: #333;
}
.grCart-total-row span:last-child {
  font-size: 1.1rem;
  font-weight: 700;
  color: #d60000;
}
.grCart-checkout {
  width: 100%;
  background: #d60000;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s;
}
.grCart-checkout:hover {
  background: #b80000;
}

/* Mobile */
@media (max-width: 600px) {
  .grCart-drawer {
    max-width: 100%;
  }
  .grCart-fab {
    bottom: 16px;
    right: 16px;
    width: 56px;
    height: 56px;
  }
}

/* ============================================================
   PÁGINA DE CHECKOUT
   ============================================================ */

.grCk-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 100;
}
.grCk-back {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #d60000;
  text-decoration: none;
  transition: background 0.15s;
}
.grCk-back:hover { background: #f5f5f5; }
.grCk-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.grCk-main {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 0 40px;
}

/* Sections */
.grCk-section {
  background: #fff;
  margin-top: 8px;
  padding: 20px;
}
.grCk-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.grCk-section-header h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}
.grCk-edit-link {
  font-size: 0.82rem;
  color: #d60000;
  font-weight: 600;
  text-decoration: none;
}

/* Cart item in checkout */
.grCk-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #f2f2f2;
}
.grCk-item:last-child { border-bottom: none; }
.grCk-item-img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.grCk-item-info { flex: 1; min-width: 0; }
.grCk-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.grCk-item-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grCk-item-del {
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
  font-size: 16px;
  padding: 4px;
  transition: color 0.15s;
  flex-shrink: 0;
}
.grCk-item-del:hover { color: #d60000; }
.grCk-item-details {
  font-size: 0.72rem;
  color: #999;
  margin: 4px 0 8px;
  line-height: 1.4;
}
.grCk-item-removed { color: #d60000; }
.grCk-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grCk-item-price {
  font-size: 0.9rem;
  font-weight: 700;
  color: #d60000;
}
.grCk-item-qty {
  display: flex;
  align-items: center;
  gap: 10px;
}
.grCk-item-qty button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #d60000;
  background: #fff;
  color: #d60000;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: background 0.15s, color 0.15s;
}
.grCk-item-qty button:hover { background: #d60000; color: #fff; }
.grCk-item-qty span {
  font-size: 0.9rem;
  font-weight: 600;
  min-width: 18px;
  text-align: center;
  color: #333;
}

/* Form */
.grCk-form-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.grCk-field {
  display: flex;
  flex-direction: column;
}
.grCk-field label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 4px;
}
.grCk-field input {
  height: 42px;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 0.85rem;
  color: #333;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
}
.grCk-field input:focus { border-color: #d60000; }

/* Payment options */
.grCk-payment-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.grCk-payment-option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1.5px solid #e5e5e5;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  user-select: none;
}
.grCk-payment-option:hover { border-color: #ccc; }
.grCk-payment-option.selected {
  border-color: #d60000;
  background: #fff5f5;
}
.grCk-payment-option input { display: none; }
.grCk-payment-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  flex-shrink: 0;
}
.grCk-payment-option.selected .grCk-payment-icon {
  background: #ffebee;
  color: #d60000;
}
.grCk-payment-text { flex: 1; }
.grCk-payment-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #333;
  display: block;
}
.grCk-payment-desc {
  font-size: 0.72rem;
  color: #999;
  display: block;
  margin-top: 2px;
}

/* Troco field */
.grCk-troco {
  margin-top: 12px;
}
.grCk-troco label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #666;
  display: block;
  margin-bottom: 6px;
}
.grCk-troco input {
  height: 42px;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 0.85rem;
  color: #333;
  outline: none;
  width: 180px;
  font-family: inherit;
}
.grCk-troco input:focus { border-color: #d60000; }

/* Observations */
.grCk-obs {
  width: 100%;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  padding: 12px;
  font-size: 0.82rem;
  color: #333;
  resize: none;
  min-height: 70px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
}
.grCk-obs:focus { border-color: #d60000; }

/* Summary */
.grCk-summary {
  background: #fff;
  margin-top: 8px;
}
.grCk-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 0.85rem;
  color: #666;
}
.grCk-summary-row span:last-child { font-weight: 600; color: #333; }
.grCk-free { color: #2e7d32 !important; font-weight: 600 !important; }
.grCk-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-top: 1.5px dashed #e5e5e5;
  margin-bottom: 16px;
}
.grCk-summary-total span:first-child {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
}
.grCk-summary-total span:last-child {
  font-size: 1.2rem;
  font-weight: 700;
  color: #d60000;
}
.grCk-confirm-btn {
  width: 100%;
  height: 52px;
  background: #d60000;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s;
}
.grCk-confirm-btn:hover { background: #b80000; }

/* Empty state */
.grCk-empty {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
}
.grCk-empty-icon { font-size: 4rem; margin-bottom: 16px; opacity: 0.35; }
.grCk-empty h2 { font-size: 1.1rem; font-weight: 600; color: #333; margin: 0 0 8px; }
.grCk-empty p { font-size: 0.85rem; color: #999; margin: 0 0 24px; }
.grCk-btn-back {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  background: #d60000;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s;
}
.grCk-btn-back:hover { background: #b80000; color: #fff; }

/* Success modal */
.grCk-success-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.grCk-success-overlay.active {
  opacity: 1;
  visibility: visible;
}
.grCk-success-modal {
  background: #fff;
  border-radius: 16px;
  padding: 40px 32px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.grCk-success-overlay.active .grCk-success-modal {
  transform: scale(1);
}
.grCk-success-icon { font-size: 3rem; margin-bottom: 12px; }
.grCk-success-modal h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 6px;
}
.grCk-success-order {
  font-size: 0.95rem;
  color: #666;
  margin: 0 0 10px;
}
.grCk-success-msg {
  font-size: 0.82rem;
  color: #999;
  line-height: 1.5;
  margin: 0 0 20px;
}
.grCk-success-info {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 24px;
  text-align: left;
}
.grCk-success-info-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  color: #555;
  padding: 5px 0;
}
.grCk-success-info-row i { color: #d60000; font-size: 18px; }
.grCk-success-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: #d60000;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s;
  width: 100%;
}
.grCk-success-btn:hover { background: #b80000; color: #fff; }
/* Loading overlay */
.grCk-loading-overlay {
  position: fixed;
  inset: 0;
  background: #f2f1f0;
  z-index: 6000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.grCk-loading-overlay.active {
  opacity: 1;
  visibility: visible;
}
.grCk-loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  width: 90%;
  max-width: 420px;
  padding: 40px 20px;
  animation: grFadeUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes grFadeUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Mascot wrapper */
.grCk-mascot-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.grCk-mascot-gif {
  width: 320px;
  height: auto;
}

.grCk-loading-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
}

.grCk-loading-text {
  font-size: 1rem;
  font-weight: 500;
  color: #4a4a4a;
  margin: 0;
}
.grCk-loading-dots::after {
  content: '';
  animation: grDots 1.5s steps(4, end) infinite;
}
@keyframes grDots {
  0%   { content: ''; }
  25%  { content: '.'; }
  50%  { content: '..'; }
  75%  { content: '...'; }
  100% { content: ''; }
}

.grCk-loading-steps {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  text-align: left;
}
.grCk-step {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #6b6b6b;
  padding: 12px 16px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.9;
  transform: translateY(10px);
  animation: grStepEntry 0.5s forwards ease-out;
}
.grCk-step:nth-child(1) { animation-delay: 0.1s; }
.grCk-step:nth-child(2) { animation-delay: 0.2s; }
.grCk-step:nth-child(3) { animation-delay: 0.3s; }

@keyframes grStepEntry {
  to { opacity: 1; transform: translateY(0); }
}

.grCk-step i {
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
.grCk-step.active {
  color: #1a1a1a;
  background: rgba(255,255,255,1);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06), 0 2px 8px rgba(0,0,0,0.03);
  font-weight: 700;
  border: 1px solid #fff;
  transform: scale(1.02);
  opacity: 1;
}
.grCk-step.done {
  color: #22c55e;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(34, 197, 94, 0.2);
  opacity: 1;
}
.grCk-step.done i {
  color: #22c55e;
  transform: scale(1.1);
}
.ri-spin {
  animation: ri-spin 1s linear infinite;
}
@keyframes ri-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 600px) {
  .grCk-form-row { flex-direction: column; gap: 10px; }
  .grCk-section { padding: 16px; }
  .grCk-mascot-gif { width: 110px; }
}