#pps-v12-cart,
#pps-v12-advisor {
  position: fixed;
  bottom: 22px;
  z-index: 99998;
  font-family: inherit;
}

#pps-v12-cart {
  right: 22px;
  z-index: 99999;
}

#pps-v12-advisor {
  right: 104px;
}

.pps-v12-advisor-shell {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 30%, rgba(0,255,255,.22), rgba(7,16,37,.95));
  box-shadow: 0 0 24px rgba(0, 214, 255, .35), 0 10px 28px rgba(0, 0, 0, .38);
  border: 1px solid rgba(125, 245, 255, .22);
  backdrop-filter: blur(8px);
}

.pps-v12-advisor-img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  display: block;
}

.pps-v12-cart-toggle {
  position: relative;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(125, 245, 255, .25);
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: radial-gradient(circle at 35% 25%, rgba(0,255,255,.26), rgba(7,16,37,.96));
  box-shadow: 0 0 26px rgba(0, 214, 255, .34), 0 12px 30px rgba(0,0,0,.4);
  padding: 0;
}

.pps-v12-cart-icon {
  width: 34px;
  height: 34px;
  display: block;
}

.pps-v12-cart-icon svg {
  width: 100%;
  height: 100%;
  fill: #d9fbff;
}

.pps-v12-cart-count {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  border-radius: 999px;
  background: #11e0ff;
  color: #071025;
  font-size: 13px;
  font-weight: 800;
  display: inline-grid;
  place-items: center;
  box-shadow: 0 4px 14px rgba(17, 224, 255, .45);
}

.pps-v12-cart-panel {
  position: absolute;
  right: 0;
  bottom: 86px;
  width: 380px;
  max-width: min(92vw, 380px);
  border-radius: 22px;
  padding: 16px;
  color: #e8fdff;
  background: linear-gradient(180deg, rgba(10,20,40,.97), rgba(7,14,30,.98));
  border: 1px solid rgba(125,245,255,.18);
  box-shadow: 0 20px 44px rgba(0,0,0,.48), 0 0 24px rgba(0,214,255,.18);
  backdrop-filter: blur(10px);
}

.pps-v12-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.pps-v12-cart-title {
  font-size: 18px;
  line-height: 1.2;
}

.pps-v12-cart-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.pps-v12-cart-body {
  max-height: min(60vh, 520px);
  overflow: auto;
  display: grid;
  gap: 12px;
  padding-right: 4px;
}

.pps-v12-empty {
  padding: 18px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  color: rgba(232,253,255,.78);
  border: 1px dashed rgba(125,245,255,.15);
}

.pps-v12-cart-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(125,245,255,.12);
}

.pps-v12-cart-thumb {
  width: 74px;
  height: 74px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
}

.pps-v12-cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pps-v12-cart-meta {
  min-width: 0;
}

.pps-v12-cart-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
  color: #f3ffff;
}

.pps-v12-cart-price,
.pps-v12-cart-shop {
  font-size: 13px;
  line-height: 1.35;
  color: rgba(232,253,255,.84);
}

.pps-v12-cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.pps-v12-cart-link,
.pps-v12-cart-remove {
  appearance: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 700;
}

.pps-v12-cart-link {
  background: #14dfff;
  color: #05111f;
}

.pps-v12-cart-remove {
  background: rgba(255,255,255,.09);
  color: #f4ffff;
}

.pps-v12-active {
  box-shadow: 0 0 0 2px rgba(17,224,255,.38) inset, 0 0 18px rgba(17,224,255,.22) !important;
}

[data-pps-save].pps-v12-saved,
.pps-save-btn.pps-v12-saved,
.pps-merken-btn.pps-v12-saved,
.pps-merken.pps-v12-saved {
  outline: none;
  box-shadow: 0 0 0 2px rgba(17,224,255,.4), 0 0 18px rgba(17,224,255,.2);
}

@media (max-width: 767px) {
  #pps-v12-cart {
    right: 14px;
    bottom: 14px;
  }

  #pps-v12-advisor {
    right: 92px;
    bottom: 14px;
  }

  .pps-v12-advisor-shell {
    width: 78px;
    height: 78px;
  }

  .pps-v12-advisor-img {
    width: 70px;
    height: 70px;
  }

  .pps-v12-cart-toggle {
    width: 64px;
    height: 64px;
  }

  .pps-v12-cart-panel {
    width: min(92vw, 360px);
    bottom: 76px;
  }
}
