.racs-header-cart-wrap{display:flex;align-items:center}.racs-header-cart{position:relative;display:grid;width:43px;height:43px;place-items:center;border:1px solid #d5e1e9;border-radius:11px;background:#fff;color:var(--rh-navy,#10233f);cursor:pointer;transition:.18s}.racs-header-cart:hover{border-color:var(--rh-accent,#19b99a);color:var(--rh-accent,#19b99a);transform:translateY(-1px)}.racs-header-cart svg{width:22px;height:22px}.racs-cart-count{position:absolute;right:-6px;top:-7px;display:grid;min-width:20px;height:20px;padding:0 4px;place-items:center;border:2px solid #fff;border-radius:99px;background:var(--rh-accent,#19b99a);color:#fff;font-size:9px;font-weight:900;box-sizing:border-box}.racs-cart-count.is-empty{background:#8da0ae}.racs-cart-overlay{position:fixed;z-index:100040;inset:0;background:rgba(15,35,53,.28)}.racs-cart-drawer{position:fixed;z-index:100050;top:0;right:0;display:flex;width:min(460px,92vw);height:100dvh;flex-direction:column;background:#fff;box-shadow:-18px 0 60px rgba(15,35,53,.22);transform:translateX(105%);transition:transform .26s ease;visibility:hidden}.racs-header-cart-wrap.is-open .racs-cart-drawer{transform:translateX(0);visibility:visible}.racs-cart-drawer>header{display:flex;align-items:flex-start;justify-content:space-between;padding:23px 24px;border-bottom:1px solid #e2e9ee}.racs-cart-drawer>header span{color:var(--rh-accent,#19b99a);font-size:9px;font-weight:900;letter-spacing:.12em}.racs-cart-drawer>header h2{margin:4px 0 0;color:#173b59;font-size:21px}.racs-cart-drawer>header button{border:0;background:transparent;color:#60788b;font-size:28px;cursor:pointer}.racs-drawer-content{display:flex;min-height:0;flex:1;flex-direction:column}.racs-drawer-items{flex:1;overflow:auto;padding:10px 22px}.racs-drawer-item{display:grid;grid-template-columns:38px 1fr 27px;gap:11px;align-items:start;padding:15px 0;border-bottom:1px solid #e7edf1}.racs-drawer-item.is-addon{margin-left:19px}.racs-drawer-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:#e8f8f4;color:#078b77;font-weight:900}.racs-drawer-item.is-addon .racs-drawer-icon{background:#fff5dc;color:#856300}.racs-drawer-item-copy{display:grid;gap:4px;min-width:0}.racs-drawer-item-copy strong{color:#183c58;font-size:12px}.racs-drawer-item-copy small{color:#74899a;font-size:10px;line-height:1.4}.racs-drawer-item-copy span{color:#078b77;font-size:12px;font-weight:850}.racs-drawer-remove{display:grid;width:27px;height:27px;place-items:center;border-radius:8px;color:#8293a0;font-size:20px;text-decoration:none}.racs-drawer-remove:hover{background:#fee2e2;color:#991b1b}.racs-drawer-totals{display:grid;gap:8px;padding:17px 23px;border-top:1px solid #dfe8ed;background:#f7fafb}.racs-drawer-totals>div{display:flex;justify-content:space-between;gap:20px;color:#607589;font-size:11px}.racs-drawer-totals .is-total{margin-top:5px;padding-top:12px;border-top:1px solid #d5e2e8;color:#173b59;font-size:15px}.racs-drawer-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:16px 22px 22px}.racs-drawer-actions a{display:flex;min-height:45px;align-items:center;justify-content:center;border:1px solid #ccd9e2;border-radius:10px;color:#264b66;font-size:11px;font-weight:850;text-decoration:none}.racs-drawer-actions .is-primary{border-color:#078b77;background:#078b77;color:#fff}.racs-drawer-empty{display:grid;flex:1;place-items:center;align-content:center;padding:30px;text-align:center}.racs-drawer-empty i{display:grid;width:62px;height:62px;place-items:center;border-radius:18px;background:#edf8f5;color:#078b77;font-size:28px}.racs-drawer-empty h3{margin:14px 0 5px;color:#173b59}.racs-drawer-empty p{max-width:280px;margin:0;color:#718696;font-size:11px;line-height:1.5}.racs-header-cart-wrap.is-added .racs-header-cart{animation:racsCartPulse .75s ease}.racs-header-cart-wrap.is-added .racs-cart-count{animation:racsCountPop .65s ease}@keyframes racsCartPulse{0%,100%{transform:scale(1)}35%{transform:scale(1.16);box-shadow:0 0 0 11px rgba(25,185,154,.12)}}@keyframes racsCountPop{0%{transform:scale(.4)}60%{transform:scale(1.35)}100%{transform:scale(1)}}body.racs-cart-open{overflow:hidden}@media(max-width:480px){.racs-cart-drawer{width:100vw}.racs-drawer-actions{grid-template-columns:1fr}}

/* 1.5.46 drawer quantity, period and reliable addon prices */
.racs-drawer-line-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:3px}.racs-drawer-line-bottom b{display:inline-flex;padding:3px 7px;border-radius:6px;background:#eef4f7;color:#607789;font-size:9px;font-weight:850}.racs-drawer-line-bottom span{color:#078b77;font-size:12px;font-weight:850}.racs-drawer-item.is-addon .racs-drawer-line-bottom span{color:#856300}
