.nd-cart-previews{
  width: 220px;
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:center;
}

.nd-cart-door-box img,
.nd-cart-door-box svg{
  width:200px;
  height:220px;
  object-fit:contain;
  display:block;
  margin:8px auto;
}

.nd-cart-gbg-wrap{ width:100%; }
.cart-gbg-box{ width:100%; max-height:220px; }
