.cart-modal{background:#fff;border-radius:32px;flex-direction:column;gap:20px;width:100%;min-width:700px;min-height:820px;max-height:820px;padding:20px 28px;display:flex}.cart-modal__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.cart-modal__header-title{align-items:center;gap:12px;font-size:28px;font-weight:700;line-height:130%;display:flex}.cart-modal__header-title svg{width:24px;height:24px}.cart-modal__header-title span{color:#06f;background:#0066ff1f;border-radius:100px;padding:0 8px;font-size:14px;font-weight:500}.cart-modal__header-close{z-index:2;background:#f3f3f3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cart-modal__header-close svg{width:12px;height:12px}.cart-modal__timer{flex-direction:column;gap:8px;padding:0 4px;display:flex}.cart-modal__timer-row{color:#00000080;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.cart-modal__timer-icon{color:#00000080;align-items:center;display:flex}.cart-modal__timer-icon svg{width:18px;height:18px}.cart-modal__timer-time{color:#06f;margin-left:4px;font-size:20px;font-weight:700}.cart-modal__timer-progress{align-items:center;width:100%;display:flex;position:relative}.cart-modal__timer-progress-bar{background:#eee;border-radius:20px;flex:1;height:8px;position:relative}.cart-modal__timer-progress-bar-fill{background:#ed2020;border-radius:20px;height:100%;transition:width 1s linear;position:absolute;top:0;left:0}.cart-modal__timer-progress-delete{left:var(--progress-width,100%);cursor:pointer;background:#fff;border:1px solid #ec202033;border-radius:50%;justify-content:center;align-items:center;padding:6px 10px;transition:left 1s linear;display:flex;position:absolute;transform:translate(-50%)}.cart-modal__timer-progress-delete svg{width:12px;height:12px}.cart-modal__timer-progress-delete svg path{stroke:#ed2020}.cart-modal__content{flex-direction:column;gap:16px;max-height:820px;padding-bottom:100px;display:flex;overflow-y:auto}.cart-modal__content::-webkit-scrollbar{display:none}.cart-modal__empty{flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;height:100%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart-modal__empty-img{width:134px;height:134px}.cart-modal__empty-title{margin-top:27px;font-size:20px;font-weight:600}.cart-modal__empty-desc{font-size:14px;font-weight:400}.cart-modal__item{background:#f5f6f9;border-radius:28px;justify-content:space-between;align-items:stretch;gap:16px;width:100%;max-height:200px;padding:20px;display:flex;position:relative}.cart-modal__item__left{border-right:1px dashed #06f;justify-content:space-between;align-items:stretch;gap:12px;width:80%;display:flex;position:relative}.cart-modal__item__left__circle{background:#fff;border-radius:50%;width:40px;height:40px;position:absolute;right:-20px}.cart-modal__item__left__circle-1{top:-40px}.cart-modal__item__left__circle-2{bottom:-40px}.cart-modal__item__left__circle:last-child{right:-20px}.cart-modal__item__left-time{align-items:center;gap:8px;display:flex}.cart-modal__item__left-time span{color:#0e0f11;background:#fff;border-radius:10px;align-items:center;gap:6px;padding:6px;font-size:14px;font-weight:500;display:flex}.cart-modal__item__left-time span svg{width:20px;height:20px}.cart-modal__item__left-image{border-radius:28px;flex-shrink:0;width:130px;height:165px;overflow:hidden}.cart-modal__item__left-image img{object-fit:cover;width:100%;height:100%}.cart-modal__item__left-details{flex-direction:column;flex:auto;justify-content:space-between;gap:4px;display:flex}.cart-modal__item__left-info{flex-direction:column;gap:4px;width:260px;display:flex}.cart-modal__item__left-info-title{margin-bottom:4px;font-size:16px;font-weight:700}.cart-modal__item__left-info-venue{color:#0e0f11;margin-bottom:4px;font-size:14px;font-weight:500}.cart-modal__item__left__seats{gap:20px;font-size:14px;font-weight:400;display:flex}.cart-modal__item__left__seats span{color:#06f;font-weight:600}.cart-modal__item__left-qty{font-size:13px}.cart-modal__item__left-qty span{color:#06f;font-weight:600}.cart-modal__item-right{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:20%;display:flex}.cart-modal__item-right-price{color:#06f;flex-direction:column;align-items:center;font-size:28px;font-weight:700;display:flex}.cart-modal__item-right-price span{font-weight:400}.cart-modal__item-right-delete{cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;font-size:18px;display:flex;position:absolute;top:16px;right:16px}.cart-modal__item-right-delete svg path{stroke:#ed2020}.cart-modal__item-right-delete:hover{opacity:.7}.cart-modal__actions{z-index:1200;background:#fffffffa;border-radius:28px;justify-content:space-between;gap:16px;width:calc(100% - 50px);max-width:700px;padding:20px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0a14281f}.cart-modal__actions-btn{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:12px;width:100%;padding:10px;font-size:16px;font-weight:600;display:flex}.cart-modal__actions-btn--clear{background:#eee}.cart-modal__actions-btn--checkout{color:#fff;background:#06f;font-size:20px;font-weight:600}.cart-modal__actions-btn--checkout span{background:#1f79ff;border-radius:14px;padding:2px 8px;font-weight:500}.cart-modal__checkout{color:#fff;cursor:pointer;background:#06f;border:none;border-radius:12px;padding:16px 24px;font-size:18px;font-weight:700;transition:all .3s}.cart-modal__checkout:hover{background:#0052cc;transform:translateY(-2px);box-shadow:0 4px 12px #0066ff4d}.cart-modal__checkout:active{transform:translateY(0)}.cart__timer{flex-direction:column;gap:8px;margin-bottom:20px;padding:0 4px;display:flex}.cart__timer-row{color:#00000080;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.cart__timer-time{color:#06f;margin-left:4px;font-size:20px;font-weight:700}.cart__timer-progress{align-items:center;width:100%;display:flex;position:relative}.cart__timer-progress-bar{background:#eee;border-radius:20px;flex:1;height:8px;position:relative}.cart__timer-progress-bar-fill{background:#ed2020;border-radius:20px;height:100%;transition:width 1s linear;position:absolute;top:0;left:0}.cart__timer-progress-delete{left:var(--progress-width,100%);cursor:pointer;background:#fff;border:1px solid #ed2020;border-radius:50%;justify-content:center;align-items:center;padding:6px 10px;transition:left 1s linear;display:flex;position:absolute;transform:translate(-50%)}.cart__timer-progress-delete svg{width:12px;height:12px}.cart__timer-progress-delete svg path{stroke:#ed2020}.cart__item{background:#f5f6f9;border-radius:28px;justify-content:space-between;align-items:stretch;gap:16px;width:100%;padding:20px;display:flex;position:relative}.cart__item-left{border-right:1px dashed #06f;align-items:stretch;gap:12px;width:80%;display:flex;position:relative}.cart__item-circle{background:#fff;border-radius:50%;width:40px;height:40px;position:absolute;right:-20px}.cart__item-circle--top{top:-40px}.cart__item-circle--bottom{bottom:-40px}.cart__item-image{border-radius:28px;flex-shrink:0;width:130px;height:165px;overflow:hidden}.cart__item-image img{object-fit:cover;width:100%;height:100%}.cart__item-details{flex-direction:column;flex:auto;justify-content:space-between;gap:4px;display:flex}.cart__item-time{align-items:center;gap:8px;display:flex}.cart__item-time span{color:#0e0f11;background:#fff;border-radius:10px;align-items:center;gap:6px;padding:6px;font-size:14px;font-weight:500;display:flex}.cart__item-time span svg{width:20px;height:20px}.cart__item-info{flex-direction:column;gap:4px;display:flex}.cart__item-info h4{margin-bottom:4px;font-size:16px;font-weight:700}.cart__item-info p{color:#0e0f11;font-size:14px;font-weight:500}.cart__item-seats{gap:20px;font-size:14px;font-weight:400;display:flex}.cart__item-seats span{color:#06f;font-weight:600}.cart__item-right{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:20%;display:flex}.cart__item-price{color:#06f;flex-direction:column;align-items:center;font-size:28px;font-weight:700;display:flex}.cart__item-price span{font-weight:400}.cart__item-delete{cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;display:flex;position:absolute;top:16px;right:16px}.cart__item-delete svg path{stroke:#ed2020}.cart__item-delete:hover{opacity:.7}.cart-page{max-width:1400px;margin:0 auto;padding:20px 0 60px}.cart-page__title{align-items:center;gap:12px;margin:30px 0 20px;font-size:32px;font-weight:700;display:flex}.cart-page__title span{color:#06f;background:#0066ff1f;border-radius:100px;padding:4px 12px;font-size:16px;font-weight:500}.cart-page__loading{text-align:center;color:#666;padding:60px 0;font-size:18px}.cart-page__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 0;display:flex}.cart-page__empty h2{color:#0e0f11;margin-top:24px;font-size:24px;font-weight:600}.cart-page__empty p{color:#666;margin-top:8px;font-size:16px}.cart-page__wrapper{grid-template-columns:1fr 380px;align-items:flex-start;gap:24px;display:grid}.cart-page__items{border-radius:28px;flex-direction:column;gap:16px;padding:16px;display:flex;overflow:hidden;box-shadow:0 20px 43px #0000000a,0 79px 79px #00000008,0 177px 106px #00000005,0 315px 126px #00000003,0 492px 138px #0000}.cart-page__checkout{flex-direction:column;gap:24px;display:flex;position:sticky;top:100px}.cart-page__checkout-section{background:#fff;border-radius:20px;padding:24px;box-shadow:0 2px 8px #0000000a}.cart-page__checkout-title{color:#0e0f11;border:none;margin:0 0 20px;padding:0;font-size:24px;font-weight:700}.cart-page__checkout-row{justify-content:space-between;align-items:center;margin-bottom:12px;padding:0;font-size:14px;display:flex}.cart-page__checkout-row:last-child{margin-bottom:0}.cart-page__checkout-row span:first-child{color:#666;font-weight:400}.cart-page__checkout-row span:last-child{color:#0e0f11;font-weight:600}.cart-page__checkout-total{border-top:1px solid #eee;justify-content:space-between;align-items:center;margin:0;padding:20px 0 0;display:flex}.cart-page__checkout-total span:first-child{color:#0e0f11;font-size:16px;font-weight:600}.cart-page__checkout-total span:last-child{color:#06f;font-size:24px;font-weight:700}.cart-page__checkout-promo h4{color:#0e0f11;margin-bottom:20px;font-size:24px;font-weight:700;display:block}.cart-page__checkout-promo-input{gap:12px;display:flex}.cart-page__checkout-promo-input input{background:#f5f6f9;border:1px solid #eee;border-radius:12px;outline:none;flex:1;padding:14px 16px;font-size:14px;transition:border-color .2s}.cart-page__checkout-promo-input input:focus{background:#fff;border-color:#06f}.cart-page__checkout-promo-input input::placeholder{color:#999}.cart-page__checkout-promo-input button{color:#fff;cursor:pointer;background:#06f;border:none;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex}.cart-page__checkout-promo-input button:hover{background:#0052cc}.cart-page__checkout-payment h4{color:#0e0f11;margin-bottom:20px;font-size:24px;font-weight:700;display:block}.cart-page__checkout-payment-methods{background:0 0;border-radius:0;padding:0}.cart-page__checkout-payment-row{border-bottom:1px solid #eee;justify-content:space-between;margin-bottom:12px;padding-bottom:12px;display:flex}.cart-page__checkout-payment-row span{color:#666;background:#fff;border-radius:8px;padding:4px 12px;font-size:13px}.cart-page__checkout-payment-options{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.cart-page__checkout-payment-option{cursor:pointer;background:#fff;border:2px solid #eee;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.cart-page__checkout-payment-option input{display:none}.cart-page__checkout-payment-option-checkbox{border:2px solid #ccc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.cart-page__checkout-payment-option-checkbox svg{width:12px;height:12px}.cart-page__checkout-payment-option-name{color:#0e0f11;font-size:14px;font-weight:500}.cart-page__checkout-payment-option img{object-fit:contain;width:auto;height:24px}.cart-page__checkout-payment-option:hover:not(.disabled){border-color:#06f}.cart-page__checkout-payment-option.active{background:#f5f8ff;border-color:#06f}.cart-page__checkout-payment-option.active .cart-page__checkout-payment-option-checkbox{border-color:#06f}.cart-page__checkout-payment-option.active .cart-page__checkout-payment-option-name{color:#06f}.cart-page__checkout-payment-option.disabled{cursor:not-allowed;opacity:.5}.cart-page__checkout-payment-option.disabled .cart-page__checkout-payment-option-checkbox{border-color:#e0e0e0}.cart-page__checkout-payment-option.disabled .cart-page__checkout-payment-option-name{color:#999}.cart-page__checkout-btn{color:#fff;cursor:pointer;background:#06f;border:none;border-radius:16px;width:100%;margin:0;padding:18px;font-size:16px;font-weight:700;transition:all .2s}.cart-page__checkout-btn:hover{background:#0052cc;transform:translateY(-2px);box-shadow:0 8px 20px #0066ff4d}.cart-page__checkout-btn:active{transform:translateY(0)}
