.mc-cart[hidden]{display:none!important}.mc-cart,.mc-cart *{box-sizing:border-box}.mc-cart{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;color:#211914;font-family:Inter,Helvetica Neue,Arial,sans-serif}.mc-cart__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#1a120d85;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer}.mc-cart__drawer{position:absolute;top:0;right:0;display:grid;width:min(460px,100%);height:100vh;height:100dvh;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;background:#fff;box-shadow:-20px 0 60px #2217102e;outline:0}.mc-cart__progress{position:absolute;z-index:4;top:0;right:0;left:0;height:3px;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .15s ease}.mc-cart.is-busy .mc-cart__progress{opacity:1}.mc-cart__progress span{position:absolute;top:0;left:-38%;width:38%;height:100%;border-radius:99px;background:linear-gradient(90deg,transparent,#c87547,#8c421f,transparent);animation:mc-cart-progress 1s ease-in-out infinite}@keyframes mc-cart-progress{to{left:100%}}.mc-cart__header{display:flex;min-height:70px;align-items:center;justify-content:space-between;border-bottom:1px solid #eee4dd;background:linear-gradient(180deg,#fffaf6,#fff);padding:0 22px}.mc-cart__heading{display:flex;align-items:center;gap:9px}.mc-cart__header h2{margin:0;color:#211914;font:800 22px/1.1 Inter,Helvetica Neue,Arial,sans-serif;letter-spacing:-.025em}.mc-cart__count{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:#2b1a10;color:#fff;font-size:11px;font-weight:800}.mc-cart__close{display:grid;width:40px;height:40px;place-items:center;border:1px solid #e7dcd5;border-radius:10px;background:#fff;color:#211914;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.mc-cart__close:hover{border-color:#2b1a10;background:#fff8f3}.mc-cart__close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.mc-cart__assurance{display:flex;min-height:42px;align-items:center;gap:9px;border-bottom:1px solid #f0e6df;background:#fff6ef;padding:9px 22px;color:#6f351c;font-size:12px;font-weight:750;line-height:1.3}.mc-cart__assurance svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:#b65f34;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mc-cart__body{overflow-x:hidden;overflow-y:auto;padding:0 22px;overscroll-behavior:contain}.mc-cart__body[aria-busy=true]{pointer-events:none}.mc-cart__loading,.mc-cart__empty{display:grid;min-height:280px;place-items:center;color:#746860;text-align:center;font-size:14px}.mc-cart__empty-icon{display:grid;width:62px;height:62px;margin:0 auto 16px;place-items:center;border:1px solid #eaded6;border-radius:50%;background:#fff8f3;color:#a7532c}.mc-cart__empty-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.mc-cart__empty strong{display:block;color:#211914;font-size:18px}.mc-cart__empty p{margin:7px 0 0}.mc-cart__empty a{display:inline-flex;min-height:48px;margin-top:20px;align-items:center;justify-content:center;border-radius:8px;background:#2b1a10;color:#fff!important;padding:12px 25px;font-size:13px;font-weight:800;text-decoration:none}.mc-cart__item{display:grid;grid-template-columns:86px minmax(0,1fr) auto;gap:13px;border-bottom:1px solid #eee4dd;padding:19px 0}.mc-cart__item-image{width:86px;height:86px;overflow:hidden;border:1px solid #eee4dd;border-radius:8px;background:#f7f0eb}.mc-cart__item-image img{display:block;width:100%;height:100%;object-fit:cover}.mc-cart__item-copy{min-width:0}.mc-cart__item-copy>a{display:-webkit-box;overflow:hidden;color:#211914;font-size:14px;font-weight:800;line-height:1.3;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mc-cart__offer{display:inline-flex;max-width:100%;margin-top:7px;align-items:center;gap:5px;border-radius:999px;background:#fff0e6;color:#87401f;padding:4px 8px;font-size:10px;font-weight:800;line-height:1.25}.mc-cart__offer svg{width:12px;height:12px;flex:0 0 12px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mc-cart__variant{margin-top:5px;color:#756a63;font-size:11px;line-height:1.3}.mc-cart__subscription{display:flex;margin-top:6px;align-items:flex-start;gap:5px;color:#87401f;font-size:10px;font-weight:750;line-height:1.3}.mc-cart__subscription svg{width:12px;height:12px;flex:0 0 12px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mc-cart__item-actions{display:flex;margin-top:12px;align-items:center;gap:10px}.mc-cart__qty{display:inline-grid;grid-template-columns:34px 34px 34px;overflow:hidden;border:1px solid #dcd2cc;border-radius:6px}.mc-cart__qty button,.mc-cart__qty span{display:grid;height:34px;padding:0;place-items:center;border:0;background:#fff;color:#211914;font-size:13px}.mc-cart__qty button{min-width:34px;cursor:pointer}.mc-cart__qty button:hover{background:#fff5ee}.mc-cart__remove{min-height:34px;border:0;background:transparent;color:#7e6f67;padding:0 2px;font-size:10px;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.mc-cart__item-pricing{min-width:64px;text-align:right}.mc-cart__price{display:block;color:#211914;font-size:14px;font-weight:850;white-space:nowrap}.mc-cart__compare{display:block;margin-top:3px;color:#8b7f78;font-size:11px;white-space:nowrap}.mc-cart__line-saving{display:block;margin-top:4px;color:#8a451f;font-size:9px;font-weight:800;white-space:nowrap}.mc-cart__discount{margin-top:5px;color:#8a451f;font-size:10px;font-weight:700}.mc-cart__footer{border-top:1px solid #e8ddd6;background:#fff;padding:14px 22px max(20px,env(safe-area-inset-bottom));box-shadow:0 -12px 34px #2b1a100f}.mc-cart__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;border-bottom:1px solid #eee4dd;padding-bottom:12px}.mc-cart__trust span{display:flex;min-width:0;align-items:center;justify-content:center;gap:5px;color:#6f625b;font-size:9px;font-weight:700;line-height:1.15;text-align:center}.mc-cart__trust svg{width:15px;height:15px;flex:0 0 15px;fill:none;stroke:#a9522b;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mc-cart__summary{display:grid;gap:5px;margin-top:12px}.mc-cart__summary-row{display:flex;align-items:center;justify-content:space-between;gap:20px;color:#756a63;font-size:12px;line-height:1.3}.mc-cart__summary-row>:last-child{text-align:right}.mc-cart__summary-prices{display:inline-flex;align-items:baseline;justify-content:flex-end;gap:7px}.mc-cart__summary-prices s{color:#9b8f88;font-size:11px}.mc-cart__summary-row--saving{color:#944921;font-weight:750}.mc-cart__summary-row--total{margin-top:3px;border-top:1px solid #eee4dd;padding-top:8px;color:#211914;font-size:17px}.mc-cart__summary-row--total strong:last-child{font-size:20px;font-weight:900}.mc-cart__checkout{position:relative;display:flex;min-height:56px;margin-top:13px;align-items:center;justify-content:center;gap:7px;overflow:hidden;border-radius:9px;background:#2b1a10;box-shadow:0 5px 18px #2b1a1033;color:#fff!important;font-size:14px;font-weight:850;letter-spacing:.025em;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.mc-cart__checkout:hover{transform:translateY(-1px);box-shadow:0 7px 24px #2b1a1042}.mc-cart__checkout svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mc-cart__checkout:after{position:absolute;top:0;left:-110%;width:70%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);content:"";animation:mc-cart-shine 3.4s ease-in-out infinite;pointer-events:none}@keyframes mc-cart-shine{45%,to{left:140%}}.mc-cart__tax-note{margin:7px 0 0;color:#7a6e67;font-size:9px;line-height:1.3;text-align:center}.mc-cart__payments{display:flex;min-height:24px;margin-top:8px;align-items:center;justify-content:center;gap:5px;overflow:hidden}.mc-cart__payment-icon{width:34px;height:22px}.mc-cart.is-busy .mc-cart__body,.mc-cart.is-busy .mc-cart__footer{pointer-events:none}.mc-cart button:focus-visible,.mc-cart a:focus-visible{outline:2px solid #c87547;outline-offset:2px}@media(max-width:480px){.mc-cart__drawer{width:100%}.mc-cart__header{min-height:64px;padding:0 17px}.mc-cart__assurance{padding:8px 17px;font-size:11px}.mc-cart__body{padding:0 17px}.mc-cart__footer{padding:12px 17px max(16px,env(safe-area-inset-bottom))}.mc-cart__item{grid-template-columns:72px minmax(0,1fr) auto;gap:10px;padding:16px 0}.mc-cart__item-image{width:72px;height:72px}.mc-cart__trust span{flex-direction:column;gap:3px;font-size:8px}.mc-cart__checkout{min-height:54px;font-size:13px}}@media(prefers-reduced-motion:reduce){.mc-cart__progress span,.mc-cart__checkout:after{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/quillmore-cart.css.map */
