/* Base */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #004aad;
  color: #;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.welcome-transparent-container {
  background-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1) !important;
}

.styled-checkbox-custom {
    background-color: #ffffff !important;
}

.styled-checkbox-label:hover .styled-checkbox-custom {
    border-color: #000000 !important;
}

h2,
h3,
h4,
h5,
h6,
p,
a,
div,
svg,
input,
span,
li,
label,
hr,
.title-home,
.login-title,
.card,
.mb-0,
.page-link,
.whiteText,
.text-muted,
.btn-lg-w-100,
.btn-primary,
.btn-outline-secondary,
.btn-details,
.btn-close
.product-title,
.related-section,
.related-section div,
.product-detail-container,
.product-detail-container div,
.priceRange,
.text-white {
    color: #1e1e1e !important;
    text-color: #1e1e1e !important;
}

.add-image-button {
    color: #1e1e1e;
    background-color: transparent;
    border: #1e1e1e;
}

.btn-checkout {
    color: #1e1e1e !important;
    text-color: #1e1e1e !important;
    border: 1px solid #1e1e1e !important;
}

.range-slider {
    background: #0b93f2 !important;
}

#addressDropdown {
    padding: 1rem;
}

#addressDropdown span {
    color: #ffffff !important;
}

.nav-inner, .landing-nav {
    background-color: #ffffff !important;
}

h1,
h2,
.mb-4 {
    color: #FFFFFF !important;
}

a,
input,
label,
.card,
.page-link,
.main-container,
.error-container,
.empty-container,
.welcome-content,
.product-info,
.related-section,
.related-section div,
.product-detail-container,
.product-detail-container div,
.btn-outline-secondary,
.btn-checkout,
.btn-primary,
.bg-darkBlue {
    background-color: #FFFFFF !important;
}

.badge,
.toggle-icon,
.toggle-btn,
.btn-outline-light,
.btn-welcome {
    color: #FFFFFF !important;
    background-color: #0b93f2 !important;
}

#toggleIcon {
    color: #FFFFFF !important;
}

.badge:hover,
.toggle-icon:hover,
.toggle-btn:hover,,
.btn-welcome:hover {
    background-color: #004aad !important;
    color: #ffffff !important;
}

.cart-icon img {
  width: 36px;
  filter: invert(0%) !important;
}

.styled-radio-custom {
    background-color: #ffffff;
}

path {
    background-color: #FFFFFF;
}

a,
.btn-primary,
.btn-outline-light,
.page-link {
    border-color: #1e1e1e;
}

body * {
	caret-color: transparent;
}

.btn-outline-light {
    padding: 0.8rem 1.1rem !important;
    font-size: 1.1rem !important;
}

.product-price {
    font-size: 17px !important;
}

.date-filter {
    padding: 0.4rem 0.8rem;
    background-color: #ffffff !important;
    color: #1e1e1e !important;
    border: 1px solid #ffffff !important;
    border-radius: 8px;
    text-size: 0.9rem;
    font-style: italic;
}

.date-filter:hover {
    border: 1px solid #004aad !important;
}

/* CHECKOUT STEPS */

.checkout-steps {
    display: flex;
    background-color: #ffffff;
    align-items: center;
    border-radius: 1.2rem;
    border: 2px solid #0b93f2;
    margin: 0.4 auto 1rem auto;
    padding: 0.8rem;
    max-width: 900px;
    font-family: Arial, sans-serif;
    justify-content: space-between;
}

.step {
    text-align: center;
    flex: 1;
    position: relative;
}

.step-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 3px solid #ccc;
    display: inline-block;
    color: #ccc !important;
    background-color: #fff !important;
    font-size: 18px;
}

.step.active .step-icon,
.step.completed .step-icon {
    border-color: #0b93f2;
    color: #0b93f2 !important;
}

.step-label {
    margin-top: 8px;
    font-size: 14px;
    color: #1e1e1e !important;
}

/* Checkbox customizado */
.userAccountCheckboxContainer {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.styled-checkbox-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.styled-checkbox-label {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    padding-left: 36px;
    user-select: none;
}

.styled-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.styled-checkbox-custom {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    background-color: #e7e7e7 !important;
    border: 2px solid #707070 !important;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.styled-checkbox-input:checked ~ .styled-checkbox-custom {
    background-color: #0B93F2 !important;
    border-color: #0B93F2 !important;
}

.styled-checkbox-custom::after {
    content: "";
    position: absolute;
    display: none;
}

.styled-checkbox-input:checked ~ .styled-checkbox-custom::after {
    display: block;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.styled-checkbox-label:hover .styled-checkbox-custom {
    border-color: #1e1e1e !important;
}

/* Reforça cursor visível em campos editáveis */
input,
textarea,
[contenteditable="true"],
select,
button {
	caret-color: auto !important;
}

main {
  flex: 1;
  margin: 0.25% 0% 0.25% 0%;
}

/* NavBar Dropdown */
.navbar .dropdown-toggle {
    color: #1e1e1e;
    transition: color 0.3s ease;
}

.navbar .dropdown-toggle:hover,
.navbar .dropdown-toggle:focus {
    color: #0056b3;
}

.dropdown-menu {
    background-color: #ffffff !important;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 0.5rem 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    z-index: 1050;
}

.dropdown-menu .dropdown-item {
    color: #212529;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #0056b3;
    color: #1e1e1e;
}

.navbar .dropdown-toggle::after {
    margin-left: 0.3em;
    vertical-align: middle;
}

@media (max-width: 992px) {
    .dropdown-menu {
        position: absolute !important;
    }
}

/* Navbar */
.navbar {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-color: #FFFFFF !important;
}

.navbar-brand {
  font-size: 1.75rem;
  color: #1e1e1e !important;
}

.nav-link {
  font-size: 1.1rem;
  color: #1e1e1e !important;
}

.navbar form {
  align-items: center;
}

.navbar form .form-control {
  height: calc(1.75em + 0.75rem + 2px);
  font-size: 1rem;
  background-color: #ffffff !important;
  border: 1px solid #ced4da;
  color: #212529;
}

.navbar form .form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-outline-light {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #1e1e1e;
  border-color: #ffffff !important;
}

.btn-outline-light:hover {
  background-color: #ffffff !important;
  color: #0056b3;
}

.navbar .d-flex.align-items-center {
  gap: 0.75rem;
}

h2 {
    margin-top: 2%;
    color: #212529;
}

/* Cart */
.cart-icon {
  display: flex;
  align-items: center;
}

.cart-icon img {
  width: 36px;
  filter: invert(100%);
}

#cart-count {
  font-size: 0.75rem;
  top: -6px;
  left: 22px;
  background-color: #dc3545;
  color: #1e1e1e;
}

/* Cards */
.category-card {
  background-color: #ffffff !important;
  border: 1px solid #e9ecef;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-title {
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
}

/* Cart icon */
.icon-button {
    background-color: #0056b3;
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.icon-button:hover {
    background-color: #004494;
}

/* Botão padrão */
.btn.btn-primary {
  background-color: transparent !important;
  color: #495057 !important;
  border: 1.5px solid #6c757d !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn.btn-primary:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #212529 !important;
  border-color: #212529 !important;
}

/* Banner Carrossel */
#promo-carousel {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.carousel-wrapper {
  transition: transform 0.6s ease;
  height: 100%;
}

.banner-slide {
  min-width: 100%;
  height: 100%;
  margin: 25px 0 40px 0;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  color: #212529;
  border: none;
  padding: 10px 14px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: background 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.arrow:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.arrow.left {
  left: 16px;
}

.arrow.right {
  right: 16px;
}

/* Responsivo */
@media (max-width: 992px) {
  .marketplace-text {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .logo-img {
    height: 50px;
  }

  .navbar .location-info {
    font-size: 0.9rem;
  }

  .navbar .form-control {
    width: 160px;
    height: 2.5rem;
    font-size: 0.95rem;
  }

  .btn-outline-light {
    padding: 0.4rem 0.8rem;
    font-size: 0.95rem;
  }

  .cart-icon img {
    width: 30px;
  }

  #cart-count {
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  #promo-carousel {
    height: 180px;
  }

  .arrow {
    font-size: 18px;
    padding: 8px 12px;
  }

  .marketplace-text {
    text-align: center;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 1.1rem;
  }

  .navbar .form-control {
    width: 140px;
  }

  .location-info {
    display: none;
  }

  .navbar .d-flex.align-items-center {
    gap: 0.8rem;
  }

  .cart-icon img {
    width: 28px;
  }
}

/* Logo */
.logo-img {
  height: 70px;
  width: auto;
  object-fit: contain;
}

/* Texto do marketplace */
.marketplace-text {
  color: #1e1e1e;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Localização */
.navbar .location-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #1e1e1e;
}

.navbar .location-info img,
.location-info img {
  filter: invert(100%);
}

.location-info span {
  font-size: 0.95rem;
  white-space: nowrap;
}

.card-body {
    background-color: #ffffff !important;
}

/* Sidebar */
.sidebar {
    margin-top: 10px;
    border-radius: 0px 10px 10px 0px;
    background-color: #ffffff !important;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    position: fixed;
}

.sidebar.collapsed {
    width: 40px;
}

.toggle-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    background-color: #6c757d;
    color: white;
    border: 1px solid #adb5bd;
    width: 30px;
    height: 60px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 1001;
}

.toggle-btn:hover {
    background-color: #5a6268;
    border-color: #9ca3af;
}

.sidebar.collapsed .toggle-btn {
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-content {
    padding: 1.4rem;
    padding-right: 36px;
    height: 78vh;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.sidebar.collapsed .sidebar-content {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 60px 0 1.5rem;
}

.sidebar-content::-webkit-scrollbar {
    width: 6px;
}

.sidebar-content::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 3px;
}

.sidebar-content::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 3px;
}

.sidebar-content::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
}

.sidebar-content h4 {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    color: #1e1e1e !important;
    border-bottom: 2px solid #333 !important;
    padding-bottom: 0.5rem !important;
}

.sidebar-content h5 {
    font-size: 1rem !important;
    font-weight: 500 !important;
    margin-bottom: 1.5rem !important;
    color: #212529;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.5rem !important;
}

.filter-section {
    margin-bottom: 2rem;
}

.sidebar-content h6 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #495057;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 0.5rem;
}

.category-list a {
    color: #6c757d;
    text-decoration: none;
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.category-list a:hover {
    background-color: rgba(0, 86, 179, 0.1);
    color: #0056b3;
    padding-left: 1rem;
}

.price-range {
    margin-bottom: 1rem;
}

.range-slider {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e9ecef;
    outline: none;
    -webkit-appearance: none;
}

.range-slider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0056b3;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.range-values {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 0.5rem;
}

.checkbox-group {
    margin-bottom: 1rem;
}

.checkbox-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.checkbox-item input[type="checkbox"] {
    margin-right: 0.75rem;
    transform: scale(1.2);
    accent-color: #0056b3;
}

.checkbox-item label {
    color: #6c757d;
    cursor: pointer;
    transition: color 0.3s ease;
}

.checkbox-item:hover label {
    color: #212529;
}

/* Responsive */
@media (max-width: 768px) {
    .sidebar.expanded {
        flex: 0 0 220px;
        width: 220px;
        min-width: 220px;
    }

    .main-content {
        padding: 20px;
    }
}

/* TOGLE THEME */

.theme-toggle {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.theme-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.theme-toggle:active {
    transform: translateY(0);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.theme-toggle::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}

.theme-toggle:hover::before {
    left: 100%;
}

.theme-icon {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 0.3s ease;
}

.theme-text {
    color: #1e1e1e;
}

.theme-toggle:hover .theme-icon {
    transform: scale(1.1) rotate(10deg);
}

/* ===== Tema Claro ===== */

/* Container */
.select-display {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%) !important;
    border: 1px solid #dcdcdc !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.select-display:hover {
    border-color: #c0c0c0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Placeholder */
.select-placeholder {
    color: #666 !important;
}

.select-display:hover .select-placeholder {
    color: #444 !important;
}

/* Texto selecionado */
.select-selected {
    color: #666666 !important;
}

/* Infos adicionais */
.select-address-info {
    color: #777 !important;
}

/* Ícone */
.select-icon {
    color: #999 !important;
}

.select-display:hover .select-icon {
    color: #555 !important;
}

.custom-select-container.open .select-icon {
    color: #4a90e2 !important;
}

/* Opções do dropdown */
.select-options {
    background: #ffffff !important;
    border: 1px solid #dcdcdc !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

.select-option {
    color: #1e1e1e !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.select-option:hover {
    background: rgba(0, 0, 0, 0.05) !important;
}

.select-option.add-new {
    color: #2f80ed !important;
}

.select-option.add-new:hover {
    background: rgba(47, 128, 237, 0.1) !important;
}

/* Ícones de pagamento */
.payment-icon {
    background: #e0e0e0 !important;
    color: #1e1e1e !important;
}

.payment-icon.credit-card {
    background: linear-gradient(135deg, #4a90e2, #5ba3f5) !important;
    color: #1e1e1e !important;
}

.payment-icon.debit-card {
    background: linear-gradient(135deg, #f5a623, #f7b731) !important;
    color: #1e1e1e !important;
}

.payment-icon.paypal {
    background: linear-gradient(135deg, #0070ba, #003087) !important;
    color: #1e1e1e !important;
}

.payment-icon.pix {
    background: linear-gradient(135deg, #32bcad, #00a991) !important;
    color: #1e1e1e !important;
}

.payment-icon.add-new {
    background: linear-gradient(135deg, #4a9eff, #6b5fff) !important;
    color: #1e1e1e !important;
}

/* Detalhes pagamento */
.payment-card-info {
    color: #666 !important;
}

/* Estado de foco */
.select-display:focus-within {
    outline: 2px solid #4a90e2 !important;
    border-color: #4a90e2 !important;
}

/* Glow effect */
.select-display::after {
    background: linear-gradient(45deg, #4a9eff, #6b5fff, #4a9eff) !important;
    opacity: 0 !important;
}

.select-display:hover::after {
    opacity: 0.2 !important;
}

/* Reforça cursor visível em campos editáveis */
input,
textarea,
[contenteditable="true"],
select,
button {
	caret-color: auto !important;
}

.center-content-style {
    padding: 50px;
}

/* CHECKOUT STEPS */

.checkout-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
    max-width: 900px;
    font-family: Arial, sans-serif;
}

.step {
    text-align: center;
    flex: 1;
    position: relative;
}

.step-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: inline-block;
    color: #ccc !important;
    font-size: 18px;
}

.step.active .step-icon,
.step.completed .step-icon {
    border-color: #0b93f2;
    color: #0b93f2;
}

.step-label {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.btn:hover, btn-outline-light:hover {
    background-color: #0b93f2 !important;
}

span {
    color: #ffffff;
}

#notification-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
}

.option-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}

.option-link {
    text-decoration: none;
    color: inherit;
    flex: 1;
    text-align: left;
}

.d-none {
    display: none;
}

.option-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
}

/* CONFIRM MODAL */
/* Modal de confirmação - z-index maior que todos os overlays */
#exitConfirmationModal {
    z-index: 10000 !important; /* Acima de tudo */
}

#exitConfirmationModal .modal-backdrop {
    z-index: 9999 !important; /* Acima dos overlays de brilho */
    background-color: rgba(0, 0, 0, 0.7) !important; /* Backdrop mais escuro */
}

#exitConfirmationModal .modal-dialog {
    z-index: 10001 !important;
    position: relative;
}

/* Efeito de luz piscando no fundo do modal */
#exitConfirmationModal .modal-content {
    position: relative;
    z-index: 10002;
    pointer-events: auto !important;
}

/* Luz piscante atrás do modal */
#exitConfirmationModal .modal-content::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: radial-gradient(ellipse at center,
                rgba(255, 255, 255, 0.6) 0%,
                rgba(255, 255, 255, 0.3) 40%,
                transparent 70%);
    border-radius: 16px;
    z-index: -1;
    animation: modalGlowPulse 1.5s ease-in-out infinite;
    filter: blur(15px);
    pointer-events: none;
}

/* Animação de pulso do brilho do modal */
@keyframes modalGlowPulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

/* Garante que botões do modal sejam clicáveis */
#exitConfirmationModal .modal-content * {
    pointer-events: auto !important;
}

/* Sobrescreve qualquer interferência do body::before e body::after */
body.modal-open::before,
body.modal-open::after {
    z-index: 9998 !important; /* Abaixo do modal */
}

/* Quando o modal está aberto, reduz o z-index dos overlays de loading */
body.modal-open .all-cart-content {
    z-index: 9997 !important;
}

body.modal-open body::before {
    z-index: 9996 !important;
}

body.modal-open body::after {
    z-index: 9996 !important;
}

.modal-title {
    font-size: 1.7rem;
}

.alert-danger {
    font-size: 0.9rem;
}

p.mb-3 {
    font-size: 1.1rem;
}

.btn-secondary:hover {
    background-color: #5a6268 !important;
    transition: background-color 0.25s ease-in-out;
}

.btn-danger:hover {
    background-color: #c82333 !important;
    transition: background-color 0.25s ease-in-out;
}