.cart{min-height:100vh;padding:18rem 2rem 4rem}.cart__header{margin-bottom:4rem}.cart__header .cart__title{color:#fff;font-family:Inter;font-size:3.2rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.0128rem}.cart__content{display:grid;grid-template-columns:1fr 40rem;gap:4rem;margin-bottom:4rem}@media(max-width:1024px){.cart__content{grid-template-columns:1fr;gap:3rem}}.cart__items-section .cart__items-list{display:flex;flex-direction:column;gap:2rem}.cart__summary-section{position:sticky;top:5rem;height:fit-content}@media(max-width:1024px){.cart__summary-section{position:static}}.cart__actions{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.cart__actions .cart__action-btn{padding:1.2rem 2.4rem;border-radius:.8rem;font-family:Inter;font-size:1.6rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;border:none}.cart__actions .cart__action-btn.secondary{background:#35333d;color:#fff;border:.1rem solid #4a4a4a}.cart__actions .cart__action-btn.secondary:hover{background:#4a4a4a}.cart__empty{min-height:calc(100vh - var(--footer-height, 13rem));display:flex;align-items:center;justify-content:center;text-align:center}.cart__empty .cart__empty-content{max-width:50rem;padding:4rem 2rem}.cart__empty .cart__empty-content .cart__empty-title{color:#fff;font-family:Inter;font-size:3.2rem;font-weight:700;margin:0 0 1.6rem}.cart__empty .cart__empty-content .cart__empty-message{color:#a9a8a8;font-family:Inter;font-size:1.8rem;line-height:1.5;margin:0 0 3.2rem}.cart__empty .cart__empty-content .cart__empty-btn{display:inline-block;padding:1.6rem 3.2rem;background:#00f2ff;color:#1a1a1a;font-family:Inter;font-size:1.6rem;font-weight:600;text-decoration:none;border-radius:.8rem;transition:all .2s ease}.cart__empty .cart__empty-content .cart__empty-btn:hover{background:#00d4e0}.cart__loading{display:flex;justify-content:center;align-items:center;min-height:20rem;font-size:1.2rem;color:#fff}.cart__wallet-section{background:linear-gradient(135deg,#28272C,#1E1E1E);border-radius:1.2rem;padding:1.5rem;margin-bottom:1.5rem;border:.1rem solid #333}.cart__wallet-info{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.cart__wallet-icon{width:4rem;height:4rem;background:#1df3ff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.cart__wallet-details{flex:1}.cart__wallet-label{font-size:.875rem;color:#b0b0b0;margin-bottom:.25rem}.cart__wallet-balance{font-size:1.5rem;font-weight:700;color:#fff}.cart__wallet-balance.sufficient{color:#10b981}.cart__wallet-balance.insufficient{color:#ef4444}.cart__wallet-warning{background:#2d1b1b;border:.1rem solid #ef4444;border-radius:.8rem;padding:1rem;display:flex;align-items:flex-start;gap:.75rem}.cart__warning-icon{width:2rem;height:2rem;color:#ef4444;margin-top:.125rem;flex-shrink:0}.cart__warning-content{flex:1}.cart__warning-title{font-size:1.6rem;font-weight:600;color:#ef4444;margin-bottom:.25rem}.cart__warning-message{font-size:1.2rem;color:#b0b0b0;margin-bottom:1rem}.cart__topup-btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.cart__topup-btn svg{width:2.4rem;height:2.4rem}.cart__topup-btn:hover:not(:disabled){background:#fff71b}.cart__topup-btn:disabled{background:#666;color:#999;cursor:not-allowed;transform:none;opacity:.6}.cart__topup-btn{padding:.8rem 1.7rem;font-size:1.6rem;gap:.8rem}.cart__topup-icon{width:1.6rem;height:1.6rem}.cart__login-required{background:#2d2b1b;border:.1rem solid #f59e0b;border-radius:.8rem;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.75rem}.cart__login-content{flex:1}.cart__login-title{font-size:1.6rem;font-weight:600;color:#f59e0b;margin-bottom:.25rem}.cart__login-message{font-size:1rem;color:#b0b0b0;margin-bottom:.75rem}.cart__login-btn{display:inline-flex;align-items:center;background:#f59e0b;color:#1a1a1a;padding:.5rem 1rem;border-radius:.6rem;text-decoration:none;font-size:1rem;font-weight:600;transition:all .3s ease}.cart__login-btn:hover{background:#d97706;transform:translateY(-.1rem)}.cart__minimum-balance-required{background:#2d1b1b;border:.16rem solid #f59e0b;border-radius:1.28rem;padding:1.6rem;display:flex;align-items:flex-start;gap:1.2rem;margin-bottom:2.4rem}.cart__minimum-balance-content{flex:1}.cart__minimum-balance-title{font-size:1.6rem;font-weight:600;color:#f59e0b;margin-bottom:.4rem}.cart__minimum-balance-message{font-size:1.4rem;color:#b0b0b0;margin-bottom:1.2rem}.cart__item{display:flex;gap:2rem;padding:2.4rem;justify-content:space-between;align-items:center;position:relative;border-bottom:.1rem solid rgba(74,74,74,.5411764706)}.cart__item-image{flex-shrink:0;width:12rem;height:12rem;border-radius:.8rem;overflow:hidden}.cart__item-image img{width:100%;height:100%;object-fit:cover}.cart__item-content{flex:1;display:flex;flex-direction:column;gap:1.2rem}.cart__item-type{color:#fff71b;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:1.4rem;font-style:normal;font-weight:400;line-height:100%}.cart__item-info{display:flex;flex-direction:column;gap:5px}.cart__item-main{display:flex;justify-content:space-between;align-items:center}@media(max-width:767px){.cart__item-main{flex-direction:column;align-items:flex-start;gap:1.2rem}}.cart__item-left{align-items:flex-start;align-self:stretch}.cart__item-details,.cart__item-left{display:flex;flex-direction:column;gap:.8rem}.cart__item-title{color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:normal}.cart__item-title--clickable{cursor:pointer;transition:color .2s ease}.cart__item-title--clickable:hover{color:#00f2ff;text-decoration:underline}.cart__item-color,.cart__item-description,.cart__item-manufacturer{color:#a9a8a8;font-family:Inter;font-size:1.4rem;margin:0 0 .4rem}.cart__item-reservation{display:flex;align-items:center;gap:.8rem;margin:.8rem 0}.cart__item-label{color:#a9a8a8;font-family:Inter;font-size:1.4rem;font-weight:500}.cart__item-value{color:#fff;font-family:Inter;font-size:1.4rem;font-weight:600}.cart__item-pricing{display:flex;flex-direction:column;gap:1.2rem;align-items:flex-end}@media(max-width:767px){.cart__item-pricing{align-items:flex-start}}.cart__item-price-breakdown{display:flex;flex-direction:column;gap:.8rem;color:#fff;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:300;line-height:100%;opacity:.54}.cart__item-price-item{display:flex;justify-content:flex-end;align-items:center;align-self:stretch}.cart__item-controls{display:flex;align-items:center;gap:1.2rem}.cart__item-total{color:#fff;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:2.2rem;font-style:normal;font-weight:500;line-height:100%}.cart__item-rental{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1.4rem;text-align:left;flex-wrap:wrap;margin-top:.8rem}.cart__item-duration{overflow:hidden;color:#fff;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:400;line-height:100%}.cart__item-rental-edit{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:flex-start}.cart__item-rental-actions{display:flex;gap:.8rem;align-items:center}.cart__item-rental-cancel,.cart__item-rental-save{padding:.6rem 1.2rem;border-radius:.4rem;border:none;cursor:pointer;font-family:Inter;font-size:1.4rem;font-weight:500;transition:all .2s ease}.cart__item-rental-save{background:#00f2ff;color:#1a1a1a}.cart__item-rental-save:hover{background:#00d9e6}.cart__item-rental-cancel{background:rgba(0,0,0,0);color:#a9a8a8;text-decoration:underline}.cart__item-rental-cancel:hover{color:#fff}.cart__item-quantity{display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.6rem;border-radius:.2279rem;background:#fff;width:max-content}.cart__item-quantity button{font-size:2rem}.cart__item-quantity-input{flex:1 0 0;align-items:center;font-size:2rem;justify-content:center;padding-left:1rem;padding-right:1rem;display:flex;width:5rem;flex:0;text-align:center}.cart__item-qty-btn{background:none;border:none;color:#fff;cursor:pointer;padding:.4rem;border-radius:.4rem;transition:background .2s ease}.cart__item-qty-btn:hover{background:#4a4a4a}.cart__item-qty-value{color:#fff;font-family:Inter;font-size:1.6rem;font-weight:600;min-width:2.4rem;text-align:center}.cart__item-remove{color:#fff;border:none;font-family:Inter;font-size:1.4rem;font-weight:500;transition:all .2s ease;cursor:pointer}.cart__item-remove:hover{transform:translateY(-.1rem)}.cart__item-edit{overflow:hidden;color:#fff;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.cart__summary-content{display:flex;padding:2.2rem 1.7rem;flex-direction:column;align-items:flex-start;gap:2.4rem;border-radius:.5rem;background:#28272c;margin-top:2rem}.cart__summary-title{color:#cacaca;font-family:Kanit;font-size:2rem;font-style:normal;font-weight:300;line-height:2.1rem;letter-spacing:.02rem}.cart__summary-breakdown{width:100%}.cart__summary-row{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0;border-bottom:.1rem solid hsla(0,0%,100%,.1)}.cart__summary-row:first-child{padding-top:0}.cart__summary-row:last-child{border-bottom:none}.cart__summary-label{color:hsla(0,0%,100%,.5137254902);font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal}.cart__summary-value{color:#fff;font-family:Inter;font-size:1.6rem;font-weight:600}.cart__summary-expandable{margin-bottom:2.4rem;width:100%}.cart__summary-expand-btn{display:flex;padding:1.2rem 1rem 1.2rem 1.4rem;justify-content:space-between;align-items:center;align-self:stretch;width:100%;border-radius:.5rem;background:#37363c;color:#fff;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:1.7rem;letter-spacing:.015rem}.cart__summary-expand-btn:hover{background:#4a4a4a}.cart__summary-expand-btn svg{color:#a9a8a8;transition:transform .2s ease}.cart__summary-expanded{margin-top:1.6rem;padding:1.6rem;background:#35333d;border-radius:.8rem;border:.1rem solid #4a4a4a}.cart__summary-expanded-content{display:flex;flex-direction:column}.cart__summary-expanded-row{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;color:#a9a8a8;font-family:Inter;font-size:1.4rem;border-bottom:.1rem solid hsla(0,0%,100%,.1)}.cart__summary-expanded-row:last-child{border-bottom:none}.cart__summary-total{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;align-self:stretch}.cart__summary-total-row{display:flex;justify-content:space-between;align-items:center}.cart__summary-total-label{color:#fff;font-family:Inter;font-size:2rem;font-weight:600}.cart__summary-total-value{color:#fff;font-family:Inter;font-size:2.4rem;font-weight:700}.cart__summary-note{text-align:center;color:#a9a8a8;font-family:Inter;font-size:1.4rem;line-height:1.4}.cart__summary-checkout-btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.cart__summary-checkout-btn svg{width:2.4rem;height:2.4rem}.cart__summary-checkout-btn:hover:not(:disabled){background:#fff71b}.cart__summary-checkout-btn:disabled{background:#666;color:#999;cursor:not-allowed;transform:none;opacity:.6}.cart__summary-checkout-btn{padding:1.6rem 2.4rem;font-size:1.8rem;width:100%;border-radius:.8rem}.cart__summary-checkout-btn.disabled{background:#666;color:#999;cursor:not-allowed;transform:none}.cart__summary-checkout-btn.disabled:hover{background:#666;transform:none}.cart__summary-checkout-btn.insufficient{background:#ff6b6b;color:#fff;cursor:not-allowed;transform:none}.cart__summary-checkout-btn.insufficient:hover{background:#ff6b6b;transform:none}.cart__summary-devider{width:100%;height:.1rem;background:hsla(0,0%,100%,.1)}.cart__discount{flex-direction:column;align-items:flex-start;gap:1.2rem}.cart__discount,.cart__discount-input{display:flex;align-self:stretch;width:100%}.cart__discount-input{height:100%;padding:1.5rem 1.7rem;gap:1.4rem;border-radius:.8rem;background:hsla(0,0%,100%,.07);border:.1rem solid rgba(0,0,0,0);transition:all .3s ease;color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;line-height:100%}.cart__discount-input::placeholder{color:#c9c9c9}.cart__discount-input:focus{outline:none;border-color:#4a4a4a;background:hsla(0,0%,100%,.1)}.cart__discount-input.error{border-color:#ef4444;background:rgba(239,68,68,.1)}.cart__discount-input.success{border-color:#10b981;background:rgba(16,185,129,.1)}.cart__discount-input:disabled{opacity:.6;cursor:not-allowed}.cart__discount-input-container{display:flex;width:100%;gap:1rem}.cart__discount-btn{padding:1rem;border-radius:.8rem;border:.1rem solid #4a4a4a;background:#35333d;color:#a9a8a8;font-family:Inter;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.cart__discount-btn:hover:not(:disabled){background:#4a4a4a;color:#fff;border-color:#666}.cart__discount-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.cart__discount-btn.loading{background:#6b7280;border-color:#6b7280;color:#fff}.cart__discount-btn.success{background:#10b981;border-color:#10b981;color:#fff}.cart__discount-icon{width:1.6rem;height:1.6rem}.cart__discount-icon.spinning{animation:spin 1s linear infinite}.cart__discount-message{font-family:Inter;font-size:1.2rem;font-weight:500;padding:.8rem 1.2rem;border-radius:.6rem;margin-top:.8rem;display:flex;align-items:center;gap:.5rem}.cart__discount-message.success{background:rgba(16,185,129,.1);color:#10b981;border:.1rem solid rgba(16,185,129,.3)}.cart__discount-message.error{background:rgba(239,68,68,.1);color:#ef4444;border:.1rem solid rgba(239,68,68,.3)}.cart__discount-message.loading{background:rgba(107,114,128,.1);color:#6b7280;border:.1rem solid rgba(107,114,128,.3)}.cart__discount-applied{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.2rem 1.6rem;background:rgba(16,185,129,.1);border:.1rem solid rgba(16,185,129,.3);border-radius:.8rem;gap:1.2rem}.cart__discount-applied-info{display:flex;flex-direction:column;gap:.6rem;flex:1}.cart__discount-applied-header{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.cart__discount-applied-code{font-family:Inter;font-size:1.4rem;font-weight:600;color:#10b981;text-transform:uppercase;letter-spacing:.05rem}.cart__discount-applied-percentage{font-family:Inter;font-size:1.3rem;font-weight:600;color:#10b981;background:rgba(16,185,129,.15);padding:.3rem .8rem;border-radius:.4rem}.cart__discount-applied-title{font-family:Inter;font-size:1.3rem;font-weight:400;color:#fff}.cart__discount-applied-amount{font-family:Inter;font-size:1.6rem;font-weight:700;color:#10b981}.cart__discount-remove-btn{background:rgba(0,0,0,0);border:none;color:#a9a8a8;cursor:pointer;padding:.6rem;border-radius:.4rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.cart__discount-remove-btn:hover{background:rgba(239,68,68,.1);color:#ef4444}.cart__discount-remove-btn svg{width:1.6rem;height:1.6rem}.checkout{min-height:100vh;background:#1e1d22;color:#fff;padding-bottom:5rem}.checkout__loading{display:flex;justify-content:center;align-items:center;min-height:32rem;font-size:1.92rem;color:#fff}.checkout__header{display:flex;align-items:center;gap:1.6rem;margin-bottom:3.2rem}.checkout__back-btn{background:#333238;width:5.9718rem;height:5.9718rem;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.checkout__back-btn:hover{background:#4a4a4a}.checkout__back-icon{width:3.2rem;height:3.2rem}.checkout__title{font-size:3.2rem;font-weight:700;color:#fff;margin:0}.checkout__error{background:#2d1b1b;border:.16rem solid #ef4444;border-radius:1.28rem;padding:1.6rem;margin-bottom:2.4rem;display:flex;align-items:center;gap:1.2rem;color:#ef4444}.checkout__error-icon{width:3.2rem;height:3.2rem;flex-shrink:0}.checkout__content{display:grid;grid-template-columns:1fr 40rem;gap:3.2rem}@media(max-width:767px){.checkout__content{grid-template-columns:1fr}}.checkout__address{margin-bottom:3.2rem}.checkout__summary{background:#28272c;border-radius:1.92rem;padding:2.4rem;border:.16rem solid #333}.checkout__summary-title{font-size:2rem;font-weight:600;color:#fff;margin:0 0 2.4rem}.checkout__items{width:100%}.checkout__item{display:flex;justify-content:space-between;align-items:center;padding:1.6rem 0;border-bottom:.16rem solid #333}.checkout__item:first-child{padding-top:0}.checkout__item:last-child{border-bottom:none;padding-bottom:0}.checkout__item--rental{border-radius:.8rem;margin:.8rem 0}.checkout__item-info{flex:1}.checkout__item-name{font-size:1.6rem;font-weight:500;color:#fff;margin-bottom:.4rem;display:flex;align-items:center;gap:1.2rem}.checkout__item-rental-badge{background:#fff71b;color:#1a1a1a;font-size:1rem;font-weight:600;padding:.4rem .8rem;border-radius:.4rem;text-transform:uppercase;letter-spacing:.05rem}.checkout__item-details{font-size:1.4rem;color:#b0b0b0}.checkout__item-rental-details{font-size:1.2rem;margin-top:.4rem;font-weight:500;display:flex;align-items:center;gap:5px}.checkout__item-price{font-size:1.6rem;font-weight:600;color:#fff;text-align:right}.checkout__item-main-price{font-size:1.6rem;font-weight:600;color:#fff;margin-bottom:.8rem}.checkout__item-main-price--rental{color:#fff71b}.checkout__item-deposit{text-align:right}.checkout__item-deposit-label{font-size:1.2rem;color:#b0b0b0;margin-bottom:.4rem}.checkout__totals{border-top:.16rem solid #333;padding-top:1.6rem}.checkout__total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem;font-size:1.4rem;color:#b0b0b0}.checkout__total-row--final{font-size:1.8rem;font-weight:700;color:#fff;margin-top:.8rem;padding-top:.8rem}.checkout__rental-note{margin-top:1.6rem;padding:1.2rem;background:#1a1a1a;border-radius:.8rem}.checkout__rental-note-text{font-size:1.2rem;color:#b0b0b0;line-height:1.5}.checkout__rental-note-text-amount{transform:translateY(4px)}.checkout__deposits{background:#28272c;border-radius:1.92rem;padding:2.4rem;border:.16rem solid #333;margin-bottom:3.2rem}.checkout__deposits-title{font-size:2rem;font-weight:600;color:#fff;margin:0 0 2.4rem;display:flex;align-items:center;gap:1.6rem}.checkout__deposits-icon{width:3.2rem;height:3.2rem}.checkout__deposits-breakdown{margin-bottom:2.4rem}.checkout__deposit-item{display:flex;justify-content:space-between;align-items:center;padding:1.6rem 0;border-bottom:.16rem solid #333}.checkout__deposit-item:last-child{border-bottom:none}.checkout__deposit-info{flex:1}.checkout__deposit-name{font-size:1.6rem;font-weight:500;color:#fff;margin-bottom:.4rem}.checkout__deposit-details{font-size:1.4rem;color:#b0b0b0}.checkout__deposit-amount{text-align:right}.checkout__deposit-label{font-size:1.2rem;color:#b0b0b0;margin-bottom:.4rem}.checkout__deposit-value{font-size:1.6rem;font-weight:600}.checkout__deposits-total{border-top:.16rem solid #333;padding-top:1.6rem}.checkout__deposits-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem;font-size:1.4rem;color:#b0b0b0}.checkout__deposits-total-row--final{font-size:1.8rem;font-weight:700;color:#fff;margin-top:.8rem;padding-top:.8rem;border-top:.16rem solid #333}.checkout__deposits-error{background:#2d1b1b;border:.16rem solid #ef4444;border-radius:1.28rem;padding:1.6rem;display:flex;align-items:flex-start;gap:1.2rem;margin-top:2.4rem}.checkout__error-content{flex:1}.checkout__error-title{font-size:1.6rem;font-weight:600;color:#ef4444;margin-bottom:.4rem}.checkout__error-message{font-size:1.4rem;color:#b0b0b0;margin-bottom:1.2rem}.checkout__payment{background:#28272c;border-radius:1.92rem;padding:2.4rem;border:.16rem solid #333;height:fit-content}.checkout__payment-title{font-size:2rem;font-weight:600;color:#fff;margin:0 0 2.4rem}.checkout__wallet-info{margin-bottom:2.4rem}.checkout__wallet-header{display:flex;align-items:center;gap:1.6rem;margin-bottom:1.6rem}.checkout__wallet-icon{width:6.4rem;height:6.4rem;background:rgba(29,243,255,.18);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.checkout__wallet-details{flex:1}.checkout__wallet-label{font-size:1.4rem;color:#b0b0b0;margin-bottom:.4rem}.checkout__wallet-balance{font-size:2.4rem;font-weight:700}.checkout__wallet-balance.sufficient{color:#10b981}.checkout__wallet-balance.insufficient{color:#ef4444}.checkout__insufficient-funds{background:#2d1b1b;border:.16rem solid #ef4444;border-radius:1.28rem;padding:1.6rem;display:flex;align-items:flex-start;gap:1.2rem}.checkout__warning-icon{width:3.2rem;height:3.2rem;color:#ef4444;margin-top:.2rem;flex-shrink:0}.checkout__warning-content{flex:1}.checkout__warning-title{font-size:1.6rem;font-weight:600;color:#ef4444;margin-bottom:.4rem}.checkout__warning-message{font-size:1.4rem;color:#b0b0b0;margin-bottom:1.2rem}.checkout__topup-btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.checkout__topup-btn svg{width:2.4rem;height:2.4rem}.checkout__topup-btn:hover:not(:disabled){background:#fff71b}.checkout__topup-btn:disabled{background:#666;color:#999;cursor:not-allowed;transform:none;opacity:.6}.checkout__topup-btn{padding:.8rem 1.7rem;font-size:1.6rem;gap:.8rem}.checkout__pay-btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.checkout__pay-btn svg{width:2.4rem;height:2.4rem}.checkout__pay-btn:hover:not(:disabled){background:#fff71b}.checkout__pay-btn:disabled{background:#666;color:#999;cursor:not-allowed;transform:none;opacity:.6}.checkout__pay-btn{padding:1.6rem 2.4rem;font-size:1.8rem;margin-top:2rem;width:100%;margin-bottom:1.6rem}.checkout__pay-btn.enabled{background:#00f2ff;color:#1a1a1a}.checkout__pay-btn.enabled:hover{background:#fff71b}.checkout__pay-btn.disabled{color:#999;cursor:not-allowed}.checkout__pay-btn.disabled,.checkout__pay-btn.disabled:hover{background:#666;transform:none}.checkout__pay-icon,.checkout__spinner{width:3.2rem;height:3.2rem}.checkout__spinner{border:.32rem solid #fff;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:spin 1s linear infinite}.checkout__payment-note{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;color:#b0b0b0}.checkout__note-icon{width:2.56rem;height:2.56rem;color:#10b981}.checkout__success{text-align:center;max-width:96rem;margin:0 auto;padding:4.8rem 3.2rem}.checkout__success-icon{width:12.8rem;height:12.8rem;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 3.2rem;color:#fff}.checkout__success-icon svg{width:6.4rem;height:6.4rem}.checkout__success-title{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 1.6rem}.checkout__success-message{font-size:1.8rem;color:#b0b0b0;margin-bottom:3.2rem;line-height:1.6}.checkout__success-details{background:#28272c;border-radius:1.92rem;padding:2.4rem;margin:0 auto 3.2rem;border:.16rem solid #333;max-width:70rem}.checkout__success-detail{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:.16rem solid #333}.checkout__success-detail:last-child{border-bottom:none}.checkout__success-detail span:first-child{color:#b0b0b0}.checkout__success-detail span:last-child{color:#fff;font-weight:600}.checkout__success-actions{display:flex;gap:1.6rem;justify-content:center;flex-wrap:wrap}.checkout__success-btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-size:1.7rem;font-style:normal;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.checkout__success-btn svg{width:2.4rem;height:2.4rem}.checkout__success-btn:hover:not(:disabled){background:#fff71b}.checkout__success-btn:disabled{background:#666;color:#999;cursor:not-allowed;transform:none;opacity:.6}.checkout__success-btn{padding:1.6rem 2.4rem;font-size:1.8rem;width:100%;text-decoration:none;font-weight:600;transition:all .3s ease;width:max-content}.checkout__success-btn.primary:hover{background:#fff71b}.checkout__success-btn.secondary{background:#333;color:#fff}.checkout__success-btn.secondary:hover{background:#00f2ff;color:#1a1a1a}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.address-selector__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.4rem}.address-selector__title{font-size:2rem;font-weight:600;color:#fff;margin:0;display:flex;align-items:center;gap:1.2rem}.address-selector__icon{width:3.2rem;height:3.2rem}.address-selector__add-btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.address-selector__add-btn svg{width:2.4rem;height:2.4rem}.address-selector__add-btn:hover:not(:disabled){background:#fff71b}.address-selector__add-btn:disabled{background:#666;color:#999;cursor:not-allowed;transform:none;opacity:.6}.address-selector__add-btn{padding:1.6rem 1.1rem;font-size:1.7rem;width:100%;width:max-content}.address-selector__add-icon{width:2rem;height:2rem}.address-selector__loading{display:flex;justify-content:center;align-items:center;min-height:20rem;font-size:1.6rem;color:#b0b0b0}.address-selector__empty{text-align:center;padding:4rem 2rem}.address-selector__empty-icon{width:6.4rem;height:6.4rem;color:#666;margin:0 auto 1.6rem}.address-selector__empty-text{font-size:1.6rem;color:#b0b0b0;margin-bottom:2.4rem}.address-selector__empty-btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.address-selector__empty-btn svg{width:2.4rem;height:2.4rem}.address-selector__empty-btn:hover:not(:disabled){background:#fff71b}.address-selector__empty-btn:disabled{background:#666;color:#999;cursor:not-allowed;transform:none;opacity:.6}.address-selector__empty-btn{padding:.8rem 1.7rem;font-size:1.6rem;gap:.8rem}.address-selector__list{display:flex;flex-direction:column;gap:1.6rem}.address-selector__item{cursor:pointer;transition:all .3s ease;display:flex;padding:2.4rem 2rem;align-items:flex-start;gap:1.6rem;border-radius:.8rem;border:1.4px solid hsla(0,0%,100%,.09);background:#34333b}.address-selector__item--selected,.address-selector__item:hover{border-color:#00d4e0;background:#3a3840}.address-selector__item-header{display:flex;align-items:flex-start;gap:1.6rem;width:100%}.address-selector__item-radio{position:relative;margin-top:.4rem}.address-selector__radio-input{position:absolute;opacity:0;cursor:pointer}.address-selector__radio-custom{width:2.4rem;height:2.4rem;border:.2rem solid #4a4a4a;border-radius:50%;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.address-selector__radio-input:checked+.address-selector__radio-custom{border-color:#1df3ff;background:#1df3ff}.address-selector__check-icon{width:1.6rem;height:1.6rem;color:#1a1a1a}.address-selector__item-info{flex:1}.address-selector__item-title{color:hsla(0,0%,100%,.5764705882);font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:-.017rem;margin-bottom:1rem}.address-selector__item-details p{margin:0 0 1rem;color:#fff;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.0064rem}.address-selector__item-details p:last-child{margin-bottom:0}.address-selector__edit-btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.address-selector__edit-btn svg{width:2.4rem;height:2.4rem}.address-selector__edit-btn:hover:not(:disabled){background:#fff71b}.address-selector__edit-btn:disabled{background:#666;color:#999;cursor:not-allowed;transform:none;opacity:.6}.address-selector__edit-btn{padding:.8rem 1.7rem;font-size:1.6rem;gap:.8rem;background:#fff}.cart-mode-conflict-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.cart-mode-conflict-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);cursor:pointer}.cart-mode-conflict-modal__container{position:relative;border-radius:2rem;border:1.4px solid hsla(0,0%,100%,.09);background:#26252a;width:100%;max-width:48rem;box-shadow:0 2rem 4rem rgba(0,0,0,.3);animation:modalSlideIn .3s ease-out}.cart-mode-conflict-modal__header{display:flex;align-items:center;padding:2.4rem 2.4rem 0;margin-bottom:1.6rem}.cart-mode-conflict-modal__icon-container{margin-right:1.2rem;display:flex;align-items:center}.cart-mode-conflict-modal__icon{width:2.7rem;height:2.7rem;flex-shrink:0}.cart-mode-conflict-modal__title{flex:1;margin:0;font-size:2rem;font-weight:600;color:#f4f4f4}.cart-mode-conflict-modal__close-btn{background:none;border:none;cursor:pointer;padding:.4rem;border-radius:.4rem;display:flex;align-items:center;justify-content:center;color:#a9a9a9;transition:all .2s ease}.cart-mode-conflict-modal__close-btn:hover{background-color:hsla(0,0%,100%,.1);color:#f4f4f4}.cart-mode-conflict-modal__close-btn:disabled{opacity:.5;cursor:not-allowed}.cart-mode-conflict-modal__close-icon{width:2rem;height:2rem}.cart-mode-conflict-modal__content{padding:0 2.4rem 2.4rem}.cart-mode-conflict-modal__message{margin:0 0 2rem;font-size:1.6rem;color:#a9a9a9;line-height:1.5}.cart-mode-conflict-modal__message strong{color:#f4f4f4;font-weight:600}.cart-mode-conflict-modal__comparison{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:1.2rem;padding:1.6rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:1.2rem}.cart-mode-conflict-modal__comparison-item{display:flex;justify-content:space-between;align-items:center;gap:1.6rem}.cart-mode-conflict-modal__comparison-label{font-size:1.4rem;color:#a9a9a9;font-weight:500}.cart-mode-conflict-modal__comparison-value{font-size:1.5rem;color:#f4f4f4;font-weight:600;display:flex;align-items:center;gap:.8rem}.cart-mode-conflict-modal__question{margin:0;font-size:1.6rem;color:#f4f4f4;font-weight:500}.cart-mode-conflict-modal__actions{display:flex;gap:1.2rem;padding:0 2.4rem 2.4rem;justify-content:flex-end;flex-wrap:wrap}.cart-mode-conflict-modal__btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.cart-mode-conflict-modal__btn svg{width:2.4rem;height:2.4rem}.cart-mode-conflict-modal__btn:hover:not(:disabled){background:#fff71b}.cart-mode-conflict-modal__btn:disabled{background:#666;color:#999;cursor:not-allowed;transform:none;opacity:.6}.cart-mode-conflict-modal__btn{padding:.8rem 1.7rem;font-size:1.6rem;gap:.8rem;min-width:10rem;flex:1;max-width:12rem;width:auto}.cart-mode-conflict-modal__btn--cancel{background:hsla(0,0%,100%,.1);color:#a9a9a9;border:1px solid hsla(0,0%,100%,.2)}.cart-mode-conflict-modal__btn--cancel:hover:not(:disabled),.cart-mode-conflict-modal__btn--replace{background:#fff71b;color:#1a1a1a}.cart-mode-conflict-modal__btn--replace:hover:not(:disabled){background:#00f2ff}.cart-mode-conflict-modal__btn--keep-both{background:#00f2ff;color:#1a1a1a}.cart-mode-conflict-modal__btn--keep-both:hover:not(:disabled){background:#fff71b}@media(max-width:768px){.cart-mode-conflict-modal{padding:1rem}.cart-mode-conflict-modal__container{max-width:100%}.cart-mode-conflict-modal__actions{flex-direction:column}.cart-mode-conflict-modal__btn{max-width:100%;width:100%}}.checkout-success-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.checkout-success-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);cursor:pointer}.checkout-success-modal__container{position:relative;border-radius:2rem;border:1.4px solid hsla(0,0%,100%,.09);background:#26252a;width:fit-content;max-width:50rem;max-height:90vh;overflow-y:auto;box-shadow:0 2rem 4rem rgba(0,0,0,.3);animation:modalSlideIn .3s ease-out}.checkout-success-modal__header{display:flex;justify-content:flex-end;align-items:center;padding:2.4rem 2.4rem 0}.checkout-success-modal__close-btn{background:none;border:none;cursor:pointer;padding:.4rem;border-radius:.4rem;display:flex;align-items:center;justify-content:center;color:#a9a9a9;transition:all .2s ease}.checkout-success-modal__close-btn:hover{background-color:hsla(0,0%,100%,.1);color:#f4f4f4}.checkout-success-modal__close-icon{width:2rem;height:2rem}.checkout-success-modal__content{padding:0 2.4rem 2.4rem;text-align:center}.checkout-success-modal__icon{display:flex;justify-content:center;margin-bottom:2rem}.checkout-success-modal__icon svg{width:6.4rem;height:6.4rem;color:#10b981}.checkout-success-modal__title{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 1.6rem}.checkout-success-modal__message{font-size:1.6rem;color:#a9a9a9;line-height:1.5;margin-bottom:2.4rem}.checkout-success-modal__details{background:hsla(0,0%,100%,.05);border-radius:1.2rem;border:1px solid hsla(0,0%,100%,.1);padding:2rem;margin-bottom:2.4rem;text-align:left}.checkout-success-modal__actions{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}.checkout-success-modal__btn{padding:1.2rem 2.4rem;border-radius:.8rem;font-family:Inter;font-size:1.6rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;justify-content:center;min-width:16rem}.checkout-success-modal__btn--primary{background:#00f2ff;color:#1a1a1a}.checkout-success-modal__btn--primary:hover{background:#fff71b}.checkout-success-modal__btn--secondary{background:#35333d;color:#fff;border:.1rem solid #4a4a4a}.checkout-success-modal__btn--secondary:hover{background:#4a4a4a}@media(max-width:768px){.checkout-success-modal{padding:1rem}.checkout-success-modal__container{max-width:100%;width:100%}.checkout-success-modal__actions{flex-direction:column}.checkout-success-modal__btn{width:100%;max-width:100%}}.confirmation-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.confirmation-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);cursor:pointer}.confirmation-modal__container{position:relative;border-radius:2rem;border:1.4px solid hsla(0,0%,100%,.09);background:#26252a;width:fit-content;max-width:45rem;box-shadow:0 2rem 4rem rgba(0,0,0,.3);animation:modalSlideIn .3s ease-out}.confirmation-modal__header{display:flex;align-items:center;padding:2.4rem 2.4rem 0;margin-bottom:1.6rem}.confirmation-modal__icon-container{margin-right:1.2rem;display:flex;align-items:center}.confirmation-modal__icon{width:2.4rem;height:2.4rem}.confirmation-modal__icon-circle{width:4rem;height:4rem;border-radius:50%;background-color:#ef4444;display:flex;align-items:center;justify-content:center}.confirmation-modal__icon-x{width:2rem;height:2rem;color:#fff}.confirmation-modal__title{flex:1;margin:0;font-size:2rem;font-weight:600;color:#f4f4f4}.confirmation-modal__close-btn{background:none;border:none;cursor:pointer;padding:.4rem;border-radius:.4rem;display:flex;align-items:center;justify-content:center;color:#a9a9a9;transition:all .2s ease}.confirmation-modal__close-btn:hover{background-color:hsla(0,0%,100%,.1);color:#f4f4f4}.confirmation-modal__close-btn:disabled{opacity:.5;cursor:not-allowed}.confirmation-modal__close-icon{width:2rem;height:2rem}.confirmation-modal__content{padding:0 2.4rem 2.4rem}.confirmation-modal__message{font-size:1.6rem;color:#a9a9a9;line-height:1.5;margin:0 0 2rem}.confirmation-modal__booking-details{display:flex;align-items:center;gap:1.6rem;padding:1.6rem;background:hsla(0,0%,100%,.05);border-radius:1.2rem;border:1px solid hsla(0,0%,100%,.1);margin-top:1.6rem}.confirmation-modal__booking-item{display:flex;align-items:center;gap:.8rem;color:#fff;font-size:1.4rem;font-weight:500}.confirmation-modal__booking-icon{width:1.6rem;height:1.6rem;color:#a9a9a9}.confirmation-modal__booking-text{color:#fff}.confirmation-modal__booking-divider{width:1px;height:2rem;background:hsla(0,0%,100%,.2)}.confirmation-modal__actions{display:flex;gap:1.2rem;padding:0 2.4rem 2.4rem}.confirmation-modal__btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.confirmation-modal__btn svg{width:2.4rem;height:2.4rem}.confirmation-modal__btn:hover:not(:disabled){background:#fff71b}.confirmation-modal__btn:disabled{background:#666;color:#999;transform:none;opacity:.6}.confirmation-modal__btn{padding:1.6rem 2.4rem;font-size:1.8rem;width:100%;border:1px solid rgba(0,0,0,0)}.confirmation-modal__btn:disabled{opacity:.5;cursor:not-allowed}.confirmation-modal__btn--cancel{background-color:rgba(0,0,0,0);color:#fff;border:1px solid #fff}.confirmation-modal__btn--cancel:hover:not(:disabled){color:#1a1a1a}.confirmation-modal__btn--danger{background-color:rgba(0,0,0,0);color:#ff1e00;border-color:#ff1e00}.confirmation-modal__btn--danger:hover:not(:disabled){background-color:rgba(239,68,68,.1)}.confirmation-modal__btn--warning{background-color:#f59e0b;color:#fff}.confirmation-modal__btn--warning:hover:not(:disabled){background-color:#d97706}.confirmation-modal__btn--info{background-color:#3b82f6;color:#fff}.confirmation-modal__btn--info:hover:not(:disabled){background-color:#2563eb}.login-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.login-modal{background:#fff;border-radius:12px;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px rgba(0,0,0,.3);animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.login-modal__header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.login-modal__header h2{margin:0;font-size:24px;font-weight:600;color:#1f2937}.login-modal__close{background:none;border:none;font-size:28px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.login-modal__close:hover{background-color:#f3f4f6;color:#374151}.login-modal__content{padding:0 24px 24px}.login-form{gap:20px}.login-form,.login-form__field{display:flex;flex-direction:column}.login-form__field{gap:8px}.login-form__field label{font-weight:500;color:#374151;font-size:14px}.login-form__field input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:all .2s ease;background-color:#fff}.login-form__field input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.login-form__field input:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.login-form__field input::placeholder{color:#9ca3af}.login-form__button{padding:12px 24px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:48px}.login-form__button:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px)}.login-form__button:active:not(:disabled){transform:translateY(0)}.login-form__button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.login-form__button--google{background-color:#fff;color:#1f2937;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;gap:8px}.login-form__button--google:hover:not(:disabled){background-color:#f9fafb;border-color:#d1d5db}.login-form__button--google:active:not(:disabled){background-color:#f3f4f6}.login-form__divider{position:relative;text-align:center;margin:8px 0}.login-form__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e5e7eb}.login-form__divider span{background-color:#fff;padding:0 16px;color:#6b7280;font-size:14px;position:relative}.login-form__error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;margin:0}@media(max-width:480px){.login-modal{margin:0;border-radius:0;max-height:100vh;height:100vh}.login-modal__header{padding:20px 20px 0}.login-modal__content{padding:0 20px 20px}}.product-details-skeleton{min-height:100vh;padding:18rem 2rem 4rem}.product-details-skeleton__container{max-width:120rem;margin:0 auto}.product-details-skeleton__breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.product-details-skeleton__breadcrumb-item{height:1rem;border-radius:.25rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;width:4rem}.product-details-skeleton__breadcrumb-item--medium{width:6rem}.product-details-skeleton__breadcrumb-item--large{width:8rem}.product-details-skeleton__breadcrumb-separator{height:1rem;width:1rem;border-radius:50%;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__grid{gap:3rem;margin-bottom:4rem}@media(max-width:768px){.product-details-skeleton__grid{grid-template-columns:1fr;gap:2rem}}.product-details-skeleton__images{display:flex;flex-direction:column;gap:1rem;height:50vh}.product-details-skeleton__main-image{width:100%;aspect-ratio:1;border-radius:1rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;height:100%}.product-details-skeleton__thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;display:none}.product-details-skeleton__thumbnail{aspect-ratio:1;border-radius:.5rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__info{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}.product-details-skeleton__title-section{display:flex;flex-direction:column;gap:.75rem}.product-details-skeleton__title{height:2rem;border-radius:.5rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__title--large{width:75%}.product-details-skeleton__title--medium{width:50%}.product-details-skeleton__rating{display:flex;align-items:center;gap:1rem}.product-details-skeleton__rating-stars{width:50%}.product-details-skeleton__rating-stars,.product-details-skeleton__rating-text{height:1.25rem;border-radius:.25rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__rating-text{width:6rem}.product-details-skeleton__price{display:flex;align-items:center;gap:1rem}.product-details-skeleton__price-main{height:2.5rem;width:50%;border-radius:.5rem}.product-details-skeleton__price-discount,.product-details-skeleton__price-main{background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__price-discount{height:1.5rem;width:6rem;border-radius:.25rem}.product-details-skeleton__divider{height:1px;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__description{display:flex;flex-direction:column;gap:.75rem}.product-details-skeleton__description-label{height:1.25rem;width:5rem;border-radius:.25rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__description-content{display:flex;flex-direction:column;gap:.5rem}.product-details-skeleton__description-line{height:1rem;border-radius:.25rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;width:100%}.product-details-skeleton__description-line--short{width:83.333333%}.product-details-skeleton__description-line--medium{width:66.666667%}.product-details-skeleton__options{display:flex;flex-direction:column;gap:1rem}.product-details-skeleton__option-group{display:flex;flex-direction:column;gap:.75rem}.product-details-skeleton__option-label{height:1.25rem;width:4rem;border-radius:.25rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__option-label--wide{width:6rem}.product-details-skeleton__option-buttons{display:flex;gap:.75rem}.product-details-skeleton__option-button{height:3rem;width:50%;border-radius:.5rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__color-options{display:flex;gap:.75rem}.product-details-skeleton__color-option{height:2.5rem;width:2.5rem;border-radius:50%}.product-details-skeleton__color-option,.product-details-skeleton__quantity-selector{background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__quantity-selector{height:3rem;width:50%;border-radius:.5rem}.product-details-skeleton__actions{display:flex;gap:1rem;padding-top:1rem}.product-details-skeleton__action-button{height:3.5rem;border-radius:.75rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__action-button--primary{flex:1}.product-details-skeleton__action-button--secondary{width:3.5rem}.product-details-skeleton__features{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem}.product-details-skeleton__feature{display:flex;align-items:center;gap:.75rem}.product-details-skeleton__feature-icon{height:1.25rem;width:1.25rem}.product-details-skeleton__feature-icon,.product-details-skeleton__feature-text{border-radius:.25rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__feature-text{height:1rem;width:12rem}.product-details-skeleton__related{display:flex;flex-direction:column;gap:1.5rem;margin-top:4rem}.product-details-skeleton__related-title{height:2rem;width:12rem;border-radius:.5rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.product-details-skeleton__related-grid{grid-template-columns:repeat(4,1fr)}}.product-details-skeleton__related-item{display:flex;flex-direction:column;gap:.75rem}.product-details-skeleton__related-image{width:100%;aspect-ratio:1;border-radius:.75rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__related-title-line{width:75%}.product-details-skeleton__related-subtitle-line,.product-details-skeleton__related-title-line{height:1rem;border-radius:.25rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.product-details-skeleton__related-subtitle-line{width:50%}.product-details-skeleton__related-price{height:1.5rem;width:5rem;border-radius:.25rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media(max-width:768px){.product-details-skeleton__container{max-width:100%}.product-details-skeleton__grid{gap:1.5rem}.product-details-skeleton__thumbnails{grid-template-columns:repeat(3,1fr)}.product-details-skeleton__related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-details-skeleton__breadcrumb{margin-bottom:1rem}.product-details-skeleton__grid{gap:1rem}.product-details-skeleton__thumbnails{grid-template-columns:repeat(2,1fr);display:none}}.skeleton{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:.4rem}.skeleton--rounded{border-radius:50%}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton--dark{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%)}.skeleton--darker{background:linear-gradient(90deg,#0f0f0f 25%,#1a1a1a 50%,#0f0f0f 75%)}.skeleton--accent{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%)}.skeleton-card-container{flex:1;width:100%}@media(max-width:767px){.skeleton-card-container{flex:1 0 47%}}.skeleton-card{display:flex;flex-direction:column;gap:1.2rem;padding:1.6rem;border:1px solid #404040;border-radius:.8rem;background:#1a1a1a}.skeleton-card__image{width:100%;border-radius:.6rem}.skeleton-card__content{display:flex;flex-direction:column;gap:.8rem}.skeleton-card__subtitle,.skeleton-card__text,.skeleton-card__title{margin-bottom:.4rem}.skeleton-text{display:flex;flex-direction:column;gap:.4rem}.skeleton-text__line{height:1.6rem}.skeleton-button{border-radius:.6rem}.skeleton-product{display:flex;flex-direction:column;gap:1.2rem;position:relative;max-width:30rem;height:100%;overflow:hidden;background:#1a1a1a;border-radius:.8rem;padding:1.2rem}.skeleton-product .product__image-container{position:relative;width:100%;border-radius:.8rem;overflow:hidden}.skeleton-product .product__image-container .product__image{width:100%;border-radius:.8rem}.skeleton-product .product__image-container .product__favorite-btn{position:absolute;top:1.2rem;right:1.2rem;z-index:3}.skeleton-product .product__details{display:flex;flex-direction:column;gap:.8rem;padding:0 .4rem}.skeleton-product .product__details .product__header{display:flex;flex-direction:column;gap:.4rem}.skeleton-product .product__details .product__header .product__category{height:1.6rem;width:40%}.skeleton-product .product__details .product__header .product__gaming-systems{height:1.4rem;width:70%}.skeleton-product .product__details .product__title{margin:.4rem 0}.skeleton-product .product__details .product__title .product__title-link{height:2rem;width:85%}.skeleton-product .product__details .product__description{height:1.6rem;width:95%;margin:.4rem 0}.skeleton-product .product__details .product__price-section{display:flex;justify-content:space-between;align-items:center;margin:.8rem 0}.skeleton-product .product__details .product__price-section .product__price{height:2.4rem;width:60%}.skeleton-product .product__details .product__price-section .product__stock-status{height:1.6rem;width:30%}.skeleton-product .product__details .product__actions{margin-top:1.2rem}.skeleton-product .product__details .product__actions .product__add-to-cart{width:100%;height:4rem;border-radius:.6rem}.skeleton-gamecard{display:flex;flex-direction:column;gap:1rem;position:relative;max-width:30rem;height:100%;overflow:hidden;background:#1a1a1a;border-radius:.8rem;padding:1.2rem}@media(max-width:767px){.skeleton-gamecard{width:47%}}.skeleton-gamecard .gamecard__image-container{position:relative;width:100%;border-radius:.8rem;overflow:hidden}.skeleton-gamecard .gamecard__image-container .gamecard__image{width:100%;border-radius:.8rem}.skeleton-gamecard .gamecard__image-container .gamecard__favorite-btn{position:absolute;top:1.2rem;right:1.2rem;z-index:3}.skeleton-gamecard .gamecard__details{display:flex;gap:1.2rem}.skeleton-gamecard .gamecard__details .gamecard__details-image{flex-shrink:0}.skeleton-gamecard .gamecard__details .gamecard__details-image .gamecard__details-image-skeleton{border-radius:.6rem}.skeleton-gamecard .gamecard__details .gamecard__details-content{flex:1;display:flex;flex-direction:column;gap:.6rem}.skeleton-gamecard .gamecard__details .gamecard__details-content .gamecard__header{display:flex;gap:.8rem;align-items:center}.skeleton-gamecard .gamecard__details .gamecard__details-content .gamecard__header .gamecard__stats{display:flex;align-items:center;gap:.4rem}.skeleton-gamecard .gamecard__details .gamecard__details-content .gamecard__header .gamecard__stats .gamecard__stats-icon{border-radius:.2rem}.skeleton-gamecard .gamecard__details .gamecard__details-content .gamecard__header .gamecard__stats .gamecard__stats-text{height:1.4rem}.skeleton-gamecard .gamecard__details .gamecard__details-content .gamecard__header .gamecard__separator{border-radius:50%}.skeleton-gamecard .gamecard__details .gamecard__details-content .gamecard__title{margin:.4rem 0}.skeleton-gamecard .gamecard__details .gamecard__details-content .gamecard__title .gamecard__title-link{height:1.8rem;width:90%}.skeleton-gamecard--dark{background:rgba(31,29,39,.43);border-radius:.75rem;padding:1.5rem;max-width:28rem;width:100%;border:1px solid rgba(64,64,64,.4666666667)}@media(max-width:767px){.skeleton-gamecard--dark{width:47%}}.skeleton-gamecard--dark .skeleton-gamecard__container{display:flex;flex-direction:column;gap:1rem}.skeleton-gamecard--dark .skeleton-gamecard__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.skeleton-gamecard--dark .skeleton-gamecard__header .skeleton-gamecard__avatar{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.skeleton-gamecard--dark .skeleton-gamecard__header .skeleton-gamecard__header-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-gamecard--dark .skeleton-gamecard__header .skeleton-gamecard__header-content .skeleton-gamecard__title{height:1rem;width:75%;border-radius:.25rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.skeleton-gamecard--dark .skeleton-gamecard__header .skeleton-gamecard__header-content .skeleton-gamecard__subtitle{height:.75rem;width:50%;border-radius:.25rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.skeleton-gamecard--dark .skeleton-gamecard__image{width:100%;height:12rem;border-radius:.5rem;margin-bottom:1rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.skeleton-gamecard--dark .skeleton-gamecard__content{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.skeleton-gamecard--dark .skeleton-gamecard__content .skeleton-gamecard__line{height:1rem;border-radius:.25rem;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.skeleton-gamecard--dark .skeleton-gamecard__content .skeleton-gamecard__line--short{width:83.333333%}.skeleton-gamecard--dark .skeleton-gamecard__content .skeleton-gamecard__line--medium{width:66.666667%}.skeleton-gamecard--dark .skeleton-gamecard__footer{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #35333d}.skeleton-gamecard--dark .skeleton-gamecard__footer .skeleton-gamecard__button{height:2.25rem;border-radius:.25rem;flex:1;background:linear-gradient(90deg,rgb(53,51,61) 25%,rgb(73,71,81) 50%,rgb(53,51,61) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}.slider-section__grid .skeleton-gamecard--dark{width:100%!important}.product-page-skeleton{min-height:80vh;padding:18rem 0;display:flex;justify-content:center;align-items:center;flex:1 0 auto}.product-page-skeleton .skeleton-gamecard--dark{width:100%}.currently-playing{padding:1rem 0 5rem}.currently-playing__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}@media(max-width:767px){.currently-playing__header{margin-bottom:2rem}}.currently-playing__title{color:#fff;font-family:Kanit,sans-serif;font-size:3.2rem;font-weight:600;line-height:1.2;margin:0}@media(max-width:767px){.currently-playing__title{font-size:2.4rem}}.currently-playing__view-all{background:rgba(0,0,0,0);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.8rem;border-radius:.5rem;transition:all .2s ease}.currently-playing__view-all:hover{background:hsla(0,0%,100%,.1);transform:translateX(.4rem)}.currently-playing__view-all svg{width:2rem;height:2rem}.currently-playing__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(28rem,1fr));gap:2rem}@media(max-width:767px){.currently-playing__grid{grid-template-columns:1fr;gap:1.5rem}}@media(min-width:768px)and (max-width:1024px){.currently-playing__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px){.currently-playing__grid{grid-template-columns:repeat(4,1fr)}}.currently-playing__card{border-radius:5px;background:#2b2a30;border-radius:1.2rem;display:flex;flex-direction:column;position:relative;transition:transform .2s ease,box-shadow .2s ease;max-width:40rem;width:30.6rem;overflow:hidden}.currently-playing__content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:2rem}.currently-playing__player-info{flex:1;display:flex;flex-direction:column;gap:1.16rem}.currently-playing__player-name{color:#fff;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.017rem}@media(max-width:767px){.currently-playing__player-name{font-size:1.6rem}}.currently-playing__player-id{color:#cacaca;font-family:Inter;font-size:1.4rem;font-style:normal;font-weight:300;line-height:100%;letter-spacing:.014rem}@media(max-width:767px){.currently-playing__player-id{font-size:1.1rem}}.currently-playing__slot{color:#999;font-size:1.2rem;margin:0;font-family:Inter,sans-serif}@media(max-width:767px){.currently-playing__slot{font-size:1.1rem}}.currently-playing__price-info{display:flex;padding:.6rem .8rem;justify-content:center;align-items:center;gap:1.1073rem;border-radius:1.5503rem;background:#44424d}.currently-playing__price-info>svg{transform:translateY(-1px)}.currently-playing__wallet-icon{flex-shrink:0}.currently-playing__price{color:#fff;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.016rem}.currently-playing__game-title{color:#efefef;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.015rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.currently-playing__status{display:flex;justify-content:flex-end;align-items:center;margin-top:auto}.currently-playing__progress-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.currently-playing__progress-circle{transition:stroke-dashoffset .5s ease}.currently-playing__progress-text{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-family:Kanit,sans-serif;gap:5px;transform:translateY(5px)}.currently-playing__time-text{color:#fff;font-family:Inter;font-size:1.4rem;font-style:normal;font-weight:600;line-height:100%}.currently-playing__time-label{color:hsla(0,0%,100%,.5098039216);font-family:Inter;font-size:1.2rem;font-style:normal;font-weight:300;line-height:100%;letter-spacing:.012rem}.currently-playing__checkmark{width:4rem;height:4rem}@media(max-width:767px){.currently-playing__checkmark{width:3.5rem;height:3.5rem}}.currently-playing__footer{background:#34333a;padding:2rem}.custom-dropdown{position:relative;height:100%}.custom-dropdown__button{outline:none;border:none;background-image:none}.custom-dropdown__button-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-dropdown__placeholder{color:hsla(0,0%,100%,.6)}.custom-dropdown__chevron{width:1rem;height:.5rem;transition:transform .2s ease;flex-shrink:0;display:block}.custom-dropdown__chevron--open{transform:rotate(180deg)}.custom-dropdown__options{position:absolute;z-index:50;margin-top:.4rem;max-height:30rem;overflow:auto;background:#2b2a30;border-radius:.8rem;box-shadow:0 18px 40px 0 rgba(21,21,35,.34);padding:.4rem 0;list-style:none;outline:none;border:none}.custom-dropdown__search-wrapper{position:sticky;top:0;z-index:10;padding:.8rem;background:#2b2a30;border-bottom:.1rem solid hsla(0,0%,100%,.1);display:flex;align-items:center;gap:.8rem}.custom-dropdown__search-icon{width:1.6rem;height:1.6rem;color:hsla(0,0%,100%,.6);flex-shrink:0}.custom-dropdown__search-input{flex:1;background:hsla(0,0%,100%,.07);border:.1rem solid hsla(0,0%,100%,.1);border-radius:.6rem;padding:.8rem 1.2rem;color:#fff;font-family:Inter;font-size:1.4rem;font-weight:400;outline:none;transition:all .2s ease}.custom-dropdown__search-input::placeholder{color:hsla(0,0%,100%,.5)}.custom-dropdown__search-input:focus{border-color:#00f2ff;background:hsla(0,0%,100%,.1)}.custom-dropdown__search-clear{background:none;border:none;padding:.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.6);transition:color .2s ease;flex-shrink:0}.custom-dropdown__search-clear:hover{color:#fff}.custom-dropdown__search-clear svg{width:1.4rem;height:1.4rem}.custom-dropdown__no-results{padding:1.6rem;text-align:center;color:hsla(0,0%,100%,.5);font-family:Inter;font-size:1.4rem;font-weight:400}.custom-dropdown__option{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.6rem;cursor:pointer;transition:all .2s ease;color:#fff;font-family:Inter;font-size:1.6rem;font-weight:400}.custom-dropdown__option--active{background-color:#505050}.custom-dropdown__option--selected{background-color:rgba(0,242,255,.1);color:#00f2ff}.custom-dropdown__option--disabled{opacity:.5;cursor:not-allowed}.custom-dropdown__option:hover:not(.custom-dropdown__option--disabled){background-color:#373636}.custom-dropdown__option-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-dropdown__check-icon{width:1.6rem;height:1.6rem;color:#00f2ff;flex-shrink:0}.custom-dropdown--filter .custom-dropdown__button{padding:2rem 2.25rem 2rem 2.1228rem}.custom-dropdown--product .custom-dropdown__button{padding:1.2rem 1.6rem;font-size:1.6rem}.custom-dropdown--orders .custom-dropdown__button{display:flex;padding:1rem 2.25rem 1rem 1.1229rem;justify-content:center;align-items:center;gap:5.4771rem;flex:1 0 0;border-radius:.5306rem;background:#2b2a30;color:hsla(0,0%,100%,.5333333333);font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.017rem}.filter-bar__select.custom-dropdown .custom-dropdown__button{background-color:#374151;color:#fff;font-size:1.4rem;border-radius:.4rem;padding:.8rem 2.25rem .8rem 1.2rem;border:.1rem solid #4b5563}.unified-filter__select.custom-dropdown .custom-dropdown__button{padding:2rem 2.25rem 2rem 2.1228rem;justify-content:center;align-items:center;gap:5.6772rem;border-radius:.5306rem;background-color:#2b2a30;color:#fff;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.017rem;border:none}.product-page__hero-actions-select.custom-dropdown .custom-dropdown__button{display:flex;padding-right:2.25rem;justify-content:space-between;align-items:center;flex:1 0 0;border-radius:0 .4rem .4rem 0;border:.1rem solid hsla(0,0%,100%,.17);background-color:hsla(0,0%,100%,.32);color:#fff;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.0085rem;height:100%}.custom-dropdown__options::-webkit-scrollbar{width:.6rem}.custom-dropdown__options::-webkit-scrollbar-track{background:#2b2a30;border-radius:.8rem}.custom-dropdown__options::-webkit-scrollbar-thumb{background:#505050;border-radius:.8rem}.custom-dropdown__options::-webkit-scrollbar-thumb:hover{background:#6b7280}.thank-you-page{min-height:100vh;background:#1e1d22;color:#fff;padding-bottom:5rem}.thank-you-page__error,.thank-you-page__loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:50rem;text-align:center;font-size:2.4rem}.thank-you-page__error h1,.thank-you-page__loading h1{font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:1.6rem}.thank-you-page__error p,.thank-you-page__loading p{font-size:1.6rem;color:#a9a9a9;margin-bottom:2.4rem}.thank-you-page__back-link{display:inline-flex;align-items:center;gap:.8rem;padding:1.2rem 2.4rem;background:#00f2ff;color:#1a1a1a;border-radius:.8rem;font-size:1.6rem;font-weight:600;text-decoration:none;transition:all .2s ease}.thank-you-page__back-link:hover{background:#fff71b}.thank-you-page__back-btn{background:#333238;width:5.9718rem;height:5.9718rem;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:3.2rem;cursor:pointer;transition:all .2s ease}.thank-you-page__back-btn:hover{background:#4a4a4a}.thank-you-page__back-icon{width:3.2rem;height:3.2rem;color:#d7d7d7}.thank-you-page__confirmation{display:flex;align-items:center;gap:2.4rem;margin-bottom:1.4rem}@media(max-width:767px){.thank-you-page__confirmation{flex-direction:column;text-align:center;gap:1.6rem}}.thank-you-page__check-icon{width:6.6437rem;height:6.8rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%}.thank-you-page__check-icon img{width:100%}.thank-you-page__check-icon svg{width:5rem;height:5rem;color:#fff}@media(max-width:767px){.thank-you-page__check-icon{width:6.4rem;height:6.4rem}.thank-you-page__check-icon svg{width:4rem;height:4rem}}.thank-you-page__title{color:#fff;font-family:Inter;font-size:2.8rem;font-style:normal;font-weight:600;line-height:normal}@media(max-width:767px){.thank-you-page__title{font-size:2.4rem}}.thank-you-page__order-details{margin-bottom:3.2rem}.thank-you-page__order-group{display:flex;align-items:center;gap:1.4rem}.thank-you-page__detail-row{display:flex;align-items:center;gap:2rem}.thank-you-page__detail-row:last-child{margin-bottom:0}.thank-you-page__detail-label{color:hsla(0,0%,100%,.5294117647);font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:2.2rem;letter-spacing:-.015rem}.thank-you-page__detail-value{color:#fff;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.016rem}.thank-you-page__email-notice{font-size:1.4rem;color:#a9a9a9;margin-top:1.4rem;padding-bottom:1.6rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.thank-you-page__summary{border-radius:.8rem;border:1.4px solid hsla(0,0%,100%,.09);background:rgba(38,37,42,.55);padding:2.8rem 3.2rem;margin-bottom:3.2rem}.thank-you-page__summary-header{display:flex;align-items:center;gap:.8rem;margin-bottom:2.4rem}.thank-you-page__summary-title{font-size:2rem;font-weight:600;color:#fff;margin:0}.thank-you-page__info-icon{width:1.6rem;height:1.6rem;color:#a9a9a9;cursor:pointer}.thank-you-page__items{display:flex;flex-direction:column;gap:2.4rem}.thank-you-page__item{display:flex;gap:2.4rem;padding-bottom:2.4rem;border-bottom:1px solid hsla(0,0%,100%,.1);align-items:center;justify-content:space-between}.thank-you-page__item:last-child{border-bottom:none;padding-bottom:0}@media(max-width:767px){.thank-you-page__item{flex-direction:column;gap:1.6rem}}.thank-you-page__item-image{width:12rem;height:12rem;flex-shrink:0;border-radius:1.2rem;overflow:hidden;background:#333238}.thank-you-page__item-image img{width:100%;height:100%;object-fit:cover}@media(max-width:767px){.thank-you-page__item-image{width:100%;height:20rem}}.thank-you-page__item-details{flex:1;display:flex;flex-direction:column;gap:.8rem}.thank-you-page__item-name{font-size:1.8rem;font-weight:600;color:#fff;margin:0}.thank-you-page__item-brand{font-size:1.4rem;color:#a9a9a9}.thank-you-page__item-meta{display:flex;flex-direction:column;gap:.8rem;margin-top:.8rem}.thank-you-page__item-meta-item{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;color:#a9a9a9}.thank-you-page__meta-icon{width:1.6rem;height:1.6rem;color:#a9a9a9}.thank-you-page__item-order-id{font-size:1.4rem;color:#a9a9a9}.thank-you-page__item-price{font-size:2rem;font-weight:600;color:#fff;margin-top:.8rem}.thank-you-page__item-badge{display:inline-flex;align-items:center;padding:.6rem 1.2rem;border-radius:2rem;font-size:1.2rem;font-weight:600;margin-top:1.2rem;width:fit-content}.thank-you-page__item-badge--delivery,.thank-you-page__item-badge--expiry{background:#10b981;color:#fff}.thank-you-page__actions{display:flex;justify-content:flex-end;gap:1.6rem;margin-top:3.2rem}@media(max-width:767px){.thank-you-page__actions{flex-direction:column}}.thank-you-page__btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.thank-you-page__btn svg{width:2.4rem;height:2.4rem}.thank-you-page__btn:hover:not(:disabled){background:#fff71b}.thank-you-page__btn:disabled{background:#666;color:#999;cursor:not-allowed;transform:none;opacity:.6}.thank-you-page__btn{padding:1.6rem 2.4rem;font-size:1.8rem;width:100%;width:max-content}.thank-you-page__btn--secondary{background:#35333d;color:#fff;border:.1rem solid #4a4a4a}.thank-you-page__btn--secondary:hover{background:#00f2ff!important;color:#1a1a1a!important}@media(max-width:767px){.thank-you-page__btn{width:100%}}