.loader[data-v-0060f0a3] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
      -ms-transform: translate(-50%, -50%) scale(0.2);
          transform: translate(-50%, -50%) scale(0.2);
  z-index: 9999;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  will-change: animation;
}
.loader__mask[data-v-0060f0a3] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -ms-touch-action: none;
        touch-action: none;
}
.loader__mask--hide[data-v-0060f0a3] {
      display: none;
}
.loader__mask--fixed[data-v-0060f0a3] {
      position: fixed;
}
.loader[data-v-0060f0a3]::after {
    display: block;
    width: 150px;
    height: 150px;
    margin: 25px auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-width: 12px;
    border-style: solid;
    border-color: #007A7C #007A7C transparent;
    border-radius: 100%;
    content: '';
}
.loader--active[data-v-0060f0a3] {
    visibility: visible;
    -webkit-animation: loadingIn cubic-bezier(0.62, 0.28, 0.23, 0.99) 1;
            animation: loadingIn cubic-bezier(0.62, 0.28, 0.23, 0.99) 1;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.loader--active[data-v-0060f0a3]::after {
      -webkit-animation: spin-data-v-0060f0a3 .7s infinite ease;
              animation: spin-data-v-0060f0a3 .7s infinite ease;
}
@-webkit-keyframes spin-data-v-0060f0a3 {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
}
}
@keyframes spin-data-v-0060f0a3 {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
}
}


.base-input {
  position: relative;
  clear: both;
}
.base-input__text {
    position: absolute;
    font-size: 13px;
    top: 50%;
    left: 11px;
    letter-spacing: -.24px;
    color: #666666;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background .2s, color .2s, top .2s, bottom .2s, right .2s, left .2s;
    transition: background .2s, color .2s, top .2s, bottom .2s, right .2s, left .2s;
}
.base-input__input {
    font-family: inherit;
    font-size: 13px;
    letter-spacing: -.24px;
    border: solid 1px #eee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 18px 11px;
    border-radius: 5px;
    width: 100%;
    color: #666666;
    -webkit-appearance: none;
}
.base-input__input:focus {
      border-color: inherit;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #1C312C;
}
.base-input__input:focus, .base-input__input:valid, .base-input__input[readonly] {
      padding: 25px 11px 10px;
}
.base-input__input:focus + .base-input__text, .base-input__input:valid + .base-input__text, .base-input__input[readonly] + .base-input__text {
        color: #007A7C;
        top: 14px;
        margin-top: 0;
        font-size: 11px;
        font-weight: 600;
}
.base-input__input[readonly] {
      background-color: #f0f0f0;
      border-color: #eee;
}
.base-input__input[type='number']::-webkit-inner-spin-button, .base-input__input[type='number']::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
}
.base-input.input-error .base-input__input {
    border-color: #db001c;
}
.base-input.input-error .base-input__text {
    color: #db001c;
}
.base-input .input-error__message {
    color: #db001c;
    font-size: .75rem;
    font-weight: 600;
    left: 0;
    position: absolute;
    text-align: left;
    top: 55px;
}
.base-input__icon {
    position: absolute;
    right: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.base-input textarea.base-input__input {
    height: 75px;
    padding: 10px;
    resize: none;
}
.base-input textarea.base-input__input + .base-input__text {
      top: 25%;
}
.base-input textarea.base-input__input:focus + .base-input__text, .base-input textarea.base-input__input:valid + .base-input__text, .base-input textarea.base-input__input[readonly] + .base-input__text {
      display: none;
}
@media only screen and (max-width: 930px) {
.base-input__input {
      font-size: 15px;
}
}


.checkbox__label[data-v-b4d215ee], .checkbox__input[data-v-b4d215ee] {
  cursor: pointer;
}
.checkbox__input[data-v-b4d215ee] {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  background: transparent;
  vertical-align: middle;
  border: 1px solid #007A7C;
  border-radius: 2px;
  margin-right: 8px;
  margin-left: 0;
}
.checkbox__input[data-v-b4d215ee]:checked {
    background-color: #007A7C;
    border: 1px solid #007A7C;
    background-image: url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/5b56c97f260fc8a57c1fc8494e01b38f.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 65%;
}
.checkbox__input[data-v-b4d215ee]:disabled {
    background-color: #dddddd;
    border-color: #999999;
    opacity: .65;
    cursor: not-allowed;
}


.select-container {
  width: 100%;
  position: relative;
}
.select-container .label {
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -.30px;
    color: #007A7C;
    z-index: 1;
    margin-top: 7px;
    margin-left: 10px;
}
.select-container .label.error {
      color: #FF253A;
}
.select-container .select {
    font-family: inherit;
    font-size: 13px;
    color: #999;
    width: 100%;
    background: #fff url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/0fd3599116ef1813e863756c4567a274.svg) no-repeat calc(100% - 10px) 50%;
    border-radius: 4px;
    padding: 18px 18px 18px 10px;
    border: solid 1px #eee;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select-container .select > option {
      color: #666666;
}
.select-container .select.showHeaderLabel:not(:has(option[value=""]:checked)) {
      padding: 25px 10px 10px 10px;
      background-position-y: 30px;
      color: #666666;
}
.select-container .select.error {
      border-color: #FF253A;
      color: #FF253A;
      background: #fff url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/44aea72f5eaf2841af65f6b004b989c0.svg) no-repeat calc(100% - 10px) 50%;
}
.select-container .select:focus {
      outline: none;
}
.select-container .select[readonly] {
      pointer-events: none;
      -ms-touch-action: none;
          touch-action: none;
      cursor: not-allowed;
      background-color: #f0f0f0;
}
@media only screen and (max-width: 930px) {
.select-container .select {
      font-size: 15px;
}
}


.password-icon[data-v-532387d3] {
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/5c74819e445e7803484c3244fbc4ea75.svg);
}
.password-icon--open[data-v-532387d3] {
    background-image: url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/c3e3a7f532ee90e82f758ac1e7696f89.svg);
}


.form-group__error-message[data-v-2197b9c0] {
  color: #db001c;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  margin-top: 2px;
}
.form-group__title[data-v-2197b9c0] {
  color: #1C312C;
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}


.btn[data-v-4b2a5b4f] {
  display: block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -.4px;
  line-height: 20px;
  border: 0 none;
  padding: 13px 6px;
  border-radius: 5px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.btn svg[data-v-4b2a5b4f] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
}
@media screen and (min-width: 930px) {
.btn[data-v-4b2a5b4f] {
      padding: 14px 6px;
}
}
.btn--inline[data-v-4b2a5b4f] {
    display: inline;
    vertical-align: middle;
}
.btn--block[data-v-4b2a5b4f] {
    display: block;
    width: 100%;
}
.btn--flex[data-v-4b2a5b4f] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.btn--flex svg[data-v-4b2a5b4f] {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
}
.btn--flex span[data-v-4b2a5b4f] {
      text-wrap: nowrap;
}
.btn--flex.icon--left[data-v-4b2a5b4f] {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
}
.btn--flex.icon--left svg[data-v-4b2a5b4f] {
        left: 0;
}
.btn--flex.icon--right svg[data-v-4b2a5b4f] {
      right: -10px;
}
.btn--primary[data-v-4b2a5b4f] {
    background-color: #912DAC;
    color: #fff;
    border: solid 1px #912DAC;
    font-weight: bold;
    outline: none;
}
.btn--primary svg[data-v-4b2a5b4f] {
      fill: #fff;
}
.btn--secondary[data-v-4b2a5b4f] {
    background-color: transparent;
    color: #136EF8;
    border: solid 1px #136EF8;
    font-weight: bold;
}
.btn--secondary svg[data-v-4b2a5b4f] {
      fill: #136EF8;
}
.btn--tertiary[data-v-4b2a5b4f] {
    background-color: #fff;
    color: #9e9e9e;
    border: solid 1px #9e9e9e;
}
.btn--tertiary svg[data-v-4b2a5b4f] {
      fill: #9e9e9e;
}
.btn--action[data-v-4b2a5b4f] {
    background-color: #136EF8;
    color: #fff;
    border: solid 1px #136EF8;
}
.btn--action svg[data-v-4b2a5b4f] {
      fill: #fff;
}
.btn--success[data-v-4b2a5b4f] {
    background-color: transparent;
    border: solid 1px #10ba78;
    color: #10ba78;
}
.btn--success svg[data-v-4b2a5b4f] {
      fill: #10ba78;
}
.btn--small[data-v-4b2a5b4f] {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.btn--small svg[data-v-4b2a5b4f] {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
}
.btn[data-v-4b2a5b4f]:disabled, .btn[disabled][data-v-4b2a5b4f] {
    color: #999;
    background: #fff;
    border: solid 1px #999;
    pointer-events: none;
}
button[data-v-4b2a5b4f] {
  cursor: pointer;
}


@use 'sass:map';
.message[data-v-1cc7229a] {
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  font-size: 13px;
}
@media screen and (min-width: 930px) {
.message--cursor[data-v-1cc7229a] {
      cursor: pointer;
}
}
.message__icon[data-v-1cc7229a] {
    width: 20px;
    height: 20px;
    display: none;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 16px;
}
.message__text[data-v-1cc7229a] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #2D2E2F;
    font-weight: 400;
}
.message__text--bold[data-v-1cc7229a] {
      font-weight: 700;
}
.message__text__sub-message[data-v-1cc7229a] {
      margin-top: 4px;
      font-weight: 400;
}
.message__close[data-v-1cc7229a] {
    width: 12px;
    height: 12px;
    margin-left: auto;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/58101dd7b764d4dd3fad395dbfc9cf12.svg);
}
.message--left[data-v-1cc7229a] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.message--center[data-v-1cc7229a] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.message--right[data-v-1cc7229a] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.message--error[data-v-1cc7229a] {
    background-color: #FCE7EA;
}
.message--error .message__icon[data-v-1cc7229a] {
      display: block;
      background-image: url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/07f1307190c0ee41287c4dfd0369b650.svg);
}
.message--warning[data-v-1cc7229a] {
    background-color: #fff4eb;
}
.message--warning .message__icon[data-v-1cc7229a] {
      display: block;
      background-image: url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/717c8e73f714d549a13c7d4f410cada5.svg);
}
.message--hot[data-v-1cc7229a] {
    background-color: #fff4eb;
}
.message--hot .message__icon[data-v-1cc7229a] {
      margin-right: 8px;
      display: block;
      background-image: url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/816f0c92c2df1f0b19d98d171e2d7ad3.svg);
}
.message--hot .message__text[data-v-1cc7229a] {
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
}
.message--success[data-v-1cc7229a] {
    background-color: #E8CCFF;
}
.message--success .message__icon[data-v-1cc7229a] {
      display: block;
      background-image: url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/2ae74d53f77c54d0cd8872fc188fa4cd.svg);
}
.message--info[data-v-1cc7229a] {
    background-color: #E7F8F2;
    border: 1px solid #007A7C;
}
.message--info .message__icon[data-v-1cc7229a] {
      display: block;
      background-image: url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/2d0a9899168e688691fdf30bde9ed667.svg);
}


.radio[data-v-137076ea] {
  color: #1C312C;
  font-size: 13px;
}
.radio__input[data-v-137076ea] {
    display: none;
}
.radio__input:checked + .radio__label[data-v-137076ea]::after {
      background: #007A7C;
}
.radio__input:checked + .radio__label[data-v-137076ea]::before {
      border-color: #007A7C;
}
.radio__input:disabled + .radio__label[data-v-137076ea]::after {
      opacity: .65;
}
.radio__input:disabled + .radio__label[data-v-137076ea]::before {
      opacity: .65;
}
.radio__label[data-v-137076ea] {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.radio__label[data-v-137076ea]::after {
      display: block;
      content: '';
      border-radius: 50%;
      width: 8px;
      height: 8px;
      background: #edeff0;
      position: absolute;
      left: 5px;
      top: 5px;
}
.radio__label[data-v-137076ea]::before {
      display: block;
      content: '';
      border: solid 1px #676d6f;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      margin-right: 5px;
}


.social-button[data-v-ded9c114] {
  width: 262px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 13px;
  border: 0 none;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}
.social-button__icon[data-v-ded9c114] {
    background-repeat: no-repeat;
    display: block;
    margin-right: 10px;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.facebook[data-v-ded9c114] {
  background-color: #465898;
  color: #fff;
}
.facebook[data-v-ded9c114]:hover {
    background-color: #435491;
    color: #fafafa;
}
.facebook .social-button__icon[data-v-ded9c114] {
    background-image: url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/7fe4024dd223db55ea96a8464d2dc5fc.png);
}
.google[data-v-ded9c114] {
  background-color: #f4f4f4;
  color: #666;
}
.google[data-v-ded9c114]:hover {
    background-color: #efefef;
    color: #616161;
}
.google .social-button__icon[data-v-ded9c114] {
    background-image: url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/f7dce8eef8fe586cc0f75e76dab1ebd9.png);
}
.apple[data-v-ded9c114] {
  background-color: #fff;
  color: #666;
  border: solid 1px #979797;
}
.apple[data-v-ded9c114]:hover {
    background-color: #fafafa;
    color: #616161;
}
.apple .social-button__icon[data-v-ded9c114] {
    width: 20px;
    background-image: url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/705e17a4cb85879f466f6dac2446a55d.png);
}
.idMagalu[data-v-ded9c114] {
  background-color: #0086ff;
  color: #fff;
}
.idMagalu[data-v-ded9c114]:hover {
    background-color: #0081f5;
    color: #fafafa;
}
.idMagalu .social-button__icon[data-v-ded9c114] {
    width: 32px;
    background-image: url(https://static.netshoes.com.br/vue-components/6.88.2/estantevirtual/images/74033b1f7de2187cdbf699f5f37d8d68.png);
}


.accordion__content[data-v-56a50608] {
  height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
}
.accordion.active .accordion__content[data-v-56a50608] {
  height: auto;
}


.btn[data-v-4b2a5b4f] {
  display: block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -.4px;
  line-height: 20px;
  border: 0 none;
  padding: 13px 6px;
  border-radius: 5px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.btn svg[data-v-4b2a5b4f] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
}
@media screen and (min-width: 930px) {
.btn[data-v-4b2a5b4f] {
      padding: 14px 6px;
}
}
.btn--inline[data-v-4b2a5b4f] {
    display: inline;
    vertical-align: middle;
}
.btn--block[data-v-4b2a5b4f] {
    display: block;
    width: 100%;
}
.btn--flex[data-v-4b2a5b4f] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.btn--flex svg[data-v-4b2a5b4f] {
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
}
.btn--flex span[data-v-4b2a5b4f] {
      text-wrap: nowrap;
}
.btn--flex.icon--left[data-v-4b2a5b4f] {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
}
.btn--flex.icon--left svg[data-v-4b2a5b4f] {
        left: 0;
}
.btn--flex.icon--right svg[data-v-4b2a5b4f] {
      right: -10px;
}
.btn--primary[data-v-4b2a5b4f] {
    background-color: #912DAC;
    color: #fff;
    border: solid 1px #912DAC;
    font-weight: bold;
    outline: none;
}
.btn--primary svg[data-v-4b2a5b4f] {
      fill: #fff;
}
.btn--secondary[data-v-4b2a5b4f] {
    background-color: transparent;
    color: #136EF8;
    border: solid 1px #136EF8;
    font-weight: bold;
}
.btn--secondary svg[data-v-4b2a5b4f] {
      fill: #136EF8;
}
.btn--tertiary[data-v-4b2a5b4f] {
    background-color: #fff;
    color: #9e9e9e;
    border: solid 1px #9e9e9e;
}
.btn--tertiary svg[data-v-4b2a5b4f] {
      fill: #9e9e9e;
}
.btn--action[data-v-4b2a5b4f] {
    background-color: #136EF8;
    color: #fff;
    border: solid 1px #136EF8;
}
.btn--action svg[data-v-4b2a5b4f] {
      fill: #fff;
}
.btn--success[data-v-4b2a5b4f] {
    background-color: transparent;
    border: solid 1px #10ba78;
    color: #10ba78;
}
.btn--success svg[data-v-4b2a5b4f] {
      fill: #10ba78;
}
.btn--small[data-v-4b2a5b4f] {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.btn--small svg[data-v-4b2a5b4f] {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
}
.btn[data-v-4b2a5b4f]:disabled, .btn[disabled][data-v-4b2a5b4f] {
    color: #999;
    background: #fff;
    border: solid 1px #999;
    pointer-events: none;
}
button[data-v-4b2a5b4f] {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
.search.search--theme-black-friday[data-v-af9e0be8], .search.search--theme-black-november[data-v-af9e0be8] {
    border: 1px solid transparent;
}
}
@media screen and (min-width: 768px) {
.search.search--theme-black-friday .search__button[data-v-af9e0be8], .search.search--theme-black-november .search__button[data-v-af9e0be8] {
    background-color: #fff;
}
.search.search--theme-black-friday .search__button svg[data-v-af9e0be8], .search.search--theme-black-november .search__button svg[data-v-af9e0be8] {
      fill: #000;
}
.search.search--theme-black-friday .search__button[data-v-af9e0be8]:hover, .search.search--theme-black-november .search__button[data-v-af9e0be8]:hover {
      background-color: #000;
}
.search.search--theme-black-friday .search__button:hover svg[data-v-af9e0be8], .search.search--theme-black-november .search__button:hover svg[data-v-af9e0be8] {
        fill: #fff;
}
}
.search[data-v-af9e0be8] {
  position: relative;
  height: 100%;
  width: 100%;
}
.search__content[data-v-af9e0be8] {
    height: 100%;
    width: 100%;
}
.search__label[data-v-af9e0be8] {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.search__input[data-v-af9e0be8] {
    font-family: inherit;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 13px;
    padding-left: 22px;
    border: none;
    width: 100%;
    height: 100%;
}
.search-seller[data-v-af9e0be8] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding-left: 10px;
    border-left: 1px solid #ededed;
    max-width: 50%;
    min-width: 80px;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 14px);
    right: 55px;
}
.search-seller__label[data-v-af9e0be8] {
      display: block;
      width: 100%;
      margin-bottom: 2px;
      position: absolute;
      top: 0;
      left: 0;
      color: #999;
      font-size: 10px;
      line-height: 10px;
}
.search-seller__input[data-v-af9e0be8] {
      opacity: 0;
      position: absolute;
      display: inline;
      width: 0;
      height: 0;
}
.search-seller__name[data-v-af9e0be8] {
      position: relative;
      display: block;
      width: 100%;
      color: #1C312C;
      font-size: 13px;
      line-height: 15px;
      padding-top: 12px;
      padding-left: 20px;
      cursor: pointer;
}
.search-seller__name[data-v-af9e0be8]:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 3px;
        border: 1px solid #999999;
        background-color: #fff;
}
.search-seller__name[data-v-af9e0be8]:after {
        content: "";
        display: none;
        position: absolute;
        left: 0px;
        bottom: 5px;
        display: block;
        width: 16px;
        height: 9px;
        -webkit-transform: rotate(-51deg);
            -ms-transform: rotate(-51deg);
                transform: rotate(-51deg);
        border-radius: 2px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
}
input:checked + .search-seller__name[data-v-af9e0be8]:before {
      background-color: #136EF8;
}
input:checked + .search-seller__name[data-v-af9e0be8]:after {
      display: block;
}
.search__button[data-v-af9e0be8] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    border: none;
    height: 100%;
    width: 50px;
    cursor: pointer;
    background-color: #fff;
}
.search__button svg[data-v-af9e0be8] {
      fill: #13abe1;
      width: 20px;
      height: 20px;
}
@media screen and (max-width: 768px) {
.search__button[data-v-af9e0be8] {
        width: 50px;
        border-left: 1px solid #e9e9e9;
}
.search__button svg[data-v-af9e0be8] {
          fill: gray;
}
}
.search__button[data-v-af9e0be8]:hover {
      background-color: #13abe1;
}
.search__button:hover svg[data-v-af9e0be8] {
        fill: #fff;
}
@media screen and (max-width: 768px) {
.search__button[data-v-af9e0be8]:hover {
          background-color: #fff;
}
.search__button:hover svg[data-v-af9e0be8] {
            fill: gray;
}
}
@media only screen and (max-width: 768px) {
.search-seller[data-v-af9e0be8] {
      display: none;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      width: 100%;
      max-width: 100%;
      padding: 10px;
      position: relative;
      top: unset;
      right: unset;
      border-left: none;
      background-color: #ededed;
}
.search-seller.show[data-v-af9e0be8] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
}
.search-seller__label[data-v-af9e0be8] {
        display: inline-block;
        width: auto;
        position: unset;
        left: unset;
        top: unset;
        white-space: nowrap;
        font-size: 13px;
        line-height: 13px;
}
.search-seller__name[data-v-af9e0be8] {
        padding-top: 0;
}
}
@media only screen and (max-width: 930px) {
.search__input[data-v-af9e0be8] {
      font-size: 15px;
}
}
@media screen and (min-width: 768px) {
.search__input[data-v-af9e0be8] {
    border-radius: 5px;
}
}
.search__button[data-v-af9e0be8] {
  background-color: transparent;
}
.search__button svg[data-v-af9e0be8] {
    fill: #136EF8;
    width: 28px;
    height: 26px;
    padding-left: 10px;
}
.search__button[data-v-af9e0be8]:hover {
    background-color: transparent;
}
.search__button:hover svg[data-v-af9e0be8] {
      fill: #0657d2;
}
@media screen and (min-width: 768px) {
.search__button[data-v-af9e0be8] {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
}
.search__button svg[data-v-af9e0be8] {
        border-left: 1px solid #ccc;
}
}
.search__content[data-v-af9e0be8] {
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
.search__content[data-v-af9e0be8] {
    border: none;
}
}

@use 'sass:map';
.page-not-found {
  font-style: normal;
}
.page-not-found__container {
    background-color: #4D93FF;
    color: #FFFFFF;
    padding: 10px 20px;
    margin: 20px 0;
}
@media (min-width: 930px) {
.page-not-found__container {
        margin: 72px auto;
        padding: 50px 20px;
        border-radius: 8px;
}
}
.page-not-found__container--title {
      margin-top: 10px;
      font-size: calculateRem(14px);
      font-weight: bolder;
      vertical-align: middle;
      margin-bottom: 12px;
      text-transform: uppercase;
      text-align: center;
}
@media (min-width: 930px) {
.page-not-found__container--title {
          line-height: 30px;
          font-weight: 700;
          font-size: calculateRem(22px);
}
}
.page-not-found__description {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}
.page-not-found__links {
    display: grid;
    grid-gap: 24px;
    color: #136EF8;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.page-not-found__links a:visited {
      color: #136EF8;
}
.page-not-found__search {
    padding: 10px 20px 20px;
}
@media (min-width: 930px) {
.page-not-found__search {
        padding: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
}
.page-not-found__search--message {
          text-align: left;
          width: 35%;
}
}
.page-not-found__search--message {
      margin-bottom: 10px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      display: inline-block;
}
@media (min-width: 930px) {
.page-not-found__search--message {
          margin-bottom: initial;
}
}
.page-not-found__search .search {
      height: 55px;
      border: 1px solid #bcbcbc;
      border-radius: 5px;
      border-top-right-radius: 27px;
      border-bottom-right-radius: 27px;
}
.page-not-found__search .search .search__content .search__button {
        background-color: #4D93FF;
}
.page-not-found__search .search .search__content .search__button:hover {
          background-color: #136EF8;
}
.page-not-found__search .search .search__content .search__button svg {
          fill: #F6F6F7;
}
.page-not-found__redirect {
    padding: 20px;
    width: 100%;
    height: auto;
}
.page-not-found__redirect .btn--primary {
      max-width: 280px;
      padding: 10px;
      background-color: #4D93FF;
      border-color: #4D93FF;
}
.page-not-found__redirect .btn--primary ::v-deep svg {
        width: 20px;
}

@use 'sass:map';
.page-not-found {
  margin: 72px auto;
  max-width: 442px;
  color: #666;
  font-style: normal;
  text-align: center;
}
.page-not-found__title {
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 30px;
}
.page-not-found__description {
    margin-bottom: 44px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.page-not-found__links {
    display: grid;
    grid-gap: 24px;
    color: #136EF8;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.page-not-found__links a:visited {
      color: #136EF8;
}


