.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;visibility:hidden}.drawer.active{visibility:visible}.drawer.active~.floating-button,.drawer.active+.floating-button,body:has(.drawer.active) .floating-button,body:has(.drawer.active) .om-tab-wrapper-v2{opacity:0;pointer-events:none;transition:opacity .2s ease}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}.drawer__inner{height:100%;width:40rem;max-width:calc(100vw - 3rem);padding-inline:0;border:none;background:#f7f1e8;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}.drawer.active .drawer__inner{transform:translate(0)}.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{align-items:center;padding:0}cart-drawer.is-empty .drawer__header,cart-drawer.is-empty .progress_bar__container{display:none}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.drawer__header{flex-shrink:0;position:relative;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;background:#f7f1e8}.drawer__heading{margin:0}.drawer__close{display:inline-block;padding:0;min-width:4.4rem;min-height:4.4rem;position:absolute;top:50%;transform:translateY(-50%);right:1rem;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{right:5px;top:10px;transform:none}.drawer__close .svg-wrapper{height:2rem;width:2rem}.progress_bar__container{flex-shrink:0;width:calc(100% - 3rem);margin:0 auto 1rem;padding:12px 16px;display:flex;flex-direction:column-reverse;background:#fff;border-radius:8px}.progress_span{font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:600;text-align:center;color:#2c2b2b;margin-top:4px;line-height:130%}.progress_span strong{color:#ff8495}.progress_bar{height:12px;background:#eee;border-radius:100px}.progress_bar .progress{display:block;height:100%;background:#ff8495;transition:.6s;border-radius:100px}.cart-drawer__header-labels{display:flex;justify-content:space-between;align-items:center;width:calc(100% - 3rem);margin:.5rem auto 0;padding:0}.cart-drawer__label-produto,.cart-drawer__label-total{font-family:Proxima Nova,sans-serif;font-size:11px;font-weight:400;color:#666;text-transform:uppercase;letter-spacing:.1em}.cart-drawer__separator{width:calc(100% - 3rem);margin:.5rem auto 1rem;border:none;border-top:1px solid #ddd}cart-drawer-items{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 1.5rem}cart-drawer-items.is-empty+.js--recommend-products,cart-drawer-items.is-empty+.drawer__footer{display:none}cart-drawer-items::-webkit-scrollbar{width:4px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.3);border-radius:100px}cart-drawer-items::-webkit-scrollbar-track{background-color:rgba(var(--color-foreground),.05)}.drawer__contents{display:flex;flex-direction:column}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1;width:100%}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%;max-width:100%;overflow:hidden}.cart-drawer thead{display:none}.cart-drawer .cart-items tr{display:block;width:100%}.cart-drawer .drawer__contents,.cart-drawer .cart-drawer__form,.cart-drawer #CartDrawer-CartItems{width:100%}.cart-drawer .cart-item{display:grid;grid-template-columns:85px 1fr auto;gap:.75rem;padding:.75rem;background:#fff;border-radius:12px;font-family:Proxima Nova,sans-serif;align-items:start;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.cart-drawer .cart-item:last-child{margin-bottom:1rem}.cart-drawer .cart-item__media{grid-column:1;align-self:stretch;display:flex;align-items:center}.cart-drawer .cart-item__image{width:85px;height:85px;min-width:85px;min-height:85px;object-fit:cover;border-radius:8px;aspect-ratio:1 / 1}.cart-drawer .cart-item__link{display:block;border-radius:8px;overflow:hidden;height:100%}.cart-drawer .cart-item__details{grid-column:2;font-family:Proxima Nova,sans-serif;min-width:0;overflow:hidden}.cart-drawer .cart-item__name{font-family:Proxima Nova,sans-serif;text-decoration:none;display:flex;flex-direction:column;gap:.1rem;margin-bottom:.25rem}.cart-drawer .cart-item__name:hover{text-decoration:none}.cart-drawer .cart-item__name:hover .cart-item__title{text-decoration:underline}.cart-drawer .cart-item__title{font-family:Proxima Nova,sans-serif;font-size:13px;font-weight:700;color:#2c2b2b;letter-spacing:0;line-height:1.3;display:block}.cart-drawer .cart-item__variant{font-family:Proxima Nova,sans-serif;font-size:12px;font-weight:400;color:#666;letter-spacing:0;line-height:1.3;display:block}.drawer__footer .totals__total{font-family:Assistant,sans-serif;font-size:1.4rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:#333}.cart-drawer .cart-item__details .product-option{font-family:Proxima Nova,sans-serif;font-size:13px;color:#666;margin:0}.cart-drawer .cart-item__details .product-option:not(:first-of-type){display:none}.cart-drawer .cart-item__details dl{display:none}.cart-drawer .cart-item__totals{grid-column:3;display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;font-family:Proxima Nova,sans-serif;pointer-events:none;flex-shrink:0;white-space:nowrap}.cart-drawer .cart-item__price-wrapper{text-align:right}.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:.1rem;align-items:flex-end}.cart-drawer .cart-item__old-price,.cart-drawer .cart-item__compare-price{font-family:Proxima Nova,sans-serif;font-size:11px;font-weight:400!important;color:#acacac;text-decoration:line-through}.cart-drawer .cart-item__totals s,.cart-drawer .cart-item__totals .cart-item__old-price,.cart-drawer .cart-item__totals .cart-item__compare-price{font-weight:400!important}.cart-drawer .cart-item .price{font-family:Proxima Nova,sans-serif;font-size:13px;font-weight:700;color:#2c2b2b}.cart-drawer .cart-item__final-price{font-family:Proxima Nova,sans-serif;font-size:13px;font-weight:700;color:#f37490}.cart-drawer .cart-item__quantity{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;margin-bottom:0!important;padding:0!important;height:26px!important;min-height:26px!important;flex-wrap:nowrap}.cart-drawer .cart-item__quantity-wrapper{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:.5rem;padding:0!important;margin:0!important;height:26px!important;min-height:26px!important;width:fit-content!important}.cart-drawer quantity-popover{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;padding:0!important;margin:0!important;width:fit-content!important}.cart-drawer cart-remove-button{display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;margin:0!important;padding:0!important;position:static!important;width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important}.cart-drawer .quantity-popover-container{padding:0!important;margin:0!important;background:transparent!important;border:none!important;box-shadow:none!important;width:auto!important;min-width:fit-content}.cart-drawer .quantity.cart-quantity{display:flex!important;flex-direction:row!important;align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;overflow:hidden!important;box-shadow:none!important;width:fit-content!important;height:26px!important;min-height:26px!important;max-height:26px!important}.cart-drawer .quantity.cart-quantity:before,.cart-drawer .quantity.cart-quantity:after{content:none!important;display:none!important}.cart-drawer .quantity__button{width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;max-width:26px!important;max-height:26px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;cursor:pointer;color:#666;padding:0!important;margin:0!important;transition:background-color .15s ease}.cart-drawer .quantity__button:hover{background:#fce7f3!important}.cart-drawer .quantity__button:active{background:#fbcfe8!important}.cart-drawer .quantity__button .svg-wrapper{width:10px;height:10px;display:flex;align-items:center;justify-content:center}.cart-drawer .quantity__button .icon-minus,.cart-drawer .quantity__button .icon-plus{width:10px;height:10px}.cart-drawer .quantity__input{width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;max-width:26px!important;max-height:26px!important;text-align:center!important;border:none!important;border-left:1px solid #ddd!important;border-right:1px solid #ddd!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;font-family:Proxima Nova,sans-serif!important;font-size:12px!important;font-weight:600!important;color:#333!important;padding:0!important;margin:0!important;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-drawer .quantity__input::-webkit-outer-spin-button,.cart-drawer .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.cart-drawer .quantity__input:focus{outline:none!important;box-shadow:none!important}.cart-drawer .cart-remove-button{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;background:transparent;border:1px solid rgba(0,0,0,.1);cursor:pointer;color:#acacac;transition:all .2s ease;padding:0;min-width:auto;min-height:auto}.cart-drawer .cart-remove-button:hover{background:#fee;border-color:#f37490;color:#f37490}.cart-drawer .cart-remove-button .svg-wrapper,.cart-drawer .cart-remove-button .icon-remove{width:14px;height:14px}.cart-drawer .cart-items thead{display:none}.cart-drawer .cart-items td{padding:0}.cart-drawer .cart-item>td+td{padding-left:0}@media screen and (min-width: 750px){.cart-drawer .cart-items{display:block!important;width:100%!important}.cart-drawer .cart-item{display:grid!important;width:100%!important}.cart-drawer .cart-item__details,.cart-drawer .cart-item__media{width:auto!important}.cart-drawer .cart-items td{padding-top:0!important}.cart-drawer .cart-item .cart-item__quantity{padding-left:0!important}}@media screen and (max-width: 749px){.cart-drawer .cart-item{display:grid!important;grid-template-columns:85px 1fr auto!important;width:100%!important;align-items:start!important}.cart-drawer .cart-item__details{grid-column:2!important}.cart-drawer .cart-item__quantity-wrapper{flex-wrap:nowrap!important}}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer .quantity-popover-container{padding:0;background:#fff!important}.cart-drawer .quantity-popover__info.global-settings-popup{transform:translateY(0);top:100%}.cart-drawer .quantity-popover__info-button{display:none!important}.cart-drawer .cart-item__error{margin-top:.8rem}.cart-drawer .quantity-popover__info+.cart-item__error{margin-top:.2rem}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.js--recommend-products{flex-shrink:0;width:100%;background:#f7f1e8;border-top:1px solid rgba(var(--color-foreground),.1);padding:1rem 1.5rem 0}.js--recommend-products h3{text-align:left;font-family:Proxima Nova,sans-serif;font-size:14px;font-weight:500;margin:0 0 .75rem;border-top:none;padding:0}.js--recommend-products .swiper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.js--recommend-products .swiper-wrapper{display:flex;flex-direction:row;gap:.75rem;width:max-content;padding-bottom:.5rem}.js--recommend-products .swiper::-webkit-scrollbar{height:4px}.js--recommend-products .swiper::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.3);border-radius:100px}.js--recommend-products .swiper::-webkit-scrollbar-track{background-color:rgba(var(--color-foreground),.05)}.js--recommend-products li{display:flex;align-items:center;gap:.75rem;background:#fff;border-radius:8px;min-width:220px;max-width:280px;flex-shrink:0}.js--recommend-products .wrapper-btn-price{width:100%}.js--recommend-products a{color:#000;text-decoration:none;font-size:13px;font-weight:700;display:block;line-height:1.2;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.js--recommend-products p{margin:0}.js--recommend-products .wrapper-price-btn{margin-top:.5rem;display:flex;justify-content:space-between;align-items:center}.js--recommend-products .prices-recommend{display:flex;align-items:center;gap:.5rem}.js--recommend-products .spot-price-recommend{font-weight:700;font-size:12px;letter-spacing:-.02em;white-space:nowrap}.js--recommend-products .list-price-recommend{text-decoration:line-through;color:#acacac}.js--recommend-products s{text-decoration:line-through;color:#acacac;font-size:11px;letter-spacing:-.02em;white-space:nowrap}.js--recommend-products .buy-btn--js{max-width:fit-content;flex-shrink:0}.js--recommend-products .buy-btn--js button{font-size:11px;background:transparent;border:1px solid #F37490;border-radius:20px;font-weight:700;text-transform:uppercase;color:#f37490;padding:.6rem 1rem;cursor:pointer;min-width:auto;min-height:auto;position:relative;transition:all .2s ease}.js--recommend-products .buy-btn--js button:before,.js--recommend-products .buy-btn--js button:after{content:none!important;display:none!important}.js--recommend-products .buy-btn--js button:hover{background:#f37490;color:#fff;border-color:#f37490;box-shadow:0 2px 8px #f374904d;transform:translateY(-1px)}.js--recommend-products .buy-btn--js button:focus,.js--recommend-products .buy-btn--js button:focus-visible{outline:none;box-shadow:0 0 0 3px #f374904d}.js--recommend-products .buy-btn--js button.loading{min-width:auto;width:auto}.js--recommend-products .buy-btn--js .loading__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px}.js--recommend-products .buy-btn--js .loading__spinner .spinner{width:16px;height:16px}.js--recommend-products product-form{display:inline-block;max-width:fit-content}.js--recommend-products product-form .form{display:inline-flex}.drawer__footer{flex-shrink:0;padding:1rem 1.5rem 1.5rem;background:#f7f1e8}.drawer__footer>details{margin-top:-1rem;border-bottom:.1rem solid rgba(var(--color-foreground),.2)}.drawer__footer>details[open]{padding-bottom:1rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:1rem 2.8rem 1rem 0}.cart-drawer__footer>*+*{margin-top:.75rem}.cart-drawer .discounts-row,.cart-drawer .totals{display:flex;justify-content:space-between;align-items:center}.cart-drawer .discounts-row{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.cart-drawer .discounts-row__label,.cart-drawer .totals__total{font-size:1.6rem;font-weight:700;text-transform:uppercase;margin:0}.cart-drawer .discounts-row__value{font-size:1.6rem;font-weight:700;color:#f37490;margin:0}.cart-drawer .totals__total{font-size:1.8rem}.cart-drawer .totals__total-value{font-size:1.8rem;font-weight:700;margin:0}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{margin:.8rem 0 1rem auto;text-align:left}.cart__ctas{margin-top:1rem}.cart-drawer .cart__checkout-button{max-width:none;width:100%;min-height:56px;border-radius:30px;font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.cart-drawer .cart-drawer__back-button{display:block;max-width:none;width:100%;min-height:56px;border-radius:30px;font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-align:center;line-height:56px;text-decoration:none;margin-top:1rem}.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 (max-width: 749px){.drawer__inner{max-width:100vw;width:100%}.cart-drawer .cart-item cart-remove-button{margin-left:0}}@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 .cart-item__quantity--info quantity-popover>*{padding-left:0}.cart-drawer .cart-item__error{margin-left:0}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/component-cart-drawer.css.map */
