/* Loja pública Aickes — vitrine clara premium e jornada em modais. */
body.public-store-mode.aickes-store-mode {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.98), transparent 32%),
    linear-gradient(180deg, #f8f9fb 0%, #eef0f3 100%);
  color: #18181b;
  overflow-x: hidden;
}

body.aickes-store-mode.aickes-modal-open {
  overflow: hidden;
}

body.public-store-mode.aickes-store-mode .main {
  max-width: 1360px;
  padding: 24px 28px 0;
}

body.aickes-store-mode .store-layout,
body.aickes-store-mode[data-aickes-step="menu"] .store-layout,
body.aickes-store-mode[data-aickes-step="delivery"] .store-layout,
body.aickes-store-mode[data-aickes-step="payment"] .store-layout {
  display: block;
}

body.aickes-store-mode .storefront,
body.aickes-store-mode[data-aickes-step="delivery"] .storefront,
body.aickes-store-mode[data-aickes-step="payment"] .storefront {
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.aickes-store-mode .store-side,
body.aickes-store-mode[data-aickes-step="delivery"] .store-side,
body.aickes-store-mode[data-aickes-step="payment"] .store-side {
  display: none;
}

body.aickes-store-mode.aickes-cart-modal-open .store-side {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  padding: 20px;
  overflow-y: auto;
  background: rgba(24, 24, 27, 0.52);
  backdrop-filter: blur(10px);
}

body.aickes-store-mode.aickes-cart-modal-open .cart-panel,
body.aickes-store-mode.aickes-cart-modal-open[data-aickes-step="delivery"] .cart-panel,
body.aickes-store-mode.aickes-cart-modal-open[data-aickes-step="payment"] .cart-panel {
  position: relative;
  top: auto;
  width: min(760px, 100%);
  max-height: calc(100vh - 40px);
  padding: 26px;
  overflow-y: auto;
  border: 1px solid #d8dadd;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.98), transparent 34%),
    linear-gradient(155deg, #ffffff, #f4f5f7);
  box-shadow: 0 38px 110px rgba(24, 24, 27, 0.34);
  animation: aickesModalIn 180ms ease-out both;
}

body.aickes-store-mode .aickes-customer-panel {
  display: none !important;
}

@keyframes aickesModalIn {
  from { opacity: 0; transform: translateY(14px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

body.aickes-store-mode .cart-panel-head {
  align-items: center;
  margin-bottom: 8px;
}

body.aickes-store-mode .cart-panel-head > div:first-child {
  display: grid;
  gap: 2px;
}

.aickes-modal-kicker {
  color: #6b7280;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.22em;
}

.aickes-cart-head-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.aickes-cart-close {
  width: 40px;
  height: 40px;
  border: 1px solid #dfe1e4;
  border-radius: 50%;
  background: #fff;
  color: #27272a;
  font-size: 24px;
  line-height: 1;
}

body.aickes-store-mode.aickes-options-modal-open .cart-panel > :not(.cart-panel-head):not(#optionPicker) {
  display: none !important;
}

body.aickes-store-mode.aickes-options-modal-open .cart-panel-head > div:first-child {
  visibility: hidden;
}

body.aickes-store-mode .option-picker {
  margin-top: 14px;
  padding: 22px;
  border: 1px solid #dfe1e4;
  border-radius: 20px;
  background: #fff;
}

body.aickes-store-mode .store-cover {
  display: block;
  position: relative;
  padding: 28px clamp(24px, 5vw, 72px) 34px;
  overflow: hidden;
  border: 1px solid #e0e2e5;
  border-radius: 30px;
  background:
    radial-gradient(circle at 83% 15%, rgba(255, 255, 255, 0.98), transparent 27%),
    radial-gradient(circle at 100% 100%, rgba(218, 220, 224, 0.7), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #f4f5f7 52%, #e7e9ec 100%);
  box-shadow: 0 28px 80px rgba(39, 39, 42, 0.1);
}

body.aickes-store-mode .store-cover::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -150px;
  top: -180px;
  border: 1px solid rgba(113, 113, 122, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(255, 255, 255, 0.22), 0 0 0 96px rgba(113, 113, 122, 0.04);
  pointer-events: none;
}

body.aickes-store-mode .store-identity {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 14px;
  width: calc(100% - 470px);
  text-align: left;
}

body.aickes-store-mode .store-identity > div:not(.store-logo) {
  display: grid;
  position: static;
  width: auto;
  margin: 0;
  justify-items: start;
  text-align: left;
}

body.aickes-store-mode .store-logo.has-image {
  position: relative;
  width: min(286px, 38vw);
  aspect-ratio: 16 / 8.7;
  padding: 12px 16px;
  overflow: hidden;
  border: 1px solid rgba(161, 161, 170, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.98), transparent 42%),
    linear-gradient(145deg, #ffffff, #f4f4f5);
  box-shadow:
    0 18px 42px rgba(24, 24, 27, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body.aickes-store-mode .store-logo.has-image img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(127, 29, 29, 0.1));
}

body.aickes-store-mode .store-cover h2 {
  justify-self: start;
  color: #18181b;
  font-size: 18px;
  text-align: left;
}

body.aickes-store-mode .store-cover p,
body.aickes-store-mode .store-meta {
  color: #71717a;
}

body.aickes-store-mode .store-status {
  position: static;
  justify-self: start;
  grid-row: auto;
  margin-bottom: 5px;
  background: #dcfce7;
  color: #166534;
}

body.aickes-store-mode .aickes-header-actions {
  position: absolute;
  top: 28px;
  right: clamp(24px, 5vw, 72px);
  z-index: 4;
  display: flex;
  align-items: stretch;
  gap: 10px;
}

body.aickes-store-mode .aickes-account-launch {
  position: relative;
  inset: auto;
  border-color: #dfe1e4;
  background: rgba(255, 255, 255, 0.86);
  color: #27272a;
  box-shadow: 0 12px 30px rgba(39, 39, 42, 0.08);
}

body.aickes-store-mode .aickes-account-launch-icon {
  background: linear-gradient(135deg, #27272a, #52525b);
}

body.aickes-store-mode .aickes-account-launch small {
  color: #71717a;
}

body.aickes-store-mode .aickes-header-cart {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 148px;
  min-height: 52px;
  padding: 8px 38px 8px 12px;
  border: 1px solid #27272a;
  border-radius: 15px;
  background: #27272a;
  color: #ffffff;
  text-align: left;
  box-shadow: 0 14px 32px rgba(24, 24, 27, 0.18);
}

body.aickes-store-mode .aickes-header-cart:hover {
  border-color: #b91c1c;
  background: #b91c1c;
  transform: translateY(-1px);
}

.aickes-header-cart-icon {
  font-size: 18px;
}

.aickes-header-cart span:not(.aickes-header-cart-icon) {
  display: grid;
  gap: 1px;
}

.aickes-header-cart small {
  color: #d4d4d8;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aickes-header-cart strong {
  font-size: 12px;
}

.aickes-header-cart b {
  position: absolute;
  top: 7px;
  right: 9px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
  font-size: 10px;
}

.aickes-premium-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  min-height: 500px;
  padding: 42px 0 22px;
}

.aickes-premium-copy {
  max-width: 620px;
}

.aickes-premium-kicker {
  color: #52525b;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.22em;
}

.aickes-premium-copy h1 {
  margin: 17px 0 24px;
  color: #18181b;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.aickes-premium-copy h1 em {
  color: #b91c1c;
  font-style: normal;
}

.aickes-premium-copy > p {
  max-width: 560px;
  margin: 0 0 30px;
  color: #606068;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

.aickes-premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.aickes-premium-primary,
.aickes-premium-secondary {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 13px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.aickes-premium-primary {
  border: 1px solid #18181b;
  background: #18181b;
  color: #fff;
  box-shadow: 0 14px 30px rgba(24, 24, 27, 0.16);
}

.aickes-premium-primary span {
  margin-left: 12px;
}

.aickes-premium-secondary {
  border: 1px solid #d4d4d8;
  background: rgba(255, 255, 255, 0.74);
  color: #27272a;
}

.aickes-hero-product-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 32px 70px rgba(39, 39, 42, 0.13), inset 0 1px #fff;
  backdrop-filter: blur(12px);
  transform: rotate(1.5deg);
  overflow: hidden;
}

.aickes-hero-product-card > span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #18181b;
  color: #fff;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.aickes-hero-product-image {
  height: 250px;
  display: grid;
  place-items: center;
  margin: 8px 0;
  overflow: hidden;
}

.aickes-hero-product-image .store-thumb {
  width: 100%;
  height: 250px !important;
  max-height: none;
  border: 0;
  background: transparent;
  aspect-ratio: auto !important;
}

.aickes-hero-product-image .store-thumb img,
.aickes-hero-product-image > img {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 24px 18px rgba(24, 24, 27, 0.2));
}

.aickes-hero-product-card h3 {
  margin: 4px 0 7px;
  color: #18181b;
  font-size: 25px;
}

.aickes-hero-product-card > p {
  min-height: 38px;
  margin: 0 0 18px;
  color: #71717a;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

body.aickes-store-mode .aickes-premium-copy > p,
body.aickes-store-mode .aickes-hero-product-card > p {
  text-align: left;
}

.aickes-hero-product-card > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.aickes-hero-product-card strong {
  color: #b91c1c;
  font-size: 23px;
}

.aickes-hero-product-card button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 11px;
  background: #18181b;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
}

body.aickes-store-mode .store-hero-grid {
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin: 0;
}

body.aickes-store-mode .store-hero-grid div {
  padding: 14px;
  border-color: #dfe1e4;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.78);
}

body.aickes-store-mode .store-meta {
  position: absolute;
  z-index: 3;
  left: clamp(24px, 5vw, 72px);
  bottom: 12px;
  font-size: 11px;
}

body.aickes-store-mode .store-tools {
  position: sticky;
  top: 12px;
  z-index: 15;
  margin: 22px 0;
  padding: 14px;
  border: 1px solid #e0e2e5;
  border-radius: 18px;
  background: rgba(248, 249, 251, 0.88);
  box-shadow: 0 12px 34px rgba(39, 39, 42, 0.08);
  backdrop-filter: blur(16px);
}

body.aickes-store-mode .store-search-row input {
  border-color: #dfe1e4;
  border-radius: 12px;
  background: #fff;
}

body.aickes-store-mode .chip {
  border-color: #dfe1e4;
  border-radius: 999px;
  background: #fff;
  color: #52525b;
}

body.aickes-store-mode .chip.active,
body.aickes-store-mode .store-bottom-nav button.active {
  border-color: #27272a;
  background: #27272a;
  color: #fff;
}

body.aickes-store-mode .store-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.aickes-store-mode .store-item {
  gap: 13px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid #e0e2e5;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(39, 39, 42, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.aickes-store-mode .store-item:hover {
  transform: translateY(-5px);
  border-color: #c9cbd0;
  box-shadow: 0 24px 48px rgba(39, 39, 42, 0.12);
}

body.aickes-store-mode .store-thumb {
  max-height: none;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(145deg, #f7f7f8, #eceef1);
}

body.aickes-store-mode .store-item h3 {
  color: #18181b;
  font-size: 18px;
}

body.aickes-store-mode .store-item small {
  color: #71717a;
  line-height: 1.5;
}

body.aickes-store-mode .store-item .price {
  color: #b91c1c;
  font-size: 19px;
}

body.aickes-store-mode .store-item .actions button,
body.aickes-store-mode .aickes-checkout-actions .primary,
body.aickes-store-mode #btnPlaceOrder {
  min-height: 46px;
  border-radius: 12px;
  border-color: #27272a;
  background: #27272a;
  color: #fff;
}

body.aickes-store-mode .aickes-checkout-hero {
  border-color: #dfe1e4;
  background: linear-gradient(135deg, #fff, #f1f2f4);
}

body.aickes-store-mode .aickes-checkout-kicker {
  color: #71717a;
}

body.aickes-store-mode .checkout-block {
  border-color: #e0e2e5;
  border-radius: 14px;
  background: #fff;
}

body.aickes-store-mode .aickes-auth-card {
  border-color: #d8dadd;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.98), transparent 35%),
    linear-gradient(155deg, #fff, #f2f3f5);
  color: #18181b;
}

body.aickes-store-mode .aickes-auth-heading h2,
body.aickes-store-mode .aickes-auth-account h3 {
  color: #18181b;
}

body.aickes-store-mode .aickes-auth-heading span,
body.aickes-store-mode .aickes-auth-error {
  color: #b91c1c;
}

body.aickes-store-mode .aickes-auth-tabs button.active,
body.aickes-store-mode .aickes-auth-submit {
  background: #27272a;
  color: #fff;
  box-shadow: 0 12px 28px rgba(39, 39, 42, 0.16);
}

body.aickes-store-mode .aickes-auth-avatar {
  background: linear-gradient(135deg, #27272a, #71717a);
}

@media (max-width: 980px) {
  body.aickes-store-mode .store-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .aickes-premium-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    gap: 28px;
  }
  .aickes-premium-copy h1 {
    font-size: clamp(44px, 7vw, 68px);
  }
}

@media (max-width: 720px) {
  body.public-store-mode.aickes-store-mode .main {
    padding: 10px 0 0;
  }
  body.aickes-store-mode .store-cover {
    padding: 18px 16px 24px;
    border-left: 0;
    border-right: 0;
    border-radius: 0 0 28px 28px;
  }
  body.aickes-store-mode .store-identity {
    width: 100%;
    padding-right: 0;
    flex-direction: column;
    text-align: center;
  }
  body.aickes-store-mode .store-identity > div:not(.store-logo) {
    justify-items: center;
  }
  body.aickes-store-mode .store-logo.has-image {
    width: min(310px, 88vw);
  }
  body.aickes-store-mode .store-status,
  body.aickes-store-mode .store-cover h2 {
    justify-self: center;
    text-align: center;
  }
  body.aickes-store-mode .aickes-account-launch {
    position: relative;
    inset: auto;
    align-self: center;
    margin: 8px auto 0;
  }
  .aickes-premium-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 42px 0 18px;
    text-align: center;
  }
  .aickes-premium-copy > p {
    text-align: center;
  }
  body.aickes-store-mode .aickes-premium-copy > p {
    text-align: center;
  }
  .aickes-premium-actions {
    justify-content: center;
  }
  .aickes-hero-product-card {
    max-width: 420px;
    margin: 0 auto;
    transform: none;
  }
  body.aickes-store-mode .store-hero-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }
  body.aickes-store-mode .store-meta {
    position: static;
    margin-top: 12px;
  }
  body.aickes-store-mode .store-tools {
    top: 6px;
    margin: 14px 10px;
  }
  body.aickes-store-mode .store-products {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }
  body.aickes-store-mode .store-item {
    max-width: 520px;
    margin: 0 auto;
  }
  body.aickes-store-mode.aickes-cart-modal-open .store-side {
    align-items: end;
    padding: 0;
  }
  body.aickes-store-mode.aickes-cart-modal-open .cart-panel,
  body.aickes-store-mode.aickes-cart-modal-open[data-aickes-step="delivery"] .cart-panel,
  body.aickes-store-mode.aickes-cart-modal-open[data-aickes-step="payment"] .cart-panel {
    width: 100%;
    max-height: 92vh;
    padding: 20px 16px 26px;
    border-radius: 24px 24px 0 0;
  }
  body.aickes-store-mode .aickes-premium-footer {
    margin-top: 34px;
    padding-inline: 14px;
  }
}

/* Rodapé institucional inspirado na composição aprovada do Universo do Burgue. */
body.aickes-store-mode .aickes-premium-footer {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  width: 100vw;
  min-height: 270px;
  margin: 58px calc(50% - 50vw) 0;
  padding: 30px max(28px, 5vw) 92px;
  border-top: 1px solid #26282c;
  background:
    radial-gradient(circle at 50% 0%, rgba(125, 36, 23, 0.14), transparent 28%),
    #08090a;
  color: #8f939b;
}

.aickes-premium-footer p {
  margin: 0;
  color: #b1b4ba;
  font-size: 11px;
  letter-spacing: 0.01em;
}

.aickes-footer-brand {
  justify-self: start;
  width: 154px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

.aickes-footer-brand img,
body.aickes-store-mode .aickes-premium-footer .aickes-creator-credit img {
  width: 100%;
  height: auto;
  display: block;
}

.aickes-footer-center {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

body.aickes-store-mode .aickes-premium-footer .aickes-creator-credit {
  width: min(286px, 74vw);
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 83, 39, 0.42);
  border-radius: 13px;
  background: #250709;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.36);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.aickes-store-mode .aickes-premium-footer .aickes-creator-credit:hover {
  transform: translateY(-3px);
  border-color: #ff6129;
  box-shadow: 0 16px 36px rgba(255, 75, 25, 0.16);
}

.aickes-footer-links {
  justify-self: end;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 14px;
  text-align: right;
}

.aickes-footer-links a {
  color: #aeb3bc;
  font-size: 11px;
  text-decoration: none;
  transition: color 160ms ease;
}

.aickes-footer-links a:hover {
  color: #ffffff;
}

.aickes-footer-links .aickes-footer-admin {
  padding-bottom: 4px;
  border-bottom: 1px solid #624010;
  color: #8d9098;
  font-size: 9px;
}

@media (max-width: 900px) {
  body.aickes-store-mode .store-identity {
    width: 100%;
    padding-top: 82px;
  }

  body.aickes-store-mode .aickes-header-actions {
    left: clamp(16px, 4vw, 36px);
    right: clamp(16px, 4vw, 36px);
    justify-content: flex-end;
  }

  body.aickes-store-mode .aickes-premium-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
    min-height: 0;
    padding: 36px 22px 112px;
    text-align: center;
  }

  .aickes-footer-brand,
  .aickes-footer-links {
    justify-self: center;
  }

  .aickes-footer-brand {
    width: 148px;
  }

  .aickes-footer-links {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 560px) {
  body.aickes-store-mode .aickes-header-actions {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
    gap: 8px;
    width: 100%;
  }

  body.aickes-store-mode .aickes-account-launch,
  body.aickes-store-mode .aickes-header-cart {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    margin: 0;
  }

  body.aickes-store-mode .aickes-account-launch {
    padding-inline: 10px;
  }

  body.aickes-store-mode .aickes-account-launch strong {
    font-size: 10px;
  }

  body.aickes-store-mode .store-identity {
    padding-top: 18px;
  }

  body.aickes-store-mode .store-logo.has-image {
    width: min(310px, 88vw);
    padding: 10px 13px;
    border-radius: 20px;
  }

  .aickes-footer-center {
    display: contents;
  }

  .aickes-footer-center p {
    order: -1;
  }
}

/* Checkout em quatro etapas, com a mesma leitura visual do carrinho do Universo. */
body.aickes-store-mode[data-aickes-step="cart"] #checkoutForm,
body.aickes-store-mode[data-aickes-step="delivery"] #checkoutForm,
body.aickes-store-mode[data-aickes-step="customer"] #checkoutForm,
body.aickes-store-mode[data-aickes-step="payment"] #checkoutForm {
  display: grid;
  gap: 14px;
}

body.aickes-store-mode[data-aickes-step="cart"] #checkoutForm .checkout-block,
body.aickes-store-mode[data-aickes-step="cart"] #btnPlaceOrder,
body.aickes-store-mode[data-aickes-step="delivery"] #checkoutForm .checkout-block:nth-of-type(2),
body.aickes-store-mode[data-aickes-step="delivery"] #checkoutForm .checkout-block:nth-of-type(3),
body.aickes-store-mode[data-aickes-step="delivery"] #checkoutForm .checkout-block:nth-of-type(4),
body.aickes-store-mode[data-aickes-step="customer"] #checkoutForm .checkout-block:nth-of-type(1),
body.aickes-store-mode[data-aickes-step="customer"] #checkoutForm .checkout-block:nth-of-type(4),
body.aickes-store-mode[data-aickes-step="payment"] #checkoutForm .checkout-block:nth-of-type(1),
body.aickes-store-mode[data-aickes-step="payment"] #checkoutForm .checkout-block:nth-of-type(2),
body.aickes-store-mode[data-aickes-step="payment"] #checkoutForm .checkout-block:nth-of-type(3) {
  display: none;
}

body.aickes-store-mode[data-aickes-step="delivery"] #cartItems,
body.aickes-store-mode[data-aickes-step="delivery"] .cart-total,
body.aickes-store-mode[data-aickes-step="delivery"] .cart-minimum,
body.aickes-store-mode[data-aickes-step="customer"] #cartItems,
body.aickes-store-mode[data-aickes-step="customer"] .cart-total,
body.aickes-store-mode[data-aickes-step="customer"] .cart-minimum,
body.aickes-store-mode[data-aickes-step="payment"] #cartItems,
body.aickes-store-mode[data-aickes-step="payment"] .cart-total,
body.aickes-store-mode[data-aickes-step="payment"] .cart-minimum {
  display: none;
}

body.aickes-store-mode[data-aickes-step="cart"] .checkout-steps,
body.aickes-store-mode[data-aickes-step="delivery"] .checkout-steps,
body.aickes-store-mode[data-aickes-step="customer"] .checkout-steps,
body.aickes-store-mode[data-aickes-step="payment"] .checkout-steps {
  border: 1px solid #e0e2e5;
  border-radius: 16px;
  background: #f4f4f5;
}

body.aickes-store-mode[data-aickes-step="delivery"] .checkout-block,
body.aickes-store-mode[data-aickes-step="customer"] .checkout-block,
body.aickes-store-mode[data-aickes-step="payment"] .checkout-block {
  padding: 18px;
  border: 1px solid #e0e2e5;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f9 100%);
}

body.aickes-store-mode[data-aickes-step="customer"] #checkoutForm input,
body.aickes-store-mode[data-aickes-step="customer"] #checkoutForm select,
body.aickes-store-mode[data-aickes-step="customer"] #checkoutForm textarea {
  min-height: 52px;
  border-color: #d4d4d8;
  border-radius: 14px;
  background: #ffffff;
  font-size: 15px;
}

body.aickes-store-mode[data-aickes-step="customer"] .cart-panel-head h2::after {
  content: " - dados";
}

body.aickes-store-mode[data-aickes-step="delivery"] .cart-panel-head h2::after {
  content: " - entrega";
}

body.aickes-store-mode[data-aickes-step="cart"] .cart-panel-head h2::after {
  content: "";
}

.aickes-auth-card {
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
}

.aickes-auth-saved-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 18px 0 12px;
  padding: 14px;
  border: 1px solid #e0e2e5;
  border-radius: 14px;
  background: #ffffff;
  text-align: left;
}

.aickes-auth-saved-address > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.aickes-auth-saved-address small {
  color: #71717a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aickes-auth-saved-address strong {
  overflow: hidden;
  color: #27272a;
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.aickes-auth-address-toggle {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #d4d4d8;
  border-radius: 9px;
  background: #f4f4f5;
  color: #3f3f46;
  font-size: 9px;
  font-weight: 900;
}

.aickes-auth-address-form {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid #e0e2e5;
  border-radius: 14px;
  background: #f8f8f9;
}

.aickes-auth-address-form.hidden {
  display: none !important;
}

.aickes-auth-address-grid {
  display: grid;
  grid-template-columns: 1fr 0.38fr;
  gap: 9px;
}

.aickes-auth-address-grid input:nth-child(1),
.aickes-auth-address-grid input:nth-child(2),
.aickes-auth-address-grid textarea {
  grid-column: 1 / -1;
}

.aickes-auth-address-grid textarea {
  width: 100%;
  min-height: 72px;
  padding: 12px 13px;
  resize: vertical;
  border: 1px solid #d4d4d8;
  border-radius: 11px;
  background: #ffffff;
  color: #27272a;
  font: inherit;
}
