:root{--custom-product-scene-theme-color:#ff6b35}@keyframes productScenePopupFadeIn{0%{opacity:0;transform:translate(var(--popup-translate-x,32px),-50%) scale(.95)}to{opacity:1;transform:translate(var(--popup-translate-x,32px),-50%) scale(1)}}@keyframes anchorDotPulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.5);opacity:.1}to{transform:translate(-50%,-50%) scale(1);opacity:.6}}@keyframes anchorDotInnerPulse{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.1)}to{transform:translate(-50%,-50%) scale(1)}}.custom-page-container .product-scene{position:relative;height:820px;background-image:var(--pc-bg);background-size:100% 100%;background-position:50%;background-repeat:no-repeat}.custom-page-container .product-scene__title{font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,700);color:var(--custom-product-scene-theme-color);line-height:140%;text-align:center;font-size:40px;margin-bottom:8px}.custom-page-container .product-scene__description{color:#bec0c2;line-height:140%;text-align:center;font-size:16px;margin-bottom:32px}.custom-page-container .product-scene__switch{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;background:#fff;gap:10px;border-radius:48px;margin:0 auto 32px;padding:4px}.custom-page-container .product-scene__switch-item{padding:8px 16px;border-radius:44px;z-index:2;transition:all .3s ease-in-out;cursor:pointer}.custom-page-container .product-scene__switch-item-title{font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,700);line-height:150%;transition:all .3s ease-in-out;font-size:16px}.custom-page-container .product-scene__switch-item.active .product-scene__switch-item-title{color:#fff}.custom-page-container .product-scene__content{width:100%;margin-top:32px}.custom-page-container .product-scene__image-container{border-radius:24px;overflow:hidden;width:100%}.custom-page-container .product-scene__image-container img{width:100%;height:auto;display:block}.custom-page-container .product-scene__anchor-dot{position:absolute;cursor:pointer;width:32px;height:32px;transform:translate(-50%,-50%);transition:all .3s ease-in-out}.custom-page-container .product-scene__anchor-dot-outer{width:32px;height:32px;opacity:.6;animation:anchorDotPulse 1.5s ease-in-out infinite}.custom-page-container .product-scene__anchor-dot-inner,.custom-page-container .product-scene__anchor-dot-outer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background:var(--dot-color,#fff)}.custom-page-container .product-scene__anchor-dot-inner{width:16px;height:16px;opacity:.9;animation:anchorDotInnerPulse 1.5s ease-in-out infinite}.custom-page-container .product-scene__popup{position:fixed;z-index:10;height:auto;max-height:400px;width:410px;overflow:hidden;background:#fff;border-radius:16px;transform:translate(var(--popup-translate-x,32px),-50%);pointer-events:auto;animation:productScenePopupFadeIn .3s ease-in-out;box-shadow:0 4px 16px 0 rgba(0,0,0,.1)}.custom-page-container .product-scene__anchor-content{display:flex;width:100%}.custom-page-container .product-scene__anchor-image{width:50%}.custom-page-container .product-scene__anchor-image img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.custom-page-container .product-scene__anchor-info{display:flex;flex-direction:column;padding:16px 24px 16px 16px;width:50%}.custom-page-container .product-scene__anchor-title{font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,700);font-size:20px;line-height:1.4;color:#1e1e1e;line-clamp:4;-webkit-line-clamp:4;overflow:hidden;margin-bottom:4px}.custom-page-container .product-scene__anchor-description,.custom-page-container .product-scene__anchor-title{display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.custom-page-container .product-scene__anchor-description{font-size:12px;line-height:1.5;color:#8d9095;margin:0 0 8px;line-clamp:10;-webkit-line-clamp:10;overflow:hidden}.custom-page-container .product-scene__anchor-price{margin-bottom:16px}.custom-page-container .product-scene__anchor-price .product-price-on-sale{display:flex;align-items:center;justify-content:start;flex-direction:row-reverse;flex-wrap:wrap}.custom-page-container .product-scene__anchor-price .price{font-size:14px;font-weight:var(--font-weight-bold,700);color:var(--custom-product-scene-theme-color);margin-right:8px}.custom-page-container .product-scene__anchor-price .compareAtPrice{font-size:12px;font-weight:300;color:#8d9095}.custom-page-container .product-scene__anchor-button{display:flex;align-items:center;justify-content:center;color:#fff;border-radius:40px;width:100%;overflow:hidden}.custom-page-container .product-scene__anchor-button form{height:100%}.custom-page-container .product-scene__anchor-button .add-cart{height:100%;padding:4px 10px;border-top-left-radius:40px;border-bottom-left-radius:40px;background-color:var(--custom-product-scene-theme-color)}.custom-page-container .product-scene__anchor-button a{flex:1;text-align:center;padding:7px 16px;border-top-right-radius:40px;border-bottom-right-radius:40px;font-size:12px;font-weight:var(--font-weight-bold,700);line-height:150%;color:var(--custom-product-scene-theme-color);background-color:#ffefef}@media screen and (min-width:1920px){.custom-page-container .product-scene{padding-top:4.1666666667vw;height:42.7083333333vw}.custom-page-container .product-scene__title{font-size:2.0833333333vw;margin-bottom:.4166666667vw}.custom-page-container .product-scene__description{font-size:.8333333333vw;margin-bottom:1.6666666667vw}.custom-page-container .product-scene__switch{gap:.5208333333vw;border-radius:2.5vw;margin-bottom:1.6666666667vw;padding:.2083333333vw}.custom-page-container .product-scene__switch-item{padding:.4166666667vw .8333333333vw;border-radius:2.2916666667vw;transition:all .3s ease-in-out;z-index:2}.custom-page-container .product-scene__switch-item-title{font-size:.8333333333vw}.custom-page-container .product-scene__content{margin-top:1.6666666667vw}.custom-page-container .product-scene__image-container{border-radius:1.25vw;overflow:hidden}.custom-page-container .product-scene__anchor-dot,.custom-page-container .product-scene__anchor-dot-outer{width:1.6666666667vw;height:1.6666666667vw}.custom-page-container .product-scene__anchor-dot-inner{width:.8333333333vw;height:.8333333333vw}.custom-page-container .product-scene__popup{width:21.3541666667vw;max-height:20.8333333333vw;border-radius:.8333333333vw}.custom-page-container .product-scene__anchor-info{padding:.8333333333vw 1.25vw .8333333333vw .8333333333vw}.custom-page-container .product-scene__anchor-title{font-size:1.0416666667vw;margin-bottom:.2083333333vw}.custom-page-container .product-scene__anchor-description{font-size:.625vw;margin-bottom:.4166666667vw}.custom-page-container .product-scene__anchor-price{margin-bottom:.8333333333vw}.custom-page-container .product-scene__anchor-price .price{font-size:.7291666667vw;margin-right:.4166666667vw}.custom-page-container .product-scene__anchor-price .compareAtPrice{font-size:.625vw}.custom-page-container .product-scene__anchor-button{border-radius:2.0833333333vw}.custom-page-container .product-scene__anchor-button .add-cart{padding:.2083333333vw .5208333333vw;border-top-left-radius:2.0833333333vw;border-bottom-left-radius:2.0833333333vw}.custom-page-container .product-scene__anchor-button a{padding:.3645833333vw .8333333333vw;border-top-right-radius:2.0833333333vw;border-bottom-right-radius:2.0833333333vw;font-size:.625vw}}@media screen and (max-width:900px){.custom-page-container .product-scene{padding-top:10.6666666667vw;height:148.2666666667vw;background-image:var(--mb-bg)}.custom-page-container .product-scene__title{font-size:6.4vw;margin-bottom:1.6vw}.custom-page-container .product-scene__description{font-size:3.7333333333vw;margin-bottom:4.2666666667vw}.custom-page-container .product-scene__switch{display:flex;justify-content:flex-start;width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.custom-page-container .product-scene__switch::-webkit-scrollbar{display:none}.custom-page-container .product-scene__switch{-webkit-overflow-scrolling:touch;gap:2.1333333333vw;border-radius:6.4vw;margin-bottom:6.4vw;padding:.5333333333vw}.custom-page-container .product-scene__switch-item{flex:none;width:-moz-fit-content;width:fit-content;flex-shrink:0;padding:2.1333333333vw 4.2666666667vw;border-radius:5.8666666667vw;z-index:2}.custom-page-container .product-scene__switch-item-title{text-align:center;font-size:3.2vw;white-space:nowrap}.custom-page-container .product-scene__content{margin-top:6.4vw}.custom-page-container .product-scene__image-container{border-radius:4.2666666667vw;overflow:hidden}.custom-page-container .product-scene__anchor-dot,.custom-page-container .product-scene__anchor-dot-outer{width:7.4666666667vw;height:7.4666666667vw}.custom-page-container .product-scene__anchor-dot-inner{width:3.7333333333vw;height:3.7333333333vw}.product-scene__modal .ant-modal-content{padding:6.4vw;border-radius:4.2666666667vw}.product-scene__modal .ant-modal-close{border-radius:50%;padding:2.1333333333vw;width:8.5333333333vw;height:8.5333333333vw;background-color:#f5f6f7;top:6.4vw;right:6.4vw}.product-scene__modal .ant-modal-close svg{width:4.2666666667vw;height:4.2666666667vw}.product-scene__modal__anchor-content{display:flex;flex-direction:column;align-items:center}.product-scene__modal__anchor-image{width:65.8666666667vw;height:72.2666666667vw}.product-scene__modal__anchor-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-scene__modal__anchor-info{padding-top:4.2666666667vw}.product-scene__modal__anchor-title{font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,700);font-size:5.3333333333vw;line-height:1.4;color:#1e1e1e;margin-bottom:1.0666666667vw}.product-scene__modal__anchor-description{font-size:3.2vw;line-height:1.5;color:#8d9095;margin-bottom:2.1333333333vw}.product-scene__modal__anchor-price{margin-bottom:4.2666666667vw}.product-scene__modal__anchor-price .product-price-on-sale{display:flex;align-items:center;justify-content:start;flex-direction:row-reverse;flex-wrap:wrap}.product-scene__modal__anchor-price .price{font-size:3.7333333333vw;font-weight:var(--font-weight-bold,700);color:var(--custom-product-scene-theme-color);margin-right:2.1333333333vw}.product-scene__modal__anchor-price .compareAtPrice{font-size:3.2vw;font-weight:300;color:#8d9095}.product-scene__modal__anchor-button{display:flex;align-items:center;justify-content:center;color:#fff;width:100%;overflow:hidden;border-radius:10.6666666667vw}.product-scene__modal__anchor-button .add-cart{height:100%;padding:1.3333333333vw 6.6666666667vw;border-top-left-radius:10.6666666667vw;border-bottom-left-radius:10.6666666667vw;background-color:var(--custom-product-scene-theme-color)}.product-scene__modal__anchor-button a{flex:1;height:100%;text-align:center;padding:1.8666666667vw 4.2666666667vw;border-top-right-radius:10.6666666667vw;border-bottom-right-radius:10.6666666667vw;font-size:3.7333333333vw;font-weight:var(--font-weight-bold,700);line-height:150%;color:var(--custom-product-scene-theme-color);background-color:#ffefef}}