cart-drawer .drawer__inner{display:flex;flex-direction:column;height:100%;max-height:100vh;max-height:100dvh}.mg-cart__header{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:6rem;min-height:6rem;border-bottom:.1rem solid #E5E5E5;flex-shrink:0}.mg-cart__header-title{font-size:1.6rem;font-weight:600;color:#1a1a1a;margin:0}.mg-cart__header-count{font-weight:400;color:#888}.mg-cart__close{width:4.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#1a1a1a;border-radius:50%;transition:background .2s ease;flex-shrink:0}.mg-cart__close:hover{background:#0000000a}.mg-cart__close svg{width:2rem;height:2rem}.mg-cart__body{flex:1;overflow-y:auto;overflow-x:hidden;padding:2rem;-webkit-overflow-scrolling:touch}.mg-cart__shipping-banner{background:#f7f7f5;border-radius:.6rem;margin-bottom:1.6rem}.mg-cart__shipping-summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.4rem;font-size:1.3rem;color:#444;cursor:pointer;list-style:none}.mg-cart__shipping-summary::-webkit-details-marker{display:none}.mg-cart__shipping-summary::marker{content:""}.mg-cart__shipping-summary span{display:flex;align-items:center;gap:.3rem}.mg-cart__shipping-chevron{transition:transform .2s ease;color:#999;flex-shrink:0}.mg-cart__shipping-banner[open] .mg-cart__shipping-chevron{transform:rotate(90deg)}.mg-cart__shipping-list{list-style:none;padding:.8rem 1.4rem 1.2rem;margin:0;font-size:1.2rem;color:#555;line-height:1.7;border-top:.1rem solid rgba(0,0,0,.05)}.mg-cart__shipping-list strong{font-weight:600}.mg-cart__shipping-free{color:#2d6b48;font-weight:500}.mg-cart__item{display:flex;gap:1.2rem;padding-bottom:1.6rem;margin-bottom:1.6rem;border-bottom:.1rem solid #ECECEC;position:relative}.mg-cart__item:last-child{border-bottom:none;margin-bottom:0}.mg-cart__item-image{width:10rem;height:10rem;flex-shrink:0;border-radius:.6rem;overflow:hidden;background:#f5f5f5;border:.1rem solid #F0F0F0}.mg-cart__item-image img{width:100%;height:100%;object-fit:cover}.mg-cart__item-details{flex:1;min-width:0}.mg-cart__item-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 .2rem;line-height:1.35;text-decoration:none;display:block}.mg-cart__item-title:hover{text-decoration:underline}.mg-cart__item-variant{font-size:1.3rem;color:#666;margin:0 0 .4rem}.mg-cart__item-condition{font-size:1.2rem;color:#555;margin:0 0 .8rem}.mg-cart__item-compare{font-size:1.25rem;font-weight:400;color:#999;text-decoration:line-through;margin:0 0 .2rem}.mg-cart__item-price{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 .2rem}.mg-cart__item-savings{font-size:1.3rem;font-weight:600;color:#3a8a5c;margin:0 0 .8rem}.mg-cart__item-scarcity-group{padding:.8rem 0 0}.mg-cart__item-scarcity{font-size:1.2rem;color:#888;margin:0 0 .4rem;display:flex;align-items:center;gap:.4rem}.mg-cart__item-scarcity:before{content:"";width:.5rem;height:.5rem;border-radius:50%;border:.1rem solid #888;flex-shrink:0}.mg-cart__item-reserve{font-size:1.15rem;color:#999;font-style:italic;margin:0}.mg-cart__item-remove{font-size:1.2rem;color:#c00;background:none;border:none;padding:0;cursor:pointer;text-decoration:none;transition:color .2s ease;margin-top:1.6rem;display:inline-block}.mg-cart__item-remove:hover{color:#900;text-decoration:underline}.mg-cart__item-discounts{list-style:none;padding:0;margin:.4rem 0 0}.mg-cart__item-discounts li{font-size:1.2rem;color:#3a8a5c}.mg-cart__accordions{margin:1.6rem 0;border-top:.1rem solid #ECECEC;border-bottom:.1rem solid #ECECEC}.mg-cart__accordion{border-bottom:.1rem solid #ECECEC}.mg-cart__accordion:last-child{border-bottom:none}.mg-cart__accordion summary{display:flex;align-items:center;justify-content:space-between;height:4.8rem;font-size:1.3rem;color:#555;cursor:pointer;list-style:none;padding:0 .4rem}.mg-cart__accordion summary::-webkit-details-marker{display:none}.mg-cart__accordion summary::marker{display:none;content:""}.mg-cart__accordion-chevron{transition:transform .2s ease;flex-shrink:0;color:#999}.mg-cart__accordion[open] .mg-cart__accordion-chevron{transform:rotate(90deg)}.mg-cart__accordion-body{padding:0 .4rem 1.2rem}.mg-cart__note-input{width:100%;min-height:6rem;border:.1rem solid #DDD;border-radius:.4rem;padding:.8rem 1rem;font-size:1.3rem;resize:vertical;font-family:inherit;color:#333}.mg-cart__note-input:focus{outline:none;border-color:#1a1a1a}.mg-cart__discount-row{display:flex;gap:.8rem}.mg-cart__discount-input{flex:1;height:4rem;border:.1rem solid #DDD;border-radius:.4rem;padding:0 1rem;font-size:1.3rem;font-family:inherit;color:#333}.mg-cart__discount-input:focus{outline:none;border-color:#1a1a1a}.mg-cart__discount-btn{height:4rem;padding:0 1.6rem;background:#1a1a1a;color:#fff;border:none;border-radius:.4rem;font-size:1.3rem;font-weight:600;cursor:pointer;transition:background .2s ease;flex-shrink:0}.mg-cart__discount-btn:hover{background:#333}.mg-cart__footer{border-top:.1rem solid #E5E5E5;background:#fff;padding:1.6rem 2rem;flex-shrink:0;box-shadow:0 -2px 8px #0000000a}.mg-cart__cart-discounts{list-style:none;padding:0;margin:0 0 .6rem}.mg-cart__cart-discounts li{display:flex;align-items:center;gap:.4rem;font-size:1.2rem;color:#3a8a5c}.mg-cart__subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.2rem}.mg-cart__subtotal-label{font-size:1.4rem;font-weight:600;color:#1a1a1a;margin:0}.mg-cart__subtotal-value{font-size:1.6rem;font-weight:700;color:#1a1a1a;margin:0}.mg-cart__tax-note{font-size:1.2rem;color:#888;margin:0 0 .6rem}.mg-cart__total-savings{font-size:1.3rem;color:#3a8a5c;font-weight:600;margin:.8rem 0}.mg-cart__klarna{display:flex;align-items:center;gap:.5rem;font-size:1.3rem;color:#555;margin-bottom:1.2rem}.mg-cart__klarna-badge{display:inline-block;background:#ffb3c7;color:#1a1a1a;font-weight:700;font-size:1rem;padding:.2rem .5rem;border-radius:.3rem;letter-spacing:.02rem}.mg-cart__checkout{width:100%;height:5.2rem;background:#2d6b48;color:#fff;border:none;border-radius:.6rem;font-size:1.5rem;font-weight:600;letter-spacing:.05rem;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.mg-cart__checkout:hover{background:#245838}.mg-cart__checkout:disabled{opacity:.5;cursor:not-allowed}.mg-cart__payment-icons{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.2rem}.mg-cart__pay-icon{height:2.8rem;width:auto;opacity:.7}.mg-cart__trust-lines{margin-top:1.2rem;text-align:center;font-size:1.15rem;color:#666;line-height:1.7}.mg-cart__trust-lines span{display:block}.mg-cart__continue{display:block;text-align:center;margin-top:1.2rem;font-size:1.3rem;font-weight:600;color:#1a1a1a;text-decoration:underline;background:none;border:none;cursor:pointer;padding:.4rem .4rem .2rem;width:100%;font-family:inherit;transition:color .2s ease}.mg-cart__continue:hover{color:#555}.mg-cart__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem;flex:1}.mg-cart__empty-title{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin:0 0 .8rem}.mg-cart__empty-text{font-size:1.4rem;color:#666;margin:0 0 2rem}.mg-cart__empty-cta{display:inline-flex;align-items:center;justify-content:center;height:4.8rem;padding:0 2.4rem;border:.1rem solid #1A1A1A;background:transparent;color:#1a1a1a;font-size:1.4rem;font-weight:600;border-radius:.6rem;text-decoration:none;transition:background .2s ease,color .2s ease;width:100%;max-width:28rem}.mg-cart__empty-cta:hover{background:#1a1a1a;color:#fff}.mg-cart__mobile-only{display:none}.mg-cart__desktop-only{display:block}.mg-cart__item-price-row{display:flex;flex-direction:column}.mg-cart__subtotal-left{display:flex;align-items:baseline;gap:.5rem}.mg-cart__subtotal-savings{font-size:1.2rem;color:#3a8a5c;font-weight:600;display:none}.mg-cart__drag-handle,.mg-cart__mobile-extras,.mg-cart__compact-trust{display:none}@media screen and (max-width:749px){.mg-cart__mobile-only{display:block}.mg-cart__desktop-only{display:none}cart-drawer .drawer__inner{max-height:85vh;height:auto;border-radius:1.6rem 1.6rem 0 0;position:fixed;bottom:0;left:0;right:0;top:auto;animation:mg-sheet-up .25s ease-out}@keyframes mg-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mg-cart__drag-handle{display:flex;justify-content:center;padding:.8rem 0 .4rem;flex-shrink:0}.mg-cart__drag-handle span{width:4rem;height:.4rem;background:#ddd;border-radius:.2rem}.mg-cart__header{height:4.8rem;min-height:4.8rem;padding:0 1.6rem;border-bottom:none}.mg-cart__header-title{font-size:1.5rem}.mg-cart__item-image{width:7.2rem;height:7.2rem}.mg-cart__body{padding:1.2rem 1.6rem}.mg-cart__shipping-banner{margin-bottom:1.2rem}.mg-cart__item{gap:1rem;padding-bottom:1.2rem;margin-bottom:1.2rem}.mg-cart__item-title{font-size:1.4rem;margin-bottom:.2rem}.mg-cart__item-condition{margin-bottom:.4rem}.mg-cart__item-compare{margin-bottom:.1rem}.mg-cart__item-price-row{flex-direction:row;align-items:baseline;gap:1.2rem;flex-wrap:wrap}.mg-cart__item-price{font-size:1.8rem;margin-bottom:0}.mg-cart__item-savings{font-size:1.2rem;margin-bottom:0}.mg-cart__mobile-only.mg-cart__item-scarcity{margin-top:.4rem;margin-bottom:0}.mg-cart__mobile-only.mg-cart__item-scarcity:before{display:none}.mg-cart__item-remove{margin-top:.8rem}.mg-cart__mobile-extras{display:block;margin:1.2rem 0;border-top:.1rem solid #ECECEC;border-bottom:.1rem solid #ECECEC}.mg-cart__mobile-extras-toggle{display:flex;align-items:center;height:3.6rem;font-size:1.3rem;color:#888;text-decoration:underline;cursor:pointer;list-style:none;padding:0}.mg-cart__mobile-extras-toggle::-webkit-details-marker{display:none}.mg-cart__mobile-extras-toggle::marker{content:""}.mg-cart__mobile-extras-body{padding:0 0 1.2rem}.mg-cart__mobile-extras .mg-cart__note-input{min-height:4.8rem}.mg-cart__footer{padding:1.2rem 1.6rem;padding-bottom:calc(1.2rem + env(safe-area-inset-bottom,0px));box-shadow:0 -2px 8px #0000000f}.mg-cart__subtotal{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:.2rem}.mg-cart__subtotal-label{font-size:1.3rem}.mg-cart__subtotal-value{font-size:1.5rem}.mg-cart__subtotal-savings{display:inline}.mg-cart__tax-note{display:none}.mg-cart__klarna{font-size:1.2rem;margin-bottom:.8rem}.mg-cart__checkout{height:4.8rem;font-size:1.4rem;border-radius:.8rem;margin:.6rem 0}.mg-cart__compact-trust{display:flex;align-items:center;justify-content:space-between;margin-top:.8rem}.mg-cart__compact-trust-icons{display:flex;align-items:center;gap:.6rem}.mg-cart__pay-icon-sm{height:2rem;width:auto;opacity:.6}.mg-cart__compact-trust-text{font-size:1.1rem;color:#666;white-space:nowrap}.mg-cart__continue{margin-top:.8rem;font-size:1.2rem;padding-bottom:0}cart-drawer.is-empty .drawer__inner{max-height:50vh}.mg-cart__empty{padding:4rem 2rem}.mg-cart__empty-title{font-size:1.6rem}}cart-drawer:not(.is-empty) .drawer__header,cart-drawer:not(.is-empty) .drawer__footer{display:none}cart-drawer.is-empty .drawer__inner-empty{display:none}cart-drawer-items{flex:1;overflow:hidden;display:flex;flex-direction:column}cart-drawer-items .cart__contents{flex:1;display:flex;flex-direction:column;overflow:hidden}cart-drawer-items .drawer__contents{flex:1;overflow:hidden;display:flex;flex-direction:column}
/*# sourceMappingURL=/cdn/shop/t/34/assets/cart-drawer-premium.css.map */
