.quote-overlay{position:fixed;inset:0;z-index:1070;background:#00000073}.quote-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1080;background:#fff;border-radius:10px;box-shadow:0 4px 24px #00000038;padding:18px 20px 16px;min-width:280px;max-width:340px;animation:popupFadeIn .2s ease}.quote-popup-close{background:none;border:none;padding:0;cursor:pointer;color:#888;font-size:1.1rem;line-height:1;flex-shrink:0}@keyframes popupFadeIn{0%{opacity:0;transform:translate(-50%,-46%)}to{opacity:1;transform:translate(-50%,-50%)}}.product-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;max-height:340px;overflow:hidden;transition:max-height .3s ease;width:100%;box-sizing:border-box}@media(min-width:576px){.product-image-grid{grid-template-columns:repeat(4,1fr);max-height:360px}}@media(min-width:992px){.product-image-grid{grid-template-columns:repeat(6,1fr);max-height:360px}}.product-image-grid--expanded{max-height:none;overflow:visible}.product-grid-item{cursor:pointer;text-align:center;border:2px solid transparent;border-radius:6px;padding:4px;transition:border-color .2s,background-color .2s;min-width:0;overflow:hidden;box-sizing:border-box}.product-grid-item:hover{border-color:#aaa;background-color:#f8f8f8}.product-grid-item.active{border-color:#333;background-color:#f0f0f0}.product-grid-thumb-wrap{width:100%;aspect-ratio:1 / 1;background:var(--card-bg, #eeeeee);border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:4px;padding-bottom:4px}.product-grid-thumb{width:100%;height:100%;object-fit:contain;padding:4%;box-sizing:border-box}.product-grid-label{display:block;font-size:.65rem;line-height:1.2;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-product-swatch-row{padding:2px 0 6px 4px}.related-product-swatch{display:inline-block;width:22px;height:22px;border-radius:3px;border:1.5px solid rgba(0,0,0,.15);overflow:hidden;cursor:pointer;flex-shrink:0;position:relative;transition:transform .15s ease,box-shadow .15s ease}.related-product-swatch:hover{transform:scale(1.2);box-shadow:0 0 0 2px #0000004d;z-index:1}.related-product-swatch.rp-swatch-active{transform:scale(1.15);box-shadow:0 0 0 2px var(--primary, #333)}.related-product-swatch.rp-swatch-active:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:6px;height:6px;background:var(--primary, #333);border-radius:50%}.related-product-swatch-img{width:100%;height:100%;object-fit:contain;display:block;padding:2px;box-sizing:border-box}
