:root{--black:#191715;--purple:#d88be8;--cream:#efe3b4;--green:#00a86b;--red:#b42318;--bg:#f7f7f8}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:#1f1f1f}.top{background:var(--black);position:sticky;top:0;z-index:20;box-shadow:0 2px 14px #0003}.nav{max-width:1320px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:12px 18px;gap:14px}.brand{display:flex;align-items:center;gap:10px;color:white;text-decoration:none;font-weight:900}.brand img{width:56px;height:56px;border-radius:50%}.links{display:flex;gap:13px;flex-wrap:wrap}.links a{color:white;text-decoration:none;font-weight:700;font-size:14px}.links a:hover{color:var(--purple)}.head-tools{display:flex;align-items:center;gap:8px;color:white}.lang{width:auto;margin:0;padding:9px}.hero{background:linear-gradient(135deg,#191715,#342535);color:white;padding:60px 18px}.hero .wrap,.wrap{max-width:1240px;margin:auto}.hero h1{font-size:46px;margin:0 0 12px}.hero p{font-size:18px;color:#eee;max-width:780px}.btn,button{border:0;background:var(--purple);color:#151515;border-radius:10px;padding:11px 16px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn.dark{background:var(--black);color:white}.btn.red,button.red{background:var(--red);color:white}.btn.green{background:var(--green);color:white}input,select,textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:10px;margin:6px 0 12px;background:white}section{max-width:1240px;margin:28px auto;padding:0 18px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px}.card,.panel{background:white;border-radius:16px;box-shadow:0 4px 18px #00000012;overflow:hidden}.panel{padding:22px}.card img{width:100%;height:170px;object-fit:cover;background:#eee}.card .body{padding:14px}.price{font-weight:900;color:var(--green)}.badge{background:var(--cream);border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-block}.layout{display:grid;grid-template-columns:1fr 380px;gap:22px}.table{width:100%;border-collapse:collapse;background:white}.table th,.table td{border-bottom:1px solid #eee;padding:10px;text-align:left;vertical-align:top}.hidden{display:none}.footer{background:var(--black);color:white;margin-top:40px;padding:30px 18px}.footer a{color:white;margin-right:10px}.socials{display:flex;gap:10px;flex-wrap:wrap}.social-btn{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:white;background:#333;text-decoration:none}.social-btn.facebook{background:#1877f2}.social-btn.instagram{background:#c13584}.social-btn.tiktok{background:#111}.social-btn.x{background:#000}.social-btn.whatsapp{background:#25D366}.whatsapp-float{position:fixed;right:18px;bottom:18px;background:#25D366;color:white;border-radius:999px;padding:14px 18px;z-index:30;text-decoration:none;font-weight:900}.notice{background:#fff7db;border-left:5px solid var(--purple);padding:12px;border-radius:10px}.row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.row3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.small{font-size:13px;color:#666}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.tabs button{background:#eee}.tabs button.active{background:var(--purple)}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.logo-small{width:50px}.config-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(max-width:900px){.links{display:none}.layout,.row,.row3,.auth-grid,.config-grid{grid-template-columns:1fr}.hero h1{font-size:34px}.table{font-size:13px}.nav{align-items:flex-start;flex-direction:column}.head-tools{width:100%;justify-content:space-between}}
.address-fields{background:#fafafa;border:1px solid #eee;border-radius:12px;padding:12px;margin:8px 0 12px}.address-fields h3{margin:0 0 10px}.address-box{font-size:13px;line-height:1.45;background:#fafafa;border:1px solid #eee;border-radius:10px;padding:8px;margin-top:6px;min-width:190px}.redtext{color:#b42318}
.category-browser{background:white;border-radius:16px;box-shadow:0 4px 18px #00000012;overflow:hidden;margin-bottom:24px}.category-head{background:#17151a;color:white;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.category-head a{color:#ffddd6}.cat-row{border-bottom:1px solid #eee}.cat-main{display:flex;justify-content:space-between;align-items:center;padding:13px 18px;font-weight:800}.cat-main a{color:#222;text-decoration:none}.cat-main span{background:#eee;border-radius:999px;padding:3px 8px}.sub-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px;padding:0 18px 14px}.sub-list a{display:flex;justify-content:space-between;text-decoration:none;color:#444;background:#f8f8f8;border-radius:8px;padding:9px 10px}.sub-list a:hover{background:#f3e4fb;color:#111}.track-card{background:white;border-radius:16px;box-shadow:0 4px 18px #00000012;padding:22px;margin-top:16px}.track-summary{border-bottom:1px solid #eee;margin-bottom:18px}.progress-track{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin:20px 0}.progress-step{position:relative;text-align:center;color:#888;font-weight:700}.progress-step .dot{width:28px;height:28px;border-radius:50%;background:#ddd;margin:0 auto 8px;border:4px solid #f3f3f3}.progress-step.done .dot{background:var(--green)}.progress-step.current .dot{background:var(--purple);box-shadow:0 0 0 5px #f2d7fa}.progress-step.done{color:#111}.timeline{display:grid;gap:8px}.timeline .step{border-left:4px solid var(--purple);background:#fafafa;padding:9px 12px;border-radius:8px}.address-box{background:#fafafa;border-radius:8px;padding:8px;margin-top:6px;line-height:1.4}.redtext{color:var(--red)}

.google-map{height:330px;border-radius:14px;border:1px solid #ddd;background:#f2f2f2;margin:10px 0;overflow:hidden}.map-picker{border:1px solid #eee;background:#fff;border-radius:14px;padding:14px;margin:14px 0}.map-fallback{padding:30px;text-align:center;color:#555}.notice.success{background:#e8fff4;border:1px solid #0a8f54}.notice.error{background:#fff1f0;border:1px solid #d93025}.address-box .map-actions a,.btn.map{display:inline-block;margin-top:6px}.map-coords{font-size:12px;color:#555}

.password-wrap{display:flex;gap:8px;align-items:center}.password-wrap input{flex:1}.show-pass{white-space:nowrap;padding:12px 14px;background:#eee;color:#111}.single-auth{max-width:720px;margin:auto}.single-auth .panel{min-height:0}

/* DESKTOP + MOBILE PRICE LOCK SYSTEM */
.tablePriceLocked{
  pointer-events:none!important;
  background:#f3f3f3!important;
  color:#111!important;
}

tr button{
  cursor:pointer!important;
}

.tablePriceLocked{
  pointer-events:none!important;
  background:#f3f3f3!important;
  color:#111!important;
}

.tablePriceLocked{
  pointer-events:none!important;
  background:#f3f3f3!important;
  color:#111!important;
}


.category-manager-card{
  background:#fff;
  border-radius:16px;
  padding:18px;
  margin:18px 0;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.category-manager-card h2{
  margin:0 0 14px;
}

.category-manager-row{
  display:flex;
  gap:10px;
  margin:10px 0;
  flex-wrap:wrap;
}

.category-manager-row input,
.category-manager-row select{
  flex:1;
  min-width:180px;
  padding:14px;
  border:1px solid #ddd;
  border-radius:10px;
  font-size:16px;
}

.category-manager-row button{
  background:#d88be8;
  border:0;
  border-radius:10px;
  padding:14px 18px;
  font-weight:900;
  font-size:15px;
}

.top{
display:flex!important;
align-items:center!important;
justify-content:flex-start!important;
gap:12px!important;
}

.top .brand{
display:flex!important;
align-items:center!important;
gap:12px!important;
margin:0!important;
flex:0 1 auto!important;
}

.top .brand img{
width:52px!important;
height:52px!important;
object-fit:contain!important;
}

.top .brand span{
font-size:18px!important;
font-weight:900!important;
white-space:nowrap!important;
}

.hamb{
margin-right:0!important;
}

/* hide duplicate homepage menu button */
header.top .hamb:nth-of-type(n+2),
header.top button.hamb + button.hamb{
  display:none!important;
}

/* align logo/name beside single menu */
header.top{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  overflow:hidden!important;
}

header.top .brand{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  min-width:0!important;
}

header.top .brand img{
  width:48px!important;
  height:48px!important;
}

header.top .brand span{
  font-size:22px!important;
  white-space:nowrap!important;
}

#mobileMenuBtn{
  display:none!important;
}

header.top .hamb{
  display:flex!important;
  width:70px!important;
  height:70px!important;
  align-items:center!important;
  justify-content:center!important;
  background:#d88be8!important;
  border:0!important;
  border-radius:12px!important;
  font-size:36px!important;
  font-weight:900!important;
  flex:0 0 auto!important;
}

header.top{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  overflow:hidden!important;
}

header.top .brand{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
}

/* FINAL MENU FIX */
#mobileMenuBtn{
  display:none!important;
}

header.top .hamb{
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  padding:0!important;
  font-size:30px!important;
  border-radius:10px!important;
  background:#d88be8!important;
  border:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

header.top{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
}

header.top .brand{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
}

/* FINAL HEADER ALIGNMENT */
#mobileMenuBtn{
  display:none!important;
}

header.top{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  overflow:hidden!important;
  padding:18px 20px!important;
}

header.top .hamb{
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  max-width:54px!important;
  padding:0!important;
  border:0!important;
  border-radius:12px!important;
  background:#d88be8!important;
  color:#111!important;
  font-size:30px!important;
  font-weight:900!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 54px!important;
}

header.top .brand{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  min-width:0!important;
  overflow:hidden!important;
}

header.top .brand img{
  width:50px!important;
  height:50px!important;
  object-fit:contain!important;
}

header.top .brand span{
  font-size:24px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

/* FINAL HOME HEADER LEFT ALIGN */
header.top{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  padding:14px 14px!important;
  overflow:hidden!important;
}

header.top .hamb{
  order:1!important;
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  max-width:56px!important;
  margin:0!important;
  padding:0!important;
  flex:0 0 56px!important;
  border-radius:12px!important;
  font-size:32px!important;
}

header.top .brand{
  order:2!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
  min-width:0!important;
  flex:1 1 auto!important;
  overflow:hidden!important;
}

header.top .brand img{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
}

header.top .brand span{
  font-size:20px!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

/* FORCE HEADER: MENU LEFT, THEN LOGO + NAME */
header.top{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:14px 12px!important;
  gap:8px!important;
  overflow:hidden!important;
}

header.top .hamb{
  position:static!important;
  order:1!important;
  margin:0!important;
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  flex:0 0 54px!important;
}

header.top .brand{
  order:2!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex:1 1 auto!important;
  min-width:0!important;
  overflow:hidden!important;
}

header.top .brand img{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
}

header.top .brand span{
  font-size:18px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

/* FINAL ALL PAGE HEADER FIX */
header.top{
  position:relative!important;
  height:96px!important;
  display:block!important;
  padding:0!important;
  background:#111!important;
  overflow:hidden!important;
}

header.top .hamb{
  position:absolute!important;
  left:18px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  max-width:58px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:12px!important;
  background:#d88be8!important;
  color:#111!important;
  font-size:32px!important;
  font-weight:900!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  z-index:20!important;
}

header.top .brand{
  position:absolute!important;
  left:92px!important;
  right:10px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

header.top .brand img{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  object-fit:contain!important;
}

header.top .brand span{
  color:#fff!important;
  font-size:20px!important;
  font-weight:900!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

/* DESKTOP MENU CLICK FIX */
header.top .hamb,
#mainMenuBtn{
  pointer-events:auto!important;
  cursor:pointer!important;
  z-index:999999!important;
}

#mobileOverlay{
  z-index:999998!important;
}

#mobileSide{
  z-index:999999!important;
}

/* HARD DESKTOP SIDEBAR VISIBILITY */
#mobileOverlay{
  position:fixed!important;
  inset:0!important;
  background:rgba(0,0,0,.45)!important;
  display:none;
  z-index:999998!important;
}

#mobileSide{
  position:fixed!important;
  top:0!important;
  left:-320px;
  width:300px!important;
  max-width:85vw!important;
  height:100vh!important;
  background:#111!important;
  color:white!important;
  z-index:999999!important;
  transition:left .25s ease!important;
  overflow:auto!important;
}

#mobileSide .mobileHeader{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:20px!important;
  border-bottom:1px solid #333!important;
}

#mobileSide .mobileLink{
  display:block!important;
  color:white!important;
  text-decoration:none!important;
  padding:18px 22px!important;
  border-bottom:1px solid #333!important;
  font-weight:800!important;
}

#mainMenuBtn,
header.top .hamb{
  pointer-events:auto!important;
  cursor:pointer!important;
  z-index:999997!important;
}

/* FINAL SIDEBAR CSS */
#kbOverlayFinal{
  position:fixed!important;
  inset:0!important;
  background:rgba(0,0,0,.55)!important;
  display:none!important;
  z-index:2147483646!important;
}

#kbOverlayFinal.show{
  display:block!important;
}

#kbSideFinal{
  position:fixed!important;
  top:0!important;
  left:0!important;
  width:310px!important;
  max-width:86vw!important;
  height:100vh!important;
  background:#111!important;
  color:#fff!important;
  z-index:2147483647!important;
  transform:translateX(-110%)!important;
  transition:transform .25s ease!important;
  overflow:auto!important;
}

#kbSideFinal.open{
  transform:translateX(0)!important;
}

#kbSideFinal .kbSideHead{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:20px!important;
  border-bottom:1px solid #333!important;
}

#kbSideFinal .kbSideHead img{
  width:52px!important;
  height:52px!important;
}

#kbSideFinal a{
  display:block!important;
  color:#fff!important;
  text-decoration:none!important;
  padding:18px 22px!important;
  border-bottom:1px solid #333!important;
  font-weight:800!important;
}

#mainMenuBtn,
header.top .hamb{
  pointer-events:auto!important;
  cursor:pointer!important;
}

/* CLEAN WORKING SIDEBAR */
#mobileOverlay{
  position:fixed!important;
  inset:0!important;
  background:rgba(0,0,0,.55)!important;
  display:none!important;
  z-index:999998!important;
}

#mobileOverlay.show{
  display:block!important;
}

#mobileSide{
  position:fixed!important;
  top:0!important;
  left:0!important;
  width:310px!important;
  max-width:86vw!important;
  height:100vh!important;
  background:#111!important;
  color:white!important;
  transform:translateX(-110%)!important;
  transition:transform .25s ease!important;
  z-index:999999!important;
  overflow:auto!important;
}

#mobileSide.open{
  transform:translateX(0)!important;
}

#mobileSide .mobileHeader{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:20px!important;
  border-bottom:1px solid #333!important;
}

#mobileSide .mobileHeader img{
  width:50px!important;
  height:50px!important;
}

#mobileSide a{
  display:block!important;
  color:white!important;
  text-decoration:none!important;
  padding:18px 22px!important;
  border-bottom:1px solid #333!important;
  font-weight:800!important;
}

/* DESKTOP: hide menu button, keep normal header */
@media (min-width: 769px){
  header.top .hamb,
  #mainMenuBtn{
    display:none!important;
  }

  header.top{
    height:96px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
  }

  header.top .brand{
    position:static!important;
    transform:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:12px!important;
    margin:0!important;
  }

  header.top .brand img{
    width:56px!important;
    height:56px!important;
  }

  header.top .brand span{
    font-size:28px!important;
    font-weight:900!important;
    white-space:nowrap!important;
  }
}

.home-new{
  background:#f7f7f7;
}

.home-hero{
  background:#f2eadf;
  padding:36px 28px 34px;
  text-align:center;
}

.home-logo{
  width:150px;
  max-width:45%;
  margin:10px auto 22px;
  display:block;
}

.home-hero h1{
  color:#111;
  font-size:30px;
  line-height:1.15;
  text-align:left;
  margin:0 0 24px;
  font-weight:900;
}

.home-search-box{
  display:flex;
  align-items:center;
  gap:10px;
  background:white;
  border:1px solid #ddd;
  border-radius:999px;
  padding:14px 18px;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.home-search-box input{
  border:0;
  outline:0;
  width:100%;
  font-size:17px;
}

.home-section{
  padding:24px 28px;
}

.home-section h2{
  margin:0 0 16px;
  font-size:28px;
}

.home-categories{
  display:flex;
  gap:12px;
  overflow-x:auto;
  padding-bottom:8px;
}

.home-cat-btn{
  background:#d88be8;
  border:0;
  border-radius:14px;
  padding:14px 18px;
  font-weight:900;
  white-space:nowrap;
}

.home-products{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(160px,1fr));
  gap:16px;
}

.home-product-card{
  background:white;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.home-product-card img{
  width:100%;
  height:140px;
  object-fit:contain;
  background:#fff;
  padding:10px;
}

.home-product-info{
  padding:14px;
}

.home-product-info h3{
  margin:0 0 6px;
  font-size:17px;
  line-height:1.2;
}

.home-product-info p{
  margin:0 0 8px;
  color:#666;
  font-size:13px;
}

.home-product-info b{
  display:block;
  margin-bottom:10px;
}

.home-product-info button{
  width:100%;
  background:#111;
  color:white;
  border:0;
  border-radius:12px;
  padding:12px;
  font-weight:900;
}

/* SHOW MENU ON DESKTOP + LOGO LEFT */
@media (min-width: 769px){
  header.top{
    height:80px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:14px!important;
    padding:0 22px!important;
    background:#111!important;
  }

  header.top .hamb,
  #mainMenuBtn{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    position:static!important;
    transform:none!important;
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    max-width:52px!important;
    flex:0 0 52px!important;
    background:#d88be8!important;
    color:#111!important;
    border:0!important;
    border-radius:10px!important;
    font-size:30px!important;
    align-items:center!important;
    justify-content:center!important;
    cursor:pointer!important;
    z-index:9999!important;
  }

  header.top .brand{
    position:static!important;
    transform:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    margin:0!important;
  }

  header.top .brand img{
    width:46px!important;
    height:46px!important;
  }

  header.top .brand span{
    font-size:26px!important;
    font-weight:900!important;
    color:white!important;
    white-space:nowrap!important;
  }
}

/* Header fix: desktop */
@media (min-width: 769px) {
  header.top {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    position: sticky;
    top: 0;
    z-index: 9999;
  }

  header.top .hamb {
    display: none !important;
  }

  header.top .nav {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
  }

  header.top .brand {
    order: -1 !important;
    margin-right: 22px !important;
    margin-left: 0 !important;
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
  }

  header.top .brand img {
    display: inline-block !important;
  }

  header.top .brand span {
    display: inline-block !important;
    white-space: nowrap !important;
  }
}

/* Show menu button only on mobile */
@media (max-width: 768px) {
  header.top .hamb {
    display: flex !important;
  }
}

@media (min-width: 769px) {
  header.top .hamb {
    display: none !important;
  }
}

/* Hide only the purple Customer Login button near language selector */
header.top .head-tools a[href$="customer-login.html"],
header.top .head-tools a[href="/customer-login.html"],
header.top .head-tools a[href="customer-login.html"] {
  display: none !important;
}

/* Mobile menu open/close fix */
@media (max-width: 768px) {
  header.top .hamb {
    display: flex !important;
    cursor: pointer;
  }

  header.top .nav {
    display: none !important;
  }

  header.top .nav.open {
    display: flex !important;
    flex-direction: column !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #111;
    z-index: 99999;
    padding: 14px;
  }

  header.top .nav.open .links {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
  }
}

@media (min-width: 769px) {
  header.top .nav {
    display: flex !important;
  }
}

/* FINAL header/menu fix */
header.top {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  background: #111 !important;
}

header.top .brand {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-shrink: 0 !important;
}

header.top .brand img {
  display: block !important;
}

header.top .brand span {
  display: inline-block !important;
  white-space: nowrap !important;
}

@media (min-width: 769px) {
  header.top .hamb {
    display: none !important;
  }

  header.top .nav {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  header.top {
    min-height: 70px !important;
  }

  header.top .hamb {
    display: flex !important;
    position: absolute !important;
    right: 12px !important;
    top: 12px !important;
    z-index: 100001 !important;
    cursor: pointer !important;
  }

  header.top .nav {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
  }

  header.top .nav .brand {
    position: static !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  header.top .nav .links,
  header.top .nav .head-tools {
    display: none !important;
  }

  header.top .nav.mobile-open {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: #111 !important;
    z-index: 100000 !important;
    padding: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  header.top .nav.mobile-open .brand {
    display: none !important;
  }

  header.top .nav.mobile-open .links,
  header.top .nav.mobile-open .head-tools {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
  }
}

/* MOBILE header alignment + working sidebar */
@media (max-width: 768px) {
  header.top {
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 72px 0 84px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
  }

  header.top .hamb {
    display: flex !important;
    position: absolute !important;
    left: 10px !important;
    top: 12px !important;
    width: 56px !important;
    height: 56px !important;
    z-index: 100002 !important;
  }

  header.top .nav {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
  }

  header.top .brand {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  header.top .brand img {
    width: 42px !important;
    height: 42px !important;
  }

  header.top .brand span {
    font-size: 22px !important;
    white-space: nowrap !important;
  }

  header.top .links,
  header.top .head-tools {
    display: none !important;
  }

  header.top .nav.mobile-open {
    position: fixed !important;
    top: 72px !important;
    left: 0 !important;
    width: 260px !important;
    height: calc(100vh - 72px) !important;
    background: #111 !important;
    padding: 18px !important;
    z-index: 100001 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    overflow-y: auto !important;
  }

  header.top .nav.mobile-open .brand {
    display: none !important;
  }

  header.top .nav.mobile-open .links,
  header.top .nav.mobile-open .head-tools {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }
}

/* FIX: mobile sidebar menu */
@media (max-width: 768px) {
  header.top {
    height: 72px !important;
    padding: 0 70px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
  }

  header.top .hamb {
    display: flex !important;
    position: absolute !important;
    left: 10px !important;
    top: 10px !important;
    width: 52px !important;
    height: 52px !important;
    z-index: 999999 !important;
  }

  header.top .nav {
    display: flex !important;
    align-items: center !important;
  }

  header.top .brand {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  header.top .brand img {
    width: 42px !important;
    height: 42px !important;
  }

  header.top .brand span {
    font-size: 22px !important;
    white-space: nowrap !important;
  }

  header.top .links,
  header.top .head-tools {
    display: none !important;
  }

  body.menu-open header.top .nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 280px !important;
    height: 100vh !important;
    background: #111 !important;
    z-index: 999998 !important;
    padding: 85px 20px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    overflow-y: auto !important;
  }

  body.menu-open header.top .nav .brand {
    display: none !important;
  }

  body.menu-open header.top .nav .links,
  body.menu-open header.top .nav .head-tools {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }
}

@media (min-width: 769px) {
  header.top .hamb {
    display: none !important;
  }

  header.top .nav {
    display: flex !important;
  }
}

/* CLEAN MOBILE HEADER + SIDEBAR FIX */
@media (max-width: 768px) {
  body.menu-open {
    overflow: hidden !important;
  }

  header.top {
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 12px 0 78px !important;
    display: flex !important;
    align-items: center !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    background: #111 !important;
  }

  header.top .hamb {
    display: flex !important;
    position: absolute !important;
    left: 10px !important;
    top: 10px !important;
    width: 52px !important;
    height: 52px !important;
    z-index: 100001 !important;
  }

  header.top .nav {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    position: static !important;
    background: transparent !important;
    padding: 0 !important;
    height: auto !important;
  }

  header.top .brand {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  header.top .brand img {
    width: 42px !important;
    height: 42px !important;
  }

  header.top .brand span {
    font-size: 22px !important;
    white-space: nowrap !important;
  }

  header.top .links,
  header.top .head-tools {
    display: none !important;
  }

  body.menu-open header.top .nav {
    position: fixed !important;
    top: 72px !important;
    left: 0 !important;
    width: 290px !important;
    height: calc(100vh - 72px) !important;
    background: #111 !important;
    padding: 18px !important;
    z-index: 100000 !important;
    display: block !important;
    overflow-y: auto !important;
  }

  body.menu-open header.top .nav .brand {
    display: none !important;
  }

  body.menu-open header.top .nav .links,
  body.menu-open header.top .nav .head-tools {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }

  body.menu-open header.top .nav a,
  body.menu-open header.top .nav select,
  body.menu-open header.top .nav button {
    display: block !important;
    width: 100% !important;
  }
}

/* Screenshot-style mobile sidebar */
@media (max-width: 768px) {
  header.top {
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 12px 0 78px !important;
    display: flex !important;
    align-items: center !important;
    background: #111 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
  }

  header.top .hamb {
    display: flex !important;
    position: absolute !important;
    left: 10px !important;
    top: 10px !important;
    width: 52px !important;
    height: 52px !important;
    z-index: 100002 !important;
  }

  header.top .nav {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    background: transparent !important;
  }

  header.top .brand {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  header.top .brand img {
    width: 42px !important;
    height: 42px !important;
  }

  header.top .brand span {
    font-size: 22px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  header.top .links,
  header.top .head-tools {
    display: none !important;
  }

  body.menu-open::after {
    content: "";
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.55);
    z-index: 99998;
  }

  body.menu-open header.top .nav {
    position: fixed !important;
    top: 72px !important;
    left: 0 !important;
    width: 73vw !important;
    max-width: 500px !important;
    min-width: 290px !important;
    height: calc(100vh - 72px) !important;
    background: #111 !important;
    z-index: 100000 !important;
    padding: 0 !important;
    display: block !important;
    overflow-y: auto !important;
  }

  body.menu-open header.top .nav .brand {
    display: flex !important;
    padding: 28px 32px !important;
    border-bottom: 1px solid #2b2b2b !important;
  }

  body.menu-open header.top .nav .brand img {
    width: 54px !important;
    height: 54px !important;
  }

  body.menu-open header.top .nav .brand span {
    font-size: 26px !important;
  }

  body.menu-open header.top .nav .links,
  body.menu-open header.top .nav .head-tools {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0 !important;
  }

  body.menu-open header.top .nav a {
    display: block !important;
    width: 100% !important;
    padding: 22px 32px !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    border-bottom: 1px solid #2b2b2b !important;
  }

  body.menu-open header.top .nav select {
    width: calc(100% - 64px) !important;
    margin: 22px 32px !important;
    height: 38px !important;
  }
}

/* Fix cropped mobile sidebar logo/header */
@media (max-width: 768px) {
  body.menu-open header.top .nav {
    top: 0 !important;
    height: 100vh !important;
    width: 73vw !important;
    padding-top: 0 !important;
  }

  body.menu-open header.top .nav .brand {
    height: 110px !important;
    min-height: 110px !important;
    padding: 22px 28px !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
  }

  body.menu-open header.top .nav .brand img {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
  }

  body.menu-open header.top .nav .brand span {
    font-size: 24px !important;
    line-height: 1.2 !important;
    max-width: 300px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.menu-open header.top .nav a {
    padding: 22px 32px !important;
  }

  body.menu-open::after {
    top: 0 !important;
  }
}

/* FINAL OVERRIDE: sidebar logo/name alignment */
@media (max-width: 768px) {
  header.top {
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 10px 0 82px !important;
    display: flex !important;
    align-items: center !important;
    background: #111 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    overflow: visible !important;
  }

  header.top .hamb {
    display: flex !important;
    position: absolute !important;
    left: 16px !important;
    top: 10px !important;
    width: 58px !important;
    height: 58px !important;
    z-index: 100002 !important;
  }

  header.top .nav {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 72px !important;
    background: transparent !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  header.top .brand {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    height: 72px !important;
    overflow: visible !important;
  }

  header.top .brand img {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }

  header.top .brand span {
    font-size: 22px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }

  header.top .links,
  header.top .head-tools {
    display: none !important;
  }

  body.menu-open header.top .nav {
    position: fixed !important;
    top: 72px !important;
    left: 0 !important;
    width: 73vw !important;
    min-width: 300px !important;
    max-width: 500px !important;
    height: calc(100vh - 72px) !important;
    background: #111 !important;
    z-index: 100000 !important;
    display: block !important;
    padding: 0 !important;
    overflow-y: auto !important;
  }

  body.menu-open header.top .nav .brand {
    display: flex !important;
    height: 96px !important;
    min-height: 96px !important;
    padding: 20px 26px !important;
    border-bottom: 1px solid #2b2b2b !important;
  }

  body.menu-open header.top .nav .brand img {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
  }

  body.menu-open header.top .nav .brand span {
    font-size: 24px !important;
    max-width: 330px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

/* CLEAN FIX: mobile header alignment */
@media (max-width: 768px) {
  header.top {
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 12px 0 88px !important;
    display: flex !important;
    align-items: center !important;
    background: #111 !important;
    overflow: visible !important;
  }

  header.top .hamb {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 56px !important;
    height: 56px !important;
    display: flex !important;
    z-index: 999999 !important;
  }

  header.top .nav {
    height: 72px !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
  }

  header.top .brand {
    height: 72px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    overflow: visible !important;
  }

  header.top .brand img {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    display: block !important;
  }

  header.top .brand span {
    font-size: 22px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }
}

/* Restore logo/name position only - do not move menu button */
@media (max-width: 768px) {
  header.top .nav {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  header.top .brand {
    transform: translateY(16px) !important;
  }

  header.top .brand img {
    width: 44px !important;
    height: 44px !important;
  }

  header.top .brand span {
    font-size: 22px !important;
    line-height: 1.1 !important;
  }
}

@media (max-width:768px){
  header.top{
    display:flex !important;
    align-items:center !important;
    padding-left:90px !important;
  }

  header.top .brand{
    position:absolute !important;
    left:95px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    margin:0 !important;
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
  }

  header.top .brand img{
    width:42px !important;
    height:42px !important;
  }

  header.top .brand span{
    font-size:20px !important;
    white-space:nowrap !important;
  }
}

@media (max-width:768px){

  header.top .brand{
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;

    display:flex !important;
    align-items:center !important;
    height:56px !important;
    margin-left:18px !important;
  }

  header.top .brand img{
    width:42px !important;
    height:42px !important;
    margin:0 !important;
  }

  header.top .brand span{
    margin:0 !important;
    line-height:42px !important;
  }
}

/* Make sidebar items smaller + hide toggle when sidebar is open */
@media (max-width:768px){
  body.menu-open header.top .hamb{
    display:none !important;
  }

  body.menu-open header.top .nav .brand{
    height:76px !important;
    min-height:76px !important;
    padding:14px 22px !important;
    gap:10px !important;
  }

  body.menu-open header.top .nav .brand img{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
  }

  body.menu-open header.top .nav .brand span{
    font-size:20px !important;
    max-width:230px !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  body.menu-open header.top .nav a{
    font-size:18px !important;
    padding:16px 24px !important;
  }
}

/* Make menu button same size as logo */
@media (max-width:768px){
  header.top .hamb{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    min-height:42px !important;
    padding:0 !important;
  }

  header.top .hamb svg,
  header.top .hamb i{
    font-size:22px !important;
  }
}

/* Bring sidebar contents upward */
@media (max-width:768px){
  body.menu-open header.top .nav .brand{
    padding-top:8px !important;
    padding-bottom:8px !important;
    height:58px !important;
    min-height:58px !important;
  }

  body.menu-open header.top .nav a{
    padding-top:12px !important;
    padding-bottom:12px !important;
  }

  body.menu-open header.top .nav select{
    margin-top:12px !important;
    margin-bottom:12px !important;
  }
}

/* Mobile: show only Logout button when logged in */
@media (max-width:768px){
  #userBox{
    font-size:0 !important;
  }

  #userBox > :not(button),
  #userBox > :not(.logout),
  #userBox span,
  #userBox p,
  #userBox div:not(:has(button)){
    display:none !important;
  }

  #userBox button,
  #userBox .logout{
    display:block !important;
    width:100% !important;
  }
}

/* Sidebar: show Logout only when admin is logged in */
@media (max-width:768px){
  body.menu-open #userBox{
    display:block !important;
    width:100% !important;
    padding:12px 24px !important;
    font-size:16px !important;
  }

  body.menu-open #userBox button{
    display:block !important;
    width:100% !important;
  }
}

/* Move sidebar contents upward so Logout is visible */
@media (max-width:768px){
  body.menu-open header.top .nav .brand{
    height:52px !important;
    min-height:52px !important;
    padding:6px 20px !important;
  }

  body.menu-open header.top .nav a{
    padding-top:10px !important;
    padding-bottom:10px !important;
    font-size:17px !important;
  }

  body.menu-open header.top .nav select{
    margin-top:8px !important;
    margin-bottom:8px !important;
    height:40px !important;
  }

  body.menu-open #userBox{
    padding-top:6px !important;
    padding-bottom:6px !important;
  }

  body.menu-open #userBox button{
    height:42px !important;
    padding:8px !important;
  }
}

/* Simple customer registration: hide delivery address fields from registration */
#rflat, #rfloor, #rbuilding, #rstreet, #rzone, #rarea, #rlandmark, #rextra,
#raddress, #raddr, #rmap, #rmapSearch, #rmapStatus, #rlat, #rlng, #rplaceId,
[data-map-prefix="r"],
.map-picker[data-map-prefix="r"],
.address-box:has(#rflat),
.address-box:has(#rmap) {
  display: none !important;
}

/* Customer account pages + profile sidebar */
.profile-corner-btn{position:fixed;top:14px;right:14px;z-index:9998;border:0;border-radius:999px;background:#6b2b7a;color:#fff;width:44px;height:44px;font-size:20px;box-shadow:0 6px 18px #0002}
.profile-shade{display:none;position:fixed;inset:0;background:#0007;z-index:9998}
.profile-shade.open{display:block}
.profile-side{position:fixed;top:0;right:-320px;width:290px;max-width:86vw;height:100vh;background:#fff;z-index:9999;box-shadow:-8px 0 25px #0003;padding:22px;transition:.25s;display:flex;flex-direction:column;gap:10px}
.profile-side.open{right:0}
.profile-close{align-self:flex-end;border:0;background:#f2e8f5;color:#6b2b7a;border-radius:10px;font-size:26px;width:42px;height:42px}
.profile-head{border-bottom:1px solid #eee;padding-bottom:14px;margin-bottom:8px}
.profile-head b{display:block;font-size:20px;color:#6b2b7a}
.profile-head span{font-size:13px;color:#666;word-break:break-all}
.profile-side a,.side-logout{padding:13px 14px;border-radius:12px;background:#f8f3fa;color:#222;text-decoration:none;border:0;text-align:left;font-size:16px}
.side-logout{background:#ffecec;color:#b00020;margin-top:auto}
.customer-page{max-width:950px;margin:90px auto 40px;padding:0 16px}
.customer-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 5px 22px #0001;margin-bottom:16px}
.customer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.customer-card input,.customer-card textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:10px;margin:6px 0 12px}
.customer-card button,.main-action{background:#6b2b7a;color:white;border:0;border-radius:12px;padding:12px 16px;text-decoration:none;display:inline-block}
.notice-box{background:#fff7df;border:1px solid #f3d48b;padding:14px;border-radius:12px}

/* Remove old floating profile button. Use existing menu button only. */
.profile-corner-btn,
.profile-shade,
.profile-side{
  display:none !important;
}

/* Cart product thumbnail */
.cart-product-cell{
  display:flex;
  align-items:center;
  gap:10px;
}
.cart-product-cell img{
  width:46px;
  height:46px;
  border-radius:8px;
  object-fit:cover;
  background:#eee;
  flex:0 0 46px;
}

/* Compact cart quantity controls */
.mini-qty{
  display:inline-flex;
  align-items:center;
  gap:2px;
  white-space:nowrap;
}
.mini-qty button{
  width:22px !important;
  height:22px !important;
  min-width:22px !important;
  padding:0 !important;
  border-radius:6px !important;
  font-size:14px !important;
  line-height:1 !important;
  justify-content:center !important;
}
.mini-qty b{
  min-width:18px;
  text-align:center;
  font-size:13px;
}
@media(max-width:768px){
  .table th,.table td{padding:6px 4px !important;font-size:11px !important}
  .cart-product-cell{gap:5px !important}
  .cart-product-cell img{width:32px !important;height:32px !important;flex-basis:32px !important}
  .cart-product-cell span{font-size:11px !important;line-height:1.2}
  .table button.red{padding:5px 7px !important;font-size:11px !important}
}

/* Compact cart checkout area */
.cart-address-box,.cart-map-box{border:1px solid #eee;border-radius:14px;padding:12px;margin:12px 0;background:#fafafa}
.cart-address-box h3,.cart-map-box h3{margin:0 0 10px}
.cart-address-option{display:flex;gap:8px;align-items:flex-start;background:white;border:1px solid #eee;border-radius:12px;padding:10px;margin:8px 0;cursor:pointer}
.cart-address-option input{width:auto;margin-top:3px}
.cart-address-option span{display:block}
.cart-address-option small{display:block;color:#666;margin-top:3px;line-height:1.3}
.cart-map-search{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center}
.cart-map-search input{margin:0}
.cart-map-search button{white-space:nowrap;padding:10px 12px}
.cart-small-map{height:220px!important;margin-top:10px}
@media(max-width:768px){
  .cart-map-search{grid-template-columns:1fr}
  .cart-small-map{height:190px!important}
}

/* Cart checkout responsive size fix */
.cart-address-box,
.cart-map-box{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
}

#cartSavedAddresses{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
}

.cart-address-option{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  align-items:start!important;
}

.cart-address-option span,
.cart-address-option small,
.cart-address-option b{
  min-width:0!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}

.cart-map-search{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:8px!important;
}

.cart-map-search input,
.cart-map-search button{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
}

.cart-map-search button{
  justify-content:center!important;
  text-align:center!important;
  padding:10px 8px!important;
  white-space:normal!important;
}

.cart-small-map,
#cmap{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:200px!important;
}

@media(min-width:769px){
  .cart-map-search{
    grid-template-columns:minmax(0,1fr) minmax(86px,auto) minmax(130px,auto)!important;
  }
  .cart-map-search button{
    white-space:nowrap!important;
  }
}

@media(max-width:430px){
  .layout .panel{
    padding:12px!important;
  }
  .cart-address-box,
  .cart-map-box{
    padding:10px!important;
  }
  .cart-small-map,
  #cmap{
    height:175px!important;
  }
}


/* Stable desktop checkout map search sizing */
@media(min-width:769px){
  .cart-map-search{
    grid-template-columns: minmax(180px, 1fr) 90px 155px !important;
    align-items:stretch!important;
  }

  .cart-map-search input,
  .cart-map-search button{
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    padding:9px 10px!important;
    font-size:13px!important;
    line-height:1.1!important;
  }

  .cart-map-search button{
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
}


/* Cart checkout: current location button below map */
.cart-current-location-btn{
  width:100%!important;
  max-width:100%!important;
  margin:8px 0 0!important;
  justify-content:center!important;
  text-align:center!important;
  padding:10px 12px!important;
}
@media(min-width:769px){
  .cart-map-search{
    grid-template-columns:minmax(180px,1fr) 90px!important;
  }
}

/* Cart Google Places UI search */
#cartGooglePlaceSearch{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  display:block!important;
}

.cart-map-search > input#cmapSearch[type="hidden"]{
  display:none!important;
}


/* Admin new order alert popup */
.admin-order-alert-overlay{
  position:fixed;
  inset:0;
  background:#0008;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.admin-order-alert-box{
  width:min(520px,96vw);
  max-height:90vh;
  overflow:auto;
  background:#fff;
  border-radius:18px;
  padding:22px;
  box-shadow:0 15px 45px #0005;
}
.admin-order-alert-box h2{
  margin-top:0;
  color:#b42318;
}
.admin-order-alert-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:16px;
}
.admin-order-alert-actions button{
  width:100%;
  justify-content:center;
}
@media(max-width:600px){
  .admin-order-alert-actions{
    grid-template-columns:1fr;
  }
}

.receipt-btn{
  margin-top:8px!important;
  font-size:12px!important;
  padding:7px 9px!important;
}


/* Mobile-only customer login button beside brand */
.mobile-customer-login-btn{
  display:none;
}

@media(max-width:768px){
  .mobile-customer-login-btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin-left:8px!important;
    padding:6px 10px!important;
    border-radius:999px!important;
    background:#d88be8!important;
    color:#151515!important;
    font-size:12px!important;
    font-weight:900!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    line-height:1!important;
  }

  body.customer-logged-in .mobile-customer-login-btn{
    display:none!important;
  }

  header.top .brand{
    gap:6px!important;
  }
}

/* Keep mobile homepage login button out of opened side menu */
@media(max-width:768px){
  body.menu-open #mobileCustomerLoginBtn{
    display:none!important;
  }
}

/* CUSTOMER PROFESSIONAL FOOTER */
.customer-pro-footer{
  background:#151515;
  color:#fff;
  padding:34px 0 88px;
}
.customer-pro-footer .wrap{
  max-width:1180px;
  margin:auto;
  padding:0 22px;
}
.footer-service-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-bottom:28px;
}
.footer-service-row div{
  background:#222;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:16px;
  font-size:18px;
}
.footer-service-row b{
  display:block;
  margin-top:6px;
}
.footer-service-row span{
  display:block;
  color:#bbb;
  font-size:13px;
  margin-top:3px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:24px;
}
.footer-grid h3,.footer-grid h4{
  margin:0 0 12px;
}
.footer-grid p{
  color:#ddd;
  line-height:1.5;
}
.footer-grid a{
  display:block;
  color:#ddd;
  text-decoration:none;
  margin:8px 0;
}
.footer-grid a:hover{
  color:#d88be8;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:26px;
  padding-top:16px;
  color:#aaa;
  font-size:14px;
}

/* MOBILE BOTTOM NAV */
#customerBottomNav{
  display:none;
}
@media(max-width:768px){
  body{
    padding-bottom:76px;
  }
  .footer-service-row,
  .footer-grid{
    grid-template-columns:1fr;
  }
  .customer-pro-footer{
    padding-bottom:105px;
  }
  #customerBottomNav{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    height:68px;
    background:#111;
    border-top:1px solid rgba(255,255,255,.12);
    display:grid;
    grid-template-columns:repeat(5,1fr);
    z-index:99999;
    box-shadow:0 -6px 20px rgba(0,0,0,.25);
  }
  #customerBottomNav a{
    color:#fff;
    text-decoration:none;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    font-size:20px;
    position:relative;
  }
  #customerBottomNav span{
    font-size:11px;
    margin-top:3px;
  }
  #customerBottomNav em{
    position:absolute;
    top:6px;
    right:18px;
    background:#d88be8;
    color:#111;
    border-radius:999px;
    min-width:18px;
    height:18px;
    font-size:11px;
    font-style:normal;
    font-weight:900;
    display:flex;
    align-items:center;
    justify-content:center;
  }
}

/* CUSTOMER CATEGORY PAGE REDESIGN */
.customer-category-redesign{
  margin:18px 0 28px;
}
.category-redesign-head{
  background:#17151a;
  color:#fff;
  border-radius:18px;
  padding:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
}
.category-redesign-head h2{
  margin:0 0 5px;
}
.category-redesign-head p{
  margin:0;
  color:#ddd;
}
.category-redesign-head a{
  background:#d88be8;
  color:#111;
  padding:10px 14px;
  border-radius:10px;
  text-decoration:none;
  font-weight:900;
}
.category-card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(230px,1fr));
  gap:16px;
}
.category-card-new{
  background:#fff;
  border-radius:18px;
  padding:16px;
  box-shadow:0 4px 18px #00000012;
  border:2px solid transparent;
}
.category-card-new.active{
  border-color:#d88be8;
}
.category-card-title{
  display:flex;
  gap:10px;
  align-items:center;
  color:#191715;
  text-decoration:none;
  font-size:17px;
}
.category-card-title span{
  width:38px;
  height:38px;
  border-radius:12px;
  background:#fff7db;
  display:flex;
  align-items:center;
  justify-content:center;
}
.category-subchips{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:13px;
}
.category-subchips a{
  background:#f3f3f3;
  color:#333;
  text-decoration:none;
  padding:7px 9px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
}
.category-subchips a.active{
  background:#d88be8;
  color:#111;
}
@media(max-width:768px){
  .category-redesign-head{
    align-items:flex-start;
    gap:12px;
    flex-direction:column;
  }
}

/* CUSTOMER BOTTOM NAV FINAL CONSISTENCY */
@media(max-width:768px){
  html,body{
    min-height:100%;
  }
  body{
    padding-bottom:86px !important;
  }
  #customerBottomNav{
    height:72px !important;
    padding-bottom:env(safe-area-inset-bottom);
  }
  #customerBottomNav a.active{
    background:#1d1d1d;
    color:#d88be8;
    font-weight:900;
  }
  #customerBottomNav a.active span{
    color:#d88be8;
  }
  .whatsapp-float{
    bottom:86px !important;
  }
}
@media(min-width:769px){
  #customerBottomNav{
    display:none !important;
  }
}

/* FINAL FIX: KEEP CUSTOMER BOTTOM NAV SAME HORIZONTAL LAYOUT */
@media(max-width:768px){
  #customerBottomNav{
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100% !important;
    height:72px !important;
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    grid-template-rows:1fr !important;
    background:#111 !important;
    z-index:999999 !important;
    overflow:hidden !important;
  }

  #customerBottomNav a{
    width:auto !important;
    min-width:0 !important;
    height:72px !important;
    margin:0 !important;
    padding:6px 0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    color:#fff !important;
    font-size:21px !important;
    line-height:1 !important;
    background:transparent !important;
  }

  #customerBottomNav a.active{
    background:#1d1d1d !important;
    color:#d88be8 !important;
  }

  #customerBottomNav span{
    display:block !important;
    font-size:11px !important;
    margin-top:5px !important;
    white-space:nowrap !important;
  }

  #customerBottomNav em{
    top:6px !important;
    right:18px !important;
  }

  body{
    padding-bottom:88px !important;
  }
}

/* PROFESSIONAL MATERIAL ICONS FOR CUSTOMER BOTTOM NAV */
#customerBottomNav .material-symbols-outlined{
  font-size:26px !important;
  line-height:1 !important;
  font-variation-settings:'FILL' 0,'wght' 600,'GRAD' 0,'opsz' 24;
}

#customerBottomNav a.active .material-symbols-outlined{
  font-variation-settings:'FILL' 1,'wght' 700,'GRAD' 0,'opsz' 24;
}

/* OFFICIAL BRAND SOCIAL LOGOS IN CUSTOMER FOOTER */
.customer-pro-footer .social-btn{
  font-size:20px !important;
  margin-right:0 !important;
}

.customer-pro-footer .social-btn i{
  line-height:1 !important;
}

.customer-pro-footer .social-btn.facebook{
  background:#1877f2 !important;
}

.customer-pro-footer .social-btn.instagram{
  background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4) !important;
}

.customer-pro-footer .social-btn.tiktok{
  background:#000 !important;
}

.customer-pro-footer .social-btn.x{
  background:#000 !important;
}

.customer-pro-footer .social-btn.whatsapp{
  background:#25D366 !important;
}

/* FINAL FIX: FOOTER SOCIAL ICON PERFECT ALIGNMENT */
.customer-pro-footer .socials{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  flex-wrap:wrap !important;
}

.customer-pro-footer .social-btn{
  width:54px !important;
  height:54px !important;
  min-width:54px !important;
  min-height:54px !important;
  max-width:54px !important;
  max-height:54px !important;
  border-radius:50% !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  margin:0 !important;
  text-decoration:none !important;
  color:#fff !important;
  font-size:0 !important;
  line-height:1 !important;
  vertical-align:middle !important;
}

.customer-pro-footer .social-btn i{
  display:block !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  font-size:26px !important;
  line-height:1 !important;
  text-align:center !important;
}

.customer-pro-footer .social-btn.facebook i{
  font-size:28px !important;
}

.customer-pro-footer .social-btn.instagram i{
  font-size:29px !important;
}

.customer-pro-footer .social-btn.tiktok i{
  font-size:25px !important;
}

.customer-pro-footer .social-btn.x i{
  font-size:25px !important;
}

.customer-pro-footer .social-btn.whatsapp i{
  font-size:30px !important;
}

/* PAYMENT METHOD UI */
.payment-method-box{
  margin:18px 0;
  padding:16px;
  background:#fafafa;
  border:1px solid #eee;
  border-radius:16px;
}
.payment-method-box h2{
  margin-top:0;
}
.payment-option{
  display:flex;
  gap:12px;
  align-items:flex-start;
  background:white;
  border:2px solid #eee;
  border-radius:14px;
  padding:13px;
  margin:10px 0;
  cursor:pointer;
}
.payment-option.active{
  border-color:#d88be8;
  box-shadow:0 4px 16px rgba(216,139,232,.18);
}
.payment-option input{
  width:auto;
  margin-top:4px;
}
.payment-option b{
  display:block;
  font-size:16px;
}
.payment-option span{
  display:block;
  color:#666;
  font-size:13px;
  margin-top:3px;
}
.disabled-option{
  opacity:.72;
}

/* PAYMENT METHOD MOBILE UI FIX ONLY */
@media(max-width:768px){
  .payment-method-box{
    padding:16px !important;
    margin:18px 0 22px !important;
    border-radius:18px !important;
  }

  .payment-method-box h2{
    font-size:26px !important;
    margin:0 0 18px !important;
  }

  .payment-option{
    display:grid !important;
    grid-template-columns:28px 1fr !important;
    gap:14px !important;
    align-items:center !important;
    padding:18px 16px !important;
    min-height:88px !important;
    border-radius:18px !important;
  }

  .payment-option input{
    width:22px !important;
    height:22px !important;
    margin:0 !important;
  }

  .payment-option div{
    width:100% !important;
    min-width:0 !important;
  }

  .payment-option b{
    font-size:20px !important;
    line-height:1.15 !important;
  }

  .payment-option span{
    font-size:15px !important;
    line-height:1.35 !important;
  }

  #paymentNotice{
    font-size:15px !important;
    line-height:1.35 !important;
    margin-top:16px !important;
  }

  .layout .panel button[onclick="checkout()"]{
    width:100% !important;
    justify-content:center !important;
    min-height:58px !important;
    font-size:18px !important;
    border-radius:14px !important;
    margin-bottom:20px !important;
  }
}

}
}

/* FINAL PAYMENT UI MOBILE REDESIGN */
@media(max-width:768px){
  .payment-method-box{
    background:#fff !important;
    border:1px solid #eee !important;
    border-radius:22px !important;
    padding:20px !important;
    margin:22px 0 24px !important;
    box-shadow:0 8px 24px rgba(0,0,0,.06) !important;
  }

  .payment-method-box h2{
    font-size:25px !important;
    line-height:1.15 !important;
    margin:0 0 18px !important;
    font-weight:900 !important;
  }

  .payment-option{
    display:grid !important;
    grid-template-columns:54px 1fr 28px !important;
    align-items:center !important;
    gap:14px !important;
    width:100% !important;
    min-height:92px !important;
    padding:16px !important;
    margin:12px 0 !important;
    border:2px solid #eee !important;
    border-radius:18px !important;
    background:#fff !important;
    box-shadow:0 5px 16px rgba(0,0,0,.05) !important;
  }

  .payment-option.active{
    border-color:#d88be8 !important;
    box-shadow:0 8px 22px rgba(216,139,232,.22) !important;
  }

  .payment-option:before{
    width:50px !important;
    height:50px !important;
    border-radius:16px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:25px !important;
    background:#fff7db !important;
    content:"🚚" !important;
  }

  .payment-option:nth-of-type(2):before{
    content:"💳" !important;
  }

  .payment-option:nth-of-type(3):before{
    content:"👛" !important;
  }

  .payment-option input{
    grid-column:3 !important;
    grid-row:1 !important;
    width:22px !important;
    height:22px !important;
    margin:0 !important;
    justify-self:end !important;
  }

  .payment-option div{
    grid-column:2 !important;
    min-width:0 !important;
  }

  .payment-option b{
    font-size:20px !important;
    line-height:1.18 !important;
    font-weight:900 !important;
    color:#191715 !important;
  }

  .payment-option span{
    font-size:15px !important;
    line-height:1.35 !important;
    color:#777 !important;
    margin-top:5px !important;
  }

  .payment-method-box .notice{
    margin:16px 0 0 !important;
    border-radius:16px !important;
    padding:15px !important;
    font-size:15px !important;
    line-height:1.35 !important;
  }

  .layout > .panel:last-child button[onclick="checkout()"]{
    width:100% !important;
    height:58px !important;
    justify-content:center !important;
    border-radius:16px !important;
    font-size:18px !important;
    font-weight:900 !important;
    margin-top:10px !important;
  }

  .whatsapp-float{
    bottom:92px !important;
  }
}

/* FINAL CART PAYMENT UI - EXACT MOBILE CARD LAYOUT */
@media(max-width:768px){
  #paymentMethodBox.payment-ui-final{
    background:#fff !important;
    border:1px solid #eee !important;
    border-radius:24px !important;
    padding:22px !important;
    margin:22px 0 26px !important;
    box-shadow:0 8px 28px rgba(0,0,0,.07) !important;
  }

  #paymentMethodBox.payment-ui-final h2{
    font-size:28px !important;
    font-weight:900 !important;
    margin:0 0 20px !important;
    color:#191715 !important;
  }

  #paymentMethodBox.payment-ui-final .payment-option{
    display:grid !important;
    grid-template-columns:56px 1fr 28px !important;
    gap:16px !important;
    align-items:center !important;
    min-height:104px !important;
    padding:18px !important;
    margin:14px 0 !important;
    border:2px solid #eee !important;
    border-radius:22px !important;
    background:#fff !important;
    box-shadow:0 6px 20px rgba(0,0,0,.055) !important;
  }

  #paymentMethodBox.payment-ui-final .payment-option.active{
    border-color:#d88be8 !important;
    box-shadow:0 8px 24px rgba(216,139,232,.22) !important;
  }

  #paymentMethodBox.payment-ui-final .pay-icon{
    width:54px !important;
    height:54px !important;
    border-radius:18px !important;
    background:#fff7db !important;
    color:#191715 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:30px !important;
    font-variation-settings:'FILL' 0,'wght' 700,'GRAD' 0,'opsz' 24 !important;
  }

  #paymentMethodBox.payment-ui-final .payment-option div{
    min-width:0 !important;
  }

  #paymentMethodBox.payment-ui-final .payment-option b{
    display:block !important;
    font-size:21px !important;
    line-height:1.15 !important;
    font-weight:900 !important;
    color:#191715 !important;
  }

  #paymentMethodBox.payment-ui-final .payment-option span:not(.pay-icon){
    display:block !important;
    font-size:15px !important;
    line-height:1.35 !important;
    color:#777 !important;
    margin-top:6px !important;
  }

  #paymentMethodBox.payment-ui-final .payment-option input{
    width:22px !important;
    height:22px !important;
    margin:0 !important;
    justify-self:end !important;
  }

  #paymentMethodBox.payment-ui-final .notice{
    margin-top:18px !important;
    padding:16px !important;
    border-radius:18px !important;
    font-size:15.5px !important;
    line-height:1.4 !important;
  }

  .final-checkout-btn{
    width:100% !important;
    height:60px !important;
    justify-content:center !important;
    border-radius:18px !important;
    font-size:18px !important;
    font-weight:900 !important;
    margin-top:12px !important;
  }

  .whatsapp-float{
    bottom:94px !important;
  }
}

/* FINAL ORDER SUMMARY BELOW PAYMENT METHOD */
.final-order-summary-box{
  background:#fff;
  border:1px solid #eee;
  border-radius:18px;
  padding:16px;
  margin:16px 0 18px;
  box-shadow:0 6px 18px rgba(0,0,0,.055);
}

.final-order-summary-box h3{
  margin:0 0 12px;
  font-size:18px;
  font-weight:900;
  color:#191715;
}

.final-order-summary-box .summary-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:9px 0;
  font-size:15px;
}

.final-order-summary-box .summary-row b{
  font-weight:900;
}

.final-order-summary-box .summary-line{
  height:1px;
  background:#eee;
  margin:13px 0;
}

.final-order-summary-box .summary-row.total{
  font-size:17px;
  font-weight:900;
}

.final-order-summary-box .summary-row.total b{
  color:#c45add;
}

@media(max-width:768px){
  .final-order-summary-box{
    border-radius:18px !important;
    padding:17px !important;
    margin:16px 0 18px !important;
  }

  .final-order-summary-box h3{
    font-size:20px !important;
  }

  .final-order-summary-box .summary-row{
    font-size:16px !important;
  }

  .final-order-summary-box .summary-row.total{
    font-size:18px !important;
  }
}

/* HIDE ORIGINAL CART TOTALS AFTER NEW ORDER SUMMARY */
.layout > .panel:last-child > p:has(#subtotal),
.layout > .panel:last-child > p:has(#weight),
.layout > .panel:last-child > p:has(#delivery),
.layout > .panel:last-child > h2:has(#total){
    display:none !important;
}


/* ===== CLEAN PAYMENT PAGE ===== */

/* Hide old total section */
.layout > .panel:last-child > p,
.layout > .panel:last-child > h2{
    display:none !important;
}

/* Keep Payment Method heading */
.layout > .panel:last-child > .payment-method-box,
.layout > .panel:last-child > #paymentMethodBox{
    display:block !important;
}

/* Hide demo information / placeholder notices */
.payment-method-box .notice,
#paymentMethodBox .notice,
.payment-method-box .coming-soon,
.payment-method-box .payment-note,
.payment-method-box .demo-text,
.payment-method-box .helper-text{
    display:none !important;
}

/* Hide checkout notice above payment */
.layout > .panel:last-child > .notice{
    display:none !important;
}


/* POS browser compatibility fix for new-order popup */
.admin-order-alert-overlay{
  position:fixed!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  min-height:100vh!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  padding:10px!important;
  background:rgba(0,0,0,0.65)!important;
  z-index:2147483647!important;
  visibility:visible!important;
  opacity:1!important;
}

.admin-order-alert-box{
  position:relative!important;
  display:block!important;
  width:96%!important;
  max-width:520px!important;
  max-height:88vh!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  box-sizing:border-box!important;
  margin:auto!important;
  background:#ffffff!important;
  color:#111111!important;
  border-radius:12px!important;
  padding:20px!important;
  z-index:2147483647!important;
  visibility:visible!important;
  opacity:1!important;
}

.admin-order-alert-actions{
  display:block!important;
}

.admin-order-alert-actions button{
  display:block!important;
  width:100%!important;
  margin-top:10px!important;
  min-height:48px!important;
}

/* Admin product list desktop/POS visibility fix */
@media (min-width:769px){

  #productsTab{
    overflow-x:auto!important;
    overflow-y:visible!important;
    -webkit-overflow-scrolling:touch;
  }

  #productsTab > table.table{
    width:100%!important;
    min-width:1080px!important;
    table-layout:fixed!important;
  }

  #productsTab > table.table th,
  #productsTab > table.table td{
    padding:7px 5px!important;
    font-size:12px!important;
    line-height:1.25!important;
    vertical-align:top!important;
    overflow-wrap:anywhere!important;
  }

  #productsTab > table.table th:nth-child(1),
  #productsTab > table.table td:nth-child(1){
    width:68px!important;
    text-align:center!important;
  }

  #productsTab > table.table th:nth-child(2),
  #productsTab > table.table td:nth-child(2){
    width:190px!important;
  }

  #productsTab > table.table th:nth-child(3),
  #productsTab > table.table td:nth-child(3),
  #productsTab > table.table th:nth-child(4),
  #productsTab > table.table td:nth-child(4){
    width:110px!important;
  }

  #productsTab > table.table th:nth-child(5),
  #productsTab > table.table td:nth-child(5){
    width:105px!important;
  }

  #productsTab > table.table th:nth-child(6),
  #productsTab > table.table td:nth-child(6){
    width:55px!important;
    text-align:center!important;
  }

  #productsTab > table.table th:nth-child(7),
  #productsTab > table.table td:nth-child(7){
    width:78px!important;
  }

  #productsTab > table.table th:nth-child(8),
  #productsTab > table.table td:nth-child(8){
    width:105px!important;
  }

  #productsTab > table.table th:nth-child(9),
  #productsTab > table.table td:nth-child(9){
    width:78px!important;
  }

  #productsTab > table.table th:nth-child(10),
  #productsTab > table.table td:nth-child(10){
    width:84px!important;
    min-width:84px!important;
  }

  #productsTab #adminProducts img{
    width:46px!important;
    height:46px!important;
    object-fit:cover!important;
    border-radius:7px!important;
  }

  #productsTab #adminProducts input[type="number"]{
    width:76px!important;
    min-width:0!important;
    padding:7px 5px!important;
    margin:0 0 5px!important;
    font-size:12px!important;
  }

  #productsTab #adminProducts button{
    display:flex!important;
    width:100%!important;
    min-width:0!important;
    min-height:32px!important;
    margin:0 0 5px!important;
    padding:6px 5px!important;
    justify-content:center!important;
    text-align:center!important;
    font-size:11px!important;
    line-height:1.1!important;
    white-space:normal!important;
  }

  #productsTab #adminProducts td:last-child{
    overflow:visible!important;
  }
}
