
.bdps-shop,
.bdps-account,
.bdps-single {
  width:min(calc(100% - 40px), 1240px);
  margin:0 auto;
}
.bdps-shop {
  padding:90px 0;
}
.bdps-shop__head {
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:end;
  margin-bottom:34px;
}
.bdps-shop__head span {
  display:inline-flex;
  color:#f5aa18;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.bdps-shop__head h1,
.bdps-account h1 {
  margin:14px 0 14px;
  font-size:clamp(34px,4vw,56px);
  line-height:1;
  letter-spacing:-.05em;
}
.bdps-shop__head p {
  max-width:820px;
  color:#aaa9a5;
  font-size:19px;
}
.bdps-account-link,
.bdps-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 20px;
  border-radius:999px;
  border:1px solid rgba(245,170,24,.35);
  background:linear-gradient(135deg,#f5aa18,#ffd166);
  color:#111 !important;
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
}
.bdps-products {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.bdps-product {
  display:flex;
  flex-direction:column;
  min-height:500px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.035));
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,.24);
}
.bdps-product__image {
  min-height:190px;
  background-size:cover;
  background-position:center;
  background-color:#141416;
}
.bdps-product__body {
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:12px;
  flex:1;
}
.bdps-product small {
  color:#f5aa18;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:11px;
  font-weight:900;
}
.bdps-product h2 {
  font-size:28px;
  line-height:1.05;
  margin:0;
}
.bdps-product p {
  color:#aaa9a5;
  margin:0;
}
.bdps-product__prices {
  display:grid;
  gap:10px;
  margin-top:auto;
}
.bdps-product__prices span {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.045);
  color:#d9d9d5;
  font-size:14px;
}
.bdps-product__prices b {
  color:#ffd166;
}
.bdps-single {
  padding:60px 0;
}
.bdps-single__grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:28px;
}
.bdps-panel,
.bdps-buybox {
  padding:26px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  background:rgba(255,255,255,.045);
  margin-top:22px;
}
.bdps-panel h2,
.bdps-buybox h2 {
  margin:0 0 16px;
  font-size:28px;
}
.bdps-panel ul {
  margin:0;
  padding-left:22px;
  color:#d9d9d5;
}
.bdps-buybox {
  position:sticky;
  top:110px;
  align-self:start;
  background:linear-gradient(180deg,rgba(245,170,24,.13),rgba(255,255,255,.045));
  border-color:rgba(245,170,24,.28);
}
.bdps-checkout-form {
  margin:12px 0;
}
.bdps-btn--full {
  width:100%;
}
.bdps-buybox p {
  color:#aaa9a5;
  font-size:14px;
}
.bdps-account {
  padding:120px 0 80px;
}
.bdps-account-table-wrap {
  overflow:auto;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
}
.bdps-account-table {
  width:100%;
  border-collapse:collapse;
  background:rgba(255,255,255,.04);
}
.bdps-account-table th,
.bdps-account-table td {
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.09);
  text-align:left;
}
.bdps-account-table code {
  color:#ffd166;
}
@media (max-width:980px) {
  .bdps-products {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .bdps-single__grid {
    grid-template-columns:1fr;
  }
  .bdps-buybox {
    position:relative;
    top:auto;
  }
}
@media (max-width:640px) {
  .bdps-shop,
  .bdps-account,
  .bdps-single {
    width:min(calc(100% - 28px), 1240px);
  }
  .bdps-products,
  .bdps-shop__head {
    grid-template-columns:1fr;
  }
}


/* Buzmedia Mijn-Buz auth + complete shop experience */
.bdps-auth {
  width: min(calc(100% - 40px), 1240px);
  margin: 0 auto;
  padding: 145px 0 90px;
}
.bdps-auth__shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 28px;
  align-items: stretch;
}
.bdps-auth__intro,
.bdps-auth-card {
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}
.bdps-auth__intro {
  padding: 42px;
  background:
    radial-gradient(circle at 20% 10%, rgba(245,170,24,.28), transparent 34%),
    linear-gradient(180deg, rgba(20,24,36,.96), rgba(9,12,20,.98));
  color: #fff;
}
.bdps-auth__intro span {
  color: #f5aa18;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.bdps-auth__intro h1 {
  margin: 16px 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .98;
  letter-spacing: -.055em;
}
.bdps-auth__intro p {
  color: #b7bbc4;
  font-size: 18px;
}
.bdps-auth__intro a {
  color: #ffd166;
  font-weight: 900;
  text-decoration: none;
}
.bdps-auth__forms {
  display: grid;
  gap: 18px;
}
.bdps-auth-card {
  padding: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
}
.bdps-auth-card--muted {
  background: rgba(255,255,255,.045);
}
.bdps-auth-card h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1;
}
.bdps-auth-card label {
  display: block;
  margin: 14px 0 7px;
  color: #d9d9d5;
  font-weight: 800;
}
.bdps-auth-card input[type="email"],
.bdps-auth-card input[type="password"],
.bdps-auth-card input[type="text"] {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: rgba(5,8,14,.62);
  color: #fff;
  padding: 0 16px;
  outline: none;
}
.bdps-auth-card input:focus {
  border-color: rgba(245,170,24,.55);
  box-shadow: 0 0 0 4px rgba(245,170,24,.10);
}
.bdps-auth-check {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-weight: 700 !important;
  color: #aaa9a5 !important;
}
.bdps-auth-message {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(245,170,24,.16);
  border: 1px solid rgba(245,170,24,.30);
  color: #ffd166;
  font-weight: 800;
}
.bdps-shop {
  padding-top: 150px;
}
.bdps-empty {
  grid-column: 1 / -1;
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
}
@media (max-width: 900px) {
  .bdps-auth__shell {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .bdps-auth {
    width: min(calc(100% - 28px), 1240px);
    padding-top: 120px;
  }
  .bdps-auth__intro,
  .bdps-auth-card {
    padding: 24px;
    border-radius: 24px;
  }
}


/* Buzshop single product detail */
.bdps-single-page {
  padding-top: 145px;
}
.bdps-single-hero {
  display: grid;
  grid-template-columns: minmax(0,1fr) 420px;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 28px;
}
.bdps-single-hero > div:first-child {
  padding: 38px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
  box-shadow: 0 30px 80px rgba(0,0,0,.24);
}
.bdps-single-hero span {
  display: inline-flex;
  color: #f5aa18;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 900;
  font-size: 12px;
}
.bdps-single-hero h1 {
  margin: 16px 0;
  font-size: clamp(34px,4vw,58px);
  line-height: 1;
  letter-spacing: -.055em;
}
.bdps-single-hero p {
  color: #aaa9a5;
  font-size: 18px;
}
.bdps-single-hero__image {
  min-height: 320px;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 80px rgba(0,0,0,.24);
}
.bdps-backlink {
  display: inline-flex;
  margin-top: 14px;
  color: #ffd166;
  font-weight: 900;
  text-decoration: none;
}
@media (max-width: 900px) {
  .bdps-single-hero {
    grid-template-columns: 1fr;
  }
}


/* Buzshop smaller headings + info blocks */
.bdps-shop__head h1 {
  font-size: clamp(24px, 2.2vw, 34px) !important;
  letter-spacing: -.035em;
}
.bdps-single-hero h1 {
  font-size: clamp(24px, 2.4vw, 36px) !important;
  letter-spacing: -.035em;
}
.bdps-info-blocks {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
  margin: 22px 0;
}
.bdps-info-block {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
  box-shadow: 0 22px 55px rgba(0,0,0,.18);
}
.bdps-info-block__image {
  min-height: 180px;
  background-size: cover;
  background-position: center;
  background-color: #141416;
}
.bdps-info-block__body {
  padding: 20px;
}
.bdps-info-block__body h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.05;
}
.bdps-info-block__body p {
  margin: 0;
  color: #aaa9a5;
}
@media (max-width: 900px) {
  .bdps-info-blocks {
    grid-template-columns: 1fr;
  }
}


/* Buzshop v1.0.9 cart + customer dashboard */
.bdps-dashboard .bdps-dashboard-hero h1,
.bdps-account h1 {
  font-size: clamp(22px, 2.3vw, 34px) !important;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.bdps-dashboard-hero {
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  padding:32px;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.04));
  box-shadow:0 30px 80px rgba(0,0,0,.22);
  margin-bottom:22px;
}
.bdps-dashboard-hero span {
  color:#f5aa18;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:900;
  font-size:12px;
}
.bdps-dashboard-hero p {
  margin:0;
  color:#aaa9a5;
}
.bdps-dashboard-tabs {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:22px 0;
}
.bdps-dashboard-tabs a {
  display:inline-flex;
  min-height:42px;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
  font-weight:800;
}
.bdps-dashboard-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-bottom:18px;
}
.bdps-dashboard-card {
  padding:26px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.045);
  box-shadow:0 24px 65px rgba(0,0,0,.18);
}
.bdps-dashboard-card--wide {
  margin-top:18px;
}
.bdps-dashboard-card h2 {
  margin:0 0 18px;
  font-size:clamp(20px,2vw,28px);
}
.bdps-profile-form label {
  display:block;
  margin:12px 0 6px;
  color:#d9d9d5;
  font-weight:800;
}
.bdps-profile-form input {
  width:100%;
  min-height:50px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(5,8,14,.58);
  color:#fff;
  padding:0 14px;
}
.bdps-two {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.bdps-two p { margin:0; }
.bdps-download-grid,
.bdps-license-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.bdps-download-card,
.bdps-license-card {
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
}
.bdps-download-card strong,
.bdps-license-card span {
  color:#fff;
}
.bdps-download-card span,
.bdps-license-card small {
  color:#aaa9a5;
}
.bdps-license-card code {
  color:#ffd166;
  white-space:normal;
  word-break:break-word;
}
.bdps-cart-modal {
  margin:18px 0;
}
.bdps-cart-modal__card {
  padding:22px;
  border-radius:26px;
  border:1px solid rgba(245,170,24,.28);
  background:linear-gradient(180deg,rgba(245,170,24,.14),rgba(255,255,255,.045));
  box-shadow:0 24px 65px rgba(0,0,0,.24);
}
.bdps-cart-modal__eyebrow {
  color:#ffd166;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  font-weight:900;
}
.bdps-cart-modal__card h2 {
  margin:10px 0;
  font-size:clamp(22px,2.4vw,34px);
}
.bdps-cart-modal__actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.bdps-btn--ghost {
  background:rgba(255,255,255,.06) !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.16) !important;
}
@media (max-width:900px) {
  .bdps-dashboard-hero,
  .bdps-dashboard-grid {
    grid-template-columns:1fr;
    display:grid;
  }
  .bdps-download-grid,
  .bdps-license-grid {
    grid-template-columns:1fr;
  }
  .bdps-two {
    grid-template-columns:1fr;
  }
}


/* Buzshop v1.1.0 floating menu + admin bar hidden for customers */
.bdps-buybox-note {
  color: #ffd166 !important;
  font-size: 13px !important;
  margin: 8px 0 14px !important;
}
.bdps-floating-menu {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bdps-floating-menu__item {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(135deg,#f5aa18,#ffd166);
  color: #111 !important;
  font-weight: 1000;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 45px rgba(0,0,0,.30);
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}
.bdps-floating-menu__item span {
  font-size: 14px;
  letter-spacing: -.03em;
}
.bdps-floating-menu__item em {
  position: absolute;
  right: 64px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  white-space: nowrap;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(9,12,20,.96);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  font-style: normal;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
}
.bdps-floating-menu__item:hover em {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.bdps-floating-dot {
  position:absolute;
  top: 8px;
  right: 8px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #16a34a;
  border: 2px solid #111;
}
.bdps-floating-cart-modal[hidden] {
  display: none !important;
}
.bdps-floating-cart-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
}
.bdps-floating-cart-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(8px);
}
.bdps-floating-cart-modal__panel {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(420px, calc(100vw - 48px));
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(245,170,24,.28);
  background: linear-gradient(180deg,rgba(18,22,34,.98),rgba(8,11,18,.98));
  box-shadow: 0 40px 110px rgba(0,0,0,.42);
}
.bdps-floating-cart-modal__panel h2 {
  margin: 10px 0;
  font-size: clamp(22px,2.4vw,32px);
}
.bdps-floating-cart-modal__panel p {
  color: #aaa9a5;
}
.bdps-floating-cart-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
}
html.bdps-cart-open {
  overflow: hidden;
}
@media (max-width: 760px) {
  .bdps-floating-menu {
    right: 14px;
    bottom: 14px;
  }
  .bdps-floating-menu__item {
    width: 48px;
    height: 48px;
  }
  .bdps-floating-menu__item em {
    display: none;
  }
  .bdps-floating-cart-modal__panel {
    right: 14px;
    left: 14px;
    bottom: 14px;
    width: auto;
  }
}


/* Buzshop v1.1.1: uniforme oranje floating knoppen + image modal */
.bdps-checkout-form .bdps-btn {
  line-height: 1.25;
}
.bdps-floating-menu {
  gap: 9px !important;
}
.bdps-floating-menu__item,
.bdps-floating-menu__item--social {
  width: 54px !important;
  height: 54px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  background: linear-gradient(135deg,#f5aa18,#ffd166) !important;
  color: #111 !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.30) !important;
}
.bdps-floating-menu__item svg {
  width: 24px;
  height: 24px;
  display: block;
}
.bdps-floating-menu__item:hover {
  transform: translateY(-2px);
}
.bdps-single-hero__image,
.bdps-info-block__image {
  cursor: zoom-in;
  border: 0;
  width: 100%;
  display: block;
}
.bdps-info-block__image {
  min-height: 180px;
}
.bdps-image-lightbox[hidden] {
  display: none !important;
}
.bdps-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10001;
}
.bdps-image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(10px);
}
.bdps-image-lightbox__panel {
  position: absolute;
  inset: 5vh 5vw;
  display: grid;
  place-items: center;
}
.bdps-image-lightbox__panel img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 26px;
  box-shadow: 0 40px 120px rgba(0,0,0,.52);
}
.bdps-image-lightbox__panel button {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(135deg,#f5aa18,#ffd166);
  color: #111;
  font-size: 28px;
  font-weight: 900;
  cursor: pointer;
}
html.bdps-image-open {
  overflow: hidden;
}


/* Buzshop v1.1.2: hoofdfoto, winkelmand met afbeelding en checkoutpagina */
.bdps-main-image-preview {
  min-height: 220px !important;
}
.bdps-cart-modal__card--with-image {
  display: grid;
  grid-template-columns: minmax(0,1fr) 420px;
  gap: 24px;
  align-items: stretch;
}
.bdps-cart-modal__image {
  min-height: 210px;
  border: 0;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-color: #111;
  cursor: zoom-in;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.10);
}
.bdps-floating-cart-product {
  display: grid;
  grid-template-columns: minmax(0,1fr) 140px;
  gap: 16px;
  align-items: stretch;
}
.bdps-floating-cart-product__image {
  min-height: 140px;
  border: 0;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  cursor: zoom-in;
  background-color: #111;
}
.bdps-checkout-link {
  text-decoration: none !important;
}
.bdps-checkout-page {
  width: min(calc(100% - 40px), 1240px);
  margin: 0 auto;
  padding: 145px 0 90px;
}
.bdps-checkout-hero,
.bdps-checkout-card {
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
  box-shadow: 0 30px 80px rgba(0,0,0,.22);
}
.bdps-checkout-hero {
  padding: 34px;
  margin-bottom: 22px;
  background: linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.04));
}
.bdps-checkout-hero span {
  color: #f5aa18;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 900;
}
.bdps-checkout-hero h1 {
  margin: 12px 0;
  font-size: clamp(28px,3vw,42px);
}
.bdps-checkout-hero p {
  margin: 0;
  color: #aaa9a5;
}
.bdps-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr) 340px;
  gap: 18px;
  align-items: start;
}
.bdps-checkout-card {
  padding: 26px;
}
.bdps-checkout-card h2 {
  margin: 0 0 18px;
  font-size: 26px;
}
.bdps-checkout-product {
  display: grid;
  grid-template-columns: minmax(0,1fr) 160px;
  gap: 16px;
}
.bdps-checkout-product h3 {
  margin: 0 0 8px;
  font-size: 24px;
}
.bdps-checkout-product p,
.bdps-checkout-product small {
  display: block;
  color: #aaa9a5;
}
.bdps-checkout-product strong {
  display: block;
  margin-top: 16px;
  color: #ffd166;
  font-size: 24px;
}
.bdps-checkout-product__image {
  min-height: 160px;
  border: 0;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  cursor: zoom-in;
}
.bdps-checkout-details {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 10px 14px;
  color: #fff;
}
.bdps-checkout-details dt {
  color: #aaa9a5;
  font-weight: 900;
}
.bdps-checkout-details dd {
  margin: 0;
}
.bdps-checkout-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  border-radius: 18px;
  background: rgba(245,170,24,.13);
  margin-bottom: 16px;
}
.bdps-checkout-total strong {
  color: #ffd166;
  font-size: 24px;
}
.bdps-checkout-back {
  display: inline-flex;
  margin-top: 14px;
  color: #ffd166;
  font-weight: 900;
  text-decoration: none;
}
@media (max-width: 1100px) {
  .bdps-cart-modal__card--with-image,
  .bdps-checkout-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .bdps-floating-cart-product,
  .bdps-checkout-product {
    grid-template-columns: 1fr;
  }
  .bdps-checkout-page {
    width: min(calc(100% - 28px), 1240px);
    padding-top: 120px;
  }
}


/* Buzshop v1.1.3: aantallen, staffelkorting en foto weg uit winkelwagen/checkout */
.bdps-cart-modal__image,
.bdps-floating-cart-product__image,
.bdps-checkout-product__image {
  display: none !important;
}
.bdps-cart-modal__card--with-image,
.bdps-floating-cart-product,
.bdps-checkout-product {
  grid-template-columns: 1fr !important;
}
.bdps-quantity-label {
  display: block;
  margin: 10px 0 8px;
  color: #d9d9d5;
  font-weight: 900;
}
.bdps-quantity-label input {
  width: 100%;
  margin-top: 7px;
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(5,8,14,.58);
  color: #fff;
  padding: 0 14px;
  font-weight: 900;
}
.bdps-tier-note {
  display: block;
  color: #aaa9a5;
  line-height: 1.4;
  margin: 8px 0 12px;
}
.bdps-price-lines {
  display: grid;
  gap: 8px;
  margin: 14px 0;
  max-width: 420px;
}
.bdps-price-lines span {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #d9d9d5;
}
.bdps-price-lines strong {
  color: #fff;
}
.bdps-price-lines__total {
  padding-top: 10px;
  margin-top: 2px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 18px;
  font-weight: 1000;
}
.bdps-price-lines__total strong {
  color: #ffd166;
}
.bdps-custom-quote {
  margin: 14px 0;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(245,170,24,.30);
  background: rgba(245,170,24,.12);
  color: #ffd166;
  font-weight: 900;
}


/* Buzshop v1.1.4: tabs, profiel/factuuradres samen, prullenbak en ingelogd als */
.bdps-dashboard-panel {
  display: none;
}
.bdps-dashboard-panel.is-active {
  display: block;
}
.bdps-dashboard-tabs a.is-active {
  background: linear-gradient(135deg,#f5aa18,#ffd166);
  color: #111 !important;
}
.bdps-profile-actions {
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.035);
}
.bdps-password-reset-form {
  margin-top: 16px;
}
.bdps-field-note {
  display: block;
  margin: 6px 0 12px;
  color: #aaa9a5;
}
.bdps-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.bdps-cart-trash {
  margin: 0;
}
.bdps-cart-trash button {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  color: #ffd166;
  cursor: pointer;
  font-size: 18px;
}
.bdps-cart-trash button:hover {
  background: rgba(245,170,24,.16);
}
.bdps-checkout-login-card {
  grid-column: auto;
}
.bdps-logged-in-as {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}
.bdps-logged-in-as strong {
  font-size: 20px;
  color: #fff;
}
.bdps-logged-in-as span {
  color: #aaa9a5;
}


/* Buzmedia License Platform fase 2 - Mijn licenties */
.bdps-customer-licenses {
  display: grid;
  gap: 18px;
}
.bdps-license-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.04));
  box-shadow: 0 24px 65px rgba(0,0,0,.18);
}
.bdps-license-intro span,
.bdps-license-card-large__head span {
  color: #f5aa18;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.bdps-license-intro h2 {
  margin: 8px 0 8px;
  font-size: clamp(22px,2.3vw,34px);
}
.bdps-license-intro p {
  margin: 0;
  color: #aaa9a5;
}
.bdps-license-card-large {
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
  box-shadow: 0 24px 65px rgba(0,0,0,.18);
}
.bdps-license-card-large__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.bdps-license-card-large__head h3 {
  margin: 8px 0;
  font-size: clamp(22px,2.4vw,34px);
  line-height: 1.04;
}
.bdps-license-card-large__head p {
  margin: 0;
  color: #aaa9a5;
}
.bdps-license-card-large__head code,
.bdps-linked-site code {
  color: #ffd166;
  word-break: break-word;
}
.bdps-license-card-large__head > strong {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #111;
  background: linear-gradient(135deg,#f5aa18,#ffd166);
  font-size: 13px;
}
.bdps-license-status-revoked .bdps-license-card-large__head > strong,
.bdps-license-status-suspended .bdps-license-card-large__head > strong,
.bdps-license-status-expired .bdps-license-card-large__head > strong {
  background: #ef4444;
  color: #fff;
}
.bdps-license-meta-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  margin: 18px 0;
}
.bdps-license-meta-grid div {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.bdps-license-meta-grid span {
  display: block;
  color: #aaa9a5;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 8px;
}
.bdps-license-meta-grid strong {
  color: #fff;
}
.bdps-license-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 22px;
}
.bdps-btn--small {
  min-height: 38px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
}
.bdps-linked-sites {
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
}
.bdps-linked-sites h4 {
  margin: 0 0 14px;
  font-size: 22px;
}
.bdps-linked-site {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.10);
  margin-bottom: 10px;
}
.bdps-linked-site strong,
.bdps-linked-site small,
.bdps-linked-site code {
  display: block;
}
.bdps-linked-site small {
  margin: 5px 0;
  color: #aaa9a5;
}
.bdps-site-muted {
  color: #aaa9a5;
  font-weight: 900;
}
@media (max-width: 900px) {
  .bdps-license-intro,
  .bdps-license-card-large__head,
  .bdps-linked-site {
    display: grid;
    grid-template-columns: 1fr;
  }
  .bdps-license-meta-grid {
    grid-template-columns: 1fr;
  }
}


/* Buzmedia License Platform fase 4 - authorize/connect */
.bdps-authorize {
  width: min(calc(100% - 40px), 1240px);
  margin: 0 auto;
  padding: 145px 0 90px;
}
.bdps-authorize__shell {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(380px,1.1fr);
  gap: 24px;
  align-items: start;
}
.bdps-authorize__hero {
  position: sticky;
  top: 110px;
  padding: 38px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 15% 10%, rgba(245,170,24,.26), transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.04));
  box-shadow: 0 30px 80px rgba(0,0,0,.24);
}
.bdps-authorize__hero > span {
  color: #f5aa18;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 1000;
}
.bdps-authorize__hero h1 {
  margin: 16px 0;
  font-size: clamp(30px,3vw,48px);
  line-height: 1;
}
.bdps-authorize__hero p,
.bdps-authorize__site small {
  color: #aaa9a5;
}
.bdps-authorize__site {
  margin-top: 24px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.10);
}
.bdps-authorize__site strong,
.bdps-authorize__site small {
  display: block;
}
.bdps-authorize__content {
  display: grid;
  gap: 18px;
}
.bdps-authorize-licenses {
  display: grid;
  gap: 12px;
}
.bdps-authorize-license {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.bdps-authorize-license strong,
.bdps-authorize-license small {
  display: block;
}
.bdps-authorize-license strong {
  color: #ffd166;
}
.bdps-authorize-license small {
  color: #aaa9a5;
  margin-top: 5px;
}
@media (max-width: 900px) {
  .bdps-authorize__shell,
  .bdps-authorize-license {
    grid-template-columns: 1fr;
  }
  .bdps-authorize__hero {
    position: static;
  }
}
