/* ND_STORE_PUBLIC_PHASE1_20260426_START */

.nd-store-quick-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}

.nd-store-quick-highlights__chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.nd-store-quick-highlights__chip--primary {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: rgba(37, 99, 235, .16);
}

.nd-store-quick-highlights__chip--success {
  background: #ecfdf5;
  color: #047857;
  border-color: rgba(16, 185, 129, .18);
}

.nd-store-quick-highlights__chip--warning {
  background: #fff7ed;
  color: #c2410c;
  border-color: rgba(249, 115, 22, .18);
}

.nd-store-share-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 18px;
}

.nd-store-share-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px !important;
  font-weight: 900 !important;
  padding: 10px 16px !important;
  background: #111827 !important;
  border-color: #111827 !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(17, 24, 39, .16);
}

.nd-store-share-btn:hover {
  background: #000 !important;
  color: #fff !important;
}

.nd-phase1-card-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(17, 24, 39, .84);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.nd-phase1-card-cta {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 999px;
  padding: 9px 12px;
  background: #2563eb;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(37, 99, 235, .18);
}

.nd-store-deal-card,
.nd-store-page .tas_card {
  transition: transform .18s ease, box-shadow .18s ease;
}

.nd-store-deal-card:hover,
.nd-store-page .tas_card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .12) !important;
}

.nd-store-page .nd-price-badge {
  font-weight: 900 !important;
  box-shadow: 0 8px 22px rgba(249, 115, 22, .24) !important;
}

.nd-store-rating-soon {
  padding: 16px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .08);
  color: #475569;
  line-height: 1.55;
}

.nd-store-rating-soon strong {
  color: #111827;
}

.nd-store-mobile-sticky-cta {
  display: none;
}

@media (max-width: 767px) {
  body.nd-store-has-mobile-cta {
    padding-bottom: 82px !important;
  }

  .nd-store-quick-highlights {
    gap: 7px;
    margin: 12px 0 16px;
  }

  .nd-store-quick-highlights__chip {
    font-size: 12px;
    padding: 8px 10px;
  }

  .nd-store-share-btn-wrap {
    margin: 12px 0 18px;
  }

  .nd-store-share-btn {
    width: 100%;
  }

  .nd-store-mobile-sticky-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 9999;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    padding: 9px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 18px 46px rgba(15, 23, 42, .24);
    backdrop-filter: blur(14px);
  }

  .nd-store-mobile-sticky-cta a,
  .nd-store-mobile-sticky-cta button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 999px;
    border: 0;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
  }

  .nd-store-mobile-sticky-cta__offers {
    background: #2563eb;
    color: #fff;
  }

  .nd-store-mobile-sticky-cta__whatsapp {
    background: #22c55e;
    color: #fff;
  }

  .nd-phase1-card-label {
    top: 10px;
    left: 10px;
  }
}

/* ND_STORE_PUBLIC_PHASE1_20260426_END */
