/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ProductListStyle4/src/components/Dialog/CustomDialog.vue?vue&type=style&index=0&id=3c5950d2&scoped=true&lang=css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

@media screen and (min-width: 768px) {
.dialog-mask[data-v-3c5950d2] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    /* 关键：阻止滚动链 */
    overscroll-behavior: contain;
}
.dialog-container[data-v-3c5950d2] {
    background-color: white;
    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-y: auto;
    /* 关键：阻止滚动链 */
    overscroll-behavior: contain;
}
.dialog-container[data-v-3c5950d2]::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}
.dialog-header[data-v-3c5950d2] {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
}
.dialog-title[data-v-3c5950d2] {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
}
.dialog-close[data-v-3c5950d2] {
    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-3c5950d2]:hover {
    background-color: #f0f0f0;
}
.dialog-body[data-v-3c5950d2] {
    padding: 20px;
    flex: 1;
}

  /* 动画效果 */
.fade-enter-active[data-v-3c5950d2],
  .fade-leave-active[data-v-3c5950d2] {
    transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-3c5950d2],
  .fade-leave-to[data-v-3c5950d2] {
    opacity: 0;
}
.slide-enter-active[data-v-3c5950d2],
  .slide-leave-active[data-v-3c5950d2] {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.slide-enter-from[data-v-3c5950d2],
  .slide-leave-to[data-v-3c5950d2] {
    transform: translateY(-20px);
    opacity: 0;
}
}
@media screen and (max-width: 768px) {
.dialog-mask[data-v-3c5950d2] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.dialog-container[data-v-3c5950d2] {
    background-color: white;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    overflow-x: hidden;
    overflow-y: auto;
}
.dialog-container[data-v-3c5950d2]::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}
.dialog-header[data-v-3c5950d2] {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
}
.dialog-title[data-v-3c5950d2] {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
}
.dialog-close[data-v-3c5950d2] {
    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-3c5950d2]:hover {
    background-color: #f0f0f0;
}
.dialog-body[data-v-3c5950d2] {
    /* padding: 20px; */
    flex: 1;
    max-height: 600px;
    overflow-y: auto;
}

  /* 动画效果 */
.fade-enter-active[data-v-3c5950d2],
  .fade-leave-active[data-v-3c5950d2] {
    transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-3c5950d2],
  .fade-leave-to[data-v-3c5950d2] {
    opacity: 0;
}
.slide-enter-active[data-v-3c5950d2],
  .slide-leave-active[data-v-3c5950d2] {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.slide-enter-from[data-v-3c5950d2],
  .slide-leave-to[data-v-3c5950d2] {
    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/ProductListStyle4/src/components/HalloweenCollection/HalloweenCollection.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 769px) {
  .bundle-product4-box-wrapper {
    position: relative;
    padding-top: calc(68 / 1920 * 100vw);
  }
  .bundle-product4-box-wrapper * {
    box-sizing: border-box;
  }
  .bundle-product4-box-wrapper .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 600;
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-size: clamp(var(--title-font-size-pc) * 0.8 * 1px, var(--title-font-size-pc) / 1920 * 100vw, var(--title-font-size-pc) * 1px);
  }
  .bundle-product4-box-wrapper .to-prev {
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
  }
  .bundle-product4-box-wrapper .to-prev.swiper-button-disabled svg * {
    fill: #c4c4c4;
  }
  .bundle-product4-box-wrapper .right-icon {
    position: absolute;
    cursor: pointer;
    right: 26px;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg);
  }
  .bundle-product4-box-wrapper .right-icon .m-show {
    display: none;
  }
  .bundle-product4-box-wrapper .right-icon.swiper-button-disabled svg * {
    fill: #c4c4c4;
  }
  .bundle-product4-box-wrapper .container {
    width: calc(1340 / 1920 * 100vw);
    margin: 0 auto;
    padding: calc(36 / 1920 * 100vw) 0;
  }
  .bundle-product4-box-wrapper .container .halloween__tags-box {
    padding-bottom: calc(15 / 1920 * 100vw);
    padding-top: calc(5 / 1920 * 100vw);
    position: sticky;
    top: var(--header-fixed-height);
    z-index: 9;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .bundle-product4-box-wrapper .container .halloween__tags {
    max-width: calc(1000 / 1920 * 100vw);
    margin: 0 auto;
    padding: 0 74px;
    background: #ffffff;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: calc(23000 / 1920 * 100vw);
    position: relative;
  }
  .bundle-product4-box-wrapper .container .halloween__tags .swiper-slide {
    width: auto;
    min-width: 32px;
    text-align: center;
    margin-right: 60px;
    padding: 13px 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 2000px) {
  .bundle-product4-box-wrapper .container .halloween__tags .swiper-slide {
    margin-right: 60px;
  }
}
@media screen and (min-width: 769px) {
  .bundle-product4-box-wrapper .container .halloween__tags .swiper-slide.active {
    position: relative;
  }
  .bundle-product4-box-wrapper .container .halloween__tags .swiper-slide.active::after {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 2px;
    border-radius: 100px;
    bottom: 0;
    left: 0;
  }
  .bundle-product4-box-wrapper .container .halloween__tags .swiper-slide:last-child {
    margin-right: 0;
  }
  .bundle-product4-box-wrapper .container .halloween__products {
    margin-top: calc(34 / 1920 * 100vw);
  }
  .bundle-product4-box-wrapper .container .has-link {
    justify-content: space-between;
  }
  .bundle-product4-box-wrapper .container .halloween__tags-link {
    flex-shrink: 0;
    padding: 12px 36px;
    min-width: 238px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #0f0f0f;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    color: #0f0f0f;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .bundle-product4-box-wrapper .container .halloween__tags-link:hover {
    color: #ffffff;
    background: #333333;
  }
  .bundle-product4-box-wrapper .container .halloween__tags-link:hover svg {
    color: #ffffff;
  }
  .bundle-product4-box-wrapper .container .halloween__tags-link:active {
    color: #ffffff;
    background: #0f0f0f;
  }
  .bundle-product4-box-wrapper .container .halloween__tags-link:active svg {
    color: #ffffff;
  }
  .bundle-product4-box-wrapper .container .halloween__tags-link svg {
    display: block;
    height: 20px;
    width: 9px;
    margin-right: 8px;
    color: #141414;
  }
  .bundle-product4-box-wrapper .bundle-mask {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 300px;
    background-color: red;
  }
}
@media screen and (max-width: 768px) {
  .bundle-product4-box-wrapper {
    padding-top: calc(30 / 430 * 100vw);
    position: relative;
  }
  .bundle-product4-box-wrapper * {
    box-sizing: border-box;
  }
  .bundle-product4-box-wrapper .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 600;
    color: #000000;
    text-align: center;
    font-size: 18px;
    padding: 0 calc(15 / 430 * 100vw);
    font-size: clamp(var(--title-font-size-mb) * 0.8 * 1px, var(--title-font-size-mb) / 430 * 100vw, var(--title-font-size-mb) * 1px);
  }
  .bundle-product4-box-wrapper .container {
    width: 100%;
    margin: 0 auto;
    padding: calc(20 / 430 * 100vw) 0;
  }
  .bundle-product4-box-wrapper .container .halloween__tags-box {
    width: 100%;
    margin: 0 auto;
    padding-left: calc(15 / 430 * 100vw);
    background: #ffffff;
    z-index: 9;
    padding-bottom: calc(5 / 430 * 100vw);
    padding-top: calc(5 / 430 * 100vw);
    position: sticky;
    top: var(--header-fixed-height);
  }
  .bundle-product4-box-wrapper .container .halloween__tags-box .swiper-wrapper :last-child {
    margin-right: calc(77 / 430 * 100vw);
  }
  .bundle-product4-box-wrapper .container .halloween__tags-box .swiper-slide {
    min-width: calc(103 / 430 * 100vw);
    width: auto;
    height: calc(42 / 430 * 100vw);
    background-color: #f8f8f8;
    border-radius: calc(12 / 430 * 100vw);
    margin-right: calc(10 / 430 * 100vw);
    padding: 0 calc(10 / 430 * 100vw);
    cursor: pointer;
    font-weight: 600;
    font-size: calc(12 / 430 * 100vw);
    color: #000000;
    line-height: calc(42 / 430 * 100vw);
    text-align: center;
    transition: all 0.3s linear;
  }
  .bundle-product4-box-wrapper .container .halloween__tags-box .swiper-slide.active {
    background-color: #0f0f0f;
    color: #ffffff;
  }
  .bundle-product4-box-wrapper .container .halloween__tags-box .to-prev {
    display: none;
  }
  .bundle-product4-box-wrapper .container .halloween__tags-box .right-icon {
    position: absolute;
    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-product4-box-wrapper .container .halloween__tags-box .right-icon .pc-show {
    display: none;
  }
  .bundle-product4-box-wrapper .container .halloween__tags-box .right-icon svg {
    transition: all 0.3s linear;
    display: block;
    width: 8px;
    height: auto;
  }
  .bundle-product4-box-wrapper .container .halloween__tags-box .right-icon.swiper-button-disabled svg {
    opacity: 0.5;
  }
  .bundle-product4-box-wrapper .container .halloween__products {
    margin-top: calc(15 / 430 * 100vw);
    padding: 0 calc(15 / 430 * 100vw);
    position: relative;
  }
  .bundle-product4-box-wrapper .container .halloween__products .swiper .halloween__product-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / 430 * 100vw);
    row-gap: calc(30 / 430 * 100vw);
  }
  .bundle-product4-box-wrapper .container .halloween__tags-link {
    display: none;
  }
}
.bundle-product4-box-wrapper .dialog-container {
  overflow: visible;
}

.bundle-product4-box-wrapper .product-bundle-dialog > .dialog-container > .dialog-body {
  padding: 0;
  background: rgba(211, 198, 168, 0.2);
}

.dialog-arrow {
  width: 32px;
  height: 14px;
  position: absolute;
  top: -13px;
  background: #eee8dc;
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
  filter: drop-shadow(-2px -2px 5px rgba(0, 0, 0, 0.06));
}

@media screen and (max-width: 768px) {
  .bundle-product4-box-wrapper .product-bundle-dialog > .dialog-container > .dialog-body {
    max-height: none;
  }
}
/*!*******************************************************************************************************************************************************************************************!*\
  !*** 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-Style4/CategoryList.scss ***!
  \*******************************************************************************************************************************************************************************************/
@media screen and (min-width: 768px) {
  .category-style4-box .product-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: calc(52 / 1920 * 100vw);
  }
  .category-style4-box .product-nav-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .category-style4-box .product-nav-box img {
    width: 900px;
    aspect-ratio: 90/14;
    border-radius: 12px;
  }
  .category-style4-box .product-nav-box .product-nav-title {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0, -50%);
    font-weight: 600;
    font-size: clamp(16px, 20 / 1920 * 100vw, 20px);
    color: #ffffff;
  }
  .category-style4-box .product-list-pc {
    position: relative;
    margin-bottom: calc(52 / 1920 * 100vw);
  }
  .category-style4-box .product-list-pc .swiper .swiper-wrapper {
    align-items: stretch;
  }
  .category-style4-box .product-list-pc .swiper .swiper-wrapper .swiper-slide {
    height: auto;
    width: calc(340 / 1920 * 100vw);
    padding-right: calc(20 / 1920 * 100vw);
  }
  .category-style4-box .product-list-pc .swiper .swiper-wrapper .swiper-slide .category-style4-box-product-card {
    height: 100%;
  }
  .category-style4-box .product-list-pc .to-prev,
  .category-style4-box .product-list-pc .to-next {
    cursor: pointer;
    position: absolute;
    top: calc(160 / 1920 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: calc(50 / 1920 * 100vw);
    height: calc(50 / 1920 * 100vw);
    background: #ffffff;
    border: 1px solid #0f0f0f;
    opacity: 0.7;
  }
  .category-style4-box .product-list-pc .to-prev::after,
  .category-style4-box .product-list-pc .to-next::after {
    content: "\e634";
    font-size: calc(20 / 1920 * 100vw);
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-family: "iconfont" !important;
  }
  .category-style4-box .product-list-pc .to-prev:not(.swiper-button-disabled):hover,
  .category-style4-box .product-list-pc .to-next:not(.swiper-button-disabled):hover {
    opacity: 1;
  }
  .category-style4-box .product-list-pc .to-prev {
    left: 0;
    transform: translate(-150%, -50%);
  }
  .category-style4-box .product-list-pc .to-prev::after {
    transform: rotate(180deg);
  }
  .category-style4-box .product-list-pc .to-next {
    right: 0;
    transform: translate(150%, -50%);
  }
  .category-style4-box .product-list-pc .swiper-button-disabled {
    opacity: 0.3;
  }
  .category-style4-box .product-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(20 / 1920 * 100vw);
    row-gap: calc(75 / 1920 * 100vw);
  }
  .category-style4-box .product-list .img-box {
    border: 1px solid #e5e5e5;
  }
  .category-style4-box .show-next-mark {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 1px;
    height: 1px;
  }
  .category-style4-box .loading-more-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(80 / 1920 * 100vw);
  }
  .category-style4-box .loading-more-box .loading-more {
    background: #fec629;
    border-radius: calc(20 / 1920 * 100vw);
    display: inline-block;
    padding: calc(22 / 1920 * 100vw);
    text-decoration: none;
    font-size: calc(16 / 1920 * 100vw);
    min-width: calc(320 / 1920 * 100vw);
    color: #0f0f0f;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .category-style4-box .product-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: calc(22 / 430 * 100vw);
  }
  .category-style4-box .product-nav-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .category-style4-box .product-nav-box img {
    border-radius: calc(12 / 430 * 100vw);
    aspect-ratio: 90/14;
  }
  .category-style4-box .product-nav-box .product-nav-title {
    position: absolute;
    top: 50%;
    left: calc(23 / 430 * 100vw);
    transform: translate(0, -50%);
    font-weight: 600;
    font-size: clamp(10px, 12 / 430 * 100vw, 14px);
    color: #ffffff;
  }
  .category-style4-box .product-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / 430 * 100vw);
    row-gap: calc(30 / 430 * 100vw);
    margin-bottom: calc(20 / 430 * 100vw);
  }
  .category-style4-box .show-next-mark {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 1px;
    height: 1px;
  }
  .category-style4-box .loading-more-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(40 / 430 * 100vw);
    margin-bottom: calc(20 / 430 * 100vw);
  }
  .category-style4-box .loading-more-box .loading-more {
    background: #fec629;
    border-radius: calc(20 / 430 * 100vw);
    display: inline-block;
    padding: calc(17 / 430 * 100vw);
    text-decoration: none;
    font-size: calc(16 / 430 * 100vw);
    width: 100%;
    color: #0f0f0f;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
  }
}

/*# sourceMappingURL=entry-client.018126f8a229b931749b.css.map*/