/* ===== PREM MART CLEAN CSS ===== */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Arial, Helvetica, sans-serif;
}

html{scroll-behavior:smooth}

body{
  background:#f3f7fb;
  color:#111827;
}

/* Top bar */
.topbar{
  background:#087a22;
  color:#fff;
  padding:9px 6%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:14px;
  font-weight:700;
}

/* Navbar */
.navbar{
  position:sticky;
  top:0;
  z-index:999;
  background:#fff;
  padding:12px 6%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  box-shadow:0 4px 18px rgba(0,0,0,.08);
}

.logo,
.premium-logo{
  width:115px;
  height:75px;
  object-fit:contain;
}

/* Search */
.searchBox,
.search-container{
  flex:1;
  max-width:900px;
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:6px;
  box-shadow:0 6px 22px rgba(0,0,0,.08);
}

.search-container::before{
  content:"";
}

.searchBox input,
.search-container input,
#searchInput{
  flex:1;
  width:100%;
  height:48px;
  border:0;
  outline:0;
  background:transparent;
  padding:0 18px;
  font-size:16px;
}

.searchBox button,
.search-container button{
  height:48px;
  border:0;
  border-radius:12px;
  background:#07933d;
  color:#fff;
  padding:0 28px;
  font-size:16px;
  font-weight:900;
  cursor:pointer;
}

.searchBox button:hover,
.search-container button:hover{
  background:#056d2e;
}

/* Buttons */
.orderBtn,
.shopBtn,
.whatsappBtn,
.loginBtn,
.cartBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border:0;
  border-radius:10px;
  padding:13px 22px;
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
  white-space:nowrap;
}

.orderBtn{background:#9a5426;color:#fff}
.shopBtn{background:#07893b;color:#fff}
.whatsappBtn{background:#07933d;color:#fff}
.cartBtn{background:#07933d;color:#fff}
.loginBtn{background:transparent;color:#111827}

.orderBtn:hover{background:#7c3f19}
.shopBtn:hover,
.whatsappBtn:hover,
.cartBtn:hover{background:#056d2e}

/* Layout */
.mainWrap,
.mainContent{
  max-width:1300px;
  margin:auto;
}

/* Category side/menu */
.categories{
  padding:20px 0;
}

.catGrid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:12px;
}

.catGrid button{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:16px 10px;
  color:#111827;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 6px 18px rgba(0,0,0,.05);
}

.catGrid button:hover,
.catGrid button.active{
  background:#07933d;
  color:#fff;
  transform:translateY(-3px);
}

/* Offer slider */
.offerSlider{
  max-width:1300px;
  margin:25px auto;
  position:relative;
  overflow:hidden;
}

.slideTrack{
  display:flex;
  gap:18px;
  transition:.35s ease;
}

.slideCard{
  min-width:100%;
  min-height:190px;
  padding:34px;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(135deg,#087a22,#8bdc20);
  position:relative;
  overflow:hidden;
}

.slideCard::after{
  content:"🛒";
  position:absolute;
  right:35px;
  bottom:10px;
  font-size:90px;
  opacity:.18;
}

.slideCard h2{
  color:#fff;
  font-size:30px;
  margin-bottom:10px;
}

.slideCard p{
  color:#fff;
  margin-bottom:18px;
}

.slideCard a{
  display:inline-block;
  background:#fff;
  color:#111;
  padding:11px 22px;
  border-radius:10px;
  text-decoration:none;
  font-weight:900;
}

.slideBtn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:28px;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.18);
}

.left{left:8px}
.right{right:8px}
.blue,.green,.pink{background:linear-gradient(135deg,#087a22,#8bdc20)}

/* Hero / Prem Mart card */
.hero,
.offerCard{
  max-width:1300px;
  margin:25px auto;
  padding:50px 45px;
  border-radius:22px;
  background:linear-gradient(135deg,#07893b,#9be36a);
  color:#fff;
  position:relative;
  overflow:hidden;
  box-shadow:0 12px 35px rgba(0,0,0,.12);
}

.hero::before,
.offerCard::before{
  content:"";
  position:absolute;
  right:-80px;
  top:-80px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:rgba(255,255,255,.16);
}

.hero::after,
.offerCard::after{
  content:"";
  position:absolute;
  left:-90px;
  bottom:-90px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(255,255,255,.10);
}

.badge,
.hero-badge,
.brandLine{
  display:inline-block;
  background:rgba(255,255,255,.80);
  color:#07893b;
  padding:12px 22px;
  border-radius:28px;
  font-size:16px;
  font-weight:900;
}

.hero h1,
.brandTitle,
.brand-name{
  color:#fff;
  font-size:44px;
  font-weight:900;
  margin:18px 0 8px;
}

.heroText,
.hero p,
.offerCard p,
.brand-subtitle{
  color:#fff;
  font-size:22px;
  line-height:1.5;
  max-width:760px;
}

.deliveryBadge{
  display:inline-flex;
  background:#00d66b;
  color:#fff;
  padding:14px 24px;
  border-radius:28px;
  font-size:18px;
  font-weight:900;
}

.logo-box{
  width:150px;
  height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border-radius:22px;
  border:2px solid #d4af37;
  box-shadow:0 8px 24px rgba(0,0,0,.16);
}

.logo-box img,
.offerLogo{
  max-width:120px;
  max-height:120px;
  object-fit:contain;
}

/* Products */
.products{
  max-width:1300px;
  margin:25px auto;
  padding:20px 0;
}

h2{
  color:#111827;
  font-size:32px;
  font-weight:900;
  margin-bottom:22px;
}

.productGrid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
}

.product-card,
.product{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:14px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  transition:.2s;
}

.product-card:hover,
.product:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 25px rgba(0,0,0,.10);
}

.product-card img,
.product img{
  width:100%;
  height:155px;
  object-fit:contain;
  background:#f8fafc;
  border-radius:12px;
  padding:8px;
}

.product-category,
.product-card span,
.product small{
  display:inline-block;
  margin-top:10px;
  color:#6b7280;
  font-size:12px;
  font-weight:800;
}

.product-card h3,
.product h3{
  color:#111827;
  font-size:16px;
  font-weight:900;
  margin:8px 0;
  min-height:38px;
}

.price,
.sale-price{
  color:#07893b;
  font-size:24px;
  font-weight:900;
}

.price-box{
  margin:10px 0 12px;
}

.mrp-price{
  display:none;
}

.discount-badge{
  display:none;
}

.product-card button,
.product button,
.add-cart-btn{
  width:100%;
  height:42px;
  border:0;
  border-radius:8px;
  background:#07893b;
  color:#fff;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
}

.product-card button:hover,
.product button:hover,
.add-cart-btn:hover{
  background:#056d2e;
}

.out-stock-btn{
  width:100%;
  height:42px;
  border:1px solid #fecaca;
  border-radius:8px;
  background:#fff1f1;
  color:#e11d48;
  font-size:15px;
  font-weight:900;
  cursor:not-allowed;
}

/* Cart */
.cartBox{
  max-width:850px;
  margin:50px auto;
  padding:30px 25px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  text-align:center;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.cartBox h2{
  font-size:28px;
  color:#111827;
}

.cartBox p{
  color:#111827;
  font-size:17px;
  font-weight:800;
  margin:12px 0;
}

#cartCount{
  color:#07893b;
  font-size:24px;
  font-weight:900;
}

.cartBanner{
  width:100%;
  max-width:1100px;
  display:block;
  margin:0 auto 24px;
  border-radius:18px;
}

/* Contact / Footer */
.contact{
  max-width:1300px;
  margin:35px auto;
  padding:30px;
  background:#fff;
  border-radius:18px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  text-align:center;
}

.contact p{
  font-size:17px;
  margin:10px 0;
}

footer{
  background:#07893b;
  color:#fff;
  text-align:center;
  padding:22px;
  margin-top:40px;
}

/* Mobile */
@media(max-width:1100px){
  .productGrid{grid-template-columns:repeat(3,1fr)}
  .catGrid{grid-template-columns:repeat(4,1fr)}
}

@media(max-width:900px){
  .topbar,
  .navbar{
    flex-direction:column;
    text-align:center;
  }

  .searchBox,
  .search-container{
    width:100%;
    max-width:100%;
  }

  .hero,
  .offerCard{
    margin:18px;
    padding:35px 24px;
  }

  .hero h1,
  .brandTitle,
  .brand-name{
    font-size:36px;
  }

  .heroText,
  .hero p,
  .offerCard p{
    font-size:18px;
  }

  .productGrid{grid-template-columns:repeat(2,1fr)}
  .catGrid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:520px){
  .productGrid{grid-template-columns:1fr}
  .catGrid{grid-template-columns:1fr}
  .slideCard{padding:28px 20px}
  .logo{width:90px;height:65px}
}
/* LOGIN / SIGNUP / CHECKOUT DESIGN */
#loginBox, #signupBox, #checkoutBox,
.loginBox, .signupBox, .checkoutBox,
#checkoutModal {
  max-width: 520px;
  margin: 35px auto;
  padding: 28px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  text-align: center;
}

#loginBox h2, #signupBox h2, #checkoutBox h2,
.loginBox h2, .signupBox h2, .checkoutBox h2,
#checkoutModal h2 {
  font-size: 30px;
  color: #07142f;
  margin-bottom: 20px;
}

#loginBox input, #signupBox input, #checkoutBox input,
.loginBox input, .signupBox input, .checkoutBox input,
#checkoutModal input, #checkoutModal textarea {
  width: 100%;
  padding: 15px 18px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 14px;
  font-size: 16px;
  outline: none;
}

#loginBox button, #signupBox button, #checkoutBox button,
.loginBox button, .signupBox button, .checkoutBox button,
#checkoutModal button {
  width: 100%;
  padding: 15px;
  margin-top: 12px;
  border: none;
  border-radius: 14px;
  background: #0b8f2f;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

#loginBox button:hover, #signupBox button:hover, #checkoutBox button:hover,
.loginBox button:hover, .signupBox button:hover, .checkoutBox button:hover,
#checkoutModal button:hover {
  background: #075f22;
}

#checkoutModal {
  position: fixed;
  inset: 0;
  max-width: none;
  margin: 0;
  background: rgba(0,0,0,.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#checkoutModal form,
#checkoutModal .modal-content,
#checkoutModal .checkout-content {
  width: 95%;
  max-width: 520px;
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 15px 45px rgba(0,0,0,.25);
}
/* SAFE LOGIN DESIGN ONLY */
#loginSection,
.login-section {
  max-width: 430px;
  margin: 25px auto;
  padding: 25px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  text-align: center;
}

#loginSection input,
.login-section input {
  width: 100%;
  padding: 14px;
  margin: 8px 0;
  border: 1px solid #ddd;
  border-radius: 12px;
}

#loginSection button,
.login-section button {
  width: 100%;
  padding: 14px;
  border: 0;
  border-radius: 12px;
  background: #078f2d;
  color: #fff;
  font-weight: 900;
}


/* ===== FINAL SAFE FIX: LOGIN + CHECKOUT + NO RELOAD LOOK ===== */

/* JS me checkoutPopup use ho raha hai, isliye isko modal banaya gaya */
#checkoutPopup,
#loginPopup{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.45);
  z-index:99999;
  padding:18px;
}

/* Popup ke andar ka box */
#checkoutPopup > *,
#loginPopup > *{
  width:95%;
  max-width:520px;
  background:#fff;
  border-radius:24px;
  padding:28px;
  box-shadow:0 18px 50px rgba(0,0,0,.25);
  text-align:center;
}

/* Agar popup ke andar direct h2/input/button ho */
#checkoutPopup h2,
#loginPopup h2{
  color:#07142f;
  font-size:30px;
  margin-bottom:18px;
}

#checkoutPopup input,
#checkoutPopup textarea,
#loginPopup input,
#loginPopup textarea{
  width:100%;
  padding:15px 16px;
  margin:9px 0;
  border:1px solid #ddd;
  border-radius:14px;
  font-size:16px;
  outline:none;
}

#checkoutPopup input:focus,
#checkoutPopup textarea:focus,
#loginPopup input:focus{
  border-color:#07893b;
  box-shadow:0 0 0 3px rgba(7,137,59,.15);
}

#checkoutPopup button,
#loginPopup button{
  width:100%;
  padding:15px;
  margin-top:10px;
  border:0;
  border-radius:14px;
  background:#07893b;
  color:#fff;
  font-size:16px;
  font-weight:900;
  cursor:pointer;
}

#checkoutPopup button:hover,
#loginPopup button:hover{
  background:#056d2e;
}

/* Agar galti se checkout form page ke niche raw dikh raha ho */
.checkoutBox:not(#checkoutPopup *),
#checkoutBox:not(#checkoutPopup *){
  max-width:520px;
  margin:35px auto;
  padding:28px;
  background:#fff;
  border-radius:22px;
  box-shadow:0 10px 30px rgba(0,0,0,.12);
  text-align:center;
}

/* Search button aur normal button layout safe rahe */
.navbar button,
.product-card button,
.cartBox button,
.slideBtn{
  font-family:Arial, Helvetica, sans-serif;
}

/* Mobile popup */
@media(max-width:520px){
  #checkoutPopup > *,
  #loginPopup > *{
    padding:22px 16px;
  }
}
/* PREM MART HERO CARD RESIZE */
.offerCard{
  max-width: 1100px !important;
  min-height: 270px !important;
  margin: 18px auto 28px !important;
  padding: 34px 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 25px !important;
}

.offerCard .brandTitle,
.offerCard h1{
  font-size: 38px !important;
  margin: 10px 0 !important;
}

.offerCard p{
  font-size: 18px !important;
  line-height: 1.35 !important;
  max-width: 560px !important;
}

.offerCard .badge,
.offerCard .brandLine{
  font-size: 15px !important;
  padding: 9px 18px !important;
}

.logo-box{
  width: 230px !important;
  height: 210px !important;
  padding: 18px !important;
}

.logo-box img,
.logo-box .offerLogo,
.offerLogo{
  max-width: 115px !important;
  max-height: 95px !important;
}

.deliveryBadge{
  font-size: 15px !important;
  padding: 12px 16px !important;
  border-radius: 12px !important;
}

@media(max-width:900px){
  .offerCard{
    flex-direction: column !important;
    text-align: center !important;
  }
}
/* PREM MART TEXT HIGHLIGHT FIX */

.offerCard h1,
.hero h1,
.brandTitle,
.brand-name{
    color:#0b8f2f !important;
    font-size:56px !important;
    font-weight:900 !important;
    text-shadow:0 2px 10px rgba(255,255,255,.8);
}

.offerCard p,
.hero p,
.heroText,
.brand-subtitle{
    color:#1f2937 !important;
    font-size:24px !important;
    font-weight:600 !important;
    line-height:1.7 !important;
}

.badge,
.brandLine{
    background:#0b8f2f !important;
    color:#fff !important;
    box-shadow:0 4px 15px rgba(11,143,47,.3);
}

.offerCard{
    background:linear-gradient(135deg,#f0fff4,#dcfce7) !important;
}

.logo-box{
    background:#fff !important;
    border:3px solid #0b8f2f !important;
}

.deliveryBadge{
    background:#0b8f2f !important;
    color:#fff !important;
    font-weight:900 !important;
}
/* PREMIUM HERO REDESIGN */

.offerCard{
    padding:30px 35px !important;
    min-height:220px !important;
    background:#f8faf8 !important;
}

.brandLine,
.badge{
    background:#0f9d58 !important;
    color:#fff !important;
    padding:8px 16px !important;
    font-size:14px !important;
    border-radius:30px !important;
}

.brand-name,
.brandTitle,
.offerCard h1{
    font-size:48px !important;
    color:#0f9d58 !important;
    margin:10px 0 !important;
    font-weight:800 !important;
}

.offerCard p,
.heroText{
    font-size:16px !important;
    line-height:1.6 !important;
    color:#444 !important;
    max-width:500px !important;
}

.logo-box{
    width:340px !important;
    height:160px !important;
    border-radius:20px !important;
    background:#eefaf1 !important;
    border:none !important;
    box-shadow:0 10px 25px rgba(0,0,0,.08) !important;
}

.logo-box img{
    width:70px !important;
    height:70px !important;
}

.deliveryBadge{
    padding:10px 14px !important;
    font-size:14px !important;
    border-radius:12px !important;
}

.shopBtn,
.whatsappBtn{
    padding:12px 20px !important;
    font-size:15px !important;
}
/* REMOVE COMPLETE PREM MART HERO SECTION */
.offerCard,
.hero{
    display:none !important;
}
/* PRODUCT CARD HOVER EFFECT */

.product-card{
    border:2px solid transparent;
    transition:all .25s ease;
}

.product-card:hover{
    border:2px solid #2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.15),
               0 12px 25px rgba(0,0,0,.12);
    transform:translateY(-6px);
}

/* Image Zoom */
.product-card img{
    transition:all .25s ease;
}

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

/* Product Name Blue */
.product-card:hover h3{
    color:#2563eb;
}
/* NORMAL CARD GREEN BORDER */
.product-card{
    border:2px solid #c8f7d1 !important;
    background:#fff;
    transition:all .25s ease;
}

/* HOVER CARD BLUE BORDER */
.product-card:hover{
    border:2px solid #2563eb !important;
    box-shadow:
      0 0 0 4px rgba(37,99,235,.12),
      0 10px 25px rgba(0,0,0,.10);
    transform:translateY(-5px);
}

/* IMAGE ZOOM */
.product-card img{
    transition:all .25s ease;
}

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

/* PRODUCT NAME BLUE ON HOVER */
.product-card:hover h3{
    color:#2563eb !important;
}
/* IMAGE AREA GREEN */
.product-card img{
    background:#eefcf1 !important;
    border:1px solid #c8f7d1 !important;
    border-radius:12px;
    padding:10px;
}
/* NORMAL CARD GREEN BORDER */
.product-card{
    border:2px solid #c8f7d1 !important;
    background:#fff;
    transition:all .25s ease;
 } 
/* IMAGE AREA ONLY GREEN */
.product-card img{
    background:#eefcf1 !important;
    border:1px solid #d8f5de !important;
    border-radius:12px;
    padding:10px;
    box-shadow: inset 0 0 10px rgba(34,197,94,0.08);
}

/* HOVER EFFECT */
.product-card:hover{
    border:2px solid #2563eb !important;
    box-shadow:
      0 0 0 4px rgba(37,99,235,.10),
      0 10px 25px rgba(0,0,0,.10);
    transform:translateY(-5px);
}
.cart-message{
    background:#fff8e1;
    color:#8a5a00;
    border:1px solid #ffd54f;
    padding:12px 15px;
    border-radius:10px;
    margin:12px 0;
    font-weight:700;
    text-align:center;
}
.cartBox{
    width: calc(100% - 40px);
    max-width: none;
}
.cartBox{
    border: 3px solid #16a34a !important;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px rgba(34,197,94,0.25);
}
#premPopup{
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}

.prem-popup{
  background: #fff;
  width: 320px;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  border: 2px solid #16a34a;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  animation: popupShow 0.3s ease;
}

.prem-popup-icon{
  font-size: 40px;
  margin-bottom: 10px;
}

.prem-popup h3{
  color: #16a34a;
  margin: 0 0 8px;
}

.prem-popup p{
  color: #444;
  margin: 0;
}

@keyframes popupShow{
  from{
    opacity:0;
    transform: translateY(-20px);
  }
  to{
    opacity:1;
    transform: translateY(0);
  }
}
#successPopup{
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}

.success-popup{
  width: 380px;
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  text-align: center;
  border: 3px solid #16a34a;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  animation: popupShow 0.3s ease;
}

.success-icon{
  font-size: 50px;
  margin-bottom: 10px;
}

.success-popup h3{
  color: #16a34a;
  margin-bottom: 10px;
}

.success-popup p{
  color: #555;
  margin: 5px 0;
}
.success-popup{
    position:fixed;
    top:30px;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    padding:20px 30px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
    text-align:center;
    z-index:99999;
    animation:popIn .3s ease;
    border-top:5px solid #16a34a;
}

.success-icon{
    font-size:40px;
    margin-bottom:10px;
}

@keyframes popIn{
    from{
        opacity:0;
        transform:translateX(-50%) scale(.8);
    }
    to{
        opacity:1;
        transform:translateX(-50%) scale(1);
    }
}
.navBtn{
    background:#fff;
    color:#07893b;
    padding:10px 14px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    margin-left:6px;
    transition:.3s;
    border:1px solid #07893b;
}

.navBtn:hover{
    background:#07893b;
    color:#fff;
}
.navbar{
  gap:12px;
  padding:12px 28px !important;
  flex-wrap:nowrap;
}

.navBtn{
  background:#f0fff4 !important;
  color:#07893b !important;
  padding:9px 13px !important;
  border-radius:12px !important;
  border:1.5px solid #16a34a !important;
  font-size:14px !important;
  font-weight:700 !important;
  text-decoration:none !important;
  white-space:nowrap;
}

.navBtn:hover{
  background:#07893b !important;
  color:white !important;
}

.navBtn:nth-of-type(7),
.navBtn:nth-of-type(8),
.navBtn:nth-of-type(9){
  display:none;
}
.navbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 20px;
}

.nav-links{
    display:flex;
    gap:10px;
    align-items:center;
}

.navBtn{
    background:#f8fff9;
    border:1px solid #16a34a;
    color:#07893b;
    padding:8px 14px;
    border-radius:10px;
    font-weight:600;
    text-decoration:none;
    transition:0.3s;
}

.navBtn:hover{
    background:#07893b;
    color:#fff;
    transform:translateY(-2px);
}
.premiumFooter{
  background:#064e3b;
  color:white;
  padding:35px 30px 15px;
  margin-top:40px;
}

.footerGrid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:25px;
  max-width:1100px;
  margin:auto;
}

.footerGrid h3,
.footerGrid h4{
  margin-bottom:12px;
}

.footerGrid a{
  display:block;
  color:#d1fae5;
  text-decoration:none;
  margin:7px 0;
}

.footerGrid a:hover{
  color:white;
  text-decoration:underline;
}

.footerBottom{
  text-align:center;
  border-top:1px solid rgba(255,255,255,.2);
  margin-top:25px;
  padding-top:15px;
}

/* PREMIUM FOOTER */

.premium-footer{
    background:linear-gradient(135deg,#0b7a35,#045d2c);
    color:white;
    margin-top:60px;
}

.footer-grid{
    max-width:1200px;
    margin:auto;
    padding:50px 20px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:40px;
}

.footer-box h2,
.footer-box h3{
    margin-bottom:15px;
}

.footer-box p{
    color:#e8e8e8;
    line-height:1.7;
    margin:8px 0;
}

.footer-box a{
    display:block;
    color:white;
    text-decoration:none;
    margin:10px 0;
    transition:.3s;
}

.footer-box a:hover{
    color:#ffd700;
    transform:translateX(5px);
}

.footer-social{
    margin-top:20px;
}

.footer-social a{
    display:inline-flex;
    width:45px;
    height:45px;
    background:white;
    color:#0b7a35;
    border-radius:50%;
    justify-content:center;
    align-items:center;
    margin-right:10px;
    font-size:20px;
    text-decoration:none;
    font-weight:bold;
}

.footer-social a:hover{
    background:#ffd700;
    transform:translateY(-5px);
}

.footer-bottom{
    text-align:center;
    padding:20px;
    border-top:1px solid rgba(255,255,255,.2);
    font-size:15px;
}
.super-footer{
  background:linear-gradient(135deg,#064e3b,#07893b);
  color:white;
  margin-top:50px;
}

.footer-offer{
  background:#facc15;
  color:#111;
  text-align:center;
  padding:16px;
  font-weight:800;
  font-size:18px;
}

.footer-offer a{
  background:#07893b;
  color:white;
  padding:9px 16px;
  border-radius:10px;
  text-decoration:none;
  margin-left:10px;
}

.footer-strip{
  overflow:hidden;
  white-space:nowrap;
  padding:14px;
  background:#052e25;
  display:flex;
  justify-content:center;
  gap:35px;
  font-weight:700;
}

.trust-cards{
  max-width:1100px;
  margin:30px auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:18px;
  padding:0 20px;
}

.trust-cards div{
  background:white;
  color:#07893b;
  border-radius:18px;
  padding:20px;
  text-align:center;
  font-size:30px;
  box-shadow:0 10px 25px rgba(0,0,0,.18);
}

.trust-cards b{
  display:block;
  font-size:22px;
  margin-top:8px;
}

.trust-cards small{
  display:block;
  color:#555;
  margin-top:5px;
  font-weight:700;
}

.footer-main{
  max-width:1200px;
  margin:auto;
  padding:35px 20px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:30px;
}

.footer-main h2,
.footer-main h3{
  margin-bottom:12px;
}

.footer-main p,
.footer-main a{
  color:#e5fff0;
  display:block;
  margin:8px 0;
  text-decoration:none;
}

.footer-main a:hover{
  color:#facc15;
}

.footer-bottom{
  text-align:center;
  border-top:1px solid rgba(255,255,255,.2);
  padding:18px;
}
.navBtn{
  background:#07893b !important;
  color:#fff !important;
  padding:13px 20px !important;
  border-radius:12px !important;
  text-decoration:none !important;
  font-weight:900 !important;
  font-size:16px !important;
  border:2px solid #07893b !important;
  box-shadow:0 5px 14px rgba(0,0,0,.15);
}

.navBtn:hover{
  background:#056b2f !important;
  transform:translateY(-2px);
}
.navBtn{
    min-width: 130px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0a8f38;
    color: white !important;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: 0.3s;
}

.navBtn:hover{
    transform: translateY(-2px);
    background: #08752f;
}
.developer-card{
    margin-top:30px;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,0.15);
    border-radius:18px;
    padding:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.dev-left{
    display:flex;
    align-items:center;
    gap:15px;
}

.dev-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.dev-left h3{
    color:#fff;
    margin:0;
}

.dev-left p{
    color:#d7ffd7;
    margin:4px 0 0;
}

.dev-buttons{
    display:flex;
    gap:10px;
}

.cv-btn,
.github-btn{
    padding:12px 18px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
    color:#fff;
    transition:.3s;
}

.cv-btn{
    background:#ff9800;
}

.github-btn{
    background:#24292e;
}

.cv-btn:hover,
.github-btn:hover{
    transform:translateY(-3px);
}
.pm-footer{
  background:linear-gradient(135deg,#063f2d,#07893b);
  color:white;
  margin-top:50px;
}

.footer-top-strip{
  max-width:1200px;
  margin:0 auto 25px;
  background:#043526;
  border-radius:16px;
  padding:22px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  text-align:center;
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}

.footer-top-strip span{color:#d1fae5}

.footer-feature-row{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  padding:0 20px 30px;
}

.feature-box{
  background:#f0fff4;
  color:#111;
  border-radius:18px;
  padding:25px;
  text-align:center;
  box-shadow:0 10px 25px rgba(0,0,0,.15);
  font-size:35px;
}

.feature-box b{
  display:block;
  color:#07893b;
  font-size:25px;
  margin-top:8px;
}

.feature-box span{
  display:block;
  font-weight:700;
  color:#444;
}

.footer-main-grid{
  max-width:1200px;
  margin:auto;
  padding:40px 20px;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.2fr 1fr;
  gap:35px;
  border-top:1px solid rgba(255,255,255,.15);
}

.footer-main-grid h2,
.footer-main-grid h3{
  margin-bottom:14px;
}

.footer-main-grid h3::after{
  content:"";
  display:block;
  width:35px;
  height:3px;
  background:#facc15;
  margin-top:7px;
  border-radius:5px;
}

.footer-main-grid a,
.footer-main-grid p{
  display:block;
  color:#e6fff0;
  text-decoration:none;
  margin:10px 0;
  font-weight:500;
}

.footer-main-grid a:hover{
  color:#facc15;
  transform:translateX(5px);
}

.social-icons a{
  display:inline-flex;
  width:42px;
  height:42px;
  background:white;
  color:#07893b;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  margin-right:8px;
  text-decoration:none;
}

.payment-row{
  background:#06452f;
  padding:22px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.payment-row span{
  background:white;
  color:#111;
  padding:10px 20px;
  border-radius:10px;
  font-weight:800;
}

.developer-premium{
  max-width:1200px;
  margin:25px auto;
  padding:22px;
  border:1px solid rgba(250,204,21,.6);
  border-radius:18px;
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr 1fr 1.5fr;
  gap:20px;
  align-items:center;
  background:rgba(255,255,255,.07);
}

.dev-info{
  display:flex;
  align-items:center;
  gap:15px;
}

.dev-avatar{
  width:75px;
  height:75px;
  background:white;
  color:#07893b;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:35px;
}

.dev-info h3{color:#a7f3d0}

.dev-skill{
  border-left:1px solid rgba(255,255,255,.25);
  padding-left:18px;
}

.dev-skill b,
.dev-skill span{
  display:block;
}

.dev-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.dev-actions a{
  border:1px solid #facc15;
  color:white;
  padding:12px 18px;
  border-radius:10px;
  text-decoration:none;
  font-weight:bold;
}

.dev-actions a:hover{
  background:#facc15;
  color:#111;
}

.footer-bottom{
  background:#043526;
  text-align:center;
  padding:18px;
  font-weight:600;
}

@media(max-width:900px){
  .footer-top-strip,
  .footer-feature-row,
  .footer-main-grid,
  .developer-premium{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .footer-top-strip,
  .footer-feature-row,
  .footer-main-grid,
  .developer-premium{
    grid-template-columns:1fr;
  }
}
.footer-main-grid h2,
.footer-main-grid h3,
.footer-main-grid p,
.footer-main-grid a{
  background: transparent !important;
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.footer-main-grid h3{
  font-size: 20px !important;
  font-weight: 900 !important;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 3px solid #facc15;
}

.footer-main-grid a{
  padding: 6px 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  transition: .3s;
}

.footer-main-grid a:hover{
  color: #facc15 !important;
  padding-left: 8px !important;
}

.footer-main-grid p{
  font-size: 16px !important;
  font-weight: 600 !important;
}

.footer-main-grid h2{
  font-size: 32px !important;
  font-weight: 900 !important;
}
.premium-footer{
background:linear-gradient(135deg,#005f2f,#013220);
color:#fff;
padding:40px 0;
margin-top:50px;
}

.footer-top{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
max-width:1400px;
margin:auto;
padding:20px;
background:#004d28;
border-radius:15px;
text-align:center;
font-weight:700;
}

.footer-features{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
max-width:1400px;
margin:25px auto;
}

.feature-card{
background:#fff;
color:#222;
padding:25px;
border-radius:20px;
text-align:center;
}

.feature-card h2{
color:#0a8f3d;
font-size:35px;
}

.footer-main{
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr 1fr;
gap:30px;
max-width:1400px;
margin:auto;
padding:30px;
}

.footer-main h2,
.footer-main h3{
color:#fff;
margin-bottom:15px;
}

.footer-main a{
color:#fff;
text-decoration:none;
line-height:30px;
}

.socials{
margin-top:15px;
display:flex;
gap:10px;
font-size:25px;
}

.payment-strip{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
padding:20px;
background:#004125;
margin-top:20px;
}

.payment-strip span{
background:#fff;
color:#000;
padding:10px 20px;
border-radius:10px;
font-weight:700;
}

.developer-box{
max-width:1400px;
margin:25px auto;
padding:20px;
border:1px solid rgba(255,255,255,.2);
border-radius:20px;
display:flex;
justify-content:space-between;
align-items:center;
background:rgba(255,255,255,.05);
}

.dev-left{
display:flex;
align-items:center;
gap:15px;
}

.dev-left img{
width:70px;
height:70px;
border-radius:50%;
}

.dev-center{
display:flex;
gap:25px;
font-weight:700;
}

.cv-btn,
.git-btn{
padding:12px 22px;
border-radius:10px;
text-decoration:none;
font-weight:700;
}

.cv-btn{
background:#facc15;
color:#000;
}

.git-btn{
background:#111827;
color:#fff;
}

.copyright{
text-align:center;
padding-top:20px;
border-top:1px solid rgba(255,255,255,.2);
}
.footer-top div{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  font-size:16px !important;
}

.feature-card{
  position:relative;
  overflow:hidden;
}

.feature-card::before{
  content:"";
  width:90px;
  height:90px;
  background:#dcfce7;
  border-radius:50%;
  position:absolute;
  top:18px;
  left:50%;
  transform:translateX(-50%);
  z-index:0;
}

.feature-card h2::before{
  display:block;
  font-size:42px;
  margin-bottom:14px;
  position:relative;
  z-index:1;
}

.feature-card:nth-child(1) h2::before{content:"🛵";}
.feature-card:nth-child(2) h2::before{content:"🥬";}
.feature-card:nth-child(3) h2::before{content:"💳";}
.feature-card:nth-child(4) h2::before{content:"⭐";}

.feature-card h2,
.feature-card p{
  position:relative;
  z-index:1;
}

.payment-strip span{
  min-width:110px;
  text-align:center;
  font-size:15px;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}

.developer-box{
  background:linear-gradient(135deg,#064e3b,#0b7a35) !important;
  border:1.5px solid #facc15 !important;
  box-shadow:0 12px 35px rgba(0,0,0,.25);
}

.dev-left img{
  background:white;
  padding:8px;
  object-fit:cover;
}

.dev-left h2{
  color:#facc15 !important;
  font-size:26px !important;
}

.dev-center span{
  background:rgba(255,255,255,.08);
  padding:12px 16px;
  border-radius:12px;
}

.cv-btn{
  background:#facc15 !important;
  color:#111 !important;
}

.git-btn{
  background:#111827 !important;
  color:white !important;
}
/* FOOTER FORCE PREMIUM DESIGN - NO DELETE NEEDED */

.pro-footer{
  background:linear-gradient(135deg,#022c22,#07893b) !important;
  color:#fff !important;
  padding:45px 25px 0 !important;
  margin-top:60px !important;
}

.pro-strip{
  max-width:1200px !important;
  margin:auto !important;
  background:rgba(0,0,0,.35) !important;
  border-radius:18px !important;
  padding:22px !important;
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:18px !important;
  text-align:center !important;
}

.pro-cards{
  max-width:1200px !important;
  margin:30px auto !important;
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:22px !important;
}

.pro-card{
  background:linear-gradient(180deg,#fff,#ecfff4) !important;
  color:#111 !important;
  border-radius:24px !important;
  padding:28px !important;
  text-align:center !important;
  box-shadow:0 16px 35px rgba(0,0,0,.22) !important;
}

.pro-card div{
  width:72px !important;
  height:72px !important;
  background:#dcfce7 !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 auto 12px !important;
  font-size:36px !important;
}

.pro-card h2{
  color:#07893b !important;
  font-size:30px !important;
}

.pro-main{
  max-width:1200px !important;
  margin:35px auto 25px !important;
  display:grid !important;
  grid-template-columns:1.5fr 1fr 1fr 1.2fr !important;
  gap:35px !important;
  border-top:1px solid rgba(255,255,255,.25) !important;
  padding-top:30px !important;
}

.pro-main a,
.pro-main p{
  color:#eafff1 !important;
  text-decoration:none !important;
  font-weight:700 !important;
}

.pro-payments{
  max-width:1200px !important;
  margin:25px auto !important;
  background:rgba(0,0,0,.25) !important;
  padding:20px !important;
  border-radius:16px !important;
  display:flex !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
  gap:14px !important;
}

.pro-payments span{
  background:white !important;
  color:#111 !important;
  padding:11px 22px !important;
  border-radius:12px !important;
  font-weight:900 !important;
}

.pro-developer{
  max-width:1200px !important;
  margin:25px auto !important;
  background:rgba(255,255,255,.08) !important;
  border:1.5px solid #facc15 !important;
  border-radius:24px !important;
  padding:24px !important;
  display:grid !important;
  grid-template-columns:1.5fr 2fr 1.3fr !important;
  align-items:center !important;
  gap:22px !important;
}

.dev-logo{
  width:78px !important;
  height:78px !important;
  background:white !important;
  color:#07893b !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:38px !important;
}

.dev-buttons a{
  padding:13px 20px !important;
  border-radius:14px !important;
  text-decoration:none !important;
  font-weight:900 !important;
}

.dev-buttons a:first-child{
  background:#facc15 !important;
  color:#111 !important;
}

.dev-buttons a:last-child{
  background:#111827 !important;
  color:#fff !important;
}

.pro-bottom{
  background:rgba(0,0,0,.35) !important;
  text-align:center !important;
  padding:18px !important;
  margin:35px -25px 0 !important;
  font-weight:700 !important;
}
/* CLEAN PREMIUM FOOTER */

.fresh-footer{
  background:linear-gradient(135deg,#022c22,#064e3b,#07893b) !important;
  color:white !important;
  margin-top:60px !important;
  padding:45px 25px 0 !important;
}

.footer-wave{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr 1.2fr;
  gap:35px;
  padding-bottom:35px;
}

.footer-brand h2{
  font-size:34px;
  margin-bottom:10px;
  color:white;
}

.footer-brand p,
.footer-col p{
  color:#d1fae5;
  line-height:1.6;
  font-weight:600;
}

.footer-col h3{
  font-size:22px;
  margin-bottom:15px;
  position:relative;
}

.footer-col h3::after{
  content:"";
  width:45px;
  height:4px;
  background:#facc15;
  display:block;
  margin-top:8px;
  border-radius:20px;
}

.footer-col a{
  display:block;
  color:#eafff1;
  text-decoration:none;
  margin:10px 0;
  font-weight:700;
}

.footer-col a:hover{
  color:#facc15;
  transform:translateX(6px);
}

.footer-social{
  display:flex;
  gap:12px;
  margin-top:18px;
}

.footer-social a{
  width:42px;
  height:42px;
  background:white;
  color:#07893b;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}

.footer-badges{
  max-width:1200px;
  margin:0 auto 25px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}

.footer-badges span{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  padding:15px;
  border-radius:15px;
  text-align:center;
  font-weight:900;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}

.developer-clean{
  max-width:1200px;
  margin:25px auto;
  background:rgba(255,255,255,.10);
  border:1.5px solid #facc15;
  border-radius:22px;
  padding:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  box-shadow:0 18px 40px rgba(0,0,0,.25);
}

.dev-profile-clean{
  display:flex;
  align-items:center;
  gap:16px;
}

.dev-avatar-clean{
  width:75px;
  height:75px;
  border-radius:50%;
  background:#fff;
  color:#07893b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:36px;
  border:4px solid #22c55e;
}

.dev-profile-clean small{
  color:#d1fae5;
  font-weight:800;
}

.dev-profile-clean h2{
  color:#facc15;
  margin:5px 0;
  font-size:28px;
}

.dev-profile-clean p{
  margin:0;
  color:white;
  font-weight:700;
}

.dev-actions-clean{
  display:flex;
  gap:12px;
}

.dev-actions-clean a{
  padding:13px 22px;
  border-radius:14px;
  text-decoration:none;
  font-weight:900;
}

.dev-actions-clean a:first-child{
  background:#facc15;
  color:#111;
}

.dev-actions-clean a:last-child{
  background:#111827;
  color:#fff;
}

.footer-copy{
  background:rgba(0,0,0,.30);
  text-align:center;
  padding:18px;
  margin:30px -25px 0;
  font-weight:700;
}

@media(max-width:900px){
  .footer-wave{grid-template-columns:1fr 1fr}
  .footer-badges{grid-template-columns:1fr 1fr}
}

@media(max-width:600px){
  .footer-wave,
  .footer-badges{
    grid-template-columns:1fr;
  }

  .developer-clean{
    flex-direction:column;
    align-items:flex-start;
  }
}
/* Footer highlighted text premium fix */

.fresh-footer h2,
.fresh-footer h3,
.fresh-footer p,
.fresh-footer a,
.fresh-footer span,
.fresh-footer small{
  background:transparent !important;
  color:#ffffff !important;
  text-decoration:none !important;
}

.footer-brand h2{
  color:#ffffff !important;
  font-size:36px !important;
  font-weight:900 !important;
}

.footer-col h3{
  color:#ffffff !important;
  font-size:22px !important;
  font-weight:900 !important;
}

.footer-col a{
  display:block !important;
  color:#d1fae5 !important;
  margin:9px 0 !important;
  font-weight:700 !important;
}

.footer-col a:hover{
  color:#facc15 !important;
  transform:translateX(6px);
}

.footer-brand p,
.footer-col p{
  color:#d1fae5 !important;
  font-weight:600 !important;
}

.dev-profile-clean h2{
  color:#facc15 !important;
  background:transparent !important;
}

.dev-actions-clean a{
  background:#facc15 !important;
  color:#111 !important;
}

.dev-actions-clean a:last-child{
  background:#111827 !important;
  color:white !important;
}
/* MOBILE FIX */

@media(max-width:768px){

  body{
    overflow-x:hidden !important;
  }

  .navbar{
    flex-wrap:wrap !important;
    gap:8px !important;
    padding:10px !important;
  }

  .navbar img,
  .logo,
  .premium-logo{
    width:60px !important;
    height:auto !important;
  }

  .locationBox{
    width:100% !important;
    text-align:center !important;
  }

  .search-container{
    width:100% !important;
    display:flex !important;
  }

  .search-container input{
    width:100% !important;
  }

  .loginBtn,
  .cartBtn,
  .orderBtn,
  .navBtn{
    width:48% !important;
    min-width:auto !important;
    font-size:12px !important;
    padding:10px 6px !important;
    text-align:center !important;
  }

  .mainWrap{
    display:block !important;
    width:100% !important;
  }

  .leftCats{
    display:flex !important;
    overflow-x:auto !important;
    width:100% !important;
    padding:8px !important;
    gap:8px !important;
  }

  .leftCats button{
    min-width:90px !important;
  }

  .products,
  .product-grid{
    grid-template-columns:repeat(2,1fr) !important;
    gap:10px !important;
    padding:10px !important;
  }

  .product-card,
  .card{
    width:100% !important;
  }

  .slider,
  .banner{
    width:100% !important;
    overflow:hidden !important;
  }

  .fresh-footer,
  .pro-footer,
  .premium-footer{
    padding:25px 12px 0 !important;
  }

  .footer-wave,
  .footer-main,
  .footer-main-grid,
  .pro-main{
    grid-template-columns:1fr !important;
    text-align:center !important;
  }

  .footer-badges,
  .pro-cards,
  .footer-features{
    grid-template-columns:1fr 1fr !important;
  }

  .developer-clean,
  .pro-developer,
  .developer-box{
    flex-direction:column !important;
    grid-template-columns:1fr !important;
    text-align:center !important;
  }

  .dev-actions-clean,
  .dev-buttons{
    justify-content:center !important;
    flex-wrap:wrap !important;
  }
}
/* FINAL RESPONSIVE FIX: DESKTOP + MOBILE */

html, body{
  max-width:100%;
  overflow-x:hidden !important;
}

/* Desktop normal */
.navbar{
  display:flex !important;
  align-items:center !important;
}

/* Mobile layout */
@media(max-width:768px){

  .topbar{
    font-size:11px !important;
    padding:6px 10px !important;
    text-align:center !important;
  }

  .navbar{
    display:grid !important;
    grid-template-columns:70px 1fr !important;
    gap:8px !important;
    padding:10px !important;
  }

  .navbar img{
    width:58px !important;
    grid-row:1/3 !important;
  }

  .locationBox{
    text-align:left !important;
  }

  .locationBox h3{
    font-size:13px !important;
  }

  .locationBox p{
    font-size:11px !important;
  }

  .search-container{
    grid-column:1/3 !important;
    width:100% !important;
    display:flex !important;
  }

  .search-container input{
    flex:1 !important;
    min-width:0 !important;
    font-size:13px !important;
  }

  .search-container button{
    width:75px !important;
    font-size:12px !important;
  }

  .loginBtn{
    grid-column:1/3 !important;
    width:100% !important;
    text-align:center !important;
    padding:10px !important;
  }

  .cartBtn,
  .orderBtn,
  .navBtn{
    width:100% !important;
    min-width:0 !important;
    padding:10px 6px !important;
    font-size:12px !important;
    border-radius:10px !important;
  }

  .navbar .cartBtn,
  .navbar .orderBtn,
  .navbar .navBtn{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
  }

  .mainWrap{
    display:block !important;
    width:100% !important;
  }

  .leftCats{
    position:static !important;
    width:100% !important;
    display:flex !important;
    overflow-x:auto !important;
    gap:8px !important;
    padding:8px !important;
  }

  .leftCats button{
    min-width:86px !important;
    height:auto !important;
    font-size:11px !important;
  }

  .content,
  main{
    width:100% !important;
    padding:10px !important;
  }

  .products,
  .product-grid,
  #products{
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:10px !important;
    width:100% !important;
  }

  .product-card{
    width:100% !important;
    padding:10px !important;
  }

  .product-card img{
    width:100% !important;
    height:105px !important;
    object-fit:contain !important;
  }

  .product-card h3{
    font-size:13px !important;
  }

  .product-card button{
    font-size:11px !important;
    padding:8px !important;
  }

  .cartBox,
  #cartBox,
  .visitBox{
    width:100% !important;
    margin:15px 0 !important;
    padding:15px !important;
  }

  .fresh-footer{
    padding:25px 12px 0 !important;
  }

  .footer-wave{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:20px !important;
    text-align:center !important;
  }

  .footer-badges{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }

  .developer-clean{
    flex-direction:column !important;
    text-align:center !important;
  }
}

/* Very small mobile */
@media(max-width:420px){

  .products,
  .product-grid,
  #products{
    grid-template-columns:1fr 1fr !important;
  }

  .navBtn,
  .cartBtn,
  .orderBtn{
    font-size:11px !important;
  }
}
/* PREMIUM FOOTER BOX DESIGN */
.footer-links,
.footer-categories,
.footer-support {
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 193, 7, 0.55);
  border-radius: 16px;
  padding: 20px 28px;
  min-height: 190px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.18);
  backdrop-filter: blur(6px);
  transition: 0.3s ease;
}

.footer-links:hover,
.footer-categories:hover,
.footer-support:hover {
  transform: translateY(-6px);
  border-color: #ffc107;
  box-shadow: 0 12px 35px rgba(255,193,7,0.25);
}

.footer-links h3,
.footer-categories h3,
.footer-support h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 18px;
  text-align: center;
}

.footer-links h3::after,
.footer-categories h3::after,
.footer-support h3::after {
  content: "";
  display: block;
  width: 45px;
  height: 4px;
  background: #ffc107;
  border-radius: 10px;
  margin: 10px auto 0;
}

.footer-links a,
.footer-categories a,
.footer-support p {
  display: block;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin: 9px 0;
  text-decoration: none;
  transition: 0.25s;
}

.footer-links a:hover,
.footer-categories a:hover {
  color: #ffc107;
  transform: scale(1.06);
}
.footer-section:nth-child(2),
.footer-section:nth-child(3),
.footer-section:nth-child(4){
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 16px;
  padding: 18px 28px;
  min-height: 190px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.18);
  transition: 0.3s;
}

.footer-section:nth-child(2):hover,
.footer-section:nth-child(3):hover,
.footer-section:nth-child(4):hover{
  transform: translateY(-5px);
  border-color: #ffc107;
  box-shadow: 0 12px 30px rgba(255,193,7,0.25);
}
footer .footer-content > div:nth-child(2),
footer .footer-content > div:nth-child(3),
footer .footer-content > div:nth-child(4) {
  background: rgba(255, 255, 255, 0.09) !important;
  border: 1.5px solid rgba(255, 193, 7, 0.65) !important;
  border-radius: 18px !important;
  padding: 22px 28px !important;
  min-height: 210px !important;
  box-shadow: 0 8px 28px rgba(0,0,0,0.25) !important;
}

footer .footer-content > div:nth-child(2):hover,
footer .footer-content > div:nth-child(3):hover,
footer .footer-content > div:nth-child(4):hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 35px rgba(255,193,7,0.30) !important;
}
/* PREMIUM FOOTER REDESIGN */
.footer-content{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
}

.footer-content > *{
  flex:1;
  min-width:220px;
  background:linear-gradient(145deg,#ffffff12,#ffffff05);
  border:1px solid rgba(255,255,255,0.15);
  border-radius:18px;
  padding:20px;
  box-shadow:0 8px 25px rgba(0,0,0,0.18);
  transition:all .3s ease;
}

.footer-content > *:hover{
  transform:translateY(-6px);
  border-color:#ffd700;
  box-shadow:0 12px 35px rgba(255,215,0,0.25);
}

.footer-content h3{
  text-align:center;
  font-size:22px;
  margin-bottom:15px;
  color:#fff;
  font-weight:700;
}

.footer-content h3::after{
  content:"";
  display:block;
  width:50px;
  height:4px;
  background:#ffd700;
  margin:10px auto 0;
  border-radius:10px;
}

.footer-content a,
.footer-content p,
.footer-content li{
  color:#f5f5f5;
  text-decoration:none;
  line-height:1.9;
  transition:.3s;
}

.footer-content a:hover{
  color:#ffd700;
  padding-left:5px;
}

@media(max-width:768px){
  .footer-content{
    flex-direction:column;
  }

  .footer-content > *{
    width:100%;
  }
}
.footer-col,
.footer-brand{
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  border-radius: 16px !important;
  padding: 22px 28px !important;
  min-height: 190px !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.22) !important;
  transition: .3s ease !important;
}

.footer-col:hover,
.footer-brand:hover{
  transform: translateY(-6px) !important;
  border-color: #ffc107 !important;
  box-shadow: 0 12px 35px rgba(255,193,7,0.28) !important;
}
.developer-card{
    padding: 10px 25px !important;
    min-height: 80px !important;
}

.developer-card img{
    width: 55px !important;
    height: 55px !important;
}

.developer-card h3{
    font-size: 18px !important;
    margin: 2px 0 !important;
}

.developer-card p{
    font-size: 14px !important;
    margin: 0 !important;
}

.developer-card .btn,
.developer-card a{
    padding: 10px 18px !important;
}
.footer-developer{
    padding: 10px 25px !important;
}

.footer-developer img{
    width: 55px !important;
    height: 55px !important;
}
/* Developer Card Height Reduce */
.developer-card,
.footer-developer,
.developer-section {
    padding: 8px 20px !important;
    min-height: 60px !important;
    height: 60px !important;
}

.developer-card img,
.footer-developer img,
.developer-section img {
    width: 45px !important;
    height: 45px !important;
}

.developer-card h3,
.footer-developer h3,
.developer-section h3 {
    font-size: 16px !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.developer-card p,
.footer-developer p,
.developer-section p {
    font-size: 12px !important;
    margin: 0 !important;
}
.footer-dev{
  padding: 8px 20px !important;
  min-height: 58px !important;
  height: 58px !important;
  display: flex !important;
  align-items: center !important;
}

.footer-dev img{
  width: 45px !important;
  height: 45px !important;
}

.footer-dev h3,
.footer-dev h2{
  font-size: 18px !important;
  margin: 0 !important;
}

.footer-dev p,
.footer-dev span{
  font-size: 12px !important;
  margin: 0 !important;
}

.footer-dev a,
.footer-dev button{
  padding: 8px 16px !important;
  font-size: 14px !important;
}
.developer-clean{
  padding: 8px 24px !important;
  min-height: 58px !important;
}

.dev-profile-clean{
  gap: 12px !important;
}

.dev-avatar-clean{
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
}

.dev-profile-clean h2{
  font-size: 22px !important;
  margin: 0 !important;
  line-height: 1.1 !important;
}

.dev-profile-clean p,
.dev-profile-clean small{
  font-size: 12px !important;
  margin: 0 !important;
  line-height: 1.1 !important;
}

.dev-actions-clean a{
  padding: 8px 18px !important;
  font-size: 14px !important;
}
/* Developer Section Height Reduce */
.developer-clean{
    padding: 6px 20px !important;
}

.dev-avatar-clean img,
.dev-avatar-clean{
    width: 50px !important;
    height: 50px !important;
}

.dev-profile-clean h2{
    font-size: 18px !important;
    margin: 0 !important;
}

.dev-profile-clean p{
    font-size: 13px !important;
    margin: 0 !important;
}

.dev-profile-clean small{
    font-size: 11px !important;
}

.dev-actions-clean a{
    padding: 8px 15px !important;
    font-size: 13px !important;
}
/* AUTO RESPONSIVE FIX - FOOTER + SEARCH + BUTTONS */

/* Desktop fit */
html, body{
  width:100%;
  overflow-x:hidden !important;
}

*{
  box-sizing:border-box;
}

img{
  max-width:100%;
  height:auto;
}

/* Search bar responsive */
.search-box,
.search-container,
.search-bar,
.search-area{
  max-width:100%;
  width:100%;
}

.search-box input,
.search-container input,
.search-bar input,
.search-area input,
input[type="search"]{
  width:100% !important;
  max-width:100% !important;
}

/* Footer desktop */
.footer-content{
  max-width:1250px;
  margin:auto;
  display:grid !important;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:24px;
  align-items:stretch;
}

.footer-col,
.footer-brand{
  width:100% !important;
}

/* Badges responsive */
.footer-badges{
  max-width:1250px;
  margin:25px auto 0;
  display:grid !important;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.footer-badges span{
  width:100%;
  text-align:center;
}

/* Developer section responsive */
.developer-clean{
  max-width:1250px;
  margin:25px auto 0;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px;
  flex-wrap:wrap;
}

.dev-profile-clean{
  display:flex !important;
  align-items:center !important;
  gap:14px;
  flex-wrap:wrap;
}

.dev-actions-clean{
  display:flex !important;
  gap:12px;
  flex-wrap:wrap;
}

/* Tablet */
@media(max-width:992px){
  .footer-content{
    grid-template-columns:repeat(2,1fr);
  }

  .footer-badges{
    grid-template-columns:repeat(2,1fr);
  }
}

/* Mobile */
@media(max-width:600px){
  body{
    overflow-x:hidden !important;
  }

  .footer-content{
    grid-template-columns:1fr !important;
    gap:18px !important;
    padding:0 14px !important;
  }

  .footer-col,
  .footer-brand{
    min-height:auto !important;
    padding:18px 16px !important;
    text-align:center !important;
  }

  .footer-badges{
    grid-template-columns:1fr !important;
    padding:0 14px !important;
    gap:12px !important;
  }

  .developer-clean{
    margin:18px 14px 0 !important;
    padding:10px 14px !important;
    flex-direction:column !important;
    text-align:center !important;
    height:auto !important;
  }

  .dev-profile-clean{
    justify-content:center !important;
    flex-direction:column !important;
    gap:6px !important;
  }

  .dev-avatar-clean,
  .dev-avatar-clean img{
    width:48px !important;
    height:48px !important;
  }

  .dev-profile-clean h2{
    font-size:20px !important;
  }

  .dev-actions-clean{
    justify-content:center !important;
    width:100%;
  }

  .dev-actions-clean a{
    flex:1;
    text-align:center;
    padding:9px 10px !important;
  }
}
.quick-menu{
  width:100%;
  background:#ffffff;
  display:flex;
  justify-content:center;
  gap:18px;
  padding:12px 15px;
  box-shadow:0 4px 14px rgba(0,0,0,0.08);
  position:sticky;
  top:76px;
  z-index:900;
}

.quick-menu a{
  text-decoration:none;
  background:linear-gradient(135deg,#008a2e,#12b84f);
  color:white;
  font-weight:700;
  padding:10px 22px;
  border-radius:14px;
  box-shadow:0 4px 10px rgba(0,128,0,0.25);
  transition:0.3s;
}

.quick-menu a:hover{
  transform:translateY(-3px);
  background:linear-gradient(135deg,#006b24,#0ca344);
}

@media(max-width:768px){
  .quick-menu{
    overflow-x:auto;
    justify-content:flex-start;
    gap:10px;
  }

  .quick-menu a{
    white-space:nowrap;
    padding:9px 16px;
    font-size:14px;
  }
}
.quick-menu{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    padding:14px;
    margin:10px 0 20px;
    background:#fff;
    border:2px solid #e8e8e8;
    border-radius:18px;
    box-shadow:
        0 6px 18px rgba(0,0,0,0.08),
        0 0 0 3px rgba(0,128,0,0.05);
}

.quick-menu a{
    text-decoration:none;
    color:#fff;
    font-weight:700;
    font-size:15px;
    padding:12px 22px;
    border-radius:14px;
    background:linear-gradient(135deg,#008f39,#18c15b);
    border:1px solid rgba(255,255,255,0.3);
    box-shadow:0 4px 12px rgba(0,128,0,0.25);
    transition:all .3s ease;
}

.quick-menu a:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 20px rgba(0,128,0,0.35);
}

@media(max-width:768px){
    .quick-menu{
        overflow-x:auto;
        justify-content:flex-start;
        padding:10px;
    }

    .quick-menu a{
        white-space:nowrap;
        font-size:14px;
        padding:10px 16px;
    }
}
.premium-menu{
    display:flex;
    justify-content:space-between;
    gap:15px;
    background:#fff;
    border:2px solid #d9b44a;
    border-radius:25px;
    padding:15px;
    margin:15px 0;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.menu-card{
    flex:1;
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px;
    text-decoration:none;
    color:#222;
    background:#f8f8f8;
    border-radius:16px;
    transition:.3s;
    border-right:1px solid #e5c76b;
}

.menu-card:last-child{
    border-right:none;
}

.menu-card:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 18px rgba(0,128,0,.15);
}

.icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:linear-gradient(135deg,#0b8f3a,#18c95d);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.menu-card h4{
    margin:0;
    color:#0b8f3a;
    font-size:22px;
    font-weight:700;
}

.menu-card p{
    margin:3px 0 0;
    color:#666;
    font-size:13px;
}

@media(max-width:768px){
    .premium-menu{
        overflow-x:auto;
        flex-wrap:nowrap;
    }

    .menu-card{
        min-width:220px;
    }
}
.navbar,
.main-header{
  background:#fff;
  border:1.8px solid #e5c45c;
  border-radius:0 0 18px 18px;
  box-shadow:0 8px 22px rgba(0,0,0,.10);
  padding:14px 25px;
}

.navbar a,
.navbar button,
.nav-btn{
  background:linear-gradient(135deg,#008a35,#0bb84e);
  color:#fff !important;
  border:1px solid #0a9c42;
  border-radius:12px;
  padding:11px 24px;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 5px 12px rgba(0,128,0,.25);
  transition:.3s ease;
}

.navbar a:hover,
.navbar button:hover,
.nav-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 9px 20px rgba(0,128,0,.35);
}

.navbar input,
.search-box input{
  border:1.5px solid #e5c45c;
  border-radius:14px;
  padding:12px 18px;
  outline:none;
  box-shadow:inset 0 2px 8px rgba(0,0,0,.05);
}


/* =========================================================
   PREM MART FINAL LAYOUT REPAIR
   Replace style.css with this file. Do not add old fix codes again.
   ========================================================= */

html, body{
  width:100%;
  max-width:100%;
  overflow-x:hidden !important;
}

/* Main layout: left category + right content */
.mainWrap,
.mainContent{
  max-width:1300px !important;
  width:calc(100% - 24px) !important;
  margin:18px auto !important;
  display:grid !important;
  grid-template-columns:110px minmax(0,1fr) !important;
  gap:18px !important;
  align-items:start !important;
}

/* Sidebar stays left */
.leftCats{
  grid-column:1 !important;
  grid-row:1 / span 20 !important;
  width:110px !important;
  min-width:110px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
  position:sticky !important;
  top:118px !important;
  max-height:calc(100vh - 125px) !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  padding:8px 4px !important;
  background:transparent !important;
}

.leftCats button,
.leftCats .cat-btn,
.leftCats .category-btn,
.leftCats .cat-item{
  width:92px !important;
  min-width:92px !important;
  height:74px !important;
  margin:0 auto !important;
  padding:7px 5px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:5px !important;
  border-radius:16px !important;
  border:1px solid #dff5e4 !important;
  background:#ffffff !important;
  color:#111827 !important;
  font-size:11px !important;
  font-weight:900 !important;
  text-align:center !important;
  line-height:1.15 !important;
  box-shadow:0 5px 14px rgba(0,0,0,.07) !important;
  cursor:pointer !important;
}

.leftCats button img,
.leftCats button .cat-icon,
.leftCats .cat-icon{
  width:32px !important;
  height:32px !important;
  font-size:22px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
}

.leftCats button:hover,
.leftCats button.active{
  background:linear-gradient(135deg,#0b8f3a,#5fd13f) !important;
  color:#fff !important;
  transform:none !important;
  border-color:#0b8f3a !important;
}

/* Put all main content on right side */
.content,
.main-area,
.productsArea,
.offerSlider,
.slider,
.banner,
.products,
.cartBox,
#cartBox{
  grid-column:2 !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
}

/* Slider normal size */
.offerSlider,
.slider,
.banner{
  margin:0 0 22px 0 !important;
}

/* Products grid repair */
.products{
  margin:0 0 25px 0 !important;
  padding:0 !important;
}

.products h2,
.products .section-title{
  margin:0 0 18px 0 !important;
  font-size:22px !important;
  font-weight:900 !important;
  color:#07142f !important;
}

.productGrid,
.product-grid,
#products{
  display:grid !important;
  grid-template-columns:repeat(6,minmax(135px,1fr)) !important;
  gap:18px !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
}

/* In case product cards are direct children of .products */
.products:has(> .product-card){
  display:grid !important;
  grid-template-columns:repeat(6,minmax(135px,1fr)) !important;
  gap:18px !important;
}
.products:has(> .product-card) > h2,
.products:has(> .product-card) > .section-title{
  grid-column:1/-1 !important;
}

.product-card,
.product{
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
}

.product-card img,
.product img{
  width:100% !important;
  height:150px !important;
  object-fit:contain !important;
}

.product-card h3,
.product h3{
  font-size:15px !important;
  line-height:1.25 !important;
}

/* Search double-box fix */
.searchBox,
.search-container{
  background:#fff !important;
  border:1px solid #e5e7eb !important;
  box-shadow:0 4px 16px rgba(0,0,0,.07) !important;
}
.search-container::before,
.searchBox::before{
  display:none !important;
  content:none !important;
}

/* Responsive */
@media(max-width:1100px){
  .productGrid,
  .product-grid,
  #products,
  .products:has(> .product-card){
    grid-template-columns:repeat(4,minmax(135px,1fr)) !important;
  }
}

@media(max-width:768px){
  .mainWrap,
  .mainContent{
    display:block !important;
    width:100% !important;
    margin:10px auto !important;
  }

  .leftCats{
    position:static !important;
    width:100% !important;
    min-width:0 !important;
    max-height:none !important;
    display:flex !important;
    flex-direction:row !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    gap:8px !important;
    padding:8px !important;
  }

  .leftCats button,
  .leftCats .cat-btn,
  .leftCats .category-btn,
  .leftCats .cat-item{
    min-width:86px !important;
    width:86px !important;
    height:70px !important;
  }

  .content,
  .main-area,
  .productsArea,
  .offerSlider,
  .slider,
  .banner,
  .products,
  .cartBox,
  #cartBox{
    width:100% !important;
    max-width:100% !important;
  }

  .productGrid,
  .product-grid,
  #products,
  .products:has(> .product-card){
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    padding:10px !important;
  }

  .product-card img,
  .product img{
    height:110px !important;
  }
}
/* RESTORE SAME DESIGN AS SCREENSHOT */
.mainWrap{
  max-width:1300px !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:120px 1fr !important;
  gap:18px !important;
  align-items:start !important;
}

.leftCats{
  width:120px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  position:sticky !important;
  top:120px !important;
  padding:8px !important;
}

.leftCats button{
  width:105px !important;
  height:85px !important;
  border-radius:18px !important;
  background:#fff !important;
  border:1px solid #e5e7eb !important;
  box-shadow:0 4px 12px rgba(0,0,0,.08) !important;
  font-size:12px !important;
  font-weight:900 !important;
}

.leftCats button.active{
  background:linear-gradient(135deg,#168d32,#69d34d) !important;
  color:#fff !important;
}

.offerSlider{
  width:100% !important;
  margin:10px 0 30px !important;
}

.productGrid{
  display:grid !important;
  grid-template-columns:repeat(6,1fr) !important;
  gap:16px !important;
}

.product-card{
  width:100% !important;
  min-width:0 !important;
  border:2px solid #bdf5c8 !important;
  border-radius:16px !important;
  padding:14px !important;
}

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

.products{
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}
/* FINAL OVERRIDE - PRODUCT GRID FIX */

section.products{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:18px !important;
}

section.products .productGrid,
#productGrid{
  display:grid !important;
  grid-template-columns:repeat(6, 1fr) !important;
  gap:16px !important;
  width:100% !important;
}

#productGrid .product-card,
#productGrid .productCard,
#productGrid .card{
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
}

#productGrid img{
  width:100% !important;
  height:135px !important;
  object-fit:contain !important;
}

@media(max-width:1100px){
  section.products .productGrid,
  #productGrid{
    grid-template-columns:repeat(4, 1fr) !important;
  }
}

@media(max-width:700px){
  section.products .productGrid,
  #productGrid{
    grid-template-columns:repeat(2, 1fr) !important;
  }
}
/* FORCE 5 PRODUCTS IN ONE ROW */

#products{
    display:grid !important;
    grid-template-columns:repeat(5, minmax(180px,1fr)) !important;
    gap:18px !important;
    width:100% !important;
}

#products > *{
    width:100% !important;
    max-width:none !important;
}

@media(max-width:900px){
    #products{
        grid-template-columns:repeat(3,1fr) !important;
    }
}

@media(max-width:600px){
    #products{
        grid-template-columns:repeat(2,1fr) !important;
    }
}
/* FINAL PRODUCT GRID 5 CARD FIX - NO DELETE */

main.rightContent section.products,
section.products#products{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:18px !important;
}

main.rightContent section.products h2{
  display:block !important;
  width:100% !important;
  margin-bottom:16px !important;
}

main.rightContent #productGrid.productGrid{
  display:grid !important;
  grid-template-columns:repeat(5, 1fr) !important;
  gap:16px !important;
  width:100% !important;
  max-width:100% !important;
}

#productGrid > div,
#productGrid .product-card,
#productGrid .productCard,
#productGrid .card{
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
}

@media(max-width:1100px){
  main.rightContent #productGrid.productGrid{
    grid-template-columns:repeat(4,1fr) !important;
  }
}

@media(max-width:700px){
  main.rightContent #productGrid.productGrid{
    grid-template-columns:repeat(2,1fr) !important;
  }
}
/* Hide menu before login */
.login-only{
    display: none !important;
}


/* ===== PREM MART BLINKIT STYLE CATEGORY SHOPPING - SAFE ADDON ===== */
body.pm-blinkit-mode{
  background:#ffffff !important;
}

body.pm-blinkit-mode .mainWrap{
  max-width:1320px !important;
  width:100% !important;
  margin:0 auto !important;
  display:block !important;
  background:#fff !important;
  border:0 !important;
  min-height:auto !important;
}

body.pm-blinkit-mode .leftCats{
  display:none !important;
}

body.pm-blinkit-mode .rightContent{
  width:100% !important;
  max-width:100% !important;
  padding:0 18px !important;
}

.pm-category-showcase{
  max-width:1180px;
  margin:16px auto 24px;
  padding:0 6px;
}

.pm-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:16px 0 14px;
}

.pm-section-head h2{
  margin:0 !important;
  font-size:24px !important;
  font-weight:900 !important;
  color:#111827 !important;
}

.pm-section-head a,
.pm-see-all-btn{
  color:#07893b !important;
  font-weight:900 !important;
  text-decoration:none !important;
  background:transparent !important;
  border:0 !important;
  cursor:pointer !important;
  font-size:15px !important;
}

.pm-category-grid{
  display:grid;
  grid-template-columns:repeat(9, 1fr);
  gap:16px;
}

.pm-category-card{
  border:0;
  background:transparent;
  cursor:pointer;
  text-align:center;
  padding:0;
  color:#111827;
}

.pm-category-img{
  height:92px;
  border-radius:14px;
  background:linear-gradient(180deg,#f2f8ff,#eefcf1);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:44px;
  box-shadow:inset 0 0 0 1px #edf2f7;
  transition:.25s ease;
}

.pm-category-card:hover .pm-category-img{
  transform:translateY(-4px);
  box-shadow:0 10px 24px rgba(7,137,59,.12), inset 0 0 0 1px #bbf7d0;
}

.pm-category-name{
  display:block;
  margin-top:9px;
  font-size:13px;
  line-height:1.25;
  font-weight:800;
}

.pm-category-count{
  display:block;
  margin-top:3px;
  font-size:11px;
  color:#64748b;
  font-weight:700;
}

.pm-blinkit-products{
  max-width:1180px !important;
  margin:0 auto !important;
  padding:0 6px 18px !important;
}

.pm-product-section{
  margin:22px 0 32px;
}

.pm-product-row{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:172px;
  gap:14px;
  overflow-x:auto;
  padding:2px 2px 14px;
  scroll-snap-type:x proximity;
}

.pm-product-row::-webkit-scrollbar{
  height:8px;
}
.pm-product-row::-webkit-scrollbar-thumb{
  background:#d1fae5;
  border-radius:999px;
}

.pm-product-row .product-card{
  scroll-snap-align:start;
  min-width:172px !important;
}

.pm-product-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fill, minmax(172px, 1fr)) !important;
  gap:14px !important;
}

.pm-product-empty{
  text-align:center;
  padding:32px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  font-weight:900;
  color:#64748b;
}

.pm-store-benefits{
  max-width:1180px;
  margin:12px auto 20px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.pm-benefit-card{
  background:#f8fff9;
  border:1px solid #d1fae5;
  border-radius:16px;
  padding:14px;
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  color:#064e3b;
}

.pm-benefit-card span{
  width:40px;
  height:40px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#07893b;
  color:#fff;
  font-size:20px;
}

body.pm-blinkit-mode .products h2{
  font-size:24px !important;
}

body.pm-blinkit-mode .product-card{
  border:1px solid #e5e7eb !important;
  border-radius:14px !important;
  box-shadow:0 4px 14px rgba(0,0,0,.05) !important;
  padding:12px !important;
}

body.pm-blinkit-mode .product-card img{
  height:120px !important;
  background:#f8fafc !important;
}

body.pm-blinkit-mode .product-card h3{
  font-size:13px !important;
  line-height:1.25 !important;
  min-height:36px !important;
}

body.pm-blinkit-mode .sale-price{
  font-size:15px !important;
  color:#111827 !important;
}

body.pm-blinkit-mode .product-card button{
  height:36px !important;
  border:1px solid #16a34a !important;
  background:#fff !important;
  color:#07893b !important;
  border-radius:8px !important;
  font-size:13px !important;
}

body.pm-blinkit-mode .product-card button:hover{
  background:#07893b !important;
  color:#fff !important;
}

@media(max-width:1100px){
  .pm-category-grid{grid-template-columns:repeat(6,1fr);}
  .pm-store-benefits{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:700px){
  body.pm-blinkit-mode .rightContent{padding:0 10px !important;}
  .pm-category-grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:92px;
    grid-template-columns:none;
    overflow-x:auto;
    gap:12px;
    padding-bottom:10px;
  }
  .pm-category-img{height:76px;font-size:36px;}
  .pm-product-row{grid-auto-columns:155px;}
  .pm-store-benefits{grid-template-columns:1fr;}
}

/* ===== PREM MART CATEGORY LAYOUT FIX - 6 + 6, CENTER PRODUCT SECTIONS ===== */
body.pm-blinkit-mode .pm-category-showcase,
body.pm-blinkit-mode .pm-store-benefits,
body.pm-blinkit-mode .pm-blinkit-products{
  max-width:1180px !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

body.pm-blinkit-mode .pm-category-grid{
  display:grid !important;
  grid-template-columns:repeat(6, 1fr) !important;
  gap:18px 16px !important;
  align-items:start !important;
}

body.pm-blinkit-mode .pm-category-img{
  height:86px !important;
  border-radius:15px !important;
  background:linear-gradient(180deg,#f2f8ff,#eefcf1) !important;
  overflow:hidden !important;
  position:relative !important;
}

body.pm-blinkit-mode .pm-category-img img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  padding:10px !important;
  display:block;
}

body.pm-blinkit-mode .pm-category-fallback{
  width:100% !important;
  height:100% !important;
  display:flex;
  align-items:center !important;
  justify-content:center !important;
  font-size:42px !important;
}

body.pm-blinkit-mode #productGrid.productGrid{
  display:block !important;
  width:100% !important;
  max-width:1180px !important;
  margin:0 auto !important;
  overflow:hidden !important;
}

body.pm-blinkit-mode .pm-product-section{
  width:100% !important;
  max-width:1180px !important;
  margin:28px auto 42px !important;
  overflow:hidden !important;
}

body.pm-blinkit-mode .pm-product-row{
  display:grid !important;
  grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
  grid-auto-flow:row !important;
  grid-auto-columns:unset !important;
  gap:16px !important;
  overflow-x:hidden !important;
  padding:2px 0 8px !important;
  scroll-snap-type:none !important;
}

body.pm-blinkit-mode .pm-product-row .product-card{
  min-width:0 !important;
  width:100% !important;
  scroll-snap-align:unset !important;
}

body.pm-blinkit-mode .pm-product-grid{
  display:grid !important;
  grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
  gap:16px !important;
  max-width:1180px !important;
  margin:0 auto !important;
}

body.pm-blinkit-mode .mrp-price,
body.pm-blinkit-mode .product-card .mrp-price,
body.pm-blinkit-mode .pm-product-row .mrp-price{
  display:none !important;
  visibility:hidden !important;
  width:0 !important;
  height:0 !important;
  overflow:hidden !important;
}

body.pm-blinkit-mode .price-box{
  min-height:22px !important;
  margin:8px 0 12px !important;
}

body.pm-blinkit-mode .sale-price{
  display:block !important;
  font-size:16px !important;
  font-weight:900 !important;
  color:#111827 !important;
}

@media(max-width:1100px){
  body.pm-blinkit-mode .pm-category-grid{grid-template-columns:repeat(4, 1fr) !important;}
  body.pm-blinkit-mode .pm-product-row,
  body.pm-blinkit-mode .pm-product-grid{grid-template-columns:repeat(4, minmax(0, 1fr)) !important;}
}

@media(max-width:780px){
  body.pm-blinkit-mode .pm-category-grid{grid-template-columns:repeat(3, 1fr) !important;}
  body.pm-blinkit-mode .pm-product-row,
  body.pm-blinkit-mode .pm-product-grid{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;}
}

@media(max-width:520px){
  body.pm-blinkit-mode .pm-category-grid{grid-template-columns:repeat(2, 1fr) !important;}
  body.pm-blinkit-mode .pm-product-row,
  body.pm-blinkit-mode .pm-product-grid{grid-template-columns:1fr !important;}
}

/* ===== PREM MART SEE ALL FIX - BUTTON + SAME GRID VIEW ===== */
body.pm-blinkit-mode .pm-section-head a,
body.pm-blinkit-mode .pm-see-all-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:82px !important;
  height:36px !important;
  padding:0 16px !important;
  border-radius:10px !important;
  border:2px solid #07893b !important;
  background:#f0fff4 !important;
  color:#07893b !important;
  font-size:14px !important;
  font-weight:900 !important;
  text-decoration:none !important;
  text-transform:capitalize !important;
  cursor:pointer !important;
  box-shadow:0 6px 14px rgba(7,137,59,.12) !important;
}

body.pm-blinkit-mode .pm-section-head a:hover,
body.pm-blinkit-mode .pm-see-all-btn:hover{
  background:#07893b !important;
  color:#fff !important;
}

body.pm-blinkit-mode #productGrid.productGrid.pm-product-grid{
  display:grid !important;
  grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
  gap:16px !important;
  width:100% !important;
  max-width:1180px !important;
  margin:0 auto !important;
  overflow:visible !important;
}

body.pm-blinkit-mode #productGrid.productGrid.pm-product-grid .product-card{
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
}

body.pm-blinkit-mode #productGrid.productGrid.pm-product-grid .product-card img{
  width:100% !important;
  height:128px !important;
  object-fit:contain !important;
}

@media(max-width:1100px){
  body.pm-blinkit-mode #productGrid.productGrid.pm-product-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  }
}
@media(max-width:780px){
  body.pm-blinkit-mode #productGrid.productGrid.pm-product-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}
@media(max-width:520px){
  body.pm-blinkit-mode #productGrid.productGrid.pm-product-grid{
    grid-template-columns:1fr !important;
  }
}


/* ===== PREM MART PRICE DISPLAY FIX - SALE + CUT MRP ===== */
body.pm-blinkit-mode .price-box{
  min-height:38px !important;
  margin:8px 0 12px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:2px !important;
}
body.pm-blinkit-mode .sale-price{
  order:1 !important;
  display:block !important;
  font-size:16px !important;
  font-weight:900 !important;
  color:#111827 !important;
  line-height:1.15 !important;
}
body.pm-blinkit-mode .mrp-price,
body.pm-blinkit-mode .product-card .mrp-price,
body.pm-blinkit-mode .pm-product-row .mrp-price{
  order:2 !important;
  display:block !important;
  visibility:visible !important;
  width:auto !important;
  height:auto !important;
  overflow:visible !important;
  color:#8b8f98 !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:1.15 !important;
  text-decoration:line-through !important;
  margin-top:1px !important;
}
body.pm-blinkit-mode .mrp-price::before{
  content:"" !important;
}
/* Premium Menu - Border se Gap */
.premium-menu{
    padding:12px 18px !important;
    gap:16px !important;
}

.premium-menu > .menu-card{
    flex:1 !important;
    margin:0 4px !important;
    border-radius:18px !important;
}

/* Left aur Right card border se chipke na rahen */
.premium-menu > .menu-card:first-child{
    margin-left:12px !important;
}

.premium-menu > .menu-card:last-child{
    margin-right:12px !important;
}
/* ===== Premium Animated Category Section ===== */

.category-section,
.category-products,
.product-section{
    border:2px solid #e5f7ea;
    border-radius:24px;
    padding:22px;
    margin:28px 0;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    position:relative;
    overflow:hidden;
}

.category-section::before,
.category-products::before,
.product-section::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:40%;
    height:100%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(0,170,70,.15),
        transparent
    );
    animation:borderGlow 5s linear infinite;
}

@keyframes borderGlow{
    from{left:-100%;}
    to{left:140%;}
}

/* ===== Product Cards ===== */

.product-card{
    transition:.35s ease;
    border:1.5px solid #dff5e6;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 6px 18px rgba(0,0,0,.05);
}

.product-card:hover{
    transform:translateY(-8px);
    border-color:#00a63e;
    box-shadow:0 18px 40px rgba(0,166,62,.22);
}

/* ===== Category Cards ===== */

.category-card{
    transition:.35s ease;
    border:1.5px solid #dff5e6;
    border-radius:18px;
    position:relative;
    overflow:hidden;
}

.category-card:hover{
    transform:translateY(-6px) scale(1.03);
    border-color:#00a63e;
    box-shadow:0 14px 35px rgba(0,166,62,.18);
}

.category-card::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:18px;
    border:2px solid transparent;
    animation:pulseBorder 2.5s infinite;
}

@keyframes pulseBorder{
    0%{
        border-color:rgba(0,166,62,.05);
    }
    50%{
        border-color:rgba(0,166,62,.35);
    }
    100%{
        border-color:rgba(0,166,62,.05);
    }
}
/* Same size for both headings */

.categoryTitle,
.category-title,
#categoryProductsTitle,
.section-title{
    font-size:42px !important;
    font-weight:800 !important;
    color:#0f2147 !important;
    line-height:1.2 !important;
    margin-bottom:20px !important;
}
/* One Page Container Border - like RapidJob */
body{
  margin:0 !important;
  background:linear-gradient(120deg,#dff8ff,#f2e9ff) !important;
}

.mainWrap{
  border:3px solid transparent !important;
  border-radius:22px !important;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg,#00c853,#00b0ff,#1e88e5,#00e676) border-box !important;
  box-shadow:0 0 22px rgba(0,176,255,.28) !important;
  animation:pageGlow 3s ease-in-out infinite !important;
  overflow:hidden !important;
}

@keyframes pageGlow{
  0%,100%{
    box-shadow:0 0 14px rgba(0,200,83,.25),0 0 18px rgba(0,176,255,.25);
  }
  50%{
    box-shadow:0 0 28px rgba(0,200,83,.55),0 0 34px rgba(0,176,255,.50);
  }
}
/* Strong animated blue-green border */
.mainWrap{
  position:relative !important;
  border:4px solid transparent !important;
  border-radius:26px !important;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(90deg,#00e676,#00b0ff,#00c853,#1e88e5,#00e676) border-box !important;
  background-size:100% 100%, 350% 350% !important;
  animation:pmBorderMove 5s linear infinite !important;
  box-shadow:0 0 22px rgba(0,176,255,.35),0 0 18px rgba(0,200,83,.28) !important;
}

@keyframes pmBorderMove{
  0%{background-position:0 0,0% 50%;}
  100%{background-position:0 0,350% 50%;}
}
/* ===== Premium Blue + Yellow Animated Product Cards ===== */

.product-card{
    position:relative !important;
    overflow:hidden;
    border:2px solid transparent !important;
    border-radius:18px !important;

    background:
      linear-gradient(#fff,#fff) padding-box,
      linear-gradient(90deg,
      #2196f3,
      #00b0ff,
      #ffeb3b,
      #ffc107,
      #2196f3) border-box !important;

    background-size:100% 100%,300% 300% !important;

    animation:pmCardBorder 4s linear infinite !important;

    box-shadow:0 8px 22px rgba(33,150,243,.15) !important;
    transition:.35s;
}

.product-card:hover{
    transform:translateY(-6px) scale(1.02);
    box-shadow:0 15px 35px rgba(33,150,243,.35);
}

.product-card::before{
    content:"";
    position:absolute;
    inset:-2px;
    border-radius:18px;
    padding:2px;
    background:linear-gradient(90deg,
    #2196f3,
    #00b0ff,
    #ffeb3b,
    #ffc107,
    #2196f3);
    background-size:300% 300%;
    animation:pmCardBorder 4s linear infinite;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
            mask-composite:exclude;

    pointer-events:none;
}

@keyframes pmCardBorder{
    0%{background-position:0% 50%;}
    100%{background-position:300% 50%;}
}


/* ===== EXACT REFERENCE SHOP BY CATEGORY - 16 CARDS ===== */
body.pm-blinkit-mode .pm-category-showcase{
  max-width:1180px !important;
  margin:32px auto 30px !important;
  padding:0 8px !important;
}
body.pm-blinkit-mode .pm-exact-head{
  display:flex !important;
  justify-content:space-between !important;
  align-items:flex-end !important;
  gap:24px !important;
  margin:0 0 24px !important;
}
body.pm-blinkit-mode .pm-exact-head h2{
  margin:0 !important;
  color:#182033 !important;
  font-size:31px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  letter-spacing:-.5px !important;
}
body.pm-blinkit-mode .pm-exact-head p{
  margin:8px 0 0 !important;
  color:#667085 !important;
  font-size:15px !important;
  font-weight:500 !important;
}
body.pm-blinkit-mode .pm-view-all-categories{
  min-width:205px !important;
  height:46px !important;
  padding:0 20px !important;
  border:1.5px solid #16a34a !important;
  border-radius:13px !important;
  background:#fff !important;
  color:#159447 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  font-size:14px !important;
  font-weight:800 !important;
  box-shadow:none !important;
  text-transform:none !important;
}
body.pm-blinkit-mode .pm-view-all-categories:hover{
  background:#16a34a !important;
  color:#fff !important;
}
body.pm-blinkit-mode .pm-exact-category-grid{
  display:grid !important;
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:22px !important;
}
body.pm-blinkit-mode .pm-exact-category-card{
  min-height:238px !important;
  padding:22px 14px 18px !important;
  border:1px solid #e8edf2 !important;
  border-bottom:4px solid #19b85a !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 8px 22px rgba(23,35,56,.08) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease !important;
  overflow:hidden !important;
}
body.pm-blinkit-mode .pm-exact-category-card:hover{
  transform:translateY(-7px) !important;
  border-color:#bdeccc !important;
  border-bottom-color:#0f9f48 !important;
  box-shadow:0 16px 34px rgba(23,35,56,.14) !important;
}
body.pm-blinkit-mode .pm-exact-category-img{
  width:112px !important;
  height:112px !important;
  min-height:112px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  margin:0 auto 17px !important;
  box-shadow:none !important;
  border:0 !important;
}
body.pm-blinkit-mode .pm-bg-1{background:#eaf5ff !important}
body.pm-blinkit-mode .pm-bg-2{background:#fff3df !important}
body.pm-blinkit-mode .pm-bg-3{background:#fff0f2 !important}
body.pm-blinkit-mode .pm-bg-4{background:#eaf8ff !important}
body.pm-blinkit-mode .pm-bg-5{background:#fff2e6 !important}
body.pm-blinkit-mode .pm-bg-6{background:#eef9ef !important}
body.pm-blinkit-mode .pm-exact-category-img img{
  width:82px !important;
  height:82px !important;
  object-fit:contain !important;
  padding:4px !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
body.pm-blinkit-mode .pm-exact-category-img .pm-category-fallback{
  width:100% !important;
  height:100% !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:54px !important;
  line-height:1 !important;
}
body.pm-blinkit-mode .pm-exact-category-card .pm-category-name{
  margin:0 !important;
  color:#202838 !important;
  font-size:16px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
  text-align:center !important;
  min-height:42px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
body.pm-blinkit-mode .pm-exact-category-card .pm-category-count{
  margin:7px 0 0 !important;
  color:#7b8494 !important;
  font-size:13px !important;
  font-weight:500 !important;
}
@media(max-width:1100px){
  body.pm-blinkit-mode .pm-exact-category-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important}
}
@media(max-width:760px){
  body.pm-blinkit-mode .pm-exact-head{align-items:flex-start !important;flex-direction:column !important}
  body.pm-blinkit-mode .pm-view-all-categories{min-width:0 !important;width:auto !important}
  body.pm-blinkit-mode .pm-exact-category-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important;overflow:visible !important;grid-auto-flow:row !important}
  body.pm-blinkit-mode .pm-exact-category-card{min-height:215px !important;padding:18px 10px 15px !important}
  body.pm-blinkit-mode .pm-exact-category-img{width:96px !important;height:96px !important;min-height:96px !important}
  body.pm-blinkit-mode .pm-exact-category-img img{width:72px !important;height:72px !important}
}

/* ===== FINAL 4 x 4 SMALL CATEGORY LAYOUT ===== */
body.pm-blinkit-mode .pm-category-showcase{
  max-width:1040px !important;
  margin:24px auto 24px !important;
  padding:0 10px !important;
}
body.pm-blinkit-mode .pm-exact-head{
  margin-bottom:18px !important;
}
body.pm-blinkit-mode .pm-exact-head h2{
  font-size:28px !important;
}
body.pm-blinkit-mode .pm-exact-head p{
  font-size:14px !important;
}
body.pm-blinkit-mode .pm-view-all-categories{
  min-width:188px !important;
  height:40px !important;
  padding:0 16px !important;
  border-radius:11px !important;
  font-size:13px !important;
}
body.pm-blinkit-mode .pm-exact-category-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:16px !important;
}
body.pm-blinkit-mode .pm-exact-category-card{
  min-height:188px !important;
  padding:16px 10px 13px !important;
  border-radius:15px !important;
  border-bottom-width:3px !important;
  box-shadow:0 5px 15px rgba(23,35,56,.07) !important;
}
body.pm-blinkit-mode .pm-exact-category-card:hover{
  transform:translateY(-5px) !important;
  box-shadow:0 11px 24px rgba(23,35,56,.12) !important;
}
body.pm-blinkit-mode .pm-exact-category-img{
  width:82px !important;
  height:82px !important;
  min-height:82px !important;
  margin:0 auto 12px !important;
}
body.pm-blinkit-mode .pm-exact-category-img img{
  width:61px !important;
  height:61px !important;
  padding:2px !important;
}
body.pm-blinkit-mode .pm-exact-category-img .pm-category-fallback{
  font-size:43px !important;
}
body.pm-blinkit-mode .pm-exact-category-card .pm-category-name{
  font-size:14px !important;
  line-height:1.22 !important;
  min-height:34px !important;
}
body.pm-blinkit-mode .pm-exact-category-card .pm-category-count{
  margin-top:5px !important;
  font-size:12px !important;
}
@media(max-width:900px){
  body.pm-blinkit-mode .pm-exact-category-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media(max-width:650px){
  body.pm-blinkit-mode .pm-exact-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
  body.pm-blinkit-mode .pm-exact-category-card{
    min-height:174px !important;
    padding:14px 8px 12px !important;
  }
  body.pm-blinkit-mode .pm-exact-category-img{
    width:74px !important;
    height:74px !important;
    min-height:74px !important;
  }
  body.pm-blinkit-mode .pm-exact-category-img img{
    width:56px !important;
    height:56px !important;
  }
}

/* ===== FINAL: HOME PAR SIRF 8 CATEGORY, BAAKI VIEW ALL KE ANDAR ===== */
body.pm-blinkit-mode .pm-view-all-categories{
  cursor:pointer !important;
  font-family:inherit !important;
}
body.pm-blinkit-mode .pm-exact-category-grid.is-collapsed{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
body.pm-blinkit-mode .pm-exact-category-grid.is-expanded{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
@media(max-width:900px){
  body.pm-blinkit-mode .pm-exact-category-grid.is-collapsed,
  body.pm-blinkit-mode .pm-exact-category-grid.is-expanded{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media(max-width:650px){
  body.pm-blinkit-mode .pm-exact-category-grid.is-collapsed,
  body.pm-blinkit-mode .pm-exact-category-grid.is-expanded{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

/* ===== FINAL 16 CATEGORY COMPACT ATTRACTIVE ANIMATED LAYOUT ===== */
body.pm-blinkit-mode .pm-category-showcase{
  max-width:1040px !important;
  margin:22px auto 22px !important;
  padding:0 10px !important;
}
body.pm-blinkit-mode .pm-exact-head{
  margin-bottom:16px !important;
}
body.pm-blinkit-mode .pm-exact-head h2{
  font-size:28px !important;
  letter-spacing:-.4px !important;
}
body.pm-blinkit-mode .pm-exact-head p{
  font-size:13px !important;
}
body.pm-blinkit-mode .pm-exact-category-grid,
body.pm-blinkit-mode .pm-exact-category-grid.is-expanded{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:14px !important;
}
body.pm-blinkit-mode .pm-exact-category-card{
  position:relative !important;
  min-height:168px !important;
  padding:14px 9px 11px !important;
  border:1px solid #e8edf2 !important;
  border-bottom:3px solid #19b85a !important;
  border-radius:14px !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfffc 100%) !important;
  box-shadow:0 5px 14px rgba(23,35,56,.07) !important;
  overflow:hidden !important;
  transform:translateZ(0) !important;
  animation:pmCardIn .55s ease both !important;
  transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease !important;
}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(2){animation-delay:.03s !important}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(3){animation-delay:.06s !important}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(4){animation-delay:.09s !important}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(5){animation-delay:.12s !important}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(6){animation-delay:.15s !important}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(7){animation-delay:.18s !important}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(8){animation-delay:.21s !important}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(9){animation-delay:.24s !important}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(10){animation-delay:.27s !important}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(11){animation-delay:.30s !important}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(12){animation-delay:.33s !important}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(13){animation-delay:.36s !important}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(14){animation-delay:.39s !important}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(15){animation-delay:.42s !important}
body.pm-blinkit-mode .pm-exact-category-card:nth-child(16){animation-delay:.45s !important}
body.pm-blinkit-mode .pm-exact-category-card::before{
  content:"" !important;
  position:absolute !important;
  width:90px !important;
  height:90px !important;
  right:-48px !important;
  top:-48px !important;
  border-radius:50% !important;
  background:rgba(34,197,94,.08) !important;
  transition:transform .3s ease !important;
}
body.pm-blinkit-mode .pm-exact-category-card:hover{
  transform:translateY(-5px) scale(1.012) !important;
  border-color:#bdeccc !important;
  border-bottom-color:#0f9f48 !important;
  box-shadow:0 12px 25px rgba(23,35,56,.13) !important;
}
body.pm-blinkit-mode .pm-exact-category-card:hover::before{
  transform:scale(1.35) !important;
}
body.pm-blinkit-mode .pm-exact-category-img{
  width:72px !important;
  height:72px !important;
  min-height:72px !important;
  margin:0 auto 9px !important;
  border-radius:50% !important;
  transition:transform .28s ease !important;
}
body.pm-blinkit-mode .pm-exact-category-card:hover .pm-exact-category-img{
  transform:translateY(-2px) rotate(-2deg) scale(1.06) !important;
}
body.pm-blinkit-mode .pm-exact-category-img img{
  width:54px !important;
  height:54px !important;
  padding:2px !important;
}
body.pm-blinkit-mode .pm-exact-category-img .pm-category-fallback{
  font-size:39px !important;
}
body.pm-blinkit-mode .pm-exact-category-card .pm-category-name{
  min-height:30px !important;
  font-size:13px !important;
  line-height:1.18 !important;
  font-weight:800 !important;
}
body.pm-blinkit-mode .pm-exact-category-card .pm-category-count{
  margin-top:4px !important;
  font-size:11px !important;
}
body.pm-blinkit-mode .pm-view-all-categories{
  height:38px !important;
  min-width:174px !important;
  font-size:12px !important;
  border-radius:10px !important;
  transition:all .25s ease !important;
}
body.pm-blinkit-mode .pm-view-all-categories:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 8px 18px rgba(22,163,74,.18) !important;
}
@keyframes pmCardIn{
  from{opacity:0;transform:translateY(12px) scale(.98)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@media(max-width:900px){
  body.pm-blinkit-mode .pm-exact-category-grid,
  body.pm-blinkit-mode .pm-exact-category-grid.is-expanded{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media(max-width:650px){
  body.pm-blinkit-mode .pm-exact-category-grid,
  body.pm-blinkit-mode .pm-exact-category-grid.is-expanded{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:11px !important;
  }
  body.pm-blinkit-mode .pm-exact-category-card{
    min-height:156px !important;
    padding:12px 7px 10px !important;
  }
  body.pm-blinkit-mode .pm-exact-category-img{
    width:66px !important;
    height:66px !important;
    min-height:66px !important;
  }
  body.pm-blinkit-mode .pm-exact-category-img img{
    width:50px !important;
    height:50px !important;
  }
}

/* ===== FINAL: 16 CATEGORIES – SCREENSHOT SIZE, COMPACT & ANIMATED ===== */
body.pm-blinkit-mode #pmCategoryShowcase{
  padding-top:4px !important;
}

body.pm-blinkit-mode .pm-exact-head{
  margin-bottom:12px !important;
  align-items:flex-end !important;
}

body.pm-blinkit-mode .pm-exact-head h2{
  font-size:25px !important;
  line-height:1.15 !important;
  margin:0 0 5px !important;
}

body.pm-blinkit-mode .pm-exact-head p{
  font-size:12px !important;
  margin:0 !important;
}

body.pm-blinkit-mode .pm-view-all-categories{
  min-width:110px !important;
  height:34px !important;
  padding:0 14px !important;
  font-size:12px !important;
  border-radius:9px !important;
}

body.pm-blinkit-mode .pm-exact-category-grid,
body.pm-blinkit-mode .pm-exact-category-grid.is-collapsed,
body.pm-blinkit-mode .pm-exact-category-grid.is-expanded{
  display:grid !important;
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:12px !important;
  max-height:none !important;
  overflow:visible !important;
}

body.pm-blinkit-mode .pm-exact-category-card{
  min-height:126px !important;
  height:126px !important;
  padding:10px 7px 8px !important;
  border:1px solid #e5ebe8 !important;
  border-bottom:2px solid #13a84f !important;
  border-radius:12px !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfffc 100%) !important;
  box-shadow:0 4px 12px rgba(17,24,39,.065) !important;
  animation:pmSmallCategoryIn .48s cubic-bezier(.2,.7,.25,1) both !important;
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease !important;
}

body.pm-blinkit-mode .pm-exact-category-card::before{
  width:72px !important;
  height:72px !important;
  right:-40px !important;
  top:-40px !important;
  opacity:.8 !important;
}

body.pm-blinkit-mode .pm-exact-category-card:hover{
  transform:translateY(-5px) scale(1.025) !important;
  border-color:#a9e9c0 !important;
  border-bottom-color:#07893b !important;
  box-shadow:0 11px 23px rgba(7,137,59,.16) !important;
}

body.pm-blinkit-mode .pm-exact-category-img{
  width:58px !important;
  height:58px !important;
  min-height:58px !important;
  margin:0 auto 7px !important;
  border-radius:50% !important;
  box-shadow:none !important;
}

body.pm-blinkit-mode .pm-exact-category-img img{
  width:43px !important;
  height:43px !important;
  padding:1px !important;
  object-fit:contain !important;
}

body.pm-blinkit-mode .pm-exact-category-img .pm-category-fallback{
  font-size:32px !important;
}

body.pm-blinkit-mode .pm-exact-category-card .pm-category-name{
  min-height:26px !important;
  max-height:26px !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:11.5px !important;
  line-height:1.12 !important;
  font-weight:850 !important;
  margin:0 !important;
}

body.pm-blinkit-mode .pm-exact-category-card .pm-category-count{
  margin-top:2px !important;
  font-size:9.5px !important;
  line-height:1 !important;
  color:#667085 !important;
}

body.pm-blinkit-mode .pm-exact-category-card:hover .pm-exact-category-img{
  transform:translateY(-2px) rotate(-3deg) scale(1.08) !important;
}

@keyframes pmSmallCategoryIn{
  from{opacity:0;transform:translateY(10px) scale(.97)}
  to{opacity:1;transform:translateY(0) scale(1)}
}

@media(max-width:1100px){
  body.pm-blinkit-mode .pm-exact-category-grid,
  body.pm-blinkit-mode .pm-exact-category-grid.is-collapsed,
  body.pm-blinkit-mode .pm-exact-category-grid.is-expanded{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}

@media(max-width:700px){
  body.pm-blinkit-mode .pm-exact-category-grid,
  body.pm-blinkit-mode .pm-exact-category-grid.is-collapsed,
  body.pm-blinkit-mode .pm-exact-category-grid.is-expanded{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  body.pm-blinkit-mode .pm-exact-category-card{
    height:122px !important;
    min-height:122px !important;
  }
  body.pm-blinkit-mode .pm-exact-head{
    align-items:flex-start !important;
    gap:10px !important;
  }
}


/* ===== PREM MART SUPPORT + LIVE OFFER + COUPON (ADDED ONLY) ===== */
.pm-support-modal{position:fixed;inset:0;z-index:999999;background:rgba(3,18,10,.62);backdrop-filter:blur(7px);display:none;align-items:center;justify-content:center;padding:18px}
.pm-support-modal.show{display:flex}.pm-support-card{position:relative;width:min(560px,96vw);background:#fff;border-radius:25px;padding:28px;box-shadow:0 28px 90px rgba(0,0,0,.34);border:2px solid #bff1d1;animation:pmSupportIn .22s ease}
@keyframes pmSupportIn{from{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:none}}
.pm-support-close{position:absolute;right:14px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:#f1f5f9;color:#111827;font-size:25px;cursor:pointer}.pm-support-icon{width:65px;height:65px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(135deg,#07893b,#22c55e);font-size:30px;box-shadow:0 12px 28px rgba(7,137,59,.25)}
.pm-support-card h2{margin:14px 0 5px;color:#075f2d}.pm-support-card>p{color:#64748b;margin-bottom:18px}.pm-support-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pm-support-card input,.pm-support-card textarea{width:100%;border:1px solid #d9e2df;border-radius:13px;padding:13px 14px;font-size:15px;outline:none}.pm-support-card input:focus,.pm-support-card textarea:focus{border-color:#0a9c47;box-shadow:0 0 0 4px rgba(10,156,71,.11)}.pm-support-card textarea{height:115px;resize:none;margin-top:12px}.pm-support-send{width:100%;border:0;border-radius:14px;padding:14px;background:linear-gradient(135deg,#07893b,#16a34a);color:#fff;font-size:16px;font-weight:900;cursor:pointer}.pm-support-msg{padding:10px 12px;border-radius:11px;margin:10px 0;font-weight:800}.pm-support-msg.ok{background:#ecfdf5;color:#047857}.pm-support-msg.err{background:#fff1f2;color:#be123c}
.pm-live-offer{margin:14px 18px 0;border-radius:17px;padding:16px 20px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:15px;background:linear-gradient(120deg,#07893b,#22c55e);box-shadow:0 12px 28px rgba(7,137,59,.2);position:relative;overflow:hidden}.pm-live-offer:after{content:"";position:absolute;width:140px;height:140px;border-radius:50%;background:rgba(255,255,255,.13);right:-35px;top:-55px}.pm-live-offer strong{font-size:19px;display:block}.pm-live-offer p{margin:4px 0 0;font-size:14px}.pm-live-offer .pm-offer-code{position:relative;z-index:1;background:#fff;color:#087a36;padding:10px 14px;border-radius:12px;font-weight:900;white-space:nowrap}.pm-offer-timer{font-size:12px;font-weight:800;margin-top:5px}
.pm-coupon-box{border:1px solid #bbf7d0;background:linear-gradient(135deg,#f0fdf4,#fff);border-radius:17px;padding:16px;margin:16px 0}.pm-coupon-title{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.pm-coupon-title span{font-size:17px;font-weight:900;color:#087a36}.pm-coupon-title small{color:#64748b}.pm-coupon-row{display:flex;gap:9px}.pm-coupon-row input{margin:0;text-transform:uppercase}.pm-coupon-row button{border:0;border-radius:12px;padding:0 18px;background:#07893b;color:#fff;font-weight:900;cursor:pointer}.pm-coupon-result{margin-top:10px;padding:9px 11px;border-radius:10px;font-weight:800;font-size:13px}.pm-coupon-result.ok{background:#dcfce7;color:#047857}.pm-coupon-result.err{background:#fee2e2;color:#b91c1c}.pm-checkout-breakdown{margin-top:13px;background:#fff;border:1px solid #dce9e0;border-radius:13px;padding:12px}.pm-checkout-line{display:flex;justify-content:space-between;padding:5px 0}.pm-checkout-line.discount{color:#07893b;font-weight:900}.pm-checkout-line.total{border-top:1px dashed #cbd5e1;margin-top:6px;padding-top:10px;font-size:18px;font-weight:900;color:#075f2d}
@media(max-width:620px){.pm-support-grid{grid-template-columns:1fr}.pm-live-offer{align-items:flex-start;flex-direction:column}.pm-coupon-row{flex-direction:column}.pm-coupon-row button{height:46px}}

/* ===== UNLIMITED LIVE OFFER BANNERS V2 (ADDED ONLY) ===== */
.pm-live-offer-v2{position:relative;padding-left:54px!important;padding-right:54px!important;min-height:82px;overflow:hidden}.pm-offer-nav-v2{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#075f2d;font-size:27px;font-weight:900;cursor:pointer;display:grid;place-items:center;padding:0;box-shadow:0 4px 14px rgba(0,0,0,.16)}.pm-offer-nav-v2.left{left:10px}.pm-offer-nav-v2.right{right:10px}.pm-offer-copy-v2{border:0;cursor:pointer}.pm-offer-dots-v2{position:absolute;left:50%;bottom:7px;transform:translateX(-50%);display:flex;gap:5px}.pm-offer-dots-v2 span{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.45)}.pm-offer-dots-v2 span.active{width:18px;border-radius:999px;background:#fff}@media(max-width:600px){.pm-live-offer-v2{padding:14px 43px!important}.pm-offer-nav-v2{width:29px;height:29px}.pm-live-offer-v2 .pm-offer-code{margin-top:8px}}


/* ===== FINAL COMPACT STORE CLOSED + SALE COUNTDOWN ===== */
#premStoreClosedOverlay{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  overflow:auto;
  background:
    radial-gradient(circle at 12% 12%,rgba(250,204,21,.14),transparent 27%),
    radial-gradient(circle at 88% 85%,rgba(34,197,94,.18),transparent 30%),
    linear-gradient(135deg,rgba(0,38,20,.98),rgba(4,121,55,.97));
  backdrop-filter:blur(9px);
}

.prem-store-closed-card{
  position:relative;
  width:min(660px,94vw) !important;
  min-height:0 !important;
  max-height:calc(100vh - 48px);
  overflow:auto;
  margin:auto;
  padding:24px 34px 26px !important;
  border:2px solid rgba(250,204,21,.78) !important;
  border-radius:28px !important;
  background:linear-gradient(145deg,#fff,#fffdf5,#f3fff7) !important;
  box-shadow:0 28px 85px rgba(0,0,0,.38) !important;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  animation:premClosedIn .45s cubic-bezier(.2,.8,.2,1);
}

.prem-store-closed-card::before{
  content:"";
  position:absolute;
  inset:-3px;
  border-radius:30px;
  padding:3px;
  pointer-events:none;
  background:linear-gradient(110deg,#f59e0b,#fef08a,#16a34a,#f59e0b);
  background-size:300% 300%;
  animation:premBorderRun 5s linear infinite;
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
}

.prem-closed-glow{
  position:absolute;
  width:180px;
  height:180px;
  right:-72px;
  top:-82px;
  border-radius:50%;
  background:rgba(250,204,21,.14);
  animation:premFloatGlow 5s ease-in-out infinite;
  pointer-events:none;
}

.prem-closed-logo{
  width:min(190px,54vw) !important;
  height:96px !important;
  object-fit:contain;
  display:block;
  margin:0 auto !important;
  filter:drop-shadow(0 10px 16px rgba(85,50,0,.16));
}

.prem-closed-badge{
  display:inline-flex;
  margin:0 auto 3px;
  padding:6px 12px;
  border:1px solid #fecaca;
  border-radius:999px;
  background:#fee2e2;
  color:#b91c1c;
  font-size:11px;
  font-weight:900;
  letter-spacing:.9px;
  box-shadow:0 7px 18px rgba(185,28,28,.12);
  animation:premBadgePulse 1.8s ease-in-out infinite;
}

.prem-store-closed-card h1{
  margin:4px 0 2px !important;
  color:#07552f !important;
  font-size:30px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
}

.prem-store-closed-card > p,
#premStoreClosedText{
  max-width:540px;
  margin:0 auto 5px !important;
  color:#475569 !important;
  font-size:15px !important;
  line-height:1.45 !important;
  font-weight:700 !important;
}

.prem-reopen-label{
  margin:10px 0 4px !important;
  color:#8a5a00;
  font-size:38px !important;
  line-height:1 !important;
  font-weight:1000;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.prem-store-countdown,
.prem-sale-clock{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  flex-wrap:nowrap;
}

.prem-count-unit{
  position:relative;
  overflow:hidden;
  min-width:72px;
  padding:10px 7px;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(145deg,#073c23,#0a8f45);
  box-shadow:0 10px 22px rgba(7,80,40,.20);
}

.prem-count-unit::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.18),transparent 65%);
  transform:translateX(-120%);
  animation:premCountShine 3s linear infinite;
}

.prem-count-unit b{
  display:block;
  font-size:23px;
  line-height:1;
}

.prem-count-unit span{
  display:block;
  margin-top:4px;
  color:#dcfce7;
  font-size:8px;
  font-weight:900;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.prem-count-sep{
  color:#b6840a;
  font-size:22px;
  font-weight:1000;
}

/* Scheduled reopening compact rectangle */
.prem-reopen-time{
  width:100%;
  margin:7px auto 0 !important;
  color:#475569;
  font-weight:800;
}

.store-reopen-info{
  width:100%;
  display:flex;
  justify-content:center;
  margin:0 auto;
}

.store-reopen-card{
  width:min(430px,92%);
  margin:0 auto;
  padding:13px 20px 14px;
  border:1.5px solid #e8c45d;
  border-radius:17px;
  background:linear-gradient(145deg,#fff,#fffaf0);
  box-shadow:0 9px 24px rgba(105,72,0,.10);
  text-align:center;
}

.store-reopen-card h3{
  margin:0 0 7px;
  color:#8a5a00;
  font-size:17px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.store-reopen-card .date{
  color:#334155;
  font-size:22px;
  line-height:1.15;
  font-weight:900;
}

.store-reopen-card .time{
  margin-top:3px;
  color:#07893b;
  font-size:19px;
  line-height:1.15;
  font-weight:900;
}

.prem-opening-now{
  margin:8px auto;
  padding:12px 22px;
  border:1px solid #bbf7d0;
  border-radius:14px;
  background:#ecfdf5;
  color:#07893b;
  font-size:18px;
  font-weight:900;
  animation:premBadgePulse 1.4s ease-in-out infinite;
}

.prem-store-closed-card button{
  width:auto !important;
  margin-top:5px !important;
  padding:12px 22px !important;
  border:0 !important;
  border-radius:13px !important;
  background:linear-gradient(135deg,#07893b,#16a34a) !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:900 !important;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(7,137,59,.22);
}

/* Limited-order notice */
#premStoreNotice{
  display:none;
  position:sticky;
  top:0;
  z-index:100000;
  padding:11px 18px;
  background:#991b1b;
  color:#fff;
  text-align:center;
  font-weight:900;
  box-shadow:0 5px 18px rgba(0,0,0,.18);
}

/* Scheduled sale banner */
.prem-sale-countdown-banner{
  display:none;
  position:relative;
  grid-template-columns:110px minmax(220px,1fr) auto;
  align-items:center;
  gap:20px;
  min-height:112px;
  margin:14px 18px;
  padding:18px 24px;
  overflow:hidden;
  border-radius:22px;
  color:#fff;
  background:
    radial-gradient(circle at 8% 10%,rgba(255,255,255,.18),transparent 24%),
    linear-gradient(120deg,#4b2600,#a65b00,#07893b);
  box-shadow:0 16px 38px rgba(88,50,0,.22);
  animation:premSaleIn .45s ease;
}

.prem-sale-countdown-banner::before{
  content:"";
  position:absolute;
  inset:0;
  border:2px solid rgba(255,214,94,.8);
  border-radius:22px;
  pointer-events:none;
}

.prem-sale-shine{
  position:absolute;
  inset:-50% auto -50% -25%;
  width:20%;
  transform:rotate(18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);
  animation:premSaleShine 4s linear infinite;
}

.prem-sale-logo{
  width:110px;
  height:78px;
  object-fit:contain;
  padding:5px;
  border-radius:16px;
  background:rgba(255,255,255,.95);
  filter:drop-shadow(0 8px 13px rgba(0,0,0,.18));
}

.prem-sale-copy{
  position:relative;
  z-index:1;
}

.prem-sale-copy h2{
  margin:5px 0 !important;
  color:#fff !important;
  font-size:25px !important;
}

.prem-sale-copy p{
  margin:0;
  color:#fff7d6;
  font-weight:700;
}

.prem-sale-state{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:#fff3cd;
  color:#8a4b00;
  font-size:11px;
  font-weight:900;
  letter-spacing:.7px;
}

.prem-sale-state.live{
  background:#dcfce7;
  color:#087a36;
  animation:premBadgePulse 1.6s ease-in-out infinite;
}

.prem-sale-clock{
  position:relative;
  z-index:1;
}

.prem-sale-clock .prem-count-unit{
  min-width:67px;
  padding:10px 7px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.14);
  backdrop-filter:blur(6px);
}

.prem-sale-clock .prem-count-unit b{font-size:22px}
.prem-sale-clock .prem-count-sep{color:#fff}

@keyframes premClosedIn{
  from{opacity:0;transform:translateY(18px) scale(.96)}
  to{opacity:1;transform:none}
}
@keyframes premBorderRun{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes premFloatGlow{
  50%{transform:translate(-18px,14px) scale(1.06)}
}
@keyframes premBadgePulse{
  50%{transform:scale(1.05)}
}
@keyframes premCountShine{
  to{transform:translateX(160%)}
}
@keyframes premSaleIn{
  from{opacity:0;transform:translateY(-12px)}
  to{opacity:1;transform:none}
}
@keyframes premSaleShine{
  to{left:125%}
}

@media(max-width:900px){
  .prem-sale-countdown-banner{
    grid-template-columns:80px 1fr;
  }
  .prem-sale-clock{
    grid-column:1/-1;
  }
  .prem-sale-logo{
    width:80px;
    height:65px;
  }
}

@media(max-width:620px){
  #premStoreClosedOverlay{
    padding:14px;
  }

  .prem-store-closed-card{
    width:min(440px,96vw) !important;
    max-height:calc(100vh - 28px);
    padding:20px 14px 22px !important;
    border-radius:23px !important;
  }

  .prem-closed-logo{
    width:min(150px,48vw) !important;
    height:76px !important;
  }

  .prem-store-closed-card h1{
    font-size:23px !important;
  }

  .prem-store-closed-card > p,
  #premStoreClosedText{
    font-size:13px !important;
  }

  .prem-reopen-label{
    margin-top:7px !important;
    font-size:28px !important;
  }

  .prem-store-countdown{
    gap:3px;
  }

  .prem-count-unit{
    min-width:55px;
    padding:9px 3px;
  }

  .prem-count-unit b{
    font-size:19px;
  }

  .prem-count-unit span{
    font-size:7px;
  }

  .prem-count-sep{
    font-size:16px;
  }

  .store-reopen-card{
    width:min(340px,94%);
    padding:11px 12px 12px;
  }

  .store-reopen-card h3{
    font-size:14px;
  }

  .store-reopen-card .date{
    font-size:18px;
  }

  .store-reopen-card .time{
    font-size:17px;
  }

  .prem-sale-countdown-banner{
    grid-template-columns:1fr;
    margin:10px;
    text-align:center;
  }

  .prem-sale-logo{
    margin:auto;
  }

  .prem-sale-clock{
    gap:3px;
  }

  .prem-sale-clock .prem-count-unit{
    min-width:53px;
  }

  .prem-sale-copy h2{
    font-size:21px !important;
  }
}
/* ===== REMOVE CLOSED CARD INNER SCROLLBARS ===== */

#premStoreClosedOverlay{
  overflow:hidden !important;
  padding:18px !important;
}

.prem-store-closed-card{
  width:min(660px,92vw) !important;
  max-width:92vw !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;

  overflow:visible !important;
  overflow-x:hidden !important;
  overflow-y:hidden !important;

  padding:22px 30px 24px !important;
  margin:auto !important;
}

/* Scrollbar completely hide */
.prem-store-closed-card::-webkit-scrollbar{
  display:none !important;
}

.prem-store-closed-card{
  scrollbar-width:none !important;
}

/* Content ko card ke andar rakho */
.prem-store-closed-card *,
.prem-store-closed-card *::before,
.prem-store-closed-card *::after{
  box-sizing:border-box !important;
  max-width:100%;
}

/* Mobile */
@media(max-width:620px){
  #premStoreClosedOverlay{
    padding:10px !important;
    overflow:hidden !important;
  }

  .prem-store-closed-card{
    width:94vw !important;
    max-width:94vw !important;
    padding:18px 12px 20px !important;
    overflow:hidden !important;
  }
}


/* ===== PREM MART FINAL PRODUCT CARD POLISH ===== */
body.pm-blinkit-mode .pm-product-row{
  align-items:stretch !important;
}

body.pm-blinkit-mode .product-card{
  height:100% !important;
  min-height:292px !important;
  display:flex !important;
  flex-direction:column !important;
  position:relative !important;
}

body.pm-blinkit-mode .pm-product-image-box{
  position:relative !important;
  width:100% !important;
  height:128px !important;
  flex:0 0 128px !important;
}

body.pm-blinkit-mode .pm-product-image-box img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  margin:0 !important;
}

body.pm-blinkit-mode .discount-badge{
  display:inline-flex !important;
  position:absolute !important;
  top:7px !important;
  left:7px !important;
  z-index:3 !important;
  margin:0 !important;
  padding:4px 7px !important;
  border-radius:7px !important;
  background:#0c831f !important;
  color:#fff !important;
  font-size:10px !important;
  line-height:1 !important;
  font-weight:900 !important;
  box-shadow:0 4px 10px rgba(12,131,31,.22) !important;
}

body.pm-blinkit-mode .product-title-box{
  min-height:42px !important;
  display:flex !important;
  align-items:flex-start !important;
}

body.pm-blinkit-mode .product-card h3{
  min-height:0 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}

body.pm-blinkit-mode .price-box{
  min-height:45px !important;
  margin-top:auto !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-end !important;
  gap:2px !important;
}

body.pm-blinkit-mode .product-card .sale-price{
  order:1 !important;
  color:#111827 !important;
  font-size:17px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
}

body.pm-blinkit-mode .product-card .mrp-price{
  order:2 !important;
  display:block !important;
  margin:0 !important;
  color:#8b939f !important;
  font-size:11px !important;
  line-height:1.15 !important;
  font-weight:700 !important;
  text-decoration:line-through !important;
}

body.pm-blinkit-mode .product-card > button,
body.pm-blinkit-mode .pm-card-qty{
  margin-top:10px !important;
  min-height:34px !important;
}

body.pm-blinkit-mode .pm-card-qty{
  width:100% !important;
  display:grid !important;
  grid-template-columns:38px 1fr 38px !important;
  align-items:center !important;
  border:1.5px solid #0c831f !important;
  border-radius:9px !important;
  overflow:hidden !important;
  background:#f7fff8 !important;
}

body.pm-blinkit-mode .pm-card-qty button{
  width:38px !important;
  height:34px !important;
  min-height:34px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:#0c831f !important;
  color:#fff !important;
  font-size:20px !important;
  font-weight:900 !important;
}

body.pm-blinkit-mode .pm-card-qty strong{
  text-align:center !important;
  color:#0c831f !important;
  font-size:15px !important;
}

body.pm-blinkit-mode .pm-section-head{
  min-height:42px !important;
  align-items:center !important;
  margin-bottom:12px !important;
}

body.pm-blinkit-mode .pm-section-head h2{
  margin:0 !important;
  line-height:1.2 !important;
}

body.pm-blinkit-mode .pm-see-all-btn{
  align-self:center !important;
  text-transform:capitalize !important;
}

@media(max-width:760px){
  body.pm-blinkit-mode .product-card{
    min-height:280px !important;
  }
  body.pm-blinkit-mode .pm-product-image-box{
    height:116px !important;
    flex-basis:116px !important;
  }
}

    /* Same Green as Support Button */
    background: linear-gradient(135deg,#25D366,#128C7E);

    color:#fff;
    text-decoration:none;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    z-index:9999;
    transition:.3s;
}

.floating-cart:hover{
    background:linear-gradient(135deg,#20c45a,#0f7d70);
    transform:scale(1.08);
}
/* =========================================
   HUMAN FLOATING MENU - PREM MART
========================================= */

.human-floating-menu {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 9999;

  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Profile / Human Icon */

.human-profile {
  position: relative;
  width: 54px;
  height: 62px;
  margin-bottom: 4px;

  display: block;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.human-profile:hover {
  transform: translateY(-3px) scale(1.04);
}

/* Human Head */

.human-head {
  position: absolute;
  top: 0;
  left: 50%;
  width: 26px;
  height: 26px;

  background: #ffffff;
  border: 4px solid #07963b;
  border-radius: 50%;
  transform: translateX(-50%);

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}

/* Human Body */

.human-body {
  position: absolute;
  top: 28px;
  left: 50%;
  width: 36px;
  height: 27px;

  border-top: 5px solid #07963b;
  transform: translateX(-50%);
}

.human-body::before,
.human-body::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 28px;
  height: 5px;

  background: #07963b;
  border-radius: 20px;
}

.human-body::before {
  right: 17px;
  transform: rotate(-42deg);
  transform-origin: right center;
}

.human-body::after {
  left: 17px;
  transform: rotate(42deg);
  transform-origin: left center;
}

/* Vertical Line Container */

.human-menu-line {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;

  padding: 12px 8px;
}

/* Vertical Green Line */

.human-menu-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;

  width: 4px;
  background: linear-gradient(
    to bottom,
    #07963b,
    #18b74e,
    #07963b
  );

  border-radius: 20px;
  transform: translateX(-50%);
  box-shadow: 0 0 12px rgba(7, 150, 59, 0.35);
  z-index: -1;
}

/* Common Circle Buttons */

.human-circle {
  position: relative;

  width: 52px;
  height: 52px;
  padding: 0;

  border: 3px solid #ffffff;
  border-radius: 50%;

  background: linear-gradient(135deg, #11a947, #078636);
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;

  box-shadow:
    0 7px 18px rgba(0, 0, 0, 0.24),
    0 0 0 2px rgba(7, 150, 59, 0.18);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.human-circle:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #17c257, #06792f);
  transform: scale(1.09);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.28),
    0 0 15px rgba(7, 150, 59, 0.5);
}

/* Remove Default Button Styling */

button.human-circle {
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}

/* Cart Badge */

.human-circle .cart-count {
  position: absolute;
  top: -6px;
  right: -5px;

  min-width: 20px;
  height: 20px;
  padding: 0 5px;

  border: 2px solid #ffffff;
  border-radius: 20px;

  background: #ff2d2d;
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 11px;
  font-weight: 800;
  line-height: 1;

  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

/* Small Entrance Animation */

.human-floating-menu {
  animation: humanMenuEntry 0.6s ease both;
}

@keyframes humanMenuEntry {
  from {
    opacity: 0;
    transform: translateX(35px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Mobile Responsive */

@media (max-width: 768px) {
  .human-floating-menu {
    right: 12px;
    bottom: 16px;
  }

  .human-profile {
    width: 48px;
    height: 56px;
  }

  .human-head {
    width: 23px;
    height: 23px;
    border-width: 3px;
  }

  .human-body {
    top: 25px;
    width: 32px;
  }

  .human-menu-line {
    gap: 11px;
    padding: 10px 6px;
  }

  .human-circle {
    width: 47px;
    height: 47px;
    font-size: 20px;
  }
}
/* =================================
   FOOTER VISIBILITY FIX
================================= */

.fresh-footer {
  position: relative;
  z-index: 1;
  background: #ffffff;
  color: #111827;
}

.fresh-footer .footer-wave {
  background: #ffffff;
}

.fresh-footer .footer-brand,
.fresh-footer .footer-links,
.fresh-footer .footer-categories,
.fresh-footer .footer-contact {
  background: #ffffff;
  color: #111827;
}

.fresh-footer h2,
.fresh-footer h3,
.fresh-footer h4 {
  color: #07963b !important;
}

.fresh-footer p,
.fresh-footer li,
.fresh-footer span {
  color: #374151 !important;
  opacity: 1 !important;
}

.fresh-footer a {
  color: #07963b !important;
  opacity: 1 !important;
  text-decoration: none;
}

.fresh-footer a:hover {
  color: #065f2b !important;
  text-decoration: underline;
}

/* Contact information */
.fresh-footer .footer-contact p,
.fresh-footer .footer-contact a {
  color: #374151 !important;
  font-weight: 600;
}

/* Footer cards shadow */
.fresh-footer .footer-brand,
.fresh-footer .footer-links,
.fresh-footer .footer-categories,
.fresh-footer .footer-contact {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

/* Keep floating menu above footer */
.human-floating-menu {
  z-index: 99999;
}
/* =====================================
   FINAL FOOTER TEXT COLOR FIX
===================================== */

.fresh-footer,
.fresh-footer * {
  opacity: 1 !important;
}

.fresh-footer .footer-wave > div {
  background: #ffffff !important;
  color: #111827 !important;
}

.fresh-footer h1,
.fresh-footer h2,
.fresh-footer h3,
.fresh-footer h4,
.fresh-footer h5,
.fresh-footer h6 {
  color: #07963b !important;
  opacity: 1 !important;
}

.fresh-footer p,
.fresh-footer span,
.fresh-footer li,
.fresh-footer div {
  color: #111827 !important;
  opacity: 1 !important;
}

.fresh-footer a {
  color: #07963b !important;
  opacity: 1 !important;
  font-weight: 700 !important;
}

.fresh-footer a:hover {
  color: #065f2b !important;
}

/* Footer card text */
.fresh-footer .footer-brand p,
.fresh-footer .footer-links a,
.fresh-footer .footer-categories a,
.fresh-footer .footer-contact p,
.fresh-footer .footer-contact a {
  color: #111827 !important;
  opacity: 1 !important;
}

/* Footer cards */
.fresh-footer .footer-brand,
.fresh-footer .footer-links,
.fresh-footer .footer-categories,
.fresh-footer .footer-contact {
  background: #ffffff !important;
  color: #111827 !important;
}

/* =========================================================
   PREM MART FOOTER V2 - FINAL OVERRIDE
   ========================================================= */
.pm-footer-v2,
.pm-footer-v2 *{box-sizing:border-box!important}
.pm-footer-v2{
  width:100%!important;margin:58px 0 0!important;padding:0!important;
  background:transparent!important;color:#1f2937!important;overflow:hidden!important;
  font-family:inherit!important;position:relative!important;z-index:2!important;
}
.pm-footer-benefits{
  width:min(1200px,calc(100% - 32px))!important;margin:0 auto 34px!important;
  display:grid!important;grid-template-columns:repeat(4,1fr)!important;
  background:#fff!important;border-top:3px solid #07963b!important;border-radius:18px!important;
  box-shadow:0 10px 28px rgba(15,23,42,.14)!important;overflow:hidden!important;
}
.pm-benefit-item{min-height:92px!important;padding:18px 24px!important;display:flex!important;align-items:center!important;gap:15px!important;position:relative!important}
.pm-benefit-item:not(:last-child)::after{content:""!important;position:absolute!important;right:0!important;top:22%!important;width:1px!important;height:56%!important;background:#d9dee7!important}
.pm-benefit-icon{font-size:31px!important;line-height:1!important;color:initial!important}
.pm-benefit-item strong{display:block!important;color:#111827!important;font-size:16px!important;font-weight:900!important;margin-bottom:4px!important}
.pm-benefit-item small{display:block!important;color:#6b7280!important;font-size:13px!important;font-weight:600!important}
.pm-footer-main{
  background:linear-gradient(180deg,#f4fff8 0%,#ecfbf3 100%)!important;
  border-top:1px solid #c8eed7!important;padding:48px 24px 16px!important;position:relative!important;
}
.pm-footer-main::before{content:""!important;position:absolute!important;left:-3%!important;top:-24px!important;width:106%!important;height:48px!important;background:#f4fff8!important;border-radius:50% 50% 0 0/100% 100% 0 0!important;border-top:1px solid #c8eed7!important}
.pm-footer-grid{width:min(1200px,100%)!important;margin:auto!important;display:grid!important;grid-template-columns:1.25fr .85fr 1.35fr 1fr!important;gap:0!important;position:relative!important;z-index:1!important}
.pm-footer-grid>section{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;min-height:250px!important;padding:4px 34px!important;transform:none!important;text-align:left!important}
.pm-footer-grid>section:first-child{padding-left:0!important}
.pm-footer-grid>section:last-child{padding-right:0!important}
.pm-footer-grid>section:not(:last-child){border-right:1px solid #d7e7dd!important}
.pm-footer-brand h2{display:flex!important;align-items:center!important;gap:13px!important;margin:0 0 24px!important;color:#07963b!important;font-size:30px!important;font-weight:950!important;line-height:1!important}
.pm-brand-cart{font-size:39px!important;color:initial!important}
.pm-footer-brand h2 small{display:block!important;color:#6b7280!important;font-size:15px!important;font-weight:700!important;margin-top:7px!important;letter-spacing:.2px!important}
.pm-footer-brand p{max-width:310px!important;color:#4b5563!important;font-size:14px!important;line-height:1.75!important;font-weight:600!important;margin:0!important}
.pm-footer-social{display:flex!important;gap:13px!important;margin-top:22px!important}
.pm-footer-social a{width:43px!important;height:43px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#fff!important;color:#07963b!important;text-decoration:none!important;font-size:19px!important;box-shadow:0 7px 16px rgba(15,23,42,.16)!important;transition:.25s!important}
.pm-footer-social a:hover{transform:translateY(-4px)!important;text-decoration:none!important}
.pm-footer-column h3{position:relative!important;color:#078f38!important;font-size:16px!important;font-weight:950!important;text-transform:uppercase!important;margin:5px 0 29px!important;padding-bottom:12px!important}
.pm-footer-column h3::after{content:""!important;position:absolute!important;left:0!important;bottom:0!important;width:35px!important;height:4px!important;background:#f6c700!important;border-radius:10px!important}
.pm-footer-column>a{display:block!important;color:#4b5563!important;font-size:14px!important;font-weight:750!important;margin:0 0 16px!important;text-decoration:none!important;transition:.2s!important}
.pm-footer-column>a::before{content:"›"!important;color:#0aa74a!important;font-size:20px!important;margin-right:10px!important;vertical-align:-1px!important}
.pm-footer-column>a:hover{color:#07963b!important;transform:translateX(4px)!important;text-decoration:none!important}
.pm-category-links{display:grid!important;grid-template-columns:1fr 1fr!important;gap:17px 22px!important}
.pm-category-links a{color:#4b5563!important;font-size:13px!important;font-weight:750!important;text-decoration:none!important;white-space:nowrap!important}
.pm-category-links a:hover{color:#07963b!important;text-decoration:none!important}
.pm-footer-contact p{padding:0 0 13px!important;margin:0 0 13px!important;border-bottom:1px dashed #cdd8d1!important;color:#303844!important;font-size:14px!important;font-weight:750!important}
.pm-footer-contact p:last-child{border-bottom:0!important}
.pm-footer-contact a{color:#303844!important;text-decoration:none!important;font-weight:800!important}
.pm-developer-bar{width:min(1200px,100%)!important;margin:18px auto 0!important;min-height:72px!important;padding:10px 16px!important;border:1.5px solid #14a34a!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 20px rgba(15,23,42,.12)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}
.pm-developer-profile{display:flex!important;align-items:center!important;gap:13px!important}
.pm-developer-avatar{width:48px!important;height:48px!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#dcfce7!important;border:2px solid #18aa50!important;font-size:25px!important;color:initial!important}
.pm-developer-profile small{display:block!important;color:#169b49!important;font-size:11px!important;font-weight:800!important;margin-bottom:3px!important}
.pm-developer-profile strong{display:block!important;color:#f0b900!important;font-size:20px!important;font-weight:950!important}
.pm-developer-actions{display:flex!important;align-items:center!important;gap:12px!important}
.pm-developer-actions a{padding:10px 20px!important;border-radius:12px!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 5px 13px rgba(15,23,42,.12)!important}
.pm-cv-btn{background:#facc15!important;color:#111827!important}
.pm-github-btn{background:#111827!important;color:#fff!important}
.pm-footer-bottom{background:linear-gradient(90deg,#078b38,#079f42,#078b38)!important;min-height:66px!important;padding:18px 24px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;flex-wrap:wrap!important;text-align:center!important;color:#fff!important;font-size:13px!important;font-weight:650!important}
.pm-footer-bottom span,.pm-footer-bottom nav,.pm-footer-bottom i{color:#fff!important}
.pm-footer-bottom nav{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important}
.pm-footer-bottom a{color:#fff!important;text-decoration:none!important;font-weight:750!important}
.pm-footer-bottom a:hover{text-decoration:underline!important;color:#fff!important}
@media(max-width:980px){.pm-footer-benefits{grid-template-columns:repeat(2,1fr)!important}.pm-benefit-item:nth-child(2)::after{display:none!important}.pm-footer-grid{grid-template-columns:1fr 1fr!important;row-gap:30px!important}.pm-footer-grid>section{padding:10px 28px!important;min-height:auto!important}.pm-footer-grid>section:nth-child(2){border-right:0!important}.pm-footer-grid>section:nth-child(3){padding-left:0!important}.pm-footer-grid>section:last-child{padding-right:0!important}}
@media(max-width:620px){.pm-footer-v2{margin-top:38px!important}.pm-footer-benefits{width:calc(100% - 24px)!important;grid-template-columns:1fr!important;margin-bottom:27px!important}.pm-benefit-item{min-height:78px!important;padding:14px 18px!important}.pm-benefit-item::after{left:18px!important;right:18px!important;top:auto!important;bottom:0!important;width:auto!important;height:1px!important}.pm-benefit-item:last-child::after{display:none!important}.pm-footer-main{padding:37px 18px 16px!important}.pm-footer-grid{grid-template-columns:1fr!important}.pm-footer-grid>section{padding:23px 0!important;border-right:0!important;border-bottom:1px solid #d7e7dd!important;min-height:auto!important}.pm-footer-grid>section:last-child{border-bottom:0!important}.pm-footer-brand h2{font-size:27px!important}.pm-category-links{grid-template-columns:1fr 1fr!important}.pm-developer-bar{flex-direction:column!important;text-align:center!important;padding:15px!important}.pm-developer-profile{flex-direction:column!important}.pm-developer-actions{width:100%!important}.pm-developer-actions a{flex:1!important}.pm-footer-bottom{padding:17px 13px!important}.pm-footer-bottom nav{gap:6px!important}.pm-footer-bottom i{display:none!important}}


/* ===== SMART KITCHEN PLANNER + COMBO BUILDER ===== */
.pm-kitchen-planner{margin:18px;padding:24px;border-radius:24px;background:linear-gradient(135deg,#f0fff4,#ffffff 55%,#fff8e8);border:1px solid #cfead8;box-shadow:0 16px 42px rgba(7,137,59,.10);position:relative;overflow:hidden}.pm-kitchen-planner:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-90px;top:-110px;background:rgba(34,197,94,.10)}.pm-planner-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;position:relative}.pm-feature-tag{display:inline-flex;padding:7px 12px;border-radius:999px;background:#e7f9ed;color:#087a3a;font-size:11px;font-weight:900;letter-spacing:.8px}.pm-planner-head h2{margin:10px 0 6px;color:#063d25;font-size:27px}.pm-planner-head p{color:#667085;font-weight:700}.pm-planner-badge{padding:10px 14px;border-radius:12px;background:#07893b;color:#fff;font-weight:900;white-space:nowrap}.pm-planner-controls{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:12px;margin-top:20px;align-items:end;position:relative}.pm-planner-controls label span{display:block;margin-bottom:7px;font-weight:900;color:#243b30}.pm-planner-controls select{width:100%;height:48px;border:1px solid #cfe2d6;border-radius:13px;background:#fff;padding:0 12px;font-weight:800;outline:none}.pm-generate-kit{height:48px;border:0;border-radius:13px;padding:0 20px;background:linear-gradient(135deg,#0aa64d,#07883d);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(7,137,59,.24)}.pm-planner-result{margin-top:18px}.pm-planner-empty{text-align:center;padding:24px;border:1px dashed #bcdac7;border-radius:16px;background:rgba(255,255,255,.72);color:#667085}.pm-kit-summary{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 16px;border-radius:15px;background:#073d25;color:#fff;margin-bottom:12px}.pm-kit-summary strong{font-size:20px}.pm-kit-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px}.pm-kit-item{display:grid;grid-template-columns:58px 1fr;gap:10px;align-items:center;padding:12px;background:#fff;border:1px solid #dcebe2;border-radius:16px}.pm-kit-item img{width:58px;height:58px;object-fit:contain;border-radius:11px;background:#fff}.pm-kit-item h4{font-size:13px;margin:0 0 5px;color:#16251d}.pm-kit-item p{font-size:12px;color:#667085;margin:0}.pm-add-kit{width:100%;margin-top:14px;height:50px;border:0;border-radius:14px;background:linear-gradient(135deg,#0aa64d,#07883d);color:#fff;font-weight:900;font-size:16px;cursor:pointer}.pm-combo-section{margin:18px 0 4px;padding:18px;border:1px solid #cfe7d8;border-radius:18px;background:linear-gradient(135deg,#f2fff6,#fff)}.pm-combo-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.pm-combo-head h3{margin:0;color:#064e2e}.pm-combo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.pm-combo-card{padding:12px;border:1px solid #deebe3;border-radius:14px;background:#fff;display:grid;grid-template-columns:52px 1fr;gap:9px;align-items:center}.pm-combo-card img{width:52px;height:52px;object-fit:contain}.pm-combo-card h4{font-size:12px;margin:0 0 4px}.pm-combo-card button{grid-column:1/-1;border:0;border-radius:10px;padding:9px;background:#07883d;color:#fff;font-weight:900;cursor:pointer}.pm-combo-empty{padding:16px;text-align:center;color:#667085}.combo-admin-wrap{width:100%;grid-column:1/-1}.combo-admin-card{background:#fff;border:1px solid #dcebe2;border-radius:18px;padding:18px;margin:12px 0}.combo-admin-card h3{margin-bottom:10px;color:#064e2e}.combo-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:8px;max-height:260px;overflow:auto;padding:10px;border:1px solid #e5eee8;border-radius:12px}.combo-checkbox-grid label{display:flex;gap:8px;align-items:center;padding:8px;border-radius:9px;background:#f8fbf9;font-weight:800}.combo-admin-actions{margin-top:12px;display:flex;justify-content:flex-end}.combo-admin-search{width:100%;height:46px;border:1px solid #d7e6dc;border-radius:12px;padding:0 13px;margin-bottom:10px}.pm-smart-combo-btn{background:#0f766e!important}@media(max-width:900px){.pm-planner-controls{grid-template-columns:1fr 1fr}.pm-generate-kit{grid-column:1/-1}.pm-planner-badge{display:none}}@media(max-width:560px){.pm-kitchen-planner{margin:12px;padding:16px}.pm-planner-head h2{font-size:22px}.pm-planner-controls{grid-template-columns:1fr}.pm-kit-grid{grid-template-columns:1fr}}


/* ===== HEADER SMART PLANNER BUTTON + COMPACT SEARCH ===== */
@media (min-width: 901px){
  .navbar .search-container{
    flex:0 1 610px !important;
    width:min(610px,42vw) !important;
    max-width:610px !important;
    min-width:280px !important;
  }
}
.smartPlannerNavBtn{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 18px;
  border-radius:11px;
  background:linear-gradient(135deg,#0aa64d,#07883d);
  color:#fff !important;
  text-decoration:none !important;
  font-size:15px;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(7,137,59,.22);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.smartPlannerNavBtn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(7,137,59,.30);
  filter:brightness(.97);
}
#smartKitchenPlanner{scroll-margin-top:105px}
@media(max-width:1100px) and (min-width:901px){
  .navbar{gap:12px !important}
  .navbar .locationBox{min-width:190px !important}
  .navbar .search-container{width:min(430px,34vw) !important;max-width:430px !important}
  .smartPlannerNavBtn{padding:0 13px;font-size:14px}
}
@media(max-width:900px){
  .smartPlannerNavBtn{
    order:4;
    flex:1 1 auto;
    min-height:46px;
    padding:0 14px;
  }
  .navbar .search-container{
    order:5;
    width:100% !important;
    max-width:none !important;
    flex:1 0 100% !important;
  }
}
/* =========================================
   SMART KITCHEN PLANNER POPUP
========================================= */

.smart-planner-popup{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.smart-planner-popup.active{
  display:flex;
}

.smart-planner-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.48);
  backdrop-filter:blur(4px);
}

.smart-planner-modal{
  position:relative;
  z-index:2;
  width:min(1100px,96%);
  max-height:90vh;
  overflow-y:auto;
  background:#fff;
  border-radius:24px;
  padding:24px;
  box-shadow:0 25px 70px rgba(0,0,0,.25);
  animation:smartPlannerOpen .25s ease;
}

.smart-planner-close{
  position:absolute;
  top:12px;
  right:14px;
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  background:#07893b;
  color:#fff;
  font-size:28px;
  font-weight:800;
  cursor:pointer;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:center;
}

.smart-planner-close:hover{
  background:#056d2e;
  transform:scale(1.05);
}

@keyframes smartPlannerOpen{
  from{
    opacity:0;
    transform:translateY(20px) scale(.97);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

body.smart-planner-open{
  overflow:hidden;
}

@media(max-width:768px){
  .smart-planner-popup{
    padding:10px;
  }

  .smart-planner-modal{
    width:100%;
    max-height:92vh;
    padding:18px 12px;
    border-radius:18px;
  }

  .smart-planner-close{
    width:38px;
    height:38px;
    font-size:24px;
  }
}
/* =========================================
   PREM MART - BETA VERSION ALERT SLIDER
   Add this code at the LAST of style.css
========================================= */

.beta-alert-bar{
  width:100%;
  height:38px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:linear-gradient(90deg,#fff7ed,#fffbeb,#fff7ed);
  border-top:1px solid #fed7aa;
  border-bottom:1px solid #fbbf24;
  box-shadow:0 3px 12px rgba(0,0,0,.06);
  position:relative;
  z-index:999;
}

/* Fixed ALERT badge */
.beta-alert-label{
  height:100%;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;

  background:#dc2626;
  color:#fff;

  font-size:12px;
  font-weight:900;
  letter-spacing:.5px;

  position:relative;
  z-index:2;
}

/* Slider area */
.beta-alert-slider{
  flex:1;
  overflow:hidden;
  white-space:nowrap;
  position:relative;
}

/* Moving text */
.beta-alert-track{
  display:inline-block;
  white-space:nowrap;
  padding-left:100%;

  color:#92400e;
  font-size:13px;
  font-weight:800;

  animation:premBetaTicker 20s linear infinite;
  will-change:transform;
}

/* Right to Left Animation */
@keyframes premBetaTicker{
  0%{
    transform:translateX(0);
  }

  100%{
    transform:translateX(-100%);
  }
}

/* Mouse hover = pause */
.beta-alert-bar:hover .beta-alert-track{
  animation-play-state:paused;
}

/* Mobile */
@media(max-width:600px){

  .beta-alert-bar{
    height:34px;
  }

  .beta-alert-label{
    padding:0 10px;
    font-size:10px;
  }

  .beta-alert-track{
    font-size:11px;
    animation-duration:16s;
  }
}
/* ==================================================
   PREM MART BETA ALERT - PROFESSIONAL PILL SLIDER
   SHOP BY CATEGORY KE UPAR
================================================== */

.pm-beta-pill{
  width:calc(100% - 24px);
  max-width:1080px;
  min-height:44px;

  margin:16px auto 18px;
  padding:5px;

  display:flex;
  align-items:center;

  overflow:hidden;
  position:relative;

  background:linear-gradient(
    135deg,
    #fffdf5,
    #fff8df,
    #ffffff
  );

  border:1px solid rgba(245,158,11,.45);
  border-radius:999px;

  box-shadow:
    0 8px 22px rgba(15,23,42,.08),
    inset 0 0 0 1px rgba(255,255,255,.8);

  animation:pmBetaPillFloat 3s ease-in-out infinite;
}


/* FIXED ALERT BADGE */
.pm-beta-alert{
  height:34px;
  min-width:92px;

  padding:0 16px;

  display:flex;
  align-items:center;
  justify-content:center;

  flex-shrink:0;

  background:linear-gradient(
    135deg,
    #ef4444,
    #dc2626
  );

  color:#fff;

  border-radius:999px;

  font-size:12px;
  font-weight:900;
  letter-spacing:.5px;

  box-shadow:
    0 6px 15px rgba(220,38,38,.25);

  position:relative;
  z-index:3;

  animation:pmAlertPulse 1.8s ease-in-out infinite;
}


/* MOVING TEXT AREA */
.pm-beta-slider{
  flex:1;
  overflow:hidden;
  white-space:nowrap;

  margin-left:8px;

  mask-image:linear-gradient(
    to right,
    transparent,
    #000 5%,
    #000 95%,
    transparent
  );
}


/* MOVING TEXT */
.pm-beta-track{
  display:inline-block;

  padding-left:100%;

  white-space:nowrap;

  color:#92400e;

  font-size:12px;
  font-weight:800;

  line-height:34px;

  animation:
    pmBetaTicker 22s linear infinite;
}


/* BETA VERSION HIGHLIGHT */
.pm-beta-track strong{
  color:#dc2626;
  font-weight:950;

  background:#fff1f2;

  border:1px solid #fecdd3;

  padding:3px 9px;

  border-radius:999px;

  margin:0 4px;
}


/* TEXT SLIDE */
@keyframes pmBetaTicker{

  from{
    transform:translateX(0);
  }

  to{
    transform:translateX(-100%);
  }

}


/* WHOLE PILL SOFT FLOAT */
@keyframes pmBetaPillFloat{

  0%,
  100%{
    transform:translateY(0);
  }

  50%{
    transform:translateY(-2px);
  }

}


/* ALERT BADGE PULSE */
@keyframes pmAlertPulse{

  0%,
  100%{
    box-shadow:
      0 6px 15px rgba(220,38,38,.25);
  }

  50%{
    box-shadow:
      0 6px 20px rgba(220,38,38,.50),
      0 0 0 5px rgba(239,68,68,.08);
  }

}


/* HOVER PAR TEXT PAUSE */
.pm-beta-pill:hover .pm-beta-track{
  animation-play-state:paused;
}


/* MOBILE */
@media(max-width:600px){

  .pm-beta-pill{
    width:calc(100% - 18px);
    min-height:38px;

    margin:12px auto 14px;

    padding:4px;
  }

  .pm-beta-alert{
    height:30px;
    min-width:72px;

    padding:0 10px;

    font-size:10px;
  }

  .pm-beta-slider{
    margin-left:5px;
  }

  .pm-beta-track{
    font-size:10px;
    line-height:30px;

    animation-duration:17s;
  }

  .pm-beta-track strong{
    padding:2px 6px;
  }

}


/* =========================================================
   PREM MART SAME-AS-MOCKUP HEADER — 2026-08-09
   ========================================================= */
.pmx-topbar{
  min-height:42px;background:linear-gradient(90deg,#056b37,#087d3e,#056b37);
  color:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  gap:20px;padding:8px 2.2%;font-size:13px;font-weight:800;position:relative;z-index:1002
}
.pmx-topbar-center{display:flex;align-items:center;gap:12px;justify-content:center}
.pmx-topbar-center b{color:#ffd54a}
.pmx-topbar-right{text-align:right}.pmx-alert-badge{background:#ffd339;color:#111;border-radius:999px;padding:6px 12px;font-weight:950;box-shadow:0 3px 9px rgba(0,0,0,.12)}
.pmx-header{background:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.pmx-main{min-height:150px;padding:24px 2.2% 17px;display:grid;grid-template-columns:250px 210px minmax(350px,1fr) 175px 145px 155px;gap:18px;align-items:center;border-bottom:1px solid #eef1f3}
.pmx-brand{display:flex;align-items:center;gap:10px;text-decoration:none;border-right:1px solid #e6e8eb;padding-right:18px;color:#111827}
.pmx-logo{width:78px;height:78px;object-fit:contain}
.pmx-brand-copy div{font-size:29px;line-height:1;font-weight:950;letter-spacing:-1px}.pmx-brand-copy strong{color:#087c39}.pmx-brand-copy b{color:#f58220}.pmx-brand-copy small{display:block;color:#475467;margin-top:10px;font-size:12px;font-weight:800}
.pmx-location{display:flex;align-items:flex-start;gap:11px}.pmx-location-icon{font-size:0;width:18px;height:18px;border:5px solid #0a8c43;border-radius:50%;margin-top:11px;position:relative}.pmx-location-icon:after{content:"";position:absolute;left:2px;bottom:-8px;border:4px solid transparent;border-top-color:#0a8c43}
.pmx-location small,.pmx-location strong,.pmx-delivery{display:block}.pmx-location small{color:#667085;font-size:11px}.pmx-location strong{font-size:15px;margin:3px 0 9px}.pmx-delivery{color:#07883d;font-size:12px;font-weight:900}.pmx-delivery i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#16c95a;margin-right:5px;box-shadow:0 0 0 3px #dcfce7}
.pmx-search-area{min-width:0}.pmx-search{height:58px;border:1px solid #dfe3e8;border-radius:17px;display:flex;align-items:center;background:#fff;padding:5px;box-shadow:0 8px 22px rgba(15,23,42,.08);transition:.2s}.pmx-search:focus-within{border-color:#86d9a7;box-shadow:0 8px 25px rgba(7,136,61,.12),0 0 0 3px rgba(7,136,61,.08)}
.pmx-search-icon{font-size:27px;line-height:1;margin:0 9px 0 12px;transform:rotate(-20deg);color:#1f2937}.pmx-search input{min-width:0;flex:1;border:0!important;outline:0!important;background:transparent!important;font-size:14px!important;padding:0 6px!important;height:auto!important}.pmx-mic{font-size:16px;margin-right:8px}.pmx-search button{height:46px!important;border:0!important;border-radius:12px!important;background:#07883d!important;color:#fff!important;padding:0 24px!important;font-weight:950!important;cursor:pointer!important}
.pmx-suggestions{display:flex;gap:8px;margin:10px 0 0 4px;overflow:hidden}.pmx-suggestions button{border:0;background:#eef8f1;color:#17603a;padding:6px 12px;border-radius:999px;font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap}
.pmx-planner{border:0;border-radius:16px;background:linear-gradient(135deg,#2bbb35,#05823d);color:#fff;min-height:72px;padding:12px 14px;box-shadow:0 10px 22px rgba(7,136,61,.22);cursor:pointer;text-align:left}.pmx-planner span,.pmx-planner small{display:block}.pmx-planner span{font-size:14px;font-weight:950}.pmx-planner small{font-size:10px;margin-top:6px;font-weight:800}
.pmx-account{display:flex;align-items:center;gap:10px;text-decoration:none;color:#111827}.pmx-account-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f4f6f7;border:1px solid #e2e5e9;font-size:23px}.pmx-account-copy b,.pmx-account-copy small{display:block}.pmx-account-copy b{font-size:13px}.pmx-account-copy small{font-size:11px;color:#667085;margin-top:5px}
.pmx-cart{min-height:78px;border:1px solid #e1e5e8;border-radius:17px;background:#fff;display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;color:#101828;box-shadow:0 7px 18px rgba(15,23,42,.07);padding:10px}.pmx-cart-icon{font-size:29px;position:relative}.pmx-cart-icon em{position:absolute;right:-8px;top:-10px;background:#0a9c4a;color:#fff;border:2px solid #fff;border-radius:999px;min-width:22px;height:22px;display:grid;place-items:center;font-size:10px;font-style:normal;font-weight:950}.pmx-cart b,.pmx-cart small{display:block}.pmx-cart b{font-size:14px}.pmx-cart small{font-size:10px;color:#667085;margin-top:5px}
.pmx-hidden-login{display:none!important}
.pmx-category-nav{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:7px;padding:10px 2.2%;overflow-x:auto;background:#fff}.pmx-category-nav button{border:0;background:transparent;min-height:46px;padding:0 15px;border-radius:12px;font-size:12px;font-weight:900;color:#111827;white-space:nowrap;cursor:pointer;transition:.2s}.pmx-category-nav button:hover{background:#f1fbf4;color:#07883d}.pmx-category-nav .pmx-all{background:#07883d;color:#fff;padding:0 23px;font-size:13px}.pmx-category-nav .pmx-all:hover,.pmx-category-nav .pmx-all.active{background:#066f34;color:#fff}
.pmx-quick-menu{max-width:calc(100% - 4.4%)!important;margin:20px auto!important;border:1px solid #e8ecef!important;border-radius:18px!important;padding:0!important;box-shadow:0 9px 26px rgba(15,23,42,.07)!important;overflow:hidden}
.pmx-quick-menu .menu-card{position:relative!important;min-height:86px!important;padding:14px 28px!important;border-right:1px solid #e8ecef!important}.pmx-quick-menu .menu-card:last-child{border-right:0!important}.pmx-quick-menu .icon{width:46px!important;height:46px!important;border-radius:13px!important;background:linear-gradient(145deg,#07883d,#0ba04b)!important}.pmx-quick-menu .menu-card h4{font-size:14px!important;color:#07883d!important}.pmx-quick-menu .menu-card p{font-size:11px!important;color:#667085!important;margin-top:5px!important}.pmx-arrow{margin-left:auto;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#f4f6f7;color:#475467;font-size:23px}
@media(max-width:1250px){.pmx-main{grid-template-columns:210px 180px minmax(320px,1fr) 155px 130px}.pmx-cart{grid-column:5}.pmx-account{display:none}.pmx-brand-copy div{font-size:24px}.pmx-logo{width:64px;height:64px}.pmx-category-nav{justify-content:flex-start}}
@media(max-width:900px){.pmx-topbar{grid-template-columns:1fr auto}.pmx-topbar-center{display:none}.pmx-main{min-height:auto;grid-template-columns:auto 1fr auto;padding:12px 14px;gap:10px}.pmx-brand{border:0;padding:0}.pmx-brand-copy small,.pmx-location,.pmx-account{display:none}.pmx-brand-copy div{font-size:20px}.pmx-logo{width:50px;height:50px}.pmx-search-area{grid-column:1/-1;grid-row:2}.pmx-planner{grid-column:2;grid-row:1;justify-self:end;min-height:48px;padding:8px 12px}.pmx-planner small{display:none}.pmx-cart{grid-column:3;grid-row:1;min-height:50px;border:0;box-shadow:none;padding:5px}.pmx-cart>span:last-child{display:none}.pmx-suggestions{display:none}.pmx-category-nav{padding:7px 10px;min-height:64px}.pmx-category-nav button{padding:0 12px}.pmx-quick-menu{max-width:94%!important;overflow-x:auto!important}.pmx-quick-menu .menu-card{min-width:190px!important}.pmx-topbar-right{font-size:11px}}
@media(max-width:560px){.pmx-topbar{font-size:10px;padding:7px 10px}.pmx-topbar-left span{max-width:245px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pmx-brand-copy{display:none}.pmx-planner span{font-size:11px}.pmx-search{height:52px}.pmx-search button{height:40px!important;padding:0 15px!important}.pmx-search-icon{font-size:22px}.pmx-search input{font-size:12px!important}.pmx-category-nav button span{display:block;font-size:10px;margin-top:3px}.pmx-category-nav button{font-size:18px;height:50px}.pmx-category-nav .pmx-all{font-size:11px}.pmx-quick-menu{margin:12px auto!important}.pmx-quick-menu .menu-card{min-width:165px!important;padding:12px 16px!important}}
/* ==================================================
   PREM MART ACCOUNT DROPDOWN
   Orders / Track / Cart / Profile
   ================================================== */

.pm-account-menu{
  position:relative;
  z-index:9999;
}

/* Account Button */

.pm-account-btn{
  display:flex;
  align-items:center;
  gap:10px;

  min-height:58px;
  padding:8px 12px;

  border:0;
  background:transparent;

  color:#111827;
  cursor:pointer;

  border-radius:14px;

  transition:.25s ease;
}

.pm-account-btn:hover{
  background:#f1faf4;
}

/* User Icon */

.pm-user-icon{
  width:44px;
  height:44px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:#f3f4f6;
  border:1px solid #e5e7eb;

  font-size:20px;
}

/* User Text */

.pm-user-info{
  text-align:left;
}

.pm-user-info b{
  display:block;

  color:#111827;

  font-size:13px;
  font-weight:900;

  white-space:nowrap;
}

.pm-user-info small{
  display:block;

  margin-top:3px;

  color:#667085;

  font-size:10px;
  font-weight:700;
}

.pm-drop-arrow{
  font-size:10px;

  color:#07883d;

  transition:.25s ease;
}


/* ==========================
   Dropdown
   ========================== */

.pm-account-dropdown{

  position:absolute;

  top:calc(100% + 12px);
  right:0;

  width:245px;

  background:#fff;

  border:1px solid #e4e9e6;

  border-radius:16px;

  padding:8px;

  box-shadow:
    0 20px 45px rgba(15,23,42,.15);

  opacity:0;
  visibility:hidden;

  transform:
    translateY(-8px)
    scale(.97);

  transform-origin:top right;

  transition:
    opacity .22s ease,
    transform .22s ease,
    visibility .22s;

}


/* Dropdown Arrow */

.pm-account-dropdown::before{

  content:"";

  position:absolute;

  top:-7px;
  right:32px;

  width:14px;
  height:14px;

  background:#fff;

  border-left:1px solid #e4e9e6;
  border-top:1px solid #e4e9e6;

  transform:rotate(45deg);
}


/* Show Dropdown */

.pm-account-menu:hover .pm-account-dropdown,
.pm-account-menu:focus-within .pm-account-dropdown{

  opacity:1;
  visibility:visible;

  transform:
    translateY(0)
    scale(1);
}


/* Rotate Arrow */

.pm-account-menu:hover .pm-drop-arrow{
  transform:rotate(180deg);
}


/* ==========================
   Dropdown Items
   ========================== */

.pm-account-dropdown a{

  position:relative;

  display:flex;

  align-items:center;

  gap:12px;

  width:100%;

  min-height:61px;

  padding:10px;

  border-radius:12px;

  text-decoration:none;

  color:#111827;

  transition:.22s ease;
}


/* Separation */

.pm-account-dropdown a:not(:last-child){
  border-bottom:1px solid #f1f2f4;
}


/* Icon */

.pm-drop-icon{

  width:40px;
  height:40px;

  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:11px;

  background:linear-gradient(
    135deg,
    #07883d,
    #10a94d
  );

  color:#fff;

  font-size:18px;
}


/* Item Text */

.pm-account-dropdown a b{

  display:block;

  color:#087b3a;

  font-size:13px;

  font-weight:900;
}

.pm-account-dropdown a small{

  display:block;

  margin-top:3px;

  color:#667085;

  font-size:10px;
}


/* Hover */

.pm-account-dropdown a:hover{

  background:
    linear-gradient(
      90deg,
      #effbf3,
      #ffffff
    );

  transform:translateX(3px);
}


/* Green left indicator */

.pm-account-dropdown a::after{

  content:"";

  position:absolute;

  left:0;

  top:50%;

  width:3px;
  height:0;

  background:#07883d;

  border-radius:10px;

  transform:translateY(-50%);

  transition:.2s;
}

.pm-account-dropdown a:hover::after{
  height:30px;
}


/* ==========================
   Mobile
   ========================== */

@media(max-width:900px){

  .pm-user-info{
    display:none;
  }

  .pm-drop-arrow{
    display:none;
  }

  .pm-account-btn{
    padding:4px;
  }

  .pm-account-dropdown{

    position:fixed;

    top:75px;
    right:12px;

    width:min(270px,calc(100vw - 24px));

  }

}
/* =========================================
   BETA ALERT INSIDE HEADER SEARCH AREA
   ========================================= */

.pmx-search-beta{
  width:100%;
  margin-top:8px;
  overflow:hidden;
}

.pmx-search-beta .pm-beta-pill{
  width:100% !important;
  max-width:none !important;

  min-height:30px !important;
  height:30px;

  margin:0 !important;
  padding:3px !important;

  border-radius:999px !important;

  background:linear-gradient(
    90deg,
    #fff8e7,
    #ffffff,
    #fff8e7
  ) !important;

  border:1px solid #f4c55e !important;

  box-shadow:none !important;

  animation:none !important;
}


/* ALERT BADGE */

.pmx-search-beta .pm-beta-alert{
  min-width:70px !important;
  height:24px !important;

  padding:0 10px !important;

  font-size:9px !important;

  border-radius:999px !important;
}


/* SLIDER AREA */

.pmx-search-beta .pm-beta-slider{
  height:24px;

  display:flex;
  align-items:center;

  margin-left:6px !important;

  overflow:hidden;
}


/* RUNNING TEXT */

.pmx-search-beta .pm-beta-track{
  line-height:24px !important;

  font-size:10px !important;

  padding-left:100%;

  white-space:nowrap;

  animation-name:pmBetaTicker !important;
  animation-timing-function:linear !important;
  animation-iteration-count:infinite !important;
}


/* Beta Version Highlight */

.pmx-search-beta .pm-beta-track strong{
  color:#dc2626;
  font-weight:950;
}


/* Hover = Pause */

.pmx-search-beta .pm-beta-pill:hover .pm-beta-track{
  animation-play-state:paused;
}


/* Mobile */

@media(max-width:900px){

  .pmx-search-beta .pm-beta-pill{
    height:28px;
    min-height:28px !important;
  }

  .pmx-search-beta .pm-beta-alert{
    min-width:62px !important;
    height:22px !important;
    font-size:8px !important;
  }

  .pmx-search-beta .pm-beta-track{
    font-size:9px !important;
    line-height:22px !important;
  }

}
/* =========================================
   HEADER RIGHT SIDE SPACING FIX
   Smart Planner + My Account + Cart
   ========================================= */

.pmx-main{
  column-gap:24px !important;
}

/* Smart Planner */
.pmx-planner{
  margin-right:8px !important;
}

/* My Account */
.pm-account-menu{
  margin-left:4px !important;
  margin-right:8px !important;
  min-width:145px;
}

/* Account button */
.pm-account-btn{
  width:100%;
  justify-content:center;
  padding-left:10px !important;
  padding-right:10px !important;
}

/* Cart */
.pmx-cart{
  margin-left:4px !important;
  min-width:145px !important;
}

/* Desktop alignment */
@media(min-width:1200px){

  .pmx-main{
    grid-template-columns:
      250px
      210px
      minmax(390px,1fr)
      175px
      150px
      155px !important;
  }

}

/* Smaller laptop screens */
@media(min-width:901px) and (max-width:1350px){

  .pmx-main{
    gap:14px !important;
  }

  .pmx-planner{
    margin-right:3px !important;
  }

  .pm-account-menu{
    margin:0 3px !important;
    min-width:130px;
  }

  .pmx-cart{
    margin-left:3px !important;
    min-width:130px !important;
  }

}
/* =========================================
   FINAL HEADER RIGHT SIDE FIX
   Smart Planner + Account + Cart
   ========================================= */

/* Right-side grid spacing */
.pmx-main{
  column-gap:18px !important;
}

/* SMART PLANNER - RECTANGLE */
.pmx-planner{
  width:150px !important;
  min-width:150px !important;
  height:48px !important;
  min-height:48px !important;

  padding:0 18px !important;
  margin:0 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  border-radius:11px !important;

  background:linear-gradient(135deg,#0aa64d,#07883d) !important;

  font-size:13px !important;
  font-weight:900 !important;

  white-space:nowrap !important;

  box-shadow:0 7px 16px rgba(7,136,61,.18) !important;
}

.pmx-planner span{
  display:block !important;
  margin:0 !important;
  font-size:13px !important;
}

.pmx-planner small{
  display:none !important;
}


/* =========================
   MY ACCOUNT FIX
   ========================= */

.pm-account-menu{
  width:165px !important;
  min-width:165px !important;

  margin:0 !important;

  position:relative !important;
}

.pm-account-btn{
  width:100% !important;
  height:58px !important;

  padding:6px 8px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;

  gap:9px !important;

  background:#fff !important;

  border:1px solid transparent !important;

  border-radius:13px !important;

  cursor:pointer !important;
}

.pm-account-btn:hover{
  background:#f3fbf6 !important;
  border-color:#d5ecdd !important;
}


/* User round icon */

.pm-user-icon{
  width:40px !important;
  height:40px !important;

  min-width:40px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  border-radius:50% !important;

  background:#f3f4f6 !important;

  border:1px solid #e1e5e9 !important;

  font-size:18px !important;
}


/* Account text */

.pm-user-info{
  flex:1 !important;

  min-width:0 !important;

  text-align:left !important;
}

.pm-user-info b{
  display:block !important;

  max-width:100px !important;

  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;

  font-size:12px !important;
  font-weight:900 !important;

  color:#111827 !important;
}

.pm-user-info small{
  display:block !important;

  margin-top:3px !important;

  font-size:9px !important;

  color:#667085 !important;
}


/* dropdown arrow */

.pm-drop-arrow{
  margin-left:auto !important;

  color:#07883d !important;

  font-size:9px !important;
}


/* CART spacing */

.pmx-cart{
  width:145px !important;
  min-width:145px !important;

  margin:0 !important;
}


/* DESKTOP GRID */

@media(min-width:1200px){

  .pmx-main{
    grid-template-columns:
      250px
      210px
      minmax(390px,1fr)
      150px
      165px
      145px !important;

    gap:18px !important;
  }

}
/* =====================================================
   PREM MART HEADER - FINAL RIGHT SIDE FIX
   Smart Planner Thin + Account/Cart No Overlap
   ===================================================== */

@media (min-width:1200px){

  .pmx-main{
    grid-template-columns:
      250px
      190px
      minmax(420px,1fr)
      135px
      155px
      145px !important;

    column-gap:16px !important;
    align-items:center !important;
  }


  /* =========================
     SMART PLANNER - THIN
     ========================= */

  .pmx-planner{
    width:135px !important;
    min-width:135px !important;

    height:38px !important;
    min-height:38px !important;

    padding:0 12px !important;
    margin:0 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    border-radius:9px !important;

    white-space:nowrap !important;

    box-shadow:
      0 5px 12px rgba(7,136,61,.16) !important;
  }

  .pmx-planner span{
    margin:0 !important;
    padding:0 !important;

    font-size:11px !important;
    line-height:1 !important;

    font-weight:900 !important;
  }

  .pmx-planner small{
    display:none !important;
  }


  /* =========================
     MY ACCOUNT
     ========================= */

  .pm-account-menu{
    position:relative !important;

    width:155px !important;
    min-width:155px !important;
    max-width:155px !important;

    margin:0 !important;
    padding:0 !important;

    z-index:1005 !important;
  }

  .pm-account-btn{
    width:155px !important;
    min-width:155px !important;
    max-width:155px !important;

    height:48px !important;
    min-height:48px !important;

    padding:4px 6px !important;

    display:flex !important;
    align-items:center !important;

    gap:7px !important;

    overflow:hidden !important;

    border-radius:10px !important;
  }


  /* Account round icon */

  .pm-user-icon{
    width:36px !important;
    height:36px !important;

    min-width:36px !important;
    flex:0 0 36px !important;

    font-size:16px !important;
  }


  /* Account name */

  .pm-user-info{
    width:87px !important;
    min-width:0 !important;

    overflow:hidden !important;
  }

  .pm-user-info b{
    display:block !important;

    width:87px !important;

    font-size:11px !important;
    line-height:1.15 !important;

    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  .pm-user-info small{
    font-size:8px !important;
    line-height:1.1 !important;

    margin-top:3px !important;

    white-space:nowrap !important;
  }


  /* Arrow */

  .pm-drop-arrow{
    width:10px !important;
    min-width:10px !important;

    margin-left:auto !important;

    font-size:8px !important;
  }


  /* =========================
     CART
     ========================= */

  .pmx-cart{
    width:145px !important;
    min-width:145px !important;
    max-width:145px !important;

    height:64px !important;
    min-height:64px !important;

    margin:0 !important;

    padding:8px 10px !important;

    overflow:visible !important;
  }

}
/* =================================================
   PREM MART TOPBAR
   SMART PLANNER + UPDATE SOON
   ANIMATED HIGHLIGHT VERSION
   ================================================= */

.pmx-topbar{
  min-height:42px !important;

  display:grid !important;
  grid-template-columns:1fr auto !important;

  align-items:center !important;

  padding:6px 2.2% !important;

  background:
    linear-gradient(
      90deg,
      #056b37,
      #087f42,
      #056b37
    ) !important;

  position:relative !important;
  overflow:visible !important;
}


/* ADDRESS LEFT */

.pmx-topbar-left{
  justify-self:start !important;

  color:#fff !important;

  font-size:12px !important;
  font-weight:800 !important;

  white-space:nowrap !important;
}


/* RIGHT SIDE GROUP */

.pmx-topbar-actions{
  display:flex !important;

  align-items:center !important;

  justify-content:flex-end !important;

  gap:12px !important;

  height:100% !important;
}


/* =================================
   SMART PLANNER
   ================================= */

.pmx-top-smart{
  position:relative !important;

  height:30px !important;

  padding:0 16px !important;

  display:flex !important;

  align-items:center !important;
  justify-content:center !important;

  border:1px solid rgba(255,255,255,.65) !important;

  border-radius:999px !important;

  background:
    linear-gradient(
      135deg,
      #ffcf33,
      #ffe36a
    ) !important;

  color:#15320e !important;

  font-size:11px !important;

  font-weight:950 !important;

  white-space:nowrap !important;

  cursor:pointer !important;

  box-shadow:
    0 5px 14px rgba(255,203,35,.35),
    inset 0 1px 0 rgba(255,255,255,.8) !important;

  overflow:hidden !important;

  transition:
    transform .25s ease,
    box-shadow .25s ease !important;

  animation:
    pmTopPlannerGlow 2.2s ease-in-out infinite !important;
}


/* moving highlight */

.pmx-top-smart::before{
  content:"";

  position:absolute;

  top:-40%;
  left:-40%;

  width:30%;
  height:180%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,.9),
      transparent
    );

  transform:rotate(20deg);

  animation:
    pmPlannerShine 2.8s linear infinite;
}


/* hover */

.pmx-top-smart:hover{
  transform:
    translateY(-2px)
    scale(1.04) !important;

  box-shadow:
    0 8px 20px rgba(255,205,45,.5) !important;
}


/* =================================
   UPDATE SOON
   ================================= */

.pmx-top-update{
  position:relative !important;

  height:30px !important;

  min-width:108px !important;

  padding:0 14px !important;

  display:flex !important;

  align-items:center !important;
  justify-content:center !important;

  border-radius:999px !important;

  border:
    1px solid rgba(255,255,255,.30) !important;

  background:
    rgba(255,255,255,.10) !important;

  color:#fff !important;

  font-size:11px !important;

  font-weight:900 !important;

  white-space:nowrap !important;

  backdrop-filter:
    blur(8px) !important;

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.06);

  animation:
    pmUpdatePulse 2s ease-in-out infinite;
}


/* small live dot */

.pmx-top-update::before{
  content:"";

  width:7px;
  height:7px;

  margin-right:7px;

  border-radius:50%;

  background:#9cff63;

  box-shadow:
    0 0 0 4px rgba(156,255,99,.15),
    0 0 10px rgba(156,255,99,.8);

  animation:
    pmLiveDot 1.4s ease-in-out infinite;
}


/* =================================
   ANIMATIONS
   ================================= */

@keyframes pmTopPlannerGlow{

  0%,
  100%{
    box-shadow:
      0 5px 14px rgba(255,203,35,.28);
  }

  50%{
    box-shadow:
      0 5px 22px rgba(255,216,67,.65);
  }

}


@keyframes pmPlannerShine{

  0%{
    left:-40%;
  }

  100%{
    left:130%;
  }

}


@keyframes pmUpdatePulse{

  0%,
  100%{
    background:
      rgba(255,255,255,.10);
  }

  50%{
    background:
      rgba(255,255,255,.17);
  }

}


@keyframes pmLiveDot{

  0%,
  100%{
    opacity:1;
    transform:scale(1);
  }

  50%{
    opacity:.45;
    transform:scale(.75);
  }

}


/* =================================
   MOBILE
   ================================= */

@media(max-width:700px){

  .pmx-topbar{
    grid-template-columns:1fr auto !important;

    gap:6px !important;

    padding:5px 8px !important;
  }

  .pmx-topbar-left{
    min-width:0 !important;

    overflow:hidden !important;

    text-overflow:ellipsis !important;
  }

  .pmx-topbar-left span{
    display:inline-block;

    max-width:170px;

    overflow:hidden;

    text-overflow:ellipsis;

    vertical-align:middle;
  }

  .pmx-topbar-actions{
    gap:5px !important;
  }

  .pmx-top-smart{
    height:27px !important;

    padding:0 9px !important;

    font-size:9px !important;
  }

  .pmx-top-update{
    height:27px !important;

    min-width:auto !important;

    padding:0 8px !important;

    font-size:9px !important;
  }

}
/* =========================================
   PREM MART - ACCOUNT + CART FINAL FIX
   ========================================= */

@media (min-width: 1000px) {

  /* Header main row */
  .pmx-main{
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
  }

  /* Search area ko available space mile */
  .pmx-search-area{
    flex: 1 1 auto !important;
    min-width: 350px !important;
  }

  /* MY ACCOUNT */
  .pm-account-menu{
    flex: 0 0 auto !important;
    margin-left: 28px !important;
    margin-right: 22px !important;
    position: relative !important;
    z-index: 50 !important;
  }

  .pm-account-btn{
    white-space: nowrap !important;
    min-width: 135px !important;
  }

  /* CART */
  .pmx-cart,
  .cart-box,
  .cart-summary{
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    margin-right: 25px !important;
    position: relative !important;
  }

}
/* ==========================================
   MY ACCOUNT + CART PREMIUM BOX FINAL FIX
   ========================================== */

@media (min-width: 1000px) {

  /* Main header */
  .pmx-main{
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
  }

  /* Search ko space mile */
  .pmx-search-area{
    flex: 1 1 auto !important;
    min-width: 400px !important;
  }

  /* =========================
     MY ACCOUNT - CART STYLE
     ========================= */

  .pm-account-menu{
    flex: 0 0 auto !important;
    width: 155px !important;
    margin-left: 38px !important;
    margin-right: 18px !important;
    position: relative !important;
    z-index: 100 !important;
  }

  .pm-account-btn{
    width: 155px !important;
    height: 58px !important;

    display: flex !important;
    align-items: center !important;

    padding: 8px 12px !important;
    box-sizing: border-box !important;

    background: #ffffff !important;
    border: 1px solid #e2e8e5 !important;
    border-radius: 15px !important;

    box-shadow: 0 5px 18px rgba(0,0,0,.06) !important;

    overflow: hidden !important;
  }

  /* User icon */
  .pm-user-icon{
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    margin-right: 8px !important;
  }

  /* Name area */
  .pm-user-info{
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  /* FULL NAME */
  #pmxAccountName{
    display: block !important;
    max-width: 92px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

    font-size: 12px !important;
    font-weight: 800 !important;
  }

  .pm-user-info small{
    display: block !important;
    font-size: 9px !important;
    margin-top: 2px !important;
    white-space: nowrap !important;
  }

  .pm-drop-arrow{
    flex: 0 0 auto !important;
    margin-left: 4px !important;
  }

  /* =========================
     CART POSITION
     ========================= */

  .pmx-cart{
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    margin-right: 35px !important;
  }

}
/* =====================================================
   PREM MART - MY ACCOUNT + CART ABSOLUTE FINAL FIX
   ===================================================== */

@media (min-width:1000px){

  /* Header row */
  .pmx-main{
    display:flex !important;
    align-items:center !important;
    width:100% !important;
    gap:16px !important;
  }

  /* Search takes remaining space */
  .pmx-search-area{
    flex:1 1 auto !important;
    min-width:300px !important;
  }


  /* =================================
     MY ACCOUNT - SAME AS CART CARD
     ================================= */

  .pm-account-menu{
    flex:0 0 190px !important;

    width:190px !important;
    min-width:190px !important;
    max-width:190px !important;

    margin-left:25px !important;
    margin-right:8px !important;

    padding:0 !important;

    position:relative !important;
    z-index:9999 !important;
  }


  .pm-account-btn{
    appearance:none !important;
    -webkit-appearance:none !important;

    width:190px !important;
    min-width:190px !important;
    max-width:190px !important;

    height:64px !important;
    min-height:64px !important;

    margin:0 !important;
    padding:8px 12px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;

    gap:10px !important;

    background:#ffffff !important;

    border:1px solid #e3e8e5 !important;
    border-radius:16px !important;

    box-shadow:
      0 7px 20px rgba(15,23,42,.08) !important;

    color:#111827 !important;

    overflow:visible !important;

    cursor:pointer !important;
  }


  /* Account icon */

  .pm-user-icon{
    width:40px !important;
    height:40px !important;

    min-width:40px !important;
    flex:0 0 40px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    margin:0 !important;

    background:#f2f4f5 !important;

    border:1px solid #e0e5e2 !important;
    border-radius:50% !important;

    font-size:18px !important;
  }


  /* Name container */

  .pm-user-info{
    display:block !important;

    flex:1 1 auto !important;

    width:auto !important;
    min-width:0 !important;

    text-align:left !important;

    overflow:visible !important;
  }


  /* FULL NAME - NO CUT */

  #pmxAccountName{
    display:block !important;

    width:auto !important;
    max-width:none !important;

    color:#111827 !important;

    font-size:11px !important;
    font-weight:900 !important;

    line-height:1.2 !important;

    white-space:nowrap !important;

    overflow:visible !important;
    text-overflow:clip !important;
  }


  .pm-user-info small{
    display:block !important;

    margin-top:4px !important;

    color:#667085 !important;

    font-size:9px !important;
    font-weight:700 !important;

    white-space:nowrap !important;
  }


  /* Dropdown arrow */

  .pm-drop-arrow{
    display:block !important;

    flex:0 0 auto !important;

    margin-left:auto !important;

    color:#07883d !important;

    font-size:9px !important;
  }


  /* =================================
     CART
     ================================= */

  .pmx-cart{
    flex:0 0 150px !important;

    width:150px !important;
    min-width:150px !important;
    max-width:150px !important;

    height:64px !important;
    min-height:64px !important;

    margin-left:6px !important;
    margin-right:22px !important;

    padding:8px 12px !important;

    border-radius:16px !important;
  }

}
/* ===== MY ACCOUNT LOGIN BUTTON ===== */

.pmx-header-login{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  margin-left:auto;
  padding:6px 11px;

  background:#079447;
  color:#ffffff !important;

  font-size:10px;
  font-weight:800;
  text-decoration:none;

  border-radius:8px;
  border:none;

  white-space:nowrap;
  transition:all .25s ease;
}

.pmx-header-login:hover{
  background:#056f37;
  transform:translateY(-1px);
  box-shadow:0 4px 10px rgba(7,148,71,.25);
}
/* ===== PREM MART LOGIN / ACCOUNT SWITCH ===== */

.pmx-header-login{
    display:none;
    align-items:center;
    justify-content:center;
    min-width:120px;
    height:52px;
    padding:0 22px;

    background:linear-gradient(135deg,#087b3b,#0ba34b);
    color:#fff !important;

    border-radius:14px;
    text-decoration:none !important;

    font-size:14px;
    font-weight:800;

    box-shadow:0 6px 18px rgba(0,130,60,.20);
    transition:.25s ease;
}

.pmx-header-login:hover{
    transform:translateY(-2px);
    box-shadow:0 9px 22px rgba(0,130,60,.28);
}
/* ===== LOGOUT PAR ACCOUNT DROPDOWN HIDE ===== */

/* Default: dropdown hide */
.pm-account-dropdown{
  display:none !important;
}

/* Sirf logged-in state me hover par show */
body.pm-user-logged-in .pm-account-menu:hover .pm-account-dropdown{
  display:block !important;
}

/* Login button ke hover se dropdown kabhi na khule */
.pmx-header-login:hover ~ .pm-account-dropdown{
  display:none !important;
}
/* ===== PREVENT ACCOUNT FLASH ON REFRESH ===== */

#pmxAccountBtn{
  display:none !important;
}

/* Login hone par hi account show hoga */
body.pm-user-logged-in #pmxAccountBtn{
  display:flex !important;
}

/* Default login button visible */
#pmxHeaderLoginBtn{
  display:inline-flex !important;
}

/* Login hone par login button hide */
body.pm-user-logged-in #pmxHeaderLoginBtn{
  display:none !important;
}
/* ===== PREM MART LOGO ONLY - BIG SIZE ===== */

.pmx-brand{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:180px !important;
    min-width:180px !important;
    padding:5px 10px !important;
}

.pmx-brand .pmx-logo{
    width:125px !important;
    height:90px !important;
    max-width:none !important;
    object-fit:contain !important;
    display:block !important;
}

/* Old Prem Mart text completely hide */
.pmx-brand-copy{
    display:none !important;
}

/* Mobile */
@media (max-width:768px){
    .pmx-brand{
        width:115px !important;
        min-width:115px !important;
    }

    .pmx-brand .pmx-logo{
        width:95px !important;
        height:70px !important;
    }
}
/* =========================================================
   PREM MART PREMIUM HEADER - FINAL OVERRIDE
   Paste at the END of style.css
   ========================================================= */

:root{
  --pm-green:#0c831f;
  --pm-green-dark:#067126;
  --pm-green-soft:#eaf8ee;
  --pm-text:#121826;
  --pm-muted:#667085;
  --pm-border:#e5e7eb;
  --pm-shadow:0 10px 30px rgba(16,24,40,.08);
}

/* ================= TOP BAR ================= */

.pmx-topbar{
  width:100%;
  min-height:40px;
  padding:0 30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:linear-gradient(90deg,#05712c,#0c831f,#067126);
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.1px;
}

.pmx-topbar-left{
  display:flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;
}

.pmx-topbar-actions{
  display:flex;
  align-items:center;
  gap:15px;
  white-space:nowrap;
}

.pmx-topbar-actions > span:last-of-type{
  color:#ffe36d;
}

.pmx-top-smart{
  height:30px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  background:linear-gradient(135deg,#ffd84d,#fff6b3);
  color:#193100;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 4px 15px rgba(255,216,77,.28);
  transition:.25s ease;
}

.pmx-top-smart:hover{
  transform:translateY(-1px);
  box-shadow:0 7px 18px rgba(255,216,77,.38);
}


/* ================= MAIN HEADER ================= */

.pmx-header{
  width:100%;
  background:#fff;
  border-bottom:1px solid #edf0f2;
  box-shadow:0 2px 10px rgba(16,24,40,.03);
  position:relative;
  z-index:90;
}

.pmx-main{
  width:100%;
  max-width:1600px;
  margin:0 auto;
  min-height:126px;
  padding:20px 30px 14px;
  display:flex;
  align-items:center;
  gap:20px;
}


/* ================= LOGO ================= */

.pmx-brand{
  width:170px;
  min-width:170px;
  min-height:94px;
  padding-right:18px;
  border-right:1px solid #d8dee6;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.pmx-logo{
  width:130px !important;
  max-width:130px !important;
  height:86px !important;
  max-height:86px !important;
  object-fit:contain !important;
  display:block;
}


/* ================= LOCATION ================= */

.pmx-location{
  min-width:215px;
  display:flex;
  align-items:center;
  gap:11px;
  color:var(--pm-text);
}

.pmx-location-icon{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#eaf8ee;
  font-size:20px;
  flex:0 0 auto;
}

.pmx-location > div{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.pmx-location small{
  font-size:12px;
  color:#687184;
  line-height:1.1;
}

.pmx-location strong{
  font-size:16px;
  font-weight:900;
  color:#101828;
  line-height:1.2;
}

.pmx-delivery{
  margin-top:3px;
  display:flex;
  align-items:center;
  gap:6px;
  color:#0b913d;
  font-size:11px;
  font-weight:800;
}

.pmx-delivery i{
  width:8px;
  height:8px;
  display:inline-block;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 0 3px rgba(34,197,94,.12);
}


/* ================= SEARCH AREA ================= */

.pmx-search-area{
  flex:1;
  min-width:260px;
}

.pmx-search{
  height:58px;
  display:flex;
  align-items:center;
  background:#fff;
  border:1px solid #d8dde5;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 5px 18px rgba(16,24,40,.045);
  transition:.2s ease;
}

.pmx-search:focus-within{
  border-color:#9bd8ab;
  box-shadow:0 0 0 4px rgba(12,131,31,.08),
             0 8px 24px rgba(16,24,40,.06);
}


/* CATEGORY SELECT */

.pmx-search select{
  height:100%;
  width:170px;
  flex:0 0 170px;
  padding:0 36px 0 16px;
  border:0;
  border-right:1px solid #e4e7ec;
  outline:none;
  background:#fff;
  color:#202939;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}


/* SEARCH ICON */

.pmx-search-icon{
  margin-left:17px;
  margin-right:8px;
  color:#111827;
  font-size:26px;
  line-height:1;
  flex:0 0 auto;
}


/* INPUT */

.pmx-search input{
  flex:1;
  min-width:0;
  height:100%;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  padding:0 8px !important;
  font-size:14px !important;
  color:#111827 !important;
  box-shadow:none !important;
}

.pmx-search input::placeholder{
  color:#8a93a3;
  opacity:1;
}


/* MIC */

.pmx-mic{
  margin:0 9px;
  font-size:15px;
  opacity:.62;
  flex:0 0 auto;
}


/* SEARCH BUTTON */

.pmx-search button{
  height:44px !important;
  min-width:122px;
  margin-right:7px;
  padding:0 20px !important;
  border:0 !important;
  border-radius:12px !important;
  background:linear-gradient(135deg,#078638,#0c831f) !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:900 !important;
  cursor:pointer;
  box-shadow:0 5px 14px rgba(12,131,31,.2);
  transition:.22s ease;
}

.pmx-search button:hover{
  background:linear-gradient(135deg,#066d30,#087a2d) !important;
  transform:translateY(-1px);
}


/* ================= ACCOUNT ================= */

.pm-account-menu{
  position:relative;
  flex:0 0 auto;
}

.pm-account-btn{
  min-width:140px;
  height:58px;
  padding:0 13px;
  display:flex;
  align-items:center;
  gap:9px;
  border:1px solid #e0e4e9;
  border-radius:15px;
  background:#fff;
  color:#101828;
  cursor:pointer;
  box-shadow:0 5px 16px rgba(16,24,40,.04);
  transition:.22s ease;
}

.pm-account-btn:hover{
  border-color:#aad8b5;
  box-shadow:0 8px 20px rgba(12,131,31,.09);
  transform:translateY(-1px);
}

.pm-user-icon{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#0c943d;
  color:#fff;
  font-size:18px;
  flex:0 0 auto;
}

.pm-user-info{
  display:flex;
  flex-direction:column;
  min-width:0;
  text-align:left;
}

.pm-user-info b{
  font-size:13px;
  color:#101828;
  line-height:1.1;
  white-space:nowrap;
}

.pm-user-info small{
  margin-top:3px;
  color:#667085;
  font-size:10px;
  white-space:nowrap;
}

.pm-drop-arrow{
  margin-left:auto;
  font-size:9px;
  color:#7b8494;
}


/* login text button */

.pmx-header-login{
  min-width:112px;
  height:58px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:#07893b;
  color:#fff !important;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  box-shadow:0 7px 18px rgba(12,131,31,.18);
}


/* DROPDOWN */

.pm-account-dropdown{
  position:absolute;
  right:0;
  top:68px;
  width:230px;
  padding:8px;
  border:1px solid #e4e7ec;
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 50px rgba(16,24,40,.14);
  display:none;
  z-index:999;
}

.pm-account-menu:hover .pm-account-dropdown,
.pm-account-menu:focus-within .pm-account-dropdown{
  display:block;
}

.pm-account-dropdown a{
  min-height:54px;
  padding:9px 10px;
  display:flex;
  align-items:center;
  gap:10px;
  border-radius:11px;
  color:#111827;
  text-decoration:none;
  transition:.2s ease;
}

.pm-account-dropdown a:hover{
  background:#effbf2;
}

.pm-drop-icon{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:#eaf8ee;
}

.pm-account-dropdown a > span:last-child{
  display:flex;
  flex-direction:column;
}

.pm-account-dropdown b{
  font-size:12px;
}

.pm-account-dropdown small{
  color:#7d8796;
  font-size:10px;
  margin-top:2px;
}


/* ================= CART ================= */

.pmx-cart{
  min-width:132px;
  height:58px;
  padding:0 13px;
  border:1px solid #e0e4e9;
  border-radius:15px;
  background:#fff;
  color:#101828 !important;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:10px;
  box-shadow:0 5px 16px rgba(16,24,40,.04);
  transition:.22s ease;
}

.pmx-cart:hover{
  border-color:#acd8b7;
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(12,131,31,.09);
}

.pmx-cart-icon{
  position:relative;
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
}

.pmx-cart-icon em{
  position:absolute;
  top:-5px;
  right:-5px;
  min-width:19px;
  height:19px;
  padding:0 5px;
  border-radius:999px;
  background:#ef3340;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  line-height:19px;
  font-style:normal;
  font-weight:900;
  border:2px solid #fff;
}

.pmx-cart > span:last-child{
  display:flex;
  flex-direction:column;
}

.pmx-cart > span:last-child > b{
  color:#101828;
  font-size:13px;
  line-height:1.15;
}

.pmx-cart small{
  display:block;
  margin-top:3px;
  color:#07893b;
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
}


/* FALLBACK LOGIN */

.pmx-hidden-login{
  min-width:108px !important;
  height:58px !important;
  padding:0 20px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px !important;
  background:#07893b !important;
  color:#fff !important;
  text-decoration:none;
  font-size:13px !important;
  font-weight:900 !important;
}


/* ================= ALERT / BETA TICKER ================= */

.pm-beta-pill{
  width:calc(100% - 60px);
  max-width:1500px;
  min-height:48px;
  margin:0 auto 14px;
  padding:5px 12px;
  display:flex;
  align-items:center;
  gap:15px;
  border:1px solid #ffc84c;
  border-radius:999px;
  background:linear-gradient(90deg,#fffaf0,#fffdf8,#fffaf0);
  overflow:hidden;
  box-shadow:0 3px 12px rgba(244,180,0,.06);
}

.pm-beta-alert{
  flex:0 0 auto;
  padding:8px 15px;
  border-radius:999px;
  background:linear-gradient(135deg,#ff3144,#e91f33);
  color:#fff;
  font-size:12px;
  font-weight:900;
  box-shadow:0 5px 12px rgba(239,51,64,.2);
}

.pm-beta-slider{
  flex:1;
  min-width:0;
  overflow:hidden;
  position:relative;
}

.pm-beta-track{
  width:max-content;
  min-width:100%;
  display:flex;
  align-items:center;
  gap:22px;
  white-space:nowrap;
  color:#3d4654;
  font-size:12px;
  font-weight:700;
  animation:pmTickerMove 24s linear infinite;
}

.pm-beta-track strong{
  padding:6px 15px;
  border-radius:999px;
  background:#ffe9ed;
  color:#f0233c;
  font-size:11px;
  font-weight:900;
  letter-spacing:.2px;
}

.pm-beta-pill:hover .pm-beta-track{
  animation-play-state:paused;
}

@keyframes pmTickerMove{
  from{
    transform:translateX(30%);
  }
  to{
    transform:translateX(-100%);
  }
}


/* ================= CATEGORY NAV ================= */

.pmx-category-nav{
  width:100%;
  min-height:76px;
  padding:12px 30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  background:#fff;
  border-top:1px solid #f2f3f5;
  border-bottom:1px solid #eceff2;
  overflow-x:auto;
  scrollbar-width:none;
}

.pmx-category-nav::-webkit-scrollbar{
  display:none;
}

.pmx-category-nav button{
  position:relative;
  min-width:max-content;
  height:46px;
  padding:0 17px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:0;
  border-radius:11px;
  background:transparent;
  color:#171d2b;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  transition:.2s ease;
}

.pmx-category-nav button:hover{
  background:#f0faf3;
  color:#07893b;
}

.pmx-category-nav button.active:not(.pmx-all)::after{
  content:"";
  position:absolute;
  left:24%;
  right:24%;
  bottom:-8px;
  height:3px;
  border-radius:999px;
  background:#0c831f;
}

.pmx-category-nav .pmx-all{
  min-width:155px;
  background:linear-gradient(135deg,#07893b,#0c831f);
  color:#fff;
  border-radius:13px;
  box-shadow:0 6px 16px rgba(12,131,31,.16);
}

.pmx-category-nav .pmx-all:hover{
  background:linear-gradient(135deg,#067631,#097c30);
  color:#fff;
}


/* ================= DESKTOP STICKY EFFECT ================= */

@media(min-width:901px){

  .pmx-header{
    position:sticky;
    top:0;
    z-index:90;
  }

}


/* ================= TABLET ================= */

@media(max-width:1100px){

  .pmx-main{
    padding-left:18px;
    padding-right:18px;
    gap:12px;
  }

  .pmx-brand{
    width:130px;
    min-width:130px;
  }

  .pmx-logo{
    width:105px !important;
  }

  .pmx-location{
    min-width:175px;
  }

  .pmx-location strong{
    font-size:14px;
  }

  .pmx-search select{
    width:135px;
    flex-basis:135px;
    font-size:11px;
  }

  .pmx-search button{
    min-width:100px;
    padding:0 13px !important;
  }

  .pm-account-btn{
    min-width:120px;
  }

}


/* ================= MOBILE ================= */

@media(max-width:900px){

  .pmx-topbar{
    min-height:auto;
    padding:7px 12px;
    justify-content:center;
    text-align:center;
  }

  .pmx-topbar-left{
    white-space:normal;
    justify-content:center;
  }

  .pmx-topbar-actions{
    display:none;
  }


  .pmx-main{
    min-height:auto;
    padding:12px;
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:10px;
  }


  .pmx-brand{
    width:80px;
    min-width:80px;
    min-height:58px;
    padding:0;
    border-right:0;
  }

  .pmx-logo{
    width:72px !important;
    height:58px !important;
  }


  .pmx-location{
    min-width:0;
  }

  .pmx-location-icon{
    display:none;
  }

  .pmx-location strong{
    font-size:13px;
  }

  .pmx-location small{
    font-size:10px;
  }

  .pmx-delivery{
    font-size:9px;
  }


  .pmx-search-area{
    grid-column:1 / -1;
    grid-row:2;
    width:100%;
  }


  .pmx-search{
    height:50px;
    border-radius:12px;
  }

  .pmx-search select{
    display:none;
  }

  .pmx-search-icon{
    margin-left:13px;
    font-size:22px;
  }

  .pmx-search input{
    font-size:12px !important;
  }

  .pmx-mic{
    display:none;
  }

  .pmx-search button{
    height:40px !important;
    min-width:82px;
    padding:0 11px !important;
    margin-right:5px;
    font-size:11px !important;
  }


  .pm-account-menu{
    justify-self:end;
  }

  .pm-account-btn{
    min-width:0;
    width:46px;
    height:46px;
    padding:0;
    justify-content:center;
    border-radius:13px;
  }

  .pm-user-icon{
    width:32px;
    height:32px;
  }

  .pm-user-info,
  .pm-drop-arrow{
    display:none;
  }

  .pm-account-dropdown{
    right:0;
    top:55px;
  }


  .pmx-header-login{
    width:46px;
    min-width:46px;
    height:46px;
    padding:0;
    overflow:hidden;
    font-size:0;
  }

  .pmx-header-login::before{
    content:"🔐";
    font-size:18px;
  }


  .pmx-cart{
    width:46px;
    min-width:46px;
    height:46px;
    padding:0;
    justify-content:center;
    border-radius:13px;
  }

  .pmx-cart > span:last-child{
    display:none;
  }


  .pmx-hidden-login{
    width:46px !important;
    min-width:46px !important;
    height:46px !important;
    padding:0 !important;
    font-size:0 !important;
  }

  .pmx-hidden-login::before{
    content:"🔐";
    font-size:18px;
  }


  .pm-beta-pill{
    width:calc(100% - 20px);
    min-height:42px;
    margin-bottom:8px;
    padding:4px 8px;
    gap:9px;
  }

  .pm-beta-alert{
    padding:7px 10px;
    font-size:9px;
  }

  .pm-beta-track{
    font-size:10px;
    gap:14px;
  }

  .pm-beta-track strong{
    padding:5px 10px;
    font-size:9px;
  }


  .pmx-category-nav{
    min-height:60px;
    padding:8px 10px;
    justify-content:flex-start;
    gap:6px;
  }

  .pmx-category-nav button{
    height:40px;
    padding:0 13px;
    font-size:10px;
  }

  .pmx-category-nav .pmx-all{
    min-width:125px;
  }

}


/* ================= SMALL MOBILE ================= */

@media(max-width:520px){

  .pmx-main{
    grid-template-columns:70px 1fr auto;
  }

  .pmx-location{
    overflow:hidden;
  }

  .pmx-location > div{
    min-width:0;
  }

  .pmx-location strong{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .pmx-search input::placeholder{
    font-size:11px;
  }

}
/* =====================================================
   PREM MART TOP GREEN BAR - PREMIUM ANIMATION
   ===================================================== */

.pmx-topbar{
    position: relative;
    overflow: hidden;

    background: linear-gradient(
        90deg,
        #006b32,
        #009447,
        #006b32,
        #00a651,
        #006b32
    ) !important;

    background-size: 300% 100% !important;

    animation: pmTopGradient 8s linear infinite;

    color: #fff !important;

    border-bottom: 1px solid rgba(255,255,255,.25);

    box-shadow:
        0 3px 12px rgba(0,100,45,.18),
        inset 0 -1px 0 rgba(255,255,255,.12);
}


/* MOVING GRADIENT */

@keyframes pmTopGradient{

    0%{
        background-position:0% 50%;
    }

    50%{
        background-position:100% 50%;
    }

    100%{
        background-position:0% 50%;
    }

}


/* MOVING LIGHT EFFECT */

.pmx-topbar::before{

    content:"";

    position:absolute;

    top:0;
    left:-30%;

    width:20%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.18),
        transparent
    );

    transform:skewX(-25deg);

    animation:pmTopLight 5s ease-in-out infinite;

    pointer-events:none;
}


@keyframes pmTopLight{

    0%{
        left:-30%;
    }

    45%{
        left:120%;
    }

    100%{
        left:120%;
    }

}


/* ADDRESS */

.pmx-topbar-left{

    position:relative;
    z-index:2;

    display:flex;
    align-items:center;

    gap:7px;

    font-weight:800;

    letter-spacing:.1px;
}


/* ADDRESS ICON ANIMATION */

.pmx-topbar-left::first-letter{
    animation:pmLocationPulse 1.8s infinite;
}


@keyframes pmLocationPulse{

    0%,100%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.15);
    }

}


/* RIGHT SIDE */

.pmx-topbar-actions{

    position:relative;
    z-index:2;

    display:flex;

    align-items:center;

    gap:12px;
}


/* OPEN TIME */

.pmx-topbar-actions span:first-child{

    padding:4px 10px;

    border-radius:20px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.12);

}


/* DELIVERY */

.pmx-topbar-actions span:last-of-type{

    color:#fff176 !important;

    font-weight:900;

    padding:4px 10px;

    border-radius:20px;

    background:rgba(255,255,255,.08);

    animation:pmDeliveryGlow 2s ease-in-out infinite;

}


@keyframes pmDeliveryGlow{

    0%,100%{

        box-shadow:
        0 0 0 rgba(255,235,59,0);

    }

    50%{

        box-shadow:
        0 0 12px rgba(255,235,59,.35);

    }

}


/* SMART PLANNER */

.pmx-top-smart{

    position:relative;

    overflow:hidden;

    border:0 !important;

    background:
    linear-gradient(
        135deg,
        #ffd43b,
        #fff1a6,
        #ffd43b
    ) !important;

    background-size:200% 100% !important;

    animation:pmSmartGlow 3s linear infinite;

    box-shadow:
    0 4px 14px rgba(255,210,0,.35) !important;

}


@keyframes pmSmartGlow{

    0%{
        background-position:0%;
    }

    100%{
        background-position:200%;
    }

}


/* SMART PLANNER HOVER */

.pmx-top-smart:hover{

    transform:
    translateY(-2px)
    scale(1.04);

    box-shadow:
    0 7px 20px rgba(255,210,0,.5) !important;

}


/* MOBILE */

@media(max-width:900px){

    .pmx-topbar{

        padding:7px 10px !important;

        min-height:34px;

    }

    .pmx-topbar-left{

        font-size:10px;

        white-space:normal;

    }

}
/* TOP GREEN BAR - CLEAR VISIBLE ANIMATION */

.pmx-topbar{
    position:relative !important;
    overflow:hidden !important;

    background:linear-gradient(
        90deg,
        #006b2f,
        #0c9b45,
        #16a34a,
        #0c9b45,
        #006b2f
    ) !important;

    background-size:300% 100% !important;
    animation:topBarMove 5s linear infinite !important;

    box-shadow:0 4px 16px rgba(0,120,60,.30) !important;
}


/* MOVING GREEN BACKGROUND */

@keyframes topBarMove{
    0%{
        background-position:0% 50%;
    }
    100%{
        background-position:300% 50%;
    }
}


/* WHITE SHINE MOVING ACROSS BAR */

.pmx-topbar::after{
    content:"" !important;
    position:absolute !important;
    top:0 !important;
    left:-25% !important;
    width:18% !important;
    height:100% !important;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    ) !important;

    transform:skewX(-25deg) !important;

    animation:topBarShine 3s ease-in-out infinite !important;

    pointer-events:none !important;
    z-index:1 !important;
}

@keyframes topBarShine{
    0%{
        left:-25%;
    }
    60%{
        left:120%;
    }
    100%{
        left:120%;
    }
}


/* KEEP TEXT ABOVE ANIMATION */

.pmx-topbar-left,
.pmx-topbar-actions{
    position:relative !important;
    z-index:5 !important;
}


/* ADDRESS SLIGHT GLOW */

.pmx-topbar-left{
    text-shadow:0 0 8px rgba(255,255,255,.35) !important;
}


/* OPEN TIME */

.pmx-topbar-actions span:first-child{
    animation:topTimePulse 2s ease-in-out infinite !important;
}

@keyframes topTimePulse{
    0%,100%{
        opacity:1;
        transform:scale(1);
    }
    50%{
        opacity:.82;
        transform:scale(1.03);
    }
}


/* DELIVERY STRONGER GLOW */

.pmx-topbar-actions span:last-of-type{
    color:#fff36b !important;
    font-weight:900 !important;

    animation:deliveryPulse 1.5s ease-in-out infinite !important;
}

@keyframes deliveryPulse{
    0%,100%{
        text-shadow:
            0 0 0 rgba(255,240,80,0);
    }

    50%{
        text-shadow:
            0 0 6px #fff176,
            0 0 12px rgba(255,235,59,.75);
    }
}


/* SMART PLANNER MORE VISIBLE */

.pmx-top-smart{
    animation:smartPlannerPulse 1.8s ease-in-out infinite !important;
}

@keyframes smartPlannerPulse{
    0%,100%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.06);
    }
}
/* ADDRESS KO ROUNDED PILL BANAO */
.pmx-topbar-left{
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;

    width: fit-content !important;
    padding: 5px 13px !important;

    background: rgba(255,255,255,0.10) !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    border-radius: 999px !important;

    color: #fff !important;
    font-weight: 800 !important;

    box-shadow:
        0 0 0 1px rgba(255,255,255,0.04) inset,
        0 3px 10px rgba(0,0,0,0.08) !important;

    transition: all .3s ease !important;

    animation: addressGlow 2s ease-in-out infinite !important;
}


/* HALKA GLOW ANIMATION */
@keyframes addressGlow{

    0%,100%{
        box-shadow:
            0 0 0 rgba(255,255,255,0),
            inset 0 0 0 rgba(255,255,255,0);
    }

    50%{
        box-shadow:
            0 0 12px rgba(255,255,255,.22),
            inset 0 0 8px rgba(255,255,255,.08);
    }

}


/* HOVER EFFECT */
.pmx-topbar-left:hover{
    background: rgba(255,255,255,.17) !important;
    border-color: rgba(255,255,255,.35) !important;
    transform: translateY(-1px) scale(1.02);
}


/* ============================================================
   PREM MART PREMIUM HOME REDESIGN — 2026-08-11
   UI-only override: existing product/cart/login/Firebase code untouched
============================================================ */

/* Clean centered homepage like the approved premium mockup */
.mainWrap{
  max-width:1480px !important;
  width:94% !important;
  margin:0 auto !important;
  display:block !important;
  background:transparent !important;
  border:0 !important;
  min-height:0 !important;
}

/* Keep old category controls available to existing JS but remove old sidebar visually */
.mainWrap > .leftCats{
  display:none !important;
}

.mainWrap > .rightContent{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
}

/* Premium slider */
.offerSlider{
  width:100% !important;
  margin:18px auto 24px !important;
  border-radius:22px !important;
  overflow:hidden !important;
  background:#fff !important;
  box-shadow:0 12px 34px rgba(15,92,54,.12) !important;
}

.slideTrack{
  gap:0 !important;
}

.slideCard{
  min-height:215px !important;
  padding:32px 110px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  position:relative !important;
  overflow:hidden !important;
  border-radius:22px !important;
  background:
    radial-gradient(circle at 82% 24%,rgba(255,255,255,.14),transparent 31%),
    linear-gradient(115deg,#05743a 0%,#0a9348 48%,#76d51f 100%) !important;
}

.slideCard::before{
  content:"⚡ 10 MIN DELIVERY" !important;
  position:relative !important;
  inset:auto !important;
  align-self:flex-start !important;
  width:auto !important;
  height:auto !important;
  margin:0 0 18px !important;
  padding:8px 15px !important;
  border-radius:999px !important;
  background:#f3fff6 !important;
  color:#06743b !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.2px !important;
  box-shadow:0 5px 14px rgba(0,0,0,.08) !important;
}

.slideCard::after{
  content:"🛒" !important;
  position:absolute !important;
  right:105px !important;
  bottom:26px !important;
  font-size:105px !important;
  opacity:.32 !important;
  filter:drop-shadow(0 12px 10px rgba(0,0,0,.15)) !important;
}

.slideCard h2{
  max-width:720px !important;
  margin:0 0 8px !important;
  color:#fff !important;
  font-size:38px !important;
  line-height:1.12 !important;
  font-weight:900 !important;
  letter-spacing:-.7px !important;
}

.slideCard p{
  max-width:620px !important;
  margin:0 0 18px !important;
  color:rgba(255,255,255,.95) !important;
  font-size:15px !important;
  line-height:1.5 !important;
}

.slideCard a{
  width:max-content !important;
  padding:12px 22px !important;
  border-radius:10px !important;
  background:#fff !important;
  color:#08763c !important;
  font-size:13px !important;
  font-weight:900 !important;
  box-shadow:0 8px 18px rgba(0,0,0,.12) !important;
}

.slideBtn{
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  background:#fff !important;
  color:#08783d !important;
  font-size:24px !important;
  box-shadow:0 6px 18px rgba(0,0,0,.14) !important;
}
.slideBtn.left{left:18px !important;}
.slideBtn.right{right:18px !important;}

/* Category section */
.pm-home-categories{
  width:100%;
  margin:0 auto;
  padding:0;
}

.pm-home-category-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin:0 0 14px;
}

.pm-home-category-head h2{
  margin:0 !important;
  color:#172033 !important;
  font-size:27px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  letter-spacing:-.45px !important;
}

.pm-home-category-head p{
  margin:4px 0 0;
  color:#7a8492;
  font-size:12px;
  font-weight:500;
}

.pm-home-all-categories{
  min-height:42px;
  padding:0 17px;
  border:1px solid #d8e5de;
  border-radius:11px;
  background:#fff;
  color:#08793d;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 3px 10px rgba(14,77,43,.04);
  transition:.22s ease;
}

.pm-home-all-categories:hover{
  border-color:#0b9149;
  background:#f4fff7;
  transform:translateY(-2px);
}

.pm-home-category-grid{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:12px;
}

.pm-home-category-card{
  min-width:0;
  min-height:126px;
  padding:13px 8px 12px;
  border:1px solid #dce8e1;
  border-radius:13px;
  background:linear-gradient(180deg,#fff,#fcfffd);
  color:#172033;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(20,79,48,.05);
  transition:transform .23s ease,border-color .23s ease,box-shadow .23s ease;
}

.pm-home-category-card:hover{
  transform:translateY(-5px);
  border-color:rgba(9,143,70,.42);
  box-shadow:0 14px 28px rgba(18,91,51,.11);
}

.pm-home-cat-icon{
  width:52px;
  height:52px;
  margin:0 0 8px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  transition:transform .23s ease;
}

.pm-home-category-card:hover .pm-home-cat-icon{
  transform:scale(1.08) rotate(-3deg);
}

.pm-home-category-card b{
  font-size:12px;
  line-height:1.2;
  font-weight:900;
}

.pm-home-category-card small{
  margin-top:4px;
  color:#89939f;
  font-size:9px;
  line-height:1.2;
}

.pm-cat-blue{background:#e2f3ff;}
.pm-cat-green{background:#e1f8df;}
.pm-cat-orange{background:#fff0dc;}
.pm-cat-yellow{background:#fff4d2;}
.pm-cat-pink{background:#ffe8ec;}
.pm-cat-purple{background:#eee8ff;}

/* Premium benefits bar */
.pm-home-benefits{
  width:100%;
  margin:27px auto 28px;
  padding:19px 16px;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  border:1px solid #dce9e1;
  border-radius:15px;
  background:#fff;
  box-shadow:0 8px 24px rgba(20,77,44,.06);
}

.pm-home-benefit{
  min-width:0;
  min-height:52px;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  border-right:1px solid #edf2ef;
}

.pm-home-benefit:last-child{border-right:0;}

.pm-home-benefit > span{
  flex:0 0 42px;
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e7f8ec;
  color:#087b3d;
  font-size:20px;
  font-weight:900;
}

.pm-home-benefit b{
  display:block;
  color:#08763d;
  font-size:12px;
  line-height:1.2;
  font-weight:900;
}

.pm-home-benefit small{
  display:block;
  margin-top:4px;
  color:#7c8793;
  font-size:10px;
  line-height:1.2;
}

/* Preserve hidden old hero as-is; product section gets clean spacing only */
section.products{
  margin-top:0 !important;
}

@media(max-width:1200px){
  .pm-home-category-grid{grid-template-columns:repeat(6,minmax(0,1fr));}
  .slideCard{padding-left:82px !important;padding-right:82px !important;}
  .slideCard::after{right:78px !important;}
}

@media(max-width:950px){
  .mainWrap{width:96% !important;}
  .pm-home-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
  .pm-home-benefits{grid-template-columns:repeat(2,minmax(0,1fr));}
  .pm-home-benefit{justify-content:flex-start;border-right:0;border-bottom:1px solid #edf2ef;padding:12px 14px;}
  .pm-home-benefit:last-child{border-bottom:0;}
  .slideCard h2{font-size:31px !important;}
}

@media(max-width:650px){
  .offerSlider{border-radius:17px !important;margin-top:10px !important;}
  .slideCard{min-height:235px !important;padding:28px 52px !important;}
  .slideCard::after{display:none !important;}
  .slideCard h2{font-size:26px !important;}
  .slideCard p{font-size:13px !important;}
  .slideBtn{width:34px !important;height:34px !important;font-size:19px !important;}
  .slideBtn.left{left:8px !important;}.slideBtn.right{right:8px !important;}
  .pm-home-category-head{align-items:flex-start;}
  .pm-home-category-head h2{font-size:22px !important;}
  .pm-home-category-head p{font-size:10px;}
  .pm-home-all-categories{min-height:36px;padding:0 10px;font-size:10px;}
  .pm-home-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;}
  .pm-home-category-card{min-height:112px;}
  .pm-home-cat-icon{width:45px;height:45px;font-size:22px;}
  .pm-home-benefits{grid-template-columns:1fr;margin-top:18px;}
}

@media(max-width:430px){
  .pm-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
/* ==========================================
   PREM MART - PREMIUM MEDIUM OFFER PILL
========================================== */

.pm-offer-pill{
  width:min(1060px, 88%);
  height:54px;

  margin:18px auto 22px;

  display:flex;
  align-items:center;

  position:relative;
  overflow:hidden;

  border:1px solid rgba(10,145,70,.20);
  border-radius:999px;

  background:
    linear-gradient(
      90deg,
      #ffffff 0%,
      #f7fff9 50%,
      #ffffff 100%
    );

  box-shadow:
    0 7px 22px rgba(17,90,51,.08);

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.pm-offer-pill:hover{
  transform:translateY(-2px);

  box-shadow:
    0 11px 28px rgba(17,90,51,.12);
}


/* OFFER BADGE */

.pm-offer-badge{
  height:40px;

  margin-left:7px;
  padding:0 18px;

  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;

  border-radius:999px;

  background:
    linear-gradient(
      135deg,
      #087d3d,
      #0ba54e
    );

  color:#fff;

  font-size:12px;
  font-weight:900;
  letter-spacing:.5px;

  box-shadow:
    0 5px 14px rgba(7,130,61,.22);

  position:relative;
  z-index:3;
}


/* FIRE */

.pm-offer-fire{
  font-size:15px;

  animation:
    pmOfferFire 1.3s ease-in-out infinite;
}

@keyframes pmOfferFire{

  0%,100%{
    transform:
      scale(1)
      rotate(0);
  }

  50%{
    transform:
      scale(1.16)
      rotate(-5deg);
  }

}


/* SLIDER AREA */

.pm-offer-slider{
  flex:1;

  overflow:hidden;

  margin:0 20px;

  position:relative;

  mask-image:
    linear-gradient(
      90deg,
      transparent,
      #000 7%,
      #000 93%,
      transparent
    );

  -webkit-mask-image:
    linear-gradient(
      90deg,
      transparent,
      #000 7%,
      #000 93%,
      transparent
    );
}


/* MOVING TEXT */

.pm-offer-track{
  width:max-content;

  display:flex;
  align-items:center;
  gap:22px;

  white-space:nowrap;

  color:#344238;

  font-size:12px;
  font-weight:750;

  animation:
    pmOfferMove 25s linear infinite;
}


.pm-offer-track span{
  display:inline-flex;
  align-items:center;
  gap:5px;
}


.pm-offer-track i{
  width:5px;
  height:5px;

  display:block;

  border-radius:50%;

  background:#0b9848;

  box-shadow:
    0 0 0 4px rgba(11,152,72,.09);
}


/* PAUSE WHEN HOVER */

.pm-offer-pill:hover
.pm-offer-track{
  animation-play-state:paused;
}


/* MOVEMENT */

@keyframes pmOfferMove{

  from{
    transform:
      translateX(15%);
  }

  to{
    transform:
      translateX(-100%);
  }

}


/* LIVE BADGE */

.pm-offer-live{
  height:30px;

  margin-right:12px;
  padding:0 12px;

  flex-shrink:0;

  display:flex;
  align-items:center;
  gap:6px;

  border-radius:999px;

  background:#effbf3;

  border:
    1px solid #d3f0dd;

  color:#07823e;

  font-size:10px;
  font-weight:900;
  letter-spacing:.4px;
}


.pm-offer-live span{
  width:7px;
  height:7px;

  border-radius:50%;

  background:#18b657;

  box-shadow:
    0 0 0 4px rgba(24,182,87,.12);

  animation:
    pmOfferLive 1.4s ease infinite;
}


@keyframes pmOfferLive{

  0%,100%{
    opacity:1;
    transform:scale(1);
  }

  50%{
    opacity:.45;
    transform:scale(.75);
  }

}


/* MOBILE */

@media(max-width:700px){

  .pm-offer-pill{
    width:94%;
    height:48px;

    margin:
      13px auto 17px;
  }

  .pm-offer-badge{
    height:36px;

    padding:0 12px;

    font-size:10px;
  }

  .pm-offer-slider{
    margin:
      0 10px;
  }

  .pm-offer-track{
    font-size:10px;
    gap:15px;
  }

  .pm-offer-live{
    display:none;
  }

}
/* BETA ALERT PILL - SLIM FIX */

.pm-beta-pill{
  min-height:38px !important;
  height:38px !important;
  padding:0 !important;
}

.pm-beta-alert{
  height:30px !important;
  padding:0 13px !important;
  font-size:11px !important;
  display:flex !important;
  align-items:center !important;
}

.pm-beta-slider{
  height:36px !important;
  display:flex !important;
  align-items:center !important;
}

.pm-beta-track{
  font-size:11px !important;
  line-height:1 !important;
  align-items:center !important;
}
/* =====================================
   BETA ALERT FULL SLIDER FIX
===================================== */

.pm-beta-slider{
  flex:1 !important;
  width:100% !important;
  height:36px !important;

  display:flex !important;
  align-items:center !important;

  overflow:hidden !important;
  position:relative !important;
}

/* FULL MESSAGE TRACK */

.pm-beta-track{
  display:flex !important;
  align-items:center !important;
  gap:22px !important;

  width:max-content !important;
  min-width:max-content !important;

  white-space:nowrap !important;

  padding-left:100% !important;

  font-size:11px !important;
  line-height:1 !important;

  animation:
    pmBetaFullSlide 24s linear infinite !important;

  will-change:transform;
}


/* COMPLETE LEFT TO RIGHT MOVEMENT */

@keyframes pmBetaFullSlide{

  0%{
    transform:translateX(0);
  }

  100%{
    transform:translateX(-100%);
  }

}


/* HOVER PAR PAUSE */

.pm-beta-pill:hover .pm-beta-track{
  animation-play-state:paused !important;
}
/* =====================================================
   PREM MART BETA ALERT - SEAMLESS CONTINUOUS SLIDER FIX
===================================================== */

.pm-beta-pill{
  height:38px !important;
  min-height:38px !important;
  padding:0 6px !important;

  display:flex !important;
  align-items:center !important;

  overflow:hidden !important;

  border-radius:999px !important;
}


/* ALERT BADGE FIX */

.pm-beta-alert{
  width:auto !important;
  min-width:82px !important;
  height:30px !important;

  margin:0 !important;
  padding:0 14px !important;

  flex-shrink:0 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  gap:5px !important;

  border-radius:999px !important;

  font-size:11px !important;
  line-height:1 !important;
  font-weight:900 !important;

  position:relative !important;
  z-index:5 !important;

  background:linear-gradient(135deg,#ff3b50,#ed1835) !important;

  box-shadow:
    0 4px 10px rgba(239,35,60,.24) !important;
}


/* SLIDER WINDOW */

.pm-beta-slider{
  flex:1 !important;
  min-width:0 !important;

  height:36px !important;

  display:flex !important;
  align-items:center !important;

  overflow:hidden !important;

  margin-left:10px !important;
}


/* COMPLETE MOVING TRACK */

.pm-beta-track{
  width:max-content !important;
  min-width:max-content !important;

  padding:0 !important;

  display:flex !important;
  align-items:center !important;

  white-space:nowrap !important;

  animation:
    pmBetaSeamless 24s linear infinite !important;

  will-change:transform;
}


/* EACH COPY */

.pm-beta-loop-copy{
  flex-shrink:0;

  display:flex;
  align-items:center;

  gap:22px;

  padding-right:45px;

  white-space:nowrap;

  font-size:11px;
  font-weight:700;
  color:#52606d;
}


/* NO BLANK GAP */

@keyframes pmBetaSeamless{

  from{
    transform:translateX(0);
  }

  to{
    transform:translateX(-50%);
  }

}


/* OPTIONAL HOVER PAUSE */

.pm-beta-pill:hover .pm-beta-track{
  animation-play-state:paused !important;
}


/* VERSION BADGE */

.pm-beta-track strong{
  display:inline-flex !important;
  align-items:center !important;

  height:26px !important;

  padding:0 13px !important;

  border-radius:999px !important;

  background:#fff0f3 !important;

  border:1px solid #ffd6de !important;

  color:#ff3150 !important;

  font-size:10px !important;
  font-weight:900 !important;
}
/* =========================================
   ALL CATEGORIES - PREMIUM DARK GREEN PILL
========================================= */

.pmx-search select,
#headerCategorySelect{
  appearance:none !important;
  -webkit-appearance:none !important;

  min-width:160px !important;
  height:40px !important;

  margin-left:5px !important;
  padding:0 38px 0 16px !important;

  border:none !important;
  border-radius:999px !important;

  background:
    linear-gradient(
      135deg,
      #075f31,
      #0a8b44
    ) !important;

  color:#ffffff !important;

  font-size:12px !important;
  font-weight:900 !important;

  cursor:pointer !important;
  outline:none !important;

  box-shadow:
    0 6px 15px rgba(5,110,52,.20) !important;

  transition:
    transform .22s ease,
    box-shadow .22s ease,
    filter .22s ease !important;

  background-image:
    linear-gradient(45deg,transparent 50%,#fff 50%),
    linear-gradient(135deg,#fff 50%,transparent 50%),
    linear-gradient(135deg,#075f31,#0a8b44) !important;

  background-position:
    calc(100% - 18px) 17px,
    calc(100% - 13px) 17px,
    0 0 !important;

  background-size:
    5px 5px,
    5px 5px,
    100% 100% !important;

  background-repeat:no-repeat !important;
}


/* HOVER */

.pmx-search select:hover,
#headerCategorySelect:hover{
  transform:translateY(-1px) !important;

  filter:brightness(1.05);

  box-shadow:
    0 9px 20px rgba(5,110,52,.28) !important;
}


/* FOCUS */

.pmx-search select:focus,
#headerCategorySelect:focus{
  box-shadow:
    0 0 0 3px rgba(12,150,70,.15),
    0 8px 20px rgba(5,110,52,.24) !important;
}


/* DROPDOWN OPTIONS */

.pmx-search select option,
#headerCategorySelect option{
  background:#ffffff !important;
  color:#122033 !important;
  font-weight:700 !important;
}
/* ALL CATEGORIES PILL - POSITION FIX */

.pmx-search select,
#headerCategorySelect{
  margin-left:18px !important;
  margin-right:12px !important;
}
/* ===== PREMIUM GREEN HEADER BOTTOM LINE ===== */
.main-header,
header {
    position: relative;
}

.main-header::after,
header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #008c45,
        #19c463,
        #00a651,
        #39d98a,
        #008c45
    );

    border-radius: 50px;
    box-shadow:
        0 2px 6px rgba(0, 166, 81, 0.25);

    z-index: 20;
}
/* =========================================
   PREM MART - HEADER BOTTOM GREEN LINE
   Alert ticker ke niche wali line
========================================= */

.alert-bar,
.alert-ticker,
.notice-bar {
    position: relative;
}

/* Green horizontal separator line */
.alert-bar::after,
.alert-ticker::after,
.notice-bar::after {
    content: "";
    position: absolute;

    left: 50%;
    bottom: -14px;

    width: 100vw;
    height: 4px;

    transform: translateX(-50%);

    background: linear-gradient(
        90deg,
        #08a83d,
        #16b84e,
        #079b36
    );

    box-shadow:
        0 1px 3px rgba(0, 150, 60, 0.25);

    z-index: 20;
}
/* ===== PREM MART GREEN SEPARATOR LINE ===== */
.prem-green-line {
    width: 100%;
    height: 4px;
    background: #0aaa42;
    margin-top: 10px;
    box-shadow: 0 1px 4px rgba(0, 150, 60, 0.25);
}


/* ===== PREM MART LOOSE ITEM TERMS UI ===== */
.pm-loose-terms-cart{
  margin-top:14px;padding:14px;border:1px solid #bfe6cc;border-radius:10px;
  background:linear-gradient(135deg,#f0fff5,#f5fbff);gap:12px;align-items:flex-start;
  box-shadow:0 8px 20px rgba(7,136,61,.07);
}
.pm-loose-terms-icon,.pm-loose-checkout-icon{
  flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;border-radius:9px;
  background:#e7f8ed;border:1px solid #c9ead4;font-size:20px;
}
.pm-loose-terms-cart strong{display:block;color:#075f2c;font-size:13px;margin-bottom:5px}
.pm-loose-terms-cart p{margin:0;color:#667085;font-size:11px;line-height:1.5;font-weight:700}
.pm-loose-terms-cart a{display:inline-block;margin-top:7px;color:#07883d;font-size:11px;font-weight:900;text-decoration:none}
.pm-loose-terms-cart a:hover{text-decoration:underline}

.pm-loose-terms-checkout{
  margin:18px 0;padding:16px;border:1px solid #bfe6cc;border-radius:12px;
  background:linear-gradient(135deg,#f1fff5,#f4f9ff);box-shadow:0 9px 22px rgba(7,136,61,.08);
}
.pm-loose-checkout-head{display:flex;align-items:center;gap:11px;margin-bottom:13px}
.pm-loose-checkout-head strong{display:block;color:#075f2c;font-size:15px}
.pm-loose-checkout-head small{display:block;color:#667085;margin-top:3px;font-size:11px;font-weight:700}
.pm-loose-agree-row{
  display:flex!important;align-items:flex-start!important;gap:10px!important;padding:12px!important;margin:0!important;
  background:#fff!important;border:1px solid #dcebe2!important;border-radius:10px!important;cursor:pointer;
  color:#344054!important;font-size:13px!important;font-weight:800!important;line-height:1.5;
}
.pm-loose-agree-row input[type="checkbox"]{
  width:19px!important;height:19px!important;margin:1px 0 0!important;flex:0 0 auto;accent-color:#07883d;
}
.pm-loose-agree-row a{color:#07883d;font-weight:900;text-decoration:underline}
.pm-loose-agree-error{
  display:none;margin-top:9px;padding:9px 11px;border-radius:9px;background:#fff1f2;border:1px solid #fecdd3;
  color:#be123c;font-size:11px;font-weight:900;
}
.pm-loose-agree-error.show{display:block}
@media(max-width:620px){
  .pm-loose-terms-checkout{padding:13px}
  .pm-loose-agree-row{font-size:12px!important}
}
/* =========================================================
   PREM MART LOOSE ITEM TERMS CENTER MODAL
========================================================= */

.pm-loose-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(15,23,42,.55);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);

  opacity:0;
  visibility:hidden;

  transition:
    opacity .22s ease,
    visibility .22s ease;
}


.pm-loose-modal.show{
  opacity:1;
  visibility:visible;
}


.pm-loose-modal-box{
  width:min(680px,96vw);
  max-height:86vh;

  display:flex;
  flex-direction:column;

  overflow:hidden;

  background:#fff;

  border:1px solid #b9e5c8;

  border-radius:16px;

  box-shadow:
    0 30px 90px rgba(15,23,42,.28);

  transform:
    translateY(18px)
    scale(.96);

  transition:
    transform .25s ease;
}


.pm-loose-modal.show
.pm-loose-modal-box{
  transform:
    translateY(0)
    scale(1);
}


/* Header */

.pm-loose-modal-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;

  padding:20px 22px;

  background:
    linear-gradient(
      135deg,
      #057137,
      #099447
    );

  color:#fff;
}


.pm-loose-modal-header small{
  display:block;

  margin-bottom:5px;

  color:#d9ffe8;

  font-size:11px;

  font-weight:900;

  letter-spacing:.7px;
}


.pm-loose-modal-header h2{
  margin:0 !important;

  color:#fff !important;

  font-size:23px !important;

  font-weight:900;
}


.pm-loose-modal-close{
  flex:0 0 auto;

  width:40px;
  height:40px;

  display:grid;
  place-items:center;

  border:1px solid
    rgba(255,255,255,.28);

  border-radius:10px;

  background:
    rgba(255,255,255,.12);

  color:#fff;

  font-size:27px;

  cursor:pointer;

  transition:.2s;
}


.pm-loose-modal-close:hover{
  background:
    rgba(255,255,255,.22);

  transform:rotate(90deg);
}


/* Scroll body */

.pm-loose-modal-body{
  overflow-y:auto;

  padding:22px;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #fbfffc
    );
}


.pm-loose-policy-note{
  margin-bottom:20px;

  padding:13px 14px;

  border:1px solid #bde5ca;

  border-radius:10px;

  background:
    linear-gradient(
      135deg,
      #ecfff3,
      #f4fbff
    );

  color:#17603a;

  font-size:13px;

  font-weight:800;

  line-height:1.5;
}


.pm-loose-modal-body h3{
  margin:
    20px 0 8px;

  color:#067337;

  font-size:17px;

  font-weight:900;
}


.pm-loose-modal-body h3:first-of-type{
  margin-top:0;
}


.pm-loose-modal-body p{
  margin:0 0 12px;

  color:#475467;

  font-size:14px;

  line-height:1.7;

  font-weight:600;
}


/* Footer */

.pm-loose-modal-footer{
  padding:15px 20px;

  border-top:1px solid #e1eee6;

  background:#fff;
}


.pm-loose-modal-footer button{
  width:100%;

  min-height:48px;

  border:0;

  border-radius:10px;

  background:
    linear-gradient(
      135deg,
      #0aa64d,
      #07883d
    );

  color:#fff;

  font-size:15px;

  font-weight:900;

  cursor:pointer;

  box-shadow:
    0 10px 22px
    rgba(7,136,61,.22);

  transition:.2s;
}


.pm-loose-modal-footer button:hover{
  transform:
    translateY(-1px);

  filter:
    brightness(1.05);
}


/* Error */

#pmLooseAgreeError{
  display:none;
}


#pmLooseAgreeError.show{
  display:block !important;

  margin-top:8px;

  color:#dc2626;

  font-size:12px;

  font-weight:900;
}


/* Mobile */

@media(max-width:600px){

  .pm-loose-modal{
    padding:12px;
  }

  .pm-loose-modal-box{
    width:100%;

    max-height:90vh;
  }

  .pm-loose-modal-header{
    padding:17px;
  }

  .pm-loose-modal-header h2{
    font-size:19px !important;
  }

  .pm-loose-modal-body{
    padding:17px;
  }

  .pm-loose-modal-footer{
    padding:13px 17px;
  }

}
/* =========================================================
   PREM MART PROFESSIONAL CENTER ALERT
========================================================= */

.pm-alert-overlay{
  position:fixed;
  inset:0;
  z-index:9999999;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:20px;

  background:rgba(15,23,42,.48);

  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);

  opacity:0;
  visibility:hidden;

  transition:
    opacity .22s ease,
    visibility .22s ease;
}

.pm-alert-overlay.show{
  opacity:1;
  visibility:visible;
}


.pm-alert-box{
  width:min(420px,94vw);

  padding:28px 26px 22px;

  text-align:center;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fbfffc 100%
    );

  border:1px solid #bfe6cc;

  border-radius:16px;

  box-shadow:
    0 30px 90px rgba(15,23,42,.28);

  transform:
    translateY(18px)
    scale(.94);

  transition:
    transform .24s ease;

  position:relative;
  overflow:hidden;
}


.pm-alert-overlay.show
.pm-alert-box{
  transform:
    translateY(0)
    scale(1);
}


.pm-alert-box::before{
  content:"";

  position:absolute;
  left:0;
  right:0;
  top:0;

  height:5px;

  background:
    linear-gradient(
      90deg,
      #0aa64d,
      #07883d,
      #0b6d91
    );
}


.pm-alert-icon{
  width:68px;
  height:68px;

  margin:0 auto 14px;

  display:grid;
  place-items:center;

  border-radius:16px;

  background:
    linear-gradient(
      145deg,
      #ecfff3,
      #f2f8ff
    );

  border:1px solid #ccebd7;

  font-size:33px;

  box-shadow:
    0 10px 25px rgba(7,136,61,.10);
}


.pm-alert-content h3{
  margin:0 0 9px;

  color:#102033;

  font-size:21px;

  font-weight:900;
}


.pm-alert-content p{
  margin:0;

  color:#667085;

  font-size:14px;

  line-height:1.6;

  font-weight:700;
}


.pm-alert-btn{
  width:100%;

  min-height:46px;

  margin-top:21px;

  border:0;

  border-radius:10px;

  background:
    linear-gradient(
      135deg,
      #0aa64d,
      #07883d 65%,
      #0877a9
    );

  color:#fff;

  font-size:14px;

  font-weight:900;

  cursor:pointer;

  box-shadow:
    0 10px 24px rgba(7,136,61,.22);

  transition:.2s;
}


.pm-alert-btn:hover{
  transform:translateY(-2px);

  box-shadow:
    0 14px 28px rgba(7,136,61,.28);
}


@media(max-width:520px){

  .pm-alert-overlay{
    padding:14px;
  }

  .pm-alert-box{
    padding:24px 18px 19px;
  }

  .pm-alert-icon{
    width:60px;
    height:60px;

    font-size:29px;
  }

  .pm-alert-content h3{
    font-size:19px;
  }

}

/* =========================================================
   PREM MART — CLEAN LOOSE ITEM DESIGN
   Only Loose Item UI. All earlier website CSS is untouched.
========================================================= */

/* Loose Items only: 2 cards per row */
body.pm-blinkit-mode
#productGrid.productGrid.pm-product-grid:has(> .pm-loose-premium-card){
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:20px !important;
  align-items:stretch !important;
}

/* Main card */
body.pm-blinkit-mode
#productGrid
.pm-loose-premium-card{
  display:grid !important;
  grid-template-columns:210px minmax(0,1fr) !important;
  gap:18px !important;

  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  height:auto !important;

  padding:14px !important;
  margin:0 !important;

  background:#fff !important;
  border:1px solid #9fdeb4 !important;
  border-radius:17px !important;
  box-shadow:0 7px 22px rgba(7,137,59,.055) !important;

  overflow:hidden !important;
  transform:none !important;
}

body.pm-blinkit-mode
#productGrid
.pm-loose-premium-card:hover{
  transform:none !important;
  border-color:#7fcf9a !important;
  box-shadow:0 9px 25px rgba(7,137,59,.08) !important;
}

/* =========================================================
   LEFT IMAGE SIDE
========================================================= */

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-image-side{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  min-width:0 !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-product-image-box{
  position:relative !important;

  width:100% !important;
  height:220px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  margin:0 !important;
  padding:10px !important;

  background:#fbfefc !important;
  border:1px solid #d3ebdc !important;
  border-radius:14px !important;

  overflow:hidden !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-product-image-box img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;

  margin:0 !important;
  padding:0 !important;

  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card:hover
.pm-product-image-box img{
  transform:none !important;
}

/* Discount */
body.pm-blinkit-mode
.pm-loose-premium-card
.discount-badge{
  display:inline-flex !important;
  position:absolute !important;
  top:9px !important;
  left:9px !important;
  z-index:5 !important;

  margin:0 !important;
  padding:5px 9px !important;

  background:#07963e !important;
  color:#fff !important;

  border-radius:7px !important;

  font-size:10px !important;
  line-height:1 !important;
  font-weight:900 !important;

  box-shadow:0 5px 12px rgba(7,150,62,.17) !important;
}

/* Loose Item pill */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-tag{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:max-content !important;
  max-width:100% !important;

  margin:10px 0 0 !important;
  padding:7px 14px !important;

  background:#f4fff7 !important;
  color:#07883d !important;

  border:1px solid #c5e8d1 !important;
  border-radius:999px !important;

  font-size:10px !important;
  line-height:1 !important;
  font-weight:900 !important;
}

/* =========================================================
   RIGHT INFO SIDE
========================================================= */

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-info-side{
  display:flex !important;
  flex-direction:column !important;
  min-width:0 !important;
  padding:0 !important;
}

/* Category */
body.pm-blinkit-mode
.pm-loose-premium-card
.product-category{
  display:block !important;
  margin:1px 0 3px !important;

  color:#667085 !important;
  font-size:10px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
}

/* Product title */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-info-side > h3{
  min-height:0 !important;
  margin:0 0 8px !important;

  color:#101828 !important;
  font-size:17px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
}

/* Per kg price */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-rate{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:9px !important;

  margin:0 0 8px !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-rate b{
  display:inline-flex !important;
  align-items:center !important;

  padding:6px 10px !important;

  background:#078f3b !important;
  color:#fff !important;

  border-radius:6px !important;

  font-size:12px !important;
  line-height:1 !important;
  font-weight:900 !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-rate del{
  color:#667085 !important;
  font-size:9px !important;
  font-weight:700 !important;
}

/* Freshness note */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-weighed-note{
  display:inline-flex !important;
  align-items:center !important;

  width:max-content !important;
  max-width:100% !important;

  margin:0 0 9px !important;
  padding:7px 10px !important;

  background:#effaf2 !important;
  color:#08783a !important;

  border-radius:7px !important;

  font-size:9px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
}

/* Choose Weight */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-label{
  width:100% !important;

  margin:0 0 7px !important;
  padding-top:9px !important;

  border-top:1px solid #e3e9e5 !important;

  color:#101828 !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
}

/* 250g | 500g | 1kg | Custom */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-weight-options{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:7px !important;

  width:100% !important;
  margin:0 0 11px !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-weight-options button{
  width:100% !important;
  min-width:0 !important;
  height:54px !important;

  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;

  margin:0 !important;
  padding:5px 4px !important;

  background:#fff !important;
  color:#101828 !important;

  border:1px solid #d5dfd9 !important;
  border-radius:9px !important;

  box-shadow:none !important;
  float:none !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-weight-options button b{
  display:block !important;
  color:inherit !important;
  font-size:11px !important;
  line-height:1.05 !important;
  font-weight:900 !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-weight-options button small{
  display:block !important;
  margin:4px 0 0 !important;

  color:#667085 !important;
  font-size:8px !important;
  line-height:1 !important;
  font-weight:700 !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-weight-options button.active{
  background:linear-gradient(135deg,#07983e,#05af49) !important;
  color:#fff !important;
  border-color:#07963e !important;
  box-shadow:0 7px 15px rgba(7,152,62,.18) !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-weight-options button.active small{
  color:#fff !important;
}

/* =========================================================
   CUSTOM WEIGHT — MATCH REFERENCE IMAGE
   Enter Custom Weight | [e.g. 450] | g | Price ₹0
========================================================= */

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-weight-box{
  display:grid !important;
  grid-template-columns:102px minmax(0,1fr) !important;
  align-items:center !important;
  gap:8px !important;

  width:100% !important;
  max-width:100% !important;

  margin:0 0 12px !important;
  padding:10px !important;

  background:#fbfffc !important;
  border:1px solid #bfe5cc !important;
  border-radius:10px !important;

  box-sizing:border-box !important;
  overflow:hidden !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-weight-box > label{
  display:block !important;
  width:auto !important;
  min-width:0 !important;

  margin:0 !important;
  padding:0 !important;

  color:#475467 !important;
  font-size:8px !important;
  line-height:1.15 !important;
  font-weight:700 !important;
  white-space:nowrap !important;
}

/* Input + g + Price */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-row{
  display:grid !important;
  grid-template-columns:minmax(92px,1fr) 28px 72px !important;
  align-items:stretch !important;
  gap:0 !important;

  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;

  margin:0 !important;
  padding:0 !important;

  box-sizing:border-box !important;
}

/* Custom number input */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-row input{
  display:block !important;

  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  height:40px !important;

  margin:0 !important;
  padding:0 10px !important;

  background:#fff !important;
  color:#101828 !important;

  border:1px solid #07963e !important;
  border-right:0 !important;
  border-radius:8px 0 0 8px !important;

  box-shadow:none !important;
  outline:none !important;

  font-size:14px !important;
  line-height:40px !important;
  font-weight:900 !important;

  text-align:left !important;
  box-sizing:border-box !important;
  pointer-events:auto !important;
  user-select:text !important;
}

/* Placeholder */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-row input::placeholder{
  color:#667085 !important;
  opacity:1 !important;
  font-weight:800 !important;
}

/* g box */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-row > span{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:28px !important;
  min-width:28px !important;
  max-width:28px !important;
  height:40px !important;

  margin:0 !important;
  padding:0 !important;

  background:#fff !important;
  color:#667085 !important;

  border:1px solid #d7e2db !important;
  border-left:0 !important;
  border-radius:0 8px 8px 0 !important;

  font-size:10px !important;
  line-height:1 !important;
  font-weight:900 !important;

  box-sizing:border-box !important;
}

/* Price area */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-row > div{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;

  width:72px !important;
  min-width:72px !important;
  max-width:72px !important;
  min-height:40px !important;

  margin:0 !important;
  padding:2px 0 2px 9px !important;

  border-left:1px solid #dcebe1 !important;

  box-sizing:border-box !important;
  overflow:visible !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-row > div small{
  display:block !important;
  margin:0 0 3px !important;

  color:#07883d !important;
  font-size:8px !important;
  line-height:1 !important;
  font-weight:900 !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-row > div strong{
  display:block !important;
  margin:0 !important;

  color:#07883d !important;
  font-size:18px !important;
  line-height:1 !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}

/* Remove browser arrows on number input */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-row input[type="number"]{
  appearance:textfield !important;
  -moz-appearance:textfield !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-row input[type="number"]::-webkit-inner-spin-button,
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-row input[type="number"]::-webkit-outer-spin-button{
  -webkit-appearance:none !important;
  margin:0 !important;
}

/* =========================================================
   ASSURANCE STRIP
========================================================= */

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-assurance{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;

  width:100% !important;
  margin:2px 0 12px !important;
  padding:10px 6px !important;

  background:#f9fdfa !important;
  border:1px solid #d8ebe0 !important;
  border-radius:10px !important;

  overflow:hidden !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-assurance > span{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;

  min-width:0 !important;
  margin:0 !important;
  padding:3px 6px !important;

  color:#07883d !important;
  text-align:center !important;

  font-size:17px !important;
  line-height:1 !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-assurance > span:not(:last-child){
  border-right:1px solid #e1ece5 !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-assurance b{
  display:block !important;
  width:100% !important;

  margin:5px 0 0 !important;

  color:#07883d !important;
  font-size:8px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  text-align:center !important;
}

/* No old pseudo-text */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-assurance span::after{
  content:none !important;
  display:none !important;
}

/* =========================================================
   ADD TO CART
========================================================= */

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-add{
  width:100% !important;
  height:45px !important;

  margin:0 !important;
  padding:0 14px !important;

  background:linear-gradient(135deg,#07983e,#04ad48) !important;
  color:#fff !important;

  border:0 !important;
  border-radius:9px !important;

  box-shadow:0 7px 16px rgba(7,152,62,.15) !important;

  font-size:11px !important;
  line-height:45px !important;
  font-weight:900 !important;

  float:none !important;
  cursor:pointer !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-loose-add:hover{
  background:#067c34 !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1000px){
  body.pm-blinkit-mode
  #productGrid.productGrid.pm-product-grid:has(> .pm-loose-premium-card){
    grid-template-columns:1fr !important;
  }
}

@media(max-width:650px){
  body.pm-blinkit-mode
  #productGrid
  .pm-loose-premium-card{
    grid-template-columns:1fr !important;
    gap:12px !important;
    padding:12px !important;
  }

  body.pm-blinkit-mode
  .pm-loose-premium-card
  .pm-product-image-box{
    height:205px !important;
  }

  body.pm-blinkit-mode
  .pm-loose-premium-card
  .pm-weight-options{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  body.pm-blinkit-mode
  .pm-loose-premium-card
  .pm-custom-weight-box{
    grid-template-columns:92px minmax(0,1fr) !important;
    gap:6px !important;
  }

  body.pm-blinkit-mode
  .pm-loose-premium-card
  .pm-custom-row{
    grid-template-columns:minmax(74px,1fr) 26px 65px !important;
  }

  body.pm-blinkit-mode
  .pm-loose-premium-card
  .pm-custom-row > span{
    width:26px !important;
    min-width:26px !important;
    max-width:26px !important;
  }

  body.pm-blinkit-mode
  .pm-loose-premium-card
  .pm-custom-row > div{
    width:65px !important;
    min-width:65px !important;
    max-width:65px !important;
    padding-left:6px !important;
  }

  body.pm-blinkit-mode
  .pm-loose-premium-card
  .pm-custom-row > div strong{
    font-size:15px !important;
  }
}
/* =========================================================
   PREM MART - WHY BUY LOOSE PREMIUM BOX
   Loose cards ONLY
========================================================= */

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-loose-box{
    width:100% !important;

    margin-top:14px !important;
    padding:13px 12px !important;

    background:
      linear-gradient(145deg,#fbfffc,#f4fcf6) !important;

    border:1px solid #bfe5cc !important;
    border-radius:13px !important;

    box-shadow:
      0 5px 16px rgba(7,137,59,.05) !important;

    box-sizing:border-box !important;
}


/* Why buy loose heading */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-title{
    display:flex !important;
    align-items:center !important;

    gap:6px !important;

    padding:0 2px 9px !important;
    margin-bottom:2px !important;

    border-bottom:1px dashed #c7dfcf !important;

    color:#07883d !important;

    font-size:12px !important;
    line-height:1.2 !important;
    font-weight:900 !important;
}


/* Individual benefit */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-item{
    display:grid !important;

    grid-template-columns:28px minmax(0,1fr) !important;

    align-items:center !important;

    gap:8px !important;

    padding:10px 2px !important;
}


/* divider */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-item:not(:last-child){
    border-bottom:1px solid #e2ece5 !important;
}


/* icon */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-item > span{
    width:28px !important;
    height:28px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    color:#07883d !important;

    font-size:18px !important;
    font-weight:900 !important;
}


/* main text */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-item b{
    display:block !important;

    margin:0 !important;

    color:#101828 !important;

    font-size:10px !important;
    line-height:1.2 !important;
    font-weight:900 !important;
}


/* small text */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-item small{
    display:block !important;

    margin-top:3px !important;

    color:#667085 !important;

    font-size:8px !important;
    line-height:1.3 !important;
    font-weight:600 !important;
}


/* Mobile */
@media(max-width:650px){

    body.pm-blinkit-mode
    .pm-loose-premium-card
    .pm-why-loose-box{
        margin-top:10px !important;
    }
}
/* =========================================================
   WHY BUY LOOSE BOX + CUSTOM INPUT BORDER FINAL FIX
   PASTE AT VERY END OF style.css
========================================================= */

/* ---------- WHY BUY LOOSE BOX ---------- */

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-loose-box{
    display:block !important;

    width:100% !important;
    max-width:100% !important;

    margin-top:14px !important;
    padding:12px 12px !important;

    background:linear-gradient(145deg,#fbfffc,#f4fcf6) !important;

    border:1px solid #bfe5cc !important;
    border-radius:13px !important;

    box-shadow:0 5px 14px rgba(7,137,59,.05) !important;

    box-sizing:border-box !important;
    overflow:hidden !important;
}


/* title */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-title{
    display:flex !important;
    align-items:center !important;

    gap:7px !important;

    margin:0 0 5px !important;
    padding:0 0 9px !important;

    border-bottom:1px dashed #c6dfce !important;

    color:#07883d !important;

    font-size:12px !important;
    line-height:1.2 !important;
    font-weight:900 !important;
}


/* each row */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-item{
    display:grid !important;

    grid-template-columns:26px minmax(0,1fr) !important;

    align-items:center !important;

    gap:8px !important;

    width:100% !important;

    margin:0 !important;
    padding:9px 0 !important;

    box-sizing:border-box !important;
}


body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-item:not(:last-child){
    border-bottom:1px solid #e3ece6 !important;
}


/* icon */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-item > span{
    display:flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:26px !important;
    height:26px !important;

    margin:0 !important;
    padding:0 !important;

    color:#07883d !important;

    font-size:17px !important;
    line-height:1 !important;
}


/* text wrapper */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-item > div{
    display:block !important;
    min-width:0 !important;
}


/* heading */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-item b{
    display:block !important;

    margin:0 !important;

    color:#101828 !important;

    font-size:10px !important;
    line-height:1.2 !important;
    font-weight:900 !important;

    white-space:normal !important;
}


/* description */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-why-item small{
    display:block !important;

    margin:3px 0 0 !important;

    color:#667085 !important;

    font-size:8px !important;
    line-height:1.3 !important;
    font-weight:600 !important;

    white-space:normal !important;
}


/* =========================================================
   CUSTOM INPUT BORDER — INPUT + g ONE COMPLETE BOX
========================================================= */

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-row input{
    border:1px solid #07963e !important;
    border-right:0 !important;

    border-radius:8px 0 0 8px !important;
}


/* g part continues same green border */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-row > span{
    border:1px solid #07963e !important;
    border-left:0 !important;

    border-radius:0 8px 8px 0 !important;

    background:#fff !important;
}


/* focus par bhi complete same border */
body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-row:focus-within input{
    border-color:#07963e !important;
}

body.pm-blinkit-mode
.pm-loose-premium-card
.pm-custom-row:focus-within > span{
    border-color:#07963e !important;
}
/* =========================================================
   PREM MART - LOOSE ITEMS SEARCH BAR
========================================================= */

.pm-loose-search-wrap{
    width:100%;
    max-width:520px;

    display:flex;
    align-items:center;

    margin:0 0 18px;
    padding:5px 6px 5px 13px;

    background:#fff;

    border:1px solid #bfe5cc;
    border-radius:12px;

    box-shadow:0 5px 16px rgba(7,137,59,.06);
}

.pm-loose-search-icon{
    flex:0 0 auto;
    margin-right:8px;

    font-size:16px;
}

#pmLooseSearchInput{
    flex:1;
    min-width:0;

    height:38px;

    padding:0 5px;

    border:0;
    outline:0;

    background:transparent;

    color:#101828;

    font-size:13px;
    font-weight:700;
}

#pmLooseSearchInput::placeholder{
    color:#98a2b3;
}

#pmLooseSearchClear{
    width:36px;
    height:36px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:0;
    border-radius:8px;

    background:#effaf2;
    color:#07883d;

    font-size:13px;
    font-weight:900;

    cursor:pointer;
}

#pmLooseSearchClear:hover{
    background:#07883d;
    color:#fff;
}
/* =========================================
   LOOSE SEARCH - HIDDEN BY DEFAULT
========================================= */

.pm-loose-search-wrap{
    display:none !important;
}

/* Loose mode me JS is class ko add karega */
.pm-loose-search-wrap.pm-show-loose-search{
    display:flex !important;
    width:100% !important;
    max-width:520px !important;
    margin:0 0 18px !important;
}
.pm-loose-search-wrap{
    display:none !important;
}

.pm-loose-search-wrap.pm-show-loose-search{
    display:flex !important;
    width:100% !important;
    max-width:520px !important;
    margin:0 0 18px !important;
}
/* LOOSE SEARCH RESULT HIDE FIX */
.pm-loose-premium-card.pm-loose-search-hide{
    display:none !important;
}
/* ===== PREMIUM DELIVERY LOCATION ===== */

.pmx-location-premium{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  padding:10px 14px !important;

  background:
    linear-gradient(135deg,#ffffff 0%,#f4fff7 100%) !important;

  border:1px solid #d8efe0 !important;
  border-radius:16px !important;

  min-width:205px !important;

  box-shadow:
    0 5px 18px rgba(0,0,0,.06),
    inset 0 0 0 1px rgba(255,255,255,.7) !important;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease !important;
}

.pmx-location-premium:hover{
  transform:translateY(-2px);
  border-color:#0c9b45 !important;
  box-shadow:0 10px 25px rgba(12,131,31,.13) !important;
}


/* LOCATION ICON */

.pmx-location-icon-wrap{
  width:43px;
  height:43px;

  display:flex;
  align-items:center;
  justify-content:center;

  flex-shrink:0;

  border-radius:13px;

  background:linear-gradient(145deg,#079345,#14b85c);

  box-shadow:
    0 7px 16px rgba(7,147,69,.25);
}

.pmx-location-icon{
  font-size:20px !important;
  filter:drop-shadow(0 2px 2px rgba(0,0,0,.12));
}


/* TEXT AREA */

.pmx-location-content{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.pmx-location-content small{
  margin:0 0 2px 0;

  font-size:9px !important;
  font-weight:800 !important;

  letter-spacing:.8px;

  color:#7b8794 !important;
}

.pmx-location-content strong{
  margin:0;

  font-size:16px !important;
  font-weight:900 !important;

  line-height:1.1;

  color:#08192f !important;

  white-space:nowrap;
}


/* DELIVERY STATUS */

.pmx-delivery-status{
  display:flex !important;
  align-items:center !important;

  gap:6px;

  margin-top:6px;

  font-size:10px !important;
  font-weight:800 !important;

  color:#07893b !important;
}

.pmx-delivery-status i{
  width:7px;
  height:7px;

  display:inline-block;

  background:#21d264;

  border-radius:50%;

  box-shadow:0 0 0 4px rgba(33,210,100,.12);

  animation:pmDeliveryPulse 1.8s infinite;
}

@keyframes pmDeliveryPulse{
  0%,100%{
    box-shadow:0 0 0 3px rgba(33,210,100,.12);
  }

  50%{
    box-shadow:0 0 0 6px rgba(33,210,100,.03);
  }
}
/* ==================================================
   PREM MART - FINAL PREMIUM LOCATION CARD
   KEEP THIS AT THE VERY END OF style.css
================================================== */

.pmx-main .pmx-location.pmx-location-premium{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;

  width:auto !important;
  min-width:225px !important;
  height:76px !important;

  padding:10px 16px !important;
  margin:0 18px 0 10px !important;

  background:linear-gradient(135deg,#ffffff 0%,#f5fff8 100%) !important;

  border:1px solid #d4e9db !important;
  border-radius:16px !important;

  box-shadow:
    0 5px 14px rgba(15,23,42,.08),
    0 1px 3px rgba(15,23,42,.04) !important;

  position:relative !important;
  overflow:visible !important;
}

/* GREEN LOCATION ICON BOX */

.pmx-main .pmx-location-premium .pmx-location-icon-wrap{
  width:48px !important;
  height:48px !important;
  min-width:48px !important;

  padding:0 !important;
  margin:0 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  background:linear-gradient(145deg,#16b85c,#07893b) !important;

  border:1px solid rgba(0,120,50,.12) !important;
  border-radius:14px !important;

  box-shadow:
    0 7px 14px rgba(7,137,59,.22),
    inset 0 1px 0 rgba(255,255,255,.25) !important;
}


/* PIN */

.pmx-main .pmx-location-premium .pmx-location-icon{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:auto !important;
  height:auto !important;

  margin:0 !important;
  padding:0 !important;

  font-size:24px !important;
  line-height:1 !important;

  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;

  filter:brightness(0) invert(1) !important;
}


/* TEXT CONTAINER */

.pmx-main .pmx-location-premium .pmx-location-content{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;

  gap:0 !important;

  margin:0 !important;
  padding:0 !important;

  line-height:1 !important;
}


/* DELIVER TO */

.pmx-main .pmx-location-premium .pmx-location-content small{
  display:block !important;

  margin:0 0 4px 0 !important;
  padding:0 !important;

  color:#778195 !important;

  font-size:10px !important;
  font-weight:800 !important;

  letter-spacing:.7px !important;
  line-height:1 !important;
}


/* BOOTY RANCHI */

.pmx-main .pmx-location-premium .pmx-location-content strong{
  display:block !important;

  margin:0 !important;
  padding:0 !important;

  color:#09162c !important;

  font-size:17px !important;
  font-weight:900 !important;

  line-height:1.15 !important;

  white-space:nowrap !important;
}


/* DELIVERY STATUS */

.pmx-main .pmx-location-premium .pmx-delivery-status{
  display:flex !important;
  align-items:center !important;

  gap:7px !important;

  margin:7px 0 0 0 !important;
  padding:0 !important;

  color:#078d3d !important;

  font-size:10px !important;
  font-weight:800 !important;

  line-height:1 !important;

  white-space:nowrap !important;
}


/* GREEN LIVE DOT */

.pmx-main .pmx-location-premium .pmx-delivery-status i{
  display:block !important;

  width:8px !important;
  height:8px !important;

  min-width:8px !important;

  margin:0 !important;
  padding:0 !important;

  background:#16c75a !important;

  border:0 !important;
  border-radius:50% !important;

  box-shadow:0 0 0 4px rgba(22,199,90,.13) !important;

  animation:pmLocationPulse 1.6s infinite !important;
}


@keyframes pmLocationPulse{
  0%,100%{
    box-shadow:0 0 0 3px rgba(22,199,90,.14);
  }

  50%{
    box-shadow:0 0 0 7px rgba(22,199,90,.03);
  }
}


/* HOVER */

.pmx-main .pmx-location.pmx-location-premium:hover{
  transform:translateY(-2px) !important;

  border-color:#9eddb5 !important;

  box-shadow:
    0 10px 24px rgba(7,137,59,.13),
    0 2px 5px rgba(15,23,42,.05) !important;
}
.pmx-location-svg{
  width:24px !important;
  height:24px !important;
  object-fit:contain !important;
  display:block !important;
  filter:brightness(0) invert(1) !important;
}
/* HEADER BOTTOM WHITE LINE REMOVE */
.pmx-header,
.pmx-main{
  border-bottom:none !important;
  box-shadow:none !important;
}

.prem-green-line{
  margin-top:0 !important;
  border-top:none !important;
}
