@charset "UTF-8";.cart-page{padding-top:20px;min-height:60vh}.cart-page__header{text-align:center;margin-bottom:40px}.cart-page__header h1{color:#e0e3f3de;font-size:30px;font-weight:400;line-height:normal;margin:0 0 10px;position:relative}.cart-page__header-line{width:100%;max-width:800px;height:2px;margin:0 auto;background:linear-gradient(90deg,#5067ff1a,#2339e5,#5067ff,#2339e5,#5067ff1a)}.cart-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px 80px;gap:12px}.cart-page__empty h2{color:#e0e3f3de;font-size:22px;font-weight:600;margin:16px 0 0}.cart-page__empty p{color:#e0e3f380;font-size:15px;font-weight:400;margin:0;line-height:1.5}.cart-page__empty-icon{width:100px;height:100px;border-radius:50%;background:#2339e51f;border:1px solid rgba(80,103,255,.15);display:flex;align-items:center;justify-content:center}.cart-page__browse-btn{margin-top:16px;display:inline-block;padding:12px 32px;border-radius:8px;background:linear-gradient(135deg,#c88c62,#b07548);color:#fff;font-size:14px;font-weight:700;letter-spacing:.5px;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 20px #c88c6240}.cart-page__browse-btn:hover{background:linear-gradient(135deg,#d9a070,#c88c62);transform:translateY(-1px);box-shadow:0 6px 25px #c88c6259}.cart-page__content{display:grid;grid-template-columns:1fr 340px;gap:30px;align-items:start}@media(max-width:991.98px){.cart-page__content{grid-template-columns:1fr}}.cart-page__items{display:flex;flex-direction:column;gap:20px}.cart-item{border-radius:14px;background:linear-gradient(165deg,#2339e573,#121633d9);border:1px solid rgba(80,103,255,.2);padding:24px;box-shadow:0 4px 30px #0003;transition:border-color .2s ease}.cart-item:hover{border-color:#5067ff59}@media(max-width:576px){.cart-item{padding:18px 16px}}.cart-item__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.cart-item__event-info{flex:1;min-width:0}.cart-item__title{font-size:17px;font-weight:700;color:#fff;margin:0 0 8px;line-height:1.3}.cart-item__meta{display:flex;flex-wrap:wrap;gap:14px}.cart-item__meta-item{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#e0e3f399}.cart-item__meta-item svg{flex-shrink:0;opacity:.6}.cart-item__remove{flex-shrink:0;width:36px;height:36px;border-radius:8px;background:#ff505014;border:1px solid rgba(255,80,80,.15);color:#ff7878b3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0}.cart-item__remove:hover{background:#ff505033;border-color:#ff505066;color:#ff6b6b;transform:scale(1.05)}.cart-item__divider{height:1px;background:linear-gradient(90deg,#5067ff0d,#5067ff40,#5067ff0d);margin:16px 0}.cart-item__line{display:flex;align-items:center;justify-content:space-between;padding:10px 0;gap:12px}.cart-item__line+.cart-item__line{border-top:1px solid rgba(255,255,255,.04)}@media(max-width:576px){.cart-item__line{flex-wrap:wrap;gap:8px}}.cart-item__line-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}@media(max-width:576px){.cart-item__line-info{flex-basis:100%}}.cart-item__line-name{font-size:14px;font-weight:600;color:#e0e3f3de;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__line-price{font-size:12px;font-weight:500;color:#e0e3f373}.cart-item__counter{display:flex;align-items:center;flex-shrink:0;background:#00000040;border-radius:8px;border:1px solid rgba(80,103,255,.15);overflow:hidden}.cart-item__counter-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#e0e3f3de;font-size:16px;font-weight:600;cursor:pointer;transition:all .15s ease;padding:0;-webkit-user-select:none;user-select:none}.cart-item__counter-btn:hover:not(:disabled){background:#5067ff4d;color:#fff}.cart-item__counter-btn:disabled{opacity:.2;cursor:not-allowed}.cart-item__counter-value{min-width:30px;text-align:center;font-size:14px;font-weight:700;color:#fff;border-left:1px solid rgba(80,103,255,.12);border-right:1px solid rgba(80,103,255,.12);line-height:34px}.cart-item__line-total{font-size:15px;font-weight:700;color:#fff;min-width:80px;text-align:right;flex-shrink:0}.cart-item__subtotal{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding-top:14px;border-top:1px solid rgba(80,103,255,.15)}.cart-item__subtotal span{font-size:15px;font-weight:600;color:#e0e3f3de}.cart-item__subtotal span:last-child{font-size:18px;font-weight:800;color:#fff;text-shadow:0 0 15px rgba(80,103,255,.3)}@media(max-width:991.98px){.cart-page__summary{order:-1}}.cart-page__summary-card{position:sticky;top:120px;border-radius:14px;background:linear-gradient(165deg,#2339e58c,#121633e6);border:1px solid rgba(80,103,255,.3);padding:28px 24px;box-shadow:0 0 50px #2339e526,0 8px 40px #0000004d}.cart-page__summary-card h3{font-size:18px;font-weight:700;color:#fff;margin:0 0 20px}@media(max-width:991.98px){.cart-page__summary-card{position:static}}.cart-page__summary-line{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.cart-page__summary-line span{font-size:14px;font-weight:500;color:#e0e3f3a6}.cart-page__summary-line span:last-child{font-weight:700;color:#e0e3f3de}.cart-page__summary-divider{height:1px;background:linear-gradient(90deg,#5067ff0d,#5067ff59,#5067ff0d);margin:16px 0}.cart-page__summary-total{display:flex;justify-content:space-between;align-items:center;padding:4px 0 20px}.cart-page__summary-total span{font-size:16px;font-weight:600;color:#e0e3f3de}.cart-page__grand-total{font-size:26px!important;font-weight:800!important;color:#fff!important;text-shadow:0 0 20px rgba(80,103,255,.4)}.cart-page__action-btn{width:100%;padding:14px 24px;border-radius:10px;border:none;background:linear-gradient(135deg,#c88c62,#b07548);color:#fff;font-size:15px;font-weight:700;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;box-shadow:0 4px 20px #c88c624d}.cart-page__action-btn:hover:not(:disabled){background:linear-gradient(135deg,#d9a070,#c88c62);transform:translateY(-1px);box-shadow:0 6px 25px #c88c6266}.cart-page__action-btn:active:not(:disabled){transform:translateY(0)}.cart-page__action-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.cart-page__back-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:#e0e3f399;font-size:14px;font-weight:500;cursor:pointer;padding:4px 0;transition:color .2s ease}.cart-page__back-btn:hover{color:#e0e3f3e6}.cart-page__back-btn svg{flex-shrink:0}.cart-page__payment-block{border-color:#c88c6240}.cart-page__payment-block:hover{border-color:#c88c6266}.cart-page__payment-option{display:flex;align-items:flex-start;gap:14px;padding:16px;border-radius:10px;background:#c88c620f;border:1px solid rgba(200,140,98,.2);cursor:pointer;transition:all .2s ease}.cart-page__payment-option:hover{background:#c88c621a;border-color:#c88c6259}.cart-page__payment-option--selected{background:#c88c621a;border-color:#c88c6266;box-shadow:0 0 20px #c88c6214}.cart-page__payment-radio{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:2px solid rgba(200,140,98,.5);display:flex;align-items:center;justify-content:center;margin-top:2px}.cart-page__payment-radio-inner{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#c88c62,#d9a070);box-shadow:0 0 8px #c88c6266}.cart-page__payment-info{display:flex;flex-direction:column;gap:6px;min-width:0}.cart-page__payment-name{font-size:15px;font-weight:700;color:#fff}.cart-page__payment-desc{font-size:13px;font-weight:400;color:#e0e3f380;line-height:1.5}.cart-page__card-logos{display:flex;align-items:center;justify-content:flex-start;gap:20px;padding:16px;border-radius:10px;background:#ffffffb3;border:1px solid rgba(255,255,255,.06)}.cart-page__card-logos a{display:flex;align-items:center;justify-content:center;flex-direction:column;transition:opacity .2s ease}.cart-page__card-logos a p{color:#000;font-size:12px;font-weight:600}.cart-page__card-logos a:hover{opacity:.8}.cart-page__card-logos img{height:40px;width:auto;object-fit:contain;filter:brightness(.95);border-radius:4px}.cart-page__compliance{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:10px;background:#12163380;border:1px solid rgba(80,103,255,.1)}.cart-page__compliance-section h4{font-size:13px;font-weight:700;color:#e0e3f3b3;margin:0 0 6px;text-transform:uppercase;letter-spacing:.3px}.cart-page__compliance-section p{font-size:12px;font-weight:400;color:#e0e3f366;line-height:1.6;margin:5px 0}.cart-page__compliance-section p a{color:#c88c62cc;text-decoration:none;transition:color .2s ease}.cart-page__compliance-section p a:hover{color:#d9a070}.cart-page__buyer-block{border-color:#c88c6240}.cart-page__buyer-block:hover{border-color:#c88c6266}.cart-page__buyer-fields{display:flex;flex-direction:column;gap:16px}.cart-page__buyer-field{display:flex;flex-direction:column;gap:8px}.cart-page__buyer-label{font-size:13px;font-weight:600;color:#e0e3f3b3;letter-spacing:.2px;text-transform:uppercase}.cart-page__buyer-required{color:#c88c62;margin-left:2px}.cart-page__buyer-input{width:100%;padding:12px 16px;border-radius:8px;background:#0a0d2399;border:1px solid rgba(80,103,255,.2);color:#e0e3f3e6;font-size:15px;font-weight:400;font-family:inherit;transition:all .2s ease;outline:none;box-shadow:inset 0 2px 6px #0003}.cart-page__buyer-input::placeholder{color:#e0e3f340}.cart-page__buyer-input:focus{border-color:#c88c628c;box-shadow:inset 0 2px 6px #0003,0 0 0 3px #c88c621a;background:#0a0d23cc}.cart-page__buyer-input--filled{border-color:#c88c6259}.cart-page__terms{margin:16px 0 20px;padding-top:16px;border-top:1px solid rgba(80,103,255,.15)}.cart-page__terms-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.cart-page__terms-label:hover .cart-page__terms-custom-checkbox{border-color:#c88c6299;background:#c88c6214}.cart-page__terms-checkbox-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;margin-top:2px}.cart-page__terms-input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.cart-page__terms-custom-checkbox{position:absolute;top:0;left:0;width:20px;height:20px;background:#0a0d2399;border:1px solid rgba(80,103,255,.3);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#fff}.cart-page__terms-input:checked~.cart-page__terms-custom-checkbox{background:linear-gradient(135deg,#c88c62,#b07548);border-color:#c88c62;box-shadow:0 2px 8px #c88c6266}.cart-page__terms-input:focus~.cart-page__terms-custom-checkbox{box-shadow:0 0 0 3px #c88c6233;border-color:#c88c62}.cart-page__terms-text{font-size:13px;font-weight:400;color:#e0e3f3a6;line-height:1.5}.cart-page__terms-text a{color:#c88c62e6;text-decoration:underline;text-decoration-color:#c88c624d;text-underline-offset:3px;transition:all .2s ease}.cart-page__terms-text a:hover{color:#d9a070;text-decoration-color:#d9a070}.cart-page__fade-in{animation:cartFadeIn .3s ease-out}@keyframes cartFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:767.98px){.cart-page{padding-top:10px}.cart-page__header{margin-bottom:24px}.cart-page__header h1{font-size:2.5rem}.cart-page__empty{padding:40px 20px 60px}}
