#CartDrawer{display:none!important}#rg-cart{--rg-width: 440px;--rg-bg: #ffffff;--rg-border: rgba(0, 0, 0, .1);--rg-footer-bg: #f6f6f7;--rg-announce-bg: #92bde0;--rg-announce-color: #ffffff;--rg-btn-bg: #1b3c70;--rg-btn-color: #ffffff;--rg-green: #2ea818;--rg-muted: #707070;--rg-qty-border: #dddddd;--rg-radius: 12px;--rg-pad-x: 30px;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;font-family:Montserrat,sans-serif}#rg-cart[hidden],.rg-cart--empty .rg-cart__announce,.rg-cart--empty .rg-cart__footer,.rg-cart--empty .rg-cart__count{display:none}.rg-cart__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .25s ease}.rg-cart--open .rg-cart__overlay{opacity:1}.rg-cart__panel{position:absolute;top:0;right:0;height:100%;width:var(--rg-width);max-width:100%;background:var(--rg-bg);display:flex;flex-direction:column;transform:translate(100%);transition:transform .28s cubic-bezier(.32,.72,0,1);box-shadow:-2px 0 20px #0000001f}.rg-cart--open .rg-cart__panel{transform:translate(0)}@media(prefers-reduced-motion:reduce){.rg-cart__overlay,.rg-cart__panel{transition:none}}.rg-cart__header{display:flex;align-items:center;justify-content:space-between;padding:18px var(--rg-pad-x);border-bottom:1px solid var(--rg-border);flex:0 0 auto}.rg-cart__title{margin:0;font-size:18.7px;font-weight:700;line-height:1.2;color:#000}.rg-cart__close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;padding:0;cursor:pointer;background:#0000000c;border-radius:var(--rg-radius);color:#000}.rg-cart__close svg{width:16px;height:16px}.rg-cart__announce{flex:0 0 auto;background:var(--rg-announce-bg);color:var(--rg-announce-color);text-align:center;padding:12px 20px;font-size:15px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.rg-cart__announce p{margin:0}.rg-ship{position:sticky;top:0;z-index:2;background:var(--rg-bg);padding:10px var(--rg-pad-x) 12px;border-bottom:1px solid var(--rg-border)}.rg-ship__text{margin:0 0 7px;text-align:center;font-size:13.5px;line-height:1.35;color:#000}.rg-ship__text strong{font-weight:700}.rg-ship__track{height:8px;border-radius:999px;background:#00000014;overflow:hidden}.rg-ship__fill{display:block;height:100%;border-radius:999px;background:var(--rg-btn-bg);transition:width .35s ease}.rg-ship--unlocked .rg-ship__text{color:var(--rg-green);font-weight:700}.rg-ship--unlocked .rg-ship__fill{background:var(--rg-green)}.rg-cart__body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.rg-cart__empty{padding:24px var(--rg-pad-x);text-align:left;color:#000;font-size:16px;line-height:1.5}.rg-item{position:relative;display:grid;grid-template-columns:88px 1fr;gap:16px;padding:20px var(--rg-pad-x);border-bottom:1px solid var(--rg-border)}.rg-item__image{width:88px;height:88px;object-fit:contain;border-radius:8px;background:#f7f7f7}.rg-item__title{font-size:15px;font-weight:700;line-height:20px;color:#000;text-decoration:none;display:block;padding-right:28px}.rg-item__variant,.rg-item__plan{font-size:13px;line-height:18px;color:var(--rg-muted);margin-top:2px}.rg-item__plan{font-weight:600}.rg-item__remove{position:absolute;top:14px;right:calc(var(--rg-pad-x) - 12px);width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;background:none;cursor:pointer;color:var(--rg-muted)}.rg-item__remove svg{width:16px;height:16px}.rg-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;flex-wrap:nowrap}.rg-qty{display:inline-flex;align-items:stretch;flex:0 0 auto;border:1px solid var(--rg-qty-border);border-radius:var(--rg-radius);overflow:hidden}.rg-qty__btn{width:40px;min-height:40px;border:0;background:#fff;color:#555;font-size:18px;line-height:1;cursor:pointer}.rg-qty__btn:disabled{opacity:.4;cursor:default}.rg-qty__input{width:44px;border:0;border-left:1px solid var(--rg-qty-border);border-right:1px solid var(--rg-qty-border);text-align:center;font-size:16px;font-family:inherit;color:#000;background:#fff;-moz-appearance:textfield}.rg-qty__input::-webkit-outer-spin-button,.rg-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.rg-item__prices{display:flex;flex-direction:column;align-items:flex-end;gap:2px;margin-left:auto;text-align:right;min-width:0}.rg-item__price-row{display:flex;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;gap:2px 8px}.rg-item__compare{font-size:15px;font-weight:400;line-height:1.3;color:var(--rg-muted);text-decoration:line-through;white-space:nowrap}.rg-item__price{font-size:17px;font-weight:700;line-height:1.2;color:#000;white-space:nowrap}.rg-item__price--free{color:var(--rg-green)}.rg-item__savings{font-size:13px;font-weight:700;line-height:1.3;color:var(--rg-green);white-space:nowrap}.rg-cart__footer{flex:0 0 auto;background:var(--rg-footer-bg);border-top:1px solid var(--rg-border);padding:14px var(--rg-pad-x) calc(14px + env(safe-area-inset-bottom,0px))}.rg-protect{display:grid;grid-template-columns:44px 1fr auto auto;align-items:center;gap:10px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid var(--rg-border)}.rg-protect__img{width:44px;height:44px;object-fit:contain;border-radius:6px}.rg-protect__text{display:flex;flex-direction:column;gap:2px;min-width:0}.rg-protect__title{font-size:14px;font-weight:700;line-height:1.2;color:#000}.rg-protect__desc{font-size:11.5px;line-height:1.35;color:var(--rg-muted)}.rg-protect__price{font-size:14px;font-weight:700;color:#000;white-space:nowrap}.rg-switch{position:relative;display:inline-flex;align-items:center;width:46px;height:28px;flex:0 0 auto;cursor:pointer}.rg-switch input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.rg-switch__track{position:relative;width:46px;height:28px;border-radius:999px;background:#d4d4d8;transition:background .2s ease}.rg-switch__track:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .2s ease}.rg-switch input:checked+.rg-switch__track{background:var(--rg-btn-bg)}.rg-switch input:checked+.rg-switch__track:after{transform:translate(18px)}.rg-switch input:focus-visible+.rg-switch__track{outline:2px solid var(--rg-btn-bg);outline-offset:2px}.rg-switch input:disabled+.rg-switch__track{opacity:.6}.rg-cart__checkout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:51px;border:0;cursor:pointer;background:var(--rg-btn-bg);color:var(--rg-btn-color);border-radius:var(--rg-radius);padding:14px;font-family:inherit;font-size:15px;font-weight:700;letter-spacing:.425px;text-transform:uppercase}.rg-cart__checkout[disabled]{opacity:.6;cursor:default}.rg-cart__checkout-sep{opacity:.6}.rg-cart__note{margin:8px 0 0;text-align:center;font-size:12px;color:var(--rg-muted)}.rg-cart__badges{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;margin-top:10px}.rg-cart__badges svg{height:24px;width:auto}@media screen and (max-width:749px){#rg-cart{--rg-width: 100%;--rg-pad-x: 20px}.rg-cart__header{padding:14px var(--rg-pad-x)}.rg-cart__title{font-size:16px}.rg-ship{padding:9px var(--rg-pad-x) 11px}.rg-item{grid-template-columns:70px 1fr;gap:12px;padding:15px var(--rg-pad-x)}.rg-item__image{width:70px;height:70px}.rg-item__title{font-size:14px;line-height:19px}.rg-qty__btn{width:38px;min-height:38px}.rg-qty__input{width:40px}.rg-item__price{font-size:16px}.rg-item__compare{font-size:13px}.rg-item__savings{font-size:12px}.rg-protect{grid-template-columns:40px 1fr auto auto;gap:8px}.rg-protect__img{width:40px;height:40px}.rg-protect__title{font-size:13px}.rg-protect__desc{font-size:11px}.rg-protect__price{font-size:13px}.rg-cart__checkout{font-size:14px}.rg-cart__badges svg{height:20px}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/rg-cart.css.map */
