@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  src: url("//fiximage.10x10.co.kr/webfont/Pretendard.woff2") format("woff2"), url("//fiximage.10x10.co.kr/webfont/Pretendard.ttf") format("truetype");
}
/* 스켈레톤 배경 */
.productList {
  padding: 24px 0 30px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 16px;
  border-top: 1px solid #E5E5E5;
}
.productList li {
  width: 215px;
}
.productList li a {
  text-decoration: none;
}
.productList li a .itemImgWrap {
  position: relative;
  width: 215px;
  height: 215px;
}
.productList li a .itemImgWrap > img {
  width: 215px;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.productList li a .itemImgWrap .eventBadge {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
}
.productList li a .itemImgWrap .eventBadge > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productList li a .itemImgWrap .wishBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
}
.productList li a .itemImgWrap .wishBtn > img {
  width: 20px;
  height: 20px;
}
.productList li a .itemInfo {
  padding-top: 9px;
}
.productList li a .itemInfo .priceInfoWrap {
  display: flex;
  align-items: center;
}
.productList li a .itemInfo .priceInfoWrap > span {
  font-family: "Pretendard";
  color: #333;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: normal;
}
.productList li a .itemInfo .priceInfoWrap > span.discount {
  color: #FF214F;
  padding-right: 3px;
}
.productList li a .itemInfo .brand {
  display: inline-block;
  padding-top: 6px;
  font-family: "Pretendard";
  color: #8E8E8E;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: normal;
  font-style: normal;
}
.productList li a .itemInfo .itemNm {
  padding-top: 6px;
  font-family: "Pretendard";
  color: #333;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productList li a .itemInfo .tagWrap {
  padding-top: 10px;
}
.productList li a .itemInfo .tagWrap > ol {
  display: flex;
  align-items: center;
  gap: 4px;
}
.productList li a .itemInfo .tagWrap > ol li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  height: 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Pretendard";
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  border-radius: 3px;
}
.productList li a .itemInfo .tagWrap > ol li.tentenDelivery {
  color: #FF214F;
  background: #FFE8E8;
}
.productList li a .itemInfo .tagWrap > ol li.freeDelivery {
  color: #52ABFF;
  background: #DBF4FF;
}
.productList li a .itemInfo .tagWrap > ol li.discount {
  color: #69B059;
  background: #E2F8DB;
}
.productList li a .itemInfo .review {
  display: flex;
  align-items: center;
  padding-top: 8px;
  font-family: "Pretendard";
  color: #8E8E8E;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.productList li a .itemInfo .review > i {
  margin-right: 4px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("//fiximage.10x10.co.kr/m/2025/common/star.png") no-repeat center center/contain;
}
.productList li a .itemInfo .review > span {
  font-weight: 500;
}
.productList.skeleton li a * {
  padding-top: 0 !important;
}
.productList.skeleton li a .itemImgWrap {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 4px;
  height: 215px;
  width: 215px;
}
.productList.skeleton li a .itemInfo .priceInfoWrap {
  margin-top: 9px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: 23px;
  width: 100px;
}
.productList.skeleton li a .itemInfo .brand {
  margin-top: 6px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: 18px;
  width: 70px;
}
.productList.skeleton li a .itemInfo .itemNm {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: 36px;
  width: 215px;
}
.productList.skeleton li a .itemInfo .tagWrap > ol > li {
  margin-top: 10px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: 20px;
  width: 52px;
}
.productList.skeleton li a .itemInfo .review {
  margin-top: 8px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0;
  height: 17px;
  width: 64px;
}

.loadingDots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 200px 0;
}
.loadingDots span {
  width: 10px;
  height: 10px;
  background: #FF214F;
  border-radius: 50%;
  animation: dotPulse 1.4s infinite ease-in-out both;
}
.loadingDots span:nth-child(1) {
  animation-delay: -0.32s;
}
.loadingDots span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes dotPulse {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.noData {
  border-top: 1px solid #F0F0F0;
  padding-top: 60px;
  text-align: center;
}
.noData > p {
  font-family: "Pretendard";
  color: #333;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.noData > p > span {
  color: #FF214F;
}
.noData > span {
  display: block;
  padding-top: 8px;
  font-family: "Pretendard";
  color: #404040;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: normal;
}
.noData > button {
  position: relative;
  margin-top: 20px;
  padding: 9.5px 14px 9.5px 41px;
  font-family: "Pretendard";
  color: #404040;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.01em;
  background: #F2F4F6;
  border-radius: 118px;
}
.noData > button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("//fiximage.10x10.co.kr/m/2025/common/refresh_black.png") no-repeat center center/contain;
}/*# sourceMappingURL=style.css.map */