/* ===== GLOBAL SMOOTH UI ===== */

*{
transition: all .25s ease;
}

body{
background:#f6f7fb;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ===== PREMIUM HEADER ===== */

.sh-header-main {

background: rgba(255,255,255,0.9);
backdrop-filter: blur(10px);
box-shadow:0 4px 20px rgba(0,0,0,0.06);
color:#111;
border-bottom:1px solid #f0f0f0;

}

.sh-header-location-icon,
.sh-header-arrow-icon{
fill:#111 !important;
}

.sh-header-account-icon,
.sh-header-search-icon,
.sh-header-cart-icon{
stroke:#111 !important;
}

/* CART BADGE */

.sh-header-cart-badge{

background: linear-gradient(135deg,#2bc48a,#29A56C);
color:#fff;
font-weight:700;
box-shadow:0 4px 10px rgba(41,165,108,0.4);

}

/* ===== PRODUCT CARD ===== */

.sh-product-card{

border:none;
border-radius:14px;
background:#fff;
overflow:hidden;
box-shadow:0 3px 12px rgba(0,0,0,0.05);

}

.sh-product-card:hover{

transform: translateY(-6px);
box-shadow:0 12px 30px rgba(0,0,0,0.15);

}

/* PRODUCT NAME */

.sh-product-card-name{

font-weight:600;
font-size:15px;
color:#1a1a1a;

}

/* PRICE */

.sh-product-card-price{

color:#29A56C;
font-weight:700;
font-size:18px;

}

/* MRP */

.sh-product-card-mrp{

color:#999;
font-size:13px;

}

/* DISCOUNT TAG */

.sh-product-card-discount-tag{

background: linear-gradient(135deg,#29A56C,#1e7d50);
color:#fff;
font-size:12px;
padding:4px 10px;
border-radius:0 0 12px 0;

}

/* ===== PLUS MINUS BUTTON ===== */

.sh-product-plus-minus-button{

background:#f0fff7;
border:1px solid #d8f4e7;
color:#29A56C;
border-radius:8px;
font-weight:600;

}

.sh-product-plus-minus-button:hover{

background:#29A56C;
color:#fff;

}

/* ===== PREMIUM BUTTON ===== */

.sh-solid-button,
.sh-product-buy-now-button{

background: linear-gradient(135deg,#29A56C,#1f7d52);
color:#fff;
border:none !important;
border-radius:10px;
font-weight:700;
padding:12px;

}

.sh-solid-button:hover,
.sh-product-buy-now-button:hover{

transform: translateY(-2px);
box-shadow:0 8px 20px rgba(41,165,108,0.4);

}

/* ===== CATEGORY CARD ===== */

.sh-category-card{

background:#fff;
border-radius:14px;
margin:0 10px 12px;
box-shadow:0 2px 10px rgba(0,0,0,0.05);

}

.sh-category-card:hover{

transform: translateY(-4px);
box-shadow:0 10px 25px rgba(0,0,0,0.12);

}

/* ===== BOTTOM NAV ===== */

.sh-bottom-nav-main{

background: linear-gradient(135deg,#29A56C,#1e7d50);
box-shadow:0 -5px 20px rgba(0,0,0,0.1);

}

.sh-bottom-nav-selected{

stroke:#fff !important;
color:#fff !important;

}

.sh-bottom-nav-unselected{

stroke:#cfcfcf !important;
color:#cfcfcf !important;

}

.sh-bottom-nav-cart-badge{

background:#fff !important;
color:#29A56C !important;
font-weight:700;

}

/* ===== WISHLIST ===== */

.sh-product-wishlist-desktop{

border-color:#ff4d4f !important;

}

.sh-product-wishlisted-icon{

fill:#ff4d4f !important;

}

.sh-product-not-wishlisted-icon{

stroke:#ff4d4f !important;

}

/* ===== FOOTER ===== */

.sh-footer-main{

background:#ffffff;
color:#333;
border-top:1px solid #eee;
padding-top:20px;

}

.sh-footer-icon{

color:#29A56C !important;

}

/* ===== CATEGORY CONTAINER ===== */

.sh-categories-container{

background:#f6f7fb;

}

/* ===== REMOVE LINE ===== */

.sh-row-title-divider{
display:none;
}