/* T16 Mall Theme · 2026 */
:root{--mall-primary:#ff4d2e;--mall-primary-dark:#e93619;--mall-accent:#ff9f1c;--mall-text:#20232a;--mall-muted:#7b8190;--mall-line:#edf0f5;--mall-bg:#f6f7fb;--mall-card:#fff;--mall-radius:16px;--mall-shadow:0 10px 30px rgba(29,36,50,.07)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--mall-bg);color:var(--mall-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;font-size:14px;line-height:1.65}img{max-width:100%}a{color:var(--mall-text);transition:.2s ease}a:hover,a:focus{text-decoration:none;color:var(--mall-primary)}.container{width:100%;max-width:1240px;margin:0 auto;padding-left:20px;padding-right:20px}
/* header */
.mall-topbar{height:34px;background:#24262c;color:#c7cad1;font-size:12px}.mall-topbar .container{display:flex;align-items:center;justify-content:space-between;height:100%}.mall-topbar a{color:#e8e9ed;margin-left:18px}.mall-topbar a:hover{color:#fff}.fahuo100_header{height:76px;width:100%;position:fixed;top:0;left:0;background:rgba(255,255,255,.97);box-shadow:0 4px 24px rgba(23,27,38,.08);z-index:9999;border-bottom:1px solid rgba(236,238,243,.9)}.fahuo100_header .container{height:100%;display:flex;align-items:center}.logo{display:block;max-width:180px;height:54px;object-fit:contain;margin:0 28px 0 0}.menus{display:flex;align-items:center;height:100%;flex:1}.menu{height:100%;font-size:15px;display:flex;align-items:center;min-width:auto;text-align:center;padding:0 16px;position:relative}.menu>a{font-weight:600;white-space:nowrap}.menu>a:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;background:var(--mall-primary);transform:scaleX(0);transition:.2s}.menu:hover>a:after{transform:scaleX(1)}.drop-down-content{z-index:99999;display:none;position:absolute;background:#fff;top:68px;left:50%;transform:translateX(-50%);min-width:140px;padding:8px;border-radius:10px;box-shadow:0 12px 32px rgba(21,26,38,.14);line-height:38px;font-size:13px}.drop-down-content div{padding:0 8px;min-width:124px;border-radius:7px}.drop-down-content div:hover{background:#fff3ef}.menu:hover .drop-down-content{display:block}.header_right{display:flex;align-items:center;white-space:nowrap;margin:0 0 0 auto}.header_right a{font-size:13px}.header-action{width:38px;height:38px;border-radius:50%;display:inline-flex!important;align-items:center;justify-content:center;background:#f7f8fa;margin-right:9px;font-size:17px!important}.header-action:hover{background:#fff0eb}.vip_icon,.search_icon{height:20px;margin:0}.mall-mobile-toggle{display:none;border:0;background:#f4f5f7;width:40px;height:40px;border-radius:10px;font-size:22px;line-height:40px;text-align:center}
/* common mall */
.mall-page-spacer{height:76px}.mall-section{padding:34px 0}.mall-section.alt{background:#fff}.mall-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.mall-section-title{font-size:26px;font-weight:800;letter-spacing:-.5px;margin:0}.mall-section-subtitle{color:var(--mall-muted);margin:5px 0 0}.mall-more{color:var(--mall-muted);font-size:13px}.mall-card{background:#fff;border:1px solid var(--mall-line);border-radius:var(--mall-radius);box-shadow:var(--mall-shadow)}.mall-badge{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:12px;background:#fff0eb;color:var(--mall-primary);font-size:12px;font-weight:700}.mall-price{font-size:21px;color:var(--mall-primary);font-weight:800}.mall-price small{font-size:13px}.mall-empty{padding:50px 20px;text-align:center;color:var(--mall-muted);background:#fff;border-radius:16px}
/* homepage */
.mall-hero{padding:22px 0 12px;background:linear-gradient(180deg,#fff 0,#f6f7fb 100%)}.mall-hero-grid{display:grid;grid-template-columns:220px minmax(0,1fr) 230px;gap:16px;min-height:390px}.mall-category-panel{background:#fff;border-radius:16px;padding:15px 0;box-shadow:var(--mall-shadow);overflow:hidden}.mall-category-title{padding:0 18px 12px;font-size:17px;font-weight:800;border-bottom:1px solid var(--mall-line)}.mall-category-item{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;font-size:14px}.mall-category-item:after{content:"›";color:#aab0bd;font-size:18px}.mall-category-item:hover{background:#fff4f0;color:var(--mall-primary);padding-left:22px}.mall-carousel{height:390px;border-radius:18px;overflow:hidden;background:#eceff4;box-shadow:var(--mall-shadow)}.mall-carousel .carousel-inner,.mall-carousel .item,.mall-carousel .item a{height:100%}.mall-carousel .item img{width:100%;height:100%;object-fit:cover}.mall-carousel .carousel-indicators{bottom:8px}.mall-carousel .carousel-indicators li{border:0;background:rgba(255,255,255,.65)}.mall-carousel .carousel-indicators .active{width:24px;border-radius:5px;background:#fff}.mall-side-panel{display:flex;flex-direction:column;gap:14px}.mall-welcome{background:#fff;border-radius:16px;padding:22px 18px;text-align:center;box-shadow:var(--mall-shadow)}.mall-welcome-icon{width:54px;height:54px;margin:0 auto 10px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffede7,#fff7e9);font-size:25px}.mall-welcome h3{font-size:17px;font-weight:800;margin:0 0 5px}.mall-welcome p{font-size:12px;color:var(--mall-muted);margin:0 0 14px}.mall-welcome-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mall-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border:1px solid var(--mall-primary);border-radius:20px;color:var(--mall-primary);font-weight:600}.mall-btn.primary{background:linear-gradient(135deg,var(--mall-primary),#ff754d);color:#fff}.mall-btn:hover{background:var(--mall-primary-dark);color:#fff}.mall-promo{flex:1;min-height:92px;border-radius:16px;padding:18px;color:#fff;background:linear-gradient(135deg,#252936,#444b60);position:relative;overflow:hidden}.mall-promo.orange{background:linear-gradient(135deg,#ff7a45,#ffb23e)}.mall-promo strong{display:block;font-size:17px;margin-bottom:3px}.mall-promo span{font-size:12px;opacity:.82}.mall-promo:after{content:"";position:absolute;width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,.1);right:-18px;bottom:-24px}.mall-services{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:14px;margin-top:18px;padding:16px;box-shadow:0 8px 24px rgba(31,38,52,.05)}.mall-service{display:flex;align-items:center;justify-content:center;border-right:1px solid var(--mall-line);gap:10px}.mall-service:last-child{border:0}.mall-service-icon{font-size:22px}.mall-service strong{display:block;font-size:14px}.mall-service small{display:block;color:var(--mall-muted);font-size:11px}.mall-category-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.mall-category-card{padding:22px 12px;background:#fff;border:1px solid var(--mall-line);border-radius:14px;text-align:center}.mall-category-card:hover{transform:translateY(-4px);box-shadow:var(--mall-shadow);border-color:#ffd8cd}.mall-category-emoji{width:54px;height:54px;margin:0 auto 10px;border-radius:16px;background:linear-gradient(135deg,#fff0eb,#fff9e9);display:flex;align-items:center;justify-content:center;font-size:24px}.mall-category-card strong{display:block}.mall-category-card small{color:var(--mall-muted)}.mall-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.mall-product-card{background:#fff;border:1px solid var(--mall-line);border-radius:15px;overflow:hidden;transition:.25s;position:relative}.mall-product-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(29,36,50,.11);border-color:#ffe0d7}.mall-product-thumb{display:block;aspect-ratio:1/1;background:#f4f5f7;overflow:hidden}.mall-product-thumb img{width:100%;height:100%;object-fit:cover;transition:.35s}.mall-product-card:hover .mall-product-thumb img{transform:scale(1.04)}.mall-product-body{padding:13px}.mall-product-title{height:42px;line-height:21px;font-size:14px;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:9px}.mall-product-meta{display:flex;justify-content:space-between;align-items:center;color:var(--mall-muted);font-size:11px;margin-top:7px}.mall-product-price{font-size:20px;line-height:1;color:var(--mall-primary);font-weight:800}.mall-product-price small{font-size:12px}.mall-product-cart{width:30px;height:30px;border-radius:50%;background:#fff0eb;color:var(--mall-primary);display:inline-flex;align-items:center;justify-content:center;float:right}.mall-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mall-news-card{display:flex;background:#fff;border:1px solid var(--mall-line);border-radius:14px;padding:10px}.mall-news-card>img{width:82px;height:82px;object-fit:cover;border-radius:10px;margin-right:12px}.mall-news-content{min-width:0;flex:1}.mall-news-title{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:4px 0}.mall-news-intro{font-size:12px;color:var(--mall-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mall-news-info{font-size:11px;color:#a0a6b2;margin-top:7px}
/* legacy list/detail modernization */
.position,.dh_title{padding:18px 0!important;margin:0!important;color:var(--mall-muted)}.news_left,.news_right,.pi_top,.f_r_b,.hotnew{border-radius:14px!important;box-shadow:var(--mall-shadow);border:1px solid var(--mall-line)}.sub_sorts{border-radius:12px!important;background:#f8f9fb!important}.sub_sort_active{background:var(--mall-primary)!important}.view_more,.vip_button,.pj_btn{background:var(--mall-primary)!important}.box{border-radius:14px!important;overflow:hidden;background:#fff!important;transition:.2s}.box:hover{transform:translateY(-3px);box-shadow:var(--mall-shadow)!important}.N_pic{object-fit:cover}.butnow{border-color:var(--mall-primary)!important;color:var(--mall-primary)!important;background:#fff4f0!important}.addcart{border-color:var(--mall-primary)!important;background:var(--mall-primary)!important}.active{color:var(--mall-primary)}
/* footer */
.footer{background:#202228;color:#c8cbd2;padding-top:45px}.footer .row{border-color:#3b3e47!important}.qrcode{text-align:center;display:inline-block;margin-right:12px}.qrcode img{width:100px;height:100px;object-fit:cover;margin-bottom:8px;border-radius:8px;background:#fff;padding:4px}.f_title{font-size:15px;color:#fff;font-weight:700;margin-bottom:15px}.about{display:inline-block;font-size:12px;color:#c8cbd2;margin-bottom:6px}.footer_search{display:inline-flex;width:100%;max-width:300px;height:38px;border-radius:20px;overflow:hidden;background:#fff}.f_input{flex:1;background:#fff}.f_input input{width:100%;height:38px;padding:0 14px;border:0;outline:0;color:#222}.f_button{width:76px;background:var(--mall-primary);color:#fff;border:0}.links{padding:15px 0;border-bottom:1px solid #3b3e47}.links a,.fahuo100_copyright a{color:#c8cbd2;margin-right:12px}.fahuo100_copyright{text-align:center;padding:18px 0;font-size:12px}.mall-footer-promise{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #3b3e47}.mall-footer-promise div{text-align:center}.mall-footer-promise strong{display:block;color:#fff}.mall-footer-promise small{color:#8f949f}
@media(max-width:1100px){.mall-hero-grid{grid-template-columns:190px minmax(0,1fr)}.mall-side-panel{display:none}.mall-product-grid{grid-template-columns:repeat(4,1fr)}.menu{padding:0 10px}.logo{max-width:150px;margin-right:12px}.header_right .a1~*{display:none}}
@media(max-width:767px){body{font-size:13px}.container{padding-left:12px;padding-right:12px}.mall-topbar{display:none}.fahuo100_header{height:62px}.fahuo100_header .container{flex-wrap:wrap}.logo{height:43px;max-width:145px;margin-right:auto}.mall-mobile-toggle{display:block}.menus{display:none;position:absolute;top:62px;left:0;right:0;height:auto;background:#fff;padding:8px 12px;box-shadow:0 14px 24px rgba(0,0,0,.1);align-items:stretch;flex-direction:column}.menus.open{display:flex}.menu{width:100%;height:auto;min-height:42px;padding:0 10px;display:block;text-align:left;line-height:42px;border-bottom:1px solid var(--mall-line)}.drop-down-content{position:static;transform:none;box-shadow:none;padding:0 0 5px 16px;line-height:32px}.menu:hover .drop-down-content{display:block}.header_right{display:none}.mall-page-spacer{height:62px}.mall-hero{padding-top:12px}.mall-hero-grid{display:block;min-height:auto}.mall-category-panel{display:none}.mall-carousel{height:210px;border-radius:13px}.mall-services{grid-template-columns:repeat(2,1fr);gap:14px;padding:14px}.mall-service{justify-content:flex-start;border:0}.mall-section{padding:25px 0}.mall-section-title{font-size:21px}.mall-section-subtitle{font-size:12px}.mall-category-cards{grid-template-columns:repeat(3,1fr);gap:10px}.mall-category-card{padding:15px 6px}.mall-category-emoji{width:43px;height:43px;font-size:20px}.mall-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mall-product-body{padding:10px}.mall-product-title{font-size:13px}.mall-product-price{font-size:18px}.mall-news-grid{grid-template-columns:1fr}.mall-footer-promise{grid-template-columns:repeat(2,1fr)}.footer{padding-top:30px}.footer .col-md-2,.footer .col-md-4{text-align:center!important;margin-bottom:22px}.qrcode img{width:90px;height:90px}.box{width:100%!important;margin-right:0!important}.news_left{padding:14px!important}.news_right{display:none}.pi_top{padding:12px!important}.top_l,.top_m,.top_r,.f_r{display:block!important;width:100%!important;margin:0 0 15px!important}.pi_pic,.top_l .carousel,.top_l .carousel img{width:100%!important;height:auto!important;aspect-ratio:1/1;object-fit:cover}.price1{width:65%!important}.butnow,.addcart{width:115px!important;margin-left:7px!important}.f_r_t{overflow-x:auto;white-space:nowrap}.footer_search{max-width:280px}}

/* Mainstream commerce refinement · 2026-07 */
:root{--mall-primary:#ff3b30;--mall-primary-dark:#e9271e;--mall-bg:#f5f5f5;--mall-text:#1f2329;--mall-muted:#8a8f99;--mall-line:#eee}
.mall-topbar{height:32px;background:#f5f5f5;color:#777;border-bottom:1px solid #eee}.mall-topbar .container{max-width:1240px}.mall-location span{margin-left:12px;color:#999}.mall-toplinks{display:flex;align-items:center}.mall-topbar .mall-toplinks a{color:#666;margin-left:22px}.mall-topbar .mall-toplinks a:hover{color:var(--mall-primary)}
.fahuo100_header{position:relative;height:140px;background:#fff;box-shadow:none;border:0}.mall-header-main{height:100px!important;display:flex;align-items:center}.mall-logo-link{flex:0 0 205px}.logo{width:180px;height:62px;max-width:180px;margin:0;object-fit:contain}.mall-search{width:min(650px,55vw);margin:0 auto}.mall-search-box{height:44px;border:2px solid var(--mall-primary);border-radius:24px;display:flex;overflow:hidden;background:#fff}.mall-search-box input{flex:1;border:0;outline:0;padding:0 20px;font-size:14px;min-width:0}.mall-search-box button{width:88px;border:0;background:linear-gradient(90deg,#ff594d,var(--mall-primary));color:#fff;font-size:15px;font-weight:700}.mall-hotwords{height:24px;padding:5px 15px 0;white-space:nowrap;overflow:hidden}.mall-hotwords a{font-size:12px;color:#999;margin-right:18px}.mall-hotwords a:first-child{color:var(--mall-primary)}.mall-cart-button{width:145px;height:40px;margin-left:35px;border:1px solid #e7e7e7;display:flex;align-items:center;justify-content:center;color:#555;background:#fff}.mall-cart-button span{margin-right:8px}.mall-cart-button b{margin-left:10px;color:#bbb}.mall-cart-button:hover{border-color:var(--mall-primary);color:var(--mall-primary)}.mall-nav-wrap{height:40px;border-bottom:2px solid var(--mall-primary);background:#fff}.mall-nav-inner{height:40px!important;display:flex;align-items:stretch}.mall-all-category{width:220px;flex:0 0 220px;background:var(--mall-primary);color:#fff!important;font-size:15px;font-weight:700;display:flex;align-items:center;padding:0 18px}.mall-all-category span{font-size:18px;margin-right:12px}.menus{height:38px;align-items:stretch}.menu{height:38px;padding:0 21px;display:flex;align-items:center}.menu>a{font-weight:700}.menu>a:after{display:none}.menu:hover>a{color:var(--mall-primary)}.drop-down-content{top:38px}.header_right{height:38px}.header_right a{color:#777}.header_right .a1{color:var(--mall-primary)}.header_right i{font-style:normal;color:#ddd;margin:0 7px}.mall-page-spacer{display:none}
.mall-hero{padding:10px 0 0;background:var(--mall-bg)}.mall-hero-grid{grid-template-columns:220px minmax(0,1fr) 220px;gap:10px;min-height:420px}.mall-category-panel{border-radius:2px;padding:8px 0;box-shadow:none}.mall-category-item{height:40px;padding:0 14px;justify-content:flex-start}.mall-category-item:after{display:none}.mall-category-item .mall-cat-icon{width:26px;font-size:15px;filter:grayscale(.25)}.mall-category-item span:nth-child(2){flex:1}.mall-category-item b{font-size:17px;color:#c7c7c7;font-weight:400}.mall-category-item:hover{padding-left:18px;background:#fff1f0}.mall-carousel{height:420px;border-radius:2px;box-shadow:none}.mall-carousel .carousel-control{width:40px;height:64px;top:178px;background:rgba(0,0,0,.18);opacity:0}.mall-carousel:hover .carousel-control{opacity:1}.mall-carousel .left{border-radius:0 32px 32px 0}.mall-carousel .right{border-radius:32px 0 0 32px}.mall-side-panel{gap:10px}.mall-user-card{background:#fff;padding:19px 14px 14px;text-align:center;height:194px}.mall-user-avatar{width:48px;height:48px;border-radius:50%;margin:auto;background:#fff1ef;display:flex;align-items:center;justify-content:center;font-size:23px}.mall-user-hello strong,.mall-user-hello span{display:block}.mall-user-hello strong{font-size:14px;margin-top:7px}.mall-user-hello span{font-size:11px;color:#999}.mall-user-actions{display:flex;gap:8px;margin:11px 0}.mall-user-actions a{height:28px;line-height:28px;flex:1;border-radius:15px;background:var(--mall-primary);color:#fff;font-size:12px}.mall-user-actions a:last-child{background:#333}.mall-user-links{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #f1f1f1;padding-top:9px}.mall-user-links a b,.mall-user-links a span{display:block}.mall-user-links a b{font-size:16px}.mall-user-links a span{font-size:11px;color:#777}.mall-side-ad{height:108px;padding:15px 17px;display:block;color:#fff!important;position:relative;overflow:hidden}.mall-side-ad small,.mall-side-ad strong,.mall-side-ad span{display:block;position:relative;z-index:1}.mall-side-ad small{font-size:9px;letter-spacing:2px;opacity:.7}.mall-side-ad strong{font-size:20px;margin:2px 0}.mall-side-ad span{font-size:11px;opacity:.85}.mall-side-ad:after{content:"";position:absolute;width:100px;height:100px;border:20px solid rgba(255,255,255,.1);border-radius:50%;right:-25px;bottom:-35px}.mall-side-ad-orange{background:linear-gradient(135deg,#ff5948,#ff8c43)}.mall-side-ad-dark{background:linear-gradient(135deg,#242733,#474d60)}.mall-services{margin-top:10px;border-radius:2px;padding:13px;box-shadow:none}.mall-service b{width:34px;height:34px;border:2px solid var(--mall-primary);border-radius:50%;color:var(--mall-primary);display:flex;align-items:center;justify-content:center;margin-right:10px}.mall-service-icon{display:none}
.mall-section{padding:28px 0;background:var(--mall-bg)}.mall-channel-section{padding-top:20px}.mall-channel-grid{display:grid;grid-template-columns:220px repeat(4,1fr);background:#fff;height:260px;overflow:hidden}.mall-channel-main{padding:28px 22px;color:#fff!important;background:linear-gradient(145deg,#ff4338,#e9271e);position:relative;overflow:hidden}.mall-channel-main:after{content:"";position:absolute;width:180px;height:180px;border:35px solid rgba(255,255,255,.08);border-radius:50%;right:-90px;bottom:-85px}.mall-kicker{font-size:12px;letter-spacing:2px}.mall-channel-main h2{font-size:30px;margin:8px 0 3px;font-weight:800}.mall-channel-main p{font-size:13px;opacity:.82}.mall-channel-main em{font-style:normal;display:inline-block;margin-top:66px;border:1px solid rgba(255,255,255,.7);padding:5px 12px;border-radius:15px}.mall-channel-product{position:relative;padding:18px;border-right:1px solid #eee;min-width:0}.mall-channel-product img{width:120px;height:120px;display:block;object-fit:cover;margin:0 auto 10px;transition:.25s}.mall-channel-product:hover img{transform:translateY(-4px)}.mall-channel-product>strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.mall-channel-product>div{display:flex;align-items:center;justify-content:space-between;margin-top:9px}.mall-channel-product>div b{color:var(--mall-primary);font-size:17px}.mall-channel-product>div small{color:#999}.mall-channel-tag{position:absolute;left:14px;top:14px;background:var(--mall-primary);color:#fff;font-size:10px;padding:2px 7px;border-radius:8px;z-index:1}.mall-section-head{align-items:center;margin-bottom:16px}.mall-section-title{font-size:25px}.mall-more b{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#aaa;color:#fff;border-radius:50%;margin-left:4px}.mall-category-cards{grid-template-columns:repeat(8,1fr);gap:10px}.mall-category-card{height:146px;border:0;border-radius:2px;padding:18px 8px}.mall-category-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px rgba(0,0,0,.08)}.mall-category-emoji{background:#f6f6f6;width:64px;height:64px;border-radius:50%;font-size:27px}.mall-category-card.pink .mall-category-emoji{background:#fff0f2}.mall-category-card.blue .mall-category-emoji{background:#edf4ff}.mall-category-card.purple .mall-category-emoji{background:#f4efff}.mall-category-card.orange .mall-category-emoji{background:#fff3e9}.mall-category-card.green .mall-category-emoji{background:#ebf8ee}.mall-category-card.cyan .mall-category-emoji{background:#eaf9fa}.mall-category-card.yellow .mall-category-emoji{background:#fff9e6}.mall-category-card.red .mall-category-emoji{background:#fff0ef}.mall-category-card strong{font-size:14px}.mall-category-card small{font-size:11px}.mall-tabs-head{border-bottom:1px solid #e9e9e9;padding-bottom:12px}.mall-section-tabs a{margin-left:25px;color:#777}.mall-section-tabs a.active{color:var(--mall-primary);font-weight:700}.mall-product-grid{gap:10px}.mall-product-card{border:0;border-radius:2px;box-shadow:none}.mall-product-card:hover{border:0;box-shadow:0 7px 25px rgba(0,0,0,.1);transform:translateY(-3px)}.mall-product-thumb{position:relative}.mall-card-label{position:absolute;left:10px;top:10px;background:var(--mall-primary);color:#fff;padding:2px 7px;font-size:10px;z-index:2}.mall-product-body{padding:12px}.mall-product-title{font-weight:400;margin-bottom:6px}.mall-product-tags{height:21px;overflow:hidden}.mall-product-tags span{font-size:10px;color:var(--mall-primary);border:1px solid #ffbcb7;padding:1px 4px;margin-right:4px}.mall-product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.mall-product-price{font-size:22px}.mall-product-cart{float:none;background:var(--mall-primary);color:#fff;width:27px;height:27px}.mall-product-meta{margin-top:6px}.mall-product-meta em{font-style:normal;color:#999}.mall-recommend-title{text-align:center;margin-bottom:20px}.mall-recommend-title h2{display:inline-block;font-size:25px;margin:0 14px;font-weight:800}.mall-recommend-title>span{display:inline-block;width:45px;height:1px;vertical-align:middle;background:#bbb}.mall-recommend-title p{font-size:12px;color:#999;margin-top:3px}.mall-product-grid-more{grid-template-columns:repeat(5,1fr)}.mall-mobile-bar{display:none}
@media(max-width:1100px){.mall-header-main{padding-left:15px;padding-right:15px}.mall-logo-link{flex-basis:170px}.mall-cart-button{margin-left:15px}.mall-hero-grid{grid-template-columns:190px minmax(0,1fr)}.mall-all-category{width:190px;flex-basis:190px}.mall-side-panel{display:none}.mall-channel-grid{grid-template-columns:190px repeat(4,1fr)}.mall-category-cards{grid-template-columns:repeat(4,1fr)}}
@media(max-width:767px){body{padding-bottom:58px}.fahuo100_header{height:112px;position:relative}.mall-header-main{height:72px!important;padding:8px 12px;display:grid;grid-template-columns:110px 1fr 40px;gap:8px}.mall-logo-link{min-width:0}.logo{width:105px;height:42px}.mall-search{width:100%;margin:0}.mall-search-box{height:36px;border-width:1.5px}.mall-search-box input{padding:0 12px;font-size:12px}.mall-search-box button{width:50px;font-size:12px}.mall-hotwords,.mall-cart-button{display:none}.mall-nav-wrap{height:40px}.mall-all-category{width:auto;flex:1;background:#fff;color:#333!important;padding:0;font-size:14px}.mall-all-category span{color:var(--mall-primary)}.mall-mobile-toggle{display:block;grid-column:3}.mall-nav-inner{padding:0 12px!important}.menus{top:112px}.header_right{display:flex;font-size:12px}.mall-hero{padding-top:8px}.mall-hero-grid{display:block;min-height:auto}.mall-carousel{height:190px}.mall-carousel .carousel-control{display:none}.mall-services{grid-template-columns:repeat(4,1fr);gap:0;padding:10px 2px}.mall-service{display:block;text-align:center}.mall-service b{width:29px;height:29px;font-size:11px;margin:0 auto 4px}.mall-service strong{font-size:11px}.mall-service small{display:none}.mall-channel-section{padding:14px 0}.mall-channel-grid{height:auto;grid-template-columns:repeat(2,1fr);gap:1px;background:#eee}.mall-channel-main{grid-column:1/-1;height:105px;padding:14px 18px}.mall-channel-main h2{font-size:23px;margin:2px 0}.mall-channel-main p{margin:0}.mall-channel-main em{position:absolute;right:18px;bottom:15px;margin:0}.mall-channel-product{background:#fff;padding:10px}.mall-channel-product:nth-of-type(n+4){display:none}.mall-channel-product img{width:100px;height:100px}.mall-category-cards{grid-template-columns:repeat(4,1fr);gap:5px}.mall-category-card{height:112px;padding:11px 3px}.mall-category-emoji{width:48px;height:48px;font-size:21px}.mall-category-card strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mall-category-card small{font-size:9px}.mall-section{padding:20px 0}.mall-section-title{font-size:20px}.mall-section-tabs{display:none}.mall-product-grid,.mall-product-grid-more{grid-template-columns:repeat(2,1fr);gap:7px}.mall-product-card:nth-child(n+11){display:none}.mall-product-title{height:39px;line-height:19.5px}.mall-product-tags{height:19px}.mall-product-price{font-size:19px}.mall-product-meta{font-size:9px}.mall-recommend-title h2{font-size:21px}.mall-mobile-bar{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:56px;background:#fff;border-top:1px solid #eee;z-index:99999;padding-bottom:env(safe-area-inset-bottom)}.mall-mobile-bar a{text-align:center;color:#666;font-size:10px;padding-top:5px}.mall-mobile-bar a:first-child{color:var(--mall-primary)}.mall-mobile-bar b,.mall-mobile-bar span{display:block}.mall-mobile-bar b{font-size:18px;height:25px}.footer{padding-bottom:58px}}
/* Live data compatibility */
.mall-carousel .carousel-inner,.mall-carousel .carousel-inner>.item,.mall-carousel .carousel-inner>.item>a{height:100%!important}.mall-carousel .carousel-inner>.item>a{display:block!important}.mall-carousel .carousel-inner>.item>a>img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important}.mall-category-card strong{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
/* Random product carousel */
.mall-product-carousel{background:linear-gradient(135deg,#fff1ee 0,#fff 48%,#ffe8e2 100%)}.mall-product-carousel .carousel-inner>.item{background:transparent}.mall-random-slide{height:100%;display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(230px,.85fr);align-items:center;padding:42px 42px 50px;color:#222!important;position:relative;overflow:hidden}.mall-random-slide:before{content:"";position:absolute;width:320px;height:320px;border:55px solid rgba(255,70,52,.07);border-radius:50%;left:-130px;top:-175px}.mall-slide-copy{position:relative;z-index:2;min-width:0}.mall-slide-copy>span{display:inline-block;padding:5px 11px;background:#ffe1dc;color:var(--mall-primary);font-size:11px;font-weight:700;letter-spacing:1px}.mall-slide-copy h2{font-size:28px;line-height:1.3;font-weight:800;margin:16px 0 9px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mall-slide-copy p{font-size:13px;color:#777}.mall-slide-copy strong{display:block;color:var(--mall-primary);font-size:34px;line-height:1;margin:22px 0 18px}.mall-slide-copy strong small{font-size:16px}.mall-slide-copy em{display:inline-flex;align-items:center;height:34px;padding:0 18px;background:var(--mall-primary);border-radius:18px;color:#fff;font-style:normal;font-size:12px}.mall-slide-product{position:relative;z-index:1;width:260px;height:260px;margin:auto;background:#fff;border-radius:50%;box-shadow:0 20px 45px rgba(212,52,39,.13);display:flex;align-items:center;justify-content:center}.mall-slide-product:after{content:"";position:absolute;inset:-12px;border:1px dashed rgba(255,59,48,.28);border-radius:50%}.mall-slide-product img{display:block!important;width:205px!important;height:205px!important;object-fit:cover!important;border-radius:18px;position:relative;z-index:2;box-shadow:0 9px 25px rgba(0,0,0,.12)}.mall-slide-product i{position:absolute;right:-8px;top:20px;z-index:4;font-style:normal;font-size:11px;color:#fff;background:#222;padding:5px 10px;border-radius:12px}.mall-product-carousel .carousel-indicators li{background:#ffc0b9}.mall-product-carousel .carousel-indicators .active{background:var(--mall-primary)}
@media(max-width:1100px){.mall-random-slide{padding:34px 30px}.mall-slide-product{width:220px;height:220px}.mall-slide-product img{width:175px!important;height:175px!important}.mall-slide-copy h2{font-size:24px}}
@media(max-width:767px){.mall-random-slide{grid-template-columns:1.12fr .88fr;padding:18px 15px 29px}.mall-slide-copy>span{font-size:8px;padding:3px 6px}.mall-slide-copy h2{font-size:15px;margin:8px 0 5px;-webkit-line-clamp:2}.mall-slide-copy p{display:none}.mall-slide-copy strong{font-size:22px;margin:11px 0}.mall-slide-copy strong small{font-size:12px}.mall-slide-copy em{height:27px;padding:0 10px;font-size:10px}.mall-slide-product{width:115px;height:115px}.mall-slide-product img{width:92px!important;height:92px!important;border-radius:10px}.mall-slide-product i{display:none}}
/* White four-column commerce footer */
.mall-footer-light{background:#fff;color:#555;padding:42px 0 0;border-top:1px solid #f0f0f0}.mall-footer-columns{display:grid;grid-template-columns:minmax(320px,1.65fr) repeat(3,minmax(130px,.7fr));gap:65px;padding:0 12px 35px}.mall-footer-brand img{display:block;width:125px;height:52px;object-fit:contain;margin-bottom:18px}.mall-footer-brand p{max-width:390px;margin:0;color:#7c818b;font-size:13px;line-height:1.75;text-align:justify}.mall-footer-column h3,.mall-footer-contact h3{margin:0 0 18px;color:#17191d;font-size:14px;font-weight:800}.mall-footer-column a{display:block;width:max-content;max-width:100%;margin-bottom:10px;color:#4f535a;font-size:13px}.mall-footer-column a:hover{color:var(--mall-primary);transform:translateX(2px)}.mall-footer-contact span{display:block;color:#777;font-size:12px;margin-bottom:2px}.mall-footer-contact .mall-contact-important{display:block;width:max-content;max-width:100%;color:var(--mall-primary);font-size:14px;font-weight:700;margin-bottom:9px;word-break:break-all}.mall-footer-contact p{color:#8c919a;font-size:13px;margin-top:23px}.mall-footer-bottom{border-top:1px solid #eee;padding:17px 0 20px;text-align:center;color:#9a9da4;font-size:12px}.mall-footer-bottom a{color:#777}.mall-footer-light .fahuo100_copyright,.mall-footer-light .links,.mall-footer-light .mall-footer-promise,.mall-footer-light .qrcode{display:none}
@media(max-width:900px){.mall-footer-columns{grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.mall-footer-brand p{font-size:12px}}
@media(max-width:767px){.mall-footer-light{padding-top:28px}.mall-footer-columns{grid-template-columns:repeat(2,1fr);gap:25px 18px;padding:0 5px 25px}.mall-footer-brand{grid-column:1/-1}.mall-footer-brand img{width:105px;height:42px;margin-bottom:12px}.mall-footer-brand p{max-width:none;text-align:left;line-height:1.65}.mall-footer-contact p{margin-top:12px}.mall-footer-bottom{padding:14px 5px 17px;line-height:1.7}}
/* Requested product-detail visibility */
.f_r_t #t2,.f_r_t #t3,.f_r_b.s2,.f_r_b.s3{display:none!important}
/* Slim split copyright bar */
.mall-footer-light>.container{max-width:none;padding:0}.mall-footer-light .mall-footer-columns{width:100%;max-width:1240px;margin:0 auto;padding-left:32px;padding-right:32px}.mall-footer-bottom{min-height:44px;padding:0 40px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eee;text-align:left;color:#8c9199;font-size:11px;background:#fff}.mall-footer-copyright{white-space:nowrap}.mall-footer-icp{margin-left:auto;color:#7f858e!important;white-space:nowrap}.mall-footer-icp:hover{color:var(--mall-primary)!important}.mall-footer-code:empty{display:none}
@media(max-width:767px){.mall-footer-light .mall-footer-columns{padding-left:17px;padding-right:17px}.mall-footer-bottom{min-height:52px;padding:10px 17px;display:flex;flex-wrap:wrap;gap:3px 12px;justify-content:center;text-align:center;line-height:1.55}.mall-footer-copyright,.mall-footer-icp{white-space:normal}.mall-footer-icp{margin-left:0}}
/* Product detail first-screen reconstruction */
.detail-page-gap{display:none}.pi_top{display:grid!important;grid-template-columns:minmax(280px,350px) minmax(350px,1fr) 220px;gap:20px;align-items:start;padding:18px!important;border-radius:12px!important;min-height:410px}.pi_top .top_l,.pi_top .top_m,.pi_top .top_r{display:block!important;width:auto!important;margin:0!important;min-width:0}.pi_top .top_l{width:100%!important}.pi_top .top_l #myCarousel,.pi_top .top_l .carousel-inner,.pi_top .top_l .carousel-inner>.item{width:100%!important;height:auto!important;aspect-ratio:1/1}.pi_top .top_l .carousel-inner>.item>img{width:100%!important;height:100%!important;object-fit:cover;border-radius:8px}.pi_top .top_l .carousel-control{border-radius:0;background:linear-gradient(90deg,rgba(0,0,0,.18),transparent)}.pi_top .top_l .right.carousel-control{background:linear-gradient(270deg,rgba(0,0,0,.18),transparent)}.pi_top .top_m{padding:3px 0}.pi_title{font-size:20px!important;line-height:1.45;padding:0 0 14px!important}.pi_star{display:flex;align-items:center;gap:7px;color:#8a8f99;padding:11px 0!important;margin:0!important}.pi_star img{height:18px;width:auto}.pi_price{display:grid!important;grid-template-columns:minmax(0,1fr) 108px;gap:0;margin:0 0 18px!important;padding:14px 16px!important;border-radius:4px;background:linear-gradient(90deg,#fafafa,#f6f6f6)!important}.pi_price .price1,.pi_price .price2{display:block!important;width:auto!important}.pi_price .price2{padding-left:16px!important;border-left:1px solid #ddd}.pi_price .price2:empty{display:none!important}.pi_top .buy_btn{display:inline-flex;vertical-align:top}.pi_top .butnow,.pi_top .addcart{height:42px!important;line-height:40px!important;border-radius:4px!important}.pi_top .top_r>img{display:block;width:100%;height:auto;object-fit:contain}.pi_top .userbao{border:1px solid #ffe2a3!important;border-top:0!important;padding:12px!important;border-radius:0 0 5px 5px;background:#fff;overflow:hidden}.pi_top .userbao>img{float:left;margin:0 10px 5px 0;border-radius:5px}.pi_top .userbao .span{color:#888}.pi_top .shop_btn{width:calc(50% - 3px);margin-top:11px}.pi_top:after{display:none!important}
@media(max-width:1100px) and (min-width:768px){.pi_top{grid-template-columns:minmax(250px,290px) minmax(330px,1fr) 190px;gap:14px;padding:14px!important}.pi_title{font-size:17px!important}.pi_top .butnow,.pi_top .addcart{width:105px!important;margin-left:8px!important}.pi_top .userbao{padding:9px!important;font-size:11px!important}.pi_top .shop_btn{font-size:11px}}
@media(max-width:767px){.detail-page-gap{display:none}.dh_title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pi_top{display:block!important;min-height:0;padding:10px!important;border-radius:8px!important}.pi_top .top_l,.pi_top .top_m,.pi_top .top_r{width:100%!important;margin:0 0 16px!important}.pi_top .top_l #myCarousel{max-width:420px;margin:auto}.pi_top .top_m{padding-top:2px}.pi_title{font-size:17px!important}.pi_price{grid-template-columns:minmax(0,1fr) 88px}.pi_top .top_r{max-width:none}.pi_top .top_r>img{width:200px}.pi_top .userbao{display:grid;grid-template-columns:54px 1fr;column-gap:10px}.pi_top .userbao>img{grid-row:1/4}.pi_top .userbao>div{min-width:0}.pi_top .shop_btn{width:110px}.pi_top .butnow,.pi_top .addcart{width:112px!important;margin-left:6px!important}}
/* Random carousel layout fix and visual polish */
.mall-product-carousel .carousel-inner>.item>a.mall-random-slide{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(190px,260px)!important;align-items:center!important;gap:22px;padding:36px 48px!important}.mall-product-carousel .mall-slide-copy{align-self:center}.mall-product-carousel .mall-slide-copy h2{max-width:430px;margin:14px 0 8px;font-size:27px;line-height:1.35}.mall-product-carousel .mall-slide-copy p{margin:0;color:#777}.mall-product-carousel .mall-slide-copy strong{margin:20px 0 16px}.mall-product-carousel .mall-slide-product{width:245px;height:245px}.mall-product-carousel .mall-slide-product img{width:205px!important;height:205px!important}.mall-product-carousel .carousel-control{top:50%!important;width:34px!important;height:58px!important;margin-top:-29px;background:rgba(31,35,41,.16)!important;opacity:0;display:flex;align-items:center;justify-content:center}.mall-product-carousel:hover .carousel-control{opacity:1}.mall-product-carousel .carousel-control .glyphicon{display:none!important}.mall-product-carousel .carousel-control:after{font-family:Arial,sans-serif;font-size:31px;line-height:1;color:#fff;font-weight:300;text-shadow:none}.mall-product-carousel .left.carousel-control:after{content:"‹"}.mall-product-carousel .right.carousel-control:after{content:"›"}.mall-product-carousel .left.carousel-control{left:0;border-radius:0 29px 29px 0}.mall-product-carousel .right.carousel-control{right:0;border-radius:29px 0 0 29px}.mall-product-carousel .carousel-indicators{bottom:12px}.mall-product-carousel .carousel-indicators li{width:7px;height:7px;margin:0 3px}.mall-product-carousel .carousel-indicators li.active{width:22px;height:7px;margin:0 3px;border-radius:5px}
@media(max-width:1100px) and (min-width:768px){.mall-product-carousel .carousel-inner>.item>a.mall-random-slide{grid-template-columns:minmax(0,1fr) minmax(170px,220px)!important;gap:12px;padding:30px 34px!important}.mall-product-carousel .mall-slide-copy h2{font-size:23px}.mall-product-carousel .mall-slide-product{width:210px;height:210px}.mall-product-carousel .mall-slide-product img{width:174px!important;height:174px!important}}
@media(max-width:767px){.mall-product-carousel .carousel-inner>.item>a.mall-random-slide{grid-template-columns:minmax(0,1fr) 108px!important;gap:8px;padding:16px 14px 27px!important}.mall-product-carousel .mall-slide-copy h2{font-size:15px;margin:7px 0 4px}.mall-product-carousel .mall-slide-copy strong{margin:10px 0;font-size:21px}.mall-product-carousel .mall-slide-product{width:103px;height:103px}.mall-product-carousel .mall-slide-product img{width:84px!important;height:84px!important}.mall-product-carousel .carousel-control{display:none!important}}
/* Unified product category selector */
.product-category-list{display:flex;align-items:center;flex-wrap:wrap;gap:10px 8px;padding:16px 18px!important}.product-category-list .sub_sort,.product-category-list .sub_sort_active{display:inline-flex;align-items:center;min-height:30px;margin:0!important;padding:4px 13px!important;border-radius:15px}.product-category-list .sub_sort{background:#fff;color:#555;border:1px solid #e7e9ed}.product-category-list .sub_sort:hover{border-color:#ffb7b1;color:var(--mall-primary);background:#fff5f4}.product-category-list .sub_sort_active{background:var(--mall-primary)!important;color:#fff!important;border:1px solid var(--mall-primary)}
@media(max-width:767px){.product-category-list{padding:12px!important;gap:7px 5px}.product-category-list .sub_sort,.product-category-list .sub_sort_active{min-height:27px;padding:3px 10px!important;font-size:11px}}
/* Mobile header overlap fix */
@media(max-width:767px){
.fahuo100_header{height:112px!important;overflow:visible}.mall-header-main.container{height:72px!important;min-height:72px;display:grid!important;grid-template-columns:104px minmax(0,1fr)!important;align-items:center!important;gap:9px!important;padding:8px 12px!important;flex-wrap:nowrap!important}.mall-logo-link{display:block;min-width:0!important}.mall-logo-link .logo{display:block!important;width:100px!important;max-width:100px!important;height:45px!important;margin:0!important;object-fit:contain}.mall-header-main .mall-search{display:block!important;width:100%!important;min-width:0!important;margin:0!important}.mall-header-main .mall-search-box{width:100%!important;height:35px!important;display:flex!important;border-radius:18px!important;overflow:hidden}.mall-header-main .mall-search-box input{width:0!important;min-width:0!important;flex:1!important;padding:0 10px!important;font-size:11px!important}.mall-header-main .mall-search-box button{flex:0 0 48px!important;width:48px!important;height:100%!important;padding:0!important}.mall-nav-wrap{height:40px!important;position:relative;z-index:100}.mall-nav-inner.container{height:40px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:12px!important;padding:0 12px!important;flex-wrap:nowrap!important}.mall-all-category{width:auto!important;min-width:0!important;height:38px!important;line-height:38px!important;padding:0!important;background:#fff!important;color:#222!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mall-all-category span{margin-right:7px!important;color:var(--mall-primary)!important}.mall-nav-inner .mall-mobile-toggle{display:inline-flex!important;align-items:center;justify-content:center;grid-column:auto!important;width:auto!important;height:28px!important;line-height:28px!important;padding:0 9px!important;border-radius:14px!important;background:#fff0ef!important;color:var(--mall-primary)!important;font-size:11px!important;white-space:nowrap}.mall-nav-inner .header_right{display:flex!important;align-items:center!important;height:38px!important;margin:0!important;font-size:11px!important;white-space:nowrap}.mall-nav-inner .header_right a{font-size:11px!important}.mall-nav-inner .header_right i{margin:0 3px!important}.mall-nav-inner .menus{display:none;position:absolute!important;top:40px!important;left:0!important;right:0!important;height:auto!important;max-height:70vh;overflow-y:auto;background:#fff!important;padding:8px 12px!important;box-shadow:0 12px 24px rgba(0,0,0,.12);z-index:99999;align-items:stretch!important;flex-direction:column!important}.mall-nav-inner .menus.open{display:flex!important}.mall-nav-inner .menu{height:auto!important;min-height:40px!important;width:100%!important;padding:0 8px!important;display:block!important;line-height:40px!important;text-align:left!important}.mall-hero{padding-top:8px!important}
}
/* Final mobile nav row correction */
@media(max-width:767px){.mall-nav-inner.container{grid-template-columns:minmax(0,1fr) 34px!important;gap:8px!important}.mall-nav-inner .header_right{display:none!important}.mall-nav-inner .mall-mobile-toggle{width:30px!important;min-width:30px!important;height:30px!important;padding:0!important;border-radius:50%!important;font-size:17px!important;line-height:30px!important;overflow:hidden;white-space:nowrap}.mall-all-category{font-size:13px!important}}
/* Bootstrap container clearfix must not become grid items */
@media(max-width:767px){.mall-header-main.container:before,.mall-header-main.container:after,.mall-nav-inner.container:before,.mall-nav-inner.container:after{content:none!important;display:none!important}}
/* Hide the redundant all-category button on mobile; bottom category tab remains */
@media(max-width:767px){.fahuo100_header{height:104px!important}.mall-nav-wrap{height:32px!important}.mall-nav-inner.container{height:32px!important;display:flex!important;justify-content:flex-end!important;padding:0 12px!important}.mall-nav-inner .mall-all-category{display:none!important}.mall-nav-inner .mall-mobile-toggle{width:28px!important;min-width:28px!important;height:28px!important;line-height:28px!important}.mall-nav-inner .menus{top:32px!important}.mall-hero{padding-top:6px!important}}
/* Product detail mobile collision fix */
@media(max-width:767px){
.pi_top .top_m{overflow:hidden}.pi_top .pi_price{display:flex!important;flex-direction:column!important;gap:10px!important;padding:12px!important;margin-bottom:14px!important}.pi_top .pi_price .price1,.pi_top .pi_price .price2{display:block!important;width:100%!important;min-width:0!important;padding:0!important;border:0!important}.pi_top .pi_price .price1>div:last-child{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:5px!important;line-height:1.25}.pi_top .pi_price .price1 [class*="vip"],.pi_top .pi_price .price1 span:not(#price){white-space:nowrap}.pi_top .pi_price .price2{display:flex!important;align-items:center!important;gap:12px!important;line-height:22px!important;padding-top:9px!important;border-top:1px solid #e8e8e8!important}.pi_top .pi_price .price2>div:first-child{font-weight:700;flex:0 0 auto}.pi_top .pi_price .price2 #gg_rest{display:block;min-width:0;overflow-wrap:anywhere}.pi_top #buy>div:last-of-type{display:grid!important;grid-template-columns:60px minmax(0,1fr) minmax(0,1fr)!important;align-items:center!important;gap:7px!important;margin-top:14px!important;padding-bottom:16px!important}.pi_top .buy_btn{display:flex!important;width:60px!important;margin:0!important}.pi_top .butnow,.pi_top .addcart{display:block!important;width:100%!important;min-width:0!important;height:42px!important;margin:0!important;padding:0 4px!important;font-size:14px!important;white-space:nowrap}.pi_top .top_r{overflow:hidden!important}.pi_top .top_r>img{width:190px!important;max-width:65%!important}.pi_top .userbao{display:block!important;padding:12px!important;overflow:hidden!important}.pi_top .userbao>img{float:left!important;width:48px!important;height:48px!important;margin:0 10px 7px 0!important}.pi_top .userbao>div{display:block!important;width:auto!important;min-width:0!important;overflow-wrap:anywhere}.pi_top .userbao .span{display:inline-block!important;width:42px!important}.pi_top .userbao img:not(:first-child){max-width:145px!important;height:auto!important;vertical-align:middle}.pi_top .userbao>div[style*="border-top"]{clear:both!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;padding-top:10px!important}.pi_top .userbao>div[style*="border-top"]>div{display:block!important;width:auto!important}.pi_top .userbao>div:last-child{clear:both!important;display:flex!important;gap:7px!important}.pi_top .userbao .shop_btn{display:block!important;width:112px!important;margin:10px 0 0!important}.pi_top .userbao .shop_btn a{display:block!important;width:100%!important}
}
/* Cleaner product seller card */
.pi_top .top_r>img{display:none!important}.pi_top .top_r{position:relative;border:1px solid #ffd6a0;border-radius:9px;background:linear-gradient(180deg,#fffaf2 0,#fff 75px);padding-top:42px!important;overflow:hidden!important}.pi_top .top_r:before{content:"卖家服务";position:absolute;left:14px;top:11px;font-size:16px;font-weight:800;color:#a95c00}.pi_top .top_r:after{content:"平台保障 · 安心交易";position:absolute;right:13px;top:14px;font-size:10px;color:#d28a29}.pi_top .userbao{border:0!important;border-radius:0 0 9px 9px!important;background:transparent!important;padding:12px 14px 14px!important}.pi_top .userbao>img{width:48px!important;height:48px!important;padding:2px!important;border:1px solid #eee!important;border-radius:8px!important;object-fit:cover}.pi_top .userbao>div:nth-of-type(1){font-size:14px!important;line-height:24px!important;color:#222}.pi_top .userbao>div:nth-of-type(2),.pi_top .userbao>div:nth-of-type(3){font-size:11px!important;line-height:22px!important;color:#777}.pi_top .userbao>div:nth-of-type(2) img{max-width:112px!important;max-height:18px!important;object-fit:contain;object-position:left center}.pi_top .userbao>div[style*="border-top"]{border-top:1px solid #f0f0f0!important;margin-top:12px!important;padding-top:12px!important}.pi_top .userbao>div[style*="border-top"]>div{border-right:1px solid #f0f0f0!important}.pi_top .userbao>div[style*="border-top"]>div:last-child{border-right:0!important}.pi_top .userbao>div[style*="border-top"]>div>div:first-child{color:#777!important;font-size:11px}.pi_top .userbao>div[style*="border-top"]>div>div:last-child{font-weight:700;color:var(--mall-primary)!important}.pi_top .userbao>div:last-child{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.pi_top .userbao .shop_btn{width:auto!important;height:34px!important;line-height:32px!important;margin:12px 0 0!important;border:1px solid #eee!important;border-radius:5px!important;background:#fafafa!important}.pi_top .userbao .shop_btn:empty{display:none!important}.pi_top .userbao .shop_btn a{height:32px!important;line-height:32px!important;color:#555!important}.pi_top .userbao .shop_btn:first-child a{color:var(--mall-primary)!important;border-color:#ffd1cd!important}.pi_top #buy>div:last-of-type{border-bottom:0!important}
@media(max-width:767px){.pi_top .top_r{padding-top:40px!important;border-radius:8px!important}.pi_top .top_r:before{left:12px;top:10px;font-size:15px}.pi_top .top_r:after{right:12px;top:12px}.pi_top .userbao{padding:11px 12px 12px!important}.pi_top .userbao>img{width:46px!important;height:46px!important}.pi_top .userbao>div:nth-of-type(2) img{width:auto!important;max-width:110px!important}.pi_top .userbao>div:last-child{display:flex!important;gap:8px!important}.pi_top .userbao .shop_btn{flex:1!important;width:auto!important}.pi_top #buy>div:last-of-type{margin-bottom:0!important}}
/* Modern sales ranking */
.sales-rank{padding:16px!important}.sales-rank-title{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 9px!important;padding:0 0 12px!important;border-bottom:1px solid #eee}.sales-rank-title span{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 8px;border-radius:4px;background:linear-gradient(135deg,#ff5a4f,var(--mall-primary));color:#fff;font-size:11px;font-weight:700}.sales-rank-title strong{font-size:16px;color:#222}.sales-rank-title small{margin-left:auto;color:#aaa;font-size:10px}.sales-rank .r_list{display:grid;grid-template-columns:66px minmax(0,1fr);gap:10px;padding:10px 0!important;border-bottom:1px solid #f1f1f1!important}.sales-rank .r_list:last-child{border-bottom:0!important}.sales-rank .r_pic{display:block!important;width:66px!important;height:66px!important;margin:0!important;border-radius:7px;object-fit:cover;background:#f6f6f6}.sales-rank .r_pcontent{display:flex!important;flex-direction:column!important;width:auto!important;min-width:0;height:66px}.sales-rank .r_newstitle{display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0!important;font-size:12px!important;line-height:18px!important;color:#333!important}.sales-rank .r_info{margin-top:auto!important;display:block!important;max-width:62%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#9299a8!important;font-size:10px!important}.sales-rank .r_info img{width:10px!important;height:10px!important;margin-right:2px!important}.sales-rank .N_view{margin-top:-17px;float:none!important;align-self:flex-end;color:var(--mall-primary);font-size:13px;font-weight:700}
@media(max-width:767px){.pi_foot{margin-top:10px!important}.sales-rank-wrap{display:block!important;width:100%!important}.sales-rank{padding:13px!important;margin-bottom:12px!important;border-radius:10px!important;overflow:hidden}.sales-rank-title{padding-bottom:10px!important;margin-bottom:11px!important}.sales-rank-title strong{font-size:15px}.sales-rank-title small{display:block}.sales-rank{display:grid!important;grid-template-columns:repeat(8,138px)!important;grid-template-rows:auto 1fr!important;gap:9px!important;overflow-x:auto!important;scroll-snap-type:x proximity;padding-bottom:15px!important;-webkit-overflow-scrolling:touch}.sales-rank::-webkit-scrollbar{height:3px}.sales-rank::-webkit-scrollbar-thumb{background:#ffd0cc;border-radius:4px}.sales-rank .sales-rank-title{grid-column:1/-1;position:sticky;left:0;z-index:2;background:#fff}.sales-rank .r_list{display:block!important;width:138px!important;padding:0 0 10px!important;border:1px solid #eee!important;border-radius:9px!important;overflow:hidden;scroll-snap-align:start;background:#fff}.sales-rank .r_list .r_pic{width:100%!important;height:112px!important;border-radius:0!important}.sales-rank .r_pcontent{height:84px!important;padding:8px 9px 0!important}.sales-rank .r_newstitle{font-size:11px!important;line-height:16px!important;height:32px}.sales-rank .r_info{max-width:100%;font-size:9px!important;margin-top:5px!important}.sales-rank .N_view{align-self:flex-start!important;margin:5px 0 0!important;font-size:14px!important}.pi_foot>.f_r{display:block!important;width:100%!important;margin-left:0!important}}
/* Refined service and purchase controls */
.product-service-row{display:flex;align-items:flex-start;gap:12px;margin:0 0 14px;padding:12px 14px;border:1px solid #ffe2df;border-radius:7px;background:#fff8f7;color:#555;line-height:22px}.product-service-label{flex:0 0 auto;display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:11px;background:var(--mall-primary);color:#fff;font-size:11px;font-weight:700}.product-service-text{min-width:0;font-size:13px}.product-service-text:before{content:"✓";display:inline-block;margin-right:6px;color:var(--mall-primary);font-weight:900}.product-service-text strong{margin:0 3px;color:#1689e8;font-weight:700}.product-purchase-actions{display:grid!important;grid-template-columns:82px minmax(125px,1fr) minmax(125px,1fr)!important;align-items:center!important;gap:10px!important;margin-top:16px!important;padding-bottom:18px!important}.product-purchase-actions .buy_btn{display:grid!important;grid-template-columns:48px 32px!important;width:82px!important;height:44px!important;margin:0!important;border:1px solid #ddd;border-radius:5px;overflow:hidden;background:#fff}.product-purchase-actions .buy_btn>input#amount{grid-row:1/3!important;width:48px!important;height:44px!important;border:0!important;border-right:1px solid #ddd!important;font-size:14px!important;outline:0}.product-purchase-actions .buy_btn>div{display:grid!important;grid-template-rows:1fr 1fr!important;width:32px!important;height:44px!important;vertical-align:initial!important}.product-purchase-actions .buy_btn button{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:22px!important;padding:0!important;border:0!important;border-radius:0!important;background:#f7f7f7!important;color:#555!important;font-size:15px!important;line-height:22px!important}.product-purchase-actions .buy_btn button:first-child{border-bottom:1px solid #ddd!important}.product-purchase-actions .buy_btn button:hover{background:#fff0ef!important;color:var(--mall-primary)!important}.product-purchase-actions .butnow,.product-purchase-actions .addcart{display:block!important;width:100%!important;height:44px!important;line-height:42px!important;margin:0!important;padding:0 10px!important;border-radius:5px!important;font-size:15px!important;font-weight:500!important;white-space:nowrap}.product-purchase-actions .butnow{background:#fff!important;border:1px solid var(--mall-primary)!important;color:var(--mall-primary)!important}.product-purchase-actions .addcart{background:linear-gradient(90deg,#ff4c43,var(--mall-primary))!important;border:1px solid var(--mall-primary)!important;color:#fff!important;box-shadow:0 5px 12px rgba(255,54,45,.17)}
@media(max-width:767px){.product-service-row{gap:8px;margin-bottom:12px;padding:10px;border-radius:6px}.product-service-label{padding:0 7px;font-size:10px}.product-service-text{font-size:11px;line-height:20px}.product-purchase-actions,.pi_top #buy>.product-purchase-actions{grid-template-columns:72px minmax(0,1fr) minmax(0,1fr)!important;gap:7px!important;margin-top:12px!important;padding-bottom:14px!important}.product-purchase-actions .buy_btn{grid-template-columns:43px 27px!important;width:72px!important;height:42px!important}.product-purchase-actions .buy_btn>input#amount{width:43px!important;height:42px!important}.product-purchase-actions .buy_btn>div{width:27px!important;height:42px!important}.product-purchase-actions .buy_btn button{width:27px!important;height:21px!important}.product-purchase-actions .butnow,.product-purchase-actions .addcart{height:42px!important;line-height:40px!important;padding:0 3px!important;font-size:13px!important}}
/* Standard horizontal quantity stepper */
.product-purchase-actions{grid-template-columns:104px minmax(125px,1fr) minmax(125px,1fr)!important}.product-purchase-actions .buy_btn{display:grid!important;grid-template-columns:30px 42px 30px!important;width:104px!important;height:44px!important}.product-purchase-actions .buy_btn>input#amount{grid-row:auto!important;width:42px!important;height:42px!important;border:0!important;border-left:1px solid #e4e4e4!important;border-right:1px solid #e4e4e4!important;text-align:center!important;font-weight:700!important;outline:0;background:#fff}.product-purchase-actions .buy_btn>button{display:flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:42px!important;border:0!important;background:#fafafa!important;color:#777!important;font-size:16px!important;line-height:42px!important;padding:0!important}.product-purchase-actions .buy_btn>button:first-child{border-bottom:0!important}.product-purchase-actions .buy_btn>button:hover{background:#fff0ef!important;color:var(--mall-primary)!important}
@media(max-width:767px){.product-purchase-actions,.pi_top #buy>.product-purchase-actions{grid-template-columns:60px minmax(0,1fr) minmax(0,1fr)!important}.product-purchase-actions .buy_btn{grid-template-columns:18px 24px 18px!important;width:60px!important;height:42px!important}.product-purchase-actions .buy_btn>input#amount{width:24px!important;height:40px!important;font-size:13px!important;padding:0!important}.product-purchase-actions .buy_btn>button{width:18px!important;height:40px!important;font-size:13px!important;line-height:40px!important}}
