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

.genderTOP .l-grid_layout-content {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  grid-gap: 9px;
}
.genderTOP .l-grid_layout-content.m-hide_gutters {
  grid-gap: 0;
}
.genderTOP .l-grid_layout-content.m-small_gutters {
  grid-gap: 4px;
}
@media screen and (min-width: 768px) {
  .genderTOP .l-grid_layout-content {
    grid-template-columns: [grid-start] repeat(12, 1fr) [grid-end];
    grid-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .genderTOP .l-grid_layout-content {
    grid-gap: 20px;
  }
}
.genderTOP .l-grid_layout-content .l-grid_layout-item {
  align-self: auto;
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .genderTOP .l-grid_layout-content .l-grid_layout-item {
    grid-column: span 12;
  }
}
.genderTOP .l-grid_layout-content .l-grid_layout-item.m-sm_6 {
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .genderTOP .l-grid_layout-content .l-grid_layout-item.m-md_4 {
    grid-column: span 4;
  }
}
.genderTOP .l-grid_layout-content .l-grid_layout-item.m-md_3 {
  grid-column: span 3;
}
@media screen and (min-width: 768px) {
  .genderTOP .l-grid_layout-content .l-grid_layout-item.rev-content {
    order: -1;
  }
}
.genderTOP .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in {
  display: flex;
}
.genderTOP .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in:only-child {
  height: 100%;
}
.genderTOP .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) {
  .genderTOP .b-text_block {
    max-width: calc(100vw - 64px);
  }
}
.genderTOP .b-text_block p {
  color: #fff;
  font-family: "untitled-sans", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.2;
  letter-spacing: 2px;
  white-space: nowrap;
}
.genderTOP .b-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0;
  position: relative;
  width: 100%;
  grid-gap: 16px;
  align-items: center;
  justify-content: center;
}
.genderTOP .b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.genderTOP .b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.genderTOP .b-actions .b-actions-item .b-button_ext .b-button {
  pointer-events: all;
  width: var(--button-width, auto);
  color: #fff;
  display: inline-block;
  font-style: normal;
  height: auto;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  min-width: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  align-items: center;
  font-size: clamp(12px, 2vw, 16px);
}
.genderTOP .b-actions .b-actions-item .b-button_ext .b-button::before {
  content: "";
  border-color: #fff;
  opacity: 1;
  border-bottom: 1px solid;
  height: 1px;
  left: 0;
  margin-top: 0.65em;
  position: absolute;
  right: 0;
  top: 50%;
}
@media (any-hover: hover) {
  .genderTOP .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: #000;
    color: #fff;
  }
  .genderTOP .b-actions .b-actions-item .b-button_ext .b-button:hover::before {
    opacity: 0;
  }
}
.genderTOP .b-actions .b-actions-item .b-button_ext .b-button.hover {
  background: #000;
  color: #fff;
}
.genderTOP .b-actions .b-actions-item .b-button_ext .b-button.hover::before {
  opacity: 0;
}
.genderTOP .b-image_tile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
}
.genderTOP .b-image_tile .b-image_tile-container {
  width: 100%;
}
.genderTOP .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%);
}
.genderTOP .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%;
}
.genderTOP .b-banner {
  display: flex;
  width: 100%;
  align-items: start;
}
.genderTOP .b-banner .b-promo_box {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  width: 100%;
  grid-gap: 0;
}
.genderTOP .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) {
  .genderTOP .b-banner .b-promo_box .b-promo_box-picture {
    padding-bottom: var(--bg-padding);
  }
}
.genderTOP .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: var(--img-object-position-mb, var(--img-object-position));
     object-position: var(--img-object-position-mb, var(--img-object-position));
  transition: all 0.5s ease;
}
@media screen and (orientation: landscape) {
  .genderTOP .b-banner .b-promo_box .b-promo_box-picture img {
    -o-object-position: var(--img-object-position);
       object-position: var(--img-object-position);
  }
}
@media (any-hover: hover) {
  .genderTOP .b-banner .b-promo_box .b-promo_box-picture img:hover {
    transform: scale(1.05);
  }
}
.genderTOP .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;
}
.genderTOP .b-banner .b-promo_box-caption .b-banner-content {
  width: 100%;
  max-width: 100%;
  position: relative;
  pointer-events: none;
}
.genderTOP .shop_holiday_block {
  width: 100%;
}
.genderTOP .shop_holiday_block .image_container {
  position: relative;
}
.genderTOP .shop_holiday_block .image_container .image_container-wrapper {
  font-size: 0;
}
.genderTOP .shop_holiday_block .image_container .image_container-wrapper a {
  background-color: rgba(0, 0, 0, 0);
}
.genderTOP .shop_holiday_block .image_container .image_container-wrapper picture {
  display: flex;
  overflow: hidden;
}
.genderTOP .shop_holiday_block .image_container .image_container-wrapper img {
  transition: all 0.5s ease;
}
@media (any-hover: hover) {
  .genderTOP .shop_holiday_block .image_container .image_container-wrapper img:hover {
    transform: scale(1.05);
  }
}
.genderTOP .shop_holiday_block .image_container .hero_banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  pointer-events: none;
  height: 100%;
}
.genderTOP .shop_holiday_block .image_container .hero_banner-content .text-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.genderTOP .shop_holiday_block .image_container .hero_banner-content .text-container p {
  text-transform: uppercase;
  font-family: "untitled-sans", sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  text-align: center;
  position: relative;
  bottom: 2%;
  font-size: clamp(20px, 3vw, 30px);
  letter-spacing: 2px;
}
@media screen and (min-width: 1024px) {
  .genderTOP .shop_holiday_block .image_container .hero_banner-content .text-container p {
    bottom: 0;
  }
}
.genderTOP .shop_holiday_block .image_container .hero_banner-content .text-container h1 {
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  line-height: 2.26;
  letter-spacing: 0.52px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(30px, 5vw, 60px);
}
@media screen and (min-width: 1024px) {
  .genderTOP .shop_holiday_block .image_container .hero_banner-content .text-container h1 {
    color: #000;
  }
}
.genderTOP .shop_holiday_block .image_container .hero_banner-content .text-container a {
  pointer-events: all;
  background: transparent;
  color: #000;
}
.genderTOP .shop_holiday_block .image_container .hero_banner-content .text-container a::before {
  content: "";
  border-bottom: 1px solid #000;
  height: 1px;
  left: 0;
  margin-top: 0.65em;
  position: absolute;
  right: 0;
  top: 50%;
  transition: opacity 0.2s ease-in;
  opacity: 1;
}
@media (any-hover: hover) {
  .genderTOP .shop_holiday_block .image_container .hero_banner-content .text-container a:hover::before {
    opacity: 0;
  }
}
.genderTOP .shop_holiday_block .image_container .hero_banner-content .g-link {
  display: inline-block;
  height: auto;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: clamp(12px, 2vw, 16px);
  bottom: -3%;
}
@media screen and (min-width: 1024px) {
  .genderTOP .shop_holiday_block .image_container .hero_banner-content .g-link {
    bottom: 1.5%;
  }
}/*# sourceMappingURL=GenderTOP_20250428.css.map */