product-matching{display:block;margin-bottom:1.5rem}.product__matching{align-items:center;background-color:var(--z-color-white);border:.1rem solid var(--z-color-black);display:flex;flex-wrap:nowrap;margin:1rem 0;padding:.4rem;width:100%}.product__matching-label{font-family:Gustavo;font-size:2.2rem;font-weight:700;line-height:2.2rem;margin:0}@media(max-width:799px){.product__matching-label{font-size:var(--font-body-scale)}}.product__matching-label-count{font-size:1.8rem;font-weight:300}.product__matching-overlay{align-items:center;background-color:#f0f1f3;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility 0s .3s;visibility:hidden;width:100%;z-index:100000}.product__matching-overlay svg{height:3rem;width:3rem}.product__matching-overlay.is-visible{opacity:1;transition:opacity .3s ease,visibility 0s 0s;visibility:visible}.product__matching-item{align-items:center;background-color:var(--z-color-white);border:none;cursor:pointer;display:flex;font-family:inherit;font-size:calc(var(--font-body-scale)*75%);font-weight:600;height:2.8rem;justify-content:center;margin:0;padding:0;text-decoration:none;width:50%}.product__matching-item.matching--current{background-color:var(--z-color-blue);color:var(--z-color-white)}.product__matching-item img,.product__matching-item svg{height:13px;margin-left:4px;width:auto}