body.rrg-drawer-open .cart-drawer,body.rrg-drawer-open .cart-drawer-container summary:after,body.rrg-drawer-open details.cart-drawer-container:after{display:none!important;opacity:0!important;pointer-events:none!important}.rrg-cd{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s ease}.rrg-cd.is-open{opacity:1;pointer-events:auto}.rrg-cd__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffc7;cursor:pointer}.rrg-cd__panel{position:absolute;top:0;right:0;width:425px;max-width:100vw;height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;z-index:1;box-shadow:-4px 0 24px #00000014}.rrg-cd.is-open .rrg-cd__panel{transform:translate(0)}.rrg-cd__header{display:flex;align-items:center;justify-content:space-between;padding:24px 20px 20px;border-bottom:1px solid #e8e8e8;flex-shrink:0}.rrg-cd__title{font-size:21px;font-weight:400;color:#000}.rrg-cd__close{width:32px;height:32px;border:none;background:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#000;border-radius:50%;transition:background .15s}.rrg-cd__close:hover{background:#f0f0f0}.rrg-cd__scroll{flex:1;overflow-y:auto;scrollbar-width:none;display:flex;flex-direction:column}.rrg-cd__scroll::-webkit-scrollbar{display:none}.rrg-cd__body{padding:0 20px}.rrg-cd__item{position:relative;display:grid;grid-template-columns:160px 1fr;gap:14px;padding:20px 0;border-bottom:1px solid #f0f0f0;transition:opacity .2s ease}.rrg-cd__remove{position:absolute;top:16px;right:0;width:24px;height:24px;border:none;background:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#aaa;border-radius:4px;transition:color .15s}.rrg-cd__remove:hover{color:#000}.rrg-cd__item:last-child{border-bottom:none}.rrg-cd__item-img{width:160px;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#d9d9d9;flex-shrink:0}.rrg-cd__item-img img{width:100%;height:100%;object-fit:cover;display:block}.rrg-cd__item-info{display:flex;flex-direction:column;gap:4px;min-width:0}.rrg-cd__item-title{font-size:15px;font-weight:700;color:#000;text-decoration:none;line-height:1.3}.rrg-cd__item-title:hover{text-decoration:underline}.rrg-cd__item-options{display:flex;flex-direction:column;gap:2px;margin-top:2px}.rrg-cd__option{font-size:13px;color:#555;line-height:1.4}.rrg-cd__item-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:10px}.rrg-cd__qty{display:inline-flex;align-items:center;border:1px solid #000;border-radius:8px;overflow:hidden;height:36px;width:104px;flex-shrink:0}.rrg-cd__qty-btn{width:34px;height:36px;border:none;background:#fff;cursor:pointer;font-size:16px;color:#000;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;transition:background .1s;line-height:1}.rrg-cd__qty-btn:hover{background:#f5f5f5}.rrg-cd__qty-btn:disabled{opacity:.25;cursor:not-allowed;pointer-events:none}.rrg-cd__qty-num{flex:1;text-align:center;font-size:14px;color:#000;font-weight:400;-webkit-user-select:none;user-select:none;overflow:hidden}@keyframes rrg-cd-qty-up{0%{transform:translateY(60%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes rrg-cd-qty-down{0%{transform:translateY(-60%);opacity:0}to{transform:translateY(0);opacity:1}}.rrg-cd__qty-num.anim-up{animation:rrg-cd-qty-up .2s ease}.rrg-cd__qty-num.anim-down{animation:rrg-cd-qty-down .2s ease}.rrg-cd__item-price{font-size:15px;font-weight:700;color:#000;white-space:nowrap;transition:opacity .15s ease}.rrg-cd__empty{padding:48px 20px;text-align:center}.rrg-cd__empty p{font-size:16px;color:#555;margin-bottom:20px}.rrg-cd__continue{display:inline-block;padding:12px 24px;border:1px solid #000;border-radius:8px;font-size:14px;font-weight:700;color:#000;text-decoration:none;transition:background .15s,color .15s}.rrg-cd__continue:hover{background:#000;color:#fff}.rrg-cd__footer{padding:0 20px 28px;border-top:1px solid #e8e8e8;margin-top:4px}.rrg-cd__note-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 0 14px;font-size:16px;color:#000;cursor:pointer;-webkit-user-select:none;user-select:none;border:none;background:none;text-align:left}.rrg-cd__note-toggle{font-size:22px;color:#000;line-height:1;width:24px;flex-shrink:0;text-align:center}.rrg-cd__note-area{padding-bottom:14px}.rrg-cd__note-input{width:100%;border:1px solid #d9d9d9;border-radius:8px;padding:10px 12px;font-size:14px;resize:vertical;min-height:72px;margin-bottom:8px;box-sizing:border-box;font-family:inherit;color:#000}.rrg-cd__note-input:focus{outline:none;border-color:#000}.rrg-cd__note-save{background:#000;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:700;cursor:pointer}.rrg-cd__divider{height:1px;background:#e8e8e8}.rrg-cd__shipping-link{display:block;padding:16px 0;font-size:16px;color:#000;text-decoration:underline}.rrg-cd__checkout{display:block;width:100%;padding:14px 24px;background:#000;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;text-align:center;cursor:pointer;text-decoration:none;margin-top:16px;box-sizing:border-box;transition:opacity .2s}.rrg-cd__checkout:hover{opacity:.85}@media screen and (max-width:749px){.rrg-cd__panel{width:100vw}.rrg-cd__item{grid-template-columns:110px 1fr}.rrg-cd__item-img{width:110px}}
/*# sourceMappingURL=/cdn/shop/t/91/assets/rrg-cart-drawer.css.map */
