/** Shopify CDN: Minification failed

Line 29:0 All "@import" rules must come first

**/
/* ============================================
   LASH BOSS SYSTEM - Global CSS v3
   Cream background + Playfair serif headings
   ============================================ */

:root {
  --lbs-bg: #FBF6EE;
  --lbs-bg-cream: #FBF6EE;
  --lbs-bg-dark: #1a1a1a;
  --lbs-text: #0a0a0a;
  --lbs-text-muted: #5F5E5A;
  --lbs-brown: #5F3A1E;
  --lbs-gold: #D4B896;
  --lbs-red: #D32F2F;
  --lbs-shadow-sm: 0 4px 16px rgba(0,0,0,0.08);
  --lbs-shadow-md: 0 8px 24px rgba(0,0,0,0.12);
  --lbs-shadow-lg: 0 16px 40px rgba(0,0,0,0.16);
}

/* Force cream background everywhere by default */
body { background: #FBF6EE !important; }

/* Playfair Display from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&display=swap');

.lbs-section {
  width: 100%;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.lbs-section h1, .lbs-section h2, .lbs-section h3,
.lbs-h1, .lbs-h2, .lbs-h3 {
  font-family: "Playfair Display", Georgia, serif !important;
}

/* Common element styles */
.lbs-eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lbs-text-muted);
  font-weight: 600;
}

.lbs-cta-primary {
  background: var(--lbs-bg-dark);
  color: var(--lbs-bg-cream);
  padding: 18px 22px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.lbs-cta-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
}

.lbs-trust-line {
  font-size: 13px;
  color: var(--lbs-text-muted);
  margin: 12px auto;
  text-align: center;
}

.lbs-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0;
}

.lbs-price-now {
  font-size: 36px;
  font-weight: 700;
  color: var(--lbs-text);
}

.lbs-price-old {
  font-size: 18px;
  color: var(--lbs-red);
  text-decoration: line-through;
  font-weight: 500;
}

.lbs-badge-off {
  background: var(--lbs-red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.08em;
}

.lbs-payment-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* HIDE CART ICON */
.header__icon--cart,
a[href="/cart"],
a[href*="/cart"]:not(.lbs-cta-primary):not(.lbs-sticky-btn):not([href*="/cart/"]),
.cart-count-bubble,
.header-actions__cart,
[aria-label*="art"]:not(button):not(.lbs-cta-primary):not(.lbs-sticky-btn) {
  display: none !important;
}
