.gmqo-quick-buy{
  --qb-accent:#ffffff;
  --qb-success:#75d58a;
  --qb-bg:#0d0f0e;
  --qb-panel:#151616;
  --qb-panel-2:#1a1b1b;
  --qb-card:#171818;
  --qb-border:rgba(255,255,255,.08);
  --qb-text:#f5f5f5;
  --qb-muted:#aaaaaa;
  --qb-soft:#202221;
  --qb-button-bg:#ffffff;
  --qb-button-text:#111111;
  color:var(--qb-text);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  width:100%;
  box-sizing:border-box;
}
.gmqo-quick-buy *{box-sizing:border-box}
.gmqo-quick-buy.gmqo-qb-light{
  --qb-bg:#ffffff;
  --qb-panel:#f7f7f7;
  --qb-panel-2:#ffffff;
  --qb-card:#ffffff;
  --qb-border:rgba(17,18,18,.08);
  --qb-text:#111212;
  --qb-muted:#666;
  --qb-soft:#f0f0f0;
  --qb-button-bg:#111111;
  --qb-button-text:#ffffff;
}
.gmqo-qb-intro{max-width:760px;margin:0 0 26px}
.gmqo-qb-kicker{display:block;color:#b8b8b8;font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:10px;text-transform:uppercase}
.gmqo-qb-title{color:var(--qb-text)!important;font-size:clamp(34px,4vw,52px)!important;line-height:.98!important;letter-spacing:-.02em!important;text-transform:none!important;margin:0 0 12px!important;font-weight:900!important}
.gmqo-qb-subtitle{color:var(--qb-muted);font-size:15px;line-height:1.6;margin:0;max-width:620px}

.gmqo-qb-progress{background:var(--qb-panel);border:1px solid var(--qb-border);border-radius:16px;padding:24px 24px 20px;margin:0 0 28px;box-shadow:0 12px 40px rgba(0,0,0,.18)}
.gmqo-qb-progress-top{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:18px}
.gmqo-qb-progress-step{text-align:center;color:#b8b8b8;font-weight:700;text-transform:uppercase;font-size:11px;letter-spacing:.04em}
.gmqo-qb-progress-step em{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;margin-bottom:8px;background:#202221;color:#fff;border-radius:6px;font-style:normal;font-size:9px;font-weight:900;letter-spacing:.05em}
.gmqo-qb-progress-step strong{display:block;font-size:16px;color:var(--qb-text);margin-bottom:6px}
.gmqo-qb-progress-step span{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border:1px solid rgba(117,213,138,.38);border-radius:8px;min-width:72px;background:rgba(117,213,138,.10);color:var(--qb-success)}
.gmqo-qb-progress-step.is-unlocked span{background:var(--qb-success);border-color:var(--qb-success);color:#111}
.gmqo-qb-progress-benefits{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap}
.gmqo-qb-free-shipping-tag,.gmqo-qb-gift-tag{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:28px;padding:5px 9px;border:1px solid rgba(117,213,138,.38);border-radius:8px;background:rgba(117,213,138,.10);color:var(--qb-success);font-size:10px;font-weight:800;line-height:1;letter-spacing:.03em;white-space:nowrap}
.gmqo-qb-free-shipping-tag svg,.gmqo-qb-gift-tag svg{display:block;width:13px;height:13px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:0 0 13px}
.gmqo-qb-progress-step.is-unlocked .gmqo-qb-free-shipping-tag,.gmqo-qb-progress-step.is-unlocked .gmqo-qb-gift-tag{background:var(--qb-success);border-color:var(--qb-success);color:#111}
.gmqo-qb-track{height:6px;background:#303131;position:relative;margin:0 6px;border-radius:999px}
.gmqo-qb-progress-fill{position:absolute;inset:0 auto 0 0;width:0;background:var(--qb-success);transition:width .28s ease;border-radius:999px}
.gmqo-qb-dot{position:absolute;top:50%;width:16px;height:16px;border:3px solid var(--qb-panel);border-radius:50%;background:#555;transform:translate(-50%,-50%);transition:.2s ease}
.gmqo-qb-dot.is-unlocked{background:var(--qb-success);box-shadow:0 0 0 4px rgba(117,213,138,.16)}
.gmqo-qb-progress-message{font-size:12px;color:var(--qb-muted);margin:14px 0 0;text-align:center}

.gmqo-qb-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:start}
.gmqo-qb-catalog{min-width:0}
.gmqo-qb-catalog-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 16px}
.gmqo-qb-catalog-head h2{color:var(--qb-text)!important;font-size:16px!important;text-transform:none!important;letter-spacing:0!important;margin:0!important;font-weight:800!important}
.gmqo-qb-selected-count{color:var(--qb-muted);font-size:12px}
.gmqo-qb-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.gmqo-qb-card{background:var(--qb-card);border:1px solid var(--qb-border);border-radius:16px;min-width:0;overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 12px 40px rgba(0,0,0,.14)}
.gmqo-qb-card:hover{transform:translateY(-2px)}
.gmqo-qb-card.is-selected{border-color:#565858;box-shadow:0 12px 40px rgba(0,0,0,.18),0 0 0 1px rgba(255,255,255,.05)}
.gmqo-qb-image-wrap{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#111212;overflow:hidden;position:relative;padding:0}
.gmqo-qb-image{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center!important;margin:0!important;display:block!important}
.gmqo-qb-card-qty{position:absolute;left:12px;top:12px;min-width:28px;height:28px;padding:0 7px;border-radius:50%;background:#fff;color:#111;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:.2s ease;z-index:2}
.gmqo-qb-card.is-selected .gmqo-qb-card-qty{opacity:1;transform:scale(1)}
.gmqo-qb-card-body{padding:16px}
.gmqo-qb-name{color:var(--qb-text)!important;font-size:14px!important;line-height:1.4!important;margin:0 0 14px!important;font-weight:700!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px;max-width:100%;overflow-wrap:anywhere;word-break:break-word}
.gmqo-qb-price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;min-height:30px;margin-bottom:14px}
.gmqo-qb-price-current{font-size:18px;color:var(--qb-text);font-weight:800}
.gmqo-qb-price-old{font-size:12px;color:#888;text-decoration:line-through}
.gmqo-qb-controls{display:grid;grid-template-columns:44px 1fr 44px;height:48px;border:1px solid #343535;border-radius:10px;background:#111212}
.gmqo-qb-controls button{appearance:none;-webkit-appearance:none;border:0!important;background:transparent!important;color:var(--qb-text)!important;font-size:26px!important;font-weight:500!important;line-height:1!important;cursor:pointer;padding:0!important;margin:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important}
.gmqo-qb-controls button:hover{color:#fff!important;opacity:.9}
.gmqo-qb-qty-value{display:flex;align-items:center;justify-content:center;border-left:1px solid #343535;border-right:1px solid #343535;font-weight:800;font-size:18px}

.gmqo-qb-sidebar{min-width:0}
.gmqo-qb-sidebar-card{background:var(--qb-panel);border:1px solid var(--qb-border);border-radius:16px;padding:24px;position:sticky;top:18px;box-shadow:0 12px 40px rgba(0,0,0,.18)}
.gmqo-qb-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}
.gmqo-qb-sidebar-head>span{font-size:20px;font-weight:800;line-height:1.2;color:var(--qb-text)}
.gmqo-qb-edit{appearance:none;-webkit-appearance:none;border:0!important;background:transparent!important;color:#a7a7a7!important;font-size:13px!important;font-weight:500!important;line-height:1!important;padding:4px 0!important;margin:0!important;min-height:0!important;box-shadow:none!important;cursor:pointer}
.gmqo-qb-edit:hover{color:#fff!important}
.gmqo-qb-sidebar-copy,.gmqo-qb-sidebar-count{display:none!important}
.gmqo-qb-selected-items{display:grid;gap:14px;margin:0 0 22px}
.gmqo-qb-selected-item{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:12px;align-items:center;min-width:0}
.gmqo-qb-selected-thumb{width:56px;height:56px;border-radius:10px;background:#111212;display:flex;align-items:center;justify-content:center;padding:7px;position:relative;overflow:visible}
.gmqo-qb-selected-thumb img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.gmqo-qb-selected-bubble{position:absolute;right:-5px;top:-8px;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:#f5f5f5;color:#111;font-size:11px;font-weight:800;display:grid;place-items:center;line-height:1;box-shadow:0 2px 6px rgba(0,0,0,.25)}
.gmqo-qb-selected-meta{min-width:0}
.gmqo-qb-selected-name{display:block;color:var(--qb-text);font-size:13px;line-height:1.4;white-space:normal;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow-wrap:anywhere}
.gmqo-qb-selected-price{display:grid;justify-items:end;gap:2px;white-space:nowrap;min-width:82px}
.gmqo-qb-selected-price del{color:#565656;font-size:11px;line-height:1.15}
.gmqo-qb-selected-price strong{color:var(--qb-text);font-size:15px;line-height:1.15;font-weight:800}
.gmqo-qb-selected-empty{padding:14px;border:1px dashed rgba(255,255,255,.14);border-radius:10px;color:var(--qb-muted);font-size:12px;text-align:center}
.gmqo-qb-summary{display:grid;gap:0;border-top:1px solid rgba(255,255,255,.08)}
.gmqo-qb-summary-row{display:flex;justify-content:space-between;align-items:center;gap:16px;color:#d3d3d3;font-size:14px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.gmqo-qb-summary-row strong{color:var(--qb-text);font-size:15px;font-weight:800}
.gmqo-qb-summary-discount{color:var(--qb-success)!important;font-weight:700}
.gmqo-qb-summary-discount span,.gmqo-qb-summary-discount strong{color:var(--qb-success)!important}
.gmqo-qb-summary-total{font-size:20px;padding:18px 0 0;margin:0;border-bottom:0;color:var(--qb-text);font-weight:800}
.gmqo-qb-summary-total strong{font-size:22px;font-weight:900}
.gmqo-qb-actions{display:grid;gap:9px;margin-top:22px}
.gmqo-qb-mobile-summary{display:none}
.gmqo-qb-mobile-summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:var(--qb-muted)}
.gmqo-qb-mobile-summary-row strong{color:var(--qb-text);font-size:13px}
.gmqo-qb-mobile-summary-row.gmqo-qb-summary-discount span,.gmqo-qb-mobile-summary-row.gmqo-qb-summary-discount strong{color:var(--qb-success)!important}
.gmqo-qb-mobile-summary-total{padding-top:8px;margin-top:2px;border-top:1px solid rgba(255,255,255,.08);color:var(--qb-text);font-weight:800}
.gmqo-qb-mobile-summary-total strong{font-size:17px;font-weight:900}
.gmqo-qb-submit{appearance:none;-webkit-appearance:none;width:100%;min-height:56px;border:0!important;border-radius:10px!important;background:#fff!important;color:#111!important;font-weight:800!important;text-transform:none!important;letter-spacing:0!important;cursor:pointer;padding:0 18px!important;font-size:14px!important;line-height:1.2!important;box-shadow:none!important;margin:0!important;transition:transform .12s ease,opacity .12s ease;display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important}
.gmqo-qb-submit:hover{opacity:.92}
.gmqo-qb-submit:active{transform:scale(.995)}
.gmqo-qb-submit:disabled{opacity:.45;cursor:not-allowed;filter:none}
.gmqo-qb-submit.is-loading{pointer-events:none}.gmqo-qb-submit-spinner{display:none;width:17px;height:17px;border:2px solid rgba(17,17,17,.28);border-top-color:#111;border-radius:50%;animation:gmqoSpin .7s linear infinite}.gmqo-qb-submit.is-loading .gmqo-qb-submit-spinner{display:inline-block}.gmqo-qb-submit.is-loading .gmqo-qb-submit-arrow{display:none}@keyframes gmqoSpin{to{transform:rotate(360deg)}}
.gmqo-qb-submit-arrow{font-size:25px;font-weight:500;line-height:1;transform:translateY(-1px)}
.gmqo-qb-button-total,.gmqo-qb-button-count-wrap{display:none!important}
.gmqo-qb-notice{font-size:12px;line-height:1.45;min-height:0;text-align:center}
.gmqo-qb-notice:not(:empty){padding-top:4px}
.gmqo-qb-notice.is-error{color:#ff7878}
.gmqo-qb-notice.is-success{color:var(--qb-success)}
.gmqo-qb-trust{display:flex;align-items:center;justify-content:center;gap:10px;border-top:1px solid rgba(255,255,255,.08);padding-top:18px;margin-top:22px;color:#777;font-size:12px}
.gmqo-qb-trust .gmqo-qb-lock{position:relative;display:inline-block;width:14px;height:12px;flex:0 0 14px;border:1.5px solid #5edb7b;border-radius:2px;color:#5edb7b}
.gmqo-qb-trust .gmqo-qb-lock:before{content:"";position:absolute;left:50%;top:-7px;width:8px;height:7px;transform:translateX(-50%);border:1.5px solid currentColor;border-bottom:0;border-radius:5px 5px 0 0}
.gmqo-qb-trust .gmqo-qb-lock:after{content:"";position:absolute;left:50%;top:3px;width:1.5px;height:3px;transform:translateX(-50%);border-radius:2px;background:currentColor}

@media(max-width:1100px){.gmqo-qb-layout{grid-template-columns:minmax(0,1fr) 320px;gap:22px}.gmqo-qb-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.gmqo-qb-layout{grid-template-columns:1fr}.gmqo-qb-sidebar-card{position:static}.gmqo-qb-sidebar{order:2}.gmqo-qb-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.gmqo-qb-intro{margin-bottom:22px}.gmqo-qb-kicker{font-size:10px}.gmqo-qb-title{font-size:31px!important}.gmqo-qb-subtitle{font-size:13px}.gmqo-qb-progress{padding:18px 14px 15px;margin-bottom:20px;border-radius:14px}.gmqo-qb-progress-top{gap:6px}.gmqo-qb-progress-step strong{font-size:13px}.gmqo-qb-progress-benefits{gap:5px}.gmqo-qb-free-shipping-tag,.gmqo-qb-gift-tag{min-height:26px;padding:4px 7px;font-size:9px}.gmqo-qb-free-shipping-tag svg,.gmqo-qb-gift-tag svg{width:12px;height:12px;flex-basis:12px}.gmqo-qb-products{gap:10px}.gmqo-qb-card{border-radius:14px}.gmqo-qb-image-wrap{padding:0!important}.gmqo-qb-image{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center!important}.gmqo-qb-card-body{padding:11px}.gmqo-qb-name{font-size:11.5px!important;min-height:31px;margin-bottom:9px!important;overflow-wrap:anywhere;word-break:break-word}.gmqo-qb-price{display:block;margin-bottom:10px;min-height:42px}.gmqo-qb-price-old{display:block;margin-bottom:2px}.gmqo-qb-price-current{font-size:15px}.gmqo-qb-controls{grid-template-columns:38px 1fr 38px;height:42px;border-radius:9px}.gmqo-qb-catalog-head h2{font-size:15px!important}.gmqo-qb-selected-count{display:none}.gmqo-qb-sidebar-card{padding:0;border-radius:14px}.gmqo-qb-sidebar-head,.gmqo-qb-trust,.gmqo-qb-selected-items,.gmqo-qb-summary{display:none}.gmqo-qb-mobile-summary{display:grid;gap:8px;padding:0 0 8px}.gmqo-qb-mobile-summary-row{font-size:12px}.gmqo-qb-mobile-summary-row strong{font-size:13px}.gmqo-qb-mobile-summary-total strong{font-size:16px}.gmqo-qb-summary-total strong{font-size:22px}}

/* Empty quick-buy state */
.gmqo-qb-empty{min-height:460px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:54px 24px;background:var(--qb-panel);border:1px solid var(--qb-border);border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.18)}
.gmqo-qb-empty-icon{width:82px;height:82px;margin:0 0 22px;border:1px solid var(--qb-border);border-radius:50%;display:grid;place-items:center;color:var(--qb-muted);background:var(--qb-panel)}
.gmqo-qb-empty-icon:before,.gmqo-qb-empty-icon:after,.gmqo-qb-empty-icon span:before,.gmqo-qb-empty-icon span:after{content:none!important}
.gmqo-qb-empty-icon-svg{display:block;width:34px;height:34px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.gmqo-qb-empty h1{max-width:620px;margin:0 0 10px!important;color:var(--qb-text)!important;font-size:26px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:-.02em!important;text-transform:none!important}
.gmqo-qb-empty p{max-width:560px;margin:0 0 24px;color:var(--qb-muted);font-size:14px;line-height:1.6}
.gmqo-qb-empty-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:10px;background:#fff;color:#111!important;text-decoration:none!important;font-size:13px;font-weight:800;transition:opacity .15s ease,transform .15s ease}
.gmqo-qb-empty-button:hover{opacity:.92}.gmqo-qb-empty-button:active{transform:scale(.99)}
.gmqo-qb-empty small{display:block;max-width:620px;margin-top:18px;color:#777;font-size:11px;line-height:1.5}
.gmqo-qb-light .gmqo-qb-empty-button{background:#111;color:#fff!important}
@media(max-width:560px){.gmqo-qb-empty{min-height:360px;padding:40px 20px;border-radius:14px}.gmqo-qb-empty-icon{width:66px;height:66px;margin-bottom:20px}.gmqo-qb-empty h1{font-size:21px!important}.gmqo-qb-empty p{font-size:13px;margin-bottom:20px}.gmqo-qb-empty-button{width:100%;max-width:280px}}

/* v1.8.4 — dedicated empty state */
.gmqo-qb-empty{
    min-height:clamp(420px,62vh,660px);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:56px 28px;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
}
.gmqo-qb-empty-copy{display:flex;flex-direction:column;align-items:center;max-width:560px}
.gmqo-qb-empty-eyebrow{display:block;margin:0 0 12px;color:var(--qb-muted);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.gmqo-qb-empty-icon{width:82px;height:82px;margin:0 0 22px;border:1px solid var(--qb-border);border-radius:50%;display:grid;place-items:center;color:var(--qb-muted);background:var(--qb-panel)}
.gmqo-qb-empty-icon:before,.gmqo-qb-empty-icon:after,.gmqo-qb-empty-icon span:before,.gmqo-qb-empty-icon span:after{content:none!important}
.gmqo-qb-empty-icon-svg{display:block;width:34px;height:34px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.gmqo-qb-empty h1{max-width:560px;margin:0 0 12px!important;color:var(--qb-text)!important;font-size:clamp(22px,3vw,30px)!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.02em!important;text-transform:none!important}
.gmqo-qb-empty p{max-width:520px;margin:0 0 26px;color:var(--qb-muted);font-size:14px;line-height:1.65}
.gmqo-qb-empty-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:0 22px;border-radius:10px;background:#fff;color:#111!important;text-decoration:none!important;font-size:13px;font-weight:800;transition:opacity .15s ease,transform .15s ease}
.gmqo-qb-empty-arrow{display:block;width:18px;height:18px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 18px}
.gmqo-qb-empty-button:hover{opacity:.92}.gmqo-qb-empty-button:active{transform:scale(.99)}
.gmqo-qb-empty small{display:block;max-width:620px;margin-top:20px;color:#777;font-size:11px;line-height:1.5}
.gmqo-qb-light .gmqo-qb-empty-button{background:#111;color:#fff!important}
@media(max-width:560px){
    .gmqo-qb-empty{min-height:calc(100svh - 150px);padding:38px 18px}
    .gmqo-qb-empty-icon{width:72px;height:72px;margin-bottom:20px}
    .gmqo-qb-empty h1{font-size:22px!important}
    .gmqo-qb-empty p{font-size:13px;margin-bottom:22px}
    .gmqo-qb-empty-button{width:100%;max-width:300px;min-height:52px}
}


/* v1.8.8 — tighter mobile progress bar tags */
@media(max-width:560px){
  .gmqo-qb-progress{padding:14px 12px 12px;margin-bottom:16px;border-radius:13px}
  .gmqo-qb-progress-top{gap:8px;margin-bottom:14px}
  .gmqo-qb-progress-step{font-size:10px;letter-spacing:.03em}
  .gmqo-qb-progress-step em{padding:3px 7px;margin-bottom:7px;border-radius:6px;font-size:8px}
  .gmqo-qb-progress-step strong{font-size:11px;line-height:1.15;margin-bottom:5px}
  .gmqo-qb-progress-step span{min-width:62px;padding:4px 8px;font-size:8.5px;border-radius:7px}
  .gmqo-qb-progress-benefits{gap:4px;row-gap:4px}
  .gmqo-qb-free-shipping-tag,.gmqo-qb-gift-tag{min-height:22px;padding:3px 6px;font-size:8px;gap:4px;border-radius:7px}
  .gmqo-qb-free-shipping-tag svg,.gmqo-qb-gift-tag svg{width:10px;height:10px;flex-basis:10px}
  .gmqo-qb-progress-message{font-size:10px;margin-top:12px}
}
