.scene-category{padding:80px 0;background-image:var(--pc-bg);position:relative;overflow:hidden}.scene-category .scene-category-header{text-align:center;position:relative;z-index:1;padding:0 24px;margin-bottom:32px}.scene-category .scene-category-title{font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,600);font-size:40px;line-height:1.4;color:#fff;text-transform:capitalize;margin-bottom:16px}.scene-category .scene-category-subtitle{font-size:16px;line-height:1.5;color:hsla(0,0%,100%,.8);margin-bottom:24px}.scene-category .scene-category-tabs{display:flex;justify-content:center}.scene-category .scene-category-tabs-inner{display:inline-flex;background-color:#fff;border-radius:48px;padding:4px;gap:10px}.scene-category .scene-category-tab{padding:8px 16px;border-radius:44px;font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,600);font-size:16px;line-height:1.5;cursor:pointer;transition:all .3s ease;white-space:nowrap}.scene-category .scene-category-pc-list{display:flex;gap:16px;max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.scene-category .scene-category-card{flex:1;min-width:0;height:450px;border-radius:16px;overflow:hidden;position:relative;cursor:pointer;transition:flex .5s cubic-bezier(.4,0,.2,1)}.scene-category .scene-category-card.expanded{flex:3.3}.scene-category .scene-category-card.shrunk{flex:.5}.scene-category .scene-category-card.shrunk .scene-card-btn,.scene-category .scene-category-card.shrunk .scene-card-subtitle{opacity:0;visibility:hidden}.scene-category .scene-category-card .scene-card-bg{position:absolute;inset:0}.scene-category .scene-category-card .scene-card-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 64%,rgb(0,0,0) 84%)}.scene-category .scene-category-card .scene-card-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.scene-category .scene-category-card .scene-card-content{position:absolute;left:0;right:0;bottom:0;padding:0 16px 24px;display:flex;flex-direction:column;gap:16px}.scene-category .scene-category-card .scene-card-info{display:flex;flex-direction:column;gap:4px}.scene-category .scene-category-card .scene-card-title{font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,600);font-size:20px;line-height:1;color:#fff}.scene-category .scene-category-card .scene-card-subtitle{font-size:14px;line-height:1.43;color:#fff;transition:opacity .3s ease,visibility .3s ease}.scene-category .scene-category-card .scene-card-btn{display:inline-flex;align-items:center;justify-content:center;padding:0 16px;height:40px;border-radius:44px;font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,600);font-size:16px;line-height:1.5;color:#f5f6f7;border:none;cursor:pointer;transition:opacity .3s ease,visibility .3s ease,transform .2s ease;width:-moz-fit-content;width:fit-content}.scene-category .scene-category-card .scene-card-btn:hover{transform:scale(1.02)}.scene-category .scene-category-mobile-list{position:relative;z-index:1;padding-left:24px}.scene-category .scene-category-swiper{overflow:visible}.scene-category .scene-category-swiper .swiper-slide{width:auto}.scene-category .scene-category-slide{width:288px}.scene-category .scene-card-mobile{width:288px;height:412px;border-radius:16px;overflow:hidden;position:relative}.scene-category .scene-card-mobile .scene-card-bg{position:absolute;inset:0}.scene-category .scene-card-mobile .scene-card-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 67%,rgb(0,0,0) 90%)}.scene-category .scene-card-mobile .scene-card-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.scene-category .scene-card-mobile .scene-card-content{position:absolute;left:0;right:0;bottom:0;padding:0 24px 24px;display:flex;flex-direction:column;gap:8px}.scene-category .scene-card-mobile .scene-card-info{display:flex;flex-direction:column}.scene-category .scene-card-mobile .scene-card-title{font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,600);font-size:20px;line-height:1.4;color:#fcfaee;height:auto;overflow-wrap:anywhere;word-break:break-word}.scene-category .scene-card-mobile .scene-card-subtitle{font-size:12px;line-height:1.5;color:#fcfaee}.scene-category .scene-card-mobile .scene-card-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;width:-moz-fit-content;width:fit-content;height:30px;border-radius:44px;font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,600);font-size:12px;line-height:1.5;color:#fff;border:none;cursor:pointer;white-space:nowrap}.scene-modal-overlay{position:fixed;inset:0;background-color:rgba(30,30,30,.3);z-index:1000;display:flex;justify-content:center;align-items:center}.scene-modal-overlay.mobile{align-items:flex-end}.scene-modal{background-color:#fff;position:relative;max-height:80vh;display:flex;flex-direction:column}.scene-modal.pc{border-radius:16px;padding:24px;width:auto;min-width:520px;max-width:600px;height:400px}.scene-modal.mobile{border-radius:8px 8px 0 0;padding:24px 24px 40px;width:100%;max-height:580px;box-shadow:0 4px 24px 0 rgba(20,22,32,.1)}.scene-modal .scene-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:16px;gap:16px}.scene-modal .scene-modal-title{font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,600);font-size:20px;line-height:1.5;color:#1e1e1e;flex:1}.scene-modal .scene-modal-close{width:34px;height:34px;border-radius:50%;background-color:#f5f6f7;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.scene-modal .scene-modal-close:hover{background-color:#eaebed}.scene-modal .scene-modal-products{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.scene-modal .scene-modal-products::-webkit-scrollbar{width:6px}.scene-modal .scene-modal-products::-webkit-scrollbar-track{background:#f5f6f7;border-radius:3px}.scene-modal .scene-modal-products::-webkit-scrollbar-thumb{background:#eaebed;border-radius:3px}.scene-modal .scene-modal-product{display:flex;gap:16px;padding:16px;border:2px solid #eaebed;border-radius:16px;position:relative}.scene-modal .scene-modal-product .product-image{width:64px;height:64px;flex-shrink:0;border-radius:8px;overflow:hidden;background-color:#f5f6f7}.scene-modal .scene-modal-product .product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.scene-modal .scene-modal-product.scene-modal-product-skeleton .product-skeleton-line{border-radius:4px;background-color:#eaebed}.scene-modal .scene-modal-product.scene-modal-product-skeleton .product-skeleton-line.title{width:80%;height:14px}.scene-modal .scene-modal-product.scene-modal-product-skeleton .product-skeleton-line.desc{width:60%;height:12px}.scene-modal .scene-modal-product.scene-modal-product-skeleton .product-skeleton-line.price{width:40%;height:14px;margin-top:4px}.scene-modal .scene-modal-product .product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.scene-modal .scene-modal-product .product-title{font-family:var(--font-family-medium);font-weight:var(--font-weight-medium,500);font-size:14px;line-height:1.5;color:#1e1e1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scene-modal .scene-modal-product .product-desc{font-size:12px;line-height:1.2;color:#8d9095;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.scene-modal .scene-modal-product .product-price{display:flex;align-items:center;gap:8px}.scene-modal .scene-modal-product .product-price .current-price{font-family:var(--font-family-medium);font-weight:var(--font-weight-medium,500);font-size:14px;line-height:1.5;color:#000}.scene-modal .scene-modal-product .product-price .original-price{font-size:14px;line-height:1.5;color:#1e1e1e;opacity:.3;text-decoration:line-through}.scene-modal .scene-modal-product .product-actions{display:flex;gap:8px;height:32px;margin-top:4px}.scene-modal .scene-modal-product .product-actions .add-to-cart-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 16px;background-color:#17cc5f;border-radius:44px;font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,600);font-size:12px;line-height:1.5;color:#fff;border:none;cursor:pointer;transition:background-color .2s ease}.scene-modal .scene-modal-product .product-actions .add-to-cart-btn:hover{background-color:#15b855}.scene-modal .scene-modal-product .product-actions .learn-more-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 16px;background-color:rgba(0,0,0,0);border:1.4px solid #1e1e1e;border-radius:44px;font-family:var(--font-family-bold);font-weight:var(--font-weight-bold,600);font-size:12px;line-height:1.5;color:#1e1e1e;text-decoration:none;transition:background-color .2s ease}.scene-modal .scene-modal-product .product-actions .learn-more-btn:hover{background-color:rgba(0,0,0,.05)}@media screen and (min-width:1920px){.scene-category{padding:4.1666666667vw 0}.scene-category .scene-category-header{margin-bottom:1.6666666667vw}.scene-category .scene-category-title{font-size:2.0833333333vw;margin-bottom:.8333333333vw}.scene-category .scene-category-subtitle{font-size:.8333333333vw;margin-bottom:1.25vw}.scene-category .scene-category-tabs-inner{border-radius:2.5vw;padding:.2083333333vw;gap:.5208333333vw}.scene-category .scene-category-tab{padding:.4166666667vw .8333333333vw;border-radius:2.2916666667vw;font-size:.8333333333vw}.scene-category .scene-category-pc-list{gap:.8333333333vw;max-width:62.5vw;padding:0 1.25vw}.scene-category .scene-category-card{height:23.4375vw;border-radius:.8333333333vw}.scene-category .scene-category-card .scene-card-content{padding:0 .8333333333vw 1.25vw;gap:.8333333333vw}.scene-category .scene-category-card .scene-card-info{gap:.2083333333vw}.scene-category .scene-category-card .scene-card-title{font-size:1.0416666667vw}.scene-category .scene-category-card .scene-card-subtitle{font-size:.7291666667vw}.scene-category .scene-category-card .scene-card-btn{padding:0 .8333333333vw;height:2.0833333333vw;border-radius:2.2916666667vw;font-size:.8333333333vw}.scene-modal.pc{border-radius:.8333333333vw;padding:1.25vw;min-width:27.0833333333vw;max-width:31.25vw;height:20.8333333333vw}.scene-modal.pc .scene-modal-header{padding-bottom:.8333333333vw;gap:.8333333333vw}.scene-modal.pc .scene-modal-title{font-size:1.0416666667vw}.scene-modal.pc .scene-modal-close{width:1.7708333333vw;height:1.7708333333vw}.scene-modal.pc .scene-modal-products{gap:.4166666667vw}.scene-modal.pc .scene-modal-product{gap:.8333333333vw;padding:.8333333333vw;border-width:.1041666667vw;border-radius:.8333333333vw}.scene-modal.pc .scene-modal-product .product-image{width:3.3333333333vw;height:3.3333333333vw;border-radius:.4166666667vw}.scene-modal.pc .scene-modal-product .product-info{gap:.2083333333vw}.scene-modal.pc .scene-modal-product .product-title{font-size:.7291666667vw}.scene-modal.pc .scene-modal-product .product-desc{font-size:.625vw}.scene-modal.pc .scene-modal-product .product-price{gap:.4166666667vw}.scene-modal.pc .scene-modal-product .product-price .current-price,.scene-modal.pc .scene-modal-product .product-price .original-price{font-size:.7291666667vw}.scene-modal.pc .scene-modal-product .product-actions{gap:.4166666667vw;height:1.6666666667vw;margin-top:.2083333333vw}.scene-modal.pc .scene-modal-product .product-actions .add-to-cart-btn{padding:.4166666667vw .8333333333vw;border-radius:2.2916666667vw;font-size:.625vw}.scene-modal.pc .scene-modal-product .product-actions .learn-more-btn{padding:.4166666667vw .8333333333vw;border-width:.0729166667vw;border-radius:2.2916666667vw;font-size:.625vw}}@media screen and (max-width:900px){.scene-category{padding:10.6666666667vw 0;background-image:var(--mb-bg)}.scene-category:before{width:133.3333333333vw;height:80vw}.scene-category .scene-category-header{margin-bottom:6.4vw;padding:0 6.4vw}.scene-category .scene-category-title{font-size:6.4vw;margin-bottom:4.2666666667vw}.scene-category .scene-category-subtitle{font-size:3.7333333333vw;margin-bottom:4.2666666667vw}.scene-category .scene-category-tabs{width:-moz-fit-content;width:fit-content;max-width:100%;margin:0 auto;align-items:center;overflow-x:auto;justify-content:flex-start;scrollbar-width:none;-ms-overflow-style:none;background-color:#fff;border-radius:12.8vw;padding:1.0666666667vw;box-sizing:border-box}.scene-category .scene-category-tabs::-webkit-scrollbar{display:none}.scene-category .scene-category-tabs{-webkit-overflow-scrolling:touch}.scene-category .scene-category-tabs-inner{display:inline-flex;align-items:center;gap:2.6666666667vw;background-color:rgba(0,0,0,0);border-radius:0;padding:0}.scene-category .scene-category-tab{flex-shrink:0;padding:2.1333333333vw 4.2666666667vw;border-radius:11.7333333333vw;font-size:3.7333333333vw}.scene-category .scene-category-mobile-list{padding-left:6.4vw}.scene-category .scene-category-slide{width:76.8vw}.scene-category .scene-card-mobile{width:76.8vw;height:109.8666666667vw;border-radius:4.2666666667vw}.scene-category .scene-card-mobile .scene-card-content{padding:0 6.4vw 6.4vw;gap:2.1333333333vw}.scene-category .scene-card-mobile .scene-card-title{font-size:5.3333333333vw;height:auto}.scene-category .scene-card-mobile .scene-card-subtitle{font-size:3.2vw}.scene-category .scene-card-mobile .scene-card-btn{padding:2.1333333333vw 4.2666666667vw;width:-moz-fit-content;width:fit-content;height:8vw;border-radius:11.7333333333vw;font-size:3.2vw}.scene-modal.mobile{border-radius:2.1333333333vw 2.1333333333vw 0 0;padding:6.4vw 6.4vw 10.6666666667vw;max-height:154.6666666667vw}.scene-modal.mobile .scene-modal-header{padding-bottom:4.2666666667vw;gap:4.2666666667vw}.scene-modal.mobile .scene-modal-title{font-size:5.3333333333vw}.scene-modal.mobile .scene-modal-close{width:8.5333333333vw;height:8.5333333333vw}.scene-modal.mobile .scene-modal-close svg{width:4vw;height:4vw}.scene-modal.mobile .scene-modal-products{gap:2.1333333333vw}.scene-modal.mobile .scene-modal-product{gap:4.2666666667vw;padding:4.2666666667vw;border-width:.5333333333vw;border-radius:4.2666666667vw}.scene-modal.mobile .scene-modal-product .product-image{width:17.0666666667vw;height:17.0666666667vw;border-radius:2.1333333333vw}.scene-modal.mobile .scene-modal-product .product-info{gap:1.0666666667vw}.scene-modal.mobile .scene-modal-product .product-title{font-size:3.7333333333vw}.scene-modal.mobile .scene-modal-product .product-desc{font-size:3.2vw}.scene-modal.mobile .scene-modal-product .product-price{gap:2.1333333333vw}.scene-modal.mobile .scene-modal-product .product-price .current-price,.scene-modal.mobile .scene-modal-product .product-price .original-price{font-size:3.7333333333vw}.scene-modal.mobile .scene-modal-product .product-actions{flex-direction:column;gap:2.1333333333vw;height:auto}.scene-modal.mobile .scene-modal-product .product-actions .add-to-cart-btn,.scene-modal.mobile .scene-modal-product .product-actions .learn-more-btn{width:100%;height:8.5333333333vw;padding:2.1333333333vw 4.2666666667vw;border-radius:11.7333333333vw;font-size:3.2vw}.scene-modal.mobile .scene-modal-product .product-actions .learn-more-btn{border-width:.3733333333vw}}