.drawer{position:fixed;z-index:9999;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background:#0812237a;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.db-cart__inner,.drawer__inner{height:100%;width:52rem;max-width:calc(100vw - 2.4rem);background:#fff!important;color:#111827;border:none!important;border-radius:18px 0 0 18px;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform .32s cubic-bezier(.16,1,.3,1);box-shadow:-24px 0 70px #0000003d}.drawer.active .drawer__inner{transform:translate(0)}.db-cart__header,.drawer__header{position:relative;padding:24px 24px 14px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #edf0f3;background:#fff}.db-cart__title,.drawer__heading{margin:0;font-size:32px;line-height:1;font-weight:900;letter-spacing:-.05em;display:flex;align-items:center;gap:10px}.db-cart__count{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#006bff;color:#fff;font-size:13px;font-weight:900;letter-spacing:0}.db-cart__subtitle{margin:10px 0 0;color:#5b6574;font-size:14px}.db-cart__close,.drawer__close{position:static!important;width:44px;min-width:44px;height:44px;min-height:44px;border-radius:999px;border:1px solid #e5e7eb;background:#f7f8fa;color:#111827;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.16s ease;padding:0}.db-cart__close:hover,.drawer__close:hover{background:#eef6ff;border-color:#bfdbfe;color:#006bff}.db-cart__close .svg-wrapper,.drawer__close .svg-wrapper{width:18px;height:18px}cart-drawer-items{overflow:auto;flex:1;min-height:0;background:#fff}.db-cart__contents,.drawer__contents{display:flex;flex-direction:column}.db-cart__shipping{padding:16px 24px 18px;text-align:center}.db-cart__shipping p{margin:0 0 12px;font-size:16px;color:#111827}.db-cart__shipping-bar{height:5px;width:100%;border-radius:999px;background:#dce6f5;overflow:hidden}.db-cart__shipping-bar span{display:block;height:100%;border-radius:inherit;background:#00a651}.db-cart__items-wrapper{padding:0 24px}.db-cart__table,.db-cart__table tbody,.db-cart__table tr,.db-cart__table td{display:block;width:100%}.db-cart__table{border-collapse:collapse}.db-cart__table thead{display:none}.db-cart__item,.cart-drawer .cart-item{position:relative;display:grid!important;grid-template-columns:92px 1fr auto;grid-template-areas:"media details totals" "media details qty";gap:10px 14px;padding:16px 0;border-bottom:1px solid #eef0f3;margin:0!important}.db-cart__media{grid-area:media;padding:0!important}.db-cart__image,.cart-drawer .cart-item__image{width:92px!important;height:92px!important;max-width:92px!important;object-fit:contain;border-radius:12px;background:#f2f4f7;padding:8px}.db-cart__image-placeholder{width:92px;height:92px;display:grid;place-items:center;background:#f2f4f7;border-radius:12px}.db-cart__details{grid-area:details;padding:0!important;min-width:0}.db-cart__stock-badge{display:inline-flex;align-items:center;gap:5px;margin-bottom:6px;padding:4px 8px;border-radius:999px;background:#fff4ed;color:#f97316;font-size:11px;font-weight:900}.db-cart__stock-badge:before{content:"";width:7px;height:7px;border-radius:999px;background:#f97316;box-shadow:0 0 0 4px #f9731626}.db-cart__item-title,.cart-drawer .cart-item__name{display:block;color:#111827;font-size:15px;font-weight:900;line-height:1.25;text-decoration:none;margin:0 0 6px}.db-cart__item-title:hover{color:#006bff}.db-cart__options,.db-cart__selling-plan{margin:0 0 6px}.db-cart__option{display:flex;gap:4px;color:#697386;font-size:12px;line-height:1.35}.db-cart__option dt{font-weight:700}.db-cart__option dd{margin:0}.db-cart__trust-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.db-cart__trust-row span{padding:3px 7px;border-radius:999px;background:#eef6ff;color:#0057d9;font-size:11px;font-weight:800}.db-cart__discount-line{font-size:11px;color:#00a651}.db-cart__totals{grid-area:totals;padding:0!important;display:flex!important;justify-content:flex-end}.db-cart__price-stack{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.db-cart__old-price{color:#8a94a6;font-size:12px;text-decoration:line-through}.db-cart__final-price{color:#111827;font-size:15px;font-weight:900;white-space:nowrap}.db-cart__quantity{grid-area:qty;padding:0!important}.db-cart__quantity-row{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.db-cart__quantity-input,.cart-drawer .quantity{width:86px;min-height:38px;border-radius:10px;border:1px solid #e5e7eb;background:#fff}.db-cart__quantity-input .quantity__button{width:26px}.db-cart__quantity-input .quantity__input{font-weight:800;font-size:13px}.db-cart__remove{min-height:auto!important;padding:0!important;border:0!important;background:transparent!important;color:#6b7280!important;font-size:12px!important;text-decoration:underline;box-shadow:none!important}.db-cart__remove:hover{color:#dc2626!important}.db-cart__upsells{padding:18px 24px 22px}.db-cart__upsell-head h3{margin:0 0 8px;font-size:18px;font-weight:900;letter-spacing:-.03em}.db-cart__upsell-head p{margin:0 0 14px;color:#697386;font-size:14px;line-height:1.45}.db-cart__upsell-list{display:flex;flex-direction:column;gap:10px}.db-cart__upsell-card{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:12px;padding:12px;border-radius:16px;background:#fff;box-shadow:0 8px 28px #0f172a0f;border:1px solid #edf0f3}.db-cart__upsell-img{width:58px;height:58px;display:grid;place-items:center;border-radius:10px;background:#f2f4f7;overflow:hidden}.db-cart__upsell-img img{width:100%;height:100%;object-fit:contain;padding:5px}.db-cart__upsell-info strong{display:block;color:#111827;font-size:14px;line-height:1.25;margin-bottom:4px}.db-cart__upsell-info span{color:#697386;font-size:13px}.db-cart__upsell-add{min-width:110px;min-height:42px;border:none;border-radius:999px;background:#006bff;color:#fff;font-size:13px;font-weight:900;cursor:pointer;transition:.16s ease}.db-cart__upsell-add:hover{background:#0057d9;transform:translateY(-1px)}.db-cart__upsell-add:disabled{opacity:.65;cursor:wait}.db-cart__footer,.drawer__footer{border-top:1px solid #edf0f3!important;padding:14px 24px 22px!important;background:#fff;box-shadow:0 -12px 30px #0f172a0f}.db-cart__note-details{margin-bottom:10px}.db-cart__note-details summary{padding:10px 0;cursor:pointer}.db-cart__summary{display:flex;flex-direction:column;gap:9px}.db-cart__summary-row{display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:14px;color:#697386}.db-cart__summary-row--green{color:#064e3b;font-weight:800}.db-cart__discounts{margin:0}.db-cart__total-row{display:flex;justify-content:space-between;align-items:baseline;padding-top:12px;margin-top:2px;border-top:1px solid #edf0f3}.db-cart__total-row strong:first-child{font-size:24px;font-weight:950;letter-spacing:-.04em}.db-cart__total-row strong:last-child{font-size:26px;font-weight:950;letter-spacing:-.04em;color:#111827}.db-cart__installments{margin:0;text-align:right;color:#697386;font-size:13px}.db-cart__installments strong{color:#111827;font-weight:900}.db-cart__saving-box{margin-top:8px;padding:12px 14px;border-radius:12px;background:#dcfce7;color:#064e3b;text-align:center;font-weight:900;font-size:14px}.db-cart__ctas{margin-top:16px}.db-cart__checkout-btn,.cart-drawer .cart__checkout-button{width:100%;max-width:none!important;min-height:60px;border:none;border-radius:999px;background:linear-gradient(135deg,#006bff,#0057d9)!important;color:#fff!important;font-size:17px;font-weight:950;box-shadow:0 14px 34px #006bff47}.db-cart__checkout-btn:hover{transform:translateY(-1px);box-shadow:0 18px 42px #006bff57}.db-cart__footer-trust{margin-top:12px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;color:#697386;font-size:12px;font-weight:700}.db-cart__empty-wrap{height:100%;padding:24px;display:flex;align-items:center;justify-content:center;position:relative}.db-cart__empty-card{text-align:center;max-width:330px}.db-cart__empty-icon{font-size:44px;margin-bottom:12px}.db-cart__empty-title{font-size:28px;font-weight:950;letter-spacing:-.04em;margin:0 0 8px}.db-cart__empty-text{color:#697386;margin:0 0 20px}.cart__items--disabled{pointer-events:none;opacity:.65}.cart-item__error{grid-column:1 / -1;color:#dc2626;font-size:12px}.loading__spinner.hidden{display:none}@media screen and (max-width:749px){.db-cart__inner,.drawer__inner{width:100vw;max-width:100vw;border-radius:0}.db-cart__header,.drawer__header{padding:20px 18px 12px}.db-cart__title,.drawer__heading{font-size:28px}.db-cart__subtitle{font-size:13px}.db-cart__shipping{padding:14px 18px 16px}.db-cart__items-wrapper{padding:0 18px}.db-cart__item,.cart-drawer .cart-item{grid-template-columns:82px 1fr;grid-template-areas:"media details" "media totals" "media qty";gap:8px 12px;padding:14px 0}.db-cart__image,.cart-drawer .cart-item__image,.db-cart__image-placeholder{width:82px!important;height:82px!important;max-width:82px!important}.db-cart__totals{justify-content:flex-start}.db-cart__price-stack{align-items:flex-start}.db-cart__quantity-row{align-items:flex-start;flex-direction:row;justify-content:space-between}.db-cart__upsells{padding:16px 18px 20px}.db-cart__upsell-card{grid-template-columns:52px 1fr}.db-cart__upsell-add{grid-column:1 / -1;width:100%}.db-cart__footer,.drawer__footer{padding:12px 18px 18px!important}.db-cart__total-row strong:first-child{font-size:22px}.db-cart__total-row strong:last-child{font-size:24px}.db-cart__installments{text-align:left}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-cart-drawer.css.map */
