.mini-cart{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;width:430px!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;transform:translate(100%)!important;display:grid!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;z-index:10000!important;grid-template-rows:auto 1fr auto!important;overflow:hidden!important;background:#fff!important;margin:0!important;transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .28s ease,visibility 0s linear .42s!important;box-shadow:-6px 0 30px #0000002e!important;will-change:transform,opacity}body.mc-drawer-open .mini-cart{display:grid!important;transform:translate(0)!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .28s ease,visibility 0s linear 0s!important}body.mc-drawer-closing .mini-cart{display:grid!important;visibility:visible!important}html.mc-scroll-locked,body.mc-scroll-locked{overflow:hidden!important;overscroll-behavior:none!important;touch-action:none!important}body.mc-scroll-locked{position:fixed!important;width:100%!important;left:0!important;right:0!important}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;opacity:0;visibility:hidden;pointer-events:none;z-index:9998;transition:opacity .3s ease,visibility 0s linear .3s}body.mc-drawer-open:before{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .3s ease,visibility 0s linear 0s}.mc-header,.mc-body,.mc-footer{display:none!important}body.mc-drawer-open .mini-cart .mc-header,body.mc-drawer-closing .mini-cart .mc-header{display:flex!important}body.mc-drawer-open .mini-cart .mc-body,body.mc-drawer-closing .mini-cart .mc-body,body.mc-drawer-open .mini-cart .mc-footer,body.mc-drawer-closing .mini-cart .mc-footer{display:block!important}.mini-cart .icon--nav-triangle-borderless{display:none!important}.mc-overlay,body.mc-drawer-open .mc-overlay{display:none!important;pointer-events:none!important}.mc-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #efefef;flex-shrink:0;background:#fff}.mc-header__title{display:flex;align-items:center;gap:10px}.mc-header__heading{font-size:20px;font-weight:700;color:var(--heading-color, #1d1c1e);margin:0;line-height:1.2}.mc-header__badge{display:inline-flex;align-items:center;justify-content:center;background:var(--accent-color, #040404);color:#fff;border-radius:50%;min-width:24px;height:24px;padding:0 5px;font-size:12px;font-weight:700;line-height:1}.mc-header__close-btn{background:none;border:none;cursor:pointer;padding:7px;color:var(--text-color, #5e5e5e);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s,color .2s;flex-shrink:0}.mc-header__close-btn:hover{background:#00000012;color:#111}.mc-body{min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mc-body::-webkit-scrollbar{width:4px}.mc-body::-webkit-scrollbar-track{background:#f5f5f5}.mc-body::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:2px}.mc-items{list-style:none;margin:0;padding:0}.mc-item{display:flex;gap:14px;padding:16px 22px;border-bottom:1px solid #f2f2f2;align-items:flex-start;transform:translate(0);opacity:1;max-height:340px;transition:opacity .22s ease,transform .22s ease,max-height .25s ease,padding .25s ease,border-color .25s ease}.mc-item.is-removing{opacity:0;transform:translate(28px);max-height:0;padding-top:0;padding-bottom:0;border-color:transparent;overflow:hidden}.mc-item__image-link{flex-shrink:0}.mc-item__image{width:88px;height:88px;object-fit:cover;border-radius:8px;display:block;background:#f5f5f5}.mc-item__image--placeholder{width:88px;height:88px;border-radius:8px;background:#f0f0f0}.mc-item__details{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;overflow:visible}.mc-item__title{font-size:13.5px;font-weight:600;color:var(--heading-color, #1d1c1e);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.mc-item__title:hover{text-decoration:underline}.mc-item__variant,.mc-item__plan{font-size:12px;color:var(--text-color, #777);margin:0}.mc-item__variant-selector-label{display:flex;flex-direction:column;gap:4px;margin-top:4px;max-width:190px;font-size:11px;font-weight:600;color:#777}.mc-item__variant-selector{width:100%;min-height:32px;padding:6px 28px 6px 10px;border:1px solid #e7e7e7;border-radius:7px;background:#fff;color:#1d1c1e;font-size:12px;font-weight:600;line-height:1.2;cursor:pointer}.mc-item__variant-selector:disabled,.mc-item__variant-selector.is-updating{opacity:.6;cursor:progress}.mc-item__price-row{display:flex;align-items:center;gap:7px;margin-top:2px;flex-wrap:wrap;min-height:22px}.mc-item__original-price{font-size:12px;color:#aaa;text-decoration:line-through}.mc-item__price{font-size:14px;font-weight:700;color:var(--heading-color, #1d1c1e)}.mc-item__footer-row{display:flex;align-items:center;gap:10px;margin-top:4px}.mc-item__qty-badge{display:inline-flex;align-items:center;justify-content:center;background:transparent;padding:0 9px;font-size:13px;font-weight:600;color:var(--text-color, #555);min-width:32px;height:32px}.mc-item__quantity-selector{display:inline-grid;grid-template-columns:30px minmax(32px,auto) 30px;align-items:center;overflow:hidden;border:1px solid #ececec;border-radius:7px;background:#fff;flex-shrink:0}.mc-item__quantity-selector--single{grid-template-columns:minmax(32px,auto) 30px}.mc-item__quantity-btn{display:inline-flex!important;align-items:center;justify-content:center;width:30px;height:32px;background:#fff!important;color:#1d1c1e;border:0;font-size:16px;font-weight:700;line-height:1;cursor:pointer;transition:background .18s ease,color .18s ease,opacity .18s ease}.mc-item__quantity-btn:hover{background:#eee!important}.mc-item__quantity-btn:disabled,.mc-item__quantity-selector.is-updating{opacity:.55;cursor:progress}.mc-item__remove-btn{background:none;border:none;cursor:pointer;font-size:11.5px;color:#b0b0b0;padding:0;text-decoration:underline;transition:color .2s;line-height:1}.mc-item__remove-btn:hover{color:#d00}.mc-recommendations{padding:16px 22px 12px;border-top:1px solid #f2f2f2}.mc-recommendations__title{font-size:14.5px;font-weight:700;color:var(--heading-color, #1d1c1e);margin:0 0 12px}.mc-recommendations__list{display:flex;flex-direction:column;gap:12px}.mc-rec-item{display:grid!important;grid-template-columns:70px minmax(0,1fr) 96px!important;align-items:center!important;gap:12px;width:100%;min-width:0}.mc-rec-item__image{grid-column:1;width:70px!important;min-width:70px!important;max-width:70px!important;height:70px!important;object-fit:cover;border-radius:7px;flex-shrink:0;display:block;background:#f5f5f5}.mc-rec-item__info{grid-column:2;min-width:0;overflow:hidden}.mc-rec-item__variant-selector-label{display:flex;flex-direction:column;gap:3px;margin:4px 0 5px;max-width:170px;font-size:10.5px;font-weight:600;color:#777}.mc-rec-item__variant-selector{width:100%;min-height:30px;padding:5px 26px 5px 9px;border:1px solid #e7e7e7;border-radius:7px;background:#fff;color:#1d1c1e;font-size:11.5px;font-weight:600;line-height:1.2;cursor:pointer}.mc-rec-item__title{font-size:13px;font-weight:600;color:var(--heading-color, #1d1c1e);margin:0 0 5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35}.mc-rec-item__prices{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;min-width:0}.mc-rec-item__compare-price{font-size:12px;color:#bbb;text-decoration:line-through;white-space:nowrap}.mc-rec-item__price{font-size:14px;font-weight:700;color:var(--heading-color, #1d1c1e);white-space:nowrap}.mc-rec-item__add-btn{grid-column:3;display:inline-flex!important;align-items:center;justify-content:center;background:var(--primary-button-background, #040404);color:var(--primary-button-text-color, #fff);border:none;border-radius:7px;padding:9px 13px;width:96px!important;min-width:96px!important;max-width:96px!important;font-size:11.5px;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;align-self:center!important;justify-self:end!important;transition:opacity .2s;letter-spacing:.4px;box-sizing:border-box}@media(max-width:420px){.mc-rec-item{grid-template-columns:64px minmax(0,1fr) 88px!important;gap:10px}.mc-rec-item__image{width:64px!important;min-width:64px!important;max-width:64px!important;height:64px!important}.mc-rec-item__add-btn{width:88px!important;min-width:88px!important;max-width:88px!important;padding-left:8px;padding-right:8px;font-size:11px}}.mc-rec-item__add-btn:hover{opacity:.82}.mc-rec-item__add-btn:disabled{opacity:.45;cursor:not-allowed}.mc-rec-item__add-btn.is-loading{position:relative;color:transparent!important}.mc-rec-item__add-btn.is-loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin:-8px 0 0 -8px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:mc-spin .75s linear infinite}body.mc-drawer-loading .mini-cart{cursor:progress}body.mc-drawer-loading .mc-body{opacity:.72;transition:opacity .18s ease}@keyframes mc-spin{to{transform:rotate(360deg)}}.mc-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center;color:var(--text-color, #777)}.mc-empty svg{margin-bottom:14px;color:#ccc}.mc-empty__text{font-size:15px;margin:0 0 22px}.mc-footer{flex-shrink:0;border-top:1px solid #efefef;padding:16px 22px 18px;background:#fff}.mc-footer__total-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mc-footer__total-label{font-size:16px;font-weight:700;color:var(--heading-color, #1d1c1e)}.mc-footer__total-values{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.mc-footer__original-price{font-size:13px;color:#bbb;text-decoration:line-through}.mc-footer__final-price{font-size:17px;font-weight:700;color:var(--heading-color, #1d1c1e)}.mc-footer__savings-badge{background:#dcfce7;color:#15803d;font-size:11px;font-weight:700;padding:3px 9px;border-radius:20px;white-space:nowrap}.mc-footer__shipping{display:flex;align-items:center;justify-content:center;gap:7px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:7px;padding:9px 12px;margin-bottom:12px;font-size:13px;font-weight:700;color:#15803d;letter-spacing:.5px}.mc-footer__checkout-btn{display:flex!important;align-items:center;justify-content:center;gap:9px;width:100%;background:var(--primary-button-background, #040404)!important;color:var(--primary-button-text-color, #fff)!important;padding:15px 20px;font-size:15px;font-weight:700;border-radius:8px;text-decoration:none!important;letter-spacing:.6px;transition:opacity .2s;margin-bottom:14px;box-sizing:border-box}.mc-footer__checkout-btn:hover{opacity:.88;color:var(--primary-button-text-color, #fff)!important}.mc-footer__payments{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px}.mc-footer__payments img{height:21px;width:auto;object-fit:contain;opacity:.85}@media(max-width:640px){.mini-cart{top:8px!important;right:8px!important;bottom:8px!important;width:calc(100vw - 16px)!important;height:calc(100vh - 16px)!important;height:calc(100dvh - 16px)!important;max-height:calc(100vh - 16px)!important;max-height:calc(100dvh - 16px)!important;border-radius:6px!important;box-shadow:0 10px 38px #00000061!important;transform:translate(calc(100% + 16px))!important}body.mc-drawer-open .mini-cart{transform:translate(0)!important}body.mc-drawer-closing .mini-cart{transform:translate(calc(100% + 16px))!important}}
/*# sourceMappingURL=/cdn/shop/t/51/assets/cart-drawer.css.map */
