/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3.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-3.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::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}
.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(22 / 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::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
  }
  .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-2.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/thread-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[1]!./node_modules/string-replace-loader/index.js??ruleSet[0].use[2]!./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-3.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-2.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/thread-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[1]!./node_modules/string-replace-loader/index.js??ruleSet[0].use[2]!./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.d440e8e32591140b49e3.css.map*/