.product-options{display:flex;flex-wrap:wrap;gap:1.25rem 1.75rem;margin-bottom:1.5rem}.product-option-field{display:flex;flex-direction:column;gap:.6rem}.product-option-field__label{font-size:var(--text-xs);font-weight:600;letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--text-secondary)}.product-select{position:relative}.product-select__trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;min-width:12rem;padding:.7rem .9rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--off-white);color:var(--charcoal);font-family:var(--font);font-size:var(--text-md);font-weight:400;line-height:1.3;text-align:left;cursor:pointer;transition:border-color var(--duration-base) ease,box-shadow var(--duration-base) ease,background-color var(--duration-base) ease}.product-select__trigger:hover{border-color:var(--mid);background:var(--white)}.product-select.open .product-select__trigger,.product-select__trigger:focus-visible{outline:none;border-color:var(--accent);background:var(--white);box-shadow:0 0 0 3px var(--accent-light)}.product-select.is-highlight .product-select__trigger{border-color:var(--accent);background:var(--white);box-shadow:0 0 0 3px var(--accent-light);animation:optionPulse 1.6s ease}.product-quote-panel.is-highlight{border-radius:var(--radius);box-shadow:0 0 0 3px var(--accent-light);animation:optionPulse 1.6s ease}@keyframes optionPulse{0%{box-shadow:0 0 #3574b880}30%{box-shadow:0 0 0 6px #3574b82e}to{box-shadow:0 0 0 3px var(--accent-light)}}@media(prefers-reduced-motion:reduce){.product-select.is-highlight .product-select__trigger,.product-quote-panel.is-highlight{animation:none}}.product-select__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-select__chevron{flex-shrink:0;color:var(--text-secondary);transition:transform var(--duration-base) ease,color var(--duration-base) ease}.product-select.open .product-select__chevron{transform:rotate(180deg);color:var(--accent)}.product-select__panel{display:none;position:absolute;top:calc(100% + .4rem);left:0;right:0;min-width:100%;max-height:16rem;overflow-y:auto;padding:.3rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);z-index:50}.product-select.open .product-select__panel{display:block;animation:productSelectIn var(--duration-base) ease}@keyframes productSelectIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.product-select.open .product-select__panel{animation:none}.product-select__chevron{transition:none}}.product-select__option{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.55rem .7rem;border:none;border-radius:calc(var(--radius) - 1px);background:transparent;color:var(--charcoal);font-family:var(--font);font-size:var(--text-md);font-weight:400;line-height:1.3;text-align:left;cursor:pointer;transition:background-color var(--duration-fast) ease,color var(--duration-fast) ease}.product-select__option:hover{background:var(--off-white)}.product-select__option:focus-visible{outline:none;background:var(--accent-light)}.product-select__option.selected{color:var(--accent-hover);font-weight:600}.product-select__option.selected:after{content:"";width:14px;height:14px;flex-shrink:0;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / contain no-repeat}@media(max-width:560px){.product-options{flex-direction:column;align-items:stretch}.product-select__trigger{width:100%;min-width:0}}.product-page[data-astro-cid-acnzt36x]{padding:var(--section-pad)}.breadcrumb[data-astro-cid-acnzt36x]{font-family:var(--font-mono);font-size:.66rem;color:var(--text-faint);margin-bottom:2rem}.breadcrumb[data-astro-cid-acnzt36x] a[data-astro-cid-acnzt36x]{color:var(--text-faint);transition:color var(--duration-base) ease}.breadcrumb[data-astro-cid-acnzt36x] a[data-astro-cid-acnzt36x]:hover{color:var(--accent)}.breadcrumb[data-astro-cid-acnzt36x] span[data-astro-cid-acnzt36x][aria-current]{color:var(--charcoal)}.product-layout[data-astro-cid-acnzt36x]{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(1.5rem,3vw,36px);align-items:start;margin-bottom:4rem}.product-images__main[data-astro-cid-acnzt36x]{background:var(--surf-1);border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3}.product-images__primary[data-astro-cid-acnzt36x]{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.product-images__thumbs[data-astro-cid-acnzt36x]{display:flex;gap:.625rem;margin-top:.75rem;flex-wrap:wrap}.thumb-btn[data-astro-cid-acnzt36x]{width:64px;height:64px;border:1px solid var(--hairline);border-radius:var(--radius);padding:6px;cursor:pointer;overflow:hidden;background:var(--surf-1);transition:border-color .2s ease}.thumb-btn[data-astro-cid-acnzt36x] img[data-astro-cid-acnzt36x]{width:100%;height:100%;object-fit:contain}.thumb-btn[data-astro-cid-acnzt36x].active,.thumb-btn[data-astro-cid-acnzt36x]:hover{border-color:var(--accent)}.product-info[data-astro-cid-acnzt36x]{position:relative;z-index:1;display:flex;flex-direction:column;gap:18px}.product-info__head[data-astro-cid-acnzt36x]{display:flex;flex-direction:column;gap:8px}.product-info__category[data-astro-cid-acnzt36x]{font-family:var(--font-mono);font-size:.62rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);transition:opacity var(--duration-base) ease}.product-info__category[data-astro-cid-acnzt36x]:hover{opacity:.75}.product-info__title[data-astro-cid-acnzt36x]{font-size:1.7rem;font-weight:600;color:var(--charcoal);letter-spacing:-.02em;line-height:1.15}.product-info__sku[data-astro-cid-acnzt36x]{font-family:var(--font-mono);font-size:.74rem;color:var(--text-faint)}.product-info__price[data-astro-cid-acnzt36x]{font-family:var(--font-mono);font-size:var(--text-lg);font-weight:500;color:var(--charcoal)}.product-info__desc[data-astro-cid-acnzt36x]{font-size:.9375rem;font-weight:400;color:var(--text-body);line-height:1.65;max-width:50ch}.product-info__desc[data-astro-cid-acnzt36x] p[data-astro-cid-acnzt36x]{margin-bottom:.75rem}.product-info__desc[data-astro-cid-acnzt36x] p[data-astro-cid-acnzt36x]:last-child{margin-bottom:0}.product-glance[data-astro-cid-acnzt36x]{display:grid;margin:0;background:var(--surf-2);border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden}.product-glance__cell[data-astro-cid-acnzt36x]{display:flex;flex-direction:column;gap:4px;padding:13px 15px;border-right:1px solid var(--hairline)}.product-glance__cell[data-astro-cid-acnzt36x]:last-child{border-right:none}.product-glance__label[data-astro-cid-acnzt36x]{font-family:var(--font-mono);font-size:.56rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);margin:0}.product-glance__value[data-astro-cid-acnzt36x]{font-family:var(--font-mono);font-size:.92rem;font-weight:700;color:var(--charcoal);font-variant-numeric:tabular-nums;margin:0}.product-features[data-astro-cid-acnzt36x]{list-style:none;padding:0;margin:0 0 1.5rem}.product-features__item[data-astro-cid-acnzt36x]{position:relative;padding-left:1.1rem;font-size:var(--text-base);font-weight:400;color:var(--text-secondary);line-height:1.7;margin-bottom:.35rem}.product-features__item[data-astro-cid-acnzt36x]:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;background:var(--accent)}.product-quote-panel[data-astro-cid-acnzt36x]{position:sticky;top:calc(var(--nav-height) + 1rem);display:flex;flex-direction:column;gap:14px;padding:18px;background:var(--surf-0);border:1px solid var(--hairline-strong);border-radius:var(--radius)}.product-quote-panel[data-astro-cid-acnzt36x]:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:var(--accent);border-radius:var(--radius) var(--radius) 0 0}.product-quote-panel__label[data-astro-cid-acnzt36x]{font-family:var(--font-mono);font-size:.62rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.product-quote-panel[data-astro-cid-acnzt36x] .product-options{margin-bottom:0}.product-uom-conversion[data-astro-cid-acnzt36x]{margin:0;font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted);line-height:1.4}.product-uom-conversion[data-astro-cid-acnzt36x][hidden]{display:none}.product-qty-wrap[data-astro-cid-acnzt36x]{display:flex;flex-direction:column;gap:5px}.product-qty-stepper__label[data-astro-cid-acnzt36x]{font-family:var(--font-mono);font-size:.58rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint)}.product-qty-stepper[data-astro-cid-acnzt36x]{display:inline-flex;align-items:center;align-self:flex-start;border:1px solid var(--hairline-strong);border-radius:var(--radius);overflow:hidden;background:var(--surf-1)}.product-qty-stepper__btn[data-astro-cid-acnzt36x]{width:36px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--accent);font-size:1rem;line-height:1;cursor:pointer;transition:background var(--duration-base) ease}.product-qty-stepper__btn[data-astro-cid-acnzt36x]:first-of-type{border-right:1px solid var(--hairline)}.product-qty-stepper__btn[data-astro-cid-acnzt36x]:last-of-type{border-left:1px solid var(--hairline)}.product-qty-stepper__btn[data-astro-cid-acnzt36x]:hover{background:var(--accent-light-bg)}.product-qty-stepper__value[data-astro-cid-acnzt36x]{width:42px;height:40px;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:.86rem;font-weight:500;font-variant-numeric:tabular-nums;color:var(--charcoal)}.product-qty--hidden[data-astro-cid-acnzt36x]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.product-quote-panel__add[data-astro-cid-acnzt36x],#productAddBarBtn[data-astro-cid-acnzt36x]{text-transform:none;letter-spacing:.01em}.product-quote-panel__add[data-astro-cid-acnzt36x]{width:100%;justify-content:center;padding:14px}.product-quote-panel__add[data-astro-cid-acnzt36x].is-in-quote,.product-add-bar__inner[data-astro-cid-acnzt36x] .btn[data-astro-cid-acnzt36x].is-in-quote{background:var(--accent-hover);color:var(--white)}.product-contact[data-astro-cid-acnzt36x]{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.product-contact__text[data-astro-cid-acnzt36x]{font-size:var(--text-sm);color:var(--text-secondary);font-weight:400}.product-contact__links[data-astro-cid-acnzt36x]{display:flex;gap:1.25rem;flex-wrap:wrap}.product-contact__link[data-astro-cid-acnzt36x]{display:flex;align-items:center;gap:.4rem;font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--duration-base) ease;font-weight:400}.product-contact__link[data-astro-cid-acnzt36x]:hover{color:var(--accent)}.specs-section[data-astro-cid-acnzt36x]{border-top:1px solid var(--border);padding-top:2.5rem}.specs-title[data-astro-cid-acnzt36x]{font-size:1rem;font-weight:600;color:var(--charcoal);margin-bottom:1.25rem;letter-spacing:-.01em}.specs-table[data-astro-cid-acnzt36x]{width:100%;border-collapse:collapse;max-width:600px}.specs-table[data-astro-cid-acnzt36x] tr[data-astro-cid-acnzt36x]{border-bottom:1px solid var(--light)}.specs-table[data-astro-cid-acnzt36x] td[data-astro-cid-acnzt36x]{padding:.65rem 0;font-size:.85rem;vertical-align:top}.specs-table__key[data-astro-cid-acnzt36x]{width:40%;font-weight:500;color:var(--charcoal);padding-right:2rem}.specs-table__val[data-astro-cid-acnzt36x]{font-family:var(--font-mono);font-size:var(--text-base);color:var(--text-secondary)}.related-rail[data-astro-cid-acnzt36x]{margin-top:36px;border-top:1px solid var(--hairline);padding-top:26px}.related-rail__head[data-astro-cid-acnzt36x]{display:flex;align-items:center;gap:10px;margin-bottom:16px}.related-rail__tick[data-astro-cid-acnzt36x]{width:20px;height:2px;background:var(--accent);display:block}.related-rail__title[data-astro-cid-acnzt36x]{font-family:var(--font-mono);font-size:.62rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.related-rail__grid[data-astro-cid-acnzt36x]{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:980px){.related-rail__grid[data-astro-cid-acnzt36x]{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.related-rail__grid[data-astro-cid-acnzt36x]{grid-template-columns:1fr}}.product-add-bar[data-astro-cid-acnzt36x]{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--charcoal);padding:.625rem 0}.product-add-bar__inner[data-astro-cid-acnzt36x]{display:flex;align-items:center;gap:.75rem;justify-content:space-between}.product-add-bar__title[data-astro-cid-acnzt36x]{flex:1;min-width:0;font-size:.82rem;font-weight:500;color:#fafafad9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-add-bar[data-astro-cid-acnzt36x] .btn-sm[data-astro-cid-acnzt36x]{flex-shrink:0;font-size:.75rem;padding:.5rem 1rem}@media(max-width:860px){.product-page[data-astro-cid-acnzt36x]{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.product-layout[data-astro-cid-acnzt36x]{grid-template-columns:1fr}.product-quote-panel[data-astro-cid-acnzt36x]{position:static}.product-quote-panel__add[data-astro-cid-acnzt36x]{display:none}.product-add-bar[data-astro-cid-acnzt36x]{display:block}.related-rail__grid[data-astro-cid-acnzt36x]{grid-template-columns:repeat(2,1fr)}}
