.reqaf-cart{display:block;font-family:var(--rq-sans);color:var(--rq-espresso-ink)}.reqaf-cart__container{max-width:var(--rq-content-max);margin-inline:auto;padding:14px 18px 16px}@media(min-width:750px){.reqaf-cart__container{padding:18px clamp(20px,5vw,48px) 20px}}@media(min-width:1000px){.reqaf-cart__container{padding:24px clamp(24px,5vw,56px) 24px}}.reqaf-cart__head{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;justify-content:space-between;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--rq-line-soft)}.reqaf-cart__head-text{display:block}.reqaf-cart__eyebrow{margin:0 0 8px;font-size:11px;letter-spacing:.06em;color:var(--rq-mustard-2)}.reqaf-cart__eyebrow-empty,.reqaf-cart.is-empty .reqaf-cart__eyebrow-active{display:none}.reqaf-cart.is-empty .reqaf-cart__eyebrow-empty{display:inline}.reqaf-cart.is-empty .reqaf-cart__continue{display:none}.reqaf-cart__title{font-family:var(--rq-display);font-weight:700;font-size:30px;line-height:1.05;letter-spacing:-.03em;margin:0;color:var(--rq-espresso-ink)}.reqaf-cart__title em{font-style:italic;font-weight:600}.reqaf-cart__continue{display:inline-flex;align-items:center;gap:6px;font-family:var(--rq-sans);font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--rq-espresso-ink);text-decoration:none;border-bottom:1px solid transparent;padding-bottom:2px;transition:border-color .15s ease,opacity .15s ease}.reqaf-cart__continue:hover{border-bottom-color:var(--rq-espresso-ink)}@media(min-width:750px){.reqaf-cart__head{padding-bottom:20px;margin-bottom:20px}.reqaf-cart__continue{font-size:14px}}@media(min-width:1000px){.reqaf-cart__head{padding-bottom:24px;margin-bottom:24px}}.reqaf-cart__empty{background:var(--rq-paper-2);border-radius:var(--rq-radius-card);padding:36px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.reqaf-cart__empty-eyebrow{margin:0;font-size:11px;letter-spacing:.06em;color:var(--rq-mustard-2)}.reqaf-cart__empty-title{font-family:var(--rq-display);font-weight:700;font-size:clamp(32px,6vw,56px);line-height:1.02;letter-spacing:-.03em;margin:0;color:var(--rq-espresso-ink)}.reqaf-cart__empty-title em{font-style:italic;font-weight:600}.reqaf-cart__empty-body{margin:0;font-size:14px;line-height:1.5;color:var(--rq-muted);max-width:420px}.reqaf-cart__empty-cta{display:inline-flex;align-items:center;gap:8px;height:var(--rq-button-h-mobile);padding-inline:28px;border-radius:var(--rq-radius-button);background:var(--rq-espresso-ink);color:var(--rq-mustard);font-family:var(--rq-sans);font-size:14px;font-weight:700;letter-spacing:.02em;text-decoration:none;margin-top:4px;transition:opacity .15s ease}.reqaf-cart__empty-cta:hover{opacity:.92}.reqaf-cart__empty-login{margin:8px 0 0;font-size:13px;color:var(--rq-muted)}.reqaf-cart__empty-login-link{color:var(--rq-espresso-ink);text-decoration:underline;text-underline-offset:3px}@media(min-width:750px){.reqaf-cart__empty{padding:64px 32px;gap:18px}.reqaf-cart__empty-body{font-size:15px}.reqaf-cart__empty-cta{height:var(--rq-button-h);padding-inline:32px;font-size:15px}}.reqaf-cart__form,.reqaf-cart__list-wrapper{display:block}.reqaf-cart__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.reqaf-cart-item{display:grid;grid-template-columns:88px minmax(0,1fr) auto;grid-template-areas:"media body  body" "qty   qty   total";column-gap:14px;row-gap:12px;padding:12px 0;border-bottom:1px solid var(--rq-line-soft)}.reqaf-cart-item:first-child{padding-top:2px}.reqaf-cart-item--nested{padding-left:18px;border-left:2px solid var(--rq-line-soft)}.reqaf-cart-item__media{grid-area:media;display:block;width:88px;height:88px;border-radius:14px;overflow:hidden;background:var(--rq-paper-2);position:relative;text-decoration:none}.reqaf-cart-item__media img{width:100%;height:100%;object-fit:cover;display:block}.reqaf-cart-item__body{grid-area:body;display:flex;flex-direction:column;gap:4px;min-width:0}.reqaf-cart-item__vendor{margin:0;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--rq-muted)}.reqaf-cart-item__name{font-family:var(--rq-display);font-size:18px;font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--rq-espresso-ink);text-decoration:none;word-wrap:break-word}.reqaf-cart-item__name:hover{opacity:.78}.reqaf-cart-item__price{font-size:13.5px;font-weight:600;color:var(--rq-espresso-ink);display:inline-flex;align-items:baseline;gap:6px;margin-top:2px}.reqaf-cart-item__compare{color:var(--rq-muted);font-weight:500}.reqaf-cart-item__final{color:var(--rq-espresso-ink)}.reqaf-cart-item__options{margin:4px 0 0;display:flex;flex-wrap:wrap;gap:4px 12px}.reqaf-cart-item__option{display:inline-flex;gap:4px;font-size:12px;color:var(--rq-muted)}.reqaf-cart-item__option dt{font-weight:600}.reqaf-cart-item__option dd{margin:0}.reqaf-cart-item__plan{margin:4px 0 0;font-size:12px;color:var(--rq-muted)}.reqaf-cart-item__discounts{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0 0;padding:0;list-style:none}.reqaf-cart-item__discount{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:#ffb0262e;color:var(--rq-espresso-ink);font-size:11.5px;font-weight:600}.reqaf-cart-item__discount svg{width:11px;height:11px}.reqaf-cart-item__qty-cell{grid-area:qty;display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}.reqaf-cart-item__qty-wrap{display:inline-flex;align-items:center;gap:0}.reqaf-cart-item .quantity-popover-container{display:inline-flex}.reqaf-cart-item .reqaf-qty{display:inline-flex;align-items:center;border:1.5px solid var(--rq-line);border-radius:14px;background:#fff9;padding:0;width:auto;min-width:0}.reqaf-cart-item .reqaf-qty__btn{width:36px;height:52px;background:transparent;border:none;cursor:pointer;font-size:18px;font-weight:600;color:var(--rq-espresso-ink);display:flex;align-items:center;justify-content:center;padding:0;box-shadow:none}.reqaf-cart-item .reqaf-qty__btn:before,.reqaf-cart-item .reqaf-qty__btn:after{content:none}.reqaf-cart-item .reqaf-qty__btn:hover{opacity:.7}.reqaf-cart-item .reqaf-qty__btn[disabled]{opacity:.4;cursor:not-allowed}.reqaf-cart-item .reqaf-qty__input{width:32px;min-width:32px;text-align:center;background:transparent;border:none;font-family:var(--rq-sans);font-size:14px;font-weight:700;color:var(--rq-espresso-ink);-moz-appearance:textfield;padding:0;box-shadow:none}.reqaf-cart-item .reqaf-qty__input::-webkit-outer-spin-button,.reqaf-cart-item .reqaf-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.reqaf-cart-item .reqaf-qty__input:focus{outline:none}.reqaf-cart-item__remove{background:transparent;border:none;padding:0 0 1px;font-family:var(--rq-sans);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--rq-muted);text-decoration:none;border-bottom:1px solid transparent;cursor:pointer;transition:color .15s ease,border-color .15s ease;margin-left:14px;display:inline-flex;align-items:center}.reqaf-cart-item__remove:hover{color:var(--rq-espresso-ink);border-bottom-color:var(--rq-espresso-ink)}.reqaf-cart-item .quantity-popover__info-button{color:var(--rq-muted)}.reqaf-cart-item__total-cell{grid-area:total;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:2px;position:relative;min-width:0}.reqaf-cart-item__total-label{font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--rq-muted)}.reqaf-cart-item__total{font-family:var(--rq-display);font-size:18px;font-weight:700;letter-spacing:-.02em;color:var(--rq-espresso-ink);display:inline-flex;align-items:baseline;gap:6px}.reqaf-cart-item__total-compare{font-size:12px;font-weight:500;color:var(--rq-muted)}.reqaf-cart-item__unit{font-size:11px;color:var(--rq-muted)}.reqaf-cart-item__error{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--rq-red);margin-top:4px}.reqaf-cart-item__error:empty,.reqaf-cart-item__error .cart-item__error-text:empty+.svg-wrapper{display:none}.reqaf-cart-item__total-cell .loading__spinner{position:absolute;top:50%;right:0;transform:translateY(-50%)}.reqaf-cart-item__total-cell .loading__spinner.hidden{display:none}@media(min-width:750px){.reqaf-cart-item{grid-template-columns:120px 1fr auto auto;grid-template-areas:"media body qty total";column-gap:24px;row-gap:0;align-items:center;padding:16px 0}.reqaf-cart-item__media{width:120px;height:120px;border-radius:16px}.reqaf-cart-item__name{font-size:22px}.reqaf-cart-item__price{font-size:14.5px}.reqaf-cart-item__qty-cell{flex-direction:row;align-items:center;gap:16px}.reqaf-cart-item__remove{margin-left:0}.reqaf-cart-item__total-label{display:none}.reqaf-cart-item__total{font-size:22px}.reqaf-cart-item__total-cell{min-width:100px}}@media(min-width:1000px){.reqaf-cart-item{padding:18px 0;column-gap:32px}.reqaf-cart-item__media{width:132px;height:132px}.reqaf-cart-item__name,.reqaf-cart-item__total{font-size:24px}.reqaf-cart-item__total-cell{min-width:120px}.reqaf-cart-item .reqaf-qty__btn{width:44px;height:56px;font-size:20px}.reqaf-cart-item .reqaf-qty__input{width:36px;min-width:36px;font-size:15px}}.reqaf-cart__list .reqaf-cart-item:last-child{border-bottom:none}.reqaf-cart-footer{display:block}.reqaf-cart-footer.is-empty{display:none}.reqaf-cart-footer__container{max-width:var(--rq-content-max);margin-inline:auto;padding:0 18px 32px}@media(min-width:750px){.reqaf-cart-footer__container{padding:0 clamp(20px,5vw,48px) 48px}}@media(min-width:1000px){.reqaf-cart-footer__container{padding:0 clamp(24px,5vw,56px) 64px}}.reqaf-cart-footer__card{background:var(--rq-cream);border:1px solid var(--rq-line-soft);border-radius:var(--rq-radius-card);padding:24px 22px;display:flex;flex-direction:column;gap:16px;margin-left:auto;width:100%}@media(min-width:750px){.reqaf-cart-footer__card{padding:28px 28px 26px;max-width:460px}}@media(min-width:1000px){.reqaf-cart-footer__card{padding:32px;max-width:480px}}.reqaf-cart-footer__eyebrow{margin:0;font-size:11px;letter-spacing:.06em;color:var(--rq-mustard-2)}.reqaf-cart-footer__note{display:block}.reqaf-cart-footer__note-label{display:block;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--rq-muted);margin-bottom:6px}.reqaf-cart-footer__note-input{width:100%;min-height:64px;padding:10px 12px;border-radius:12px;border:1px solid var(--rq-line);background:var(--rq-paper);font-family:var(--rq-sans);font-size:13px;color:var(--rq-espresso-ink);resize:vertical}.reqaf-cart-footer__note-input:focus{outline:none;border-color:var(--rq-mustard-2)}.reqaf-cart-footer__discounts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.reqaf-cart-footer__discount{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--rq-espresso-ink)}.reqaf-cart-footer__discount svg{width:12px;height:12px}.reqaf-cart-footer__discount-amount{margin-left:auto;font-weight:600;color:var(--rq-mustard-2)}.reqaf-cart-footer__total{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid var(--rq-line)}.reqaf-cart-footer__total-label{font-family:var(--rq-sans);font-size:14px;font-weight:600;letter-spacing:.02em;color:var(--rq-espresso-ink)}.reqaf-cart-footer__total-value{font-family:var(--rq-display);font-size:26px;font-weight:800;letter-spacing:-.03em;color:var(--rq-espresso-ink)}@media(min-width:1000px){.reqaf-cart-footer__total-value{font-size:30px}}.reqaf-cart-footer__taxnote{margin:0;font-size:12px;line-height:1.5;color:var(--rq-muted)}.reqaf-cart-footer__taxnote a{color:var(--rq-espresso-ink);text-decoration:underline;text-underline-offset:2px}.reqaf-cart-footer__ctas{display:block}.reqaf-cart-footer__checkout{width:100%;height:var(--rq-button-h-mobile);border-radius:var(--rq-radius-button);background:var(--rq-espresso-ink);color:var(--rq-mustard);border:none;cursor:pointer;font-family:var(--rq-sans);font-size:15px;font-weight:700;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 24px;transition:opacity .15s ease;box-shadow:none}.reqaf-cart-footer__checkout:before,.reqaf-cart-footer__checkout:after{content:none;display:none;box-shadow:none}.reqaf-cart-footer__checkout:hover{opacity:.92}.reqaf-cart-footer__checkout:disabled{opacity:.4;cursor:not-allowed}.reqaf-cart-footer__checkout-arrow{font-family:var(--rq-display);font-size:18px;line-height:1}@media(min-width:1000px){.reqaf-cart-footer__checkout{height:var(--rq-button-h);font-size:16px}}.reqaf-cart-footer__alt-checkout{margin-top:10px;display:flex;flex-direction:column;gap:8px}.reqaf-cart-footer__assurance{margin:0;font-size:11.5px;letter-spacing:.04em;text-transform:uppercase;color:var(--rq-muted);text-align:center}.reqaf-cart-footer__errors{font-size:13px;color:var(--rq-red)}.reqaf-cart-footer__errors:empty{display:none}.reqaf-cart-section:has(.reqaf-cart.is-empty)+.reqaf-cart-footer-wrapper,.reqaf-cart.is-empty~.reqaf-cart-footer-wrapper{display:none}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-reqaf-cart.css.map */
