.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:40rem;max-width:100vw;border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;border-left:0;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}.drawer__inner-empty{height:100%;padding:0 1.5rem;overflow:hidden;display:flex;flex-direction:column}.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__warnings--has-collection .cart__login-title{margin-top:2.5rem}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;padding:1rem 6rem;display:flex;justify-content:space-between;align-items:center;background-color:#73c45f}.drawer__heading{margin:0rem;color:rgb(var(--color-background))!important;font-size:1.8rem}.drawer__close{display:inline-block;padding:0;min-width:4.4rem;min-height:4.4rem;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:1px;left:10px;color:#fff;background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{right:5px}.drawer__close svg{height:2rem;width:2rem;color:#fff!important;fill:#fff!important}.drawer__close svg path{fill:#fff!important;stroke:#fff!important;stroke-width:1px!important;stroke-linecap:round!important;stroke-linejoin:round!important;paint-order:stroke fill!important}.drawer__header .drawer__close{color:#fff!important;margin-top:4px}.drawer__header .drawer__close svg{color:#fff!important;fill:#fff!important;filter:drop-shadow(0 0 .5px #ffffff)}.drawer__header .drawer__close svg path{fill:#fff!important;stroke:#fff!important;stroke-width:1px!important;stroke-linecap:round!important;stroke-linejoin:round!important;paint-order:stroke fill!important}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{border-top:.1rem solid rgba(var(--color-foreground),.2);padding:1rem 1.5rem;background-color:#fafafa}cart-drawer-items.is-empty+.drawer__footer{display:none}.drawer__footer>details{margin-top:-1.5rem;border-bottom:.1rem solid rgba(var(--color-foreground),.2)}.drawer__footer>details[open]{padding-bottom:1.5rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:1.5rem 2.8rem 1.5rem 0}.drawer__footer>details+.cart-drawer__footer{padding-top:1.5rem}cart-drawer{position:fixed;top: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}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items{border-spacing:0!important;border-collapse:collapse!important}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer .cart-items td{border-spacing:0!important;padding:0!important;margin:0!important}.cart-drawer thead{display:inline-table;width:100%}cart-drawer-items{overflow:auto;flex:1;padding:0rem 1.5rem}@media screen and (max-height:650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:table-row;position:relative}.cart-drawer .cart-item:last-child{border-bottom:none}.cart-drawer .cart-item__media{width:80px!important;max-width:80px!important;min-width:80px!important;padding-right:.5rem!important;padding-top:0!important;padding-left:0!important;padding-bottom:0!important;margin:0!important;border:none!important;vertical-align:top;position:relative!important}.cart-drawer .cart-item__image{max-width:100%;width:80px;height:auto;border-radius:4px;display:block;margin:0!important;padding:0!important}.cart-drawer .cart-item__link{display:block!important;margin:0!important;padding:0!important;line-height:0!important;position:static!important;bottom:auto!important;left:auto!important}.cart-drawer .cart-items thead{margin-bottom:.5rem}.cart-drawer .cart-items thead th:first-child,.cart-drawer .cart-items thead th:last-child{width:0;padding:0}.cart-drawer .cart-items thead th:nth-child(2){width:50%;padding-left:0}.cart-drawer .cart-items thead tr{display:table-row;margin-bottom:0}.cart-drawer .cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-drawer .cart-item{border-bottom:none}.cart-drawer .cart-item:last-child{margin-bottom:0}.cart-drawer .cart-item .loading__spinner{right:5px;padding-top:0}.cart-drawer .cart-item>td+td{padding:0!important}.cart-drawer .cart-item__media+.cart-item__details{padding-left:0!important;margin-left:0!important}.cart-drawer .cart-item__media+.cart-item__details{padding-left:0!important}.cart-drawer .cart-item__quantity-row .cart-item__quantity{padding-left:0!important;margin-bottom:10px!important}.cart-drawer .cart-item__details{width:auto!important;max-width:none!important;min-width:auto!important;position:relative;padding:0!important;margin:0!important;vertical-align:top;font-size:inherit!important;line-height:inherit!important}.cart-drawer .cart-item__totals{pointer-events:auto;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;min-width:120px;vertical-align:top;padding-top:0;padding-left:1rem;padding-right:0}.cart-drawer.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;gap:.6rem}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .cart-items .cart-item__quantity{width:auto}.cart-drawer .cart-item__quantity-row{border:none}.cart-drawer .cart-item__quantity-row td{padding-top:1rem;padding-bottom:1.5rem;vertical-align:middle;border-bottom:1px solid #F0F0F0}.cart-drawer .cart-item__quantity-row:last-child td{border-bottom:none;padding-bottom:0}.cart-drawer .cart-item__quantity-row .cart-item__quantity{padding-left:0;padding-right:1rem;padding-top:1rem;padding-bottom:1.5rem;vertical-align:middle;width:auto}.cart-drawer .cart-item__quantity-row .cart-item__spacer{padding:1rem 0;width:auto;vertical-align:middle;border:none}.cart-drawer .cart-item__quantity-row .cart-item__totals{padding-left:1rem;padding-right:0;padding-top:1rem;padding-bottom:1.5rem;text-align:right;vertical-align:middle;border:none}@media screen and (max-width:749px){.drawer__inner{max-width:100vw;width:100vw}.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer__footer>*+*{margin-top:1rem}.cart-drawer .totals{justify-content:space-between}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{margin:1.2rem 0 2rem auto;text-align:left}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer .cart__checkout-button{max-width:none}.drawer__footer .cart__dynamic-checkout-buttons{max-width:100%}.drawer__footer #dynamic-checkout-cart ul{flex-wrap:wrap!important;flex-direction:row!important;margin:.5rem -.5rem 0 0!important;gap:.5rem}.drawer__footer [data-shopify-buttoncontainer]{justify-content:flex-start}.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(50% - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:only-child{flex-basis:100%!important;margin-right:.5rem!important}@media screen and (min-width:750px){.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(100% / 3 - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2)~li,.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4)~li{flex-basis:calc(50% - .5rem)!important}}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:31px}.cart-drawer .quantity-popover-container{padding:0}.cart-drawer .quantity-popover__info.global-settings-popup{transform:translateY(0);top:100%}.cart-drawer .cart-item__error{margin-top:.8rem}.cart-drawer .quantity-popover__info+.cart-item__error{margin-top:.2rem}.cart-drawer .container-details-cart{display:flex!important;flex-direction:column!important;gap:.4rem!important;padding-right:2.5rem!important;margin-left:-84px!important;margin-top:7px!important}.cart-drawer .cart-item__name{font-size:13px!important;font-weight:500!important;color:#2c2c2c!important;line-height:1.4!important;margin:0!important;text-decoration:none!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;overflow:visible!important;display:block!important}.cart-drawer .cart-item__name:hover{text-decoration:underline!important;text-underline-offset:.3rem!important}.cart-drawer .cart-item__variant{font-size:1.2rem!important;font-weight:400!important;color:#999!important;margin:0!important;line-height:1.4!important}.cart-drawer .cart-item__supplier{font-size:1rem!important;font-weight:400!important;color:#999!important;margin:0!important;line-height:1.4!important}.cart-drawer .cart-remove-button{position:absolute!important;top:0!important;right:0!important;margin:0!important;z-index:10!important;color:#999!important;background:transparent!important;border:none!important;padding:.5rem!important;cursor:pointer!important}.cart-drawer .cart-remove-button svg{width:1.6rem!important;height:1.6rem!important;color:#999!important;fill:#999!important}.cart-drawer .cart-remove-button:hover{opacity:.7!important}.cart-drawer .cart-remove-button path{fill:#999!important}.cart-drawer .cart-item__old-price{color:#eb001b!important;font-size:1.4rem;font-weight:400;text-decoration:line-through;opacity:1;display:block;margin-bottom:.2rem}.cart-drawer .cart-item__current-price{color:#3f7e44!important;font-size:1.6rem;font-weight:700;line-height:1.2;display:block}.cart-drawer .cart-item__discounted-prices{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.cart-drawer .cart-item__price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem;margin-top:0;justify-content:flex-start}.cart-drawer .installment-info{margin-top:0}.cart-drawer .installment-info .parcelas{font-size:1.1rem;font-weight:400;color:#000;line-height:1.4}.cart-drawer .installment-info .parcelas-bold{font-weight:700!important}.cart-drawer .installment-info .valor-parcelas{font-weight:400}.cart-drawer .quantity__input{border:1px solid #D9D9D9;color:#2c2c2c;font-size:1.4rem;text-align:center;width:50px;padding:.5rem;height:30px}.cart-drawer .quantity__button{border:1px solid #D9D9D9;background:#fff;color:#2c2c2c;width:30px;height:30px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:0}.cart-drawer .quantity__button:first-child{border-radius:7px 0 0 7px}.cart-drawer .quantity__button:last-child{border-radius:0 7px 7px 0}.cart-drawer .quantity__button:hover{background:#f5f5f5}.cart-drawer .quantity__button svg{color:#2c2c2c;width:1.2rem;height:1.2rem}.cart-drawer .quantity-popover-wrapper{display:flex;align-items:center;gap:.5rem}.cart-minimum-warning{display:flex;align-items:center;gap:1rem;background-color:#fff0e6;border:1px solid #ff6600;border-radius:8px;padding:5px 15px;margin:1rem 1.5rem;color:#f60!important;font-size:1.4rem;font-weight:600;line-height:1.5;text-transform:uppercase;letter-spacing:.02em}.cart-minimum-warning .warning-icon{flex-shrink:0;width:24px;height:24px;color:#f60}.cart-minimum-warning span{flex:1;color:#f60;font-weight:600;font-size:12px}@media screen and (min-width:750px){.cart-drawer .cart-item__quantity--info quantity-popover>*{padding-left:0}.cart-drawer .cart-item__error{margin-left:0}}.cart-drawer .drawer__inner .cart-drawer__shipping-rate{background:#f9f9f9;display:flex;padding:20px 20px 25px;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch}.cart-drawer .drawer__inner .cart-drawer__shipping-rate .cart-drawer__shipping-fretes{width:100%}.cart-drawer .drawer__inner .cart-drawer__shipping-rate .title{margin:0 0 15px}.cart-drawer .drawer__inner .cart-drawer__shipping-form #show-shipping-form,.cart-drawer .drawer__inner .cart-drawer__shipping-rate .progress .progress-bar .sr-only{width:0;height:0;position:absolute;overflow:hidden;text-indent:-999999999px}.cart-drawer .drawer__inner .cart-drawer__shipping-rate .menssage{color:#3f7e44;text-align:left;font-size:16px;font-style:normal;font-weight:300;line-height:18px}.cart-drawer .drawer__inner .cart-drawer__shipping-rate .menssage .value{font-weight:700}.cart-drawer .drawer__inner .cart-drawer__shipping-rate .info{display:block;color:#3f7e44;text-align:left;font-size:13px;font-style:normal;font-weight:300;line-height:15px;margin-bottom:10px}.cart-drawer .drawer__inner .cart-drawer__shipping-rate .progress{position:relative;width:100%;height:4px;background-color:var(--colors-gray-100,#EBEBEB);border-radius:2px}.cart-drawer .drawer__inner .cart-drawer__shipping-rate .progress .progress-bar{height:100%;max-width:100%;background-color:#73c45f;transition:width .3s linear;border-radius:2px}.cart-drawer .cart-item__unavailable-row{border:none}.cart-drawer .cart-item__unavailable-message{padding:0!important;padding-top:1rem!important;padding-bottom:1rem!important;vertical-align:middle}.cart-drawer .cart-item__unavailable-wrapper{display:flex;align-items:center;gap:.8rem;padding:1rem 1.2rem;background-color:#fff5f5;border:1px solid #EB001B;border-radius:8px;width:100%}.cart-drawer .cart-item__unavailable-icon{width:20px;height:20px;min-width:20px;color:#eb001b;flex-shrink:0}.cart-drawer .cart-item__unavailable-text{font-size:1.2rem;font-weight:700;color:#eb001b;text-transform:uppercase;letter-spacing:.02em;line-height:1.4;margin:0}.cart-drawer .cart-item__quantity-disabled{display:flex;align-items:center;justify-content:center;min-height:42px;opacity:.5;pointer-events:none}.cart-drawer .quantity-popover-container--disabled{opacity:.5;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/67/assets/component-cart-drawer.css.map */
