.reqaf-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;justify-content:flex-end;pointer-events:none}.reqaf-cart-drawer.active{pointer-events:auto}.reqaf-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2a0c006b;opacity:0;pointer-events:none}.reqaf-cart-drawer.active .reqaf-cart-drawer__overlay{opacity:1;pointer-events:auto}.reqaf-cart-drawer__shell{position:relative;height:100%;width:100%;display:flex;justify-content:flex-end}.reqaf-cart-drawer__panel{position:relative;height:100%;width:min(460px,100vw);background:var(--rq-paper);color:var(--rq-espresso-ink);font-family:var(--rq-sans);display:flex;flex-direction:column;transform:translate(100%);pointer-events:auto;box-shadow:-30px 0 80px #2a0c0047;overflow:hidden}.reqaf-cart-drawer.active .reqaf-cart-drawer__panel{transform:translate(0)}@media(max-width:599px){.reqaf-cart-drawer__panel{width:100vw;max-width:100vw;box-shadow:none}}.reqaf-cart-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px;border-bottom:1px solid var(--rq-line-soft);flex-shrink:0}.reqaf-cart-drawer__head-text{display:flex;align-items:baseline;gap:10px}.reqaf-cart-drawer__title{margin:0;font-family:var(--rq-display);font-size:26px;font-weight:700;letter-spacing:-.03em;color:var(--rq-espresso-ink);line-height:1.05}.reqaf-cart-drawer__count{font-size:13px;color:var(--rq-muted)}.reqaf-cart-drawer__close{background:transparent;border:none;padding:0;margin:0;cursor:pointer;color:var(--rq-espresso-ink);display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;min-height:36px;box-shadow:none;position:static;border-radius:8px;transition:background .15s ease}.reqaf-cart-drawer__close:hover{background:#2a0c000f}.reqaf-cart-drawer__shipping{padding:12px 24px;background:var(--rq-cream);display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:var(--rq-espresso-ink);letter-spacing:.1px;flex-shrink:0}.reqaf-cart-drawer__shipping svg{color:var(--rq-mustard-2);flex-shrink:0}.reqaf-cart-drawer__items{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:thin}.reqaf-cart-drawer__items.is-empty{display:none}.reqaf-cart-drawer__form{flex:0 0 auto}.reqaf-cart-drawer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.reqaf-cart-drawer__empty{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:4px;padding:40px 32px}.reqaf-cart-drawer__empty-icon{width:64px;height:64px;border-radius:999px;background:var(--rq-cream);display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--rq-espresso-ink)}.reqaf-cart-drawer__empty-title{margin:0;font-family:var(--rq-display);font-weight:700;font-size:clamp(26px,6vw,30px);letter-spacing:-.03em;color:var(--rq-espresso-ink);line-height:1.05}.reqaf-cart-drawer__empty-body{margin:10px 0 24px;font-size:14px;line-height:1.5;color:var(--rq-muted);max-width:280px}.reqaf-cart-drawer__empty-cta{display:inline-flex;align-items:center;justify-content:center;height:52px;padding-inline:28px;border-radius:14px;background:var(--rq-cta-bg);color:#fff;font-family:var(--rq-sans);font-size:14px;font-weight:700;text-decoration:none;transition:opacity .15s ease}.reqaf-cart-drawer__empty-cta:hover{opacity:.92}.reqaf-cart-drawer__empty-login{margin:16px 0 0;font-size:13px;color:var(--rq-muted)}.reqaf-cart-drawer__empty-login-link{color:var(--rq-espresso-ink);text-decoration:underline;text-underline-offset:3px}.reqaf-cart-drawer.is-empty .reqaf-cart-drawer__footer{display:none}.reqaf-cart-drawer-item{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto;gap:14px;padding:16px 18px;margin:0;border-bottom:1px solid var(--rq-line-soft)}.reqaf-cart-drawer-item--nested{padding-left:38px;border-left:2px solid var(--rq-line-soft);margin-left:24px}.reqaf-cart-drawer-item__media{display:block;width:84px;height:84px;border-radius:12px;overflow:hidden;background:var(--rq-cream);box-shadow:0 0 0 1px var(--rq-line-soft);text-decoration:none;flex-shrink:0}.reqaf-cart-drawer-item__media img{width:100%;height:100%;object-fit:cover;display:block}.reqaf-cart-drawer-item__body{display:flex;flex-direction:column;min-width:0;min-height:84px}.reqaf-cart-drawer-item__title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:12px;align-items:baseline}.reqaf-cart-drawer-item__name{font-family:var(--rq-display);font-size:19px;font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--rq-espresso-ink);text-decoration:none;overflow-wrap:break-word;min-width:0;display:block;width:100%}.reqaf-cart-drawer-item__name:hover{opacity:.78}.reqaf-cart-drawer-item__total-cell{display:inline-flex;align-items:baseline;gap:6px;position:relative;white-space:nowrap}.reqaf-cart-drawer-item__total{font-family:var(--rq-display);font-size:16px;font-weight:700;letter-spacing:-.02em;color:var(--rq-espresso-ink);display:inline-flex;align-items:baseline;gap:6px}.reqaf-cart-drawer-item__total-compare{font-size:12px;font-weight:500;color:var(--rq-muted)}.reqaf-cart-drawer-item__total-cell .loading__spinner{position:absolute;top:50%;right:0;transform:translateY(-50%);z-index:1}.reqaf-cart-drawer-item__total-cell .loading__spinner svg{width:16px;height:16px}.reqaf-cart-drawer-item__total-cell .loading__spinner.hidden{display:none}.reqaf-cart-drawer-item__total-cell:has(.loading__spinner:not(.hidden)) .reqaf-cart-drawer-item__total{opacity:.35}.reqaf-cart-drawer-item__subtitle{margin:2px 0 0;font-size:12px;color:var(--rq-muted);line-height:1.45}.reqaf-cart-drawer-item__options{margin:4px 0 0;display:flex;flex-wrap:wrap;gap:2px 12px}.reqaf-cart-drawer-item__option{display:inline-flex;gap:4px;font-size:12px;color:var(--rq-muted)}.reqaf-cart-drawer-item__option dt{font-weight:600}.reqaf-cart-drawer-item__option dd{margin:0}.reqaf-cart-drawer-item__plan{margin:4px 0 0;font-size:12px;color:var(--rq-muted)}.reqaf-cart-drawer-item__discounts{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0 0;padding:0;list-style:none}.reqaf-cart-drawer-item__discount{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:999px;background:#ffb0262e;color:var(--rq-espresso-ink);font-size:11px;font-weight:600}.reqaf-cart-drawer-item__discount svg{width:10px;height:10px}.reqaf-cart-drawer-item__controls{margin-top:auto;padding-top:6px;display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.reqaf-cart-drawer-item__qty{display:inline-flex;align-items:center;border:1px solid var(--rq-line);border-radius:8px;background:transparent;padding:0;overflow:hidden;width:auto;min-width:0}.reqaf-cart-drawer-item__qty-btn{width:34px;height:34px;background:transparent;border:none;cursor:pointer;color:var(--rq-espresso-ink);display:flex;align-items:center;justify-content:center;padding:0;box-shadow:none}.reqaf-cart-drawer-item__qty-btn:before,.reqaf-cart-drawer-item__qty-btn:after{content:none}.reqaf-cart-drawer-item__qty-btn:hover{opacity:.7}.reqaf-cart-drawer-item__qty-btn[disabled]{opacity:.4;cursor:not-allowed}.reqaf-cart-drawer-item__qty-btn svg,.reqaf-cart-drawer-item__qty-btn svg *{pointer-events:none}.reqaf-cart-drawer-item__qty-input{width:26px;min-width:26px;text-align:center;background:transparent;border:none;font-family:var(--rq-sans);font-size:13px;font-weight:700;color:var(--rq-espresso-ink);-moz-appearance:textfield;padding:0;box-shadow:none}.reqaf-cart-drawer-item__qty-input::-webkit-outer-spin-button,.reqaf-cart-drawer-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.reqaf-cart-drawer-item__qty-input:focus{outline:none}.reqaf-cart-drawer-item__remove{background:transparent;border:none;padding:0;font-family:var(--rq-sans);font-size:12px;font-weight:600;color:var(--rq-muted);text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .15s ease}.reqaf-cart-drawer-item__remove:hover{color:var(--rq-espresso-ink)}.reqaf-cart-drawer-item__error{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--rq-red, #e31412);margin-top:6px}.reqaf-cart-drawer-item__error:not(:has(.cart-item__error-text:not(:empty))){display:none}.reqaf-cart-drawer__rail{padding:18px 24px 12px;margin-top:auto}.reqaf-cart-drawer__rail-title{margin:0 0 10px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rq-mustard-2)}.reqaf-cart-drawer__rail-track{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.reqaf-cart-drawer__rail-track::-webkit-scrollbar{display:none}.reqaf-cart-drawer__rail-card{flex:0 0 auto;width:118px;border:1px solid var(--rq-line-soft);border-radius:12px;overflow:hidden;background:var(--rq-paper);display:flex;flex-direction:column}.reqaf-cart-drawer__rail-media{display:block;width:100%;aspect-ratio:1 / 1;background:var(--rq-cream);text-decoration:none}.reqaf-cart-drawer__rail-media img{width:100%;height:100%;object-fit:cover;display:block}.reqaf-cart-drawer__rail-body{padding:8px 9px 9px;display:flex;flex-direction:column;min-width:0}.reqaf-cart-drawer__rail-name{font-family:var(--rq-display);font-size:13px;font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--rq-espresso-ink);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reqaf-cart-drawer__rail-sub{margin:1px 0 0;font-size:10.5px;color:var(--rq-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reqaf-cart-drawer__rail-form{display:block}.reqaf-cart-drawer__rail-add{margin-top:7px;width:100%;height:28px;border-radius:8px;background:transparent;color:var(--rq-espresso-ink);border:1.5px solid var(--rq-espresso-ink);cursor:pointer;font-family:var(--rq-sans);font-size:12px;font-weight:700;transition:background .15s ease,color .15s ease;padding:0;box-shadow:none}.reqaf-cart-drawer__rail-add:before,.reqaf-cart-drawer__rail-add:after{content:none}.reqaf-cart-drawer__rail-add:hover{background:var(--rq-cta-bg);color:#fff}.reqaf-cart-drawer__rail-add-loading,.reqaf-cart-drawer__rail-add .loading__spinner{display:none}.reqaf-cart-drawer__rail-add.loading{background:var(--rq-cta-bg);color:#fff;border-color:var(--rq-cta-bg)}.reqaf-cart-drawer__rail-add.loading .reqaf-cart-drawer__rail-add-label{display:none}.reqaf-cart-drawer__rail-add.loading .reqaf-cart-drawer__rail-add-loading{display:inline}.reqaf-cart-drawer__footer{flex-shrink:0;padding:8px 24px 14px;background:var(--rq-paper);border-top:1px solid var(--rq-line);display:flex;flex-direction:column}.reqaf-cart-drawer__discounts{list-style:none;margin:0 0 8px;padding:0;display:flex;flex-direction:column;gap:4px}.reqaf-cart-drawer__discount{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--rq-espresso-ink)}.reqaf-cart-drawer__discount svg{width:12px;height:12px}.reqaf-cart-drawer__discount-amount{margin-left:auto;font-weight:600;color:var(--rq-mustard-2)}.reqaf-cart-drawer__subtotal{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.reqaf-cart-drawer__subtotal-label{font-family:var(--rq-sans);font-size:14px;font-weight:600;color:var(--rq-espresso-ink)}.reqaf-cart-drawer__subtotal-value{font-family:var(--rq-display);font-size:28px;font-weight:800;letter-spacing:-.02em;color:var(--rq-espresso-ink)}.reqaf-cart-drawer__tax-note{margin:2px 0 0;font-size:12px;color:var(--rq-muted)}.reqaf-cart-drawer__checkout{flex:1 1 0;min-width:0;width:100%;height:56px;border-radius:14px;background:var(--rq-cta-bg);color:#fff;border:none;cursor:pointer;font-family:var(--rq-sans);font-size:15px;font-weight:700;letter-spacing:.2px;display:flex;align-items:center;justify-content:center;padding:0 24px;transition:opacity .15s ease;box-shadow:none}.reqaf-cart-drawer__checkout:before,.reqaf-cart-drawer__checkout:after{content:none;display:none;box-shadow:none}.reqaf-cart-drawer__checkout:hover{opacity:.92}.reqaf-cart-drawer__checkout:disabled{opacity:.4;cursor:not-allowed}.reqaf-cart-drawer__cta-row{margin-top:10px;display:flex;align-items:stretch;gap:10px}.reqaf-cart-drawer__view-cart{flex:1 1 0;min-width:0;display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 18px;border-radius:14px;background:transparent;color:var(--rq-espresso-ink);border:1.5px solid var(--rq-espresso-ink);font-family:var(--rq-sans);font-size:14px;font-weight:700;letter-spacing:.02em;text-decoration:none;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease,transform .1s ease}.reqaf-cart-drawer__view-cart:hover{background:var(--rq-cta-bg);color:#fff;box-shadow:0 4px 14px #3d12003d,0 2px 4px #3d120029}.reqaf-cart-drawer__view-cart:active{transform:translateY(1px);box-shadow:0 2px 8px #3d120038,0 1px 2px #3d120024}.reqaf-cart-drawer__errors{font-size:12.5px;color:var(--rq-red, #e31412)}.reqaf-cart-drawer__errors:empty{display:none}.reqaf-cart-drawer__secure{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;color:var(--rq-muted)}.reqaf-cart-drawer__secure span{font-size:11px;letter-spacing:.2px}@media(max-width:599px){.reqaf-cart-drawer__head{padding:16px 18px}.reqaf-cart-drawer__title{font-size:22px}.reqaf-cart-drawer__shipping{padding:10px 18px}.reqaf-cart-drawer-item{padding:16px 18px;gap:14px}.reqaf-cart-drawer-item__media{width:72px;height:72px}.reqaf-cart-drawer-item__body{min-height:72px}.reqaf-cart-drawer-item__name{font-size:17px}.reqaf-cart-drawer-item__total{font-size:15px}.reqaf-cart-drawer-item__subtitle{font-size:11.5px}.reqaf-cart-drawer__rail{padding:14px 18px 10px}.reqaf-cart-drawer__footer{padding:8px 18px 12px}.reqaf-cart-drawer__subtotal-value{font-size:24px}.reqaf-cart-drawer__checkout{height:52px;font-size:14px}.reqaf-cart-drawer__view-cart{height:52px;padding:0 14px;font-size:13px}}.drawer.reqaf-cart-drawer{background-color:transparent}.reqaf-cart-drawer .drawer__inner{width:min(460px,100vw);max-width:min(460px,100vw);padding:0;border:none}cart-drawer.is-empty.reqaf-cart-drawer .drawer__inner{display:flex;flex-direction:column;padding:0;align-items:stretch}cart-drawer.is-empty.reqaf-cart-drawer .reqaf-cart-drawer__head{display:flex}
/*# sourceMappingURL=/cdn/shop/t/13/assets/section-reqaf-cart-drawer.css.map */
