.abc-quote-root [hidden]{display:none!important}.abc-quote-launcher{position:relative;-webkit-appearance:none;appearance:none}.abc-quote-launcher__icon{width:2.2rem;height:2.2rem;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.abc-quote-count{position:absolute;top:.2rem;right:.2rem;display:inline-flex;min-width:1.8rem;height:1.8rem;padding:0 .45rem;align-items:center;justify-content:center;border-radius:999px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-size:1.1rem;font-weight:700;line-height:1}.abc-quote-floating-launcher{position:fixed;right:1.6rem;bottom:1.6rem;z-index:49;width:5rem;height:5rem;border-radius:999px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));box-shadow:0 .8rem 2.4rem #0003}.abc-quote-floating-launcher .abc-quote-count{top:-.2rem;right:-.2rem;border:.2rem solid rgb(var(--color-background))}body.abc-quote-is-open{overflow:hidden}.abc-quote-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001}.abc-quote-backdrop{display:block!important;position:absolute;top:0;right:0;bottom:0;left:0;background:#12121294;opacity:0;transition:opacity .22s ease}.abc-quote-drawer{position:absolute;top:0;right:0;display:flex;width:min(46rem,100vw);height:100%;flex-direction:column;overflow:hidden;background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:-1rem 0 3rem #00000029;transform:translate(100%);transition:transform .24s ease}.abc-quote-layer.is-open .abc-quote-backdrop{opacity:1}.abc-quote-layer.is-open .abc-quote-drawer{transform:translate(0)}.abc-quote-drawer__header{display:flex;padding:2.4rem 2.4rem 1.2rem;align-items:flex-start;justify-content:space-between;gap:1.6rem;border-bottom:.1rem solid rgba(var(--color-foreground),.14)}.abc-quote-drawer__eyebrow{margin:0 0 .4rem;font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.abc-quote-drawer__title{display:flex;margin:0;align-items:center;gap:.8rem}.abc-quote-drawer__count{display:inline-flex;min-width:2.4rem;height:2.4rem;padding:0 .7rem;align-items:center;justify-content:center;border-radius:999px;background:rgba(var(--color-foreground),.1);font-family:var(--font-body-family);font-size:1.3rem;line-height:1}.abc-quote-drawer__close{width:4.4rem;min-width:4.4rem;min-height:4.4rem;padding:1.1rem}.abc-quote-drawer__close svg{width:2.2rem;height:2.2rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.abc-quote-drawer__description{margin:0;padding:1.6rem 2.4rem;background:rgba(var(--color-foreground),.04);font-size:1.4rem;line-height:1.55}.abc-quote-drawer__body{min-height:0;padding:2rem 2.4rem;flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain}.abc-quote-empty{padding:4rem 1.6rem;text-align:center}.abc-quote-empty h3,.abc-quote-empty p{margin-top:0}.abc-quote-empty .button{margin-top:1.2rem}.abc-quote-items{display:grid;margin:0;padding:0;gap:1.6rem}.abc-quote-item{display:grid;grid-template-columns:8rem minmax(0,1fr);gap:1.6rem;padding-bottom:1.6rem;border-bottom:.1rem solid rgba(var(--color-foreground),.14)}.abc-quote-item:last-child{padding-bottom:0;border-bottom:0}.abc-quote-item__media{width:8rem;height:8rem;overflow:hidden;border-radius:max(var(--media-radius, 0px),.4rem);background:rgba(var(--color-foreground),.05)}.abc-quote-item__media img{width:100%;height:100%;object-fit:cover}.abc-quote-item__content{min-width:0}.abc-quote-item__title{display:inline-block;margin:0 0 1rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);line-height:1.3;text-underline-offset:.25rem}.abc-quote-item__actions{display:flex;align-items:flex-end;justify-content:space-between;gap:1.2rem}.abc-quote-item__quantity-label{display:grid;gap:.4rem;font-size:1.2rem;font-weight:700}.abc-quote-item__quantity{display:grid;grid-template-columns:3.6rem 6.4rem 3.6rem;min-height:3.8rem;border:.1rem solid rgba(var(--color-foreground),.35);border-radius:.4rem;overflow:hidden}.abc-quote-item__quantity button,.abc-quote-item__quantity input{min-width:0;border:0;border-radius:0;background:transparent;color:inherit;font:inherit;text-align:center}.abc-quote-item__quantity button{cursor:pointer;font-size:2rem}.abc-quote-item__quantity button:hover{background:rgba(var(--color-foreground),.07)}.abc-quote-item__quantity input{width:100%;border-right:.1rem solid rgba(var(--color-foreground),.2);border-left:.1rem solid rgba(var(--color-foreground),.2);-webkit-appearance:textfield;appearance:textfield}.abc-quote-item__quantity input::-webkit-inner-spin-button,.abc-quote-item__quantity input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.abc-quote-item__remove{min-height:3.8rem;padding:.6rem 0;color:inherit;font-size:1.3rem}.abc-quote-drawer__footer{display:grid;padding:1.6rem 2.4rem 2.4rem;gap:1.2rem;border-top:.1rem solid rgba(var(--color-foreground),.14);background:rgb(var(--color-background))}.abc-quote-clear{justify-self:start;padding:0;color:inherit;font:inherit;cursor:pointer}.abc-quote-contact-summary{margin:0 0 2.4rem;padding:2rem;border:.1rem solid rgba(var(--color-foreground),.18);border-radius:max(var(--text-boxes-radius, 0px),.6rem);background:rgba(var(--color-foreground),.035)}.abc-quote-contact-summary__heading{margin:0 0 1rem}.abc-quote-contact-summary__list{margin:0 0 1.6rem;padding-left:2rem}.abc-quote-contact-summary__list li+li{margin-top:.6rem}@media screen and (max-width:749px){.abc-quote-drawer{width:100%}.abc-quote-drawer__header,.abc-quote-drawer__description,.abc-quote-drawer__body,.abc-quote-drawer__footer{padding-right:1.6rem;padding-left:1.6rem}.abc-quote-item{grid-template-columns:6.4rem minmax(0,1fr);gap:1.2rem}.abc-quote-item__media{width:6.4rem;height:6.4rem}.abc-quote-item__actions{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){.abc-quote-backdrop,.abc-quote-drawer{transition-duration:.01ms}}.abc-quote-drawer__close svg{flex:0 0 2.2rem;min-width:2.2rem}
/*# sourceMappingURL=/cdn/shop/t/6/assets/abc-quote.css.map */
