.zc{max-width:1100px;margin:0 auto;padding:0}.zc__error{position:fixed;top:1rem;right:1rem;z-index:9999;background:#fff;border-left:4px solid #e53935;padding:.75rem 1rem;border-radius:8px;box-shadow:0 8px 24px #0000001f;font-size:.85rem;animation:zcSlideIn .3s ease}@keyframes zcSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.zc__skeleton{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;margin-top:1.5rem}.zc__skeleton-items{background:#fff;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.zc__skeleton-row{height:72px;border-radius:8px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:zcShimmer 1.5s infinite}.zc__skeleton-sidebar{background:#fff;border-radius:12px;padding:1.5rem;height:300px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:zcShimmer 1.5s infinite}@keyframes zcShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.zc-steps{display:flex;justify-content:center;align-items:center;max-width:520px;margin:0 auto 2rem}.zc-steps__item{display:flex;align-items:center;gap:.4rem;position:relative;white-space:nowrap}.zc-steps__item .zc-steps__line{display:block;width:60px;height:2px;background:#ddd;margin:0 .75rem;flex-shrink:0}.zc-steps__item.is-active .zc-steps__line,.zc-steps__item.is-done .zc-steps__line{background:var(--wp--preset--color--primary, #1a1a1a)}.zc-steps__num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#d0d0d0;color:#fff;font-size:.7rem;font-weight:700;flex-shrink:0}.zc-steps__label{font-size:.8rem;color:#999;font-weight:500}.zc-steps__item.is-active .zc-steps__num{background:var(--wp--preset--color--primary, #1a1a1a)}.zc-steps__item.is-active .zc-steps__label{color:var(--wp--preset--color--primary, #1a1a1a);font-weight:600}.zc-steps__item.is-done .zc-steps__num{background:var(--wp--preset--color--accent, #c8a97e)}.zc__layout{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}.zc-items{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 4px #0000000a;transition:opacity .25s ease}.zc-items.is-loading{opacity:.5;pointer-events:none}.zc-items__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.zc-items__title{font-size:1.15rem;font-weight:600;margin:0;color:var(--wp--preset--color--primary, #1a1a1a)}.zc-items__count{font-weight:400;color:#888;font-size:.85rem}.zc-items__clear{background:none;border:none;color:#e53935;font-size:.8rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.2rem;padding:.25rem .5rem;border-radius:4px;transition:background .25s ease}.zc-items__clear:hover{background:#ffeaea}.zc-items__cols{display:grid;grid-template-columns:64px 1fr 110px 80px 32px;gap:1rem;align-items:center;padding:0 .75rem .75rem;border-bottom:1px solid #eee;margin-bottom:.5rem}.zc-items__cols span{font-size:.75rem;font-weight:600;text-transform:capitalize;color:#999}.zc-items__col-product{grid-column:1/3}.zc-row{display:grid;grid-template-columns:64px 1fr 110px 80px 32px;gap:1rem;align-items:center;padding:.75rem;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:.5rem;transition:border-color .25s ease,opacity .25s ease}.zc-row:hover{border-color:#ddd}.zc-row.is-busy{opacity:.5;pointer-events:none}.zc-row__img{width:56px;height:56px;flex-shrink:0}.zc-row__img img{width:56px;height:56px;border-radius:8px;object-fit:cover;display:block;background:#f5f5f5}.zc-row__img-placeholder{width:56px;height:56px;border-radius:8px;background:#f5f5f5}.zc-row__info{display:flex;flex-direction:column;gap:.1rem;min-width:0}.zc-row__name{font-weight:600;font-size:.875rem;color:var(--wp--preset--color--primary, #1a1a1a);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zc-row__variant{font-size:.7rem;color:#888}.zc-row__qty{display:inline-flex;align-items:center;justify-self:center;gap:0;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.zc-row__qty-btn{background:none;border:none;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;color:#666;cursor:pointer;transition:all .25s ease;padding:0}.zc-row__qty-btn:hover:not(:disabled){background:#f5f5f5;color:var(--wp--preset--color--primary, #1a1a1a)}.zc-row__qty-btn:disabled{opacity:.3;cursor:not-allowed}.zc-row__qty-val{width:28px;text-align:center;font-size:.85rem;font-weight:600;color:var(--wp--preset--color--primary, #1a1a1a)}.zc-row__price{font-weight:600;font-size:.9rem;color:var(--wp--preset--color--primary, #1a1a1a);text-align:right;white-space:nowrap}.zc-row__remove{background:none;border:none;color:#e53935;font-size:1.1rem;cursor:pointer;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:background .25s ease;padding:0;justify-self:center}.zc-row__remove:hover:not(:disabled){background:#ffeaea}.zc-row__remove:disabled{opacity:.3;cursor:not-allowed}.zc-sidebar{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 4px #0000000a;position:sticky;top:5rem}.zc-sidebar__promo{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #eee}.zc-sidebar__promo-title{font-size:.9rem;font-weight:600;margin:0 0 .6rem;color:var(--wp--preset--color--primary, #1a1a1a)}.zc-sidebar__promo-form{display:flex;gap:.5rem}.zc-sidebar__promo-form input{flex:1;padding:.55rem .75rem;border:1px solid #e0e0e0;border-radius:100px;font-size:.8rem;background:#f5f5f5;transition:border-color .25s ease,background .25s ease}.zc-sidebar__promo-form input::placeholder{color:#aaa}.zc-sidebar__promo-form input:focus{border-color:var(--wp--preset--color--primary, #1a1a1a);outline:none;background:#fff}.zc-sidebar__promo-form button{padding:.55rem 1rem;background:var(--wp--preset--color--primary, #1a1a1a);color:#fff;border:none;border-radius:100px;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .25s ease}.zc-sidebar__promo-form button:hover:not(:disabled){background:var(--wp--preset--color--accent, #c8a97e)}.zc-sidebar__promo-form button:disabled{opacity:.5;cursor:not-allowed}.zc-sidebar__promo-error{color:#e53935;font-size:.75rem;margin:.4rem 0 0}.zc-sidebar__coupons{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.zc-sidebar__coupon-tag{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;background:#f5f5f5;border-radius:100px;font-size:.7rem;font-weight:600;text-transform:uppercase}.zc-sidebar__coupon-tag button{background:none;border:none;color:#e53935;cursor:pointer;font-size:.9rem;padding:0;line-height:1}.zc-sidebar__totals{display:flex;flex-direction:column;gap:.5rem}.zc-sidebar__row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.zc-sidebar__row span:first-child{color:#888}.zc-sidebar__row span:last-child{font-weight:600;color:#555}.zc-sidebar__row--discount span:last-child{color:#4caf50}.zc-sidebar__row--total{padding-top:.75rem;margin-top:.25rem;border-top:1px solid #eee}.zc-sidebar__row--total span:first-child{font-weight:700;font-size:.95rem;color:var(--wp--preset--color--primary, #1a1a1a)}.zc-sidebar__row--total span:last-child{font-weight:700;font-size:1.15rem;color:var(--wp--preset--color--primary, #1a1a1a)}.zc-sidebar__checkout{display:block;width:100%;margin-top:1.25rem;padding:.8rem 1.5rem;background:var(--wp--preset--color--primary, #1a1a1a);color:#fff!important;border:none;border-radius:100px;font-size:.9rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:background .25s ease,transform .25s ease}.zc-sidebar__checkout:hover{background:var(--wp--preset--color--accent, #c8a97e);transform:translateY(-1px)}.zc-empty{text-align:center;padding:4rem 1rem;max-width:420px;margin:0 auto}.zc-empty__icon{color:var(--wp--preset--color--accent, #c8a97e);margin-bottom:1.5rem}.zc-empty__title{font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.zc-empty__text{font-size:.85rem;color:#888;margin:0 0 2rem;line-height:1.6}.zc-empty__actions{display:flex;justify-content:center;gap:.75rem}.zc-empty__btn{padding:.7rem 1.75rem;border-radius:100px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .25s ease}.zc-empty__btn--primary{background:var(--wp--preset--color--primary, #1a1a1a);color:#fff!important}.zc-empty__btn--primary:hover{background:var(--wp--preset--color--accent, #c8a97e)}.zc-empty__btn--secondary{background:#fff;color:var(--wp--preset--color--primary, #1a1a1a)!important;border:1px solid #ddd}.zc-empty__btn--secondary:hover{border-color:var(--wp--preset--color--primary, #1a1a1a)}@media(max-width:960px){.zc__layout,.zc__skeleton{grid-template-columns:1fr}.zc-sidebar{position:static}}@media(max-width:600px){.zc-steps__label{display:none}.zc-steps__item .zc-steps__line{width:32px;margin:0 .35rem}.zc-items__cols{display:none}.zc-row{grid-template-columns:48px 1fr auto;grid-template-areas:"img  info  remove" "img  qty   price";gap:.5rem .75rem}.zc-row .zc-row__img{grid-area:img;width:48px;height:48px}.zc-row .zc-row__img img{width:48px;height:48px}.zc-row .zc-row__info{grid-area:info}.zc-row .zc-row__qty{grid-area:qty;justify-self:start}.zc-row .zc-row__price{grid-area:price;text-align:right}.zc-row .zc-row__remove{grid-area:remove}.zc-empty__actions{flex-direction:column;align-items:center}}
