.wdg-cart-drawer,.wdg-cart-drawer *{box-sizing:border-box}.wdg-cart-drawer{width:460px!important;max-width:100%!important;background:#141414!important;color:#fff;border-left:1px solid rgba(255,255,255,.1)!important;box-shadow:-30px 0 80px #0009!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.wdg-cart-drawer .wdg-cart-drawer__inner{width:100%;height:100%;min-height:0;display:flex!important;flex-direction:column;background:#141414}.wdg-cart-drawer .wdg-cart-drawer__header{flex:none;min-height:73px;padding:18px 22px!important;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.09);background:#141414}.wdg-cart-drawer .wdg-cart-drawer__title{margin:0;color:#fff;font:700 21px/1.2 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.2px;text-transform:none;display:flex!important;align-items:baseline;gap:7px;flex-wrap:nowrap;white-space:nowrap}.wdg-cart-drawer .wdg-cart-drawer__title span{display:inline!important;width:auto!important;margin:0!important;color:var(--wdg-cart-accent);font:inherit!important;font-weight:600!important;line-height:inherit!important;white-space:nowrap}.wdg-cart-drawer .wdg-cart-drawer__close{position:static!important;width:36px;height:36px;padding:0;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background .2s ease}.wdg-cart-drawer .wdg-cart-drawer__close:hover{background:#ffffff14}.wdg-cart-drawer .wdg-cart-drawer__close svg{width:21px;height:21px}.wdg-cart-drawer__global-error{flex:none;margin:12px 18px 0;padding:10px 12px;border:1px solid rgba(255,90,90,.45);border-radius:9px;background:#78141473;color:#fff;font-size:12px;line-height:1.4}.wdg-cart-shipping{flex:none;margin:14px 18px 0;padding:12px 16px 14px;border:1px solid color-mix(in srgb,var(--wdg-cart-accent) 35%,transparent);border-radius:12px;background:color-mix(in srgb,var(--wdg-cart-accent) 10%,transparent)}.wdg-cart-shipping__message{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:9px;color:#ffffffeb;font-size:13.5px;font-weight:600;line-height:1.35;text-align:center}.wdg-cart-shipping__message svg{flex:none;width:17px;height:17px;fill:none;stroke:var(--wdg-cart-accent);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wdg-cart-shipping__message strong{color:var(--wdg-cart-accent);font-weight:800}.wdg-cart-shipping__track{height:8px;border-radius:999px;background:#ffffff1f;overflow:hidden}.wdg-cart-shipping__track span{display:block;height:100%;max-width:100%;border-radius:999px;background:linear-gradient(90deg,#00793a,var(--wdg-cart-accent));transition:width .35s ease}.wdg-cart-drawer .wdg-cart-drawer__content{flex:1!important;min-height:0;padding:6px 18px 18px!important;overflow-y:auto!important;overflow-x:hidden;background:#141414;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.22) transparent}.wdg-cart-drawer .wdg-cart-drawer__content::-webkit-scrollbar{width:5px}.wdg-cart-drawer .wdg-cart-drawer__content::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:99px}.wdg-cart-item{position:relative;display:flex;gap:14px;padding:18px 4px;border-bottom:1px solid rgba(255,255,255,.08);transition:opacity .2s ease}.wdg-cart-item.is-loading{opacity:.48;pointer-events:none}.wdg-cart-item__image{flex:none;width:74px;height:74px;border-radius:10px;overflow:hidden;background:#1e1e1e;border:1px solid rgba(255,255,255,.08)}.wdg-cart-item__image img,.wdg-cart-item__image svg{width:100%;height:100%;object-fit:cover;display:block}.wdg-cart-item__body{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.wdg-cart-item__name{padding-right:6px;color:#fff!important;font-size:14.5px;font-weight:700;line-height:1.3;text-decoration:none}.wdg-cart-item__name:hover{color:var(--wdg-cart-accent)!important}.wdg-cart-item__meta{max-width:100%;color:#ffffff8c;font-size:12.5px;line-height:1.35;overflow-wrap:anywhere}.wdg-cart-item__meta a{color:var(--wdg-cart-accent)}.wdg-cart-item__aside{flex:none;min-width:78px;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.wdg-cart-item__remove{width:30px;height:30px;padding:0;border:0;border-radius:8px;background:transparent;color:#ffffff73;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease}.wdg-cart-item__remove:hover{color:#fff;background:#ffffff14}.wdg-cart-item__remove svg{width:16px;height:16px;pointer-events:none}.wdg-cart-item__prices{display:flex;align-items:baseline;justify-content:flex-end;gap:7px;white-space:nowrap}.wdg-cart-item__prices s{color:#fff6;font-size:12.5px}.wdg-cart-item__prices strong{color:#fff;font-size:15.5px;font-weight:700}.wdg-cart-quantity{display:inline-flex;align-items:center;margin-top:7px;border:1px solid rgba(255,255,255,.18);border-radius:999px;width:max-content;overflow:hidden}.wdg-cart-quantity button{width:32px;height:30px;padding:0;border:0;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.wdg-cart-quantity button:hover{background:#ffffff14}.wdg-cart-quantity button svg{width:14px;height:14px;pointer-events:none}.wdg-cart-quantity span{min-width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:13.5px;font-weight:700}.wdg-cart-item__loading,.wdg-cart-upsell__loading{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;background:#14141466;z-index:3}.wdg-cart-item.is-loading .wdg-cart-item__loading,.wdg-cart-upsell.is-loading .wdg-cart-upsell__loading{display:flex}.wdg-cart-item__loading svg,.wdg-cart-upsell__loading svg{width:24px;height:24px}.wdg-cart-upsell-wrap{padding:18px 0 0}.wdg-cart-upsell-heading{font-size:12.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--wdg-cart-accent);margin:0 0 10px}.wdg-cart-upsell{position:relative;display:flex;align-items:center;gap:13px;padding:13px 14px;border:1px solid color-mix(in srgb,var(--wdg-cart-accent) 30%,transparent);border-radius:14px;background:#1b1b1b;cursor:pointer;transition:border-color .2s ease,background .2s ease}.wdg-cart-upsell:hover{border-color:color-mix(in srgb,var(--wdg-cart-accent) 60%,transparent)}.wdg-cart-upsell.is-selected{background:color-mix(in srgb,var(--wdg-cart-accent) 6%,#1b1b1b)}.wdg-cart-upsell>input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.wdg-cart-upsell__check{flex:none;width:24px;height:24px;border:2px solid var(--wdg-cart-accent);border-radius:7px;display:inline-flex;align-items:center;justify-content:center;background:transparent;transition:.2s ease}.wdg-cart-upsell__check svg{width:15px;height:15px;fill:none;stroke:#0d0d0d;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round;opacity:0}.wdg-cart-upsell>input:checked+.wdg-cart-upsell__check{background:var(--wdg-cart-accent)}.wdg-cart-upsell>input:checked+.wdg-cart-upsell__check svg{opacity:1}.wdg-cart-upsell__image{flex:none;width:52px;height:52px;border-radius:9px;overflow:hidden;background:#242424;border:1px solid rgba(255,255,255,.08)}.wdg-cart-upsell__image img,.wdg-cart-upsell__image svg{width:100%;height:100%;object-fit:cover;display:block}.wdg-cart-upsell__copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.wdg-cart-upsell__copy strong{color:#fff;font-size:13.5px;font-weight:700;line-height:1.3}.wdg-cart-upsell__copy small{color:#ffffff8c;font-size:12px;line-height:1.3}.wdg-cart-upsell__price{flex:none;color:var(--wdg-cart-accent);font-size:14px;font-weight:800;white-space:nowrap}.wdg-cart-empty{min-height:360px;padding:64px 20px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}.wdg-cart-empty__icon{width:64px;height:64px;border-radius:999px;background:#ffffff0f;color:#ffffff80;display:inline-flex;align-items:center;justify-content:center}.wdg-cart-empty__icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.wdg-cart-empty strong{color:#fff;font-size:16px;font-weight:700}.wdg-cart-empty p{margin:0;color:#ffffff8c;font-size:13.5px}.wdg-cart-empty__button{margin-top:4px;padding:13px 18px;border-radius:12px;background:var(--wdg-cart-accent);color:#0d0d0d!important;font-size:13px;font-weight:800;text-decoration:none}.wdg-cart-trust{flex:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px 20px;border-top:1px solid rgba(255,255,255,.09);background:#141414}.wdg-cart-trust>div{min-width:0;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.wdg-cart-trust svg{width:18px;height:18px;fill:none;stroke:var(--wdg-cart-accent);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.wdg-cart-trust strong{color:#fff;font-size:11.5px;font-weight:700;line-height:1.25}.wdg-cart-trust span{color:#ffffff80;font-size:10.5px;line-height:1.3}.wdg-cart-drawer .wdg-cart-checkout{flex:none!important;padding:16px 20px 20px!important;border-top:1px solid rgba(255,255,255,.09)!important;background:#101010!important}.wdg-cart-discount{margin-bottom:16px}.wdg-cart-discount>label{display:block;margin:0 0 8px;color:#fff;font-size:13px;font-weight:700}.wdg-cart-discount>div{display:flex;gap:10px}.wdg-cart-discount input{flex:1;min-width:0;height:43px;margin:0!important;padding:0 14px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:10px!important;background:#161616!important;color:#fff!important;font:400 14px/1 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;outline:none;box-shadow:none!important}.wdg-cart-discount input:focus{border-color:var(--wdg-cart-accent)!important}.wdg-cart-discount button{flex:none;height:43px;padding:0 22px;border:1px solid rgba(255,255,255,.35);border-radius:10px;background:transparent;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.wdg-cart-discount button:hover{background:#ffffff14}.wdg-cart-discount button:disabled{opacity:.55;cursor:wait}.wdg-cart-discount p{margin:7px 0 0;color:#ff8f8f;font-size:12px;line-height:1.35}.wdg-cart-savings,.wdg-cart-subtotal{display:flex;align-items:center;justify-content:space-between}.wdg-cart-savings{margin-bottom:6px;color:var(--wdg-cart-accent);font-size:13.5px;font-weight:700}.wdg-cart-subtotal>span{color:#fff;font-size:17px;font-weight:800}.wdg-cart-subtotal>strong{color:#fff;font-size:19px;font-weight:800}.wdg-cart-subtotal small{color:#ffffff80;font-size:12px;font-weight:600}.wdg-cart-tax-note{margin:3px 0 14px;color:#ffffff80;font-size:12px;line-height:1.4}.wdg-cart-checkout__button{width:100%;min-height:54px;padding:0 20px;border:0;border-radius:14px;background:var(--wdg-cart-accent);color:#07140b;display:flex;align-items:center;justify-content:center;gap:8px;font:800 15px/1 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.04em;cursor:pointer;transition:filter .2s ease,transform .1s ease}.wdg-cart-checkout__button:hover{filter:brightness(1.08)}.wdg-cart-checkout__button:active{transform:translateY(1px)}.wdg-cart-checkout__button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media(max-width:560px){.wdg-cart-drawer{width:100%!important}.wdg-cart-drawer .wdg-cart-drawer__header{padding:16px 18px!important;min-height:66px}.wdg-cart-shipping{margin:12px 14px 0;padding:11px 13px 13px}.wdg-cart-drawer .wdg-cart-drawer__content{padding:5px 14px 14px!important}.wdg-cart-item{gap:11px;padding:15px 2px}.wdg-cart-item__image{width:68px;height:68px}.wdg-cart-item__aside{min-width:68px}.wdg-cart-upsell{gap:10px;padding:12px}.wdg-cart-upsell__image{width:48px;height:48px}.wdg-cart-upsell__price{font-size:13px}.wdg-cart-trust{gap:8px;padding:14px 12px}.wdg-cart-drawer .wdg-cart-checkout{padding:14px 16px 16px!important}}@supports not (color:color-mix(in srgb,#000,#fff)){.wdg-cart-shipping{border-color:#0fb14959;background:#0fb1491a}.wdg-cart-upsell{border-color:#0fb1494d}.wdg-cart-upsell.is-selected{background:#0fb1490f}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/wdg-cart-drawer.css.map */
