#buvHeader,#buvHeader *{box-sizing:border-box}
#buvHeader{
width:100%;
max-width:100%;
overflow:hidden;
–pink:#ff4f91;
–purple:#7650e8;
–text:#2a2137;
–muted:#71687c;
–line:#eee7f0;
–soft:#fff5fa;
width:100%;
position:relative;
z-index:9999;
font-family:Inter,system-ui,-apple-system,”Segoe UI”,sans-serif;
color:var(–text);
background:rgba(255,255,255,.94);
border-bottom:1px solid var(–line);
box-shadow:0 7px 28px rgba(74,42,89,.07);
backdrop-filter:blur(14px);
}
#buvHeader .buv-h-inner{
width:min(1240px,94%);
height:76px;
margin:auto;
display:flex;
align-items:center;
gap:28px;
}
#buvHeader .buv-logo{
display:flex;
align-items:center;
gap:10px;
text-decoration:none;
color:var(–text);
flex:0 0 auto;
}
#buvHeader .buv-logo-mark{
width:45px;height:45px;
border-radius:14px;
display:grid;place-items:center;
font-size:24px;
background:linear-gradient(135deg,#ff4f91,#7650e8);
box-shadow:0 8px 18px rgba(118,80,232,.25);
}
#buvHeader .buv-logo-name{
font-size:20px;
line-height:1;
font-weight:900;
letter-spacing:-.5px;
}
#buvHeader .buv-logo-name span{
display:block;
margin-top:5px;
font-size:9px;
letter-spacing:2px;
font-weight:800;
color:#8a8090;
}
#buvHeader .buv-nav{
display:flex;
align-items:center;
justify-content:center;
gap:25px;
flex:1;
}
#buvHeader .buv-nav a{
position:relative;
text-decoration:none;
color:#41384b;
font-size:14px;
font-weight:700;
padding:10px 0;
transition:.22s ease;
}
#buvHeader .buv-nav a:hover{color:var(–pink)}
#buvHeader .buv-nav a:after{
content:””;
position:absolute;
height:2px;
width:0;
left:50%;
bottom:3px;
transform:translateX(-50%);
border-radius:5px;
background:linear-gradient(90deg,var(–pink),var(–purple));
transition:.25s ease;
}
#buvHeader .buv-nav a:hover:after{width:100%}
#buvHeader .buv-actions{
display:flex;
align-items:center;
gap:8px;
flex:0 0 auto;
}
#buvHeader .buv-icon-btn{
width:42px;height:42px;
border:1px solid #eee7f0;
border-radius:13px;
display:grid;place-items:center;
background:#fff;
color:#443a4d;
text-decoration:none;
font-size:18px;
position:relative;
transition:.22s ease;
}
#buvHeader .buv-icon-btn:hover{
transform:translateY(-2px);
border-color:#ffbfd7;
background:#fff7fa;
}
#buvHeader .buv-cart-count{
position:absolute;
right:-4px;
top:-6px;
min-width:18px;height:18px;
padding:0 4px;
display:grid;place-items:center;
border-radius:20px;
background:#ff4f91;
color:#fff;
border:2px solid #fff;
font-size:9px;
font-weight:900;
}
#buvHeader .buv-shop-btn{
height:43px;
padding:0 18px;
border-radius:30px;
display:inline-flex;
align-items:center;
justify-content:center;
text-decoration:none;
color:#fff;
font-size:13px;
font-weight:850;
background:linear-gradient(135deg,#ff4f91,#7650e8);
box-shadow:0 10px 22px rgba(118,80,232,.2);
transition:.22s ease;
}
#buvHeader .buv-shop-btn:hover{
transform:translateY(-2px);
box-shadow:0 14px 27px rgba(118,80,232,.28);
}
/* Mobile */
#buvHeader .buv-mobile-toggle{
display:none;
width:42px;height:42px;
border:1px solid #eee7f0;
border-radius:13px;
background:#fff;
font-size:21px;
cursor:pointer;
}
#buvHeader .buv-mobile-menu{
display:none;
width:min(94%,420px);
margin:0 auto 13px;
padding:9px;
background:#fff;
border:1px solid var(–line);
border-radius:18px;
box-shadow:0 18px 35px rgba(74,42,89,.13);
}
#buvHeader .buv-mobile-menu.open{display:block}
#buvHeader .buv-mobile-menu a{
display:block;
padding:12px 14px;
color:#41384b;
text-decoration:none;
font-weight:750;
font-size:14px;
border-radius:11px;
}
#buvHeader .buv-mobile-menu a:hover{background:var(–soft);color:var(–pink)}
@media(max-width:900px){
#buvHeader .buv-h-inner{
width:94%;
height:64px;
gap:8px;
}
#buvHeader .buv-nav{display:none}
#buvHeader .buv-logo{
min-width:0;
flex:1 1 auto;
}
#buvHeader .buv-logo-name{
min-width:0;
font-size:16px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
#buvHeader .buv-logo-name span{
font-size:7px;
letter-spacing:1.4px;
white-space:nowrap;
}
#buvHeader .buv-logo-mark{
width:38px;
height:38px;
flex:0 0 38px;
border-radius:11px;
font-size:20px;
}
#buvHeader .buv-actions{
margin-left:0;
flex:0 0 auto;
gap:5px;
}
/* Keep the primary CTA visible */
#buvHeader .buv-shop-btn{
display:inline-flex;
height:36px;
padding:0 12px;
font-size:11px;
white-space:nowrap;
flex:0 0 auto;
}
/* Only keep cart + menu beside the CTA */
#buvHeader .buv-actions .buv-icon-btn:nth-child(1),
#buvHeader .buv-actions .buv-icon-btn:nth-child(2){
display:none;
}
#buvHeader .buv-icon-btn{
width:36px;
height:36px;
flex:0 0 36px;
font-size:15px;
border-radius:11px;
}
#buvHeader .buv-mobile-toggle{
display:grid !important;
place-items:center !important;
width:36px !important;
height:36px !important;
flex:0 0 36px !important;
padding:0 !important;
margin:0 !important;
border:0 !important;
border-radius:11px !important;
background:linear-gradient(135deg,#ff4f91,#7650e8) !important;
color:#ffffff !important;
font-family:Arial,sans-serif !important;
font-size:20px !important;
line-height:1 !important;
font-weight:700 !important;
box-shadow:0 7px 16px rgba(118,80,232,.24) !important;
appearance:none !important;
-webkit-appearance:none !important;
cursor:pointer !important;
text-align:center !important;
overflow:hidden !important;
}
#buvHeader .buv-mobile-toggle:hover{
background:linear-gradient(135deg,#ff3d86,#6844db) !important;
color:#ffffff !important;
}
#buvHeader .buv-mobile-menu{
width:94%;
max-height:calc(100vh – 78px);
overflow-y:auto;
margin:0 auto 10px;
}
}
@media(max-width:390px){
#buvHeader .buv-h-inner{
width:96%;
gap:5px;
}
#buvHeader .buv-logo-name{
font-size:14px;
}
#buvHeader .buv-logo-name span{
font-size:6px;
letter-spacing:1px;
}
#buvHeader .buv-logo-mark{
width:35px;
height:35px;
flex-basis:35px;
font-size:18px;
}
#buvHeader .buv-actions{
gap:3px;
}
#buvHeader .buv-shop-btn{
height:34px;
padding:0 9px;
font-size:10px;
}
#buvHeader .buv-icon-btn,
#buvHeader .buv-mobile-toggle{
width:34px;
height:34px;
flex-basis:34px;
font-size:14px;
}
#buvHeader .buv-mobile-toggle{
background:linear-gradient(135deg,#ff4f91,#7650e8) !important;
color:#fff !important;
border:0 !important;
}
}



🎁
Bhavya Uphar Vatika
GIFTS • TOYS • CELEBRATIONS






🛍️
0

Shop Now →

No products were found matching your selection.
Scroll to Top