.custom-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:99999999998;opacity:0;pointer-events:none;transition:opacity .3s ease}.custom-cart-overlay.is-active{opacity:1;pointer-events:auto}.custom-cart-drawer,.custom-cart-drawer *{box-sizing:border-box}.custom-cart-drawer{position:fixed;top:0;right:0;width:var(--custom-cart-drawer-width, 440px);max-width:100vw;height:100vh;height:100dvh;background:#fff;z-index:99999999999;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;font-family:var(--font-body--family, Helvetica, Arial, sans-serif);color:#000;overflow:hidden}.custom-cart-drawer.is-active{transform:translate(0)}.custom-cart-drawer__header{height:82px;padding:0 16px;border-bottom:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:space-between;flex-shrink:0;background:#fff}.custom-cart-drawer__title{margin:0;padding-left:0;color:#000;font-size:20px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:0}.custom-cart-drawer__close{width:32px;height:32px;border:0;background:transparent;padding:0;cursor:pointer;color:#181616;display:flex;align-items:center;justify-content:center;flex-shrink:0}.custom-cart-drawer__close svg{width:22px;height:22px;display:block}.custom-cart-drawer__guarantee{background:var(--custom-cart-guarantee-bg, #7a003f);color:#fff;text-align:center;padding:12px 16px;flex-shrink:0}.custom-cart-drawer__guarantee-title{margin:0;font-size:17px;font-weight:700;line-height:1.2}.custom-cart-drawer__guarantee-timer{display:inline-block;margin-left:.35em;font-variant-numeric:tabular-nums;min-width:3.25em}.custom-cart-drawer__guarantee-subtitle{margin:4px 0 0;font-size:14px;font-weight:400;line-height:1.25}.custom-cart-drawer__rewards{padding:16px 16px 14px;background:transparent;flex-shrink:0}.custom-cart-drawer__rewards-title{color:#000;font-size:16px;font-weight:400;text-align:center;line-height:1.25;margin:0}.custom-cart-drawer__progress{margin-top:12px}.custom-cart-drawer__progress-track{width:100%;height:10px;background:var(--custom-cart-progress-track, #e5e5e5);border-radius:999px;overflow:hidden}.custom-cart-drawer__progress-fill{height:100%;width:var(--cart-progress, 0%);background:var(--custom-cart-progress-fill, #97bc62);border-radius:999px;transition:width .25s ease}.custom-cart-drawer__progress-label{margin-top:8px;text-align:right;color:#000;font-size:11px;font-weight:700;line-height:1.2}.custom-cart-drawer__body{flex:1;display:flex;flex-direction:column;min-height:0;overflow-y:auto;overflow-x:hidden}.custom-cart-drawer__empty{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;color:#000;font-size:15px;font-weight:600;line-height:1.3;padding:16px;margin:0}.custom-cart-drawer__items{padding:22px 16px 150px;display:flex;flex-direction:column;gap:0;-webkit-overflow-scrolling:touch}.custom-cart-drawer__item{display:grid;grid-template-columns:120px minmax(0,1fr) auto;column-gap:16px;align-items:center;width:100%;padding:0 0 20px;margin:0 0 20px;border-bottom:1px solid rgba(0,0,0,.1)}.custom-cart-drawer__item:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}.custom-cart-drawer__item-image-link{display:block;width:120px;height:120px;overflow:hidden;border-radius:5px;background:#f7f7f7;flex-shrink:0;margin:0;align-self:start}.custom-cart-drawer__item-image{width:120px;height:120px;object-fit:cover;background:#f7f7f7;display:block;margin:0}.custom-cart-drawer__item-main{min-width:0;display:flex;flex-direction:column;align-items:flex-start;align-self:center}.custom-cart-drawer__item-title{margin:0;color:#000;font-size:15px;font-weight:700;line-height:1.2;max-width:100%;text-decoration:none}.custom-cart-drawer__item-variants{margin-top:6px;display:flex;flex-wrap:wrap;gap:6px;max-width:100%}.custom-cart-drawer__item-variant{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;background:#f4f4f5;border:1px solid rgba(0,0,0,.06);border-radius:4px;font-size:11px;line-height:1.25;max-width:100%}.custom-cart-drawer__item-variant-label{color:#00000073;font-weight:500;white-space:nowrap}.custom-cart-drawer__item-variant-label:after{content:":"}.custom-cart-drawer__item-variant-value{color:#000;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-cart-drawer__item-free-gift-label{margin:4px 0 0;font-size:11px;line-height:1.2;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#7a003f}.custom-cart-drawer__item-price--free{color:#7a003f;font-weight:700}.custom-cart-drawer__item--free-gift .custom-cart-drawer__item-image-link,.custom-cart-drawer__item--free-gift .custom-cart-drawer__item-title{pointer-events:none;cursor:default;text-decoration:none}.custom-cart-drawer__item-title:hover{text-decoration:underline}.custom-cart-drawer__item-side{display:flex;flex-direction:column;align-items:flex-end;text-align:right;flex-shrink:0;min-width:max-content;align-self:center}.custom-cart-drawer__item-price{color:#000;font-size:16px;font-weight:700;line-height:1;white-space:nowrap;text-align:right}.custom-cart-drawer__qty{margin-top:14px;width:108px;height:44px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;border:1px solid rgba(97,103,124,.35);border-radius:5px}.custom-cart-drawer__qty-button{border:0;background:transparent;color:#000;font-size:16px;line-height:1;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;height:100%}.custom-cart-drawer__qty-button:disabled{opacity:.35;cursor:not-allowed}.custom-cart-drawer__qty-value{text-align:center;color:#000;font-size:16px;font-weight:400;line-height:1}.custom-cart-drawer__remove{margin-top:26px;padding:0;border:0;background:transparent;color:#6f767d;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.custom-cart-drawer__remove-icon{display:flex;width:16px;height:16px;align-items:center;justify-content:center}.custom-cart-drawer__remove-icon svg{width:16px;height:16px;display:block}.custom-cart-drawer__footer{position:sticky;bottom:0;margin-top:auto;background:#fff;padding:16px;box-shadow:0 -4px 16px #0000001f;z-index:2;flex-shrink:0;max-width:100%}.custom-cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;color:#000;font-size:21px;font-weight:700;line-height:1}.custom-cart-drawer__checkout{margin-top:12px;width:100%;height:48px;border:0;border-radius:5px;background:#000;color:#fff;font-size:18px;font-weight:700;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;text-decoration:none;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 12px;line-height:1}.custom-cart-drawer__checkout:hover{background:#181616;color:#fff}.custom-cart-drawer__trustpilot{margin-top:18px;max-width:170px;width:170px;margin-left:auto;margin-right:auto;transform:none}.custom-cart-drawer__trustpilot-image,.custom-cart-drawer__trustpilot img{width:170px;max-width:100%;height:auto;display:block}.custom-cart-drawer.is-updating{pointer-events:none}.custom-cart-drawer.is-updating .custom-cart-drawer__items{opacity:.6}@media screen and (max-width:749px){.custom-cart-drawer{width:100vw;height:100dvh;max-width:100vw;overflow:hidden}.custom-cart-drawer__body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.custom-cart-drawer__header,.custom-cart-drawer__footer,.custom-cart-drawer__rewards,.custom-cart-drawer__guarantee,.custom-cart-drawer__item{max-width:100%}.custom-cart-drawer__header{height:72px;padding:0 24px}.custom-cart-drawer__title{font-size:22px;line-height:1;font-weight:700;white-space:nowrap;padding-left:0}.custom-cart-drawer__close{width:40px;height:40px}.custom-cart-drawer__close svg{width:28px;height:28px;max-width:28px;max-height:28px}.custom-cart-drawer__close svg path{stroke-width:2.5px}.custom-cart-drawer__guarantee{padding:14px 24px}.custom-cart-drawer__guarantee-title{font-size:18px;line-height:1.18;font-weight:700}.custom-cart-drawer__guarantee-subtitle{margin-top:5px;font-size:14px;line-height:1.25}.custom-cart-drawer__rewards,.custom-cart-drawer--has-items .custom-cart-drawer__rewards{padding:20px 24px 0}.custom-cart-drawer__rewards-title{font-size:17px;line-height:1.25;font-weight:400;max-width:100%;margin:0 auto}.custom-cart-drawer__progress{margin-top:16px}.custom-cart-drawer__progress-track{height:9px}.custom-cart-drawer__progress-label{margin-top:7px;font-size:12px;line-height:1.2;font-weight:700;text-align:right}.custom-cart-drawer__empty{font-size:18px;padding:24px}.custom-cart-drawer__items{flex:none;overflow:visible;padding:26px 24px 160px;display:flex;flex-direction:column;gap:0}.custom-cart-drawer__item{display:grid;grid-template-columns:104px minmax(0,1fr) auto;column-gap:16px;align-items:center;width:100%;padding:0 0 24px;margin:0 0 24px;border-bottom:1px solid rgba(0,0,0,.12)}.custom-cart-drawer__item:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}.custom-cart-drawer__item-image-link{width:104px;height:104px;border-radius:5px;background:#f7f7f7;flex-shrink:0;overflow:hidden;display:block;margin:0;align-self:start}.custom-cart-drawer__item-image{width:104px;height:104px;border-radius:5px;object-fit:cover;background:#f7f7f7;display:block;margin:0}.custom-cart-drawer__item-main{min-width:0;display:flex;flex-direction:column;align-items:flex-start;align-self:center}.custom-cart-drawer__item-title{font-size:15px;line-height:1.18;font-weight:700;margin:0;max-width:100%;overflow-wrap:normal;word-break:normal;color:#000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-cart-drawer__item-side{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;min-width:max-content;align-self:center}.custom-cart-drawer__item-price{font-size:17px;line-height:1;font-weight:700;white-space:nowrap;text-align:right;color:#000}.custom-cart-drawer__qty{margin-top:14px;width:96px;height:40px;border-radius:5px;border:1px solid rgba(97,103,124,.35);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}.custom-cart-drawer__qty-button,.custom-cart-drawer__qty-value{font-size:15px;line-height:1}.custom-cart-drawer__remove{margin-top:24px;width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;color:#6f767d;border:0;background:transparent}.custom-cart-drawer__remove-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px}.custom-cart-drawer__remove-icon svg{width:16px;height:16px}.custom-cart-drawer__footer{flex-shrink:0;position:sticky;bottom:0;padding:16px 24px;box-shadow:0 -4px 14px #0000001f}.custom-cart-drawer__subtotal{font-size:18px;line-height:1;font-weight:700}.custom-cart-drawer__checkout{margin-top:12px;height:44px;border-radius:5px;font-size:15px;line-height:1;font-weight:700;padding:0 12px;white-space:nowrap;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;text-overflow:ellipsis}.custom-cart-drawer__trustpilot{margin-top:14px;max-width:150px;width:150px;margin-left:auto;margin-right:auto;transform:none!important}.custom-cart-drawer__trustpilot-image{display:block;width:150px;max-width:100%;height:auto}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/custom-cart-drawer.css.map */
