/* Zentyde cart drawer — added 2026-09-02 */

#zy-cart-drawer { position: fixed; inset: 0; z-index: 2147483000; visibility: hidden; pointer-events: none; }
#zy-cart-drawer.is-open { visibility: visible; pointer-events: auto; }

.zy-cart-drawer__backdrop {
    position: absolute; inset: 0; background: rgba(7, 17, 31, 0.42);
    opacity: 0; transition: opacity .25s ease;
}
#zy-cart-drawer.is-open .zy-cart-drawer__backdrop { opacity: 1; }

.zy-cart-drawer__panel {
    position: absolute; top: 0; right: 0; height: 100%; width: min(420px, 100vw);
    background: #fff; box-shadow: -18px 0 48px rgba(7,17,31,0.18);
    display: flex; flex-direction: column;
    transform: translateX(100%); transition: transform .28s cubic-bezier(.4,0,.2,1);
}
#zy-cart-drawer.is-open .zy-cart-drawer__panel { transform: translateX(0); }

.zy-cart-drawer__head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 22px; border-bottom: 1px solid #e2e6ee; flex: none;
}
.zy-cart-drawer__head h2 { font-size: 20px; font-weight: 800; color: #0a0a0a; margin: 0; }
.zy-cart-drawer__head h2 span { font-weight: 600; color: #65748c; }
.zy-cart-drawer__close { background: none; border: none; font-size: 26px; line-height: 1; color: #65748c; cursor: pointer; padding: 4px 8px; }

.zy-cart-drawer__body { flex: 1; overflow-y: auto; padding: 18px 22px 22px; }

.zy-cart-drawer__shipbar { margin-bottom: 20px; }
.zy-cart-drawer__shipbar p { font-size: 14px; color: #0a0a0a; margin: 0 0 10px; text-align: center; }
.zy-cart-drawer__track { position: relative; height: 6px; border-radius: 999px; background: #e2e6ee; }
.zy-cart-drawer__fill { position: absolute; inset: 0 auto 0 0; height: 100%; border-radius: 999px; background: #7bc043; transition: width .3s ease; }
.zy-cart-drawer__track { display: flex; align-items: center; }
.zy-cart-drawer__dot { position: absolute; width: 14px; height: 14px; border-radius: 999px; background: #fff; border: 2px solid #d5dbe6; top: 50%; transform: translate(-50%,-50%); }
.zy-cart-drawer__dot--mid { left: 55%; }
.zy-cart-drawer__dot--end { left: 100%; }
.zy-cart-drawer__labels { display: flex; justify-content: space-between; font-size: 11px; color: #65748c; margin-top: 8px; }
.zy-cart-drawer__labels span:first-child { text-align: center; margin-left: 30%; }

.zy-cart-drawer__empty { text-align: center; color: #65748c; padding: 40px 0; }

.zy-cart-drawer__items { list-style: none; margin: 0 0 18px; padding: 0; }
.zy-cart-drawer__item, .zy-cart-drawer__upsell {
    display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid #eef1f6;
}
.zy-cart-drawer__thumb { width: 68px; height: 68px; flex: none; border-radius: 10px; overflow: hidden; border: 1px solid #e2e6ee; background: #f7f9fc; }
.zy-cart-drawer__thumb--sm { width: 52px; height: 52px; }
.zy-cart-drawer__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.zy-cart-drawer__info { flex: 1; min-width: 0; }
.zy-cart-drawer__name { font-weight: 700; font-size: 15px; color: #0a0a0a; margin: 0 0 6px; }
.zy-cart-drawer__desc { font-size: 12.5px; color: #65748c; margin: 0; }
.zy-cart-drawer__stepper { display: inline-flex; align-items: center; gap: 10px; border: 1px solid #e2e6ee; border-radius: 999px; padding: 3px 6px; }
.zy-qty-btn { width: 22px; height: 22px; border-radius: 999px; border: none; background: #f2f4f8; font-size: 15px; line-height: 1; cursor: pointer; color: #0a0a0a; }
.zy-qty-val { font-size: 13px; font-weight: 700; min-width: 14px; text-align: center; }
.zy-cart-drawer__remove { margin-left: 12px; background: none; border: none; text-decoration: underline; font-size: 12px; color: #65748c; cursor: pointer; padding: 0; }
.zy-cart-drawer__price { font-weight: 800; font-size: 14px; color: #0a0a0a; flex: none; }

.zy-cart-drawer__upsell-label { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #98a5ba; margin: 4px 0 8px; }
.zy-cart-drawer__upsell-right { display: flex; align-items: center; gap: 10px; flex: none; }
.zy-cart-drawer__add-btn { width: 30px; height: 30px; border-radius: 999px; border: none; background: #0a0a0a; color: #fff; font-size: 17px; line-height: 1; cursor: pointer; }

.zy-cart-drawer__protect {
    position: relative; display: flex; align-items: center; gap: 12px;
    border: 1px solid #e2e6ee; border-radius: 14px; padding: 12px 14px; margin: 6px 0 16px; cursor: pointer;
}
.zy-cart-drawer__protect-icon { color: #1f7cff; flex: none; }
.zy-cart-drawer__protect-text { flex: 1; display: flex; flex-direction: column; }
.zy-cart-drawer__protect-text strong { font-size: 14px; color: #0a0a0a; }
.zy-cart-drawer__protect-text small { font-size: 12px; color: #65748c; }
.zy-cart-drawer__protect-price { font-size: 14px; font-weight: 700; color: #0a0a0a; margin-right: 4px; }
.zy-cart-drawer__protect-toggle { position: absolute; opacity: 0; width: 0; height: 0; }
.zy-cart-drawer__switch { width: 38px; height: 22px; border-radius: 999px; background: #d5dbe6; position: relative; flex: none; transition: background .2s ease; }
.zy-cart-drawer__switch::after { content: ""; position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; border-radius: 999px; background: #fff; transition: transform .2s ease; }
.zy-cart-drawer__protect-toggle:checked + .zy-cart-drawer__switch { background: #0da66c; }
.zy-cart-drawer__protect-toggle:checked + .zy-cart-drawer__switch::after { transform: translateX(16px); }

.zy-cart-drawer__totals { margin: 4px 0 16px; }
.zy-cart-drawer__totalrow { display: flex; justify-content: space-between; font-size: 14px; color: #0a0a0a; padding: 6px 0; }
.zy-cart-drawer__totalrow--discount { color: #0da66c; font-weight: 700; }
.zy-cart-drawer__totalrow--sub { font-size: 18px; font-weight: 800; border-top: 1px solid #eef1f6; margin-top: 6px; padding-top: 12px; }

.zy-cart-drawer__checkout {
    display: block; text-align: center; width: 100%; padding: 16px; border-radius: 999px;
    background: #0a0a0a; color: #fff; font-weight: 800; font-size: 15px; text-decoration: none;
}
.zy-cart-drawer__checkout:hover { background: #1a1a1a; color: #fff; }

.zy-cart-drawer__payments { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 14px 0 0; padding: 0; }
.zy-pm { display: inline-flex; height: 28px; align-items: center; justify-content: center; border-radius: 4px; background: #fff; border: 1px solid #e2e6ee; padding: 0 8px; font-size: 11px; font-weight: 700; line-height: 1; }
.zy-pm--ideal { color: #cc0066; }
.zy-pm--visa { color: #1a1f71; font-style: italic; letter-spacing: -0.02em; }
.zy-pm--mc { gap: 2px; }
.zy-pm--mc span:first-child { width: 14px; height: 14px; border-radius: 999px; background: #eb001b; }
.zy-pm--mc span:last-child { width: 14px; height: 14px; border-radius: 999px; background: rgba(247,158,27,.9); margin-left: -6px; }
.zy-pm--ap { color: #111; }

@media (max-width: 480px) {
    .zy-cart-drawer__panel { width: 100vw; }
}
