  .bwb-pvg-block
  {
    margin-top:10px;
    margin-bottom:20px;
  }
  .bwb-pvg-label{margin-bottom:6px}
  .bwb-pvg-swatches{display:flex;gap:10px;flex-wrap:wrap}
  a.bwb-pvg-swatch{position:relative;display:inline-flex;align-items:center;justify-content:center;border:1px solid #ddd;padding:4px;background:#fff}
  .bwb-pvg-swatch img
  {
    display: block;
    max-width: 70px;
    height: auto;
    max-height: 70px;
    width: 70px;
    object-fit: cover;
  }

  a.bwb-pvg-swatch.is-current
  {
    border-color: #11233d;
    /*box-shadow: 0 0 0 2px rgba(0,0,0,0.15);*/
    position: relative;
  }

  .bwb-pvg-check
  {
    position:absolute;
    top:2px;
    right:2px;
    color: #ffffff;
    background:#ff5c00;
    border:1px solid #ff5c00;
    border-radius:50%;
    width:18px;
    height:18px;
    line-height:16px;
    text-align:center;
    font-size:12px
  }
