:root{--teal: #009caf;--tealFaded: rgba(0, 156, 175, .32);--navy: #031b4e;--dark: #2b2b2b;--light: #d0d3db;--red: #ff6347;--redFaded: rgba(255, 99, 71, .49);--hoverred: #cc4c39;--font-base: 1rem;--font-sm: .875rem;--font-lg: 1.25rem;--font-h1: clamp(2rem, 3vw + 1rem, 3.5rem);--font-h2: clamp(1.5rem, 2vw + .75rem, 2.25rem);--font-h3: clamp(1.25rem, 1.5vw + .5rem, 1.75rem)}.shared-product-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;width:100%;align-items:stretch}@media only screen and (max-width: 1220px){.shared-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width: 940px){.shared-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media only screen and (max-width: 480px){.shared-product-grid{grid-template-columns:1fr}}@media only screen and (max-width: 700px){.shared-product-grid{grid-template-columns:1fr}}.shared-product-grid-item{min-width:0}.shared-product-card{display:flex;flex-direction:column;height:100%;padding:1.05rem;min-height:432px;border-radius:14px;border:1px solid rgba(3,27,78,.09);background-color:#fffffff2;box-shadow:0 2px 7px #031b4e14;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.shared-product-card:hover{border-color:#009caf73;box-shadow:0 8px 20px #031b4e1f;transform:translateY(-2px)}@media only screen and (max-width: 525px){.shared-product-card{min-height:auto;padding:.95rem}}.shared-product-card__image-wrapper{display:flex;justify-content:center;align-items:center;width:100%;min-height:182px;margin-bottom:.8rem}.shared-product-card__image-wrapper .product-image-slider{display:flex;position:relative;width:100%;min-height:182px;border-radius:10px;overflow:hidden;border:1px solid rgba(3,27,78,.08);background-color:#fffffff2}.shared-product-card__image-wrapper .product-image-slider .chevrons{display:flex;justify-content:space-between;align-items:center;width:100%}.shared-product-card__image-wrapper .product-image-slider .slider-btn{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:999px;border:1px solid rgba(3,27,78,.2);background-color:#fffffff2;cursor:pointer;z-index:1}.shared-product-card__image-wrapper .product-image-slider .slider-btn svg{color:#031b4e}.shared-product-card__image-wrapper .product-image-slider .prev{left:8px}.shared-product-card__image-wrapper .product-image-slider .next{right:8px}.shared-product-card__image-wrapper .product-image-slider .media-indicators{position:absolute;bottom:8px;left:0;right:0;display:flex;justify-content:center;gap:6px}.shared-product-card__image-wrapper .product-image-slider .media-indicators .media-dot{width:8px;height:8px;border-radius:50%;border:none;background-color:#031b4e33;cursor:pointer}.shared-product-card__image-wrapper .product-image-slider .media-indicators .media-dot.active{width:20px;border-radius:999px;background-color:#009caf}.shared-product-card__image-wrapper .product-image{width:100%;height:182px;object-fit:contain;object-position:center;background-color:#fff}@media only screen and (max-width: 525px){.shared-product-card__image-wrapper,.shared-product-card__image-wrapper .product-image-slider{min-height:165px}.shared-product-card__image-wrapper .product-image{height:165px}}.shared-product-card__copy{display:flex;flex-direction:column;gap:.36rem;min-height:88px}.shared-product-card__supplier{margin:0;color:#031b4e99;font-size:.82rem;font-weight:500;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shared-product-card__title{margin:0;font-size:1.06rem;font-weight:650;line-height:1.35;min-height:2.7em;max-height:2.7em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.shared-product-card__summary{margin:.65rem 0 0;color:#031b4ecc;font-size:.88rem;line-height:1.45;min-height:3.8em;max-height:3.8em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.shared-product-card__details{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:42px;margin:.85rem 0 0;border-radius:10px;border:1px solid rgba(0,156,175,.45);background:#009caf0f;color:#031b4e;text-decoration:none;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.shared-product-card__details:hover{background-color:#009caf1f;border-color:#009caf}@media only screen and (max-width: 525px){.shared-product-card__details{min-height:40px;font-size:.9rem}}.shared-product-card__details--secondary{border-color:#031b4e33;background:#031b4e08}.shared-product-card__details--secondary:hover{border-color:#031b4e59;background:#031b4e14}.shared-product-card__bottom{display:flex;align-items:center;gap:.65rem;margin-top:auto;padding-top:.8rem}.shared-product-card__bottom .cart-item-button-container{margin-left:auto}@media only screen and (max-width: 525px){.shared-product-card__bottom{flex-wrap:wrap;justify-content:flex-start;gap:.55rem}.shared-product-card__bottom .cart-item-button-container{margin-left:0}}.shared-product-card__bottom.is-pdf-missing{justify-content:flex-end}.shared-product-card__pdf{display:flex;justify-content:center;align-items:center;gap:.35rem;color:#031b4e!important;text-decoration:none;font-size:.84rem;border:1px solid rgba(3,27,78,.2);border-radius:999px;padding:.4rem .6rem;white-space:nowrap;transition:border-color .2s ease,color .2s ease}.shared-product-card__pdf:hover{border-color:#009caf;color:#009caf!important}@media only screen and (max-width: 525px){.shared-product-card__pdf{font-size:.8rem;padding:.36rem .56rem}}
