.home-page{box-sizing:border-box;width:100%;max-width:580px;margin:0 auto;overflow-x:hidden}.home-page .home-search-bar{cursor:pointer;color:#333;background-color:#fff;border:1px solid #ddd;border-radius:8px;align-items:center;margin-top:8px;margin-bottom:16px;padding:12px 16px;font-size:14px;display:flex}.home-page .home-search-bar i{color:#999;margin-right:8px}.home-page .home-search-bar span{color:#999}.home-page .home-search-bar:hover{border-color:#999}.home-page .home-search-bar:hover i,.home-page .home-search-bar:hover span{color:#999}.home-page .home-carousel{border-radius:10px;max-height:400px;margin-bottom:2rem;overflow:hidden}.home-page .home-carousel .placeholder-banner{background:#eaeaea;border-radius:10px;width:100%;height:400px}.home-page .home-carousel .carousel-caption{background:#0006;border-radius:6px;padding:.5rem 1rem}.home-page .home-carousel .carousel-caption h3{font-size:1.6rem;font-weight:700}.home-page .home-carousel .carousel-caption p{font-size:1rem}.home-page .section-title{text-align:center;margin:1.5rem 0 1rem;font-size:1.6rem;font-weight:700}.home-page .product-card,.home-page .series-card{width:100%;margin-bottom:1rem;transition:transform .2s,box-shadow .2s}.home-page .product-card:hover,.home-page .series-card:hover{transform:scale(1.03);box-shadow:0 6px 15px #00000026}.home-page .product-card .card,.home-page .series-card .card{border:1px solid #eee;border-radius:10px;overflow:hidden}.home-page .product-card .card .card-img-wrapper,.home-page .series-card .card .card-img-wrapper{aspect-ratio:1;background:#fff;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.home-page .product-card .card .card-img-wrapper img,.home-page .series-card .card .card-img-wrapper img{object-fit:contain;max-width:80%;max-height:80%}.home-page .product-card .card .card-body,.home-page .series-card .card .card-body{text-align:left;padding:.5rem}.home-page .product-card .card .card-body .card-title,.home-page .series-card .card .card-body .card-title{-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:.3rem;font-size:1rem;font-weight:500;display:-webkit-box;overflow:hidden}.home-page .product-card .card .card-body .card-price,.home-page .series-card .card .card-body .card-price{color:#ff5722;margin-bottom:.3rem;font-weight:700}.home-page .product-card .card .card-body .card-sales,.home-page .series-card .card .card-body .card-sales{color:#999;font-size:.85rem}.home-page .product-card .card .card-body .btn-primary,.home-page .product-card .card .card-body .btn-danger,.home-page .series-card .card .card-body .btn-primary,.home-page .series-card .card .card-body .btn-danger{display:none}.home-page .series-card-inner{aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}.home-page .series-bg{background-position:50%;background-size:cover;transition:transform .4s;position:absolute;inset:0}.home-page .series-card:hover .series-bg{transform:scale(1.1)}.home-page .series-overlay{background:linear-gradient(#0000,#0003,#000000a6);position:absolute;inset:0}.home-page .series-content{color:#fff;z-index:2;position:absolute;bottom:10px;left:12px}.home-page .series-content .card-title{margin:0;font-size:16px;font-weight:600}.home-page .horizontal-scroll{cursor:grab;box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:.8rem;width:100%;max-width:100%;padding:.8rem 0;display:flex;overflow-x:auto}.home-page .horizontal-scroll::-webkit-scrollbar{display:none}.home-page .horizontal-scroll::-webkit-scrollbar{height:6px}.home-page .horizontal-scroll::-webkit-scrollbar-thumb{background:#0000004d;border-radius:3px}.home-page .horizontal-scroll::-webkit-scrollbar-track{background:#0000000d}.home-page .horizontal-scroll .category-card,.home-page .horizontal-scroll .daily-card,.home-page .horizontal-scroll .shop-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:10px;flex-direction:column;flex:none;align-items:center;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.home-page .horizontal-scroll .category-card:hover,.home-page .horizontal-scroll .daily-card:hover,.home-page .horizontal-scroll .shop-card:hover{transform:scale(1.05);box-shadow:0 6px 15px #00000026}.home-page .horizontal-scroll .category-card .card-img-wrapper,.home-page .horizontal-scroll .daily-card .card-img-wrapper,.home-page .horizontal-scroll .shop-card .card-img-wrapper{aspect-ratio:1;background:#fff;justify-content:center;align-items:center;width:auto;height:120px;display:flex}.home-page .horizontal-scroll .category-card .card-img-wrapper img,.home-page .horizontal-scroll .daily-card .card-img-wrapper img,.home-page .horizontal-scroll .shop-card .card-img-wrapper img{object-fit:contain;max-width:80%;max-height:80%}.home-page .horizontal-scroll .category-card p,.home-page .horizontal-scroll .daily-card p,.home-page .horizontal-scroll .shop-card p{text-align:center;margin-top:.4rem;font-size:.9rem;font-weight:500}.home-page .shop-list{flex-direction:column;gap:12px;padding:8px 0;display:flex}.home-page .shop-card-new{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:12px;width:100%;transition:all .2s;overflow:hidden}.home-page .shop-card-new:hover{transform:scale(1.02);box-shadow:0 6px 15px #0000001a}.home-page .shop-card-new .shop-logo-box{background:#f8f8f8;border-bottom:1px solid #eee;justify-content:center;align-items:center;width:100%;height:100px;display:flex;overflow:hidden}.home-page .shop-card-new .shop-logo-box img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:60px;height:60px;box-shadow:0 2px 6px #0000001a}.home-page .shop-card-new .shop-info{flex-direction:column;align-items:center;padding:10px 12px;display:flex}.home-page .shop-card-new .shop-info .shop-name{text-align:center;margin-bottom:6px;font-size:1rem;font-weight:600}.home-page .shop-card-new .shop-info .shop-meta{color:#777;text-align:center;margin-bottom:3px;font-size:.85rem}
