.elementor-8929 .elementor-element.elementor-element-fa70d9f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-8929 .elementor-element.elementor-element-fa70d9f{--content-width:1350px;}}/* Start custom CSS for html, class: .elementor-element-fd402a0 *//* ============================================================
   WELLNESS JUNCTION — Custom CSS
   Paste into: Elementor > Site Settings > Custom CSS
   OR: Appearance > Customize > Additional CSS
   ============================================================ */

/* Google Fonts — add to WP Head:
   <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,800;1,600&family=DM+Sans:wght@300;400;500;700&display=swap" rel="stylesheet"> */

:root {
  --wj-ink: #0a0510;
  --wj-surface: #110c1a;
  --wj-surface2: #1a1226;
  --wj-surface3: #221830;
  --wj-border: rgba(255,255,255,0.07);
  --wj-rose: #f472b6;
  --wj-rose2: #ec4899;
  --wj-gold: #f8c471;
  --wj-purple: #a855f7;
  --wj-teal: #2dd4bf;
  --wj-white: #fff;
  --wj-text-dim: rgba(255,255,255,0.50);
  --wj-text-mid: rgba(255,255,255,0.80);
  --wj-radius-sm: 12px;
  --wj-radius: 18px;
  --wj-radius-lg: 28px;
  --wj-max: 1240px;
  --wj-font-display: 'Playfair Display', Georgia, serif;
  --wj-font-body: 'DM Sans', system-ui, sans-serif;
  --wj-ease: cubic-bezier(.34,1.56,.64,1);
}

/* ============================================================
   CRITICAL: .wj-wrap must NOT have overflow:hidden or overflow-x:hidden
   Those properties break position:sticky/fixed on all children.
   Horizontal overflow is controlled via .wj-page-main below.
   ============================================================ */
.wj-wrap * { box-sizing: border-box; }
.wj-wrap {
  font-family: var(--wj-font-body);
  color: var(--wj-white);
  background: var(--wj-ink);
  -webkit-font-smoothing: antialiased;
  /* Full-width breakout — forces 100vw regardless of Elementor column padding */
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.wj-wrap a { text-decoration: none; color: inherit; }
.wj-wrap ul { list-style: none; padding: 0; margin: 0; }
.wj-wrap h1,.wj-wrap h2,.wj-wrap h3,.wj-wrap h4,.wj-wrap h5 { margin: 0; }
.wj-wrap p { margin: 0; }

/* Overflow clipping on scrollable content only — NOT on the wrap itself */
.wj-page-main { overflow-x: hidden; }

/* GRAIN OVERLAY */
.wj-wrap::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 9999; opacity: .4; }

/* CONTAINER */
.wj-container { width: 100%; max-width: var(--wj-max); margin: 0 auto; padding: 0 16px; }

/* =====================================================
   ELEMENTOR FULL-WIDTH OVERRIDE
   Forces the HTML widget to break out of any column/section
   padding and occupy 100% of the viewport width.
   ===================================================== */

/* The widget wrapper itself */
.wj-wrap {
  display: block;
}

/* Neutralise any padding Elementor puts on its column/widget wrappers */
.elementor-widget-html,
.elementor-widget-container,
.elementor-column-wrap,
.elementor-widget-wrap {
  padding: 0 !important;
  margin: 0 !important;
}

/* Announce & header already use left:0/right:0 via position:fixed — they are fine */



/* BUTTONS */
.wj-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 24px; border-radius: 50px; border: 0; cursor: pointer; font-family: var(--wj-font-body); font-weight: 700; font-size: .9rem; transition: transform .2s var(--wj-ease), box-shadow .2s ease; white-space: nowrap; text-decoration: none; }
.wj-btn:active { transform: scale(.96) !important; }
.wj-btn-primary { background: linear-gradient(135deg, var(--wj-rose2), var(--wj-purple)); color: var(--wj-white); box-shadow: 0 8px 28px rgba(236,72,153,0.35); }
.wj-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(236,72,153,0.45); color: var(--wj-white); }
.wj-btn-outline { background: rgba(255,255,255,0.06); color: var(--wj-white); border: 1px solid rgba(255,255,255,0.14); backdrop-filter: blur(8px); }
.wj-btn-outline:hover { background: rgba(255,255,255,0.10); transform: translateY(-2px); color: var(--wj-white); }
.wj-btn-gold { background: linear-gradient(135deg, var(--wj-gold), #f59e0b); color: #1a0a00; box-shadow: 0 6px 20px rgba(248,196,113,0.3); }
.wj-btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(248,196,113,0.4); color: #1a0a00; }
/* WhatsApp button — authentic green */
.wj-btn-wa {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  box-shadow: 0 6px 24px rgba(37,211,102,0.40);
  font-weight: 700;
}
.wj-btn-wa:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(37,211,102,0.55); color: #fff; }
.wj-btn-wa:active { transform: scale(.96) !important; }

/* SECTION HEADER */
.wj-sec-head { margin-bottom: 28px; text-align: center; }
.wj-sec-label { display: inline-block; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; color: var(--wj-rose); background: rgba(244,114,182,0.10); padding: 5px 14px; border-radius: 50px; border: 1px solid rgba(244,114,182,0.20); margin-bottom: 10px; }
.wj-sec-title { font-family: var(--wj-font-display); font-size: 1.55rem; font-weight: 800; line-height: 1.2; color: var(--wj-white); }
.wj-sec-title span { font-style: italic; color: var(--wj-rose); }

/* =====================================================
   FIXED BAR HEIGHTS — single source of truth
   Change these two variables to resize everything at once.
   Mobile: announce=32px, header=52px  → total offset=84px
   Desktop: announce=36px, header=58px → total offset=94px
   ===================================================== */
:root {
  --wj-announce-h: 32px;   /* mobile announce bar height */
  --wj-header-h:   52px;   /* mobile header height       */
  --wj-bar-total:  84px;   /* sum — used for padding-top  */
}
@media (min-width: 760px) {
  :root {
    --wj-announce-h: 36px;
    --wj-header-h:   58px;
    --wj-bar-total:  94px;
  }
}

/* =====================================================
   ANNOUNCEMENT BAR
   ===================================================== */
.wj-announce {
  background: linear-gradient(90deg, rgba(168,85,247,0.88), rgba(236,72,153,0.88));
  height: var(--wj-announce-h);
  position: fixed;
  top: 0; left: 0; right: 0; width: 100%;
  z-index: 1000;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  color: var(--wj-white);
  font-size: .72rem;
  font-weight: 600;
  /* Three-column layout: left | centre (phone) | right */
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 14px;
  gap: 8px;
}
.wj-ann-left  { opacity: .85; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wj-ann-right { opacity: .85; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: right; }
.wj-ann-center { text-align: center; }
.wj-ann-phone {
  display: inline-flex; align-items: center; gap: 4px;
  color: var(--wj-white); text-decoration: none;
  font-weight: 800; font-size: .78rem;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50px;
  padding: 2px 10px 2px 8px;
  transition: background .2s;
  white-space: nowrap;
}
.wj-ann-phone:hover { background: rgba(255,255,255,0.25); }
/* Hide left/right text on very small phones to avoid overflow */
@media (max-width: 480px) {
  .wj-ann-left, .wj-ann-right { display: none; }
  .wj-announce { grid-template-columns: 1fr; justify-items: center; }
}

/* =====================================================
   HEADER — position:fixed, always on top, never collapses
   ===================================================== */
.wj-site-header {
  position: fixed;
  top: var(--wj-announce-h);   /* always exactly below announce bar */
  left: 0;
  right: 0;
  width: 100%;
  height: var(--wj-header-h);
  z-index: 999;
}
.wj-header-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  height: 100%;                          /* fill the fixed header height */
  background: rgba(10,5,16,0.90);
  backdrop-filter: blur(28px) saturate(200%);
  -webkit-backdrop-filter: blur(28px) saturate(200%);
  border-bottom: 1px solid var(--wj-border);
  transition: background .3s ease, box-shadow .3s ease;
}
.wj-site-header.wj-scrolled .wj-header-inner {
  background: rgba(10,5,16,0.98);
  box-shadow: 0 4px 24px rgba(0,0,0,0.65);
}

/* Push page content below both fixed bars — exact pixel match */
.wj-wrap { padding-top: var(--wj-bar-total); }
/* Logo — image-based, text styles removed */
.wj-logo {
  margin-right: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  max-width: 140px;
}
.wj-logo em { display: none; }

/* DESKTOP NAV */
.wj-main-nav { display: none; }
.wj-nav-list { display: flex; gap: 2px; align-items: center; }
.wj-nav-list > li { position: relative; }
.wj-nav-list > li > a { padding: 8px 11px; border-radius: 8px; font-weight: 500; font-size: .83rem; color: var(--wj-text-mid); transition: color .18s, background .18s; display: block; white-space: nowrap; }
.wj-nav-list > li > a:hover { color: var(--wj-white); background: rgba(255,255,255,0.07); }

/* DROPDOWN */
.wj-has-drop { position: relative; }
.wj-dropdown { display: none; position: absolute; top: calc(100% + 8px); left: 0; min-width: 200px; background: rgba(17,12,26,0.97); backdrop-filter: blur(20px); border: 1px solid var(--wj-border); border-radius: var(--wj-radius-sm); padding: 8px; z-index: 500; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
.wj-has-drop:hover .wj-dropdown { display: block; }
.wj-dropdown li a { display: block; padding: 8px 12px; border-radius: 8px; font-size: .82rem; color: var(--wj-text-mid); transition: all .15s; }
.wj-dropdown li a:hover { color: var(--wj-white); background: rgba(244,114,182,0.10); padding-left: 16px; }

/* HEADER ACTIONS */
.wj-header-actions { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
.wj-icon-btn { width: 34px; height: 34px; border-radius: 9px; border: 0; background: rgba(255,255,255,0.05); color: var(--wj-white); font-size: 14px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background .18s, transform .18s; position: relative; text-decoration: none; flex-shrink: 0; }
.wj-icon-btn:hover { background: rgba(255,255,255,0.10); transform: scale(1.05); color: var(--wj-white); }
/* Hide search + wishlist icons on small mobile to save space */
.wj-icon-btn.wj-hide-mobile { display: none; }
.wj-cart-badge { position: absolute; top: -3px; right: -3px; background: var(--wj-rose2); color: #fff; font-size: .55rem; font-weight: 700; width: 14px; height: 14px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.wj-burger { display: flex; flex-direction: column; gap: 5px; width: 34px; height: 34px; border: 0; background: rgba(255,255,255,0.05); border-radius: 9px; cursor: pointer; align-items: center; justify-content: center; transition: background .18s; flex-shrink: 0; }
.wj-burger:hover { background: rgba(255,255,255,0.10); }
.wj-burger-line { width: 16px; height: 1.5px; background: var(--wj-white); border-radius: 2px; transition: all .25s ease; display: block; }
.wj-burger.open .wj-burger-line:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.wj-burger.open .wj-burger-line:nth-child(2) { opacity: 0; }
.wj-burger.open .wj-burger-line:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* MOBILE DRAWER */
.wj-mobile-nav { position: fixed; inset: 0; background: rgba(7,3,12,0.97); backdrop-filter: blur(30px); z-index: 300; display: flex; flex-direction: column; padding: 80px 28px 40px; transform: translateX(100%); transition: transform .35s cubic-bezier(.77,0,.18,1); overflow-y: auto; }
.wj-mobile-nav.open { transform: translateX(0); }
.wj-mobile-nav .wj-close-btn { position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; border-radius: 12px; border: 0; background: rgba(255,255,255,0.08); color: var(--wj-white); font-size: 18px; cursor: pointer; }
.wj-mobile-nav-list { display: flex; flex-direction: column; gap: 4px; }
.wj-mobile-nav-list a { display: block; padding: 14px 20px; border-radius: 14px; font-size: 1.05rem; font-weight: 600; color: var(--wj-text-mid); transition: all .18s; border: 1px solid transparent; }
.wj-mobile-nav-list a:hover { color: var(--wj-white); background: rgba(244,114,182,0.08); border-color: rgba(244,114,182,0.15); padding-left: 28px; }
.wj-mobile-nav-cta { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }

/* HERO */
.wj-hero { padding: 40px 0 32px; position: relative; overflow: hidden; min-height: 85dvh; display: flex; align-items: center; }
.wj-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 70% 20%,rgba(168,85,247,0.25) 0%,transparent 60%), radial-gradient(ellipse 60% 40% at 20% 80%,rgba(236,72,153,0.20) 0%,transparent 55%), radial-gradient(ellipse 50% 50% at 90% 90%,rgba(45,212,191,0.10) 0%,transparent 50%); pointer-events: none; }
.wj-hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; animation: wjFloat 8s ease-in-out infinite; }
.wj-orb1 { width: 500px; height: 500px; background: rgba(236,72,153,0.12); top: -150px; right: -100px; animation-delay: 0s; }
.wj-orb2 { width: 300px; height: 300px; background: rgba(168,85,247,0.15); bottom: -80px; left: -60px; animation-delay: -4s; }
.wj-orb3 { width: 200px; height: 200px; background: rgba(248,196,113,0.08); top: 40%; left: 40%; animation-delay: -2s; }
@keyframes wjFloat { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-30px) scale(1.05); } }
.wj-hero-grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; position: relative; padding: 20px 0; }
.wj-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--wj-rose); background: rgba(244,114,182,0.08); padding: 7px 14px; border-radius: 50px; border: 1px solid rgba(244,114,182,0.20); margin-bottom: 18px; animation: wjFadeUp .6s ease both; }
.wj-hero-eyebrow::before { content: '✦'; font-size: 10px; }
.wj-hero h1 { font-family: var(--wj-font-display); font-size: 2.2rem; font-weight: 800; line-height: 1.15; margin-bottom: 14px; animation: wjFadeUp .6s .1s ease both; color: var(--wj-white); }
.wj-hero h1 em { font-style: italic; background: linear-gradient(135deg, var(--wj-rose), var(--wj-gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.wj-hero-desc { color: var(--wj-text-mid); font-size: 1rem; line-height: 1.6; margin-bottom: 26px; animation: wjFadeUp .6s .2s ease both; max-width: 480px; }
.wj-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; animation: wjFadeUp .6s .3s ease both; }
.wj-hero-pills { display: flex; gap: 8px; flex-wrap: wrap; animation: wjFadeUp .6s .4s ease both; margin-bottom: 24px; }
.wj-pill { display: inline-flex; align-items: center; gap: 5px; font-size: .75rem; font-weight: 600; color: var(--wj-text-mid); padding: 6px 12px; border-radius: 50px; background: rgba(255,255,255,0.05); border: 1px solid var(--wj-border); }
.wj-pill::before { content: '✓'; color: var(--wj-teal); font-weight: 800; font-size: .8rem; }
.wj-hero-visual { position: relative; animation: wjFadeUp .7s .2s ease both; }
.wj-hero-card { background: linear-gradient(135deg, var(--wj-surface2), var(--wj-surface3)); border: 1px solid var(--wj-border); border-radius: var(--wj-radius-lg); padding: 28px; position: relative; overflow: hidden; aspect-ratio: 4/3; display: flex; align-items: flex-end; min-height: 280px; }
.wj-hero-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(244,114,182,0.08),rgba(168,85,247,0.05)); }
.wj-hero-img-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.15); font-size: 5rem; }
.wj-hero-card-badge { position: relative; background: rgba(0,0,0,0.4); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; z-index: 1; width: 100%; }
.wj-badge-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--wj-teal); box-shadow: 0 0 8px var(--wj-teal); flex-shrink: 0; animation: wjPulse 2s ease-in-out infinite; }
@keyframes wjPulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.6; transform:scale(1.3); } }
.wj-badge-text { font-size: .82rem; color: var(--wj-white); font-weight: 600; }
.wj-badge-sub { font-size: .72rem; color: var(--wj-text-dim); }
.wj-hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 4px; animation: wjFadeUp .6s .5s ease both; }
.wj-stat-chip { background: var(--wj-surface2); border: 1px solid var(--wj-border); border-radius: var(--wj-radius-sm); padding: 12px 10px; text-align: center; }
.wj-stat-num { font-family: var(--wj-font-display); font-size: 1.3rem; font-weight: 800; background: linear-gradient(135deg, var(--wj-rose), var(--wj-gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 3px; }
.wj-stat-label { font-size: .68rem; color: var(--wj-text-dim); font-weight: 500; text-transform: uppercase; letter-spacing: .06em; }

/* TRUST STRIP */
.wj-trust-strip { padding: 24px 0; border-top: 1px solid var(--wj-border); border-bottom: 1px solid var(--wj-border); margin: 0 0 48px; }
.wj-trust-list { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 0 4px 4px; -webkit-overflow-scrolling: touch; }
.wj-trust-list::-webkit-scrollbar { display: none; }
.wj-trust-item { flex-shrink: 0; display: flex; align-items: center; gap: 10px; background: var(--wj-surface2); border: 1px solid var(--wj-border); border-radius: var(--wj-radius-sm); padding: 12px 16px; min-width: 170px; transition: border-color .2s; }
.wj-trust-item:hover { border-color: rgba(244,114,182,0.3); }
.wj-trust-icon-wrap { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg,rgba(236,72,153,0.2),rgba(168,85,247,0.2)); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.wj-trust-name { font-size: .82rem; font-weight: 700; color: var(--wj-white); }
.wj-trust-desc { font-size: .72rem; color: var(--wj-text-dim); }

/* SECTIONS */
.wj-section { padding: 40px 0; }

/* CATEGORIES */
.wj-category-scroll { display: flex; gap: 12px; overflow-x: auto; scrollbar-width: none; padding: 4px 0 12px; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; }
.wj-category-scroll::-webkit-scrollbar { display: none; }
.wj-cat-card { flex-shrink: 0; scroll-snap-align: start; width: 140px; background: var(--wj-surface2); border: 1px solid var(--wj-border); border-radius: var(--wj-radius); padding: 16px 12px; text-align: center; cursor: pointer; transition: all .25s var(--wj-ease); position: relative; overflow: hidden; text-decoration: none; display: block; }
.wj-cat-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(244,114,182,0.15),rgba(168,85,247,0.10)); opacity: 0; transition: opacity .25s; }
.wj-cat-card:hover { transform: translateY(-6px); border-color: rgba(244,114,182,0.3); }
.wj-cat-card:hover::before { opacity: 1; }
.wj-cat-emoji { font-size: 2rem; margin-bottom: 10px; display: block; transition: transform .25s var(--wj-ease); }
.wj-cat-card:hover .wj-cat-emoji { transform: scale(1.2) rotate(-5deg); }
.wj-cat-name { font-size: .8rem; font-weight: 700; color: var(--wj-white); line-height: 1.3; }
.wj-cat-count { font-size: .68rem; color: var(--wj-text-dim); margin-top: 3px; }

/* PRODUCTS */
.wj-product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.wj-product-card { background: var(--wj-surface2); border: 1px solid var(--wj-border); border-radius: var(--wj-radius); overflow: hidden; cursor: pointer; transition: all .25s var(--wj-ease); position: relative; }
.wj-product-card:hover { transform: translateY(-6px); border-color: rgba(244,114,182,0.25); box-shadow: 0 20px 50px rgba(0,0,0,0.4); }
.wj-product-img { aspect-ratio: 1; background: linear-gradient(135deg, var(--wj-surface3), var(--wj-surface2)); display: flex; align-items: center; justify-content: center; font-size: 2.8rem; position: relative; overflow: hidden; text-decoration: none; }
.wj-product-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 40%,rgba(0,0,0,0.35)); }
.wj-prod-badge { position: absolute; top: 10px; left: 10px; z-index: 1; padding: 4px 10px; border-radius: 50px; font-size: .65rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.wj-badge-new { background: linear-gradient(135deg, var(--wj-rose2), var(--wj-purple)); color: #fff; }
.wj-badge-hot { background: linear-gradient(135deg, #f59e0b, #ef4444); color: #fff; }
.wj-badge-sale { background: linear-gradient(135deg, var(--wj-teal), #059669); color: #fff; }
.wj-badge-premium { background: linear-gradient(135deg, #f8c471, #f59e0b); color: #1a0a00; }
.wj-wish-btn { position: absolute; top: 10px; right: 10px; z-index: 1; width: 32px; height: 32px; border-radius: 50%; border: 0; background: rgba(0,0,0,0.4); backdrop-filter: blur(8px); color: rgba(255,255,255,0.6); font-size: 14px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; }
.wj-wish-btn:hover { background: rgba(236,72,153,0.3); color: var(--wj-rose); }
.wj-product-body { padding: 12px; }
.wj-product-name { font-size: .87rem; font-weight: 700; color: var(--wj-white); margin-bottom: 5px; line-height: 1.3; display: block; }
.wj-product-name:hover { color: var(--wj-rose); }
.wj-product-rating { display: flex; align-items: center; gap: 5px; margin-bottom: 7px; }
.wj-stars { color: #f59e0b; font-size: .75rem; letter-spacing: 1px; }
.wj-rating-count { font-size: .7rem; color: var(--wj-text-dim); }
.wj-product-price { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; flex-wrap: wrap; }
.wj-price-main { font-weight: 800; font-size: 1rem; color: var(--wj-white); }
.wj-price-old { font-size: .8rem; color: var(--wj-text-dim); text-decoration: line-through; }
.wj-price-off { font-size: .72rem; font-weight: 700; color: var(--wj-teal); background: rgba(45,212,191,0.10); padding: 2px 8px; border-radius: 50px; }
.wj-add-btn { display: block; width: 100%; padding: 9px; border-radius: 10px; text-align: center; background: linear-gradient(135deg,rgba(236,72,153,0.2),rgba(168,85,247,0.15)); border: 1px solid rgba(244,114,182,0.2); color: var(--wj-rose); font-weight: 700; font-size: .8rem; cursor: pointer; font-family: var(--wj-font-body); transition: all .2s; text-decoration: none; }
.wj-add-btn:hover { background: linear-gradient(135deg,rgba(236,72,153,0.35),rgba(168,85,247,0.28)); border-color: rgba(244,114,182,0.4); color: var(--wj-rose); }

/* WHY US */
.wj-why-section { background: linear-gradient(135deg, var(--wj-surface), var(--wj-surface2)); border-top: 1px solid var(--wj-border); border-bottom: 1px solid var(--wj-border); }
.wj-why-grid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.wj-why-visual { background: linear-gradient(135deg, var(--wj-surface2), var(--wj-surface3)); border: 1px solid var(--wj-border); border-radius: var(--wj-radius-lg); padding: 32px 24px; min-height: 260px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.wj-why-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center,rgba(244,114,182,0.10),transparent 70%); }
.wj-why-graphic { font-size: 4rem; position: relative; z-index: 1; text-align: center; line-height: 1; }
.wj-why-body h2 { font-family: var(--wj-font-display); font-size: 1.5rem; font-weight: 800; margin: 10px 0 20px; line-height: 1.2; color: var(--wj-white); }
.wj-why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wj-why-item { display: flex; align-items: center; gap: 10px; background: var(--wj-surface2); border: 1px solid var(--wj-border); border-radius: var(--wj-radius-sm); padding: 12px; font-size: .82rem; font-weight: 600; transition: border-color .2s; color: var(--wj-white); }
.wj-why-item:hover { border-color: rgba(45,212,191,0.3); }
.wj-why-item .wj-check { color: var(--wj-teal); font-size: 1rem; flex-shrink: 0; }

/* BEST SELLER BANNER */
.wj-bsb { margin: 0 0 48px; border-radius: var(--wj-radius-lg); padding: 40px 28px; background: linear-gradient(135deg, var(--wj-surface2), var(--wj-surface3)); border: 1px solid var(--wj-border); text-align: center; position: relative; overflow: hidden; }
.wj-bsb::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 20% 50%,rgba(236,72,153,0.15) 0%,transparent 60%), radial-gradient(ellipse 60% 80% at 80% 50%,rgba(168,85,247,0.12) 0%,transparent 60%); }
.wj-bsb-content { position: relative; z-index: 1; }
.wj-bsb-tag { font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; color: var(--wj-gold); margin-bottom: 12px; display: block; }
.wj-bsb h2 { font-family: var(--wj-font-display); font-size: 1.6rem; font-weight: 800; margin-bottom: 16px; line-height: 1.2; color: var(--wj-white); }
.wj-bsb h2 em { font-style: italic; background: linear-gradient(135deg, var(--wj-rose), var(--wj-gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* TESTIMONIALS */
.wj-test-scroll { display: flex; gap: 12px; overflow-x: auto; scrollbar-width: none; padding: 4px 0 12px; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; }
.wj-test-scroll::-webkit-scrollbar { display: none; }
.wj-test-card { flex-shrink: 0; scroll-snap-align: start; width: 82vw; max-width: 320px; background: var(--wj-surface2); border: 1px solid var(--wj-border); border-radius: var(--wj-radius); padding: 20px; }
.wj-test-stars { color: #f59e0b; font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.wj-test-quote { font-size: .9rem; line-height: 1.6; color: var(--wj-text-mid); margin-bottom: 16px; font-style: italic; }
.wj-test-quote::before { content: '❝ '; color: var(--wj-rose); font-style: normal; font-size: 1.1rem; }
.wj-test-author { display: flex; align-items: center; gap: 10px; }
.wj-test-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--wj-rose2), var(--wj-purple)); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .85rem; flex-shrink: 0; color: var(--wj-white); }
.wj-test-name { font-size: .82rem; font-weight: 700; color: var(--wj-white); }
.wj-test-city { font-size: .72rem; color: var(--wj-text-dim); }

/* BLOG / COLLECTION CARDS */
.wj-blog-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.wj-blog-card { display: flex; gap: 14px; align-items: flex-start; background: var(--wj-surface2); border: 1px solid var(--wj-border); border-radius: var(--wj-radius); padding: 16px; cursor: pointer; transition: all .2s; text-decoration: none; }
.wj-blog-card:hover { border-color: rgba(244,114,182,0.25); transform: translateX(4px); }
.wj-blog-thumb { width: 80px; height: 80px; flex-shrink: 0; border-radius: 12px; background: linear-gradient(135deg, var(--wj-surface3), var(--wj-surface2)); display: flex; align-items: center; justify-content: center; font-size: 2rem; border: 1px solid var(--wj-border); }
.wj-blog-meta-tag { font-size: .68rem; font-weight: 700; color: var(--wj-rose); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 5px; }
.wj-blog-title { font-size: .9rem; font-weight: 700; color: var(--wj-white); line-height: 1.35; margin-bottom: 5px; }
.wj-blog-excerpt { font-size: .78rem; color: var(--wj-text-dim); line-height: 1.5; }
.wj-blog-read { display: inline-flex; align-items: center; gap: 4px; font-size: .75rem; font-weight: 700; color: var(--wj-rose); margin-top: 6px; }
.wj-blog-read::after { content: '→'; transition: transform .2s; }
.wj-blog-card:hover .wj-blog-read::after { transform: translateX(4px); }

/* FAQ */
.wj-accordion { display: flex; flex-direction: column; gap: 8px; }
.wj-acc-item { background: var(--wj-surface2); border: 1px solid var(--wj-border); border-radius: var(--wj-radius-sm); overflow: hidden; transition: border-color .2s; }
.wj-acc-item.active { border-color: rgba(244,114,182,0.25); }
.wj-acc-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px; border: 0; background: transparent; font-family: var(--wj-font-body); font-weight: 700; font-size: .9rem; color: var(--wj-white); cursor: pointer; text-align: left; }
.wj-acc-icon { width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0; background: rgba(244,114,182,0.10); border: 1px solid rgba(244,114,182,0.15); display: flex; align-items: center; justify-content: center; font-size: .8rem; color: var(--wj-rose); transition: transform .25s, background .2s; }
.wj-acc-item.active .wj-acc-icon { transform: rotate(45deg); background: rgba(244,114,182,0.20); }
.wj-acc-panel { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; padding: 0 16px; font-size: .87rem; line-height: 1.65; color: var(--wj-text-mid); }
.wj-acc-item.active .wj-acc-panel { padding: 0 16px 16px; max-height: 200px; }

/* NEWSLETTER */
.wj-newsletter { background: linear-gradient(135deg, var(--wj-surface), var(--wj-surface2)); border-top: 1px solid var(--wj-border); padding: 40px 0; }
.wj-newsletter-inner { background: var(--wj-surface2); border: 1px solid var(--wj-border); border-radius: var(--wj-radius-lg); padding: 32px 24px; text-align: center; position: relative; overflow: hidden; }
.wj-newsletter-inner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center top,rgba(244,114,182,0.10),transparent 60%); }
.wj-nl-content { position: relative; z-index: 1; }
.wj-nl-icon { font-size: 2.5rem; margin-bottom: 12px; display: block; }
.wj-nl-title { font-family: var(--wj-font-display); font-size: 1.4rem; font-weight: 800; margin-bottom: 8px; color: var(--wj-white); }
.wj-nl-desc { font-size: .87rem; color: var(--wj-text-mid); margin-bottom: 22px; max-width: 420px; margin-left: auto; margin-right: auto; }
.wj-nl-form { display: flex; gap: 10px; flex-direction: column; max-width: 440px; margin: 0 auto; }
.wj-nl-input { padding: 13px 18px; border-radius: 12px; background: rgba(255,255,255,0.05); border: 1px solid var(--wj-border); color: var(--wj-white); font-family: var(--wj-font-body); font-size: .9rem; transition: border-color .2s; outline: none; }
.wj-nl-input::placeholder { color: var(--wj-text-dim); }
.wj-nl-input:focus { border-color: rgba(244,114,182,0.4); }

/* FOOTER */
.wj-site-footer { background: var(--wj-surface); border-top: 1px solid var(--wj-border); padding: 40px 0 0; }
.wj-footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 16px; padding-bottom: 28px; }
.wj-ft-logo { font-family: var(--wj-font-display); font-size: 1.1rem; font-weight: 800; background: linear-gradient(135deg, var(--wj-rose), var(--wj-gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 10px; display: inline-block; }
.wj-ft-tagline { font-size: .78rem; color: var(--wj-text-dim); line-height: 1.5; }
.wj-ft-col h5 { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--wj-rose); margin-bottom: 12px; }
.wj-ft-col ul { display: flex; flex-direction: column; gap: 8px; }
.wj-ft-col a { font-size: .82rem; color: var(--wj-text-mid); transition: color .18s; }
.wj-ft-col a:hover { color: var(--wj-white); }
.wj-ft-contact p { font-size: .82rem; color: var(--wj-text-mid); margin-bottom: 6px; line-height: 1.5; }
.wj-socials { display: flex; gap: 8px; margin-top: 12px; }
.wj-social-btn { width: 34px; height: 34px; border-radius: 10px; background: rgba(255,255,255,0.06); border: 1px solid var(--wj-border); display: inline-flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 800; color: var(--wj-text-mid); transition: all .2s; cursor: pointer; text-decoration: none; }
.wj-social-btn:hover { background: rgba(244,114,182,0.15); border-color: rgba(244,114,182,0.3); color: var(--wj-rose); }
.wj-footer-bottom { border-top: 1px solid var(--wj-border); padding: 16px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.wj-copyright { font-size: .75rem; color: var(--wj-text-dim); }
.wj-footer-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.wj-f-badge { font-size: .65rem; font-weight: 700; color: var(--wj-text-dim); border: 1px solid var(--wj-border); border-radius: 6px; padding: 3px 8px; }

/* PAGE MAIN */
.wj-page-main { padding-bottom: 0; }

/* ===== IMAGE STYLES ===== */

/* Logo in header */
/* logo layout defined above, image sizing below */
.wj-logo-img {
  height: 32px;       /* controlled height — image scales proportionally */
  width: auto;
  max-width: 130px;
  display: block;
  object-fit: contain;
  object-position: left center;
}

/* Footer logo */
.wj-footer-logo-img { height: 40px; width: auto; display: block; object-fit: contain; }

/* Hero image */
.wj-hero-card { padding: 0; overflow: hidden; }
.wj-hero-real-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: var(--wj-radius-lg); display: block; }
.wj-hero-card-badge { position: absolute; bottom: 16px; left: 16px; right: 16px; width: auto; }

/* Category cards */
.wj-cat-card { padding: 0; overflow: hidden; }
.wj-cat-img { width: 100%; height: 110px; object-fit: cover; object-position: center; display: block; border-radius: var(--wj-radius) var(--wj-radius) 0 0; transition: transform .3s ease; }
.wj-cat-card:hover .wj-cat-img { transform: scale(1.05); }
.wj-cat-name { padding: 8px 10px 2px; }
.wj-cat-count { padding: 0 10px 10px; }

/* Product cards */
.wj-product-img-wrap { display: block; position: relative; aspect-ratio: 1; overflow: hidden; background: var(--wj-surface3); text-decoration: none; }
.wj-product-img-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.3)); pointer-events: none; }
.wj-product-real-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform .35s ease; }
.wj-product-card:hover .wj-product-real-img { transform: scale(1.06); }

/* Why section */
.wj-why-visual { padding: 0; overflow: hidden; position: relative; }
.wj-why-real-img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; object-position: center; display: block; border-radius: var(--wj-radius-lg); }
.wj-why-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,5,16,0.6), rgba(168,85,247,0.35)); border-radius: var(--wj-radius-lg); display: flex; align-items: center; justify-content: center; }
.wj-why-graphic-text { text-align: center; color: var(--wj-white); line-height: 1.3; }

/* Collection cards */
.wj-blog-thumb { overflow: hidden; border-radius: 12px; flex-shrink: 0; }
.wj-blog-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform .3s ease; }
.wj-blog-card:hover .wj-blog-thumb img { transform: scale(1.05); }

/* image responsive sizes handled in main desktop breakpoint */

/* BACK TO TOP — bottom-left fixed button */
.wj-back-top {
  position: fixed;
  bottom: 24px;
  left: 20px;              /* LEFT corner */
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(135deg, var(--wj-rose2), var(--wj-purple));
  color: var(--wj-white);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(236,72,153,0.40);
  z-index: 490;
  opacity: 0; pointer-events: none;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease, box-shadow .2s;
}
.wj-back-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.wj-back-top:hover { box-shadow: 0 10px 28px rgba(236,72,153,0.55); transform: translateY(-3px); }

/* ANIMATIONS */
@keyframes wjFadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
.wj-fade-in { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.wj-fade-in.visible { opacity: 1; transform: translateY(0); }

/* SCROLLBAR */
.wj-wrap ::-webkit-scrollbar { width: 4px; height: 4px; }
.wj-wrap ::-webkit-scrollbar-track { background: transparent; }
.wj-wrap ::-webkit-scrollbar-thumb { background: rgba(244,114,182,0.3); border-radius: 4px; }

/* ===== DESKTOP (760px+) ===== */
@media (min-width: 760px) {
  /* --wj-announce-h / --wj-header-h / --wj-bar-total already updated via :root above */
  .wj-announce { font-size: .78rem; }
  .wj-logo { max-width: 180px; }
  .wj-logo-img { height: 38px; max-width: 170px; }
  .wj-icon-btn { width: 36px; height: 36px; font-size: 15px; }
  .wj-icon-btn.wj-hide-mobile { display: inline-flex; }
  .wj-hero h1 { font-size: 3rem; }
  .wj-hero-grid { grid-template-columns: 1fr 440px; }
  .wj-sec-title { font-size: 2rem; }
  .wj-category-scroll { display: grid; grid-template-columns: repeat(6,1fr); overflow: visible; }
  .wj-cat-card { width: auto; }
  .wj-product-grid { grid-template-columns: repeat(4,1fr); }
  .wj-why-grid { grid-template-columns: 1fr 1fr; }
  .wj-blog-grid { grid-template-columns: repeat(3,1fr); }
  .wj-blog-card { flex-direction: column; }
  .wj-blog-thumb { width: calc(100% + 32px); height: 140px; border-radius: 12px 12px 0 0; margin: -16px -16px 12px; }
  .wj-test-scroll { display: grid; grid-template-columns: repeat(3,1fr); overflow: visible; }
  .wj-test-card { width: auto; max-width: none; }
  .wj-nl-form { flex-direction: row; }
  .wj-footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
  .wj-main-nav { display: flex; align-items: center; flex: 1; justify-content: center; }
  .wj-burger { display: none; }
}

/* ===== LARGE (1100px+) ===== */
@media (min-width: 1100px) {
  .wj-hero h1 { font-size: 3.6rem; }
  .wj-hero-card { min-height: 380px; }
  .wj-nav-list > li > a { font-size: .88rem; padding: 8px 13px; }
}/* End custom CSS */