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

.new-carousel .new-carousel__inner {
  position: relative;
  width: 100%;
}
.new-carousel .new-carousel__inner .container {
  padding: 20px 0 20px 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .new-carousel .new-carousel__inner .container {
    padding: 50px 0 50px 40px;
  }
}
.new-carousel .new-carousel__inner .side-title {
  writing-mode: vertical-rl;
  display: flex;
  position: absolute;
  top: 20px;
  z-index: 5;
  transform: rotate(180deg);
  left: 16px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .new-carousel .new-carousel__inner .side-title {
    top: 50px;
  }
}
.new-carousel .new-carousel__inner .side-title h1 {
  font-size: clamp(57px, 5.3vw, 8rem);
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
  line-height: 0.88;
  font-family: "untitled-sans", sans-serif;
  text-align: right;
}
.new-carousel .new-carousel__inner .custom-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  padding-right: 20px;
  align-items: center;
}
.new-carousel .new-carousel__inner .custom-arrows button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.new-carousel .new-carousel__inner .custom-arrows button:disabled {
  opacity: 0.2;
}
.new-carousel .new-carousel__inner .main-content {
  min-width: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
.new-carousel .new-carousel__inner .button-area {
  padding-top: 26px;
}
.new-carousel .new-carousel__inner .product-info {
  padding-left: 4px;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.new-carousel .new-carousel__inner .product-info p {
  font-family: "untitled-sans", sans-serif;
  font-weight: 500;
}
.new-carousel .new-carousel__inner .image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 125.25%;
}
.new-carousel .new-carousel__inner .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center;
     object-position: center;
}
.new-carousel .new-carousel__inner .b-button {
  width: var(--button-width, auto);
  background: #000;
  border: 1px solid #000;
  color: #fff;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 2px;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 768px) {
  .new-carousel .new-carousel__inner .b-button {
    min-width: 202px;
  }
}
@media (any-hover: hover) {
  .new-carousel .new-carousel__inner .b-button:hover {
    background: #fff;
    color: #000;
  }
}
.new-carousel .new-carousel__inner .b-button.hover {
  transition: background 0.2s, color 0.2s;
  background: #fff;
  color: #000;
}
.new-carousel .new-carousel__inner .splide {
  visibility: visible;
}

.splide {
  visibility: visible !important;
}/*# sourceMappingURL=Carousel_NewArrivals_20260129.css.map */