.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%;border-right:0;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}.drawer__inner-empty{overflow:hidden;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column}cart-drawer.is-empty .drawer__inner{grid-template-rows:1fr}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;display:flex;justify-content:space-between;align-items:center}.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;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{right:5px}.drawer__close .svg-wrapper{height:2rem;width:2rem}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}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 .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer thead{display:inline-table;width:100%}cart-drawer-items{overflow:auto;flex:1}@media screen and (max-height:650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:1rem;margin-bottom:0}.cart-drawer .cart-item__media{grid-row:1 / 3}.cart-drawer .cart-item__image{max-width:100%}.cart-drawer .cart-item__nested-line .cart-item__image{max-width:60%;float:right}.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:last-child{margin-bottom:1.5rem}.cart-drawer .cart-item .loading__spinner{right:5px;padding-top:2.5rem}.cart-drawer .cart-items td{padding-top:1.7rem}.cart-drawer .cart-items .cart-item__nested-line td:not(.cart-item__quantity){padding-top:1rem}.cart-drawer .cart-item>td+td{padding-left:1rem}.cart-drawer .cart-item__details{width:auto;grid-column:2 / 4}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.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{padding-top:0;grid-column:2 / 5}@media screen and (max-width:749px){.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{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}@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}}.drawer__inner{padding:0 2rem;background:rgb(var(--color-background));border:0;border-left:1px solid rgba(var(--color-foreground),.1);box-shadow:-12px 0 40px #0000001f}.drawer__header{min-height:6.4rem;padding:1.6rem 0 1.3rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.drawer__heading{margin:0;font-size:2rem;font-weight:750;line-height:1.2;letter-spacing:-.02em}.drawer__close{top:1rem;right:-.8rem}cart-drawer.is-empty .drawer__inner{display:flex;flex-direction:column;align-items:stretch;padding:0 2rem}.drawer__inner-empty{width:100%;height:100%;padding:0;overflow-y:auto}.cart-drawer__warnings{flex:0 0 auto;justify-content:flex-start;padding:3rem 0 2.2rem}.cart-drawer__empty-content{width:100%}.tms-empty-cart{width:100%;text-align:center}.tms-empty-cart__icon{width:5.2rem;height:5.2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#111;background:#f5f5f5;border-radius:50%}.tms-empty-cart__icon svg{width:2.6rem;height:2.6rem}.cart__empty-text{max-width:32rem;margin:0 auto;color:#111;font-size:2.3rem;font-weight:750;line-height:1.12;letter-spacing:-.03em}.tms-empty-cart__description{max-width:30rem;margin:1rem auto 1.8rem;color:#666;font-size:1.35rem;line-height:1.45}.tms-empty-cart__button{width:100%;min-height:5rem;margin:0;font-size:1.35rem;font-weight:700}.cart-drawer__warnings .cart__login-title,.cart-drawer__warnings .cart__login-paragraph{display:none!important}.cart-drawer__collection{margin:0;padding:2rem 0;border-top:1px solid rgba(var(--color-foreground),.1)}.cart-drawer__collection:before{content:"Presentes mais escolhidos";display:block;margin-bottom:1.2rem;color:#111;font-size:1.5rem;font-weight:700;line-height:1.2}.cart-drawer .drawer__cart-items-wrapper{padding-top:.5rem}.cart-drawer .cart-item{padding:1.5rem 0;border-bottom:1px solid rgba(var(--color-foreground),.09)}.cart-drawer .cart-item__image{overflow:hidden;border-radius:.8rem}.cart-drawer .cart-item__name{color:#111;font-size:1.35rem;font-weight:650;line-height:1.3;text-decoration:none}.cart-drawer .product-option{color:#666;font-size:1.15rem;line-height:1.35}.drawer__footer{flex-shrink:0;padding:1.5rem 0 1.8rem;background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.12);box-shadow:0 -8px 20px #00000009}.cart-drawer .totals{align-items:center;margin-bottom:.8rem}.cart-drawer .totals__total{font-size:1.45rem;font-weight:650}.cart-drawer .totals__total-value{font-size:1.65rem;font-weight:750}.cart-drawer .tax-note{margin:.8rem 0 1.3rem;color:#6b6b6b;font-size:1.05rem;line-height:1.35}.cart-drawer .cart__checkout-button{width:100%;min-height:5.2rem;margin:0;font-size:1.4rem;font-weight:750}@media screen and (max-width:749px){.drawer__inner{width:100%;max-width:100%;padding:0 1.6rem}cart-drawer.is-empty .drawer__inner{padding:0 1.6rem}.cart-drawer__warnings{padding-top:2.4rem}.cart__empty-text{font-size:2.1rem}.tms-empty-cart__description{font-size:1.25rem}}.drawer__inner{width:43rem;max-width:100vw}cart-drawer.is-empty .drawer__inner-empty{gap:0;overflow-y:auto;scrollbar-width:thin}cart-drawer.is-empty .tms-empty-cart__icon{width:4.8rem;height:4.8rem;margin-bottom:1.2rem;background:#f6f4f1;border:1px solid #ece8e2}cart-drawer.is-empty .tms-empty-cart__description{margin:.9rem auto 1.6rem;font-size:1.25rem}cart-drawer.is-empty .tms-empty-cart__button{min-height:4.8rem;border-radius:.7rem}.tms-cart-recommendations{width:100%;box-sizing:border-box;margin-top:.2rem;padding:1.6rem 0 1.8rem;border-top:1px solid rgba(var(--color-foreground),.1)}.tms-cart-recommendations__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.tms-cart-recommendations__eyebrow{display:block;margin-bottom:.25rem;color:#8b8b8b;font-family:inherit;font-size:.9rem;font-weight:700;line-height:1;letter-spacing:.12em;text-transform:uppercase}.tms-cart-recommendations__heading{margin:0;color:#111;font-family:inherit;font-size:1.45rem;font-weight:750;line-height:1.15;letter-spacing:-.015em}.tms-cart-recommendations__view-all{flex:0 0 auto;color:#4a4a4a;font-family:inherit;font-size:1rem;font-weight:600;line-height:1;text-decoration:underline;text-underline-offset:.25rem}.tms-cart-recommendations__list{display:flex;flex-direction:column;gap:.7rem}.tms-cart-recommendations__card{position:relative;display:grid;grid-template-columns:6.6rem minmax(0,1fr) auto;align-items:center;gap:1rem;width:100%;min-height:7.8rem;box-sizing:border-box;padding:.6rem .7rem;background:#fff;border:1px solid #e9e7e3;border-radius:1rem;color:#111;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.tms-cart-recommendations__card:hover{border-color:#cfcbc5;box-shadow:0 .6rem 1.8rem #0000000f;transform:translateY(-1px)}.tms-cart-recommendations__image{width:6.6rem;height:6.6rem;overflow:hidden;background:#f7f6f4;border-radius:.8rem}.tms-cart-recommendations__image img{display:block;width:100%;height:100%;object-fit:cover}.tms-cart-recommendations__content{min-width:0;text-align:left}.tms-cart-recommendations__title{display:-webkit-box;overflow:hidden;margin:0 0 .5rem;color:#111;font-family:inherit;font-size:1.15rem;font-weight:700;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tms-cart-recommendations__prices{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem}.tms-cart-recommendations__current{color:#8f2025;font-family:inherit;font-size:1.25rem;font-weight:800;line-height:1}.tms-cart-recommendations__compare{color:#8a8a8a;font-family:inherit;font-size:.95rem;font-weight:500;line-height:1;text-decoration-thickness:1px}.tms-cart-recommendations__discount{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .45rem;background:#8f2025;border-radius:.4rem;color:#fff;font-family:inherit;font-size:.72rem;font-weight:700;line-height:1;white-space:nowrap}.tms-cart-recommendations__button{display:inline-flex;align-items:center;justify-content:center;min-width:4rem;min-height:2.9rem;box-sizing:border-box;padding:.6rem .8rem;background:#111;border:1px solid #111111;border-radius:.6rem;color:#fff;font-family:inherit;font-size:.9rem;font-weight:700;line-height:1;white-space:nowrap}.tms-cart-recommendations__card:hover .tms-cart-recommendations__button{background:#fff;color:#111}.tms-cart-recommendations__trust{display:flex;align-items:center;justify-content:center;gap:.55rem;margin-top:1.2rem;color:#6b6b6b;font-family:inherit;font-size:1rem;line-height:1.2}.tms-cart-recommendations__trust span{display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;background:#111;border-radius:50%;color:#fff;font-size:.95rem;font-weight:700}@media screen and (max-width:749px){cart-drawer.is-empty .drawer__inner{padding:0 1.4rem}cart-drawer.is-empty .cart-drawer__warnings{padding-top:2rem}cart-drawer.is-empty .cart__empty-text{font-size:2rem}.tms-cart-recommendations{padding-top:1.4rem}.tms-cart-recommendations__card{grid-template-columns:6rem minmax(0,1fr) auto;min-height:7.2rem;gap:.8rem;padding:.55rem .6rem}.tms-cart-recommendations__image{width:6rem;height:6rem}.tms-cart-recommendations__title{font-size:1.05rem}.tms-cart-recommendations__current{font-size:1.15rem}.tms-cart-recommendations__compare,.tms-cart-recommendations__discount{display:none}.tms-cart-recommendations__button{min-width:3.7rem;min-height:2.7rem;padding:.55rem .7rem;font-size:.85rem}.tms-cart-recommendations__trust{font-size:.95rem}}cart-drawer.is-empty .drawer__inner-empty{min-height:100%;display:flex;flex-direction:column}cart-drawer.is-empty .tms-cart-recommendations{margin-top:auto!important;padding-top:1.6rem;padding-bottom:1.8rem}cart-drawer.is-empty .cart-drawer__warnings{text-align:center!important}cart-drawer.is-empty .cart-drawer__empty-content{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}cart-drawer.is-empty .tms-empty-cart{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}cart-drawer.is-empty .tms-empty-cart__icon{margin-left:auto!important;margin-right:auto!important;align-self:center!important}cart-drawer.is-empty .tms-empty-cart__icon svg{display:block!important;margin:0 auto!important;transform:translate(1px)}cart-drawer.is-empty .cart__empty-text{width:100%!important;max-width:32rem!important;margin-left:auto!important;margin-right:auto!important;padding:0!important;text-align:center!important}cart-drawer.is-empty .tms-empty-cart__description{width:100%!important;max-width:30rem!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}cart-drawer.is-empty .cart__empty-text{font-size:2rem!important;line-height:1.12!important}cart-drawer.is-empty .cart-drawer__warnings{flex:1 1 auto!important;width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:3rem 0 4rem!important;box-sizing:border-box!important}cart-drawer.is-empty .cart-drawer__empty-content{width:100%!important;margin:0 auto!important}
/*# sourceMappingURL=/cdn/shop/t/47/assets/component-cart-drawer.css.map */
