.rgd-cart-drawer .drawer__inner{display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;height:100%;padding:2.5rem 1.2rem;background:#fff;overflow:hidden}.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{display:none;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{display:none;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{overflow-y:auto;min-height:0;padding-right:4px}.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:999px;width:fit-content;padding:.4em 1em}.rgd-cart-qty--upsell{min-height:3.6rem;padding:.3em .9em;gap:.8rem}.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-old{display:block;font-size:.72rem;color:#999;text-decoration:line-through;line-height:1.3}.rgd-cart-item__pix-row{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}.rgd-cart-item__price-current{font-size:1.8rem;font-weight:700;color:#1a1a1a;line-height:1.2}.rgd-cart-item__pix-label{font-size:1.2rem;font-weight:400;color:#555;white-space:nowrap}.rgd-cart-summary__row--total{align-items:flex-start}.rgd-cart-summary__total-pix{display:flex;flex-direction:column;align-items:flex-end}.rgd-cart-summary__total-old{font-size:1.4rem;font-weight:400;color:#999;text-decoration:line-through;line-height:1.3}.rgd-cart-summary__pix-row{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap;justify-content:flex-end}.rgd-cart-summary__pix-value{font-size:1.8rem;font-weight:700;color:#1a1a1a;line-height:1.2}.rgd-cart-summary__pix-label{font-size:1.2rem;font-weight:400;color:#555;white-space:nowrap}.rgd-cart-item__price{font-size:1.6rem;line-height:1.2;font-weight:500;color:#000;white-space:nowrap;justify-self:start}.rgd-cart-upsell{background:#fff;border-top:1px solid rgba(0,0,0,.08);padding:18px 0;flex:none}.rgd-cart-upsell__title{margin:0;font-size:1.8rem;line-height:1.2;font-weight:600;color:#1f1f1f}.rgd-cart-upsell__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.rgd-cart-upsell__nav{display:flex;align-items:center;gap:.6rem;flex:0 0 auto;margin-right:20px}.rgd-cart-upsell__arrow{display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border-radius:50%;border:.1rem solid #d8d8d8;background:transparent;padding:0;cursor:pointer}.rgd-cart-upsell__arrow[disabled]{opacity:.35;cursor:default}.rgd-cart-upsell__viewport{overflow:hidden;width:100%;position:relative}.rgd-cart-upsell__list{display:grid;grid-auto-flow:column;grid-auto-columns:86%;gap:1.2rem;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);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;display:flex;flex-direction:column;gap:.8rem}.rgd-cart-upsell-card__bottom{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.8rem}.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{width:100%;min-height:3.6rem;border:0;border-radius:999px;background:var(--rgd-upsell-accent);color:#fff;font-size:1.3rem;font-weight:600;cursor:pointer;transition:opacity .2s ease}.rgd-cart-upsell-card__add.is-loading{opacity:.7;pointer-events:none}.rgd-cart-drawer__footer{padding-top:1.8rem;border-top:.1rem solid #1f1f1f;flex-shrink:0}.rgd-cart-summary{display:flex;flex-direction:column;gap:1.6rem;padding:0 10px}.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}.rgd-cart-drawer__cta{padding:0 10px;margin-top:2.2rem}.rgd-cart-drawer__checkout{width:100%;min-height:5.6rem;border:0;border-radius:999px;background:#c0df16;color:#1f1f1f;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}}.rgd-cart-coupon{width:100%;max-width:100%;margin-bottom:16px;box-sizing:border-box}.rgd-cart-coupon__form{display:grid;grid-template-columns:minmax(0,1fr) 120px;align-items:center;gap:8px;width:100%;max-width:100%;padding-right:8px;box-sizing:border-box}.rgd-cart-coupon__input{width:100%;min-width:0;height:42px;padding:0 14px;border:1px solid #dedede;border-radius:8px;background:#fff;color:#222;font-family:inherit;font-size:14px;outline:none;box-shadow:none;box-sizing:border-box}.rgd-cart-coupon__input::placeholder{color:#888;opacity:1}.rgd-cart-coupon__input:focus{border-color:#222}.rgd-cart-coupon__button{width:100%;min-width:0;height:42px;padding:0 18px;border:0;border-radius:50px;background:var(--rgd-upsell-accent, #b7df00);color:#fff;font-family:inherit;font-size:14px;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;box-sizing:border-box;transition:opacity .2s ease}.rgd-cart-coupon__button:hover{opacity:.85}.rgd-cart-coupon__button.is-loading{opacity:.6;pointer-events:none}.rgd-cart-coupon__message{display:none;margin:6px 2px 0;font-size:12px;line-height:1.3}.rgd-cart-coupon__message.is-error{display:block;color:#c62828}.rgd-cart-coupon__message.is-success{display:block;color:#2e7d32}@media screen and (max-width:749px){.rgd-cart-coupon{margin-bottom:12px}.rgd-cart-coupon__form{grid-template-columns:minmax(0,1fr) 115px;gap:8px;padding-right:10px}.rgd-cart-coupon__input,.rgd-cart-coupon__button{height:40px}.rgd-cart-coupon__button{padding:0 14px}.rgd-cart-upsell__list{grid-auto-columns:95%}}@media screen and (max-width:749px){html,body{max-width:100%;overflow-x:hidden}cart-drawer.rgd-cart-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100dvh!important;z-index:999999!important;overflow:hidden!important}.rgd-cart-drawer .cart-drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100dvh!important;overflow:hidden!important}.rgd-cart-drawer .cart-drawer__overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100dvh!important;overscroll-behavior:none!important}.rgd-cart-drawer .drawer__inner{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;width:calc(100% - 32px)!important;max-width:420px!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;box-sizing:border-box!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto auto!important;overflow:hidden!important;overscroll-behavior:contain!important}.rgd-cart-drawer__header,.rgd-cart-drawer__progress,.rgd-cart-drawer__footer{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.rgd-cart-drawer cart-drawer-items{min-width:0!important;min-height:0!important;width:100%!important;max-width:100%!important;overflow:hidden!important}.rgd-cart-drawer .cart-drawer__form,.rgd-cart-drawer #CartDrawer-CartItems{width:100%!important;max-width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;box-sizing:border-box!important;overflow:hidden!important}.rgd-cart-drawer .rgd-cart-drawer__body{width:100%!important;max-width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;box-sizing:border-box!important;overscroll-behavior-y:contain!important;-webkit-overflow-scrolling:touch}.rgd-cart-drawer__footer{overflow:hidden!important}.rgd-cart-coupon,.rgd-cart-coupon__form,.rgd-cart-summary,.rgd-cart-summary__row{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.rgd-cart-coupon__form{display:grid!important;grid-template-columns:minmax(0,1fr) 112px!important;gap:8px!important;padding-right:0!important}.rgd-cart-coupon__input{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:44px!important;margin:0!important;padding:0 14px!important;box-sizing:border-box!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:16px!important;font-weight:500!important;line-height:normal!important;letter-spacing:0!important;text-indent:0!important;text-transform:none!important;transform:none!important;-webkit-text-size-adjust:100%;-webkit-appearance:none;appearance:none}.rgd-cart-coupon__button{width:112px!important;min-width:112px!important;max-width:112px!important;height:44px!important;margin:0!important;padding:0 12px!important;box-sizing:border-box!important;font-size:15px!important;white-space:nowrap!important}.rgd-cart-coupon__message{width:100%!important;max-width:100%!important;margin:6px 0 0!important;font-size:13px!important;line-height:1.35!important;white-space:normal!important;overflow-wrap:anywhere!important;box-sizing:border-box!important}.rgd-cart-summary__total-pix{min-width:0!important;max-width:65%!important}.rgd-cart-summary__pix-row{flex-wrap:wrap!important;justify-content:flex-end!important}}html.rgd-cart-scroll-locked,body.rgd-scroll-locked{overflow:hidden!important;overscroll-behavior:none!important}@media screen and (max-width:749px){.rgd-cart-drawer .drawer__inner{padding:20px 12px 16px!important}.rgd-cart-drawer__header{padding-bottom:14px!important}.rgd-cart-drawer__title{font-size:2rem!important}.rgd-cart-items{gap:8px!important}.rgd-cart-item{grid-template-columns:52px minmax(0,1fr)!important;gap:10px!important;padding:10px!important;border-radius:10px!important}.rgd-cart-item__image-link{width:52px!important;height:64px!important}.rgd-cart-item__content{gap:5px!important}.rgd-cart-item__top{gap:6px!important}.rgd-cart-item__title{font-size:13px!important;line-height:1.15!important}.rgd-cart-item__bottom{gap:8px!important}.rgd-cart-item__price-current{font-size:15px!important}.rgd-cart-item__price-old{font-size:11px!important}.rgd-cart-item__pix-label{font-size:10px!important}.rgd-cart-qty{min-height:30px!important;min-width:80px!important;padding:3px 10px!important;gap:10px!important}.rgd-cart-upsell{padding:14px 0!important}.rgd-cart-upsell__header{margin-bottom:10px!important}.rgd-cart-upsell__title{font-size:16px!important;line-height:1.15!important}.rgd-cart-upsell__nav{gap:5px!important;margin-right:0!important}.rgd-cart-upsell__arrow{width:30px!important;height:30px!important}.rgd-cart-upsell__list{grid-auto-columns:82%!important;gap:8px!important}.rgd-cart-upsell-card{grid-template-columns:56px minmax(0,1fr)!important;gap:10px!important;min-height:0!important;padding:10px!important;border-radius:10px!important}.rgd-cart-upsell-card__image-link{width:56px!important;height:68px!important}.rgd-cart-upsell-card__content{gap:5px!important}.rgd-cart-upsell-card__title{margin:0!important;font-size:12px!important;line-height:1.15!important;display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.rgd-cart-upsell-card__price{font-size:13px!important;line-height:1.1!important}.rgd-cart-upsell-card__bottom{grid-template-columns:78px minmax(0,1fr)!important;gap:7px!important}.rgd-cart-qty--upsell{width:78px!important;min-width:78px!important;min-height:32px!important;padding:2px 9px!important;gap:6px!important}.rgd-cart-qty--upsell .rgd-cart-qty__btn{font-size:15px!important}.rgd-cart-qty--upsell .rgd-cart-qty__value{font-size:13px!important}.rgd-cart-upsell-card__add{min-height:32px!important;height:32px!important;padding:0 10px!important;font-size:12px!important;line-height:1!important}.rgd-cart-drawer__footer{padding-top:14px!important}.rgd-cart-coupon{margin-bottom:10px!important}.rgd-cart-coupon__form{grid-template-columns:minmax(0,1fr) 105px!important;gap:7px!important}.rgd-cart-coupon__input,.rgd-cart-coupon__button{height:42px!important}.rgd-cart-coupon__button{width:105px!important;min-width:105px!important;max-width:105px!important;font-size:14px!important}.rgd-cart-summary{gap:10px!important;padding:0!important}.rgd-cart-summary__row{font-size:14px!important}.rgd-cart-summary__total-old{font-size:12px!important}.rgd-cart-summary__pix-value{font-size:17px!important}.rgd-cart-summary__pix-label{font-size:10px!important}.rgd-cart-drawer__cta{padding:0!important;margin-top:16px!important}.rgd-cart-drawer__checkout{min-height:50px!important;font-size:16px!important}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/component-cart-drawer-custom.css.map */
