.genderTop-carousel {
  font-family: "untitled-sans", sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
  background: #000;
  color: #fff;
}
.genderTop-carousel .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.genderTop-carousel img {
  display: block;
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
}
.genderTop-carousel a {
  text-decoration: none;
  color: inherit;
}
.genderTop-carousel 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-carousel svg {
  overflow: hidden;
  vertical-align: middle;
}
.genderTop-carousel figure {
  margin: 0;
}

.genderTop-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.genderTop-carousel .l-grid_layout-content {
  display: grid;
  grid-gap: 9px;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  grid-row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .genderTop-carousel .l-grid_layout-content {
    grid-template-columns: [grid-start] repeat(12, 1fr) [grid-end];
    grid-gap: 16px;
    grid-row-gap: 0;
  }
}
.genderTop-carousel .l-grid_layout-content.m-hide_gutters {
  grid-gap: 0;
}
.genderTop-carousel .l-grid_layout-content.m-small_gutters {
  grid-gap: 4px;
}
.genderTop-carousel .l-grid_layout-content .l-grid_layout-item {
  grid-column: span 6;
  align-self: auto;
}
@media screen and (min-width: 768px) {
  .genderTop-carousel .l-grid_layout-content .l-grid_layout-item {
    grid-column: span 12;
  }
}
.genderTop-carousel .l-grid_layout-content .l-grid_layout-item.m-sm_6 {
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .genderTop-carousel .l-grid_layout-content .l-grid_layout-item.m-md_4 {
    grid-column: span 4;
  }
}
.genderTop-carousel .l-grid_layout-content .l-grid_layout-item.m-md_3 {
  grid-column: span 3;
}
@media screen and (min-width: 768px) {
  .genderTop-carousel .l-grid_layout-content .l-grid_layout-item.rev-content {
    order: -1;
  }
}
.genderTop-carousel .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in {
  display: flex;
}
.genderTop-carousel .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in:only-child {
  height: 100%;
}
.genderTop-carousel .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in.m-margin_bottom-sm {
  margin-bottom: 16px;
}
.genderTop-carousel .genderTop-carousel__inner {
  padding-top: 24px;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .genderTop-carousel .genderTop-carousel__inner {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .genderTop-carousel .genderTop-carousel__inner {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}
.genderTop-carousel .carousel-title p {
  text-transform: uppercase;
  padding-left: 16px;
  padding-bottom: 16px;
  line-height: 2.5;
}
@media screen and (min-width: 1024px) {
  .genderTop-carousel .carousel-title p {
    padding-left: 60px;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 40px;
  }
}
.genderTop-carousel .swiper-wrapper {
  transition-timing-function: linear;
  will-change: transform;
}
.genderTop-carousel .swiper-slide {
  flex-shrink: 0;
  width: auto;
  height: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.genderTop-carousel .b-image_tile {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-self: flex-start;
}
.genderTop-carousel .b-image_tile .b-image_tile-image {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
}
.genderTop-carousel .b-image_tile .b-image_tile-picture {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  height: 100%;
}
.genderTop-carousel .b-image_tile .b-image_tile-picture img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: auto;
  -o-object-position: var(--img-obj-position, 50% 50%);
     object-position: var(--img-obj-position, 50% 50%);
}
.genderTop-carousel .slide-content {
  position: relative;
  overflow: hidden;
  height: 100%;
  aspect-ratio: 1/2.4;
}
@media screen and (min-width: 768px) {
  .genderTop-carousel .slide-content {
    aspect-ratio: 1/2.4;
  }
}
@media screen and (min-width: 1024px) {
  .genderTop-carousel .slide-content {
    aspect-ratio: 1/2.4;
  }
}
@media screen and (min-width: 1366px) {
  .genderTop-carousel .slide-content {
    aspect-ratio: 1/2;
  }
}
.genderTop-carousel .slide-content:hover .hotspot, .genderTop-carousel .slide-content.hotspots-visible .hotspot {
  opacity: 1;
  visibility: visible;
}
.genderTop-carousel .hotspot-container {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.genderTop-carousel .hotspot {
  cursor: pointer;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s ease-in-out, opacity 0.3s ease, visibility 0.3s ease;
}
@media (any-hover: hover) {
  .genderTop-carousel .hotspot:hover {
    transform: scale(1.2);
  }
}
.genderTop-carousel .b-hot_spot-sign {
  width: 26px;
  height: 26px;
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
}
.genderTop-carousel .b-hot_spot-sign::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite ease-in-out;
}
.genderTop-carousel .b-hot_spot-sign::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
  z-index: 1;
}
@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.6;
  }
}
@media (any-hover: hover) {
  .genderTop-carousel .b-hot_spot-sign:hover {
    border-color: #6e6f6f;
  }
  .genderTop-carousel .b-hot_spot-sign:hover::before {
    border-color: #6e6f6f;
    animation: none;
  }
  .genderTop-carousel .b-hot_spot-sign:hover::after {
    width: 12px;
    height: 12px;
    background-color: #6e6f6f;
  }
}
.genderTop-carousel .b-hot_spot-sign.hover, .genderTop-carousel .b-hot_spot-sign.is-active-spot {
  border-color: #6e6f6f;
}
.genderTop-carousel .b-hot_spot-sign.hover::before, .genderTop-carousel .b-hot_spot-sign.is-active-spot::before {
  border-color: #6e6f6f;
  animation: none;
}
.genderTop-carousel .b-hot_spot-sign.hover::after, .genderTop-carousel .b-hot_spot-sign.is-active-spot::after {
  width: 12px;
  height: 12px;
  background-color: #6e6f6f;
}
.genderTop-carousel .modal {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  pointer-events: none;
}
.genderTop-carousel .modal.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s;
  pointer-events: auto;
}
.genderTop-carousel .modal.is-visible .modal-content:not(.modal--centered) {
  transform: translateY(-50%) scale(1);
}
.genderTop-carousel .modal.is-visible .modal-content.modal--centered {
  transform: translate(-50%, -50%) scale(1);
}
.genderTop-carousel .modal .modal-content {
  background-color: #fff;
  max-width: 100%;
  width: 46%;
  position: absolute;
  margin: 0;
  pointer-events: auto;
  top: 50%;
  transform: translateY(-50%) scale(0.95);
  transition: transform 0.3s ease, left 0.3s ease, opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .genderTop-carousel .modal .modal-content {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .genderTop-carousel .modal .modal-content {
    width: 217px;
  }
}
.genderTop-carousel .modal .modal-content.modal--centered {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  z-index: 51;
}
.genderTop-carousel .modal .hotspot-content__inner {
  width: 100%;
  display: block;
}
.genderTop-carousel .modal .hotspot-content__inner img {
  width: 100%;
}
.genderTop-carousel .modal .hotspot-content__inner .product-desc {
  padding: 8px;
}
@media screen and (min-width: 1024px) {
  .genderTop-carousel .modal .hotspot-content__inner .product-desc {
    padding: 16px;
  }
}
.genderTop-carousel .modal .hotspot-content__inner p {
  color: #000;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .genderTop-carousel .modal .hotspot-content__inner p {
    margin-bottom: 8px;
    font-weight: 500;
  }
  .genderTop-carousel .modal .hotspot-content__inner p:last-of-type {
    margin-bottom: 0;
  }
}
.genderTop-carousel .modal .hotspot-content__inner p .badge-tag {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7em;
  background-color: #000;
  color: #fff;
  font-weight: 300;
  padding: 2px 4px;
  border-radius: 2px;
}
.genderTop-carousel .modal .modal-close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 30px;
  height: 30px;
  background-color: #fff;
}
.genderTop-carousel .modal .modal-close::before, .genderTop-carousel .modal .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.genderTop-carousel .modal .modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.genderTop-carousel .modal .modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=GenderTOP_LeatherFair_Carousel_20250916.css.map */