.AWdress {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  background: #fbfbfa;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
}
.AWdress img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.AWdress a {
  text-decoration: none;
  color: inherit;
  font-family: "untitled-sans";
  font-weight: 600;
  font-size: 13px;
}
.AWdress .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.AWdress p {
  font-family: "noto-sans";
  line-height: 24px;
}
.AWdress p span {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .AWdress p {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
.AWdress 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;
}
.AWdress figure {
  margin: 0;
}

.l-grid_layout-content {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  grid-gap: 9px;
}
.l-grid_layout-content.m-hide_gutters {
  grid-gap: 0;
}
.l-grid_layout-content.m-small_gutters {
  grid-gap: 4px;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content {
    grid-template-columns: [grid-start] repeat(12, 1fr) [grid-end];
    grid-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-grid_layout-content {
    grid-gap: 20px;
  }
}
.l-grid_layout-content .l-grid_layout-item {
  align-self: auto;
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item {
    grid-column: span 12;
  }
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item.m-lg_8 {
    grid-column: span 8;
  }
}
.l-grid_layout-content .l-grid_layout-item.m-sm_6 {
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item.m-md_4 {
    grid-column: span 4;
  }
}
.l-grid_layout-content .l-grid_layout-item.m-md_3 {
  grid-column: span 3;
}
.l-grid_layout-content .l-grid_layout-item.rev-content {
  order: 1;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item.rev-content {
    order: -1;
  }
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item.rev-content_02 {
    order: 1;
  }
}
.l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in {
  display: flex;
}
.l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in:only-child {
  height: 100%;
}

.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) {
  .b-text_block {
    max-width: calc(100vw - 64px);
  }
}
.b-text_block .b-text_block-container {
  width: 100%;
}
.b-text_block .b-text_block-container:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .b-text_block .b-text_block-container {
    width: var(--width, auto);
  }
}
.b-text_block .b-text_block-container p {
  margin-bottom: 16px;
}
.b-text_block .b-text_block-container p:last-child {
  margin-bottom: 0;
}

.b-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
  position: relative;
  width: 100%;
  grid-gap: 16px;
  align-items: center;
  justify-content: center;
}
.b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.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: bold;
  letter-spacing: 1px;
  padding: 0 16px;
  text-indent: 1px;
  align-items: center;
}
@media (any-hover: hover) {
  .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: #000;
    color: #fff;
  }
}

.b-image_tile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
}
.b-image_tile .b-image_tile-container {
  width: 100%;
}
.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%);
}
.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: 50% 50%;
     object-position: 50% 50%;
}

.b-banner {
  display: flex;
  width: 100%;
  align-items: center;
}
.b-banner .b-banner-inner {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  grid-gap: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .b-banner .b-banner-inner {
    grid-template-columns: [grid-start] repeat(12, 1fr) [grid-end];
  }
}

.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 (orientation: landscape) {
  .b-promo_box-picture {
    padding-bottom: var(--bg-padding);
  }
}

.b-promo_box-caption {
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  text-align: center;
  padding: 40px 12px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
}

.b-banner-content {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.AWdress .AWdress__inner {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .AWdress .AWdress__inner {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .AWdress .AWdress__inner {
    padding-bottom: 80px;
  }
}
.AWdress .AWdress__inner .b-promo_box-caption {
  z-index: 1;
}
.AWdress .AWdress__inner .b-promo_box-caption h1 {
  font-size: 36px;
  line-height: 46px;
  font-family: "times_lt", "Times New Roman", Times, serif;
  font-weight: 100;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  .AWdress .AWdress__inner .b-promo_box-caption h1 {
    font-size: 96px;
    line-height: 88px;
  }
}
.AWdress .AWdress__inner .text-section .text-section__inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
  max-width: 1190px;
}
@media screen and (min-width: 768px) {
  .AWdress .AWdress__inner .text-section .text-section__inner {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .AWdress .AWdress__inner .text-section .text-section__inner {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 48px;
  }
}
@media screen and (min-width: 1366px) {
  .AWdress .AWdress__inner .text-section .text-section__inner {
    padding-left: 88px;
    padding-right: 88px;
  }
}
.AWdress .AWdress__inner .image-desc .image-desc__inner {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .AWdress .AWdress__inner .image-desc .image-desc__inner {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .AWdress .AWdress__inner .image-desc .image-desc__inner {
    padding-top: 48px;
  }
}
.AWdress .AWdress__inner .image-desc .image-desc__inner .b-text_block {
  align-items: center;
}
.AWdress .AWdress__inner .image-desc .image-desc__inner .b-text_block-container {
  padding: 15px;
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .AWdress .AWdress__inner .image-desc .image-desc__inner .b-text_block-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.AWdress .AWdress__inner .image-desc .image-desc__inner h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 100;
  font-family: "times_lt", "Times New Roman", Times, serif;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .AWdress .AWdress__inner .image-desc .image-desc__inner h1 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .AWdress .AWdress__inner .image-desc .image-desc__inner h1 {
    font-size: 96px;
    line-height: 88px;
  }
}
.AWdress .AWdress__inner .image-desc-wearit .image-desc-wearit__inner .b-text_block {
  justify-content: center;
  align-items: center;
}
.AWdress .AWdress__inner .image-desc-wearit .image-desc-wearit__inner h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: "times_lt", "Times New Roman", Times, serif;
  font-weight: 100;
  margin-bottom: 12px;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .AWdress .AWdress__inner .image-desc-wearit .image-desc-wearit__inner h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=F_dress_20241003.css.map */