.header__icon--cart{transition:transform .18s ease}.header__icon--cart:hover{transform:translateY(-1px)}.cart-count-bubble{background-color:var(--rb-red, #8B1A1F);color:var(--rb-cream, #FAF7F2);animation:rb-pulse 1.6s ease-out 1}.cart-drawer .drawer__inner{background:var(--rb-cream, #FAF7F2);transition:transform .45s cubic-bezier(.4,0,.2,1)}.drawer{opacity:0;transition:opacity .35s ease,visibility .35s ease}.drawer.active{opacity:1}.cart-drawer .drawer__header{border-bottom:1px solid var(--rb-line, #e8e0d2)}.cart-drawer .drawer__heading{font-family:var(--f-display, "Cormorant", Georgia, serif);font-style:italic;font-weight:500;color:var(--rb-black, #1F1F1F)}.cart-drawer .drawer__close{color:var(--rb-mute, #7a6f61);transition:color .18s ease,transform .18s ease}.cart-drawer .drawer__close:hover{color:var(--rb-red, #8B1A1F);transform:rotate(90deg)}.cart-drawer .drawer__footer{border-top:1px solid var(--rb-line, #e8e0d2);background:var(--rb-cream, #FAF7F2)}.cart-items th{font-family:var(--f-body, inherit);color:var(--rb-mute, #7a6f61);border-bottom-color:var(--rb-line, #e8e0d2)!important}.cart-item__image{border-radius:4px;box-shadow:0 2px 10px #2a251f14}.cart-item__name{color:var(--rb-black, #1F1F1F);font-weight:600}.cart-item__name:hover{color:var(--rb-red, #8B1A1F)}.cart-items .price,.cart-item__final-price,.totals__total-value{color:var(--rb-mahogany, #2B0D0F);font-weight:600}.cart-item__old-price{color:var(--rb-mute, #7a6f61)}.quantity{border-color:var(--rb-line, #e8e0d2)}.quantity__button{color:var(--rb-mute, #7a6f61);transition:color .18s ease,background .18s ease}.quantity__button:hover{color:var(--rb-ink, #2a251f);background:var(--rb-cream-2, #F3EEE3)}.quantity__input{color:var(--rb-ink, #2a251f);font-weight:600}.cart-remove-button{color:var(--rb-mute, #7a6f61);transition:color .18s ease,transform .18s ease}.cart-remove-button:hover{color:var(--rb-terracotta, #B5502E);transform:scale(1.08)}.cart-drawer .totals,.cart-drawer__footer .totals{border-top:1px solid var(--rb-line, #e8e0d2);padding-top:14px}.totals__total{font-family:var(--f-display, "Cormorant", Georgia, serif);font-style:italic;font-weight:500;color:var(--rb-black, #1F1F1F)}.cart-drawer .tax-note{color:var(--rb-mute, #7a6f61)}.rb-cart-trust{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;padding:12px 0;margin-top:4px;border-top:1px solid var(--rb-line, #e8e0d2)}.rb-cart-trust__item{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;letter-spacing:.02em;color:var(--rb-mute, #7a6f61)}.rb-cart-trust__item svg{width:16px;height:16px;color:var(--rb-gold-dark, #A88B4F);flex-shrink:0}.cart-drawer .cart__checkout-button,.cart__checkout-button{background:var(--rb-mahogany, #2B0D0F);border:1px solid var(--rb-mahogany, #2B0D0F);color:var(--rb-cream, #FAF7F2);letter-spacing:.06em;text-transform:uppercase;font-size:13px;font-weight:700;border-radius:3px;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}.cart-drawer .cart__checkout-button:hover,.cart__checkout-button:hover{background:var(--rb-red, #8B1A1F);transform:translateY(-1px);box-shadow:0 8px 20px #2b0d0f38}.cart-drawer .cart__checkout-button:active,.cart__checkout-button:active{transform:translateY(0)}.cart-drawer button:focus-visible,.cart-drawer a:focus-visible,.rb-cart-empty__link:focus-visible{outline:2px solid var(--rb-gold, #C9A96C);outline-offset:2px}.rb-cart-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 12px;max-width:360px;margin:0 auto}.rb-cart-empty__icon{width:56px;height:56px;color:var(--rb-gold, #C9A96C);margin-bottom:18px;animation:rb-riseIn .5s ease both}.rb-cart-empty__icon svg{width:100%;height:100%}.rb-cart-empty__heading{font-family:var(--f-display, "Cormorant", Georgia, serif);font-style:italic;font-weight:500;font-size:26px;color:var(--rb-black, #1F1F1F);margin:0 0 8px}.rb-cart-empty__sub{font-size:14px;color:var(--rb-mute, #7a6f61);line-height:1.6;margin:0 0 22px}.rb-cart-empty__links{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:22px}.rb-cart-empty__link{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--rb-gold-dark, #A88B4F);background:var(--rb-cream-2, #F3EEE3);border:1px solid var(--rb-line, #e8e0d2);border-radius:24px;padding:9px 18px;text-decoration:none;transition:all .2s ease}.rb-cart-empty__link:hover{color:var(--rb-cream, #FAF7F2);background:var(--rb-gold-dark, #A88B4F);border-color:var(--rb-gold-dark, #A88B4F)}.rb-cart-empty__cta{background:transparent;border:1.5px solid var(--rb-mahogany, #2B0D0F);color:var(--rb-mahogany, #2B0D0F);border-radius:3px;letter-spacing:.05em;text-transform:uppercase;font-size:13px;font-weight:700;transition:all .2s ease}.rb-cart-empty__cta:hover{background:var(--rb-mahogany, #2B0D0F);color:var(--rb-cream, #FAF7F2)}@media(max-width:480px){.rb-cart-empty__heading{font-size:22px}.rb-cart-empty__icon{width:46px;height:46px;margin-bottom:14px}.rb-cart-trust{gap:14px}.rb-cart-trust__item{font-size:11px}}@media(prefers-reduced-motion:reduce){.cart-count-bubble,.rb-cart-empty__icon{animation:none}.cart-drawer .drawer__inner,.drawer,.header__icon--cart,.cart-remove-button,.cart__checkout-button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/roosebeck-cart.css.map */
