.drawer{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:#00000073;visibility:hidden;transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible}cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.drawer__inner{width:min(430px,100vw);max-width:430px;height:100%;padding:0;border:0;background:#fff;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease;box-shadow:-12px 0 34px #00000029}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;padding:20px 22px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.08)}.drawer__heading{margin:0;font-size:20px;font-weight:800;color:#111}.drawer__close{position:static;min-width:38px;min-height:38px;border:0;background:#f5f5f5;border-radius:999px;cursor:pointer;color:#111;display:inline-flex;align-items:center;justify-content:center}.drawer__close .svg-wrapper{width:18px;height:18px}.cart-drawer__free-shipping{padding:14px 22px 16px;border-bottom:1px solid rgba(0,0,0,.08)}.cart-drawer__free-shipping-text{margin:0 0 9px;font-size:13px;line-height:1.35;color:#222}.cart-drawer__free-shipping-text strong{font-weight:800}.cart-drawer__free-shipping-bar{width:100%;height:8px;border-radius:999px;background:#edf1f5;overflow:hidden}.cart-drawer__free-shipping-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#22c55e,#16a34a)}cart-drawer-items{overflow:auto;flex:1;padding:14px 22px 0}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody,.cart-drawer thead{display:block;width:100%}.cart-drawer thead{display:none}.cart-drawer .cart-item{position:relative;display:grid;grid-template-columns:82px 1fr auto;gap:12px;padding:12px;margin:0 0 12px;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:#fff}.cart-drawer .cart-item__media{grid-row:1 / 3;width:82px}.cart-drawer .cart-item__image{width:82px;height:82px;max-width:82px;object-fit:cover;border-radius:12px;background:#f7f7f7}.cart-drawer .cart-item__details{grid-column:2 / 3;width:auto;padding:0}.cart-drawer .cart-item__name{font-size:14px;font-weight:700;line-height:1.3;color:#111;text-decoration:none}.cart-drawer .product-option{font-size:12px;color:#666;line-height:1.35}.cart-drawer .cart-item__totals{grid-column:3 / 4;grid-row:1 / 2;padding:0;display:flex;justify-content:flex-end;align-items:flex-start;pointer-events:none}.cart-drawer .price,.cart-drawer .cart-item__price-wrapper{font-size:13px;font-weight:700;color:#111;line-height:1.2}.cart-drawer .cart-items .cart-item__quantity{grid-column:2 / 4;padding:4px 0 0}.cart-item__quantity-wrapper{display:flex;align-items:center;gap:10px}.cart-drawer .quantity{min-height:34px;width:104px;border-radius:999px;border:1px solid rgba(0,0,0,.14);background:#fff}.cart-drawer .quantity__button{width:32px}.cart-drawer .quantity__input{font-size:13px;font-weight:700}.cart-drawer cart-remove-button{margin-left:0}.cart-drawer .cart-remove-button{min-width:34px;min-height:34px;padding:0;border-radius:999px;background:#f5f5f5}.cart-drawer__upsell{margin:10px 22px 0;padding:14px;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:#fafafa}.cart-drawer__upsell-title{margin:0 0 10px;font-size:14px;font-weight:800;color:#111}.cart-drawer__upsell-card{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;color:inherit;text-decoration:none}.cart-drawer__upsell-image{width:64px;height:64px;border-radius:12px;object-fit:contain;background:#fff}.cart-drawer__upsell-name{margin:0 0 4px;font-size:13px;font-weight:700;line-height:1.25;color:#111}.cart-drawer__upsell-price{margin:0;font-size:13px;font-weight:800;color:#17457e}.cart-drawer__cep{margin:14px 22px 0}.cart-drawer__cep-label{display:block;margin-bottom:7px;font-size:13px;font-weight:700;color:#111}.cart-drawer__cep-row{display:grid;grid-template-columns:1fr auto;gap:8px}.cart-drawer__cep-input{min-height:42px;width:100%;border:1px solid rgba(0,0,0,.16);border-radius:10px;padding:0 12px;font-size:14px;background:#fff}.cart-drawer__cep-button{min-height:42px;border:0;border-radius:10px;padding:0 15px;background:#17457e;color:#fff;font-size:13px;font-weight:800;cursor:pointer}.drawer__footer{border-top:1px solid rgba(0,0,0,.08);padding:16px 22px 22px;background:#fff}.cart-drawer__footer{padding:0}.cart-drawer .totals{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cart-drawer .totals__total{font-size:15px;font-weight:800;color:#111}.cart-drawer .totals__total-value{font-size:17px;font-weight:900;color:#111}.cart-drawer .tax-note{display:none}.cart-drawer .cart__ctas{margin-top:12px;text-align:center}.cart-drawer .cart__checkout-button{width:100%;max-width:none;min-height:54px;border-radius:12px;background:#111;color:#fff;font-size:15px;font-weight:800;letter-spacing:0}.cart-drawer__continue{display:flex;justify-content:center;width:100%;margin-top:12px;color:#17457e;font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.drawer__inner-empty{height:100%;padding:0 22px;display:flex;flex-direction:column;justify-content:center}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;align-items:center;padding:0}cart-drawer.is-empty .drawer__header{display:none}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}cart-drawer-items.is-empty+.drawer__footer{display:none}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:#00000059;border-radius:999px}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:20px}@media screen and (max-width:749px){.drawer__inner{width:94vw;max-width:94vw}.drawer__header{padding-left:16px;padding-right:16px}.cart-drawer__free-shipping,cart-drawer-items,.drawer__footer{padding-left:16px;padding-right:16px}.cart-drawer__upsell,.cart-drawer__cep{margin-left:16px;margin-right:16px}.cart-drawer .cart-item{grid-template-columns:74px 1fr}.cart-drawer .cart-item__media{width:74px}.cart-drawer .cart-item__image{width:74px;height:74px;max-width:74px}.cart-drawer .cart-item__details{grid-column:2 / 3}.cart-drawer .cart-item__totals{grid-column:2 / 3;grid-row:auto;justify-content:flex-start}.cart-drawer .cart-items .cart-item__quantity{grid-column:2 / 3}}.cart-drawer__shipping-rates{margin-top:12px;border-top:1px solid #e5e5e5;padding-top:12px;font-size:14px}.cart-drawer__shipping-rate{margin-bottom:10px}.cart-drawer__shipping-rate{margin-bottom:10px;padding:10px 12px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;line-height:1.5}.cart-drawer__shipping-rate strong{display:block;margin-bottom:4px}.cart-drawer__shipping-rates{max-height:180px;overflow-y:auto}.cart-drawer__items{margin-bottom:12px!important}.cart-drawer__cep{margin-top:12px!important}.cart-drawer__shipping-rate{padding:8px 10px;margin-bottom:6px}.drawer__inner{display:flex;flex-direction:column;height:100vh}.drawer__contents{flex:1;overflow-y:auto;max-height:calc(100vh - 220px)}.drawer__footer{flex-shrink:0;background:#fff}.drawer__footer{position:sticky;bottom:0;background:#fff;z-index:10}@media screen and (max-width:749px){.drawer__inner{height:100dvh;max-height:100dvh}.drawer__contents{overflow-y:auto;max-height:calc(100dvh - 210px);padding-bottom:16px}.drawer__footer{position:sticky;bottom:0;background:#fff;z-index:10}.cart-drawer__shipping-rates{max-height:150px;overflow-y:auto}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-cart-drawer.css.map */
