/* BlitzPower dealer portal — unified premium visual system (1.35.0-rc19). */
body.bp-dealer-page{
  --bpd-navy:#0a1830;
  --bpd-navy-2:#132a50;
  --bpd-ink:#10213b;
  --bpd-copy:#586a83;
  --bpd-line:#dfe7f1;
  --bpd-blue:#356df3;
  --bpd-blue-dark:#2457cf;
  --bpd-blue-soft:#edf3ff;
  --bpd-orange:#ff7919;
  --bpd-green:#188755;
  --bpd-surface:#fff;
  --bpd-canvas:#f3f6fa;
  --bpd-shadow:0 18px 46px rgba(19,42,80,.09);
  --bpd-shadow-soft:0 8px 25px rgba(19,42,80,.065);
  min-height:100svh;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 8% 8%,rgba(53,109,243,.075),transparent 27rem),
    radial-gradient(circle at 92% 32%,rgba(255,121,25,.045),transparent 24rem),
    var(--bpd-canvas)!important;
  color:var(--bpd-ink);
}

/* Keep the same branded navigation visible on every dealer page. */
body.bp-dealer-page:not(.bp-unified-login-page) .site-header{
  position:sticky!important;
  z-index:90!important;
  top:0!important;
  display:block!important;
  min-height:76px;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  background:rgba(9,23,44,.965)!important;
  box-shadow:0 12px 35px rgba(4,13,27,.18)!important;
  backdrop-filter:blur(18px);
}
body.bp-dealer-page .site-header .header-inner{
  width:min(100% - 36px,1480px)!important;
  min-height:76px!important;
  margin:0 auto!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
}
body.bp-dealer-page .site-header .brand{display:flex!important;align-items:center!important;flex:0 0 auto!important;text-decoration:none!important}
body.bp-dealer-page .site-header .brand img{display:block!important;width:auto!important;max-width:190px!important;height:35px!important;object-fit:contain!important}
body.bp-dealer-page .site-header .site-nav{display:flex!important;align-items:center!important;gap:4px!important;margin-left:auto!important}
body.bp-dealer-page .site-header .site-nav a{
  position:relative;
  min-height:42px;
  padding:0 14px!important;
  display:inline-flex!important;
  align-items:center!important;
  border:1px solid transparent!important;
  border-radius:11px!important;
  color:#cbd8e9!important;
  font-size:13px!important;
  font-weight:750!important;
  text-decoration:none!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
body.bp-dealer-page .site-header .site-nav a:hover,
body.bp-dealer-page .site-header .site-nav a.is-active{
  border-color:rgba(255,255,255,.09)!important;
  color:#fff!important;
  background:rgba(255,255,255,.08)!important;
  transform:translateY(-1px);
}
body.bp-dealer-page .site-header .site-nav a.is-active:after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:4px;
  height:2px;
  border-radius:2px;
  background:var(--bpd-orange);
}
body.bp-dealer-page .site-header .site-nav a.account{
  margin-left:7px!important;
  border-color:rgba(255,255,255,.13)!important;
  color:#fff!important;
  background:linear-gradient(135deg,rgba(53,109,243,.94),rgba(36,87,207,.94))!important;
  box-shadow:0 8px 20px rgba(53,109,243,.24);
}
body.bp-dealer-page .site-header .nav-toggle{display:none!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:11px!important;background:rgba(255,255,255,.07)!important}
body.bp-dealer-page .site-header .nav-toggle span{background:#fff!important}

/* Shared page rhythm and typography. */
body.bp-dealer-page .bp-app,
body.bp-dealer-page .bp-account-shell,
body.bp-dealer-page .bp-showcase,
body.bp-dealer-page .woocommerce{
  width:min(100% - 40px,1480px)!important;
  max-width:1480px!important;
  margin:0 auto!important;
  padding:30px 0 78px!important;
}
body.bp-dealer-page h1,body.bp-dealer-page h2,body.bp-dealer-page h3{color:var(--bpd-ink);letter-spacing:-.025em}
body.bp-dealer-page button,body.bp-dealer-page .button,body.bp-dealer-page a.button{
  min-height:44px;
  border:0!important;
  border-radius:11px!important;
  font-weight:800!important;
  text-decoration:none!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
body.bp-dealer-page button:hover,body.bp-dealer-page .button:hover,body.bp-dealer-page a.button:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(30,70,155,.15)}
body.bp-dealer-page input,body.bp-dealer-page select,body.bp-dealer-page textarea{
  min-height:46px;
  border:1px solid #d4deeb!important;
  border-radius:11px!important;
  color:var(--bpd-ink)!important;
  background:#fff!important;
}
body.bp-dealer-page input:focus,body.bp-dealer-page select:focus,body.bp-dealer-page textarea:focus{
  border-color:#8aaaf8!important;
  box-shadow:0 0 0 4px rgba(53,109,243,.105)!important;
  outline:0!important;
}

/* Fast order. */
body.bp-dealer-page .bp-app{display:block!important}
body.bp-dealer-page .bp-hero{
  position:relative;
  isolation:isolate;
  min-height:210px;
  padding:42px 46px 68px!important;
  align-items:center!important;
  overflow:hidden;
  border:0!important;
  border-radius:25px!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 86% 5%,rgba(68,126,255,.46),transparent 34%),
    linear-gradient(125deg,#09172d 0%,#142f58 100%)!important;
  box-shadow:0 24px 60px rgba(10,24,48,.18)!important;
}
body.bp-dealer-page .bp-hero:after{
  content:"⚡";
  position:absolute;
  z-index:-1;
  right:8%;
  top:50%;
  color:rgba(255,255,255,.055);
  font-size:190px;
  line-height:1;
  transform:translateY(-50%) rotate(7deg);
}
body.bp-dealer-page .bp-hero .bp-eyebrow{margin:0 0 8px!important;color:#78d9ff!important;font-size:10px!important;letter-spacing:.2em!important}
body.bp-dealer-page .bp-hero h1{margin:0 0 12px!important;color:#fff!important;font-size:clamp(38px,4.2vw,62px)!important;line-height:1!important}
body.bp-dealer-page .bp-hero p{max-width:650px;color:#c8d6e8!important;font-size:15px!important}
body.bp-dealer-page .bp-history{
  min-height:47px;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:12px!important;
  color:#fff!important;
  background:rgba(255,255,255,.08)!important;
  backdrop-filter:blur(8px);
}
body.bp-dealer-page .bp-controls{
  position:relative!important;
  z-index:2;
  margin:-34px 26px 26px!important;
  padding:18px!important;
  gap:14px!important;
  border:1px solid rgba(219,228,240,.9)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 18px 38px rgba(17,40,78,.10)!important;
  backdrop-filter:blur(18px);
}
body.bp-dealer-page .bp-controls label{color:#435673!important;font-size:10px!important;font-weight:900!important;letter-spacing:.055em;text-transform:uppercase}
body.bp-dealer-page .bp-controls select,body.bp-dealer-page .bp-controls input{margin-top:8px!important;font-size:14px!important;text-transform:none}
body.bp-dealer-page .bp-status{margin:0 5px 15px!important;color:#62738b!important;font-size:13px!important;font-weight:650}
body.bp-dealer-page .bp-catalog{gap:9px!important}
body.bp-dealer-page .bp-row{
  position:relative;
  min-height:82px;
  padding:15px 19px!important;
  border:1px solid var(--bpd-line)!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 3px 12px rgba(18,43,80,.025)!important;
  transition:border-color .17s ease,box-shadow .17s ease,transform .17s ease!important;
}
body.bp-dealer-page .bp-row:hover{z-index:1;border-color:#c7d6eb!important;box-shadow:0 10px 25px rgba(24,51,94,.075)!important;transform:translateY(-1px)}
body.bp-dealer-page .bp-row:focus-within{border-color:#8aaaf8!important;box-shadow:0 0 0 4px rgba(53,109,243,.09)!important}
body.bp-dealer-page .bp-device small{color:var(--bpd-blue)!important;font-size:9px!important;letter-spacing:.095em!important}
body.bp-dealer-page .bp-device strong{margin:4px 0!important;color:var(--bpd-ink)!important;font-size:15px!important}
body.bp-dealer-page .bp-device span{color:#8491a4!important;font-size:11px!important}
body.bp-dealer-page .bp-stock{display:inline-flex;align-items:center;width:max-content;padding:6px 9px;border-radius:999px;color:#16774b!important;background:#eaf8f1;font-size:11px!important;font-weight:800}
body.bp-dealer-page .bp-stock i{margin-right:6px!important}
body.bp-dealer-page .bp-price{color:var(--bpd-ink)!important;font-size:18px!important}
body.bp-dealer-page .bp-price small{margin-top:2px;color:#8290a4!important;font-size:10px!important}
body.bp-dealer-page .bp-qty input{min-height:48px!important;margin:0!important;border-radius:10px!important;font-size:15px!important}
body.bp-dealer-page .bp-summary{
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:17px!important;
  background:rgba(10,24,48,.975)!important;
  box-shadow:0 20px 55px rgba(4,13,27,.32)!important;
  backdrop-filter:blur(18px);
}
body.bp-dealer-page .bp-summary button{background:linear-gradient(135deg,var(--bpd-blue),var(--bpd-blue-dark))!important;box-shadow:0 9px 22px rgba(53,109,243,.32)}

/* Product showcase. */
body.bp-dealer-page .bp-showcase{color:var(--bpd-ink)!important}
body.bp-dealer-page .bp-showcase>header{
  min-height:205px;
  padding:40px 44px!important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border-radius:25px!important;
  background:
    radial-gradient(circle at 85% 10%,rgba(68,126,255,.44),transparent 34%),
    linear-gradient(125deg,#09172d,#16335f)!important;
  box-shadow:0 24px 60px rgba(10,24,48,.17);
}
body.bp-dealer-page .bp-showcase>header>div>p:first-child{margin:0 0 8px;color:#78d9ff!important;font-size:10px;font-weight:900;letter-spacing:.2em}
body.bp-dealer-page .bp-showcase>header h1{margin:0 0 10px!important;color:#fff!important;font-size:clamp(38px,4vw,56px)!important}
body.bp-dealer-page .bp-showcase>header>div>p:last-child{margin:0;color:#c8d6e8!important}
.bp-showcase-order{
  min-height:47px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
  border:1px solid rgba(255,255,255,.2);
  border-radius:12px;
  color:#fff!important;
  background:rgba(255,255,255,.09);
  font-size:13px;
  font-weight:800;
  text-decoration:none!important;
}
body.bp-dealer-page .bp-showcase-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;gap:20px!important;margin-top:22px!important}
body.bp-dealer-page .bp-showcase-grid>.bp-showcase-card:only-child{width:100%!important;max-width:780px!important;margin-inline:auto!important}
body.bp-dealer-page .bp-showcase-card{
  display:grid;
  grid-template-rows:auto 1fr;
  overflow:hidden;
  border:1px solid var(--bpd-line)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:var(--bpd-shadow-soft)!important;
  transition:transform .2s ease,box-shadow .2s ease;
}
body.bp-dealer-page .bp-showcase-card:hover{transform:translateY(-4px);box-shadow:var(--bpd-shadow)!important}
body.bp-dealer-page .bp-showcase-image{aspect-ratio:16/9!important;min-height:250px;padding:24px!important;background:linear-gradient(145deg,#f7f9fc,#eef3f9)!important}
body.bp-dealer-page .bp-showcase-image>span{left:18px!important;top:18px!important;background:var(--bpd-orange)!important;box-shadow:0 7px 18px rgba(255,121,25,.24)}
body.bp-dealer-page .bp-image-placeholder{gap:5px;border:1px dashed #cad6e6;border-radius:15px;color:#8391a5!important;background:rgba(255,255,255,.68)!important}
body.bp-dealer-page .bp-image-placeholder span{display:block;color:var(--bpd-orange);font-size:42px;line-height:1}
body.bp-dealer-page .bp-image-placeholder strong{display:block;color:#29405f;font-size:18px}
body.bp-dealer-page .bp-image-placeholder small{display:block;font-size:11px}
body.bp-dealer-page .bp-showcase-body{padding:24px!important;display:flex;flex-direction:column}
body.bp-dealer-page .bp-showcase-body h2{font-size:25px!important}
body.bp-dealer-page .bp-showcase-copy{color:var(--bpd-copy)!important;line-height:1.65}
body.bp-dealer-page .bp-showcase-body ul{margin-bottom:22px!important}
body.bp-dealer-page .bp-showcase-body li{padding:9px 0!important;border-color:#edf1f6!important;color:#425570;font-size:13px}
.bp-showcase-card-action{min-height:45px;margin-top:auto;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-radius:11px;color:var(--bpd-blue)!important;background:var(--bpd-blue-soft);font-size:13px;font-weight:850;text-decoration:none!important}

/* WooCommerce account shell and all account endpoints. */
body.bp-dealer-page .woocommerce{display:grid!important;grid-template-columns:230px minmax(0,1fr)!important;gap:18px!important;align-items:start!important}
body.bp-dealer-page .bp-myaccount-hero{
  position:relative;
  grid-column:1/-1;
  min-height:155px;
  padding:30px 34px!important;
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  overflow:hidden;
  border:0!important;
  border-radius:23px!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 88% 4%,rgba(68,126,255,.42),transparent 32%),
    linear-gradient(125deg,#09172d,#16335f)!important;
  box-shadow:0 21px 52px rgba(10,24,48,.16)!important;
}
body.bp-dealer-page .bp-myaccount-hero:after{content:"";position:absolute;right:7%;top:-58px;width:235px;height:235px;border:38px solid rgba(255,255,255,.035);border-radius:50%}
body.bp-dealer-page .bp-myaccount-avatar{display:grid!important;place-items:center!important;flex:0 0 62px!important;width:62px!important;height:62px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:17px!important;color:#fff!important;background:rgba(255,255,255,.09)!important;font-size:24px!important;font-weight:900!important}
body.bp-dealer-page .bp-myaccount-hero small{color:#76d9ff!important;font-size:9px!important;font-weight:900!important;letter-spacing:.17em!important}
body.bp-dealer-page .bp-myaccount-hero h1{margin:5px 0!important;color:#fff!important;font-size:clamp(26px,3vw,38px)!important}
body.bp-dealer-page .bp-myaccount-hero p{margin:0!important;color:#c8d6e8!important;font-size:13px!important}
body.bp-dealer-page .woocommerce-MyAccount-navigation{
  position:sticky!important;
  top:94px!important;
  width:auto!important;
  float:none!important;
  overflow:hidden;
  border:1px solid var(--bpd-line)!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:var(--bpd-shadow-soft)!important;
}
body.bp-dealer-page .woocommerce-MyAccount-navigation:before{content:"HESAP MENÜSÜ";display:block;padding:18px 18px 9px;color:#8795a8;font-size:9px;font-weight:900;letter-spacing:.15em}
body.bp-dealer-page .woocommerce-MyAccount-navigation ul{margin:0!important;padding:0 9px 10px!important;list-style:none!important}
body.bp-dealer-page .woocommerce-MyAccount-navigation li{margin:2px 0!important}
body.bp-dealer-page .woocommerce-MyAccount-navigation a{
  min-height:43px;
  padding:0 12px!important;
  display:flex!important;
  align-items:center!important;
  border-radius:10px!important;
  color:#51647e!important;
  background:transparent!important;
  font-size:12px!important;
  font-weight:750!important;
  text-decoration:none!important;
}
body.bp-dealer-page .woocommerce-MyAccount-navigation .is-active a,
body.bp-dealer-page .woocommerce-MyAccount-navigation a:hover{color:var(--bpd-blue)!important;background:var(--bpd-blue-soft)!important}
body.bp-dealer-page .woocommerce-MyAccount-navigation-link--customer-logout{margin-top:8px!important;padding-top:8px;border-top:1px solid #edf1f5}
body.bp-dealer-page .woocommerce-MyAccount-navigation-link--customer-logout a{color:#c04450!important}
body.bp-dealer-page .woocommerce-MyAccount-content{
  width:auto!important;
  min-width:0!important;
  float:none!important;
  padding:22px!important;
  border:1px solid var(--bpd-line)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:var(--bpd-shadow-soft)!important;
}
body.bp-dealer-page.bp-customer-dashboard .woocommerce-MyAccount-content{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
body.bp-dealer-page .bp-customer-profile-card{border:1px solid var(--bpd-line)!important;border-radius:20px!important;box-shadow:var(--bpd-shadow-soft)!important}
body.bp-dealer-page .bp-customer-profile-brand{padding:30px!important;background:linear-gradient(128deg,#fff,#f3f7ff)!important;color:var(--bpd-ink)!important}
body.bp-dealer-page .bp-customer-profile-brand>span{border:0!important;color:#fff!important;background:linear-gradient(135deg,var(--bpd-blue),var(--bpd-blue-dark))!important;box-shadow:0 12px 25px rgba(53,109,243,.22)}
body.bp-dealer-page .bp-customer-profile-brand small{color:var(--bpd-blue)!important}
body.bp-dealer-page .bp-customer-profile-brand h1{color:var(--bpd-ink)!important}
body.bp-dealer-page .bp-customer-profile-brand p{color:var(--bpd-copy)!important}
body.bp-dealer-page .bp-customer-profile-info{padding:17px 18px!important}
body.bp-dealer-page .bp-customer-profile-info>a{background:linear-gradient(135deg,var(--bpd-blue),var(--bpd-blue-dark))!important;box-shadow:0 8px 18px rgba(53,109,243,.18)}
body.bp-dealer-page .bp-account-quick{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
body.bp-dealer-page .bp-account-quick>a{
  min-height:105px;
  padding:18px!important;
  display:flex!important;
  align-items:center!important;
  gap:15px!important;
  border:1px solid var(--bpd-line)!important;
  border-radius:16px!important;
  color:var(--bpd-ink)!important;
  background:#fff!important;
  box-shadow:0 4px 15px rgba(18,43,80,.035)!important;
  text-decoration:none!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
body.bp-dealer-page .bp-account-quick>a:hover{border-color:#bfd0ed!important;box-shadow:var(--bpd-shadow-soft)!important;transform:translateY(-2px)}
body.bp-dealer-page .bp-account-quick>a>span{display:grid!important;place-items:center!important;flex:0 0 46px!important;width:46px!important;height:46px!important;border-radius:13px!important;color:var(--bpd-blue)!important;background:var(--bpd-blue-soft)!important;font-size:21px!important}
body.bp-dealer-page .bp-account-quick strong,body.bp-dealer-page .bp-account-quick small{display:block!important}
body.bp-dealer-page .bp-account-quick strong{margin-bottom:4px;color:var(--bpd-ink)!important;font-size:14px!important}
body.bp-dealer-page .bp-account-quick small{color:#718198!important;font-size:11px!important}

/* Orders, forms and tables. */
body.bp-dealer-page .woocommerce table.shop_table{overflow:hidden;margin:0!important;border:1px solid var(--bpd-line)!important;border-radius:14px!important;border-collapse:separate!important;background:#fff!important}
body.bp-dealer-page .woocommerce table.shop_table thead th{padding:13px 14px!important;border:0!important;background:#f3f6fa!important;color:#66768d!important;font-size:9px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase}
body.bp-dealer-page .woocommerce table.shop_table td{padding:14px!important;border-color:#e8edf4!important;color:#34465f!important;font-size:12px!important;vertical-align:middle!important}
body.bp-dealer-page .woocommerce table.shop_table tbody tr:hover td{background:#fafcff!important}
body.bp-dealer-page .woocommerce table.shop_table .button{min-height:36px!important;padding:0 12px!important;display:inline-flex!important;align-items:center!important;color:#fff!important;background:linear-gradient(135deg,var(--bpd-blue),var(--bpd-blue-dark))!important;font-size:11px!important}
body.bp-dealer-page .woocommerce form .form-row{margin-bottom:13px!important}
body.bp-dealer-page .woocommerce form .form-row label{margin-bottom:6px!important;color:#40536e!important;font-size:11px!important;font-weight:800!important}
body.bp-dealer-page .woocommerce form .form-row input.input-text,body.bp-dealer-page .woocommerce form .form-row textarea{padding:10px 12px!important}
body.bp-dealer-page .woocommerce fieldset{margin:20px 0 0!important;padding:18px!important;border:1px solid var(--bpd-line)!important;border-radius:14px!important}

/* Finance page. */
body.bp-dealer-page .bp-account-shell{color:var(--bpd-ink)!important}
body.bp-dealer-page .bp-account-hero{border-radius:23px!important;background:radial-gradient(circle at 88% 8%,rgba(68,126,255,.43),transparent 33%),linear-gradient(125deg,#09172d,#16335f)!important;box-shadow:0 22px 56px rgba(10,24,48,.17)!important}
body.bp-dealer-page .bp-account-card,body.bp-dealer-page .bp-ledger,body.bp-dealer-page .bp-account-form{border:1px solid var(--bpd-line)!important;border-radius:17px!important;box-shadow:var(--bpd-shadow-soft)!important}
body.bp-dealer-page .bp-pay-tabs{padding:5px;border:1px solid var(--bpd-line);border-radius:13px;background:#fff;box-shadow:var(--bpd-shadow-soft)}
body.bp-dealer-page .bp-pay-tabs button{flex:1;color:#5a6f8d!important;background:transparent!important;box-shadow:none!important}
body.bp-dealer-page .bp-pay-tabs button.active{color:#fff!important;background:linear-gradient(135deg,var(--bpd-blue),var(--bpd-blue-dark))!important}

@media(max-width:980px){
  body.bp-dealer-page .site-header .header-inner{width:min(100% - 24px,1480px)!important}
  body.bp-dealer-page .site-header .nav-toggle{display:flex!important}
  body.bp-dealer-page .site-header .site-nav{
    position:absolute!important;
    top:68px!important;
    right:12px!important;
    left:12px!important;
    margin:0!important;
    padding:10px!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:3px!important;
    border:1px solid rgba(255,255,255,.1)!important;
    border-radius:15px!important;
    background:rgba(9,23,44,.985)!important;
    box-shadow:0 22px 50px rgba(4,13,27,.3)!important;
  }
  body.bp-dealer-page .site-header .site-nav:not(.is-open){display:none!important}
  body.bp-dealer-page .site-header .site-nav a{justify-content:flex-start!important}
  body.bp-dealer-page .site-header .site-nav a.account{margin-left:0!important}
  body.bp-dealer-page .woocommerce{grid-template-columns:1fr!important}
  body.bp-dealer-page .woocommerce-MyAccount-navigation{position:static!important;overflow:auto!important}
  body.bp-dealer-page .woocommerce-MyAccount-navigation:before{display:none}
  body.bp-dealer-page .woocommerce-MyAccount-navigation ul{min-width:max-content;padding:8px!important;display:flex!important;gap:3px!important}
  body.bp-dealer-page .woocommerce-MyAccount-navigation li{margin:0!important}
  body.bp-dealer-page .woocommerce-MyAccount-navigation a{padding:0 13px!important;white-space:nowrap}
  body.bp-dealer-page .woocommerce-MyAccount-navigation-link--customer-logout{margin:0 0 0 5px!important;padding:0 0 0 5px!important;border-top:0;border-left:1px solid #edf1f5}
}

@media(max-width:720px){
  body.bp-dealer-page .bp-app,body.bp-dealer-page .bp-account-shell,body.bp-dealer-page .bp-showcase,body.bp-dealer-page .woocommerce{width:min(100% - 22px,1480px)!important;padding:13px 0 88px!important}
  body.bp-dealer-page .site-header{min-height:65px}
  body.bp-dealer-page .site-header .header-inner{min-height:65px!important}
  body.bp-dealer-page .site-header .brand img{max-width:155px!important;height:29px!important}
  body.bp-dealer-page .bp-hero{min-height:0;padding:28px 22px 48px!important;border-radius:19px!important;align-items:flex-start!important}
  body.bp-dealer-page .bp-hero:after{right:-8%;font-size:120px}
  body.bp-dealer-page .bp-history{min-height:42px;padding:0 14px!important}
  body.bp-dealer-page .bp-controls{grid-template-columns:1fr!important;margin:-24px 10px 18px!important;padding:14px!important;border-radius:15px!important}
  body.bp-dealer-page .bp-catalog{padding:0!important}
  body.bp-dealer-page .bp-row{grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;min-height:0;padding:14px!important}
  body.bp-dealer-page .bp-device{grid-column:1/-1!important}
  body.bp-dealer-page .bp-stock{grid-column:1!important}
  body.bp-dealer-page .bp-price{grid-column:2!important;grid-row:2!important;text-align:right}
  body.bp-dealer-page .bp-qty{grid-column:1/-1!important;display:grid!important;grid-template-columns:1fr auto!important;gap:9px!important;align-items:center!important}
  body.bp-dealer-page .bp-qty input{grid-column:1!important}
  body.bp-dealer-page .bp-qty button{grid-column:2!important}
  body.bp-dealer-page .bp-qty small,body.bp-dealer-page .bp-qty span{grid-column:1/-1!important}
  body.bp-dealer-page .bp-showcase>header{min-height:0;padding:28px 23px!important;align-items:flex-start;flex-direction:column;border-radius:19px!important}
  body.bp-dealer-page .bp-showcase-grid{grid-template-columns:1fr!important}
  body.bp-dealer-page .bp-showcase-grid>.bp-showcase-card:only-child{max-width:none}
  body.bp-dealer-page .bp-showcase-image{min-height:210px!important}
  body.bp-dealer-page .bp-myaccount-hero{min-height:0;padding:23px!important;border-radius:19px!important}
  body.bp-dealer-page .bp-myaccount-avatar{width:50px!important;height:50px!important;flex-basis:50px!important;border-radius:13px!important}
  body.bp-dealer-page .woocommerce-MyAccount-content{padding:16px!important;border-radius:16px!important}
  body.bp-dealer-page .bp-account-quick{grid-template-columns:1fr!important}
  body.bp-dealer-page .bp-account-quick>a{min-height:88px!important}
  body.bp-dealer-page .bp-customer-profile-brand{align-items:flex-start!important;padding:22px!important}
  body.bp-dealer-page .bp-customer-profile-info{grid-template-columns:1fr!important}
  body.bp-dealer-page .bp-customer-profile-info>div{padding:10px!important;border-right:0!important;border-bottom:1px solid #e8edf4!important}
  body.bp-dealer-page .bp-customer-profile-info>a{margin:13px 0 0!important}
  body.bp-dealer-page .woocommerce table.shop_table_responsive thead{display:none!important}
  body.bp-dealer-page .woocommerce table.shop_table_responsive tbody tr{display:block!important;padding:8px 0!important;border-bottom:1px solid var(--bpd-line)!important}
  body.bp-dealer-page .woocommerce table.shop_table_responsive tbody tr:last-child{border-bottom:0!important}
  body.bp-dealer-page .woocommerce table.shop_table_responsive tbody td{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;border:0!important;text-align:right!important}
  body.bp-dealer-page .woocommerce table.shop_table_responsive tbody td:before{color:#728198!important;font-size:10px!important;font-weight:850!important;text-align:left!important}
}

@media(prefers-reduced-motion:reduce){body.bp-dealer-page *{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}}
