/* Homepage Hero Quick Order — progressive enhancement over the existing category card. */
.ir-home-qo-card{position:relative;min-width:0;overflow:visible!important}
.ir-home-qo-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.ir-home-qo-head>div{min-width:0}
.ir-home-qo-eyebrow{display:block;margin-bottom:2px;color:#d88700;font-size:9px;font-weight:900;line-height:1.4}
.ir-home-qo-head strong{display:block;color:#111827;font-size:12.5px;font-weight:950;line-height:1.55}
.ir-home-qo-head-icon{display:flex;width:34px;height:34px;flex:0 0 34px;align-items:center;justify-content:center;border-radius:11px;background:#fff1bd}
.ir-home-qo-head-icon img{width:18px;height:18px;object-fit:contain}
.ir-home-qo-progress{display:grid;grid-template-columns:22px 1fr 22px 1fr 22px;align-items:center;margin:0 1px 9px}
.ir-home-qo-progress span{display:flex;width:22px;height:22px;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:50%;background:#fff;color:#9ca3af;font-size:9px;font-weight:900;transition:.16s ease}
.ir-home-qo-progress span.is-active,.ir-home-qo-progress span.is-complete{border-color:#f3b438;background:#fff3c9;color:#a96100}
.ir-home-qo-progress span.is-complete::before{content:"✓";font-size:10px}.ir-home-qo-progress span.is-complete{font-size:0}
.ir-home-qo-progress i{height:1px;background:#e5e7eb}.ir-home-qo-progress i.is-complete{background:#f0b848}
.ir-home-qo-stage{position:relative;margin-top:7px}
.ir-home-qo-stage[hidden],.ir-home-qo-summary[hidden],.ir-home-qo-menu[hidden],.ir-home-qo-search[hidden],.ir-home-qo-selected-icon[hidden],.ir-home-qo-summary-fact[hidden]{display:none!important}
.ir-home-qo-stage>label{display:block;margin:0 2px 4px;color:#6b7280;font-size:9px;font-weight:850;line-height:1.4}
.ir-home-qo-combobox{position:relative}
.ir-home-qo-trigger{display:grid;width:100%;min-height:40px;grid-template-columns:24px minmax(0,1fr) 15px;align-items:center;gap:7px;padding:5px 9px;border:1px solid #e5e7eb;border-radius:11px;background:#fff;color:#303744;text-align:right;box-shadow:0 2px 7px rgba(15,23,42,.025);cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}
.ir-home-qo-trigger.has-no-icon{grid-template-columns:minmax(0,1fr) 15px}
.ir-home-qo-trigger:hover{border-color:#edc66f}.ir-home-qo-trigger:focus-visible{outline:2px solid #f59e0b;outline-offset:2px}.ir-home-qo-trigger[disabled]{cursor:wait;opacity:.65}
.ir-home-qo-selected-icon{display:flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:8px;background:#f9fafb;color:#6b7280;font-size:15px;line-height:1}
.ir-home-qo-selected-icon img{display:block;width:20px;height:20px;object-fit:contain}
.ir-home-qo-selected-label{min-width:0;overflow:hidden;color:#4b5563;font-size:10.5px;font-weight:800;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}
.ir-home-qo-chevron{width:13px;height:13px;justify-self:end;opacity:.48;transition:transform .14s ease}.ir-home-qo-trigger[aria-expanded="true"] .ir-home-qo-chevron{transform:rotate(180deg)}
.ir-home-qo-stage.is-complete{margin-top:5px}.ir-home-qo-stage.is-complete>label{display:none}.ir-home-qo-stage.is-complete .ir-home-qo-trigger{min-height:32px;padding-block:3px;border-color:#f0d79f;background:#fffdf8}.ir-home-qo-stage.is-complete .ir-home-qo-selected-icon{width:21px;height:21px}.ir-home-qo-stage.is-complete .ir-home-qo-selected-icon img{width:18px;height:18px}
.ir-home-qo-menu{position:absolute;z-index:80;top:calc(100% + 5px);right:0;left:0;padding:6px;border:1px solid #e5e7eb;border-radius:13px;background:#fff;box-shadow:0 16px 35px rgba(15,23,42,.16)}
.ir-home-qo-search{position:relative;margin-bottom:5px}.ir-home-qo-search input{box-sizing:border-box;width:100%;height:36px;border:1px solid #e5e7eb;border-radius:9px;background:#f9fafb;padding:5px 9px;color:#374151;font:inherit;font-size:10.5px;outline:none}.ir-home-qo-search input:focus{border-color:#f0b44a;background:#fff;box-shadow:0 0 0 2px rgba(245,158,11,.10)}
.ir-home-qo-options{max-height:208px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
.ir-home-qo-option{display:grid;width:100%;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:39px;padding:5px 6px;border:0;border-radius:9px;background:transparent;color:#374151;text-align:right;cursor:pointer}
.ir-home-qo-option.has-no-icon{grid-template-columns:minmax(0,1fr) auto}.ir-home-qo-option.has-no-meta{grid-template-columns:28px minmax(0,1fr)}.ir-home-qo-option.has-no-icon.has-no-meta{grid-template-columns:minmax(0,1fr)}
.ir-home-qo-option:hover,.ir-home-qo-option:focus-visible{background:#fff7e5;outline:none}.ir-home-qo-option[aria-selected="true"]{background:#fff1c7;color:#8b5600}
.ir-home-qo-option-icon{display:flex;width:27px;height:27px;align-items:center;justify-content:center;border-radius:8px;background:#f9fafb;font-size:17px;line-height:1}.ir-home-qo-option-icon img{width:22px;height:22px;object-fit:contain}
.ir-home-qo-option-copy{min-width:0}.ir-home-qo-option-copy strong{display:block;overflow:hidden;font-size:10.5px;font-weight:850;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.ir-home-qo-option-copy small{display:block;overflow:hidden;margin-top:1px;color:#9ca3af;font-size:8.5px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.ir-home-qo-option-meta{max-width:145px;overflow:hidden;padding-right:4px;color:#b66f00;font-size:13px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}
.ir-home-qo-empty{padding:12px 8px;color:#8b9099;font-size:9.5px;line-height:1.7;text-align:center}
.ir-home-qo-summary{margin-top:7px;padding:10px;border:1px solid #f0d79f;border-radius:11px;background:rgba(255,255,255,.82)}
.ir-home-qo-summary-title{display:block;overflow:hidden;color:#202735;font-size:11px;font-weight:950;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}
.ir-home-qo-summary-price{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:6px}.ir-home-qo-summary-price span{color:#777e89;font-size:8.5px;font-weight:800}.ir-home-qo-summary-price strong{flex:0 0 auto;color:#b66f00;font-size:11px;font-weight:950;white-space:nowrap}
.ir-home-qo-summary-fact{overflow:hidden;margin:5px 0 0;color:#777e89;font-size:8.5px;font-weight:750;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}
.ir-home-qo-status{min-height:14px;margin:5px 1px 0;color:#8b9099;font-size:8.5px;line-height:1.5}.ir-home-qo-status.is-error{color:#b91c1c}.ir-home-qo-status.is-loading{color:#a16207}
.ir-home-qo-cta{display:flex;min-height:42px;margin-top:3px;align-items:center;justify-content:center;gap:7px;border-radius:11px;background:#121a2d;color:#fff;text-decoration:none;font-size:11px;font-weight:950;box-shadow:0 9px 20px rgba(17,24,39,.18);cursor:pointer;transition:transform .14s ease,opacity .14s ease,background .14s ease,box-shadow .14s ease}.ir-home-qo-cta img{width:14px;height:14px;filter:invert(1)}.ir-home-qo-cta:not(.is-disabled):hover{transform:translateY(-1px);background:#0b1020;box-shadow:0 11px 24px rgba(17,24,39,.22)}.ir-home-qo-cta.is-disabled{opacity:.38;cursor:not-allowed;box-shadow:none}.ir-home-qo-cta[aria-busy="true"]{opacity:.7;pointer-events:none}

/* Quick Order is the purchase CTA; this remaining Hero action is intentionally secondary. */
body.ir-page-home .ir-home-ref-hero-actions--browse-only{width:max-content;max-width:100%;margin-top:18px}
body.ir-page-home .ir-home-ref-hero-actions--browse-only .ir-home-ref-btn--ghost{min-width:190px}
body.ir-page-home .ir-home-ref-hero-actions--browse-only+.ir-home-ref-popular{margin-top:18px}

@media(min-width:1024px){.ir-home-qo-card{min-height:292px;padding:14px!important}.ir-home-qo-card .ir-home-qo-head{margin-bottom:7px}.ir-home-qo-card .ir-home-qo-progress{margin-bottom:6px}}

@media(max-width:1023px){
  body.ir-page-home .ir-home-qo-card{min-height:286px;padding:14px!important}
  body.ir-page-home .ir-home-qo-head strong{font-size:13px}
  body.ir-page-home .ir-home-qo-trigger{min-height:43px;grid-template-columns:27px minmax(0,1fr) 16px;padding:6px 10px}
  body.ir-page-home .ir-home-qo-trigger.has-no-icon{grid-template-columns:minmax(0,1fr) 16px}
  body.ir-page-home .ir-home-qo-selected-label{font-size:11.5px}
  body.ir-page-home .ir-home-qo-stage>label{font-size:9.5px}
  body.ir-page-home .ir-home-qo-stage.is-complete .ir-home-qo-trigger{min-height:35px}
  body.ir-page-home .ir-home-qo-option{min-height:44px;padding:6px 7px}
  body.ir-page-home .ir-home-qo-option-copy strong{font-size:11.5px}
  body.ir-page-home .ir-home-qo-option-copy small{font-size:9px}
  body.ir-page-home .ir-home-qo-option-meta{max-width:132px;font-size:13px}
  body.ir-page-home .ir-home-qo-options{max-height:236px}
  body.ir-page-home .ir-home-qo-search input{height:40px;font-size:12px}
  body.ir-page-home .ir-home-qo-summary-title{font-size:11.5px}
  body.ir-page-home .ir-home-qo-summary-price strong{font-size:11.5px}
  body.ir-page-home .ir-home-qo-cta{min-height:46px;font-size:11.5px}
  body.ir-page-home .ir-home-ref-hero-actions--browse-only{display:flex;width:100%;margin-top:12px}
  body.ir-page-home .ir-home-ref-hero-actions--browse-only .ir-home-ref-btn--ghost{width:min(100%,240px);min-width:0}
  body.ir-page-home .ir-home-ref-hero-actions--browse-only+.ir-home-ref-popular{margin-top:14px}
}

@media(max-width:420px){
  body.ir-page-home .ir-home-qo-menu{position:fixed;z-index:1090;top:auto;right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:12px;max-height:min(68dvh,460px);overflow:hidden;padding:8px;border-radius:18px;box-shadow:0 24px 60px rgba(15,23,42,.28)}
  body.ir-page-home .ir-home-qo-options{max-height:min(50dvh,340px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
  body.ir-page-home .ir-home-qo-search{position:sticky;top:0;z-index:2;background:inherit}
  body.ir-page-home .ir-home-qo-search input{height:46px;font-size:16px}
  body.ir-page-home .ir-home-qo-option{min-height:48px;gap:6px}
  body.ir-page-home .ir-home-qo-option-meta{max-width:116px;font-size:13px}
  body.ir-page-home .ir-home-qo-summary-price{align-items:flex-end}
  body.ir-page-home .ir-home-qo-summary-fact{white-space:normal}
  body.ir-page-home .ir-home-ref-hero-actions--browse-only .ir-home-ref-btn--ghost{width:100%;max-width:220px}
}

.dark .ir-home-qo-head strong{color:#f3f4f6}.dark .ir-home-qo-eyebrow{color:#fbbf24}.dark .ir-home-qo-head-icon{background:rgba(245,158,11,.17)}.dark .ir-home-qo-head-icon img{filter:invert(1)}
.dark .ir-home-qo-progress span{border-color:#4b5563;background:#1f2937;color:#9ca3af}.dark .ir-home-qo-progress span.is-active,.dark .ir-home-qo-progress span.is-complete{border-color:#a56c11;background:rgba(245,158,11,.13);color:#fbbf24}.dark .ir-home-qo-progress i{background:#4b5563}.dark .ir-home-qo-progress i.is-complete{background:#9a6a1d}
.dark .ir-home-qo-stage>label{color:#c4c8cf}.dark .ir-home-qo-trigger{border-color:#4b5563;background:#1f2937;color:#e5e7eb}.dark .ir-home-qo-trigger:hover{border-color:#9a6a1d}.dark .ir-home-qo-selected-icon{background:#111827;color:#d1d5db}.dark .ir-home-qo-selected-label{color:#e5e7eb}.dark .ir-home-qo-chevron{filter:invert(1)}.dark .ir-home-qo-stage.is-complete .ir-home-qo-trigger{border-color:#6f5426;background:#222a36}
.dark .ir-home-qo-menu{border-color:#4b5563;background:#1f2937;box-shadow:0 18px 42px rgba(0,0,0,.42)}.dark .ir-home-qo-search input{border-color:#4b5563;background:#111827;color:#f3f4f6}.dark .ir-home-qo-search input:focus{border-color:#b7791f;background:#111827}.dark .ir-home-qo-option{color:#e5e7eb}.dark .ir-home-qo-option:hover,.dark .ir-home-qo-option:focus-visible{background:rgba(245,158,11,.12)}.dark .ir-home-qo-option[aria-selected="true"]{background:rgba(245,158,11,.17);color:#fcd34d}.dark .ir-home-qo-option-icon{background:#111827}.dark .ir-home-qo-option-copy small{color:#9ca3af}.dark .ir-home-qo-option-meta{color:#fbbf24}
.dark .ir-home-qo-summary{border-color:#6d5428;background:rgba(17,24,39,.78)}.dark .ir-home-qo-summary-title{color:#f3f4f6}.dark .ir-home-qo-summary-price span,.dark .ir-home-qo-summary-fact{color:#c4c8cf}.dark .ir-home-qo-summary-price strong{color:#fbbf24}.dark .ir-home-qo-status{color:#9ca3af}.dark .ir-home-qo-status.is-error{color:#fca5a5}.dark .ir-home-qo-status.is-loading{color:#fcd34d}.dark .ir-home-qo-cta{background:#f59e0b;color:#111827;box-shadow:0 9px 20px rgba(245,158,11,.18)}.dark .ir-home-qo-cta img{filter:none}.dark .ir-home-qo-cta:not(.is-disabled):hover{background:#fbbf24}
