.vdct-cart{max-width:1180px;margin:0 auto;padding:clamp(1rem,3vw,2rem);color:var(--vdct-text,#231b20)}
.vdct-cart>h1{margin:0 0 1.4rem;font-size:clamp(1.8rem,4vw,2.55rem);font-weight:800}
.vdct-cart__timer,.vdct-cart__notice{margin:0 0 1rem;padding:.75rem 1rem;border-radius:10px}.vdct-cart__timer{background:#fff7d6}.vdct-cart__notice--success{background:#dcfce7}.vdct-cart__notice--error{background:#fee2e2}
.vdct-cart__table,.vdct-cart__summary-card{overflow:hidden;border:1px solid #eee4e8;border-radius:var(--vdct-radius,16px);background:var(--vdct-surface,#fff);box-shadow:var(--vdct-shadow)}
.vdct-cart__table-head,.vdct-cart__item{display:grid;grid-template-columns:minmax(250px,2.2fr) minmax(90px,.9fr) minmax(120px,1.1fr) minmax(85px,.8fr) minmax(85px,.9fr);gap:1rem;align-items:center}
.vdct-cart__table-head{padding:.8rem 1rem;background:color-mix(in srgb,var(--vdct-primary,#e72d6d) 8%,#fff);font-size:.7rem;font-weight:800;text-transform:uppercase}
.vdct-cart__item{padding:1rem;border-top:1px solid #f0e7ea}.vdct-cart__item:first-child{border-top:0}
.vdct-cart__event{display:flex;gap:.85rem;align-items:center;min-width:0}.vdct-cart__thumb{flex:0 0 72px;width:72px;height:72px;border-radius:9px;background:linear-gradient(145deg,var(--vdct-primary-dark,#bd174e),var(--vdct-secondary,#ff8fad));background-position:center;background-size:cover}
.vdct-cart__description{min-width:0}.vdct-cart__description h3{overflow:hidden;margin:0 0 .2rem;font-size:.95rem;text-overflow:ellipsis;white-space:nowrap}.vdct-cart__description small{display:block;overflow:hidden;color:#746a6f;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.vdct-cart__description form{margin-top:.25rem}
.vdct-cart__remove,.vdct-cart__quantity button{padding:0;border:0;background:transparent;color:var(--vdct-primary,#e72d6d);cursor:pointer;font-size:.72rem}.vdct-cart__ticket{font-size:.83rem}.vdct-cart__unit-price,.vdct-cart__item-total{font-size:.83rem;white-space:nowrap}
.vdct-cart__quantity{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.vdct-cart__quantity input{width:58px;min-height:36px;padding:.3rem;text-align:center}.vdct-cart__quantity button{width:100%;text-align:left}
.vdct-cart__coupon{margin-top:1.4rem}.vdct-cart__coupon label>span:first-child{display:block;margin-bottom:.45rem;font-size:.85rem;font-weight:750}.vdct-cart__coupon-fields{display:flex;gap:.6rem}.vdct-cart__coupon input{width:min(300px,100%);min-height:42px;text-transform:uppercase}.vdct-cart__coupon-remove{display:flex;gap:.6rem;align-items:center;margin-top:.5rem;color:var(--vdct-success,#15965c);font-size:.8rem}.vdct-cart__continue{display:inline-flex;margin-top:2rem;color:var(--vdct-primary,#e72d6d);font-size:.85rem;font-weight:700}
.vdct-button{display:inline-flex;align-items:center;justify-content:center;padding:.72rem 1rem;border:0;border-radius:9px;background:linear-gradient(135deg,var(--vdct-primary,#e72d6d),var(--vdct-primary-dark,#bd174e));color:#fff;cursor:pointer;font-weight:750;text-decoration:none}.vdct-button--outline{border:1px solid var(--vdct-primary,#e72d6d);background:#fff;color:var(--vdct-primary,#e72d6d)}.vdct-button--link{padding:.3rem 0;background:transparent;box-shadow:none;color:var(--vdct-primary-dark,#bd174e)}
.vdct-cart__summary-card{position:sticky;top:2rem;padding:1.25rem}.vdct-cart__summary-card h2{margin:0 0 .8rem;font-size:1rem}.vdct-cart__summary{display:flex;justify-content:space-between;gap:1rem;padding:.48rem 0;font-size:.84rem}.vdct-cart__summary strong{font-weight:650;white-space:nowrap}.vdct-cart__summary--total{margin-top:.35rem;padding-top:.9rem;border-top:1px solid #eee4e8;font-size:1.05rem;font-weight:800}.vdct-cart__checkout{width:100%;margin-top:1rem}.vdct-cart__clear{text-align:center;margin-top:.5rem}
.vdct-cart__empty{display:flex;min-height:340px;flex-direction:column;align-items:center;justify-content:center;padding:clamp(2rem,7vw,5rem) 1.5rem;text-align:center;border:1px dashed color-mix(in srgb,var(--vdct-primary,#e72d6d) 30%,#e2e8f0);border-radius:var(--vdct-radius,16px);background:linear-gradient(145deg,color-mix(in srgb,var(--vdct-primary,#e72d6d) 7%,#fff),#fff);box-shadow:var(--vdct-shadow)}.vdct-cart__empty-icon{display:flex;width:78px;height:78px;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:50%;background:color-mix(in srgb,var(--vdct-primary,#e72d6d) 12%,#fff);font-size:2rem}.vdct-cart__empty h3{margin:0 0 .5rem;font-size:1.7rem}.vdct-cart__empty p{max-width:460px;margin:0 0 1.5rem;color:#756b70}
@media(max-width:991.98px){.vdct-cart__table-head{display:none}.vdct-cart__item{grid-template-columns:minmax(220px,1fr) 110px 120px 90px 90px}.vdct-cart__summary-card{position:static}}
@media(max-width:767.98px){.vdct-cart{padding:.75rem}.vdct-cart__item{grid-template-columns:1fr 1fr;gap:.75rem}.vdct-cart__event{grid-column:1/-1}.vdct-cart__ticket:before{content:"Tipo: ";font-weight:700}.vdct-cart__unit-price{text-align:right}.vdct-cart__item-total{text-align:right}.vdct-cart__coupon-fields{align-items:stretch;flex-direction:column}.vdct-cart__coupon input{width:100%}}
