/** Shopify CDN: Minification failed

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

**/
/* ============================================
   Impimo Jewels — TikTok Bio Landing Page
   Mobile-first design
   ============================================ */

/* Hide Horizon header/footer nav for a clean link-in-bio feel */
.tiktok-page header.site-header,
.tiktok-page footer.site-footer,
.tiktok-page .announcement-bar,
.tiktok-page .cart-icon-bubble {
  display: none !important;
}

/* ---- Layout ---- */
.tiktok-landing {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  background: #0d0d0d;
  min-height: 100vh;
  font-family: 'Noto Sans Thai', 'Sarabun', Arial, sans-serif;
  color: #f5f5f0;
}

/* ---- Header / Logo ---- */
.tl-header {
  text-align: center;
  padding: 36px 24px 20px;
  background: linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%);
}

.tl-logo {
  margin-bottom: 8px;
}

.tl-logo-text {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 6px;
  color: #c89a50;
}

.tl-logo-sub {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 12px;
  letter-spacing: 5px;
  color: #8a7a5a;
  margin-top: -4px;
}

.tl-logo img {
  max-width: 140px;
  height: auto;
}

.tl-tagline {
  font-size: 13px;
  color: #a0905a;
  margin: 8px 0 0;
  letter-spacing: 0.3px;
  line-height: 1.5;
}

/* ---- Hero Image ---- */
.tl-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.tl-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tl-hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px 20px;
  background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, transparent 100%);
}

.tl-headline-only {
  padding: 0 24px 4px;
  text-align: center;
}

.tl-headline {
  font-family: 'Noto Sans Thai', 'Sarabun', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

/* ---- Trust Badges ---- */
.tl-trust {
  display: flex;
  justify-content: center;
  gap: 0;
  background: #1a1a1a;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  padding: 12px 8px;
  margin: 0;
}

.tl-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  font-size: 11px;
  color: #c0a870;
  text-align: center;
  padding: 0 4px;
  line-height: 1.3;
}

.tl-trust-item + .tl-trust-item {
  border-left: 1px solid #2a2a2a;
}

.tl-trust-icon {
  font-size: 18px;
}

/* ---- CTA Buttons ---- */
.tl-ctas {
  padding: 20px 20px 8px;
}

.tl-ctas-label {
  font-size: 13px;
  font-weight: 600;
  color: #c89a50;
  margin: 0 0 12px;
  text-align: center;
  letter-spacing: 0.3px;
}

.tl-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  background: #1c1c1c;
  border: 1px solid #2e2e2e;
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #f0e8d8;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  box-sizing: border-box;
}

.tl-btn:active {
  transform: scale(0.98);
  background: #252525;
  border-color: #c89a50;
}

.tl-btn-emoji {
  font-size: 22px;
  flex-shrink: 0;
  width: 30px;
  text-align: center;
}

.tl-btn-text {
  flex: 1;
  font-family: 'Noto Sans Thai', 'Sarabun', Arial, sans-serif;
}

.tl-btn-arrow {
  font-size: 20px;
  color: #c89a50;
  flex-shrink: 0;
  font-weight: 300;
}

/* Hover effect for desktop */
@media (hover: hover) {
  .tl-btn:hover {
    background: #222;
    border-color: #c89a50;
    color: #ffffff;
  }
}

/* ---- Special Offer Banner ---- */
.tl-offer {
  margin: 14px 20px 8px;
  background: linear-gradient(135deg, #2a1f08 0%, #1a1408 100%);
  border: 1.5px solid #c89a50;
  border-radius: 12px;
  padding: 16px 20px;
  text-align: center;
}

.tl-offer-text {
  font-size: 14px;
  font-weight: 600;
  color: #f0e0b0;
  margin: 0 0 10px;
  line-height: 1.5;
}

.tl-offer-code {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0d0d0d;
  border: 1px dashed #c89a50;
  border-radius: 8px;
  padding: 8px 16px;
}

.tl-offer-code-label {
  font-size: 12px;
  color: #a0905a;
}

.tl-offer-code-value {
  font-size: 16px;
  font-weight: 800;
  color: #c89a50;
  letter-spacing: 2px;
  font-family: 'Courier New', monospace;
}

/* ---- Social Links ---- */
.tl-social {
  padding: 16px 20px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tl-social-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s, transform 0.1s;
}

.tl-social-btn:active {
  transform: scale(0.97);
  opacity: 0.85;
}

.tl-social-tiktok {
  background: #1a1a1a;
  color: #f5f5f0;
  border: 1px solid #333;
}

.tl-social-ig {
  background: linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45);
  color: #ffffff;
  border: none;
}

.tl-social-line {
  background: #00b900;
  color: #ffffff;
  border: none;
}

/* ---- Footer ---- */
.tl-footer {
  text-align: center;
  padding: 20px 20px 8px;
  border-top: 1px solid #1e1e1e;
  margin-top: 12px;
}

.tl-footer p {
  margin: 4px 0;
  font-size: 12px;
  color: #666;
}

.tl-footer-link {
  color: #c89a50;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* ---- Responsive — ensure full width on small screens ---- */
@media screen and (max-width: 480px) {
  .tiktok-landing {
    max-width: 100%;
  }
}

/* ---- Thai font import ---- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;600;700&family=Sarabun:wght@400;600;700&display=swap');
