/* ==========================================================================
   Akiva Backoffice - Tema Moderno Claro
   Sobrescreve o AdminLTE padrao com uma identidade mais leve e legivel.
   Nao remove classes/funcionalidades do AdminLTE, apenas restyle visual.
   ========================================================================== */

:root {
  --akiva-bg: #f5f4ef;
  --akiva-surface: #ffffff;
  --akiva-border: #e6e4da;
  --akiva-text: #201f1c;
  --akiva-text-muted: #7a7972;
  --akiva-gold: #c9a24a;
  --akiva-gold-bg: #faf3e2;
  --akiva-blue: #1f6fd6;
  --akiva-blue-bg: #e8f1fc;
  --akiva-green: #2f8a3e;
  --akiva-green-bg: #eaf6ec;
  --akiva-amber: #b0740a;
  --akiva-amber-bg: #fbf0dc;
  --akiva-red: #c23b3b;
  --akiva-red-bg: #fbeaea;
  --akiva-radius: 10px;
  --akiva-radius-lg: 14px;
}

body {
  background: var(--akiva-bg) !important;
  color: var(--akiva-text);
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.content-wrapper {
  background: var(--akiva-bg) !important;
}

a {
  color: var(--akiva-blue);
}

/* ---------- Navbar ---------- */
.main-header.navbar {
  background: var(--akiva-surface) !important;
  border-bottom: 1px solid var(--akiva-border);
  box-shadow: none;
}

.main-header .nav-link {
  color: var(--akiva-text);
}

.form-control-navbar {
  border-radius: var(--akiva-radius) 0 0 var(--akiva-radius) !important;
  border: 1px solid var(--akiva-border) !important;
  background: var(--akiva-bg) !important;
}

.btn-navbar {
  border-radius: 0 var(--akiva-radius) var(--akiva-radius) 0 !important;
  border: 1px solid var(--akiva-border) !important;
  background: var(--akiva-bg) !important;
}

.main-header.navbar { min-height: 64px; padding: 8px 18px; }
.akiva-navbar-left { align-items: center; }
.akiva-menu-toggle { width: 40px; height: 40px; display: grid !important; place-items: center; border-radius: 10px; }
.akiva-menu-toggle:hover { background: var(--akiva-bg); }
.akiva-navbar-context { align-items: center; margin-left: 10px; padding-left: 18px; border-left: 1px solid var(--akiva-border); color: var(--akiva-text); font-size: 14px; font-weight: 700; }
.akiva-navbar-actions { align-items: center; gap: 8px; }
.akiva-top-action, .akiva-indication-link .btn {
  min-height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 0 13px !important;
  border: 1px solid var(--akiva-border) !important; border-radius: 10px !important; background: #fff !important;
  color: var(--akiva-text) !important; font-size: 12px !important; font-weight: 700 !important;
}
.akiva-top-action:hover, .akiva-indication-link .btn:hover { border-color: #d2c39f !important; background: #faf7ef !important; }
.akiva-top-action-accent { background: #24211c !important; border-color: #24211c !important; color: #fff !important; }
.akiva-indication-link { display: flex; align-items: center; }
.main-header .dropdown > .nav-link { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; }
.main-header .dropdown > .nav-link:hover { background: var(--akiva-bg); }
.main-header .navbar-badge { top: 2px; right: 1px; min-width: 17px; height: 17px; line-height: 12px; border-radius: 999px; font-size: 9px; }
.main-header .dropdown-menu { border: 1px solid var(--akiva-border); border-radius: 14px; box-shadow: 0 16px 38px rgba(32,31,28,.14); overflow: hidden; }

/* ---------- Sidebar ---------- */
.main-sidebar {
  background: var(--akiva-surface) !important;
  border-right: 1px solid var(--akiva-border);
  box-shadow: none !important;
}

.brand-link {
  border-bottom: 1px solid var(--akiva-border) !important;
  padding: 14px 16px;
}

.akiva-brand-link {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.akiva-brand-mark {
  width: 30px;
  height: 30px;
  overflow: hidden;
  flex-shrink: 0;
  display: block;
}

.akiva-brand-mark img {
  width: 130px;
  max-width: none;
  height: auto;
  margin-left: -3px;
  margin-top: -8px;
}

.akiva-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.akiva-brand-name {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: var(--akiva-text);
}

.akiva-brand-sub {
  font-size: 9px;
  letter-spacing: 0.05em;
  color: var(--akiva-gold);
  text-transform: uppercase;
  font-weight: 600;
}

.sidebar-mini.sidebar-collapse .akiva-brand-text {
  display: none;
}

.sidebar-light-primary .user-panel,
.main-sidebar .user-panel {
  border-bottom: 1px solid var(--akiva-border) !important;
}

.main-sidebar .user-panel { align-items: center; margin: 14px 10px 10px !important; padding: 10px 4px 14px !important; }
.main-sidebar .user-panel .image img { width: 38px; height: 38px; object-fit: cover; box-shadow: none !important; border: 1px solid var(--akiva-border); }
.main-sidebar .user-panel .info { flex: 1; min-width: 0; padding-left: 10px; }
.main-sidebar .user-panel .info a { overflow: hidden; text-overflow: ellipsis; color: var(--akiva-text); font-size: 13px; font-weight: 700; }
.akiva-sidebar-logout { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: var(--akiva-text-muted); }
.akiva-sidebar-logout:hover { color: var(--akiva-red); background: var(--akiva-red-bg); }

.sidebar-light-primary.main-sidebar .nav-sidebar > .nav-item > .nav-link,
.sidebar-light-primary .nav-sidebar .nav-link {
  color: var(--akiva-text-muted);
  border-radius: 8px;
  margin: 1px 8px;
  width: auto;
}

.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar .nav-treeview > .nav-item > .nav-link.active {
  background: var(--akiva-gold-bg) !important;
  color: var(--akiva-text) !important;
  border-left: 3px solid var(--akiva-gold);
  font-weight: 600;
}

.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link:hover {
  background: var(--akiva-bg) !important;
  color: var(--akiva-text) !important;
}

.sidebar-light-primary .nav-sidebar .nav-treeview .nav-link {
  padding-left: 2.2rem;
}

.nav-sidebar .nav-icon {
  color: var(--akiva-text-muted);
}

/* ---------- Cards / paineis ---------- */
.card {
  border: 1px solid var(--akiva-border) !important;
  border-radius: var(--akiva-radius-lg) !important;
  box-shadow: 0 1px 2px rgba(20, 20, 15, 0.04) !important;
  background: var(--akiva-surface);
}

.card-header {
  background: var(--akiva-surface) !important;
  border-bottom: 1px solid var(--akiva-border) !important;
  border-radius: var(--akiva-radius-lg) var(--akiva-radius-lg) 0 0 !important;
  padding: 16px 20px;
}

.card-header h4, .card-header h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--akiva-text);
}

.card-body {
  padding: 20px;
}

.content-header h1 {
  font-weight: 600;
  font-size: 21px;
  color: var(--akiva-text);
}

.content-header { padding: 22px 22px 14px; }
.content-header .row { align-items: end; }
.akiva-page-kicker { display: block; margin-bottom: 2px; color: var(--akiva-gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.content-header .breadcrumb { margin: 0; padding: 6px 0; background: transparent; font-size: 12px; }
.content-header .breadcrumb a { color: var(--akiva-text-muted); }
.content-wrapper > .content { padding: 0 22px 24px; }

/* Compatibilidade visual para telas legadas */
.widget, .tile, .block-flat, .box {
  margin-bottom: 20px; border: 1px solid var(--akiva-border) !important; border-radius: var(--akiva-radius-lg) !important;
  background: var(--akiva-surface) !important; box-shadow: 0 2px 10px rgba(32,31,28,.035) !important; overflow: hidden;
}
.widget-title, .tile-header, .box > .header {
  min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px !important;
  border: 0 !important; border-bottom: 1px solid var(--akiva-border) !important; background: #fff !important;
}
.widget-title h4, .tile-header h4, .tile-header h3, .box > .header h3 {
  margin: 0 !important; color: var(--akiva-text) !important; font-size: 16px !important; font-weight: 700 !important;
}
.widget-body, .tile-body, .block-flat, .box .content { padding: 20px !important; }
.widget-title .tools, .tile-header .controls, .card-tools { opacity: .6; }
.widget-title .tools:hover, .tile-header .controls:hover, .card-tools:hover { opacity: 1; }
.row-fluid { display: flex; flex-wrap: wrap; margin-right: -8px; margin-left: -8px; }
.control-group { margin-bottom: 17px; }
.control-group::after { display: block; clear: both; content: ""; }
.control-label { display: block; margin-bottom: 6px; color: var(--akiva-text-muted); font-size: 12px; font-weight: 700; }
.controls .input-xlarge, .controls input[type="text"], .controls input[type="email"], .controls input[type="password"], .controls select, .controls textarea { max-width: 100%; }
.input-prepend, .input-append { display: flex; align-items: stretch; }
.input-prepend .add-on, .input-append .add-on { display: grid; place-items: center; min-width: 38px; padding: 7px 10px; border: 1px solid var(--akiva-border); background: var(--akiva-bg); color: var(--akiva-text-muted); }
.input-prepend .add-on { border-radius: 8px 0 0 8px; border-right: 0; }
.input-prepend input { border-radius: 0 8px 8px 0 !important; }
.well { padding: 18px; border: 1px solid var(--akiva-border); border-radius: 12px; background: #faf9f5; box-shadow: none; }
.nav-tabs { border-bottom: 1px solid var(--akiva-border); gap: 4px; }
.nav-tabs .nav-link, .nav-tabs > li > a { padding: 10px 14px; border: 0 !important; border-radius: 8px 8px 0 0; color: var(--akiva-text-muted); font-weight: 600; }
.nav-tabs .nav-link.active, .nav-tabs > li.active > a { color: var(--akiva-text); background: var(--akiva-gold-bg); }
.pagination .page-link, .pagination > li > a, .pagination > li > span { border-color: var(--akiva-border); color: var(--akiva-text-muted); }
.pagination .active .page-link, .pagination > .active > a { border-color: var(--akiva-text); background: var(--akiva-text); color: #fff; }
.modal-content { border: 0; border-radius: 16px; box-shadow: 0 24px 70px rgba(27,25,20,.22); overflow: hidden; }
.modal-header, .modal-footer { border-color: var(--akiva-border); padding: 16px 20px; }
.modal-body { padding: 22px; }
.alert:empty, .card:empty, .widget:empty { display: none; }

/* ---------- Tabelas ---------- */
.table {
  color: var(--akiva-text);
}

.table thead th {
  border-bottom: 1px solid var(--akiva-border) !important;
  border-top: none !important;
  color: var(--akiva-text-muted);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 600;
  padding: 10px 12px;
}

.table td {
  border-top: none !important;
  border-bottom: 1px solid var(--akiva-border) !important;
  padding: 12px;
  vertical-align: middle;
}

.table-bordered, .table-bordered td, .table-bordered th {
  border: none !important;
}

.table-bordered td, .table-bordered th {
  border-bottom: 1px solid var(--akiva-border) !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fbfaf7;
}

.table-hover tbody tr:hover {
  background-color: var(--akiva-bg);
}

/* DataTables wrapper spacing */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  color: var(--akiva-text-muted);
  font-size: 13px;
}

.dataTables_wrapper .form-control {
  border-radius: 8px;
}

/* ---------- Status pills (label-*) ---------- */
.label {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.label-success {
  background: var(--akiva-green-bg);
  color: var(--akiva-green);
}

.label-warning {
  background: var(--akiva-amber-bg);
  color: var(--akiva-amber);
}

.label-danger,
.label-important {
  background: var(--akiva-red-bg);
  color: var(--akiva-red);
}

.label-info {
  background: var(--akiva-blue-bg);
  color: var(--akiva-blue);
}

.label-default {
  background: var(--akiva-bg);
  color: var(--akiva-text-muted);
}

/* ---------- Botoes ---------- */
.btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 10px !important;
  font-weight: 700;
  font-size: 13.5px;
  line-height: 1.2;
  padding: 9px 17px;
  border: 1px solid transparent;
  box-shadow: none !important;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.btn-sm {
  min-height: 34px;
  padding: 5px 10px;
  border-radius: 8px !important;
}

.btn-lg {
  min-height: 48px;
  padding: 12px 22px;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background: #24211c !important;
  border-color: #24211c !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #3a352d !important;
  border-color: #3a352d !important;
  color: #fff !important;
}

.btn-success,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
  background: var(--akiva-gold) !important;
  border-color: var(--akiva-gold) !important;
  color: #201f1c !important;
}

.btn-success:hover,
.btn-success:focus {
  background: #b58b34 !important;
  border-color: #b58b34 !important;
  color: #171611 !important;
}

.btn-info,
.btn-secondary,
.btn-default {
  background: #fff !important;
  border-color: #d8d4c8 !important;
  color: #3c3932 !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-default:hover,
.btn-default:focus {
  background: var(--akiva-gold-bg) !important;
  border-color: #d2b66f !important;
  color: #24211c !important;
}

.btn-warning {
  background: #f1dfad !important;
  border-color: #dfc272 !important;
  color: #503b0c !important;
}

.btn-warning:hover,
.btn-warning:focus {
  background: #e7ce8a !important;
  border-color: #cfae51 !important;
  color: #3f2e08 !important;
}

.btn-danger {
  background: #fff !important;
  border-color: #e2a4a4 !important;
  color: var(--akiva-red) !important;
}

.btn-danger:hover,
.btn-danger:focus {
  background: var(--akiva-red) !important;
  border-color: var(--akiva-red) !important;
  color: #fff !important;
}

.btn-link {
  min-height: auto;
  padding-inline: 6px;
  color: #84651f !important;
}

.btn-link:hover { color: #5f4815 !important; }

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(201, 162, 74, .2) !important;
}

.btn:not(:disabled):not(.disabled):active { transform: translateY(1px); }
.btn:disabled,
.btn.disabled {
  opacity: .48;
  cursor: not-allowed;
}

.btn-group > .btn { border-radius: 0 !important; }
.btn-group > .btn:first-child { border-radius: 10px 0 0 10px !important; }
.btn-group > .btn:last-child { border-radius: 0 10px 10px 0 !important; }

input[type="submit"].btn,
input[type="button"].btn { appearance: none; }

.swal2-confirm,
.bootbox .btn-primary {
  background: #24211c !important;
  border-color: #24211c !important;
}

.swal2-cancel,
.bootbox .btn-secondary,
.bootbox .btn-default {
  background: #fff !important;
  border-color: #d8d4c8 !important;
  color: #3c3932 !important;
}

/* ---------- Formularios ---------- */
.form-control, select.form-control, textarea.form-control {
  border: 1px solid var(--akiva-border);
  border-radius: 8px;
  padding: 8px 12px;
  height: auto;
  color: var(--akiva-text);
}

.form-control:focus {
  border-color: var(--akiva-gold);
  box-shadow: 0 0 0 3px var(--akiva-gold-bg);
}

label {
  font-weight: 600;
  font-size: 13px;
  color: var(--akiva-text-muted);
}

/* ---------- Footer ---------- */
.main-footer {
  background: var(--akiva-surface);
  border-top: 1px solid var(--akiva-border);
  color: var(--akiva-text-muted);
}

/* ---------- Responsividade ---------- */
@media (max-width: 991.98px) {
  .content-wrapper, .main-footer {
    margin-left: 0 !important;
  }

  .main-header {
    margin-left: 0 !important;
  }

  .card-body {
    padding: 14px;
  }

  .content-header h1 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .main-header .navbar-nav.ml-auto {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 6px;
    padding: 6px 0;
  }

  .main-header .navbar-nav.ml-auto li {
    margin: 2px 4px;
  }

  .main-header .navbar-nav.ml-auto .btn {
    font-size: 12px;
    padding: 6px 10px;
  }
}

/* Conteudos editoriais dos modulos */
.akiva-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.akiva-section-kicker { color: #9a7524; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.akiva-section-heading h3 { margin: 2px 0 3px; color: #24211c; font-size: 22px; font-weight: 800; }
.akiva-section-heading p { margin: 0; color: var(--akiva-text-muted); }
.akiva-section-count { padding: 7px 11px; color: #65501e; background: var(--akiva-gold-bg); border-radius: 999px; font-size: 12px; font-weight: 800; white-space: nowrap; }

.akiva-achievements,
.akiva-library,
.akiva-help-center { padding: 24px; background: #fff; border: 1px solid var(--akiva-border); border-radius: 16px; }
.akiva-achievement-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.akiva-achievement {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 125px;
  padding: 18px;
  background: #faf9f5;
  border: 1px solid var(--akiva-border);
  border-radius: 14px;
}
.akiva-achievement.is-earned { background: linear-gradient(145deg, #fffdf7, #f6edda); border-color: #ddc888; }
.akiva-achievement.is-locked { filter: grayscale(.7); opacity: .68; }
.akiva-achievement img { width: 76px; height: 82px; object-fit: contain; }
.akiva-achievement-status { position: absolute; top: 10px; right: 10px; width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: #28251f; border-radius: 50%; font-size: 10px; }
.akiva-achievement.is-earned .akiva-achievement-status { color: #2c2414; background: #d7b65a; }
.akiva-achievement span { color: var(--akiva-text-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.akiva-achievement h4 { margin: 3px 0 0; color: #24211c; font-size: 17px; font-weight: 800; }

.akiva-library-list { display: grid; gap: 10px; }
.akiva-library-item { display: grid; grid-template-columns: 52px minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 16px; border: 1px solid var(--akiva-border); border-radius: 13px; }
.akiva-library-item:hover { border-color: #d7bd78; background: #fffdf8; }
.akiva-file-icon { width: 52px; height: 52px; display: grid; place-items: center; background: #f4f1e8; border-radius: 12px; }
.akiva-file-icon img { max-width: 30px; max-height: 34px; }
.akiva-library-copy h4 { margin: 0 0 2px; font-size: 15px; font-weight: 800; }
.akiva-library-copy p { margin: 0 0 5px; color: var(--akiva-text-muted); }
.akiva-library-copy span { color: #99958b; font-size: 11px; }
.akiva-empty-state { padding: 50px 20px; color: var(--akiva-text-muted); text-align: center; }
.akiva-empty-state > i { margin-bottom: 12px; color: #c7b986; font-size: 38px; }
.akiva-empty-state h4 { color: #3c3932; font-weight: 800; }

.akiva-faq-list { display: grid; gap: 9px; }
.akiva-faq-item { border: 1px solid var(--akiva-border); border-radius: 12px; overflow: hidden; }
.akiva-faq-item .accordion-heading { margin: 0; }
.akiva-faq-item .accordion-toggle { display: grid; grid-template-columns: 34px 1fr 20px; align-items: center; gap: 10px; padding: 16px 18px; color: #302e28; font-size: 14px; font-weight: 800; }
.akiva-faq-item .accordion-toggle:hover { background: #faf8f1; }
.akiva-faq-item .accordion-toggle > span { color: #aa8230; font-size: 11px; }
.akiva-faq-item .accordion-toggle > i { color: #a29d91; font-size: 11px; }
.akiva-faq-item .accordion-inner { padding: 0 62px 18px; color: #68645b; line-height: 1.6; }

.akiva-ticket-board,
.akiva-ticket-compose { padding: 24px; background: #fff; border: 1px solid var(--akiva-border); border-radius: 16px; }
.akiva-ticket-table .akiva-ticket-id { display: block; margin-bottom: 3px; color: #a07a29; font-size: 10px; font-weight: 800; }
.akiva-ticket-table td > strong { color: #302e28; font-size: 14px; }
.akiva-ticket-status { display: inline-flex; padding: 5px 9px; color: #6b5018; background: #f7edd4; border-radius: 999px; font-size: 11px; font-weight: 800; }
.akiva-ticket-date { color: var(--akiva-text-muted); font-size: 12px; white-space: nowrap; }
.akiva-ticket-compose { max-width: 920px; margin-inline: auto; }
.akiva-ticket-compose label { color: #38352f; font-size: 13px; font-weight: 800; }
.akiva-ticket-compose textarea { min-height: 210px; resize: vertical; }
.akiva-form-footer { display: flex; justify-content: flex-end; gap: 9px; margin: 24px -24px -24px; padding: 17px 24px; background: #faf9f5; border-top: 1px solid var(--akiva-border); border-radius: 0 0 16px 16px; }

@media (max-width: 991.98px) { .akiva-achievement-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575.98px) {
  .akiva-section-heading { align-items: stretch; flex-direction: column; }
  .akiva-achievements, .akiva-library, .akiva-help-center { padding: 18px; }
  .akiva-achievement-grid { grid-template-columns: 1fr; }
  .akiva-library-item { grid-template-columns: 44px minmax(0,1fr); }
  .akiva-library-item > .btn { grid-column: 1 / -1; }
  .akiva-ticket-board, .akiva-ticket-compose { padding: 18px; }
  .akiva-form-footer { margin: 20px -18px -18px; padding: 15px 18px; }
}

/* ==========================================================================
   Pagina de detalhes do produto
   ========================================================================== */

.akiva-pdp-breadcrumb { display: flex; align-items: center; gap: 9px; margin: -5px 0 16px; color: #918c81; font-size: 12px; overflow: hidden; white-space: nowrap; }
.akiva-pdp-breadcrumb a { color: #80621f; font-weight: 700; }
.akiva-pdp-breadcrumb i { font-size: 8px; }
.akiva-pdp-breadcrumb strong { overflow: hidden; color: #555148; font-weight: 700; text-overflow: ellipsis; }
.akiva-product-page { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 44px; padding: 28px; background: #fff; border: 1px solid var(--akiva-border); border-radius: 18px; box-shadow: 0 14px 42px rgba(32,31,28,.055); }
.akiva-product-gallery { min-width: 0; }
.akiva-product-stage { position: relative; min-height: 540px; display: grid; place-items: center; padding: 34px; background: linear-gradient(145deg, #faf9f5, #f2f0e8); border-radius: 15px; overflow: hidden; }
.akiva-product-stage::after { content: ''; position: absolute; inset: auto -90px -130px auto; width: 300px; height: 300px; border: 1px solid rgba(201,162,74,.12); border-radius: 50%; box-shadow: 0 0 0 42px rgba(201,162,74,.035); }
.akiva-product-stage > img { position: relative; z-index: 1; width: 100%; height: 470px; object-fit: contain; filter: drop-shadow(0 18px 22px rgba(38,34,25,.11)); transition: opacity .15s ease, transform .25s ease; }
.akiva-product-stage:hover > img { transform: scale(1.025); }
.akiva-product-image-count { position: absolute; z-index: 3; top: 15px; left: 15px; padding: 7px 10px; color: #716b60; background: rgba(255,255,255,.88); border: 1px solid rgba(220,216,204,.8); border-radius: 999px; font-size: 11px; backdrop-filter: blur(8px); }
.akiva-product-zoom { position: absolute; z-index: 3; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; color: #504b42; background: rgba(255,255,255,.9); border: 1px solid #e1ddd2; border-radius: 10px; }
.akiva-product-zoom > i { display: block !important; color: inherit !important; font-family: "Font Awesome 5 Free" !important; font-size: 15px !important; font-style: normal; font-weight: 900 !important; line-height: 1 !important; }
.akiva-product-zoom > svg { display: block !important; width: 17px !important; height: 17px !important; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; }
.akiva-product-zoom:hover { color: #fff; background: #24211c; border-color: #24211c; transform: translateY(-1px); box-shadow: 0 6px 14px rgba(36,33,28,.16); }
.akiva-gallery-arrow { position: absolute; z-index: 3; top: 50%; width: 38px; height: 48px; color: #5c574d; background: rgba(255,255,255,.88); border: 1px solid #e1ddd2; border-radius: 10px; transform: translateY(-50%); opacity: 0; transition: .15s ease; }
.akiva-gallery-arrow.previous { left: 14px; }
.akiva-gallery-arrow.next { right: 14px; }
.akiva-product-stage:hover .akiva-gallery-arrow { opacity: 1; }
.akiva-product-stage.single-image .akiva-gallery-arrow { display: none; }
.akiva-product-thumbnails { display: flex; gap: 9px; margin-top: 12px; padding-bottom: 3px; overflow-x: auto; }
.akiva-product-thumbnail { width: 74px; height: 82px; display: grid; place-items: center; flex: 0 0 auto; padding: 5px; background: #fff; border: 1px solid var(--akiva-border); border-radius: 11px; overflow: hidden; }
.akiva-product-thumbnail:hover { border-color: #ccb36e; }
.akiva-product-thumbnail.active { border-color: #ae842d; box-shadow: 0 0 0 2px rgba(201,162,74,.18); }
.akiva-product-thumbnail img { width: 100%; height: 100%; object-fit: contain; }

.akiva-product-details { align-self: center; padding: 10px 10px 10px 0; }
.akiva-product-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; color: #a17b2a; font-size: 11px; font-weight: 800; letter-spacing: .105em; text-transform: uppercase; }
.akiva-product-code { color: #aaa59a; letter-spacing: .03em; }
.akiva-product-details h1 { margin: 0 0 9px; color: #24211c; font-size: clamp(27px, 3vw, 40px); font-weight: 800; line-height: 1.12; letter-spacing: -.025em; }
.akiva-product-category { display: inline-flex; align-items: center; gap: 6px; color: #777268; font-size: 12px; }
.akiva-product-stock { display: flex; align-items: center; gap: 7px; margin: 20px 0 0; padding-top: 17px; border-top: 1px solid var(--akiva-border); font-size: 12px; font-weight: 700; }
.akiva-product-stock.available { color: #347440; }
.akiva-product-stock.unavailable { color: var(--akiva-red); }
.akiva-product-price { display: flex; flex-direction: column; margin: 23px 0; }
.akiva-product-price > span { color: #8b867c; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.akiva-product-price > strong { color: #201f1c; font-size: 37px; line-height: 1.15; }
.akiva-product-price > strong small { font-size: 17px; }
.akiva-product-price > em { margin-top: 5px; color: #8a6821; font-size: 11px; font-style: normal; }
.akiva-product-buy-form { display: grid; grid-template-columns: 128px minmax(0,1fr); align-items: end; gap: 10px; padding: 17px; background: #f7f5ee; border: 1px solid #ebe7dc; border-radius: 14px; }
.akiva-product-quantity label { display: block; margin-bottom: 6px; color: #625e55; font-size: 11px; font-weight: 800; }
.akiva-product-quantity > div { display: grid; grid-template-columns: 36px 1fr 36px; height: 46px; background: #fff; border: 1px solid #dcd8cd; border-radius: 10px; overflow: hidden; }
.akiva-product-quantity button { color: #5d584e; background: #fff; border: 0; font-size: 19px; }
.akiva-product-quantity button:hover { background: #f4f1e8; }
.akiva-product-quantity input { width: 100%; padding: 0; border: 0; outline: 0; color: #28251f; background: #fff; font-weight: 800; text-align: center; appearance: textfield; }
.akiva-product-quantity input::-webkit-inner-spin-button { appearance: none; }
.akiva-product-buy-button { min-height: 46px; }
.akiva-product-assurances { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 13px; }
.akiva-product-assurances > div { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--akiva-border); border-radius: 11px; }
.akiva-product-assurances > div > i { color: #a57c26; font-size: 18px; }
.akiva-product-assurances span { color: #8a857b; font-size: 10px; }
.akiva-product-assurances strong { display: block; color: #49453e; font-size: 11px; }

.akiva-product-description { margin-top: 20px; padding: 28px; background: #fff; border: 1px solid var(--akiva-border); border-radius: 16px; }
.akiva-product-description header { margin-bottom: 20px; padding-bottom: 17px; border-bottom: 1px solid var(--akiva-border); }
.akiva-product-description header span { color: #9a7425; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.akiva-product-description h2 { margin: 2px 0 0; color: #292620; font-size: 22px; font-weight: 800; }
.akiva-product-description-content { max-width: 900px; color: #625e55; font-size: 15px; line-height: 1.75; }
.akiva-product-description-content img { max-width: 100%; height: auto; border-radius: 12px; }
.akiva-image-lightbox { position: fixed; z-index: 9999; inset: 0; display: none; place-items: center; padding: 40px; background: rgba(19,18,15,.9); backdrop-filter: blur(8px); }
.akiva-image-lightbox.open { display: grid; }
.akiva-image-lightbox > img { max-width: min(900px, 90vw); max-height: 88vh; object-fit: contain; }
.akiva-image-lightbox > button { position: absolute; top: 20px; right: 22px; width: 44px; height: 44px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }

@media (max-width: 991.98px) {
  .akiva-product-page { grid-template-columns: 1fr; gap: 25px; }
  .akiva-product-stage { min-height: 460px; }
  .akiva-product-stage > img { height: 390px; }
  .akiva-product-details { padding: 0; }
}
@media (max-width: 575.98px) {
  .akiva-product-page { padding: 14px; border-radius: 14px; }
  .akiva-product-stage { min-height: 360px; padding: 24px; }
  .akiva-product-stage > img { height: 315px; }
  .akiva-gallery-arrow { opacity: 1; }
  .akiva-product-buy-form { grid-template-columns: 1fr; }
  .akiva-product-assurances { grid-template-columns: 1fr; }
  .akiva-product-description { padding: 20px 18px; }
  .akiva-image-lightbox { padding: 16px; }
}

/* ==========================================================================
   Checkout e selecao definitiva de entrega
   ========================================================================== */

.akiva-checkout-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
  padding: 25px 28px;
  color: #fff;
  background: linear-gradient(125deg, #201e19, #3d382e);
  border-radius: 18px;
}
.akiva-checkout-hero > div:first-child > span { color: #d9b85f; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.akiva-checkout-hero h2 { margin: 2px 0; color: #fff; font-size: 27px; font-weight: 800; }
.akiva-checkout-hero p { margin: 0; color: rgba(255,255,255,.64); }
.akiva-checkout-security { display: flex; align-items: center; gap: 10px; color: #ddc475; }
.akiva-checkout-security > i { font-size: 25px; }
.akiva-checkout-security span { color: rgba(255,255,255,.65); font-size: 11px; }
.akiva-checkout-security strong { display: block; color: #fff; font-size: 12px; }
.akiva-checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; gap: 22px; }
.akiva-checkout-main { display: grid; gap: 16px; }
.akiva-checkout-panel,
.akiva-order-summary { background: #fff; border: 1px solid var(--akiva-border); border-radius: 16px; box-shadow: 0 8px 28px rgba(32,31,28,.045); }
.akiva-checkout-panel { padding: 22px; }
.akiva-checkout-panel > header { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.akiva-checkout-panel > header > div { flex: 1; }
.akiva-checkout-panel > header h3 { margin: 0 0 2px; color: #292620; font-size: 18px; font-weight: 800; }
.akiva-checkout-panel > header p { margin: 0; color: var(--akiva-text-muted); font-size: 13px; }
.akiva-checkout-panel > header > a { color: #8b6920; font-size: 12px; font-weight: 800; }
.akiva-checkout-number { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; color: #2d2719; background: #ead598; border-radius: 9px; font-size: 12px; font-weight: 900; }
.akiva-address-card { display: flex; gap: 14px; padding: 16px; background: #f8f7f2; border-radius: 12px; }
.akiva-address-card > i { width: 34px; height: 34px; display: grid; place-items: center; color: #9e7827; background: #fff; border-radius: 9px; }
.akiva-address-card strong { color: #34312b; }
.akiva-address-card p { margin: 4px 0 0; color: #716d64; font-size: 13px; line-height: 1.55; }

.akiva-shipping-options { display: grid; gap: 9px; }
.akiva-shipping-option { position: relative; display: grid; grid-template-columns: 22px minmax(0,1fr) auto; align-items: center; gap: 12px; margin: 0; padding: 15px 16px; border: 1px solid var(--akiva-border); border-radius: 12px; cursor: pointer; transition: .16s ease; }
.akiva-shipping-option:hover { border-color: #d3ba77; background: #fffdf8; }
.akiva-shipping-option:has(input:checked) { border-color: #c9a24a; background: #fffaf0; box-shadow: 0 0 0 2px rgba(201,162,74,.12); }
.akiva-shipping-option input { position: absolute; opacity: 0; pointer-events: none; }
.akiva-shipping-radio { width: 19px; height: 19px; border: 2px solid #c9c5b9; border-radius: 50%; box-shadow: inset 0 0 0 4px #fff; }
.akiva-shipping-option input:checked ~ .akiva-shipping-radio { background: #b68b31; border-color: #b68b31; }
.akiva-shipping-copy { display: flex; flex-direction: column; }
.akiva-shipping-copy strong { color: #302d27; font-size: 14px; }
.akiva-shipping-copy small { margin-top: 2px; color: var(--akiva-text-muted); }
.akiva-shipping-price { color: #302b20; font-size: 14px; white-space: nowrap; }
.akiva-shipping-unavailable { display: flex; align-items: center; gap: 12px; padding: 15px; color: #7a5410; background: #fff7e5; border-radius: 12px; }
.akiva-shipping-unavailable p { margin: 2px 0 0; }
.akiva-pickup-select { margin-top: 12px; padding: 15px; background: #f8f7f2; border-radius: 12px; }
.akiva-pickup-select label { color: #47433b; font-size: 12px; font-weight: 800; }
.akiva-shipping-feedback { display: none; margin-top: 12px; padding: 11px 13px; color: #a03737; background: #fbeaea; border-radius: 9px; font-size: 12px; }
.akiva-shipping-feedback.is-visible { display: block; }

.akiva-payment-options { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 9px; }
.akiva-payment-options label { position: relative; margin: 0; cursor: pointer; }
.akiva-payment-options input { position: absolute; opacity: 0; }
.akiva-payment-options label > span { display: flex; flex-direction: column; min-height: 105px; padding: 15px; border: 1px solid var(--akiva-border); border-radius: 12px; }
.akiva-payment-options label > span > i { margin-bottom: 14px; color: #9d792c; font-size: 20px; }
.akiva-payment-options label > span strong { color: #302e28; }
.akiva-payment-options label > span small { color: var(--akiva-text-muted); }
.akiva-payment-options input:checked + span { background: #fffaf0; border-color: #c9a24a; box-shadow: 0 0 0 2px rgba(201,162,74,.12); }

.akiva-order-summary { position: sticky; top: 84px; overflow: hidden; }
.akiva-order-summary > header { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid var(--akiva-border); }
.akiva-order-summary > header h3 { margin: 0; font-size: 17px; font-weight: 800; }
.akiva-order-summary > header span { color: var(--akiva-text-muted); font-size: 12px; }
.akiva-order-items { max-height: 280px; padding: 7px 20px; overflow-y: auto; }
.akiva-order-item { display: grid; grid-template-columns: 27px minmax(0,1fr) auto; align-items: center; gap: 9px; padding: 12px 0; border-bottom: 1px solid #efede6; }
.akiva-order-qty { width: 27px; height: 27px; display: grid; place-items: center; color: #765a1e; background: #f6edd8; border-radius: 8px; font-size: 10px; font-weight: 800; }
.akiva-order-item div { min-width: 0; }
.akiva-order-item div strong { display: block; overflow: hidden; color: #3a3731; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.akiva-order-item div small { color: #949086; }
.akiva-order-item > b { color: #4a463e; font-size: 12px; white-space: nowrap; }
.akiva-order-totals { margin: 0; padding: 15px 20px; }
.akiva-order-totals > div { display: flex; justify-content: space-between; gap: 15px; padding: 6px 0; color: #777268; }
.akiva-order-totals dt { font-weight: 600; }
.akiva-order-totals dd { margin: 0; color: #3b3831; }
.akiva-order-grand-total { margin-top: 8px; padding-top: 14px !important; border-top: 1px solid var(--akiva-border); font-size: 17px; }
.akiva-order-grand-total dt, .akiva-order-grand-total dd { color: #24211c; font-weight: 800; }
.akiva-checkout-pay { width: calc(100% - 40px); margin: 0 20px; justify-content: space-between; min-height: 48px; }
.akiva-address-change { border: 0; background: transparent; color: var(--akiva-primary, #b98625); font-weight: 700; padding: 8px 0; }
.akiva-address-change:hover { text-decoration: underline; }
.akiva-delivery-address-form { margin-top: 18px; padding: 20px; border: 1px solid #e4dccd; border-radius: 14px; background: #fbfaf7; }
.akiva-delivery-address-form[hidden] { display: none !important; }
.akiva-delivery-address-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.akiva-delivery-address-heading strong { display: block; font-size: 16px; color: #1f2937; }
.akiva-delivery-address-heading p { margin: 4px 0 0; color: #6b7280; font-size: 13px; }
.akiva-delivery-address-heading > button { border: 0; background: transparent; color: #6b7280; font-size: 24px; line-height: 1; }
.akiva-delivery-address-grid { display: grid; grid-template-columns: 0.75fr 2fr 0.65fr; gap: 14px; }
.akiva-delivery-address-grid label { display: flex; flex-direction: column; gap: 6px; margin: 0; color: #4b5563; font-size: 12px; font-weight: 700; }
.akiva-delivery-address-grid label.is-wide { grid-column: span 2; }
.akiva-delivery-address-grid input { width: 100%; height: 43px; border: 1px solid #d8d2c7; border-radius: 9px; background: #fff; padding: 0 12px; color: #1f2937; font-size: 14px; font-weight: 500; outline: none; }
.akiva-delivery-address-grid input:focus { border-color: #c7983c; box-shadow: 0 0 0 3px rgba(199, 152, 60, .13); }
.akiva-delivery-address-feedback { display: none; margin-top: 14px; padding: 10px 12px; border-radius: 8px; background: #fff1f2; color: #b42318; font-size: 13px; }
.akiva-delivery-address-feedback.is-visible { display: block; }
.akiva-delivery-address-feedback.is-loading { background: #fbf4e4; color: #805c17; }
.akiva-delivery-address-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }
.akiva-delivery-address-actions button { min-height: 42px; border: 1px solid #d8d2c7; border-radius: 9px; background: #fff; padding: 0 16px; color: #4b5563; font-weight: 700; }
.akiva-delivery-address-actions button:last-child { border-color: #1f1e1b; background: #1f1e1b; color: #fff; }
.akiva-delivery-address-actions button:disabled { opacity: .65; cursor: wait; }
@media (max-width: 767px) {
  .akiva-delivery-address-grid { grid-template-columns: 1fr; }
  .akiva-delivery-address-grid label.is-wide { grid-column: auto; }
  .akiva-delivery-address-actions { flex-direction: column-reverse; }
  .akiva-delivery-address-actions button { width: 100%; }
}

/* ========================================================================== 
   Selectboxes globais: nativo, Chosen e Select2
   ========================================================================== */
body select:not([multiple]):not([size]) {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  min-height: 44px;
  padding: 9px 42px 9px 13px !important;
  border: 1px solid #dcd9cf !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b6962' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 13px center !important;
  background-size: 16px !important;
  color: var(--akiva-text) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: 0 1px 2px rgba(32, 31, 28, .03) !important;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
body select:not([multiple]):not([size]):hover { border-color: #c9c4b7 !important; }
body select:not([multiple]):not([size]):focus {
  border-color: var(--akiva-gold) !important;
  box-shadow: 0 0 0 3px rgba(201, 162, 74, .16) !important;
  outline: none !important;
}
body select:disabled {
  border-color: #e5e3dc !important;
  background-color: #f3f2ed !important;
  color: #929087 !important;
  cursor: not-allowed !important;
  opacity: 1;
}
body select[multiple], body select[size]:not([size="1"]) {
  min-height: 112px;
  padding: 7px !important;
  border: 1px solid #dcd9cf !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--akiva-text) !important;
  outline: none;
}
body select[multiple] option, body select[size]:not([size="1"]) option { padding: 9px 10px; border-radius: 7px; }
body select.is-invalid, body .has-error select, body select.parsley-error {
  border-color: var(--akiva-red) !important;
  box-shadow: 0 0 0 3px rgba(194, 59, 59, .10) !important;
}

/* Selects pequenos de tabelas e filtros continuam compactos. */
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper select.form-control-sm,
select.input-sm,
select.form-control-sm {
  min-height: 36px !important;
  height: 36px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  background-position: right 9px center !important;
}

/* Chosen legado */
.chosen-container { width: 100% !important; font-size: 14px !important; }
.chosen-container-single .chosen-single {
  height: 44px !important;
  padding: 0 42px 0 13px !important;
  border: 1px solid #dcd9cf !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--akiva-text) !important;
  line-height: 42px !important;
  box-shadow: 0 1px 2px rgba(32, 31, 28, .03) !important;
}
.chosen-container-single .chosen-single div { width: 40px !important; }
.chosen-container-single .chosen-single div b {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b6962' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E") center no-repeat !important;
}
.chosen-container-active .chosen-single, .chosen-container-active .chosen-choices {
  border-color: var(--akiva-gold) !important;
  box-shadow: 0 0 0 3px rgba(201, 162, 74, .16) !important;
}
.chosen-container .chosen-drop {
  margin-top: 6px;
  border: 1px solid #dcd9cf !important;
  border-radius: 10px !important;
  background: #fff;
  box-shadow: 0 14px 32px rgba(32, 31, 28, .14) !important;
  overflow: hidden;
}
.chosen-container .chosen-results { margin: 4px; padding: 0; }
.chosen-container .chosen-results li { padding: 10px 11px !important; border-radius: 7px; color: #47453f; line-height: 1.3 !important; }
.chosen-container .chosen-results li.highlighted { background: var(--akiva-gold-bg) !important; color: var(--akiva-text) !important; }
.chosen-container-single .chosen-search { padding: 8px !important; }
.chosen-container-single .chosen-search input[type="text"] { min-height: 38px; border: 1px solid #dcd9cf !important; border-radius: 8px; }
.chosen-container-multi .chosen-choices { min-height: 44px; padding: 4px 7px !important; border: 1px solid #dcd9cf !important; border-radius: 10px !important; background: #fff !important; }
.chosen-container-multi .chosen-choices li.search-choice { margin: 3px !important; padding: 6px 25px 6px 9px !important; border: 0 !important; border-radius: 7px !important; background: var(--akiva-gold-bg) !important; color: #66501e !important; box-shadow: none !important; }

/* Select2 */
.select2-container { width: 100% !important; }
.select2-container--default .select2-selection--single {
  height: 44px !important;
  border-color: #dcd9cf !important;
  border-radius: 10px !important;
  background: #fff !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered { padding-left: 13px !important; padding-right: 42px !important; line-height: 42px !important; font-weight: 600; }
.select2-container--default .select2-selection--single .select2-selection__arrow { right: 8px !important; height: 42px !important; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #6b6962 transparent transparent !important; }
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--akiva-gold) !important;
  box-shadow: 0 0 0 3px rgba(201, 162, 74, .16) !important;
}
.select2-dropdown { margin-top: 6px; border-color: #dcd9cf !important; border-radius: 10px !important; box-shadow: 0 14px 32px rgba(32, 31, 28, .14); }
.select2-search--dropdown { padding: 8px !important; }
.select2-container--default .select2-search--dropdown .select2-search__field { min-height: 38px; border-color: #dcd9cf !important; border-radius: 8px; padding: 7px 10px; }
.select2-results__option { padding: 10px 12px !important; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { border-radius: 7px; background: var(--akiva-gold-bg) !important; color: var(--akiva-text) !important; }
.akiva-checkout-note { margin: 11px 20px 18px; color: #908b80; font-size: 11px; text-align: center; }

@media (max-width: 991.98px) {
  .akiva-checkout-layout { grid-template-columns: 1fr; }
  .akiva-order-summary { position: static; }
}
@media (max-width: 575.98px) {
  .akiva-checkout-hero { align-items: flex-start; padding: 21px 18px; }
  .akiva-checkout-security { display: none; }
  .akiva-checkout-panel { padding: 18px; }
  .akiva-checkout-panel > header { align-items: flex-start; }
  .akiva-payment-options { grid-template-columns: 1fr; }
  .akiva-payment-options label > span { min-height: auto; }
  .akiva-shipping-option { grid-template-columns: 22px minmax(0,1fr); }
  .akiva-shipping-price { grid-column: 2; }
}

/* ==========================================================================
   Cobertura das familias de paginas do escritorio
   ========================================================================== */

.akiva-office .content { padding-bottom: 40px; }
.akiva-screen {
  --akiva-screen-accent: var(--akiva-gold);
  position: relative;
}
.akiva-office .content > .akiva-screen {
  width: 100%;
  min-width: 0;
  animation: akiva-screen-enter .22s ease-out both;
}
.akiva-screen > .card:first-child,
.akiva-screen > .widget:first-child,
.akiva-screen > .block-flat:first-child {
  border-top: 3px solid var(--akiva-screen-accent);
}
@keyframes akiva-screen-enter {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .akiva-office .content > .akiva-screen { animation: none; }
}
.akiva-office .content > .container-fluid > .row { row-gap: 20px; }
.akiva-office .content .card:last-child,
.akiva-office .content .widget:last-child,
.akiva-office .content .block-flat:last-child { margin-bottom: 0; }

/* Financeiro, pontos, cashback, relatorios e pedidos */
.akiva-page-banco .small-box,
.akiva-page-pontos .small-box,
.akiva-page-cashback .small-box,
.akiva-page-relatorios .small-box,
.akiva-page-pedidos .small-box {
  border-radius: var(--akiva-radius-lg);
  box-shadow: none;
  overflow: hidden;
}
.akiva-page-banco .table,
.akiva-page-pontos .table,
.akiva-page-cashback .table,
.akiva-page-relatorios .table,
.akiva-page-pedidos .table { margin-bottom: 0; }

/* Cadastro, conta, suporte, tickets e operacoes */
.akiva-page-cadastrar .form-horizontal,
.akiva-page-meusdados .form-horizontal,
.akiva-page-suporte .form-horizontal,
.akiva-page-tickets .form-horizontal,
.akiva-page-upgrade .form-horizontal,
.akiva-page-voucher .form-horizontal {
  max-width: 980px;
  margin-inline: auto;
}
.akiva-office .control-label { color: var(--akiva-text); font-weight: 600; }
.akiva-office .help-block,
.akiva-office .help-inline { color: var(--akiva-text-muted); font-size: 13px; }

/* Catalogos, carrinhos e checkout */
.akiva-page-produtos .product-image,
.akiva-page-produtoscashback .product-image,
.akiva-page-consumo .product-image { border-radius: 12px; }
.akiva-page-produtos .product-info,
.akiva-page-produtoscashback .product-info,
.akiva-page-consumo .product-info { padding-top: 10px; }
.akiva-page-carrinho .table td,
.akiva-page-cashbackcarrinho .table td,
.akiva-page-pagamento .table td,
.akiva-page-pagamentocashback .table td { vertical-align: middle; }

/* Rede, mapas e estruturas hierarquicas */
.akiva-page-minharede .content-wrapper,
.akiva-page-grafica .content-wrapper { overflow-x: auto; }
.akiva-page-minharede .tree,
.akiva-page-grafica .tree { min-width: 720px; }

/* Estados vazios encontrados em listagens antigas */
.akiva-office .dataTables_empty,
.akiva-office td[colspan] {
  padding: 32px 18px !important;
  color: var(--akiva-text-muted);
  text-align: center;
}

/* Paginas publicas: login, recuperacao e confirmacoes */
body.login-page {
  min-height: 100vh;
  padding: 32px 18px;
  background:
    radial-gradient(circle at 15% 15%, rgba(201,162,74,.16), transparent 32%),
    linear-gradient(145deg, #f7f5ee, #ece9df) !important;
}
.login-page .login-box { width: min(420px, 100%); margin: auto; }
.login-page .login-logo { margin-bottom: 20px; }
.login-page .login-logo img { width: 190px !important; height: auto; filter: none; }
.login-page .card {
  border: 1px solid rgba(201,162,74,.24);
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(32,31,28,.12);
  overflow: hidden;
}
.login-page .login-card-body { padding: 32px; }
.login-page .login-box-msg { color: var(--akiva-text-muted); font-size: 15px; line-height: 1.5; }
.login-page .input-group .form-control { min-height: 46px; }
.login-page .input-group-text { min-width: 46px; justify-content: center; }
.login-page .btn-block { min-height: 46px; border-radius: 10px; font-weight: 700; }
.login-page .header { color: var(--akiva-text); font-size: 20px; text-align: center; }

@media (max-width: 575.98px) {
  body.login-page { padding: 18px 12px; }
  .login-page .login-card-body { padding: 24px 20px; }
  .akiva-office .content { padding-inline: 8px; }
}

/* ==========================================================================
   Modulos 2026: financeiro, pontos, loja, pedidos, rede e atendimento
   ========================================================================== */

.akiva-module-hero {
  position: relative;
  margin: 0 0 22px;
  padding: 26px 28px 0;
  color: #fff;
  background: linear-gradient(120deg, #201e19 0%, #343027 62%, #51472f 100%);
  border: 1px solid rgba(201,162,74,.26);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(32,31,28,.12);
  overflow: hidden;
}
.akiva-module-hero::after {
  content: '';
  position: absolute;
  right: -70px;
  top: -110px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255,255,255,.025), 0 0 0 76px rgba(255,255,255,.018);
}
.akiva-module-heading { position: relative; z-index: 1; display: flex; align-items: center; gap: 17px; }
.akiva-module-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #211e18;
  background: linear-gradient(145deg, #e0c170, #b98b2c);
  border-radius: 15px;
  font-size: 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}
.akiva-module-eyebrow { color: #dfc16f; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.akiva-module-heading h2 { margin: 1px 0 2px; color: #fff; font-size: 26px; font-weight: 800; line-height: 1.15; }
.akiva-module-heading p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; }
.akiva-module-nav {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 4px;
  margin-top: 24px;
  overflow-x: auto;
  scrollbar-width: none;
}
.akiva-module-nav::-webkit-scrollbar { display: none; }
.akiva-module-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 12px 14px 13px;
  color: rgba(255,255,255,.62);
  border-radius: 9px 9px 0 0;
  font-size: 13px;
  font-weight: 700;
}
.akiva-module-nav a:hover { color: #fff; background: rgba(255,255,255,.06); }
.akiva-module-nav a.active { color: #24211c; background: var(--akiva-bg); }

.akiva-module-hero + .akiva-screen.card,
.akiva-module-hero + .akiva-screen.widget,
.akiva-module-hero + .akiva-screen.block-flat {
  border: 0;
  box-shadow: 0 8px 28px rgba(32,31,28,.055);
}
.akiva-module-hero + .akiva-screen.card > .card-header,
.akiva-module-hero + .akiva-screen.widget > .widget-title {
  padding: 21px 24px;
  background: #fff;
}
.akiva-module-hero + .akiva-screen.card > .card-header h3,
.akiva-module-hero + .akiva-screen.card > .card-header h4,
.akiva-module-hero + .akiva-screen.widget > .widget-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

/* Listagens e filtros dos novos modulos */
.akiva-screen[class*="akiva-screen-banco"],
.akiva-screen[class*="akiva-screen-pontos"],
.akiva-screen[class*="akiva-screen-pedidos"],
.akiva-screen[class*="akiva-screen-titulos"],
.akiva-screen[class*="akiva-screen-tickets"] { --akiva-screen-accent: #c9a24a; }

.akiva-screen .meses.form-inline,
.akiva-screen .akiva-shop-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  margin-bottom: 18px;
  background: #f8f7f2;
  border: 1px solid var(--akiva-border);
  border-radius: 12px;
}
.akiva-screen .meses.form-inline .form-control { min-width: 145px; margin: 0 !important; }
.akiva-screen .table { background: #fff; border: 0 !important; border-collapse: separate; border-spacing: 0; }
.akiva-screen .table thead th {
  padding: 12px 14px;
  color: #716d63;
  background: #f8f7f2;
  border: 0;
  border-bottom: 1px solid var(--akiva-border);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.akiva-screen .table tbody td { padding: 14px; border-color: #efede6; }
.akiva-screen .table tbody tr:hover { background: #fcfaf4; }
.akiva-screen .label { padding: 5px 9px; border-radius: 999px; font-size: 10px; letter-spacing: .035em; }

/* Pontuacao */
.akiva-screen-pontos-detalhados > [class*="col-"] > .alert {
  min-height: 126px;
  padding: 20px;
  color: #fff;
  background: linear-gradient(135deg, #292620, #454035) !important;
  box-shadow: none;
}
.akiva-screen-pontos-detalhados > [class*="col-"]:last-child > .alert {
  color: #2c2414;
  background: linear-gradient(135deg, #ead18d, #c9a24a) !important;
}
.akiva-screen-pontos-detalhados .alert h5 { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.akiva-screen-pontos-detalhados .alert .row > div > div:first-child { font-size: 26px; font-weight: 800; }

/* Loja */
.akiva-screen-produtos-index.card,
.akiva-screen-produtos-categoria.card { background: transparent; box-shadow: none !important; }
.akiva-screen-produtos-index > .card-header,
.akiva-screen-produtos-categoria > .card-header { display: none; }
.akiva-screen-produtos-index > .card-body,
.akiva-screen-produtos-categoria > .card-body { padding: 0; }
.akiva-screen-produtos-index .cat-tab-style-1,
.akiva-screen-produtos-categoria .cat-tab-style-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 16px;
  padding: 8px;
  width: 100%;
  background: #ebe8df;
  border: 1px solid #e1ded4;
  border-radius: 14px;
}
.akiva-screen-produtos-index .cat-tab-style-1 .tab-style-1,
.akiva-screen-produtos-categoria .cat-tab-style-1 .tab-style-1 {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #dedbd2 !important;
  border-radius: 10px !important;
  background: #fff !important;
}
.akiva-screen-produtos-index .cat-tab-style-1 .tab-style-1 a,
.akiva-screen-produtos-categoria .cat-tab-style-1 .tab-style-1 a {
  display: block;
  padding: 10px 16px;
  border-radius: 9px;
  color: #6c6961 !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.akiva-screen-produtos-index .cat-tab-style-1 .tab-style-1.active,
.akiva-screen-produtos-categoria .cat-tab-style-1 .tab-style-1.active {
  border-color: #24211c !important;
  background: #24211c !important;
}
.akiva-screen-produtos-index .cat-tab-style-1 .tab-style-1.active a,
.akiva-screen-produtos-categoria .cat-tab-style-1 .tab-style-1.active a { color: #fff !important; background: transparent !important; box-shadow: none !important; }
.akiva-screen-produtos-index .cat-tab-style-1 .tab-style-1:not(.active):hover,
.akiva-screen-produtos-categoria .cat-tab-style-1 .tab-style-1:not(.active):hover { border-color: #c9a24a !important; transform: translateY(-1px); }
.akiva-screen-produtos-index .cat-tab-style-1 .tab-style-1:not(.active):hover a,
.akiva-screen-produtos-categoria .cat-tab-style-1 .tab-style-1:not(.active):hover a { color: #24211c !important; background: #fff !important; box-shadow: none !important; }
.akiva-screen-produtos-index .category-item-container > .row,
.akiva-screen-produtos-categoria .category-item-container > .row { row-gap: 18px; }
.akiva-products-pagination { display: flex; justify-content: center; width: 100%; margin-top: 22px; }
.akiva-products-pagination .pagination { float: none !important; margin: 0; }
@media (max-width: 767px) {
  .akiva-screen-produtos-index .cat-tab-style-1,
  .akiva-screen-produtos-categoria .cat-tab-style-1 { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: thin; }
}

/* Rede e mapas */
.akiva-screen[class*="akiva-screen-minharede"],
.akiva-screen-grafica,
.akiva-screen-mapa { padding: 18px; background: #fff; border: 1px solid var(--akiva-border); border-radius: 16px; }

/* Suporte e tickets */
.akiva-screen-tickets-listing > .card-header { display: none; }
.akiva-screen-tickets-listing .card { border: 0; box-shadow: none; }
.akiva-screen-tickets-listing .table td:first-child { width: 8px !important; padding: 0 !important; background: #c9a24a; }
.akiva-screen-tickets-listing .table h5 { font-size: 14px; }
.akiva-screen-suporte-faq .panel,
.akiva-screen-suporte-faq .card { margin-bottom: 10px; border: 1px solid var(--akiva-border); border-radius: 12px; box-shadow: none; }

@media (max-width: 767.98px) {
  .akiva-module-hero { padding: 21px 18px 0; border-radius: 14px; }
  .akiva-module-heading { align-items: flex-start; }
  .akiva-module-icon { width: 46px; height: 46px; border-radius: 12px; font-size: 18px; }
  .akiva-module-heading h2 { font-size: 22px; }
  .akiva-module-heading p { display: none; }
  .akiva-module-nav { margin-top: 18px; }
  .akiva-screen .meses.form-inline,
  .akiva-screen .akiva-shop-toolbar { align-items: stretch; flex-direction: column; }
  .akiva-screen .meses.form-inline .form-control,
  .akiva-screen .akiva-shop-toolbar > * { width: 100% !important; }
}

@media (max-width: 575.98px) {
  .form-inline.ml-3 {
    display: none;
  }

  .card-header {
    padding: 12px 14px;
  }

  /* Tabelas com DataTables (classe .dataTable eh adicionada automaticamente
     pelo plugin) ja tem responsividade propria via JS (datatables-responsive).
     Aqui so garantimos que a coluna de controle e o wrapper fiquem legiveis. */
  .dataTables_wrapper {
    overflow-x: auto;
  }

  /* Para tabelas simples que NAO usam DataTables, empilha em cards */
  .table:not(.dataTable) thead {
    display: none;
  }

  .table:not(.dataTable),
  .table:not(.dataTable) tbody,
  .table:not(.dataTable) tr,
  .table:not(.dataTable) td {
    display: block;
    width: 100%;
  }

  .table:not(.dataTable) tr {
    border: 1px solid var(--akiva-border);
    border-radius: var(--akiva-radius);
    margin-bottom: 12px;
    padding: 4px 0;
  }

  .table:not(.dataTable) td {
    border-bottom: none !important;
    padding: 6px 14px;
    text-align: right;
  }

  .table:not(.dataTable) td[data-label]::before {
    content: attr(data-label);
    float: left;
    font-weight: 600;
    color: var(--akiva-text-muted);
    font-size: 12px;
    text-transform: uppercase;
  }

  .table:not(.dataTable) td:empty {
    display: none;
  }
}

/* ==========================================================================
   Tela de Login
   ========================================================================== */

body.akiva-login-page {
  background: var(--akiva-bg) !important;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.akiva-login-page .login-box {
  width: 380px;
}

.akiva-login-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}

.akiva-login-mark {
  width: 34px;
  height: 34px;
  overflow: hidden;
  flex-shrink: 0;
}

.akiva-login-mark img {
  /* Enquadra o simbolo inteiro da imagem de 1776 x 987 px. */
  display: block;
  width: 118px;
  max-width: none;
  height: auto;
  margin-left: -10px;
  margin-top: -16px;
}

.akiva-login-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.akiva-login-card {
  border-radius: 16px !important;
  border: 1px solid var(--akiva-border) !important;
  box-shadow: 0 4px 24px rgba(30, 28, 20, 0.06) !important;
}

.akiva-login-card .login-card-body {
  padding: 30px 28px;
}

.akiva-login-card .login-box-msg {
  color: var(--akiva-text-muted);
  font-size: 14px;
  margin-bottom: 22px;
}

.akiva-input-icon {
  position: relative;
}

.akiva-input-icon i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #a5a49c;
  font-size: 15px;
  pointer-events: none;
}

.akiva-input-icon .form-control {
  height: 44px;
  padding-left: 40px;
  background: #fbfaf7;
}

.akiva-recaptcha-box {
  border: 1px solid var(--akiva-border);
  border-radius: 10px;
  padding: 8px 10px;
  background: #fbfaf7;
  overflow: hidden;
}

.akiva-login-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

.akiva-login-actions .icheck-primary {
  font-size: 13px;
  color: var(--akiva-text-muted);
  font-weight: 400;
}

.akiva-login-btn {
  background: var(--akiva-text) !important;
  border: none;
  height: 42px;
  padding: 0 22px;
  border-radius: 10px;
}

.akiva-login-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
  font-size: 13px;
}

.akiva-login-links span {
  color: var(--akiva-border);
}

.akiva-login-links a {
  color: var(--akiva-blue);
}

@media (max-width: 420px) {
  .akiva-login-page .login-box {
    width: 100%;
    padding: 0 12px;
  }
}

/* ==========================================================================
   Home / Dashboard
   ========================================================================== */

.card-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--akiva-text);
  margin: 0;
}

.card-header .btn-tool {
  color: var(--akiva-text-muted);
}

/* Stat cards do topo da Home */
.akiva-stat.small-box {
  border-radius: var(--akiva-radius-lg);
  border: 1px solid var(--akiva-border);
  box-shadow: none;
  background: var(--akiva-surface);
  color: var(--akiva-text);
}

.akiva-stat.small-box .inner h3,
.akiva-stat.small-box .inner p {
  color: var(--akiva-text);
}

.akiva-stat.small-box .inner h3 {
  font-weight: 700;
  font-size: 26px;
}

.akiva-stat.small-box .icon {
  opacity: 1;
  top: 8px;
}

.akiva-stat.small-box .icon i {
  font-size: 60px;
}

.akiva-stat.small-box .small-box-footer {
  background: transparent;
  border-top: 1px solid var(--akiva-border);
  color: var(--akiva-text-muted) !important;
  font-size: 13px;
  font-weight: 600;
}

.akiva-stat.small-box:hover .small-box-footer {
  background: var(--akiva-bg);
}

.akiva-stat-blue .icon i { color: var(--akiva-blue-bg); }
.akiva-stat-blue .inner h3 { color: var(--akiva-blue); }
.akiva-stat-green .icon i { color: var(--akiva-green-bg); }
.akiva-stat-green .inner h3 { color: var(--akiva-green); }
.akiva-stat-amber .icon i { color: var(--akiva-amber-bg); }
.akiva-stat-amber .inner h3 { color: var(--akiva-amber); }
.akiva-stat-gold .icon i { color: var(--akiva-gold-bg); }
.akiva-stat-gold .inner h3 { color: #8a6a1f; }

/* Bate-papo / chat */
.direct-chat-warning .right .direct-chat-text,
.direct-chat .direct-chat-text {
  background: var(--akiva-bg);
  color: var(--akiva-text);
  border-radius: 10px;
  border: none;
}

.direct-chat-text::after,
.direct-chat-text::before {
  display: none;
}

/* Ultimos membros */
.users-list > li img {
  border-radius: 8px;
  border: 1px solid var(--akiva-border);
}

.users-list-name {
  color: var(--akiva-text);
  font-weight: 600;
  font-size: 12.5px;
}

.users-list-date {
  color: var(--akiva-text-muted);
}

/* Produtos recentes */
.products-list > .item {
  border-bottom: 1px solid var(--akiva-border);
  padding: 10px 4px;
}

.product-title {
  color: var(--akiva-text);
  font-weight: 600;
  font-size: 13.5px;
}

.product-description {
  color: var(--akiva-text-muted);
  font-size: 12.5px;
  display: block;
  margin-top: 2px;
}

/* Badges de status (bootstrap4 badge, usados no dashboard) */
.badge-success { background: var(--akiva-green); }
.badge-warning { background: var(--akiva-amber); color: #fff; }
.badge-danger { background: var(--akiva-red); }
.badge-info { background: var(--akiva-blue); }

.progress {
  border-radius: 999px;
  background: var(--akiva-bg);
}

.progress-bar {
  border-radius: 999px;
}

/* Dashboard 2026 */
.akiva-dashboard { padding-top: 8px; padding-bottom: 32px; }
.akiva-dashboard .container-fluid { max-width: 1640px; }
.akiva-dashboard-hero {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 26px 30px; margin-bottom: 20px; border-radius: 20px;
  background: linear-gradient(125deg, #181714 0%, #2b2821 65%, #6d531d 130%);
  color: #fff; box-shadow: 0 14px 34px rgba(28, 25, 18, .14); overflow: hidden; position: relative;
}
.akiva-dashboard-hero::after {
  content: ""; position: absolute; width: 260px; height: 260px; right: -70px; top: -120px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.025);
}
.akiva-dashboard-eyebrow, .akiva-card-kicker {
  display: block; color: #b88216; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.akiva-dashboard-hero h1 { margin: 4px 0 3px; font-size: 29px; font-weight: 700; color: #fff; }
.akiva-dashboard-hero p { margin: 0; color: rgba(255,255,255,.64); font-size: 15px; }
.akiva-dashboard-hero-actions { display: flex; gap: 10px; position: relative; z-index: 1; }
.akiva-dashboard-btn { border: 0; border-radius: 11px; padding: 11px 17px; font-weight: 700; font-size: 13px; }
.akiva-dashboard-btn i { margin-right: 7px; }
.akiva-dashboard-btn-primary { background: #c49122; color: #fff; }
.akiva-dashboard-btn-primary:hover { background: #d3a036; color: #fff; transform: translateY(-1px); }
.akiva-dashboard-btn-light { background: rgba(255,255,255,.11); color: #fff; border: 1px solid rgba(255,255,255,.13); }
.akiva-dashboard-btn-light:hover { background: rgba(255,255,255,.18); color: #fff; }

.akiva-dashboard-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 20px; }
.akiva-dashboard-stat {
  display: flex; align-items: center; gap: 15px; min-height: 132px; padding: 20px;
  background: #fff; border: 1px solid #e7e2d8; border-radius: 17px; color: #24221e;
  box-shadow: 0 4px 16px rgba(38, 34, 25, .035); transition: .2s ease;
}
.akiva-dashboard-stat:hover { color: #24221e; border-color: #d8c9aa; box-shadow: 0 12px 28px rgba(38,34,25,.08); transform: translateY(-2px); }
.akiva-dashboard-stat-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; flex: 0 0 48px; font-size: 18px; }
.stat-orders .akiva-dashboard-stat-icon { background: #edf4ff; color: #3977c5; }
.stat-cashback .akiva-dashboard-stat-icon { background: #eaf7ef; color: #258650; }
.stat-network .akiva-dashboard-stat-icon { background: #fff4df; color: #b8790c; }
.stat-balance .akiva-dashboard-stat-icon { background: #f2edff; color: #7655b6; }
.akiva-dashboard-stat-content { display: flex; flex-direction: column; min-width: 0; }
.akiva-dashboard-stat-content small { color: #797267; font-size: 13px; font-style: normal; }
.akiva-dashboard-stat-content strong { font-size: 24px; line-height: 1.2; margin: 3px 0 8px; color: #1e1c18; white-space: nowrap; }
.akiva-dashboard-stat-content em { color: #9a9285; font-size: 11.5px; font-style: normal; font-weight: 600; }
.akiva-dashboard-stat-content em i { margin-left: 4px; font-size: 10px; }

.akiva-dashboard-main-row { align-items: stretch; }
.akiva-dashboard-card { border: 1px solid #e7e2d8; border-radius: 17px; box-shadow: 0 4px 16px rgba(38,34,25,.035); overflow: hidden; }
.akiva-dashboard-card .card-header { min-height: 76px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #eeeae2; background: #fff; }
.akiva-dashboard-card .card-header h2 { margin: 2px 0 0; font-size: 18px; font-weight: 700; color: #24211c; }
.akiva-dashboard-card .card-header > a { color: #9b721c; font-size: 12px; font-weight: 700; }
.akiva-performance-card .card-body { padding: 16px 22px 20px; }
.akiva-dashboard-chart { height: 280px; }
.akiva-total-earned { text-align: right; }
.akiva-total-earned small { display: block; color: #8d8578; font-size: 11px; }
.akiva-total-earned strong { font-size: 20px; color: #24211c; }
.akiva-earnings-card .card-body { padding: 8px 20px; }
.akiva-earning-row { display: flex; align-items: center; gap: 13px; padding: 14px 0; border-bottom: 1px solid #f0ede7; }
.akiva-earning-row:last-child { border-bottom: 0; }
.akiva-earning-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; }
.earning-sales .akiva-earning-icon { color: #3977c5; background: #edf4ff; }
.earning-referral .akiva-earning-icon { color: #b8790c; background: #fff4df; }
.earning-cashback .akiva-earning-icon { color: #258650; background: #eaf7ef; }
.akiva-earning-row div { display: flex; flex-direction: column; }
.akiva-earning-row small { color: #81796c; font-size: 12px; }
.akiva-earning-row strong { color: #27241f; font-size: 16px; }
.akiva-shortcuts-card .card-header { min-height: 58px; padding-top: 12px; padding-bottom: 12px; }
.akiva-shortcuts-card .card-body { padding: 8px 14px 12px; }
.akiva-shortcuts-card .card-body a { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 9px; padding: 10px; border-radius: 9px; color: #514c43; font-size: 12.5px; font-weight: 600; }
.akiva-shortcuts-card .card-body a:hover { color: #9b721c; background: #faf7f0; }
.akiva-shortcuts-card .fa-chevron-right { color: #b8b0a3; font-size: 9px; }

.akiva-orders-card .table { margin: 0; }
.akiva-orders-card .table th { padding: 13px 20px; border-top: 0; border-bottom: 1px solid #ece8df; color: #948c80; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.akiva-orders-card .table td { padding: 15px 20px; border-top: 1px solid #f2efe9; vertical-align: middle; color: #5f594f; font-size: 13px; }
.akiva-order-id { color: #9b721c; font-weight: 800; }
.akiva-status { display: inline-flex; padding: 5px 9px; border-radius: 999px; font-size: 10px; font-weight: 800; }
.akiva-status.is-approved { background: #e8f7ee; color: #26794b; }
.akiva-status.is-pending { background: #fff4dc; color: #9b6710; }
.akiva-status.is-cancelled { background: #fdecec; color: #b44242; }
.akiva-empty-state { display: flex; min-height: 180px; flex-direction: column; align-items: center; justify-content: center; color: #a49c90; }
.akiva-empty-state i { font-size: 25px; margin-bottom: 10px; color: #d2cbc0; }
.akiva-empty-state strong { color: #5c564d; }
.akiva-empty-state span { font-size: 12px; margin-top: 3px; }
.akiva-products-card .card-body { padding: 5px 18px 10px; }
.akiva-product-row { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid #f0ede7; color: #292621; }
.akiva-product-row:last-child { border-bottom: 0; }
.akiva-product-row:hover { color: #9b721c; }
.akiva-product-row img { width: 46px; height: 52px; object-fit: contain; border-radius: 9px; border: 1px solid #eee9df; background: #fff; }
.akiva-product-row span { min-width: 0; display: flex; flex-direction: column; }
.akiva-product-row span strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.akiva-product-row span small { color: #999083; font-size: 10.5px; }
.akiva-product-row > b { color: #8d681a; font-size: 11px; white-space: nowrap; }

@media (max-width: 1199px) { .akiva-dashboard-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) {
  .akiva-dashboard-hero { align-items: flex-start; flex-direction: column; padding: 22px; }
  .akiva-dashboard-hero-actions { width: 100%; flex-wrap: wrap; }
  .akiva-dashboard-btn { flex: 1 1 150px; }
  .akiva-dashboard-stats { grid-template-columns: 1fr; gap: 10px; }
  .akiva-dashboard-stat { min-height: 105px; }
  .akiva-dashboard-card .card-header { padding: 16px; }
  .akiva-total-earned { display: none; }
}

/* ==========================================================================
   Alertas / mensagens flash (helper mensagem())
   ========================================================================== */

.alert {
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 12px 40px 12px 44px;
  position: relative;
  font-size: 13.5px;
}

.alert .icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.alert.alert-white {
  background: var(--akiva-surface);
}

.alert-danger {
  background: var(--akiva-red-bg) !important;
  border-color: #f3d0d0 !important;
  color: var(--akiva-red) !important;
}

.alert-warning {
  background: var(--akiva-amber-bg) !important;
  border-color: #f2debb !important;
  color: var(--akiva-amber) !important;
}

.alert-success {
  background: var(--akiva-green-bg) !important;
  border-color: #cbe9cf !important;
  color: var(--akiva-green) !important;
}

.alert-info {
  background: var(--akiva-blue-bg) !important;
  border-color: #c6ddf6 !important;
  color: var(--akiva-blue) !important;
}

.alert .close {
  color: inherit;
  opacity: 0.6;
  text-shadow: none;
}

.alert .close:hover {
  opacity: 1;
}

/* ==========================================================================
   Modais
   ========================================================================== */

.modal-content {
  border-radius: var(--akiva-radius-lg);
  border: 1px solid var(--akiva-border);
  box-shadow: 0 12px 40px rgba(20, 20, 15, 0.14);
}

.modal-header {
  border-bottom: 1px solid var(--akiva-border);
  padding: 16px 20px;
}

.modal-header .modal-title {
  font-weight: 600;
  font-size: 16px;
  color: var(--akiva-text);
}

.modal-header .close {
  color: var(--akiva-text-muted);
  text-shadow: none;
  opacity: 1;
}

.modal-body {
  padding: 20px;
}

.modal-footer {
  border-top: 1px solid var(--akiva-border);
  padding: 14px 20px;
}

.modal-backdrop.show {
  opacity: 0.45;
}

/* SweetAlert2 */
.swal2-popup {
  border-radius: var(--akiva-radius-lg) !important;
  font-family: inherit !important;
}

.swal2-title {
  color: var(--akiva-text) !important;
  font-size: 19px !important;
}

.swal2-html-container {
  color: var(--akiva-text-muted) !important;
}

.swal2-confirm {
  border-radius: 8px !important;
  background-color: var(--akiva-text) !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.swal2-cancel {
  border-radius: 8px !important;
  box-shadow: none !important;
}

/* ==========================================================================
   Dropdowns / menus
   ========================================================================== */

.dropdown-menu {
  border-radius: 10px;
  border: 1px solid var(--akiva-border);
  box-shadow: 0 8px 24px rgba(20, 20, 15, 0.08);
  padding: 6px;
}

.dropdown-item {
  border-radius: 7px;
  padding: 8px 12px;
  font-size: 13.5px;
  color: var(--akiva-text);
}

.dropdown-item:hover, .dropdown-item:focus {
  background: var(--akiva-bg);
  color: var(--akiva-text);
}

.dropdown-divider {
  border-color: var(--akiva-border);
}

/* ==========================================================================
   Abas (nav-tabs / nav-pills)
   ========================================================================== */

.nav-tabs {
  border-bottom: 1px solid var(--akiva-border);
}

.nav-tabs .nav-link {
  border: none;
  color: var(--akiva-text-muted);
  font-weight: 600;
  font-size: 13.5px;
  padding: 10px 16px;
  border-radius: 0;
}

.nav-tabs .nav-link.active {
  color: var(--akiva-text);
  border-bottom: 2px solid var(--akiva-gold);
  background: transparent;
}

.nav-pills .nav-link {
  border-radius: 8px;
  color: var(--akiva-text-muted);
  font-weight: 600;
  font-size: 13.5px;
}

.nav-pills .nav-link.active {
  background: var(--akiva-text);
}

/* ==========================================================================
   Tooltips / popovers
   ========================================================================== */

.tooltip-inner {
  border-radius: 7px;
  font-size: 12px;
  padding: 6px 10px;
}

.popover {
  border-radius: 10px;
  border: 1px solid var(--akiva-border);
  box-shadow: 0 8px 24px rgba(20, 20, 15, 0.08);
}

/* ==========================================================================
   Paginacao (DataTables e Bootstrap)
   ========================================================================== */

.pagination .page-link {
  border: 1px solid var(--akiva-border);
  color: var(--akiva-text);
  border-radius: 8px;
  margin: 0 2px;
  font-size: 13px;
}

.pagination .page-item.active .page-link {
  background: var(--akiva-text);
  border-color: var(--akiva-text);
}

.dataTables_wrapper .pagination {
  flex-wrap: wrap;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 8px !important;
  border: 1px solid transparent !important;
  margin: 0 2px !important;
  padding: 5px 11px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: var(--akiva-text) !important;
  border-color: var(--akiva-text) !important;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: var(--akiva-bg) !important;
  color: var(--akiva-text) !important;
  border-color: var(--akiva-border) !important;
}

table.dataTable {
  border-collapse: separate !important;
}

/* ==========================================================================
   Icones - padroniza tamanho/alinhamento entre fontawesome/ion/tabler
   ========================================================================== */

.btn i, .btn .fas, .btn .far, .btn .fa, .btn .ion {
  margin-right: 0;
  vertical-align: -1px;
}

.small-box .icon i {
  opacity: 1;
}

.info-box-icon {
  border-radius: var(--akiva-radius) 0 0 var(--akiva-radius) !important;
}

.info-box {
  border-radius: var(--akiva-radius-lg);
  border: 1px solid var(--akiva-border);
  box-shadow: none;
}

/* ==========================================================================
   Formularios extra: select2, icheck, switches, campos de arquivo
   ========================================================================== */

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid var(--akiva-border) !important;
  border-radius: 8px !important;
  min-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
  color: var(--akiva-text);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
}

.select2-dropdown {
  border-radius: 8px !important;
  border: 1px solid var(--akiva-border) !important;
  overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--akiva-gold-bg) !important;
  color: var(--akiva-text) !important;
}

.custom-file-label, .custom-select {
  border-radius: 8px;
  border: 1px solid var(--akiva-border);
}

.input-group-text {
  background: var(--akiva-bg);
  border-color: var(--akiva-border);
  color: var(--akiva-text-muted);
}

/* ==========================================================================
   Loading spinner (usado no ajax global das telas)
   ========================================================================== */

.spinnerDiv {
  background-color: rgba(245, 244, 239, 0.85) !important;
}

.spinner {
  border-top-color: rgba(32, 31, 28, 0.15) !important;
  border-right-color: rgba(32, 31, 28, 0.15) !important;
  border-bottom-color: rgba(32, 31, 28, 0.15) !important;
  border-left-color: var(--akiva-gold) !important;
}

/* ==========================================================================
   Breadcrumb / cabecalho de conteudo
   ========================================================================== */

.breadcrumb {
  background: transparent;
  font-size: 13px;
  padding: 0;
}

.breadcrumb-item.active {
  color: var(--akiva-text-muted);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--akiva-border);
}

/* ==========================================================================
   Scrollbar discreta (Webkit)
   ========================================================================== */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #d8d6cb;
  border-radius: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

/* ==========================================================================
   Compatibilidade visual das telas legadas
   ========================================================================== */

.card-header > .tools,
.widget-title > .tools,
.box-header > .box-tools {
  display: none;
}

.card-title .icon-reorder,
.widget-title .icon-reorder {
  font-style: normal;
  color: var(--akiva-gold);
}

.form-actions,
.form-horizontal .form-actions {
  margin: 24px -24px -24px;
  padding: 18px 24px;
  background: #faf9f5;
  border-top: 1px solid var(--akiva-border);
  border-radius: 0 0 var(--akiva-radius-lg) var(--akiva-radius-lg);
}

.table-responsive {
  border: 0;
  border-radius: 10px;
}

.table thead th {
  white-space: nowrap;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  min-height: 38px;
  border: 1px solid var(--akiva-border);
  border-radius: 8px;
  background: #fff;
}

.alert {
  border: 0;
  border-radius: 10px;
  box-shadow: inset 4px 0 0 currentColor;
}

@media (max-width: 767.98px) {
  .content-header h1 { font-size: 22px; }
  .card-body, .widget-content, .block-flat { padding: 18px; }
  .form-actions, .form-horizontal .form-actions { margin: 20px -18px -18px; padding: 16px 18px; }
  .btn { min-height: 40px; }
}

/* Garantia de precedencia sobre folhas e blocos legados carregados acima. */
body .chosen-container-single .chosen-single,
body .select2-container--default .select2-selection--single {
  min-height: 44px !important;
  height: 44px !important;
  border: 1px solid #dcd9cf !important;
  border-radius: 10px !important;
  background-color: #fff !important;
}
body .chosen-container-active .chosen-single,
body .select2-container--default.select2-container--open .select2-selection--single,
body .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--akiva-gold) !important;
  box-shadow: 0 0 0 3px rgba(201, 162, 74, .16) !important;
}
body .chosen-container .chosen-drop,
body .select2-dropdown { border-radius: 10px !important; border-color: #dcd9cf !important; }

/* ========================================================================== 
   Menu lateral 2026
   ========================================================================== */
@media (min-width: 992px) {
  body:not(.sidebar-collapse) .main-sidebar { width: 272px; }
  body:not(.sidebar-collapse) .content-wrapper,
  body:not(.sidebar-collapse) .main-header,
  body:not(.sidebar-collapse) .main-footer { margin-left: 272px !important; }
}
.main-sidebar {
  background: #fff !important;
  border-right: 1px solid #e7e3d9 !important;
  box-shadow: 8px 0 28px rgba(34, 31, 25, .035) !important;
}
.main-sidebar .brand-link {
  min-height: 70px;
  padding: 13px 18px !important;
  gap: 12px;
  border-bottom: 1px solid #eeeae1 !important;
  background: #fff;
}
.main-sidebar .akiva-brand-mark { width: 34px; height: 38px; border-radius: 8px; }
.main-sidebar .akiva-brand-mark img { width: 145px; margin-left: -4px; margin-top: -7px; }
.main-sidebar .akiva-brand-name { color: #1f1d19; font-size: 17px; font-weight: 800; letter-spacing: .075em; }
.main-sidebar .akiva-brand-sub { margin-top: 3px; color: #b68425; font-size: 8px; font-weight: 800; letter-spacing: .09em; }
.main-sidebar .sidebar { padding: 0 10px 20px; }
.main-sidebar .user-panel {
  position: relative;
  min-height: 72px;
  margin: 12px 2px 14px !important;
  padding: 10px 8px 14px !important;
  border-bottom: 1px solid #eeeae1 !important;
}
.main-sidebar .user-panel .image { padding-left: 0; }
.main-sidebar .user-panel .image img {
  width: 43px;
  height: 43px;
  padding: 2px;
  border: 2px solid #fff;
  outline: 1px solid #ddd8cd;
  background: #f3f1eb;
  box-shadow: 0 4px 10px rgba(32,31,28,.09) !important;
}
.main-sidebar .user-panel .info { display: flex; flex-direction: column; justify-content: center; padding: 0 8px 0 12px; line-height: 1.2; }
.main-sidebar .user-panel .info .akiva-user-caption { margin-bottom: 3px; color: #a09b90; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.main-sidebar .user-panel .info a { color: #25231f !important; font-size: 13px; font-weight: 800; }
.main-sidebar .akiva-sidebar-logout {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid #e6e2d8;
  border-radius: 10px;
  background: #faf9f6;
  color: #77736a;
}
.main-sidebar .akiva-sidebar-logout:hover { border-color: #efc9c9; background: #fff0f0; color: #bd3535; }
.main-sidebar nav.mt-2 { margin-top: 0 !important; }
.main-sidebar .nav-sidebar { gap: 3px; }
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link,
.sidebar-light-primary .nav-sidebar .nav-treeview > .nav-item > .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  width: 100%;
  margin: 0 !important;
  padding: 6px 10px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: #625f58 !important;
  font-size: 13px;
  font-weight: 700;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link .nav-icon {
  display: grid !important;
  place-items: center;
  flex: 0 0 34px;
  width: 34px !important;
  height: 34px;
  margin: 0 11px 0 0 !important;
  border-radius: 10px;
  background: #f3f1eb;
  color: #77736a !important;
  font-size: 14px !important;
  transition: background .18s ease, color .18s ease;
}
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link p { display: flex; align-items: center; flex: 1; min-width: 0; margin: 0; white-space: normal; line-height: 1.2; }
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link .right { top: auto; right: 12px; color: #aaa59b; font-size: 11px; transition: transform .2s ease; }
.sidebar-light-primary .nav-sidebar > .nav-item.menu-open > .nav-link .right { transform: rotate(-90deg); }
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link:hover {
  background: #f7f5ef !important;
  color: #25231f !important;
  transform: translateX(2px);
}
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link:hover .nav-icon { background: #ebe6d9; color: #9a6d19 !important; }
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item.menu-open > .nav-link.active {
  border: 0 !important;
  background: linear-gradient(135deg, #2b2822, #3a352c) !important;
  color: #fff !important;
  box-shadow: 0 7px 16px rgba(40, 36, 29, .14);
}
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active::before {
  content: "";
  position: absolute;
  left: -10px;
  width: 3px;
  height: 24px;
  border-radius: 0 4px 4px 0;
  background: #c9a24a;
}
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active .nav-icon { background: #c9a24a; color: #fff !important; }
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active .right { color: #d8d2c6; }
.main-sidebar .nav-treeview { margin: 4px 0 7px 17px; padding: 4px 0 4px 17px; border-left: 1px solid #dfdbd1; }
.sidebar-light-primary .nav-sidebar .nav-treeview > .nav-item > .nav-link { min-height: 38px; padding: 7px 10px !important; border-radius: 9px !important; color: #77736a !important; font-size: 12px; font-weight: 650; }
.sidebar-light-primary .nav-sidebar .nav-treeview > .nav-item > .nav-link .nav-icon { flex: 0 0 8px; width: 8px !important; height: 8px; margin: 0 12px 0 0 !important; color: #c4bba8 !important; font-size: 6px !important; }
.sidebar-light-primary .nav-sidebar .nav-treeview > .nav-item > .nav-link:hover { background: #f7f5ef !important; color: #25231f !important; }
.sidebar-light-primary .nav-sidebar .nav-treeview > .nav-item > .nav-link.active { background: #f4ecda !important; color: #6d511b !important; box-shadow: none; }
.sidebar-light-primary .nav-sidebar .nav-treeview > .nav-item > .nav-link.active .nav-icon { color: #b68425 !important; }
.sidebar-collapse .main-sidebar .user-panel .info,
.sidebar-collapse .main-sidebar .user-panel .akiva-sidebar-logout { display: none !important; }
.sidebar-collapse .main-sidebar .nav-sidebar > .nav-item > .nav-link { justify-content: center; padding: 6px !important; }
.sidebar-collapse .main-sidebar .nav-sidebar > .nav-item > .nav-link .nav-icon { margin-right: 0 !important; }

/* ---------- Confirmacao de pagamento SumUp ---------- */
.akiva-sumup-confirmation { max-width: 1120px; margin: 0 auto 36px; }
.akiva-sumup-result { position: relative; overflow: hidden; padding: 42px 34px 34px; border: 1px solid #dfe8df; border-radius: 20px; background: linear-gradient(145deg, #f8fcf8, #edf7ee); text-align: center; }
.akiva-sumup-result::after { content: ""; position: absolute; right: -70px; top: -100px; width: 270px; height: 270px; border: 1px solid rgba(47,138,62,.12); border-radius: 50%; box-shadow: 0 0 0 38px rgba(47,138,62,.035); }
.akiva-sumup-result.is-pending { border-color: #eee2c7; background: linear-gradient(145deg, #fffdf8, #fbf3e3); }
.akiva-sumup-status-icon { position: relative; z-index: 1; width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 50%; background: var(--akiva-green); color: #fff; box-shadow: 0 10px 24px rgba(47,138,62,.22); font-size: 24px; }
.akiva-sumup-result.is-pending .akiva-sumup-status-icon { background: #b47b19; box-shadow: 0 10px 24px rgba(180,123,25,.2); }
.akiva-sumup-status-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.akiva-sumup-kicker { color: var(--akiva-green); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.akiva-sumup-result.is-pending .akiva-sumup-kicker { color: #956412; }
.akiva-sumup-result h1 { margin: 7px 0 8px; color: #20251f; font-size: 30px; font-weight: 800; }
.akiva-sumup-result p { max-width: 570px; margin: 0 auto; color: #6d746d; font-size: 15px; }
.akiva-sumup-order-number { display: inline-flex; align-items: center; gap: 9px; margin-top: 19px; padding: 8px 13px; border: 1px solid rgba(47,138,62,.18); border-radius: 999px; background: rgba(255,255,255,.72); color: #5d675e; }
.akiva-sumup-order-number span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.akiva-sumup-order-number strong { color: #222820; font-size: 14px; }
.akiva-sumup-confirmation-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr); gap: 18px; margin-top: 18px; }
.akiva-sumup-card { overflow: hidden; border: 1px solid var(--akiva-border); border-radius: 16px; background: #fff; box-shadow: 0 3px 14px rgba(32,31,28,.035); }
.akiva-sumup-card > header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 20px 22px; border-bottom: 1px solid #ece9e0; }
.akiva-sumup-card > header span { color: #9a958a; font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.akiva-sumup-card > header h2 { margin: 3px 0 0; color: #25231f; font-size: 17px; font-weight: 800; }
.akiva-sumup-card > header > strong { padding: 6px 9px; border-radius: 999px; background: #f3f1eb; color: #777268; font-size: 10px; }
.akiva-sumup-items { padding: 4px 22px; }
.akiva-sumup-item { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid #f0eee8; }
.akiva-sumup-item-qty { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: #f3f1eb; color: #6c675d; font-size: 11px; font-weight: 800; }
.akiva-sumup-item div { min-width: 0; }
.akiva-sumup-item a { display: block; overflow: hidden; color: #2a2824; font-size: 13px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.akiva-sumup-item small { display: block; margin-top: 3px; color: #979187; font-size: 10px; }
.akiva-sumup-item > strong { color: #34312b; font-size: 12px; white-space: nowrap; }
.akiva-sumup-totals { margin: 0; padding: 14px 22px 20px; background: #faf9f6; }
.akiva-sumup-totals div { display: flex; justify-content: space-between; padding: 5px 0; color: #767168; font-size: 12px; }
.akiva-sumup-totals dt { font-weight: 600; }
.akiva-sumup-totals dd { margin: 0; font-weight: 750; }
.akiva-sumup-totals div:last-child { margin-top: 8px; padding-top: 13px; border-top: 1px solid #e5e1d8; color: #24211c; font-size: 16px; }
.akiva-sumup-payment-card { padding: 23px; }
.akiva-sumup-brand { display: flex; align-items: center; gap: 3px; margin-bottom: 24px; font-size: 16px; font-weight: 900; letter-spacing: -.04em; }
.akiva-sumup-brand span:first-child { padding: 5px 7px; border-radius: 5px; background: #1a6f61; color: #fff; }
.akiva-sumup-brand span:last-child { color: #171916; }
.akiva-sumup-payment-card h2 { margin: 0 0 7px; color: #25231f; font-size: 19px; font-weight: 800; }
.akiva-sumup-payment-card > p { color: #7d786f; font-size: 12px; line-height: 1.5; }
.akiva-sumup-payment-card > dl { margin: 20px 0; padding: 13px 0; border-top: 1px solid #ece9e0; border-bottom: 1px solid #ece9e0; }
.akiva-sumup-payment-card > dl div { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; font-size: 11px; }
.akiva-sumup-payment-card dt { color: #918b81; font-weight: 650; }
.akiva-sumup-payment-card dd { overflow: hidden; margin: 0; color: #34312b; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.akiva-sumup-payment-card dd.paid { color: var(--akiva-green); }
.akiva-sumup-payment-card dd.pending { color: #a36e16; }
.akiva-sumup-security { display: flex; align-items: center; gap: 11px; padding: 12px; border-radius: 11px; background: #f4f7f4; color: #55805d; }
.akiva-sumup-security > i { font-size: 18px; }
.akiva-sumup-security span { color: #798079; font-size: 9px; line-height: 1.35; }
.akiva-sumup-security strong { display: block; color: #4c6851; font-size: 10px; }
.akiva-sumup-actions { display: flex; justify-content: center; gap: 10px; margin-top: 22px; }
.akiva-sumup-actions .btn { min-height: 45px; display: inline-flex; align-items: center; gap: 9px; padding: 0 18px !important; border-radius: 10px !important; font-size: 12px; font-weight: 800; }
.akiva-sumup-primary { border-color: #24211c !important; background: #24211c !important; color: #fff !important; }
.akiva-sumup-secondary { border-color: #dcd8ce !important; background: #fff !important; color: #4f4b43 !important; }
.akiva-sumup-help { margin: 12px 0 0; color: #969087; font-size: 10px; text-align: center; }
@media (max-width: 850px) { .akiva-sumup-confirmation-grid { grid-template-columns: 1fr; } }
@media (max-width: 575px) {
  .akiva-sumup-result { padding: 32px 20px 27px; }
  .akiva-sumup-result h1 { font-size: 24px; }
  .akiva-sumup-item { grid-template-columns: 32px minmax(0, 1fr); }
  .akiva-sumup-item > strong { grid-column: 2; }
  .akiva-sumup-actions { flex-direction: column; }
  .akiva-sumup-actions .btn { justify-content: center; width: 100%; }
}

/* Comprovante SumUp - visual compacto e editorial */
.akiva-receipt-page { max-width: 1120px; margin: 0 auto 40px; color: #292721; }
.akiva-receipt-hero { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 20px; padding: 30px 32px; border-radius: 18px 18px 0 0; background: #26231e; color: #fff; }
.akiva-receipt-symbol { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: #d0ab55; color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); font-size: 22px; }
.akiva-receipt-symbol svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.akiva-receipt-page.is-pending .akiva-receipt-symbol { background: #a77825; }
.akiva-receipt-hero-copy > span { color: #d8bb77; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.akiva-receipt-hero-copy h1 { margin: 5px 0 6px; color: #fff; font-size: 27px; font-weight: 800; letter-spacing: -.02em; }
.akiva-receipt-hero-copy p { max-width: 640px; margin: 0; color: #bbb6ac; font-size: 13px; line-height: 1.5; }
.akiva-receipt-order-id { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.13); text-align: right; }
.akiva-receipt-order-id small { display: block; margin-bottom: 3px; color: #9f9a90; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.akiva-receipt-order-id strong { color: #fff; font-size: 20px; font-weight: 800; letter-spacing: .04em; }
.akiva-receipt-progress { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; padding: 22px 30px; border: 1px solid #e4e0d6; border-top: 0; background: #fff; }
.akiva-receipt-progress > div { display: flex; align-items: center; gap: 9px; color: #aaa49a; }
.akiva-receipt-progress > div > i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #eeece6; color: #99948a; font-size: 10px; }
.akiva-receipt-progress > div.done > i { background: #e7f4e9; color: #348342; }
.akiva-receipt-progress > div.current > i { background: #faf0d9; color: #a06d14; }
.akiva-receipt-progress span { display: flex; flex-direction: column; white-space: nowrap; }
.akiva-receipt-progress strong { color: #777168; font-size: 10px; font-weight: 800; }
.akiva-receipt-progress .done strong, .akiva-receipt-progress .current strong { color: #35322c; }
.akiva-receipt-progress small { margin-top: 2px; font-size: 8px; }
.akiva-receipt-progress > b { height: 1px; margin: 0 14px; background: #dedbd2; }
.akiva-receipt-layout { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(300px,.75fr); gap: 16px; margin-top: 16px; }
.akiva-receipt-products, .akiva-receipt-summary { border: 1px solid #e4e0d6; border-radius: 15px; background: #fff; }
.akiva-receipt-products > header { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid #ece9e1; }
.akiva-receipt-products > header span { color: #a19b91; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.akiva-receipt-products > header h2, .akiva-receipt-summary h2 { margin: 3px 0 0; color: #292721; font-size: 16px; font-weight: 800; }
.akiva-receipt-products > header em { padding: 5px 9px; border-radius: 999px; background: #f2f0ea; color: #777168; font-size: 9px; font-style: normal; font-weight: 800; }
.akiva-receipt-product-list { padding: 2px 22px; }
.akiva-receipt-product-list article { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid #f0ede6; }
.akiva-receipt-product-list article:last-child { border-bottom: 0; }
.akiva-receipt-product-list .quantity { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: #f3f0e9; color: #706a60; font-size: 11px; font-weight: 900; }
.akiva-receipt-product-list article div { min-width: 0; }
.akiva-receipt-product-list a { display: block; overflow: hidden; color: #302e29; font-size: 12px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.akiva-receipt-product-list small { display: block; margin-top: 3px; color: #99938a; font-size: 9px; }
.akiva-receipt-product-list article > strong { color: #3a3731; font-size: 11px; white-space: nowrap; }
.akiva-receipt-summary { padding: 20px; }
.akiva-receipt-sumup { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.akiva-receipt-sumup > span { color: #156c5d; font-size: 16px; font-weight: 900; letter-spacing: -.05em; text-transform: uppercase; }
.akiva-receipt-sumup > span i { display: inline-block; width: 8px; height: 17px; margin-right: 4px; border-radius: 2px; background: #156c5d; vertical-align: -3px; transform: skew(-12deg); }
.akiva-receipt-sumup > strong { padding: 5px 9px; border-radius: 999px; background: #e8f5eb; color: #317c3e; font-size: 9px; text-transform: uppercase; }
.is-pending .akiva-receipt-sumup > strong { background: #fbf0d9; color: #986611; }
.akiva-receipt-summary > dl { margin: 16px 0; padding: 14px 0; border-top: 1px solid #ece9e1; border-bottom: 1px solid #ece9e1; }
.akiva-receipt-summary > dl > div { display: flex; justify-content: space-between; padding: 5px 0; color: #79736a; font-size: 10px; }
.akiva-receipt-summary dt { font-weight: 600; }
.akiva-receipt-summary dd { margin: 0; color: #514d46; font-weight: 750; }
.akiva-receipt-summary > dl .total { align-items: flex-end; margin-top: 8px; padding-top: 13px; border-top: 1px dashed #ddd8cd; color: #292721; }
.akiva-receipt-summary > dl .total dt { font-size: 12px; font-weight: 800; }
.akiva-receipt-summary > dl .total dd { color: #24211c; font-size: 21px; font-weight: 850; }
.akiva-receipt-summary > dl .total small { font-size: 10px; }
.akiva-receipt-method { display: flex; align-items: center; gap: 10px; padding: 11px; border-radius: 10px; background: #f6f4ef; }
.akiva-receipt-method > i { color: #806c41; font-size: 17px; }
.akiva-receipt-method span { display: flex; flex-direction: column; }
.akiva-receipt-method strong { color: #4a463f; font-size: 10px; }
.akiva-receipt-method small { margin-top: 2px; color: #99938a; font-size: 8px; }
.akiva-receipt-summary details { margin-top: 12px; color: #89837a; font-size: 9px; }
.akiva-receipt-summary summary { cursor: pointer; font-weight: 750; }
.akiva-receipt-summary details p { margin: 8px 0 0; }
.akiva-receipt-summary details p span { display: block; margin-bottom: 3px; }
.akiva-receipt-summary code { display: block; overflow: hidden; padding: 7px; border-radius: 6px; background: #f4f2ed; color: #69645b; font-size: 8px; text-overflow: ellipsis; }
.akiva-receipt-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; padding: 18px 20px; border: 1px solid #e4e0d6; border-radius: 14px; background: #faf9f6; }
.akiva-receipt-footer > div { display: flex; align-items: center; gap: 11px; }
.akiva-receipt-footer > div > i { color: #9a7a37; font-size: 18px; }
.akiva-receipt-footer span { display: flex; flex-direction: column; }
.akiva-receipt-footer strong { color: #504c44; font-size: 10px; }
.akiva-receipt-footer small { margin-top: 2px; color: #99938a; font-size: 8px; }
.akiva-receipt-footer nav { display: flex; gap: 8px; }
.akiva-receipt-footer a { min-height: 40px; display: inline-flex; align-items: center; gap: 9px; padding: 0 14px; border-radius: 9px; font-size: 10px; font-weight: 800; }
.akiva-receipt-footer a.secondary { border: 1px solid #dcd7cc; background: #fff; color: #625d55; }
.akiva-receipt-footer a.primary { border: 1px solid #27241f; background: #27241f; color: #fff; }
@media (max-width: 850px) { .akiva-receipt-layout { grid-template-columns: 1fr; } .akiva-receipt-progress { overflow-x: auto; } }
@media (max-width: 650px) { .akiva-receipt-hero { grid-template-columns: auto 1fr; padding: 24px 20px; } .akiva-receipt-order-id { grid-column: 2; padding: 10px 0 0; border: 0; text-align: left; } .akiva-receipt-progress { display: none; } .akiva-receipt-footer { align-items: stretch; flex-direction: column; } .akiva-receipt-footer nav { flex-direction: column-reverse; } .akiva-receipt-footer a { justify-content: center; } }

/* Confirmação de pedidos com pagamento manual */
.akiva-manual-receipt .akiva-receipt-symbol { background: #b68a35; }
.akiva-manual-receipt.method-dinheiro .akiva-receipt-symbol { background: #39724a; }
.akiva-manual-method-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.akiva-manual-method-head > span { display: flex; align-items: center; gap: 8px; color: #5c5549; font-size: 11px; font-weight: 850; }
.akiva-manual-method-head > span i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: #f2ead9; color: #997126; }
.method-dinheiro .akiva-manual-method-head > span i { background: #e5f1e8; color: #39724a; }
.akiva-manual-method-head > strong { padding: 5px 9px; border-radius: 999px; background: #faf0d9; color: #986611; font-size: 9px; text-transform: uppercase; }
.akiva-bank-details { margin-top: 14px; padding: 14px; border: 1px solid #e8dfca; border-radius: 11px; background: #fcfaf5; }
.akiva-bank-details > span { display: block; margin-bottom: 10px; color: #9a742d; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.akiva-bank-details > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 6px 0; border-bottom: 1px dashed #e6dece; }
.akiva-bank-details > div small { color: #8c867c; font-size: 9px; }
.akiva-bank-details > div strong { color: #403c35; font-size: 10px; text-align: right; }
.akiva-bank-details p { margin: 12px 0 0; color: #746e64; font-size: 9px; line-height: 1.55; }
.akiva-bank-details p i { margin-right: 4px; color: #9a742d; }
.akiva-bank-details a { color: #83601c; font-weight: 800; }
.akiva-manual-note { display: flex; gap: 9px; margin-top: 14px; padding: 12px; border-radius: 10px; background: #edf5ef; color: #44704f; }
.akiva-manual-note > i { margin-top: 2px; }
.akiva-manual-note p { display: flex; flex-direction: column; margin: 0; }
.akiva-manual-note strong { font-size: 10px; }
.akiva-manual-note span { margin-top: 3px; color: #6d7d70; font-size: 8px; line-height: 1.5; }
.akiva-manual-failure { max-width: 640px; margin: 40px auto; padding: 48px 36px; border: 1px solid #eadfdb; border-radius: 18px; background: #fff; text-align: center; }
.akiva-manual-failure > i { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 16px; background: #faece8; color: #ad513c; font-size: 22px; }
.akiva-manual-failure > span { color: #a86050; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.akiva-manual-failure h1 { margin: 6px 0 8px; color: #302d28; font-size: 25px; }
.akiva-manual-failure p { margin: 0 auto 22px; max-width: 440px; color: #7d776e; font-size: 12px; line-height: 1.6; }
.akiva-manual-failure a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 9px; background: #28251f; color: #fff; font-size: 10px; font-weight: 800; }
.akiva-payment-contact { margin-top: 16px; overflow: hidden; border: 1px solid #e4e0d6; border-radius: 15px; background: #fff; }
.akiva-payment-contact > header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px; border-bottom: 1px solid #ece9e1; }
.akiva-payment-contact > header > div > span { color: #9a742d; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.akiva-payment-contact h2 { margin: 4px 0 5px; color: #302d28; font-size: 17px; font-weight: 850; }
.akiva-payment-contact > header > div > p { margin: 0; color: #858077; font-size: 10px; line-height: 1.5; }
.akiva-payment-contact > header > a { min-width: 214px; min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border-radius: 10px; background: #287a47; color: #fff; }
.akiva-payment-contact > header > a > .fa-whatsapp { font-size: 20px; }
.akiva-payment-contact > header > a > .fa-arrow-right { margin-left: auto; font-size: 10px; }
.akiva-payment-contact > header > a span { display: flex; flex-direction: column; }
.akiva-payment-contact > header > a strong { font-size: 10px; }
.akiva-payment-contact > header > a small { margin-top: 2px; color: #d5e9dc; font-size: 8px; }
.akiva-payment-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #ece9e1; }
.akiva-payment-contact-grid article { min-width: 0; display: flex; align-items: flex-start; gap: 11px; padding: 18px 20px; background: #fff; }
.akiva-payment-contact-grid article > i { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 9px; background: #f4efe3; color: #967127; font-size: 13px; }
.akiva-payment-contact-grid article div { min-width: 0; display: flex; flex-direction: column; }
.akiva-payment-contact-grid article span { color: #918b81; font-size: 8px; font-weight: 750; }
.akiva-payment-contact-grid article strong, .akiva-payment-contact-grid article a { overflow: hidden; margin-top: 4px; color: #3e3a34; font-size: 10px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.akiva-payment-contact-grid article a { color: #7f5d1c; }
.akiva-payment-contact-grid article small { margin-top: 4px; color: #9b958c; font-size: 8px; line-height: 1.4; }
.akiva-payment-contact-alert { display: flex; align-items: center; gap: 8px; margin: 0; padding: 11px 20px; background: #fbf5e8; color: #806832; font-size: 9px; line-height: 1.45; }
.akiva-payment-contact-alert > i { color: #a87e28; }
@media (max-width: 850px) { .akiva-payment-contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 650px) { .akiva-payment-contact > header { align-items: stretch; flex-direction: column; } .akiva-payment-contact > header > a { min-width: 0; } }

/* Confirmação de produto adicionado ao carrinho */
.akiva-cart-modal .modal-dialog { width: min(92vw, 440px); margin: 10vh auto 30px; }
.akiva-cart-modal .modal-content { position: relative; overflow: hidden; border: 1px solid #e5e0d5; border-radius: 20px; background: #fff; box-shadow: 0 28px 80px rgba(31, 28, 22, .24); }
.akiva-cart-modal .modal-content::before { position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, #bb8c32, #e2c77f); content: ""; }
.akiva-cart-modal-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 32px; height: 32px; display: grid; place-items: center; padding: 0; border: 1px solid #e7e2d8; border-radius: 9px; background: #faf9f6; color: #7d776e; font: 400 22px/1 Arial, sans-serif; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.akiva-cart-modal-close:hover { background: #f0ede6; color: #292620; transform: rotate(4deg); }
.akiva-cart-modal .modal-body { padding: 34px 34px 25px; text-align: center; }
.akiva-cart-modal-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 18px; background: #e8f4e9; color: #357b45; box-shadow: inset 0 0 0 1px #d7eadb; }
.akiva-cart-modal-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.akiva-cart-modal-label { color: #9a742d; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.akiva-cart-modal .modal-body h3 { margin: 6px 0 8px; color: #2d2a25; font-size: 24px; font-weight: 850; letter-spacing: -.025em; }
.akiva-cart-modal .modal-body p { max-width: 340px; margin: 0 auto; color: #827c72; font-size: 11px; line-height: 1.6; }
.akiva-cart-modal .modal-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 16px 20px 20px; border-top: 1px solid #eeebe4; background: #faf9f6; text-align: initial; }
.akiva-cart-modal .modal-footer::before, .akiva-cart-modal .modal-footer::after { display: none; }
.akiva-cart-modal-primary, .akiva-cart-modal-secondary { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin: 0; padding: 0 13px; border-radius: 10px; font-size: 10px; font-weight: 850; line-height: 1.2; text-align: center; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.akiva-cart-modal-primary { border: 1px solid #292620; background: #292620; color: #fff; box-shadow: 0 8px 18px rgba(41, 38, 32, .13); }
.akiva-cart-modal-primary:hover, .akiva-cart-modal-primary:focus { background: #171511; color: #fff; text-decoration: none; transform: translateY(-1px); }
.akiva-cart-modal-secondary { border: 1px solid #ddd7cb; background: #fff; color: #625d54; }
.akiva-cart-modal-secondary:hover, .akiva-cart-modal-secondary:focus { border-color: #cfc7b8; background: #f4f1ea; color: #39352e; transform: translateY(-1px); }
.akiva-cart-modal .modal-footer i { font-size: 9px; }
@media (max-width: 480px) { .akiva-cart-modal .modal-dialog { width: calc(100vw - 24px); margin-top: 5vh; } .akiva-cart-modal .modal-body { padding: 32px 22px 22px; } .akiva-cart-modal .modal-footer { grid-template-columns: 1fr; } .akiva-cart-modal-primary { grid-row: 1; } }
