#alarsin-five-collection {
–ink: #211F16;
–paper: #F3EEDF;
–paper-deep: #EAE2CC;
–forest: #1F3D2A;
–forest-deep: #142A1C;
–forest-mid: #2E5A3D;
–turmeric: #C4922E;
–turmeric-light: #E7CE8E;
–terracotta: #A8471F;
–terracotta-deep: #7E3216;
–card: #FFFDF7;
–line: rgba(33,31,22,0.16);
–line-light: rgba(255,253,247,0.22);
font-family: ‘Work Sans’, -apple-system, BlinkMacSystemFont, sans-serif;
color: var(–ink);
background: var(–paper);
-webkit-font-smoothing: antialiased;
line-height: 1.5;
overflow-x: hidden;
}
@import url(‘https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300..700&family=Work+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap’);
#alarsin-five-collection *, #alarsin-five-collection *::before, #alarsin-five-collection *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#alarsin-five-collection img { max-width: 100%; display: block; }
#alarsin-five-collection a { color: inherit; text-decoration: none; }
#alarsin-five-collection .af-eyebrow {
font-family: ‘IBM Plex Mono’, monospace;
font-size: 0.72rem;
letter-spacing: 0.18em;
text-transform: uppercase;
font-weight: 600;
}
#alarsin-five-collection .af-wrap {
max-width: 1160px;
margin: 0 auto;
padding: 0 24px;
}
#alarsin-five-collection :focus-visible {
outline: 2px solid var(–turmeric);
outline-offset: 3px;
}
/* ———- HERO ———- */
#alarsin-five-collection .af-hero {
position: relative;
background: var(–forest-deep);
color: var(–paper);
padding: clamp(56px, 9vw, 108px) 0 clamp(48px, 7vw, 80px);
overflow: hidden;
}
#alarsin-five-collection .af-hero::before {
content: “”;
position: absolute;
inset: 0;
opacity: 0.16;
background-image:
radial-gradient(circle at 12% 20%, var(–forest-mid) 0, transparent 40%),
radial-gradient(circle at 88% 76%, var(–forest-mid) 0, transparent 42%);
pointer-events: none;
}
#alarsin-five-collection .af-hero-leaves {
position: absolute;
inset: 0;
opacity: 0.08;
background-repeat: repeat;
background-size: 220px;
background-image: url(“data:image/svg+xml,%3Csvg xmlns=’http://www.w3.org/2000/svg’ width=’220′ height=’220′ viewBox=’0 0 220 220’%3E%3Cg fill=’none’ stroke=’%23F3EEDF’ stroke-width=’1.4’%3E%3Cpath d=’M20 180 C 20 120, 60 90, 100 40 C 90 90, 70 120, 20 180 Z’/%3E%3Cpath d=’M150 60 C 170 70, 190 100, 190 140 C 170 120, 155 100, 150 60 Z’/%3E%3C/g%3E%3C/svg%3E”);
pointer-events: none;
}
#alarsin-five-collection .af-hero-inner {
position: relative;
z-index: 1;
}
#alarsin-five-collection .af-hero .af-eyebrow {
color: var(–turmeric-light);
display: inline-flex;
align-items: center;
gap: 10px;
}
#alarsin-five-collection .af-hero .af-eyebrow::before {
content: “”;
width: 22px;
height: 1px;
background: var(–turmeric-light);
}
#alarsin-five-collection .af-hero h1 {
font-family: ‘Fraunces’, serif;
font-weight: 500;
font-size: clamp(2.2rem, 5.4vw, 3.7rem);
line-height: 1.06;
max-width: 14ch;
margin: 22px 0 20px;
letter-spacing: -0.01em;
}
#alarsin-five-collection .af-hero h1 em {
font-style: italic;
color: var(–turmeric-light);
font-weight: 400;
}
#alarsin-five-collection .af-hero p.af-lede {
max-width: 52ch;
font-size: clamp(1rem, 1.6vw, 1.15rem);
color: rgba(243,238,223,0.82);
}
#alarsin-five-collection .af-hero-actions {
margin-top: 34px;
display: flex;
flex-wrap: wrap;
gap: 14px;
align-items: center;
}
#alarsin-five-collection .af-btn {
font-family: ‘IBM Plex Mono’, monospace;
font-size: 0.78rem;
letter-spacing: 0.08em;
text-transform: uppercase;
font-weight: 600;
padding: 15px 26px;
border-radius: 3px;
display: inline-flex;
align-items: center;
gap: 10px;
border: 1px solid transparent;
cursor: pointer;
transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
#alarsin-five-collection .af-btn-primary {
background: var(–turmeric);
color: var(–forest-deep);
}
#alarsin-five-collection .af-btn-primary:hover { transform: translateY(-2px); background: var(–turmeric-light); }
#alarsin-five-collection .af-btn-ghost {
border-color: var(–line-light);
color: var(–paper);
}
#alarsin-five-collection .af-btn-ghost:hover { border-color: var(–turmeric-light); color: var(–turmeric-light); }
/* quick jump */
#alarsin-five-collection .af-jump {
margin-top: 44px;
display: flex;
gap: 10px;
flex-wrap: nowrap;
overflow-x: auto;
padding-bottom: 6px;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
#alarsin-five-collection .af-jump::-webkit-scrollbar { display: none; }
#alarsin-five-collection .af-jump a {
flex: 0 0 auto;
font-family: ‘IBM Plex Mono’, monospace;
font-size: 0.72rem;
letter-spacing: 0.06em;
text-transform: uppercase;
padding: 9px 16px;
border: 1px solid var(–line-light);
border-radius: 999px;
color: rgba(243,238,223,0.75);
transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}
#alarsin-five-collection .af-jump a:hover {
border-color: var(–turmeric);
color: var(–paper);
background: rgba(196,146,46,0.14);
}
/* ———- TRUST STRIP ———- */
#alarsin-five-collection .af-trust {
background: var(–paper-deep);
border-bottom: 1px solid var(–line);
}
#alarsin-five-collection .af-trust-row {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0;
}
#alarsin-five-collection .af-trust-item {
display: flex;
align-items: center;
gap: 10px;
padding: 18px 16px;
border-left: 1px solid var(–line);
}
#alarsin-five-collection .af-trust-item:first-child { border-left: none; }
#alarsin-five-collection .af-trust-item svg { width: 20px; height: 20px; flex-shrink: 0; color: var(–forest); }
#alarsin-five-collection .af-trust-item span {
font-family: ‘IBM Plex Mono’, monospace;
font-size: 0.68rem;
letter-spacing: 0.04em;
text-transform: uppercase;
font-weight: 600;
line-height: 1.3;
}
/* ———- COLLECTION ———- */
#alarsin-five-collection .af-collection {
padding: clamp(56px, 8vw, 96px) 0;
}
#alarsin-five-collection .af-section-head {
max-width: 60ch;
margin-bottom: 44px;
}
#alarsin-five-collection .af-section-head .af-eyebrow { color: var(–terracotta); }
#alarsin-five-collection .af-section-head h2 {
font-family: ‘Fraunces’, serif;
font-weight: 500;
font-size: clamp(1.7rem, 3.4vw, 2.3rem);
margin-top: 12px;
}
#alarsin-five-collection .af-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 28px;
}
#alarsin-five-collection .af-card {
background: var(–card);
border: 1px solid var(–line);
border-radius: 4px;
position: relative;
padding: 26px 24px 24px;
opacity: 0;
transform: translateY(18px);
transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.25s ease, border-color 0.25s ease;
scroll-margin-top: 24px;
}
#alarsin-five-collection .af-card.af-in { opacity: 1; transform: translateY(0); }
#alarsin-five-collection .af-card:hover {
box-shadow: 0 18px 34px -22px rgba(20,42,28,0.45);
border-color: var(–forest-mid);
}
/* torn perforation edge */
#alarsin-five-collection .af-card::before {
content: “”;
position: absolute;
top: -1px; left: 16px; right: 16px;
height: 1px;
background-image: linear-gradient(to right, var(–line) 60%, transparent 0%);
background-size: 9px 1px;
background-repeat: repeat-x;
}
#alarsin-five-collection .af-card-top {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 18px;
}
#alarsin-five-collection .af-card-ref {
font-family: ‘IBM Plex Mono’, monospace;
font-size: 0.68rem;
letter-spacing: 0.06em;
color: var(–terracotta-deep);
font-weight: 600;
}
#alarsin-five-collection .af-card-tag {
font-family: ‘IBM Plex Mono’, monospace;
font-size: 0.62rem;
letter-spacing: 0.05em;
text-transform: uppercase;
background: var(–forest);
color: var(–paper);
padding: 4px 8px;
border-radius: 2px;
font-weight: 600;
}
#alarsin-five-collection .af-card-media {
display: flex;
justify-content: center;
margin: 6px 0 18px;
}
#alarsin-five-collection .af-card-media .af-media-frame {
width: 128px;
height: 128px;
border-radius: 50%;
background: var(–paper-deep);
border: 1px solid var(–line);
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
#alarsin-five-collection .af-card-media img {
width: 84%;
height: 84%;
object-fit: contain;
}
#alarsin-five-collection .af-card h3 {
font-family: ‘Fraunces’, serif;
font-weight: 500;
font-size: 1.28rem;
text-align: center;
margin-bottom: 4px;
}
#alarsin-five-collection .af-card .af-botanical {
text-align: center;
font-family: ‘IBM Plex Mono’, monospace;
font-size: 0.68rem;
letter-spacing: 0.03em;
color: var(–forest-mid);
font-style: italic;
margin-bottom: 14px;
}
#alarsin-five-collection .af-card p.af-desc {
font-size: 0.92rem;
color: rgba(33,31,22,0.78);
text-align: center;
margin-bottom: 18px;
min-height: 66px;
}
#alarsin-five-collection .af-card-foot {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding-top: 16px;
border-top: 1px dashed var(–line);
}
#alarsin-five-collection .af-stamp {
font-family: ‘IBM Plex Mono’, monospace;
font-weight: 700;
font-size: 0.95rem;
width: 68px;
height: 68px;
border-radius: 50%;
background: var(–terracotta);
color: var(–card);
display: flex;
align-items: center;
justify-content: center;
transform: rotate(-8deg);
flex-shrink: 0;
line-height: 1.05;
text-align: center;
box-shadow: 0 4px 0 -1px var(–terracotta-deep);
}
#alarsin-five-collection .af-stamp small {
display: block;
font-size: 0.55rem;
font-weight: 600;
letter-spacing: 0.04em;
}
#alarsin-five-collection .af-add {
flex: 1;
text-align: center;
font-family: ‘IBM Plex Mono’, monospace;
font-size: 0.72rem;
letter-spacing: 0.07em;
text-transform: uppercase;
font-weight: 600;
padding: 13px 10px;
background: var(–forest);
color: var(–paper);
border-radius: 3px;
transition: background 0.18s ease, transform 0.18s ease;
}
#alarsin-five-collection .af-add:hover { background: var(–forest-deep); transform: translateY(-1px); }
#alarsin-five-collection .af-offer {
display: inline-block;
margin-top: 10px;
font-family: ‘IBM Plex Mono’, monospace;
font-size: 0.64rem;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(–terracotta-deep);
background: rgba(168,71,31,0.1);
border: 1px solid rgba(168,71,31,0.25);
padding: 4px 8px;
border-radius: 2px;
text-align: center;
width: 100%;
box-sizing: border-box;
}
/* ———- DOCTOR’S NOTE ———- */
#alarsin-five-collection .af-note-section {
background: var(–forest);
color: var(–paper);
padding: clamp(52px, 7vw, 84px) 0;
}
#alarsin-five-collection .af-note {
max-width: 760px;
margin: 0 auto;
border: 1px dashed var(–line-light);
border-radius: 4px;
padding: clamp(28px, 5vw, 44px);
position: relative;
}
#alarsin-five-collection .af-note .af-eyebrow { color: var(–turmeric-light); }
#alarsin-five-collection .af-note blockquote {
font-family: ‘Fraunces’, serif;
font-style: italic;
font-weight: 400;
font-size: clamp(1.1rem, 2.2vw, 1.4rem);
line-height: 1.45;
margin: 20px 0 24px;
}
#alarsin-five-collection .af-note-attrib {
font-family: ‘IBM Plex Mono’, monospace;
font-size: 0.72rem;
letter-spacing: 0.04em;
text-transform: uppercase;
color: rgba(243,238,223,0.7);
}
#alarsin-five-collection .af-note-attrib strong { color: var(–turmeric-light); }
/* ———- FIND YOUR FORMULA ———- */
#alarsin-five-collection .af-guide {
padding: clamp(56px, 8vw, 96px) 0;
}
#alarsin-five-collection .af-guide-list {
display: flex;
flex-direction: column;
border-top: 1px solid var(–line);
}
#alarsin-five-collection .af-guide-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 20px 4px;
border-bottom: 1px solid var(–line);
flex-wrap: wrap;
transition: background 0.2s ease;
}
#alarsin-five-collection .af-guide-row:hover { background: rgba(31,61,42,0.05); }
#alarsin-five-collection .af-guide-need {
font-size: 1rem;
color: rgba(33,31,22,0.85);
flex: 1 1 220px;
}
#alarsin-five-collection .af-guide-arrow {
color: var(–terracotta);
font-family: ‘IBM Plex Mono’, monospace;
flex-shrink: 0;
}
#alarsin-five-collection .af-guide-product {
font-family: ‘Fraunces’, serif;
font-weight: 600;
font-size: 1.1rem;
color: var(–forest);
flex: 1 1 160px;
text-align: right;
}
/* ———- FOOTER ———- */
#alarsin-five-collection .af-footer {
background: var(–forest-deep);
color: rgba(243,238,223,0.75);
padding: 44px 0;
}
#alarsin-five-collection .af-footer-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 24px;
}
#alarsin-five-collection .af-footer h4 {
font-family: ‘Fraunces’, serif;
color: var(–paper);
font-size: 1.1rem;
margin-bottom: 10px;
font-weight: 500;
}
#alarsin-five-collection .af-footer p, #alarsin-five-collection .af-footer a {
font-size: 0.85rem;
line-height: 1.7;
}
#alarsin-five-collection .af-footer a:hover { color: var(–turmeric-light); }
#alarsin-five-collection .af-footer-bottom {
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid var(–line-light);
font-family: ‘IBM Plex Mono’, monospace;
font-size: 0.68rem;
letter-spacing: 0.03em;
text-transform: uppercase;
color: rgba(243,238,223,0.5);
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 10px;
}
/* ———- RESPONSIVE ———- */
@media (max-width: 720px) {
#alarsin-five-collection .af-trust-row {
grid-template-columns: repeat(2, 1fr);
}
#alarsin-five-collection .af-trust-item:nth-child(3) { border-left: none; }
#alarsin-five-collection .af-trust-item:nth-child(1),
#alarsin-five-collection .af-trust-item:nth-child(2) { border-bottom: 1px solid var(–line); }
#alarsin-five-collection .af-guide-need,
#alarsin-five-collection .af-guide-product { flex-basis: 100%; text-align: left; }
}
@media (max-width: 480px) {
#alarsin-five-collection .af-hero { padding-top: 44px; }
#alarsin-five-collection .af-card-foot { flex-direction: column; align-items: stretch; }
#alarsin-five-collection .af-stamp { align-self: center; }
}
@media (prefers-reduced-motion: reduce) {
#alarsin-five-collection .af-card { transition: none; opacity: 1; transform: none; }
#alarsin-five-collection * { scroll-behavior: auto !important; }
}
10% off with code SHILAJIT10
<!– ================= FOOTER =================
–>
(function() {
var root = document.getElementById(‘alarsin-five-collection’);
if (!root) return;
var cards = root.querySelectorAll(‘.af-card’);
if (‘IntersectionObserver’ in window) {
var io = new IntersectionObserver(function(entries) {
entries.forEach(function(entry) {
if (entry.isIntersecting) {
entry.target.classList.add(‘af-in’);
io.unobserve(entry.target);
}
});
}, { threshold: 0.15 });
cards.forEach(function(c) { io.observe(c); });
} else {
cards.forEach(function(c) { c.classList.add(‘af-in’); });
}
})();
Alarsin Ayurveda · Est. 1947
Five formulas, refined over eight decades of practice.
A focused collection from Alarsin’s wider range — Shilajit, Ashwagandha, MoriCal‑D, D2D and G32. Each one researched, toxin‑free, and listed with every ingredient disclosed.
Toxin‑free formulas
Doctor‑studied results
Every ingredient disclosed
Research since 1947
The Essential Five
A short, deliberate range — nothing added that isn’t needed.
N°01 · SHILAJIT
Stamina
Shilajit Tablets
Purified mineral resin · 60 tablets
A purified, mineral-rich resin traditionally taken to support stamina, strength and everyday vitality.
₹338MRP
Add to Cart
N°02 · ASHWAGANDHA
Stress Relief
Ashwagandha
Withania somnifera · 60 tablets
An adaptogenic root extract taken daily to help the body manage stress and sustain steady energy.
₹169MRP
Add to Cart
N°03 · MORICAL‑D
Bone Support
MoriCal‑D
Moringa · Calcium · Vitamin D3
A daily nutrient formula combining moringa, calcium and vitamin D3 for bone strength and everyday nourishment.
₹169MRP
Add to Cart
N°04 · D2D
Digestion
D2D Chewable Tablets
Dyspepsia to Digestion · Chewable
A chewable digestive aid formulated to ease dyspepsia and support comfortable, everyday digestion.
₹84MRP
Add to Cart
N°05 · G32
Oral Care
G32 Tablets
Gum care formula · Tablets
A gum-care formula clinically observed to support oral hygiene — used as tablets, local application or gargle.
₹175MRP
Add to Cart
From the Clinical Record
“Regular use of G32 as a local application, massage, rinse and gargle over three months was found beneficial, with good overall relief reported in over nine out of ten cases studied.”
Dr. P. K. Wadhwa, M.D. · Dental Surgeon, District Hospital, Jhansi
Not Sure Where to Start?