/* ===================================================
   99 MINI BAZAR – FLIPKART STYLE CLEAN UI
   Header + Search + Categories + Banner CTA
=================================================== */

/* ===== GLOBAL ===== */
body {
  background-color: #f1f3f6 !important;
  font-family: 'Noto Sans', sans-serif !important;
}

/* ===== HEADER ===== */
.sh-header-main {
  background-color: #2874f0 !important;
  padding: 12px 14px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
}

.sh-header-title {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.sh-header-subtitle {
  color: #e3f2fd !important;
  font-size: 12px !important;
}

/* Header Icons */
.sh-header-location-icon,
.sh-header-account-icon,
.sh-header-cart-icon,
.sh-header-search-icon,
.sh-header-arrow-icon {
  stroke: #ffffff !important;
  fill: #ffffff !important;
}

.sh-header-cart-badge {
  background-color: #ff6161 !important;
  color: #ffffff !important;
}

/* ===== SEARCH BAR ===== */
.sh-search-input {
  border-radius: 8px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
  padding: 10px !important;
}

/* ===== BANNER CTA (BUY NOW) ===== */
.sh-banner-buy-now {
  background-color: #fb641b !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  padding: 10px 18px !important;
}

/* ===== CATEGORY SECTION ===== */
.sh-categories-container {
  background-color: #ffffff !important;
  padding-top: 10px !important;
}

.sh-category-item {
  margin: 6px !important;
}

.sh-category-title {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #212121 !important;
}

/* ===== PRODUCT CARD (CLEAN) ===== */
.sh-product-card {
  background-color: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.12) !important;
  margin-bottom: 12px !important;
}

.sh-product-card-name {
  color: #212121 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.sh-product-card-price {
  color: #212121 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.sh-product-card-mrp {
  color: #878787 !important;
  font-size: 12px !important;
}

/* ===== DISCOUNT TAG ===== */
.sh-product-card-discount-tag {
  background-color: #388e3c !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  padding: 3px 8px !important;
  border-radius: 4px !important;
}

/* ===== BUY NOW BUTTON ===== */
.sh-product-buy-now-button {
  background-color: #fb641b !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  padding: 12px 0 !important;
}

/* ===== FOOTER ===== */
.sh-footer-main {
  background-color: #ffffff !important;
  color: #616161 !important;
  border-top: 1px solid #e0e0e0 !important;
}/* =========================================
   FINAL HEADER CLEANUP – 99 MINI BAZAR
========================================= */

/* Old tagline hide karo */
.sh-header-subtitle {
  display: none !important;
}

/* Top info strip ko slim & clean */
.sh-top-banner,
.sh-top-strip {
  padding: 6px 10px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

/* Header height thodi kam */
.sh-header-main {
  padding-top: 10px !important;
  padding-bottom: 12px !important;
}

/* Logo thoda clean look */
.sh-header-logo img {
  max-height: 40px !important;
}

/* Search bar aur premium */
.sh-search-input {
  border-radius: 8px !important;
  font-size: 14px !important;
}
/* ===== CATEGORY BADGE (CSS WORKAROUND) ===== */
.sh-category-item {
  position: relative !important;
}

.sh-category-item:nth-child(1)::after {
  content: "Daily Use" !important;
}

.sh-category-item:nth-child(2)::after {
  content: "Eco Friendly" !important;
}

.sh-category-item:nth-child(3)::after {
  content: "Best Seller" !important;
}

.sh-category-item::after {
  position: absolute !important;
  top: -6px !important;
  right: 6px !important;
  background: #fb641b !important;
  color: #fff !important;
  font-size: 10px !important;
  padding: 2px 6px !important;
  border-radius: 10px !important;
}
/* =========================================
   LOGO PERFECT MATCH FIX – 99 MINI BAZAR
========================================= */

/* Logo container clean */
.sh-header-logo {
  background: transparent !important;
  padding: 6px 0 !important;
  display: flex !important;
  justify-content: center !important;
}

/* Logo image proper size & no white box */
.sh-header-logo img {
  background: transparent !important;
  max-height: 48px !important;
  width: auto !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
/* HEADER TEXT CLEAN LOOK */
.sh-header-logo {
  display: none !important;
}

.sh-header-title {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
}

.sh-header-subtitle {
  font-size: 13px !important;
  color: #e3f2fd !important;
}
/* =========================================
   FINAL HEADER CLEAN – 99 WHOLESALE
========================================= */

/* Store name ke neeche wali tagline hide */
.sh-header-subtitle {
  display: none !important;
}

/* Header height compact */
.sh-header-main {
  padding-top: 10px !important;
  padding-bottom: 12px !important;
}

/* Top info strip clean & slim */
.sh-top-banner,
.sh-top-strip {
  padding: 6px 10px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

/* Store name thoda strong */
.sh-header-title {
  font-size: 18px !important;
  font-weight: 800 !important;
}

/* Search bar spacing better */
.sh-search-input {
  margin-top: 8px !important;
  border-radius: 8px !important;
}
/* =========================================
   REMOVE DUPLICATE TAGLINE – FINAL FIX
========================================= */

/* Store name ke neeche aane wali sab taglines hide */
.sh-header-subtitle,
.sh-header-description,
.sh-store-tagline,
.sh-store-moto,
.sh-header-main p {
  display: none !important;
}

/* Header compact & clean */
.sh-header-main {
  padding-top: 10px !important;
  padding-bottom: 12px !important;
}

/* Store name strong & single line */
.sh-header-title {
  font-size: 18px !important;
  font-weight: 800 !important;
  margin-bottom: 6px !important;
}

/* Search bar spacing */
.sh-search-input {
  margin-top: 6px !important;
  border-radius: 8px !important;
}
/* Extra compact header (optional) */
.sh-header-main {
  padding-top: 8px !important;
  padding-bottom: 10px !important;
}
/* WhatsApp icon polish */
.sh-whatsapp-icon {
  box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important;
}
/* Optional: Header–Banner gap reduce */
.sh-header-main {
  margin-bottom: 4px !important;
}
.sh-product-card {
  transition: all 0.25s ease !important;
}

.sh-product-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18) !important;
}
.sh-product-card-price {
  color: #1a1a1a !important;
  font-size: 17px !important;
}

.sh-product-card-mrp {
  text-decoration: line-through !important;
  margin-left: 4px !important;
}
.sh-product-buy-now-button {
  transition: all 0.2s ease !important;
}

.sh-product-buy-now-button:active {
  transform: scale(0.96) !important;
}
.sh-category-item {
  text-align: center !important;
  padding: 6px !important;
  border-radius: 10px !important;
}

.sh-category-item:hover {
  background: #f5f7fa !important;
}
.sh-banner-section {
  margin-top: 6px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}
.sh-top-strip {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
}
.sh-product-card::before {
  content: "WHOLESALE" !important;
  position: absolute !important;
  top: 6px;
  left: 6px;
  background: #2874f0;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
}
/* ===== STICKY BUY BUTTON – SALES BOOST ===== */
.sh-product-buy-now-button {
  position: sticky !important;
  bottom: 8px !important;
  z-index: 20 !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25) !important;
}
.sh-product-card-discount-tag {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}
.sh-product-card img {
  transition: transform 0.3s ease !important;
}

.sh-product-card:hover img {
  transform: scale(1.05) !important;
}
/* PRODUCT IMAGE FIX */
.sh-product-card img {
  width: 100% !important;
  height: 160px !important;
  object-fit: contain !important;
  background: #ffffff !important;
}
/* ADD BUTTON PREMIUM */
.sh-product-buy-now-button,
.sh-product-card button {
  border: none !important;
  background: #fb641b !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
}
/* SECTION TITLE STYLE */
h2, .section-title {
  font-size: 18px !important;
  font-weight: 800 !important;
  padding-left: 10px !important;
  border-left: 4px solid #2874f0 !important;
}
.sh-product-card .slick-arrow,
.sh-product-card .carousel-arrow {
  display: none !important;
}
/* COMPACT HEADER */
.sh-header-main {
  padding-top: 6px !important;
  padding-bottom: 8px !important;
}

.sh-search-input {
  height: 38px !important;
  font-size: 13px !important;
}
/* CATEGORY ICON PREMIUM */
.sh-category-item img {
  border-radius: 50% !important;
  background: #f5f7fa !important;
  padding: 8px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12) !important;
}
/* PRODUCT CARD SPACING */
.sh-product-card {
  margin: 8px !important;
  padding-bottom: 8px !important;
}
/* ADD BUTTON MODERN */
.sh-product-card button {
  border-radius: 6px !important;
  box-shadow: 0 3px 8px rgba(251,100,27,0.3) !important;
}
/* HOT SELLING BADGE */
.sh-product-card:nth-child(1)::after,
.sh-product-card:nth-child(3)::after {
  content: "🔥 Hot Selling";
  position: absolute;
  top: 8px;
  left: 8px;
  background: #ff6161;
  color: #fff;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 4px;
  z-index: 5;
}
/* BOTTOM SPACE FIX */
.sh-product-list,
.products,
.sh-section {
  padding-bottom: 70px !important;
}
/* SIDE ARROW REMOVE */
.slick-arrow,
.carousel-arrow,
.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}
/* SMOOTH SCROLL */
body {
  scroll-behavior: smooth !important;
}

.sh-product-card {
  will-change: transform;
}
.sh-product-card img {
  height: 140px !important;
}
/* PRODUCT CARD CLEAN SPACING */
.sh-product-card {
  margin: 10px 8px !important;
  padding: 10px !important;
  border-radius: 10px !important;
}
/* BADGE SIZE BALANCE */
.sh-product-card-discount-tag,
.sh-product-card::after {
  font-size: 9px !important;
  padding: 2px 5px !important;
  border-radius: 3px !important;
}
/* IMAGE GAP */
.sh-product-card img {
  margin-bottom: 6px !important;
}
/* ADD BUTTON BALANCE */
.sh-product-card button {
  height: 34px !important;
  font-size: 13px !important;
  border-radius: 6px !important;
}
/* SECTION PREMIUM LOOK */
.section-title,
h2 {
  background: #fff !important;
  padding: 8px 10px !important;
  border-radius: 6px !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
/* SMOOTH APP FEEL */
html {
  scroll-behavior: smooth !important;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
}
/* FAST LOAD FEEL */
.sh-product-card {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
/* FAST CLICK RESPONSE */
button,
.sh-product-buy-now-button {
  transition: transform 0.1s ease !important;
}

button:active,
.sh-product-buy-now-button:active {
  transform: scale(0.96);
}
/* IMAGE SMOOTH LOAD */
.sh-product-card img {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* PREMIUM SCROLL EFFECT */
.sh-product-card {
  transition: all 0.25s ease;
}

.sh-product-card:hover {
  transform: translateY(-3px);
}
/* =====================================
   99 WHOLESALE – MASTER PREMIUM UI
===================================== */

/* ---------- PRODUCT CARD PREMIUM ---------- */
.sh-product-card {
  border-radius: 12px !important;
  padding: 10px !important;
  margin: 10px 8px !important;
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.10) !important;
  transition: all 0.25s ease !important;
}

.sh-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.18) !important;
}

/* ---------- PRODUCT IMAGE CLEAN ---------- */
.sh-product-card img {
  width: 100% !important;
  height: 145px !important;
  object-fit: contain !important;
  margin-bottom: 6px !important;
  transition: transform .3s ease;
}

.sh-product-card:hover img {
  transform: scale(1.05);
}

/* ---------- PRICE STYLE ---------- */
.sh-product-card-price {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #111 !important;
}

.sh-product-card-mrp {
  text-decoration: line-through !important;
  color: #888 !important;
  font-size: 12px !important;
}

/* ---------- ADD BUTTON PRO ---------- */
.sh-product-card button,
.sh-product-buy-now-button {
  background: #fb641b !important;
  color: #fff !important;
  border-radius: 6px !important;
  height: 36px !important;
  font-weight: 700 !important;
  box-shadow: 0 3px 10px rgba(251,100,27,0.35);
  transition: transform .1s ease;
}

.sh-product-card button:active {
  transform: scale(0.95);
}

/* ---------- HOT SELLING BADGE ---------- */
.sh-product-card:nth-child(1)::before,
.sh-product-card:nth-child(4)::before {
  content: "🔥 HOT";
  position: absolute;
  top: 8px;
  left: 8px;
  background: #ff6161;
  color: #fff;
  font-size: 9px;
  padding: 3px 6px;
  border-radius: 4px;
  z-index: 5;
}

/* ---------- DISCOUNT TAG CLEAN ---------- */
.sh-product-card-discount-tag {
  font-size: 9px !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
}

/* ---------- CATEGORY PREMIUM LOOK ---------- */
.sh-category-item img {
  border-radius: 50% !important;
  background: #f5f7fa !important;
  padding: 8px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

/* ---------- SECTION TITLE BRAND STYLE ---------- */
.section-title,
h2 {
  background: #ffffff !important;
  padding: 8px 10px !important;
  border-left: 4px solid #2874f0 !important;
  border-radius: 6px !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* ---------- BOTTOM SPACE (MENU COVER FIX) ---------- */
.sh-product-list,
.products {
  padding-bottom: 75px !important;
}

/* ---------- SMOOTH APP FEEL ---------- */
body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth !important;
}
/* ===================================
   URGENCY EFFECT – 99 WHOLESALE
=================================== */

/* ----- LIMITED STOCK BADGE ----- */
.sh-product-card:nth-child(2)::after,
.sh-product-card:nth-child(5)::after,
.sh-product-card:nth-child(8)::after {
  content: "⚡ Only Few Left";
  position: absolute;
  bottom: 42px;
  left: 10px;
  background: #ff9800;
  color: #fff;
  font-size: 9px;
  padding: 3px 6px;
  border-radius: 4px;
  animation: blinkStock 1.5s infinite;
}

/* blinking effect */
@keyframes blinkStock {
  0% {opacity: 1;}
  50% {opacity: .6;}
  100% {opacity: 1;}
}

/* ----- ADD BUTTON PULSE (ATTENTION) ----- */
.sh-product-card button {
  animation: pulseBtn 2s infinite;
}

@keyframes pulseBtn {
  0% {box-shadow: 0 0 0 0 rgba(251,100,27,0.5);}
  70% {box-shadow: 0 0 0 10px rgba(251,100,27,0);}
  100% {box-shadow: 0 0 0 0 rgba(251,100,27,0);}
}

/* ----- FAST SELLING TEXT ----- */
.sh-product-card:nth-child(3)::before {
  content: "🔥 Fast Selling";
  position: absolute;
  top: 8px;
  right: 8px;
  background: #388e3c;
  color: #fff;
  font-size: 9px;
  padding: 3px 6px;
  border-radius: 4px;
}
.sh-product-card:nth-child(n+6)::after {
  display:none;
}
/* =====================================
   SKELETON LOADING – PREMIUM EFFECT
===================================== */

/* Product card loading background */
.sh-product-card {
  position: relative;
  overflow: hidden;
}

/* shimmer animation layer */
.sh-product-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.6) 50%,
    rgba(255,255,255,0) 100%
  );
  animation: skeletonMove 1.6s infinite;
}

/* animation movement */
@keyframes skeletonMove {
  0% { left: -150%; }
  100% { left: 150%; }
}

/* image smooth appear */
.sh-product-card img {
  animation: fadeInImg .4s ease;
}

@keyframes fadeInImg {
  from { opacity: 0; }
  to { opacity: 1; }
}
.sh-product-card:hover::after {
  animation: none;
}
/* ===== REMOVE WRONG SKELETON EFFECT ===== */
.sh-product-card::after {
  content: none !important;
  animation: none !important;
  background: none !important;
}
/* SAFE IMAGE LOAD EFFECT */
.sh-product-card img {
  opacity: 0;
  transform: scale(0.98);
  transition: all .35s ease;
}

.sh-product-card img[src] {
  opacity: 1;
  transform: scale(1);
}
/* ===== HARD RESET (REMOVE ALL EXTRA EFFECTS) ===== */

/* remove all fake badges & shimmer */
.sh-product-card::before,
.sh-product-card::after {
  content: none !important;
  animation: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* stop button pulse */
.sh-product-card button {
  animation: none !important;
}

/* stop unwanted transitions */
.sh-product-card,
.sh-product-card img {
  transform: none !important;
}
/* CLEAN PROFESSIONAL CARD */
.sh-product-card {
  border-radius: 10px !important;
  padding: 10px !important;
  margin: 10px 8px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10) !important;
}

/* image proper */
.sh-product-card img {
  height: 150px !important;
  object-fit: contain !important;
}

/* clean button */
.sh-product-buy-now-button {
  background:#fb641b !important;
  border-radius:6px !important;
  font-weight:700 !important;
}
.product-card {
  padding: 10px !important;
  border-radius: 12px;
}

.product-card img {
  height: 120px !important;
  object-fit: contain;
}

.product-title {
  font-size: 13px !important;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
}

.product-price {
  font-size: 15px !important;
  margin-top: 4px;
}

.add-btn {
  height: 36px;
  font-size: 14px;
}
.product-card {
  margin-bottom: 10px !important;
}
/* Remove extra gap between sections */
.section-products {
  margin-bottom: 8px !important;
  padding-bottom: 0px !important;
}

.view-all-btn {
  margin: 8px 0 !important;
}

.category-heading {
  margin-top: 6px !important;
  padding-top: 0px !important;
}
.home-section {
  margin-bottom: 10px !important;
}
/* Bottom Navigation Upgrade */
.bottom-nav {
  background: #ffffff !important;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  box-shadow: 0 -3px 12px rgba(0,0,0,0.12);
  padding-top: 6px;
}

.bottom-nav .nav-item {
  font-size: 12px;
}

.bottom-nav .nav-item.active {
  color: #2874f0 !important;
}

.bottom-nav img,
.bottom-nav i {
  font-size: 22px !important;
}
.cart-count {
  top: -4px !important;
  right: -6px !important;
  font-size: 10px;
}
/* Reduce Header Size */
.header-area {
  padding-top: 8px !important;
  padding-bottom: 10px !important;
}

.header-area h1,
.header-area .store-title {
  font-size: 18px !important;
  margin-bottom: 6px !important;
}

/* Top tagline small */
.top-strip {
  font-size: 12px !important;
  padding: 6px 0 !important;
}
/* Compact search section */
.search-bar {
  height: 42px !important;
  margin-bottom: 8px !important;
}

.location-box {
  padding: 10px !important;
}
.header-area {
  background: linear-gradient(180deg,#2f6fed,#3b82f6);
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
/* ===============================
FINAL FORCE FIX – 99 WHOLESALE
=============================== */

/* HEADER COMPACT */
.sh-header-main{
  padding:6px 12px !important;
  margin-bottom:4px !important;
}

/* REMOVE EXTRA HEADER HEIGHT */
.sh-top-strip,
.sh-header-subtitle{
  display:none !important;
}

/* SEARCH BAR COMPACT */
.sh-search-input{
  height:38px !important;
  margin-top:6px !important;
}

/* LOCATION BOX GAP FIX */
div[class*="location"]{
  margin-bottom:6px !important;
  padding:10px !important;
}

/* SECTION GAP REMOVE */
.section-title,
h2{
  margin-top:8px !important;
  margin-bottom:6px !important;
}

/* PRODUCT CARD SIZE BALANCE */
.sh-product-card{
  margin:8px !important;
  padding:8px !important;
}

/* IMAGE SIZE */
.sh-product-card img{
  height:135px !important;
}