#tradein-wizard{padding:1.5rem;margin-top:-22px;max-height:100vh;overflow:auto}.tradein-header{display:flex;justify-content:space-between;align-items:center;margin:-1.5rem -1.5rem 0rem;padding:.5rem 1.5rem;border-bottom:1px solid #ededed}.tradein-header h2{font-size:1.5rem;color:var(--text-dark-700);margin:0}#tradein-close{background:none;border:none;font-size:1.5rem;color:var(--text-dark-400);cursor:pointer;padding:.5rem;transition:color .2s ease}#tradein-close:hover{color:var(--text-dark-700)}.tradein-step{display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn .3s ease-in-out}.tradein-step.hidden{display:none}.tradein-step label{font-size:1.1rem;color:var(--text-dark-700);margin-bottom:.5rem}.tradein-step select{width:100%;padding:.8rem;border:1px solid #ededed;border-radius:var(--rounded-m);font-size:1rem;color:var(--text-dark-700);background-color:#fff;cursor:pointer;transition:border-color .2s ease}.tradein-step select:hover,.tradein-step select:focus{border-color:var(--bg-primary);outline:none}.tradein-navigation{display:flex;gap:1rem;margin-top:1rem}.tradein-back-button{background:none;border:1px solid var(--bg-primary);color:var(--bg-primary);padding:.8rem 1.5rem;border-radius:var(--rounded-m);cursor:pointer;font-size:1rem;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.tradein-back-button:hover{background:var(--bg-primary-hover);color:#fff}.tradein-next-button,#tradein-submit{background:var(--bg-primary);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:var(--rounded-m);cursor:pointer;font-size:1rem;transition:background .2s ease;flex:1}.tradein-next-button:hover,#tradein-submit:hover{background:var(--bg-primary-hover)}.tradein-condition-options{display:flex;flex-direction:column;gap:1rem;padding-top:4px;overflow:auto}.condition-option{display:flex;align-items:flex-start;padding:1rem;border:1px solid #ededed;border-radius:var(--rounded-m);cursor:pointer;transition:all .2s ease}.condition-option:hover{border-color:var(--bg-primary)}.condition-option input[type=radio]{margin-right:1rem;margin-top:.3rem}.condition-option-content{display:flex;flex-direction:column}.condition-option-title{font-weight:600;color:var(--text-dark-700);margin-bottom:.3rem}.condition-option-description{font-size:.9rem;color:var(--text-dark-400)}#tradein-offer-summary{background:#f9f9f9;padding:1.5rem;border-radius:var(--rounded-m);margin-bottom:1.5rem}.trade-in-price{font-size:2rem;color:var(--bg-primary);font-weight:600;margin:1rem 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tradein-intro{text-align:center;padding:2rem 0}.tradein-intro h3{font-size:1.5rem;color:var(--text-dark-700);margin-bottom:1rem}.tradein-intro p{font-size:1.1rem;color:var(--text-dark-400);margin-bottom:2rem;line-height:1.5}.tradein-intro-buttons{display:flex;flex-direction:column;gap:1rem;max-width:300px;margin:0 auto}.tradein-intro-buttons button{width:100%;padding:1rem;border-radius:var(--rounded-m);font-size:1rem;cursor:pointer;transition:all .2s ease}.tradein-intro-primary{background:var(--bg-primary);color:#fff;border:none}.tradein-intro-primary:hover{background:var(--bg-primary-hover)}.tradein-intro-secondary{background:transparent;color:var(--text-dark-700);border:1px solid var(--text-dark-200)}.tradein-intro-secondary:hover{background:#f5f5f5}.device-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.device-type-card{background:#fff;border:1px solid #ededed;border-radius:10px;padding:1.5rem;cursor:pointer;transition:all .2s ease;width:100%;text-align:left}.device-type-card:hover{border-color:var(--bg-primary);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.device-type-card.selected{border-color:var(--bg-primary);background-color:var(--bg-primary)}.device-type-card.selected .device-type-name,.device-type-card.selected .device-type-price{color:#fff}.device-type-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.device-type-content img{width:80px;height:80px;object-fit:contain;margin-bottom:.5rem}.device-type-name{font-size:1.1rem;color:var(--text-dark-700);font-weight:500}.device-type-price{font-size:1rem;color:var(--text-dark-400)}.device-type-card.error{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.tradein-banner{margin:1rem}.tradein-banner__button{display:flex;align-items:center;width:100%;padding:1rem;background:var(--bg-purple-light, #F6F3FF);border:1px solid rgba(95,37,159,.1);border-radius:12px;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.tradein-banner__button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.tradein-banner__icon{flex-shrink:0;margin-right:1rem}.tradein-banner__icon img{width:48px;height:48px;object-fit:contain}.tradein-banner__content{flex-grow:1;text-align:left}.tradein-banner__title{color:var(--text-purple-dark, #5F259F);font-size:18px!important;font-weight:600;margin:0 0 .25rem}.tradein-banner__subtitle{color:var(--text-dark-700, #000000);font-size:.875rem;margin:0}.tradein-banner__arrow{flex-shrink:0;margin-left:1rem;color:var(--text-purple, #8C52FF)}.tradein-banner__arrow svg{width:24px;height:24px}.tradein-banner__button .tradein-banner__content h4.tradein-banner__title{color:var(--text-purple-dark, #5F259F);font-size:18px!important;font-weight:600;margin:0 0 .25rem}.tradein-banner__button--confirmed{background:#f5f5f5;border:1px solid rgba(0,0,0,.1)}.tradein-banner__button--confirmed .tradein-banner__title,.tradein-banner__button--confirmed .tradein-banner__arrow{color:#000}.tradein-banner__button--confirmed .tradein-banner__subtitle{color:#666}.tradein-cart-card{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.tradein-cart-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.tradein-cart-card__icon{flex-shrink:0}.tradein-cart-card__icon img{width:48px;height:48px;object-fit:contain}.tradein-cart-card__title{flex-grow:1}.tradein-cart-card__title h3{font-size:1.25rem;font-weight:600;margin:0 0 .25rem;color:var(--text-dark-700)}.tradein-cart-card__title h4{font-size:18px;font-weight:600;margin:0 0 .25rem;color:var(--text-dark-700)}.tradein-cart-card__title p{margin:0;color:var(--text-dark-400);font-size:.875rem}.tradein-cart-card__remove-button{color:#d82c0d;text-decoration:none;font-size:.875rem;padding:.5rem 1rem;border:1px solid rgba(216,44,13,.2);border-radius:6px;transition:all .2s ease}.tradein-cart-card__remove-button:hover{background:#d82c0d0d;border-color:#d82c0d4d}.tradein-cart-card__instructions{padding-top:1.5rem;border-top:1px solid #ededed}.tradein-cart-card__instruction-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.tradein-cart-card__instruction-item{display:flex;align-items:center;gap:1rem;text-align:left}.tradein-cart-card__instruction-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f6f3ff;border-radius:50%}.tradein-cart-card__instruction-icon svg{width:24px;height:24px;color:var(--text-purple-dark, #5F259F)}.tradein-cart-card__instruction-item p{margin:0;font-size:.875rem;line-height:1.4;color:var(--text-dark-700)}.tradein-cart-card__instruction-item .link{color:var(--text-purple-dark, #5F259F);text-decoration:none;font-weight:500}.tradein-cart-card__instruction-item .link:hover{text-decoration:underline}.tradein-cart-card__device-info{margin:0;color:var(--text-dark-400);font-size:.875rem}.line-item-card{margin-bottom:1rem}.line-item-card__content{display:flex;align-items:center;gap:1.5rem;padding:1.5rem}.line-item-card__upsellcontent{padding:0;border-top:1px solid #E1E3E5}.line-item-card__image{flex-shrink:0}.line-item-card__info{flex-grow:1}.line-item-card__quantity{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.5rem}.line-item-card__total{flex-shrink:0;font-weight:600;color:var(--text-dark-700);min-width:100px;text-align:right}@media screen and (max-width: 767px){.line-item-card__content{flex-wrap:wrap;gap:1rem}.line-item-card__image{width:80px}.line-item-card__info{width:calc(100% - 96px)}.line-item-card__quantity{width:100%;flex-direction:row;justify-content:space-between;align-items:center;margin-top:1rem}.line-item-card__total{width:auto}}.line-item__protection{margin-top:0;border-top:none;padding-top:0}.line-item__protection .custom-warranty-insurance{margin:0;background:transparent;border:none;box-shadow:none}.line-item__protection .custom-warranty-insurance .card-section{padding:0}.line-item__protection .custom-warranty-insurance .pdp-card-header{padding:0;border:none;margin-bottom:1rem}.line-item__protection .custom-warranty-insurance .pdp-card-header .heading{font-size:1rem;line-height:1.4!important;margin:0}.line-item__protection .custom-warranty-insurance .content-wrapper{padding:0}.line-item__protection .custom-warranty-insurance .description{font-size:.875rem;margin-bottom:1rem}.line-item__protection .custom-warranty-insurance .option-item label{padding:1rem}.line-item__protection .custom-warranty-insurance .option-title{font-size:.875rem}.line-item__protection .custom-warranty-insurance .option-subtitle{font-size:.75rem}.line-item__protection .custom-warranty-insurance .option-price{font-size:.875rem}@media screen and (max-width: 767px){.line-item__protection{margin-top:0;padding-top:0}.line-item__protection .custom-warranty-insurance .option-item label{padding:.75rem}}.cart-recap{position:sticky;top:20px}.cart-recap__title{font-size:24px;margin:0 0 1.5rem;color:var(--text-dark-700)}.cart-recap__line-items{margin-bottom:1.5rem}.cart-recap__line-item{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.cart-recap__line-item-info{display:flex;align-items:flex-start;gap:.5rem}.cart-recap__line-item-quantity{background:var(--bg-light);color:var(--text-dark-700);padding:.25rem .5rem;border-radius:4px;font-size:.875rem}.cart-recap__line-item-title{color:var(--text-dark-700);font-size:.875rem}.cart-recap__line-item-price{color:var(--text-dark-700);font-size:.875rem;font-weight:500}.cart-recap__price-line{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-top:1px solid var(--border-color)}.cart-recap__price-line:last-child{border-bottom:1px solid var(--border-color)}.cart-recap__price-line-label{color:var(--text-dark-700);font-size:.875rem}.cart-recap__price-line-price{color:var(--text-dark-700);font-size:.875rem;font-weight:500}.cart-recap__price-line--total{margin-top:.5rem;padding-top:1rem;border-top:2px solid var(--border-color)}.cart-recap__price-line--total .cart-recap__price-line-label,.cart-recap__price-line--total .cart-recap__price-line-price{font-size:1rem;font-weight:600}.cart-recap__price-line--trade-in{background:var(--bg-light);padding:1rem;border-radius:8px;margin:.5rem 0;border:none}.cart-recap__trade-in-info{display:flex;flex-direction:column;gap:.25rem}.cart-recap__device-name{color:var(--text-dark-400);font-size:.75rem}.cart-recap__price-line--after-trade-in{background:var(--bg-success-light);padding:1rem;border-radius:8px;margin:.5rem 0;border:none}.cart-recap__price-line--after-trade-in .cart-recap__price-line-label,.cart-recap__price-line--after-trade-in .cart-recap__price-line-price{color:var(--text-success);font-weight:600}.cart-recap__checkout{margin-top:1.5rem}.cart-recap__secure-payment{margin-top:1.5rem;text-align:center}.cart-recap__secure-payment-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;color:var(--text-dark-400);font-size:.875rem}.cart-recap__secure-payment-icon{color:var(--text-dark-400)}.payment-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.payment-list__item{height:20px;width:auto}@media screen and (max-width: 767px){.cart-recap{position:static;margin-top:2rem}}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.cart-layout__main{min-width:0}.cart-layout__sidebar{position:sticky;top:20px}@media screen and (max-width: 1007px){.cart-layout{grid-template-columns:1fr}.cart-layout__sidebar{position:static;margin-top:2rem}}.line-item__image-wrapper{width:120px;height:120px;border-radius:8px;overflow:hidden}.line-item__image{width:100%;height:100%;object-fit:contain}.cart-protection-options{margin-top:0;padding:0 1rem 1rem}.cart-protection-options .heading{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.cart-protection-options .options-container{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cart-protection-options .option-item{background:#fff;border:1px solid #E1E3E5;border-radius:8px;padding:20px;position:relative;transition:all .2s ease}.cart-protection-options .option-item.recommended:before{content:"Recommended";position:absolute;top:-12px;left:20px;background:#0a7c5d;color:#fff;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:500}.cart-protection-options .option-item[data-active=true]{background:#f5f9f8!important;border-color:#0a7c5d!important}.cart-protection-options .option-item[data-active=true] .feature-item svg path{stroke:#0a7c5d!important}.cart-protection-options .option-item[data-active=false]{background:#fff;border-color:#e1e3e5}.cart-protection-options .option-item[data-active=false] .feature-item svg path{stroke:#5d5d5d}.cart-protection-options .option-item.recommended[data-active=true]{background:#f5f9f8!important;border-color:#0a7c5d!important}.cart-protection-options .option-item.recommended[data-active=true] .feature-item svg path{stroke:#0a7c5d!important}.cart-protection-options .option-item.recommended[data-active=true]:before{background:#0a7c5d!important}.cart-protection-options .option-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.cart-protection-options .option-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.cart-protection-options .option-subtitle{font-size:14px;color:#5d5d5d;margin-bottom:16px}.cart-protection-options .option-features{margin-bottom:16px}.cart-protection-options .feature-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:14px;color:#1a1a1a}.cart-protection-options .feature-item svg{flex-shrink:0;margin-top:4px}.cart-protection-options .option-footer{display:flex;justify-content:space-between;align-items:center}.cart-protection-options .option-price{font-size:18px;font-weight:600;color:#1a1a1a}.cart-protection-options .option-price .period{font-size:14px;font-weight:400;color:#5d5d5d}.cart-protection-options .toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.cart-protection-options .toggle-switch input{opacity:0;width:0;height:0}.cart-protection-options .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e6e6e6;transition:.2s;border-radius:24px}.cart-protection-options .toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.2s;border-radius:50%}.cart-protection-options input:checked+.toggle-slider{background-color:#0a7c5d}.cart-protection-options input:checked+.toggle-slider:before{transform:translate(20px)}@media screen and (max-width: 767px){.cart-protection-options .options-container{grid-template-columns:1fr}.cart-protection-options .option-item{padding:16px}.cart-protection-options .option-title{font-size:14px}.cart-protection-options .option-subtitle{font-size:12px}.cart-protection-options .option-price{font-size:16px}}.cart-recap__row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-top:1px solid var(--border-color)}.cart-recap__row-content{display:flex;align-items:center;gap:.75rem}.cart-recap__remove-protection{background:none;border:none;padding:.25rem;color:#d82c0d;cursor:pointer;opacity:.7;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center}.cart-recap__remove-protection:hover{opacity:1}.cart-recap__remove-protection svg{width:16px;height:16px}.tradein-breadcrumb{background:#f6f3ff;margin:-.5rem -1.5rem 1.5rem;padding:.5rem 1.5rem;border-bottom:1px solid rgba(95,37,159,.1);font-size:.75rem}.breadcrumb-steps{display:flex;align-items:center;gap:.25rem;color:var(--text-dark-400)}.breadcrumb-step{opacity:.5;transition:all .2s ease}.breadcrumb-step.active{color:var(--text-purple-dark, #5F259F);opacity:1;font-weight:500}.breadcrumb-step.completed{color:var(--text-purple-dark, #5F259F);opacity:.8}.breadcrumb-separator{color:var(--text-dark-400);opacity:.5;margin:0 .1rem}.breadcrumb-selection{font-size:.75rem;color:var(--text-purple-dark, #5F259F);margin-top:.25rem;font-weight:500;min-height:1em}.breadcrumb-selection:not(:empty){animation:fadeIn .2s ease-out}.tradein-path{background:#f6f3ff;margin:-.5rem -1.5rem 1.5rem;padding:.5rem 1.5rem;border-bottom:1px solid rgba(95,37,159,.1);font-size:.875rem;min-height:2rem;display:flex;align-items:center}#selection-path{color:var(--text-purple-dark, #5F259F);font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#selection-path:empty:before{content:"Select your device";color:var(--text-dark-400);font-weight:400;opacity:.7}@keyframes fadeIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}#selection-path:not(:empty){animation:fadeIn .2s ease-out}.tradein-error{display:flex;align-items:center;gap:12px;padding:12px;margin:12px;background:#fee2e2;border:1px solid #FCA5A5;border-radius:6px;color:#991b1b}.tradein-error.hidden{display:none}.tradein-error .retry-button{margin-left:auto;padding:4px 8px;background:#991b1b;color:#fff;border-radius:4px;border:none;cursor:pointer}.tradein-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px}.tradein-loading.hidden{display:none}.loading-spinner{width:40px;height:40px;border:3px solid #F6F3FF;border-top:3px solid #5F259F;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner-small{width:20px;height:20px;border:2px solid #F6F3FF;border-top:2px solid #5F259F;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.select-wrapper{position:relative;width:100%}.select-loading{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.condition-option{position:relative;cursor:pointer;transition:all .2s ease}.condition-option:hover{transform:translateY(-2px)}.tradein-next-button:disabled{opacity:.5;cursor:not-allowed}.button-loading{position:absolute;right:12px;top:50%;transform:translateY(-50%)}#tradein-close:hover{background:#f6f3ff}#tradein-close:focus{outline:none}
/*# sourceMappingURL=/cdn/shop/t/327/assets/tradein-cart.css.map */
