[class~="r069-product-top-glow"] {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(77,136,230, 0.03), transparent);
    background: linear-gradient(to bottom in oklab, rgba(77,136,230, 0.03), transparent);
  }

  [class~="r069-product-top-glow"]::before,
  [class~="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;
  }
  [class~="r069-product-top-glow"]::before { left: -16px; }
  [class~="r069-product-top-glow"]::after {
    right: -16px;
    --ray-shift: 100%;
    --ray-flip: -1;
    animation-duration: 28s;
    animation-delay: -11s;
  }
  @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);
    }
  }
  @media (max-width: 767px) {
    [class~="r069-product-top-glow"]::before,
    [class~="r069-product-top-glow"]::after { --ray-opacity: .5; }
  }
  @media (prefers-reduced-motion: reduce) {
    [class~="r069-product-top-glow"]::before,
    [class~="r069-product-top-glow"]::after { animation: none !important; }
  }

  [class~="r069-product-effects"] { position:absolute;z-index:1;inset:-180px;overflow:visible;pointer-events:none; }
  [class~="r069-product-effects"] > div { position:absolute;border-radius:50%;pointer-events:none;will-change:filter,opacity; }
  [class~="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; }
  [class~="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; }
  [class~="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; }

.r069-product-page {
  --r069-accent: #4d88e6;
  --r069-accent-light: #8bb5f4;
  --r069-panel: #101011;
  --r069-line: rgba(255,255,255,.075);
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  background: #0a0a0a;
  color: #f5f5f7;
  font-family: 'Satoshi', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.r069-product-page, .r069-product-page * { box-sizing: border-box; }
.r069-product-page button, .r069-product-page input, .r069-product-page select { font-family: inherit; }
.r069-product-background { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: -1; }
.r069-product-grid { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; pointer-events: none; }
.r069-product-container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; padding: 112px 0 76px; }
.r069-product-breadcrumb { display: flex; align-items: center; gap: 14px; min-width: 0; margin-bottom: 28px; font-size: 12px; line-height: 1.5; }
.r069-product-breadcrumb a { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; max-width: 35%; color: #95959f; text-decoration: none; transition: color .2s; }
.r069-product-breadcrumb a:first-child { max-width: none; }
.r069-product-breadcrumb a:hover { color: #fff; }
.r069-product-breadcrumb svg { width: 14px; height: 14px; flex-shrink: 0; }
.r069-product-breadcrumb [aria-current] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #c3c3cc; }
.r069-product-breadcrumb-separator { color: #44444d; }
.r069-product-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,1fr); gap: 28px; align-items: start; }
.r069-product-information { min-width: 0; display: grid; gap: 22px; }
.r069-product-gallery { min-width: 0; }
.r069-product-page .carousel-inner, .r069-product-single-image, .r069-product-placeholder { overflow: hidden; border: 1px solid var(--r069-line); border-radius: 16px; background: radial-gradient(circle at 50% 35%,rgba(77,136,230,.09),transparent 44%),linear-gradient(145deg,#14151a 0%,#101013 58%,#0d0d0f 100%); box-shadow: inset 0 1px rgba(255,255,255,.035),inset 0 -1px rgba(255,255,255,.025); }
.r069-product-page .carousel-inner img, .r069-product-single-image img { display: block; width: 100%; object-fit: contain !important; padding: clamp(6px,1.25vw,12px); border-radius: 0; transform: scale(1.14); transition: transform .65s cubic-bezier(.2,.65,.3,1); }
.r069-product-page .carousel-item { float: left; }
.r069-product-page .thumbnails { display: flex; gap: 10px; margin-top: 12px; padding: 2px; overflow-x: auto; scrollbar-width: thin; }
.r069-product-page .thumbnails button { flex: 0 0 80px; width: 80px; height: 54px; padding: 3px; border: 1px solid #262629; border-radius: 8px; background: #111113; overflow: hidden; transition: border-color .2s, opacity .2s; }
.r069-product-page .thumbnails button img { display: block; border-radius: 4px; object-fit: cover; }
.r069-product-page .thumbnails button:not(.active) { opacity: .55; }
.r069-product-page .thumbnails button.active { opacity: 1; border-color: #4d88e6; }
.r069-product-page .thumbnails button:hover { opacity: 1; }
.r069-product-placeholder { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 18px; padding: 32px; color: #71717c; }
.r069-product-placeholder svg { width: 58px; height: 58px; color: #78a9f2; }
.r069-product-placeholder span { font-size: 14px; text-align: center; }
.r069-product-details, .r069-product-purchase { min-width: 0; border: 1px solid var(--r069-line); border-radius: 16px; background: linear-gradient(145deg,#121213 0%,#0f0f10 70%); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.r069-product-tabs { display: flex; align-items: stretch; gap: 24px; margin: 0 26px; overflow-x: auto; border-bottom: 1px solid var(--r069-line); scrollbar-width: thin; }
.r069-product-tabs button { position: relative; flex-shrink: 0; border: 0; background: transparent; padding: 21px 0 17px; color: #888891; font-size: 13px; line-height: 1.5; font-weight: 500; cursor: pointer; transition: color .2s; }
.r069-product-tabs button:hover { color: #e4e4ed; }
.r069-product-tabs button.is-active { color: #4d88e6; }
.r069-product-tabs button::after { content: ''; position: absolute; inset-inline: 0; bottom: 0; height: 2px; background: #4d88e6; border-radius: 2px; transform: scaleX(0); transition: transform .2s; }
.r069-product-tabs button.is-active::after { transform: scaleX(1); }
.r069-product-content { padding: 25px 26px 28px; }
.r069-product-content .editor { color: #aaaab5; font: 400 14px/1.8 'Satoshi',sans-serif; overflow-wrap: anywhere; }
.r069-product-content .editor > :first-child { margin-top: 0; }
.r069-product-content .editor > :last-child { margin-bottom: 0; }
.r069-product-content .editor p { margin-bottom: 14px; }
.r069-product-content .editor :is(h1,h2,h3,h4,h5,h6) { margin: 24px 0 12px; color: #ededf3; font-family: inherit; font-size: 17px; line-height: 1.4; font-weight: 700; letter-spacing: -.02em; }
.r069-product-content .editor strong { color: #e1e1e8; font-weight: 700; }
.r069-product-content .editor a { color: #abc9f7; text-underline-offset: 3px; }
.r069-product-content .editor :is(ul,ol) { padding-inline-start: 20px; }
.r069-product-content .editor li { margin-bottom: 7px; }
.r069-product-content .editor li::marker { color: #8bb5f4; }
.r069-product-content .editor :is(img,video,iframe) { max-width: 100%; border-radius: 8px; }
.r069-product-content .editor img { height: auto; }
.r069-product-content .editor pre { max-width: 100%; overflow: auto; }
.r069-product-content .editor table { display: block; max-width: 100%; overflow-x: auto; }
.r069-product-purchase { padding: 28px; }
.r069-product-heading h1 { margin: 0; color: #f7f7fa; font: 700 clamp(25px,2.6vw,34px)/1.18 'Satoshi',sans-serif; letter-spacing: -.035em; overflow-wrap: anywhere; }
.r069-product-page .r069-product-badges { display: flex; gap: 7px; margin: 0 0 17px; }
.r069-product-page .r069-product-badges > a, .r069-product-page .r069-product-badges > div { display: inline-flex; gap: 6px; max-width: 100%; padding: 5px 9px; border: 1px solid rgba(139,181,244,.18); border-radius: 6px; background: rgba(77,136,230,.08); color: #abc9f7; font-size: 11px; line-height: 1.4; font-weight: 500; overflow-wrap: anywhere; }
.r069-product-page .r069-product-badges > div { color: #fff; }
.r069-product-badges svg { width: 13px; height: 13px; flex-shrink: 0; }
.r069-product-status { margin-top: 12px; font-size: 11px; }
.r069-product-page .r069-product-status .indicator { width: 5px; height: 5px; }
.r069-product-page .r069-product-status .pulsating { display: none; }
.r069-product-price-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 25px; padding-bottom: 23px; border-bottom: 1px solid var(--r069-line); }
.r069-product-price-block { min-width: 0; }
.r069-product-unit-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; color: #f5f5fa; font-size: 30px; line-height: 1.2; font-weight: 700; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.r069-product-unit-price s { color: #6c6c78; font-size: 14px; line-height: 1.4; letter-spacing: 0; font-weight: 400; }
.r069-product-selected-name { display: block; margin-top: 6px; color: #85858f; font-size: 12px; overflow-wrap: anywhere; }
.r069-product-stock-wrap { flex-shrink: 0; max-width: 50%; }
.r069-product-stock { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border: 1px solid rgba(66,201,127,.12); border-radius: 6px; background: rgba(66,201,127,.035); color: #72cd98; font-size: 10px; line-height: 1.4; font-weight: 500; }
.r069-product-stock-dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.r069-product-stock.is-unavailable { color: #eb868d; border-color: #eb868d20; background: #eb868d08; }
.r069-product-stock.is-hold { color: #dfbf79; border-color: #dfbf7920; background: #dfbf7908; }
.r069-product-form { margin-top: 23px; }
.r069-product-form > .row { --bs-gutter-x: 0; margin: 0; row-gap: 21px; }
.r069-product-form > .row > .mb-3 { margin-bottom: 0 !important; }
.r069-product-form .form-label { display: block; margin-bottom: 11px; color: #c6c6cf; font-size: 12px; line-height: 1.4; font-weight: 500; }
.r069-product-form .variants { display: grid !important; grid-template-columns: minmax(0,1fr); gap: 9px; }
.r069-product-form .variants .variant { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; align-items: center; width: 100%; min-height: 66px; padding: 13px 15px 13px 43px; border: 1px solid #27272d; border-radius: 9px; background: #141415; color: #eeeeF4; outline: none; box-shadow: none; transition: border-color .2s, background .2s; }
.r069-product-form .variants .variant::before { content: ''; position: absolute; top: 50%; left: 15px; width: 14px; height: 14px; border: 1px solid #43434e; border-radius: 50%; transform: translateY(-50%); }
.r069-product-form .variants .variant.active { border-color: rgba(119,168,242,.72); background: linear-gradient(110deg,rgba(77,136,230,.12),rgba(77,136,230,.035)); }
.r069-product-form .variants .variant.active::before { border: 4px solid #7aacf2; background: #fff; }
.r069-product-form .variants .variant:hover:not(:disabled) { border-color: #7fa8df; }
.r069-product-form .variants .variant:disabled { opacity: .36; cursor: not-allowed; }
.r069-product-form .variants .variant .name-stock { min-width: 0; }
.r069-product-form .variants .variant .name { color: #e4e4ec; font-size: 13px; font-weight: 500; line-height: 1.4; overflow-wrap: anywhere; }
.r069-product-form .variants .variant .description { margin: 5px 0 0; color: #9c9ca8 !important; font-size: 11px; line-height: 1.5; overflow-wrap: anywhere; }
.r069-product-form .variants .variant .stock { margin-top: 3px; color: #7f7f8a !important; font-size: 10px; line-height: 1.4; }
.r069-product-form .variants .variant .stock svg { width: 13px; height: 13px; }
.r069-product-form .variants .variant .price { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; padding: 0; border-radius: 0; background: none; color: #e4e4ed; font-size: 13px; line-height: 1.4; font-weight: 500; font-variant-numeric: tabular-nums; }
.r069-product-form .variants .variant .price s { font-size: 10px; }
.r069-product-form .variants .active-indicator { display: none; }
.r069-product-form .r069-product-quantity { display: flex; width: 145px; max-width: 100%; height: 42px; border: 1px solid #2c2c32; border-radius: 8px; background: #151517; overflow: hidden; }
.r069-product-form .r069-product-quantity > .btn { display: grid; place-items: center; width: 42px; padding: 0; margin: 0; border: 0; border-radius: 0; color: #b4b4c1; background: transparent; box-shadow: none; }
.r069-product-form .r069-product-quantity > .btn:hover:not(:disabled) { background: #24242b; color: #fff; }
.r069-product-form .r069-product-quantity > .btn:disabled { opacity: .3; }
.r069-product-form .r069-product-quantity > .btn svg { width: 15px; height: 15px; }
.r069-product-form .r069-product-quantity > input { flex: 1; min-width: 0; padding: 0 2px; border: 0; margin: 0; border-radius: 0; background: transparent; color: #ededf4; text-align: center; font-size: 13px; font-weight: 500; box-shadow: none; appearance: textfield; }
.r069-product-form .r069-product-quantity:focus-within { border-color: #8bb5f4; }
.r069-product-form .form-text { display: block; margin-top: 8px; font-size: 11px; }
.r069-product-form .border, .r069-product-form .addon-item { border-color: var(--r069-line) !important; border-radius: 9px !important; background: #ffffff02; }
.r069-product-form .small { font-size: 11px; line-height: 1.6; }
.r069-product-form .text-primary { color: #a5c5f7 !important; }
.r069-product-form .text-muted { color: #92929e !important; }
.r069-product-form .addon-item { flex-wrap: wrap; }
.r069-product-form .addon-item p { font-size: 12px; }
.r069-product-form .addon-item .addon-image { width: 34px; height: 34px; object-fit: cover; }
.r069-product-form .btn-sm { font-size: 11px; border-radius: 6px; }
.r069-product-order-total { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 21px 0 0; border-top: 1px solid var(--r069-line); }
.r069-product-order-label { min-width: 0; color: #d0d0d9; font-size: 12px; }
.r069-product-order-label small { display: block; margin-top: 4px; color: #80808e; font-size: 11px; overflow-wrap: anywhere; }
.r069-product-order-total > strong { color: #f7f7fa; font-size: 24px; font-weight: 700; letter-spacing: -.035em; line-height: 1.2; font-variant-numeric: tabular-nums; text-align: end; }
.r069-product-page .r069-product-form .buy-buttons { display: flex; flex-direction: column !important; gap: 9px !important; margin-top: -3px !important; }
.r069-product-page .buy-buttons > .col { flex: 1 0 auto; }
.r069-product-page .buy-buttons > .col:has(.r069-product-buy) { order: -1; }
.r069-product-page .buy-buttons .btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 46px; padding: 12px 16px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; line-height: 1.4; font-weight: 700; box-shadow: none; transition: background .2s,border-color .2s; }
.r069-product-page .buy-buttons .btn svg { width: 17px; height: 17px; flex-shrink: 0; }
.r069-product-page .buy-buttons .r069-product-buy { color: #fff; background: #4d88e6; border-color: #568fe9; }
.r069-product-page .buy-buttons .r069-product-buy:hover:not(:disabled) { color: #fff; background: #568fe9; border-color: #6fa2f0; }
.r069-product-page .buy-buttons .r069-product-cart { color: #c5c5d1; background: #1a1a1e; border-color: #2c2c34; }
.r069-product-page .buy-buttons .r069-product-cart:hover:not(:disabled) { color: #fff; background: #212128; border-color: #444455; }
.r069-product-page .buy-buttons .btn:disabled { opacity: .4; }
.r069-product-form > .row > .col-12.mt-3 { margin-top: 0 !important; }
.r069-product-form > .row > .col-12.mt-3 > .btn { min-height: 44px; font-size: 12px; border-radius: 8px; border-color: #373744; color: #c7dcfb; background: #ffffff03; }
.r069-product-page .live-stats { margin: 22px 0 0 !important; padding-top: 17px; border-top: 1px solid var(--r069-line); gap: 9px !important; }
.r069-product-page .live-stats p { margin: 0; color: #7e7e8a !important; font-size: 11px; line-height: 1.6; }
.r069-product-page .live-stats strong { color: #b1b1bd; font-weight: 500; }
.r069-product-page .live-stats svg { width: 13px; height: 13px; flex-shrink: 0; color: #6b6b7a; }
.r069-product-upsells { position: relative; margin-top: 62px; padding-top: 42px; }
.r069-product-upsells::before { content: ''; position: absolute; top: 0; left: 9%; width: 82%; height: 1px; background: linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent); }
.r069-product-section-heading { margin-bottom: 25px; }
.r069-product-eyebrow { display: block; margin-bottom: 8px; color: #a5c5f7; font-size: 11px; font-weight: 500; }
.r069-product-section-heading h2 { margin: 0; color: #eeeef5; font: 700 24px/1.3 'Satoshi',sans-serif; letter-spacing: -.025em; }
.r069-product-page :is(a,button,input,[tabindex]):focus-visible { outline: 2px solid #a5c5f7; outline-offset: 3px; }
.r069-product-page [role=tabpanel]:focus-visible { outline-offset: 7px; }
@media (hover:hover) and (pointer:fine) {
  .r069-product-page .carousel-inner:hover img, .r069-product-single-image:hover img { transform: scale(1.18); }
}
@media (min-width:1600px) {
  .r069-product-container { padding-top: 128px; }
}
@media (max-width:991px) {
  .r069-product-container { width: min(690px,calc(100% - 48px)); padding-top: 100px; }
  .r069-product-layout { display: flex; flex-direction: column; gap: 22px; }
  .r069-product-information { display: contents; }
  .r069-product-gallery { order: 0; width: 100%; }
  .r069-product-purchase { order: 1; width: 100%; }
  .r069-product-details { order: 2; width: 100%; }
  .r069-product-heading h1 { font-size: 29px; }
  .r069-product-form .variants { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .r069-product-form .variants .variant { padding-right: 12px; }
}
@media (max-width:575px) {
  .r069-product-container { width: calc(100% - 32px); padding: 88px 0 48px; }
  .r069-product-breadcrumb { gap: 9px; margin-bottom: 20px; font-size: 11px; }
  .r069-product-breadcrumb > a:not(:first-child), .r069-product-breadcrumb > a:not(:first-child) + .r069-product-breadcrumb-separator { display: none; }
  .r069-product-layout { gap: 17px; }
  .r069-product-page .carousel-inner, .r069-product-single-image, .r069-product-placeholder, .r069-product-details, .r069-product-purchase { border-radius: 12px; }
  .r069-product-page .thumbnails { gap: 8px; margin-top: 9px; }
  .r069-product-page .thumbnails button { width: 68px; flex-basis: 68px; height: 46px; }
  .r069-product-purchase { padding: 22px 19px; }
  .r069-product-heading h1 { font-size: 27px; }
  .r069-product-page .r069-product-badges { margin-bottom: 13px; }
  .r069-product-price-row { margin-top: 22px; padding-bottom: 21px; }
  .r069-product-unit-price { font-size: 28px; }
  .r069-product-form { margin-top: 21px; }
  .r069-product-form .variants { grid-template-columns: minmax(0,1fr); }
  .r069-product-form .variants .variant { min-height: 64px; }
  .r069-product-form .r069-product-quantity > input { font-size: 16px; }
  .r069-product-tabs { gap: 22px; margin-inline: 19px; }
  .r069-product-tabs button { font-size: 12px; padding-top: 19px; }
  .r069-product-content { padding: 21px 19px 24px; }
  .r069-product-content .editor { font-size: 13px; }
  .r069-product-upsells { margin-top: 39px; padding-top: 32px; }
  .r069-product-section-heading h2 { font-size: 22px; }
}
@media (prefers-reduced-motion:reduce) {
  .r069-product-page *, .r069-product-page *::before, .r069-product-page *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.r069-product-form .r069-product-quantity-field { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 9px; }
.r069-product-quantity-field > .form-label { margin: 0; }
.r069-product-quantity-field > .r069-product-quantity { grid-column: 2; }
.r069-product-quantity-field > :is(small,div:not(.r069-product-quantity)) { grid-column: 1/-1; }
.r069-product-quantity-field > div > .mt-2 { margin-top: 0 !important; }

.r069-product-lightbox { width: min(1100px,calc(100vw - 40px)); max-width: none; max-height: calc(100dvh - 40px); padding: 0; border: 1px solid #ffffff15; border-radius: 16px; color: #eeeef5; background: #101012; box-shadow: 0 30px 100px #0008; font: 400 13px/1.5 'Satoshi',sans-serif; }
.r069-product-lightbox::backdrop { background: #000c; backdrop-filter: blur(12px); }
.r069-product-lightbox:not([open]) { display: none; }
.r069-product-lightbox-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; border-bottom: 1px solid #ffffff0b; }
.r069-product-lightbox-header > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.r069-product-lightbox button { display: inline-grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid #ffffff12; border-radius: 8px; background: #1b1b20; color: #c7c7d3; }
.r069-product-lightbox button:hover { color: #fff; border-color: #93b9f2; }
.r069-product-lightbox button:focus-visible { outline: 2px solid #a5c5f7; outline-offset: 3px; }
.r069-product-lightbox button svg { width: 17px; height: 17px; }
.r069-product-lightbox-media { display: block; width: 100%; height: auto; max-height: calc(100dvh - 190px); object-fit: contain; background: #09090a; }
.r069-product-lightbox-footer { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 12px 18px; }
.r069-product-lightbox-counter { min-width: 48px; text-align: center; color: #9292a3; font-size: 11px; font-variant-numeric: tabular-nums; }
.r069-product-lightbox[open] { animation: r069-product-dialog-in .2s ease-out; }
@keyframes r069-product-dialog-in { from { opacity: 0; transform: translateY(8px) scale(.985); } to { opacity: 1; transform: none; } }

.r069-product-page .r069-product-badges { align-items: center; flex-wrap: wrap; }
.r069-product-page .r069-product-badges > .r069-status-badge { flex-shrink: 0; }
.r069-product-tab-count { display: inline-grid; place-items: center; min-width: 19px; height: 18px; padding: 0 5px; border: 1px solid #ffffff0b; border-radius: 4px; background: #ffffff04; color: #9292a0; font-size: 9px; font-variant-numeric: tabular-nums; }
.r069-product-feedback-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 16px; }
.r069-product-feedback-heading h3 { margin: 0; color: #e5e5ef; font-size: 14px; font-weight: 500; }
.r069-product-feedback-heading > span { color: #7b7b89; font-size: 10px; white-space: nowrap; }
.r069-product-feedback-list { display: grid; grid-template-columns: minmax(0,1fr); gap: 11px; }
.r069-product-feedback-card { min-width: 0; padding: 18px; border: 1px solid #ffffff0b; border-radius: 10px; background: #141416; }
.r069-product-feedback-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.r069-product-feedback-stars { display: flex; gap: 2px; color: #a5c5f7; }
.r069-product-feedback-stars svg { width: 14px; height: 14px; }
.r069-product-feedback-stars .is-empty { color: #34343e; }
.r069-product-feedback-top time { color: #72727f; font-size: 10px; }
.r069-product-feedback-card > p { margin: 12px 0 16px; color: #c5c5d0; font-size: 13px; line-height: 1.75; white-space: pre-wrap; overflow-wrap: anywhere; }
.r069-product-feedback-footer { display: flex; align-items: center; gap: 6px; color: #777786; font-size: 10px; }
.r069-product-feedback-footer svg { width: 12px; height: 12px; flex-shrink: 0; color: #92afd2; }
.r069-product-feedback-footer span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.r069-product-feedback-more { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; margin-top: 15px; padding: 11px 16px; border: 1px solid #ffffff10; border-radius: 8px; background: #ffffff03; color: #b3cbed; font-size: 11px; }
.r069-product-feedback-more:hover { border-color: #6e99d4; background: #4d88e608; }
.r069-product-feedback-more svg { width: 13px; height: 13px; }
.r069-product-feedback-empty { padding: 29px 12px 32px; text-align: center; }
.r069-product-feedback-empty > span { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 15px; border: 1px solid #8bb5f425; border-radius: 12px; color: #a5c5f7; background: #4d88e60b; }
.r069-product-feedback-empty svg { width: 21px; height: 21px; }
.r069-product-feedback-empty h3 { margin: 0 0 8px; color: #d4d4e1; font-size: 14px; font-weight: 500; }
.r069-product-feedback-empty p { margin: 0; color: #7b7b8b; font-size: 12px; line-height: 1.7; }
.r069-product-lightbox [hidden] { display: none !important; }
@media (max-width:575px) {
  .r069-product-feedback-card { padding: 15px; }
  .r069-product-tabs { gap: 18px; }
}

.r069-product-grid { 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; }
.r069-product-purchase { position: relative; }
.r069-product-purchase::before { content: ''; position: absolute; top: -1px; inset-inline: 20px; height: 1px; background: linear-gradient(90deg,transparent,rgba(148,186,244,.28),transparent); pointer-events: none; }
.r069-product-tabs button { display: inline-flex; align-items: center; gap: 7px; }
.r069-product-tabs button > svg { width: 14px; height: 14px; opacity: .7; }
.r069-product-image-stage, .r069-product-single-image { position: relative; }
.r069-product-image-expand { position: absolute; z-index: 3; top: 12px; right: 12px; display: grid; place-items: center; width: 35px; height: 35px; padding: 0; border: 1px solid #ffffff1c; border-radius: 9px; color: #d1d1da; background: rgba(15,15,18,.78); backdrop-filter: blur(10px); cursor: pointer; transition: background .2s,border-color .2s,color .2s; }
.r069-product-image-expand svg { width: 16px; height: 16px; }
.r069-product-image-expand:hover { color: #fff; background: rgba(26,26,34,.9); border-color: #ffffff38; }
@media (max-width:575px) {
  .r069-product-image-expand { top: 9px; right: 9px; width: 33px; height: 33px; }
  .r069-product-lightbox { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); border-radius: 12px; }
}

/* Scroll purchase dock: product page only */
.r069-floating-purchase {
  position: fixed;
  z-index: 1040;
  left: 75%;
  bottom: 18px;
  width: min(610px, calc(50vw - 36px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(-50%,16px,0) scale(.99);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.r069-floating-purchase.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(-50%,0,0) scale(1);
}
.r069-floating-purchase-inner {
  padding: 8px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 13px;
  background: rgba(14,14,17,.96);
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.r069-floating-purchase-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.r069-floating-purchase-actions > button {
  min-width: 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px;
  border-radius: 9px;
  font: 700 11px/1.2 'Satoshi',sans-serif;
  white-space: nowrap;
  box-shadow: none !important;
  filter: none !important;
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}
.r069-floating-purchase-actions > button:disabled { opacity: .4; cursor: not-allowed; }
.r069-floating-purchase-actions > button > svg { width: 15px; height: 15px; flex: 0 0 auto; }
.r069-floating-cart {
  flex: 0 0 158px;
  border: 1px solid #303039;
  background: #1a1a1f;
  color: #d1d1d8;
}
.r069-floating-cart:hover:not(:disabled) { border-color: #41414b; background: #202025; color: #fff; }
.r069-floating-cart-label { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.r069-floating-buy {
  flex: 1 1 auto;
  border: 1px solid #4d88e6;
  background: #4d88e6;
  color: #fff;
  box-shadow: none !important;
  text-shadow: none;
}
.r069-floating-buy:hover:not(:disabled) { border-color: #5f96eb; background: #4d88e6; color: #fff; box-shadow: none !important; }
.r069-floating-buy-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.r069-floating-buy-copy > span { overflow: hidden; text-overflow: ellipsis; }
.r069-floating-buy-copy > strong {
  padding-left: 7px;
  border-left: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.r069-floating-quantity {
  display: flex;
  flex: 0 0 120px;
  width: 120px;
  height: 44px;
  overflow: hidden;
  border: 1px solid #2d2d35;
  border-radius: 9px;
  background: #17171b;
}
.r069-floating-quantity button {
  display: grid;
  place-items: center;
  width: 36px;
  flex: 0 0 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9d9daa;
  box-shadow: none;
  transition: background .16s ease, color .16s ease;
}
.r069-floating-quantity button:hover:not(:disabled) { background: #202025; color: #fff; }
.r069-floating-quantity button:disabled { opacity: .32; cursor: not-allowed; }
.r069-floating-quantity button svg { width: 13px; height: 13px; }
.r069-floating-quantity input {
  flex: 1 1 auto;
  width: 48px;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f0f0f4;
  text-align: center;
  font-size: 11px;
  font-weight: 650;
  appearance: textfield;
  -moz-appearance: textfield;
}
.r069-floating-quantity input::-webkit-inner-spin-button,
.r069-floating-quantity input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }

@media (max-width: 767px) {
  .r069-floating-purchase {
    left: 50%;
    bottom: max(9px, env(safe-area-inset-bottom));
    width: min(430px, calc(100vw - 16px));
    transform: translate3d(-50%,14px,0) scale(.99);
  }
  .r069-floating-purchase.is-active { transform: translate3d(-50%,0,0) scale(1); }
  .r069-floating-purchase-inner { padding: 7px; border-radius: 12px; }
  .r069-floating-purchase-actions { gap: 7px; }
  .r069-floating-purchase-actions > button { height: 42px; border-radius: 8px; padding-inline: 10px; font-size: 10.5px; }
  .r069-floating-cart {
    flex: 0 0 42px;
    width: 42px;
    padding: 0;
  }
  .r069-floating-cart-label { display: none; }
  .r069-floating-cart > svg { width: 17px !important; height: 17px !important; }
  .r069-floating-buy { flex: 1 1 auto; }
  .r069-floating-buy-copy { gap: 5px; }
  .r069-floating-buy-copy > strong { padding-left: 5px; font-size: 10.5px; }
  .r069-floating-quantity {
    flex: 0 0 106px;
    width: 106px;
    height: 42px;
    border-radius: 8px;
  }
  .r069-floating-quantity button { width: 32px; flex-basis: 32px; }
  .r069-floating-quantity input { width: 42px; font-size: 10.5px; }
}

@media (max-width: 360px) {
  .r069-floating-purchase { width: calc(100vw - 12px); bottom: max(6px, env(safe-area-inset-bottom)); }
  .r069-floating-purchase-inner { padding: 6px; }
  .r069-floating-purchase-actions { gap: 6px; }
  .r069-floating-cart { flex-basis: 40px; width: 40px; }
  .r069-floating-quantity { flex-basis: 98px; width: 98px; }
  .r069-floating-quantity button { width: 30px; flex-basis: 30px; }
  .r069-floating-buy { padding-inline: 8px !important; }
  .r069-floating-buy-copy { gap: 4px; }
  .r069-floating-buy-copy > strong { padding-left: 4px; }
  .r069-floating-buy-arrow { display: none; }
}