.edit-wardrobe {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  background: #fbfbfa;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
  touch-action: manipulation;
}
.edit-wardrobe img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.edit-wardrobe a {
  text-decoration: none;
  color: inherit;
  transition: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "noto-sans", sans-serif;
}
.edit-wardrobe a:hover {
  opacity: 1;
}
.edit-wardrobe a img {
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.edit-wardrobe a img.is-active {
  transform: scale(1.01);
  transition: transform 0.1s ease-out;
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .edit-wardrobe a img:hover {
    transform: scale(1.02);
    transition: transform 0.2s ease-out;
  }
}
.edit-wardrobe .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.edit-wardrobe p {
  font-family: "noto-sans";
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .edit-wardrobe p {
    font-size: 16px;
  }
}
.edit-wardrobe button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
  transition: none;
}
.edit-wardrobe button:hover {
  opacity: 1;
}
.edit-wardrobe figure {
  margin: 0;
}

.edit-wardrobe .edit-wardrobe__inner .l-grid_layout-content {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  grid-gap: 9px;
}
.edit-wardrobe .edit-wardrobe__inner .l-grid_layout-content.m-hide_gutters {
  grid-gap: 0;
}
.edit-wardrobe .edit-wardrobe__inner .l-grid_layout-content.m-small_gutters {
  grid-gap: 4px;
}
@media screen and (min-width: 768px) {
  .edit-wardrobe .edit-wardrobe__inner .l-grid_layout-content {
    grid-template-columns: [grid-start] repeat(12, 1fr) [grid-end];
    grid-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .edit-wardrobe .edit-wardrobe__inner .l-grid_layout-content {
    grid-gap: 20px;
  }
}
.edit-wardrobe .edit-wardrobe__inner .l-grid_layout-content .l-grid_layout-item {
  align-self: auto;
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .edit-wardrobe .edit-wardrobe__inner .l-grid_layout-content .l-grid_layout-item {
    grid-column: span 12;
  }
}
.edit-wardrobe .edit-wardrobe__inner .l-grid_layout-content .l-grid_layout-item.m-sm_6 {
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .edit-wardrobe .edit-wardrobe__inner .l-grid_layout-content .l-grid_layout-item.m-md_4 {
    grid-column: span 4;
  }
}
.edit-wardrobe .edit-wardrobe__inner .l-grid_layout-content .l-grid_layout-item.m-md_3 {
  grid-column: span 3;
}
@media screen and (min-width: 768px) {
  .edit-wardrobe .edit-wardrobe__inner .l-grid_layout-content .l-grid_layout-item.rev-content {
    order: -1;
  }
}
.edit-wardrobe .edit-wardrobe__inner .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in {
  display: flex;
}
.edit-wardrobe .edit-wardrobe__inner .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in:only-child {
  height: 100%;
}
.edit-wardrobe .edit-wardrobe__inner .b-text_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  max-width: calc(100vw - 30px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .edit-wardrobe .edit-wardrobe__inner .b-text_block {
    max-width: calc(100vw - 64px);
  }
}
.edit-wardrobe .edit-wardrobe__inner .b-text_block .b-text_block-container {
  width: 100%;
}
.edit-wardrobe .edit-wardrobe__inner .b-text_block .b-text_block-container:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .edit-wardrobe .edit-wardrobe__inner .b-text_block .b-text_block-container {
    width: var(--width, auto);
  }
}
.edit-wardrobe .edit-wardrobe__inner .b-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
  position: relative;
  width: 100%;
  grid-gap: 16px;
  align-items: center;
  justify-content: center;
}
.edit-wardrobe .edit-wardrobe__inner .b-actions.m-horizontal_left {
  justify-content: flex-start;
}
.edit-wardrobe .edit-wardrobe__inner .b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.edit-wardrobe .edit-wardrobe__inner .b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.edit-wardrobe .edit-wardrobe__inner .b-actions .b-actions-item .b-button_ext .b-button {
  width: var(--button-width, auto);
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  border: 1px solid #000;
  color: #000;
  height: 44px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 16px;
  text-indent: 1px;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .edit-wardrobe .edit-wardrobe__inner .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: #000;
    color: #fff;
    transition: all 0.05s ease-out;
  }
}
.edit-wardrobe .edit-wardrobe__inner .b-actions .b-actions-item .b-button_ext .b-button.is-active {
  background: #000;
  color: #fff;
  transform: scale(0.98);
  transition: all 0.1s ease-out;
}
.edit-wardrobe .edit-wardrobe__inner .b-image_tile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
  overflow: hidden;
}
.edit-wardrobe .edit-wardrobe__inner .b-image_tile .b-image_tile-container {
  width: 100%;
}
.edit-wardrobe .edit-wardrobe__inner .b-image_tile .b-image_tile-container .b-image_tile-picture {
  background: transparent;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: var(--bg-padding, 100%);
}
.edit-wardrobe .edit-wardrobe__inner .b-image_tile .b-image_tile-container .b-image_tile-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: var(--img-obj-position, 50% 50%);
     object-position: var(--img-obj-position, 50% 50%);
}
.edit-wardrobe .edit-wardrobe__inner .b-banner {
  display: flex;
  width: 100%;
  align-items: start;
}
.edit-wardrobe .edit-wardrobe__inner .b-banner .b-promo_box {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  width: 100%;
  grid-gap: 0;
}
.edit-wardrobe .edit-wardrobe__inner .b-banner .b-promo_box .b-promo_box-picture {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
}
@media screen and (orientation: landscape) {
  .edit-wardrobe .edit-wardrobe__inner .b-banner .b-promo_box .b-promo_box-picture {
    padding-bottom: var(--bg-padding);
  }
}
.edit-wardrobe .edit-wardrobe__inner .b-banner .b-promo_box .b-promo_box-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.edit-wardrobe .edit-wardrobe__inner .b-banner .b-promo_box-caption {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding: 40px 12px;
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  justify-content: center;
  align-self: center;
}
.edit-wardrobe .edit-wardrobe__inner .b-banner .b-promo_box-caption .b-banner-content {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner {
  display: flex;
  align-items: start;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .b-video_banner-container {
  display: grid;
  grid-template-columns: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  top: 0;
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .b-video_banner-container .b-video_banner-inner {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .b-video_banner-container .b-video_banner-block {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: var(--bg-padding-mb, 100%);
}
@media screen and (min-width: 768px) {
  .edit-wardrobe .edit-wardrobe__inner .b-video_banner .b-video_banner-container .b-video_banner-block {
    padding-bottom: var(--bg-padding, 100%);
  }
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity cubic-bezier(0.3, 0.46, 0.45, 0.94) 0.2s 0.3s;
  margin: 0;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster .b-image_tile-picture {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .edit-wardrobe .edit-wardrobe__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster .b-image_tile-picture {
    padding-bottom: var(--bg-padding, 100%);
  }
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster .b-image_tile-picture img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  width: 100%;
  -o-object-position: var(--current-img-obj-position, 50% 50%);
     object-position: var(--current-img-obj-position, 50% 50%);
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--video-obj-position-mb, 50% 50%);
     object-position: var(--video-obj-position-mb, 50% 50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .edit-wardrobe .edit-wardrobe__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-item {
    -o-object-position: var(--video-obj-position, 50% 50%);
       object-position: var(--video-obj-position, 50% 50%);
  }
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-link {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 1;
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .banner-controls {
  align-items: center;
  background: #000;
  background: linear-gradient(transparent 0%, #000 70%);
  bottom: 0;
  display: flex;
  gap: 20px;
  height: 70px;
  justify-content: space-between;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 2;
  background-size: 1px 100px;
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .banner-controls.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .edit-wardrobe .edit-wardrobe__inner .b-video_banner .banner-controls {
    background: linear-gradient(transparent 0%, #000 70%);
    transition: background 1s cubic-bezier(0.3, 0.46, 0.45, 0.94) 0.2s;
    background-size: 1px 200px;
  }
  .edit-wardrobe .edit-wardrobe__inner .b-video_banner .banner-controls:hover {
    background-size: 1px 100px;
  }
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .banner-controls .b-video_banner-control {
  align-items: center;
  display: flex;
  font-size: 0;
  height: 28px;
  justify-content: center;
  width: 28px;
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .banner-controls .b-video_banner-control.hidden {
  display: none !important;
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .banner-controls .b-video_banner-control.hidden {
  display: none;
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .banner-controls .b-video_banner-control_icon {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  height: 10px;
  pointer-events: none;
  position: relative;
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .banner-controls .m-play::before {
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  height: 10px;
  pointer-events: none;
  position: relative;
  width: 8px;
  content: "";
  display: inline-flex;
}
.edit-wardrobe .edit-wardrobe__inner .b-video_banner .banner-controls .m-pause::before {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 4px;
  content: "";
  display: inline-flex;
}
.edit-wardrobe .edit-wardrobe__inner .mv-desc .mv-desc__inner {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .edit-wardrobe .edit-wardrobe__inner .mv-desc .mv-desc__inner {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .edit-wardrobe .edit-wardrobe__inner .mv-desc .mv-desc__inner {
    padding-top: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .edit-wardrobe .edit-wardrobe__inner .mv-desc .mv-desc__inner p {
    text-align: center;
  }
}
.edit-wardrobe .edit-wardrobe__inner .static-content .static__inner {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .edit-wardrobe .edit-wardrobe__inner .static-content .static__inner {
    padding-top: 40px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .edit-wardrobe .edit-wardrobe__inner .static-content .static__inner {
    padding-top: 48px;
    padding-bottom: 40px;
  }
}
.edit-wardrobe .edit-wardrobe__inner .static-content .static__inner.m-padding_top-none {
  padding-top: 0;
}
.edit-wardrobe .edit-wardrobe__inner .static-content .static__inner .l-grid_layout-item_in {
  margin-bottom: 16px;
}
.edit-wardrobe .edit-wardrobe__inner .static-content .static__inner h2 {
  font-family: "untitled-sans", sans-serif;
  letter-spacing: -1.2px;
  line-height: 1.54;
  font-weight: 400;
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 32px);
}
@media screen and (min-width: 768px) {
  .edit-wardrobe .edit-wardrobe__inner .static-content .static__inner h2 {
    margin-bottom: 20px;
  }
}
.edit-wardrobe .edit-wardrobe__inner .button-section .button__inner {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .edit-wardrobe .edit-wardrobe__inner .button-section .button__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .edit-wardrobe .edit-wardrobe__inner .button-section .button__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.edit-wardrobe .edit-wardrobe__inner .button-section .button__inner .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.edit-wardrobe .edit-wardrobe__inner .button-section .button__inner .b-button_ext .b-button {
  width: var(--button-width, auto);
  background: #000;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  border: 1px solid #000;
  color: #fff;
  height: 44px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3rem;
  padding: 0 16px;
  text-indent: 1px;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .edit-wardrobe .edit-wardrobe__inner .button-section .button__inner .b-button_ext .b-button:hover {
    background: #fff;
    color: #000;
    transition: all 0.05s ease-out;
  }
}
.edit-wardrobe .edit-wardrobe__inner .button-section .button__inner .b-button_ext .b-button.is-active {
  background: #fff;
  color: #000;
  transform: scale(0.98);
  transition: all 0.1s ease-out;
}/*# sourceMappingURL=Edits_springWardrobe_2603.css.map */