{"title":"Women New Arrivals – Trending Hair Toppers, Wigs \u0026 Extensions | Wigy Hair","description":"\u003cstyle\u003e\n:root{\n  --primary:#0a2463;\n  --secondary:#a2f2e4;\n  --dark:#071633;\n  --light:#f6f8f9;\n  --white:#ffffff;\n  --text:#1c2433;\n  --border:rgba(10,36,99,0.08);\n  --shadow:0 18px 45px rgba(10,36,99,0.08);\n  --radius:34px;\n  --transition:all .35s ease;\n}\n\n\/* ===== PAGE ===== *\/\n.wh-new-page{\n  font-family:Inter,sans-serif;\n  background:var(--light);\n  color:var(--text);\n}\n\n.wh-new-container{\n  width:min(1370px,calc(100% - 24px));\n  margin:auto;\n}\n\n\/* ===== SECTION GAP ===== *\/\n.wh-new-section{\n  padding:30px 0;\n}\n\n\/* ===== HERO ===== *\/\n.wh-new-hero{\n  background:\n  linear-gradient(135deg,\n  #071633 0%,\n  #0a2463 55%,\n  #12378f 100%);\n  border-radius:42px;\n  padding:70px;\n  overflow:hidden;\n  position:relative;\n  isolation:isolate;\n}\n\n.wh-new-hero::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:\n  radial-gradient(circle at top right,\n  rgba(162,242,228,0.14),\n  transparent 35%);\n  z-index:0;\n}\n\n.wh-new-grid{\n  display:grid;\n  grid-template-columns:1.1fr .9fr;\n  gap:40px;\n  align-items:center;\n  position:relative;\n  z-index:2;\n}\n\n.wh-new-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  padding:12px 20px;\n  border-radius:100px;\n  background:rgba(255,255,255,0.08);\n  border:1px solid rgba(255,255,255,0.08);\n  color:var(--secondary);\n  font-size:13px;\n  font-weight:700;\n  letter-spacing:.5px;\n  margin-bottom:24px;\n  backdrop-filter:blur(10px);\n}\n\n.wh-new-hero h1{\n  font-size:64px;\n  line-height:1.05;\n  color:var(--white);\n  margin:0 0 24px;\n  font-weight:800;\n  letter-spacing:-1px;\n  max-width:720px;\n}\n\n.wh-new-gradient{\n  background:linear-gradient(90deg,#a2f2e4,#ffffff);\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.wh-new-hero p{\n  color:rgba(255,255,255,0.82);\n  line-height:1.9;\n  font-size:17px;\n  margin-bottom:34px;\n  max-width:620px;\n}\n\n\/* ===== BUTTONS ===== *\/\n.wh-new-btn-wrap{\n  display:flex;\n  gap:14px;\n  flex-wrap:wrap;\n}\n\n.wh-new-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  padding:16px 30px;\n  border-radius:100px;\n  text-decoration:none;\n  font-weight:700;\n  transition:var(--transition);\n}\n\n.wh-new-btn-primary{\n  background:var(--secondary);\n  color:var(--primary);\n  box-shadow:0 10px 25px rgba(162,242,228,0.25);\n}\n\n.wh-new-btn-primary:hover{\n  transform:translateY(-4px);\n}\n\n.wh-new-btn-outline{\n  border:1px solid rgba(255,255,255,0.14);\n  color:var(--white);\n  background:rgba(255,255,255,0.05);\n}\n\n.wh-new-btn-outline:hover{\n  background:rgba(255,255,255,0.12);\n}\n\n\/* ===== FEATURES ===== *\/\n.wh-new-feature-wrap{\n  display:grid;\n  gap:18px;\n}\n\n.wh-new-feature{\n  background:rgba(255,255,255,0.08);\n  border:1px solid rgba(255,255,255,0.10);\n  border-radius:30px;\n  padding:28px;\n  text-align:center;\n  backdrop-filter:blur(14px);\n  transition:var(--transition);\n}\n\n.wh-new-feature:hover{\n  transform:translateY(-6px);\n  background:rgba(255,255,255,0.12);\n}\n\n.wh-new-feature-icon{\n  width:72px;\n  height:72px;\n  margin:auto auto 18px;\n  border-radius:24px;\n  background:var(--secondary);\n  color:var(--primary);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:28px;\n  font-weight:800;\n}\n\n.wh-new-feature h3{\n  color:#ffffff;\n  margin:0 0 10px;\n  font-size:22px;\n}\n\n.wh-new-feature p{\n  margin:0;\n  color:rgba(255,255,255,0.75);\n  line-height:1.8;\n  font-size:15px;\n}\n\n\/* ===== INTRO ===== *\/\n.wh-new-intro{\n  background:var(--white);\n  border-radius:42px;\n  padding:70px;\n  border:1px solid var(--border);\n  box-shadow:var(--shadow);\n  text-align:center;\n}\n\n.wh-new-title{\n  font-size:50px;\n  line-height:1.1;\n  color:var(--primary);\n  margin-bottom:18px;\n  font-weight:800;\n}\n\n.wh-new-desc{\n  max-width:920px;\n  margin:auto;\n  line-height:1.9;\n  color:#5d6777;\n  font-size:17px;\n}\n\n\/* ===== CARDS ===== *\/\n.wh-new-grid-cards{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:24px;\n  margin-top:42px;\n}\n\n.wh-new-card{\n  background:var(--white);\n  border-radius:34px;\n  padding:42px 32px;\n  text-align:center;\n  border:1px solid var(--border);\n  transition:var(--transition);\n  box-shadow:0 12px 35px rgba(10,36,99,0.04);\n}\n\n.wh-new-card:hover{\n  transform:translateY(-8px);\n  box-shadow:0 25px 50px rgba(10,36,99,0.08);\n}\n\n.wh-new-card-icon{\n  width:82px;\n  height:82px;\n  margin:auto auto 22px;\n  border-radius:26px;\n  background:rgba(162,242,228,0.22);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  color:var(--primary);\n  font-size:30px;\n  font-weight:800;\n}\n\n.wh-new-card h3{\n  margin:0 0 14px;\n  color:var(--primary);\n  font-size:26px;\n}\n\n.wh-new-card p{\n  margin:0;\n  color:#687180;\n  line-height:1.9;\n  font-size:15px;\n}\n\n\/* ===== CTA ===== *\/\n.wh-new-cta{\n  background:\n  radial-gradient(circle at top right,\n  rgba(162,242,228,0.16),\n  transparent 30%),\n  linear-gradient(135deg,#071633,#0a2463);\n  border-radius:42px;\n  padding:80px 50px;\n  text-align:center;\n  overflow:hidden;\n  position:relative;\n}\n\n.wh-new-cta::before{\n  content:\"\";\n  position:absolute;\n  width:340px;\n  height:340px;\n  border-radius:50%;\n  background:rgba(162,242,228,0.08);\n  top:-120px;\n  right:-100px;\n}\n\n.wh-new-cta h2{\n  color:#ffffff;\n  font-size:54px;\n  margin-bottom:18px;\n  position:relative;\n  z-index:2;\n}\n\n.wh-new-cta p{\n  max-width:850px;\n  margin:auto auto 32px;\n  color:rgba(255,255,255,0.82);\n  line-height:1.9;\n  font-size:17px;\n  position:relative;\n  z-index:2;\n}\n\n\/* ===== MOBILE ===== *\/\n@media(max-width:992px){\n\n  .wh-new-grid,\n  .wh-new-grid-cards{\n    grid-template-columns:1fr;\n  }\n\n  .wh-new-hero,\n  .wh-new-intro,\n  .wh-new-cta{\n    padding:42px 24px;\n    border-radius:30px;\n  }\n\n  .wh-new-hero h1{\n    font-size:42px;\n  }\n\n  .wh-new-title{\n    font-size:36px;\n  }\n\n  .wh-new-cta h2{\n    font-size:38px;\n  }\n}\n\n@media(max-width:576px){\n\n  .wh-new-hero h1{\n    font-size:34px;\n    line-height:1.15;\n  }\n\n  .wh-new-hero p{\n    font-size:15px;\n  }\n\n  .wh-new-btn{\n    width:100%;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"wh-new-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"wh-new-section\"\u003e\n\n    \u003cdiv class=\"wh-new-container\"\u003e\n\n      \u003cdiv class=\"wh-new-hero\"\u003e\n\n        \u003cdiv class=\"wh-new-grid\"\u003e\n\n          \u003c!-- LEFT --\u003e\n          \u003cdiv\u003e\n\n            \u003cdiv class=\"wh-new-badge\"\u003e\n              WOMEN NEW ARRIVALS\n            \u003c\/div\u003e\n\n            \u003ch1\u003e\n              Discover The Latest\n              \u003cspan class=\"wh-new-gradient\"\u003e\n                Women Hair Trends\n              \u003c\/span\u003e\n              By Wigy Hair\n            \u003c\/h1\u003e\n\n            \u003cp\u003e\n              Explore the newest arrivals in women hair toppers, wigs, extensions, and stylish hair solutions. Wigy Hair brings modern designs, natural textures, and premium comfort to help you achieve beautiful and confident hairstyles effortlessly.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"wh-new-btn-wrap\"\u003e\n\n              \u003ca href=\"https:\/\/wigyhaironline.com\/collections\/women\" class=\"wh-new-btn wh-new-btn-primary\"\u003e\n\n                Shop New Arrivals\n\n              \u003c\/a\u003e\n\n              \u003ca href=\"https:\/\/wigyhaironline.com\/collections\/women\" class=\"wh-new-btn wh-new-btn-outline\"\u003e\n\n                Explore Collection\n\n              \u003c\/a\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n          \u003c!-- RIGHT --\u003e\n          \u003cdiv class=\"wh-new-feature-wrap\"\u003e\n\n            \u003cdiv class=\"wh-new-feature\"\u003e\n\n              \u003cdiv class=\"wh-new-feature-icon\"\u003e\n                ✓\n              \u003c\/div\u003e\n\n              \u003ch3\u003e\n                Latest Hair Trends\n              \u003c\/h3\u003e\n\n              \u003cp\u003e\n                Discover modern styles and trending hair solutions crafted for elegant everyday beauty.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"wh-new-feature\"\u003e\n\n              \u003cdiv class=\"wh-new-feature-icon\"\u003e\n                ★\n              \u003c\/div\u003e\n\n              \u003ch3\u003e\n                Premium Comfort\n              \u003c\/h3\u003e\n\n              \u003cp\u003e\n                Lightweight and breathable designs made for comfortable all-day styling and confidence.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"wh-new-feature\"\u003e\n\n              \u003cdiv class=\"wh-new-feature-icon\"\u003e\n                ⚡\n              \u003c\/div\u003e\n\n              \u003ch3\u003e\n                Instant Glam Look\n              \u003c\/h3\u003e\n\n              \u003cp\u003e\n                Achieve fuller, stylish, and glamorous hairstyles instantly with our newest arrivals.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"wh-new-section\"\u003e\n\n    \u003cdiv class=\"wh-new-container\"\u003e\n\n      \u003cdiv class=\"wh-new-intro\"\u003e\n\n        \u003ch2 class=\"wh-new-title\"\u003e\n          New Women Hair Arrivals Designed For Modern Beauty\n        \u003c\/h2\u003e\n\n        \u003cp class=\"wh-new-desc\"\u003e\n          Wigy Hair Women New Arrivals feature the latest premium hair toppers, wigs, extensions, and modern styling solutions crafted for natural beauty and effortless confidence. Explore elegant designs, realistic textures, and comfortable wear created to help you achieve trendy and beautiful hairstyles every day.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"wh-new-grid-cards\"\u003e\n\n          \u003cdiv class=\"wh-new-card\"\u003e\n\n            \u003cdiv class=\"wh-new-card-icon\"\u003e\n              01\n            \u003c\/div\u003e\n\n            \u003ch3\u003e\n              Trending Styles\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Explore the newest trending hairstyles and modern hair solutions for elegant everyday looks.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"wh-new-card\"\u003e\n\n            \u003cdiv class=\"wh-new-card-icon\"\u003e\n              02\n            \u003c\/div\u003e\n\n            \u003ch3\u003e\n              Natural Texture\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Crafted with realistic texture and premium quality for a seamless and natural appearance.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"wh-new-card\"\u003e\n\n            \u003cdiv class=\"wh-new-card-icon\"\u003e\n              03\n            \u003c\/div\u003e\n\n            \u003ch3\u003e\n              Everyday Comfort\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Lightweight and comfortable hair solutions designed for effortless daily styling and wear.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"wh-new-section\"\u003e\n\n    \u003cdiv class=\"wh-new-container\"\u003e\n\n      \u003cdiv class=\"wh-new-cta\"\u003e\n\n        \u003ch2\u003e\n          Refresh Your Style With New Arrivals\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Discover premium women hair solutions designed for beauty, confidence, and modern everyday styling. Wigy Hair brings the latest collections to elevate your hairstyle effortlessly.\n        \u003c\/p\u003e\n\n        \u003ca href=\"https:\/\/wigyhaironline.com\/collections\/women\" class=\"wh-new-btn wh-new-btn-primary\"\u003e\n\n          Explore New Arrivals\n\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"imported-small-silk-base-hair-topper-for-women-100-human-hair-2-5x4","title":"Imported Small Silk Base Hair Topper for Women – 100% Human Hair (2.5x4)","description":"\u003cstyle\u003e\n:root{\n  --wigy-primary:#0a2463;\n  --wigy-secondary:#a2f2e4;\n\n  --wigy-bg:#ffffff;\n  --wigy-text:#1a1a1a;\n  --wigy-card:#ffffff;\n  --wigy-muted:#6b7280;\n}\n\n\/* DARK MODE *\/\n.wigy-dark{\n  --wigy-primary:#a2f2e4;\n  --wigy-secondary:#0a2463;\n  --wigy-bg:#0a2463;\n  --wigy-text:#a2f2e4;\n  --wigy-card:#102a5c;\n}\n\n\/* RESET *\/\n.wigy-sec *{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\n\/* SECTION *\/\n.wigy-sec{\n  background:var(--wigy-bg);\n  color:var(--wigy-text);\n  padding:30px 15px;\n}\n\n.wigy-container{\n  margin:auto;\n}\n\n\/* HERO *\/\n.wigy-hero{\n  background:linear-gradient(135deg,#0a2463,#0f2f7a);\n  padding:30px;\n  border-radius:20px;\n  margin-bottom:30px;\n  text-align:left;\n}\n\n\/* 🔥 PREMIUM GRADIENT HEADING *\/\n.wigy-hero h2{\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:12px;\n  letter-spacing:0.4px;\n  line-height:1.2;\n\n  background:linear-gradient(\n    120deg,\n    #a2f2e4 0%,\n    #ffffff 25%,\n    #a2f2e4 50%,\n    #7fe3d5 75%,\n    #ffffff 100%\n  );\n\n  background-size:250% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:wigy-gradient 6s ease-in-out infinite;\n\n  \/* subtle glow *\/\n  filter:drop-shadow(0 2px 8px rgba(162,242,228,0.25));\n}\n\n\/* 🔥 SMOOTH LUXURY ANIMATION *\/\n@keyframes wigy-gradient{\n  0%{background-position:0% center;}\n  50%{background-position:100% center;}\n  100%{background-position:0% center;}\n}\n\n.wigy-hero h2:hover{\n  filter:drop-shadow(0 4px 14px rgba(162,242,228,0.5));\n  transform:translateY(-1px);\n  transition:all 0.3s ease;\n}\n\n\/* HERO TEXT *\/\n.wigy-hero p{\n  color:#dbeafe;\n  line-height:1.8;\n  max-width:780px;\n  margin-bottom:10px;\n  font-size:15px;\n}\n\n\/* LINE *\/\n.wigy-highlight-line{\n  width:80px;\n  height:4px;\n  background:var(--wigy-secondary);\n  margin-top:18px;\n  border-radius:10px;\n}\n\n\/* CARD *\/\n.wigy-card{\n  background:var(--wigy-card);\n  border-radius:18px;\n  padding:30px;\n  margin-bottom:25px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.05);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 HOVER GLOW *\/\n.wigy-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 15px 35px rgba(162,242,228,0.25);\n}\n\n\/* HEADINGS *\/\n.wigy-head{\n  font-size:22px;\n  font-weight:700;\n  margin-bottom:18px;\n  color:var(--wigy-primary);\n}\n\n\/* FEATURES GRID *\/\n.wigy-feature{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:18px;\n}\n\n\/* FEATURE BOX *\/\n.wigy-box{\n  background:#f9fbfb;\n  padding:20px;\n  border-radius:14px;\n  border-left:5px solid var(--wigy-secondary);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 INNER CARD GLOW *\/\n.wigy-box:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(162,242,228,0.2);\n}\n\n.wigy-box strong{\n  color:var(--wigy-primary);\n}\n\n\/* TABLE *\/\n.wigy-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.wigy-table tr:hover{\n  background:#f9fbfb;\n}\n\n.wigy-table td{\n  padding:14px;\n  border-bottom:1px solid #eee;\n  font-size:14px;\n}\n\n.wigy-table td:first-child{\n  font-weight:600;\n  color:var(--wigy-primary);\n}\n\n\/* LIST *\/\n.wigy-list{\n  padding-left:18px;\n}\n\n.wigy-list li{\n  margin-bottom:10px;\n}\n\n\/* STEPS *\/\n.wigy-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.wigy-step{\n  display:flex;\n  gap:15px;\n}\n\n.wigy-step-number{\n  background:var(--wigy-primary);\n  color:#fff;\n  min-width:32px;\n  height:32px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TEXT *\/\n.wigy-text{\n  font-size:15px;\n  line-height:1.7;\n  color:var(--wigy-text);\n}\n\n\/* PROMISE *\/\n.wigy-highlight{\n  background:linear-gradient(135deg,#0a2463,#061a45);\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n}\n\n.wigy-highlight h3{\n  margin-bottom:12px;\n  font-size:20px;\n  color:var(--wigy-secondary);\n}\n\n.wigy-highlight p{\n  margin-bottom:6px;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .wigy-hero{\n    padding:30px 20px;\n  }\n\n  .wigy-hero h2{\n    font-size:24px;\n  }\n\n  .wigy-head{\n    font-size:20px;\n  }\n}\n@media (prefers-reduced-motion: reduce){\n  .wigy-hero h2{\n    animation:none;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"wigy-sec\"\u003e\n  \u003cdiv class=\"wigy-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cdiv class=\"wigy-hero\"\u003e\n      \u003ch2\u003eSmall Coverage. Big Confidence.\u003c\/h2\u003e\n      \u003cp\u003e\n        Designed for precise thinning areas, this Imported Small Silk Base Topper delivers a flawless scalp illusion with natural blending.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Lightweight, breathable, and made with 100% human hair — it’s your everyday solution for effortless volume and confidence.\n      \u003c\/p\u003e\n      \u003cdiv class=\"wigy-highlight-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT DESCRIPTION --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003cp class=\"wigy-text\"\u003e\n        The Wigy Hair Imported Small Silk Base Hair Topper is crafted specifically for women experiencing mild thinning at the crown or parting area. Its 2.5x4 silk base creates a natural scalp-like appearance, making the hair part virtually undetectable.\n      \u003c\/p\u003e\n      \u003cp class=\"wigy-text\"\u003e\n        Made from 100% premium human hair, this topper blends seamlessly with your natural hair, adding volume and coverage without bulk. Its lightweight design ensures all-day comfort, making it perfect for daily wear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHY LOVE --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eWhy You’ll Love It\u003c\/h3\u003e\n\n      \u003cdiv class=\"wigy-feature\"\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          ✨ \u003cstrong\u003eSilk Base Technology\u003c\/strong\u003e\u003cbr\u003e\n          Creates a realistic scalp illusion for natural parting.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          💁 \u003cstrong\u003e100% Human Hair\u003c\/strong\u003e\u003cbr\u003e\n          Soft, natural shine with real movement.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          🎯 \u003cstrong\u003eTargeted Coverage\u003c\/strong\u003e\u003cbr\u003e\n          Perfect for small thinning areas and crown.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          🌬️ \u003cstrong\u003eUltra Lightweight\u003c\/strong\u003e\u003cbr\u003e\n          Comfortable for all-day wear without heaviness.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          🎨 \u003cstrong\u003eStyle Freedom\u003c\/strong\u003e\u003cbr\u003e\n          Curl, straighten, or blend as needed.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- TECH --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eTechnical Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"wigy-table\"\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eProduct Type\u003c\/td\u003e\n          \u003ctd\u003eHair Topper\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eHair Material\u003c\/td\u003e\n          \u003ctd\u003e100% Human Hair\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBase Type\u003c\/td\u003e\n          \u003ctd\u003eSilk Base\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBase Size\u003c\/td\u003e\n          \u003ctd\u003e2.5 x 4 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLength\u003c\/td\u003e\n          \u003ctd\u003e14–16 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCoverage Area\u003c\/td\u003e\n          \u003ctd\u003eCrown \/ Parting\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eColor Options\u003c\/td\u003e\n          \u003ctd\u003eNatural Black, Natural Brown\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eIdeal For\u003c\/td\u003e\n          \u003ctd\u003eWomen with Thinning Hair\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eOrigin\u003c\/td\u003e\n          \u003ctd\u003eImported\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- HOW TO --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eHow to Wear\u003c\/h3\u003e\n\n      \u003cdiv class=\"wigy-steps\"\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e1\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003eSection:\u003c\/strong\u003e Identify thinning area.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e2\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003ePosition:\u003c\/strong\u003e Place topper over crown\/part.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e3\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003eSecure:\u003c\/strong\u003e Attach clips gently.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e4\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003eBlend:\u003c\/strong\u003e Style with your natural hair.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Black \/ 2.5x4 Inch","offer_id":48280683872356,"sku":null,"price":11799.0,"currency_code":"INR","in_stock":true},{"title":"Light Brown \/ 2.5x4 Inch","offer_id":48280688722020,"sku":null,"price":11799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/Black-1_0ec4b7cd-e2ad-4490-a8bd-e440fb999a7f.jpg?v=1778013607"},{"product_id":"hd-lace-medium-length-heavy-curly-wig-100-human-hair","title":"HD Lace Medium Length Heavy Curly Wig – 100% Human Hair","description":"\u003cstyle\u003e\n:root{\n  --wigy-primary:#0a2463;\n  --wigy-secondary:#a2f2e4;\n\n  --wigy-bg:#ffffff;\n  --wigy-text:#1a1a1a;\n  --wigy-card:#ffffff;\n  --wigy-muted:#6b7280;\n}\n\n\/* DARK MODE *\/\n.wigy-dark{\n  --wigy-primary:#a2f2e4;\n  --wigy-secondary:#0a2463;\n  --wigy-bg:#0a2463;\n  --wigy-text:#a2f2e4;\n  --wigy-card:#102a5c;\n}\n\n\/* RESET *\/\n.wigy-sec *{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\n\/* SECTION *\/\n.wigy-sec{\n  background:var(--wigy-bg);\n  color:var(--wigy-text);\n  padding:30px 15px;\n}\n\n.wigy-container{\n  margin:auto;\n}\n\n\/* HERO *\/\n.wigy-hero{\n  background:linear-gradient(135deg,#0a2463,#0f2f7a);\n  padding:30px;\n  border-radius:20px;\n  margin-bottom:30px;\n  text-align:left;\n}\n\n\/* 🔥 PREMIUM GRADIENT HEADING *\/\n.wigy-hero h2{\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:12px;\n  letter-spacing:0.4px;\n  line-height:1.2;\n\n  background:linear-gradient(\n    120deg,\n    #a2f2e4 0%,\n    #ffffff 25%,\n    #a2f2e4 50%,\n    #7fe3d5 75%,\n    #ffffff 100%\n  );\n\n  background-size:250% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:wigy-gradient 6s ease-in-out infinite;\n\n  \/* subtle glow *\/\n  filter:drop-shadow(0 2px 8px rgba(162,242,228,0.25));\n}\n\n\/* 🔥 SMOOTH LUXURY ANIMATION *\/\n@keyframes wigy-gradient{\n  0%{background-position:0% center;}\n  50%{background-position:100% center;}\n  100%{background-position:0% center;}\n}\n\n.wigy-hero h2:hover{\n  filter:drop-shadow(0 4px 14px rgba(162,242,228,0.5));\n  transform:translateY(-1px);\n  transition:all 0.3s ease;\n}\n\n\/* HERO TEXT *\/\n.wigy-hero p{\n  color:#dbeafe;\n  line-height:1.8;\n  max-width:780px;\n  margin-bottom:10px;\n  font-size:15px;\n}\n\n\/* LINE *\/\n.wigy-highlight-line{\n  width:80px;\n  height:4px;\n  background:var(--wigy-secondary);\n  margin-top:18px;\n  border-radius:10px;\n}\n\n\/* CARD *\/\n.wigy-card{\n  background:var(--wigy-card);\n  border-radius:18px;\n  padding:30px;\n  margin-bottom:25px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.05);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 HOVER GLOW *\/\n.wigy-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 15px 35px rgba(162,242,228,0.25);\n}\n\n\/* HEADINGS *\/\n.wigy-head{\n  font-size:22px;\n  font-weight:700;\n  margin-bottom:18px;\n  color:var(--wigy-primary);\n}\n\n\/* FEATURES GRID *\/\n.wigy-feature{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:18px;\n}\n\n\/* FEATURE BOX *\/\n.wigy-box{\n  background:#f9fbfb;\n  padding:20px;\n  border-radius:14px;\n  border-left:5px solid var(--wigy-secondary);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 INNER CARD GLOW *\/\n.wigy-box:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(162,242,228,0.2);\n}\n\n.wigy-box strong{\n  color:var(--wigy-primary);\n}\n\n\/* TABLE *\/\n.wigy-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.wigy-table tr:hover{\n  background:#f9fbfb;\n}\n\n.wigy-table td{\n  padding:14px;\n  border-bottom:1px solid #eee;\n  font-size:14px;\n}\n\n.wigy-table td:first-child{\n  font-weight:600;\n  color:var(--wigy-primary);\n}\n\n\/* LIST *\/\n.wigy-list{\n  padding-left:18px;\n}\n\n.wigy-list li{\n  margin-bottom:10px;\n}\n\n\/* STEPS *\/\n.wigy-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.wigy-step{\n  display:flex;\n  gap:15px;\n}\n\n.wigy-step-number{\n  background:var(--wigy-primary);\n  color:#fff;\n  min-width:32px;\n  height:32px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TEXT *\/\n.wigy-text{\n  font-size:15px;\n  line-height:1.7;\n  color:var(--wigy-text);\n}\n\n\/* PROMISE *\/\n.wigy-highlight{\n  background:linear-gradient(135deg,#0a2463,#061a45);\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n}\n\n.wigy-highlight h3{\n  margin-bottom:12px;\n  font-size:20px;\n  color:var(--wigy-secondary);\n}\n\n.wigy-highlight p{\n  margin-bottom:6px;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .wigy-hero{\n    padding:30px 20px;\n  }\n\n  .wigy-hero h2{\n    font-size:24px;\n  }\n\n  .wigy-head{\n    font-size:20px;\n  }\n}\n@media (prefers-reduced-motion: reduce){\n  .wigy-hero h2{\n    animation:none;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"wigy-sec\"\u003e\n  \u003cdiv class=\"wigy-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cdiv class=\"wigy-hero\"\u003e\n      \u003ch2\u003eDefined Curls. Bold Volume. Natural Confidence.\u003c\/h2\u003e\n      \u003cp\u003e\n        Elevate your everyday look with our HD Lace Medium Length Heavy Curly Wig — designed to give you rich volume, natural bounce, and a flawless scalp finish.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Crafted from 100% human hair, it blends seamlessly and moves naturally — giving you the confidence to own every moment.\n      \u003c\/p\u003e\n      \u003cdiv class=\"wigy-highlight-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT DESCRIPTION --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e     \n      \u003cp class=\"wigy-text\"\u003e\n        The Wigy Hair HD Lace Medium Length Curly Wig is designed for women who love bold, voluminous curls with a natural finish. Featuring premium HD lace, it creates an invisible hairline that blends effortlessly with your skin.\n      \u003c\/p\u003e\n      \u003cp class=\"wigy-text\"\u003e\n        With its heavy curly texture and natural density, this wig delivers a full-bodied look while maintaining softness and realistic movement. Perfect for daily wear or special occasions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHY LOVE --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eWhy You’ll Love It\u003c\/h3\u003e\n\n      \u003cdiv class=\"wigy-feature\"\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          ✨ \u003cstrong\u003eHD Lace Finish\u003c\/strong\u003e\u003cbr\u003e\n          Invisible hairline for a natural scalp appearance.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          🌀 \u003cstrong\u003eHeavy Curly Volume\u003c\/strong\u003e\u003cbr\u003e\n          Full, defined curls with long-lasting bounce.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          💁 \u003cstrong\u003e100% Human Hair\u003c\/strong\u003e\u003cbr\u003e\n          Soft texture with real movement and shine.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          🎨 \u003cstrong\u003eStyle Freedom\u003c\/strong\u003e\u003cbr\u003e\n          Curl, straighten, or color as desired.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          🌬️ \u003cstrong\u003eComfort Wear\u003c\/strong\u003e\u003cbr\u003e\n          Breathable and lightweight for all-day use.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- TECH --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eTechnical Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"wigy-table\"\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eProduct Type\u003c\/td\u003e\n          \u003ctd\u003eWig\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eHair Type\u003c\/td\u003e\n          \u003ctd\u003e100% Human Hair\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLace Type\u003c\/td\u003e\n          \u003ctd\u003eHD Lace\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTexture\u003c\/td\u003e\n          \u003ctd\u003eHeavy Curly\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLength\u003c\/td\u003e\n          \u003ctd\u003eMedium Length\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVolume\u003c\/td\u003e\n          \u003ctd\u003eHigh Density\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eColor Options\u003c\/td\u003e\n          \u003ctd\u003eBrown, Natural Black\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eIdeal For\u003c\/td\u003e\n          \u003ctd\u003eWomen – Volume \u0026amp; Style Enhancement\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eOrigin\u003c\/td\u003e\n          \u003ctd\u003eIndia\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- HOW TO --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eHow to Wear\u003c\/h3\u003e\n\n      \u003cdiv class=\"wigy-steps\"\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e1\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePrep:\u003c\/strong\u003e Tie your natural hair flat.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e2\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePosition:\u003c\/strong\u003e Place wig aligning with hairline.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e3\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eSecure:\u003c\/strong\u003e Adjust straps or clips.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e4\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Fluff curls and set your look.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Brown","offer_id":48366469906532,"sku":null,"price":36250.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/Brown-2_05ae543a-0b23-4b28-afad-a747c50409e8.jpg?v=1778012965"},{"product_id":"premium-hd-lace-front-wig-13x4-20-inch-100-human-hair-natural-black","title":"Premium HD Lace Front Wig 13x4 – 20 Inch 100% Human Hair (Natural Black)","description":"\u003cstyle\u003e\n:root{\n  --wigy-primary:#0a2463;\n  --wigy-secondary:#a2f2e4;\n\n  --wigy-bg:#ffffff;\n  --wigy-text:#1a1a1a;\n  --wigy-card:#ffffff;\n  --wigy-muted:#6b7280;\n}\n\n\/* DARK MODE *\/\n.wigy-dark{\n  --wigy-primary:#a2f2e4;\n  --wigy-secondary:#0a2463;\n  --wigy-bg:#0a2463;\n  --wigy-text:#a2f2e4;\n  --wigy-card:#102a5c;\n}\n\n\/* RESET *\/\n.wigy-sec *{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\n\/* SECTION *\/\n.wigy-sec{\n  background:var(--wigy-bg);\n  color:var(--wigy-text);\n  padding:30px 15px;\n}\n\n.wigy-container{\n  margin:auto;\n}\n\n\/* HERO *\/\n.wigy-hero{\n  background:linear-gradient(135deg,#0a2463,#0f2f7a);\n  padding:30px;\n  border-radius:20px;\n  margin-bottom:30px;\n  text-align:left;\n}\n\n\/* 🔥 PREMIUM GRADIENT HEADING *\/\n.wigy-hero h2{\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:12px;\n  letter-spacing:0.4px;\n  line-height:1.2;\n\n  background:linear-gradient(\n    120deg,\n    #a2f2e4 0%,\n    #ffffff 25%,\n    #a2f2e4 50%,\n    #7fe3d5 75%,\n    #ffffff 100%\n  );\n\n  background-size:250% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:wigy-gradient 6s ease-in-out infinite;\n\n  \/* subtle glow *\/\n  filter:drop-shadow(0 2px 8px rgba(162,242,228,0.25));\n}\n\n\/* 🔥 SMOOTH LUXURY ANIMATION *\/\n@keyframes wigy-gradient{\n  0%{background-position:0% center;}\n  50%{background-position:100% center;}\n  100%{background-position:0% center;}\n}\n\n.wigy-hero h2:hover{\n  filter:drop-shadow(0 4px 14px rgba(162,242,228,0.5));\n  transform:translateY(-1px);\n  transition:all 0.3s ease;\n}\n\n\/* HERO TEXT *\/\n.wigy-hero p{\n  color:#dbeafe;\n  line-height:1.8;\n  max-width:780px;\n  margin-bottom:10px;\n  font-size:15px;\n}\n\n\/* LINE *\/\n.wigy-highlight-line{\n  width:80px;\n  height:4px;\n  background:var(--wigy-secondary);\n  margin-top:18px;\n  border-radius:10px;\n}\n\n\/* CARD *\/\n.wigy-card{\n  background:var(--wigy-card);\n  border-radius:18px;\n  padding:30px;\n  margin-bottom:25px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.05);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 HOVER GLOW *\/\n.wigy-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 15px 35px rgba(162,242,228,0.25);\n}\n\n\/* HEADINGS *\/\n.wigy-head{\n  font-size:22px;\n  font-weight:700;\n  margin-bottom:18px;\n  color:var(--wigy-primary);\n}\n\n\/* FEATURES GRID *\/\n.wigy-feature{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:18px;\n}\n\n\/* FEATURE BOX *\/\n.wigy-box{\n  background:#f9fbfb;\n  padding:20px;\n  border-radius:14px;\n  border-left:5px solid var(--wigy-secondary);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 INNER CARD GLOW *\/\n.wigy-box:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(162,242,228,0.2);\n}\n\n.wigy-box strong{\n  color:var(--wigy-primary);\n}\n\n\/* TABLE *\/\n.wigy-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.wigy-table tr:hover{\n  background:#f9fbfb;\n}\n\n.wigy-table td{\n  padding:14px;\n  border-bottom:1px solid #eee;\n  font-size:14px;\n}\n\n.wigy-table td:first-child{\n  font-weight:600;\n  color:var(--wigy-primary);\n}\n\n\/* LIST *\/\n.wigy-list{\n  padding-left:18px;\n}\n\n.wigy-list li{\n  margin-bottom:10px;\n}\n\n\/* STEPS *\/\n.wigy-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.wigy-step{\n  display:flex;\n  gap:15px;\n}\n\n.wigy-step-number{\n  background:var(--wigy-primary);\n  color:#fff;\n  min-width:32px;\n  height:32px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TEXT *\/\n.wigy-text{\n  font-size:15px;\n  line-height:1.7;\n  color:var(--wigy-text);\n}\n\n\/* PROMISE *\/\n.wigy-highlight{\n  background:linear-gradient(135deg,#0a2463,#061a45);\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n}\n\n.wigy-highlight h3{\n  margin-bottom:12px;\n  font-size:20px;\n  color:var(--wigy-secondary);\n}\n\n.wigy-highlight p{\n  margin-bottom:6px;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .wigy-hero{\n    padding:30px 20px;\n  }\n\n  .wigy-hero h2{\n    font-size:24px;\n  }\n\n  .wigy-head{\n    font-size:20px;\n  }\n}\n@media (prefers-reduced-motion: reduce){\n  .wigy-hero h2{\n    animation:none;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"wigy-sec\"\u003e\n  \u003cdiv class=\"wigy-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cdiv class=\"wigy-hero\"\u003e\n      \u003ch2\u003eFlawless Hairline. Effortless Elegance.\u003c\/h2\u003e\n      \u003cp\u003e\n        Experience salon-level perfection with our Premium HD Lace Front Wig designed for a completely natural, invisible hairline.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Crafted with 100% human hair and ultra-thin HD lace, it melts seamlessly into your scalp — giving you a flawless, confident look every day.\n      \u003c\/p\u003e\n      \u003cdiv class=\"wigy-highlight-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT DESCRIPTION --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eProduct Description\u003c\/h3\u003e\n      \u003cp class=\"wigy-text\"\u003e\n        The Wigy Hair Premium HD Lace Front Wig 13x4 (20 Inch) is designed for women who want a natural hairline and full coverage with a luxurious finish. The HD lace blends perfectly with your skin tone, creating an undetectable front that looks like real scalp.\n      \u003c\/p\u003e\n      \u003cp class=\"wigy-text\"\u003e\n        Made from 100% real human hair, this wig offers a soft, silky texture with natural movement. Whether you're styling for everyday wear or special occasions, this wig gives you complete styling freedom with a premium feel.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHY LOVE --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eWhy You’ll Love It\u003c\/h3\u003e\n\n      \u003cdiv class=\"wigy-feature\"\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          ✨ \u003cstrong\u003eHD Lace Technology\u003c\/strong\u003e\u003cbr\u003e\n          Ultra-thin lace melts into skin for invisible hairline.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          💁 \u003cstrong\u003e100% Human Hair\u003c\/strong\u003e\u003cbr\u003e\n          Soft, natural texture with real movement.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          🎯 \u003cstrong\u003e13x4 Lace Coverage\u003c\/strong\u003e\u003cbr\u003e\n          Wide front area for natural parting \u0026amp; styling.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          💎 \u003cstrong\u003ePremium Length\u003c\/strong\u003e\u003cbr\u003e\n          20-inch long hair for elegant styling.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          🔥 \u003cstrong\u003eStyle Freedom\u003c\/strong\u003e\u003cbr\u003e\n          Straighten, curl, or restyle anytime.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- TECH --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eTechnical Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"wigy-table\"\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eProduct Type\u003c\/td\u003e\n          \u003ctd\u003eHD Lace Front Wig\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eHair Material\u003c\/td\u003e\n          \u003ctd\u003e100% Human Hair\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLace Type\u003c\/td\u003e\n          \u003ctd\u003eHD Transparent Lace\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLace Size\u003c\/td\u003e\n          \u003ctd\u003e13 x 4 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLength\u003c\/td\u003e\n          \u003ctd\u003e20 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTexture\u003c\/td\u003e\n          \u003ctd\u003eStraight\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eColor\u003c\/td\u003e\n          \u003ctd\u003eNatural Black\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCoverage\u003c\/td\u003e\n          \u003ctd\u003eFull Front Hairline\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eIdeal For\u003c\/td\u003e\n          \u003ctd\u003eWomen – Daily \u0026amp; Occasion Wear\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- HOW TO --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eHow to Wear\u003c\/h3\u003e\n\n      \u003cdiv class=\"wigy-steps\"\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e1\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003ePrep:\u003c\/strong\u003e Clean and flatten your natural hair.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e2\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003ePlace:\u003c\/strong\u003e Align lace with your natural hairline.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e3\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003eSecure:\u003c\/strong\u003e Use adhesive or wig band.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e4\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003eStyle:\u003c\/strong\u003e Customize parting \u0026amp; finish look.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PROMISE --\u003e\n    \u003cdiv class=\"wigy-highlight\"\u003e\n      \u003ch3\u003eThe Wigy Hair Promise\u003c\/h3\u003e\n      \u003cp\u003e📦 Fast Shipping: Dispatch within 24 hours.\u003c\/p\u003e\n      \u003cp\u003e🔒 Privacy: Delivered in unbranded, discreet packaging.\u003c\/p\u003e\n      \u003cp\u003e✅ Quality Check: Lace and hair density inspected before packing.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Black","offer_id":48319518113892,"sku":null,"price":23450.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/BlackSilk-1.jpg?v=1778012849"},{"product_id":"short-wavy-human-hair-wig-natural-look-lightweight-wig-women","title":"Short Wavy Human Hair Wig – Natural Look Lightweight Wig (Women)","description":"\u003cstyle\u003e\n:root{\n  --wigy-primary:#0a2463;\n  --wigy-secondary:#a2f2e4;\n\n  --wigy-bg:#ffffff;\n  --wigy-text:#1a1a1a;\n  --wigy-card:#ffffff;\n  --wigy-muted:#6b7280;\n}\n\n\/* DARK MODE *\/\n.wigy-dark{\n  --wigy-primary:#a2f2e4;\n  --wigy-secondary:#0a2463;\n  --wigy-bg:#0a2463;\n  --wigy-text:#a2f2e4;\n  --wigy-card:#102a5c;\n}\n\n\/* RESET *\/\n.wigy-sec *{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\n\/* SECTION *\/\n.wigy-sec{\n  background:var(--wigy-bg);\n  color:var(--wigy-text);\n  padding:30px 15px;\n}\n\n.wigy-container{\n  margin:auto;\n}\n\n\/* HERO *\/\n.wigy-hero{\n  background:linear-gradient(135deg,#0a2463,#0f2f7a);\n  padding:30px;\n  border-radius:20px;\n  margin-bottom:30px;\n  text-align:left;\n}\n\n\/* 🔥 PREMIUM GRADIENT HEADING *\/\n.wigy-hero h2{\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:12px;\n  letter-spacing:0.4px;\n  line-height:1.2;\n\n  background:linear-gradient(\n    120deg,\n    #a2f2e4 0%,\n    #ffffff 25%,\n    #a2f2e4 50%,\n    #7fe3d5 75%,\n    #ffffff 100%\n  );\n\n  background-size:250% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:wigy-gradient 6s ease-in-out infinite;\n\n  \/* subtle glow *\/\n  filter:drop-shadow(0 2px 8px rgba(162,242,228,0.25));\n}\n\n\/* 🔥 SMOOTH LUXURY ANIMATION *\/\n@keyframes wigy-gradient{\n  0%{background-position:0% center;}\n  50%{background-position:100% center;}\n  100%{background-position:0% center;}\n}\n\n.wigy-hero h2:hover{\n  filter:drop-shadow(0 4px 14px rgba(162,242,228,0.5));\n  transform:translateY(-1px);\n  transition:all 0.3s ease;\n}\n\n\/* HERO TEXT *\/\n.wigy-hero p{\n  color:#dbeafe;\n  line-height:1.8;\n  max-width:780px;\n  margin-bottom:10px;\n  font-size:15px;\n}\n\n\/* LINE *\/\n.wigy-highlight-line{\n  width:80px;\n  height:4px;\n  background:var(--wigy-secondary);\n  margin-top:18px;\n  border-radius:10px;\n}\n\n\/* CARD *\/\n.wigy-card{\n  background:var(--wigy-card);\n  border-radius:18px;\n  padding:30px;\n  margin-bottom:25px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.05);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 HOVER GLOW *\/\n.wigy-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 15px 35px rgba(162,242,228,0.25);\n}\n\n\/* HEADINGS *\/\n.wigy-head{\n  font-size:22px;\n  font-weight:700;\n  margin-bottom:18px;\n  color:var(--wigy-primary);\n}\n\n\/* FEATURES GRID *\/\n.wigy-feature{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:18px;\n}\n\n\/* FEATURE BOX *\/\n.wigy-box{\n  background:#f9fbfb;\n  padding:20px;\n  border-radius:14px;\n  border-left:5px solid var(--wigy-secondary);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 INNER CARD GLOW *\/\n.wigy-box:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(162,242,228,0.2);\n}\n\n.wigy-box strong{\n  color:var(--wigy-primary);\n}\n\n\/* TABLE *\/\n.wigy-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.wigy-table tr:hover{\n  background:#f9fbfb;\n}\n\n.wigy-table td{\n  padding:14px;\n  border-bottom:1px solid #eee;\n  font-size:14px;\n}\n\n.wigy-table td:first-child{\n  font-weight:600;\n  color:var(--wigy-primary);\n}\n\n\/* LIST *\/\n.wigy-list{\n  padding-left:18px;\n}\n\n.wigy-list li{\n  margin-bottom:10px;\n}\n\n\/* STEPS *\/\n.wigy-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.wigy-step{\n  display:flex;\n  gap:15px;\n}\n\n.wigy-step-number{\n  background:var(--wigy-primary);\n  color:#fff;\n  min-width:32px;\n  height:32px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TEXT *\/\n.wigy-text{\n  font-size:15px;\n  line-height:1.7;\n  color:var(--wigy-text);\n}\n\n\/* PROMISE *\/\n.wigy-highlight{\n  background:linear-gradient(135deg,#0a2463,#061a45);\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n}\n\n.wigy-highlight h3{\n  margin-bottom:12px;\n  font-size:20px;\n  color:var(--wigy-secondary);\n}\n\n.wigy-highlight p{\n  margin-bottom:6px;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .wigy-hero{\n    padding:30px 20px;\n  }\n\n  .wigy-hero h2{\n    font-size:24px;\n  }\n\n  .wigy-head{\n    font-size:20px;\n  }\n}\n@media (prefers-reduced-motion: reduce){\n  .wigy-hero h2{\n    animation:none;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"wigy-sec\"\u003e\n  \u003cdiv class=\"wigy-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cdiv class=\"wigy-hero\"\u003e\n      \u003ch2\u003eInstant Style. Natural Confidence.\u003c\/h2\u003e\n      \u003cp\u003e\n        Get a beautiful, salon-inspired look in seconds with this short wavy human hair wig designed for effortless everyday elegance.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Whether you're dealing with thinning hair or simply want a stylish transformation, Wigy Hair gives you confidence — \u003cstrong\u003eYour Hair, Your Power.\u003c\/strong\u003e\n      \u003c\/p\u003e\n      \u003cdiv class=\"wigy-highlight-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT DESCRIPTION --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n        \u003cp class=\"wigy-text\"\u003e\n        The Wigy Hair Short Wavy Human Hair Wig is designed for women who want a natural, voluminous look without the hassle of styling every day. Inspired by timeless, elegant hairstyles, this wig gives you soft waves that frame your face beautifully.\n      \u003c\/p\u003e\n      \u003cp class=\"wigy-text\"\u003e\n        Made from 100% real human hair, it offers a natural scalp appearance and seamless blending. Its lightweight construction ensures all-day comfort, making it perfect for daily wear or special occasions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHY LOVE --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eWhy You’ll Love It\u003c\/h3\u003e\n\n      \u003cdiv class=\"wigy-feature\"\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          ✨ \u003cstrong\u003e100% Human Hair\u003c\/strong\u003e\u003cbr\u003e\n          Natural shine, softness \u0026amp; real movement.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          🧠 \u003cstrong\u003eNatural Scalp Look\u003c\/strong\u003e\u003cbr\u003e\n          Realistic appearance for undetectable finish.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          💁 \u003cstrong\u003eSoft Wavy Texture\u003c\/strong\u003e\u003cbr\u003e\n          Adds volume with effortless styling.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          🌬️ \u003cstrong\u003eLightweight Comfort\u003c\/strong\u003e\u003cbr\u003e\n          Perfect for long wear without heaviness.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          🔄 \u003cstrong\u003eEasy to Wear\u003c\/strong\u003e\u003cbr\u003e\n          Quick application \u0026amp; removal in minutes.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- TECH --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eTechnical Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"wigy-table\"\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eProduct Type\u003c\/td\u003e\n          \u003ctd\u003eShort Wavy Wig\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eHair Material\u003c\/td\u003e\n          \u003ctd\u003e100% Human Hair\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTexture\u003c\/td\u003e\n          \u003ctd\u003eSoft Wavy\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eStyle\u003c\/td\u003e\n          \u003ctd\u003eShort Voluminous Look\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eColor Options\u003c\/td\u003e\n          \u003ctd\u003eNatural Black, Natural Brown\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFit\u003c\/td\u003e\n          \u003ctd\u003eComfortable \u0026amp; Lightweight Cap\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eIdeal For\u003c\/td\u003e\n          \u003ctd\u003eHair Loss, Thinning Hair, Style Makeover\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- HOW TO --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eHow to Wear\u003c\/h3\u003e\n\n      \u003cdiv class=\"wigy-steps\"\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e1\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003ePrepare Hair:\u003c\/strong\u003e Tie or flatten your natural hair.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e2\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003eWear Wig:\u003c\/strong\u003e Place the wig from front to back.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e3\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003eAdjust Fit:\u003c\/strong\u003e Secure using adjustable straps.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e4\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003eStyle:\u003c\/strong\u003e Gently fluff waves for volume.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Brown","offer_id":48319528304740,"sku":null,"price":22599.0,"currency_code":"INR","in_stock":true},{"title":"Natural Black","offer_id":48319589548132,"sku":null,"price":22599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/Brown-1.jpg?v=1778012777"},{"product_id":"medium-length-human-hair-topper-hand-knotted-natural-black-hair-patch","title":"Medium Length Human Hair Topper – Hand-Knotted Natural Black Hair Patch","description":"\u003cstyle\u003e\n:root{\n  --wigy-primary:#0a2463;\n  --wigy-secondary:#a2f2e4;\n\n  --wigy-bg:#ffffff;\n  --wigy-text:#1a1a1a;\n  --wigy-card:#ffffff;\n  --wigy-muted:#6b7280;\n}\n\n\/* DARK MODE *\/\n.wigy-dark{\n  --wigy-primary:#a2f2e4;\n  --wigy-secondary:#0a2463;\n  --wigy-bg:#0a2463;\n  --wigy-text:#a2f2e4;\n  --wigy-card:#102a5c;\n}\n\n\/* RESET *\/\n.wigy-sec *{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\n\/* SECTION *\/\n.wigy-sec{\n  background:var(--wigy-bg);\n  color:var(--wigy-text);\n  padding:30px 15px;\n}\n\n.wigy-container{\n  margin:auto;\n}\n\n\/* HERO *\/\n.wigy-hero{\n  background:linear-gradient(135deg,#0a2463,#0f2f7a);\n  padding:30px;\n  border-radius:20px;\n  margin-bottom:30px;\n  text-align:left;\n}\n\n\/* 🔥 PREMIUM GRADIENT HEADING *\/\n.wigy-hero h2{\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:12px;\n  letter-spacing:0.4px;\n  line-height:1.2;\n\n  background:linear-gradient(\n    120deg,\n    #a2f2e4 0%,\n    #ffffff 25%,\n    #a2f2e4 50%,\n    #7fe3d5 75%,\n    #ffffff 100%\n  );\n\n  background-size:250% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:wigy-gradient 6s ease-in-out infinite;\n\n  \/* subtle glow *\/\n  filter:drop-shadow(0 2px 8px rgba(162,242,228,0.25));\n}\n\n\/* 🔥 SMOOTH LUXURY ANIMATION *\/\n@keyframes wigy-gradient{\n  0%{background-position:0% center;}\n  50%{background-position:100% center;}\n  100%{background-position:0% center;}\n}\n\n.wigy-hero h2:hover{\n  filter:drop-shadow(0 4px 14px rgba(162,242,228,0.5));\n  transform:translateY(-1px);\n  transition:all 0.3s ease;\n}\n\n\/* HERO TEXT *\/\n.wigy-hero p{\n  color:#dbeafe;\n  line-height:1.8;\n  max-width:780px;\n  margin-bottom:10px;\n  font-size:15px;\n}\n\n\/* LINE *\/\n.wigy-highlight-line{\n  width:80px;\n  height:4px;\n  background:var(--wigy-secondary);\n  margin-top:18px;\n  border-radius:10px;\n}\n\n\/* CARD *\/\n.wigy-card{\n  background:var(--wigy-card);\n  border-radius:18px;\n  padding:30px;\n  margin-bottom:25px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.05);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 HOVER GLOW *\/\n.wigy-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 15px 35px rgba(162,242,228,0.25);\n}\n\n\/* HEADINGS *\/\n.wigy-head{\n  font-size:22px;\n  font-weight:700;\n  margin-bottom:18px;\n  color:var(--wigy-primary);\n}\n\n\/* FEATURES GRID *\/\n.wigy-feature{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:18px;\n}\n\n\/* FEATURE BOX *\/\n.wigy-box{\n  background:#f9fbfb;\n  padding:20px;\n  border-radius:14px;\n  border-left:5px solid var(--wigy-secondary);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 INNER CARD GLOW *\/\n.wigy-box:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(162,242,228,0.2);\n}\n\n.wigy-box strong{\n  color:var(--wigy-primary);\n}\n\n\/* TABLE *\/\n.wigy-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.wigy-table tr:hover{\n  background:#f9fbfb;\n}\n\n.wigy-table td{\n  padding:14px;\n  border-bottom:1px solid #eee;\n  font-size:14px;\n}\n\n.wigy-table td:first-child{\n  font-weight:600;\n  color:var(--wigy-primary);\n}\n\n\/* LIST *\/\n.wigy-list{\n  padding-left:18px;\n}\n\n.wigy-list li{\n  margin-bottom:10px;\n}\n\n\/* STEPS *\/\n.wigy-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.wigy-step{\n  display:flex;\n  gap:15px;\n}\n\n.wigy-step-number{\n  background:var(--wigy-primary);\n  color:#fff;\n  min-width:32px;\n  height:32px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TEXT *\/\n.wigy-text{\n  font-size:15px;\n  line-height:1.7;\n  color:var(--wigy-text);\n}\n\n\/* PROMISE *\/\n.wigy-highlight{\n  background:linear-gradient(135deg,#0a2463,#061a45);\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n}\n\n.wigy-highlight h3{\n  margin-bottom:12px;\n  font-size:20px;\n  color:var(--wigy-secondary);\n}\n\n.wigy-highlight p{\n  margin-bottom:6px;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .wigy-hero{\n    padding:30px 20px;\n  }\n\n  .wigy-hero h2{\n    font-size:24px;\n  }\n\n  .wigy-head{\n    font-size:20px;\n  }\n}\n@media (prefers-reduced-motion: reduce){\n  .wigy-hero h2{\n    animation:none;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"wigy-sec\"\u003e\n  \u003cdiv class=\"wigy-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cdiv class=\"wigy-hero\"\u003e\n      \u003ch2\u003eSmall Coverage. Big Confidence.\u003c\/h2\u003e\n      \u003cp\u003e\n        Designed for precise thinning areas, this Imported Small Silk Base Topper delivers a flawless scalp illusion with natural blending.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Lightweight, breathable, and made with 100% human hair — it’s your everyday solution for effortless volume and confidence.\n      \u003c\/p\u003e\n      \u003cdiv class=\"wigy-highlight-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT DESCRIPTION --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003cp class=\"wigy-text\"\u003e\n        The Wigy Hair Imported Small Silk Base Hair Topper is crafted specifically for women experiencing mild thinning at the crown or parting area. Its 2.5x4 silk base creates a natural scalp-like appearance, making the hair part virtually undetectable.\n      \u003c\/p\u003e\n      \u003cp class=\"wigy-text\"\u003e\n        Made from 100% premium human hair, this topper blends seamlessly with your natural hair, adding volume and coverage without bulk. Its lightweight design ensures all-day comfort, making it perfect for daily wear.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHY LOVE --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eWhy You’ll Love It\u003c\/h3\u003e\n\n      \u003cdiv class=\"wigy-feature\"\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          ✨ \u003cstrong\u003eSilk Base Technology\u003c\/strong\u003e\u003cbr\u003e\n          Creates a realistic scalp illusion for natural parting.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          💁 \u003cstrong\u003e100% Human Hair\u003c\/strong\u003e\u003cbr\u003e\n          Soft, natural shine with real movement.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          🎯 \u003cstrong\u003eTargeted Coverage\u003c\/strong\u003e\u003cbr\u003e\n          Perfect for small thinning areas and crown.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          🌬️ \u003cstrong\u003eUltra Lightweight\u003c\/strong\u003e\u003cbr\u003e\n          Comfortable for all-day wear without heaviness.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-box\"\u003e\n          🎨 \u003cstrong\u003eStyle Freedom\u003c\/strong\u003e\u003cbr\u003e\n          Curl, straighten, or blend as needed.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- TECH --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eTechnical Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"wigy-table\"\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eProduct Type\u003c\/td\u003e\n          \u003ctd\u003eHair Topper\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eHair Material\u003c\/td\u003e\n          \u003ctd\u003e100% Human Hair\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBase Type\u003c\/td\u003e\n          \u003ctd\u003eSilk Base\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBase Size\u003c\/td\u003e\n          \u003ctd\u003e2.5 x 4 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLength\u003c\/td\u003e\n          \u003ctd\u003e14–16 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCoverage Area\u003c\/td\u003e\n          \u003ctd\u003eCrown \/ Parting\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eColor Options\u003c\/td\u003e\n          \u003ctd\u003eNatural Black, Natural Brown\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eIdeal For\u003c\/td\u003e\n          \u003ctd\u003eWomen with Thinning Hair\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eOrigin\u003c\/td\u003e\n          \u003ctd\u003eImported\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- HOW TO --\u003e\n    \u003cdiv class=\"wigy-card\"\u003e\n      \u003ch3 class=\"wigy-head\"\u003eHow to Wear\u003c\/h3\u003e\n\n      \u003cdiv class=\"wigy-steps\"\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e1\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003eSection:\u003c\/strong\u003e Identify thinning area.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e2\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003ePosition:\u003c\/strong\u003e Place topper over crown\/part.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e3\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003eSecure:\u003c\/strong\u003e Attach clips gently.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wigy-step\"\u003e\n          \u003cdiv class=\"wigy-step-number\"\u003e4\u003c\/div\u003e\n          \u003cdiv class=\"wigy-text\"\u003e\n            \u003cstrong\u003eBlend:\u003c\/strong\u003e Style with your natural hair.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Black \/ 2.5x4 Inch","offer_id":48351327617124,"sku":null,"price":7890.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/BlackHairTopper-1.jpg?v=1778012505"},{"product_id":"invisible-hd-lace-wig-bio-base-natural-human-hair-wig-women","title":"Invisible HD Lace Wig – Bio Base Natural Human Hair Wig (Women)","description":"\u003cstyle\u003e\n:root{\n  --wigy-primary:#0a2463;\n  --wigy-secondary:#a2f2e4;\n\n  --wigy-bg:#ffffff;\n  --wigy-text:#1a1a1a;\n  --wigy-card:#ffffff;\n  --wigy-muted:#6b7280;\n}\n\n\/* DARK MODE *\/\n.wigy-dark{\n  --wigy-primary:#a2f2e4;\n  --wigy-secondary:#0a2463;\n  --wigy-bg:#0a2463;\n  --wigy-text:#a2f2e4;\n  --wigy-card:#102a5c;\n}\n\n\/* RESET *\/\n.wigy-sec *{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\n\/* SECTION *\/\n.wigy-sec{\n  background:var(--wigy-bg);\n  color:var(--wigy-text);\n  padding:30px 15px;\n}\n\n.wigy-container{\n  margin:auto;\n}\n\n\/* HERO *\/\n.wigy-hero{\n  background:linear-gradient(135deg,#0a2463,#0f2f7a);\n  padding:30px;\n  border-radius:20px;\n  margin-bottom:30px;\n  text-align:left;\n}\n\n\/* 🔥 PREMIUM GRADIENT HEADING *\/\n.wigy-hero h2{\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:12px;\n  letter-spacing:0.4px;\n  line-height:1.2;\n\n  background:linear-gradient(\n    120deg,\n    #a2f2e4 0%,\n    #ffffff 25%,\n    #a2f2e4 50%,\n    #7fe3d5 75%,\n    #ffffff 100%\n  );\n\n  background-size:250% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:wigy-gradient 6s ease-in-out infinite;\n\n  \/* subtle glow *\/\n  filter:drop-shadow(0 2px 8px rgba(162,242,228,0.25));\n}\n\n\/* 🔥 SMOOTH LUXURY ANIMATION *\/\n@keyframes wigy-gradient{\n  0%{background-position:0% center;}\n  50%{background-position:100% center;}\n  100%{background-position:0% center;}\n}\n\n.wigy-hero h2:hover{\n  filter:drop-shadow(0 4px 14px rgba(162,242,228,0.5));\n  transform:translateY(-1px);\n  transition:all 0.3s ease;\n}\n\n\/* HERO TEXT *\/\n.wigy-hero p{\n  color:#dbeafe;\n  line-height:1.8;\n  max-width:780px;\n  margin-bottom:10px;\n  font-size:15px;\n}\n\n\/* LINE *\/\n.wigy-highlight-line{\n  width:80px;\n  height:4px;\n  background:var(--wigy-secondary);\n  margin-top:18px;\n  border-radius:10px;\n}\n\n\/* CARD *\/\n.wigy-card{\n  background:var(--wigy-card);\n  border-radius:18px;\n  padding:30px;\n  margin-bottom:25px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.05);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 HOVER GLOW *\/\n.wigy-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 15px 35px rgba(162,242,228,0.25);\n}\n\n\/* HEADINGS *\/\n.wigy-head{\n  font-size:22px;\n  font-weight:700;\n  margin-bottom:18px;\n  color:var(--wigy-primary);\n}\n\n\/* FEATURES GRID *\/\n.wigy-feature{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:18px;\n}\n\n\/* FEATURE BOX *\/\n.wigy-box{\n  background:#f9fbfb;\n  padding:20px;\n  border-radius:14px;\n  border-left:5px solid var(--wigy-secondary);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 INNER CARD GLOW *\/\n.wigy-box:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(162,242,228,0.2);\n}\n\n.wigy-box strong{\n  color:var(--wigy-primary);\n}\n\n\/* TABLE *\/\n.wigy-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.wigy-table tr:hover{\n  background:#f9fbfb;\n}\n\n.wigy-table td{\n  padding:14px;\n  border-bottom:1px solid #eee;\n  font-size:14px;\n}\n\n.wigy-table td:first-child{\n  font-weight:600;\n  color:var(--wigy-primary);\n}\n\n\/* LIST *\/\n.wigy-list{\n  padding-left:18px;\n}\n\n.wigy-list li{\n  margin-bottom:10px;\n}\n\n\/* STEPS *\/\n.wigy-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.wigy-step{\n  display:flex;\n  gap:15px;\n}\n\n.wigy-step-number{\n  background:var(--wigy-primary);\n  color:#fff;\n  min-width:32px;\n  height:32px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TEXT *\/\n.wigy-text{\n  font-size:15px;\n  line-height:1.7;\n  color:var(--wigy-text);\n}\n\n\/* PROMISE *\/\n.wigy-highlight{\n  background:linear-gradient(135deg,#0a2463,#061a45);\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n}\n\n.wigy-highlight h3{\n  margin-bottom:12px;\n  font-size:20px;\n  color:var(--wigy-secondary);\n}\n\n.wigy-highlight p{\n  margin-bottom:6px;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .wigy-hero{\n    padding:30px 20px;\n  }\n\n  .wigy-hero h2{\n    font-size:24px;\n  }\n\n  .wigy-head{\n    font-size:20px;\n  }\n}\n@media (prefers-reduced-motion: reduce){\n  .wigy-hero h2{\n    animation:none;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"wigy-sec\"\u003e\n\u003cdiv class=\"wigy-container\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"wigy-hero\"\u003e\n\u003ch2\u003eInvisible Hairline. Real Confidence.\u003c\/h2\u003e\n\u003cp\u003eExperience next-level realism with HD lace that melts seamlessly into your skin—creating a completely undetectable hairline.\u003c\/p\u003e\n\u003cp\u003eDesigned with a breathable bio-based cap and premium human hair, this wig delivers luxury comfort with a flawless natural finish. \u003cstrong\u003eYour Hair, Your Power.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DESCRIPTION --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cp class=\"wigy-text\"\u003eWigy Hair Invisible HD Lace Wig is crafted for women who want a perfectly natural look with maximum comfort. The ultra-thin HD lace blends into your scalp, making the hairline and parting completely invisible—even up close.\u003c\/p\u003e\n\u003cp class=\"wigy-text\"\u003eThe advanced bio-based cap ensures breathability and skin-friendly wear, while the premium human hair delivers a soft, silky texture with long-lasting durability. Ideal for daily use, special occasions, or complete style transformation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHY LOVE --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003ch3 class=\"wigy-head\"\u003eWhy You’ll Love It\u003c\/h3\u003e\n\u003cdiv class=\"wigy-feature\"\u003e\n\u003cdiv class=\"wigy-box\"\u003e🔍 \u003cstrong\u003eHD Lace Hairline\u003c\/strong\u003e\u003cbr\u003eUltra-thin lace for completely invisible finish.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🌿 \u003cstrong\u003eBio-Based Cap\u003c\/strong\u003e\u003cbr\u003eBreathable, skin-friendly, and comfortable.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e✨ \u003cstrong\u003ePremium Human Hair\u003c\/strong\u003e\u003cbr\u003eSoft, silky texture with natural shine.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e💁 \u003cstrong\u003eRealistic Parting\u003c\/strong\u003e\u003cbr\u003eLooks like natural hair growth from scalp.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🎉 \u003cstrong\u003eVersatile Use\u003c\/strong\u003e\u003cbr\u003ePerfect for daily wear, events \u0026amp; styling.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TECH --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003ch3 class=\"wigy-head\"\u003eTechnical Specifications\u003c\/h3\u003e\n\u003ctable class=\"wigy-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eHD Lace Wig\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHair Material\u003c\/td\u003e\n\u003ctd\u003e100% Human Hair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLace Type\u003c\/td\u003e\n\u003ctd\u003eHD Transparent Lace\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCap Type\u003c\/td\u003e\n\u003ctd\u003eBio-Based Breathable Cap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTexture\u003c\/td\u003e\n\u003ctd\u003eNatural Straight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eNatural Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eDaily Wear \/ Occasion Styling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003ch3 class=\"wigy-head\"\u003eHow to Wear\u003c\/h3\u003e\n\u003cdiv class=\"wigy-steps\"\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePrep:\u003c\/strong\u003e Clean your scalp and align wig position.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePlace:\u003c\/strong\u003e Adjust the HD lace along your hairline.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eSecure:\u003c\/strong\u003e Use straps, clips, or adhesive.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Blend and set for a flawless finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Black","offer_id":48351671746660,"sku":null,"price":48000.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/NaturalBlack-5.jpg?v=1778010753"},{"product_id":"skin-based-mirage-full-head-wig-100-human-hair-natural-wig-unisex","title":"Skin-Based Mirage Full Head Wig – 100% Human Hair Natural Wig (Unisex)","description":"\u003cstyle\u003e\n:root{\n  --wigy-primary:#0a2463;\n  --wigy-secondary:#a2f2e4;\n\n  --wigy-bg:#ffffff;\n  --wigy-text:#1a1a1a;\n  --wigy-card:#ffffff;\n  --wigy-muted:#6b7280;\n}\n\n\/* DARK MODE *\/\n.wigy-dark{\n  --wigy-primary:#a2f2e4;\n  --wigy-secondary:#0a2463;\n  --wigy-bg:#0a2463;\n  --wigy-text:#a2f2e4;\n  --wigy-card:#102a5c;\n}\n\n\/* RESET *\/\n.wigy-sec *{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\n\/* SECTION *\/\n.wigy-sec{\n  background:var(--wigy-bg);\n  color:var(--wigy-text);\n  padding:30px 15px;\n}\n\n.wigy-container{\n  margin:auto;\n}\n\n\/* HERO *\/\n.wigy-hero{\n  background:linear-gradient(135deg,#0a2463,#0f2f7a);\n  padding:30px;\n  border-radius:20px;\n  margin-bottom:30px;\n  text-align:left;\n}\n\n\/* 🔥 PREMIUM GRADIENT HEADING *\/\n.wigy-hero h2{\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:12px;\n  letter-spacing:0.4px;\n  line-height:1.2;\n\n  background:linear-gradient(\n    120deg,\n    #a2f2e4 0%,\n    #ffffff 25%,\n    #a2f2e4 50%,\n    #7fe3d5 75%,\n    #ffffff 100%\n  );\n\n  background-size:250% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:wigy-gradient 6s ease-in-out infinite;\n\n  \/* subtle glow *\/\n  filter:drop-shadow(0 2px 8px rgba(162,242,228,0.25));\n}\n\n\/* 🔥 SMOOTH LUXURY ANIMATION *\/\n@keyframes wigy-gradient{\n  0%{background-position:0% center;}\n  50%{background-position:100% center;}\n  100%{background-position:0% center;}\n}\n\n.wigy-hero h2:hover{\n  filter:drop-shadow(0 4px 14px rgba(162,242,228,0.5));\n  transform:translateY(-1px);\n  transition:all 0.3s ease;\n}\n\n\/* HERO TEXT *\/\n.wigy-hero p{\n  color:#dbeafe;\n  line-height:1.8;\n  max-width:780px;\n  margin-bottom:10px;\n  font-size:15px;\n}\n\n\/* LINE *\/\n.wigy-highlight-line{\n  width:80px;\n  height:4px;\n  background:var(--wigy-secondary);\n  margin-top:18px;\n  border-radius:10px;\n}\n\n\/* CARD *\/\n.wigy-card{\n  background:var(--wigy-card);\n  border-radius:18px;\n  padding:30px;\n  margin-bottom:25px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.05);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 HOVER GLOW *\/\n.wigy-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 15px 35px rgba(162,242,228,0.25);\n}\n\n\/* HEADINGS *\/\n.wigy-head{\n  font-size:22px;\n  font-weight:700;\n  margin-bottom:18px;\n  color:var(--wigy-primary);\n}\n\n\/* FEATURES GRID *\/\n.wigy-feature{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:18px;\n}\n\n\/* FEATURE BOX *\/\n.wigy-box{\n  background:#f9fbfb;\n  padding:20px;\n  border-radius:14px;\n  border-left:5px solid var(--wigy-secondary);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 INNER CARD GLOW *\/\n.wigy-box:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(162,242,228,0.2);\n}\n\n.wigy-box strong{\n  color:var(--wigy-primary);\n}\n\n\/* TABLE *\/\n.wigy-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.wigy-table tr:hover{\n  background:#f9fbfb;\n}\n\n.wigy-table td{\n  padding:14px;\n  border-bottom:1px solid #eee;\n  font-size:14px;\n}\n\n.wigy-table td:first-child{\n  font-weight:600;\n  color:var(--wigy-primary);\n}\n\n\/* LIST *\/\n.wigy-list{\n  padding-left:18px;\n}\n\n.wigy-list li{\n  margin-bottom:10px;\n}\n\n\/* STEPS *\/\n.wigy-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.wigy-step{\n  display:flex;\n  gap:15px;\n}\n\n.wigy-step-number{\n  background:var(--wigy-primary);\n  color:#fff;\n  min-width:32px;\n  height:32px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TEXT *\/\n.wigy-text{\n  font-size:15px;\n  line-height:1.7;\n  color:var(--wigy-text);\n}\n\n\/* PROMISE *\/\n.wigy-highlight{\n  background:linear-gradient(135deg,#0a2463,#061a45);\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n}\n\n.wigy-highlight h3{\n  margin-bottom:12px;\n  font-size:20px;\n  color:var(--wigy-secondary);\n}\n\n.wigy-highlight p{\n  margin-bottom:6px;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .wigy-hero{\n    padding:30px 20px;\n  }\n\n  .wigy-hero h2{\n    font-size:24px;\n  }\n\n  .wigy-head{\n    font-size:20px;\n  }\n}\n@media (prefers-reduced-motion: reduce){\n  .wigy-hero h2{\n    animation:none;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"wigy-sec\"\u003e\n\u003cdiv class=\"wigy-container\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"wigy-hero\"\u003e\n\u003ch2\u003eLooks Like Your Own Hair.\u003c\/h2\u003e\n\u003cp\u003eDesigned for complete realism, the Skin-Based Mirage Wig creates a flawless scalp illusion that blends perfectly with your natural look.\u003c\/p\u003e\n\u003cp\u003eWhether for hair loss or a fresh new style, this wig delivers confidence without compromise — \u003cstrong\u003eYour Hair, Your Power.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"wigy-highlight-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DESCRIPTION --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cp class=\"wigy-text\"\u003eWigy Hair Skin-Based Mirage Full Head Wig is crafted for those who want a completely natural and undetectable hair solution. The advanced skin base technology replicates the look of a real scalp, making the hair appear as if it is growing directly from your skin.\u003c\/p\u003e\n\u003cp class=\"wigy-text\"\u003eMade with 100% human hair, this wig offers natural movement, soft texture, and full styling freedom. Its lightweight and breathable design ensures all-day comfort, making it perfect for daily wear or special occasions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHY LOVE --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003ch3 class=\"wigy-head\"\u003eWhy You’ll Love It\u003c\/h3\u003e\n\u003cdiv class=\"wigy-feature\"\u003e\n\u003cdiv class=\"wigy-box\"\u003e🧠 \u003cstrong\u003eSkin Base Technology\u003c\/strong\u003e\u003cbr\u003eCreates ultra-realistic scalp appearance.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e✨ \u003cstrong\u003e100% Human Hair\u003c\/strong\u003e\u003cbr\u003eNatural shine, texture, and styling freedom.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🌬️ \u003cstrong\u003eLightweight Comfort\u003c\/strong\u003e\u003cbr\u003eBreathable design for all-day wear.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🔒 \u003cstrong\u003eFull Coverage\u003c\/strong\u003e\u003cbr\u003eIdeal for hair loss, thinning, or baldness.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🔄 \u003cstrong\u003eUnisex Styling\u003c\/strong\u003e\u003cbr\u003ePerfect for both men \u0026amp; women.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TECH --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003ch3 class=\"wigy-head\"\u003eTechnical Specifications\u003c\/h3\u003e\n\u003ctable class=\"wigy-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eFull Head Wig (Unisex)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHair Material\u003c\/td\u003e\n\u003ctd\u003e100% Human Hair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBase Type\u003c\/td\u003e\n\u003ctd\u003eSkin Base\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAppearance\u003c\/td\u003e\n\u003ctd\u003eUltra-Natural Scalp Finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort\u003c\/td\u003e\n\u003ctd\u003eLightweight \u0026amp; Breathable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eNatural Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal For\u003c\/td\u003e\n\u003ctd\u003eHair Loss \/ Style Transformation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003ch3 class=\"wigy-head\"\u003eHow to Wear\u003c\/h3\u003e\n\u003cdiv class=\"wigy-steps\"\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePrep:\u003c\/strong\u003e Clean and dry your scalp.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePosition:\u003c\/strong\u003e Align wig with natural hairline.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eSecure:\u003c\/strong\u003e Adjust straps or use adhesive if needed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Comb and finish for a natural look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PROMISE --\u003e\n\u003cdiv class=\"wigy-highlight\"\u003e\n\u003ch3\u003eThe Wigy Hair Promise\u003c\/h3\u003e\n\u003cp\u003e📦 Fast Shipping: Dispatch within 24 hours.\u003c\/p\u003e\n\u003cp\u003e🔒 Privacy: Delivered in unbranded, discreet packaging.\u003c\/p\u003e\n\u003cp\u003e✅ Quality Check: Lace and hair density inspected before packing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Black","offer_id":48354799517796,"sku":null,"price":21590.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/Black-4.jpg?v=1778010601"},{"product_id":"filament-medium-length-human-hair-wig-natural-scalp-finish-natural-black","title":"Filament Medium Length Human Hair Wig – Natural Scalp Finish (Natural Black)","description":"\u003cstyle\u003e\n:root{\n  --wigy-primary:#0a2463;\n  --wigy-secondary:#a2f2e4;\n\n  --wigy-bg:#ffffff;\n  --wigy-text:#1a1a1a;\n  --wigy-card:#ffffff;\n  --wigy-muted:#6b7280;\n}\n\n\/* DARK MODE *\/\n.wigy-dark{\n  --wigy-primary:#a2f2e4;\n  --wigy-secondary:#0a2463;\n  --wigy-bg:#0a2463;\n  --wigy-text:#a2f2e4;\n  --wigy-card:#102a5c;\n}\n\n\/* RESET *\/\n.wigy-sec *{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\n\/* SECTION *\/\n.wigy-sec{\n  background:var(--wigy-bg);\n  color:var(--wigy-text);\n  padding:30px 15px;\n}\n\n.wigy-container{\n  margin:auto;\n}\n\n\/* HERO *\/\n.wigy-hero{\n  background:linear-gradient(135deg,#0a2463,#0f2f7a);\n  padding:30px;\n  border-radius:20px;\n  margin-bottom:30px;\n  text-align:left;\n}\n\n\/* 🔥 PREMIUM GRADIENT HEADING *\/\n.wigy-hero h2{\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:12px;\n  letter-spacing:0.4px;\n  line-height:1.2;\n\n  background:linear-gradient(\n    120deg,\n    #a2f2e4 0%,\n    #ffffff 25%,\n    #a2f2e4 50%,\n    #7fe3d5 75%,\n    #ffffff 100%\n  );\n\n  background-size:250% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:wigy-gradient 6s ease-in-out infinite;\n\n  \/* subtle glow *\/\n  filter:drop-shadow(0 2px 8px rgba(162,242,228,0.25));\n}\n\n\/* 🔥 SMOOTH LUXURY ANIMATION *\/\n@keyframes wigy-gradient{\n  0%{background-position:0% center;}\n  50%{background-position:100% center;}\n  100%{background-position:0% center;}\n}\n\n.wigy-hero h2:hover{\n  filter:drop-shadow(0 4px 14px rgba(162,242,228,0.5));\n  transform:translateY(-1px);\n  transition:all 0.3s ease;\n}\n\n\/* HERO TEXT *\/\n.wigy-hero p{\n  color:#dbeafe;\n  line-height:1.8;\n  max-width:780px;\n  margin-bottom:10px;\n  font-size:15px;\n}\n\n\/* LINE *\/\n.wigy-highlight-line{\n  width:80px;\n  height:4px;\n  background:var(--wigy-secondary);\n  margin-top:18px;\n  border-radius:10px;\n}\n\n\/* CARD *\/\n.wigy-card{\n  background:var(--wigy-card);\n  border-radius:18px;\n  padding:30px;\n  margin-bottom:25px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.05);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 HOVER GLOW *\/\n.wigy-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 15px 35px rgba(162,242,228,0.25);\n}\n\n\/* HEADINGS *\/\n.wigy-head{\n  font-size:22px;\n  font-weight:700;\n  margin-bottom:18px;\n  color:var(--wigy-primary);\n}\n\n\/* FEATURES GRID *\/\n.wigy-feature{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:18px;\n}\n\n\/* FEATURE BOX *\/\n.wigy-box{\n  background:#f9fbfb;\n  padding:20px;\n  border-radius:14px;\n  border-left:5px solid var(--wigy-secondary);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 INNER CARD GLOW *\/\n.wigy-box:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(162,242,228,0.2);\n}\n\n.wigy-box strong{\n  color:var(--wigy-primary);\n}\n\n\/* TABLE *\/\n.wigy-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.wigy-table tr:hover{\n  background:#f9fbfb;\n}\n\n.wigy-table td{\n  padding:14px;\n  border-bottom:1px solid #eee;\n  font-size:14px;\n}\n\n.wigy-table td:first-child{\n  font-weight:600;\n  color:var(--wigy-primary);\n}\n\n\/* LIST *\/\n.wigy-list{\n  padding-left:18px;\n}\n\n.wigy-list li{\n  margin-bottom:10px;\n}\n\n\/* STEPS *\/\n.wigy-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.wigy-step{\n  display:flex;\n  gap:15px;\n}\n\n.wigy-step-number{\n  background:var(--wigy-primary);\n  color:#fff;\n  min-width:32px;\n  height:32px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TEXT *\/\n.wigy-text{\n  font-size:15px;\n  line-height:1.7;\n  color:var(--wigy-text);\n}\n\n\/* PROMISE *\/\n.wigy-highlight{\n  background:linear-gradient(135deg,#0a2463,#061a45);\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n}\n\n.wigy-highlight h3{\n  margin-bottom:12px;\n  font-size:20px;\n  color:var(--wigy-secondary);\n}\n\n.wigy-highlight p{\n  margin-bottom:6px;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .wigy-hero{\n    padding:30px 20px;\n  }\n\n  .wigy-hero h2{\n    font-size:24px;\n  }\n\n  .wigy-head{\n    font-size:20px;\n  }\n}\n@media (prefers-reduced-motion: reduce){\n  .wigy-hero h2{\n    animation:none;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"wigy-sec\"\u003e\n\u003cdiv class=\"wigy-container\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"wigy-hero\"\u003e\n\u003ch2\u003eNatural Look. Zero Compromise.\u003c\/h2\u003e\n\u003cp\u003eExperience the confidence of real-looking hair with our premium filament wig. Designed for a flawless scalp illusion, it blends seamlessly — giving you a look no one can question.\u003c\/p\u003e\n\u003cp\u003eCrafted for comfort, styled for confidence — \u003cstrong\u003eYour Hair, Your Power.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cp class=\"wigy-text\"\u003eWigy Hair Filament Wig is built for those who demand a completely natural appearance. The advanced filament base creates a realistic scalp finish, making the hair look like it’s growing directly from your head.\u003c\/p\u003e\n\u003cp class=\"wigy-text\"\u003eMade with 100% human hair, this wig offers softness, natural shine, and full styling freedom. Whether you're dealing with hair loss or simply upgrading your look, this wig delivers confidence that feels real and effortless.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eWhy You’ll Love It\u003c\/div\u003e\n\u003cdiv class=\"wigy-feature\"\u003e\n\u003cdiv class=\"wigy-box\"\u003e👀 \u003cstrong\u003eUndetectable Scalp Finish\u003c\/strong\u003e\u003cbr\u003eFilament base mimics real scalp perfectly.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e💁♀️ \u003cstrong\u003e100% Human Hair\u003c\/strong\u003e\u003cbr\u003eNatural shine, softness \u0026amp; real movement.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🌬️ \u003cstrong\u003eLightweight Comfort\u003c\/strong\u003e\u003cbr\u003eBreathable design for all-day wear.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🔄 \u003cstrong\u003eStyle Freedom\u003c\/strong\u003e\u003cbr\u003eCurl, straighten or customize easily.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🔒 \u003cstrong\u003eSecure \u0026amp; Confident Fit\u003c\/strong\u003e\u003cbr\u003eStays in place without discomfort.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TECH --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003ctable class=\"wigy-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eHair Material\u003c\/td\u003e\n\u003ctd\u003e100% Human Hair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003eMedium Length\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBase Type\u003c\/td\u003e\n\u003ctd\u003eFilament (Real Scalp Finish)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKnotting\u003c\/td\u003e\n\u003ctd\u003eFully Hand-Knotted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort\u003c\/td\u003e\n\u003ctd\u003eLightweight \u0026amp; Breathable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eNatural Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal For\u003c\/td\u003e\n\u003ctd\u003eHair Loss \/ Styling \/ Daily Wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eHow to Wear\u003c\/div\u003e\n\u003cdiv class=\"wigy-steps\"\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePrepare:\u003c\/strong\u003e Tie or flatten your natural hair.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePosition:\u003c\/strong\u003e Place the wig along your hairline.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eSecure:\u003c\/strong\u003e Adjust straps or clips for firm fit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eBlend \u0026amp; Style:\u003c\/strong\u003e Comb and set your desired look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Black","offer_id":48373886320740,"sku":null,"price":16890.0,"currency_code":"INR","in_stock":true},{"title":"Natural Brown","offer_id":48424801992804,"sku":null,"price":48000.0,"currency_code":"INR","in_stock":false},{"title":"Light Brown","offer_id":48424802025572,"sku":null,"price":48000.0,"currency_code":"INR","in_stock":false},{"title":"Black","offer_id":48424802058340,"sku":null,"price":48000.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/Black-3_2bc15570-e0e6-4c0d-839d-c2ecd3136949.jpg?v=1778097357"},{"product_id":"5x6-silk-base-hair-topper-natural-scalp-human-hair-topper-natural-black","title":"5x6 Silk Base Hair Topper – Natural Scalp Human Hair Topper (Natural Black)","description":"\u003cstyle\u003e\n:root{\n  --wigy-primary:#0a2463;\n  --wigy-secondary:#a2f2e4;\n\n  --wigy-bg:#ffffff;\n  --wigy-text:#1a1a1a;\n  --wigy-card:#ffffff;\n  --wigy-muted:#6b7280;\n}\n\n\/* DARK MODE *\/\n.wigy-dark{\n  --wigy-primary:#a2f2e4;\n  --wigy-secondary:#0a2463;\n  --wigy-bg:#0a2463;\n  --wigy-text:#a2f2e4;\n  --wigy-card:#102a5c;\n}\n\n\/* RESET *\/\n.wigy-sec *{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\n\/* SECTION *\/\n.wigy-sec{\n  background:var(--wigy-bg);\n  color:var(--wigy-text);\n  padding:30px 15px;\n}\n\n.wigy-container{\n  margin:auto;\n}\n\n\/* HERO *\/\n.wigy-hero{\n  background:linear-gradient(135deg,#0a2463,#0f2f7a);\n  padding:30px;\n  border-radius:20px;\n  margin-bottom:30px;\n  text-align:left;\n}\n\n\/* 🔥 PREMIUM GRADIENT HEADING *\/\n.wigy-hero h2{\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:12px;\n  letter-spacing:0.4px;\n  line-height:1.2;\n\n  background:linear-gradient(\n    120deg,\n    #a2f2e4 0%,\n    #ffffff 25%,\n    #a2f2e4 50%,\n    #7fe3d5 75%,\n    #ffffff 100%\n  );\n\n  background-size:250% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:wigy-gradient 6s ease-in-out infinite;\n\n  \/* subtle glow *\/\n  filter:drop-shadow(0 2px 8px rgba(162,242,228,0.25));\n}\n\n\/* 🔥 SMOOTH LUXURY ANIMATION *\/\n@keyframes wigy-gradient{\n  0%{background-position:0% center;}\n  50%{background-position:100% center;}\n  100%{background-position:0% center;}\n}\n\n.wigy-hero h2:hover{\n  filter:drop-shadow(0 4px 14px rgba(162,242,228,0.5));\n  transform:translateY(-1px);\n  transition:all 0.3s ease;\n}\n\n\/* HERO TEXT *\/\n.wigy-hero p{\n  color:#dbeafe;\n  line-height:1.8;\n  max-width:780px;\n  margin-bottom:10px;\n  font-size:15px;\n}\n\n\/* LINE *\/\n.wigy-highlight-line{\n  width:80px;\n  height:4px;\n  background:var(--wigy-secondary);\n  margin-top:18px;\n  border-radius:10px;\n}\n\n\/* CARD *\/\n.wigy-card{\n  background:var(--wigy-card);\n  border-radius:18px;\n  padding:30px;\n  margin-bottom:25px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.05);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 HOVER GLOW *\/\n.wigy-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 15px 35px rgba(162,242,228,0.25);\n}\n\n\/* HEADINGS *\/\n.wigy-head{\n  font-size:22px;\n  font-weight:700;\n  margin-bottom:18px;\n  color:var(--wigy-primary);\n}\n\n\/* FEATURES GRID *\/\n.wigy-feature{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:18px;\n}\n\n\/* FEATURE BOX *\/\n.wigy-box{\n  background:#f9fbfb;\n  padding:20px;\n  border-radius:14px;\n  border-left:5px solid var(--wigy-secondary);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 INNER CARD GLOW *\/\n.wigy-box:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(162,242,228,0.2);\n}\n\n.wigy-box strong{\n  color:var(--wigy-primary);\n}\n\n\/* TABLE *\/\n.wigy-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.wigy-table tr:hover{\n  background:#f9fbfb;\n}\n\n.wigy-table td{\n  padding:14px;\n  border-bottom:1px solid #eee;\n  font-size:14px;\n}\n\n.wigy-table td:first-child{\n  font-weight:600;\n  color:var(--wigy-primary);\n}\n\n\/* LIST *\/\n.wigy-list{\n  padding-left:18px;\n}\n\n.wigy-list li{\n  margin-bottom:10px;\n}\n\n\/* STEPS *\/\n.wigy-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.wigy-step{\n  display:flex;\n  gap:15px;\n}\n\n.wigy-step-number{\n  background:var(--wigy-primary);\n  color:#fff;\n  min-width:32px;\n  height:32px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TEXT *\/\n.wigy-text{\n  font-size:15px;\n  line-height:1.7;\n  color:var(--wigy-text);\n}\n\n\/* PROMISE *\/\n.wigy-highlight{\n  background:linear-gradient(135deg,#0a2463,#061a45);\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n}\n\n.wigy-highlight h3{\n  margin-bottom:12px;\n  font-size:20px;\n  color:var(--wigy-secondary);\n}\n\n.wigy-highlight p{\n  margin-bottom:6px;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .wigy-hero{\n    padding:30px 20px;\n  }\n\n  .wigy-hero h2{\n    font-size:24px;\n  }\n\n  .wigy-head{\n    font-size:20px;\n  }\n}\n@media (prefers-reduced-motion: reduce){\n  .wigy-hero h2{\n    animation:none;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"wigy-sec\"\u003e\n\u003cdiv class=\"wigy-container\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"wigy-hero\"\u003e\n\u003ch2\u003eFlawless Coverage. Real Scalp Look.\u003c\/h2\u003e\n\u003cp\u003eSay goodbye to thinning worries and hello to effortless confidence. Our 5x6 Silk Base Hair Topper gives you a natural scalp finish that blends perfectly with your real hair.\u003c\/p\u003e\n\u003cp\u003eDesigned for everyday confidence — \u003cstrong\u003eYour Hair, Your Power.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"wigy-highlight-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cp class=\"wigy-text\"\u003eWigy Hair 5x6 Silk Base Hair Topper is crafted for women who want fuller-looking hair without compromising on a natural appearance. The silk base technology creates a realistic scalp illusion, making the parting completely undetectable.\u003c\/p\u003e\n\u003cp class=\"wigy-text\"\u003eMade from 100% human hair, this topper blends seamlessly with your natural hair, adding volume, coverage, and confidence instantly. Its lightweight construction ensures all-day comfort without heaviness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eWhy You’ll Love It\u003c\/div\u003e\n\u003cdiv class=\"wigy-feature\"\u003e\n\u003cdiv class=\"wigy-box\"\u003e👀 \u003cstrong\u003eReal Scalp Finish\u003c\/strong\u003e\u003cbr\u003eSilk base mimics natural scalp perfectly.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e💁♀️ \u003cstrong\u003e100% Human Hair\u003c\/strong\u003e\u003cbr\u003eSoft, shiny \u0026amp; completely natural look.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e📏 \u003cstrong\u003ePerfect Coverage (5x6)\u003c\/strong\u003e\u003cbr\u003eIdeal for medium thinning areas.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🌬️ \u003cstrong\u003eLightweight Comfort\u003c\/strong\u003e\u003cbr\u003eBreathable and easy for daily wear.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🎨 \u003cstrong\u003eStyle Your Way\u003c\/strong\u003e\u003cbr\u003eCurl, straighten, or customize easily.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TECH --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003ctable class=\"wigy-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eHair Topper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBase Size\u003c\/td\u003e\n\u003ctd\u003e5 x 6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHair Material\u003c\/td\u003e\n\u003ctd\u003e100% Human Hair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBase Type\u003c\/td\u003e\n\u003ctd\u003eSilk Base (Scalp Finish)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort\u003c\/td\u003e\n\u003ctd\u003eLightweight \u0026amp; Breathable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eNatural Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAvailable Shades\u003c\/td\u003e\n\u003ctd\u003eBlack \u0026amp; Brown\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal For\u003c\/td\u003e\n\u003ctd\u003eHair Thinning \/ Volume Coverage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eHow to Wear\u003c\/div\u003e\n\u003cdiv class=\"wigy-steps\"\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eSection:\u003c\/strong\u003e Identify thinning area.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePlace:\u003c\/strong\u003e Position topper on the crown.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eSecure:\u003c\/strong\u003e Attach clips for firm hold.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eBlend:\u003c\/strong\u003e Comb and style naturally.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Brown","offer_id":48373965193316,"sku":null,"price":22599.0,"currency_code":"INR","in_stock":true},{"title":"Natural Black","offer_id":48373965226084,"sku":null,"price":22599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/Black-1_e046d7bd-2b9a-49bf-adcd-07b12521404a.jpg?v=1778097116"},{"product_id":"5x5-curly-human-hair-topper-16-inch-natural-hair-coverage-natural-black","title":"5x5 Curly Human Hair Topper – 16 Inch Natural Hair Coverage (Natural Black)","description":"\u003cstyle\u003e\n:root{\n  --wigy-primary:#0a2463;\n  --wigy-secondary:#a2f2e4;\n\n  --wigy-bg:#ffffff;\n  --wigy-text:#1a1a1a;\n  --wigy-card:#ffffff;\n  --wigy-muted:#6b7280;\n}\n\n\/* DARK MODE *\/\n.wigy-dark{\n  --wigy-primary:#a2f2e4;\n  --wigy-secondary:#0a2463;\n  --wigy-bg:#0a2463;\n  --wigy-text:#a2f2e4;\n  --wigy-card:#102a5c;\n}\n\n\/* RESET *\/\n.wigy-sec *{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\n\/* SECTION *\/\n.wigy-sec{\n  background:var(--wigy-bg);\n  color:var(--wigy-text);\n  padding:30px 15px;\n}\n\n.wigy-container{\n  margin:auto;\n}\n\n\/* HERO *\/\n.wigy-hero{\n  background:linear-gradient(135deg,#0a2463,#0f2f7a);\n  padding:30px;\n  border-radius:20px;\n  margin-bottom:30px;\n  text-align:left;\n}\n\n\/* 🔥 PREMIUM GRADIENT HEADING *\/\n.wigy-hero h2{\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:12px;\n  letter-spacing:0.4px;\n  line-height:1.2;\n\n  background:linear-gradient(\n    120deg,\n    #a2f2e4 0%,\n    #ffffff 25%,\n    #a2f2e4 50%,\n    #7fe3d5 75%,\n    #ffffff 100%\n  );\n\n  background-size:250% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:wigy-gradient 6s ease-in-out infinite;\n\n  \/* subtle glow *\/\n  filter:drop-shadow(0 2px 8px rgba(162,242,228,0.25));\n}\n\n\/* 🔥 SMOOTH LUXURY ANIMATION *\/\n@keyframes wigy-gradient{\n  0%{background-position:0% center;}\n  50%{background-position:100% center;}\n  100%{background-position:0% center;}\n}\n\n.wigy-hero h2:hover{\n  filter:drop-shadow(0 4px 14px rgba(162,242,228,0.5));\n  transform:translateY(-1px);\n  transition:all 0.3s ease;\n}\n\n\/* HERO TEXT *\/\n.wigy-hero p{\n  color:#dbeafe;\n  line-height:1.8;\n  max-width:780px;\n  margin-bottom:10px;\n  font-size:15px;\n}\n\n\/* LINE *\/\n.wigy-highlight-line{\n  width:80px;\n  height:4px;\n  background:var(--wigy-secondary);\n  margin-top:18px;\n  border-radius:10px;\n}\n\n\/* CARD *\/\n.wigy-card{\n  background:var(--wigy-card);\n  border-radius:18px;\n  padding:30px;\n  margin-bottom:25px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.05);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 HOVER GLOW *\/\n.wigy-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 15px 35px rgba(162,242,228,0.25);\n}\n\n\/* HEADINGS *\/\n.wigy-head{\n  font-size:22px;\n  font-weight:700;\n  margin-bottom:18px;\n  color:var(--wigy-primary);\n}\n\n\/* FEATURES GRID *\/\n.wigy-feature{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:18px;\n}\n\n\/* FEATURE BOX *\/\n.wigy-box{\n  background:#f9fbfb;\n  padding:20px;\n  border-radius:14px;\n  border-left:5px solid var(--wigy-secondary);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 INNER CARD GLOW *\/\n.wigy-box:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(162,242,228,0.2);\n}\n\n.wigy-box strong{\n  color:var(--wigy-primary);\n}\n\n\/* TABLE *\/\n.wigy-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.wigy-table tr:hover{\n  background:#f9fbfb;\n}\n\n.wigy-table td{\n  padding:14px;\n  border-bottom:1px solid #eee;\n  font-size:14px;\n}\n\n.wigy-table td:first-child{\n  font-weight:600;\n  color:var(--wigy-primary);\n}\n\n\/* LIST *\/\n.wigy-list{\n  padding-left:18px;\n}\n\n.wigy-list li{\n  margin-bottom:10px;\n}\n\n\/* STEPS *\/\n.wigy-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.wigy-step{\n  display:flex;\n  gap:15px;\n}\n\n.wigy-step-number{\n  background:var(--wigy-primary);\n  color:#fff;\n  min-width:32px;\n  height:32px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TEXT *\/\n.wigy-text{\n  font-size:15px;\n  line-height:1.7;\n  color:var(--wigy-text);\n}\n\n\/* PROMISE *\/\n.wigy-highlight{\n  background:linear-gradient(135deg,#0a2463,#061a45);\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n}\n\n.wigy-highlight h3{\n  margin-bottom:12px;\n  font-size:20px;\n  color:var(--wigy-secondary);\n}\n\n.wigy-highlight p{\n  margin-bottom:6px;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .wigy-hero{\n    padding:30px 20px;\n  }\n\n  .wigy-hero h2{\n    font-size:24px;\n  }\n\n  .wigy-head{\n    font-size:20px;\n  }\n}\n@media (prefers-reduced-motion: reduce){\n  .wigy-hero h2{\n    animation:none;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"wigy-sec\"\u003e\n\u003cdiv class=\"wigy-container\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"wigy-hero\"\u003e\n\u003ch2\u003eSoft Curls. Natural Confidence.\u003c\/h2\u003e\n\u003cp\u003eAchieve effortless volume and beautiful curly texture instantly with our premium 5x5 Curly Hair Topper. Designed to blend naturally while giving fuller-looking hair with complete comfort.\u003c\/p\u003e\n\u003cp\u003eLightweight, breathable, and made for everyday confidence — \u003cstrong\u003eYour Hair, Your Power.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"wigy-highlight-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cp class=\"wigy-text\"\u003eWigy Hair 5x5 Curly Hair Topper is specially designed for women looking for natural volume and elegant curly texture. Crafted using 100% human hair, this topper delivers soft movement, realistic shine, and effortless blending.\u003c\/p\u003e\n\u003cp class=\"wigy-text\"\u003eThe 5x5 coverage area makes it ideal for thinning hair around the crown and parting line, while the lightweight construction ensures comfortable all-day wear. Whether you want extra fullness or a quick style upgrade, this topper gives you instant confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eWhy You’ll Love It\u003c\/div\u003e\n\u003cdiv class=\"wigy-feature\"\u003e\n\u003cdiv class=\"wigy-box\"\u003e💁♀️ \u003cstrong\u003e100% Human Hair\u003c\/strong\u003e\u003cbr\u003eNatural softness, shine \u0026amp; realistic movement.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🌀 \u003cstrong\u003eSoft Curly Texture\u003c\/strong\u003e\u003cbr\u003eBeautiful curls with natural bounce.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e👀 \u003cstrong\u003eNatural Blending\u003c\/strong\u003e\u003cbr\u003eSeamlessly blends with your existing hair.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🔒 \u003cstrong\u003eEasy Secure Fit\u003c\/strong\u003e\u003cbr\u003eClip-ons \/ band design for quick wear.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🌬️ \u003cstrong\u003eLightweight Comfort\u003c\/strong\u003e\u003cbr\u003eBreathable design for daily use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TECHNICAL --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003ctable class=\"wigy-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eHair Topper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBase Size\u003c\/td\u003e\n\u003ctd\u003e5 x 5 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHair Material\u003c\/td\u003e\n\u003ctd\u003e100% Human Hair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTexture\u003c\/td\u003e\n\u003ctd\u003eSoft Curly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e16 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAttachment\u003c\/td\u003e\n\u003ctd\u003eClip-ons \/ Band\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eNatural Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAvailable Shades\u003c\/td\u003e\n\u003ctd\u003eNatural Black \/ Brown\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal For\u003c\/td\u003e\n\u003ctd\u003eHair Thinning \u0026amp; Volume Coverage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO WEAR --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eHow to Wear\u003c\/div\u003e\n\u003cdiv class=\"wigy-steps\"\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePrepare:\u003c\/strong\u003e Section the thinning area properly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePlace:\u003c\/strong\u003e Position the topper over the coverage area.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eSecure:\u003c\/strong\u003e Attach clips or adjust the band comfortably.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eBlend \u0026amp; Style:\u003c\/strong\u003e Finger-style curls for a natural finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CARE --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eCare Instructions\u003c\/div\u003e\n\u003cul class=\"wigy-list wigy-text\"\u003e\n\u003cli\u003eUse sulfate-free shampoo \u0026amp; conditioner\u003c\/li\u003e\n\u003cli\u003eDetangle gently using fingers or wide-tooth comb\u003c\/li\u003e\n\u003cli\u003eAir dry to maintain curl definition\u003c\/li\u003e\n\u003cli\u003eStore properly after use to preserve shape\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Brown","offer_id":48386529034340,"sku":null,"price":22599.0,"currency_code":"INR","in_stock":true},{"title":"Natural Black","offer_id":48386529067108,"sku":null,"price":22599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/Brown-1_6d58d6fd-0fd7-4142-a9ae-1bcc952894ac.jpg?v=1778227645"},{"product_id":"natural-black-human-hair-extension-with-band-clip-system","title":"Natural Black Human Hair Extension with Band \u0026 Clip System","description":"\u003cstyle\u003e\n:root{\n  --wigy-primary:#0a2463;\n  --wigy-secondary:#a2f2e4;\n\n  --wigy-bg:#ffffff;\n  --wigy-text:#1a1a1a;\n  --wigy-card:#ffffff;\n  --wigy-muted:#6b7280;\n}\n\n\/* DARK MODE *\/\n.wigy-dark{\n  --wigy-primary:#a2f2e4;\n  --wigy-secondary:#0a2463;\n  --wigy-bg:#0a2463;\n  --wigy-text:#a2f2e4;\n  --wigy-card:#102a5c;\n}\n\n\/* RESET *\/\n.wigy-sec *{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\n\/* SECTION *\/\n.wigy-sec{\n  background:var(--wigy-bg);\n  color:var(--wigy-text);\n  padding:30px 15px;\n}\n\n.wigy-container{\n  margin:auto;\n}\n\n\/* HERO *\/\n.wigy-hero{\n  background:linear-gradient(135deg,#0a2463,#0f2f7a);\n  padding:30px;\n  border-radius:20px;\n  margin-bottom:30px;\n  text-align:left;\n}\n\n\/* 🔥 PREMIUM GRADIENT HEADING *\/\n.wigy-hero h2{\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:12px;\n  letter-spacing:0.4px;\n  line-height:1.2;\n\n  background:linear-gradient(\n    120deg,\n    #a2f2e4 0%,\n    #ffffff 25%,\n    #a2f2e4 50%,\n    #7fe3d5 75%,\n    #ffffff 100%\n  );\n\n  background-size:250% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:wigy-gradient 6s ease-in-out infinite;\n\n  \/* subtle glow *\/\n  filter:drop-shadow(0 2px 8px rgba(162,242,228,0.25));\n}\n\n\/* 🔥 SMOOTH LUXURY ANIMATION *\/\n@keyframes wigy-gradient{\n  0%{background-position:0% center;}\n  50%{background-position:100% center;}\n  100%{background-position:0% center;}\n}\n\n.wigy-hero h2:hover{\n  filter:drop-shadow(0 4px 14px rgba(162,242,228,0.5));\n  transform:translateY(-1px);\n  transition:all 0.3s ease;\n}\n\n\/* HERO TEXT *\/\n.wigy-hero p{\n  color:#dbeafe;\n  line-height:1.8;\n  max-width:780px;\n  margin-bottom:10px;\n  font-size:15px;\n}\n\n\/* LINE *\/\n.wigy-highlight-line{\n  width:80px;\n  height:4px;\n  background:var(--wigy-secondary);\n  margin-top:18px;\n  border-radius:10px;\n}\n\n\/* CARD *\/\n.wigy-card{\n  background:var(--wigy-card);\n  border-radius:18px;\n  padding:30px;\n  margin-bottom:25px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.05);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 HOVER GLOW *\/\n.wigy-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 15px 35px rgba(162,242,228,0.25);\n}\n\n\/* HEADINGS *\/\n.wigy-head{\n  font-size:22px;\n  font-weight:700;\n  margin-bottom:18px;\n  color:var(--wigy-primary);\n}\n\n\/* FEATURES GRID *\/\n.wigy-feature{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:18px;\n}\n\n\/* FEATURE BOX *\/\n.wigy-box{\n  background:#f9fbfb;\n  padding:20px;\n  border-radius:14px;\n  border-left:5px solid var(--wigy-secondary);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 INNER CARD GLOW *\/\n.wigy-box:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(162,242,228,0.2);\n}\n\n.wigy-box strong{\n  color:var(--wigy-primary);\n}\n\n\/* TABLE *\/\n.wigy-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.wigy-table tr:hover{\n  background:#f9fbfb;\n}\n\n.wigy-table td{\n  padding:14px;\n  border-bottom:1px solid #eee;\n  font-size:14px;\n}\n\n.wigy-table td:first-child{\n  font-weight:600;\n  color:var(--wigy-primary);\n}\n\n\/* LIST *\/\n.wigy-list{\n  padding-left:18px;\n}\n\n.wigy-list li{\n  margin-bottom:10px;\n}\n\n\/* STEPS *\/\n.wigy-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.wigy-step{\n  display:flex;\n  gap:15px;\n}\n\n.wigy-step-number{\n  background:var(--wigy-primary);\n  color:#fff;\n  min-width:32px;\n  height:32px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TEXT *\/\n.wigy-text{\n  font-size:15px;\n  line-height:1.7;\n  color:var(--wigy-text);\n}\n\n\/* PROMISE *\/\n.wigy-highlight{\n  background:linear-gradient(135deg,#0a2463,#061a45);\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n}\n\n.wigy-highlight h3{\n  margin-bottom:12px;\n  font-size:20px;\n  color:var(--wigy-secondary);\n}\n\n.wigy-highlight p{\n  margin-bottom:6px;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .wigy-hero{\n    padding:30px 20px;\n  }\n\n  .wigy-hero h2{\n    font-size:24px;\n  }\n\n  .wigy-head{\n    font-size:20px;\n  }\n}\n@media (prefers-reduced-motion: reduce){\n  .wigy-hero h2{\n    animation:none;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"wigy-sec\"\u003e\n\u003cdiv class=\"wigy-container\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"wigy-hero\"\u003e\n\u003ch2\u003eInstant Length. Natural Confidence.\u003c\/h2\u003e\n\u003cp\u003eUpgrade your hairstyle instantly with Wigy Hair Human Hair Extensions designed for natural blending, comfortable wear, and long-lasting beauty.\u003c\/p\u003e\n\u003cp\u003eFeaturing a secure Band + Clip System, these extensions provide extra grip without slipping while delivering smooth, voluminous, salon-like hair within minutes.\u003c\/p\u003e\n\u003cdiv class=\"wigy-highlight-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DESCRIPTION --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cp class=\"wigy-text\"\u003eWigy Hair Premium Human Hair Extensions are crafted for women who want effortless length, fuller volume, and a flawless natural finish. Made from 100% real human hair, these extensions blend beautifully with your natural hair while maintaining softness and shine.\u003c\/p\u003e\n\u003cp class=\"wigy-text\"\u003eThe advanced Band + Clip System ensures a strong, secure grip for all-day confidence without discomfort or slipping. Lightweight and easy to carry, these extensions are ideal for daily wear, parties, weddings, photoshoots, or special occasions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHY LOVE --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eWhy You’ll Love It\u003c\/div\u003e\n\u003cdiv class=\"wigy-feature\"\u003e\n\u003cdiv class=\"wigy-box\"\u003e🔒 \u003cstrong\u003eBand + Clip System\u003c\/strong\u003e\u003cbr\u003eExtra secure grip for comfortable wear without slipping.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e✨ \u003cstrong\u003e100% Human Hair\u003c\/strong\u003e\u003cbr\u003eSoft, smooth \u0026amp; naturally blending finish.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e💁♀️ \u003cstrong\u003eInstant Volume \u0026amp; Length\u003c\/strong\u003e\u003cbr\u003eTransform your hairstyle within minutes.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🌬️ \u003cstrong\u003eLightweight Comfort\u003c\/strong\u003e\u003cbr\u003eEasy to wear for long hours comfortably.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e♻️ \u003cstrong\u003eReusable \u0026amp; Durable\u003c\/strong\u003e\u003cbr\u003ePremium quality built for long-lasting use.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🔥 \u003cstrong\u003eHeat Styling Friendly\u003c\/strong\u003e\u003cbr\u003eCurl, straighten, or style as desired.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TECHNICAL DETAILS --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003ctable class=\"wigy-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eHair Extension\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHair Type\u003c\/td\u003e\n\u003ctd\u003e100% Human Hair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAttachment Type\u003c\/td\u003e\n\u003ctd\u003eBand + Clip System\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTexture\u003c\/td\u003e\n\u003ctd\u003eStraight \u0026amp; Smooth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort\u003c\/td\u003e\n\u003ctd\u003eLightweight \u0026amp; Breathable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyling Support\u003c\/td\u003e\n\u003ctd\u003eHeat Styling Friendly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReusable\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eNatural Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal For\u003c\/td\u003e\n\u003ctd\u003eVolume, Length \u0026amp; Hair Styling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eHow to Wear\u003c\/div\u003e\n\u003cdiv class=\"wigy-steps\"\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePrepare:\u003c\/strong\u003e Comb your natural hair properly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eAttach:\u003c\/strong\u003e Secure the band and clip system comfortably.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eBlend:\u003c\/strong\u003e Mix naturally with your existing hair.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Curl, straighten, or leave naturally sleek.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CARE GUIDE --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eCare Instructions\u003c\/div\u003e\n\u003cul class=\"wigy-list wigy-text\"\u003e\n\u003cli\u003eUse sulfate-free shampoo \u0026amp; conditioner\u003c\/li\u003e\n\u003cli\u003eBrush gently from bottom to top\u003c\/li\u003e\n\u003cli\u003eStore properly after use to avoid tangling\u003c\/li\u003e\n\u003cli\u003eAvoid excessive heat for longer durability\u003c\/li\u003e\n\u003cli\u003eWash only when necessary for best lifespan\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Black \/ 2.5x4 Inch","offer_id":48386572058724,"sku":null,"price":9999.0,"currency_code":"INR","in_stock":true},{"title":"Light Brown \/ 2.5x4 Inch","offer_id":48424954265700,"sku":null,"price":9999.0,"currency_code":"INR","in_stock":true},{"title":"Natural Brown \/ 2.5x4 Inch","offer_id":48424954298468,"sku":null,"price":9999.0,"currency_code":"INR","in_stock":false},{"title":"Black \/ 2.5x4 Inch","offer_id":48424954331236,"sku":null,"price":9999.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/Black-2_de7192a3-361f-4a85-911e-dc1c784cf4f0.jpg?v=1778228900"},{"product_id":"single-clip-hair-topper-for-women-mini-volume-hair-topper","title":"Single Clip Hair Topper for Women – Mini Volume Hair Topper","description":"\u003cstyle\u003e\n:root{\n  --wigy-primary:#0a2463;\n  --wigy-secondary:#a2f2e4;\n\n  --wigy-bg:#ffffff;\n  --wigy-text:#1a1a1a;\n  --wigy-card:#ffffff;\n  --wigy-muted:#6b7280;\n}\n\n\/* DARK MODE *\/\n.wigy-dark{\n  --wigy-primary:#a2f2e4;\n  --wigy-secondary:#0a2463;\n  --wigy-bg:#0a2463;\n  --wigy-text:#a2f2e4;\n  --wigy-card:#102a5c;\n}\n\n\/* RESET *\/\n.wigy-sec *{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\n\/* SECTION *\/\n.wigy-sec{\n  background:var(--wigy-bg);\n  color:var(--wigy-text);\n  padding:30px 15px;\n}\n\n.wigy-container{\n  margin:auto;\n}\n\n\/* HERO *\/\n.wigy-hero{\n  background:linear-gradient(135deg,#0a2463,#0f2f7a);\n  padding:30px;\n  border-radius:20px;\n  margin-bottom:30px;\n  text-align:left;\n}\n\n\/* 🔥 PREMIUM GRADIENT HEADING *\/\n.wigy-hero h2{\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:12px;\n  letter-spacing:0.4px;\n  line-height:1.2;\n\n  background:linear-gradient(\n    120deg,\n    #a2f2e4 0%,\n    #ffffff 25%,\n    #a2f2e4 50%,\n    #7fe3d5 75%,\n    #ffffff 100%\n  );\n\n  background-size:250% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:wigy-gradient 6s ease-in-out infinite;\n\n  \/* subtle glow *\/\n  filter:drop-shadow(0 2px 8px rgba(162,242,228,0.25));\n}\n\n\/* 🔥 SMOOTH LUXURY ANIMATION *\/\n@keyframes wigy-gradient{\n  0%{background-position:0% center;}\n  50%{background-position:100% center;}\n  100%{background-position:0% center;}\n}\n\n.wigy-hero h2:hover{\n  filter:drop-shadow(0 4px 14px rgba(162,242,228,0.5));\n  transform:translateY(-1px);\n  transition:all 0.3s ease;\n}\n\n\/* HERO TEXT *\/\n.wigy-hero p{\n  color:#dbeafe;\n  line-height:1.8;\n  max-width:780px;\n  margin-bottom:10px;\n  font-size:15px;\n}\n\n\/* LINE *\/\n.wigy-highlight-line{\n  width:80px;\n  height:4px;\n  background:var(--wigy-secondary);\n  margin-top:18px;\n  border-radius:10px;\n}\n\n\/* CARD *\/\n.wigy-card{\n  background:var(--wigy-card);\n  border-radius:18px;\n  padding:30px;\n  margin-bottom:25px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.05);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 HOVER GLOW *\/\n.wigy-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 15px 35px rgba(162,242,228,0.25);\n}\n\n\/* HEADINGS *\/\n.wigy-head{\n  font-size:22px;\n  font-weight:700;\n  margin-bottom:18px;\n  color:var(--wigy-primary);\n}\n\n\/* FEATURES GRID *\/\n.wigy-feature{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:18px;\n}\n\n\/* FEATURE BOX *\/\n.wigy-box{\n  background:#f9fbfb;\n  padding:20px;\n  border-radius:14px;\n  border-left:5px solid var(--wigy-secondary);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 INNER CARD GLOW *\/\n.wigy-box:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(162,242,228,0.2);\n}\n\n.wigy-box strong{\n  color:var(--wigy-primary);\n}\n\n\/* TABLE *\/\n.wigy-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.wigy-table tr:hover{\n  background:#f9fbfb;\n}\n\n.wigy-table td{\n  padding:14px;\n  border-bottom:1px solid #eee;\n  font-size:14px;\n}\n\n.wigy-table td:first-child{\n  font-weight:600;\n  color:var(--wigy-primary);\n}\n\n\/* LIST *\/\n.wigy-list{\n  padding-left:18px;\n}\n\n.wigy-list li{\n  margin-bottom:10px;\n}\n\n\/* STEPS *\/\n.wigy-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.wigy-step{\n  display:flex;\n  gap:15px;\n}\n\n.wigy-step-number{\n  background:var(--wigy-primary);\n  color:#fff;\n  min-width:32px;\n  height:32px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TEXT *\/\n.wigy-text{\n  font-size:15px;\n  line-height:1.7;\n  color:var(--wigy-text);\n}\n\n\/* PROMISE *\/\n.wigy-highlight{\n  background:linear-gradient(135deg,#0a2463,#061a45);\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n}\n\n.wigy-highlight h3{\n  margin-bottom:12px;\n  font-size:20px;\n  color:var(--wigy-secondary);\n}\n\n.wigy-highlight p{\n  margin-bottom:6px;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .wigy-hero{\n    padding:30px 20px;\n  }\n\n  .wigy-hero h2{\n    font-size:24px;\n  }\n\n  .wigy-head{\n    font-size:20px;\n  }\n}\n@media (prefers-reduced-motion: reduce){\n  .wigy-hero h2{\n    animation:none;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"wigy-sec\"\u003e\n\u003cdiv class=\"wigy-container\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"wigy-hero\"\u003e\n\u003ch2\u003eInstant Volume. Natural Everyday Look.\u003c\/h2\u003e\n\u003cp\u003eCreate fuller, naturally beautiful hair within seconds using the Wigy Hair Single Clip Hair Topper designed for effortless daily styling and lightweight comfort.\u003c\/p\u003e\n\u003cp\u003ePerfect for adding volume, covering thinning areas, or enhancing your hairstyle instantly — this mini topper blends naturally while staying secure and comfortable all day long.\u003c\/p\u003e\n\u003cdiv class=\"wigy-highlight-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DESCRIPTION --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cp class=\"wigy-text\"\u003eWigy Hair Single Clip Hair Topper is a lightweight and easy-to-wear hair solution designed for women who want instant volume and natural coverage without complicated styling. Its compact design makes it ideal for small thinning areas, side coverage, front volume, or quick hairstyle enhancement.\u003c\/p\u003e\n\u003cp class=\"wigy-text\"\u003eThe secure single clip system ensures comfortable grip and quick application while maintaining a completely natural appearance. Available in multiple styles and shades, this topper blends beautifully with your natural hair for an effortless everyday look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHY LOVE --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eWhy You’ll Love It\u003c\/div\u003e\n\u003cdiv class=\"wigy-feature\"\u003e\n\u003cdiv class=\"wigy-box\"\u003e✨ \u003cstrong\u003eInstant Volume Boost\u003c\/strong\u003e\u003cbr\u003eAdds natural fullness within seconds.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e💁♀️ \u003cstrong\u003eSingle Clip Design\u003c\/strong\u003e\u003cbr\u003eEasy to wear and remove anytime.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🌬️ \u003cstrong\u003eLightweight Comfort\u003c\/strong\u003e\u003cbr\u003ePerfect for all-day daily wear.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🎀 \u003cstrong\u003eMulti Hairstyle Support\u003c\/strong\u003e\u003cbr\u003eBlend naturally with different hairstyles.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e💯 \u003cstrong\u003eNatural Coverage\u003c\/strong\u003e\u003cbr\u003eHelps conceal thinning areas beautifully.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🎨 \u003cstrong\u003eMultiple Shades Available\u003c\/strong\u003e\u003cbr\u003eDesigned for seamless hair color blending.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TECHNICAL DETAILS --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003ctable class=\"wigy-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eMini Hair Topper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAttachment Type\u003c\/td\u003e\n\u003ctd\u003eSingle Clip System\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHair Texture\u003c\/td\u003e\n\u003ctd\u003eNatural Straight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Type\u003c\/td\u003e\n\u003ctd\u003eVolume \u0026amp; Light Coverage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort\u003c\/td\u003e\n\u003ctd\u003eLightweight \u0026amp; Breathable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eDaily Wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyling Support\u003c\/td\u003e\n\u003ctd\u003eMulti Hairstyle Compatible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eEasy Clip-On Wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAvailable Shades\u003c\/td\u003e\n\u003ctd\u003eMultiple Shades Available\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eNatural Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003ePerfect For\u003c\/div\u003e\n\u003cdiv class=\"wigy-feature\"\u003e\n\u003cdiv class=\"wigy-box\"\u003e✔️ Front Volume Enhancement\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e✔️ Crown Area Coverage\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e✔️ Thin Hair Blending\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e✔️ Quick Everyday Styling\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e✔️ Lightweight Daily Use\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e✔️ Natural Hairline Styling\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eHow to Wear\u003c\/div\u003e\n\u003cdiv class=\"wigy-steps\"\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePrepare:\u003c\/strong\u003e Comb your natural hair properly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eClip:\u003c\/strong\u003e Attach the topper securely to the desired area.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eBlend:\u003c\/strong\u003e Mix naturally with your existing hair.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Create your preferred hairstyle easily.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CARE GUIDE --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eCare Instructions\u003c\/div\u003e\n\u003cul class=\"wigy-list wigy-text\"\u003e\n\u003cli\u003eBrush gently before and after use\u003c\/li\u003e\n\u003cli\u003eStore safely to maintain shape \u0026amp; texture\u003c\/li\u003e\n\u003cli\u003eUse mild shampoo when cleaning is needed\u003c\/li\u003e\n\u003cli\u003eAvoid excessive pulling while clipping\u003c\/li\u003e\n\u003cli\u003eKeep away from excessive heat regularly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Black \/ 2.5x4 Inch","offer_id":48392222179428,"sku":null,"price":2590.0,"currency_code":"INR","in_stock":true},{"title":"Light Brown \/ 2.5x4 Inch","offer_id":48424801402980,"sku":null,"price":2590.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ 2.5x4 Inch","offer_id":48424801435748,"sku":null,"price":2590.0,"currency_code":"INR","in_stock":true},{"title":"Natural Brown \/ 2.5x4 Inch","offer_id":48424801468516,"sku":null,"price":2590.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/Black-2_60f0f653-e578-4188-85c4-d5a37fdef0c8.jpg?v=1778425535"},{"product_id":"ear-to-ear-hd-lace-wig-for-women-natural-hairline-human-hair-wig","title":"Ear to Ear HD Lace Wig for Women – Natural Hairline Human Hair Wig","description":"\u003cstyle\u003e\n:root{\n  --wigy-primary:#0a2463;\n  --wigy-secondary:#a2f2e4;\n\n  --wigy-bg:#ffffff;\n  --wigy-text:#1a1a1a;\n  --wigy-card:#ffffff;\n  --wigy-muted:#6b7280;\n}\n\n\/* DARK MODE *\/\n.wigy-dark{\n  --wigy-primary:#a2f2e4;\n  --wigy-secondary:#0a2463;\n  --wigy-bg:#0a2463;\n  --wigy-text:#a2f2e4;\n  --wigy-card:#102a5c;\n}\n\n\/* RESET *\/\n.wigy-sec *{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\n\/* SECTION *\/\n.wigy-sec{\n  background:var(--wigy-bg);\n  color:var(--wigy-text);\n  padding:30px 15px;\n}\n\n.wigy-container{\n  margin:auto;\n}\n\n\/* HERO *\/\n.wigy-hero{\n  background:linear-gradient(135deg,#0a2463,#0f2f7a);\n  padding:30px;\n  border-radius:20px;\n  margin-bottom:30px;\n  text-align:left;\n}\n\n\/* 🔥 PREMIUM GRADIENT HEADING *\/\n.wigy-hero h2{\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:12px;\n  letter-spacing:0.4px;\n  line-height:1.2;\n\n  background:linear-gradient(\n    120deg,\n    #a2f2e4 0%,\n    #ffffff 25%,\n    #a2f2e4 50%,\n    #7fe3d5 75%,\n    #ffffff 100%\n  );\n\n  background-size:250% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:wigy-gradient 6s ease-in-out infinite;\n\n  \/* subtle glow *\/\n  filter:drop-shadow(0 2px 8px rgba(162,242,228,0.25));\n}\n\n\/* 🔥 SMOOTH LUXURY ANIMATION *\/\n@keyframes wigy-gradient{\n  0%{background-position:0% center;}\n  50%{background-position:100% center;}\n  100%{background-position:0% center;}\n}\n\n.wigy-hero h2:hover{\n  filter:drop-shadow(0 4px 14px rgba(162,242,228,0.5));\n  transform:translateY(-1px);\n  transition:all 0.3s ease;\n}\n\n\/* HERO TEXT *\/\n.wigy-hero p{\n  color:#dbeafe;\n  line-height:1.8;\n  max-width:780px;\n  margin-bottom:10px;\n  font-size:15px;\n}\n\n\/* LINE *\/\n.wigy-highlight-line{\n  width:80px;\n  height:4px;\n  background:var(--wigy-secondary);\n  margin-top:18px;\n  border-radius:10px;\n}\n\n\/* CARD *\/\n.wigy-card{\n  background:var(--wigy-card);\n  border-radius:18px;\n  padding:30px;\n  margin-bottom:25px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.05);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 HOVER GLOW *\/\n.wigy-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 15px 35px rgba(162,242,228,0.25);\n}\n\n\/* HEADINGS *\/\n.wigy-head{\n  font-size:22px;\n  font-weight:700;\n  margin-bottom:18px;\n  color:var(--wigy-primary);\n}\n\n\/* FEATURES GRID *\/\n.wigy-feature{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:18px;\n}\n\n\/* FEATURE BOX *\/\n.wigy-box{\n  background:#f9fbfb;\n  padding:20px;\n  border-radius:14px;\n  border-left:5px solid var(--wigy-secondary);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 INNER CARD GLOW *\/\n.wigy-box:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(162,242,228,0.2);\n}\n\n.wigy-box strong{\n  color:var(--wigy-primary);\n}\n\n\/* TABLE *\/\n.wigy-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.wigy-table tr:hover{\n  background:#f9fbfb;\n}\n\n.wigy-table td{\n  padding:14px;\n  border-bottom:1px solid #eee;\n  font-size:14px;\n}\n\n.wigy-table td:first-child{\n  font-weight:600;\n  color:var(--wigy-primary);\n}\n\n\/* LIST *\/\n.wigy-list{\n  padding-left:18px;\n}\n\n.wigy-list li{\n  margin-bottom:10px;\n}\n\n\/* STEPS *\/\n.wigy-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.wigy-step{\n  display:flex;\n  gap:15px;\n}\n\n.wigy-step-number{\n  background:var(--wigy-primary);\n  color:#fff;\n  min-width:32px;\n  height:32px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TEXT *\/\n.wigy-text{\n  font-size:15px;\n  line-height:1.7;\n  color:var(--wigy-text);\n}\n\n\/* PROMISE *\/\n.wigy-highlight{\n  background:linear-gradient(135deg,#0a2463,#061a45);\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n}\n\n.wigy-highlight h3{\n  margin-bottom:12px;\n  font-size:20px;\n  color:var(--wigy-secondary);\n}\n\n.wigy-highlight p{\n  margin-bottom:6px;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .wigy-hero{\n    padding:30px 20px;\n  }\n\n  .wigy-hero h2{\n    font-size:24px;\n  }\n\n  .wigy-head{\n    font-size:20px;\n  }\n}\n@media (prefers-reduced-motion: reduce){\n  .wigy-hero h2{\n    animation:none;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"wigy-sec\"\u003e\n\u003cdiv class=\"wigy-container\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"wigy-hero\"\u003e\n\u003ch2\u003eInvisible Hairline. Beautiful Confidence.\u003c\/h2\u003e\n\u003cp\u003eExperience flawless forehead coverage and a seamless natural finish with the Wigy Hair Ear to Ear HD Lace Wig designed for everyday elegance and comfort.\u003c\/p\u003e\n\u003cp\u003eFeaturing ultra-thin HD lace, soft baby hairs, and free partition styling, this wig creates an incredibly realistic hairline that blends naturally with your skin for a confident, undetectable look.\u003c\/p\u003e\n\u003cdiv class=\"wigy-highlight-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DESCRIPTION --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cp class=\"wigy-text\"\u003eWigy Hair Ear to Ear HD Lace Wig is specially designed for women who want a realistic forehead coverage solution with a natural scalp appearance. The advanced HD lace melts seamlessly into the skin while the soft baby hair finish enhances the natural hairline effect beautifully.\u003c\/p\u003e\n\u003cp class=\"wigy-text\"\u003eIts free partition styling allows you to style your hair according to your preference while maintaining lightweight comfort throughout the day. Whether for daily wear, professional styling, parties, or confidence restoration, this wig delivers a soft, elegant, and natural transformation instantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHY LOVE --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eWhy You’ll Love It\u003c\/div\u003e\n\u003cdiv class=\"wigy-feature\"\u003e\n\u003cdiv class=\"wigy-box\"\u003e✨ \u003cstrong\u003eHD Lace Quality\u003c\/strong\u003e\u003cbr\u003eUltra-thin lace for invisible blending.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e💯 \u003cstrong\u003eNatural Hairline Finish\u003c\/strong\u003e\u003cbr\u003eCreates realistic scalp \u0026amp; forehead appearance.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🌸 \u003cstrong\u003eSoft Baby Hair\u003c\/strong\u003e\u003cbr\u003eEnhances natural front hairline styling.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e💁♀️ \u003cstrong\u003eFree Partition Styling\u003c\/strong\u003e\u003cbr\u003eStyle the parting according to your preference.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🌬️ \u003cstrong\u003eLightweight Comfort\u003c\/strong\u003e\u003cbr\u003eDesigned for breathable all-day wear.\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e🔥 \u003cstrong\u003eConfidence Boost\u003c\/strong\u003e\u003cbr\u003ePerfect for natural everyday beauty.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TECHNICAL DETAILS --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003ctable class=\"wigy-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eHD Lace Wig\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLace Type\u003c\/td\u003e\n\u003ctd\u003eEar to Ear HD Lace\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHairline\u003c\/td\u003e\n\u003ctd\u003eNatural Baby Hair Finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePartition\u003c\/td\u003e\n\u003ctd\u003eFree Partition Styling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComfort\u003c\/td\u003e\n\u003ctd\u003eLightweight \u0026amp; Breathable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage\u003c\/td\u003e\n\u003ctd\u003eForehead \u0026amp; Front Hairline Coverage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTexture\u003c\/td\u003e\n\u003ctd\u003eNatural Straight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyling Support\u003c\/td\u003e\n\u003ctd\u003eDaily Styling Friendly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIdeal For\u003c\/td\u003e\n\u003ctd\u003eHairline Enhancement \u0026amp; Natural Look\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eNatural Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003ePerfect For\u003c\/div\u003e\n\u003cdiv class=\"wigy-feature\"\u003e\n\u003cdiv class=\"wigy-box\"\u003e✔️ Forehead Coverage\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e✔️ Hairline Enhancement\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e✔️ Daily Elegant Styling\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e✔️ Professional Natural Look\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e✔️ Party \u0026amp; Occasion Styling\u003c\/div\u003e\n\u003cdiv class=\"wigy-box\"\u003e✔️ Comfortable Everyday Wear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO WEAR --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eHow to Wear\u003c\/div\u003e\n\u003cdiv class=\"wigy-steps\"\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePrepare:\u003c\/strong\u003e Tie or flatten your natural hair properly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003ePosition:\u003c\/strong\u003e Align the HD lace naturally along the hairline.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eSecure:\u003c\/strong\u003e Fix comfortably using clips, elastic band, or adhesive if needed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-step\"\u003e\n\u003cdiv class=\"wigy-step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"wigy-text\"\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Adjust the partition and style freely for a natural finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CARE GUIDE --\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003cdiv class=\"wigy-head\"\u003eCare Instructions\u003c\/div\u003e\n\u003cul class=\"wigy-list wigy-text\"\u003e\n\u003cli\u003eComb gently using a soft brush or wide-tooth comb\u003c\/li\u003e\n\u003cli\u003eWash with mild sulfate-free shampoo\u003c\/li\u003e\n\u003cli\u003eAvoid excessive pulling on HD lace area\u003c\/li\u003e\n\u003cli\u003eStore properly when not in use\u003c\/li\u003e\n\u003cli\u003eUse low heat for styling if required\u003c\/li\u003e\n\u003cli\u003eHandle baby hairs gently for longer durability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Black","offer_id":48410822901860,"sku":null,"price":8990.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/Black-3_384c7fda-99a0-4cac-9e82-a1db87421d12.jpg?v=1778691265"},{"product_id":"silk-base-layer-cut-wig-for-ladies-natural-full-head-human-hair-wig","title":"Silk Base Layer Cut Wig for Ladies – Natural Full Head Human Hair Wig","description":"\n\u003cstyle\u003e\n\/* =========================\nWIGY HAIR GLOBAL CSS\n========================= *\/\n\n:root{\n  --primary:#0a2463;\n  --secondary:#a2f2e4;\n  --accent:#8fd3c1;\n  --light:#f6f8f9;\n  --dark:#0c1c3a;\n  --text:#2f3441;\n  --white:#ffffff;\n  --border:#dbe4ef;\n}\n\n\/* =========================\nPAGE\n========================= *\/\n\n.wh-page{\n  width:100%;\n  background:var(--light);\n  padding:40px 20px;\n  font-family:'Poppins',sans-serif;\n  color:var(--text);\n}\n\n.wh-container{\n  max-width:1370px;\n  margin:auto;\n}\n\n\/* =========================\nHEADINGS FIX\n========================= *\/\n\n.wh-page h1,\n.wh-page h2,\n.wh-page h3,\n.wh-page h4,\n.wh-page h5,\n.wh-page h6{\n  color:var(--primary);\n  line-height:1.15;\n  margin:0;\n  font-weight:700;\n  letter-spacing:0;\n  word-break:break-word;\n}\n\n\/* =========================\nHERO SECTION\n========================= *\/\n\n.wh-hero{\n  background:linear-gradient(145deg,#ffffff,#eef7f7);\n  border-radius:28px;\n  padding:50px;\n  box-shadow:0 10px 30px rgba(10,36,99,0.08);\n  position:relative;\n  overflow:hidden;\n}\n\n.wh-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  background:rgba(162,242,228,0.25);\n  color:var(--primary);\n  padding:10px 18px;\n  border-radius:999px;\n  font-size:14px;\n  font-weight:600;\n  margin-bottom:20px;\n}\n\n.wh-hero h1{\n  font-size:clamp(34px,5vw,68px);\n  max-width:850px;\n  margin-bottom:18px;\n  color:var(--primary);\n}\n\n.wh-highlight-line{\n  width:120px;\n  height:5px;\n  background:linear-gradient(90deg,var(--primary),var(--secondary));\n  border-radius:20px;\n  margin-bottom:25px;\n}\n\n.wh-subtitle{\n  font-size:20px;\n  line-height:1.8;\n  max-width:950px;\n  color:#465066;\n  margin-bottom:30px;\n}\n\n\/* =========================\nPILLS\n========================= *\/\n\n.wh-pill-wrap{\n  display:flex;\n  flex-wrap:wrap;\n  gap:12px;\n  margin-bottom:35px;\n}\n\n.wh-pill{\n  background:#fff;\n  border:1px solid var(--border);\n  color:var(--primary);\n  padding:12px 18px;\n  border-radius:999px;\n  font-size:15px;\n  font-weight:600;\n  box-shadow:0 4px 12px rgba(0,0,0,0.04);\n}\n\n\/* =========================\nHERO CARDS\n========================= *\/\n\n.wh-hero-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));\n  gap:24px;\n}\n\n.wh-hero-card{\n  background:#fff;\n  border-radius:22px;\n  padding:28px;\n  border:1px solid rgba(10,36,99,0.08);\n  transition:0.3s ease;\n}\n\n.wh-hero-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 12px 25px rgba(10,36,99,0.08);\n}\n\n.wh-hero-card h3{\n  font-size:24px;\n  margin-bottom:14px;\n  color:var(--primary);\n}\n\n.wh-hero-card p{\n  font-size:16px;\n  line-height:1.8;\n  color:#586174;\n}\n\n\/* =========================\nSECTIONS\n========================= *\/\n\n.wh-section{\n  margin-top:50px;\n  background:#fff;\n  border-radius:28px;\n  padding:45px;\n  box-shadow:0 10px 25px rgba(10,36,99,0.05);\n}\n\n.wh-section-title{\n  font-size:42px;\n  margin-bottom:24px;\n  color:var(--primary);\n}\n\n.wh-section p{\n  font-size:18px;\n  line-height:1.9;\n  color:#4c5568;\n  margin-bottom:20px;\n}\n\n\/* =========================\nFEATURE GRID\n========================= *\/\n\n.wh-feature-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n  gap:20px;\n}\n\n.wh-feature-box{\n  background:linear-gradient(145deg,#ffffff,#f1fbfb);\n  border:1px solid rgba(162,242,228,0.5);\n  border-radius:20px;\n  padding:22px;\n  font-size:17px;\n  font-weight:600;\n  color:var(--primary);\n  transition:0.3s ease;\n}\n\n.wh-feature-box:hover{\n  transform:translateY(-5px);\n}\n\n\/* =========================\nTABLE\n========================= *\/\n\n.wh-table-wrap{\n  overflow:auto;\n  border-radius:22px;\n}\n\n.wh-table{\n  width:100%;\n  border-collapse:collapse;\n  min-width:600px;\n}\n\n.wh-table tr{\n  border-bottom:1px solid #e9edf3;\n}\n\n.wh-table th{\n  width:35%;\n  background:#f3f8fb;\n  color:var(--primary);\n  text-align:left;\n  padding:18px;\n  font-size:16px;\n}\n\n.wh-table td{\n  padding:18px;\n  font-size:16px;\n  color:#555;\n  background:#fff;\n}\n\n\/* =========================\nBENEFITS\n========================= *\/\n\n.wh-benefit-list{\n  display:grid;\n  gap:16px;\n}\n\n.wh-benefit{\n  background:#f8fcfc;\n  border-left:5px solid var(--secondary);\n  padding:18px 22px;\n  border-radius:14px;\n  font-size:17px;\n  font-weight:500;\n}\n\n\/* =========================\nSTEPS\n========================= *\/\n\n.wh-steps{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n  gap:20px;\n}\n\n.wh-step{\n  background:#fff;\n  border-radius:22px;\n  padding:28px;\n  text-align:center;\n  border:1px solid rgba(10,36,99,0.08);\n}\n\n.wh-step span{\n  width:60px;\n  height:60px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  margin:auto auto 18px;\n  border-radius:50%;\n  background:linear-gradient(145deg,var(--primary),#133d99);\n  color:#fff;\n  font-size:24px;\n  font-weight:700;\n}\n\n.wh-step p{\n  margin:0;\n  font-size:16px;\n  line-height:1.7;\n}\n\n\/* =========================\nCARE\n========================= *\/\n\n.wh-care{\n  padding-left:20px;\n}\n\n.wh-care li{\n  margin-bottom:16px;\n  line-height:1.8;\n  font-size:17px;\n}\n\n\/* =========================\nCTA\n========================= *\/\n\n.wh-cta{\n  margin-top:50px;\n  background:linear-gradient(135deg,var(--primary),#133d99);\n  color:#fff;\n  text-align:center;\n  border-radius:30px;\n  padding:70px 30px;\n}\n\n.wh-cta h2{\n  color:#fff !important;\n  font-size:48px;\n  margin-bottom:20px;\n}\n\n.wh-cta p{\n  color:rgba(255,255,255,0.9);\n  font-size:20px;\n  max-width:850px;\n  margin:auto auto 30px;\n  line-height:1.9;\n}\n\n.wh-btn{\n  display:inline-block;\n  padding:16px 34px;\n  background:var(--secondary);\n  color:var(--primary);\n  border-radius:999px;\n  font-size:17px;\n  font-weight:700;\n  text-decoration:none;\n  transition:0.3s ease;\n}\n\n.wh-btn:hover{\n  transform:translateY(-4px);\n  box-shadow:0 10px 20px rgba(0,0,0,0.15);\n}\n\n\/* =========================\nDARK BACKGROUND SUPPORT\n========================= *\/\n\n.wh-dark{\n  background:var(--dark);\n}\n\n.wh-dark .wh-section,\n.wh-dark .wh-hero,\n.wh-dark .wh-hero-card,\n.wh-dark .wh-feature-box,\n.wh-dark .wh-step{\n  background:#11254d;\n  border-color:rgba(255,255,255,0.08);\n}\n\n.wh-dark h1,\n.wh-dark h2,\n.wh-dark h3,\n.wh-dark h4,\n.wh-dark h5,\n.wh-dark h6,\n.wh-dark .wh-pill,\n.wh-dark .wh-feature-box{\n  color:#ffffff !important;\n}\n\n.wh-dark p,\n.wh-dark li,\n.wh-dark td{\n  color:rgba(255,255,255,0.82);\n}\n\n.wh-dark .wh-table th{\n  background:#18346b;\n  color:#fff;\n}\n\n.wh-dark .wh-table td{\n  background:#11254d;\n}\n\n\/* =========================\nRESPONSIVE\n========================= *\/\n\n@media(max-width:991px){\n\n  .wh-hero,\n  .wh-section{\n    padding:35px 25px;\n  }\n\n  .wh-section-title{\n    font-size:34px;\n  }\n\n  .wh-hero h1{\n    font-size:48px;\n  }\n\n  .wh-subtitle{\n    font-size:18px;\n  }\n\n}\n\n@media(max-width:767px){\n\n  .wh-page{\n    padding:20px 12px;\n  }\n\n  .wh-hero,\n  .wh-section{\n    padding:28px 20px;\n    border-radius:22px;\n  }\n\n  .wh-hero h1{\n    font-size:36px;\n    line-height:1.15;\n  }\n\n  .wh-section-title{\n    font-size:28px;\n  }\n\n  .wh-subtitle,\n  .wh-section p{\n    font-size:16px;\n    line-height:1.8;\n  }\n\n  .wh-pill{\n    font-size:13px;\n    padding:10px 14px;\n  }\n\n  .wh-cta{\n    padding:50px 20px;\n  }\n\n  .wh-cta h2{\n    font-size:34px;\n  }\n\n  .wh-cta p{\n    font-size:17px;\n  }\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"wh-page\"\u003e\n  \u003cdiv class=\"wh-container\"\u003e\n\n    \u003c!-- HERO SECTION --\u003e\n\n    \u003csection class=\"wh-hero\"\u003e\n\n      \u003cspan class=\"wh-badge\"\u003e✨ Premium Human Hair Wig\u003c\/span\u003e\n\n      \u003ch1\u003eSilk Base Layer Cut Wig for Ladies\u003c\/h1\u003e\n\n      \u003cdiv class=\"wh-highlight-line\"\u003e\u003c\/div\u003e\n\n      \u003cp class=\"wh-subtitle\"\u003e\n        Get a classy and elegant transformation with our premium silk base layer cut wig for ladies. \n        Designed with a realistic scalp finish, natural movement, and soft human hair texture, this wig \n        gives you a confident everyday look with maximum comfort.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"wh-pill-wrap\"\u003e\n        \u003cspan class=\"wh-pill\"\u003e✔ Natural Black\u003c\/span\u003e\n        \u003cspan class=\"wh-pill\"\u003e✔ Full Head Coverage\u003c\/span\u003e\n        \u003cspan class=\"wh-pill\"\u003e✔ Silk Base Finish\u003c\/span\u003e\n        \u003cspan class=\"wh-pill\"\u003e✔ Lightweight \u0026amp; Breathable\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wh-hero-grid\"\u003e\n\n        \u003cdiv class=\"wh-hero-card\"\u003e\n          \u003ch3\u003eNatural Scalp Look\u003c\/h3\u003e\n          \u003cp\u003e\n            Premium silk base technology gives a realistic scalp appearance for a completely natural finish.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-hero-card\"\u003e\n          \u003ch3\u003eModern Layer Cut\u003c\/h3\u003e\n          \u003cp\u003e\n            Stylish layer cut hairstyle designed for office, travel, parties, and everyday wear.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-hero-card\"\u003e\n          \u003ch3\u003eComfortable Daily Wear\u003c\/h3\u003e\n          \u003cp\u003e\n            Lightweight and breathable construction keeps you comfortable throughout the day.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- ABOUT PRODUCT --\u003e\n\n    \u003csection class=\"wh-section\"\u003e\n\n      \u003ch2 class=\"wh-section-title\"\u003eWhy You'll Love This Wig ❤️\u003c\/h2\u003e\n\n      \u003cp\u003e\n        This Silk Base Layer Cut Wig is specially crafted for women who want a sophisticated and natural hairstyle without compromising comfort. \n        Made using premium human hair quality, the wig blends beautifully with your natural appearance while delivering soft texture, smooth shine, \n        and realistic movement.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Whether you are looking for a stylish office look, everyday confidence, or a comfortable full head wig for hair thinning or hair loss, \n        this elegant layer cut wig is designed to make you feel beautiful every single day.\n      \u003c\/p\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- FEATURES --\u003e\n\n    \u003csection class=\"wh-section\"\u003e\n\n      \u003ch2 class=\"wh-section-title\"\u003ePremium Features\u003c\/h2\u003e\n\n      \u003cdiv class=\"wh-feature-grid\"\u003e\n\n        \u003cdiv class=\"wh-feature-box\"\u003e\n          ✔ Silk Base Natural Scalp Look\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-feature-box\"\u003e\n          ✔ Stylish Layer Cut Hairstyle\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-feature-box\"\u003e\n          ✔ Lightweight \u0026amp; Breathable\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-feature-box\"\u003e\n          ✔ Comfortable for Daily Wear\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-feature-box\"\u003e\n          ✔ Natural Movement \u0026amp; Shine\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-feature-box\"\u003e\n          ✔ Full Coverage Wig for Ladies\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-feature-box\"\u003e\n          ✔ Premium Human Hair Quality\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-feature-box\"\u003e\n          ✔ Easy to Maintain \u0026amp; Style\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- PRODUCT DETAILS --\u003e\n\n    \u003csection class=\"wh-section\"\u003e\n\n      \u003ch2 class=\"wh-section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n      \u003cdiv class=\"wh-table-wrap\"\u003e\n\n        \u003ctable class=\"wh-table\"\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eSilk Base Full Head Wig\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eHair Type\u003c\/th\u003e\n            \u003ctd\u003ePremium Human Hair\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eHairstyle\u003c\/th\u003e\n            \u003ctd\u003eModern Layer Cut\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eColor\u003c\/th\u003e\n            \u003ctd\u003eNatural Black\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eTexture\u003c\/th\u003e\n            \u003ctd\u003eSoft \u0026amp; Smooth Natural Texture\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eUsage\u003c\/th\u003e\n            \u003ctd\u003eDaily Wear, Office, Parties, Travel\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eFit\u003c\/th\u003e\n            \u003ctd\u003eComfortable \u0026amp; Breathable\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/table\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- BENEFITS --\u003e\n\n    \u003csection class=\"wh-section\"\u003e\n\n      \u003ch2 class=\"wh-section-title\"\u003ePerfect For\u003c\/h2\u003e\n\n      \u003cdiv class=\"wh-benefit-list\"\u003e\n\n        \u003cdiv class=\"wh-benefit\"\u003e\n          ✔ Women looking for a stylish natural everyday hairstyle\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-benefit\"\u003e\n          ✔ Hair thinning or hair loss coverage\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-benefit\"\u003e\n          ✔ Elegant office and professional appearance\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-benefit\"\u003e\n          ✔ Comfortable all-day wear\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-benefit\"\u003e\n          ✔ Instant confidence boost and transformation\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- HOW TO USE --\u003e\n\n    \u003csection class=\"wh-section\"\u003e\n\n      \u003ch2 class=\"wh-section-title\"\u003eHow To Wear\u003c\/h2\u003e\n\n      \u003cdiv class=\"wh-steps\"\u003e\n\n        \u003cdiv class=\"wh-step\"\u003e\n          \u003cspan\u003e1\u003c\/span\u003e\n          \u003cp\u003ePrepare your natural hair properly before wearing the wig.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-step\"\u003e\n          \u003cspan\u003e2\u003c\/span\u003e\n          \u003cp\u003ePlace the wig gently and adjust it according to your comfort.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-step\"\u003e\n          \u003cspan\u003e3\u003c\/span\u003e\n          \u003cp\u003eStyle the layer cut hair as desired for a natural official look.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wh-step\"\u003e\n          \u003cspan\u003e4\u003c\/span\u003e\n          \u003cp\u003eEnjoy a confident and flawless appearance throughout the day.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- CARE --\u003e\n\n    \u003csection class=\"wh-section\"\u003e\n\n      \u003ch2 class=\"wh-section-title\"\u003eCare Instructions\u003c\/h2\u003e\n\n      \u003cul class=\"wh-care\"\u003e\n        \u003cli\u003eUse mild shampoo and conditioner for better hair life.\u003c\/li\u003e\n        \u003cli\u003eStore properly after use to maintain the hairstyle.\u003c\/li\u003e\n        \u003cli\u003eAvoid excessive heat styling for long-lasting quality.\u003c\/li\u003e\n        \u003cli\u003eComb gently using a wide-tooth comb.\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- CTA --\u003e\n\n    \u003csection class=\"wh-cta\"\u003e\n\n      \u003ch2\u003eFeel Beautiful \u0026amp; Confident Every Day ✨\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Upgrade your hairstyle instantly with our premium Silk Base Layer Cut Wig designed for comfort, elegance, and natural beauty.\n      \u003c\/p\u003e\n\n      \u003ca href=\"#\" class=\"wh-btn\"\u003eShop Now\u003c\/a\u003e\n\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Black","offer_id":48423397228644,"sku":null,"price":24690.0,"currency_code":"INR","in_stock":true},{"title":"Light Brown","offer_id":48424801534052,"sku":null,"price":24690.0,"currency_code":"INR","in_stock":false},{"title":"Natural Brown","offer_id":48424801730660,"sku":null,"price":24690.0,"currency_code":"INR","in_stock":false},{"title":"Black","offer_id":48424801763428,"sku":null,"price":24690.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/Black-5_cfa9622a-d196-4055-bd54-efe28296fbb9.jpg?v=1778926893"},{"product_id":"blunt-cut-style-silk-base-wig-ready-to-wear-natural-black-human-hair-wigsilk-base-layer-cut-wig-for-ladies-natural-full-head-human-hair-wig-copy","title":"Blunt Cut Style Silk Base Wig – Ready to Wear Natural Black Human Hair Wig","description":"\n\u003csection class=\"wigy-product-page\"\u003e\n\u003cdiv class=\"wigy-container\"\u003e\n\u003cdiv class=\"wigy-hero\"\u003e\n\u003cspan class=\"wigy-badge\"\u003ePremium Human Hair Wig\u003c\/span\u003e\n\u003ch1\u003eBlunt Cut Style Silk Base Wig\u003c\/h1\u003e\n\u003cp\u003eUpgrade your look with our premium Blunt Cut Style Silk Base Wig, crafted from 100% Natural Human Hair and designed with a realistic Silk Base for a natural scalp appearance. The sleek blunt-cut hairstyle offers a modern, elegant look while providing exceptional comfort for daily wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-grid\"\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003ch2\u003eWhy You'll Love It\u003c\/h2\u003e\n\u003cp\u003e✔ Ready-to-Wear Convenience\u003c\/p\u003e\n\u003cp\u003e✔ Premium Silk Base Technology\u003c\/p\u003e\n\u003cp\u003e✔ 100% Natural Human Hair\u003c\/p\u003e\n\u003cp\u003e✔ Natural Scalp Appearance\u003c\/p\u003e\n\u003cp\u003e✔ Soft \u0026amp; Smooth Hair Texture\u003c\/p\u003e\n\u003cp\u003e✔ Lightweight \u0026amp; Breathable Construction\u003c\/p\u003e\n\u003cp\u003e✔ Natural Density \u0026amp; Comfortable Fit\u003c\/p\u003e\n\u003cp\u003e✔ Elegant Blunt Cut Styling\u003c\/p\u003e\n\u003cp\u003e✔ Long-Lasting Quality\u003c\/p\u003e\n\u003cp\u003e✔ Easy Styling \u0026amp; Maintenance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-card\"\u003e\n\u003ch2\u003ePerfect For\u003c\/h2\u003e\n\u003cp\u003e✔ Everyday Wear\u003c\/p\u003e\n\u003cp\u003e✔ Office \u0026amp; Professional Looks\u003c\/p\u003e\n\u003cp\u003e✔ Parties \u0026amp; Social Gatherings\u003c\/p\u003e\n\u003cp\u003e✔ Weddings \u0026amp; Special Occasions\u003c\/p\u003e\n\u003cp\u003e✔ Instant Hair Transformation\u003c\/p\u003e\n\u003cp\u003e✔ Fashion \u0026amp; Beauty Styling\u003c\/p\u003e\n\u003cp\u003e✔ Natural Hair Enhancement\u003c\/p\u003e\n\u003cp\u003e✔ Confidence Boosting Looks\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-features\"\u003e\n\u003cdiv class=\"wigy-feature-box\"\u003e\n\u003ch3\u003e100% Human Hair\u003c\/h3\u003e\n\u003cp\u003eMade using premium-quality human hair for natural movement, realistic shine, and superior softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-feature-box\"\u003e\n\u003ch3\u003ePremium Silk Base\u003c\/h3\u003e\n\u003cp\u003eThe advanced silk base creates a realistic scalp effect, making the wig appear naturally grown from your scalp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-feature-box\"\u003e\n\u003ch3\u003eReady To Wear\u003c\/h3\u003e\n\u003cp\u003eDesigned for convenience. Simply wear, adjust, and style according to your preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-feature-box\"\u003e\n\u003ch3\u003eComfortable Daily Wear\u003c\/h3\u003e\n\u003cp\u003eLightweight construction and breathable design ensure maximum comfort throughout the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-specs\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"wigy-spec-grid\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eProduct Name:\u003c\/strong\u003e Blunt Cut Style Silk Base Wig\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHair Type:\u003c\/strong\u003e 100% Human Hair\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHair Color:\u003c\/strong\u003e Natural Black\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBase Type:\u003c\/strong\u003e Silk Base\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHair Style:\u003c\/strong\u003e Blunt Cut\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTexture:\u003c\/strong\u003e Straight\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eUsage:\u003c\/strong\u003e Daily Wear\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Secure \u0026amp; Comfortable\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMaintenance:\u003c\/strong\u003e Easy Care\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eReady To Wear:\u003c\/strong\u003e Yes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-care\"\u003e\n\u003ch2\u003eCare Instructions\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eWash gently using sulfate-free shampoo.\u003c\/li\u003e\n\u003cli\u003eCondition regularly to maintain softness.\u003c\/li\u003e\n\u003cli\u003eAllow hair to air dry whenever possible.\u003c\/li\u003e\n\u003cli\u003eStore on a wig stand after use.\u003c\/li\u003e\n\u003cli\u003eUse heat styling tools responsibly.\u003c\/li\u003e\n\u003cli\u003eBrush gently with a wide-tooth comb.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wigy-cta\"\u003e\n\u003ch2\u003eLook Beautiful. Feel Confident.\u003c\/h2\u003e\n\u003cp\u003eExperience natural beauty, exceptional comfort, and premium quality with our Blunt Cut Style Silk Base Wig. Perfectly designed for women who want a stylish, realistic, and easy-to-wear hair solution.\u003c\/p\u003e\n\u003ca class=\"wigy-btn\" href=\"#\"\u003eShop Now\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n:root{\n--wigy-primary:#0a2463;\n--wigy-secondary:#a2f2e4;\n--wigy-white:#ffffff;\n--wigy-text:#4b5563;\n--wigy-bg:#f8fcff;\n--wigy-shadow:0 15px 40px rgba(10,36,99,.10);\n}\n\n.wigy-product-page{\npadding:20px;\nbackground:var(--wigy-bg);\nfont-family:inherit;\n}\n\n.wigy-container{\nmax-width:1370px;\nmargin:auto;\n}\n\n.wigy-hero{\nbackground:linear-gradient(135deg,#0a2463,#173b94);\npadding:70px 35px;\nborder-radius:30px;\ntext-align:center;\nposition:relative;\noverflow:hidden;\n}\n\n.wigy-hero::before{\ncontent:'';\nposition:absolute;\ntop:-100px;\nright:-100px;\nwidth:300px;\nheight:300px;\nbackground:rgba(162,242,228,.15);\nborder-radius:50%;\n}\n\n.wigy-badge{\ndisplay:inline-block;\npadding:10px 20px;\nbackground:#a2f2e4;\ncolor:#0a2463;\nfont-weight:700;\nborder-radius:100px;\nmargin-bottom:20px;\n}\n\n.wigy-hero h1{\nfont-size:clamp(34px,5vw,60px);\nmargin:0 0 20px;\ncolor:#a2f2e4;\nline-height:1.1;\n}\n\n.wigy-hero p{\nmax-width:850px;\nmargin:auto;\ncolor:#fff;\nfont-size:18px;\nline-height:1.9;\n}\n\n.wigy-grid{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(320px,1fr));\ngap:25px;\nmargin-top:35px;\n}\n\n.wigy-card{\nbackground:#fff;\npadding:30px;\nborder-radius:24px;\nbox-shadow:var(--wigy-shadow);\ntransition:.4s;\n}\n\n.wigy-card:hover{\ntransform:translateY(-8px);\n}\n\n.wigy-card h2{\ncolor:#0a2463;\nmargin-bottom:20px;\n}\n\n.wigy-card ul{\npadding-left:20px;\n}\n\n.wigy-card li{\nmargin-bottom:12px;\nline-height:1.8;\ncolor:var(--wigy-text);\n}\n\n.wigy-features{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(250px,1fr));\ngap:25px;\nmargin-top:35px;\n}\n\n.wigy-feature-box{\nbackground:#fff;\npadding:30px;\nborder-radius:24px;\nbox-shadow:var(--wigy-shadow);\nborder-top:4px solid #a2f2e4;\n}\n\n.wigy-feature-box h3{\ncolor:#0a2463;\nmargin-bottom:15px;\n}\n\n.wigy-feature-box p{\nline-height:1.8;\ncolor:var(--wigy-text);\n}\n\n.wigy-specs{\nbackground:#fff;\npadding:35px;\nmargin-top:35px;\nborder-radius:24px;\nbox-shadow:var(--wigy-shadow);\n}\n\n.wigy-specs h2{\ncolor:#0a2463;\nmargin-bottom:25px;\n}\n\n.wigy-spec-grid{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(280px,1fr));\ngap:15px;\n}\n\n.wigy-spec-grid div{\npadding:14px 18px;\nbackground:#f5fbff;\nborder-radius:12px;\ncolor:#374151;\n}\n\n.wigy-care{\nbackground:#fff;\npadding:35px;\nmargin-top:35px;\nborder-radius:24px;\nbox-shadow:var(--wigy-shadow);\n}\n\n.wigy-care h2{\ncolor:#0a2463;\nmargin-bottom:20px;\n}\n\n.wigy-care ul{\npadding-left:20px;\n}\n\n.wigy-care li{\nmargin-bottom:12px;\nline-height:1.8;\ncolor:var(--wigy-text);\n}\n\n.wigy-cta{\nmargin-top:35px;\npadding:60px 30px;\ntext-align:center;\nbackground:linear-gradient(135deg,#a2f2e4,#e7fffa);\nborder-radius:30px;\n}\n\n.wigy-cta h2{\ncolor:#0a2463;\nfont-size:clamp(30px,4vw,48px);\nmargin-bottom:20px;\n}\n\n.wigy-cta p{\nmax-width:800px;\nmargin:auto auto 30px;\nline-height:1.9;\ncolor:#1f2937;\n}\n\n.wigy-btn{\ndisplay:inline-block;\npadding:14px 32px;\nbackground:#0a2463;\ncolor:#fff;\ntext-decoration:none;\nborder-radius:100px;\nfont-weight:700;\ntransition:.3s;\n}\n\n.wigy-btn:hover{\ntransform:translateY(-3px);\n}\n\n@media(max-width:768px){\n\n.wigy-hero{\npadding:50px 20px;\n}\n\n.wigy-card,\n.wigy-feature-box,\n.wigy-specs,\n.wigy-care{\npadding:22px;\n}\n\n.wigy-hero p{\nfont-size:16px;\n}\n\n}\n\u003c\/style\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Black","offer_id":48508198256740,"sku":null,"price":24690.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/Black-1_1258ff4c-8575-4868-a27c-f7ffbac93268.jpg?v=1780404279"},{"product_id":"premium-hd-lace-front-wig-13x4-20-inch-100-human-hair-natural-black-copy","title":"T-Shape Hair Topper with Natural Hairline \u0026 Baby Hair | Full Coverage Long Human Hair Topper","description":"\u003cstyle\u003e\n:root{\n  --wigy-primary:#0a2463;\n  --wigy-secondary:#a2f2e4;\n\n  --wigy-bg:#ffffff;\n  --wigy-text:#1a1a1a;\n  --wigy-card:#ffffff;\n  --wigy-muted:#6b7280;\n}\n\n\/* DARK MODE *\/\n.wigy-dark{\n  --wigy-primary:#a2f2e4;\n  --wigy-secondary:#0a2463;\n  --wigy-bg:#0a2463;\n  --wigy-text:#a2f2e4;\n  --wigy-card:#102a5c;\n}\n\n\/* RESET *\/\n.wigy-sec *{\n  box-sizing:border-box;\n  margin:0;\n  padding:0;\n}\n\n\/* SECTION *\/\n.wigy-sec{\n  background:var(--wigy-bg);\n  color:var(--wigy-text);\n  padding:30px 15px;\n}\n\n.wigy-container{\n  margin:auto;\n}\n\n\/* HERO *\/\n.wigy-hero{\n  background:linear-gradient(135deg,#0a2463,#0f2f7a);\n  padding:30px;\n  border-radius:20px;\n  margin-bottom:30px;\n  text-align:left;\n}\n\n\/* 🔥 PREMIUM GRADIENT HEADING *\/\n.wigy-hero h2{\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:12px;\n  letter-spacing:0.4px;\n  line-height:1.2;\n\n  background:linear-gradient(\n    120deg,\n    #a2f2e4 0%,\n    #ffffff 25%,\n    #a2f2e4 50%,\n    #7fe3d5 75%,\n    #ffffff 100%\n  );\n\n  background-size:250% auto;\n\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n\n  animation:wigy-gradient 6s ease-in-out infinite;\n\n  \/* subtle glow *\/\n  filter:drop-shadow(0 2px 8px rgba(162,242,228,0.25));\n}\n\n\/* 🔥 SMOOTH LUXURY ANIMATION *\/\n@keyframes wigy-gradient{\n  0%{background-position:0% center;}\n  50%{background-position:100% center;}\n  100%{background-position:0% center;}\n}\n\n.wigy-hero h2:hover{\n  filter:drop-shadow(0 4px 14px rgba(162,242,228,0.5));\n  transform:translateY(-1px);\n  transition:all 0.3s ease;\n}\n\n\/* HERO TEXT *\/\n.wigy-hero p{\n  color:#dbeafe;\n  line-height:1.8;\n  max-width:780px;\n  margin-bottom:10px;\n  font-size:15px;\n}\n\n\/* LINE *\/\n.wigy-highlight-line{\n  width:80px;\n  height:4px;\n  background:var(--wigy-secondary);\n  margin-top:18px;\n  border-radius:10px;\n}\n\n\/* CARD *\/\n.wigy-card{\n  background:var(--wigy-card);\n  border-radius:18px;\n  padding:30px;\n  margin-bottom:25px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.05);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 HOVER GLOW *\/\n.wigy-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 15px 35px rgba(162,242,228,0.25);\n}\n\n\/* HEADINGS *\/\n.wigy-head{\n  font-size:22px;\n  font-weight:700;\n  margin-bottom:18px;\n  color:var(--wigy-primary);\n}\n\n\/* FEATURES GRID *\/\n.wigy-feature{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:18px;\n}\n\n\/* FEATURE BOX *\/\n.wigy-box{\n  background:#f9fbfb;\n  padding:20px;\n  border-radius:14px;\n  border-left:5px solid var(--wigy-secondary);\n  transition:transform 0.35s ease, box-shadow 0.35s ease;\n}\n\n\/* 💡 INNER CARD GLOW *\/\n.wigy-box:hover{\n  transform:translateY(-5px);\n  box-shadow:0 12px 30px rgba(162,242,228,0.2);\n}\n\n.wigy-box strong{\n  color:var(--wigy-primary);\n}\n\n\/* TABLE *\/\n.wigy-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.wigy-table tr:hover{\n  background:#f9fbfb;\n}\n\n.wigy-table td{\n  padding:14px;\n  border-bottom:1px solid #eee;\n  font-size:14px;\n}\n\n.wigy-table td:first-child{\n  font-weight:600;\n  color:var(--wigy-primary);\n}\n\n\/* LIST *\/\n.wigy-list{\n  padding-left:18px;\n}\n\n.wigy-list li{\n  margin-bottom:10px;\n}\n\n\/* STEPS *\/\n.wigy-steps{\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n}\n\n.wigy-step{\n  display:flex;\n  gap:15px;\n}\n\n.wigy-step-number{\n  background:var(--wigy-primary);\n  color:#fff;\n  min-width:32px;\n  height:32px;\n  border-radius:50%;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:14px;\n  font-weight:600;\n}\n\n\/* TEXT *\/\n.wigy-text{\n  font-size:15px;\n  line-height:1.7;\n  color:var(--wigy-text);\n}\n\n\/* PROMISE *\/\n.wigy-highlight{\n  background:linear-gradient(135deg,#0a2463,#061a45);\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n}\n\n.wigy-highlight h3{\n  margin-bottom:12px;\n  font-size:20px;\n  color:var(--wigy-secondary);\n}\n\n.wigy-highlight p{\n  margin-bottom:6px;\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:768px){\n  .wigy-hero{\n    padding:30px 20px;\n  }\n\n  .wigy-hero h2{\n    font-size:24px;\n  }\n\n  .wigy-head{\n    font-size:20px;\n  }\n}\n@media (prefers-reduced-motion: reduce){\n  .wigy-hero h2{\n    animation:none;\n  }\n}\n\u003c\/style\u003e\n\u003csection class=\"wh-product\"\u003e\n\u003cdiv class=\"wh-container\"\u003e\n\u003cdiv class=\"wh-hero\"\u003e\n\u003cdiv class=\"wh-badge\"\u003ePremium Human Hair Topper\u003c\/div\u003e\n\u003ch1\u003eT-Shape Hair Topper with Natural Hairline \u0026amp; Baby Hair\u003c\/h1\u003e\n\u003cp\u003eDiscover the perfect blend of volume, coverage, and realism with our premium T-Shape Hair Topper. Designed with a natural hairline, soft baby hair, and realistic scalp appearance, this topper offers seamless blending and all-day comfort for women seeking fuller, more confident hairstyles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wh-intro\"\u003e\n\u003cdiv class=\"wh-card\"\u003e\n\u003ch2\u003eWhy Choose This Hair Topper?\u003c\/h2\u003e\n\u003cp\u003e✓ Premium T-Shape Construction\u003c\/p\u003e\n\u003cp\u003e✓ Natural Hairline Finish\u003c\/p\u003e\n\u003cp\u003e✓ Soft Baby Hair Detailing\u003c\/p\u003e\n\u003cp\u003e✓ Full Coverage Volume Enhancement\u003c\/p\u003e\n\u003cp\u003e✓ Long Hair Styling\u003c\/p\u003e\n\u003cp\u003e✓ Realistic Scalp Appearance\u003c\/p\u003e\n\u003cp\u003e✓ Lightweight Daily Comfort\u003c\/p\u003e\n\u003cp\u003e✓ Easy Blending with Natural Hair\u003c\/p\u003e\n\u003cp\u003e✓ Secure \u0026amp; Comfortable Fit\u003c\/p\u003e\n\u003cp\u003e✓ 100% Human Hair Quality\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wh-card\"\u003e\n\u003ch2\u003ePerfect For\u003c\/h2\u003e\n\u003cp\u003e✓ Hair Thinning Coverage\u003c\/p\u003e\n\u003cp\u003e✓ Volume Enhancement\u003c\/p\u003e\n\u003cp\u003e✓ Everyday Styling\u003c\/p\u003e\n\u003cp\u003e✓ Professional Looks\u003c\/p\u003e\n\u003cp\u003e✓ Weddings \u0026amp; Parties\u003c\/p\u003e\n\u003cp\u003e✓ Fashion Styling\u003c\/p\u003e\n\u003cp\u003e✓ Quick Hair Transformations\u003c\/p\u003e\n\u003cp\u003e✓ Confidence Boosting Looks\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wh-features\"\u003e\n\u003cdiv class=\"wh-feature\"\u003e\n\u003ch3\u003eNatural Hairline\u003c\/h3\u003e\n\u003cp\u003eDesigned to replicate the appearance of naturally growing hair for a seamless and realistic finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wh-feature\"\u003e\n\u003ch3\u003eSoft Baby Hair\u003c\/h3\u003e\n\u003cp\u003eDelicate baby hair detailing creates a softer front profile and enhances realism.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wh-feature\"\u003e\n\u003ch3\u003eFull Coverage Volume\u003c\/h3\u003e\n\u003cp\u003eProvides excellent top-area coverage while adding natural-looking volume and fullness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wh-feature\"\u003e\n\u003ch3\u003e100% Human Hair\u003c\/h3\u003e\n\u003cp\u003ePremium human hair quality offers natural movement, styling flexibility, and long-lasting beauty.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wh-benefits\"\u003e\n\u003ch2\u003eBenefits You'll Love\u003c\/h2\u003e\n\u003cdiv class=\"wh-benefit-grid\"\u003e\n\u003cdiv class=\"wh-benefit-box\"\u003e\n\u003ch4\u003eRealistic Look\u003c\/h4\u003e\n\u003cp\u003eNatural scalp appearance with seamless blending.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wh-benefit-box\"\u003e\n\u003ch4\u003eComfortable Wear\u003c\/h4\u003e\n\u003cp\u003eLightweight construction for all-day confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wh-benefit-box\"\u003e\n\u003ch4\u003eInstant Volume\u003c\/h4\u003e\n\u003cp\u003eEnhances fullness and transforms your hairstyle instantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wh-benefit-box\"\u003e\n\u003ch4\u003eEasy Styling\u003c\/h4\u003e\n\u003cp\u003eCan be styled according to your preferred look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wh-specifications\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eT-Shape Hair Topper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHair Material\u003c\/td\u003e\n\u003ctd\u003e100% Human Hair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHairline\u003c\/td\u003e\n\u003ctd\u003eNatural Hairline Finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHair Color\u003c\/td\u003e\n\u003ctd\u003eNatural Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHair Style\u003c\/td\u003e\n\u003ctd\u003eLong Hair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage\u003c\/td\u003e\n\u003ctd\u003eFull Coverage Volume\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpecial Feature\u003c\/td\u003e\n\u003ctd\u003eSoft Baby Hair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit\u003c\/td\u003e\n\u003ctd\u003eComfortable \u0026amp; Secure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eDaily Wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wh-care\"\u003e\n\u003ch2\u003eCare Instructions\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUse sulfate-free shampoo and conditioner.\u003c\/li\u003e\n\u003cli\u003eComb gently using a wide-tooth comb.\u003c\/li\u003e\n\u003cli\u003eStore properly when not in use.\u003c\/li\u003e\n\u003cli\u003eAvoid excessive heat exposure.\u003c\/li\u003e\n\u003cli\u003eWash only when necessary.\u003c\/li\u003e\n\u003cli\u003eAllow hair to air dry naturally.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wh-cta\"\u003e\n\u003cp\u003eUpgrade your hairstyle with our premium T-Shape Hair Topper and enjoy natural-looking coverage, realistic volume, and unmatched confidence every day.\u003c\/p\u003e\n\u003ca href=\"\/collections\/hair-toppers\" class=\"wh-btn\"\u003e Shop Now \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\n:root{\n--wh-primary:#0a2463;\n--wh-secondary:#a2f2e4;\n--wh-light:#f6fbff;\n--wh-dark:#071b4d;\n--wh-text:#4b5563;\n--wh-white:#ffffff;\n}\n\n.wh-product{\npadding:20px;\nbackground:var(--wh-light);\n}\n\n.wh-container{\nmax-width:1370px;\nmargin:auto;\n}\n\n.wh-hero{\npadding:70px 40px;\nborder-radius:30px;\ntext-align:center;\nbackground:linear-gradient(135deg,#0a2463,#163d9b);\nposition:relative;\noverflow:hidden;\n}\n\n.wh-hero::before{\ncontent:\"\";\nposition:absolute;\nwidth:300px;\nheight:300px;\nbackground:rgba(162,242,228,.12);\nborder-radius:50%;\ntop:-120px;\nright:-80px;\n}\n\n.wh-badge{\ndisplay:inline-block;\npadding:10px 20px;\nbackground:#a2f2e4;\ncolor:#0a2463;\nfont-weight:700;\nborder-radius:50px;\nmargin-bottom:20px;\n}\n\n.wh-hero h1{\nfont-size:clamp(34px,5vw,62px);\nline-height:1.1;\nmargin-bottom:20px;\ncolor:#a2f2e4;\n}\n\n.wh-hero p{\nmax-width:850px;\nmargin:auto;\ncolor:#ffffff;\nline-height:1.9;\nfont-size:18px;\n}\n\n.wh-intro{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(320px,1fr));\ngap:25px;\nmargin-top:35px;\n}\n\n.wh-card{\nbackground:#fff;\npadding:30px;\nborder-radius:24px;\nbox-shadow:0 15px 40px rgba(10,36,99,.08);\n}\n\n.wh-card h2{\ncolor:#0a2463;\nmargin-bottom:20px;\n}\n\n.wh-card li{\nmargin-bottom:12px;\nline-height:1.8;\ncolor:#4b5563;\n}\n\n.wh-features{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(250px,1fr));\ngap:25px;\nmargin-top:35px;\n}\n\n.wh-feature{\nbackground:#fff;\npadding:30px;\nborder-radius:24px;\nborder-top:4px solid #a2f2e4;\nbox-shadow:0 15px 40px rgba(10,36,99,.08);\n}\n\n.wh-feature h3{\ncolor:#0a2463;\nmargin-bottom:15px;\n}\n\n.wh-feature p{\nline-height:1.8;\ncolor:#4b5563;\n}\n\n.wh-benefits,\n.wh-specifications,\n.wh-care{\nmargin-top:35px;\nbackground:#fff;\npadding:35px;\nborder-radius:24px;\nbox-shadow:0 15px 40px rgba(10,36,99,.08);\n}\n\n.wh-benefits h2,\n.wh-specifications h2,\n.wh-care h2{\ncolor:#0a2463;\nmargin-bottom:25px;\n}\n\n.wh-benefit-grid{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(250px,1fr));\ngap:20px;\n}\n\n.wh-benefit-box{\npadding:25px;\nbackground:#f7fbff;\nborder-radius:18px;\n}\n\n.wh-benefit-box h4{\ncolor:#0a2463;\nmargin-bottom:10px;\n}\n\n.wh-specifications table{\nwidth:100%;\nborder-collapse:collapse;\n}\n\n.wh-specifications td{\npadding:14px;\nborder-bottom:1px solid #e5e7eb;\n}\n\n.wh-specifications td:first-child{\nfont-weight:700;\ncolor:#0a2463;\nwidth:40%;\n}\n\n.wh-care ul li{\nmargin-bottom:12px;\nline-height:1.8;\n}\n\n.wh-cta{\nmargin-top:35px;\npadding:60px 30px;\ntext-align:center;\nbackground:linear-gradient(135deg,#a2f2e4,#dffcf7);\nborder-radius:30px;\n}\n\n.wh-cta h2{\nfont-size:clamp(30px,4vw,48px);\ncolor:#0a2463;\nmargin-bottom:20px;\n}\n\n.wh-cta p{\nmax-width:800px;\nmargin:auto auto 30px;\nline-height:1.9;\ncolor:#1f2937;\n}\n\n.wh-btn{\ndisplay:inline-block;\npadding:15px 34px;\nbackground:#0a2463;\ncolor:#fff;\ntext-decoration:none;\nborder-radius:50px;\nfont-weight:700;\ntransition:.3s;\n}\n\n.wh-btn:hover{\ntransform:translateY(-3px);\n}\n\n@media(max-width:768px){\n\n.wh-hero{\npadding:50px 20px;\n}\n\n.wh-card,\n.wh-feature,\n.wh-benefits,\n.wh-specifications,\n.wh-care{\npadding:22px;\n}\n\n.wh-hero p{\nfont-size:16px;\n}\n\n}\n\u003c\/style\u003e","brand":"Wigy Hair Solution","offers":[{"title":"Natural Black","offer_id":48508221227108,"sku":null,"price":23450.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/files\/Black-3_8ee5ed57-9cdf-4300-8792-e3924687a2ef.jpg?v=1780405763"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6648\/5604\/collections\/Women-New-Arrivels-2.jpg?v=1780628573","url":"https:\/\/wigyhaironline.com\/collections\/women-new-arrivals.oembed","provider":"WIGY HAIR","version":"1.0","type":"link"}