*{box-sizing:border-box}
:root{
  --ink:#191817;
  --muted:#77716b;
  --line:#e8e3df;
  --soft:#f7f4f2;
}
body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:"DM Sans","Noto Sans Myanmar",sans-serif;
}
a{text-decoration:none;color:inherit}
button{font:inherit;cursor:pointer}
.hidden{display:none!important}

.wl-header{
  position:sticky;
  top:0;
  z-index:20;
  height:62px;
  display:grid;
  grid-template-columns:44px 1fr 44px;
  align-items:center;
  gap:8px;
  padding:0 14px;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(10px);
}
.wl-back{
  font-size:38px;
  line-height:1;
}
.wl-brand{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-family:"Allura",cursive;
  font-size:29px;
}
.wl-lang{
  width:38px;height:38px;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fff;
  font-weight:800;
}
.wl-shell{
  max-width:1100px;
  margin:auto;
  padding:28px 18px 70px;
}
.wl-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:24px;
}
.wl-eyebrow{
  margin:0 0 6px;
  font-size:11px;
  letter-spacing:.15em;
  font-weight:800;
  color:var(--muted);
}
.wl-heading h1{
  margin:0;
  font-size:34px;
  line-height:1.1;
}
.wl-total{
  color:var(--muted);
  font-size:13px;
  white-space:nowrap;
}
.wl-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.wl-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
}
.wl-image-link{
  display:block;
  margin:8px;
  overflow:hidden;
  border-radius:16px;
  background:var(--soft);
  aspect-ratio:1/1;
}
.wl-image-link img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.wl-card-body{
  padding:6px 14px 14px;
}
.wl-brand-name{
  min-height:17px;
  color:var(--muted);
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.wl-name{
  display:block;
  margin-top:5px;
  font-size:15px;
  line-height:1.35;
  font-weight:700;
}
.wl-price{
  margin-top:8px;
  font-size:16px;
  font-weight:800;
}
.wl-card-actions{
  display:grid;
  grid-template-columns:1fr 40px;
  gap:8px;
  margin-top:13px;
}
.wl-view{
  min-height:40px;
  border-radius:999px;
  background:#171717;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:800;
}
.wl-remove{
  width:40px;height:40px;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fff;
  color:#171717;
  font-size:20px;
  line-height:1;
}
.wl-empty{
  min-height:52vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:40px 20px;
}
.wl-empty-heart{
  font-size:46px;
  margin-bottom:8px;
}
.wl-empty h2{
  margin:0 0 8px;
  font-size:24px;
}
.wl-empty p{
  max-width:360px;
  margin:0;
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
}
.wl-shop-btn{
  margin-top:20px;
  min-height:44px;
  padding:0 22px;
  border-radius:999px;
  background:#171717;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:13px;
}
@media(max-width:850px){
  .wl-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:620px){
  .wl-shell{padding:22px 12px 60px}
  .wl-heading{align-items:center;margin-bottom:18px}
  .wl-heading h1{font-size:27px}
  .wl-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:10px;
  }
  .wl-card{border-radius:18px}
  .wl-image-link{margin:6px;border-radius:13px}
  .wl-card-body{padding:5px 10px 11px}
  .wl-name{font-size:13px}
  .wl-price{font-size:14px}
  .wl-card-actions{
    grid-template-columns:1fr 36px;
    gap:6px;
    margin-top:10px;
  }
  .wl-view{min-height:36px;font-size:11px}
  .wl-remove{width:36px;height:36px;font-size:18px}
}


/* V55 - reliability states */
img.image-load-failed{
  background:
    linear-gradient(135deg,#f7f4f2 25%,#fbfaf9 25%,#fbfaf9 50%,#f7f4f2 50%,#f7f4f2 75%,#fbfaf9 75%);
  background-size:18px 18px;
  min-height:120px;
}
