.recommend-banner {
  margin-bottom: 100px;
}
.recommend-banner .flex {
  display: flex;
  align-items: start;
  gap: 20px;
  width:100%;
}
.recommend-banner .title {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.recommend-banner .title h4 {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.72px;
  margin:0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.recommend-banner .title h4 img{
  width: 40px;
  height: auto;
  aspect-ratio: 1 / 1;
}
.recommend-banner .title .viewmore{
  display: none;
}
.recommend-banner .title .category {
  margin:0;
  margin-top: 30px;
  padding: 10px;
  background: #F6F7F8;
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.recommend-banner .title .category li {
  flex: 1;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.04);
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}
.recommend-banner .title .category li.active {
  font-weight: 700;
  color:#fff;
  background:#7C5AFF;
}
.recommend-banner .title .mo-category {
  display: none;
}
.recommend-banner .flex .right {
  width: 100%;
  position: relative;
}
/* 이럴 땐 이 상품 어때요? 전용: 상품 로드 전 높이만 예약(초기 상품 미노출) */
.recommend-banner:not(.exhibition):not(.menbest):not(.womenbest) .flex .right {
  min-height: 380px;
}
@media (max-width: 768px) {
  .recommend-banner:not(.exhibition):not(.menbest):not(.womenbest) .flex .right {
    min-height: 420px;
  }
}
.products-swiper-wrapper {
  display: none;
  gap: 20px;
  position: relative;
}

.products-swiper-wrapper .swiper {
  width: 100%;
}
/*.products-swiper-wrapper .swiper-button-prev {
  background-image: url(/images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-25%);
  top: calc(50% - 79px);
  left: 0px;
  width: 32px;
  height: 32px;
}
.products-swiper-wrapper .swiper-button-next {
  background-image: url(/images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-25%) rotate(180deg);
  top: calc(50% - 79px);
  right: 0px;
  width: 32px;
  height: 32px;
}*/
.recommend-banner .flex .right .swiper-button-prev::after,
.recommend-banner .flex .right .swiper-button-next::after{
  content: none !important;
}

/* 화살표 공통 */
.recommend-banner .flex .right .swiper-button-prev,
.recommend-banner .flex .right .swiper-button-next{
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 10;
}

.recommend-banner .flex .right .swiper-button-prev, 
.recommend-banner .flex .right .swiper-rtl .swiper-button-next{
    left: -83px;
}
.recommend-banner .flex .right .swiper-button-next, 
.recommend-banner .flex .right .swiper-rtl .swiper-button-prev{
    right: -83px;
}
.products-swiper-wrapper .swiper-scrollbar{
  display: none;
}
.products-swiper-wrapper .card-list {
  cursor: pointer;
}
.products-swiper-wrapper .best-card {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
  width: 100%;
  height: 0px;
  padding-bottom: calc(100% - 2px);
  position: relative;
  transition: opacity 0.4s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.products-swiper-wrapper .card-text-box {
  margin-top: 20px;
}
.products-swiper-wrapper .card-text-box.isMain {
  margin-top: 20px;
}
.products-swiper-wrapper .card-text-box span.cate-name {
  color: #999;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}
.products-swiper-wrapper .card-text-box .card-title-wrap h4 {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  margin-bottom: 10px;  
}
.products-swiper-wrapper .card-text-box .card-title-wrap p {
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  margin-bottom: 8px;
}

.products-swiper-wrapper .card-text-box .price-wrap {
  margin-bottom: 4px;
}

.recommend-banner .products-swiper-wrapper .card-text-box .price-wrap p:nth-of-type(2) {
  margin: 6px 0 5px 0 !important;
}
.recommend-banner .products-swiper-wrapper .price-wrap p:first-child .woocommerce-Price-amount.amount {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.32px;
    text-decoration-line: line-through !important;
}

.products-swiper-wrapper .card-text-box .price-wrap .membership{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 4px;
  margin:0;
  margin-bottom: 4px;
}

.products-swiper-wrapper .card-text-box .price-wrap .membership .tit{
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.28px;
}

.products-swiper-wrapper .card-text-box .price-wrap .membership .price{
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  text-decoration-line: line-through !important;
}

.products-swiper-wrapper .card-text-box .price-wrap .discount{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.36px;
  margin-top: 0;
  margin-bottom: 4px;
}

.products-swiper-wrapper .card-text-box .price-wrap p del,
.products-swiper-wrapper .card-text-box .price-wrap p del *{
  display: none !important;
}

.products-swiper-wrapper .price-wrap,
.products-swiper-wrapper .price-wrap p,
.products-swiper-wrapper .price-wrap span,
.products-swiper-wrapper .price-wrap ins,
.products-swiper-wrapper .price-wrap bdi {
/*  text-decoration: none !important;*/
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

.products-swiper-wrapper .best-card > img {
  width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.products-swiper-wrapper .best-card button.cart{
  width: 46px;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: #fff;
  border: 1px solid #EEE;
  border-radius: 50px;
  box-shadow: 0 2px 14px 3px rgba(0, 0, 0, 0.05);
  padding:0;
}

.products-swiper-wrapper .best-card button.cart img{
  width: 22px;
  height: auto;
  aspect-ratio: 1 / 1;
}

.products-swiper-wrapper .star-wrap .star-box .star-box-inner {
  background-image: url(/images/star_purple.svg);
  background-size: 18px 18px;
  background-position-x: 0px;
  height: 100%;
}

.products-swiper-wrapper .card-text-box .star-wrap .count-box{
  margin:0;
  color: #6F6F6F;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}

.recommend-banner.loading .products-swiper-wrapper{
  display: none;
}

.recommend-banner.loading .card-text-box{
  visibility: hidden;
}



/* 이달의 기획전 */
.recommend-banner.exhibition .products-swiper-wrapper{
  display: block;
}
.recommend-banner.exhibition .title h4{
  justify-content: start;
}
.recommend-banner.exhibition .flex .left{
  width:calc(100% - 360px);
  height: 515px;
  border-radius: 20px;
  padding: 50px;
  background:linear-gradient(320deg, #1E212B 22.82%, #303646 85.14%), #000;
  position: relative;
}
.recommend-banner.exhibition .flex .left .tag{
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.recommend-banner.exhibition .flex .left .tag p{
  color: rgba(255, 255, 255, 0.7);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin:0;
}
.recommend-banner.exhibition .flex .left .tit h4{
  margin:0;
  color: #fff;
  font-family: Pretendard;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.84px;
}
.recommend-banner.exhibition .flex .left .img{
  position: absolute;
  right: 0;
  bottom: 0;
}
.recommend-banner.exhibition .flex .left .img img{
  width: 625px;
  height: auto;
}
.recommend-banner.exhibition .flex .right{
  width: 340px;
}
.recommend-banner.exhibition .products-swiper-wrapper.is-grid .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  gap: 18px;
  transform: none !important;
}

.recommend-banner.exhibition .products-swiper-wrapper.is-grid .swiper-slide {
  width: auto !important;
  height: auto !important;
}

/*.recommend-banner.exhibition .swiper-scrollbar,*/
.recommend-banner.exhibition .swiper-button-prev,
.recommend-banner.exhibition .swiper-button-next {
  display: none !important;
}

.recommend-banner.exhibition .products-swiper-wrapper .card-list{
  width: 340px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.recommend-banner.exhibition .products-swiper-wrapper .best-card{
  width: 150px;
  height: 160px;
  padding-bottom: 0;
  border-radius: 8px;
}

.recommend-banner.exhibition .products-swiper-wrapper .card-text-box.isMain{
  width: calc(100% - 168px);
  margin-top: 0;
}

.recommend-banner.exhibition .products-swiper-wrapper .card-text-box span.cate-name{
  font-size: 12px;
}

.recommend-banner.exhibition .products-swiper-wrapper .card-text-box .card-title-wrap h4{
  font-size: 16px;
  margin-bottom: 8px;
}

.recommend-banner.exhibition .products-swiper-wrapper .card-text-box .card-title-wrap p{
  font-size: 12px;
}

.recommend-banner.exhibition .products-swiper-wrapper .card-text-box .price-wrap{
  margin-bottom: 8px;
}

.recommend-banner.exhibition .products-swiper-wrapper .card-text-box .price-wrap p{
  font-size: 16px;
}

.recommend-banner.exhibition .products-swiper-wrapper .card-text-box .star-wrap{
  gap: 4px;
}

.recommend-banner.exhibition .products-swiper-wrapper .card-text-box .star-wrap .count-box{
  font-size: 12px;
}

.recommend-banner.exhibition .products-swiper-wrapper .best-card button.cart{
  width: 33px;
  right: 10px;
  bottom: 10px;
}

.recommend-banner.exhibition .products-swiper-wrapper .best-card button.cart img{
  width: 16px;
}

.recommend-banner.exhibition .review-rating .star-box{
  width: 80px;
  height: 16px;
  background-size: 16px 16px;
}

.recommend-banner.exhibition .products-swiper-wrapper .star-wrap .star-box .star-box-inner{
  background-size: 16px 16px;
}



@media screen and (max-width: 1600px){
  .recommend-banner .flex .right .swiper-button-prev,
  .recommend-banner .flex .right .swiper-button-next{
    display: none !important;
  }
}

@media screen and (max-width: 1200px){
  .recommend-banner.exhibition .flex .left .img{
    text-align: right;
  }
  .recommend-banner.exhibition .flex .left .img img{
    width: 60%;
  }
}

@media screen and (max-width: 1000px) {
  .recommend-banner .title h4{
    font-size: 28px;
  }
  .recommend-banner .title h4 img{
    width: 30px;
  }
  .recommend-banner .title .category li{
    font-size: 14px;
  }
  .products-swiper-wrapper .card-text-box .card-title-wrap h4{
    font-size: 18px;
  }
  .products-swiper-wrapper .card-text-box .price-wrap p{
    font-size: 16px;
  }

  .recommend-banner .flex{
    flex-direction: column;
  }

  .recommend-banner.exhibition .flex .left{
    width: 100%;
    padding: 40px;
  }

  .recommend-banner.exhibition .flex .left .tit h4{
    font-size: 36px;
  }

  .recommend-banner.exhibition .flex .right{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .recommend-banner {
    margin-bottom: 50px;
  }

  .recommend-banner .flex {
    flex-wrap: wrap;
  }

  .recommend-banner .title {
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .recommend-banner.menbest .title,
  .recommend-banner.womenbest .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .recommend-banner .title h4 {
    font-size: 20px;
    text-align: left;
    justify-content: start;
  }
  .recommend-banner .title h4 img{
    width: 20px;
  }

  .recommend-banner .title .viewmore{
    display: block;
    color: #868686;
    text-align: center;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
  }

  /* 모바일: 남성/여성 베스트 영역만 모두보기 숨김 */
  .recommend-banner.menbest .title .viewmore,
  .recommend-banner.womenbest .title .viewmore {
    display: none !important;
  }

  .recommend-banner .title .category {
    gap: unset;
    display: none;
  }

  .recommend-banner .title .mo-category {
    display: block;
    margin-top: 20px;
  }

  .recommend-banner .title .mo-category .swiper-slide{
    width: auto !important;
    border-radius: 50px;
    background: #F4F5F6;
    padding: 0 16px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
  }

  .recommend-banner .title .mo-category .swiper-slide.active{
    color: #fff;
    font-weight: 600;
    background: #7C5AFF;
  }

  .recommend-banner .flex .right {
    width: 100%;
  }

  .products-swiper-wrapper {
    gap:40px;
    overflow-x: auto;
    padding-bottom: 0px;
    flex-direction: column;
  }

  .products-swiper-wrapper .swiper-scrollbar{
    display: block;
    height: 2px;                
    background: rgba(0, 0, 0, 0.1);  
    border-radius: 999px;
    position: unset;
  }

  .products-swiper-wrapper .swiper-scrollbar-drag{
    background: rgba(0, 0, 0, 0.3);
    border-radius: 999px;
  }

  .products-swiper-wrapper .card-list {
    width: 100%;
  }

  .products-swiper-wrapper .card-text-box.isMain {
    margin-top: 16px;
  }

  .products-swiper-wrapper .card-text-box span.cate-name{
    font-size: 13px !important;
  }

  .products-swiper-wrapper .card-text-box .card-title-wrap h4 {
    font-size: 15px !important;
    margin-bottom: 8px;
  }

  .products-swiper-wrapper .card-text-box .card-title-wrap p {
    font-size: 13px !important;
  }

  .products-swiper-wrapper .card-text-box .star-wrap .count-box{
    font-size: 12px;
  }

  .products-swiper-wrapper .best-card button.cart{
    width: 33px;
  }

  .products-swiper-wrapper .best-card button.cart img{
    width: 16px;
  }

  .recommend-banner.exhibition .flex .left{
    padding: 30px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .recommend-banner.exhibition .flex .left .tit h4{
    font-size: 24px;
  }

  .recommend-banner.exhibition .flex .left .tag p{
    font-size: 13px;
  }

  .recommend-banner.exhibition .flex .left .img img{
    width: 283px;
  }

  .recommend-banner.exhibition .products-swiper-wrapper .card-list{
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }

  .recommend-banner.exhibition .products-swiper-wrapper .best-card{
    width: 100%;
    height: 0px;
    padding-bottom: calc(100% - 2px);
  }

  .recommend-banner.exhibition .products-swiper-wrapper .card-text-box.isMain{
    width: 100%;
  }

  .recommend-banner.exhibition .products-swiper-wrapper .best-card button.cart{
    right: 12px;
    bottom: 12px;
  }
}







/*.recommend-banner {
  margin-top: 61px !important;
}
.recommend-banner .flex {
  display: flex;
  width: calc(100% + 16px);
}
.recommend-banner .flex .left {
  margin-top: 20px;
  max-width: 280px;
  width: 100%;
}
.recommend-banner .flex .left h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
.recommend-banner .flex .left .category {
  margin-top: 130px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.recommend-banner .flex .left .category li {
  color: rgb(124, 90, 255);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  background: rgba(124, 90, 255, 0.06);
  padding: 9px 18px;
  cursor: pointer;
  transition: 0.3s;
}
.recommend-banner .flex .left .category li.active {
  color: rgb(255, 255, 255);
  background: rgb(124, 90, 255);
}
.recommend-banner .flex .left .mo-category {
  display: none;
}
.recommend-banner .flex .right {
  width: calc(100% - 280px);
}
.products-swiper-wrapper {
  display: none;
  gap: 20px;
  position: relative;
}
.products-swiper-wrapper .swiper {
  width: 100%;
}
.products-swiper-wrapper .swiper-button-prev {
  background-image: url(/images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-25%);
  top: calc(50% - 79px);
  left: 0px;
  width: 32px;
  height: 32px;
}
.products-swiper-wrapper .swiper-button-next {
  background-image: url(/images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-25%) rotate(180deg);
  top: calc(50% - 79px);
  right: 0px;
  width: 32px;
  height: 32px;
}
.products-swiper-wrapper .swiper-wrapper .swiper-slide {
  padding: 0px 16px;
}
.products-swiper-wrapper .card-list {
  flex: 0 0 calc(25% - 15px);
  cursor: pointer;
}
.products-swiper-wrapper .best-card {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
  width: 100%;
  height: 0px;
  padding-bottom: calc(100% - 2px);
  position: relative;
  transition: opacity 0.4s;
  cursor: pointer;
  overflow: hidden;
}
.products-swiper-wrapper .card-text-box {
  margin-top: 20px;
}
.products-swiper-wrapper .card-text-box.isMain {
  margin-top: 14px;
}
.products-swiper-wrapper .card-text-box span {
  color: rgb(153, 153, 153);
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.28px;
}
.products-swiper-wrapper .card-text-box h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.products-swiper-wrapper .card-text-box p {
  color: rgb(102, 102, 102);
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
  margin: 0;
}

.products-swiper-wrapper .best-card img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.products-swiper-wrapper .star-wrap .star-box .star-box-inner {
  background-image: url(/images/star_gold.svg);
  background-size: 18px 18px;
  background-position-x: 0px;
  height: 100%;
}

.card-title-wrap {
  display: flex;
  gap: 0.5rem;
}

@media screen and (max-width: 1000px) {
  .recommend-banner .flex .right {
    transform: translateX(-16px);
  }
}

@media (max-width: 770px) {
  .recommend-banner {
    margin-top: 50px !important;
    padding: 0px 0px 0px 20px;
  }

  .recommend-banner .flex {
    flex-wrap: wrap;
  }

  .recommend-banner .flex .left {
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
  }

  .recommend-banner .flex .left h4 {
    font-size: 20px;
  }

  .recommend-banner .flex .left .category {
    margin-top: 20px;
    gap: unset;
  }

  .recommend-banner .flex .left .category li {
    width: fit-content;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 16px 9px;
    margin-right: 8px;
  }

  .recommend-banner .flex .right {
    width: 100%;
  }

  .products-swiper-wrapper {
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 0px;
  }

  .products-swiper-wrapper .swiper {
    padding-bottom: 30px;
  }

  .products-swiper-wrapper .swiper-wrapper .swiper-slide {
    padding: 0px 16px;
    margin-right: -16px !important;
    width: 204.246px !important;
  }

  .products-swiper-wrapper .card-list {
    width: 100%;
    margin-top: 20px;
  }

  .products-swiper-wrapper .best-card {
    border-radius: 6px;
  }

  .products-swiper-wrapper .card-text-box.isMain {
    margin-top: 10px;
  }

  .products-swiper-wrapper .card-text-box span {
    font-size: 12px;
  }

  .products-swiper-wrapper .card-text-box h4 {
    font-size: 14px;
  }

  .products-swiper-wrapper .card-text-box p {
    font-size: 12px;
    margin-top: 4px;
  }

  .products-swiper-wrapper .swiper-button-prev,
  .products-swiper-wrapper .swiper-button-next {
    display: none;
  }
}
*/