.error-message{font-family:Arial,sans-serif;font-family:var(--font-secondary);font-size:12px;letter-spacing:.04em;line-height:18px}input[type=email],input[type=email]::placeholder,input[type=text],input[type=text]::placeholder,select,select::placeholder{font-family:Arial,sans-serif;font-family:var(--font-secondary);font-size:14px;letter-spacing:.01em;line-height:24px}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;text-decoration:none;vertical-align:initial}body{color:#0f0f0f;color:var(--color-primary);font-family:Arial,sans-serif;font-family:var(--font-secondary);margin:0}body *{box-sizing:border-box}.btn-primary{align-items:center;background-color:#0f0f0f;background-color:var(--color-primary);border:0;color:#fff;color:var(--color-secondary);cursor:pointer;display:flex;height:48px;justify-content:center;outline:0;padding:8px 16px;position:relative;text-align:center;transition:color .25s,background-color .35s,opacity .35s;width:100%;z-index:0}.btn-primary:disabled,.btn-primary[disabled]{opacity:.7;pointer-events:none}.btn-primary:focus-visible{background-color:#545454;background-color:var(--dark-gray)}@media(hover:hover){.btn-primary:hover{background-color:#545454;background-color:var(--dark-gray)}}.btn-primary:before{background-color:rgba(#ffffff,.6);background-color:rgba(var(--color-secondary),.6);height:100%;left:0;top:0;width:100%;z-index:1}.btn-primary:after,.btn-primary:before{content:"";display:block;opacity:0;position:absolute;transition:opacity .25s}.btn-primary:after{animation:spin 2s linear infinite;border:4px solid #0f0f0f;border-radius:50%;border-top:4px solid #545454;border:4px solid var(--color-primary);border-top-color:var(--dark-gray);height:16px;left:calc(50% - 10px);top:calc(50% - 10px);width:16px;z-index:2}.btn-primary.loading{color:#0000;pointer-events:none}.btn-primary.loading:after,.btn-primary.loading:before{opacity:1}.btn-outline{align-items:center;background-color:#0000;border:1px solid #0f0f0f;border:1px solid var(--color-primary);color:#0f0f0f;color:var(--color-primary);cursor:pointer;display:flex;height:48px;justify-content:center;outline:1px solid #0000;outline-offset:-2px;padding:8px 16px;position:relative;text-align:center;transition:color .25s,outline-color .35s,opacity .35s;width:100%;z-index:0}.btn-outline:disabled,.btn-outline[disabled]{opacity:.7;pointer-events:none}.btn-outline:focus-visible{outline-color:#0f0f0f;outline-color:var(--color-primary)}@media(hover:hover){.btn-outline:hover{outline-color:#0f0f0f;outline-color:var(--color-primary)}}.btn-outline:before{height:100%;left:0;top:0;width:100%;z-index:1}.btn-outline:after,.btn-outline:before{content:"";display:block;opacity:0;pointer-events:none;position:absolute;transition:opacity .25s}.btn-outline:after{animation:spin 2s linear infinite;border:4px solid #0f0f0f;border-radius:50%;border-top:4px solid #545454;border:4px solid var(--color-primary);border-top-color:var(--dark-gray);height:16px;left:calc(50% - 10px);top:calc(50% - 10px);width:16px;z-index:2}.btn-outline.loading{color:#0000;pointer-events:none}.btn-outline.loading:after,.btn-outline.loading:before{opacity:1}.btn-link{align-items:center;background-color:#0000;color:#0f0f0f;color:var(--color-primary);cursor:pointer;display:flex;height:48px;justify-content:center;padding:8px 16px;position:relative;text-align:center}.btn-link.active{border-bottom:2px solid #0f0f0f;border-bottom:2px solid var(--color-primary)}.btn-link:focus,.btn-link:focus-visible{outline-color:#0000}.btn-link:hover{background-color:#f0f0f0;background-color:var(--light-gray)}input[type=email],input[type=text],select{border:0;border-bottom:1px solid #0f0f0f;border-bottom:1px solid var(--color-primary);border-radius:0;outline:0;padding:2px 0 8px;transition:border-color .35s}input[type=email]::placeholder,input[type=text]::placeholder,select::placeholder{opacity:.5}input[type=email].error,input[type=text].error,select.error{border-color:#ed4848;border-color:var(--color-alert)}.error-message{color:#ed4848;color:var(--color-alert);margin-top:4px}.returns-app__container{padding:16px}@media screen and (min-width:1025px){.returns-app__container{padding:32px}}.returns-app__title{font-size:31px;font-weight:700;line-height:34px;text-transform:uppercase}.returns-app__subtitle,.returns-app__title{font-family:Arial,sans-serif;font-family:var(--font-primary)}.returns-app__subtitle{font-size:18px;letter-spacing:.01em;line-height:27px;margin-top:28px}.returns-app__subtitle a{color:inherit;outline:0;position:relative}.returns-app__subtitle a:after{background-color:#0f0f0f;background-color:var(--color-primary);bottom:2px;content:"";display:block;height:1px;left:0;position:absolute;transition:width .35s;width:100%}@media screen and (min-width:1025px){.returns-app__subtitle a:after{width:0}.returns-app__subtitle a:focus-visible:after{width:100%}}@media(hover:hover){.returns-app__subtitle a:after{width:0}.returns-app__subtitle a:hover:after{width:100%}}.login-form__submit{font-family:Arial,sans-serif;font-family:var(--font-secondary);font-size:14px;letter-spacing:.01em;line-height:24px}.login-form__container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-top:11px}@media screen and (min-width:1025px){.login-form__container{margin-top:30px}}.login-form__error{color:#ed4848;color:var(--color-alert);font-family:Arial,sans-serif;font-family:var(--font-secondary);font-size:12px;height:18px;letter-spacing:.04em;line-height:18px;transition:opacity .25s}.login-form__error.hidden{opacity:0;pointer-events:none}.login-form__input{margin-top:34px;width:100%}.login-form__input:first-of-type{margin-top:15px}@media screen and (min-width:1025px){.login-form__input{max-width:265px}}.login-form__submit{margin-top:34px}@media screen and (min-width:1025px){.login-form__submit{max-width:265px}}.product-selection-counter__label,.product-selection-counter__value,.product-selection__cancel,.product-selection__error-label,.product-selection__info-label,.product-selection__submit{font-family:Arial,sans-serif;font-family:var(--font-secondary);font-size:14px;letter-spacing:.01em;line-height:24px}.product-selection__container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-top:33px}@media screen and (min-width:1025px){.product-selection__container{flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:60px}}.product-selection__step-description{background-color:#fff;background-color:var(--color-secondary);font-family:Arial,sans-serif;font-family:var(--font-primary);font-size:14px;font-weight:700;letter-spacing:1.1px;line-height:17px;margin-bottom:28px;padding:32px 0;text-align:center;text-transform:uppercase;width:100%;z-index:1}@media screen and (min-width:1025px){.product-selection__step-description{left:0;margin-bottom:20px;position:-webkit-sticky;position:sticky;text-align:start;top:0}}.product-selection__list{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:32px;width:100%}.product-selection__list--confirm .product-card__container{margin-right:auto;width:100%}@media screen and (min-width:1025px){.product-selection__list--confirm .product-card__container{width:100%}}.product-selection__footer{display:flex;flex-direction:column;width:100%}@media screen and (min-width:1441px){.product-selection__footer{flex-direction:row;gap:32px;justify-content:space-between}}.product-selection__return .return-type__options{display:flex}.product-selection__return .return-type__details{padding:16px 0 32px}@media screen and (min-width:1441px){.product-selection__return .return-type__details{padding-bottom:0}}.product-selection__return .return-type__details .iban-input{margin-bottom:32px}.product-selection__return .return-type__details .shipping-cost{margin:32px 0}.product-selection__return .return-type__details .shipping-cost__amount{margin-left:4px}.product-selection__return .return-type__details .return-form{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width:1441px){.product-selection__return .return-type__details .return-form{margin-bottom:0}}.product-selection__return .return-type__details .form-row{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width:769px){.product-selection__return .return-type__details .form-row{flex-direction:row}}.product-selection__return .return-type__details .form-row .form-group{flex:1 1}.product-selection__return .return-type__details .form-group{display:flex;flex-direction:column}.product-selection__return .return-type__details .form-group label{font-size:.9rem;margin-bottom:8px}.product-selection__return .return-type__details .form-group input{border:1px solid #bdbdbd;border:1px solid var(--gray);font-size:1rem;padding:.5rem;transition:border-color .2s}.product-selection__return .return-type__details .form-group input:focus{outline:none}.product-selection__return .return-type__details .form-group .form-error{color:#ed4848;color:var(--color-alert);font-size:.8rem;margin-top:4px}.product-selection__return .return-type__details .address-summary-card{background:#f0f0f0;background:var(--light-gray);border:1px solid #bdbdbd;border:1px solid var(--gray);line-height:1.5;margin-top:16px;padding:16px}.product-selection__return .return-type__details .address-summary-card p{margin:4px 0}.product-selection__return .return-type__details .edit-address-btn{margin-top:16px;width:auto}.product-selection__actions{background-color:#f0f0f0;background-color:var(--light-gray);margin-top:32px;padding:42px 32px;width:100%}@media screen and (min-width:1025px){.product-selection__actions{margin-top:24px;padding:64px;position:-webkit-sticky;position:sticky;right:0;top:81px;width:724px}}@media screen and (min-width:1441px){.product-selection__actions{margin-top:0}}.product-selection__counter{align-items:center;border-bottom:1px solid #bdbdbd;border-bottom:1px solid var(--gray);display:flex;justify-content:space-between;padding-bottom:32px}.product-selection-counter__value{font-weight:700}.product-selection__info-label{font-size:16px;margin-top:32px}.product-selection__error-label{color:#ed4848;color:var(--color-alert);height:24px;margin-top:8px;transition:opacity .35s}.product-selection__error-label.hidden{opacity:0}.product-selection__buttons{display:flex;flex-direction:column;margin-top:32px}.product-selection__cancel{margin-top:32px}.product-card-line__single-info,.product-card-recap__title{font-family:Arial,sans-serif;font-family:var(--font-secondary);font-size:12px;letter-spacing:.04em;line-height:18px}.product-card-recap__content,.product-card__price,.product-card__qty-selector input[type=text],.product-card__title{font-family:Arial,sans-serif;font-family:var(--font-secondary);font-size:14px;letter-spacing:.01em;line-height:24px}.product-card__container{align-items:center;border-bottom:1px solid #0f0f0f;border-bottom:1px solid var(--color-primary);display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:16px;position:relative;width:100%}.product-card__container:not(:first-child){margin-top:73px}@media screen and (min-width:769px){.product-card__container{flex-direction:row;padding-left:20px}}@media screen and (min-width:1025px){.product-card__container:not(:first-child){margin-top:57px}}.product-card__container.hidden{display:none}.product-card__container.readonly{opacity:.7;pointer-events:none}.product-card__container .product-card__inputs:disabled,.product-card__container .product-card__qty-change:disabled{cursor:not-allowed}.product-card__checkbox{left:0;padding-top:50%;position:absolute;top:0}@media screen and (min-width:1025px){.product-card__checkbox{padding-top:0;position:static}}.product-card__checkbox input[type=checkbox]{display:none}.product-card__checkbox input[type=checkbox]:disabled+label{display:none;margin:0}.product-card__checkbox input[type=checkbox]:checked+label:after{transform:translateY(-150%) scale(1)}@media screen and (min-width:1025px){.product-card__checkbox input[type=checkbox]:checked+label:after{transform:translate(50%,-50%) scale(1)}}.product-card__checkbox label{height:0;margin:0;width:0}@media screen and (min-width:1025px){.product-card__checkbox label{margin-right:59px;position:relative}}.product-card__checkbox label:before{border:1px solid #0f0f0f;border:1px solid var(--color-primary);content:"";cursor:pointer;display:block;height:16px;left:100%;position:absolute;top:50%;transform:translate(-25%,-100%);width:16px}@media screen and (min-width:1025px){.product-card__checkbox label:before{left:0;top:0;transform:translateY(-50%)}}.product-card__checkbox label:after{background-color:#0f0f0f;background-color:var(--color-primary);content:"";cursor:pointer;display:block;height:8px;left:100%;position:absolute;top:50%;transform:translate(-50%,-100%) scale(0);transition:transform .35s;width:8px}@media screen and (min-width:1025px){.product-card__checkbox label:after{left:0;top:0;transform:translate(-25%,-25%) scale(0)}}.product-card__image{flex-basis:auto;flex-grow:0;flex-shrink:0;margin-bottom:14px;width:50%}@media screen and (min-width:1025px){.product-card__image{margin-bottom:0;margin-right:41px;width:200px}}.product-card__image figure{overflow:hidden;padding-top:100%;position:relative}.product-card__image figure img{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.product-card__details{display:flex;flex-direction:column;gap:16px;width:100%}@media screen and (min-width:1025px){.product-card__details{align-items:center;flex-direction:row;flex-grow:1;gap:32px;justify-content:space-between;width:auto}}.product-card__meta{flex-grow:0;flex-shrink:1}@media screen and (min-width:1441px){.product-card__meta{min-width:500px}}.product-card__inputs,.product-card__summary{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;gap:32px;justify-content:flex-start;transition:height .35s 0s,opacity .25s .35s}@media screen and (min-width:1025px){.product-card__inputs,.product-card__summary{align-items:flex-end;max-width:500px}}@media screen and (min-width:1441px){.product-card__inputs,.product-card__summary{align-items:flex-start;max-width:none}}.product-card__inputs.hidden,.product-card__summary.hidden{display:none}.product-card__inputs select,.product-card__summary select{-webkit-appearance:none;appearance:none;background-image:url(/static/media/arrow-down.4b7f0046879b14fab0e8.svg);background-position:calc(100% - 5px) calc(50% - 3px);background-repeat:no-repeat;background-size:10px 6px;cursor:pointer;max-width:100%;width:361px}.product-card__inputs input[type=text],.product-card__summary input[type=text]{max-width:100%;width:361px}.product-card__return-action{margin-top:32px}.product-card__qty-selector{align-items:center;display:flex;justify-content:flex-start}.product-card__qty-selector input[type=text]{-webkit-appearance:none;appearance:none;border:0;outline:0;padding:0;text-align:center;width:50px}.product-card__qty-change{align-items:center;background-color:#0000;border:0;cursor:pointer;display:flex;height:24px;justify-content:center;margin:0;outline:0;padding:0;width:24px}.product-card__qty-change:first-of-type{margin-right:4px}.product-card__qty-change:last-of-type{margin-left:4px}.product-card__qty-change:disabled{opacity:.5;pointer-events:none}.product-card__qty-change svg{pointer-events:none}.product-card__inputs-recap{margin-top:53px}@media screen and (min-width:1025px){.product-card__inputs-recap{margin-top:32px}}.product-card__inputs-recap.hidden{display:none}.product-card__recap:not(:first-child){margin-top:32px}@media screen and (min-width:1025px){.product-card__recap:not(:first-child){margin-top:16px}}.product-card-recap__title{color:#8c8c8c;color:var(--medium-gray);margin-bottom:8px}.product-card-recap__content{font-size:16px}.product-card__title{font-weight:700;line-height:17px}.product-card__price{line-height:24px;margin-top:8px}.product-card__line-info{align-items:center;display:flex;justify-content:flex-start;margin-top:12px}.product-card-line__single-info{align-items:stretch;display:flex;justify-content:flex-start}.product-card-line__single-info:not(:last-child){margin-right:10px}.product-card-line__single-info:not(:last-child):after{background-color:#0f0f0f;background-color:var(--color-primary);content:"";display:block;margin-left:10px;width:1px}:root{--font-primary:Arial,sans-serif;--font-secondary:Arial,sans-serif;--color-primary:#0f0f0f;--color-secondary:#fff;--light-gray:#f0f0f0;--gray:#bdbdbd;--medium-gray:#8c8c8c;--dark-gray:#545454;--color-alert:#ed4848}body.brand-tos{--font-primary:Syne,Arial,sans-serif;--font-secondary:Syne,Arial,sans-serif}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.return-success__container{margin:0 auto;max-width:570px;padding:64px 0}.return-success__title{font-size:31px;font-weight:700;line-height:34px}.return-success__text,.return-success__title{font-family:Arial,sans-serif;font-family:var(--font-primary);text-align:center}.return-success__text{font-size:18px;letter-spacing:.01em;line-height:27px;margin-top:32px;white-space:pre-line}.return-success__text a{color:inherit;outline:0;position:relative}.return-success__text a:after{background-color:#0f0f0f;background-color:var(--color-primary);bottom:2px;content:"";display:block;height:1px;left:0;position:absolute;transition:width .35s;width:100%}@media screen and (min-width:1025px){.return-success__text a:after{width:0}.return-success__text a:focus-visible:after{width:100%}}@media(hover:hover){.return-success__text a:after{width:0}.return-success__text a:hover:after{width:100%}}