/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./static/viewComponents/BundleProduct/src/components/BundleProductBox/BundleProductBox.scss ***!
  \************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.bundle-product-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bundle-product-title .title {
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  line-height: 31px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.bundle-product-title .description {
  font-family: Poppins, Poppins;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.bundle-product-title-mb {
  display: none;
}

.bundle-product-box {
  width: 100%;
  max-width: 1300px;
  min-height: min(520 / 1920 * 100vw, 520px);
  margin: 0 auto;
  background: rgba(239, 235, 225, 0.2);
  box-shadow: 0px 3px 12px 1px rgba(15, 15, 15, 0.2);
  border-radius: 24px 24px 24px 24px;
  margin-top: 83px;
}
.bundle-product-box .right-icon {
  display: none;
}
.bundle-product-box .bundle-product-header {
  width: 100%;
  border-bottom: 1px solid #d3c6a8;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}
.bundle-product-box .bundle-product-header .bundle-product__tags-box {
  width: 100%;
}
.bundle-product-box .bundle-product-header .bundle-product__tags {
  max-width: 1430px;
  border-radius: 24px 24px 0px 0px;
}
.bundle-product-box .bundle-product-header .bundle-product__tags .swiper-slide {
  width: auto;
  min-width: 32px;
  text-align: center;
  padding: 22px 110px;
  cursor: pointer;
}
.bundle-product-box .bundle-product-header .bundle-product__tags .swiper-slide .cate-name {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  position: relative;
}
.bundle-product-box .bundle-product-header .bundle-product__tags .swiper-slide .cate-name .cate-num {
  width: 29px;
  height: 22px;
  background: #e3d7bc;
  border-radius: 6px 6px 6px 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: 15px;
  font-family: Poppins, Poppins;
  font-weight: 500;
  font-size: 12px;
  color: #0f0f0f;
  line-height: 17px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.bundle-product-box .bundle-product-header .bundle-product__tags .swiper-slide:hover {
  background: #e3d7bc;
}
.bundle-product-box .bundle-product-header .bundle-product__tags .swiper-slide.active {
  background: #e3d7bc;
}
.bundle-product-box .bundle-product-header .bundle-product__tags .swiper-slide.active .cate-name .cate-num {
  background: #ffffff;
  border: 1px solid #d3c6a8;
}
.bundle-product-box .bundle-product-header .bundle-product__tags .swiper-slide.active .cate-name::after {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 1px;
  border-radius: 100px;
  bottom: -3px;
  left: 0;
}
.bundle-product-box .bundle-product-header .bundle-product__tags .swiper-slide:last-child {
  margin-right: 0;
}
.bundle-product-box .bundle-product-body {
  padding: calc(80 / 1920 * 100vw) calc(43 / 1920 * 100vw) calc(83 / 1920 * 100vw) 0;
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide {
  display: flex;
  gap: min(80 / 1920 * 100vw, 80px);
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-left {
  margin-left: calc(84 / 1920 * 100vw);
  width: 70%;
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-origin {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-origin-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: clamp(10px, 12 / 1920 * 100vw, 12px);
  color: #0f0f0f;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-origin-info.saving {
  color: #009d42;
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-origin-info:not(.saving) .info-value {
  position: relative;
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-origin-info:not(.saving) .info-value::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px; /* 控制删除线粗细 */
  background: #0f0f0f;
  transform: translateY(-50%);
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-final {
  margin-top: 16px;
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-final-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: clamp(14px, 18 / 1920 * 100vw, 18px);
  color: #0f0f0f;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-btns * {
  box-sizing: border-box;
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-btns .btn-upload {
  width: 100%;
  height: 46px;
  background: #fec629;
  border-radius: 12px 12px 12px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: clamp(12px, 14 / 1920 * 100vw, 14px);
  color: #0f0f0f;
  line-height: clamp(16px, 20 / 1920 * 100vw, 20px);
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-btns .btn-add-to-cart {
  margin-bottom: 1px;
  cursor: pointer;
  width: 100%;
  height: 46px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: clamp(12px, 14 / 1920 * 100vw, 14px);
  color: #0f0f0f;
  line-height: clamp(16px, 20 / 1920 * 100vw, 20px);
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-btns .btn-add-to-cart p {
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: clamp(9px, 10 / 1920 * 100vw, 10px);
  color: #000000;
  line-height: clamp(13px, 15 / 1920 * 100vw, 15px);
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.bundle-product2-box {
  max-width: 1340px;
  width: calc(1340 / 1920 * 100vw);
  margin-top: 0px;
  box-shadow: none;
  min-height: calc(493 / 1920 * 100vw);
  padding-top: 36px;
  background: transparent;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .bundle-product2-box {
    width: calc(1680 / 1920 * 100vw);
  }
}
.bundle-product2-box .bundle-product-header {
  width: calc(1340 / 1920 * 100vw);
  border-radius: 0;
  border-bottom: none;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .bundle-product2-box .bundle-product-header {
    width: calc(1680 / 1920 * 100vw);
  }
}
.bundle-product2-box .bundle-product-header .bundle-product__tags {
  border-radius: 0px;
}
.bundle-product2-box .bundle-product-header .bundle-product__tags .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bundle-product2-box .bundle-product-header .bundle-product__tags .swiper-wrapper .swiper-slide {
  width: auto;
  text-align: center;
  padding: 16px 62px;
  border-radius: 12px;
  cursor: pointer;
}
.bundle-product2-box .bundle-product-header .bundle-product__tags .swiper-wrapper .swiper-slide.active {
  background: rgba(211, 198, 168, 0.2);
}
.bundle-product2-box .bundle-product-header .bundle-product__tags .swiper-wrapper .swiper-slide.active .cate-name .cate-num {
  background: #ffffff;
  border: none;
}
.bundle-product2-box .bundle-product-header .bundle-product__tags .swiper-wrapper .swiper-slide.active .cate-name::after {
  display: none;
}
.bundle-product2-box .bundle-product-body {
  padding-top: calc(56 / 1920 * 100vw);
  padding-right: 0;
}
.bundle-product2-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-left {
  margin-left: calc(52 / 1920 * 100vw);
}

.bundle-product3-box {
  max-width: 100vw;
  margin-top: 0px;
  box-shadow: none;
  min-height: 0;
  padding-top: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  border-radius: 0;
}
.bundle-product3-box .bundle-product-header {
  border-radius: 0;
  border-bottom: none;
  background: #eee8dc;
  min-height: 67px;
}
.bundle-product3-box .bundle-product-header .bundle-product__tags {
  width: 100%;
  max-width: calc(1430 / 1920 * 100vw);
  margin: 0 auto;
  border-radius: 0px;
}
.bundle-product3-box .bundle-product-header .bundle-product__tags .swiper-wrapper .swiper-slide:hover {
  background: rgba(211, 198, 168, 0.3);
}
.bundle-product3-box .bundle-product-header .bundle-product__tags .swiper-wrapper .swiper-slide.active {
  background: rgba(211, 198, 168, 0.3);
}
.bundle-product3-box .bundle-product-header .bundle-product__tags .swiper-wrapper .swiper-slide.active .cate-name .cate-num {
  background: #ffffff;
  border: none;
}
.bundle-product3-box .bundle-product-body {
  width: 100%;
  max-width: calc(1430 / 1920 * 100vw);
  margin: 0 auto;
  padding-top: calc(56 / 1920 * 100vw);
}

@media screen and (max-width: 768px) {
  .bundle-product-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bundle-product-title .title {
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .bundle-product-title .description {
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .bundle-product-title-pc {
    display: none;
  }
  .bundle-product-title-mb {
    display: flex;
    margin-bottom: 24px;
  }
  .bundle-product-box {
    background: rgba(239, 235, 225, 0.2);
    border-radius: 0;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    box-shadow: none;
    padding-top: 26px;
    margin-top: 0;
  }
  .bundle-product-box .bundle-product-header {
    padding: 0;
    width: 100%;
    margin-top: 0;
    border: none;
    border-radius: 0;
  }
  .bundle-product-box .bundle-product-header .bundle-product__tags-box {
    width: 100%;
    margin: 0 auto;
    z-index: 9;
    position: sticky;
    top: var(--header-fixed-height);
  }
  .bundle-product-box .bundle-product-header .bundle-product__tags-box .swiper-wrapper .swiper-slide:last-child {
    margin-right: calc(77 / 430 * 100vw);
  }
  .bundle-product-box .bundle-product-header .bundle-product__tags-box .swiper-slide {
    min-width: calc(103 / 430 * 100vw);
    width: auto;
    height: calc(42 / 430 * 100vw);
    background-color: #efebe1;
    border-radius: calc(12 / 430 * 100vw);
    margin-right: calc(10 / 430 * 100vw);
    padding: 0 calc(12 / 430 * 100vw) 0 calc(14 / 430 * 100vw);
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 500;
    font-size: calc(12 / 430 * 100vw);
    color: #0f0f0f;
    line-height: calc(42 / 430 * 100vw);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
  }
  .bundle-product-box .bundle-product-header .bundle-product__tags-box .swiper-slide .cate-name {
    font-weight: 600;
    font-size: calc(16 / 430 * 100vw);
    color: #000000;
    width: 100%;
    line-height: calc(15 / 430 * 100vw);
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 0;
    position: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bundle-product-box .bundle-product-header .bundle-product__tags-box .swiper-slide .cate-name span {
    font-size: max(2.32vw, 10px);
    max-width: calc(70 / 430 * 100vw);
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bundle-product-box .bundle-product-header .bundle-product__tags-box .swiper-slide .cate-name .cate-num {
    position: inherit;
    width: calc(20 / 430 * 100vw);
    height: calc(15 / 430 * 100vw);
    background: #e3d7bc;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: calc(11 / 430 * 100vw);
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: max(2.32vw, 10px);
    color: #0f0f0f;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .bundle-product-box .bundle-product-header .bundle-product__tags-box .swiper-slide.active {
    background-color: #e3d7bc;
    color: #ffffff;
  }
  .bundle-product-box .bundle-product-header .bundle-product__tags-box .swiper-slide.active .cate-name::after {
    display: none;
  }
  .bundle-product-box .bundle-product-header .bundle-product__tags-box .swiper-slide:active {
    background-color: #d3c6a8;
  }
  .bundle-product-box .bundle-product-header .bundle-product__tags-box .right-icon {
    position: absolute;
    cursor: pointer;
    width: calc(77 / 430 * 100vw);
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 17px;
  }
  .bundle-product-box .bundle-product-header .bundle-product__tags-box .right-icon svg {
    transition: all 0.3s linear;
    display: block;
    width: 8px;
    height: auto;
  }
  .bundle-product-box .bundle-product-header .bundle-product__tags-box .right-icon.swiper-button-disabled svg {
    opacity: 0.5;
  }
  .bundle-product-box .bundle-product-header .bundle-product__tags-box .swiper-button-disabled {
    display: none;
  }
  .bundle-product-box .bundle-product-body {
    padding: calc(30 / 430 * 100vw) 0 calc(39 / 430 * 100vw) 0;
  }
  .bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide {
    display: flex;
    flex-direction: column;
    gap: calc(33 / 430 * 100vw);
  }
  .bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-left {
    margin-left: 0;
    width: 100%;
  }
  .bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right {
    width: 100%;
    box-sizing: border-box;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-origin {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-origin-info {
    display: flex;
    justify-content: space-between;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: clamp(10px, 14 / 430 * 100vw, 14px);
    color: #0f0f0f;
    line-height: calc(20 / 430 * 100vw);
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-origin-info.saving {
    color: #009d42;
  }
  .bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-final {
    margin-top: calc(16 / 430 * 100vw);
  }
  .bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-final-info {
    display: flex;
    justify-content: space-between;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: clamp(14px, 18 / 430 * 100vw, 18px);
    color: #0f0f0f;
    line-height: calc(25 / 430 * 100vw);
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-btns {
    display: flex;
    flex-direction: column;
    gap: calc(10 / 430 * 100vw);
    margin-top: calc(24 / 430 * 100vw);
  }
  .bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-btns * {
    box-sizing: border-box;
  }
  .bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-btns .btn-upload {
    width: 100%;
    height: calc(56 / 430 * 100vw);
    background: #fec629;
    border-radius: 12px 12px 12px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: clamp(10px, 14 / 430 * 100vw, 14px);
    color: #0f0f0f;
    line-height: calc(20 / 430 * 100vw);
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-btns .btn-add-to-cart {
    cursor: pointer;
    width: 100%;
    height: calc(56 / 430 * 100vw);
    background: #ffffff;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: clamp(10px, 14 / 430 * 100vw, 14px);
    color: #0f0f0f;
    line-height: calc(20 / 430 * 100vw);
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .bundle-product-box .bundle-product-body .bundle-product__products .bundle-product-swiper-slide .bundle-right .bundle-right-btns .btn-add-to-cart p {
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: clamp(8px, 12 / 430 * 100vw, 12px);
    color: #000000;
    line-height: calc(17 / 430 * 100vw);
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .bundle-product2-box {
    width: 100%;
  }
  .bundle-product2-box .bundle-product-header .bundle-product__tags-box {
    background: transparent;
  }
  .bundle-product2-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bundle-product2-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
  }
  .bundle-product2-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-slide {
    width: auto;
    min-width: unset;
    height: calc(42 / 430 * 100vw);
    background: #efebe1;
    border-radius: calc(12 / 430 * 100vw);
    margin-right: calc(10 / 430 * 100vw);
    padding: 0 calc(12 / 430 * 100vw);
    border-radius: 12px;
    cursor: pointer;
    font-weight: 500;
    font-size: calc(12 / 430 * 100vw);
    color: #0f0f0f;
    line-height: calc(42 / 430 * 100vw);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
  }
  .bundle-product2-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-slide .cate-name {
    margin-right: 0;
    position: inherit;
    display: flex;
    justify-content: flex-start;
  }
  .bundle-product2-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-slide .cate-name span {
    max-width: none;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .bundle-product2-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-slide .cate-name .cate-num {
    position: inherit;
    width: 29px;
    height: 22px;
    background: #e3d7bc;
    border-radius: 6px 6px 6px 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 12px;
    color: #0f0f0f;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .bundle-product2-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-slide.active {
    background: rgba(211, 198, 168, 0.2);
    color: #ffffff;
  }
  .bundle-product2-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-slide.active .cate-name::after {
    display: none;
  }
  .bundle-product2-box .bundle-product-header .bundle-product__tags-box .right-icon {
    display: none;
  }
  .bundle-product2-box .bundle-product-body {
    padding: calc(20 / 430 * 100vw) 0 calc(30 / 430 * 100vw) 0;
  }
  .bundle-product3-box {
    padding: 0;
  }
  .bundle-product3-box .bundle-product-header {
    padding: 0;
    min-height: calc(60 / 430 * 100vw);
  }
  .bundle-product3-box .bundle-product-header .bundle-product__tags-box {
    background: transparent;
  }
  .bundle-product3-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags {
    max-width: none;
  }
  .bundle-product3-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-slide {
    width: auto;
    min-width: unset;
    height: calc(42 / 430 * 100vw);
    background: #efebe1;
    border-radius: calc(12 / 430 * 100vw);
    margin-right: 0;
    padding: calc(30 / 430 * 100vw) calc(20 / 430 * 100vw);
    border-radius: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: calc(12 / 430 * 100vw);
    color: #0f0f0f;
    line-height: calc(42 / 430 * 100vw);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
  }
  .bundle-product3-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-slide .cate-name {
    font-weight: 500;
    font-size: 10px;
    color: #000000;
    line-height: 15px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 0;
    position: relative;
  }
  .bundle-product3-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-slide .cate-name span {
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 10px;
    max-width: calc(64 / 430 * 100vw);
    text-align: left;
  }
  .bundle-product3-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-slide .cate-name .cate-num {
    position: inherit;
    width: calc(23 / 430 * 100vw);
    height: calc(18 / 430 * 100vw);
    background: #e3d7bc;
    border-radius: calc(6 / 430 * 100vw);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: calc(8 / 430 * 100vw);
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 10px;
    color: #0f0f0f;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .bundle-product3-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-slide.active {
    background: rgba(211, 198, 168, 0.2);
    color: #ffffff;
  }
  .bundle-product3-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-slide.active .cate-name span {
    position: relative;
  }
  .bundle-product3-box .bundle-product-header .bundle-product__tags-box .bundle-product__tags .swiper-slide.active .cate-name span::before {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 1px;
    border-radius: 100px;
    bottom: 0px;
    left: 0px;
  }
  .bundle-product3-box .bundle-product-header .bundle-product__tags-box .right-icon svg {
    width: 5px;
    height: 9px;
  }
  .bundle-product3-box .bundle-product-header .bundle-product__tags-box .swiper-button-disabled {
    display: none;
  }
  .bundle-product3-box .bundle-product-body {
    padding: 15px;
    max-width: none;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./node_modules/string-replace-loader/index.js??ruleSet[0].use[1]!./static/viewComponents/BundleProduct/src/components/BundleProductBox/components/Dialog/CustomDialog.vue?vue&type=style&index=0&id=3904e926&scoped=true&lang=css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

@media screen and (min-width: 768px) {
.dialog-mask[data-v-3904e926] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
    /* 关键：阻止滚动链 */
    overscroll-behavior: contain;
}
.dialog-container[data-v-3904e926] {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    overflow-x: hidden;
    overflow: visible;
    /* 关键：阻止滚动链 */
    overscroll-behavior: contain;
}
.dialog-container[data-v-3904e926]::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}
.dialog-header[data-v-3904e926] {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
}
.dialog-title[data-v-3904e926] {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
}
.dialog-close[data-v-3904e926] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
}
.dialog-close[data-v-3904e926]:hover {
    background-color: #f0f0f0;
}
.dialog-body[data-v-3904e926] {
    padding: 26px 22px 26px 26px;
    flex: 1;
}

  /* 动画效果 */
.fade-enter-active[data-v-3904e926],
  .fade-leave-active[data-v-3904e926] {
    transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-3904e926],
  .fade-leave-to[data-v-3904e926] {
    opacity: 0;
}
.slide-enter-active[data-v-3904e926],
  .slide-leave-active[data-v-3904e926] {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.slide-enter-from[data-v-3904e926],
  .slide-leave-to[data-v-3904e926] {
    transform: translateY(-20px);
    opacity: 0;
}
}
@media screen and (max-width: 768px) {
.dialog-mask[data-v-3904e926] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
}
.dialog-container[data-v-3904e926] {
    max-width: 90%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    /* 移动端平滑滚动与阻止滚动链（避免滚动穿透） */
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    overflow-x: hidden;
}
.dialog-container[data-v-3904e926]::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}
.dialog-header[data-v-3904e926] {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
}
.dialog-title[data-v-3904e926] {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
}
.dialog-close[data-v-3904e926] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
}
.dialog-close[data-v-3904e926]:hover {
    background-color: #f0f0f0;
}
.dialog-body[data-v-3904e926] {
    flex: 1;
    max-height: 600px;
    overflow-y: auto;
    padding: 10px;
    margin-bottom: 0;
}

  /* 动画效果 */
.fade-enter-active[data-v-3904e926],
  .fade-leave-active[data-v-3904e926] {
    transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-3904e926],
  .fade-leave-to[data-v-3904e926] {
    opacity: 0;
}
.slide-enter-active[data-v-3904e926],
  .slide-leave-active[data-v-3904e926] {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.slide-enter-from[data-v-3904e926],
  .slide-leave-to[data-v-3904e926] {
    transform: translateY(-20px);
    opacity: 0;
}
}

/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./static/viewComponents/BundleProduct/src/components/BundleProductBox/components/productDialog/productDialog.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 768px) {
  .product-skuInfo-dialog {
    display: flex;
    width: 100%;
    gap: 1.7708333333vw;
  }
  .product-skuInfo-dialog .swiper-box {
    flex-shrink: 0;
    width: clamp(300px, 25.3125vw, 486px);
  }
  .product-skuInfo-dialog .swiper-box .swiper {
    width: 100%;
    border-radius: 0.8333333333vw;
  }
  .product-skuInfo-dialog .swiper-box .swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
  .product-skuInfo-dialog .swiper-box .swiper-pagination {
    width: calc(100% - 1.1979166667vw - 1.1979166667vw);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  .product-skuInfo-dialog .swiper-box .swiper-pagination .swiper-pagination-bullet {
    flex: 1;
    border-radius: 0;
    height: 0.2083333333vw;
    margin-right: 0.2083333333vw;
    background-color: #c9c9c9;
    transition: all 0.3s;
  }
  .product-skuInfo-dialog .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #404040;
  }
  .product-skuInfo-dialog .skuInfo__info-box {
    flex: 1;
    flex-shrink: 0;
  }
  .product-skuInfo-dialog .skuInfo__info-box .product-title {
    margin-top: 0.15625vw;
    font-weight: 600;
    font-size: clamp(14px, 0.8333333333vw, 16px);
    color: #000000;
    line-height: clamp(19px, 1.1979166667vw, 23px);
  }
  .product-skuInfo-dialog .skuInfo__info-box .sku-list {
    margin-top: 0.78125vw;
  }
  .product-skuInfo-dialog .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: min(1.8229166667vw, 35px);
    height: min(2.8125vw, 54px);
    background: transparent;
    border-radius: 0.9375vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }
  .product-skuInfo-dialog .nav-button svg {
    fill: #ffffff;
  }
  .product-skuInfo-dialog .nav-button.active {
    background: #ffffff;
  }
  .product-skuInfo-dialog .nav-button.active svg {
    fill: #0f0f0f;
    width: min(0.5208333333vw, 10px);
    height: min(1.1979166667vw, 23px);
  }
  .product-skuInfo-dialog .prev-button {
    left: -2.7083333333vw;
  }
  .product-skuInfo-dialog .next-button {
    right: -2.5vw;
  }
  .product-skuInfo-dialog .next-button svg {
    transform: rotate(180deg);
  }
  .product-skuInfo-dialog .hide-swiper-to {
    display: none;
  }
  .product-skuInfo-dialog .thumbnail-box {
    position: absolute;
    bottom: -1.6145833333vw;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 100%;
    height: clamp(70px, 5.2083333333vw, 100px);
    box-sizing: border-box;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5625vw;
  }
  .product-skuInfo-dialog .thumbnail-box .thumbnail-img {
    width: clamp(70px, 5.2083333333vw, 100px);
    height: clamp(70px, 5.2083333333vw, 100px);
    border-radius: 0.625vw;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
  }
  .product-skuInfo-dialog .thumbnail-box .thumbnail-img:hover {
    opacity: 0.4;
  }
  .product-skuInfo-dialog .thumbnail-box .thumbnail-active {
    opacity: 1;
    border: 4px solid #d3c6a8;
  }
  .product-skuInfo-dialog .thumbnail-box .thumbnail-active:hover {
    opacity: 1;
  }
  .product-skuInfo-dialog__button-list {
    display: flex;
    gap: 0.2083333333vw;
    margin-top: 1.3541666667vw;
  }
  .product-skuInfo-dialog__button-list .product-skuInfo-dialog__button {
    flex: 1;
    height: clamp(40px, 2.3958333333vw, 46px);
    border-radius: 0.8333333333vw;
    box-sizing: border-box;
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: clamp(12px, 0.7291666667vw, 14px);
    color: #141414;
  }
  .product-skuInfo-dialog__button-list .product-skuInfo-dialog__button.cancal {
    background: #ffffff;
    border: 1px solid #0f0f0f;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-skuInfo-dialog__button-list .product-skuInfo-dialog__button.cancal:hover {
    background: #f8f8f8;
  }
  .product-skuInfo-dialog__button-list .product-skuInfo-dialog__button.update {
    background: #0f0f0f;
    position: relative;
    color: #ffffff;
  }
  .product-skuInfo-dialog__button-list .product-skuInfo-dialog__button.update:hover {
    background: #333333;
  }
}
@media screen and (max-width: 768px) {
  .product-skuInfo-dialog {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-skuInfo-dialog .swiper-box {
    flex-shrink: 0;
    width: 100%;
    display: none;
  }
  .product-skuInfo-dialog .swiper-box .swiper {
    width: 100%;
    border-radius: 3.7209302326vw;
  }
  .product-skuInfo-dialog .swiper-box .swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
  .product-skuInfo-dialog .swiper-box .swiper-pagination {
    width: calc(100% - 5.3488372093vw - 5.3488372093vw);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  .product-skuInfo-dialog .swiper-box .swiper-pagination .swiper-pagination-bullet {
    flex: 1;
    border-radius: 0;
    height: 0.9302325581vw;
    margin-right: 0.9302325581vw;
    background-color: #c9c9c9;
    transition: all 0.3s;
  }
  .product-skuInfo-dialog .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #404040;
  }
  .product-skuInfo-dialog .skuInfo__info-box {
    flex-shrink: 0;
    width: 100%;
  }
  .product-skuInfo-dialog .skuInfo__info-box .product-title {
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: clamp(12px, 3.2558139535vw, 14px);
    color: #000000;
    line-height: clamp(16px, 4.6511627907vw, 20px);
    padding: 0 2.3255813953vw;
  }
  .product-skuInfo-dialog .skuInfo__info-box .sku-list {
    margin-top: 2.3255813953vw;
  }
  .product-skuInfo-dialog .nav-button {
    display: none;
  }
  .product-skuInfo-dialog .hide-swiper-to {
    display: none;
  }
  .product-skuInfo-dialog .thumbnail-box {
    display: none;
  }
  .product-skuInfo-dialog__button-list {
    display: flex;
    margin-top: 4.6511627907vw;
    gap: 2.3255813953vw;
  }
  .product-skuInfo-dialog__button-list .product-skuInfo-dialog__button {
    flex: 1;
    border-radius: 2.7906976744vw;
    height: 10.6976744186vw;
    box-sizing: border-box;
    line-height: clamp(16px, 4.6511627907vw, 20px);
    font-weight: 500;
    font-size: clamp(12px, 3.2558139535vw, 14px);
    color: #0f0f0f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.7906976744vw;
  }
  .product-skuInfo-dialog__button-list .product-skuInfo-dialog__button.cancal {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0f0f0f;
  }
  .product-skuInfo-dialog__button-list .product-skuInfo-dialog__button.update {
    color: #ffffff;
    background: #0f0f0f;
    position: relative;
  }
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./static/common/toast/toast.scss ***!
  \*************************************************************************************************************************************************/
@media screen and (min-width: 769px) {
  .toast-list {
    position: fixed;
    z-index: 999;
    top: 150px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .toast-list .toast-item {
    min-width: 277px;
    padding: 20px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    animation: toastIn 0.6s ease-in-out;
  }
  .toast-list .toast-item span {
    display: block;
    text-align: left;
    font-family: Poppins, Poppins;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
  }
  .toast-list .toast-item--fadeout {
    animation: toastOut 0.6s ease-in-out;
    opacity: 0;
  }
  @keyframes toastIn {
    0% {
      transform: translate(0, -100%);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes toastOut {
    0% {
      transform: translate(0, 0);
      opacity: 1;
    }
    100% {
      transform: translate(0, 20%);
      opacity: 0;
    }
  }
}
@media screen and (max-width: 768px) {
  .toast-list {
    position: fixed;
    top: 130px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
  }
  .toast-list .toast-item {
    min-width: 277px;
    padding: 20px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    animation: toastIn 0.6s ease-in-out;
  }
  .toast-list .toast-item span {
    display: block;
    text-align: left;
    font-family: Poppins, Poppins;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
  }
  .toast-list .toast-item--fadeout {
    animation: toastOut 0.6s ease-in-out;
    opacity: 0;
  }
  @keyframes toastIn {
    0% {
      transform: translate(0, -100%);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  @keyframes toastOut {
    0% {
      transform: translate(0, 0);
      opacity: 1;
    }
    100% {
      transform: translate(0, 20%);
      opacity: 0;
    }
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./node_modules/string-replace-loader/index.js??ruleSet[0].use[1]!./static/viewComponents/BundleProduct/src/components/BundleProductBox/components/productDialog/components/skuSelect.vue?vue&type=style&index=0&id=71dd335b&scoped=true&lang=css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

@media screen and (min-width: 768px) {
.hi-select[data-v-71dd335b] {
    position: relative;
    width: 100%;
    font-family: inherit;
    margin-bottom: calc(10 / 1920 * 100vw);
}
.select-display[data-v-71dd335b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: clamp(34px, calc(38 / 1920 * 100vw), 38px);
    padding: 0 calc(16 / 1920 * 100vw);
    border: 1px solid #ddd;
    border-radius: calc(12 / 1920 * 100vw);
    font-size: clamp(10px, calc(12 / 1920 * 100vw), 12px);
    font-weight: 500;
    color: #333;
    background-color: white;
    cursor: pointer;
    /* transition: all 0.3s ease; */
}
.select-display.is-hovered[data-v-71dd335b] {
    background-color: #f7f7f7;
}
.select-display.is-open[data-v-71dd335b] {
    border-radius: calc(12 / 1920 * 100vw) calc(12 / 1920 * 100vw) 0 0;
    border-bottom: none;
}
.select-display.is-error[data-v-71dd335b] {
    border-color: rgba(255, 77, 79, 1);
    box-shadow: 0 0 4px rgba(255, 77, 79);
}
.display-text[data-v-71dd335b] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}
.dropdown-icon[data-v-71dd335b] {
    display: flex;
    margin-left: calc(8 / 1920 * 100vw);
    transition: transform 0.3s ease;
}
.select-display.is-open .dropdown-icon[data-v-71dd335b] {
    transform: rotate(180deg);
}
.select-display.is-single[data-v-71dd335b] {
    cursor: default;
}
.select-display.is-disabled[data-v-71dd335b] {
    opacity: 0.6;
    cursor: default;
}
.dropdown-menu[data-v-71dd335b] {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    max-height: calc(300 / 1920 * 100vw);
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0 0 calc(12 / 1920 * 100vw) calc(12 / 1920 * 100vw);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    z-index: 100;
    padding: 0 calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw);
    border-top: none;
}
.dropdown-bottom[data-v-71dd335b] {
    top: 100%;
}
.dropdown-top[data-v-71dd335b] {
    bottom: 100%;
}

  /* 隐藏滚动条但保持滚动功能 */
.dropdown-menu[data-v-71dd335b]::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.dropdown-item[data-v-71dd335b] {
    padding: calc(9 / 1920 * 100vw) calc(16 / 1920 * 100vw);
    font-size: clamp(10px, calc(12 / 1920 * 100vw), 12px);
    font-weight: 500;
    border-radius: calc(10 / 1920 * 100vw);
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: calc(2 / 1920 * 100vw);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom_size[data-v-71dd335b] {
    display: flex;
    align-items: center;
    margin-right: calc(10 / 1920 * 100vw);
}
.custom_attr_size[data-v-71dd335b] {
    display: flex;
    align-items: center;
    gap: calc(10 / 1920 * 100vw);
    margin: 0 calc(6 / 1920 * 100vw) 0 calc(16 / 1920 * 100vw);
}
.custom_attr_size input[data-v-71dd335b] {
    max-width: calc(114 / 1920 * 100vw);
    height: clamp(23px, calc(27 / 1920 * 100vw), 27px);
    line-height: clamp(23px, calc(27 / 1920 * 100vw), 27px);
    border: none;
    background-color: unset;
    border-bottom: 1px solid #000;
    text-align: center;
    width: 100%;
    font-size: clamp(10px, calc(12 / 1920 * 100vw), 12px);
}
.dropdown-item-label[data-v-71dd335b] {
    display: flex;
    align-items: center;
    gap: calc(8 / 1920 * 100vw);
}
.option-image[data-v-71dd335b] {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw);
    object-fit: contain;
}
.color-block[data-v-71dd335b] {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw);
    border: 1px solid #ddd;
    border-radius: 2px;
}
.option-text[data-v-71dd335b] {
    flex: 1;
}
.dropdown-item[data-v-71dd335b]:hover {
    background-color: #f7f7f7;
}
.dropdown-item.is-selected[data-v-71dd335b] {
    border: 1px solid #fec629;
}
.dropdown-item.is-selected[data-v-71dd335b]::after {
    content: "\e647";
    font-family: "iconfont" !important;
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
    height: clamp(12px, calc(14 / 1920 * 100vw), 14px);
    color: #0f0f0f;
    font-weight: bold;
}
.error-message[data-v-71dd335b] {
    margin-top: calc(4 / 1920 * 100vw);
    font-size: clamp(10px, calc(12 / 1920 * 100vw), 12px);
    color: #ff4d4f;
    line-height: 1.5;
    animation: fadeIn-71dd335b 0.3s ease;
}

  /* 动画 */
.dropdown-enter-active[data-v-71dd335b],
  .dropdown-leave-active[data-v-71dd335b] {
    transition: all 0.3s ease;
}
.dropdown-enter-from[data-v-71dd335b],
  .dropdown-leave-to[data-v-71dd335b] {
    opacity: 0;
    transform: translateY(calc(-10 / 1920 * 100vw));
}
@keyframes fadeIn-71dd335b {
from {
      opacity: 0;
      transform: translateY(calc(-5 / 1920 * 100vw));
}
to {
      opacity: 1;
      transform: translateY(0);
}
}
.select-label[data-v-71dd335b] {
    font-weight: 500;
    font-size: clamp(10px, calc(12 / 1920 * 100vw), 12px);
    color: #000000;
    line-height: clamp(18px, calc(20 / 1920 * 100vw), 20px);
}
.display-text[data-v-71dd335b] {
    font-weight: 400;
    font-size: clamp(10px, calc(12 / 1920 * 100vw), 12px);
    color: #000000;
    line-height: clamp(18px, calc(20 / 1920 * 100vw), 20px);
    text-align: right;
}
}
@media screen and (max-width: 768px) {
.hi-select[data-v-71dd335b] {
    position: relative;
    width: 100%;
    font-family: inherit;
    margin-bottom: calc(10 / 430 * 100vw);
}
.select-display[data-v-71dd335b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: calc(38 / 430 * 100vw);
    padding: 0 calc(16 / 430 * 100vw);
    border: 1px solid #ddd;
    border-radius: calc(12 / 430 * 100vw);
    font-size: min(calc(12 / 430 * 100vw), 12px);
    font-weight: 500;
    color: #333;
    background-color: white;
    cursor: pointer;
    /* transition: all 0.3s ease; */
}
.select-display.is-hovered[data-v-71dd335b] {
    background-color: #f7f7f7;
}
.select-display.is-open[data-v-71dd335b] {
    border-radius: calc(12 / 430 * 100vw) calc(12 / 430 * 100vw) 0 0;
    border-bottom: none;
}
.select-display.is-error[data-v-71dd335b] {
    border-color: rgba(255, 77, 79, 1);
    box-shadow: 0 0 4px rgba(255, 77, 79);
}
.display-text[data-v-71dd335b] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}
.dropdown-icon[data-v-71dd335b] {
    display: flex;
    margin-left: calc(8 / 430 * 100vw);
    transition: transform 0.3s ease;
}
.select-display.is-open .dropdown-icon[data-v-71dd335b] {
    transform: rotate(180deg);
}
.dropdown-menu[data-v-71dd335b] {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    max-height: calc(300 / 430 * 100vw);
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0 0 calc(12 / 430 * 100vw) calc(12 / 430 * 100vw);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    z-index: 100;
    padding: 0 calc(5 / 430 * 100vw) calc(5 / 430 * 100vw) calc(5 / 430 * 100vw);
    border-top: none;
}
.dropdown-bottom[data-v-71dd335b] {
    top: 100%;
}
.dropdown-top[data-v-71dd335b] {
    bottom: 100%;
}

  /* 隐藏滚动条但保持滚动功能 */
.dropdown-menu[data-v-71dd335b]::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.dropdown-item[data-v-71dd335b] {
    padding: calc(9 / 430 * 100vw) calc(16 / 430 * 100vw);
    font-size: min(calc(12 / 430 * 100vw), 12px);
    font-weight: 500;
    border-radius: calc(10 / 430 * 100vw);
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: calc(2 / 430 * 100vw);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-item[data-v-71dd335b]:has(.custom_size) {
    /* border-top: 1px solid #ddd; */
}
.custom_size[data-v-71dd335b] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: calc(10 / 430 * 100vw);
    gap: calc(22 / 430 * 100vw);
}
.custom_size .custom_size_title[data-v-71dd335b] {
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: min(calc(14 / 430 * 100vw), 14px);
    color: #000000;
    line-height: min(calc(20 / 430 * 100vw), 20px);
}
.custom_attr_size[data-v-71dd335b] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(25 / 430 * 100vw);
    margin: 0;
}
.custom_attr_size input[data-v-71dd335b] {
    flex: 1;
    height: calc(27 / 430 * 100vw);
    line-height: calc(27 / 430 * 100vw);
    border: none;
    background-color: unset;
    border-bottom: 1px solid #000;
    text-align: center;
    width: 100%;
    font-size: min(calc(12 / 430 * 100vw), 12px);
    position: relative;
}
.custom_attr_size input[data-v-71dd335b]::after {
    content: '"';
    position: absolute;
    right: 0;
    top: 0;
}
.custom_attr_size .in[data-v-71dd335b] {
    display: none;
}
.dropdown-item-label[data-v-71dd335b] {
    display: flex;
    align-items: center;
    gap: calc(8 / 430 * 100vw);
}
.option-image[data-v-71dd335b] {
    width: calc(20 / 430 * 100vw);
    height: calc(20 / 430 * 100vw);
    object-fit: contain;
}
.color-block[data-v-71dd335b] {
    width: calc(20 / 430 * 100vw);
    height: calc(20 / 430 * 100vw);
    border: 1px solid #ddd;
    border-radius: 2px;
}
.option-text[data-v-71dd335b] {
    flex: 1;
}
.dropdown-item[data-v-71dd335b]:hover {
    background-color: #f7f7f7;
}
.dropdown-item.is-selected[data-v-71dd335b] {
    border: 1px solid #fec629;
}
.dropdown-item.is-selected[data-v-71dd335b]::after {
    content: "\e647";
    font-family: "iconfont" !important;
    font-size: min(calc(14 / 430 * 100vw), 14px);
    height: calc(14 / 430 * 100vw);
    color: #0f0f0f;
    font-weight: bold;
}
.error-message[data-v-71dd335b] {
    margin-top: calc(4 / 430 * 100vw);
    font-size: min(calc(12 / 430 * 100vw), 12px);
    color: #ff4d4f;
    line-height: 1.5;
    animation: fadeIn-71dd335b 0.3s ease;
}

  /* 动画 */
.dropdown-enter-active[data-v-71dd335b],
  .dropdown-leave-active[data-v-71dd335b] {
    transition: all 0.3s ease;
}
.dropdown-enter-from[data-v-71dd335b],
  .dropdown-leave-to[data-v-71dd335b] {
    opacity: 0;
    transform: translateY(calc(-10 / 430 * 100vw));
}
@keyframes fadeIn-71dd335b {
from {
      opacity: 0;
      transform: translateY(calc(-5 / 430 * 100vw));
}
to {
      opacity: 1;
      transform: translateY(0);
}
}
.select-label[data-v-71dd335b] {
    font-weight: 500;
    font-size: min(calc(12 / 430 * 100vw), 12px);
    color: #000000;
    line-height: calc(20 / 430 * 100vw);
}
.display-text[data-v-71dd335b] {
    font-weight: 400;
    font-size: min(calc(12 / 430 * 100vw), 12px);
    color: #000000;
    line-height: calc(20 / 430 * 100vw);
    text-align: right;
}
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./node_modules/string-replace-loader/index.js??ruleSet[0].use[1]!./static/viewComponents/BundleProduct/src/components/BundleProductBox/components/productDialog/components/encodingsSelect.vue?vue&type=style&index=0&id=047c5704&scoped=true&lang=css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

@media screen and (min-width: 768px) {
.hi-select[data-v-047c5704] {
    position: relative;
    width: 100%;
    font-family: inherit;
    margin-top: calc(10 / 1920 * 100vw);
}
.select-display[data-v-047c5704] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: clamp(34px, calc(38 / 1920 * 100vw), 38px);
    padding: 0 calc(16 / 1920 * 100vw);
    border: 1px solid #ddd;
    border-radius: calc(12 / 1920 * 100vw);
    font-size: clamp(10px, calc(12 / 1920 * 100vw), 12px);
    font-weight: 500;
    color: #333;
    background-color: white;
    cursor: pointer;
    /* transition: all 0.3s ease; */
}
.select-display.is-hovered[data-v-047c5704] {
    background-color: #f7f7f7;
}
.select-display.is-open[data-v-047c5704] {
    border-radius: calc(12 / 1920 * 100vw) calc(12 / 1920 * 100vw) 0 0;
    border-bottom: none;
}
.select-display.is-error[data-v-047c5704] {
    border-color: rgba(255, 77, 79, 1);
    box-shadow: 0 0 4px rgba(255, 77, 79);
}
.display-text[data-v-047c5704] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}
.dropdown-icon[data-v-047c5704] {
    display: flex;
    margin-left: calc(8 / 1920 * 100vw);
    transition: transform 0.3s ease;
}
.select-display.is-open .dropdown-icon[data-v-047c5704] {
    transform: rotate(180deg);
}
.dropdown-menu[data-v-047c5704] {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    max-height: calc(300 / 1920 * 100vw);
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0 0 calc(12 / 1920 * 100vw) calc(12 / 1920 * 100vw);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    z-index: 100;
    padding: 0 calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw) calc(5 / 1920 * 100vw);
    border-top: none;
}
.dropdown-bottom[data-v-047c5704] {
    top: 100%;
}
.dropdown-top[data-v-047c5704] {
    bottom: 100%;
}

  /* 隐藏滚动条但保持滚动功能 */
.dropdown-menu[data-v-047c5704]::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.dropdown-item[data-v-047c5704] {
    padding: calc(9 / 1920 * 100vw) calc(16 / 1920 * 100vw);
    font-size: clamp(10px, calc(12 / 1920 * 100vw), 12px);
    font-weight: 500;
    border-radius: calc(10 / 1920 * 100vw);
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: calc(2 / 1920 * 100vw);
    display: flex;
    gap: 10px;
    align-items: center;
}
.dropdown-item-input[data-v-047c5704] {
    flex: 1;
    border-radius: 8px;
    background: none;
    border: 1px solid #FEC629;
    height: 30px;
    padding-left: 13px;
}
.dropdown-item-input.disabled[data-v-047c5704] {
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
}
.dropdown-item-to[data-v-047c5704] {
    font-size: clamp(8px, calc(10 / 1920 * 100vw), 10px);
}
.custom_size[data-v-047c5704] {
    display: flex;
    align-items: center;
    margin-right: calc(10 / 1920 * 100vw);
}
.custom_attr_size[data-v-047c5704] {
    display: flex;
    align-items: center;
    gap: calc(10 / 1920 * 100vw);
    margin: 0 calc(6 / 1920 * 100vw) 0 calc(16 / 1920 * 100vw);
}
.option-image[data-v-047c5704] {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw);
    object-fit: contain;
}
.color-block[data-v-047c5704] {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw);
    border: 1px solid #ddd;
    border-radius: 2px;
}
.option-text[data-v-047c5704] {
    flex: 1;
}
.dropdown-item.is-selected[data-v-047c5704] {
    border: 1px solid #fec629;
}
.dropdown-item.is-selected[data-v-047c5704]::after {
    content: "\e647";
    font-family: "iconfont" !important;
    font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
    height: clamp(12px, calc(14 / 1920 * 100vw), 14px);
    color: #0f0f0f;
    font-weight: bold;
}
.error-message[data-v-047c5704] {
    margin-top: calc(4 / 1920 * 100vw);
    font-size: clamp(10px, calc(12 / 1920 * 100vw), 12px);
    color: #ff4d4f;
    line-height: 1.5;
    animation: fadeIn-047c5704 0.3s ease;
}

  /* 动画 */
.dropdown-enter-active[data-v-047c5704],
  .dropdown-leave-active[data-v-047c5704] {
    transition: all 0.3s ease;
}
.dropdown-enter-from[data-v-047c5704],
  .dropdown-leave-to[data-v-047c5704] {
    opacity: 0;
    transform: translateY(calc(-10 / 1920 * 100vw));
}
@keyframes fadeIn-047c5704 {
from {
      opacity: 0;
      transform: translateY(calc(-5 / 1920 * 100vw));
}
to {
      opacity: 1;
      transform: translateY(0);
}
}
.select-label[data-v-047c5704] {
    font-weight: 500;
    font-size: clamp(10px, calc(12 / 1920 * 100vw), 12px);
    color: #000000;
    line-height: clamp(18px, calc(20 / 1920 * 100vw), 20px);
}
.display-text[data-v-047c5704] {
    font-weight: 400;
    font-size: clamp(10px, calc(12 / 1920 * 100vw), 12px);
    color: #000000;
    line-height: clamp(18px, calc(20 / 1920 * 100vw), 20px);
    text-align: right;
}
}
@media screen and (max-width: 768px) {
.hi-select[data-v-047c5704] {
    position: relative;
    width: 100%;
    font-family: inherit;
    margin-bottom: calc(10 / 430 * 100vw);
}
.select-display[data-v-047c5704] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: calc(38 / 430 * 100vw);
    padding: 0 calc(16 / 430 * 100vw);
    border: 1px solid #ddd;
    border-radius: calc(12 / 430 * 100vw);
    font-size: min(calc(12 / 430 * 100vw), 12px);
    font-weight: 500;
    color: #333;
    background-color: white;
    cursor: pointer;
    /* transition: all 0.3s ease; */
}
.select-display.is-hovered[data-v-047c5704] {
    background-color: #f7f7f7;
}
.select-display.is-open[data-v-047c5704] {
    border-radius: calc(12 / 430 * 100vw) calc(12 / 430 * 100vw) 0 0;
    border-bottom: none;
}
.select-display.is-error[data-v-047c5704] {
    border-color: rgba(255, 77, 79, 1);
    box-shadow: 0 0 4px rgba(255, 77, 79);
}
.display-text[data-v-047c5704] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}
.dropdown-icon[data-v-047c5704] {
    display: flex;
    margin-left: calc(8 / 430 * 100vw);
    transition: transform 0.3s ease;
}
.select-display.is-open .dropdown-icon[data-v-047c5704] {
    transform: rotate(180deg);
}
.dropdown-menu[data-v-047c5704] {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    max-height: calc(300 / 430 * 100vw);
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0 0 calc(12 / 430 * 100vw) calc(12 / 430 * 100vw);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    z-index: 100;
    padding: 0 calc(5 / 430 * 100vw) calc(5 / 430 * 100vw) calc(5 / 430 * 100vw);
    border-top: none;
}
.dropdown-bottom[data-v-047c5704] {
    top: 100%;
}
.dropdown-top[data-v-047c5704] {
    bottom: 100%;
}

  /* 隐藏滚动条但保持滚动功能 */
.dropdown-menu[data-v-047c5704]::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.dropdown-item[data-v-047c5704] {
    padding: calc(9 / 430 * 100vw) calc(16 / 430 * 100vw);
    font-size: min(calc(12 / 430 * 100vw), 12px);
    font-weight: 500;
    border-radius: calc(10 / 430 * 100vw);
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: calc(2 / 430 * 100vw);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-item[data-v-047c5704]:has(.custom_size) {
    /* border-top: 1px solid #ddd; */
}
.custom_size[data-v-047c5704] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: calc(10 / 430 * 100vw);
    gap: calc(22 / 430 * 100vw);
}
.custom_size .custom_size_title[data-v-047c5704] {
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: min(calc(14 / 430 * 100vw), 14px);
    color: #000000;
    line-height: min(calc(20 / 430 * 100vw), 20px);
}
.custom_attr_size[data-v-047c5704] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(25 / 430 * 100vw);
    margin: 0;
}
.custom_attr_size input[data-v-047c5704] {
    flex: 1;
    height: calc(27 / 430 * 100vw);
    line-height: calc(27 / 430 * 100vw);
    border: none;
    background-color: unset;
    border-bottom: 1px solid #000;
    text-align: center;
    width: 100%;
    font-size: min(calc(12 / 430 * 100vw), 12px);
    position: relative;
}
.custom_attr_size input[data-v-047c5704]::after {
    content: '"';
    position: absolute;
    right: 0;
    top: 0;
}
.custom_attr_size .in[data-v-047c5704] {
    display: none;
}
.dropdown-item-label[data-v-047c5704] {
    display: flex;
    align-items: center;
    gap: calc(8 / 430 * 100vw);
}
.option-image[data-v-047c5704] {
    width: calc(20 / 430 * 100vw);
    height: calc(20 / 430 * 100vw);
    object-fit: contain;
}
.color-block[data-v-047c5704] {
    width: calc(20 / 430 * 100vw);
    height: calc(20 / 430 * 100vw);
    border: 1px solid #ddd;
    border-radius: 2px;
}
.option-text[data-v-047c5704] {
    flex: 1;
}
.dropdown-item[data-v-047c5704]:hover {
    background-color: #f7f7f7;
}
.dropdown-item.is-selected[data-v-047c5704] {
    border: 1px solid #fec629;
}
.dropdown-item.is-selected[data-v-047c5704]::after {
    content: "\e647";
    font-family: "iconfont" !important;
    font-size: min(calc(14 / 430 * 100vw), 14px);
    height: calc(14 / 430 * 100vw);
    color: #0f0f0f;
    font-weight: bold;
}
.error-message[data-v-047c5704] {
    margin-top: calc(4 / 430 * 100vw);
    font-size: min(calc(12 / 430 * 100vw), 12px);
    color: #ff4d4f;
    line-height: 1.5;
    animation: fadeIn-047c5704 0.3s ease;
}

  /* 动画 */
.dropdown-enter-active[data-v-047c5704],
  .dropdown-leave-active[data-v-047c5704] {
    transition: all 0.3s ease;
}
.dropdown-enter-from[data-v-047c5704],
  .dropdown-leave-to[data-v-047c5704] {
    opacity: 0;
    transform: translateY(calc(-10 / 430 * 100vw));
}
@keyframes fadeIn-047c5704 {
from {
      opacity: 0;
      transform: translateY(calc(-5 / 430 * 100vw));
}
to {
      opacity: 1;
      transform: translateY(0);
}
}
.select-label[data-v-047c5704] {
    font-weight: 500;
    font-size: min(calc(12 / 430 * 100vw), 12px);
    color: #000000;
    line-height: calc(20 / 430 * 100vw);
}
.display-text[data-v-047c5704] {
    font-weight: 400;
    font-size: min(calc(12 / 430 * 100vw), 12px);
    color: #000000;
    line-height: calc(20 / 430 * 100vw);
    text-align: right;
}
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./static/viewComponents/BundleProduct/src/components/BundleProductBox/components/productDialog/components/quantitySelect/quantitySelect.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 768px) {
  .quantity-select-box {
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 0.8333333333vw;
  }
  .quantity-select-box__title {
    font-weight: 500;
    font-size: clamp(10px, 0.625vw, 12px);
    color: #000000;
    line-height: clamp(40px, 2.34375vw, 45px);
    height: clamp(40px, 2.34375vw, 45px);
    border-bottom: 1px solid #ddd;
    padding: 0px 0.8333333333vw;
  }
  .quantity-select-box__options {
    max-height: 10.8854166667vw;
    overflow-y: auto;
  }
  .quantity-select-box__options-item {
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    display: flex;
    padding: 0.5208333333vw 0.8333333333vw;
    align-items: center;
    transition: all 0.3s;
  }
  .quantity-select-box__options-item.active {
    background: #f3f3f3;
  }
  .quantity-select-box__options-item:hover {
    background-color: #f7f7f7;
  }
  .quantity-select-box__options-item:last-child {
    border-bottom: none;
  }
  .quantity-select-box__options-item .option-item-quantity {
    width: 20%;
    min-width: 3.125vw;
    font-size: clamp(10px, 0.625vw, 12px);
    color: #000000;
  }
  .quantity-select-box__options-item .quantity-info-box {
    flex: 1;
  }
  .quantity-select-box__options-item .quantity-info-box .line {
    font-size: clamp(10px, 0.625vw, 12px);
    color: #555555;
  }
  .quantity-select-box__options-item .quantity-info-box .line .line-price:first-child {
    font-weight: 600;
    margin-left: 0.3125vw;
    color: #000000;
  }
  .quantity-select-box__options-item .discount-box {
    font-size: clamp(10px, 0.625vw, 12px);
    width: 20%;
    min-width: 2.0833333333vw;
    text-align: right;
    font-weight: 500;
  }
  .quantity-select-box__options .last-no-qty-item {
    border-radius: 0 0 0 0.8333333333vw;
  }
  .quantity--custom {
    border-radius: 0.8333333333vw 0.8333333333vw 0 0;
  }
  .quantity-custom-box {
    border-radius: 0 0 0.8333333333vw 0.8333333333vw;
    padding: 0.78125vw 0.8333333333vw;
    border: 1px solid #ddd;
    border-top: none;
    display: flex;
    cursor: pointer;
    align-items: center;
  }
  .quantity-custom-box input {
    background-color: unset;
    width: 7.96875vw;
    height: 1.0416666667vw;
    font-size: clamp(10px, 0.625vw, 12px);
    line-height: clamp(18px, 1.0416666667vw, 20px);
    color: #333;
    font-weight: 400;
    border: 0;
    outline: 0;
    text-align: center;
    border-bottom: 1px solid #000;
  }
  .quantity-custom-box.active {
    border: 1px solid #fec629;
  }
}
@media screen and (max-width: 768px) {
  .quantity-select-box {
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 2.7906976744vw;
  }
  .quantity-select-box__title {
    font-weight: 500;
    font-size: min(2.7906976744vw, 12px);
    color: #000000;
    line-height: 10.4651162791vw;
    height: 10.4651162791vw;
    border-bottom: 1px solid #ddd;
    padding: 0px 3.7209302326vw;
  }
  .quantity-select-box__options {
    max-height: 48.6046511628vw;
    overflow-y: auto;
  }
  .quantity-select-box__options-item {
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    display: flex;
    padding: 2.3255813953vw 3.7209302326vw;
    align-items: center;
    transition: all 0.3s;
  }
  .quantity-select-box__options-item.active {
    background: #f3f3f3;
  }
  .quantity-select-box__options-item:hover {
    background-color: #f7f7f7;
  }
  .quantity-select-box__options-item:last-child {
    border-bottom: none;
  }
  .quantity-select-box__options-item .option-item-quantity {
    width: 20%;
    min-width: 13.9534883721vw;
    font-size: min(2.7906976744vw, 12px);
    color: #000000;
  }
  .quantity-select-box__options-item .quantity-info-box {
    flex: 1;
  }
  .quantity-select-box__options-item .quantity-info-box .line {
    font-size: min(2.7906976744vw, 12px);
    color: #555555;
  }
  .quantity-select-box__options-item .quantity-info-box .line .line-price:first-child {
    font-weight: 600;
    margin-left: 1.3953488372vw;
    color: #000000;
  }
  .quantity-select-box__options-item .discount-box {
    font-size: min(2.7906976744vw, 12px);
    width: 20%;
    min-width: 9.3023255814vw;
    text-align: right;
    font-weight: 500;
  }
  .quantity-select-box__options .last-no-qty-item {
    border-radius: 0 0 2.7906976744vw 2.7906976744vw;
  }
  .quantity--custom {
    border-radius: 3.7209302326vw 3.7209302326vw 0 0;
  }
  .quantity-custom-box {
    border-radius: 0 0 3.7209302326vw 3.7209302326vw;
    padding: 3.488372093vw 3.7209302326vw;
    border: 1px solid #ddd;
    border-top: none;
    display: flex;
    cursor: pointer;
    align-items: center;
  }
  .quantity-custom-box input {
    background-color: unset;
    width: 35.5813953488vw;
    height: 4.6511627907vw;
    font-size: min(2.7906976744vw, 12px);
    line-height: 4.6511627907vw;
    color: #333;
    font-weight: 400;
    border: 0;
    outline: 0;
    text-align: center;
    border-bottom: 1px solid #000;
  }
  .quantity-custom-box.active {
    border: 1px solid #fec629;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./node_modules/string-replace-loader/index.js??ruleSet[0].use[1]!./static/viewComponents/BundleProduct/src/components/BundleProductBox/components/productDialog/components/quantitySelect/quantitySelect.vue?vue&type=style&index=0&id=1390fc1e&scoped=true&lang=css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/* 添加 loading 样式 */
.loading-container[data-v-1390fc1e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.loading-spinner[data-v-1390fc1e] {
  width: 24px;
  height: 24px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin-1390fc1e 1s linear infinite;
  margin-bottom: 10px;
}
.loading-text[data-v-1390fc1e] {
  font-size: 14px;
  color: #666;
}
@keyframes spin-1390fc1e {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.expand-enter-active[data-v-1390fc1e],
.expand-leave-active[data-v-1390fc1e] {
  transition: all 0.5s ease-in-out;
  max-height: 20px;
  /* 展开后的最大高度 */
  overflow-y: hidden;
}
.expand-enter-from[data-v-1390fc1e],
.expand-leave-to[data-v-1390fc1e] {
  max-height: 0 !important;
  opacity: 0;
  /* 可选的轻微上移动画 */
}

/* 移动端关闭动画 */
@media screen and (max-width: 768px) {
.expand-enter-active[data-v-1390fc1e],
  .expand-leave-active[data-v-1390fc1e] {
    transition: none;
}
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./node_modules/string-replace-loader/index.js??ruleSet[0].use[1]!./static/viewComponents/BundleProduct/src/components/BundleProductBox/components/productDialog/productDialog.vue?vue&type=style&index=0&id=6209db8c&scoped=true&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

[data-v-6209db8c] .select-display {
  padding: 0 20px;
}
[data-v-6209db8c] .quantity-select-box__title {
  padding: 0 20px;
}
[data-v-6209db8c] .quantity-select-box__options-item {
  padding: 10px 20px;
}
[data-v-6209db8c] .quantity-select-box__options-item.active {
  background: transparent;
  border: 1px solid #FEC629;
}
@media screen and (max-width: 768px) {
[data-v-6209db8c] .quantity-select-box__options-item {
    align-items: flex-start;
}
[data-v-6209db8c] .quantity-info-box .line {
    text-align: end;
}
[data-v-6209db8c] .quantity-info-box .line .line-price {
    margin-left: 24px !important;
}
[data-v-6209db8c] .quantity-select-box__options-item.active:not(:last-of-type) {
    position: relative;
    padding-bottom: 35px;
}
[data-v-6209db8c] .quantity-info-box .line2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4px calc(20% + 12px) 4px 0;
    box-sizing: border-box;
    background: #FFF1CC;
}
}

/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./static/feature/Product/src/components/productCard-bundle/productCard-bundle.scss ***!
  \***************************************************************************************************************************************************************************************************/
.bundle-product-item-root-box {
  display: flex;
  text-decoration: none;
  color: #333;
  position: relative;
  flex-direction: column;
  width: clamp(150px, 200 / 1920 * 100vw, 200px);
}
.bundle-product-item-root-box:hover .img-box .img-mask {
  display: block;
}
.bundle-product-item-root-box:hover .info-box .product-title-mask {
  display: flex;
}
.bundle-product-item-root-box .img-box {
  position: relative;
  overflow: hidden;
  border-radius: calc(12 / 1920 * 100vw);
  border: 1px solid #d3c6a8;
}
.bundle-product-item-root-box .img-box .img-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(150px, 200 / 1920 * 100vw, 200px);
  height: clamp(150px, 200 / 1920 * 100vw, 200px);
  padding: calc(12 / 1920 * 100vw) calc(16 / 1920 * 100vw);
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.6) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: calc(12 / 1920 * 100vw);
  font-family: Poppins, Poppins;
  font-weight: 500;
  font-size: clamp(12px, 14 / 1920 * 100vw, 14px);
  color: #ffffff;
  line-height: clamp(16px, 20 / 1920 * 100vw, 20px);
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.bundle-product-item-root-box .img-box img {
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 1/1;
}
.bundle-product-item-root-box .info-box {
  display: flex;
  flex-direction: column;
  gap: calc(30 / 1920 * 100vw);
  margin-top: calc(10 / 1920 * 100vw);
  flex: 1;
}
.bundle-product-item-root-box .info-box .price-info {
  flex: 1;
}
.bundle-product-item-root-box .info-box .product-title {
  width: clamp(150px, 200 / 1920 * 100vw, 200px);
  height: clamp(37px, 50 / 1920 * 100vw, 50px);
  box-sizing: border-box;
  background: #f2efe4;
  border-radius: calc(10 / 1920 * 100vw);
  padding: calc(6 / 1920 * 100vw) calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw);
  font-weight: 400;
  font-size: clamp(10px, 12 / 1920 * 100vw, 12px);
  color: #0f0f0f;
  line-height: clamp(16px, 20 / 1920 * 100vw, 20px);
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .bundle-product-item-root-box .info-box .product-title {
    font-size: clamp(10px, 12 / 1920 * 100vw, 12px);
  }
}
.bundle-product-item-root-box .info-box .product-title-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(150px, 200 / 1920 * 100vw, 200px);
  height: clamp(37px, 50 / 1920 * 100vw, 50px);
  background: rgba(15, 15, 15, 0.9);
  border-radius: calc(10 / 1920 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins, Poppins;
  font-weight: 500;
  font-size: clamp(9px, 10 / 1920 * 100vw, 10px);
  color: #ffffff;
  line-height: clamp(25px, 29 / 1920 * 100vw, 29px);
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: none;
}
.bundle-product-item-root-box .info-box .price-box {
  margin-top: calc(10 / 1920 * 100vw);
  font-size: clamp(12px, 14 / 1920 * 100vw, 14px);
  line-height: clamp(16px, 20 / 1920 * 100vw, 20px);
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
}
.bundle-product-item-root-box .info-box .price-box .tips {
  font-size: clamp(10px, 12 / 1920 * 100vw, 12px);
  height: clamp(12px, 16 / 1920 * 100vw, 16px);
  font-weight: 400;
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
  gap: 5px;
  color: #0f0f0f;
}
.bundle-product-item-root-box .info-box .price-box .tips::after {
  line-height: 1;
  content: "Units";
  font-weight: 500;
  font-size: clamp(7px, 8 / 1920 * 100vw, 8px);
  font-family: Poppins-Medium;
  color: #646464;
}
.bundle-product-item-root-box .info-box .price-box .price-content {
  display: flex;
  justify-content: end;
  flex-wrap: wrap-reverse;
  gap: 0 calc(5 / 1920 * 100vw);
}
.bundle-product-item-root-box .info-box .price-box .price-content .compare-price {
  font-size: clamp(10px, 12 / 1920 * 100vw, 12px);
  display: flex;
  line-height: 1.4;
  align-items: flex-end;
}
.bundle-product-item-root-box .info-box .price-box .member-content {
  color: var(--member_color);
}
.bundle-product-item-root-box .info-box .price-box .member-icon {
  display: block;
  fill: var(--member_color);
  fill-rule: evenodd;
}
.bundle-product-item-root-box .info-box .price-box .price-conversion {
  color: #0f0f0f;
  display: inline;
}
.bundle-product-item-root-box .info-box .price-box .member-price {
  color: var(--member_color);
  display: inline;
}
.bundle-product-item-root-box .info-box .price-box .compare-price {
  text-decoration: line-through;
  color: #646464;
  display: inline;
}
.bundle-product-item-root-box .skeleton {
  overflow: hidden;
  background-color: #f7f7f7;
  position: relative;
  border-radius: calc(6 / 1920 * 100vw);
}
.bundle-product-item-root-box .skeleton * {
  opacity: 0;
}
.bundle-product-item-root-box .skeleton::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(225, 225, 225, 0.57), transparent);
  animation: loading 4s infinite;
}
@keyframes loading {
  100% {
    transform: translateX(200%);
  }
}
.bundle-product-item-root-box.loading-temp .price-box {
  width: 60%;
  height: calc(20 / 1920 * 100vw);
  overflow: hidden;
}
.bundle-product-item-root-box.loading-temp .img-box,
.bundle-product-item-root-box.loading-temp .price-box,
.bundle-product-item-root-box.loading-temp .product-title {
  overflow: hidden;
  background-color: #f7f7f7;
  position: relative;
  border-radius: 6px;
}
.bundle-product-item-root-box.loading-temp .img-box *,
.bundle-product-item-root-box.loading-temp .price-box *,
.bundle-product-item-root-box.loading-temp .product-title * {
  opacity: 0;
}
.bundle-product-item-root-box.loading-temp .img-box::after,
.bundle-product-item-root-box.loading-temp .price-box::after,
.bundle-product-item-root-box.loading-temp .product-title::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(225, 225, 225, 0.57), transparent);
  animation: loading 4s infinite;
}
@keyframes loading {
  100% {
    transform: translateX(200%);
  }
}
.bundle-product-item-root-box.loading-temp .info-box {
  margin: 10px 0 0;
}
.bundle-product-item-root-box.loading-temp .price-box {
  align-self: start;
}

@media screen and (max-width: 768px) {
  .bundle-product-item-root-box {
    display: block;
    text-decoration: none;
    color: #333;
    position: relative;
    width: clamp(100px, 200 / 430 * 100vw, 200px);
  }
  .bundle-product-item-root-box .img-box {
    overflow: hidden;
    border-radius: calc(16 / 430 * 100vw);
    aspect-ratio: 1/1;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
  .bundle-product-item-root-box .img-box .img-mask {
    width: clamp(100px, 200 / 430 * 100vw, 200px);
    height: clamp(100px, 200 / 430 * 100vw, 200px);
    padding: calc(12 / 430 * 100vw) calc(16 / 430 * 100vw);
    border-radius: min(12 / 430 * 100vw, 12px);
    font-size: clamp(12px, 14 / 430 * 100vw, 14px);
    line-height: min(20 / 430 * 100vw, 20px);
  }
  .bundle-product-item-root-box .img-box img {
    width: 100%;
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .bundle-product-item-root-box .info-box {
    display: flex;
    flex-direction: column;
    gap: calc(30 / 430 * 100vw);
    margin-top: calc(10 / 430 * 100vw);
    flex: 1;
  }
  .bundle-product-item-root-box .info-box .price-info {
    flex: 1;
  }
  .bundle-product-item-root-box .info-box .product-title {
    width: clamp(100px, 200 / 430 * 100vw, 200px);
    height: clamp(25px, 50 / 430 * 100vw, 50px);
    box-sizing: border-box;
    background: #f2efe4;
    border-radius: calc(10 / 430 * 100vw);
    padding: calc(6 / 430 * 100vw) calc(10 / 430 * 100vw) calc(10 / 430 * 100vw) calc(10 / 430 * 100vw);
    font-weight: 400;
    font-size: clamp(10px, 12 / 430 * 100vw, 12px);
    color: #0f0f0f;
    line-height: min(20 / 430 * 100vw, 20px);
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
  }
  .bundle-product-item-root-box .info-box .product-title-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(100px, 200 / 430 * 100vw, 200px);
    height: clamp(25px, 50 / 430 * 100vw, 50px);
    background: rgba(15, 15, 15, 0.9);
    border-radius: calc(10 / 430 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-weight: 500;
    font-size: clamp(9px, 10 / 430 * 100vw, 10px);
    color: #ffffff;
    line-height: min(29 / 430 * 100vw, 29px);
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: none;
  }
  .bundle-product-item-root-box .info-box .price-box {
    margin-top: calc(10 / 430 * 100vw);
    font-size: clamp(12px, 14 / 430 * 100vw, 14px);
    line-height: min(20 / 430 * 100vw, 20px);
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(5 / 430 * 100vw);
  }
  .bundle-product-item-root-box .info-box .price-box .tips {
    height: calc(20 / 430 * 100vw);
    font-size: clamp(10px, 12 / 430 * 100vw, 12px);
    height: min(16 / 430 * 100vw, 16px);
    font-weight: 400;
    display: inline-flex;
    align-items: flex-end;
    line-height: 1;
    gap: calc(5 / 430 * 100vw);
    color: #0f0f0f;
  }
  .bundle-product-item-root-box .info-box .price-box .tips::after {
    line-height: 1;
    content: "Units";
    font-weight: 500;
    font-size: clamp(7px, 8 / 430 * 100vw, 8px);
    font-family: Poppins-Medium;
    color: #646464;
  }
  .bundle-product-item-root-box .info-box .price-box .price-content {
    display: flex;
    justify-content: end;
    flex-wrap: wrap-reverse;
    gap: 0 calc(5 / 430 * 100vw);
  }
  .bundle-product-item-root-box .info-box .price-box .price-content .compare-price {
    font-size: clamp(10px, 12 / 430 * 100vw, 12px);
    display: flex;
    line-height: 1.4;
    align-items: flex-end;
  }
  .bundle-product-item-root-box .info-box .price-box .member-content {
    color: var(--member_color);
  }
  .bundle-product-item-root-box .info-box .price-box .member-icon {
    display: block;
    fill: var(--member_color);
    fill-rule: evenodd;
  }
  .bundle-product-item-root-box .info-box .price-box .price-conversion {
    color: #0f0f0f;
    display: inline;
  }
  .bundle-product-item-root-box .info-box .price-box .member-price {
    color: var(--member_color);
    display: inline;
  }
  .bundle-product-item-root-box .info-box .price-box .compare-price {
    text-decoration: line-through;
    color: #646464;
    display: inline;
  }
  .bundle-product-item-root-box .skeleton {
    overflow: hidden;
    background-color: #f7f7f7;
    position: relative;
    border-radius: 6px;
  }
  .bundle-product-item-root-box .skeleton * {
    opacity: 0;
  }
  .bundle-product-item-root-box .skeleton::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(238, 238, 238, 0.57), transparent);
    animation: loading 4s infinite;
  }
  @keyframes loading {
    100% {
      transform: translateX(200%);
    }
  }
  .bundle-product-item-root-box.loading-temp .price-box {
    width: 60%;
    height: 20px;
    overflow: hidden;
  }
  .bundle-product-item-root-box.loading-temp .img-box,
  .bundle-product-item-root-box.loading-temp .price-box,
  .bundle-product-item-root-box.loading-temp .product-title {
    overflow: hidden;
    background-color: #f7f7f7;
    position: relative;
    border-radius: 6px;
  }
  .bundle-product-item-root-box.loading-temp .img-box *,
  .bundle-product-item-root-box.loading-temp .price-box *,
  .bundle-product-item-root-box.loading-temp .product-title * {
    opacity: 0;
  }
  .bundle-product-item-root-box.loading-temp .img-box::after,
  .bundle-product-item-root-box.loading-temp .price-box::after,
  .bundle-product-item-root-box.loading-temp .product-title::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(238, 238, 238, 0.57), transparent);
    animation: loading 4s infinite;
  }
  @keyframes loading {
    100% {
      transform: translateX(200%);
    }
  }
  .bundle-product-item-root-box.loading-temp .info-box {
    margin: 10px 0 0;
  }
  .bundle-product-item-root-box.loading-temp .price-box {
    align-self: start;
  }
  .bundle-product-item-root-box .card-button {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .pc-show {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .mobile-show {
    display: none !important;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./node_modules/string-replace-loader/index.js??ruleSet[0].use[1]!./static/feature/Product/src/components/productCard-bundle/productCard-bundle.vue?vue&type=style&index=0&id=c1de8fc6&scoped=true&lang=css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/* .productCard-style-1-box {

} */

/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./static/feature/Category/src/components/Category-Bundle/CategoryList.scss ***!
  \*******************************************************************************************************************************************************************************************/
.category-bundle-box {
  position: relative;
}
.category-bundle-box .product-list {
  width: 100%;
}
.category-bundle-box .product-list .swiper-pagination {
  display: none;
}
.category-bundle-box .product-list .swiper-slide {
  display: flex;
  width: auto;
  min-width: clamp(150px, 200 / 1920 * 100vw, 200px);
  text-align: center;
  cursor: pointer;
  position: relative;
}
.category-bundle-box .product-list .swiper-slide:not(:last-child) {
  padding-right: min(60 / 1920 * 100vw, 60px);
}
.category-bundle-box .product-list .swiper-slide:not(:last-child)::after {
  content: "";
  max-width: 24px;
  max-height: 24px;
  width: calc(24 / 1920 * 100vw);
  height: calc(24 / 1920 * 100vw);
  position: absolute;
  top: clamp(75px, 100 / 1920 * 100vw, 100px);
  right: min(30 / 1920 * 100vw, 30px);
  transform: translate(50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23d3c6a8%7D.b%7Bfill:%23efebe1%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-633 -1262)'%3E%3Ccircle class='a' cx='12' cy='12' r='12' transform='translate(633 1262)'/%3E%3Cpath class='b' d='M14.144-1.417H8.406V4.372H6.734V-1.417H1.022V-2.961H6.734V-8.75H8.406v5.789h5.738Z' transform='translate(637.417 1276.189)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.category-bundle-box .show-next-mark {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 1px;
  height: 1px;
}

@media screen and (max-width: 768px) {
  .category-bundle-box .product-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / 430 * 100vw);
    row-gap: calc(30 / 430 * 100vw);
    padding-bottom: calc(45 / 430 * 100vw);
  }
  .category-bundle-box .product-list .swiper-pagination {
    padding-right: calc(15 / 430 * 100vw);
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .category-bundle-box .product-list .swiper-pagination .swiper-pagination-bullet {
    width: calc(15 / 430 * 100vw);
    height: calc(15 / 430 * 100vw);
    background: #dad0b8;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s;
  }
  .category-bundle-box .product-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: calc(38 / 430 * 100vw);
    height: calc(15 / 430 * 100vw);
    border-radius: calc(8 / 430 * 100vw);
    background: #dad0b8;
  }
  .category-bundle-box .product-list .swiper-slide {
    display: flex;
    width: auto;
    min-width: clamp(100px, 200 / 430 * 100vw, 200px);
    text-align: center;
    cursor: pointer;
    position: relative;
  }
  .category-bundle-box .product-list .swiper-slide:not(:last-child) {
    padding-right: min(60 / 430 * 100vw, 60px);
  }
  .category-bundle-box .product-list .swiper-slide:not(:last-child)::after {
    content: "";
    max-width: 24px;
    max-height: 24px;
    width: calc(24 / 430 * 100vw);
    height: calc(24 / 430 * 100vw);
    position: absolute;
    top: clamp(50px, 100 / 430 * 100vw, 100px);
    right: min(30 / 430 * 100vw, 30px);
    transform: translate(50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23d3c6a8%7D.b%7Bfill:%23efebe1%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-633 -1262)'%3E%3Ccircle class='a' cx='12' cy='12' r='12' transform='translate(633 1262)'/%3E%3Cpath class='b' d='M14.144-1.417H8.406V4.372H6.734V-1.417H1.022V-2.961H6.734V-8.75H8.406v5.789h5.738Z' transform='translate(637.417 1276.189)'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .category-bundle-box .show-next-mark {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 1px;
    height: 1px;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./node_modules/string-replace-loader/index.js??ruleSet[0].use[1]!./static/feature/Category/src/components/Category-Bundle/CategoryList.vue?vue&type=style&index=0&id=6fb442da&scoped=true&lang=css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.category-bundle-box .to-prev[data-v-6fb442da],
.category-bundle-box .to-next[data-v-6fb442da] {
  width: calc(35 / 1920 * 100vw);
  height: calc(54 / 1920 * 100vw);
  border-radius: 18px 18px 18px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  cursor: pointer;
  background: rgba(227, 215, 188, 0.4);
}
.category-bundle-box .swiper-to .swiper-to-icon[data-v-6fb442da] {
  fill: #d3c6a8;
}
.category-bundle-box .swiper-to svg[data-v-6fb442da] {
  width: calc(10 / 1920 * 100vw);
  height: calc(23 / 1920 * 100vw);
  max-width: 10px;
  max-height: 23px;
}
.category-bundle-box .hide-swiper-to[data-v-6fb442da] {
  display: none;
}
.category-bundle-box .swiper-dot[data-v-6fb442da] {
  position: absolute;
  top: 0px;
  right: calc(-50 / 1920 * 100vw);
  background: #ffffff;
  color: #0f0f0f;
  border-radius: 6px;
  max-width: 35px;
  max-height: 22px;
  width: calc(35 / 1920 * 100vw);
  height: calc(22 / 1920 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(12 / 1920 * 100vw);
  font-weight: 500;
  z-index: 10;
}
.category-bundle-box .to-prev[data-v-6fb442da] {
  position: absolute;
  left: calc(-50 / 1920 * 100vw);
  top: 100px;
  transform: translateY(-50%);
}
.category-bundle-box .to-next[data-v-6fb442da] {
  position: absolute;
  right: calc(-50 / 1920 * 100vw);
  top: 100px;

  transform: translateY(-50%) rotate(180deg);
}
.category-bundle-box .swiper-button-disabled[data-v-6fb442da] {
  background: transparent;
}
@media screen and (max-width: 768px) {
.category-bundle-box .to-prev[data-v-6fb442da],
  .category-bundle-box .to-next[data-v-6fb442da] {
    display: none;
}
}


/*# sourceMappingURL=static_viewComponents_BundleProduct_src_components_BundleProductBox_BundleProductBox_vue-stat-51c89a.d9a2d4664a73e6c4ac41.css.map*/