.rs-item__overlay{position:fixed;inset:0;z-index:1150;background:rgba(0,0,0,.55);display:flex;align-items:flex-start;justify-content:center;padding:100px 1rem 1rem}.rs-item{position:relative;width:100%;max-width:480px;max-height:calc(100vh - 116px);display:flex;flex-direction:column;background:#fff;border:1px solid #e6e4dd;border-radius:16px;overflow:hidden;color:#111;box-shadow:0 24px 60px rgba(0,0,0,.45)}.rs-item__close{position:absolute;top:.85rem;right:.85rem;z-index:2;min-width:44px;min-height:44px;border-radius:50%;border:none;background:hsla(0,0%,100%,.95);color:#333;font-size:1rem;line-height:1;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.3);transition:transform .2s ease,background .2s ease}.rs-item__close:hover{background:#fff;transform:scale(1.08)}.rs-item--noimage .rs-item__content{padding-top:1.5rem}.rs-item--noimage .rs-item__title{padding-right:2.5rem}.rs-item__media{height:clamp(170px,30vh,260px);flex:0 0 auto;background:#f0efe9}.rs-item__media img{width:100%;height:100%;object-fit:cover;display:block}.rs-item__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#ececec,#dadada)}.rs-item__content{flex:1 1;overflow-y:auto;padding:1.25rem 1.5rem}.rs-item__title{font-family:var(--font-title,"Cormorant Upright",serif);color:#111;font-size:1.7rem;margin:0 0 .25rem}.rs-item__desc{color:#6a6a6a;margin:0 0 1rem}.rs-item__group{border-top:1px solid #ececec;padding-top:1rem;margin-top:1rem}.rs-item__group-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.rs-item__group-name{font-weight:700}.rs-item__req{color:#d23b3b}.rs-item__group-tag{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#6a6a6a}.rs-item__options{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.rs-item__option{display:flex;align-items:center;gap:.6rem;cursor:pointer}.rs-item__option.is-disabled{opacity:.5;cursor:not-allowed}.rs-item__option-name{flex:1 1}.rs-item__delta{color:#b8902f;font-size:.85rem}.rs-item__instructions{margin-top:1.25rem;display:flex;flex-direction:column;gap:.35rem}.rs-item__instructions label{font-size:.9rem;color:#444}.rs-item__instructions textarea{background:#fff;border:1px solid #d6d3c8;border-radius:8px;color:#111;padding:.6rem;resize:vertical;font-family:inherit}.rs-item__counter{align-self:flex-end;font-size:.72rem;color:#6a6a6a}.rs-item__upsell{border-top:1px solid #ececec;margin-top:1.25rem;padding-top:1rem}.rs-item__upsell-title{display:block;font-weight:700;font-size:.95rem;margin-bottom:.6rem;color:#111}.rs-item__upsell-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.rs-item__drink{display:flex;align-items:center;gap:.75rem;padding:.55rem 0;border-bottom:1px solid #f0f0f0}.rs-item__drink:last-child{border-bottom:none}.rs-item__drink-name{flex:1 1;min-width:0;color:#333;font-size:.92rem}.rs-item__drink-price{color:#b8902f;font-weight:700;font-size:.9rem;white-space:nowrap}.rs-item__drink-add{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:50%;background:#b8902f;color:#fff;font-weight:800;font-size:1.2rem;line-height:1;cursor:pointer;transition:filter .15s ease,background .15s ease}.rs-item__drink-add:hover{filter:brightness(1.07)}.rs-item__drink-add.is-added{background:#2f8f4e}.rs-item__pinfo{border-top:1px solid #ececec;margin-top:1.25rem;padding-top:.5rem}.rs-item__pinfo-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;color:#111;font-weight:700;font-size:1rem;padding:.5rem 0;cursor:pointer}.rs-item__pinfo-text{font-size:.85rem;color:#777;line-height:1.5;margin:.25rem 0 .5rem}.rs-item__closed{flex:1 1;text-align:center;font-weight:700;color:#333;padding:.5rem}.rs-item__bar{padding:1rem 1.5rem;border-top:1px solid #ececec;background:#fff}.rs-item__bar,.rs-item__qty{flex:0 0 auto;display:flex;align-items:center;gap:.75rem}.rs-item__qty button{min-width:44px;min-height:44px;border-radius:50%;border:1px solid #d6d3c8;background:#fff;color:#111;font-size:1.1rem;cursor:pointer}.rs-item__add{flex:1 1;background:#b8902f;color:#fff;border:none;border-radius:10px;padding:.85rem 1rem;font-weight:700;font-size:.95rem;cursor:pointer;white-space:nowrap}.rs-item__add:disabled{background:#c9c7c0;color:#fff;cursor:not-allowed}@media screen and (max-width:768px){.rs-item__overlay{z-index:1300;align-items:flex-end;justify-content:center;padding:0}.rs-item{width:100%;max-width:100%;height:auto;max-height:90vh;max-height:90dvh;border:none;border-radius:18px 18px 0 0}.rs-item__media{flex:0 0 auto;height:clamp(170px,30vh,260px)}.rs-item__content{padding:1rem 1.15rem}.rs-item__instructions textarea{width:100%;max-width:100%;box-sizing:border-box}.rs-item__bar{padding:.85rem 1.15rem calc(.85rem + env(safe-area-inset-bottom))}}.rs-cart__backdrop{position:fixed;inset:0;z-index:1100;background:rgba(0,0,0,.5)}.rs-cart{position:fixed;top:var(--rs-nav-h,88px);right:0;z-index:1101;height:calc(100dvh - var(--rs-nav-h, 88px));width:400px;max-width:100vw;background:#fff;border-left:1px solid #e6e4dd;color:#111;display:flex;flex-direction:column;box-shadow:-12px 0 40px rgba(0,0,0,.18)}.rs-cart__grabber{display:none}.rs-cart__header{flex:0 0 auto;display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;border-bottom:1px solid #e6e4dd;background:#fff}.rs-cart__header h2{font-family:var(--font-title,"Cormorant Upright",serif);color:#111;margin:0;font-size:1.5rem;line-height:1.1}.rs-cart__count{color:#6a6a6a;font-size:.9rem;margin-left:auto}.rs-cart__close{flex:0 0 auto;min-width:44px;min-height:44px;border-radius:50%;background:#f0efe9;border:1px solid #e6e4dd;color:#333;font-size:1.05rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.rs-cart__close:hover{background:#e8e6dd;color:#111}.rs-cart__empty{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem 1.75rem;text-align:center}.rs-cart__empty-art{color:rgba(184,144,47,.55);margin-bottom:.5rem}.rs-cart__empty-title{margin:0;font-size:1.15rem;font-weight:700;color:#111}.rs-cart__empty-sub{margin:0 0 1.25rem;font-size:.9rem;color:#6a6a6a;max-width:24ch}.rs-cart__empty-cta{display:inline-block;background:#b8902f;color:#fff;font-weight:700;text-decoration:none;border-radius:999px;padding:.75rem 1.6rem;min-height:44px;line-height:1.6;transition:filter .2s ease}.rs-cart__empty-cta:hover{filter:brightness(1.07)}.rs-cart__scroll{flex:1 1;min-height:0;overflow-y:auto;overflow-x:hidden}.rs-cart__lines{list-style:none;margin:0;padding:0}.rs-cart__section{display:block;font-weight:700;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;color:#6a6a6a;padding:1rem 1.5rem .5rem}.rs-cart__fulfill{flex:0 0 auto;display:flex;gap:.5rem;padding:1rem 1.5rem .25rem}.rs-cart__fulfill-btn{flex:1 1;min-height:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;background:transparent;border:1px solid #e6e4dd;border-radius:12px;padding:.5rem .75rem;color:#6a6a6a;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease,border-color .15s ease}.rs-cart__fulfill-btn.is-active{background:#fff;border-color:#b8902f;color:#111;box-shadow:0 2px 8px rgba(0,0,0,.1)}.rs-cart__fulfill-label{font-weight:700;font-size:.95rem}.rs-cart__fulfill-sub{font-size:.72rem;color:#6a6a6a}.rs-cart__line{display:flex;flex-direction:row;align-items:center;gap:.75rem;padding:.85rem 1.5rem;border-bottom:1px solid #ececec;overflow:hidden}.rs-cart__line-img{flex:0 0 56px;width:56px;height:56px;border-radius:10px;object-fit:cover;background:#f0efe9}.rs-cart__line-img--ph{display:flex;align-items:center;justify-content:center;color:#9a9a9a}.rs-cart__line-info{display:flex;flex-direction:column;gap:.15rem;flex:1 1;min-width:0;background:none;border:none;padding:0;text-align:left;color:inherit;font:inherit;cursor:pointer}.rs-cart__line-name{font-weight:700;color:#111}.rs-cart__line-info:hover .rs-cart__line-name{color:#b8902f}.rs-cart__line-mods,.rs-cart__line-note{font-size:.8rem;color:#6a6a6a}.rs-cart__line-note{font-style:italic}.rs-cart__line-price{margin-top:.15rem;font-weight:700;color:#b8902f;white-space:nowrap}.rs-cart__pill{flex:0 0 auto;display:inline-flex;align-items:center;gap:.1rem;border:1px solid #ddd;border-radius:20px;padding:4px 8px;background:#fff}.rs-cart__pill-btn{min-width:44px;min-height:44px;border:none;border-radius:50%;background:transparent;color:#111;font-size:1.1rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.rs-cart__pill-btn:hover{background:#f0efe9;color:#b8902f}.rs-cart__pill-btn.is-trash:hover{color:#d23b3b}.rs-cart__pill-qty{min-width:1.5rem;text-align:center;font-weight:700;color:#111}.rs-cart__footer{flex:0 0 auto;border-top:1px solid #e6e4dd;background:#faf9f5;padding:1rem 1.5rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.rs-cart__summary{display:flex;flex-direction:column;gap:.45rem}.rs-cart__row{display:flex;justify-content:space-between;align-items:baseline;font-size:.95rem;color:#444}.rs-cart__divider{height:1px;background:#e6e4dd;margin:.35rem 0}.rs-cart__row--total{font-size:1.2rem;font-weight:800;color:#111}.rs-cart__row--total span:last-child{color:#111}.rs-cart__checkout{background:#b8902f;color:#fff;border:none;border-radius:12px;padding:1rem;font-weight:800;font-size:1rem;min-height:48px;cursor:pointer;transition:filter .2s ease;display:flex;align-items:center;justify-content:center;text-decoration:none}.rs-cart__min{margin:0;text-align:center;font-size:.85rem;color:#d23b3b}.rs-cart__checkout:hover:not(:disabled){filter:brightness(1.07)}.rs-cart__checkout:disabled{background:#c9c7c0;color:#fff;cursor:not-allowed}@media screen and (max-width:768px){.rs-cart{top:auto;bottom:0;left:0;right:0;width:100vw;max-width:100vw;height:auto;max-height:90vh;max-height:90dvh;border-left:none;border-top:1px solid #e6e4dd;border-radius:16px 16px 0 0;box-shadow:0 -12px 40px rgba(0,0,0,.18)}.rs-cart__grabber{display:block;width:40px;height:4px;border-radius:999px;background:rgba(0,0,0,.18);margin:.5rem auto 0;flex:0 0 auto}.rs-cart__header{border-radius:16px 16px 0 0}.rs-cart__footer{padding-bottom:calc(1.25rem + env(safe-area-inset-bottom))}}