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