Shop
WordPress page URL for that product
product-2-inch-box.html -> WordPress page URL for that product
product-3-inch-microchip-box.html -> WordPress page URL for that product
product-4-25-jewelry-box.html -> WordPress page URL for that product
#nx-custom -> approved custom / B2B project page
#nx-contact -> approved contact page
NOTE: there is no “add to cart”. The buying path is Inquire / Call / Contact.
Catalogue per-unit INR prices; tiered discount 10+ = 10% off, 20+ = 20% off.
–>
/* =====================================================================
NEXORA SHOP — scoped styles
===================================================================== */
@import url(‘https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap’);
.nexora-shop{
–nx-bg:#FCF9F8!important;
–nx-ink:#030302!important;
–nx-ink-70:rgba(3,3,2,.66);
–nx-ink-45:rgba(3,3,2,.45);
–nx-border:#D3CEC5!important;
–nx-border-soft:rgba(211,206,197,.55)!important;
–nx-surface:#FFFFFF!important;
–nx-dark:#030302!important;
–nx-on-dark-60:rgba(255,255,255,.6);
–nx-shadow-lg:0 2px 6px rgba(3,3,2,.06), 0 40px 80px -32px rgba(3,3,2,.30)!important;
–nx-fs-eyebrow:12px!important;
–nx-fs-h1:clamp(30px, 3.4vw + 15px, 54px);
–nx-fs-h2:clamp(26px, 1.4vw + 18px, 32px);
–nx-fs-h3:clamp(19px, .7vw + 15px, 23px);
–nx-fs-body:14px!important;
–nx-fs-lead:clamp(15px, .5vw + 13px, 17px)!important;
–nx-section-y:clamp(64px, 9vw, 128px)!important;
–nx-gutter:clamp(20px, 5vw, 64px)!important;
–nx-maxw:1280px!important;
–nx-ease:cubic-bezier(.6,0,.2,1)!important;
–nx-ease-out:cubic-bezier(.16,1,.3,1)!important;
background:var(–nx-bg)!important;color:var(–nx-ink)!important;
font-family:’Inter’,-apple-system,BlinkMacSystemFont,’Segoe UI’,Roboto,Helvetica,Arial,sans-serif!important;
font-size:var(–nx-fs-body)!important;line-height:1.7!important;
-webkit-font-smoothing:antialiased!important;text-rendering:optimizeLegibility!important;overflow-x:clip!important;
}
.nexora-shop *,.nexora-shop *::before,.nexora-shop *::after{box-sizing:border-box!important;}
.nexora-shop h1,.nexora-shop h2,.nexora-shop h3,.nexora-shop h4,
.nexora-shop p,.nexora-shop ul,.nexora-shop li,.nexora-shop figure{margin:0!important;padding:0!important;}
.nexora-shop ul{list-style:none!important;}
.nexora-shop img{display:block!important;max-width:100%!important;height:auto!important;}
.nexora-shop a{color:inherit!important;text-decoration:none!important;}
.nexora-shop button{font:inherit!important;color:inherit!important;background:none!important;border:0!important;cursor:pointer!important;}
.nexora-shop .nx-shop-hero__bg img,
.nexora-shop .nx-shop-card__media img{
position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;
}
/* primitives */
.nx-container{width:100%!important;max-width:var(–nx-maxw)!important;margin-inline:auto!important;padding-inline:var(–nx-gutter)!important;}
.nx-section{position:relative!important;padding-block:var(–nx-section-y)!important;}
.nx-eyebrow{
font-size:var(–nx-fs-eyebrow)!important;font-weight:600!important;letter-spacing:.24em!important;text-transform:uppercase!important;
color:var(–nx-ink-70)!important;display:flex!important;align-items:center!important;gap:.9em!important;
}
.nx-eyebrow::before{content:””!important;width:34px!important;height:1px!important;background:var(–nx-ink)!important;flex:none!important;opacity:.5!important;}
.nx-eyebrow–center{justify-content:center!important;}
.nx-h2{font-size:var(–nx-fs-h2)!important;font-weight:600!important;line-height:1.14!important;text-transform:uppercase!important;letter-spacing:.005em!important;}
.nx-h3{font-size:var(–nx-fs-h3)!important;font-weight:600!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.01em!important;}
.nx-lead{font-size:var(–nx-fs-lead)!important;line-height:1.6!important;color:var(–nx-ink-70)!important;max-width:56ch!important;}
.nx-sec-head{margin-bottom:clamp(32px,5vw,56px)!important;}
.nx-sec-head .nx-h2{margin-top:16px!important;}
.nx-sec-head .nx-lead{margin-top:16px!important;}
.nx-sec-head–center{text-align:center!important;}
.nx-sec-head–center .nx-lead{margin-inline:auto!important;}
.nx-sec-no{
position:absolute!important;top:calc(var(–nx-section-y)*.4)!important;right:var(–nx-gutter)!important;
font-size:clamp(56px,11vw,132px)!important;font-weight:600!important;line-height:1!important;
color:transparent!important;-webkit-text-stroke:1px var(–nx-border)!important;
pointer-events:none!important;user-select:none!important;opacity:.7!important;
}
@media (max-width:760px){ .nx-sec-no{display:none!important;} }
/* buttons */
.nexora-shop .nx-btn{
–btn-bg:var(–nx-dark)!important;–btn-fg:#fff!important;–btn-bd:var(–nx-dark)!important;–btn-sweep:#fff!important;
position:relative!important;z-index:0!important;overflow:hidden!important;
display:inline-flex!important;align-items:center!important;gap:.7em!important;padding:16px 30px!important;
font-size:12px!important;font-weight:600!important;letter-spacing:.18em!important;text-transform:uppercase!important;
background:var(–btn-bg)!important;color:var(–btn-fg)!important;border:1px solid var(–btn-bd)!important;
transition:border-color .45s var(–nx-ease)!important;
}
.nexora-shop .nx-btn > span{position:relative!important;z-index:2!important;display:inline-flex!important;align-items:center!important;gap:.7em!important;}
.nexora-shop .nx-btn::before{
content:””!important;position:absolute!important;z-index:1!important;inset:0!important;background:var(–btn-sweep)!important;
transform:translateY(101%)!important;transition:transform .5s var(–nx-ease-out)!important;
}
.nexora-shop .nx-btn:hover::before,.nexora-shop .nx-btn:focus-visible::before{transform:translateY(0)!important;}
.nx-btn__arrow{transition:transform .4s var(–nx-ease)!important;}
.nexora-shop .nx-btn:hover .nx-btn__arrow{transform:translateX(5px)!important;}
.nexora-shop .nx-btn–primary{–btn-bg:var(–nx-dark)!important;–btn-fg:#fff!important;–btn-bd:var(–nx-dark)!important;–btn-sweep:#fff!important;}
.nexora-shop .nx-btn–primary:hover,.nexora-shop .nx-btn–primary:focus-visible{color:var(–nx-ink)!important;border-color:var(–nx-dark)!important;}
.nexora-shop .nx-btn–secondary{–btn-bg:transparent!important;–btn-fg:var(–nx-ink)!important;–btn-bd:var(–nx-border)!important;–btn-sweep:var(–nx-dark)!important;}
.nexora-shop .nx-btn–secondary:hover,.nexora-shop .nx-btn–secondary:focus-visible{color:#fff!important;border-color:var(–nx-dark)!important;}
.nexora-shop .nx-btn–ghost-dark{–btn-bg:transparent!important;–btn-fg:#fff!important;–btn-bd:rgba(255,255,255,.4)!important;–btn-sweep:#fff!important;}
.nexora-shop .nx-btn–ghost-dark:hover,.nexora-shop .nx-btn–ghost-dark:focus-visible{color:var(–nx-ink)!important;border-color:#fff!important;}
.nexora-shop .nx-btn–light{–btn-bg:#fff!important;–btn-fg:var(–nx-ink)!important;–btn-bd:#fff!important;–btn-sweep:var(–nx-ink)!important;}
.nexora-shop .nx-btn–light:hover,.nexora-shop .nx-btn–light:focus-visible{color:#fff!important;border-color:#fff!important;}
.nx-btn-row{display:flex!important;flex-wrap:wrap!important;gap:14px!important;margin: 20px}
.nx-btn-row–center{justify-content:center!important;}
.nx-link{
display:inline-flex!important;align-items:center!important;gap:.55em!important;
font-size:12px!important;font-weight:600!important;letter-spacing:.16em!important;text-transform:uppercase!important;
padding-bottom:4px!important;position:relative!important;
}
.nx-link::after{
content:””!important;position:absolute!important;left:0!important;bottom:0!important;width:100%!important;height:1px!important;background:var(–nx-ink)!important;
transform:scaleX(0)!important;transform-origin:right!important;transition:transform .5s var(–nx-ease-out)!important;
}
.nx-link:hover::after{transform:scaleX(1)!important;transform-origin:left!important;}
.nx-link:hover .nx-btn__arrow{transform:translateX(4px)!important;}
/* reveal */
.nx-reveal{
opacity:0!important;transform:translateY(24px)!important;
transition:opacity .8s var(–nx-ease-out),transform .8s var(–nx-ease-out)!important;
transition-delay:calc(var(–d,0)*70ms)!important;
}
.nx-reveal.is-in{opacity:1!important;transform:none!important;}
/* =====================================================================
03 — HERO (full-bleed image, centred content)
===================================================================== */
.nx-shop-hero{
position:relative!important;overflow:hidden!important;isolation:isolate!important;
min-height:clamp(560px,74vh,740px)!important;
display:flex!important;align-items:center!important;text-align:center!important;color:#fff!important;
border-bottom:1px solid var(–nx-ink)!important;
}
.nx-shop-hero__bg{position:absolute!important;inset:0!important;z-index:-2!important;background:var(–nx-dark)!important;}
.nx-shop-hero__bg img{object-position:50% 78%!important;transform:scale(1.12)!important;transition:transform 1.8s var(–nx-ease-out)!important;will-change:transform!important;}
.nx-shop-hero.is-ready .nx-shop-hero__bg img{transform:scale(1.04)!important;}
.nx-shop-hero::after{
content:””!important;position:absolute!important;inset:0!important;z-index:-1!important;
background:linear-gradient(180deg,rgba(3,3,2,.58) 0%,rgba(3,3,2,.74) 50%,rgba(3,3,2,.88) 100%)!important;
}
.nx-shop-hero__inner{width:100%!important;max-width:1040px!important;margin-inline:auto!important;padding-block:clamp(100px,13vw,170px)!important;}
.nx-shop-hero__crumb{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:.6em!important;font-size:12px!important;font-weight:500!important;letter-spacing:.03em!important;color:rgba(255,255,255,.62)!important;margin-bottom:32px!important;}
.nx-shop-hero__crumb a{color:rgba(255,255,255,.62)!important;transition:color .3s!important;}
.nx-shop-hero__crumb a:hover{color:#fff!important;}
.nx-shop-hero__crumb span{color:rgba(255,255,255,.4)!important;}
.nx-shop-hero__crumb b{color:#fff!important;font-weight:600!important;}
.nx-shop-hero .nx-eyebrow{justify-content:center!important;color:rgba(255,255,255,.78)!important;margin-bottom:26px!important;}
.nx-shop-hero .nx-eyebrow::before{background:#fff!important;opacity:.7!important;}
.nexora-shop .nx-shop-hero__title{
font-size:clamp(40px,5.6vw,74px)!important;font-weight:600!important;line-height:1.1!important;letter-spacing:-.005em!important;
text-transform:uppercase!important;color:#fff!important;margin:0 0 36px!important;text-shadow:0 2px 24px rgba(3,3,2,.4)!important;
margin-bottom:30px!important;
}
.nx-shop-hero__title .nx-line{display:block!important;overflow:hidden!important;}
.nx-shop-hero__title .nx-line > span{display:block!important;transform:translateY(105%)!important;transition:transform 1s var(–nx-ease-out)!important;transition-delay:calc(var(–l,0) * 110ms + 120ms)!important;}
.nx-shop-hero.is-ready .nx-shop-hero__title .nx-line > span{transform:translateY(0)!important;}
.nexora-shop .nx-shop-hero__copy{
font-size:clamp(16px,.6vw + 14px,19px)!important;color:rgba(255,255,255,.82)!important;line-height:1.6!important;
max-width:min(92%,82ch)!important;margin:0 auto 60px!important;text-shadow:0 1px 16px rgba(3,3,2,.35)!important;
margin-bottom:30px!important;
opacity:0!important;transform:translateY(16px)!important;transition:opacity .9s var(–nx-ease-out) .5s,transform .9s var(–nx-ease-out) .5s!important;
}
.nx-shop-hero.is-ready .nx-shop-hero__copy{opacity:1!important;transform:none!important;}
.nx-shop-hero .nx-btn-row{justify-content:center!important;gap:20px!important;margin-top:0!important;opacity:0!important;transform:translateY(16px)!important;transition:opacity .9s var(–nx-ease-out) .64s,transform .9s var(–nx-ease-out) .64s!important;}
.nx-shop-hero.is-ready .nx-btn-row{opacity:1!important;transform:none!important;}
@media (max-width:640px){ .nx-shop-hero__copy{max-width:42ch!important;} }
/* =====================================================================
04 — PRODUCT GRID
===================================================================== */
.nx-shop__filters{
display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-bottom:clamp(28px,4vw,44px)!important;
border-bottom:1px solid var(–nx-border-soft)!important;padding-bottom:22px!important;
}
.nx-chip{
padding:10px 18px!important;border:1px solid var(–nx-border)!important;
font-size:11px!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(–nx-ink-70)!important;
transition:background-color .3s,color .3s,border-color .3s!important;
}
.nx-chip:hover{border-color:var(–nx-ink)!important;color:var(–nx-ink)!important;}
.nx-chip.is-active{background:var(–nx-ink)!important;color:#fff!important;border-color:var(–nx-ink)!important;}
.nx-shop__grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:clamp(14px,1.6vw,24px)!important;}
.nx-shop-card{
display:flex!important;flex-direction:column!important;background:var(–nx-surface)!important;border:1px solid var(–nx-border)!important;
transition:transform .55s var(–nx-ease-out),box-shadow .55s var(–nx-ease-out),border-color .4s,opacity .4s!important;
}
.nx-shop-card:hover{transform:translateY(-6px)!important;box-shadow:var(–nx-shadow-lg)!important;border-color:var(–nx-ink)!important;}
.nx-shop-card.is-hidden{display:none!important;}
.nx-shop-card__media{position:relative!important;overflow:hidden!important;aspect-ratio:1/1!important;background:#f1ede8!important;}
.nx-shop-card__media img{transition:transform 1s var(–nx-ease-out)!important;}
.nx-shop-card:hover .nx-shop-card__media img{transform:scale(1.06)!important;}
.nx-shop-card__tag{
position:absolute!important;top:12px!important;left:12px!important;padding:6px 12px!important;background:var(–nx-bg)!important;border:1px solid var(–nx-border)!important;
font-size:10px!important;font-weight:600!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:var(–nx-ink-70)!important;
}
.nx-shop-card__body{padding:20px!important;display:flex!important;flex-direction:column!important;gap:8px!important;flex:1!important;}
.nx-shop-card__name{font-size:14px!important;font-weight:600!important;letter-spacing:.03em!important;text-transform:uppercase!important;line-height:1.35!important;}
.nx-shop-card__desc{font-size:12.5px!important;color:var(–nx-ink-70)!important;line-height:1.55!important;}
.nx-shop-card__foot{margin-top:auto!important;padding-top:16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;}
.nx-shop-card__price{font-size:12px!important;font-weight:600!important;letter-spacing:.06em!important;color:var(–nx-ink-45)!important;}
.nx-shop-card__price b{color:var(–nx-ink)!important;font-weight:600!important;}
@media (max-width:1000px){ .nx-shop__grid{grid-template-columns:repeat(2,1fr)!important;} }
@media (max-width:460px){ .nx-shop__grid{grid-template-columns:1fr!important;} }
/* =====================================================================
05 — HOW ORDERING WORKS
===================================================================== */
.nx-how{background:var(–nx-bg)!important;border-block:1px solid var(–nx-border-soft)!important;}
.nx-how__grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:clamp(18px,2.4vw,36px)!important;}
.nx-how__step{display:flex!important;flex-direction:column!important;gap:12px!important;padding-top:24px!important;border-top:2px solid var(–nx-ink)!important;}
.nx-how__no{font-size:12px!important;font-weight:600!important;letter-spacing:.14em!important;color:var(–nx-ink-45)!important;}
.nx-how__t{font-size:14px!important;font-weight:600!important;letter-spacing:.06em!important;text-transform:uppercase!important;}
.nx-how__d{font-size:13px!important;color:var(–nx-ink-70)!important;line-height:1.6!important;}
@media (max-width:760px){ .nx-how__grid{grid-template-columns:1fr!important;} }
/* =====================================================================
06 — CUSTOM CTA
===================================================================== */
.nx-cta-band{
display:grid!important;grid-template-columns:1fr auto!important;gap:28px!important;align-items:center!important;
border:1px solid var(–nx-border)!important;padding:clamp(28px,4vw,52px)!important;
}
.nx-cta-band .nx-h3{margin-bottom:10px!important;}
.nx-cta-band p{color:var(–nx-ink-70)!important;max-width:52ch!important;font-size:var(–nx-fs-lead)!important;line-height:1.55!important;}
@media (max-width:720px){ .nx-cta-band{grid-template-columns:1fr!important;} }
/* =====================================================================
07 — CONTACT BAND
===================================================================== */
.nx-contact-band{background:var(–nx-dark)!important;color:#fff!important;text-align:center!important;}
.nx-contact-band .nx-eyebrow{justify-content:center!important;color:var(–nx-on-dark-60)!important;}
.nx-contact-band .nx-eyebrow::before{background:#fff!important;}
.nx-contact-band .nx-h2{color:#fff!important;margin:16px 0 10px!important;}
.nx-contact-band p{color:var(–nx-on-dark-60)!important;font-size:var(–nx-fs-lead)!important;margin-bottom:28px!important;}
.nx-contact-band__row{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:14px!important;}
@media (max-width:440px){
.nexora-shop .nx-btn{width:100%!important;justify-content:center!important;padding:15px 22px!important;}
.nexora-shop .nx-btn-row,.nexora-shop .nx-contact-band__row{width:100%!important;}
}
@media (prefers-reduced-motion:reduce){
.nexora-shop *,.nexora-shop *::before,.nexora-shop *::after{transition-duration:.001ms!important;animation-duration:.001ms!important;}
.nexora-shop .nx-reveal{opacity:1!important;transform:none!important;}
.nexora-shop .nx-shop-hero__title .nx-line > span,
.nexora-shop .nx-shop-hero__copy,
.nexora-shop .nx-shop-hero .nx-btn-row{opacity:1!important;transform:none!important;}
.nexora-shop .nx-shop-hero__bg img{transform:none!important;}
}
Shop
The Nexora collection
Protective and presentation packaging, engineered around what you are packing. Browse the range, then inquire for spec and volume pricing.
All products
Presentation & protective boxes

Gemstones
1″ Box
Single-stone display with a velvet base and clear membrane suspension lid.
From ₹600
View product →

Multi-insert
2″ Box
Four-compartment box with ring, coin or gemstone inserts and a membrane lid.
From ₹900
View product →

Electronics
3″ Box
Anti-static velvet bed for microelectronics, with gemstone and coin variants.
From ₹2,200
View product →

Jewelry
4.25″ Box
Deeper box with membrane suspension for bangles, bracelets and jewelry sets.
From ₹2,200
View product →
<!–
How ordering works
No cart — just a conversation
Because most orders involve inserts, branding and quantity, we confirm every detail with you before anything is produced.
01
Choose a box
Pick the size and insert type that fits your product.
02
Send an inquiry
Use the inquiry form, call us, or reach us through the contact page.
03
We confirm spec & pricing
You get a quote with quantities, branding options and lead time.
–>
Talk to us
Prefer to talk it through?
Our team can help you choose the right box, insert and quantity.
Don’t see your size?
Every Nexora box can be re-engineered — custom dimensions, bespoke inserts, and full brand integration.
Showing all 4 results



