Shop

.banora-shophero, .banora-shophero * {
box-sizing: border-box !important;
font-family: ‘Quicksand’, sans-serif !important;
}
html, body { overflow-x: hidden !important; }
.banora-shophero {
position: relative !important;
left: 50% !important;
margin-left: -50vw !important;
width: 100vw !important;
max-width: 100vw !important;
background: #f5f2ea !important;
overflow: hidden !important;
min-height: clamp(420px, 56vw, 620px) !important;
display: flex !important;
align-items: center !important;
}
/* ================= RIGHT: PHOTO, BLENDED IN ================= */
.banora-shophero__photo {
position: absolute !important;
inset: 0 !important;
z-index: 0 !important;
background-image: url(‘https://joyful-red-snake.156-238-99-128.cpanel.site/wp-content/uploads/2026/09/ChatGPT-Image-Sep-2-2026-12_02_41-PM-1.png’) !important;
background-size: cover !important;
background-position: center right !important;
opacity: 0 !important;
transform: scale(1.04) !important;
transition: opacity 1.1s ease, transform 1.1s ease !important;
}
.banora-shophero.is-visible .banora-shophero__photo { opacity: 1 !important; transform: scale(1) !important; }
.banora-shophero__photo::after {
content: “” !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(90deg,
#f5f2ea 0%,
#f5f2ea 30%,
rgba(245,242,234,.92) 40%,
rgba(245,242,234,.35) 50%,
rgba(245,242,234,0) 62%) !important;
}
/* ================= LEFT: COPY ================= */
.banora-shophero__inner {
position: relative !important;
z-index: 1 !important;
max-width: 1500px !important;
margin: 0 auto !important;
width: 100% !important;
padding: clamp(48px, 6vw, 76px) clamp(20px, 4vw, 60px) !important;
}
.banora-shophero__copy { max-width: 460px !important; }
.banora-shophero__eyebrow-wrap {
opacity: 0 !important;
transform: translateY(14px) !important;
transition: opacity .6s ease, transform .6s ease !important;
margin-bottom: 14px !important;
}
.banora-shophero.is-visible .banora-shophero__eyebrow-wrap { opacity: 1 !important; transform: translateY(0) !important; }
.banora-shophero__eyebrow {
font-weight: 700 !important;
font-size: 12.5px !important;
letter-spacing: 1.8px !important;
text-transform: uppercase !important;
color: #4c5a2c !important;
margin: 0 0 10px !important;
}
.banora-shophero__eyebrow-rule { width: 42px !important; height: 3px !important; background: #4c5a2c !important; border-radius: 2px !important; }
.banora-shophero__title {
font-weight: 800 !important;
font-size: clamp(32px, 4vw, 48px) !important;
line-height: 1.12 !important;
color: #17170f !important;
margin: 0 0 18px !important;
opacity: 0 !important;
transform: translateY(20px) !important;
transition: opacity .75s ease .1s, transform .75s ease .1s !important;
}
.banora-shophero.is-visible .banora-shophero__title { opacity: 1 !important; transform: translateY(0) !important; }
.banora-shophero__title .accent { color: #4c5a2c !important; display: block !important; }
.banora-shophero__title .leaf {
display: inline-block !important;
width: 30px !important;
height: 30px !important;
vertical-align: -3px !important;
margin-left: 8px !important;
animation: banoraLeafSway 3.4s ease-in-out infinite !important;
transform-origin: bottom center !important;
}
@keyframes banoraLeafSway { 0%,100% { transform: rotate(0deg); } 50% { transform: rotate(8deg); } }
.banora-shophero__desc {
font-weight: 500 !important;
font-size: 14.5px !important;
line-height: 1.8 !important;
color: #58564d !important;
margin: 0 0 30px !important;
max-width: 400px !important;
opacity: 0 !important;
transform: translateY(16px) !important;
transition: opacity .75s ease .2s, transform .75s ease .2s !important;
}
.banora-shophero.is-visible .banora-shophero__desc { opacity: 1 !important; transform: translateY(0) !important; }
.banora-shophero__btn {
display: inline-flex !important;
align-items: center !important;
gap: 12px !important;
background: #4c5a2c !important;
color: #fff !important;
font-weight: 700 !important;
font-size: 12.5px !important;
letter-spacing: .6px !important;
text-transform: uppercase !important;
text-decoration: none !important;
padding: 15px 24px !important;
border-radius: 2px !important;
border: 1.5px solid #4c5a2c !important;
position: relative !important;
overflow: hidden !important;
z-index: 0 !important;
width: fit-content !important;
margin-bottom: clamp(34px, 4vw, 46px) !important;
opacity: 0 !important;
transform: translateY(14px) !important;
transition: opacity .75s ease .32s, transform .75s ease .32s, box-shadow .3s ease !important;
}
.banora-shophero.is-visible .banora-shophero__btn { opacity: 1 !important; transform: translateY(0) !important; }
.banora-shophero__btn::before {
content: “” !important;
position: absolute !important;
inset: 0 !important;
background: #171715 !important;
transform: scaleX(0) !important;
transform-origin: left !important;
transition: transform .4s cubic-bezier(.65,0,.35,1) !important;
z-index: -1 !important;
}
.banora-shophero__btn svg { transition: transform .35s ease !important; }
.banora-shophero__btn:hover { box-shadow: 0 10px 22px rgba(76,90,44,.32) !important; }
.banora-shophero__btn:hover::before { transform: scaleX(1) !important; }
.banora-shophero__btn:hover svg { transform: translateX(5px) !important; }
/* ================= MINI FEATURE ICONS ================= */
.banora-shophero__features {
display: flex !important;
gap: 0 !important;
}
.shophero-feat {
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
gap: 10px !important;
padding: 0 22px 0 0 !important;
margin-right: 22px !important;
border-right: 1px solid rgba(23,23,21,.12) !important;
opacity: 0 !important;
transform: translateY(14px) !important;
transition: opacity .6s ease, transform .6s ease !important;
}
.shophero-feat:last-child { border-right: none !important; margin-right: 0 !important; padding-right: 0 !important; }
.banora-shophero.is-visible .shophero-feat { opacity: 1 !important; transform: translateY(0) !important; }
.banora-shophero.is-visible .shophero-feat:nth-child(1) { transition-delay: .46s !important; }
.banora-shophero.is-visible .shophero-feat:nth-child(2) { transition-delay: .55s !important; }
.banora-shophero.is-visible .shophero-feat:nth-child(3) { transition-delay: .64s !important; }
.shophero-feat__icon { width: 26px !important; height: 26px !important; color: #4c5a2c !important; }
.shophero-feat__icon svg { width: 100% !important; height: 100% !important; }
.shophero-feat__label {
font-weight: 600 !important;
font-size: 12px !important;
line-height: 1.35 !important;
color: #302f28 !important;
white-space: nowrap !important;
}
/* ———- RESPONSIVE ———- */
@media (max-width: 900px) {
.banora-shophero { min-height: 0 !important; }
.banora-shophero__photo { position: relative !important; inset: auto !important; height: 300px !important; order: -1 !important; }
.banora-shophero__photo::after { background: linear-gradient(180deg, rgba(245,242,234,0) 55%, #f5f2ea 100%) !important; }
.banora-shophero__inner { display: flex !important; flex-direction: column !important; padding-top: 0 !important; }
.banora-shophero__copy { max-width: 100% !important; padding-top: 28px !important; }
}
@media (max-width: 560px) {
.banora-shophero__features { flex-wrap: wrap !important; row-gap: 20px !important; }
.shophero-feat { flex: 1 1 auto !important; min-width: 45% !important; }
}

Shop Sustainable

Products with
Purpose.

Thoughtfully designed. Consciously made. Explore our range of eco-friendly products crafted from recycled materials.


Shop Collection



Eco-Friendly
Materials

Durable &
Long Lasting

Made from
Recycled Waste

.banora-categories, .banora-categories * {
box-sizing: border-box !important;
font-family: ‘Quicksand’, sans-serif !important;
}
html, body { overflow-x: hidden !important; }
.banora-categories {
position: relative !important;
left: 50% !important;
margin-left: -50vw !important;
width: 100vw !important;
max-width: 100vw !important;
background: #f5f2ea !important;
overflow: hidden !important;
padding: clamp(34px, 4vw, 50px) 0 clamp(40px, 4.6vw, 56px) !important;
}
.banora-categories__inner {
max-width: 1400px !important;
margin: 0 auto !important;
padding: 0 clamp(20px, 3.4vw, 56px) !important;
}
/* ================= HEADING ================= */
.banora-categories__head {
text-align: center !important;
margin-bottom: clamp(30px, 3.6vw, 44px) !important;
opacity: 0 !important;
transform: translateY(14px) !important;
transition: opacity .6s ease, transform .6s ease !important;
}
.banora-categories.is-visible .banora-categories__head { opacity: 1 !important; transform: translateY(0) !important; }
.banora-categories__title {
font-weight: 700 !important;
font-size: clamp(16px, 1.6vw, 19px) !important;
letter-spacing: 1.4px !important;
text-transform: uppercase !important;
color: #4c5a2c !important;
margin: 0 0 12px !important;
}
.banora-categories__rule {
width: 44px !important;
height: 3px !important;
background: #4c5a2c !important;
border-radius: 2px !important;
margin: 0 auto !important;
}
/* ================= CATEGORY ROW ================= */
.banora-categories__row {
display: grid !important;
grid-template-columns: repeat(5, 1fr) !important;
}
.category-item {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
text-align: center !important;
padding: 0 clamp(10px, 1.6vw, 24px) !important;
border-left: 1px solid rgba(23,23,21,.12) !important;
opacity: 0 !important;
transform: translateY(18px) !important;
transition: opacity .6s ease, transform .6s ease !important;
}
.category-item:first-child { border-left: none !important; }
.banora-categories.is-visible .category-item { opacity: 1 !important; transform: translateY(0) !important; }
.banora-categories.is-visible .category-item:nth-child(1) { transition-delay: .1s !important; }
.banora-categories.is-visible .category-item:nth-child(2) { transition-delay: .18s !important; }
.banora-categories.is-visible .category-item:nth-child(3) { transition-delay: .26s !important; }
.banora-categories.is-visible .category-item:nth-child(4) { transition-delay: .34s !important; }
.banora-categories.is-visible .category-item:nth-child(5) { transition-delay: .42s !important; }
.category-item__icon {
width: 46px !important;
height: 46px !important;
color: #46453d !important;
margin-bottom: 14px !important;
transition: transform .3s ease !important;
}
.category-item__icon svg { width: 100% !important; height: 100% !important; }
.category-item:hover .category-item__icon { transform: translateY(-3px) !important; }
.category-item__title {
font-weight: 700 !important;
font-size: 15px !important;
color: #17170f !important;
margin: 0 0 6px !important;
}
.category-item__desc {
font-weight: 500 !important;
font-size: 12px !important;
line-height: 1.55 !important;
color: #8c897e !important;
margin: 0 !important;
}
/* ———- RESPONSIVE ———- */
@media (max-width: 1000px) {
.banora-categories__row { grid-template-columns: repeat(3, 1fr) !important; row-gap: 30px !important; }
.category-item:nth-child(4) { border-left: none !important; }
}
@media (max-width: 620px) {
.banora-categories__row { grid-template-columns: repeat(2, 1fr) !important; }
.category-item:nth-child(3),
.category-item:nth-child(5) { border-left: none !important; }
}

Shop By Category


Office Furniture

Stylish. Sustainable.
Made to last.


Seating

Comfort that cares
for the planet.


Desk Accessories

Organize your space
the eco-friendly way.


Waste Solutions

Better bins for
a better tomorrow.


Living & More

Products for everyday
conscious living.

.banora-products, .banora-products * {
box-sizing: border-box !important;
font-family: ‘Quicksand’, sans-serif !important;
}
html, body { overflow-x: hidden !important; }
.banora-products {
position: relative !important;
left: 50% !important;
margin-left: -50vw !important;
width: 100vw !important;
max-width: 100vw !important;
background: #f6f3ec !important;
overflow: hidden !important;
padding: clamp(36px, 4.5vw, 56px) 0 clamp(46px, 5vw, 64px) !important;
}
.banora-products__inner {
position: relative !important;
max-width: 1500px !important;
margin: 0 auto !important;
padding: 0 clamp(20px, 3.4vw, 56px) !important;
}
/* ================= HEADER ================= */
.banora-products__head {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
margin-bottom: clamp(22px, 2.8vw, 32px) !important;
opacity: 0 !important;
transform: translateY(14px) !important;
transition: opacity .6s ease, transform .6s ease !important;
}
.banora-products.is-visible .banora-products__head { opacity: 1 !important; transform: translateY(0) !important; }
.banora-products__title {
font-weight: 800 !important;
font-size: clamp(19px, 1.9vw, 24px) !important;
letter-spacing: .4px !important;
text-transform: uppercase !important;
color: #17170f !important;
margin: 0 !important;
}
.banora-products__viewall {
display: inline-flex !important;
align-items: center !important;
gap: 8px !important;
font-weight: 700 !important;
font-size: 12px !important;
letter-spacing: .6px !important;
text-transform: uppercase !important;
text-decoration: none !important;
color: #17170f !important;
white-space: nowrap !important;
transition: color .25s ease, gap .25s ease !important;
}
.banora-products__viewall svg { width: 15px !important; height: 15px !important; transition: transform .3s ease !important; }
.banora-products__viewall:hover { color: #4c5a2c !important; gap: 12px !important; }
.banora-products__viewall:hover svg { transform: translateX(3px) !important; }
/* ================= CAROUSEL ================= */
.banora-products__carousel { position: relative !important; }
.banora-products__track {
display: grid !important;
grid-auto-flow: column !important;
grid-auto-columns: clamp(178px, 15.6vw, 216px) !important;
gap: clamp(14px, 1.4vw, 22px) !important;
overflow-x: auto !important;
scroll-snap-type: x mandatory !important;
scroll-behavior: smooth !important;
padding: 4px 2px 10px !important;
-ms-overflow-style: none !important;
scrollbar-width: none !important;
}
.banora-products__track::-webkit-scrollbar { display: none !important; height: 0 !important; }
.product-card {
scroll-snap-align: start !important;
background: #fdfcf9 !important;
border: 1px solid rgba(23,23,21,.08) !important;
border-radius: 10px !important;
overflow: hidden !important;
display: flex !important;
flex-direction: column !important;
opacity: 0 !important;
transform: translateY(20px) !important;
transition: opacity .6s ease, transform .6s ease, box-shadow .3s ease, border-color .3s ease !important;
}
.banora-products.is-visible .product-card { opacity: 1 !important; transform: translateY(0) !important; }
.banora-products.is-visible .product-card:nth-child(1) { transition-delay: .12s !important; }
.banora-products.is-visible .product-card:nth-child(2) { transition-delay: .2s !important; }
.banora-products.is-visible .product-card:nth-child(3) { transition-delay: .28s !important; }
.banora-products.is-visible .product-card:nth-child(4) { transition-delay: .36s !important; }
.banora-products.is-visible .product-card:nth-child(5) { transition-delay: .44s !important; }
.banora-products.is-visible .product-card:nth-child(6) { transition-delay: .52s !important; }
.product-card:hover {
box-shadow: 0 16px 32px rgba(23,23,21,.1) !important;
border-color: rgba(23,23,21,.14) !important;
}
.product-card__imgwrap {
position: relative !important;
width: 100% !important;
aspect-ratio: 1 / 1 !important;
background: #eeece3 !important;
overflow: hidden !important;
}
.product-card__imgwrap img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
transition: transform .5s ease !important;
}
.product-card:hover .product-card__imgwrap img { transform: scale(1.055) !important; }
.product-card__body {
padding: 14px 16px 16px !important;
display: flex !important;
flex-direction: column !important;
flex: 1 !important;
}
.product-card__name {
font-weight: 700 !important;
font-size: 14px !important;
color: #17170f !important;
margin: 0 0 3px !important;
line-height: 1.3 !important;
}
.product-card__sub {
font-weight: 500 !important;
font-size: 11px !important;
color: #8c897e !important;
margin: 0 0 10px !important;
}
.product-card__price {
font-weight: 700 !important;
font-size: 15px !important;
color: #17170f !important;
margin: 0 0 8px !important;
}
.product-card__rating {
display: flex !important;
align-items: center !important;
gap: 5px !important;
margin-bottom: 14px !important;
}
.product-card__stars { display: inline-flex !important; gap: 1px !important; }
.product-card__stars svg { width: 13px !important; height: 13px !important; }
.star-filled { color: #d3a441 !important; fill: #d3a441 !important; }
.star-empty { color: #d9d5c8 !important; fill: #d9d5c8 !important; }
.product-card__reviews { font-weight: 600 !important; font-size: 11px !important; color: #9a978c !important; }
.product-card__actions {
margin-top: auto !important;
display: flex !important;
flex-direction: column !important;
gap: 8px !important;
}
.product-card__btn {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 8px !important;
width: 100% !important;
font-weight: 700 !important;
font-size: 10.6px !important;
letter-spacing: .4px !important;
text-transform: uppercase !important;
text-decoration: none !important;
padding: 10px 10px !important;
border-radius: 3px !important;
cursor: pointer !important;
position: relative !important;
overflow: hidden !important;
z-index: 0 !important;
transition: box-shadow .3s ease, transform .3s ease !important;
}
.product-card__btn svg { width: 13px !important; height: 13px !important; flex: none !important; transition: transform .3s ease !important; }
.product-card__btn–cart {
background: #171715 !important;
color: #fff !important;
border: 1.4px solid #171715 !important;
}
.product-card__btn–cart::before {
content: “” !important;
position: absolute !important;
inset: 0 !important;
background: #4c5a2c !important;
transform: scaleX(0) !important;
transform-origin: left !important;
transition: transform .4s cubic-bezier(.65,0,.35,1) !important;
z-index: -1 !important;
}
.product-card__btn–cart:hover::before { transform: scaleX(1) !important; }
.product-card__btn–cart:hover { border-color: #4c5a2c !important; }
.product-card__btn–buy {
background: transparent !important;
color: #17170f !important;
border: 1.4px solid #17170f !important;
}
.product-card__btn–buy:hover {
background: #17170f !important;
color: #fff !important;
transform: translateY(-2px) !important;
}
/* ================= ARROWS ================= */
.banora-products__arrow {
position: absolute !important;
top: 42% !important;
transform: translateY(-50%) !important;
width: 40px !important;
height: 40px !important;
border-radius: 50% !important;
background: #fdfcf9 !important;
border: 1.4px solid rgba(23,23,21,.14) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
cursor: pointer !important;
z-index: 3 !important;
color: #17170f !important;
box-shadow: 0 10px 24px rgba(23,23,21,.1) !important;
transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease !important;
}
.banora-products__arrow svg { width: 17px !important; height: 17px !important; }
.banora-products__arrow:hover { background: #4c5a2c !important; border-color: #4c5a2c !important; color: #fff !important; }
.banora-products__arrow:active { transform: translateY(-50%) scale(.92) !important; }
.banora-products__arrow–prev { left: -20px !important; }
.banora-products__arrow–next { right: -20px !important; }
.banora-products__arrow[disabled] { opacity: .35 !important; cursor: default !important; pointer-events: none !important; }
@media (max-width: 900px) {
.banora-products__arrow { display: none !important; }
}
@media (max-width: 480px) {
.banora-products__head { flex-wrap: wrap !important; gap: 10px !important; }
.banora-products__track { grid-auto-columns: 62% !important; }
}

Our Products


View All Products




Banora Chair

Banora Chair

Made from recycled materials

₹4,499






(21)

Add To Cart



Buy Now


Recycled Bench

Recycled Bench

Made from recycled materials

₹6,999






(21)

Add To Cart



Buy Now


Banora Office Table

Banora Office Table

Made from recycled materials

₹8,999






(21)

Add To Cart



Buy Now


Recycled Bed

Recycled Bed

Made from recycled materials

₹15,999






(21)

Add To Cart



Buy Now


Banora Dustbin

Banora Dustbin

Made from recycled materials

₹1,099






(21)

Add To Cart



Buy Now


Pen Stand

Pen Stand

Made from recycled materials

₹249






(21)

Add To Cart



Buy Now


.banora-why-love, .banora-why-love * {
box-sizing: border-box !important;
font-family: ‘Quicksand’, sans-serif !important;
}
html, body { overflow-x: hidden !important; }
.banora-why-love {
position: relative !important;
left: 50% !important;
margin-left: -50vw !important;
width: 100vw !important;
max-width: 100vw !important;
background: #faf9f5 !important;
overflow: hidden !important;
}
.banora-why-love__inner {
max-width: 1400px !important;
margin: 0 auto !important;
padding: clamp(34px, 4vw, 50px) clamp(20px, 3.4vw, 56px) !important;
}
/* ================= SHARED HEADING STYLE ================= */
.section-head {
text-align: center !important;
margin-bottom: clamp(28px, 3.4vw, 40px) !important;
opacity: 0 !important;
transform: translateY(14px) !important;
transition: opacity .6s ease, transform .6s ease !important;
}
.banora-why-love.is-visible .section-head { opacity: 1 !important; transform: translateY(0) !important; }
.section-head__title {
font-weight: 700 !important;
font-size: clamp(16px, 1.6vw, 19px) !important;
letter-spacing: 1.2px !important;
text-transform: uppercase !important;
color: #4c5a2c !important;
margin: 0 0 12px !important;
}
.section-head__rule {
width: 44px !important;
height: 3px !important;
background: #4c5a2c !important;
border-radius: 2px !important;
margin: 0 auto !important;
}
/* ================= WHY CHOOSE ROW ================= */
.banora-why__row {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
padding-bottom: clamp(30px, 3.8vw, 46px) !important;
}
.why-item {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
text-align: center !important;
padding: 0 clamp(10px, 1.6vw, 26px) !important;
border-left: 1px solid rgba(23,23,21,.1) !important;
opacity: 0 !important;
transform: translateY(18px) !important;
transition: opacity .6s ease, transform .6s ease !important;
}
.why-item:first-child { border-left: none !important; }
.banora-why-love.is-visible .why-item { opacity: 1 !important; transform: translateY(0) !important; }
.banora-why-love.is-visible .why-item:nth-child(1) { transition-delay: .1s !important; }
.banora-why-love.is-visible .why-item:nth-child(2) { transition-delay: .2s !important; }
.banora-why-love.is-visible .why-item:nth-child(3) { transition-delay: .3s !important; }
.banora-why-love.is-visible .why-item:nth-child(4) { transition-delay: .4s !important; }
.why-item__icon-wrap {
width: 62px !important;
height: 62px !important;
border-radius: 50% !important;
background: #e9e6da !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
margin-bottom: 16px !important;
transition: transform .3s ease, background .3s ease !important;
}
.why-item:hover .why-item__icon-wrap { transform: translateY(-3px) !important; background: #dfdcce !important; }
.why-item__icon-wrap svg { width: 26px !important; height: 26px !important; color: #4c5a2c !important; }
.why-item__title {
font-weight: 700 !important;
font-size: 14.5px !important;
color: #17170f !important;
margin: 0 0 8px !important;
}
.why-item__desc {
font-weight: 500 !important;
font-size: 12px !important;
line-height: 1.6 !important;
color: #8c897e !important;
margin: 0 !important;
max-width: 220px !important;
}
/* ================= DIVIDER BETWEEN BLOCKS ================= */
.banora-why-love__divider {
height: 1px !important;
background: rgba(23,23,21,.1) !important;
margin: 0 0 clamp(30px, 3.8vw, 46px) !important;
}
/* ================= TESTIMONIALS ================= */
.banora-love__row {
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
gap: clamp(16px, 1.8vw, 24px) !important;
}
.testimonial-card {
position: relative !important;
background: #fff !important;
border: 1px solid rgba(23,23,21,.07) !important;
border-radius: 10px !important;
padding: 26px 26px 24px !important;
overflow: hidden !important;
opacity: 0 !important;
transform: translateY(20px) !important;
transition: opacity .65s ease, transform .65s ease, box-shadow .3s ease, border-color .3s ease !important;
}
.banora-why-love.is-visible .testimonial-card { opacity: 1 !important; transform: translateY(0) !important; }
.banora-why-love.is-visible .testimonial-card:nth-child(1) { transition-delay: .12s !important; }
.banora-why-love.is-visible .testimonial-card:nth-child(2) { transition-delay: .24s !important; }
.banora-why-love.is-visible .testimonial-card:nth-child(3) { transition-delay: .36s !important; }
.testimonial-card:hover {
box-shadow: 0 16px 34px rgba(23,23,21,.08) !important;
border-color: rgba(23,23,21,.12) !important;
}
.testimonial-card__quote {
position: absolute !important;
top: 18px !important;
right: 22px !important;
font-family: Georgia, ‘Times New Roman’, serif !important;
font-size: 58px !important;
line-height: 1 !important;
font-weight: 700 !important;
color: #ece9df !important;
z-index: 0 !important;
user-select: none !important;
}
.testimonial-card__stars {
position: relative !important;
z-index: 1 !important;
display: inline-flex !important;
gap: 2px !important;
margin-bottom: 14px !important;
}
.testimonial-card__stars svg { width: 15px !important; height: 15px !important; color: #d3a441 !important; fill: #d3a441 !important; }
.testimonial-card__text {
position: relative !important;
z-index: 1 !important;
font-weight: 500 !important;
font-size: 13.5px !important;
line-height: 1.7 !important;
color: #46453d !important;
margin: 0 0 22px !important;
}
.testimonial-card__name {
position: relative !important;
z-index: 1 !important;
font-weight: 700 !important;
font-size: 13.5px !important;
color: #17170f !important;
margin: 0 0 3px !important;
}
.testimonial-card__loc {
position: relative !important;
z-index: 1 !important;
font-weight: 500 !important;
font-size: 12px !important;
color: #9a978c !important;
margin: 0 !important;
}
/* ———- RESPONSIVE ———- */
@media (max-width: 900px) {
.banora-why__row { grid-template-columns: repeat(2, 1fr) !important; row-gap: 30px !important; }
.why-item:nth-child(3) { border-left: none !important; }
.banora-love__row { grid-template-columns: 1fr !important; }
}
@media (max-width: 520px) {
.banora-why__row { grid-template-columns: 1fr !important; }
.why-item { border-left: none !important; border-top: 1px solid rgba(23,23,21,.1) !important; padding-top: 26px !important; }
.why-item:first-child { border-top: none !important; padding-top: 0 !important; }
}

Why Choose Banora?

Recycled & Responsible

Our products are made from recycled materials to reduce waste and environmental impact.

Sustainable Design

Minimal, functional and timeless designs for modern conscious living.

Built to Last

Durable products that are made to last and made with care.

Better for Everyone

Better for your space, better for the planet, better for future generations.

Loved By Our Customers






“Banora products are not just beautiful but also truly sustainable. Love the quality and the mission behind it.”

Priya S.

Bangalore, Karnataka






“The office table we bought is sturdy, elegant and eco-friendly. Perfect for our workspace.”

Rohit Verma

Pune, Maharashtra






“It feels good to support a brand that cares for the environment and delivers such amazing products.”

Ananya D.

Delhi

.banora-features, .banora-features * {
box-sizing: border-box !important;
font-family: ‘Quicksand’, sans-serif !important;
}
html, body { overflow-x: hidden !important; }
.banora-features {
position: relative !important;
left: 50% !important;
margin-left: -50vw !important;
width: 100vw !important;
max-width: 100vw !important;
background: #efece3 !important;
border-top: 1px solid rgba(23,23,21,.08) !important;
border-bottom: 1px solid rgba(23,23,21,.08) !important;
overflow-x: auto !important;
-ms-overflow-style: none !important;
scrollbar-width: none !important;
}
.banora-features::-webkit-scrollbar { display: none !important; height: 0 !important; }
.banora-features__row {
display: grid !important;
grid-template-columns: repeat(6, minmax(190px, 1fr)) !important;
max-width: 1500px !important;
margin: 0 auto !important;
padding: clamp(20px, 2.4vw, 30px) clamp(16px, 2.6vw, 40px) !important;
}
.feature-item {
display: flex !important;
align-items: flex-start !important;
gap: 12px !important;
padding: 0 clamp(10px, 1.6vw, 22px) !important;
border-left: 1px solid rgba(23,23,21,.1) !important;
opacity: 0 !important;
transform: translateY(14px) !important;
transition: opacity .6s ease, transform .6s ease !important;
}
.feature-item:first-child { border-left: none !important; padding-left: 0 !important; }
.banora-features.is-visible .feature-item { opacity: 1 !important; transform: translateY(0) !important; }
.banora-features.is-visible .feature-item:nth-child(1) { transition-delay: .08s !important; }
.banora-features.is-visible .feature-item:nth-child(2) { transition-delay: .16s !important; }
.banora-features.is-visible .feature-item:nth-child(3) { transition-delay: .24s !important; }
.banora-features.is-visible .feature-item:nth-child(4) { transition-delay: .32s !important; }
.banora-features.is-visible .feature-item:nth-child(5) { transition-delay: .4s !important; }
.banora-features.is-visible .feature-item:nth-child(6) { transition-delay: .48s !important; }
.feature-item__icon {
flex: none !important;
width: 30px !important;
height: 30px !important;
color: #4c5a2c !important;
transition: transform .3s ease !important;
}
.feature-item__icon svg { width: 100% !important; height: 100% !important; }
.feature-item:hover .feature-item__icon { transform: translateY(-2px) !important; }
.feature-item__title {
font-weight: 700 !important;
font-size: 11.5px !important;
letter-spacing: .5px !important;
text-transform: uppercase !important;
color: #17170f !important;
margin: 2px 0 5px !important;
line-height: 1.3 !important;
}
.feature-item__desc {
font-weight: 500 !important;
font-size: 11.5px !important;
line-height: 1.5 !important;
color: #6b685f !important;
margin: 0 !important;
}
/* ———- RESPONSIVE ———- */
@media (max-width: 1100px) {
.banora-features__row { grid-template-columns: repeat(3, minmax(220px, 1fr)) !important; row-gap: 22px !important; }
.feature-item:nth-child(4) { border-left: none !important; padding-left: 0 !important; }
}
@media (max-width: 640px) {
.banora-features__row { grid-template-columns: repeat(2, minmax(200px, 1fr)) !important; }
.feature-item:nth-child(3),
.feature-item:nth-child(5) { border-left: none !important; padding-left: 0 !important; }
}

Recycled Materials

Made from high-quality recycled waste materials.

Built To Perform

Strong, durable and designed for everyday performance.

Circular Thinking

We give discarded materials another useful life.

Functional Design

Thoughtfully designed for real-world applications.

Manufacturer Direct

Direct from the maker with customization options.

Made In India

Proudly designed and manufactured in India.

.banora-footer, .banora-footer * {
box-sizing: border-box !important;
font-family: ‘Quicksand’, sans-serif !important;
}
html, body { overflow-x: hidden !important; }
.banora-footer {
position: relative !important;
left: 50% !important;
margin-left: -50vw !important;
width: 100vw !important;
max-width: 100vw !important;
background: #141310 !important;
overflow: hidden !important;
}
.banora-footer__bg {
position: absolute !important;
inset: 0 !important;
z-index: 0 !important;
background-image: url(‘https://joyful-red-snake.156-238-99-128.cpanel.site/wp-content/uploads/2026/09/ChatGPT-Image-Sep-2-2026-11_33_52-AM.png’) !important;
background-size: cover !important;
background-position: right center !important;
opacity: .9 !important;
}
.banora-footer__bg::after {
content: “” !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(90deg,
rgba(14,13,10,1) 0%,
rgba(14,13,10,.98) 34%,
rgba(14,13,10,.82) 52%,
rgba(14,13,10,.4) 70%,
rgba(14,13,10,.05) 88%,
rgba(14,13,10,0) 100%) !important;
}
.banora-footer__main {
position: relative !important;
z-index: 1 !important;
max-width: 1500px !important;
margin: 0 auto !important;
padding: clamp(48px, 6.5vw, 80px) clamp(20px, 3.4vw, 56px) clamp(40px, 5vw, 60px) !important;
display: grid !important;
grid-template-columns: minmax(260px, 340px) minmax(220px, 300px) minmax(220px, 300px) 1fr !important;
gap: clamp(24px, 3vw, 48px) !important;
}
/* ================= BRAND COLUMN ================= */
.footer-brand {
opacity: 0 !important;
transform: translateY(16px) !important;
transition: opacity .7s ease, transform .7s ease !important;
}
.banora-footer.is-visible .footer-brand { opacity: 1 !important; transform: translateY(0) !important; }
.footer-brand__logo {
display: block !important;
height: clamp(72px, 7.4vw, 96px) !important;
width: auto !important;
margin: 0 0 4px !important;
}
.footer-brand__tagline {
font-weight: 700 !important;
font-size: 11.5px !important;
letter-spacing: 2.2px !important;
text-transform: uppercase !important;
color: #93b862 !important;
margin: 0 0 22px !important;
}
.footer-brand__desc {
font-weight: 500 !important;
font-size: 13.5px !important;
line-height: 1.75 !important;
color: #cfcdc4 !important;
margin: 0 0 26px !important;
max-width: 320px !important;
}
.footer-brand__rule {
width: 42px !important;
height: 2px !important;
background: #93b862 !important;
margin-bottom: 20px !important;
opacity: .8 !important;
}
.footer-brand__follow-label {
font-weight: 700 !important;
font-size: 12px !important;
letter-spacing: 1.6px !important;
text-transform: uppercase !important;
color: #f2f1ec !important;
margin: 0 0 14px !important;
}
.footer-brand__socials { display: flex !important; gap: 12px !important; }
.footer-social {
width: 40px !important;
height: 40px !important;
border-radius: 50% !important;
border: 1.4px solid rgba(147,184,98,.5) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
color: #f2f1ec !important;
text-decoration: none !important;
transition: background .3s ease, border-color .3s ease, transform .3s ease !important;
}
.footer-social svg { width: 17px !important; height: 17px !important; }
.footer-social:hover { background: #93b862 !important; border-color: #93b862 !important; color: #141310 !important; transform: translateY(-3px) !important; }
/* ================= LINKS COLUMNS ================= */
.footer-col {
opacity: 0 !important;
transform: translateY(16px) !important;
transition: opacity .7s ease, transform .7s ease !important;
}
.banora-footer.is-visible .footer-col { opacity: 1 !important; transform: translateY(0) !important; }
.banora-footer.is-visible .footer-col–links { transition-delay: .12s !important; }
.banora-footer.is-visible .footer-col–contact { transition-delay: .22s !important; }
.footer-col__title {
font-weight: 700 !important;
font-size: 13px !important;
letter-spacing: 2px !important;
text-transform: uppercase !important;
color: #f2f1ec !important;
margin: 0 0 12px !important;
}
.footer-col__rule {
width: 38px !important;
height: 3px !important;
background: #93b862 !important;
margin-bottom: 30px !important;
}
.footer-links { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.footer-links li { border-bottom: 1px solid rgba(255,255,255,.08) !important; }
.footer-links li:last-child { border-bottom: none !important; }
.footer-links a {
display: flex !important;
align-items: center !important;
gap: 16px !important;
padding: 16px 0 !important;
text-decoration: none !important;
color: #e9e7de !important;
font-weight: 600 !important;
font-size: 15px !important;
transition: color .25s ease, gap .25s ease !important;
}
.footer-links a:hover { color: #93b862 !important; gap: 20px !important; }
.footer-links a svg {
width: 22px !important;
height: 22px !important;
flex: none !important;
color: #93b862 !important;
}
/* ================= CONTACT COLUMN ================= */
.footer-contact { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.footer-contact li {
display: flex !important;
align-items: center !important;
gap: 16px !important;
padding: 16px 0 !important;
border-bottom: 1px solid rgba(255,255,255,.08) !important;
}
.footer-contact li:last-child { border-bottom: none !important; }
.footer-contact__icon {
width: 42px !important;
height: 42px !important;
border-radius: 50% !important;
background: rgba(255,255,255,.05) !important;
border: 1px solid rgba(255,255,255,.1) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
flex: none !important;
color: #93b862 !important;
}
.footer-contact__icon svg { width: 18px !important; height: 18px !important; }
.footer-contact__value {
font-weight: 700 !important;
font-size: 14.5px !important;
color: #f2f1ec !important;
margin: 0 !important;
line-height: 1.4 !important;
}
.footer-contact__label {
font-weight: 500 !important;
font-size: 12px !important;
color: #9b988e !important;
margin: 2px 0 0 !important;
}
/* ================= BOTTOM BAR ================= */
.banora-footer__bottom {
position: relative !important;
z-index: 1 !important;
border-top: 1px solid rgba(255,255,255,.1) !important;
}
.banora-footer__bottom-inner {
max-width: 1500px !important;
margin: 0 auto !important;
padding: 20px clamp(20px, 3.4vw, 56px) !important;
display: grid !important;
grid-template-columns: 1fr auto 1fr !important;
align-items: center !important;
gap: 20px !important;
}
.footer-bottom__note {
display: flex !important;
align-items: center !important;
gap: 14px !important;
}
.footer-bottom__note-icon {
width: 38px !important;
height: 38px !important;
border-radius: 8px !important;
background: rgba(147,184,98,.14) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
color: #93b862 !important;
flex: none !important;
}
.footer-bottom__note-icon svg { width: 19px !important; height: 19px !important; }
.footer-bottom__note-text {
font-weight: 500 !important;
font-size: 12.5px !important;
line-height: 1.5 !important;
color: #b9b7ac !important;
margin: 0 !important;
}
.footer-bottom__mark {
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0 clamp(20px, 3vw, 60px) !important;
border-left: 1px solid rgba(255,255,255,.1) !important;
border-right: 1px solid rgba(255,255,255,.1) !important;
}
.footer-bottom__mark svg { width: 24px !important; height: 24px !important; color: #93b862 !important; }
.footer-bottom__copy {
text-align: right !important;
font-weight: 500 !important;
font-size: 12.5px !important;
color: #b9b7ac !important;
}
/* ———- RESPONSIVE ———- */
@media (max-width: 1150px) {
.banora-footer__main { grid-template-columns: 1fr 1fr !important; }
.footer-brand { grid-column: 1 / -1 !important; }
.banora-footer__bg { opacity: .35 !important; }
.banora-footer__bg::after {
background: linear-gradient(180deg, rgba(14,13,10,.92) 0%, rgba(14,13,10,.75) 60%, rgba(14,13,10,.95) 100%) !important;
}
}
@media (max-width: 720px) {
.banora-footer__main { grid-template-columns: 1fr !important; }
.banora-footer__bottom-inner { grid-template-columns: 1fr !important; text-align: left !important; }
.footer-bottom__mark { border-left: none !important; border-right: none !important; border-top: 1px solid rgba(255,255,255,.1) !important; border-bottom: 1px solid rgba(255,255,255,.1) !important; padding: 14px 0 !important; }
.footer-bottom__copy { text-align: left !important; }
}


Banora

Sustainable By Design

At Banora, we transform recycled materials into durable, functional and beautifully designed products. Sustainability is not just what we do—it’s the future we build.

Follow Us













Quick Links

Contact

  • info@banora.co.in

    Email

  • +91 78967 476

    Phone

  • Odisha

    Address



Proudly made from recycled materials.
For a better tomorrow.

© 2025 Banora. All rights reserved.

Showing all 6 results

Scroll to Top