/* public/collection/css/collection-banner.css */
.collection-banner-material {
  width: 100%;
  height: auto;
  display: block;
}
.collection-banner-link {
  display: block;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  padding: 6px 0;
  color: #04040c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--font-family-regular);
}
.collection-explanation {
  text-align: center;
  line-height: 1;
  font-family: var(--font-family-regular);
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .collection-banner {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 16px;
    gap: 4px;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .collection-banner[data-topshow="0"] {
    padding: 0 16px;
  }
  .collection-banner-item {
    flex: 0 0 auto;
  }
  .collection-banner-item {
    width: calc((100% - 4px * 2) / 2.5);
  }
  .collection-banner[data-len="1"] .collection-banner-item,
  .collection-banner[data-len="2"] .collection-banner-item {
    flex: 1;
  }
  .collection-banner-item img,
  .collection-banner-item video {
    object-fit: cover;
  }
  .collection-banner-link {
    font-size: 12px;
  }
  .collection-explanation {
    padding-top: 12px;
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .collection-banner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }
  .collection-banner[data-topshow="0"] {
    padding: 0 64px;
  }
  .collection-banner-item {
    cursor: pointer;
  }
  .collection-banner-link {
    font-size: 14px;
  }
  .collection-explanation {
    padding: 56px 0 8px;
    font-size: 18px;
  }
}

/* public/collection/css/collection-name.css */
@media (max-width: 768px) {
  .collection-name {
    padding: 0 16px;
    margin-bottom: 8px;
    margin-top: 24px;
  }
  .collection-name--head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #F5F5F5;
  }
  .collection-name--title {
    color: #04040C;
    font-size: 24px;
    line-height: 88%;
    margin: 0;
  }
  .collection-name--total {
    color: #808080;
    font-size: 12px;
    line-height: normal;
    font-family: var(--font-family-regular);
    margin-left: 12px;
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  .collection-name {
    padding: 0 64px;
    margin-bottom: 24px;
    margin-top: 40px;
  }
  .collection-name--head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .collection-name--head > div:first-child {
    display: flex;
    align-items: flex-end;
  }
  .collection-name--title {
    color: #04040C;
    font-size: 30px;
    line-height: 88%;
    margin: 0;
  }
  .collection-name--total {
    color: #808080;
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-family-regular);
    margin-left: 12px;
  }
  .collection-viewmode {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .collection-viewmode > div {
    cursor: pointer;
  }
  .collection-viewmode img {
    width: 18px;
    height: 18px;
  }
}

/* public/collection/css/collection-filter.css */
.collection-filter-entry {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0;
}
body:has(#js-collection-wrap[data-mode=default]) .collection-viewmode > div[data-mode=pure],
body:has(#js-collection-wrap[data-mode=pure]) .collection-viewmode > div[data-mode=default] {
  opacity: 0.4;
}
.collection-localsale-icon {
  margin-right: 4px;
}
.collection-condition {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-family: var(--font-family-regular);
  background-color: #f5f5f5;
}
.collection-condition:hover {
  background-color: #e3e3e3;
}
.collection-condition .c-icon--close {
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
  color: #808080;
  line-height: normal;
}
.collection-condition-clean {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family-regular);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 8px;
}
.collection-conditions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
.collection-conditions:has(.collection-condition) {
  display: flex;
}
@media (max-width: 768px) {
  .collection-filter-container {
    padding: 0 16px 24px;
  }
  .collection-viewmode {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .collection-filter-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    margin-bottom: 12px;
  }
  .collection-filter-btns {
    display: flex;
    align-items: center;
  }
  .collection-sort {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0;
    user-select: none;
  }
  .collection-sort span,
  .collection-filter-entry span {
    font-size: 14px;
    font-family: var(--font-family-regular);
    letter-spacing: -0.28px;
  }
  .collection-sort img,
  .collection-filter-entry img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .collection-filter-entry::after {
    content: " ";
    width: 1px;
    height: 15px;
    margin: 0 12px;
    background-color: #e3e3e3;
  }
  .collection-filters {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .collection-filters[data-shadow] {
    box-shadow: -5px 0 4px -5px rgba(0, 0, 0, 0.25) inset;
  }
  .collection-quick-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
    padding: 0 16px;
    font-family: var(--font-family-regular);
    cursor: pointer;
    white-space: nowrap;
    height: 36px;
    font-size: 13px;
  }
  .collection-quick-filter[data-selected=true] {
    border-color: #04040c;
  }
  .collection-conditions {
    margin-top: 16px;
    gap: 8px;
  }
  .collection-condition {
    height: 30px;
    font-size: 13px;
  }
  .collection-condition-clean {
    height: 30px;
    font-size: 13px;
  }
  .collection-viewmode img {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 769px) {
  .collection-filter-container {
    margin-bottom: 32px;
  }
  .collection-filter-top {
    display: flex;
    align-items: center;
    padding: 0 64px;
    min-width: 0;
  }
  .collection-filters {
    display: flex;
    gap: 12px;
    flex-shrink: 1;
    min-width: 0;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
    cursor: move;
    user-select: none;
  }
  .collection-filter-btns {
    position: relative;
    display: flex;
    padding-left: 20px;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    flex-shrink: 0;
  }
  .collection-filters[data-shadow] + .collection-filter-btns::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 40px;
    content: " ";
    box-shadow: -5px 0 4px -5px rgba(0, 0, 0, 0.25);
  }
  .collection-filter-entry img {
    width: 24px;
    height: 24px;
    margin-right: 2px;
  }
  .collection-filter-entry span {
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-family: var(--font-family-regular);
  }
  .collection-filter-category,
  .collection-quick-filter {
    height: 40px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    position: relative;
    border: 1px solid #e3e3e3;
    padding: 0 16px;
    background-color: #fff;
    font-family: var(--font-family-regular);
    cursor: pointer;
    white-space: nowrap;
  }
  .collection-filter-category-count:not([data-count="0"])::before {
    content: "("attr(data-count)")";
    margin-left: 3px;
  }
  .collection-fitler-split {
    height: 40px;
    border-left: 1px solid #E3E3E3;
  }
  .collection-quick-filter[data-selected=true] {
    border-color: #04040c;
  }
  .collection-conditions {
    padding: 0 64px;
    margin-top: 24px;
    gap: 8px;
  }
  .collection-condition {
    height: 30px;
    font-size: 13px;
  }
  .collection-condition-clean {
    height: 30px;
    font-size: 13px;
  }
  .collection-sort {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
    padding: 0 16px;
    font-family: var(--font-family-regular);
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    color: #808080;
    margin-left: 20px;
    height: 40px;
    font-size: 14px;
  }
  .collection-sort[data-open] .collection-sort-popup {
    display: block;
  }
  .collection-sort[data-open] > i {
    transform: rotate(180deg);
  }
  .collection-sort-popup {
    display: none;
    position: absolute;
    width: 100%;
    right: -1px;
    top: 42px;
    border: 1px solid #e4e4e4;
    background: #fff;
    box-sizing: content-box;
    box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.05);
    padding: 8px 0;
    z-index: 20;
  }
  .collection-sort-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 0 12px 0 16px;
    font-size: #404040;
    font-family: var(--font-family-regular);
    cursor: pointer;
  }
  .collection-sort-item .c-icon--tick {
    display: none;
    font-size: 16px;
  }
  .collection-sort-item:hover {
    background-color: #f5f5f5;
  }
  .collection-sort-item[data-selected=true] {
    color: #04040c;
  }
  .collection-sort-item[data-selected=true] .c-icon--tick {
    display: inline-block;
  }
  .collection-sort .c-icon--arrow_down {
    margin-left: 8px;
    color: #04040c;
    font-size: 16px;
  }
  .collection-sort-current {
    color: #04040c;
    margin-left: 6px;
  }
}

/* public/collection/css/qa.css */
.collection-qa {
  color: #04040c;
}
.collection-qa--desc {
  border: 1px solid #F3D38D;
  background-color: #FFFEEE;
}
.collection-qa--desc[data-expand] .collection-qa--desc-more {
  display: none;
}
.collection-qa--desc-title {
  font-family: var(--font-family-semibold);
  line-height: 102%;
}
.collection-qa--desc-content,
.collection-qa--desc-more-content {
  font-family: var(--font-family-regular);
  color: rgba(0, 0, 0, .7);
  line-height: 130%;
}
.collection-qa--desc-more-content {
  display: none;
}
.collection-qa--desc[data-expand] .collection-qa--desc-more-content {
  margin-top: 24px;
  display: block;
}
.collection-qa--desc-more {
  display: block;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  padding: 6px 0;
  color: #04040c;
  cursor: pointer;
  font-family: var(--font-family-regular);
}
.collection-qa--faq-title {
  font-family: var(--font-family-semibold);
  line-height: 88%;
}
.collection-qa--faq-more {
  font-family: var(--font-family-regular);
  font-size: 16px;
  line-height: normal;
}
.collection-qa--collapse[data-open=false] .collection-qa--collapse-content,
.collection-qa--collapse[data-open=false] .collection-qa--collapse-icon-close,
.collection-qa--collapse[data-open=true] .collection-qa--collapse-icon-open {
  display: none;
}
.collection-qa--collapse-title {
  font-family: var(--font-family-semibold);
  line-height: 102%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.collection-qa--collapse-title p,
.collection-qa--collapse-content p {
  margin: 0;
}
.collection-qa--collapse-content {
  font-family: var(--font-family-regular);
  line-height: 130%;
  margin-top: 12px;
  color: rgba(4, 4, 12, 0.7);
}
.collection-qa-livechat {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #04040c;
}
@media (max-width: 768px) {
  .collection-qa {
    margin-bottom: 32px;
  }
  .collection-qa--desc {
    padding: 32px 16px;
    border-left: none;
    border-right: none;
  }
  .collection-qa--desc-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .collection-qa--desc-content,
  .collection-qa--desc-more-content {
    font-size: 14px;
  }
  .collection-qa--desc-more {
    font-size: 16px;
    margin-top: 20px;
  }
  .collection-qa--faq {
    padding: 40px 16px;
  }
  .collection-qa--faq-title {
    font-size: 24px;
  }
  .collection-qa--collapses {
    margin-top: 32px;
  }
  .collection-qa--collapse:not(:first-child) {
    padding-top: 24px;
  }
  .collection-qa--collapse:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid #e3e3e3;
  }
  .collection-qa--collapse-title {
    font-size: 18px;
  }
  .collection-qa--collapse-icon {
    margin-left: 12px;
  }
  .collection-qa--collapse-content {
    font-size: 14px;
  }
  .collection-qa--faq-more {
    margin-top: 48px;
    color: #808080;
  }
  .collection-qa-livechat {
    margin-top: 8px;
    color: #04040C;
  }
}
@media (min-width: 769px) {
  .collection-qa {
    padding: 0 64px;
    margin-bottom: 100px;
  }
  .collection-qa--desc {
    padding: 40px 56px;
    margin: 0 64px;
  }
  .collection-qa--desc-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .collection-qa--desc-content,
  .collection-qa--desc-more-content {
    font-size: 20px;
  }
  .collection-qa--desc-more {
    font-size: 14px;
    margin-top: 24px;
  }
  .collection-qa--faq {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 80px;
    position: relative;
    min-height: 140px;
  }
  .collection-qa--faq-title {
    font-size: 30px;
  }
  .collection-qa--collapses {
    flex-basis: 60%;
    margin-left: 16px;
  }
  .collection-qa--collapse:not(:first-child) {
    padding-top: 32px;
  }
  .collection-qa--collapse:not(:last-child) {
    padding-bottom: 32px;
    border-bottom: 1px solid #e3e3e3;
  }
  .collection-qa--collapse-title {
    font-size: 20px;
  }
  .collection-qa--collapse-icon {
    margin-left: 16px;
    cursor: pointer;
  }
  .collection-qa--collapse-content {
    font-size: 18px;
  }
  .collection-qa--faq-more {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #808080;
  }
}

/* public/collection/css/product-card.css */
.collection-product-card {
  position: relative;
  width: 100%;
  min-width: 0;
}
.collection-product-card .text-E00000 {
  color: #E00000;
}
.collection-product-card .text-253492 {
  color: #253492;
}
.collection-product-card .font-15px {
  font-family: var(--font-family-regular);
  font-size: 15px;
}
.collection-product-card .mt-16px {
  margin-top: 16px;
}
.collection-product-card .mt-12px {
  margin-top: 12px;
}
.collection-product-card ul {
  margin: 0;
}
.collection-product-card .product-image {
  background-color: #F7F9FA;
}
.collection-product-card .product-image .arrow-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.collection-product-card img {
  width: 100%;
  height: 100%;
}
.collection-product-card img[src=""],
.collection-product-card img:not([src]) {
  opacity: 0;
}
.collection-product-card .product-image {
  position: relative;
  padding-bottom: 150%;
  height: 0;
}
.collection-product-card .product-image .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.collection-product-card .product-image .image-wrap img,
.collection-product-card .product-image .image-wrap.image-2 img {
  display: none;
}
.collection-product-card .product-image .image-wrap.image-1 {
  visibility: visible;
}
.collection-product-card .product-image .image-wrap.image-1 img {
  display: block;
}
.collection-product-card .product-image .image-wrap.image-2 {
  visibility: hidden;
}
.collection-product-card .product-image .video-wrap,
.collection-product-card .product-image .video-wrap video {
  height: 100%;
  width: 100%;
}
.collection-product-card .product-image > a,
.collection-product-card .wish-icon {
  display: flex;
}
.collection-product-card .product-image .bag-btn {
  position: absolute;
  justify-content: center;
  height: 52px;
  line-height: 52px;
  width: 100%;
  cursor: pointer;
  bottom: 0;
  background: var(--Primary-Black, #04040c);
  font-size: 16px;
  color: var(--Text-White, #fff);
  display: none;
  z-index: 2;
  text-transform: uppercase;
  border: none;
}
.collection-product-card .product-image .bag-btn:hover {
  background: var(--Secodry-Black, #404040);
}
.collection-product-card .product-image:hover .bag-btn,
.collection-product-card .product-image:hover .arrow-btn {
  display: flex;
}
.collection-product-card .product-image:hover .product-tag_attribute {
  display: none;
}
.collection-product-card .product-image .img-prev {
  left: 10px;
  transform: rotate(90deg);
}
.collection-product-card .product-image .img-next {
  right: 10px;
  transform: rotate(270deg);
}
.collection-product-card .product-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  color: var(--Text-White);
  background: var(--Primary-Black, #04040c);
  z-index: 2;
}
.collection-product-card .product-info {
  padding: 12px 12px 0 12px;
}
.collection-product-card .product-footer {
  padding: 0 12px;
}
.collection-product-card .product-skcs {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  margin-top: 8px;
}
.collection-product-card .product-skcs li {
  flex-shrink: 0;
  height: 28px;
  width: 28px;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  padding: 3px;
  gap: 8px;
  cursor: pointer;
  box-sizing: border-box;
}
.collection-product-card .product-skcs li.product-skcs__icon {
  border: 1.2px solid #E3E3E3;
}
.collection-product-card .product-skcs li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.collection-product-card .product-skcs li.active {
  border: 1.2px solid #404040;
}
.collection-product-card .product-skcs_num {
  color: var(--Primary-Black, #04040C);
  font-size: 14px;
  font-style: normal;
  font-family: var(--font-family-regular);
  line-height: normal;
}
.collection-product-card .product-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.collection-product-card .product-title h3 {
  overflow: hidden;
  color: var(--Primary-Black,#04040C);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  line-height: normal;
  margin: 0;
  font-weight: unset;
}
.collection-product-card .wish-icon {
  width: 22px;
  height: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  cursor: pointer;
}
.collection-product-card .product-price {
  display: flex;
  align-items: center;
  color: var(--Primary-Black,#04040c);
  font-size: 18px;
  font-style: normal;
  font-family: var(--font-family-semibold);
  gap: 6px;
}
.collection-product-card .origin-price {
  color: #808080;
  font-size: 14px;
  font-style: normal;
  font-family: var(--font-family-regular);
  text-decoration-line: line-through;
  vertical-align: middle;
}
.collection-product-card .product-sale-tag {
  color: #e00000;
  font-family: var(--font-family-regular);
  font-size: 12px;
  font-style: normal;
  margin-left: 4px;
}
.collection-product-card .product-price-section .product-price-wrapper {
  display: flex;
  align-items: center;
  height: 24px;
}
.collection-product-card .product-price-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collection-product-card .product-activity__first-buyer {
  margin-top: 10px;
  color: #1a237e;
  line-height: 1.5;
}
.collection-product-card .product-activity__quick-ship {
  display: inline-flex;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border: 1px solid #5AA8AD;
  background: #E5F7F7;
  color: var(--Primary-Black, #04040C);
  font-size: 14px;
  font-family: var(--font-family-semibold);
  line-height: normal;
  margin-top: 12px;
  max-width: 100%;
  box-sizing: border-box;
  height: 30px;
}
.product-activity__quick-ship svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}
.product-activity__quick-ship .quick-ship__text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 2px;
}
.collection-product-card .text-dot {
  position: relative;
  padding-left: 10px;
}
.collection-product-card .text-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
}
.collection-product-card .product-tag__left {
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
  gap: 8px;
  z-index: 2;
}
.collection-product-card .product-label {
  background: var(--Primary-Black, #04040C);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  color: #fff;
  text-transform: uppercase;
}
.collection-product-card .product-activity-tag {
  margin-top: 12px;
}
.collection-product-card .product-tag_attribute img {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 5;
  left: 0;
  height: auto;
  max-height: 50%;
}
.collection-product-card .product-tag__scroll {
  height: 24px;
  overflow: hidden;
  position: relative;
  margin-top: 8px;
}
.collection-product-card .product-tag__scroll-item {
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 500ms ease-in-out;
}
.collection-product-card .product-soldout {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 4, 12, 0.50);
  color: #fff;
  font-family: var(--font-family-semibold);
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.collection-product-card .bag-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.collection-product-card .text-is-sold-out {
  color: #E00000;
  font-size: 18px;
  font-style: normal;
  font-family: var(--font-family-semibold);
  line-height: 102%;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .collection-product-card .product-label {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 18px;
  }
  .collection-product-card .product-image:hover .flipping-image.image-1 {
    visibility: hidden;
  }
  .collection-product-card .product-image:hover .flipping-image.image-1 img {
    display: none;
  }
  .collection-product-card .product-image:hover .flipping-image.image-2 {
    visibility: visible;
  }
  .collection-product-card .product-image:hover .flipping-image.image-2 img {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .collection-product-card .product-image > a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .collection-product-card .product-info {
    padding: 12px 8px 0 8px;
  }
  .collection-product-card .product-title {
    margin-bottom: 6px;
  }
  .collection-product-card .product-title h3 {
    font-size: 12px;
    line-height: normal;
  }
  .collection-product-card .product-price {
    font-size: 14px;
  }
  .collection-product-card .product-price strong {
    line-height: 25px;
  }
  .collection-product-card .bag-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 2px;
    box-sizing: border-box;
  }
  .collection-product-card .origin-price {
    font-size: 12px;
    vertical-align: middle;
  }
  .collection-product-card .product-label {
    padding: 8px;
    font-size: 12px;
    height: 28px;
    box-sizing: border-box;
  }
  .collection-product-card .font-15px {
    font-size: 12px;
  }
  .collection-product-card .product-skcs {
    margin-top: 12px;
  }
  .collection-product-card .product-tag__scroll {
    margin-top: 6px;
  }
  .collection-product-card .product-skcs li {
    width: 26px;
    height: 26px;
  }
  .collection-product-card .product-activity__quick-ship {
    margin-top: 12px;
    font-size: 12px;
    height: 28px;
  }
  .collection-product-card .text-is-sold-out {
    font-size: 13px;
  }
  .collection-product-card .product-footer {
    padding: 0 8px;
  }
  .collection-product-card .product-tag__left {
    left: 8px;
    top: 8px;
  }
}
.collection-product-card.is-sold-out .product-footer > *:not(.product-skcs),
.collection-product-card.is-sold-out .product-title,
.collection-product-card.is-sold-out .bag-btn,
.collection-product-card.is-sold-out .product-tag_attribute,
.collection-product-card.is-sold-out .product-tag__left,
.collection-product-card.is-sold-out .origin-price {
  display: none !important;
}

/* public/collection/css/pagination.css */
.collection-pagination {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #404040;
  font-family: var(--font-family-regular);
}
.pagination-show-info {
  font-size: 16px;
  margin-bottom: 16px;
}
.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-pagination .pagination {
  display: inline-block;
}
.pagination-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.pagination-item {
  display: flex;
  align-items: center;
}
.pagination-item.disabled {
  display: none;
}
.pagination-item.disabled > * {
  cursor: default;
  color: #04040C;
  opacity: 0.2;
}
.pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #04040C;
  text-decoration: none;
  border: 1px solid #E3E3E3;
  background-color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}
.pagination-link:hover {
  color: #04040C;
}
.pagination-link:active {
  transform: translateY(1px);
}
.pagination-current:hover {
  color: #fff;
}
.pagination-current {
  border-color: #04040C;
  cursor: default;
  background-color: #000;
  color: #fff;
}
.pagination-prev,
.pagination-next {
  min-width: 40px;
  padding: 0;
}
@media screen and (max-width:768px) {
  .collection-pagination-mobile {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    justify-content: center;
  }
  .pagination-mobile-buttons {
    display: flex;
    gap: 12px;
  }
  .pagination-mobile-btn {
    display: flex;
    padding: 0 16px;
    height: 38px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #E3E3E3;
    color: #04040C;
    font-family: var(--font-family-regular);
    background-color: #fff;
  }
  .pagination-mobile-prev {
    padding-right: 20px;
  }
  .pagination-mobile-next {
    padding-left: 20px;
  }
  .pagination-mobile-btn.disabled {
    color: #808080;
  }
  .pagination-mobile-btn span {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5;
  }
}

/* public/collection/css/product-recommend.css */
.product-recommend-swiper {
  --swiper-space-between: 8px;
  min-height: 250px;
}
[data-recommend-module] {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 300px;
  transition: min-height 0.3s;
}
@media screen and (max-width: 768px) {
  .product-recommend-swiper {
    --swiper-slides-per-view: 2.5;
  }
}
@media screen and (min-width: 769px) {
  .product-recommend-swiper {
    --swiper-slides-per-view: 4;
  }
}
.product-recommend-swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  width: calc((100% - (var(--swiper-slides-per-view) - 1) * var(--swiper-space-between)) / var(--swiper-slides-per-view));
}
.product-recommend-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: var(--swiper-space-between);
}
@media screen and (max-width: 768px) {
  .product-recommend-swiper:not(.swiper-initialized) .swiper-slide {
    width: calc((100% - 16px) / 2.5);
  }
}
.product-recommend-module header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0 64px;
  text-transform: uppercase;
  font-family: var(--font-family-semibold);
  gap: 30px;
}
.product-recommend-module header h3 {
  font-size: 30px;
  font-family: var(--font-family-semibold);
  margin: 0 !important;
  font-weight: unset;
}
.product-recommend-module .swiper-arrow-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  padding: 10px;
  border-radius: 36px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5.625px);
  aspect-ratio: 1/1;
  top: calc(50% - 34px);
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
}
.product-recommend-module .swiper-next.swiper-arrow-btn {
  right: 24px;
}
.product-recommend-module .swiper-prev.swiper-arrow-btn {
  left: 24px;
}
.product-recommend-module .swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 768px) {
  .product-recommend-swiper {
    --swiper-slides-per-view: 2.3;
  }
  .product-recommend-module header {
    padding: 0 16px;
    margin-bottom: 16px;
  }
  .product-recommend-module header h3 {
    font-size: 24px;
    max-width: 320px;
    letter-spacing: -0.72px;
  }
}

/* public/collection/css/popular-style.css */
.popular-styles {
  padding: 0 64px;
  margin-bottom: 80px;
}
.popular-styles header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.popular-styles header h2 {
  color: var(--Primary-Black, #04040C);
  font-family: var(--font-family-semibold);
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
}
.popular-styles .swiper {
  position: relative;
}
.popular-styles .arrow-btn {
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5.625px);
  aspect-ratio: 1/1;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
}
.popular-styles .swiper-next.arrow-btn {
  right: 64px;
}
.popular-styles .swiper-prev.arrow-btn {
  left: 64px;
}
.popular-styles .swiper-button-disabled {
  display: none;
}
.popular-styles .swiper-wrapper {
  gap: 6px;
}
.popular-styles .image-wrap {
  position: relative;
  margin-bottom: 10px;
}
.popular-styles .image-wrap .popular-styles__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popular-styles .popular-styles__title {
  color: var(--Primary-Black, #04040C);
  font-family: var(--font-family-regular);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .popular-styles {
    padding: 0;
    margin-bottom: 40px;
  }
  .popular-styles header {
    margin-bottom: 20px;
    padding: 0 16px;
  }
  .popular-styles header h2 {
    font-size: 24px;
    letter-spacing: -0.72px;
    max-width: 200px;
    line-height: 88%;
  }
  .popular-styles .swiper .swiper-wrapper {
    padding: 0 16px;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: scroll;
    scrollbar-width: none;
    box-sizing: border-box;
  }
  .popular-styles .swiper-slide {
    flex: 0 0 auto;
    width: calc((100% - 4px * 2) / 2.5);
  }
}

/* public/collection/css/collection.css */
.collection-container img {
  width: 100%;
  height: 100%;
}
.collection-container {
  background-color: #fff;
}
.collection-container .product-grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.collection-container .collection-product-card {
  flex-shrink: 0;
  margin-bottom: 32px;
}
.no-products {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80px 0;
}
.no-products p {
  padding: 0;
  margin: 0 0 24px 0;
  color: var(--Primary-Black, #04040C);
  text-align: center;
  font-size: 16px;
  font-family: var(--font-family-semibold);
  line-height: 102%;
}
.no-products__reset-btn {
  display: inline-flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  gap: 0;
  border: 1px solid #E3E3E3;
  text-transform: uppercase;
  font-family: var(--font-family-semibold);
}
.collection-product-card.is-ad {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .collection-container .product-grid {
    gap: 4px;
  }
  .collection-container .collection-product-card {
    width: calc(50% - 2px);
    margin-bottom: 20px;
  }
  .collection-container[data-mode=default] .collection-product-card.ad-colspan-2 {
    width: 100%;
  }
  .collection-container[data-mode=default] .collection-product-card.ad-colspan-2 .product-image {
    padding-bottom: 53%;
  }
  .collection-container[data-mode=pure] .collection-product-card {
    width: calc((100% - 8px) / 3);
  }
  .no-products {
    height: 264px;
  }
}
@media screen and (min-width: 769px) {
  .collection-container[data-mode=default] .collection-product-card {
    width: calc(25% - 6px);
  }
  .collection-container[data-mode=default] .collection-product-card.ad-colspan-2 {
    width: calc(50% - 4px);
  }
  .collection-container[data-mode=default] .collection-product-card.ad-colspan-2 .product-image {
    padding-bottom: 74.37%;
  }
  .collection-container[data-mode=default] .collection-product-card.ad-colspan-3 .product-image {
    padding-bottom: 36.5%;
  }
  .collection-container[data-mode=default] .collection-product-card.ad-colspan-3 {
    width: 100%;
  }
  .collection-container[data-mode=pure] .collection-product-card {
    width: calc((100% - 40px) / 6);
  }
}
.collection-container[data-mode=pure] .is-ad,
.collection-container[data-mode=pure] .nps-card,
.collection-container[data-mode=pure] .product-footer,
.collection-container[data-mode=pure] .product-title,
.collection-container[data-mode=pure] .bag-btn,
.collection-container[data-mode=pure] .product-tag_attribute,
.collection-container[data-mode=pure] .origin-price,
.collection-container[data-mode=pure] .text-is-sold-out,
.collection-container[data-mode=pure] .product-sale-tag {
  display: none !important;
}
.collection-product-card.is-ad video {
  object-fit: cover !important;
}
.collection-product-card.is-ad .video-custom-js .vjs-poster img {
  object-fit: cover !important;
}
.collection-product-card[data-loading=true] .product-image a,
.collection-product-card[data-loading=true] .product-tag_attribute {
  display: none;
}
.collection-product-card[data-loading=true] .product-title {
  height: 24px;
  visibility: hidden;
}
.collection-product-card[data-loading=true] .product-footer > *:not(.product-skcs) {
  display: none;
}

/* public/collection/css/nps.css */
#nps-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#nps-banner img {
  height: 100%;
}
.nps-outer {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 16px 40px;
  bottom: 0;
}
@media screen and (max-width: 769px) {
  .nps-outer {
    padding: 12px;
  }
  .nps-label-left,
  .nps-label-right {
    color: #999;
  }
  .nps-btn {
    color: #1f1f1f !important;
  }
}
.nps-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.nps-title {
  text-align: center;
  font-weight: 700;
}
.nps-title.nps-pc {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 56px;
  color: #fff;
}
.nps-title.nps-m {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
.nps-subtitle {
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
.nps-subtitle.nps-pc {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.nps-subtitle.nps-m {
  font-size: 12px;
  line-height: 16px;
}
.nps-stars-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nps-stars-row.nps-pc {
  margin-top: 24px;
}
.nps-stars-row.nps-m {
  margin-top: 8px;
}
.nps-star {
  width: 14%;
  cursor: pointer;
  touch-action: manipulation;
}
.nps-star svg {
  transition: fill 0.15s ease;
  fill: #fff;
}
.nps-star.selected svg {
  fill: #ffc107;
}
.nps-star.hovered svg {
  fill: #ffd54f;
}
.nps-labels {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-weight: 600;
}
.nps-labels.nps-pc {
  margin-top: 16px;
  font-size: 14px;
  color: #fff;
}
.nps-labels.nps-m {
  margin-top: 6px;
  font-size: 10px;
}
.nps-label-left {
  flex: 1;
  text-align: left;
}
.nps-label-right {
  flex: 1;
  text-align: right;
}
.nps-icon {
  margin-bottom: 16px;
}
.nps-icon.nps-m {
  height: 32px;
  margin-bottom: 8px !important;
}
.nps-thank {
  text-align: center;
}
.nps-thank.nps-pc {
  font-size: 32px;
  line-height: 44px;
  color: #fff;
}
.nps-thank.nps-m {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}
.nps-tip {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.nps-title.also-search {
  color: #fff !important;
}
.nps-search-link.also-search {
  color: #fff !important;
}
.nps-tip.nps-m {
  margin-bottom: 16px;
}
.nps-tip.nps-pc {
  margin-top: 40px;
  margin-bottom: 24px;
  color: #fff;
}
.nps-btn {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.nps-btn.nps-pc {
  font-size: 16px;
}
.nps-btn.nps-m {
  font-size: 12px;
}
.advertise {
  position: relative;
  overflow: hidden;
}
.card {
  display: flex;
  flex-direction: column;
}
.card-img {
  flex: 1;
  border-radius: 4px;
  background: #f2f2f2;
  position: relative;
}
.card-img.nps-card {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.4s ease infinite;
}
.card-img.nps-card img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
#nps-search-link {
  border-radius: 4px;
  text-decoration: underline;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 768px) {
  #nps-search-link {
    font-size: 12px;
  }
}

