.rgd-cart-drawer .drawer__inner{display:flex;flex-direction:column;height:100%;padding:2.5rem 1.2rem;background:#fefefe}.rgd-cart-drawer .drawer__close{position:absolute;top:0;right:0}.rgd-cart-drawer__header,.rgd-cart-empty__header{position:relative;display:flex;align-items:center;justify-content:center;padding-bottom:1.8rem}.rgd-cart-drawer__title{margin:0;font-size:2.4rem;line-height:1.1;font-weight:600;text-transform:uppercase;color:#1f1f1f}.rgd-cart-drawer__progress{padding-bottom:1.6rem}.rgd-cart-drawer__progress-text{margin:0 0 1.2rem;text-align:center;font-size:1.5rem;line-height:1.4;color:#1f1f1f;font-weight:500}.rgd-cart-drawer__progress-text strong{font-weight:700}.rgd-cart-progress{width:100%;height:.5rem;border-radius:999px;background:var(--rgd-progress-track);overflow:hidden}.rgd-cart-progress__bar{display:block;height:100%;border-radius:999px;background:var(--rgd-progress-fill);transition:width .25s ease}.rgd-cart-drawer__body{flex:1;overflow-y:auto;padding-bottom:1.8rem;display:flex;flex-direction:column;min-height:0}.rgd-cart-items{display:flex;flex-direction:column;gap:1rem}.rgd-cart-item{display:grid;grid-template-columns:6.2rem minmax(0,1fr);gap:1.4rem;padding:1.4rem;background:#fff;border:.1rem solid #e8e8e8;border-radius:1rem}.rgd-cart-item__image-link{display:block;width:6.2rem;height:8.2rem}.rgd-cart-item__image{width:100%;height:100%;object-fit:contain;display:block}.rgd-cart-item__content{min-width:0;overflow:visible;display:flex;flex-direction:column;justify-content:center;gap:8px}.rgd-cart-item__top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem}.rgd-cart-item__title{display:block;min-width:0;text-decoration:none;color:#1f1f1f;font-size:1.55rem;line-height:1.2;font-weight:700;text-transform:uppercase}.rgd-cart-item__remove{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;padding:0;width:2rem;min-width:2rem;height:2rem;cursor:pointer;opacity:1;visibility:visible}.rgd-cart-item__remove svg{display:block;width:1.3rem;height:1.5rem;pointer-events:none}.rgd-cart-item__bottom{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1.2rem}.rgd-cart-qty{display:inline-flex;align-items:center;gap:1.2rem;min-height:3.2rem;background:#f0f0f0;min-width:6em;justify-content:space-between;border-radius:4px;width:fit-content;padding:.4em 1em}.rgd-cart-qty__btn{border:0;background:transparent;padding:0;font-size:1.6rem;line-height:1;color:#1f1f1f;cursor:pointer}.rgd-cart-qty__btn[disabled]{opacity:.35;cursor:default}.rgd-cart-qty__value{min-width:1rem;text-align:center;font-size:1.4rem;font-weight:500;color:#1f1f1f}.rgd-cart-item__price{font-size:1.6rem;line-height:1.2;font-weight:500;color:#000;white-space:nowrap;justify-self:self-end}.rgd-cart-upsell{margin-top:auto;padding-top:1.8rem}.rgd-cart-upsell__title{margin:0 0 1.2rem;font-size:1.8rem;line-height:1.2;font-weight:500;color:#1f1f1f}.rgd-cart-upsell__viewport{overflow:hidden;width:100%;position:relative}.rgd-cart-upsell__list{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;-webkit-user-select:none;user-select:none;touch-action:pan-x;cursor:grab}.rgd-cart-upsell__list::-webkit-scrollbar{display:none}.rgd-cart-upsell__list.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.rgd-cart-upsell-card{width:100%;min-width:100%;scroll-snap-align:start;scroll-snap-stop:always;display:grid;grid-template-columns:4.8rem minmax(0,1fr) auto;gap:1.2rem;align-items:center;padding:1.2rem;background:#fff;border:.1rem solid #e8e8e8;border-radius:1rem;box-sizing:border-box}.rgd-cart-upsell-card__image-link{display:block;width:4.8rem;height:6.4rem}.rgd-cart-upsell-card__image{width:100%;height:100%;object-fit:contain;display:block}.rgd-cart-upsell-card__content{min-width:0}.rgd-cart-upsell-card__title{display:block;margin-bottom:.4rem;text-decoration:none;color:#1f1f1f;font-size:1.4rem;line-height:1.15;font-weight:700;text-transform:uppercase}.rgd-cart-upsell-card__price{font-size:1.4rem;line-height:1.2;font-weight:600;color:#1f1f1f}.rgd-cart-upsell-card__add{position:relative;width:3rem;height:3rem;border-radius:50%;border:.3rem solid var(--rgd-upsell-accent);background:transparent;padding:0;cursor:pointer;flex:0 0 auto;overflow:hidden;transition:transform .2s ease,opacity .2s ease}.rgd-cart-upsell-card__add:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--rgd-upsell-accent);border-radius:50%;transform:scale(0);transition:transform .22s ease}.rgd-cart-upsell-card__add:hover{transform:scale(1.04)}.rgd-cart-upsell-card__add.is-loading{opacity:.7;pointer-events:none}.rgd-cart-upsell-card__add.is-added:before{transform:scale(1)}.rgd-cart-upsell-card__check{position:relative;z-index:2;width:1.7rem;height:1.7rem;display:flex;opacity:0;transform:scale(.6);transition:opacity .18s ease,transform .22s ease}.rgd-cart-upsell-card__check svg{width:100%;height:100%;display:block}.rgd-cart-upsell-card__add.is-added .rgd-cart-upsell-card__check{opacity:1;transform:scale(1)}.rgd-cart-drawer__footer{padding-top:1.8rem;border-top:.1rem solid #1f1f1f}.rgd-cart-summary{display:flex;flex-direction:column;gap:1.6rem}.rgd-cart-summary__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:1.6rem;color:#1f1f1f}.rgd-cart-summary__row strong{font-weight:600}.rgd-cart-summary__row--total{margin-top:.2rem}form#CartDrawer-Form{min-height:100%}.rgd-cart-drawer__cta{margin-top:2.2rem}.rgd-cart-drawer__checkout{width:100%;min-height:5.6rem;border:0;border-radius:999px;background:#052333;color:#fff;font-size:1.8rem;font-weight:600}.rgd-cart-empty__body{padding-top:2rem;text-align:center}.rgd-cart-drawer__progress-text.rte p,.rgd-cart-drawer__progress-line{margin:0}.rgd-cart-drawer__progress-line+.rgd-cart-drawer__progress-line{margin-top:.4rem}.rgd-cart-drawer__progress-line--secondary{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.4rem}.rgd-cart-drawer__progress-part p{margin:0}.rgd-cart-drawer__progress-amount{font-weight:700}@media(max-width:749px){.rgd-cart-item{grid-template-columns:5.8rem minmax(0,1fr);gap:1.2rem;padding:1.2rem}.rgd-cart-item__image-link{width:5.8rem;height:7.6rem}.rgd-cart-item__title,.rgd-cart-item__price{font-size:1.45rem}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/component-cart-drawer-custom.css.map */
