#rnspb-cart-ui{--cart-bg:#fff;--cart-text:#171914;--cart-muted:#697069;--cart-accent:#9b7a3c;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--cart-text)}.rnspb-cart-float{position:fixed;z-index:99990;right:20px;bottom:20px;display:flex;align-items:center;gap:10px;min-width:148px;padding:10px 14px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:#171914;color:#fff;box-shadow:0 16px 45px rgba(0,0,0,.25);cursor:pointer}.rnspb-cart-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:rgba(255,255,255,.1);font-size:20px}.rnspb-cart-float-copy{display:grid;text-align:left}.rnspb-cart-float-copy small{color:#d5d8d3}.rnspb-cart-badge{position:absolute;top:-8px;right:-7px;display:grid;place-items:center;min-width:25px;height:25px;padding:0 6px;border:2px solid #fff;border-radius:999px;background:#a77932;color:#fff;font-size:11px}.rnspb-cart-overlay{position:fixed;z-index:99994;inset:0;background:rgba(5,8,6,.56);backdrop-filter:blur(3px)}.rnspb-cart-drawer{position:fixed;z-index:99995;top:0;right:0;display:grid;grid-template-rows:auto 1fr auto;width:min(430px,100%);height:100dvh;background:var(--cart-bg);box-shadow:-25px 0 70px rgba(0,0,0,.24);transform:translateX(105%);visibility:hidden;transition:transform .3s ease,visibility .3s}.rnspb-cart-drawer.is-open{transform:none;visibility:visible}.rnspb-cart-drawer>header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e7ebe7}.rnspb-cart-drawer>header div{display:grid}.rnspb-cart-drawer>header span{color:var(--cart-accent);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.rnspb-cart-drawer>header strong{font-size:22px}.rnspb-cart-close,.rnspb-choice-close{width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#edf0ed;color:#222;font-size:26px;cursor:pointer}.rnspb-cart-items{padding:12px 18px;overflow:auto}.rnspb-cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid #ecefec}.rnspb-cart-item>img{width:72px;height:88px;border-radius:11px;object-fit:cover;background:#f1f2ef}.rnspb-cart-item-copy{min-width:0}.rnspb-cart-item-copy>strong{display:block;font-size:14px}.rnspb-cart-item-copy>small{display:block;margin:3px 0;color:var(--cart-muted);font-size:11px}.rnspb-cart-item-price{display:block;margin-top:6px;font-size:13px}.rnspb-cart-item-actions{display:flex;gap:10px;margin-top:7px}.rnspb-cart-item-actions button{padding:0;border:0;background:transparent;color:#5b665e;font-size:11px;text-decoration:underline;cursor:pointer}.rnspb-cart-item-actions .remove{color:#a8323b}.rnspb-cart-qty{display:flex;align-items:center;align-self:center;border:1px solid #dce2dc;border-radius:10px;overflow:hidden}.rnspb-cart-qty button{width:29px;height:31px;padding:0;border:0;background:#f4f6f4;cursor:pointer}.rnspb-cart-qty b{min-width:26px;text-align:center;font-size:12px}.rnspb-cart-drawer>footer{padding:18px;border-top:1px solid #e5e9e5;background:#fbfcfb}.rnspb-cart-drawer>footer>div{display:flex;justify-content:space-between;margin-bottom:13px}.rnspb-cart-checkout,.rnspb-cart-continue{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;border:0;border-radius:11px;font-weight:800;text-decoration:none;cursor:pointer}.rnspb-cart-checkout{background:#171914;color:#fff!important}.rnspb-cart-continue{margin-top:8px;background:#edf0ed;color:#252b26}.rnspb-cart-empty{display:none;align-content:center;justify-items:center;gap:8px;padding:35px;text-align:center}.rnspb-cart-empty span{font-size:42px}.rnspb-cart-empty small{color:var(--cart-muted)}.rnspb-cart-drawer.is-empty .rnspb-cart-empty{display:grid}.rnspb-cart-drawer.is-empty .rnspb-cart-items,.rnspb-cart-drawer.is-empty>footer{display:none}.rnspb-choice-modal[hidden],.rnspb-alert-modal[hidden]{display:none}.rnspb-choice-modal,.rnspb-alert-modal{position:fixed;z-index:100010;inset:0;display:grid;place-items:center;padding:18px}.rnspb-choice-backdrop,.rnspb-alert-backdrop{position:absolute;inset:0;background:rgba(5,8,6,.65);backdrop-filter:blur(4px)}.rnspb-choice-modal>section{position:relative;z-index:2;display:grid;grid-template-columns:170px 1fr;width:min(560px,100%);padding:18px;border-radius:20px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.32)}.rnspb-choice-modal>section>img{width:150px;height:190px;border-radius:13px;object-fit:cover}.rnspb-choice-modal>section>div{padding:12px}.rnspb-choice-modal h3{margin:4px 0 12px;font-size:23px}.rnspb-choice-modal section>div>span{color:#947334;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.rnspb-choice-close{position:absolute;z-index:3;top:9px;right:9px}.rnspb-choice-continue{width:100%;min-height:44px;margin-top:16px;border:0;border-radius:10px;background:#171914;color:#fff;font-weight:800;cursor:pointer}.rnspb-choice-continue:disabled{opacity:.45;cursor:not-allowed}.rnspb-alert-modal>section{position:relative;z-index:2;width:min(390px,100%);padding:28px;border-radius:18px;background:#fff;text-align:center;box-shadow:0 30px 90px rgba(0,0,0,.32)}.rnspb-alert-icon{display:grid;place-items:center;width:48px;height:48px;margin:auto;border-radius:50%;background:#fff0f0;color:#a82d37;font-size:25px;font-weight:900}.rnspb-alert-modal h3{margin:13px 0 6px}.rnspb-alert-modal p{color:#626a63}.rnspb-alert-modal section button{min-width:120px;min-height:42px;border:0;border-radius:10px;background:#171914;color:#fff;font-weight:800;cursor:pointer}.rnspb-product-card.is-in-cart{box-shadow:0 0 0 2px var(--rn-accent),0 18px 48px color-mix(in srgb,var(--rn-accent) var(--rn-glow),transparent)}body.rnspb-cart-locked{overflow:hidden}@media(max-width:600px){.rnspb-cart-float{right:12px;bottom:12px;min-width:126px;padding:8px 10px}.rnspb-cart-drawer{width:100%}.rnspb-choice-modal{padding:0}.rnspb-choice-modal>section{grid-template-columns:110px 1fr;width:100%;border-radius:18px 18px 0 0;position:absolute;bottom:0}.rnspb-choice-modal>section>img{width:96px;height:128px}.rnspb-choice-modal h3{font-size:19px}.rnspb-choice-modal>section>div{padding:5px 8px}}@media(prefers-reduced-motion:reduce){.rnspb-cart-drawer{transition:none}}
