.ma-shop-premium {
–ivory: #f7f0e4;
–cream: #fffaf1;
–walnut: #3a2418;
–dark: #24120c;
–muted: #68584d;
–maroon: #7b1f2a;
–teal: #174d4a;
–gold: #d9b15f;
–line: rgba(58, 36, 24, 0.16);
background: var(–ivory);
color: #18130f;
font-family: Arial, Helvetica, sans-serif;
}
.ma-shop-premium * {
box-sizing: border-box;
}
.ma-shop-premium a {
color: inherit;
text-decoration: none;
}
.ma-shell {
width: min(1180px, calc(100% – 36px));
margin: 0 auto;
}
.ma-section {
padding: 78px 0;
}
.ma-eyebrow {
margin: 0 0 14px;
color: var(–maroon);
font-size: 12px;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.ma-title,
.ma-heading,
.ma-card-title {
margin: 0;
color: var(–walnut);
font-family: Georgia, “Times New Roman”, serif;
font-weight: 600;
letter-spacing: 0;
}
.ma-title {
max-width: 760px;
font-size: clamp(38px, 5.4vw, 72px);
line-height: 1;
}
.ma-heading {
font-size: clamp(30px, 3vw, 46px);
line-height: 1.08;
}
.ma-card-title {
font-size: 26px;
line-height: 1.12;
}
.ma-copy {
margin: 18px 0 0;
max-width: 680px;
color: var(–muted);
font-size: 17px;
line-height: 1.72;
}
.ma-hero {
min-height: 660px;
display: flex;
align-items: end;
padding: 96px 0 76px;
background:
linear-gradient(90deg, rgba(247, 240, 228, 0.98) 0%, rgba(247, 240, 228, 0.9) 45%, rgba(247, 240, 228, 0.36) 100%),
url(“https://mughalarts.com/wp-content/uploads/2024/12/Home-1.jpg”) center right / cover no-repeat;
border-bottom: 1px solid var(–line);
}
.ma-hero-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 360px;
gap: 42px;
align-items: end;
}
.ma-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 32px;
}
.ma-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 15px 23px;
border-radius: 3px;
border: 1px solid var(–walnut);
font-size: 13px;
font-weight: 800;
line-height: 1;
text-transform: uppercase;
}
.ma-button-dark {
background: var(–walnut);
color: #fffaf1 !important;
}
.ma-button-red {
background: var(–maroon);
border-color: var(–maroon);
color: #ffffff !important;
}
.ma-hero-note {
padding: 26px;
background: rgba(255, 250, 241, 0.92);
border: 1px solid var(–line);
border-radius: 6px;
}
.ma-hero-note p {
margin: 0;
color: var(–walnut);
font-family: Georgia, “Times New Roman”, serif;
font-size: 23px;
line-height: 1.45;
}
.ma-section-head {
display: flex;
justify-content: space-between;
gap: 34px;
align-items: end;
margin-bottom: 34px;
}
.ma-section-head .ma-copy {
max-width: 510px;
margin-top: 0;
font-size: 16px;
}
.ma-collection-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.ma-collection-card {
min-height: 360px;
position: relative;
overflow: hidden;
display: flex;
align-items: end;
padding: 24px;
border-radius: 6px;
background: #d8c7af;
isolation: isolate;
}
.ma-collection-card:before {
content: “”;
position: absolute;
inset: 0;
z-index: -2;
background: var(–ma-img) center / cover no-repeat;
transform: scale(1.02);
transition: transform 260ms ease;
}
.ma-collection-card:after {
content: “”;
position: absolute;
inset: 0;
z-index: -1;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(20, 12, 7, 0.72));
}
.ma-collection-card:hover:before {
transform: scale(1.07);
}
.ma-collection-label {
width: 100%;
color: #fffaf1;
}
.ma-collection-label h3 {
margin: 0;
color: #fffaf1;
font-family: Georgia, “Times New Roman”, serif;
font-size: 29px;
font-weight: 600;
line-height: 1.08;
}
.ma-collection-label p {
margin: 10px 0 16px;
max-width: 300px;
color: rgba(255, 250, 241, 0.86);
font-size: 15px;
line-height: 1.55;
}
.ma-shop-link {
color: #fffaf1 !important;
font-size: 13px;
font-weight: 800;
text-transform: uppercase;
}
.ma-purpose-band {
background: var(–cream);
border-block: 1px solid var(–line);
}
.ma-purpose-grid,
.ma-trust-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1px;
overflow: hidden;
border: 1px solid var(–line);
border-radius: 6px;
background: var(–line);
}
.ma-purpose-item {
min-height: 220px;
padding: 28px;
background: var(–ivory);
}
.ma-purpose-item p {
margin: 14px 0 0;
color: var(–muted);
font-size: 15px;
line-height: 1.62;
}
.ma-trust-band {
background: var(–dark);
color: #ffffff;
}
.ma-trust-grid {
border-color: rgba(255, 250, 241, 0.18);
background: rgba(255, 250, 241, 0.18);
}
.ma-trust-item {
min-height: 154px;
padding: 26px;
background: var(–dark);
}
.ma-trust-kicker {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 38px;
height: 38px;
margin-bottom: 14px;
padding: 0 10px;
border-radius: 999px;
background: var(–gold);
color: var(–dark);
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
}
.ma-trust-item strong {
display: block;
color: #ffffff;
font-size: 17px;
line-height: 1.25;
}
.ma-trust-item span {
display: block;
margin-top: 10px;
color: #f7f0e4;
font-size: 14px;
line-height: 1.55;
}
.ma-testimonials {
background: var(–cream);
}
.ma-testimonial-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.ma-testimonial {
min-height: 250px;
padding: 30px;
background: var(–ivory);
border: 1px solid var(–line);
border-radius: 6px;
}
.ma-quote {
margin: 0;
color: var(–walnut);
font-family: Georgia, “Times New Roman”, serif;
font-size: 21px;
line-height: 1.55;
}
.ma-testimonial b {
display: block;
margin-top: 22px;
color: var(–maroon);
font-size: 15px;
}
.ma-testimonial span {
display: block;
margin-top: 5px;
color: var(–muted);
font-size: 13px;
line-height: 1.45;
}
.ma-category-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 18px;
}
.ma-category-box {
padding: 24px;
background: var(–cream);
border: 1px solid var(–line);
border-radius: 6px;
}
.ma-category-box ul {
display: grid;
gap: 11px;
margin: 16px 0 0;
padding: 0;
list-style: none;
}
.ma-category-box a {
color: var(–muted) !important;
font-size: 15px;
line-height: 1.35;
}
.ma-category-box a:hover {
color: var(–maroon) !important;
}
@media (max-width: 1024px) {
.ma-hero-layout {
grid-template-columns: 1fr;
}
.ma-collection-grid,
.ma-category-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ma-purpose-grid,
.ma-trust-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 680px) {
.ma-shell {
width: min(100% – 24px, 1180px);
}
.ma-section,
.ma-hero {
padding: 54px 0;
}
.ma-hero {
min-height: auto;
background:
linear-gradient(180deg, rgba(247, 240, 228, 0.98), rgba(247, 240, 228, 0.78)),
url(“https://mughalarts.com/wp-content/uploads/2024/12/Home-1.jpg”) center / cover no-repeat;
}
.ma-section-head {
display: block;
}
.ma-section-head .ma-copy {
margin-top: 16px;
}
.ma-collection-grid,
.ma-purpose-grid,
.ma-trust-grid,
.ma-testimonial-grid,
.ma-category-grid {
grid-template-columns: 1fr;
}
.ma-collection-card {
min-height: 280px;
}
}
Handmade in Kashmir
Authentic Kashmiri Paper Mache from Srinagar
Discover hand-painted boxes, trays, vases, lamps, wall decor, and collectible gifts crafted by Kashmiri artisans using traditional papier-mache methods and glossy lacquer finishes.
Featured collections
Start with the pieces shoppers understand fastest.
A focused set of visual collections keeps the page calm, premium, and easy to shop before the full catalog appears.
Jewelry Boxes
Hand-painted keepsake and jewellery boxes for gifting, storage, and display.
Shop collection
Serving & Decor Trays
Decorative trays with floral detail for serving, tabletop styling, and gifting.
Shop collection
Vases & Bowls
Floral vases and tabletop accents painted with traditional Kashmiri motifs.
Shop collection
Wall Plates & Hangings
Wall plates, hangings, and hand-painted art accents for heritage interiors.
Shop collection
Lamps & Home Accents
Paper mache lamp bases and decorative accents for warm, crafted interiors.
Shop collection
Gifts Under Rs. 3000
Smaller handmade pieces for thoughtful gifts, festive orders, and keepsakes.
Shop collection
Shop by purpose
Guide buyers by occasion, room, and intent.
For gifting
Hand-painted boxes, ornaments, and compact keepsakes with a personal, artisan-made feel.
For home decor
Trays, vases, wall pieces, bowls, and lamps designed to bring Kashmiri craft into everyday rooms.
For collectors
Detailed floral, bird, chinar, and Mughal-inspired motifs for buyers who value traditional work.
For weddings
Memorable favors, festive orders, and custom gift sets for celebrations and family occasions.
Handmade in Srinagar
Made by Kashmiri artisans, not mass-produced factory stock.
Worldwide shipping
Securely packed orders shipped from India to domestic and international buyers.
Secure payments
Checkout supports a simple, protected payment experience.
Carefully packed
Lacquer-finished pieces are protected so painted details arrive safely.
Trust highlights
Why shoppers choose Mughal Arts.
These short trust cards reflect the front-page message: handmade Kashmiri paper mache, meaningful gifts, decor, and careful delivery.
Hand-painted Kashmiri papier-mache pieces with the kind of detail that feels collected, not manufactured.
Authentic craft
Inspired by the Mughal Arts craft story
Jewelry boxes, trays, vases, and wall plates make it easy to find meaningful gifts and home accents in one place.
Easy to shop
Built around featured collections
From the Srinagar studio to homes worldwide, each lacquer-finished piece is packed with care for gifting and decor.
Made to travel safely
Focused on shipping and careful packing
Recommended categories
A cleaner catalog, grouped by how people shop.
Use these groups instead of a long archive-style category dump. You can edit labels and links as your taxonomy changes.
Recommended Gifts
Tabletop Decor
Home Accents
Occasion Picks
Statement Pieces
-
Baskets (3)
-
Bells (4)
-
Bowls (8)
-
Boxes & Containers (15)
-
Bridesmaids' Gifts (23)
-
Christmas Trees (1)
-
Clutches & Evening Bags (5)
-
Coffee & End Tables (3)
-
Console Tables & Cabinets (2)
-
Decorative Trays (2)
-
Desk Lamps (2)
-
Desks (2)
-
Figurines (3)
-
Figurines & Knick Knacks (2)
-
Gifts For The Couple (16)
-
Jewelry Boxes (47)
-
Kitchen Storage (1)
-
Living Room Furniture (3)
-
Makeup Organizers (6)
-
Office & School Supplies (4)
-
Ornaments (7)
-
Plates (1)
-
Room Dividers (2)
-
Seasonal Decor (8)
-
Statues (2)
-
Table Lamps (3)
-
Trays (6)
-
Uncategorized (2)
-
Wall Decor (9)
-
Wall Hangings (10)
-
Baubles (2)
-
Birds of Paradise Paper Mache Boxes Collection (8)
-
Birthday gifts (7)
-
Decor Art (27)
-
Festive decorations (2)
-
Gifts (27)
-
Gifts Under $30 (50)
-
Gifts Under 3000 (12)
-
Handicrafts of Kashmir (126)
-
Home Decor (12)
-
Kashmir Art (120)
-
Kashmiri Crafts (6)
-
Lamps (5)
-
Paper mache Vase (1)
-
Shades & Bases (5)
-
Vases (12)
-
Wall Plates (2)