.return-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:103;display:none;padding:0 16px;background:rgba(var(--color-foreground),.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation-name:fadeIn;animation-duration:.4s}.return-modal[open]{display:block}.return-modal__container{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);z-index:102;overflow:hidden;touch-action:pan-y;display:flex;flex-direction:column;align-items:stretch;max-height:calc(100dvh - 32px);max-width:600px;width:100%;text-align:center;border-radius:16px}.return-modal__body{display:flex;flex-direction:column;row-gap:20px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:1 1 auto;min-height:0;width:100%;padding:16px 16px 40px;background-color:#161f25;color:#fff}.return-modal__body::-webkit-scrollbar{display:none}.return-modal__close{display:flex;align-items:center;justify-content:center;margin-left:auto;flex-shrink:0;width:40px;height:40px;padding:8px;background:none;border:none;cursor:pointer;transition:opacity .4s ease}.return-modal__close svg rect{fill:#fff}.return-modal__header{display:flex;align-items:center;justify-content:center;position:sticky;top:-16px;z-index:10;margin:0 -16px;padding:16px 16px 8px;background-color:#161f25}.return-modal__header .return-modal__close{position:absolute;right:0;top:50%;transform:translateY(-50%);margin:0}.return-modal__header-back{position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:none;color:#ffffffb3;cursor:pointer;transition:color .2s}@media(hover:hover)and (pointer:fine){.return-modal__header-back:hover{color:#fff}}.return-modal__header-back.hidden{display:none}.return-modal__title{margin:0;font-family:Encode Sans,sans-serif;font-size:18px;font-weight:700;line-height:1.333;text-align:center;color:#fff}.return-modal__heading{margin:0;font-family:Encode Sans,sans-serif;font-size:24px;font-weight:800;line-height:1.333;text-align:center;color:#fff}.return-modal__subheading{margin:-8px 0 0;font-size:16px;line-height:1.5;text-align:center;color:#ffffffb3}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.return-modal__step{display:none;flex-direction:column;gap:20px;width:100%;max-width:504px;margin:0 auto;animation-name:slideInFromRight;animation-duration:.4s;animation-timing-function:ease-out}.return-modal__step.slide-back{animation-name:slideInFromLeft}.return-modal__step.active{display:flex}.return-modal__step--confirm.active{flex:1 1 auto;min-height:0}.return-modal__step-scroll,.return-modal__confirm-scroll{display:flex;flex-direction:column;gap:20px;flex:1 1 auto;min-height:0}.return-modal__step-scroll::-webkit-scrollbar,.return-modal__confirm-scroll::-webkit-scrollbar{display:none}.return-modal__confirm-footer{flex-shrink:0;padding-top:16px}.return-modal__confirm-upload-status{text-align:center;font-size:13px;color:#999;margin:0 0 8px}.return-modal__error{margin:0;color:#e63f3f;font-size:14px;text-align:center;animation-name:fadeIn;animation-duration:.4s}.return-modal__error.hidden{display:none}.return-modal__field-error{margin:4px 0 0;color:#e63f3f;font-size:13px;line-height:1.4}.return-modal__field-error.hidden{display:none}.return-modal__spinner{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 0}.return-modal__spinner .loader{display:flex}.return-modal__spinner-text{font-size:16px;color:#ffffffb3}.return-modal__not-eligible{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px 0}.return-modal__not-eligible-text{font-size:16px;color:#ffffffb3;text-align:center}.return-modal__form{display:flex;flex-direction:column;gap:24px;text-align:left}.return-modal__protection-banner{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:10px;background:#3ab7451f;border:1px solid rgba(58,183,69,.4);font-size:13px;line-height:1.5;color:#a8eaae;text-align:left}.return-modal__protection-banner-icon{flex-shrink:0;margin-top:1px;color:#3ab745}@media screen and (max-width:767px){.return-modal__protection-banner{font-size:14px}}.return-modal__form-group{display:flex;flex-direction:column;gap:8px}.return-modal__label{font-size:14px;font-weight:600;line-height:1.428;color:#ffffffe6}.return-modal__type-toggle{display:flex;gap:8px}.return-modal__type-option{flex:1;padding:12px 16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;color:#ffffffb3;font-size:14px;font-weight:600;text-align:center;cursor:pointer;transition:background-color .3s,border-color .3s,color .3s}.return-modal__type-option.active{background:#1088bb33;border-color:#1088bb;color:#fff}.return-modal__items-group,.return-modal__items-list{display:flex;flex-direction:column;gap:12px}.return-modal__item-checkbox{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;cursor:pointer;transition:border-color .2s}.return-modal__item-checkbox:has(input:checked),.return-modal__item-checkbox:has(input[type=radio]:checked){border-color:#1088bb}.return-modal__item-checkbox input[type=checkbox],.return-modal__item-checkbox input[type=radio]{width:18px;height:18px;accent-color:#1088BB;cursor:pointer;flex-shrink:0}.return-modal__item-checkbox-image{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}.return-modal__item-checkbox-info{display:flex;flex-direction:column;gap:2px;min-width:0;text-align:left;flex:1}.return-modal__item-checkbox-name{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.return-modal__item-checkbox-variant{font-size:12px;color:#ffffff80}.return-modal__qty-stepper{display:flex;align-items:center;gap:6px;margin-left:auto;flex-shrink:0}.return-modal__qty-stepper.hidden{display:none}.return-modal__qty-btn{display:grid;place-items:center;width:28px;height:28px;padding:0;margin:0;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff14;color:#fff;line-height:0;cursor:pointer;flex-shrink:0;transition:background-color .2s,border-color .2s,opacity .2s;-webkit-appearance:none;appearance:none}.return-modal__qty-btn svg{display:block}.return-modal__qty-btn:disabled{opacity:.3;cursor:default;background:#ffffff08;border-color:#ffffff1a}@media(hover:hover)and (pointer:fine){.return-modal__qty-btn:not(:disabled):hover{background:#ffffff26;border-color:#fff6}}.return-modal__qty-input{width:28px;height:28px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff14;box-sizing:border-box;color:#fff;font-size:14px;font-weight:600;text-align:center;-moz-appearance:textfield}.return-modal__qty-input::-webkit-outer-spin-button,.return-modal__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.return-modal__qty-max{font-size:13px;color:#ffffff80;white-space:nowrap}.return-modal__reasons{display:flex;flex-direction:column;gap:8px}.return-modal__reason-option{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;cursor:pointer;transition:border-color .2s}.return-modal__reason-option:has(input:checked){border-color:#1088bb}.return-modal__reason-option input[type=radio]{width:18px;height:18px;accent-color:#1088BB;cursor:pointer;flex-shrink:0}.return-modal__reason-option span{font-size:14px;color:#fff}.return-modal__suboptions{display:flex;flex-direction:column;gap:6px;margin:0 0 4px 24px}.return-modal__reason-option--sub{padding:8px 10px;border-radius:10px}.return-modal__reason-option--sub span{font-size:13px}.return-modal__reason-option--sub input[type=radio]{width:16px;height:16px}.return-modal__textarea{width:100%;min-height:80px;padding:12px 16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;color:#fff;font-family:var(--font-body-family);font-size:14px;line-height:1.5;resize:vertical}.return-modal__textarea::placeholder{color:#fff6}.return-modal__upload-area{display:flex;flex-direction:column;gap:8px}.return-modal__upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px 16px;border:2px dashed rgba(255,255,255,.2);border-radius:12px;cursor:pointer;transition:border-color .2s}@media(hover:hover)and (pointer:fine){.return-modal__upload-dropzone:hover{border-color:#fff6}}.return-modal__upload-dropzone-text{font-size:14px;color:#ffffff80}.return-modal__upload-dropzone-hint{font-size:12px;color:#ffffff4d}.return-modal__upload-input{display:none}.return-modal__upload-previews{display:flex;flex-wrap:wrap;gap:8px}.return-modal__upload-preview{position:relative;width:60px;height:60px;cursor:pointer}.return-modal__upload-preview img,.return-modal__upload-preview video{width:100%;height:100%;object-fit:cover;border-radius:8px}.return-modal__upload-preview--no-thumb{border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d}.return-modal__upload-preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#ffffff80;gap:2px}.return-modal__upload-preview-placeholder span{font-size:9px;font-weight:600;letter-spacing:.5px}.return-modal__upload-preview-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;padding:0;margin:0;border:none;border-radius:50%;background:#e63f3f;color:#fff;cursor:pointer;line-height:0;text-align:center;-webkit-appearance:none;appearance:none}.return-modal__upload-preview-remove svg{width:10px;height:10px;vertical-align:middle}.return-modal__upload-preview--uploaded{border:2px solid #22c55e;border-radius:10px}.return-modal__upload-preview--uploaded img,.return-modal__upload-preview--uploaded video{opacity:.85}.return-modal__upload-preview--failed{border:2px solid #e63f3f;border-radius:10px}.return-modal__upload-preview--failed img,.return-modal__upload-preview--failed video{opacity:.5}.return-modal__upload-preview--uploading{border:2px solid #3b82f6;border-radius:10px}.return-modal__upload-preview--uploading img,.return-modal__upload-preview--uploading video{opacity:.4}.return-modal__upload-preview-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;pointer-events:none}.return-modal__upload-preview-tick{position:absolute;bottom:-4px;right:-4px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;pointer-events:none}.return-modal__upload-preview-retry{position:absolute;bottom:-6px;right:-6px;width:22px;height:22px;padding:0;border:none;border-radius:50%;background:#f59e0b;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.return-modal__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:flex;align-items:center;justify-content:center;background:#000000e6;animation-name:fadeIn;animation-duration:.3s;cursor:pointer}.return-modal__lightbox img,.return-modal__lightbox video{max-width:90vw;max-height:90dvh;object-fit:contain;border-radius:8px;cursor:default}.return-modal__lightbox-close{position:absolute;top:16px;right:16px;width:40px;height:40px;padding:8px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;font-size:20px;cursor:pointer}.return-modal__stepper{display:flex;align-items:flex-start;justify-content:space-between;gap:0;width:auto;max-width:none;margin:0 -16px;padding:4px 16px 8px;position:sticky;top:0;z-index:9;background-color:#161f25}.return-modal__stepper-item{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0;min-width:52px}.return-modal__stepper-dot{width:10px;height:10px;border-radius:50%;background:#ffffff26;border:2px solid rgba(255,255,255,.2);transition:background-color .3s,border-color .3s,box-shadow .3s;flex-shrink:0}.return-modal__stepper-label{font-size:11px;font-weight:600;color:#ffffff4d;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;transition:color .3s}.return-modal__stepper-line{flex:1;height:2px;background:#ffffff1a;margin:6px 6px 0;transition:background-color .3s}.return-modal__stepper-line--completed{background:#1088bb}.return-modal__stepper-item--active .return-modal__stepper-dot{background:#1088bb;border-color:#1088bb;box-shadow:0 0 8px #1088bb66}.return-modal__stepper-item--active .return-modal__stepper-label{color:#1088bb}.return-modal__stepper-item--completed .return-modal__stepper-dot{background:#1088bb;border-color:#1088bb}.return-modal__stepper-item--completed .return-modal__stepper-label{color:#ffffff80}.return-modal__stepper-item--completed{cursor:pointer}@media(hover:hover)and (pointer:fine){.return-modal__stepper-item--completed:hover .return-modal__stepper-label{color:#1088bb}}.return-modal__step-nav{display:flex;flex-direction:column;gap:12px}.return-modal__reason-select{width:100%;padding:12px 40px 12px 16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;color:#fff;font-family:var(--font-body-family);font-size:14px;line-height:1.5;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='rgba(255,255,255,0.5)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .2s}.return-modal__reason-select:focus{outline:none;border-color:#1088bb}.return-modal__reason-select option{background:#161f25;color:#fff}.return-modal__reason-select option[value=""]{color:#fff6}.return-modal__details-group{animation-name:fadeIn;animation-duration:.25s}.return-modal__details-group.hidden{display:none}.return-modal__photo-instructions{margin:0;font-size:14px;line-height:1.6;color:#fff9;text-align:left}.return-modal__photo-guidelines{padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;text-align:left}.return-modal__photo-guidelines-title{margin:0 0 8px;font-size:13px;font-weight:600;color:#fffc;text-transform:uppercase;letter-spacing:.5px}.return-modal__photo-guidelines-list{margin:0;padding:0 0 0 20px;list-style:disc}.return-modal__photo-guidelines-list li{font-size:13px;line-height:1.6;color:#fff9;padding:2px 0}.return-modal__photo-guidelines-tip{margin:10px 0 0;font-size:12px;line-height:1.5;color:#fff6;font-style:italic}@keyframes slideButtonFromRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.return-modal__submit-button{display:block;position:relative;width:100%;padding:17px;border-radius:20px;animation:slideButtonFromRight .4s ease-out;background:linear-gradient(0deg,#1088bb,#119dd9);border:none;font-family:var(--font-body-family);font-weight:600;font-size:16px;line-height:1.25;color:#fff;cursor:pointer;overflow:hidden;transition:opacity .3s}.return-modal__submit-button:disabled{opacity:.5;cursor:default}.return-modal__submit-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0003;transform:scaleX(0);transform-origin:right;transition:transform .4s ease}.return-modal__submit-button.loading{cursor:default}.return-modal__submit-button.loading:before{display:none}.return-modal__submit-button.loading .loader{display:flex}.return-modal__submit-button .loader{display:none;justify-content:center}.return-modal__submit-button-content{display:flex;align-items:center;justify-content:center;gap:8px}.return-modal__summary{display:flex;flex-direction:column;gap:12px;text-align:left}.return-modal__summary-row{display:flex;justify-content:space-between;align-items:baseline;gap:8px;padding:8px 0}.return-modal__summary-label{font-size:14px;color:#fff9;flex-shrink:0}.return-modal__summary-value{font-size:14px;font-weight:600;color:#fff;text-align:right;word-break:break-word}.return-modal__summary-items{display:flex;flex-direction:column;gap:8px}.return-modal__summary-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d}.return-modal__summary-item-image{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.return-modal__summary-item-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.return-modal__summary-item-name{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.return-modal__summary-item-variant{font-size:12px;color:#ffffff80}.return-modal__summary-item-meta{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:#fff9;margin-top:2px}.return-modal__summary-row--total{margin-top:4px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.return-modal__summary-row--total .return-modal__summary-label{font-size:16px;font-weight:600;color:#fff}.return-modal__summary-row--total .return-modal__summary-value{font-size:18px;font-weight:700;color:#1088bb}.return-modal__summary-retry-all{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:10px 16px;border:1px solid #f59e0b;border-radius:12px;background:#f59e0b1a;color:#f59e0b;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}@media(hover:hover)and (pointer:fine){.return-modal__summary-retry-all:hover{background:#f59e0b33}}.return-modal__submitted{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px 0 80px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.return-modal__submitted-icon{width:56px;height:56px;min-width:56px;min-height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#1088bb33}.return-modal__submitted-icon svg{width:28px;height:28px;color:#1088bb}.return-modal__submitted-return-id{font-size:14px;font-weight:600;color:#76d2fa}.return-modal__submitted-info{display:flex;flex-direction:column;gap:12px;width:100%;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d;text-align:left}.return-modal__submitted-text{margin:0;font-size:14px;line-height:1.5;color:#ffffffb3}.return-modal__submitted-timeline{margin:0;padding:0 0 0 20px;list-style:disc}.return-modal__submitted-timeline li{font-size:13px;line-height:1.6;color:#fff9;padding:2px 0}.return-modal__submitted-timeline li strong{color:#fff;font-weight:600}.return-modal__journey{display:flex;align-items:flex-start;flex-shrink:0;justify-content:center;justify-content:safe center;gap:0;width:100%;max-width:100%;padding:8px 0 10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.return-modal__journey-step{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1 0 auto}.return-modal__journey-marker{display:flex;align-items:center;width:100%}.return-modal__journey-marker .return-modal__journey-line{flex:1 1 12px;min-width:12px;margin:0}.return-modal__journey-line--active{background:#1088bb}.return-modal__journey-line--hidden{background:transparent!important}.return-modal__journey-dot{width:12px;height:12px;border-radius:50%;background:#ffffff26;border:2px solid rgba(255,255,255,.2);transition:background-color .3s,border-color .3s}.return-modal__journey-step--active .return-modal__journey-dot{background:#1088bb;border-color:#1088bb;box-shadow:0 0 8px #1088bb66}.return-modal__journey-label{font-size:9px;font-weight:600;color:#ffffff59;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;padding:0 4px}@media screen and (max-width:520px){.return-modal__journey-label{font-size:8px;letter-spacing:.2px;padding:0 3px}}.return-modal__journey-step--active .return-modal__journey-label{color:#1088bb}.return-modal__journey-line{height:2px;background:#ffffff1a}.return-modal__rating{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;padding:20px 16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0d}.return-modal__rating-prompt{margin:0;font-size:15px;font-weight:600;color:#fffc;text-align:center}.return-modal__rating-stars{display:flex;gap:8px}.return-modal__star{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;background:none;color:#ffffff40;cursor:pointer;transition:color .2s,transform .15s}.return-modal__star svg{width:28px;height:28px}.return-modal__star.hovered{color:#facc15;transform:scale(1.1)}.return-modal__star.hovered svg path{fill:#facc15}.return-modal__star.selected{color:#facc15}.return-modal__star.selected svg path{fill:#facc15}.return-modal__rating-feedback{display:flex;flex-direction:column;gap:12px;width:100%;animation-name:fadeIn;animation-duration:.3s}.return-modal__rating-feedback.hidden{display:none}.return-modal__rating-textarea{min-height:70px}.return-modal__rating-submit-btn{align-self:flex-end;padding:10px 24px;border-radius:12px;background:linear-gradient(0deg,#1088bb,#119dd9);border:none;font-family:var(--font-body-family);font-weight:600;font-size:14px;color:#fff;cursor:pointer;transition:opacity .3s}.return-modal__rating-submit-btn:disabled{opacity:.5;cursor:default}.return-modal__rating-thankyou{animation-name:fadeIn;animation-duration:.3s}.return-modal__rating-thankyou.hidden{display:none}.return-modal__rating-thankyou-text{margin:0;font-size:15px;font-weight:600;color:#22c55e;text-align:center}.return-modal__rating-trustpilot{display:flex;flex-direction:column;align-items:center;gap:12px;animation-name:fadeIn;animation-duration:.3s}.return-modal__rating-trustpilot.hidden{display:none}.return-modal__rating-trustpilot-link{display:inline-block;padding:10px 24px;border-radius:12px;background:#00b67a;color:#fff;font-weight:600;font-size:14px;text-decoration:none;transition:opacity .3s}@media(hover:hover)and (pointer:fine){.return-modal__star:hover{transform:scale(1.15)}.return-modal__rating-submit-btn:not(:disabled):hover{opacity:.85}.return-modal__rating-trustpilot-link:hover{opacity:.85}}.return-modal__back-button{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:none;color:#fff9;font-size:14px;cursor:pointer;transition:color .2s;align-self:flex-start}@media(hover:hover)and (pointer:fine){.return-modal__back-button:hover{color:#fff}.return-modal__close:hover{opacity:.7}.return-modal__submit-button:not(:disabled):not(.loading):hover:before{transform:scaleX(1)}}@media screen and (max-width:749px){.return-modal{padding:0;background:#161f25;overflow:hidden}.return-modal__container{position:fixed;top:0;left:0;right:0;bottom:0;transform:none;max-width:none;max-height:none;height:100%;min-height:100dvh;border-radius:0;background-color:#161f25}.return-modal__body{padding:20px 20px 32px;row-gap:0;justify-content:flex-start;min-height:0;height:100%}.return-modal__step{gap:0;flex:1 1 auto;min-height:0;overflow:hidden;touch-action:pan-y}.return-modal__step[data-step=success]{overflow-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.return-modal__step-scroll,.return-modal__confirm-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-width:none;display:flex;flex-direction:column;gap:12px}.return-modal__step-scroll::-webkit-scrollbar,.return-modal__confirm-scroll::-webkit-scrollbar{display:none}.return-modal__step-nav,.return-modal__confirm-footer{flex-shrink:0;padding-top:16px;padding-bottom:env(safe-area-inset-bottom,0px)}.return-modal__step--confirm.active{flex:1 1 auto;min-height:0}.return-modal__header{top:-20px;margin:0 -20px;padding:20px 20px 0}.return-modal__title{font-size:17px}.return-modal__heading{font-size:22px;margin-top:0}.return-modal__subheading{font-size:16px;margin-top:-8px}.return-modal__form{gap:24px}.return-modal__label{font-size:16px}.return-modal__type-toggle{flex-direction:column}.return-modal__type-option{padding:16px 18px;font-size:16px;min-height:54px;border-radius:14px}.return-modal__reason-option{padding:14px 16px;min-height:54px;border-radius:14px}.return-modal__reason-option span{font-size:16px}.return-modal__reason-option input[type=radio]{width:22px;height:22px}.return-modal__item-checkbox{flex-wrap:wrap;padding:16px;min-height:auto;border-radius:14px;gap:14px;position:relative}.return-modal__item-checkbox input[type=checkbox],.return-modal__item-checkbox input[type=radio]{order:-2;width:22px;height:22px}.return-modal__item-checkbox-image{order:-1;width:72px;height:72px;border-radius:12px}.return-modal__item-checkbox-info{flex:1;min-width:0;gap:4px}.return-modal__item-checkbox-name{font-size:16px;white-space:normal;line-height:1.3}.return-modal__item-checkbox-variant{font-size:14px}.return-modal__qty-stepper{width:100%;margin-left:0;justify-content:flex-start;padding-top:4px;border-top:1px solid rgba(255,255,255,.08)}.return-modal__textarea{min-height:100px;font-size:16px;padding:16px;border-radius:14px}.return-modal__upload-dropzone{padding:32px 16px;min-height:100px;border-radius:14px}.return-modal__upload-dropzone-text{font-size:16px;color:#ffffffb3}.return-modal__upload-dropzone-hint{font-size:14px}.return-modal__upload-preview{width:80px;height:80px}.return-modal__submit-button{padding:18px;font-size:18px;min-height:58px;border-radius:24px;margin-top:8px}.return-modal__spinner{padding:40px 0}.return-modal__spinner-text{font-size:17px}.return-modal__not-eligible{padding:24px 0}.return-modal__not-eligible-text{font-size:17px}.return-modal__submitted{padding:20px 0;gap:20px}.return-modal__submitted-icon{width:64px;height:64px}.return-modal__submitted-icon svg{width:32px;height:32px}.return-modal__submitted-text,.return-modal__submitted-return-id{font-size:16px}.return-modal__submitted-timeline li{font-size:15px}.return-modal__submitted-info{padding:18px;border-radius:14px}.return-modal__journey-label{font-size:10px}.return-modal__journey-dot{width:14px;height:14px}.return-modal__summary-row{padding:10px 0}.return-modal__summary-label,.return-modal__summary-value{font-size:16px}.return-modal__summary-item{padding:14px 16px;border-radius:14px}.return-modal__summary-item-image{width:60px;height:60px;border-radius:10px}.return-modal__summary-item-name{font-size:16px}.return-modal__summary-item-variant,.return-modal__summary-item-meta{font-size:14px}.return-modal__back-button{font-size:16px;min-height:44px}.return-modal__confirm-scroll{gap:20px}.return-modal__confirm-footer{padding-top:16px}.return-modal__rating{padding:20px;border-radius:14px}.return-modal__rating-prompt{font-size:16px}.return-modal__star{width:40px;height:40px}.return-modal__star svg{width:32px;height:32px}.return-modal__rating-submit-btn{font-size:16px;padding:12px 28px}.return-modal__rating-textarea{min-height:80px;font-size:16px}.return-modal__qty-btn{width:40px;height:40px;border-radius:10px}.return-modal__qty-btn svg{width:16px;height:16px}.return-modal__qty-input{width:40px;height:40px;font-size:17px;padding:0;border-radius:10px}.return-modal__close{width:44px;height:44px}.return-modal__reason-select{font-size:16px;padding:16px 44px 16px 18px;min-height:54px;border-radius:14px}.return-modal__stepper{max-width:none;margin:0 -20px;padding:4px 20px 12px;top:0}.return-modal__stepper-item{min-width:48px;gap:8px}.return-modal__stepper-dot{width:12px;height:12px}.return-modal__stepper-label{font-size:11px}.return-modal__stepper-line{margin-top:7px}.return-modal__photo-instructions{font-size:16px}.return-modal__photo-guidelines{padding:16px;border-radius:14px}.return-modal__photo-guidelines-title{font-size:14px}.return-modal__photo-guidelines-list li{font-size:15px}.return-modal__photo-guidelines-tip{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/427/assets/return-request-modal.css.map */
