:root{--drawer-width-desktop: 420px;--drawer-bg: #ffffff;--overlay-bg: rgba(0,0,0,.36);--muted: #6b6b6b;--border: #e7e7e7;--accent: #111111;--accent-2: #1aa260;--radius: 12px;--soft-shadow: 0 10px 30px rgba(20,20,20,.08)}.cart-drawer{position:fixed;inset:0 0 0 auto;right:0;width:var(--drawer-width-desktop);max-width:100%;height:100vh;display:flex;flex-direction:column;background:var(--drawer-bg);box-shadow:-22px 0 50px #0f0f0f1f;transform:translate(100%);transition:transform .36s cubic-bezier(.2,.9,.25,1);z-index:9999;border-left:1px solid rgba(0,0,0,.03);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial;color:#111;padding:0;will-change:transform}.cart-drawer--open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay-bg);opacity:0;pointer-events:none;transition:opacity .26s ease;z-index:9998}#CartDrawerOverlay[aria-hidden=false],.cart-drawer__overlay[aria-hidden=false],#CartDrawerOverlay[style*="display: block"],.cart-drawer__overlay[style*="display: block"]{display:block!important;pointer-events:auto!important;opacity:1!important;visibility:visible!important}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:18px;gap:12px;border-bottom:1px solid var(--border)}.cart-drawer__title{margin:0;font-size:18px;font-weight:700}.cart-drawer__close{border:none;display:inline-grid;place-items:center;width:40px;height:40px;border-radius:10px;background:transparent;cursor:pointer;color:#111;font-size:22px;font-weight:600;transition:background .18s,color .18s}.cart-drawer__close:hover{background:#0000000d;color:#000}.cart-drawer__form{display:flex;flex-direction:column;min-height:0;height:100%}.cart-drawer__items{list-style:none;margin:0;padding:14px;flex:1 1 auto;overflow:auto;display:flex;flex-direction:column;gap:12px}.cart-drawer__item{position:relative;display:grid;grid-template-columns:84px 1fr;gap:12px;padding:12px 0;align-items:flex-start}.cart-drawer__item:hover{transform:translateY(-2px);box-shadow:var(--soft-shadow)}.cart-drawer__image-wrapper{display:block;width:84px;height:84px;flex:0 0 84px;border-radius:8px;overflow:hidden;background:#fafafa;align-items:center;justify-content:center}.cart-drawer__image{display:block;width:100%;height:100%;object-fit:cover}.cart-drawer__item-main{display:flex;flex-direction:column;gap:6px;padding-right:110px;min-width:0}.cart-drawer__item-title{font-size:14px;font-weight:600;color:#111;text-decoration:none;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer__item-variant,.cart-drawer__item-selling-plan{font-size:12px;color:var(--muted)}.cart-drawer__item-meta{display:flex;gap:12px;align-items:center;justify-content:flex-start;margin-top:6px}.cart-drawer__qty{display:inline-flex;align-items:center;gap:6px;border-radius:999px;border:1px solid var(--border);padding:4px;background:#fff}.cart-drawer__qty-btn{border:none;background:transparent;width:32px;height:32px;display:inline-grid;place-items:center;cursor:pointer;color:var(--muted);font-size:16px}.cart-drawer__qty-btn:hover{background:#0000000a;color:#111;outline:none}.cart-drawer__qty-input{width:48px;text-align:center;border:none;outline:none;font-size:14px;padding:4px 6px;background:transparent}.cart-drawer__price{position:absolute;right:18px;top:18px;text-align:right;white-space:nowrap;font-weight:700;font-size:14px;line-height:1}.cart-drawer__price-original{display:block;font-size:12px;color:var(--muted);text-decoration:line-through;font-weight:400}.cart-drawer__footer{border-top:1px solid var(--border);padding:14px;display:flex;flex-direction:column;gap:10px;background:linear-gradient(180deg,#fffffffa,#fffffffa);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cart-drawer__row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:6px 0}.cart-drawer__label{font-size:14px;color:#333;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer__value{font-size:14px;font-weight:700;text-align:right;min-width:90px}.cart-drawer__savings .cart-drawer__label,.cart-drawer__savings .cart-drawer__value{color:#c62828!important}.cart-drawer__total .cart-drawer__value{font-size:16px;font-weight:800}.cart-drawer__checkout-btn{width:100%;padding:12px;border-radius:12px;border:none;cursor:pointer;font-weight:700;font-size:15px;background:linear-gradient(90deg,var(--accent) 0%,#222 100%);color:#fff;box-shadow:0 8px 20px #11111114}.cart-drawer__checkout-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #1111111f}.cart-drawer__empty--center{text-align:center;padding:40px 20px}.cart-drawer__empty-message{font-size:15px;margin-bottom:14px;color:#444}.cart-drawer__empty-btn{display:inline-block;margin:0 auto}.cart-drawer__cross-sell{padding:12px 14px;border-top:1px solid rgba(0,0,0,.04);margin:10px 0}.cart-drawer__cross-sell-title{margin:0 0 8px;font-size:15px;font-weight:700}.cart-drawer__cross-sell-list{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px}.cart-drawer__cross-item{flex:0 0 180px;display:flex;gap:10px;align-items:flex-start}.cart-drawer__cross-image{display:block;width:56px;height:56px;flex:0 0 56px;border-radius:8px;overflow:hidden}.cart-drawer__cross-image img{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer__cross-meta{display:flex;flex-direction:column;gap:6px;min-width:0}.cart-drawer__cross-title{font-size:13px;font-weight:600;color:#111;text-decoration:none;display:block;white-space:normal;overflow:hidden;text-overflow:ellipsis;max-height:36px;line-height:1.2}.cart-drawer__cross-price{font-weight:700;font-size:13px;color:#111}.cart-drawer__cross-actions{display:flex;gap:8px;align-items:center}.cart-drawer__cross-add{background:#111;color:#fff;border-radius:8px;padding:6px 8px;border:none;cursor:pointer;font-size:13px}.cart-drawer__cross-view{color:#666;font-size:13px;text-decoration:none;padding:6px 4px}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}@media (max-width: 820px){.cart-drawer{width:min(100%,420px)}}@media (max-width: 600px){.cart-drawer{width:100%;border-radius:0}.cart-drawer__items{padding:12px;gap:10px}.cart-drawer__image-wrapper{width:72px;height:72px;flex:0 0 72px}.cart-drawer__item{grid-template-columns:70px 1fr}.cart-drawer__item-main{padding-right:92px}.cart-drawer__price{right:14px;top:15px;font-size:14px}}.cart-drawer__cross-price{display:none!important;visibility:hidden!important;height:0!important;margin:0!important;padding:0!important}.cart-drawer__cross-actions{display:flex;align-items:center;gap:8px}.cart-drawer__cross-inline-price{font-weight:700;font-size:13px;color:#111;margin-left:auto;white-space:nowrap}@media (max-width: 600px){.cart-drawer__cross-inline-price{font-size:12px;margin-left:8px}}:root{--drawer-width-desktop: 538px;--drawer-width-desktop-wide: 580px}.cart-drawer{width:var(--drawer-width-desktop)!important;max-width:100%!important}.cart-drawer__header{padding:10px!important}.cart-drawer__title{font-size:20px!important;letter-spacing:-.01em}.cart-drawer__image-wrapper{width:110px!important;height:110px!important;flex:0 0 110px!important;min-width:110px!important;min-height:110px!important;border-radius:10px!important}.cart-drawer__image{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.cart-drawer__item{grid-template-columns:110px 1fr!important;padding:16px 0!important;gap:16px!important}.cart-drawer__item-main{padding-right:140px!important;min-width:0}.cart-drawer__price{position:absolute!important;right:20px!important;top:50%!important;transform:translateY(-50%)!important;font-size:15px!important;font-weight:700!important;white-space:nowrap;line-height:1}.cart-drawer__item-title{font-size:15px!important;font-weight:700!important;margin-bottom:4px}.cart-drawer__item-variant{font-size:13px!important;color:var(--muted)!important}.cart-drawer__qty{display:flex!important;align-items:center!important;border:2px solid #000!important;border-radius:999px!important;overflow:hidden!important;height:28px!important}.cart-drawer__qty-btn{width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;font-weight:600!important;background:#fff!important;color:red!important;border:none!important}.cart-drawer__qty-input{width:32px!important;text-align:center!important;font-size:15px!important;background:#fff!important;color:#000!important;border:none!important;height:100%!important;padding:0!important}.cart-drawer__qty-btn:first-child{border-right:1px solid #000!important}.cart-drawer__qty-btn:last-child{border-left:1px solid #000!important}.cart-drawer__qty-input::-webkit-inner-spin-button,.cart-drawer__qty-input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}.cart-drawer__qty-input{-moz-appearance:textfield!important}.cart-drawer__row .cart-drawer__label{font-size:15px!important}.cart-drawer__row .cart-drawer__value{font-size:16px!important}.cart-drawer__checkout-btn{padding:14px 16px!important;border-radius:14px!important;font-size:16px!important}.free-shipping-bar{padding:16px!important;margin:14px!important}.free-shipping-bar__status{font-size:15px!important}.cart-drawer__cross-sell{padding:16px 18px!important;margin-top:8px!important}.cart-drawer__cross-sell-list{gap:14px!important;padding-bottom:8px!important}.cart-drawer__cross-item{flex:0 0 200px!important;min-width:200px!important;padding:8px!important}.cart-drawer__cross-image{width:72px!important;height:72px!important;flex:0 0 72px!important;border-radius:10px!important}.cart-drawer__cross-title{font-size:13px!important;font-weight:600!important;max-height:40px!important;line-height:1.2!important}.cart-drawer__cross-price{font-size:14px!important;font-weight:700!important;margin-top:6px!important}.cart-drawer__cross-actions{gap:8px!important;align-items:center!important}.cart-drawer__cross-add{padding:8px 10px!important;font-size:13px!important;border-radius:10px!important}.cart-drawer__cross-view{font-size:13px!important}.cart-drawer__item{box-shadow:none!important;border-bottom:1px solid rgba(0,0,0,.04)}.cart-drawer__item{min-height:120px!important}@media (max-width: 820px){:root{--drawer-width-desktop: 420px}.cart-drawer{width:min(100%,420px)!important}.cart-drawer__image-wrapper{width:84px!important;height:84px!important;flex:0 0 84px!important}.cart-drawer__item-main{padding-right:110px!important}.cart-drawer__price{right:16px!important;top:50%!important;transform:translateY(-50%)!important}.cart-drawer__cross-item{flex:0 0 160px!important;min-width:160px!important}}@media (max-width: 480px){.cart-drawer__item{grid-template-columns:64px 1fr!important;min-height:auto!important}.cart-drawer__item-main{padding-right:16px!important}.cart-drawer__price{position:static!important;transform:none!important;margin-top:10px!important;text-align:right!important;display:block!important}.cart-drawer__image-wrapper{width:64px!important;height:64px!important;flex:0 0 64px!important}.cart-drawer__qty-btn{width:32px!important;height:32px!important}.cart-drawer__qty-input{width:44px!important}.cart-drawer__cross-item{flex:0 0 140px!important;min-width:140px!important}}.cart-drawer__item-title{word-break:break-word}.cart-drawer__cross-image,.cart-drawer__cross-meta{width:100%}.cart-drawer__cross-image{height:120px;flex:0 0 120px;border-radius:6px;overflow:hidden;margin-bottom:0}.cart-drawer__cross-item{display:flex;flex-direction:column;align-items:flex-start;flex:0 0 160px;min-width:160px;padding:10px;gap:8px;background:#f7f7f7;border-radius:8px;border:1px solid var(--border)}.cart-drawer__cross-image{width:100%;height:120px;flex:0 0 120px;border-radius:6px;overflow:hidden;margin-bottom:0}.cart-drawer__cross-image img{object-fit:contain;background-color:#fff}.cart-drawer__cross-title{font-size:13px;font-weight:600;line-height:1.3;max-height:5.2em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.cart-drawer__cross-actions{display:flex;flex-direction:column;width:100%;gap:4px;margin-top:auto;align-items:stretch}.cart-drawer__cross-add{width:100%;padding:8px;order:2}.cart-drawer__cross-inline-price{width:100%;text-align:center;margin-bottom:4px;order:1}.cart-drawer__cross-item{position:relative;display:flex;flex-direction:column;align-items:flex-start;flex:0 0 160px;min-width:160px;padding:10px;gap:8px}.cart-drawer__cross-inline-price{position:absolute;top:10px;right:10px;z-index:10;text-align:right;font-size:14px;font-weight:700;line-height:1.2;background:transparent;padding:2px 4px;border-radius:4px;order:unset}.cart-drawer__cross-add{position:absolute;top:35px;right:10px;z-index:10;width:auto!important;padding:6px 8px!important;font-size:13px!important;border-radius:6px!important;order:unset}.cart-drawer__cross-image{width:60px;height:60px;flex:0 0 60px;border-radius:50%;overflow:hidden;margin-bottom:0}.cart-drawer__cross-title{width:100%;margin-top:5px;font-size:14px;font-weight:600;line-height:1.4;max-height:4.2em;-webkit-line-clamp:4}.cart-drawer__cross-actions{display:contents;margin-top:0}.cart-drawer__item{display:flex;align-items:flex-start}.cart-drawer__image-wrapper{flex:0 0 70px;margin-right:12px}.cart-drawer__item-main{flex:1;min-width:0;display:flex;flex-direction:column}.cart-drawer__item-title{margin-top:0;display:block;word-break:break-word}@media (max-width: 480px){.cart-drawer__image-wrapper{flex:0 0 60px}.cart-drawer__item-main{padding-left:5px}}#CartDrawer,.cart-drawer,.cart-drawer--right{background:#fff!important;color:#111!important;box-shadow:0 0 #0000!important}#CartDrawerOverlay,.cart-drawer__overlay{background:#0000!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.cart-drawer__panel,.cart-drawer-wrapper,[data-cart-drawer]{background:#fff!important}html,body,.site-wrapper,.page-wrapper{background:transparent!important}.cart-drawer{box-shadow:-8px 0 24px #00000014!important}@media (max-width: 768px){#CartDrawer,.cart-drawer{background:#fff!important}}.free-shipping-banner{width:100%;padding:8px 12px;margin:12px 0;background:#000!important;border:1px solidrgb(7,0,0)!important;color:#fff!important;text-align:center;font-size:14px;font-weight:600}.free-shipping-banner__inner{display:flex;align-items:center;justify-content:center;gap:6px;line-height:1.2}.free-shipping-banner__text{color:#fff!important;white-space:nowrap}@media (max-width: 420px){.free-shipping-banner__text{white-space:normal}}.cart-drawer__header{padding-bottom:6px!important}.free-shipping-banner{margin-top:4px!important;margin-bottom:10px!important}.cart-drawer__header{border-bottom:none!important}.cart-drawer__note{margin-top:4px!important;font-weight:500;text-decoration-thickness:1px;text-underline-offset:3px}.cart-drawer__checkout-btn{display:block!important;width:100%!important;text-align:center!important;background:#000!important;color:#fff!important;padding:14px 0!important;border-radius:8px!important;font-size:16px!important;font-weight:700!important;margin:0 auto!important}.cart-drawer__checkout-wrap{display:flex;justify-content:center;align-items:center}
/*# sourceMappingURL=/cdn/shop/t/58/assets/cart-drawer.css.map */
