.hero-section{
max-width:1100px;
margin:40px auto;
padding:70px 35px;
background:#F5F6F8;
border-radius:25px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}
.hero-title{
font-size:48px;
font-weight:800;
line-height:1.2;
margin-bottom:25px;
background:linear-gradient(90deg,#C89B3C,#F2D67A,#B8860B);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
}
.hero-text{
max-width:850px;
margin:0 auto 45px;
font-size:20px;
line-height:1.8;
color:#4B5563;
}
.hero-text strong{
color:#B8860B;
}
.hero-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:22px;
max-width:900px;
margin:0 auto 50px;
}
.hero-item{
background:#FFFFFF;
border:2px solid #D4AF37;
border-radius:16px;
padding:20px;
min-height:85px;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
font-size:18px;
font-weight:700;
color:#374151;
cursor:pointer;
transition:all .35s ease;
box-shadow:0 8px 18px rgba(0,0,0,.06);
}
.hero-item:hover{
background:linear-gradient(135deg,#FFF7D6,#F3D36B);
color:#A11218;
border-color:#C1121F;
transform:translateY(-6px);
box-shadow:0 18px 35px rgba(212,175,55,.35);
}
.hero-button{
display:inline-block;
background:linear-gradient(180deg,#E63946,#B11226);
color:#fff;
text-decoration:none;
padding:18px 45px;
border-radius:60px;
font-size:20px;
font-weight:700;
transition:.35s;
box-shadow:0 12px 30px rgba(177,18,38,.30);
}
.hero-button:hover{
background:linear-gradient(180deg,#FF4D5A,#8F0F1C);
transform:translateY(-3px);
box-shadow:0 18px 35px rgba(177,18,38,.45);
}
@media(max-width:768px){
.hero-section{
padding:45px 20px;
margin:20px 10px;
}
.hero-title{
font-size:34px;
}
.hero-text{
font-size:17px;
line-height:1.7;
}
.hero-grid{
grid-template-columns:1fr;
gap:18px;
}
.hero-item{
font-size:17px;
min-height:70px;
}
.hero-button{
display:block;
width:100%;
font-size:18px;
padding:16px;
}
}

Experience Lasting Comfort for Your Shoulders, Elbows & Knees

Our intelligent 3-in-1 Shoulder, Elbow & Knee Massager combines advanced EMS pulse technology, soothing heat therapy, and gentle massage to help improve blood circulation, relieve muscle tension, reduce stiffness, and support faster recovery after work, exercise, or everyday activities.

βœ” Helps Improve Blood Circulation
βœ” Relaxes Tight & Tired Muscles
βœ” Reduces Stiffness & Muscle Fatigue
βœ” Supports Recovery & Everyday Mobility

πŸ‘‰ ORDER YOURS TODAY

/* ===== TAKE IT ANYWHERE SECTION ===== */
.portable-section{
max-width:1150px;
margin:70px auto;
padding:70px 45px;
background:#F5F6F8;
border-radius:25px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
font-family:Arial,Helvetica,sans-serif;
}
.portable-wrapper{
display:grid;
grid-template-columns:0.95fr 1.05fr;
gap:60px;
align-items:center;
}
/* IMAGE */
.portable-image{
display:flex;
justify-content:center;
align-items:center;
}
.portable-image img{
width:100%;
max-width:460px;
height:auto;
border-radius:22px;
display:block;
box-shadow:0 18px 40px rgba(0,0,0,.12);
transition:.4s;
}
.portable-image img:hover{
transform:scale(1.02);
}
/* TEXT */
.portable-content{
display:flex;
flex-direction:column;
justify-content:center;
}
.portable-title{
font-size:42px;
font-weight:800;
margin-bottom:22px;
line-height:1.2;
background:linear-gradient(90deg,#C89B3C,#F2D67A,#B8860B);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
}
.portable-text{
font-size:19px;
line-height:1.9;
color:#4B5563;
text-align:justify;
margin-bottom:32px;
}
/* LIST */
.portable-list{
display:grid;
gap:18px;
}
.portable-item{
background:#FFFFFF;
border:2px solid #D4AF37;
border-radius:16px;
padding:18px 22px;
font-size:18px;
font-weight:700;
color:#374151;
transition:.35s;
box-shadow:0 8px 20px rgba(0,0,0,.06);
}
.portable-item:hover{
background:linear-gradient(135deg,#FFF7D6,#F3D36B);
border-color:#C1121F;
color:#A11218;
transform:translateX(6px);
}
/* BUTTON */
.portable-btn{
display:inline-flex;
justify-content:center;
align-items:center;
align-self:flex-start;
margin-top:35px;
padding:18px 42px;
background:linear-gradient(180deg,#E63946,#B11226);
color:#FFFFFF;
text-decoration:none;
border-radius:60px;
font-size:19px;
font-weight:700;
transition:.35s;
box-shadow:0 12px 30px rgba(177,18,38,.30);
}
.portable-btn:hover{
background:linear-gradient(180deg,#FF4D5A,#8F0F1C);
transform:translateY(-4px);
box-shadow:0 18px 35px rgba(177,18,38,.45);
}
/* MOBILE */
@media(max-width:768px){
.portable-section{
padding:40px 20px;
margin:30px 10px;
}
.portable-wrapper{
grid-template-columns:1fr;
gap:35px;
}
.portable-image{
order:1;
}
.portable-image img{
max-width:330px;
}
.portable-content{
order:2;
}
.portable-title{
font-size:31px;
text-align:center;
}
.portable-text{
font-size:16px;
text-align:center;
line-height:1.8;
}
.portable-list{
gap:15px;
}
.portable-item{
text-align:center;
font-size:16px;
}
.portable-btn{
width:100%;
align-self:center;
}
}

Portable Shoulder Elbow Knee Massager

Take Comfort Anywhere You Go

The intelligent 3-in-1 Shoulder, Elbow & Knee Massager is lightweight, wireless, and designed for life on the move. Whether you’re relaxing at home, working in the office, travelling, or recovering after exercise, you can enjoy soothing massage therapy wherever you areβ€”without being tied to a power outlet.

✈️ Lightweight & Travel-Friendly
πŸ”‹ Wireless Freedom β€” No Cables Required
🏠 Perfect for Home, Office & Travel
πŸ‘œ Fits Easily into Your Bag or Suitcase
πŸ’† Enjoy Relaxing Massage Anytime, Anywhere

πŸ›’ ORDER YOURS TODAY

/* ===== PREMIUM PAIN SECTION ===== */
.pain-section{
max-width:1100px;
margin:70px auto;
padding:0 20px;
font-family:Arial, Helvetica, sans-serif;
}
/* ===== PREMIUM RED β†’ NAVY HEADING ===== */
.pain-heading{
text-align:center;
font-size:48px;
font-weight:900;
line-height:1.25;
margin-bottom:45px;
letter-spacing:.5px;
background:linear-gradient(
90deg,
#C1121F 0%,
#B22222 20%,
#9B1C31 40%,
#6C3BAA 65%,
#355C7D 82%,
#1E3A5F 100%
);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
text-shadow:
1px 1px 0 rgba(255,255,255,.35),
0 2px 6px rgba(0,0,0,.18);
}
.pain-heading span{
background:linear-gradient(
90deg,
#E63946,
#C1121F,
#7B2CBF,
#355C7D,
#1E3A5F
);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
}
/* IMAGE */
.pain-image{
border-radius:24px;
overflow:hidden;
box-shadow:0 20px 45px rgba(0,0,0,.12);
}
.pain-image img{
width:100%;
height:620px;
object-fit:cover;
display:block;
transition:transform .6s ease;
}
.pain-image:hover img{
transform:scale(1.03);
}
/* INFO CARD */
.info-card{
max-width:850px;
margin:45px auto 0;
background:#FFFFFF;
padding:45px;
border-radius:24px;
box-shadow:0 20px 45px rgba(0,0,0,.10);
text-align:center;
}
/* Badge */
.badge{
display:inline-block;
padding:10px 24px;
border-radius:50px;
background:#FFF8E5;
color:#C89B3C;
font-size:13px;
font-weight:700;
letter-spacing:1px;
margin-bottom:22px;
}
/* Card Heading */
.info-card h3{
font-size:34px;
line-height:1.3;
margin-bottom:20px;
color:#1E3A5F;
}
.info-card h3 span{
color:#C89B3C;
}
/* Paragraph */
.info-card p{
font-size:18px;
line-height:1.9;
color:#4B5563;
margin-bottom:35px;
}
/* Button */
.cta-btn{
display:inline-block;
padding:18px 44px;
background:linear-gradient(135deg,#C89B3C,#A87414);
color:#fff;
text-decoration:none;
font-size:18px;
font-weight:700;
border-radius:60px;
transition:.35s;
box-shadow:0 15px 30px rgba(176,138,71,.30);
}
.cta-btn:hover{
background:linear-gradient(135deg,#B07E17,#8E640F);
transform:translateY(-3px);
}
/* Mobile */
@media(max-width:768px){
.pain-heading{
font-size:31px;
margin-bottom:30px;
}
.pain-image img{
height:360px;
}
.info-card{
margin:30px auto 0;
padding:28px 22px;
}
.info-card h3{
font-size:25px;
}
.info-card p{
font-size:16px;
}
.cta-btn{
display:block;
width:100%;
box-sizing:border-box;
}
}

Struggling with
Shoulder, Elbow or Knee Discomfort?

Discover the Comfort You’ve Been Looking For.

Shoulder Elbow Knee Pain
ADVANCED 3-IN-1 MASSAGE THERAPY

Comfort Starts With the Right
Support

Whether your discomfort comes from work, exercise, aging, or everyday activities, our intelligent 3-in-1 Shoulder, Elbow & Knee Massager helps improve circulation, relax tired muscles, reduce stiffness, and support a more active and comfortable lifestyle.


ORDER YOURS TODAY β†’

/*=============================
PREMIUM VIDEO GALLERY
==============================*/
.video-section{
max-width:1100px;
margin:70px auto;
padding:60px 25px;
background:#F5F6F8;
border-radius:25px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
text-align:center;
font-family:Arial,Helvetica,sans-serif;
}
.video-title{
font-size:42px;
font-weight:800;
margin-bottom:18px;
background:linear-gradient(90deg,#C89B3C,#F2D67A,#B8860B);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.video-text{
max-width:760px;
margin:0 auto 10px;
font-size:19px;
line-height:1.8;
color:#4B5563;
}
/* Swipe Notice */
.swipe-note{
display:inline-block;
margin:15px auto 30px;
padding:12px 22px;
background:#FFF7D6;
color:#B8860B;
border-radius:50px;
font-weight:700;
animation:pulse 2s infinite;
}
@keyframes pulse{
0%{transform:scale(1);}
50%{transform:scale(1.05);}
100%{transform:scale(1);}
}
/* Arrows */
.scroll-hint{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:15px;
font-size:28px;
color:#C1121F;
font-weight:bold;
}
.scroll-hint span{
animation:bounce 1.5s infinite;
}
@keyframes bounce{
0%,100%{transform:translateX(0);}
50%{transform:translateX(6px);}
}
/* Horizontal Scroll */
.video-row{
display:flex;
gap:20px;
overflow-x:auto;
scroll-behavior:smooth;
padding-bottom:15px;
-webkit-overflow-scrolling:touch;
scroll-snap-type:x mandatory;
}
/* Hide scrollbar */
.video-row::-webkit-scrollbar{
height:6px;
}
.video-row::-webkit-scrollbar-thumb{
background:#D4AF37;
border-radius:10px;
}
.video-card{
min-width:85%;
flex:0 0 85%;
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 12px 30px rgba(0,0,0,.08);
scroll-snap-align:start;
transition:.3s;
}
.video-card:hover{
transform:translateY(-5px);
}
.video-head{
padding:18px;
font-size:20px;
font-weight:700;
background:#FFF8E3;
color:#374151;
}
.video-frame{
position:relative;
padding-bottom:56.25%;
height:0;
}
.video-frame iframe,
.video-frame video{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
border:none;
}
/* Desktop */
@media(min-width:900px){
.video-card{
min-width:48%;
flex:0 0 48%;
}
}
/* Mobile */
@media(max-width:768px){
.video-section{
padding:40px 15px;
margin:30px 10px;
}
.video-title{
font-size:30px;
}
.video-text{
font-size:16px;
}
.video-head{
font-size:17px;
}
}

See How It Works in Seconds

Watch real demonstrations of the 3-in-1 Shoulder, Elbow & Knee Massager in action.

πŸ‘ˆ Swipe Left or Right to Watch More Videos πŸ‘‰
β¬…
➑
πŸŽ₯ Shoulder Pain Relief

πŸŽ₯ Knee Massage Demo

πŸŽ₯ EMS Therapy Demo

πŸŽ₯ Complete Product Demo

/* ===== WHO IS THIS FOR ===== */
.target-section{
max-width:1100px;
margin:70px auto;
padding:60px 35px;
background:#F5F6F8;
border-radius:25px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}
.target-title{
font-size:42px;
font-weight:800;
line-height:1.2;
margin-bottom:18px;
background:linear-gradient(90deg,#C89B3C,#F2D67A,#B8860B);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.target-subtitle{
max-width:760px;
margin:0 auto 45px;
font-size:19px;
line-height:1.7;
color:#4B5563;
}
.target-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:22px;
}
.target-card{
background:#FFFFFF;
border-radius:18px;
padding:28px 24px;
box-shadow:0 8px 20px rgba(0,0,0,.05);
transition:.35s;
}
.target-card:hover{
transform:translateY(-6px);
background:#FFF9E9;
box-shadow:0 15px 35px rgba(212,175,55,.18);
}
.target-icon{
font-size:34px;
margin-bottom:15px;
}
.target-card h3{
font-size:21px;
color:#374151;
margin-bottom:12px;
font-weight:700;
}
.target-card p{
font-size:15px;
line-height:1.7;
color:#6B7280;
margin:0;
}
@media(max-width:768px){
.target-section{
padding:40px 20px;
margin:30px 10px;
}
.target-title{
font-size:31px;
}
.target-subtitle{
font-size:16px;
}
.target-card{
padding:24px 18px;
}
}

Who Can Benefit from the 3-in-1 Massager?

Designed to help people experiencing everyday muscle tension, stiffness, and discomfort while supporting relaxation and daily comfort.

😣

Everyday Joint Discomfort

Helps soothe feelings of stiffness and discomfort in the shoulders, elbows, and knees.

πŸ’ͺ

Muscle Tension & Body Aches

Ideal for relaxing tired, tight, and overworked muscles after a long day.

🩸

Supports Healthy Circulation

EMS pulse technology and massage help stimulate circulation for a refreshed feeling.

πŸƒ

Post-Workout Recovery

Supports muscle relaxation after exercise, sports, and other physical activities.

😌

Stress & Relaxation

Enjoy a calming massage experience to help you unwind after a busy day.

🚢

Everyday Mobility

Designed to help you stay comfortable and move more freely throughout the day.

/* ===========================
PREMIUM FEATURE GRID
=========================== */
.massager-grid-section{
max-width:1200px;
margin:70px auto;
padding:60px 30px;
background:#F8F9FB;
border-radius:24px;
font-family:Arial,Helvetica,sans-serif;
}
.massager-grid-title{
text-align:center;
font-size:42px;
font-weight:800;
margin-bottom:15px;
background:linear-gradient(90deg,#C89B3C,#F4D97A,#B8860B);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.massager-grid-text{
text-align:center;
color:#555;
max-width:760px;
margin:0 auto 45px;
line-height:1.8;
font-size:18px;
}
/* GRID */
.massager-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}
/* CARD */
.massager-card{
background:#fff;
padding:35px 25px;
border-radius:18px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.35s;
}
.massager-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 35px rgba(0,0,0,.14);
}
.massager-icon{
font-size:50px;
margin-bottom:20px;
}
.massager-card h3{
margin-bottom:15px;
font-size:22px;
color:#222;
}
.massager-card p{
color:#666;
line-height:1.7;
font-size:16px;
}
/* MOBILE */
@media(max-width:900px){
.massager-grid{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:768px){
.massager-grid{
grid-template-columns:1fr;
}
.massager-grid-title{
font-size:30px;
}
.massager-grid-text{
font-size:16px;
}
}

Why Customers Love This 3-in-1 Massager

Professional pain relief technology designed for the shoulder, elbow and knee.
Experience deep muscle relaxation, improved circulation and soothing heat therapy.

πŸ”₯

Heat Therapy

Comforting warmth helps reduce stiffness and relax tired muscles.

⚑

EMS Pulse Massage

Gentle electrical stimulation targets deep muscle tissue for better relief.

πŸ’ͺ

Muscle Recovery

Perfect after work, sports, gym sessions or long hours of standing.

🩸

Better Circulation

Supports healthy blood flow and helps reduce fatigue in joints.

🦡

3-in-1 Design

Use comfortably on your shoulder, elbow or knee with one device.

🏠

Home Therapy

Enjoy professional-quality massage without leaving your home.

/* ===============================
PREMIUM WHATSAPP REVIEW SECTION
===============================*/
.wa-review-section{
max-width:1150px;
margin:70px auto;
padding:60px 25px;
background:#F5F6F8;
border-radius:25px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
font-family:Arial,Helvetica,sans-serif;
}
.wa-title{
text-align:center;
font-size:42px;
font-weight:800;
margin-bottom:15px;
background:linear-gradient(90deg,#C89B3C,#F2D67A,#B8860B);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.wa-subtitle{
max-width:760px;
margin:0 auto 45px;
text-align:center;
color:#4B5563;
font-size:18px;
line-height:1.8;
}
.chat-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(330px,1fr));
gap:30px;
}
/* PHONE */
.phone{
background:#ECE5DD;
border-radius:28px;
overflow:hidden;
box-shadow:0 18px 40px rgba(0,0,0,.12);
}
/* HEADER */
.phone-header{
background:#075E54;
padding:15px;
display:flex;
align-items:center;
gap:12px;
color:#fff;
}
.profile{
width:45px;
height:45px;
border-radius:50%;
background:#25D366;
display:flex;
justify-content:center;
align-items:center;
font-size:19px;
font-weight:bold;
color:#fff;
}
.header-name{
font-size:17px;
font-weight:700;
}
.header-status{
font-size:12px;
opacity:.85;
}
/* CHAT AREA */
.chat-body{
padding:18px;
display:flex;
flex-direction:column;
gap:18px;
}
/* CUSTOMER MESSAGE */
.customer-msg{
align-self:flex-start;
background:#FFFFFF;
padding:14px 16px;
max-width:82%;
border-radius:8px 12px 12px 12px;
box-shadow:0 3px 8px rgba(0,0,0,.08);
font-size:15px;
line-height:1.8;
color:#222;
position:relative;
}
.customer-msg:before{
content:””;
position:absolute;
left:-8px;
top:10px;
border-top:8px solid transparent;
border-right:8px solid #FFFFFF;
border-bottom:8px solid transparent;
}
/* PRIME GOODS */
.owner-msg{
align-self:flex-end;
background:#DCF8C6;
padding:14px 16px;
max-width:82%;
border-radius:12px 8px 12px 12px;
box-shadow:0 3px 8px rgba(0,0,0,.08);
font-size:15px;
line-height:1.8;
color:#222;
position:relative;
}
.owner-msg:after{
content:””;
position:absolute;
right:-8px;
top:10px;
border-top:8px solid transparent;
border-left:8px solid #DCF8C6;
border-bottom:8px solid transparent;
}
.time{
display:block;
text-align:right;
margin-top:10px;
font-size:12px;
color:#667781;
}
.tick{
color:#34B7F1;
font-weight:bold;
}
.rating{
text-align:center;
font-size:24px;
letter-spacing:3px;
color:#FDBA12;
padding:12px 0 20px;
}
/* MOBILE */
@media(max-width:768px){
.wa-review-section{
padding:40px 18px;
margin:30px 10px;
}
.wa-title{
font-size:30px;
}
.wa-subtitle{
font-size:16px;
}
.chat-grid{
grid-template-columns:1fr;
}
}

See What Customers Are Saying

<p


C
Chinedu
online
Good evening. I’ve been using the massager after work every day for about 20 minutes. The heat feels really soothing, and I like that I can easily pack it whenever I travel.
7:42 PM βœ“βœ“
Thank you so much, Chinedu. We’re delighted to hear you’re enjoying both the comfort and portability. Your feedback truly means a lot to us. Thank you for choosing Prime Goods.
7:44 PM βœ“βœ“
β˜…β˜…β˜…β˜…β˜…

A
Amina
last seen today
I bought one for myself and another for my husband. We both enjoy using it every evening. It’s comfortable, lightweight and very easy to wear.
8:15 PM βœ“βœ“
Thank you very much, Amina. We’re honoured to know both of you are enjoying the massager. We sincerely appreciate your support and kind feedback.
8:17 PM βœ“βœ“
β˜…β˜…β˜…β˜…β˜…

E
Emeka
online
I carry it inside my backpack every day. It’s really convenient after long hours at work and doesn’t take much space.
6:57 PM βœ“βœ“
Thank you, Emeka. We’re so happy to hear the portable design is making your daily routine easier. We appreciate you taking the time to share your experience.
7:00 PM βœ“βœ“
β˜…β˜…β˜…β˜…β˜…

/* ===== SPECIAL OFFER ===== */
.offer-section{
max-width:900px;
margin:70px auto;
padding:55px 35px;
background:linear-gradient(135deg,#FFFDF8,#FFF5D8);
border:2px solid #E8C768;
border-radius:25px;
text-align:center;
font-family:Arial,Helvetica,sans-serif;
box-shadow:0 18px 45px rgba(0,0,0,.08);
}
.offer-badge{
display:inline-block;
background:#C1121F;
color:#fff;
padding:10px 24px;
border-radius:40px;
font-size:15px;
font-weight:700;
letter-spacing:.5px;
margin-bottom:22px;
}
.offer-title{
font-size:42px;
font-weight:800;
margin-bottom:20px;
background:linear-gradient(90deg,#C89B3C,#F2D67A,#B8860B);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
}
.offer-text{
max-width:720px;
margin:0 auto 20px;
color:#4B5563;
font-size:19px;
line-height:1.8;
}
.offer-highlight{
font-size:20px;
font-weight:700;
color:#B8860B;
margin-bottom:35px;
}
.old-price{
font-size:28px;
color:#6B7280;
text-decoration:line-through;
margin-bottom:12px;
}
.new-price{
font-size:56px;
font-weight:800;
color:#C1121F;
margin-bottom:12px;
}
.save{
display:inline-block;
background:#FFFFFF;
color:#B8860B;
border:1px solid #E8C768;
padding:12px 24px;
border-radius:50px;
font-size:20px;
font-weight:700;
margin-bottom:35px;
box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.offer-btn{
display:inline-block;
background:linear-gradient(180deg,#E63946,#B11226);
color:#fff;
text-decoration:none;
padding:18px 45px;
border-radius:60px;
font-size:20px;
font-weight:700;
transition:.35s;
box-shadow:0 12px 30px rgba(177,18,38,.30);
}
.offer-btn:hover{
background:linear-gradient(180deg,#FF4D5A,#8F0F1C);
transform:translateY(-3px);
box-shadow:0 18px 35px rgba(177,18,38,.45);
}
@media(max-width:768px){
.offer-section{
padding:40px 20px;
margin:30px 10px;
}
.offer-title{
font-size:30px;
}
.offer-text{
font-size:16px;
line-height:1.7;
}
.offer-highlight{
font-size:17px;
}
.old-price{
font-size:22px;
}
.new-price{
font-size:42px;
}
.save{
font-size:17px;
padding:10px 20px;
}
.offer-btn{
display:block;
width:100%;
font-size:18px;
padding:16px;
}
}

πŸŽ‰ LIMITED-TIME OFFER

Get 33% OFF Today

For a limited time only, enjoy an exclusive discount on our premium
3-in-1 Shoulder, Elbow & Knee Massager.
Experience advanced EMS pulse therapy, soothing heat, and relaxing massage at an exceptional value while this offer lasts.

Save ₦45,000 β€” Pay Only ₦90,000 Today!
Regular Price: ₦135,000
₦90,000
βœ… You Save ₦45,000 Today


πŸ‘‰ CLAIM MY DISCOUNT NOW

/* ==========================
PREMIUM CONTACT SECTION
========================== */
.contact-section{
max-width:900px;
margin:70px auto;
padding:45px 30px;
background:linear-gradient(
135deg,
#3A6EA5,
#5B8DB8
);
border-radius:28px;
font-family:Arial,Helvetica,sans-serif;
text-align:center;
box-shadow:
0 25px 60px rgba(0,0,0,.15);
}
/* Heading */
.contact-title{
font-size:38px;
font-weight:900;
color:#FFFFFF;
margin-bottom:25px;
}
/* Buttons Container */
.contact-buttons{
display:flex;
justify-content:center;
gap:25px;
flex-wrap:wrap;
}
/* Buttons */
.contact-btn{
display:flex;
align-items:center;
justify-content:center;
gap:12px;
padding:18px 35px;
border-radius:60px;
font-size:19px;
font-weight:800;
text-decoration:none;
transition:.35s;
}
/* WhatsApp */
.whatsapp-btn{
background:#25D366;
color:white;
box-shadow:
0 15px 30px rgba(37,211,102,.35);
}
.whatsapp-btn:hover{
transform:translateY(-4px);
background:#1ebe5d;
}
/* Call Button */
.call-btn{
background:linear-gradient(
135deg,
#C89B3C,
#A87414
);
color:white;
box-shadow:
0 15px 30px rgba(200,169,60,.35);
}
.call-btn:hover{
transform:translateY(-4px);
background:linear-gradient(
135deg,
#D4AF37,
#B8860B
);
}
/* Icons */
.icon{
font-size:28px;
}
/* Mobile */
@media(max-width:768px){
.contact-section{
margin:40px 15px;
padding:35px 20px;
}
.contact-title{
font-size:28px;
}
.contact-btn{
width:100%;
font-size:17px;
}
}

Need Help? Contact Us



πŸ’¬
Chat On WhatsApp



☎️
Click Here To Call

/* ==========================
PREMIUM TRUST BENEFITS SECTION
========================== */
.trust-section{
max-width:1100px;
margin:70px auto;
padding:50px 30px;
background:linear-gradient(
135deg,
#EEF4FA,
#DCEAF7
);
border-radius:28px;
font-family:Arial,Helvetica,sans-serif;
text-align:center;
box-shadow:0 20px 50px rgba(0,0,0,.10);
}
/* Heading */
.trust-title{
font-size:38px;
font-weight:900;
color:#1E3A5F;
margin-bottom:15px;
}
.trust-subtitle{
font-size:18px;
color:#4B5563;
margin-bottom:40px;
}
/* Cards */
.trust-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}
/* Individual Card */
.trust-card{
background:#FFFFFF;
border-radius:20px;
padding:28px 18px;
border:1px solid #D4AF37;
box-shadow:0 10px 25px rgba(0,0,0,.06);
transition:.35s;
}
.trust-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 35px rgba(0,0,0,.12);
}
/* Icon */
.trust-icon{
font-size:40px;
margin-bottom:15px;
}
/* Card Title */
.trust-card h3{
font-size:18px;
font-weight:800;
color:#1E3A5F;
margin-bottom:10px;
}
/* Text */
.trust-card p{
font-size:15px;
line-height:1.6;
color:#4B5563;
}
/* Highlight */
.gold{
color:#B8860B;
}
.green{
color:#16A34A;
}
/* Mobile */
@media(max-width:768px){
.trust-section{
margin:40px 15px;
padding:35px 20px;
}
.trust-title{
font-size:28px;
}
.trust-grid{
grid-template-columns:1fr;
}
.trust-card{
padding:25px 15px;
}
}

Shop With Confidence

We make your shopping experience simple, safe, and convenient.

🚚

Free Delivery Nationwide

Enjoy convenient delivery anywhere in Nigeria at no extra delivery cost.

πŸ’΅

Payment On Delivery

Pay only when your order arrives at your doorstep.

πŸ”’

Secure Ordering

Your order details are handled through a secure checkout process.

⭐

Premium Quality

Designed for comfort, relaxation, and everyday muscle support.


/* ============================================================
HERO RESET AND GLOBAL SETTINGS
============================================================= */
.nkh-v2-hero,
.nkh-v2-hero *{
box-sizing:border-box;
}
.nkh-v2-hero{
–nkh-black:#080808;
–nkh-black-soft:#181818;
–nkh-gold:#f4c542;
–nkh-gold-light:#fff1a0;
–nkh-gold-dark:#936000;
–nkh-red:#ed1325;
–nkh-red-dark:#72000c;
–nkh-blue:#087cff;
–nkh-blue-dark:#002965;
–nkh-green:#08a94f;
–nkh-text:#172033;
–nkh-cream:#fff8df;
position:relative;
width:100%;
overflow:hidden;
padding:42px 20px 56px;
font-family:
Arial,
Helvetica,
sans-serif;
background:
radial-gradient(
circle at 9% 11%,
rgba(255,198,0,.25),
transparent 27%
),
radial-gradient(
circle at 91% 13%,
rgba(0,105,255,.14),
transparent 28%
),
radial-gradient(
circle at 80% 90%,
rgba(255,45,30,.10),
transparent 27%
),
linear-gradient(
135deg,
#fffef9 0%,
#fff5d5 48%,
#ffffff 100%
);
border-radius:28px;
isolation:isolate;
}
.nkh-v2-hero::before,
.nkh-v2-hero::after{
content:””;
position:absolute;
border-radius:50%;
pointer-events:none;
z-index:-1;
}
.nkh-v2-hero::before{
width:280px;
height:280px;
top:-140px;
left:-120px;
background:linear-gradient(
135deg,
rgba(255,205,0,.78),
rgba(255,91,0,.30)
);
filter:blur(22px);
}
.nkh-v2-hero::after{
width:320px;
height:320px;
right:-160px;
bottom:-170px;
background:linear-gradient(
135deg,
rgba(0,105,255,.32),
rgba(116,0,255,.17)
);
filter:blur(25px);
}
.nkh-v2-inner{
position:relative;
z-index:2;
width:100%;
max-width:1220px;
margin:0 auto;
display:grid;
grid-template-columns:
minmax(0,1.08fr)
minmax(400px,.92fr);
grid-template-areas:
“top image”
“bottom image”;
align-items:center;
column-gap:52px;
row-gap:0;
}
/* ============================================================
LEFT CONTENT
============================================================= */
.nkh-v2-top-content,
.nkh-v2-bottom-content{
min-width:0;
}
.nkh-v2-top-content{
grid-area:top;
animation:nkhV2RevealUp .8s ease both;
}
.nkh-v2-bottom-content{
grid-area:bottom;
animation:nkhV2RevealUp .8s .08s ease both;
}
/* Brand */
.nkh-v2-brand{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:16px;
padding:8px 14px;
color:#543000;
background:linear-gradient(
180deg,
#fff6ae 0%,
#ffd344 55%,
#f2ad00 100%
);
border:1px solid #c88400;
border-radius:999px;
font-size:12px;
line-height:1;
font-weight:900;
letter-spacing:.7px;
text-transform:uppercase;
box-shadow:
0 4px 0 #986000,
0 9px 18px rgba(122,75,0,.20),
inset 0 2px 0 rgba(255,255,255,.88);
}
.nkh-v2-brand-dot{
width:9px;
height:9px;
border-radius:50%;
background:#e40018;
box-shadow:
0 0 0 5px rgba(228,0,24,.13);
animation:
nkhV2DotPulse 1.8s ease-in-out infinite;
}
.nkh-v2-eyebrow{
margin:0 0 12px;
color:#d00018;
font-size:13px;
line-height:1.35;
font-weight:900;
letter-spacing:.75px;
text-transform:uppercase;
}
/* ============================================================
FIRST 3D PLATFORM β€” MAIN HEADLINE
============================================================= */
.nkh-v2-heading-platform{
position:relative;
width:100%;
max-width:730px;
padding:24px 26px 25px;
background:
linear-gradient(
145deg,
#030303 0%,
#1b1b1b 52%,
#060606 100%
);
border:2px solid var(–nkh-gold);
border-radius:19px;
box-shadow:
0 9px 0 var(–nkh-gold-dark),
0 21px 38px rgba(0,0,0,.24),
inset 0 2px 0 rgba(255,255,255,.13),
inset -4px 0 0 rgba(0,0,0,.42);
overflow:hidden;
}
.nkh-v2-heading-platform::before{
content:””;
position:absolute;
top:0;
left:-50%;
width:32%;
height:100%;
transform:skewX(-24deg);
background:linear-gradient(
90deg,
transparent,
rgba(255,255,255,.09),
transparent
);
animation:
nkhV2PanelShine 7s ease-in-out infinite;
}
.nkh-v2-title{
position:relative;
z-index:2;
margin:0;
color:#ffffff;
font-size:clamp(30px,4vw,52px);
line-height:1.12;
font-weight:950;
letter-spacing:-1.25px;
overflow-wrap:break-word;
}
.nkh-v2-title-line{
display:block;
margin-bottom:7px;
}
.nkh-v2-title-line:last-child{
margin-bottom:0;
}
.nkh-v2-gold-text{
color:var(–nkh-gold);
background:linear-gradient(
180deg,
#fff7b8 0%,
#ffd956 32%,
#d99400 72%,
#fff0a0 100%
);
-webkit-background-clip:text;
background-clip:text;
-webkit-text-fill-color:transparent;
text-shadow:
0 3px 12px rgba(255,191,0,.17);
}
.nkh-v2-red-text{
color:#ff3343;
background:linear-gradient(
180deg,
#ff8189 0%,
#ff2437 44%,
#c60017 100%
);
-webkit-background-clip:text;
background-clip:text;
-webkit-text-fill-color:transparent;
text-shadow:
0 3px 11px rgba(255,0,28,.20);
}
.nkh-v2-heading-line{
position:relative;
z-index:2;
width:112px;
height:5px;
margin-top:17px;
border-radius:999px;
background:linear-gradient(
90deg,
#ff1831 0%,
#ff1831 35%,
#f4c542 35%,
#f4c542 70%,
#087cff 70%,
#087cff 100%
);
box-shadow:
0 3px 9px rgba(0,0,0,.55);
}
/* ============================================================
PROMISE CAPSULES
============================================================= */
.nkh-v2-promises{
display:grid;
grid-template-columns:
repeat(2,minmax(0,1fr));
gap:10px;
max-width:700px;
margin-top:25px;
}
.nkh-v2-promise{
display:flex;
align-items:center;
gap:9px;
min-width:0;
min-height:45px;
padding:9px 12px;
color:#20283a;
background:rgba(255,255,255,.95);
border:1px solid rgba(218,157,0,.58);
border-radius:12px;
font-size:12px;
line-height:1.3;
font-weight:850;
box-shadow:
0 5px 0 #c18a12,
0 10px 18px rgba(25,30,45,.10),
inset 0 1px 0 rgba(255,255,255,.98);
}
.nkh-v2-promise-icon{
flex:0 0 28px;
display:flex;
align-items:center;
justify-content:center;
width:28px;
height:28px;
border-radius:8px;
background:linear-gradient(
145deg,
#fff2a0,
#ffc51b
);
font-size:14px;
box-shadow:
0 3px 0 #a96c00,
inset 0 1px 0 rgba(255,255,255,.9);
}
/* ============================================================
3D GLASS CAROUSEL PLATFORM
============================================================= */
.nkh-v2-carousel-platform{
position:relative;
width:100%;
max-width:700px;
margin-top:28px;
padding:12px 13px 17px;
background:
linear-gradient(
145deg,
rgba(255,255,255,.96),
rgba(255,244,199,.93)
);
border:2px solid var(–nkh-gold);
border-radius:17px;
box-shadow:
0 8px 0 #9d6800,
0 18px 30px rgba(25,30,45,.18),
inset 0 2px 0 rgba(255,255,255,.98),
inset -3px 0 0 rgba(174,115,0,.13);
overflow:hidden;
}
.nkh-v2-carousel-label{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
margin-bottom:10px;
padding:0 3px;
}
.nkh-v2-carousel-label strong{
color:#111827;
font-size:11px;
font-weight:950;
letter-spacing:.65px;
text-transform:uppercase;
}
.nkh-v2-swipe-hint{
color:#b50016;
font-size:10px;
font-weight:900;
}
.nkh-v2-carousel-window{
position:relative;
width:100%;
overflow:hidden;
border-radius:12px;
touch-action:pan-y;
cursor:grab;
}
.nkh-v2-carousel-window:active{
cursor:grabbing;
}
.nkh-v2-carousel-track{
display:flex;
width:100%;
transition:
transform .62s cubic-bezier(.22,.7,.24,1);
}
.nkh-v2-slide{
flex:0 0 100%;
min-width:100%;
padding:16px 17px;
background:
linear-gradient(
145deg,
#101010 0%,
#202020 52%,
#090909 100%
);
border:1px solid rgba(244,197,66,.78);
border-radius:12px;
box-shadow:
inset 0 2px 0 rgba(255,255,255,.12),
inset -3px 0 0 rgba(0,0,0,.38);
color:#ffffff;
}
.nkh-v2-slide-inner{
display:grid;
grid-template-columns:49px minmax(0,1fr);
align-items:center;
gap:13px;
}
.nkh-v2-slide-icon{
display:flex;
align-items:center;
justify-content:center;
width:49px;
height:49px;
border-radius:13px;
background:linear-gradient(
145deg,
#fff2a0,
#ffc400
);
font-size:24px;
box-shadow:
0 5px 0 #9b6200,
0 9px 15px rgba(0,0,0,.25),
inset 0 2px 0 rgba(255,255,255,.87);
}
.nkh-v2-slide-title{
margin:0 0 4px;
color:var(–nkh-gold);
font-size:16px;
line-height:1.15;
font-weight:950;
}
.nkh-v2-slide-text{
margin:0;
color:#f5f5f5;
font-size:12px;
line-height:1.45;
font-weight:650;
}
.nkh-v2-carousel-dots{
display:flex;
align-items:center;
justify-content:center;
gap:6px;
margin-top:12px;
}
.nkh-v2-dot{
width:7px;
height:7px;
padding:0;
border:0;
border-radius:999px;
background:#b3a785;
cursor:pointer;
transition:
width .25s ease,
background .25s ease,
transform .25s ease;
}
.nkh-v2-dot.is-active{
width:23px;
background:#e31329;
transform:scaleY(1.1);
}
/* ============================================================
SECOND MAIN 3D PLATFORM β€” CALL TO ACTION
============================================================= */
.nkh-v2-action-platform{
position:relative;
width:100%;
max-width:700px;
margin-top:30px;
padding:17px 17px 19px;
background:
linear-gradient(
145deg,
#ffffff 0%,
#fff5cc 100%
);
border:2px solid var(–nkh-gold);
border-radius:17px;
box-shadow:
0 8px 0 #a56b00,
0 18px 29px rgba(25,30,45,.17),
inset 0 2px 0 rgba(255,255,255,.98);
text-align:center;
}
.nkh-v2-action-title{
margin:0 0 15px;
color:#182033;
font-size:12px;
line-height:1.4;
font-weight:950;
letter-spacing:.55px;
text-transform:uppercase;
}
.nkh-v2-buttons{
display:flex;
align-items:flex-start;
justify-content:center;
flex-wrap:wrap;
gap:18px;
padding-bottom:9px;
}
/* ============================================================
PERMANENT 3D BUTTON STRUCTURE
============================================================= */
.nkh-v2-btn{
position:relative;
isolation:isolate;
display:inline-flex;
align-items:center;
justify-content:center;
gap:7px;
min-width:145px;
min-height:44px;
padding:11px 16px;
border:0;
border-radius:10px;
color:#ffffff !important;
font-size:12px;
line-height:1;
font-weight:950;
letter-spacing:.25px;
text-decoration:none !important;
text-align:center;
cursor:pointer;
transform:translateY(0);
transition:
transform .22s ease,
filter .22s ease,
box-shadow .22s ease;
-webkit-tap-highlight-color:transparent;
}
/* Separate permanent side wall */
.nkh-v2-btn::after{
content:””;
position:absolute;
z-index:-2;
left:0;
right:0;
top:7px;
bottom:-7px;
border-radius:10px;
transition:
top .22s ease,
bottom .22s ease,
box-shadow .22s ease;
}
/* Glossy top face border */
.nkh-v2-btn::before{
content:””;
position:absolute;
z-index:-1;
inset:0;
border:2px solid rgba(255,255,255,.66);
border-radius:10px;
box-shadow:
inset 0 2px 0 rgba(255,255,255,.58),
inset -3px 0 0 rgba(0,0,0,.14);
pointer-events:none;
}
/* Order button bright red top */
.nkh-v2-btn-order{
background:linear-gradient(
180deg,
#ff5360 0%,
#f20e28 45%,
#c60019 100%
);
box-shadow:
0 12px 20px rgba(180,0,25,.28);
}
/* Order button burgundy side */
.nkh-v2-btn-order::after{
background:linear-gradient(
180deg,
#85000e 0%,
#570008 100%
);
box-shadow:
0 5px 0 #340004,
0 10px 17px rgba(115,0,12,.29);
}
/* Demo button electric blue top */
.nkh-v2-btn-demo{
background:linear-gradient(
180deg,
#40a8ff 0%,
#087cff 45%,
#004bc5 100%
);
box-shadow:
0 12px 20px rgba(0,76,190,.27);
}
/* Demo button dark navy side */
.nkh-v2-btn-demo::after{
background:linear-gradient(
180deg,
#003685 0%,
#001c51 100%
);
box-shadow:
0 5px 0 #00102f,
0 10px 17px rgba(0,39,112,.29);
}
/* Moving button shine */
.nkh-v2-btn-shine{
position:absolute;
z-index:2;
top:0;
left:-80%;
width:43%;
height:100%;
transform:skewX(-26deg);
background:linear-gradient(
90deg,
transparent,
rgba(255,255,255,.78),
transparent
);
pointer-events:none;
transition:
left .58s ease;
}
.nkh-v2-btn-icon,
.nkh-v2-btn-text{
position:relative;
z-index:3;
}
/* Hover */
.nkh-v2-btn:hover{
transform:
translateY(-5px)
scale(1.035);
filter:
brightness(1.09)
saturate(1.16);
}
.nkh-v2-btn:hover::after{
top:10px;
bottom:-10px;
}
.nkh-v2-btn:hover .nkh-v2-btn-shine{
left:138%;
}
.nkh-v2-btn-order:hover{
box-shadow:
0 18px 27px rgba(185,0,27,.40),
0 0 21px rgba(255,25,45,.25);
}
.nkh-v2-btn-demo:hover{
box-shadow:
0 18px 27px rgba(0,78,195,.40),
0 0 21px rgba(0,115,255,.24);
}
/* Clicked/pressed */
.nkh-v2-btn:active{
transform:
translateY(6px)
scale(.985);
}
.nkh-v2-btn:active::after{
top:2px;
bottom:-2px;
}
/* ============================================================
TRUST CAPSULES
============================================================= */
.nkh-v2-trust{
display:grid;
grid-template-columns:
repeat(3,minmax(0,1fr));
gap:9px;
margin-top:20px;
}
.nkh-v2-trust-item{
display:flex;
align-items:center;
justify-content:center;
gap:7px;
min-width:0;
min-height:39px;
padding:8px 9px;
background:#ffffff;
border:1px solid rgba(211,151,0,.65);
border-radius:999px;
color:#1c2536;
font-size:10px;
line-height:1.25;
font-weight:900;
text-align:center;
box-shadow:
0 4px 0 #c38a12,
0 8px 14px rgba(20,25,40,.10),
inset 0 1px 0 rgba(255,255,255,.98);
}
.nkh-v2-trust-icon{
flex:0 0 21px;
display:inline-flex;
align-items:center;
justify-content:center;
width:21px;
height:21px;
border-radius:50%;
color:#ffffff;
background:linear-gradient(
180deg,
#27d574,
#039546
);
font-size:10px;
box-shadow:
0 3px 0 #00622d,
inset 0 1px 0 rgba(255,255,255,.55);
}
/* ============================================================
PRODUCT IMAGE AREA
============================================================= */
.nkh-v2-product-side{
position:relative;
grid-area:image;
display:flex;
align-items:center;
justify-content:center;
min-width:0;
animation:
nkhV2RevealImage 1s .12s ease both;
}
.nkh-v2-product-glow{
position:absolute;
width:88%;
aspect-ratio:1;
border-radius:50%;
background:
radial-gradient(
circle,
#fff9bf 0%,
rgba(255,205,52,.82) 30%,
rgba(255,108,0,.18) 57%,
transparent 74%
);
filter:blur(6px);
opacity:.82;
animation:
nkhV2Glow 4.2s ease-in-out infinite;
}
.nkh-v2-product-frame{
position:relative;
width:100%;
max-width:590px;
padding:10px;
background:linear-gradient(
145deg,
#ffffff,
#fff0b2
);
border:2px solid var(–nkh-gold);
border-radius:25px;
box-shadow:
0 23px 47px rgba(15,25,40,.25),
0 8px 0 #9b6500,
inset 0 2px 0 rgba(255,255,255,.97);
transform:
perspective(1100px)
rotateY(-2.5deg)
rotateX(1deg);
transition:
transform .42s ease,
box-shadow .42s ease;
}
.nkh-v2-product-frame:hover{
transform:
perspective(1100px)
rotateY(0deg)
rotateX(0deg)
translateY(-8px)
scale(1.017);
box-shadow:
0 34px 62px rgba(15,25,40,.30),
0 11px 0 #9b6500,
0 0 31px rgba(255,188,0,.24),
inset 0 2px 0 rgba(255,255,255,.98);
}
.nkh-v2-product-frame img{
display:block;
width:100%;
height:auto;
border-radius:16px;
object-fit:cover;
}
.nkh-v2-image-badge{
position:absolute;
top:18px;
right:-8px;
padding:10px 13px;
color:#ffffff;
background:linear-gradient(
180deg,
#2495ff,
#0053c9
);
border:1px solid rgba(255,255,255,.74);
border-radius:9px 3px 3px 9px;
font-size:10px;
font-weight:950;
letter-spacing:.45px;
text-transform:uppercase;
box-shadow:
0 5px 0 #002d74,
0 10px 18px rgba(0,63,160,.30),
inset 0 1px 0 rgba(255,255,255,.55);
}
.nkh-v2-image-badge::after{
content:””;
position:absolute;
right:0;
bottom:-7px;
border-top:7px solid #00245d;
border-left:7px solid transparent;
}
.nkh-v2-image-caption{
position:absolute;
left:22px;
bottom:22px;
display:inline-flex;
align-items:center;
gap:7px;
padding:9px 12px;
color:#152037;
background:rgba(255,255,255,.94);
border:1px solid rgba(224,161,0,.65);
border-radius:999px;
font-size:10px;
line-height:1.2;
font-weight:950;
box-shadow:
0 7px 17px rgba(0,0,0,.18),
inset 0 1px 0 rgba(255,255,255,.98);
backdrop-filter:blur(8px);
}
/* ============================================================
ANIMATIONS
============================================================= */
@keyframes nkhV2RevealUp{
from{
opacity:0;
transform:translateY(24px);
}
to{
opacity:1;
transform:translateY(0);
}
}
@keyframes nkhV2RevealImage{
from{
opacity:0;
transform:
translateX(32px)
scale(.96);
}
to{
opacity:1;
transform:
translateX(0)
scale(1);
}
}
@keyframes nkhV2Glow{
0%,
100%{
transform:scale(.95);
opacity:.64;
}
50%{
transform:scale(1.06);
opacity:.92;
}
}
@keyframes nkhV2DotPulse{
0%,
100%{
transform:scale(1);
box-shadow:
0 0 0 5px rgba(228,0,24,.13);
}
50%{
transform:scale(1.16);
box-shadow:
0 0 0 9px rgba(228,0,24,.03);
}
}
@keyframes nkhV2PanelShine{
0%,
62%{
left:-50%;
}
82%,
100%{
left:135%;
}
}
/* ============================================================
TABLET
============================================================= */
@media(max-width:980px){
.nkh-v2-hero{
padding:38px 18px 52px;
}
.nkh-v2-inner{
grid-template-columns:1fr;
grid-template-areas:
“top”
“image”
“bottom”;
gap:32px;
}
.nkh-v2-top-content,
.nkh-v2-bottom-content{
text-align:center;
}
.nkh-v2-heading-platform,
.nkh-v2-promises,
.nkh-v2-carousel-platform,
.nkh-v2-action-platform{
margin-left:auto;
margin-right:auto;
}
.nkh-v2-heading-line{
margin-left:auto;
margin-right:auto;
}
.nkh-v2-product-side{
width:100%;
max-width:670px;
margin:2px auto 4px;
}
.nkh-v2-product-frame{
transform:none;
}
}
/* ============================================================
ANDROID AND MOBILE
============================================================= */
@media(max-width:600px){
.nkh-v2-hero{
padding:24px 11px 40px;
border-radius:19px;
}
.nkh-v2-inner{
gap:24px;
}
.nkh-v2-product-side{
margin-top:2px;
margin-bottom:2px;
}
.nkh-v2-brand{
margin-bottom:14px;
padding:7px 11px;
font-size:10px;
letter-spacing:.45px;
}
.nkh-v2-eyebrow{
margin-bottom:10px;
font-size:10px;
letter-spacing:.4px;
}
/* Headline platform */
.nkh-v2-heading-platform{
padding:18px 14px 19px;
border-radius:14px;
box-shadow:
0 6px 0 var(–nkh-gold-dark),
0 14px 25px rgba(0,0,0,.22),
inset 0 1px 0 rgba(255,255,255,.13);
}
.nkh-v2-title{
font-size:clamp(25px,7.8vw,35px);
line-height:1.16;
letter-spacing:-.55px;
}
.nkh-v2-title-line{
margin-bottom:7px;
}
.nkh-v2-heading-line{
width:88px;
height:4px;
margin-top:14px;
}
/* Promise capsules */
.nkh-v2-promises{
gap:9px;
margin-top:22px;
}
.nkh-v2-promise{
align-items:flex-start;
min-height:51px;
padding:9px 8px;
border-radius:10px;
font-size:10px;
text-align:left;
box-shadow:
0 4px 0 #c18a12,
0 8px 14px rgba(25,30,45,.09);
}
.nkh-v2-promise-icon{
flex-basis:25px;
width:25px;
height:25px;
border-radius:7px;
font-size:12px;
}
/* Carousel */
.nkh-v2-carousel-platform{
margin-top:25px;
padding:10px 9px 14px;
border-radius:14px;
box-shadow:
0 6px 0 #9d6800,
0 14px 24px rgba(25,30,45,.16),
inset 0 2px 0 rgba(255,255,255,.98);
}
.nkh-v2-carousel-label strong{
font-size:9px;
}
.nkh-v2-swipe-hint{
font-size:8px;
}
.nkh-v2-slide{
padding:14px 12px;
border-radius:10px;
}
.nkh-v2-slide-inner{
grid-template-columns:42px minmax(0,1fr);
gap:10px;
}
.nkh-v2-slide-icon{
width:42px;
height:42px;
border-radius:11px;
font-size:20px;
box-shadow:
0 4px 0 #9b6200,
0 8px 13px rgba(0,0,0,.24);
}
.nkh-v2-slide-title{
margin-bottom:3px;
font-size:13px;
}
.nkh-v2-slide-text{
font-size:10px;
line-height:1.4;
}
.nkh-v2-carousel-dots{
margin-top:10px;
}
/* CTA platform */
.nkh-v2-action-platform{
margin-top:27px;
padding:15px 10px 17px;
border-radius:14px;
box-shadow:
0 6px 0 #a56b00,
0 14px 24px rgba(25,30,45,.16),
inset 0 2px 0 rgba(255,255,255,.98);
}
.nkh-v2-action-title{
margin-bottom:14px;
font-size:10px;
}
.nkh-v2-buttons{
flex-wrap:nowrap;
gap:14px;
}
.nkh-v2-btn{
min-width:0;
min-height:40px;
padding:10px 11px;
border-radius:9px;
font-size:10px;
}
.nkh-v2-btn::before,
.nkh-v2-btn::after{
border-radius:9px;
}
.nkh-v2-btn::after{
top:6px;
bottom:-6px;
}
.nkh-v2-btn-icon{
font-size:11px;
}
/* Trust */
.nkh-v2-trust{
grid-template-columns:1fr 1fr;
gap:9px;
margin-top:19px;
}
.nkh-v2-trust-item{
min-height:38px;
padding:7px 8px;
border-radius:11px;
font-size:9px;
text-align:left;
justify-content:flex-start;
}
.nkh-v2-trust-item:last-child{
grid-column:1 / -1;
justify-content:center;
}
.nkh-v2-trust-icon{
flex-basis:19px;
width:19px;
height:19px;
font-size:9px;
}
/* Product image */
.nkh-v2-product-frame{
padding:7px;
border-radius:19px;
box-shadow:
0 18px 34px rgba(15,25,40,.22),
0 5px 0 #9b6500,
inset 0 2px 0 rgba(255,255,255,.97);
}
.nkh-v2-product-frame img{
border-radius:13px;
}
.nkh-v2-image-badge{
top:12px;
right:-5px;
padding:8px 9px;
font-size:8px;
}
.nkh-v2-image-caption{
left:14px;
bottom:15px;
padding:7px 9px;
font-size:8px;
}
}
/* ============================================================
VERY SMALL ANDROID
============================================================= */
@media(max-width:365px){
.nkh-v2-hero{
padding-left:8px;
padding-right:8px;
}
.nkh-v2-heading-platform{
padding-left:11px;
padding-right:11px;
}
.nkh-v2-title{
font-size:24px;
}
.nkh-v2-promises{
grid-template-columns:1fr;
}
.nkh-v2-buttons{
gap:10px;
}
.nkh-v2-btn{
padding:9px 9px;
font-size:9px;
}
.nkh-v2-slide-text{
font-size:9px;
}
}
/* ============================================================
REDUCED MOTION
============================================================= */
@media(prefers-reduced-motion:reduce){
.nkh-v2-hero *,
.nkh-v2-hero *::before,
.nkh-v2-hero *::after{
animation:none !important;
transition:none !important;
scroll-behavior:auto !important;
}
}



Naomi’s Kitchen Hub

Premium 2-in-1 Kitchen Innovation

The
2-in-1 Cold Press Juicer
That Extracts
Fresh, Nutrient-Rich Juice…
Then Switches Into a
Real Ice Cream Maker.



Naomi's Kitchen Hub 2-in-1 cold press juicer and ice cream maker producing juice and ice cream
Juice + Ice Cream
⚑ Two Functions. One Machine.

πŸ₯€
No Added Sugar
πŸ“
No Artificial Flavours
πŸ›‘οΈ
No Unnecessary Preservatives
πŸ‡³πŸ‡¬
No Wahala


Why You Will Love It

Swipe left

πŸ₯€

Fresh Cold-Pressed Juice

Make orange, pineapple, apple, carrot,
cucumber, watermelon and mixed fruit juices.

🍦

A Real Ice Cream Function

Switch attachments and transform frozen fruits
into creamy homemade frozen treats.

✨

Two Functions, One Machine

Enjoy the value of a juicer and ice cream maker
without buying two separate machines.

πŸ“

You Choose the Ingredients

Control what goes into every glass and every
serving you prepare for your family.

πŸ’°

Save on Drinks and Desserts

Prepare fresh juice and homemade frozen treats
instead of buying packaged options regularly.

πŸ’Ό

Great for Home or Business

Suitable for families, juice vendors, cafΓ©s,
restaurants and small food businesses.








Choose Freshness, Convenience and More Value



πŸ›’
ORDER NOW


β–Ά
WATCH DEMO


🚚
Free Nationwide Delivery
πŸ’³
Payment on Delivery
βœ“
Easy Home Use

Showing the single result