#CartDrawer{--df-qty-h: clamp(36px, 5vw, 44px);--df-qty-btn: clamp(36px, 5vw, 44px);--df-qty-mid: clamp(44px, 6vw, 56px);--df-icon: clamp(14px, 1.8vw, 17px);--df-trash: clamp(36px, 5vw, 44px);--df-black: #111;--df-white: #fff}:root{--dfc-radius: 14px;--dfc-border: rgba(0,0,0,.12);--dfc-bg: rgba(255,255,255,.92);--dfc-text: rgba(0,0,0,.82);--dfc-muted: rgba(0,0,0,.58);--dfc-shadow: 0 10px 24px rgba(0,0,0,.08)}.dfc-wrap{margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08)}.dfc-card{background:var(--dfc-bg);border:1px solid var(--dfc-border);border-radius:var(--dfc-radius);box-shadow:var(--dfc-shadow);padding:12px;overflow:hidden;box-sizing:border-box;width:100%}.dfc-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 10px}.dfc-title h3{margin:0;font-size:1.35rem;line-height:1.2;letter-spacing:.02rem;color:var(--dfc-text)}.dfc-badge{font-size:1.05rem;padding:4px 8px;border-radius:999px;border:1px solid rgba(0,0,0,.1);color:var(--dfc-muted);background:#fff9}.dfc-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.dfc-input{width:100%;height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(0,0,0,.16);outline:none;background:#fff;color:var(--dfc-text);box-shadow:none}.dfc-input:focus{border-color:#00000040;box-shadow:0 0 0 4px #00000014}.dfc-btn{height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(0,0,0,.18);background:#111;color:#fff;cursor:pointer;transition:transform .12s ease,opacity .12s ease}.dfc-btn:active{transform:scale(.98)}.dfc-btn[disabled]{opacity:.55;cursor:not-allowed}.dfc-helper{margin-top:8px;font-size:1.15rem;color:var(--dfc-muted)}.dfc-results{margin-top:10px;border-top:1px dashed rgba(0,0,0,.16);padding-top:10px}.dfc-line{display:flex;justify-content:space-between;gap:10px;margin:6px 0;font-size:1.2rem;color:var(--dfc-text)}.dfc-line small{color:var(--dfc-muted);font-size:1.1rem}.dfc-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#ffffffa6;color:var(--dfc-text);font-size:1.15rem}.dfc-success{border-color:#0000001f}.dfc-warn{border-color:#0000002e}@media(max-width:420px){.dfc-row{grid-template-columns:1fr}.dfc-btn{width:100%}}#CartDrawer .cart-item__quantity-wrapper{display:flex;align-items:center;gap:8px}#CartDrawer .quantity,#CartDrawer quantity-input.quantity.cart-quantity{border:0!important;box-shadow:none!important;background:transparent!important}#CartDrawer quantity-input.quantity.cart-quantity{display:inline-flex!important;align-items:stretch!important;height:var(--df-qty-h)!important;border-radius:999px!important;overflow:hidden!important;background:var(--df-black)!important;box-shadow:0 8px 20px #0000002e!important}#CartDrawer quantity-input.quantity.cart-quantity .quantity__button+.quantity__input{border-left:1px solid rgba(255,255,255,.06)!important}#CartDrawer quantity-input.quantity.cart-quantity .quantity__input+.quantity__button{border-left:1px solid rgba(255,255,255,.06)!important}#CartDrawer quantity-input.quantity.cart-quantity .quantity__button{width:auto!important;min-width:0!important;height:var(--df-qty-h)!important;flex:1 1 var(--df-qty-btn)!important;padding:0!important;margin:0!important;border:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;color:var(--df-white)!important;cursor:pointer;transition:background .15s ease,transform .12s ease}#CartDrawer quantity-input.quantity.cart-quantity .quantity__input{width:var(--df-qty-mid)!important;min-width:var(--df-qty-mid)!important;height:var(--df-qty-h)!important;padding:0!important;margin:0!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:var(--df-white)!important;text-align:center;font-weight:700;font-size:clamp(12px,1.4vw,14px);-moz-appearance:textfield}#CartDrawer quantity-input.quantity.cart-quantity .quantity__input::-webkit-outer-spin-button,#CartDrawer quantity-input.quantity.cart-quantity .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#CartDrawer quantity-input.quantity.cart-quantity .quantity__button .svg-wrapper{width:var(--df-icon)!important;height:var(--df-icon)!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important}#CartDrawer quantity-input.quantity.cart-quantity .quantity__button svg{width:var(--df-icon)!important;height:var(--df-icon)!important;fill:none!important;stroke:currentColor!important;stroke-width:.5!important;transform:none!important;display:block}#CartDrawer quantity-input.quantity.cart-quantity .quantity__button:hover{background:#ffffff14!important}#CartDrawer quantity-input.quantity.cart-quantity .quantity__button:active{transform:scale(.94)!important}#CartDrawer quantity-input.quantity.cart-quantity .quantity__button:focus-visible,#CartDrawer quantity-input.quantity.cart-quantity .quantity__input:focus-visible{outline:none!important;box-shadow:0 0 0 3px #ffffff40!important}#CartDrawer cart-remove-button{display:inline-flex;align-items:center}#CartDrawer cart-remove-button .cart-remove-button{width:var(--df-trash)!important;height:var(--df-trash)!important;min-width:var(--df-trash)!important;border-radius:999px!important;border:0!important;background:var(--df-black)!important;color:var(--df-white)!important;box-shadow:0 8px 20px #0000002e!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer;transition:background .15s ease,transform .12s ease}#CartDrawer cart-remove-button .cart-remove-button .svg-wrapper{width:var(--df-icon)!important;height:var(--df-icon)!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important}#CartDrawer cart-remove-button .cart-remove-button svg{width:var(--df-icon)!important;height:var(--df-icon)!important;fill:none!important;stroke:var(--df-white)!important;stroke-width:.5!important;transform:none!important;display:block}#CartDrawer cart-remove-button .cart-remove-button:hover{background:#2a2a2a!important}#CartDrawer cart-remove-button .cart-remove-button:active{transform:scale(.94)!important}.dfc-results__label{margin:8px 0 10px;font-size:1.15rem;color:var(--dfc-muted)}.dfc-rates{display:grid;gap:10px;min-width:0;width:100%}.dfc-rate{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:16px;border:1px solid rgba(0,0,0,.1);background:#fff;min-width:0;width:100%;box-sizing:border-box;overflow:hidden}.dfc-rate__left{display:flex;align-items:center;gap:12px;min-width:0}.dfc-rate__logo{width:44px;height:44px;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#00000005;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto}.dfc-rate__logo img{width:100%;height:100%;object-fit:contain;padding:6px;display:block}.dfc-rate__logo-fallback{width:18px;height:18px;border-radius:999px;background:#0000001a}.dfc-rate__meta{display:flex;flex-direction:column;gap:6px;min-width:0}.dfc-rate__name{font-weight:800;font-size:1.25rem;color:var(--dfc-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:210px}.dfc-rate__pill{display:inline-flex;width:fit-content;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#00000008;font-size:1.1rem;color:var(--dfc-muted)}.dfc-rate__price{font-weight:900;font-size:1.3rem;color:var(--dfc-text);white-space:nowrap}.dfc-results__hint{margin-top:10px;font-size:1.1rem;color:var(--dfc-muted)}@media(max-width:420px){.dfc-rate__name{max-width:150px}.dfc-rate{padding:11px 10px}.dfc-rate__logo{width:40px;height:40px}}.dfc-own-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:8px}.dfc-own-pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#000000d1;font-size:1.15rem;font-weight:600}.dfc-own-pill--success{background:#111;color:#fff;border-color:#111}.dfc-own-min{font-size:1.12rem;color:#0000009e;white-space:nowrap}.dfc-own-note{font-size:1.12rem;color:#0000009e;line-height:1.45}@media(max-width:420px){.dfc-own-row{align-items:flex-start;flex-direction:column;gap:8px}.dfc-own-min{white-space:normal}}.dfc-rate--free .dfc-rate__logo img{object-fit:contain;padding:7px}.dfc-rate__price--muted{font-size:1.12rem;font-weight:600;color:#0000009e;text-align:right;line-height:1.35;white-space:nowrap}@media(max-width:560px){.dfc-rate--free{align-items:flex-start}.dfc-rate--free .dfc-rate__price,.dfc-rate--free .dfc-rate__price--muted{font-size:1.05rem;white-space:normal;max-width:120px}}.dfc-rate--free{border-color:#0000001a;background:#fff}.dfc-rate--free .dfc-rate__logo{width:44px;height:44px;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#00000005;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 auto}.dfc-rate--free .dfc-rate__logo img{width:100%;height:100%;object-fit:contain;padding:7px;display:block}.dfc-rate--free .dfc-rate__meta{display:flex;flex-direction:column;gap:6px;min-width:0}.dfc-rate--free .dfc-rate__name{font-weight:800;font-size:1.25rem;color:var(--dfc-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dfc-rate--free .dfc-rate__pill{display:inline-flex;width:fit-content;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#00000008;font-size:1.1rem;color:var(--dfc-muted);line-height:1.2}@media(max-width:420px){.dfc-rate--free .dfc-rate__pill{max-width:190px;white-space:normal}}.dfc-form{display:flex;gap:10px;align-items:center}.dfc-form input{flex:1}button.dfc-btn{min-width:110px;height:44px;padding:0 18px;border-radius:12px;font-weight:600;background:#111;color:#fff;transition:all .2s ease}button.dfc-btn:hover{background:#222}#CartDrawer-Checkout{width:100%;height:50px;border-radius:16px!important;font-weight:600;font-size:15px;transition:all .2s ease}#CartDrawer-Checkout:hover{transform:translateY(-1px);box-shadow:0 6px 14px #00000026}@media(max-width:600px){button.dfc-btn{min-width:90px;padding:0 14px;font-size:14px}#CartDrawer-Checkout{height:48px;font-size:14px}}.cart__ctas{border:0!important;padding:0!important;background:transparent!important}#CartDrawer-Checkout:focus,#CartDrawer-Checkout:focus-visible{outline:none!important;box-shadow:none!important}#CartDrawer-Checkout:after{display:none!important}#main-cart-items{--df-qty-h: 44px;--df-qty-btn: 44px;--df-qty-mid: 56px;--df-icon: 17px;--df-trash: 44px;--df-black: #111;--df-white: #fff}#main-cart-items .cart-item__quantity{min-width:175px!important;vertical-align:middle!important}#main-cart-items .cart-item__quantity-wrapper{flex-wrap:nowrap!important;overflow:visible!important}#main-cart-items tbody tr.cart-item{border-bottom:1px solid rgba(0,0,0,.08)!important;transition:background .18s ease}#main-cart-items tbody tr.cart-item:hover{background:#00000005!important}#main-cart-items .cart-item__image-container{border-radius:10px!important;overflow:hidden!important}#main-cart-items .cart-item__name{font-size:1.65rem!important;line-height:1.4!important;font-weight:600!important}#main-cart-items .cart-item__details .product-option{font-size:1.45rem!important;font-weight:700!important}#main-cart-items .price.price--end{font-size:1.75rem!important;font-weight:700!important}#main-cart-items .quantity,#main-cart-items quantity-input.quantity.cart-quantity{border:0!important;box-shadow:none!important;background:transparent!important}#main-cart-items quantity-input.quantity.cart-quantity{display:inline-flex!important;align-items:stretch!important;height:var(--df-qty-h)!important;border-radius:999px!important;overflow:hidden!important;background:var(--df-black)!important;box-shadow:0 8px 24px #0003!important}#main-cart-items quantity-input.quantity.cart-quantity .quantity__button+.quantity__input{border-left:1px solid rgba(255,255,255,.06)!important}#main-cart-items quantity-input.quantity.cart-quantity .quantity__input+.quantity__button{border-left:1px solid rgba(255,255,255,.06)!important}#main-cart-items quantity-input.quantity.cart-quantity .quantity__button{width:var(--df-qty-btn)!important;min-width:var(--df-qty-btn)!important;height:var(--df-qty-h)!important;flex-shrink:0!important;padding:0!important;margin:0!important;border:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;color:var(--df-white)!important;cursor:pointer;transition:background .15s ease}#main-cart-items quantity-input.quantity.cart-quantity .quantity__button:hover{background:#ffffff1f!important}#main-cart-items quantity-input.quantity.cart-quantity .quantity__button:active{transform:scale(.94)!important}#main-cart-items quantity-input.quantity.cart-quantity .quantity__input{width:var(--df-qty-mid)!important;min-width:var(--df-qty-mid)!important;height:var(--df-qty-h)!important;padding:0!important;margin:0!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:var(--df-white)!important;text-align:center;font-weight:700;font-size:1.4rem;-moz-appearance:textfield}#main-cart-items quantity-input.quantity.cart-quantity .quantity__input::-webkit-outer-spin-button,#main-cart-items quantity-input.quantity.cart-quantity .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#main-cart-items quantity-input.quantity.cart-quantity .quantity__input:focus-visible{outline:none!important;box-shadow:0 0 0 3px #ffffff47!important}#main-cart-items quantity-input.quantity.cart-quantity .quantity__button .svg-wrapper{width:var(--df-icon)!important;height:var(--df-icon)!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important}#main-cart-items quantity-input.quantity.cart-quantity .quantity__button svg{width:var(--df-icon)!important;height:var(--df-icon)!important;fill:none!important;stroke:currentColor!important;stroke-width:.5!important;transform:none!important;display:block}#main-cart-items cart-remove-button{display:inline-flex;align-items:center}#main-cart-items cart-remove-button a.button--tertiary{width:var(--df-trash)!important;height:var(--df-trash)!important;min-width:var(--df-trash)!important;border-radius:999px!important;border:0!important;background:var(--df-black)!important;color:var(--df-white)!important;box-shadow:0 8px 20px #0000002e!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer;transition:background .15s,transform .12s}#main-cart-items cart-remove-button a.button--tertiary:hover{background:#b71c1c!important}#main-cart-items cart-remove-button a.button--tertiary:active{transform:scale(.94)!important}#main-cart-items cart-remove-button a.button--tertiary .svg-wrapper{width:var(--df-icon)!important;height:var(--df-icon)!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important}#main-cart-items cart-remove-button a.button--tertiary svg{width:var(--df-icon)!important;height:var(--df-icon)!important;fill:none!important;stroke:var(--df-white)!important;stroke-width:.5!important;transform:none!important;display:block}#main-cart-footer .totals{padding:16px 0 6px}#main-cart-footer .totals__total{font-size:1.3rem!important;font-weight:600!important;color:#00000085!important;text-transform:uppercase;letter-spacing:.04em}#main-cart-footer .totals__total-value{font-size:2.6rem!important;font-weight:800!important;letter-spacing:-.02em}#main-cart-footer .tax-note{font-size:1.1rem!important;line-height:1.5!important;margin-bottom:16px!important;display:block!important;color:#00000073!important}#main-cart-footer .cart__ctas.cart-page-ctas{display:flex!important;flex-direction:column!important;gap:0!important;padding:0!important;border:0!important;background:transparent!important;text-align:left!important}.cart-page-ctas__summary{display:flex;flex-direction:column;gap:3px;padding:18px 20px 14px;background:#00000008;border-radius:14px 14px 0 0;border:1.5px solid rgba(0,0,0,.1);border-bottom:none}.cart-page-ctas__label{font-size:1.15rem;font-weight:600;color:#00000073;text-transform:uppercase;letter-spacing:.06em;margin:0}.cart-page-ctas__value{font-size:2.5rem;font-weight:800;letter-spacing:-.02em;color:#000000e0;line-height:1.1;margin:0}.cart-page-ctas__tax{font-size:1.05rem;color:#0006;margin:2px 0 0}#main-cart-footer #checkout{width:100%!important;max-width:100%!important;height:56px!important;border-radius:0 0 14px 14px!important;font-size:1.5rem!important;font-weight:700!important;letter-spacing:.01em;margin:0!important;transition:filter .18s ease,box-shadow .18s ease!important}#main-cart-footer #checkout:hover{filter:brightness(1.08)!important;box-shadow:0 8px 24px #0003!important}#main-cart-footer #checkout:focus,#main-cart-footer #checkout:focus-visible{outline:none!important;box-shadow:none!important}#main-cart-footer #checkout:after{display:none!important}#main-cart-footer .additional-checkout-buttons{margin-top:12px!important;max-width:100%!important}#main-cart-footer .dfc-wrap{position:relative!important;overflow:visible!important}#main-cart-footer .dfc-card{overflow:visible!important}@media screen and (min-width:990px){#main-cart-footer [data-dfc-root]{position:relative}#main-cart-footer [data-dfc-root].dfc-has-results [data-dfc-results]{position:absolute!important;right:calc(100% + 16px)!important;top:0!important;left:auto!important;width:340px!important;max-height:70vh!important;overflow-y:auto!important;background:#fff!important;border-radius:16px!important;border:1.5px solid rgba(0,0,0,.1)!important;box-shadow:0 12px 40px #0000001f!important;padding:16px!important;z-index:50!important;margin-top:0!important;border-top:none!important;animation:dfc-float-left .26s cubic-bezier(.22,1,.36,1) both!important}@keyframes dfc-float-left{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}#main-cart-footer [data-dfc-root].dfc-has-results [data-dfc-results] .dfc-results{border-top:none!important;margin-top:0!important;padding-top:0!important}}@media screen and (max-width:989px){#main-cart-footer [data-dfc-root].dfc-has-results [data-dfc-results]{position:static!important}}#main-cart-footer .dfc-wrap{margin-top:0!important;padding-top:0!important;border-top:none!important;margin-bottom:20px!important}#main-cart-footer .dfc-card{padding:16px!important;border-radius:16px!important;border:1.5px solid rgba(0,0,0,.1)!important;box-shadow:0 4px 16px #0000000f!important}#main-cart-footer .dfc-title h3{font-size:1.5rem!important;font-weight:700!important;color:#000c!important}#main-cart-footer .dfc-input{height:46px!important;font-size:1.4rem!important;border:1.5px solid rgba(0,0,0,.18)!important;background:#fff!important;color:#000000d1!important;border-radius:12px!important;padding:0 16px!important}#main-cart-footer .dfc-input:focus{border-color:#00000059!important;box-shadow:0 0 0 3px #00000012!important}#main-cart-footer button.dfc-btn{height:46px!important;min-width:100px!important;padding:0 20px!important;border-radius:12px!important;font-size:1.35rem!important;font-weight:700!important;background:#111!important;color:#fff!important;border:none!important}#main-cart-footer button.dfc-btn:hover{background:#222!important}#main-cart-footer .dfc-row{grid-template-columns:1fr auto!important;gap:10px!important}#main-cart-footer .dfc-rate__name{max-width:none!important;white-space:normal!important;word-break:break-word}#main-cart-footer .dfc-rate__price{font-size:1.35rem!important;white-space:nowrap!important}#main-cart-footer .dfc-rate__pill{font-size:1.15rem!important}#main-cart-footer .dfc-results__hint{font-size:1.15rem!important;color:#00000080!important;margin-top:12px!important}#main-cart-footer .dfc-results__label{font-size:1.2rem!important;font-weight:600!important;color:#0000008c!important;margin:12px 0 10px!important}
/*# sourceMappingURL=/cdn/shop/t/43/assets/distribuidora-frete-drawer.css.map */
