:root {
  --r069-ui-accent: #4d88e6;
  --r069-ui-accent-soft: #8bb5f4;
  --r069-ui-bg: #0a0a0a;
  --r069-ui-panel: rgba(17, 17, 20, .88);
  --r069-ui-panel-solid: #111114;
  --r069-ui-border: rgba(255, 255, 255, .075);
  --r069-ui-muted: #888894;
}

.r069-template-cart .flex-wrapper,
body[class*="r069-template-customer-"] .flex-wrapper {
  background-color: var(--r069-ui-bg) !important;
  color: #f2f2f7;
  font-family: 'Satoshi', sans-serif;
}

.flex-wrapper { position: relative; isolation: isolate; }
.r069-ui-page-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: none;
  overflow: hidden;
  pointer-events: none;
  background: #0a0a0a;
}
#app > :not(.r069-ui-page-background):not(#customer-login-modal):not(#r069-cart-drawer) {
  position: relative;
  z-index: 1;
}
.r069-template-cart .r069-ui-page-background,
body[class*="r069-template-customer-"] .r069-ui-page-background,
body.r069-login-page-mode .r069-ui-page-background { display: block; }
.r069-ui-page-background .r069-product-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255,255,255,.025) .5px,transparent .5px),linear-gradient(90deg,rgba(255,255,255,.025) .5px,transparent .5px);
  background-size: 48px 48px;
  pointer-events: none;
}
.r069-ui-page-background .r069-product-top-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(77,136,230,.03), transparent);
  background: linear-gradient(to bottom in oklab, rgba(77,136,230,.03), transparent);
}
.r069-ui-page-background .r069-product-top-glow::before,
.r069-ui-page-background .r069-product-top-glow::after {
  content: '';
  position: absolute;
  top: -16px;
  width: min(72vw, 1100px);
  height: min(80dvh, 820px);
  pointer-events: none;
  --ray-opacity: .72;
  --ray-shift: 0%;
  --ray-flip: 1;
  opacity: var(--ray-opacity);
  background:
    radial-gradient(ellipse at 0 0, rgba(107,159,240,.1) 0%, rgba(77,136,230,.04) 30%, transparent 66%),
    conic-gradient(from 90deg at 0 0,
      transparent 0deg,
      transparent 12deg,
      rgba(77,136,230,.025) 18deg,
      rgba(107,159,240,.12) 24deg,
      rgba(77,136,230,.035) 30deg,
      transparent 37deg,
      rgba(77,136,230,.025) 43deg,
      rgba(107,159,240,.1) 49deg,
      rgba(77,136,230,.025) 55deg,
      transparent 63deg,
      rgba(77,136,230,.07) 72deg,
      transparent 83deg,
      transparent 360deg);
  -webkit-mask-image: radial-gradient(ellipse at 0 0, #000 0%, rgba(0,0,0,.75) 20%, rgba(0,0,0,.28) 48%, transparent 78%);
  mask-image: radial-gradient(ellipse at 0 0, #000 0%, rgba(0,0,0,.75) 20%, rgba(0,0,0,.28) 48%, transparent 78%);
  filter: blur(22px);
  transform-origin: 0 0;
  transform: translateX(var(--ray-shift)) scaleX(var(--ray-flip)) rotate(-1.5deg) scale(1.02);
  animation: r069-product-corner-ray-drift 22s ease-in-out infinite;
}
.r069-ui-page-background .r069-product-top-glow::before { left: -16px; }
.r069-ui-page-background .r069-product-top-glow::after { right: -16px; --ray-shift: 100%; --ray-flip: -1; animation-duration: 28s; animation-delay: -11s; }
.r069-ui-page-background .r069-product-effects { position: absolute; z-index: 1; inset: -180px; overflow: visible; pointer-events: none; }
.r069-ui-page-background .r069-product-effects > div { position: absolute; border-radius: 50%; pointer-events: none; will-change: filter,opacity; }
.r069-ui-page-background .r069-product-glow-title { top:38%;left:50%;width:920px;height:520px;background:radial-gradient(ellipse,rgba(77,136,230,.05) 0%,rgba(77,136,230,.014) 34%,rgba(77,136,230,.003) 55%,transparent 70%);filter:blur(130px);transform:translate(-50%,-50%);opacity:.4; }
.r069-ui-page-background .r069-product-glow-soft { top:62%;left:50%;width:760px;height:420px;background:radial-gradient(ellipse,rgba(107,159,240,.03) 0%,rgba(77,136,230,.008) 42%,transparent 68%);filter:blur(140px);transform:translate(-50%,-50%);opacity:.3; }
.r069-ui-page-background .r069-product-glow-bottom { left:50%;bottom:6%;width:900px;height:340px;background:radial-gradient(ellipse,rgba(77,136,230,.02) 0%,rgba(77,136,230,.004) 42%,transparent 65%);filter:blur(150px);transform:translateX(-50%);opacity:.22; }
@keyframes r069-product-corner-ray-drift {
  0%,100% { transform:translateX(var(--ray-shift)) scaleX(var(--ray-flip)) rotate(-1.5deg) scale(1.02); opacity:calc(var(--ray-opacity) * .9); }
  50% { transform:translateX(var(--ray-shift)) scaleX(var(--ray-flip)) rotate(2deg) scale(1.055); opacity:var(--ray-opacity); }
}

.r069-login-page-hidden { display: contents; }

.r069-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  padding: 6px 10px;
  border: 1px solid rgba(139,181,244, .25);
  border-radius: 7px;
  color: #bdd5fa;
  background: rgba(77,136,230, .07);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.r069-page-kicker svg { width: 14px; height: 14px; }

/* Cart */
.r069-cart-page { max-width: 1180px; }
.r069-cart-page .r069-cart-shell { padding-top: 125px; padding-bottom: 78px; }
.r069-cart-page .r069-cart-heading { display: flex !important; flex-direction: column; align-items: center; max-width: 650px; margin: 0 auto 43px; text-align: center; }
.r069-cart-page .r069-cart-heading .r069-page-kicker { margin: 0 auto 17px; }
.r069-cart-page .r069-cart-heading .r069-page-kicker > span { display: block; line-height: 1.4; }
.r069-cart-page .r069-cart-heading h1 {
  margin: 0 0 12px;
  color: #f4f4f9;
  font: 700 clamp(34px, 4vw, 48px)/1.1 'Satoshi', sans-serif;
  letter-spacing: -.045em;
}
.r069-cart-page .r069-cart-heading p { margin: 0; color: var(--r069-ui-muted); font-size: 14px; line-height: 1.7; }
.r069-cart-page > [x-data] > .cart > .row { --bs-gutter-x: 22px; align-items: start; }
.r069-cart-page .r069-cart-item {
  position: relative;
  overflow: hidden;
  min-height: 126px;
  border-color: var(--r069-ui-border) !important;
  border-radius: 14px !important;
  background: var(--r069-ui-panel-solid) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
  transition: border-color .2s ease, background .2s ease;
}
.r069-cart-page .r069-cart-item:hover { border-color: rgba(139,181,244, .26) !important; background: #131316 !important; }
.r069-cart-page .cart-image-container { flex: 0 0 184px; width: 184px; }
.r069-cart-page .cart-image-container img,
.r069-cart-page .cart-image-container > div { border-radius: 10px !important; }
.r069-cart-page .cart-product-link { color: #eeeef5 !important; font-size: 15px; font-weight: 600 !important; }
.r069-cart-page .cart-variant-text { margin-top: 5px; color: #7e7e8b; font-size: 12px; }
.r069-cart-page .cart-discount-text { color: #abc9f7 !important; font-size: 11px; }
.r069-cart-page .cart-controls { min-width: 260px; }
.r069-cart-page .cart-quantity-controls {
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 9px !important;
  background: #0d0d10;
}
.r069-cart-page .cart-qty-btn { width: 36px; border: 0; color: #8a8a98; background: transparent; }
.r069-cart-page .cart-qty-btn:hover:not(:disabled) { color: #fff; background: rgba(255, 255, 255, .04); }
.r069-cart-page .cart-qty-input { width: 45px; padding: 0; color: #ececf4; background: transparent !important; font-size: 13px; box-shadow: none !important; }
.r069-cart-page .cart-price-text { min-width: 65px; color: #f1f1f7; font-size: 14px; }
.r069-cart-page .cart-remove-desktop,
.r069-cart-page .cart-remove-mobile { color: #62626e !important; }
.r069-cart-page .cart-remove-desktop:hover,
.r069-cart-page .cart-remove-mobile:hover { color: #ef7b85 !important; }
.r069-cart-page .r069-cart-summary {
  position: sticky;
  top: 96px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, .085) !important;
  border-radius: 15px !important;
  background: rgba(17, 17, 20, .92) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px rgba(255, 255, 255, .035), 0 16px 45px rgba(0, 0, 0, .18);
}
.r069-cart-page .r069-cart-summary::before {
  content: '';
  position: absolute;
  inset: 0 24px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139,181,244, .42), transparent);
}
.r069-cart-page .r069-cart-summary-title { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #e9e9f2; font-size: 15px; font-weight: 600; }
.r069-cart-page .r069-cart-summary-icon { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(139,181,244, .2); border-radius: 8px; color: #b4d0f9; background: rgba(77,136,230, .08); }
.r069-cart-page .r069-cart-summary-icon svg { width: 15px; height: 15px; }
.r069-cart-page .r069-cart-summary .border-bottom,
.r069-cart-page .r069-cart-summary .border-top { border-color: rgba(255, 255, 255, .07) !important; }
.r069-cart-page .r069-cart-summary .text-muted { color: #82828f !important; }
.r069-cart-page .r069-cart-summary .btn[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 47px;
  border-color: var(--r069-ui-accent) !important;
  border-radius: 9px;
  color: #fff;
  background: var(--r069-ui-accent);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 26px rgba(77,136,230, .18);
}
.r069-cart-page .r069-cart-summary .btn[type="submit"]:hover:not(:disabled) { background: #568fe9; border-color: #568fe9 !important; }
.r069-cart-page .r069-cart-side > .d-flex > .d-flex:not(.r069-cart-summary),
.r069-cart-page .r069-cart-side [x-for] > .border { border-color: var(--r069-ui-border) !important; border-radius: 12px !important; background: var(--r069-ui-panel-solid); }
.r069-cart-page [x-show="fullCartLoading"],
.r069-cart-page [x-if="!fullCartLoading"] .text-center.border { border-color: var(--r069-ui-border) !important; border-radius: 14px !important; background: var(--r069-ui-panel-solid); }
.r069-cart-page .alert { border: 1px solid currentColor; border-radius: 11px !important; background: rgba(17, 17, 20, .94); font-size: 12px; }
.r069-cart-page .r069-cart-empty { padding: 58px 24px !important; }
.r069-cart-page .r069-cart-empty > span { display: grid; place-items: center; width: 45px; height: 45px; margin: 0 auto 16px; border: 1px solid rgba(139,181,244, .23); border-radius: 12px; color: #b4d0f9; background: rgba(77,136,230, .08); }
.r069-cart-page .r069-cart-empty svg { width: 20px; height: 20px; }
.r069-cart-page .r069-cart-empty h3 { margin: 0 0 7px; color: #e6e6ef; font-size: 17px; font-weight: 600; }
.r069-cart-page .r069-cart-empty p { margin: 0 0 20px; color: #777784; font-size: 12px; }
.r069-cart-page .r069-cart-empty .btn { padding: 9px 14px; border-color: rgba(139,181,244, .4); border-radius: 8px; color: #c7dcfb; font-size: 11px; }

/* Login modal */
.r069-login-modal { font-family: 'Satoshi', sans-serif; }
.r069-login-modal .modal-dialog { width: min(450px, calc(100% - 28px)); margin-inline: auto; }
.r069-login-modal .r069-login-shell {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 17px;
  color: #efeff5;
  background: rgba(13, 13, 16, .96);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}
.r069-login-page-logo { display: none; }
.r069-login-modal .modal-header { padding: 25px 25px 21px; border-color: rgba(255, 255, 255, .07); }
.r069-login-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.r069-login-icon { display: grid; place-items: center; width: 41px; height: 41px; flex: 0 0 41px; border: 1px solid rgba(139,181,244, .26); border-radius: 11px; color: #bdd5fa; background: rgba(77,136,230, .1); box-shadow: inset 0 1px rgba(255, 255, 255, .03); }
.r069-login-icon svg { width: 19px; height: 19px; }
.r069-login-modal .modal-title { margin: 0; color: #f0f0f6; font-size: 17px; font-weight: 600; letter-spacing: -.02em; }
.r069-login-subtitle { display: block; margin-top: 3px; color: #777784; font-size: 11px; line-height: 1.45; }
.r069-login-modal .btn-close { width: 31px; height: 31px; margin: 0; padding: 0; border: 1px solid rgba(255, 255, 255, .08); border-radius: 8px; background-color: rgba(255, 255, 255, .035); background-size: 9px; filter: invert(1); opacity: .62; }
.r069-login-modal .modal-body { padding: 25px; }
.r069-login-modal .form-label { margin: 0 0 4px !important; color: #d7d7e2; font-size: 12px; font-weight: 500; }
.r069-login-modal .form-text { color: #777784; font-size: 11px; line-height: 1.6; }
.r069-login-modal .form-control {
  min-height: 45px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 9px;
  color: #eeeef5;
  background: #09090b;
  font: 400 13px 'Satoshi', sans-serif;
  box-shadow: none;
}
.r069-login-modal .form-control:focus { border-color: rgba(139,181,244, .7); background: #0b0b0e; box-shadow: 0 0 0 3px rgba(77,136,230, .09); }
.r069-login-modal .form-control::placeholder { color: #555560; }
.r069-login-modal .btn-primary { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; border: 1px solid var(--r069-ui-accent); border-radius: 9px; background: var(--r069-ui-accent); font-size: 12px; font-weight: 700; }
.r069-login-modal .btn-primary svg { width: 16px; height: 16px; }
.r069-login-modal .btn-link { color: #858592; font-size: 11px !important; text-decoration: none !important; }
.r069-login-modal .btn-link:hover { color: #c7dcfb; }
.r069-login-modal .text-danger { color: #f0808a !important; }

body.r069-login-page-mode { overflow: hidden; background: #08090e !important; }
body.r069-login-page-mode #app { min-height: 100dvh; background: transparent !important; }
body.r069-login-page-mode .r069-login-page-hidden { display: none !important; }
body.r069-login-page-mode .r069-app-content,
body.r069-login-page-mode .069reselling-navbar,
body.r069-login-page-mode #customer-login-modal { visibility: visible; }
body.r069-login-page-mode .modal-backdrop { display: none !important; }
body.r069-login-page-mode .r069-login-modal {
  position: fixed;
  inset: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
  pointer-events: none;
}
body.r069-login-page-mode .r069-login-modal .modal-dialog,
body.r069-login-page-mode .r069-login-modal .modal-content,
body.r069-login-page-mode .r069-login-page-logo { pointer-events: auto; }
body.r069-login-page-mode .r069-login-modal .modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 36px 0;
}
body.r069-login-page-mode .r069-login-page-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  align-self: center;
  margin: 0 auto 25px;
  color: #f4f4f8;
  text-decoration: none;
}
body.r069-login-page-mode .r069-login-page-logo img { width: 43px; height: 43px; object-fit: contain; }
body.r069-login-page-mode .r069-login-page-logo strong { font-size: 18px; font-weight: 700; letter-spacing: -.025em; }
body.r069-login-page-mode .r069-login-shell { width: 100%; background: rgba(13, 13, 16, .94); }
body.r069-login-page-mode .r069-login-modal .btn-close { display: none; }

/* Live cart drawer */
.069reselling-nav-cart[data-r069-cart-open] { appearance: none; -webkit-appearance: none; font: inherit; }
body.r069-cart-drawer-open { overflow: hidden; }
.r069-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 1090;
  display: block;
  font-family: 'Satoshi', sans-serif;
  visibility: hidden;
  pointer-events: none;
}
.r069-cart-drawer[hidden] { display: none !important; }
.r069-cart-drawer.is-open { visibility: visible; pointer-events: auto; }
.r069-cart-drawer-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, .58);
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: opacity .22s ease;
}
.r069-cart-drawer.is-open .r069-cart-drawer-backdrop { opacity: 1; }
.r069-cart-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(440px, 100%);
  height: 100%;
  color: #eeeeF5;
  background: #0d0d10;
  border-left: 1px solid rgba(255, 255, 255, .085);
  outline: 0;
  box-shadow: -24px 0 70px rgba(0, 0, 0, .32);
  transform: translate3d(100%, 0, 0);
  transition: transform .34s cubic-bezier(.22, 1, .36, 1);
}
.r069-cart-drawer.is-open .r069-cart-drawer-panel { transform: translate3d(0, 0, 0); }
.r069-cart-drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex: 0 0 auto;
  padding: 27px 25px 23px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.r069-cart-drawer-eyebrow { display: block; margin-bottom: 5px; color: #b4d0f9; font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.r069-cart-drawer-header h2 { margin: 0 0 4px; color: #f2f2f7; font-size: 21px; line-height: 1.2; font-weight: 700; letter-spacing: -.035em; }
.r069-cart-drawer-header p { margin: 0; color: #666672; font-size: 11px; }
.r069-cart-drawer-close {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 9px;
  color: #898995;
  background: rgba(255, 255, 255, .025);
  transition: color .18s, border-color .18s, background .18s;
}
.r069-cart-drawer-close:hover { color: #fff; border-color: rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .05); }
.r069-cart-drawer-close svg { width: 17px; height: 17px; }
.r069-cart-drawer-body { min-height: 0; flex: 1 1 auto; overflow-y: auto; overscroll-behavior: contain; padding: 18px 20px; scrollbar-width: thin; scrollbar-color: #292932 transparent; }
.r069-cart-drawer-state { min-height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 55px 26px; text-align: center; }
.r069-cart-drawer-state[hidden], .r069-cart-drawer-items[hidden], .r069-cart-drawer-footer[hidden] { display: none !important; }
.r069-cart-drawer-state > span:not(.r069-cart-drawer-spinner) { display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 18px; border: 1px solid rgba(139,181,244, .19); border-radius: 13px; color: #b4d0f9; background: rgba(77,136,230, .07); }
.r069-cart-drawer-state > span svg { width: 21px; height: 21px; }
.r069-cart-drawer-state h3 { margin: 0 0 7px; color: #ededf4; font-size: 17px; font-weight: 600; }
.r069-cart-drawer-state p { max-width: 245px; margin: 0 0 20px; color: #747480; font-size: 12px; line-height: 1.6; }
.r069-cart-drawer-state a, .r069-cart-drawer-state button { padding: 8px 13px; border: 1px solid rgba(139,181,244, .28); border-radius: 8px; color: #c7dcfb; background: rgba(77,136,230, .07); font-size: 11px; font-weight: 600; text-decoration: none; }
.r069-cart-drawer-spinner { width: 27px; height: 27px; margin-bottom: 16px; border: 2px solid rgba(139,181,244, .2); border-top-color: #abc9f7; border-radius: 50%; animation: r069-cart-spin .7s linear infinite; }
@keyframes r069-cart-spin { to { transform: rotate(360deg); } }
.r069-cart-drawer-items { display: flex; flex-direction: column; gap: 11px; }
.r069-cart-drawer-item { display: grid; grid-template-columns: 83px minmax(0, 1fr); gap: 13px; padding: 11px; border: 1px solid rgba(255, 255, 255, .075); border-radius: 12px; background: #111114; }
.r069-cart-drawer-image { position: relative; overflow: hidden; width: 83px; aspect-ratio: 1 / 1; border-radius: 9px; background: #09090b; }
.r069-cart-drawer-image img { width: 100%; height: 100%; object-fit: cover; }
.r069-cart-drawer-image span { display: grid; place-items: center; width: 100%; height: 100%; color: #494955; }
.r069-cart-drawer-image span svg { width: 24px; height: 24px; }
.r069-cart-drawer-item-main { display: flex; flex-direction: column; min-width: 0; padding: 1px 0; }
.r069-cart-drawer-item-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; min-width: 0; }
.r069-cart-drawer-item-name { overflow: hidden; color: #e9e9f0; font-size: 13px; font-weight: 600; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.r069-cart-drawer-item-remove { flex: 0 0 auto; padding: 0; border: 0; color: #676773; background: transparent; }
.r069-cart-drawer-item-remove:hover { color: #ef7e88; }
.r069-cart-drawer-item-remove svg { width: 15px; height: 15px; }
.r069-cart-drawer-variant { overflow: hidden; margin: 3px 0 9px; color: #6f6f7c; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.r069-cart-drawer-item-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.r069-cart-drawer-qty { display: grid; grid-template-columns: 27px 31px 27px; height: 29px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .085); border-radius: 7px; background: #0a0a0d; }
.r069-cart-drawer-qty button { display: grid; place-items: center; padding: 0; border: 0; color: #7f7f8c; background: transparent; }
.r069-cart-drawer-qty button:hover:not(:disabled) { color: #fff; background: rgba(255,255,255,.04); }
.r069-cart-drawer-qty button:disabled { opacity: .3; cursor: not-allowed; }
.r069-cart-drawer-qty button svg { width: 12px; height: 12px; }
.r069-cart-drawer-qty span { display: grid; place-items: center; color: #d8d8e2; font-size: 11px; font-variant-numeric: tabular-nums; }
.r069-cart-drawer-price { color: #ededf4; font-size: 12px; font-weight: 600; font-variant-numeric: tabular-nums; }
.r069-cart-drawer-footer { flex: 0 0 auto; padding: 20px 24px 24px; border-top: 1px solid rgba(255, 255, 255, .07); background: rgba(15, 15, 18, .98); }
.r069-cart-drawer-total { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 6px; }
.r069-cart-drawer-total span { color: #8a8a96; font-size: 12px; }
.r069-cart-drawer-total strong { color: #f3f3f8; font-size: 18px; font-weight: 700; letter-spacing: -.025em; }
.r069-cart-drawer-footer > p { margin: 0 0 16px; color: #5f5f6b; font-size: 9px; }
.r069-cart-drawer-review { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 47px; border: 1px solid var(--r069-ui-accent); border-radius: 9px; color: #fff; background: var(--r069-ui-accent); font-size: 12px; font-weight: 700; text-decoration: none; transition: background .18s, border-color .18s; }
.r069-cart-drawer-review:hover { color: #fff; border-color: #5b94eb; background: #5b94eb; }
.r069-cart-drawer-review svg { width: 16px; height: 16px; }
.r069-cart-drawer :focus-visible { outline: 2px solid #abc9f7; outline-offset: 2px; }
/* Customer dashboard system */
body[class*="r069-template-customer-"] .container.component { max-width: 1180px; }
body[class*="r069-template-customer-"] section.py-5-nav { padding-top: 125px; padding-bottom: 75px; }
body[class*="r069-template-customer-"] section.py-5-nav > .row { --bs-gutter-x: 24px; }
body[class*="r069-template-customer-"] .r069-customer-page-header { margin: 0 0 29px; padding-bottom: 25px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
body[class*="r069-template-customer-"] .r069-customer-page-header .r069-page-kicker { margin-bottom: 15px; }
body[class*="r069-template-customer-"] .r069-customer-page-header h1 { margin: 0 0 8px; color: #f2f2f7; font: 700 clamp(29px, 3vw, 39px)/1.15 'Satoshi', sans-serif; letter-spacing: -.04em; }
body[class*="r069-template-customer-"] .r069-customer-page-header p { max-width: 630px; margin: 0; color: #81818e; font-size: 13px; line-height: 1.7; }

.r069-customer-sidebar {
  position: sticky;
  top: 96px;
  overflow: hidden;
  padding: 18px !important;
  border: 1px solid var(--r069-ui-border);
  border-radius: 15px;
  background: rgba(17, 17, 20, .9);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px rgba(255, 255, 255, .03);
}
.r069-customer-profile { display: flex; align-items: center; gap: 11px; min-width: 0; padding: 3px 3px 17px; margin-bottom: 13px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.r069-customer-profile-icon { display: grid; place-items: center; width: 37px; height: 37px; flex: 0 0 37px; border: 1px solid rgba(139,181,244, .2); border-radius: 10px; color: #b4d0f9; background: rgba(77,136,230, .08); }
.r069-customer-profile-icon svg { width: 18px; height: 18px; }
.r069-customer-profile-copy { min-width: 0; }
.r069-customer-profile-copy > span { display: block; margin-bottom: 2px; color: #dcdce7; font-size: 12px; font-weight: 600; }
.r069-customer-profile-copy small { display: block; overflow: hidden; color: #70707d; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.r069-customer-nav { gap: 4px !important; }
.r069-customer-nav .nav-link { display: flex; align-items: center; gap: 10px; width: 100%; min-height: 39px; padding: 9px 10px; border: 1px solid transparent; border-radius: 8px; color: #858592; background: transparent; font-size: 11px; font-weight: 500; text-align: left; transition: color .18s, border-color .18s, background .18s; }
.r069-customer-nav .nav-link svg { width: 15px; height: 15px; flex: 0 0 15px; color: #61616e; transition: color .18s; }
.r069-customer-nav .nav-link:hover { color: #dedee8; border-color: rgba(255, 255, 255, .07); background: rgba(255, 255, 255, .025); }
.r069-customer-nav .nav-link.active { color: #c7dcfb; border-color: rgba(139,181,244, .26); background: rgba(77,136,230, .09); }
.r069-customer-nav .nav-link.active svg { color: #b4d0f9; }
.r069-customer-nav li:last-child { margin-top: 7px; padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, .06); }
.r069-customer-nav li:last-child .nav-link:hover { color: #ee858e; border-color: rgba(238, 104, 116, .15); background: rgba(238, 104, 116, .055); }

body[class*="r069-template-customer-"] .col-lg-9 .card {
  position: relative;
  border: 1px solid var(--r069-ui-border);
  border-radius: 13px;
  color: #d7d7e1;
  background: var(--r069-ui-panel-solid);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}
body[class*="r069-template-customer-"] .col-lg-9 a.card:hover { border-color: rgba(139,181,244, .3); background: #131316; }
body[class*="r069-template-customer-"] .col-lg-9 .card h4,
body[class*="r069-template-customer-"] .col-lg-9 .card h5 { color: #e5e5ee; font-weight: 600; letter-spacing: -.02em; }
body[class*="r069-template-customer-"] .col-lg-9 .card h4 { font-size: 16px; }
body[class*="r069-template-customer-"] .col-lg-9 .card h5 { font-size: 14px; }
body[class*="r069-template-customer-"] .col-lg-9 .card p { color: #8a8a97; line-height: 1.7; }
body[class*="r069-template-customer-"] .col-lg-9 .text-muted { color: #767683 !important; }
body[class*="r069-template-customer-"] .col-lg-9 .text-primary,
body[class*="r069-template-customer-"] .col-lg-9 .text-accent-500 { color: #b4d0f9 !important; }
body[class*="r069-template-customer-"] .col-lg-9 > .row:first-of-type .card { overflow: hidden; }
body[class*="r069-template-customer-"] .col-lg-9 > .row:first-of-type .card::before { content: ''; position: absolute; inset: 0 22px auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(139,181,244, .33), transparent); }
.r069-template-customer-dashboard .r069-customer-page-header + .row .card h4 { margin-bottom: 17px; color: #797987; font-size: 11px; font-weight: 500; }
.r069-template-customer-dashboard .r069-customer-page-header + .row .card p { color: #f0f0f6; font-size: 26px; font-weight: 700; line-height: 1.1; letter-spacing: -.035em; }

body[class*="r069-template-customer-"] .table { min-width: 650px; margin: 0; color: #b8b8c4; font-size: 12px; vertical-align: middle; }
body[class*="r069-template-customer-"] .card:has(> .table) { overflow-x: auto; scrollbar-width: thin; scrollbar-color: #282832 transparent; }
body[class*="r069-template-customer-"] .table > :not(caption) > * > * { padding: 14px 13px; border-color: rgba(255, 255, 255, .06); color: inherit; background: transparent; }
body[class*="r069-template-customer-"] .table thead th { color: #777785; font-size: 10px; font-weight: 500; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; }
body[class*="r069-template-customer-"] .table tbody tr { transition: background .18s; }
body[class*="r069-template-customer-"] .table tbody tr:hover { background: rgba(255, 255, 255, .018); }
body[class*="r069-template-customer-"] .form-control,
body[class*="r069-template-customer-"] .form-select,
body[class*="r069-template-customer-"] textarea { border: 1px solid rgba(255, 255, 255, .09); border-radius: 8px; color: #e7e7ee; background-color: #0c0c0f; font: 400 12px 'Satoshi', sans-serif; box-shadow: none; }
body[class*="r069-template-customer-"] .form-control:focus,
body[class*="r069-template-customer-"] .form-select:focus,
body[class*="r069-template-customer-"] textarea:focus { border-color: rgba(139,181,244, .65); background-color: #0d0d10; box-shadow: 0 0 0 3px rgba(77,136,230, .08); }
body[class*="r069-template-customer-"] .btn { border-radius: 8px; font: 600 11px 'Satoshi', sans-serif; }
body[class*="r069-template-customer-"] .btn-primary { border-color: var(--r069-ui-accent); color: #fff; background: var(--r069-ui-accent); }
body[class*="r069-template-customer-"] .btn-primary:hover { border-color: #5b94eb; background: #5b94eb; }
body[class*="r069-template-customer-"] .btn-outline-primary { border-color: rgba(139,181,244, .42); color: #c7dcfb; }
body[class*="r069-template-customer-"] .btn-outline-secondary { border-color: rgba(255, 255, 255, .12); color: #aaaab6; }
body[class*="r069-template-customer-"] .btn-outline-danger { border-color: rgba(238, 104, 116, .35); color: #ee858e; }
body[class*="r069-template-customer-"] .badge { border-radius: 7px !important; font-size: 9px; font-weight: 600; }
body[class*="r069-template-customer-"] .alert { border: 1px solid rgba(255, 255, 255, .08); border-radius: 10px; background: #111114; font-size: 12px; }
body[class*="r069-template-customer-"] .pagination { gap: 5px; margin-top: 21px; }
body[class*="r069-template-customer-"] .page-link { border: 1px solid var(--r069-ui-border); border-radius: 7px !important; color: #9696a4; background: #111114; font-size: 11px; }
body[class*="r069-template-customer-"] .page-item.active .page-link { border-color: var(--r069-ui-accent); color: #fff; background: var(--r069-ui-accent); }
body[class*="r069-template-customer-"] .modal-content { border: 1px solid rgba(255, 255, 255, .09); border-radius: 15px; color: #d7d7e1; background: #101013; box-shadow: 0 25px 80px rgba(0, 0, 0, .55); }
body[class*="r069-template-customer-"] .modal-header,
body[class*="r069-template-customer-"] .modal-footer { border-color: rgba(255, 255, 255, .07); }

@media (max-width: 991px) {
  .r069-cart-page .r069-cart-summary { position: relative; top: auto; }
  body[class*="r069-template-customer-"] .r069-customer-sidebar { position: relative; top: auto; }
  body[class*="r069-template-customer-"] .r069-customer-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body[class*="r069-template-customer-"] .r069-customer-nav li:last-child { margin: 0; padding: 0; border: 0; }
}

@media (max-width: 767px) {
  .r069-cart-page { max-width: none; padding-inline: 16px; }
  .r069-cart-page .r069-cart-shell { padding-top: 96px; padding-bottom: 50px; }
  .r069-cart-page .r069-cart-heading { margin-bottom: 31px; }
  .r069-cart-page .r069-cart-heading h1 { font-size: 36px; }
  .r069-cart-page .r069-cart-heading p { font-size: 12px; }
  .r069-cart-page .cart-image-container { flex-basis: 125px; width: 125px; }
  body[class*="r069-template-customer-"] .container.component { max-width: none; padding-inline: 16px; }
  body[class*="r069-template-customer-"] section.py-5-nav { padding-top: 96px; padding-bottom: 50px; }
  body[class*="r069-template-customer-"] .r069-customer-page-header { margin-bottom: 22px; }
  body[class*="r069-template-customer-"] .r069-customer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[class*="r069-template-customer-"] .col-lg-9 .card { border-radius: 12px; }
}

@media (max-width: 575px) {
  .r069-cart-page .r069-cart-item { padding: 8px !important; }
  .r069-cart-page .cart-image-container { flex-basis: 104px; width: 104px; padding: 4px !important; }
  .r069-cart-page .cart-controls { min-width: 0; padding: 8px 5px 4px !important; }
  .r069-cart-page .r069-cart-summary { padding: 21px !important; }
  .r069-login-modal .modal-header { padding: 21px 20px 18px; }
  .r069-login-modal .modal-body { padding: 21px 20px; }
  .r069-login-modal .d-flex.gap-2.mt-2 { gap: 6px !important; }
  .r069-login-modal .d-flex.gap-2.mt-2 .form-control { min-width: 0; width: calc((100% - 30px) / 6) !important; height: 45px !important; padding: 0; font-size: 17px !important; }
  .r069-customer-sidebar { padding: 14px !important; }
  .r069-customer-nav .nav-link { gap: 7px; padding-inline: 8px; font-size: 10px; }
  body[class*="r069-template-customer-"] .col-lg-9 .card.p-4 { padding: 20px !important; }
  body.r069-login-page-mode .r069-login-modal .modal-dialog { width: calc(100% - 28px); padding: 22px 0; }
  body.r069-login-page-mode .r069-login-page-logo { margin-bottom: 18px; }
  .r069-cart-drawer-panel { width: 100%; border-left: 0; }
  .r069-cart-drawer-header { padding: 22px 18px 19px; }
  .r069-cart-drawer-body { padding: 14px; }
  .r069-cart-drawer-footer { padding: 17px 18px max(19px, env(safe-area-inset-bottom)); }
  .r069-cart-drawer-item { grid-template-columns: 74px minmax(0, 1fr); gap: 11px; padding: 10px; }
  .r069-cart-drawer-image { width: 74px; }
}

@media (prefers-reduced-motion: reduce) {
  .r069-cart-page *, .r069-login-modal *, .r069-cart-drawer *, body[class*="r069-template-customer-"] * { transition: none !important; animation-duration: .01ms !important; }
}
