.product-listing{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));padding:0}.product-card{background:#fff;height:100%}.product-card,.product-data{display:flex;flex-direction:column}.product-data{flex:1}.product-image{align-items:center;border:.2px solid var(--primary-color);display:flex;height:164px;justify-content:center;margin-bottom:1rem;overflow:hidden;width:100%}.product-title{font-size:18px;margin:0 0 .5rem}.product-data a{text-decoration:none}.product-desc{font-size:14px;margin:0 0 1rem}.product-info{font-size:14px;margin-bottom:14px}.product-footer,.product-info{display:flex;justify-content:space-between}.product-footer{align-items:center;margin-top:auto;position:relative;z-index:99}.quantity-selector{align-items:center;border:1px solid rgba(0,0,0,.1);display:flex;overflow:hidden;padding:5px}.qty-btn{background:none;border:none;border:1px solid var(--primary-color);color:var(--primary-color);cursor:pointer;font-size:24px;height:26px;line-height:1;width:26px}.quantity-selector input{-moz-appearance:textfield;appearance:textfield;border:none;font-size:14px;padding:.3rem;text-align:center;width:2.2rem}.quantity-selector input::-webkit-inner-spin-button,.quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none}.add-to-quote{font-size:14px;padding:11px 23px}.product-listing.style_2 .product-card{border:.2px solid var(--primary-color)}.product-listing.style_2 .product-image{border:0}.product-listing.style_2 .product-data{padding:13px}.product-listing.style_2 .add-to-quote{font-size:12px;padding:11px 18px}@media (max-width:600px){.product-title{font-size:1rem}.product-listing{grid-template-columns:1fr}}.addedtocart-popup.hidden{display:none}.addedtocart-popup{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10000}.addedtocart-popup-backdrop{background:#f5f5f7;height:100%;left:0;position:absolute;top:0;width:100%}.addedtocart-popup-content{background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);max-width:90%;padding:2rem;position:relative;text-align:center;width:320px;z-index:1}.addedtocart-popup-icon{display:block;margin:0 auto 1rem}.addedtocart-popup-message{color:#333;font-size:1.125rem;line-height:1.4;margin-bottom:1.5rem}.addedtocart-popup-ok{background:#ea664c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem}.addedtocart-popup-ok:hover{background:#cc553f}