/* Shared header and cart drawer, also available on desktop. */
.rc-header .rc-menu-trigger{display:inline-flex;flex-shrink:0;border-radius:12px;cursor:pointer}
.rc-header .rc-header-cart{display:inline-flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;width:44px;height:44px;padding:10px;border:1px solid #393939;border-radius:12px;background:#161616;color:#fff;cursor:pointer}
.rc-header-cart svg{width:22px;height:22px}.rc-header-cart [data-public-cart-count]:not([hidden]){position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;border-radius:50%;background:#ef0034;color:white;font-size:11px;line-height:19px;text-align:center}
.rc-public-cart{position:fixed;inset:0 0 0 auto;margin:0;width:min(440px,100%);height:100dvh;max-width:100%;max-height:100dvh;box-sizing:border-box;border:0;border-radius:24px 0 0 24px;padding:28px;background:#fff;color:#17191d;font:16px/1.5 'DM Sans',Arial,sans-serif;box-shadow:-12px 0 60px #0002}
.rc-public-cart[open]{display:flex;flex-direction:column;animation:rc-cart-enter .25s ease-out}.rc-public-cart::backdrop{background:#10151d80;backdrop-filter:blur(4px)}
.rc-public-cart header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:24px;border-bottom:1px solid #e1e5eb}.rc-public-cart h2{font-size:30px;margin:6px 0 0;letter-spacing:-.04em}.rc-public-cart header button{border:1px solid #dce1e8;background:#fff;width:44px;height:44px;border-radius:50%;font-size:20px;cursor:pointer}
.rc-public-cart-body{overflow:auto;flex:1;padding:24px 0}.rc-public-cart-empty{padding:40px 0;text-align:center}.rc-public-cart-empty strong{display:block;font-size:22px;margin-bottom:8px}.rc-public-cart-empty p{color:#5d6572}.rc-public-cart footer{padding-top:20px;border-top:1px solid #e1e5eb}.rc-public-cart footer p{font-size:13px;color:#5d6572;margin:0 0 14px}.rc-public-cart footer button{width:100%;border:0;border-radius:12px;padding:15px;background:#ed0033;color:#fff;font-family:inherit;font-weight:700;font-size:15px;cursor:pointer}
.rc-public-cart-line{display:grid;grid-template-columns:64px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid #e1e5eb}.rc-public-cart-line img{width:64px;height:85px;object-fit:contain}.rc-public-cart-line h3{font-size:15px;line-height:1.4;margin:0 0 6px}.rc-public-cart-line p{font-size:14px;margin:0}.rc-public-cart-total{display:flex;justify-content:space-between;padding-top:24px;font-weight:700}.rc-public-cart button:focus-visible{outline:2px solid #ed0033;outline-offset:4px}body:has(.rc-public-cart[open]){overflow:hidden}
@keyframes rc-cart-enter{from{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}
@media(max-width:600px){.rc-public-cart{padding:22px 18px;border-radius:18px 0 0 18px}.rc-header .rc-menu-trigger span{display:none}.rc-head-main .rc-header-cart{flex:0 0 44px}.rc-head-main .rc-menu-trigger{flex:0 0 44px}}
@media(prefers-reduced-motion:reduce){.rc-public-cart[open]{animation:none}}
