@keyframes shimmer{to{transform:translate(100%)}}#shopify-section-cart-drawer{z-index:9999;position:relative}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:1000;visibility:hidden;width:100%;height:100%;transition:visibility .3s ease}.cart-drawer.open{visibility:visible}.cart-drawer.is-empty .progress-bar,.cart-drawer.is-empty .cart-drawer-footer,.cart-drawer.is-empty .cart-drawer-recommendations,.cart-drawer.is-empty .docapp-free-gift-progress{display:none!important}.cart-drawer.is-empty .cart-drawer-body{flex:1;display:flex;align-items:center;justify-content:center}.cart-drawer .drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:999}.cart-drawer .drawer-overlay.is-visible{opacity:1;visibility:visible;pointer-events:auto}.cart-drawer#cart-drawer .card-product .st-wishlist-button{display:none!important}.cart-drawer-content{position:fixed;top:0;right:0;width:45rem;max-width:100%;height:100dvh;background:#fff;display:flex;flex-direction:column;box-shadow:-2px 0 8px #0000001a;z-index:1001;transform:translate(100%);transition:transform .3s ease}@media(max-width:767px){.cart-drawer-content{max-width:100%}}.cart-drawer.open .cart-drawer-content{transform:translate(0)}.cart-drawer-header{padding:1.5rem 1rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;background:#fff;height:5rem}.cart-drawer-header h2{margin:0;font-size:1.5rem;text-transform:initial;font-weight:400}.cart-drawer-header .close-cart-drawer{background:none;border:none;padding:0;cursor:pointer;border-radius:50%;transition:background .2s}.cart-drawer-header .close-cart-drawer:hover{background:#f5f5f5}.cart-drawer-header .close-cart-drawer svg{width:2rem;height:2rem;display:block}.progress-bar{padding:1rem 1.5rem;border-bottom:1px solid #eee;background-color:#fff}.progress-bar label{display:block;font-size:1.2rem;margin-bottom:.5rem;text-align:center;color:var(--color-primary);font-weight:500}.progress-bar progress{width:100%;height:1rem;border-radius:1rem;overflow:hidden;background-color:#f0f0f0;border:none;-webkit-appearance:none;appearance:none}.progress-bar progress::-webkit-progress-bar{background-color:#f0f0f0;border-radius:.25rem}.progress-bar progress::-webkit-progress-value{background-color:var(--color-primary);border-radius:.25rem;transition:width .3s ease}.progress-bar progress::-moz-progress-bar{background-color:var(--color-primary);border-radius:.25rem;transition:width .3s ease}.cart-drawer-body{flex:1;overflow-y:auto;background:#fff}.cart-drawer-body .cart-item{display:flex;flex-direction:row;padding:1rem 2.5%;border-bottom:1px solid #eee;align-items:flex-start}.cart-drawer-body .cart-item:last-child{border-bottom:none;margin-bottom:0}.cart-drawer-body .cart-item .cart-item-image-wrapper{position:relative;width:8rem;margin-right:1.5rem}.cart-drawer-body .cart-item .cart-item-image-wrapper:after{content:"";display:block;padding-bottom:140%}.cart-drawer-body .cart-item .cart-item-image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.cart-drawer-body .cart-item .cart-item-content{display:flex;flex-direction:column;flex:1;height:11.2rem}.cart-drawer-body .cart-item .cart-item-details{flex:0;margin-bottom:0}.cart-drawer-body .cart-item .cart-item-details .cart-item-title{font-weight:400;margin-bottom:.25rem}.cart-drawer-body .cart-item .cart-item-details .cart-item-title a{color:inherit;text-decoration:none;font-weight:inherit;text-transform:inherit;font-size:1.4rem}.cart-drawer-body .cart-item .cart-item-details .cart-item-variant{font-size:1.3rem;color:var(--color-third);margin-top:.5rem;margin-bottom:0}.cart-drawer-body .cart-item .cart-item-details .cart-item-variant .product-attribute{margin-bottom:.3rem;line-height:1.2}.cart-drawer-body .cart-item .cart-item-details .cart-item-variant .product-attribute span{font-size:1.2rem}.cart-drawer-body .cart-item .cart-item-details .cart-item-variant .attribute-name{margin-right:.3rem}.cart-drawer-body .cart-item .cart-item-details .cart-item-variant .attribute-value{text-transform:capitalize}.cart-drawer-body .cart-item .cart-item-actions{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:auto}.cart-drawer-body .cart-item .cart-item-quantity-wrapper{display:flex;align-items:center}.cart-drawer-body .cart-item .cart-item-quantity{display:flex;align-items:center;border:1px solid #ccc;border-radius:4px}.cart-drawer-body .cart-item .cart-item-quantity .quantity-button{padding:3px 12px;background:none;border:none;cursor:pointer;font-size:16px}.cart-drawer-body .cart-item .cart-item-quantity .quantity-button:hover{background:#f5f5f5}.cart-drawer-body .cart-item .cart-item-quantity .quantity-input{width:40px;border:none;text-align:center;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-drawer-body .cart-item .cart-item-quantity .quantity-input::-webkit-outer-spin-button,.cart-drawer-body .cart-item .cart-item-quantity .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer-body .cart-item .remove-item{background:none;border:none;color:var(--color-third);cursor:pointer;margin-left:1rem;padding:.25rem}.cart-drawer-body .cart-item .remove-item .icon-trash{width:1.8rem;height:1.8rem;display:block}.cart-drawer-body .cart-item .cart-item-price{font-weight:600;font-size:1.4rem}.cart-drawer-body .cart-item .cart-item-price span{font-size:1.4rem}.cart-drawer-body .cart-drawer-recommendations{padding:1.5rem 1rem;border-top:1px solid #eee}.cart-drawer-body .cart-drawer-recommendations .products-carousel-header{margin-bottom:1rem;text-align:center}.cart-drawer-body .cart-drawer-recommendations .products-carousel-header .products-carousel-title{margin:0;font-size:1.5rem;text-transform:initial;font-weight:400;text-align:left}.cart-drawer-body .cart-drawer-recommendations .swiper{padding:0 5px 2rem}.cart-drawer-body .cart-drawer-recommendations .swiper .swiper-button-next,.cart-drawer-body .cart-drawer-recommendations .swiper .swiper-button-prev{width:24px;height:24px;background:#ffffffe6;border:1px solid #000;border-radius:50%;top:35%;color:#000}.cart-drawer-body .cart-drawer-recommendations .swiper .swiper-button-next:after,.cart-drawer-body .cart-drawer-recommendations .swiper .swiper-button-prev:after{font-size:.8rem;font-weight:700}.cart-drawer-body .cart-drawer-recommendations .swiper .swiper-button-next:hover,.cart-drawer-body .cart-drawer-recommendations .swiper .swiper-button-prev:hover{background:#000;color:#fff}.cart-drawer-body .cart-drawer-recommendations .swiper .swiper-button-next{right:0}.cart-drawer-body .cart-drawer-recommendations .swiper .swiper-button-prev{left:0}.cart-drawer-body .cart-drawer-recommendations .swiper-slide{height:auto}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product{height:100%;display:flex;flex-direction:column;margin-bottom:0;text-align:center}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-images,.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-video{margin-bottom:.5rem}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-images:after,.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-video:after{display:none!important;padding-bottom:0!important}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-images img,.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-video img{aspect-ratio:1/1;object-fit:cover;height:auto;position:relative}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info{gap:.2rem;padding:0;flex-grow:1}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .card-product-name h3{font-size:1.1rem;line-height:1.2;height:2.4em;overflow:hidden;font-weight:400}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .card-product-prices{display:flex;flex-direction:column;gap:.2rem}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .card-product-prices .price{font-size:1.25rem;justify-content:center}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .card-product-prices .price ins{font-size:1.25rem;text-decoration:none;font-weight:600;color:inherit}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .card-product-prices .price del{font-size:1rem;color:#999}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .card-product-installments,.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .card-product-pix-discount{font-size:1.25rem;color:#666;margin-top:.1rem}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .card-product-installments span,.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .card-product-installments .pix-amount,.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .card-product-installments .installment-amount,.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .card-product-pix-discount span,.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .card-product-pix-discount .pix-amount,.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .card-product-pix-discount .installment-amount{font-size:inherit;font-weight:500}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .jdgm-widget{display:block!important;margin:.2rem auto!important;text-align:center}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .model-colors label{display:none!important}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .model-colors .model-colors-items{justify-content:center;gap:3px}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .model-colors .model-colors-remaining{font-size:.85rem;color:#555;margin-left:0;font-weight:500;text-decoration:none}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .model-colors .variant-name,.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .st-wishlist-button{display:none!important}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .model-colors{justify-content:center;margin-top:.5rem}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-info .model-colors .colors{width:1.45rem;height:1.45rem}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-actions{margin-top:.8rem}.cart-drawer-body .cart-drawer-recommendations .swiper-slide .card-product .card-product-actions .card-product-button{font-size:1.2rem;padding:.8rem;height:auto;min-height:unset;width:100%}.cart-drawer-footer{padding:1.5rem;border-top:1px solid #eee;display:flex;flex-direction:column;align-items:flex-end;gap:1rem;background:#fff}.cart-drawer-footer .subtotal-container{display:flex;align-items:flex-end;margin-bottom:.5rem;flex-direction:column}.cart-drawer-footer .subtotal-container .subtotal{margin-bottom:0}.cart-drawer-footer .subtotal-container .cart-drawer-pix-discount{margin-top:0;font-size:1.4rem;color:var(--color-primary);width:100%}@media(max-width:767px){.cart-drawer-footer .subtotal-container{flex-direction:column;align-items:flex-end}}.cart-drawer-footer .buttons-container{display:flex;gap:1rem;width:100%}.cart-drawer-footer .checkout-button{flex:1;padding:1rem;border:none;border-radius:4px;cursor:pointer;transition:opacity .2s;text-decoration:none;text-align:center;display:block}.cart-drawer-footer .checkout-button:hover{opacity:.9}.cart-drawer-footer .checkout-button--primary{background:var(--color-primary);color:#fff;border:none;width:100%;cursor:pointer}.cart-drawer-footer .checkout-button.btn-default{background:var(--color-primary);color:#fff;display:flex;font-size:1.6rem}.cart-drawer-footer .continue-shopping-link{display:block;text-align:center;text-decoration:underline;margin:10px auto 0;font-size:1.4rem;color:inherit;cursor:pointer;background:none;border:none;padding:0;width:fit-content}.cart-drawer-footer .continue-shopping-link:hover{opacity:.8}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem}.cart-empty p{font-size:1.2rem;margin-bottom:1rem}.cart-empty .continue-shopping{padding:.8rem 1.5rem;background:#000;color:#fff;text-decoration:none;border-radius:4px;transition:background .3s ease}.cart-empty .continue-shopping:hover{background:#333}.cart-loading{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;justify-content:center;align-items:center;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease;z-index:10}.cart-loading.is-active{visibility:visible;opacity:1}.cart-loading-spinner{width:40px;height:40px;border-radius:50%;border:3px solid transparent;border-top-color:var(--color-primary);animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cart-drawer.css.map */
