quick-access-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none}quick-access-popup.is-open{display:block}quick-access-popup.is-hidden{display:none}.quick-access-popup__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6}.quick-access-popup__dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:960px;max-height:90vh;background:var(--color-background, #ffffff);color:var(--color-foreground, #000000);border-radius:16px;padding:1.75rem 1.5rem 1.5rem;box-shadow:0 18px 45px #00000059;display:flex;flex-direction:column;gap:1.25rem;overflow:hidden}@media screen and (max-width:749px){.quick-access-popup__dialog{width:90vw;max-height:90vh;padding:1.5rem 1.25rem 1.25rem;border-radius:12px}}.quick-access-popup__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.quick-access-popup__title{font-size:1.25rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700}.quick-access-popup__close{border:none;background:transparent;color:inherit;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;cursor:pointer;transition:background-color .15s ease,transform .1s ease}.quick-access-popup__close:hover{background:#0000000f;transform:scale(1.03)}.quick-access-popup__body{display:flex;flex-direction:column;gap:1rem;overflow:hidden}.quick-access-popup__all-link{align-self:flex-start;border-radius:999px;padding:.6rem 1.5rem;border:1px solid rgba(0,0,0,.15);background:#fff;cursor:pointer;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .1s ease}.quick-access-popup__all-link:hover{background:#111;color:#fff;border-color:#111;transform:translateY(-1px)}.quick-access-popup__buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;overflow-y:auto;padding-right:.25rem}@media screen and (max-width:749px){.quick-access-popup__buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}}.quick-access-popup__button{--qa-color-1: #111111;--qa-color-2: #333333;display:flex;align-items:center;gap:.6rem;width:100%;border:none;border-radius:10px;padding:.8rem;cursor:pointer;text-align:left;color:#fff;background:linear-gradient(135deg,var(--qa-color-1),var(--qa-color-2));box-shadow:0 4px 10px #0000001f;transition:transform .1s ease,box-shadow .1s ease,filter .1s ease}.quick-access-popup__button:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0000002e;filter:brightness(1.03)}.quick-access-popup__button:active{transform:translateY(0);box-shadow:0 2px 6px #00000029}.quick-access-popup__button-icon{width:32px;height:32px;border-radius:999px;overflow:hidden;flex-shrink:0;background-color:#fff9;display:flex;align-items:center;justify-content:center}.quick-access-popup__button-icon img{width:100%;height:100%;object-fit:cover;display:block}.quick-access-popup__button-label{font-size:.95rem;font-weight:600}.quick-access-popup__footer{margin-top:.5rem;font-size:.75rem;color:#0009}.quick-access-popup__footer a{color:inherit;text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/6/assets/quick-access-popup.css.map */
