/** Shopify CDN: Minification failed

Line 205:0 Unexpected "}"

**/
/* ============================================================
   Luna Portex Custom Overrides
   Design: Clean, minimal wholesale B2B storefront
   Primary: Deep Navy #0A1628 | Background: #F5F7FA | White: #ffffff
   Font: DM Sans (headings + body)
   ============================================================ */

/* --- GLOBAL TYPOGRAPHY --- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4 {
  letter-spacing: -0.02em;
  font-weight: 700;
}

/* --- HEADER --- */
.header-wrapper {
  box-shadow: 0 1px 0 rgba(255,255,255,0.08);
}

.header__heading-link {
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 1.5rem;
}

/* Nav links - clean and readable */
.header__menu-item {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* --- PRODUCT CARDS --- */
.card-wrapper {
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1),
              box-shadow 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.card-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(10, 22, 40, 0.12) !important;
}

.card__heading {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

.card__information {
  padding: 12px 12px 14px;
}

/* Price styling */
.price {
  font-weight: 700;
  color: #0A1628;
}

.price--sale .price-item--sale {
  color: #0A1628;
}

/* --- BUTTONS --- */
.button,
.btn {
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 0.8125rem;
  text-transform: uppercase;
  transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}

.button:active,
.btn:active {
  transform: scale(0.97);
}

.button--primary {
  background-color: #0A1628;
  color: #ffffff;
  border: none;
}

.button--primary:hover {
  background-color: #060F1C;
}

/* --- SECTION HEADINGS --- */
.collection__title,
.featured-collection__title,
.title {
  font-weight: 800;
  letter-spacing: -0.025em;
}

/* --- COLLECTION CARDS --- */
.collection-card-wrapper .card {
  overflow: hidden;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1),
              box-shadow 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.collection-card-wrapper .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(10, 22, 40, 0.15) !important;
}

.collection-card-wrapper .card__heading {
  font-size: 0.9375rem;
  font-weight: 700;
}

/* --- BADGES --- */
.badge {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 8px;
}

/* --- SECTION SPACING --- */
.section-featured-collection {
  padding-top: 48px;
  padding-bottom: 48px;
}

/* --- SEARCH INPUT --- */
.search__input {
  border-radius: 6px;
  border: 1.5px solid rgba(10, 22, 40, 0.2);
  font-size: 0.9375rem;
  transition: border-color 0.15s ease;
}

.search__input:focus {
  border-color: #0A1628;
  box-shadow: 0 0 0 3px rgba(10, 22, 40, 0.1);
}

/* --- CART DRAWER --- */
.cart-drawer {
  border-left: 1px solid rgba(10, 22, 40, 0.1);
}

/* --- QUANTITY INPUT (Bulk ordering) --- */
.quantity {
  border: 1.5px solid rgba(10, 22, 40, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

.quantity__button {
  color: #0A1628;
  font-weight: 700;
  transition: background-color 0.1s ease;
}

.quantity__button:hover {
  background-color: rgba(10, 22, 40, 0.08);
}

.quantity__input {
  font-weight: 700;
  color: #0A1628;
}

/* --- QUICK ORDER LIST (Bulk add) --- */
.quick-order-list__row {
  border-bottom: 1px solid rgba(10, 22, 40, 0.06);
  transition: background-color 0.1s ease;
}

.quick-order-list__row:hover {
  background-color: rgba(10, 22, 40, 0.03);
}

/* --- FOOTER --- */
.footer {
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer__content-top {
  padding-top: 48px;
  padding-bottom: 32px;
}

/* --- ANNOUNCEMENT BAR (hidden per user request) --- */
/* .shopify-section-group-header-group .shopify-section:first-child {
  display: none; */
}

/* --- PREDICTIVE SEARCH --- */
.predictive-search {
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(10, 22, 40, 0.15);
  border: 1px solid rgba(10, 22, 40, 0.1);
}

/* --- LOADING STATES --- */
.loading-overlay__spinner {
  color: #0A1628;
}

/* --- RESPONSIVE GRID --- */
@media screen and (min-width: 990px) {
  .grid--5-col-desktop {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* --- STOCK INDICATOR (for wholesale) --- */
.inventory-status {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
}

.inventory-status--in-stock {
  color: #166534;
  background-color: #dcfce7;
}

.inventory-status--low-stock {
  color: #92400e;
  background-color: #fef3c7;
}

.inventory-status--out-of-stock {
  color: #991b1b;
  background-color: #fee2e2;
}

/* ============================================================
   Scroll Animations — fade-up on scroll
   ============================================================ */
.lp-animate {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.lp-animate.lp-visible {
  opacity: 1;
  transform: translateY(0);
}
/* Stagger children for collection grids and multicolumn */
.lp-animate-stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.lp-animate-stagger.lp-visible > * {
  opacity: 1;
  transform: translateY(0);
}
.lp-animate-stagger.lp-visible > *:nth-child(1) { transition-delay: 0s; }
.lp-animate-stagger.lp-visible > *:nth-child(2) { transition-delay: 0.06s; }
.lp-animate-stagger.lp-visible > *:nth-child(3) { transition-delay: 0.12s; }
.lp-animate-stagger.lp-visible > *:nth-child(4) { transition-delay: 0.18s; }
.lp-animate-stagger.lp-visible > *:nth-child(5) { transition-delay: 0.24s; }
.lp-animate-stagger.lp-visible > *:nth-child(6) { transition-delay: 0.30s; }
.lp-animate-stagger.lp-visible > *:nth-child(7) { transition-delay: 0.36s; }
.lp-animate-stagger.lp-visible > *:nth-child(8) { transition-delay: 0.42s; }
.lp-animate-stagger.lp-visible > *:nth-child(9) { transition-delay: 0.48s; }
.lp-animate-stagger.lp-visible > *:nth-child(10) { transition-delay: 0.54s; }
.lp-animate-stagger.lp-visible > *:nth-child(11) { transition-delay: 0.60s; }
.lp-animate-stagger.lp-visible > *:nth-child(12) { transition-delay: 0.66s; }

/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
  .lp-animate,
  .lp-animate-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
