.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:0;display:flex;flex-direction:column;min-height:0}.rgd-cart-upsell{position:sticky;bottom:0;background:#fefefe;padding:1.2rem 0 0;border-top:.1rem solid #e8e8e8;z-index:2;margin-bottom:20px;margin-top:auto}.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__nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.rgd-cart-upsell__nav-title{margin:0;font-size:1.8rem;line-height:1.2;font-weight:500;color:#1f1f1f}.rgd-cart-upsell__arrows{display:flex;gap:.6rem}.rgd-cart-upsell__arrow{width:3rem;height:3rem;border-radius:50%;border:.15rem solid #ccc;background:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:1.8rem;color:#1f1f1f;transition:background .2s,border-color .2s;padding:0;line-height:1}.rgd-cart-upsell__arrow:hover{background:#f0f0f0;border-color:#999}.rgd-cart-upsell__viewport{overflow:hidden;width:100%;position:relative}.rgd-cart-upsell__list{display:flex;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;gap:1rem;padding-right:3rem}.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{flex:0 0 85%;min-width:0;scroll-snap-align:start;scroll-snap-stop:always;display:grid;grid-template-columns:6rem minmax(0,1fr);grid-template-rows:auto auto;gap:.8rem 1.2rem;padding:1rem;background:#fff;border:.1rem solid #e8e8e8;border-radius:1rem;box-sizing:border-box;align-items:start}.rgd-cart-upsell-card__image-link{display:block;width:6rem;height:7.5rem;grid-row:1 / 3}.rgd-cart-upsell-card__image{width:100%;height:100%;object-fit:contain;display:block}.rgd-cart-upsell-card__content{min-width:0;display:flex;flex-direction:column;gap:.3rem;padding-top:.2rem}.rgd-cart-upsell-card__title{display:block;text-decoration:none;color:#1f1f1f;font-size:1.3rem;line-height:1.25;font-weight:700;text-transform:uppercase}.rgd-cart-upsell-card__price{font-size:1.35rem;line-height:1.2;font-weight:600;color:#1f1f1f}.rgd-cart-upsell-card__actions{grid-column:2;display:flex;align-items:center;gap:.8rem}.rgd-cart-upsell-card__qty{display:inline-flex;align-items:center;gap:.6rem;background:#f0f0f0;border-radius:4px;padding:.3rem .7rem;min-width:7rem;justify-content:space-between;flex-shrink:0}.rgd-cart-upsell-card__qty-btn{border:0;background:transparent;padding:0;font-size:1.6rem;line-height:1;color:#1f1f1f;cursor:pointer;width:1.8rem;text-align:center}.rgd-cart-upsell-card__qty-btn[disabled]{opacity:.35;cursor:default}.rgd-cart-upsell-card__qty-value{font-size:1.3rem;font-weight:500;color:#1f1f1f;min-width:1.4rem;text-align:center}.rgd-cart-upsell-card__add{flex:1;min-height:3.2rem;border:0;border-radius:.5rem;background:var(--rgd-upsell-accent, #052333);color:#fff;font-size:1.3rem;font-weight:600;cursor:pointer;transition:opacity .2s;white-space:nowrap}.rgd-cart-upsell-card__add:hover{opacity:.88}.rgd-cart-upsell-card__add.is-loading{opacity:.6;pointer-events:none}.rgd-cart-upsell-card__check{display:none}.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/35/assets/component-cart-drawer-custom.css.map */
