Shop
Curated Collection
Timeless Elegance & Purity
Explore handcrafted 92.5 sterling silver and gemstone pieces designed to celebrate your unique moments.
Showing 8 luxury pieces
Bestseller

Add to Cart
Ethereal Solitaire Chain
₹2,499 ₹3,999
New

Add to Cart
Aura Diamond Ring
₹1,799
Hot

Add to Cart
Celestial Drop Earrings
₹2,199
New

Add to Cart
Glimmering Tennis Bracelet
₹3,299 ₹4,999
Bestseller

Add to Cart
Opulent Pearl Set
₹5,999
Sale

Add to Cart
Classic Solitaire Ring
₹1,499 ₹1,999
Hot

Add to Cart
Petite Zircon Studs
₹999
New

Add to Cart
Rose Gold Chain Bracelet
₹2,899
/* — Advanced Shop Layout Styles — */
.hanva-advanced-shop-wrapper {
background-color: #fbf9f7;
font-family: ‘Inter’, sans-serif;
width: 100%;
box-sizing: border-box;
padding-bottom: 80px;
}
/* Hero Section */
.shop-hero-banner {
background: linear-gradient(135deg, #1c152a 0%, #3a2e4d 100%);
color: #fff;
padding: 60px 20px;
text-align: center;
margin-bottom: 40px;
}
.shop-subtitle {
font-size: 11px;
letter-spacing: 3px;
text-transform: uppercase;
color: #c5a059;
font-weight: 600;
margin-bottom: 10px;
display: block;
}
.shop-hero-content h1 {
font-family: ‘Cormorant Garamond’, serif;
font-size: clamp(32px, 5vw, 48px);
font-weight: 500;
margin: 0 0 12px 0;
color: #ffffff;
}
.shop-hero-content p {
font-size: 14px;
color: rgba(255, 255, 255, 0.75);
max-width: 600px;
margin: 0 auto;
font-weight: 300;
line-height: 1.6;
}
/* Main Grid Layout: Left Sidebar + Right Products */
.shop-layout-container {
display: grid;
grid-template-columns: 280px 1fr;
gap: 35px;
max-width: 1550px;
margin: 0 auto;
padding: 0 20px;
align-items: start;
}
/* Sidebar Styles */
.shop-sidebar {
background: #ffffff;
border: 1px solid #e8dcf5;
border-radius: 12px;
padding: 25px;
box-shadow: 0 4px 15px rgba(212, 181, 255, 0.08);
position: sticky;
top: 20px;
}
.sidebar-widget {
margin-bottom: 30px;
}
.sidebar-widget:last-child {
margin-bottom: 0;
}
.widget-title {
font-family: ‘Cormorant Garamond’, serif;
font-size: 20px;
color: #4b3d60;
margin: 0 0 15px 0;
padding-bottom: 8px;
border-bottom: 1px solid #f0e6f8;
}
.category-filter-list {
list-style: none;
padding: 0;
margin: 0;
}
.category-filter-list li {
margin-bottom: 10px;
}
.filter-link {
display: flex;
justify-content: space-between;
align-items: center;
color: #4b3d60;
text-decoration: none;
font-size: 13px;
padding: 8px 12px;
border-radius: 6px;
transition: all 0.3s ease;
}
.filter-link span {
color: #a89abb;
font-size: 11px;
}
.filter-link:hover, .filter-link.active {
background: #fbf9f7;
color: #c5a059;
font-weight: 600;
}
.price-filter-options {
display: flex;
flex-direction: column;
gap: 10px;
font-size: 13px;
color: #4b3d60;
}
.price-filter-options label {
cursor: pointer;
display: flex;
align-items: center;
gap: 8px;
}
.purity-banner-widget {
background: linear-gradient(135deg, #1c152a 0%, #3a2e4d 100%);
color: #fff;
padding: 20px;
border-radius: 8px;
text-align: center;
}
.purity-badge-text {
font-size: 9px;
letter-spacing: 2px;
text-transform: uppercase;
color: #c5a059;
display: block;
margin-bottom: 6px;
}
.purity-banner-widget h4 {
font-family: ‘Cormorant Garamond’, serif;
font-size: 18px;
margin: 0 0 6px 0;
color: #fff;
}
.purity-banner-widget p {
font-size: 11px;
color: rgba(255,255,255,0.7);
margin: 0;
}
/* Content Area Top Controls */
.shop-top-bar {
display: flex;
justify-content: space-between;
align-items: center;
background: #ffffff;
border: 1px solid #e8dcf5;
padding: 15px 20px;
border-radius: 12px;
margin-bottom: 25px;
}
.results-text {
font-size: 13px;
color: #4b3d60;
}
.sorting-wrapper {
display: flex;
align-items: center;
gap: 10px;
font-size: 13px;
color: #7a6b92;
}
.sort-select-box {
background: #fbf9f7;
border: 1px solid #d4b5ff;
padding: 6px 12px;
border-radius: 6px;
font-size: 12px;
color: #4b3d60;
outline: none;
cursor: pointer;
}
/* 3-Column Product Grid alongside Sidebar */
.shop-products-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
/* Product Card Elements */
.product-card {
background: #fff;
border-radius: 12px;
overflow: hidden;
border: 1px solid #e8dcf5;
box-shadow: 0 4px 15px rgba(212, 181, 255, 0.1);
transition: all 0.3s ease;
display: flex;
flex-direction: column;
position: relative;
}
.product-card:hover { border-color: #c5a059; transform: translateY(-5px); box-shadow: 0 8px 25px rgba(197, 160, 89, 0.15); }
.product-badge { position: absolute; top: 10px; left: 10px; background: #4b3d60; color: #fff; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; padding: 4px 8px; border-radius: 4px; z-index: 10; }
.product-badge.new { background: #c5a059; }
.product-img-wrap { width: 100%; height: 260px; overflow: hidden; position: relative; }
.product-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-card:hover .product-img-wrap img { transform: scale(1.05); }
.hover-actions { position: absolute; bottom: -50px; left: 0; width: 100%; padding: 10px; background: rgba(255,255,255,0.95); transition: bottom 0.3s ease; display: flex; justify-content: center; box-sizing: border-box; }
.product-card:hover .hover-actions { bottom: 0; }
.action-btn { background: #4b3d60; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; padding: 10px 20px; text-decoration: none; border-radius: 30px; transition: background 0.3s ease; }
.action-btn:hover { background: #c5a059; }
.product-details { padding: 15px; text-align: center; border-top: 1px solid #f0e6f8; }
.product-title { font-family: ‘Cormorant Garamond’, serif; font-size: 17px; font-weight: 600; color: #4b3d60; margin: 0 0 6px 0; }
.product-price { font-size: 15px; font-weight: 600; color: #1c152a; }
.old-price { text-decoration: line-through; color: #a89abb; font-size: 12px; margin-left: 5px; }
/* Responsive Adjustments */
@media(max-width: 1024px) {
.shop-layout-container {
grid-template-columns: 1fr;
}
.shop-sidebar {
position: relative;
top: 0;
}
.shop-products-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width: 600px) {
.shop-products-grid {
grid-template-columns: 1fr;
}
}
Showing the single result
