/* CRMEB Mall original design system — 2026-07-11 */
:root{--cm-primary:#e93323;--cm-primary-dark:#cf2417;--cm-soft:#fff1ef;--cm-orange:#ff7a16;--cm-bg:#f5f5f5;--cm-card:#fff;--cm-text:#282828;--cm-muted:#999;--cm-line:#eee;--cm-radius:12px;--cm-shadow:0 6px 24px rgba(39,39,39,.06)}
html{scroll-behavior:smooth}body{background:var(--cm-bg)!important;color:var(--cm-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}.site{overflow:visible}.container{max-width:1200px!important}.site-header{background:rgba(255,255,255,.96)!important;border-bottom:1px solid rgba(0,0,0,.04);box-shadow:0 2px 14px rgba(0,0,0,.04);backdrop-filter:blur(10px)}.site-header .navbar{min-height:72px}.site-header .logo{max-height:45px}.main-menu .nav-list>li>a{font-size:15px;font-weight:500;color:#333}.main-menu .nav-list>li>a:hover,.main-menu .nav-list>li.current-menu-item>a{color:var(--cm-primary)!important}.sub-menu{border:0!important;border-radius:10px!important;box-shadow:var(--cm-shadow)!important;overflow:hidden}.navbar-button,.login-btn{border-radius:18px}.main-search .search-field{background:#f7f7f7;border:1px solid #eee;border-radius:20px}.header-gap{height:72px!important}.site-content{padding-top:22px!important;padding-bottom:36px!important}.breadcrumbs{color:#aaa;font-size:13px;margin-bottom:16px}.breadcrumbs a{color:#666}.module,.article-content,.filter--content,.detail-panel,.widget,.form-box{border:0!important;border-radius:var(--cm-radius)!important;box-shadow:var(--cm-shadow);background:#fff}.module.slider.big{border-radius:16px!important;overflow:hidden}.module.slider.big img{object-fit:cover}.entry-media,.placeholder{border-radius:10px!important;overflow:hidden}.entry-media img,.placeholder img{transition:transform .35s ease}.post-grid:hover .entry-media img,.post-grid:hover .placeholder img{transform:scale(1.035)}.entry-wrapper,.article-content{border-radius:var(--cm-radius)!important}.entry-title{color:#222!important}.entry-meta{color:#aaa!important}.cao_entry_header{border-bottom:1px solid #f2f2f2}.btn,.button,button,input[type=submit],.btn--primary{border-radius:8px!important}.btn--primary,.button-primary,input[type=submit]{background:linear-gradient(135deg,var(--cm-primary),#ff5a47)!important;border-color:var(--cm-primary)!important;color:#fff!important}.btn--primary:hover,.button-primary:hover,input[type=submit]:hover{background:var(--cm-primary-dark)!important}.badge-warning,.price,.entry-price{color:var(--cm-primary)!important}.pagination a,.pagination span,.pager a{border-radius:8px!important}.pagination .current{background:var(--cm-primary)!important;color:#fff!important}.term-bar{min-height:140px!important;background:linear-gradient(135deg,#ff5b4d,#e93323)!important;border-radius:0!important}.term-bar:before{background:linear-gradient(90deg,rgba(233,51,35,.2),rgba(255,122,22,.15))!important}.term-title{font-weight:700!important}.filter--content{padding:18px!important;margin-bottom:20px!important}.filter--content a:hover,.filter--content .on,.filter--content .active{color:var(--cm-primary)!important}.related-posts-grid{border-radius:var(--cm-radius)!important}.detail-buy-btn{background:linear-gradient(135deg,var(--cm-primary),#ff5a47)!important;border-radius:24px!important}.detail-category-list a{border:0!important;background:#f7f7f7!important}.detail-category-list a:hover{background:var(--cm-soft)!important;color:var(--cm-primary)!important}.detail-category-list .count{background:var(--cm-primary)!important}.site-footer{background:#fff!important;border-top:1px solid #eee}.site-info{color:#999}.off-canvas{background:#fff!important}.off-canvas .widget{box-shadow:none}.header__dropdown .header-box{border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.12)}
/* home commerce modules */
.cm-home{padding:20px 0 42px}.cm-quick{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:18px 0}.cm-quick a{display:flex;align-items:center;gap:12px;padding:18px;background:#fff;border-radius:12px;color:#333;box-shadow:var(--cm-shadow);transition:.2s}.cm-quick a:hover{transform:translateY(-2px);color:var(--cm-primary)}.cm-quick i{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--cm-soft);color:var(--cm-primary);font-style:normal;font-size:21px}.cm-quick strong{display:block;font-size:15px}.cm-quick small{display:block;margin-top:4px;color:#aaa}.cm-section{margin-top:24px}.cm-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}.cm-section-head h2{margin:0;font-size:24px;color:#222}.cm-section-head h2:before{content:"";display:inline-block;width:4px;height:22px;background:var(--cm-primary);border-radius:4px;vertical-align:-3px;margin-right:10px}.cm-section-head a{color:#999}.cm-section-head a:hover{color:var(--cm-primary)}.cm-goods{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.cm-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--cm-shadow);transition:.25s}.cm-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(39,39,39,.11)}.cm-card-img{position:relative;padding-top:100%;background:#f8f8f8;overflow:hidden}.cm-card-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.35s}.cm-card:hover img{transform:scale(1.04)}.cm-card-body{padding:12px}.cm-card-title{height:42px;line-height:21px;overflow:hidden;color:#333;font-size:14px}.cm-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.cm-card-price{color:var(--cm-primary);font-size:20px;font-weight:700}.cm-card-price small{font-size:12px}.cm-cart{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--cm-soft);color:var(--cm-primary);font-size:17px}.cm-empty{grid-column:1/-1;padding:50px;text-align:center;background:#fff;border-radius:12px;color:#aaa}
@media(max-width:991px){.container{padding-left:14px!important;padding-right:14px!important}.header-gap{height:60px!important}.cm-goods{grid-template-columns:repeat(3,1fr)}.cm-quick{grid-template-columns:repeat(3,1fr)}.site-content{padding-top:14px!important}.detail-extra-panels{position:static!important}}
@media(max-width:640px){body{padding-bottom:58px}.cm-home{padding-top:8px}.cm-quick{grid-template-columns:repeat(4,1fr);gap:8px}.cm-quick a{display:block;text-align:center;padding:12px 5px;box-shadow:none}.cm-quick i{margin:auto;width:38px;height:38px}.cm-quick small{display:none}.cm-goods{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cm-card-body{padding:10px}.cm-card-price{font-size:17px}.cm-section-head h2{font-size:20px}.term-bar{min-height:100px!important}.article-content,.entry-wrapper{border-radius:10px!important}.site-header .logo{max-height:38px}.cm-mobile-nav{display:flex!important}.site-footer{padding-bottom:58px}}
.cm-mobile-nav{display:none;position:fixed;z-index:9999;left:0;right:0;bottom:0;height:58px;background:#fff;border-top:1px solid #eee;align-items:center;justify-content:space-around;padding-bottom:env(safe-area-inset-bottom)}.cm-mobile-nav a{display:flex;min-width:64px;flex-direction:column;align-items:center;gap:3px;color:#777;font-size:11px}.cm-mobile-nav b{font-size:20px;line-height:22px;font-weight:400}.cm-mobile-nav a:first-child{color:var(--cm-primary)}

/* v2: original storefront structure */
.cm-topbar{height:34px;background:#f7f7f7;color:#888;font-size:12px;border-bottom:1px solid #eee}.cm-topbar .container{height:34px;display:flex;align-items:center;justify-content:space-between}.cm-topbar a{color:#777;margin-left:22px}.cm-topbar a:hover{color:var(--cm-primary)}.cm-header{position:relative!important;top:auto!important}.cm-header-main{height:92px;display:flex;align-items:center;gap:42px}.cm-brand{display:flex;width:190px;align-items:center}.cm-brand img{max-width:180px;max-height:54px;object-fit:contain}.cm-search{height:44px;flex:1;max-width:590px;display:flex;align-items:center;border:2px solid var(--cm-primary);border-radius:24px;overflow:hidden;background:#fff}.cm-search-icon{padding-left:17px;color:#aaa;font-size:22px}.cm-search input{flex:1;height:100%;border:0!important;outline:0!important;padding:0 12px!important;background:transparent!important;box-shadow:none!important}.cm-search button{width:92px;height:100%;border:0!important;border-radius:22px!important;background:var(--cm-primary)!important;color:#fff;font-size:15px}.cm-header-tools{margin-left:auto;display:flex;align-items:center;gap:20px}.cm-tool{display:flex;align-items:center;gap:7px;color:#444;white-space:nowrap}.cm-tool b{font-size:20px;font-weight:400}.cm-tool img{width:31px;height:31px;border-radius:50%;object-fit:cover}.cm-user-menu{position:relative;padding:14px 0}.cm-user-drop{display:none;position:absolute;right:0;top:54px;width:130px;padding:8px;background:#fff;border-radius:10px;box-shadow:0 10px 32px rgba(0,0,0,.13);z-index:20}.cm-user-menu:hover .cm-user-drop{display:block}.cm-user-drop a{display:block;padding:9px 12px;border-radius:7px;color:#555}.cm-user-drop a:hover{background:var(--cm-soft);color:var(--cm-primary)}.cm-menu-toggle{display:none;border:0;background:none;font-size:24px}.cm-nav-row{border-top:1px solid #f3f3f3;background:#fff}.cm-nav-inner{height:46px;display:flex;align-items:center}.cm-all-cats{align-self:stretch;width:210px;display:flex;align-items:center;gap:10px;padding:0 20px;background:var(--cm-primary);color:#fff!important;font-weight:600}.cm-main-nav{display:flex;align-items:center;height:100%;gap:34px;padding-left:34px;overflow:hidden}.cm-main-nav a{color:#333;font-size:15px;white-space:nowrap}.cm-main-nav a:hover{color:var(--cm-primary)}.cm-vip-link{margin-left:auto;color:var(--cm-primary);white-space:nowrap}.cm-header+.header-gap,.header-gap{height:0!important}.cm-hero-shell{display:grid;grid-template-columns:210px minmax(0,1fr) 230px;gap:14px;margin-top:16px}.cm-side-cats,.cm-user-card{background:#fff;border-radius:12px;box-shadow:var(--cm-shadow);overflow:hidden}.cm-side-cats a{display:flex;align-items:center;justify-content:space-between;height:43px;padding:0 16px;color:#444;border-bottom:1px solid #f5f5f5}.cm-side-cats a:hover{background:var(--cm-soft);color:var(--cm-primary)}.cm-side-cats a span{color:#bbb}.cm-hero-banner{min-width:0;min-height:386px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#f03b2f,#ff7467)}.cm-hero-banner .module.slider.big{display:block!important;width:100%;height:100%;min-height:386px;border-radius:12px!important}.cm-hero-banner .module.slider.big article{display:none;position:relative;width:100%;height:386px;background-size:cover;background-position:center}.cm-hero-banner .module.slider.big article:first-child,.cm-hero-banner .module.slider.big article.is-active{display:block}.cm-hero-banner .module.slider.big .u-permalink{position:absolute;inset:0}.cm-user-card{padding:22px;text-align:center}.cm-user-card .cm-welcome-icon{width:58px;height:58px;margin:0 auto 10px;display:grid;place-items:center;border-radius:50%;background:var(--cm-soft);color:var(--cm-primary);font-size:28px}.cm-user-card h3{font-size:17px;margin:0 0 5px}.cm-user-card p{font-size:12px;color:#aaa}.cm-user-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0}.cm-user-actions a{padding:8px;border:1px solid var(--cm-primary);border-radius:18px;color:var(--cm-primary)}.cm-user-actions a:first-child{background:var(--cm-primary);color:#fff}.cm-notice{margin-top:14px;padding-top:14px;border-top:1px solid #f1f1f1;text-align:left;font-size:12px;color:#888}.cm-notice strong{color:#333;margin-right:8px}
@media(max-width:991px){.cm-topbar,.cm-nav-row{display:none}.cm-header-main{height:64px;gap:12px}.cm-brand{width:125px}.cm-brand img{max-width:120px;max-height:40px}.cm-search{height:38px}.cm-search button{width:65px}.cm-header-tools .cm-tool{display:none}.cm-menu-toggle{display:block}.cm-hero-shell{grid-template-columns:1fr}.cm-side-cats,.cm-user-card{display:none}}
@media(max-width:560px){.cm-header-main{padding-left:10px!important;padding-right:10px!important}.cm-brand{width:95px}.cm-brand img{max-width:92px}.cm-search-icon{display:none}.cm-search input{padding-left:10px!important;font-size:12px}.cm-search button{width:50px;font-size:13px}}

/* v2 commerce pages */
.crmeb-mall-hero,.crmeb-search-hero{padding:34px 0;background:linear-gradient(135deg,#fff3f1,#fff);border-bottom:1px solid #f7e5e2}.crmeb-mall-hero h1,.crmeb-search-hero h1{margin:7px 0;font-size:29px}.crmeb-crumb{font-size:13px;color:#aaa}.crmeb-filter-panel{margin:20px 0;background:#fff;border-radius:12px;box-shadow:var(--cm-shadow);overflow:hidden}.crmeb-filter-head{display:flex;align-items:center;gap:15px;padding:18px 22px;border-bottom:1px solid #f2f2f2}.crmeb-filter-head strong{font-size:18px}.crmeb-filter-head span{color:#aaa;font-size:13px}.crmeb-list-heading,.crmeb-search-summary{display:flex;align-items:center;justify-content:space-between;margin:22px 0 14px}.crmeb-list-heading h2{margin:0;font-size:24px}.crmeb-list-heading p,.crmeb-search-summary span{color:#999}.crmeb-product-col,.crmeb-search-col{margin-bottom:16px}.crmeb-product-card,.crmeb-search-card{height:100%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--cm-shadow);transition:.25s}.crmeb-product-card:hover,.crmeb-search-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.1)}.crmeb-product-thumb,.crmeb-search-thumb{position:relative;padding-top:100%;overflow:hidden;background:#f7f7f7}.crmeb-product-thumb img,.crmeb-search-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.35s}.crmeb-product-card:hover img,.crmeb-search-card:hover img{transform:scale(1.04)}.crmeb-product-body,.crmeb-search-body{padding:13px}.crmeb-product-body h3,.crmeb-search-body h3{height:42px;line-height:21px;margin:0 0 9px;overflow:hidden;font-size:14px}.crmeb-detail-hero{display:grid;grid-template-columns:minmax(360px,46%) 1fr;gap:38px;padding:28px;background:#fff;border-radius:14px;box-shadow:var(--cm-shadow)}.crmeb-main-image{position:relative;padding-top:100%;border-radius:12px;overflow:hidden;background:#f7f7f7}.crmeb-main-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.crmeb-trust{display:flex;justify-content:space-around;padding:14px;color:#777;font-size:13px}.crmeb-trust span:before{content:'✓';color:var(--cm-primary);margin-right:5px}.crmeb-shopline{display:flex;justify-content:space-between}.crmeb-self{padding:3px 8px;background:var(--cm-primary);color:#fff;border-radius:4px;font-size:12px}.crmeb-buybox h1{font-size:25px;line-height:1.45;margin:14px 0 8px}.crmeb-desc{color:#999}.crmeb-price-panel{display:flex;align-items:center;gap:16px;margin:20px 0;padding:18px;background:linear-gradient(90deg,#fff1ef,#fff8f6);color:#999}.crmeb-price-panel strong{color:var(--cm-primary);font-size:35px}.crmeb-price-panel strong small{font-size:16px}.crmeb-sales-row{display:flex;justify-content:space-around;padding:13px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;color:#999}.crmeb-sales-row b{color:#555}.crmeb-specs,.crmeb-address{margin-top:18px}.crmeb-quantity{display:flex;align-items:center;gap:0;margin:18px 0}.crmeb-quantity label{width:70px}.crmeb-quantity button,.crmeb-quantity input{width:36px;height:34px;border:1px solid #ddd!important;text-align:center;background:#fff}.crmeb-actions{display:flex;gap:12px}.crmeb-actions>*{flex:1;min-height:46px!important;border-radius:23px!important}.crmeb-buy-now{background:linear-gradient(135deg,var(--cm-primary),#ff5c49)!important;color:#fff;border:0!important}.crmeb-service{margin-top:17px;color:#999;font-size:13px}.crmeb-detail-tabs{display:flex;gap:40px;margin-top:22px;padding:0 24px;background:#fff;border-radius:12px 12px 0 0;border-bottom:1px solid #eee}.crmeb-detail-tabs a{padding:18px 3px;color:#555}.crmeb-detail-tabs a:first-child{color:var(--cm-primary);border-bottom:2px solid var(--cm-primary)}.crmeb-detail-content{padding:28px;background:#fff;border-radius:0 0 12px 12px}.crmeb-section-title h2{font-size:22px}.crmeb-section-title span{color:#ccc;font-size:12px}.crmeb-search-hero{text-align:center}.crmeb-search-hero form{max-width:570px;height:44px;margin:16px auto;display:flex;background:#fff;border:2px solid var(--cm-primary);border-radius:24px;overflow:hidden}.crmeb-search-hero input{flex:1;border:0!important;padding:0 18px!important}.crmeb-search-hero button{width:90px;border:0!important;background:var(--cm-primary)!important;color:#fff}.crmeb-store-benefits{display:flex;gap:12px;flex-wrap:wrap}.crmeb-store-benefits span{padding:7px 12px;background:var(--cm-soft);color:var(--cm-primary);border-radius:18px}
@media(max-width:768px){.crmeb-mall-hero,.crmeb-search-hero{padding:22px 0}.crmeb-detail-hero{grid-template-columns:1fr;padding:14px;gap:16px}.crmeb-buybox h1{font-size:20px}.crmeb-price-panel{margin:12px 0;padding:12px}.crmeb-price-panel strong{font-size:28px}.crmeb-actions{position:sticky;bottom:58px;z-index:10;background:#fff;padding:8px 0}.crmeb-detail-content{padding:16px}.crmeb-list-heading h2{font-size:20px}}

/* v2 content center */
.cm-news-hero{min-height:190px;display:flex;align-items:center;background-size:cover;background-position:center;color:#fff}.cm-news-hero span,.cm-eyebrow{font-size:12px;letter-spacing:2px;opacity:.75}.cm-news-hero h1{margin:8px 0;font-size:32px;color:#fff}.cm-news-hero p{max-width:700px;opacity:.82}.cm-news-main,.cm-article-main,.cm-text-main{padding-top:24px!important}.cm-filter-card{padding:0!important;overflow:hidden}.cm-card-heading{display:flex;align-items:center;gap:14px;padding:18px 22px;border-bottom:1px solid #eee}.cm-card-heading b{font-size:18px}.cm-card-heading span{font-size:13px;color:#aaa}.cm-news-results{margin-top:24px}.cm-news-results .cm-section-head>span{color:#aaa}.cm-news-card{height:100%;border-radius:12px!important;overflow:hidden;background:#fff;box-shadow:var(--cm-shadow);transition:.25s}.cm-news-card:hover{transform:translateY(-4px)}.cm-news-cover{border-radius:0!important}.cm-news-footer{border-top:1px solid #f4f4f4}.cm-breadcrumb{margin-bottom:16px}.cm-article-layout,.cm-text-layout{align-items:flex-start}.cm-article-card,.cm-text-card{padding:28px!important}.cm-article-header,.cm-text-header{padding-bottom:20px;border-bottom:1px solid #eee}.cm-article-header h1,.cm-text-header h1{font-size:30px;line-height:1.4}.cm-richtext{padding-top:24px;font-size:16px;line-height:1.9}.cm-richtext img{max-width:100%;height:auto;border-radius:8px}.cm-article-actions{margin-top:24px;padding-top:18px;border-top:1px solid #eee}.cm-article-aside .widget,.cm-text-aside .widget{border-radius:12px!important;box-shadow:var(--cm-shadow)}.cm-course-compat .site-content{min-height:55vh;display:grid;place-items:center}.cm-course-compat .article-content{max-width:680px;padding:45px;text-align:center}
@media(max-width:768px){.cm-news-hero{min-height:130px}.cm-news-hero h1{font-size:24px}.cm-article-card,.cm-text-card{padding:16px!important}.cm-article-header h1,.cm-text-header h1{font-size:23px}.cm-richtext{font-size:15px}}

/* CRMEB Mall 1.0 — independent component layer */
:root{--cm-red:#e93323;--cm-red2:#ff5b4b;--cm-ink:#282828;--cm-gray:#8c8c8c;--cm-canvas:#f5f5f5;--cm-surface:#fff;--cm-border:#eee;--cm-radius-sm:8px;--cm-radius:12px;--cm-radius-lg:18px;--cm-shadow:0 8px 30px rgba(39,39,39,.07)}
.cm-page{min-height:60vh}.cm-container{width:min(1200px,calc(100% - 28px));margin:auto}.cm-section{padding:24px 0}.cm-panel{background:#fff;border-radius:var(--cm-radius);box-shadow:var(--cm-shadow)}.cm-flex{display:flex}.cm-grid{display:grid}.cm-muted{color:var(--cm-gray)}.cm-red{color:var(--cm-red)}.cm-pill{display:inline-flex;align-items:center;padding:5px 11px;border-radius:999px;background:#fff1ef;color:var(--cm-red);font-size:12px}.cm-button{display:inline-flex;justify-content:center;align-items:center;min-height:42px;padding:0 22px;border:0;border-radius:22px;background:linear-gradient(135deg,var(--cm-red),var(--cm-red2));color:#fff}.cm-button--ghost{background:#fff1ef;color:var(--cm-red);border:1px solid #ffd2cd}.cm-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.cm-product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--cm-shadow);transition:.25s}.cm-product-card:hover{transform:translateY(-4px)}.cm-product-card__image{position:relative;padding-top:100%;overflow:hidden;background:#f8f8f8}.cm-product-card__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.35s}.cm-product-card:hover img{transform:scale(1.04)}.cm-product-card__body{padding:12px}.cm-product-card__title{height:42px;overflow:hidden;line-height:21px}.cm-product-card__price{font-size:20px;font-weight:700;color:var(--cm-red)}.cm-empty{padding:60px 20px;text-align:center;background:#fff;border-radius:12px;color:#aaa}.cm-skeleton{background:linear-gradient(90deg,#f2f2f2,#fafafa,#f2f2f2);background-size:200% 100%;animation:cmShimmer 1.5s infinite}@keyframes cmShimmer{to{background-position:-200% 0}}
@media(max-width:991px){.cm-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.cm-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.cm-section{padding:16px 0}}

/* Complete page component set */
.cm-wrap{width:min(1200px,calc(100% - 28px));margin:auto}.cm-main{min-height:55vh;padding:22px 0 40px}.cm-breadcrumb{margin-bottom:16px;color:#aaa;font-size:13px}.cm-breadcrumb a{color:#666}.cm-hero,.cm-course-hero,.cm-search-hero,.cm-store-hero{background:linear-gradient(135deg,#fff0ed,#fff);border-radius:16px;padding:30px;margin-bottom:20px}.cm-hero h1,.cm-search-hero h1,.cm-store-hero h1{margin:5px 0;font-size:29px}.cm-eyebrow{font-size:12px;letter-spacing:2px;color:var(--cm-red)}.cm-toolbar,.cm-filter,.cm-categories,.cm-price-filter,.cm-sort{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cm-filter,.cm-toolbar{padding:16px 20px;margin-bottom:18px;background:#fff;border-radius:12px;box-shadow:var(--cm-shadow)}.cm-filter a,.cm-categories a,.cm-price-filter a,.cm-sort a{padding:7px 13px;border-radius:18px;color:#666}.cm-filter a:hover,.cm-categories a:hover,.cm-price-filter a:hover,.cm-sort a:hover,.cm-pagination .is-active{background:#fff1ef;color:var(--cm-red)}.cm-summary{margin-left:auto;color:#999}.cm-product-image{position:relative;display:block;padding-top:100%;overflow:hidden;background:#f7f7f7}.cm-product-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cm-product-body{padding:13px}.cm-product-body h2,.cm-product-body h3{height:42px;line-height:21px;margin:0 0 10px;overflow:hidden;font-size:14px}.cm-product-meta{display:flex;align-items:center;justify-content:space-between;color:#999;font-size:12px}.cm-product-cat{color:#999}.cm-pagination{display:flex;justify-content:center;gap:7px;margin-top:24px}.cm-pagination a{min-width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:#fff;color:#666}.cm-search-hero{text-align:center}.cm-search{max-width:600px;height:44px;margin:14px auto;display:flex;border:2px solid var(--cm-red);border-radius:24px;overflow:hidden;background:#fff}.cm-search input{flex:1;border:0!important;padding:0 17px!important}.cm-search button{width:90px;border:0!important;background:var(--cm-red)!important;color:#fff}.cm-search-grid,.cm-store-products,.cm-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cm-search-card,.cm-store-product,.cm-news-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--cm-shadow)}.cm-search-image,.cm-cover{display:block;position:relative;padding-top:62%;overflow:hidden;background:#f7f7f7}.cm-search-image img,.cm-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cm-result-type{display:inline-flex;padding:3px 8px;border-radius:10px;background:#fff1ef;color:var(--cm-red);font-size:11px}.cm-detail{display:grid;grid-template-columns:minmax(340px,46%) 1fr;gap:36px;padding:26px;background:#fff;border-radius:16px;box-shadow:var(--cm-shadow)}.cm-gallery-main{position:relative;padding-top:100%;border-radius:12px;overflow:hidden;background:#f7f7f7}.cm-gallery-main img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.cm-gallery-note{padding:12px;text-align:center;color:#999}.cm-purchase h1{font-size:26px;line-height:1.45}.cm-price{margin:18px 0;padding:18px;background:linear-gradient(90deg,#fff0ed,#fff8f6);color:var(--cm-red);font-size:34px;font-weight:700}.cm-facts{display:flex;justify-content:space-around;padding:13px;border-top:1px solid #eee;border-bottom:1px solid #eee;color:#999}.cm-spec{margin:18px 0}.cm-quantity{display:flex;align-items:center;margin:16px 0}.cm-quantity input{width:55px;height:36px;border:1px solid #ddd!important;text-align:center}.cm-actions{display:flex;gap:10px}.cm-actions a,.cm-actions button,.cm-buy,.cm-buy-now{min-height:44px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:22px;background:linear-gradient(135deg,var(--cm-red),var(--cm-red2));color:#fff}.cm-favorite{background:#fff1ef!important;color:var(--cm-red)!important}.cm-detail-content,.cm-related{margin-top:20px;padding:25px;background:#fff;border-radius:12px;box-shadow:var(--cm-shadow)}.cm-richtext{font-size:16px;line-height:1.9}.cm-richtext img{max-width:100%;height:auto}.cm-store-card{display:flex;align-items:center;gap:20px}.cm-store-link{color:var(--cm-red)}.cm-store-product{padding-bottom:12px}.cm-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px}.cm-article,.cm-sidebar{padding:25px;background:#fff;border-radius:12px;box-shadow:var(--cm-shadow)}.cm-article header{padding-bottom:18px;border-bottom:1px solid #eee}.cm-article header h1{font-size:29px}.cm-card-body{padding:15px}.cm-card-body h2{height:48px;overflow:hidden;font-size:17px;line-height:24px}.cm-card-body>div{display:flex;justify-content:space-between}.cm-card-body b{color:var(--cm-red)}.cm-sidebar>img{width:100%;border-radius:10px}.cm-sidebar h3{margin-top:20px}.cm-sidebar ul{padding:0;list-style:none}.cm-sidebar li{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #eee}.cm-side-link{display:block;padding:9px 0;border-bottom:1px solid #eee;color:#555}.cm-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.cm-tags a{padding:5px 10px;border-radius:14px;background:#f5f5f5}.cm-prevnext{display:flex;justify-content:space-between;margin-top:20px;padding-top:16px;border-top:1px solid #eee}.cm-course-hero{display:grid;grid-template-columns:38% 1fr;gap:28px}.cm-course-hero>img{width:100%;height:260px;object-fit:cover;border-radius:12px}.cm-course-hero strong{display:block;margin:18px 0;color:var(--cm-red);font-size:30px}.cm-lessons h3,.cm-chapter-list h3{padding:11px;background:#f7f7f7}.cm-lessons>a,.cm-lesson{display:flex;align-items:center;gap:12px;padding:14px;border-bottom:1px solid #eee}.cm-lessons a span,.cm-lesson span{flex:1}.cm-lessons em,.cm-lesson em{color:var(--cm-red);font-style:normal}.cm-player-page{background:#17181b;color:#fff;min-height:70vh}.cm-player-head{display:flex;align-items:center;gap:20px;padding:18px 25px;background:#222327}.cm-player-head h1{flex:1;margin:0;color:#fff;font-size:18px}.cm-player-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px}.cm-video{min-height:600px;display:grid;place-items:center;background:#000}.cm-video video,.cm-video iframe{max-width:100%;width:100%;min-height:520px}.cm-chapter-list{max-height:600px;overflow:auto;background:#fff;color:#333}.cm-course-mini{display:flex;gap:10px;padding:14px;border-bottom:1px solid #eee}.cm-course-mini img{width:70px;height:48px;object-fit:cover;border-radius:6px}.cm-lesson.is-active{background:#fff1ef;color:var(--cm-red)}
.cm-footer{margin-top:36px;background:#fff;border-top:1px solid #eee}.cm-footer__services{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;padding-top:26px;padding-bottom:26px}.cm-footer__services>div{display:flex;align-items:center;gap:12px}.cm-footer__services i{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#fff1ef;color:var(--cm-red);font-style:normal;font-size:20px}.cm-footer__services span{display:flex;flex-direction:column}.cm-footer__services small{color:#999;margin-top:4px}.cm-footer__main{padding:35px 0;background:#fafafa}.cm-footer__grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:35px}.cm-footer__grid section{display:flex;flex-direction:column;gap:10px}.cm-footer__grid h3{margin:0 0 7px;font-size:15px}.cm-footer__grid a,.cm-footer__grid p{color:#888}.cm-footer__brand img{max-width:160px;max-height:48px;object-fit:contain}.cm-footer__contact strong{color:var(--cm-red);font-size:20px}.cm-footer__bottom{padding:16px;color:#999;font-size:12px}.cm-footer__bottom .cm-container{display:flex;justify-content:space-between}.cm-mobile-nav{display:none}
@media(max-width:991px){.cm-search-grid,.cm-store-products,.cm-card-grid{grid-template-columns:repeat(3,1fr)}.cm-detail-layout{grid-template-columns:1fr}.cm-sidebar{display:none}.cm-player-layout{grid-template-columns:1fr}.cm-video{min-height:420px}.cm-chapter-list{max-height:none}.cm-footer__grid{grid-template-columns:2fr repeat(2,1fr)}.cm-footer__services{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){body{padding-bottom:58px}.cm-main{padding-top:12px}.cm-hero,.cm-search-hero,.cm-store-hero{padding:20px}.cm-search-grid,.cm-store-products,.cm-card-grid{grid-template-columns:repeat(2,1fr);gap:10px}.cm-detail{grid-template-columns:1fr;padding:13px;gap:16px}.cm-purchase h1{font-size:21px}.cm-price{padding:12px;font-size:27px}.cm-actions{position:sticky;bottom:58px;z-index:5;padding:8px 0;background:#fff}.cm-article{padding:16px}.cm-article header h1{font-size:23px}.cm-course-hero{grid-template-columns:1fr;padding:14px}.cm-course-hero>img{height:200px}.cm-player-head{padding:12px}.cm-player-head h1{font-size:15px}.cm-video,.cm-video video,.cm-video iframe{min-height:260px}.cm-footer__services{grid-template-columns:1fr 1fr;gap:15px}.cm-footer__services small{display:none}.cm-footer__grid{grid-template-columns:1fr 1fr}.cm-footer__brand,.cm-footer__contact{grid-column:1/-1}.cm-mobile-nav{position:fixed;z-index:9999;left:0;right:0;bottom:0;height:58px;display:flex;justify-content:space-around;align-items:center;background:#fff;border-top:1px solid #eee}.cm-mobile-nav a{display:flex;flex-direction:column;align-items:center;color:#777;font-size:11px}.cm-mobile-nav b{font-size:19px;font-weight:400}.cm-mobile-nav a:first-child{color:var(--cm-red)}}
.cm-buy-form{display:flex;flex-direction:column;gap:14px}.cm-buy-form label{color:#777}.cm-buy-form select,.cm-buy-form input{min-height:40px;border:1px solid #ddd;border-radius:8px;padding:0 12px}

/* Home 2.0 — no legacy layout dependencies */
.cm-home{padding:16px 0 44px}.cm-home-hero{display:grid;grid-template-columns:210px minmax(0,1fr) 230px;gap:14px}.cm-home-categories,.cm-home-account{background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--cm-shadow)}.cm-home-categories__title{height:46px;display:flex;align-items:center;gap:9px;padding:0 17px;background:var(--cm-red);color:#fff;font-weight:700}.cm-home-categories>a{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #f3f3f3;color:#444}.cm-home-categories>a:hover{padding-left:20px;background:#fff4f2;color:var(--cm-red)}.cm-home-categories>a small{color:#aaa}.cm-home-slider{position:relative;height:424px;overflow:hidden;border-radius:14px;background:#eee}.cm-home-slide{display:none;position:absolute;inset:0;background-position:center;background-size:cover}.cm-home-slide.is-active{display:block}.cm-home-slide>a{position:absolute;inset:0}.cm-home-slider__dots{position:absolute;z-index:3;left:0;right:0;bottom:16px;display:flex;justify-content:center;gap:7px}.cm-home-slider__dots button{width:8px;height:8px;padding:0;border:0;border-radius:8px;background:rgba(255,255,255,.6)}.cm-home-slider__dots button.is-active{width:22px;background:#fff}.cm-home-account{padding:22px 17px;text-align:center}.cm-home-account__avatar{width:60px;height:60px;margin:auto;display:grid;place-items:center;border-radius:50%;background:#fff0ed;color:var(--cm-red);font-size:28px}.cm-home-account h3{margin:12px 0 5px}.cm-home-account>p{color:#aaa;font-size:12px}.cm-home-account__buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0}.cm-home-account__buttons a{padding:8px;border:1px solid var(--cm-red);border-radius:19px;color:var(--cm-red)}.cm-home-account__buttons a:first-child{background:var(--cm-red);color:#fff}.cm-home-account__links{display:grid;grid-template-columns:repeat(3,1fr);padding:14px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.cm-home-account__links a{display:flex;flex-direction:column;gap:4px;color:#777;font-size:11px}.cm-home-account__links b{font-size:19px;font-weight:400}.cm-home-notice{padding-top:14px;text-align:left}.cm-home-notice p{height:36px;margin:6px 0 0;overflow:hidden;color:#999;font-size:12px;line-height:18px}.cm-home-quick{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:16px}.cm-home-quick>a{display:flex;align-items:center;gap:12px;padding:17px;background:#fff;border-radius:12px;box-shadow:var(--cm-shadow);color:#333}.cm-home-quick>a:hover{transform:translateY(-2px);color:var(--cm-red)}.cm-home-quick i{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#fff0ed;color:var(--cm-red);font-style:normal;font-size:20px}.cm-home-quick span{display:flex;flex-direction:column}.cm-home-quick small{margin-top:4px;color:#aaa}.cm-home-section{margin-top:30px}.cm-home-section__head{display:flex;align-items:end;justify-content:space-between;margin-bottom:15px}.cm-home-section__head>div>span{font-size:11px;letter-spacing:2px;color:var(--cm-red)}.cm-home-section__head h2{margin:3px 0;font-size:25px}.cm-home-section__head p{margin:0;color:#aaa}.cm-home-section__head>a{color:#999}.cm-home-goods{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.cm-home-good{background:#fff;border-radius:13px;overflow:hidden;box-shadow:var(--cm-shadow);transition:.25s}.cm-home-good:hover{transform:translateY(-4px);box-shadow:0 13px 32px rgba(0,0,0,.11)}.cm-home-good__image{position:relative;display:block;padding-top:100%;overflow:hidden;background:#f7f7f7}.cm-home-good__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.35s}.cm-home-good:hover img{transform:scale(1.04)}.cm-home-good__image em{position:absolute;top:10px;left:10px;padding:4px 8px;border-radius:11px;background:var(--cm-red);color:#fff;font-size:11px;font-style:normal}.cm-home-good__image em.is-new{background:#ff8a1f}.cm-home-good__body{padding:12px}.cm-home-good__body h3{height:42px;margin:0;overflow:hidden;font-size:14px;line-height:21px}.cm-home-good__body h3 a{color:#333}.cm-home-good__body p{height:20px;margin:6px 0;overflow:hidden;color:#aaa;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.cm-home-good__body footer{display:flex;align-items:center;justify-content:space-between}.cm-home-good__body strong{color:var(--cm-red);font-size:20px}.cm-home-good__body strong small{font-size:12px}.cm-home-good__body footer>span{color:#aaa;font-size:11px}.cm-home-cart{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#fff0ed;color:var(--cm-red);font-size:19px}.cm-home-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.cm-home-category{display:flex;align-items:center;gap:13px;padding:13px;background:#fff;border-radius:12px;box-shadow:var(--cm-shadow);color:#333}.cm-home-category:hover{transform:translateY(-2px);color:var(--cm-red)}.cm-home-category img{width:68px;height:68px;border-radius:9px;object-fit:cover}.cm-home-category span{min-width:0;flex:1;display:flex;flex-direction:column}.cm-home-category small{margin-top:6px;color:#aaa}.cm-home-category i{color:#bbb;font-style:normal;font-size:20px}.cm-home-service{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:34px;padding:25px;background:#fff;border-radius:14px;box-shadow:var(--cm-shadow)}.cm-home-service>div{display:flex;align-items:center;justify-content:center;gap:12px}.cm-home-service i{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:#fff0ed;color:var(--cm-red);font-style:normal}.cm-home-service span{display:flex;flex-direction:column}.cm-home-service small{margin-top:4px;color:#aaa}
@media(max-width:991px){.cm-home-hero{grid-template-columns:1fr}.cm-home-categories,.cm-home-account{display:none}.cm-home-slider{height:min(50vw,420px)}.cm-home-quick{grid-template-columns:repeat(3,1fr)}.cm-home-goods{grid-template-columns:repeat(3,1fr)}.cm-home-category-grid{grid-template-columns:repeat(2,1fr)}.cm-home-service{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.cm-home{padding-top:10px}.cm-home-slider{height:48vw;min-height:175px}.cm-home-quick{grid-template-columns:repeat(4,1fr);gap:7px}.cm-home-quick>a{display:block;padding:10px 4px;text-align:center;box-shadow:none}.cm-home-quick i{width:38px;height:38px;margin:auto}.cm-home-quick span{margin-top:5px}.cm-home-quick small{display:none}.cm-home-quick>a:nth-child(5){display:none}.cm-home-section{margin-top:22px}.cm-home-section__head h2{font-size:20px}.cm-home-section__head p{display:none}.cm-home-goods{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.cm-home-category-grid{grid-template-columns:1fr 1fr;gap:8px}.cm-home-category{padding:8px;gap:8px}.cm-home-category img{width:50px;height:50px}.cm-home-category i{display:none}.cm-home-service{padding:14px;gap:13px}.cm-home-service>div{justify-content:flex-start}.cm-home-service small{display:none}}

/* Header 2.0 */
.cm-topbar{height:32px;background:#f7f7f7;border-bottom:1px solid #eee;color:#999;font-size:12px}.cm-topbar__inner{height:32px;display:flex;align-items:center;justify-content:space-between}.cm-topbar__inner nav{display:flex;gap:24px}.cm-topbar__inner a{color:#777}.cm-topbar__inner a:hover{color:var(--cm-red)}.cm-header{position:relative;z-index:50;background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.035)}.cm-header__main{height:100px;display:grid;grid-template-columns:190px minmax(360px,600px) 1fr;align-items:center;gap:34px}.cm-header__brand{display:flex;align-items:center}.cm-header__brand img{width:auto;max-width:175px;max-height:58px;object-fit:contain}.cm-header__search-wrap{align-self:center}.cm-header__search{height:44px;display:flex;align-items:center;border:2px solid var(--cm-red);border-radius:24px;overflow:hidden}.cm-header__search>span{padding-left:17px;color:#aaa;font-size:20px}.cm-header__search input{min-width:0;flex:1;height:100%;padding:0 12px!important;border:0!important;outline:0!important;background:#fff!important;box-shadow:none!important}.cm-header__search button{width:88px;height:100%;padding:0!important;border:0!important;border-radius:23px!important;background:linear-gradient(135deg,var(--cm-red),var(--cm-red2))!important;color:#fff}.cm-header__keywords{display:flex;gap:15px;padding:6px 15px 0;font-size:12px}.cm-header__keywords a{color:#aaa}.cm-header__keywords a:hover{color:var(--cm-red)}.cm-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:22px}.cm-header-action{display:flex;align-items:center;gap:9px;color:#333;white-space:nowrap}.cm-header-action>i{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;background:#fff1ef;color:var(--cm-red);font-size:18px;font-style:normal}.cm-header-action>img{width:37px;height:37px;border-radius:50%;object-fit:cover}.cm-header-action>span{display:flex;flex-direction:column;line-height:1.3}.cm-header-action b{font-size:14px}.cm-header-action small{margin-top:3px;color:#aaa;font-size:11px}.cm-header-user{position:relative;padding:15px 0}.cm-header-user__drop{display:none;position:absolute;right:0;top:62px;width:140px;padding:8px;background:#fff;border-radius:10px;box-shadow:0 12px 35px rgba(0,0,0,.14)}.cm-header-user:hover .cm-header-user__drop{display:block}.cm-header-user__drop a{display:block;padding:9px 12px;border-radius:7px;color:#555}.cm-header-user__drop a:hover{background:#fff1ef;color:var(--cm-red)}.cm-header__toggle{display:none;padding:0;border:0!important;background:none!important;color:#333;font-size:25px}.cm-header__nav-row{border-top:1px solid #f1f1f1}.cm-header__nav-inner{height:48px;display:flex;align-items:center}.cm-header__category{align-self:stretch;width:210px;display:flex;align-items:center;gap:10px;padding:0 18px;background:var(--cm-red);color:#fff!important;font-weight:700}.cm-header__category i{font-style:normal;font-size:19px}.cm-header__nav{height:100%;display:flex;align-items:center;gap:34px;padding-left:34px;overflow:hidden}.cm-header__nav a{position:relative;color:#333;font-size:15px;white-space:nowrap}.cm-header__nav a:hover{color:var(--cm-red)}.cm-header__nav a:first-child{color:var(--cm-red);font-weight:600}.cm-header__nav a:first-child:after{content:'';position:absolute;left:50%;bottom:-15px;width:22px;height:2px;transform:translateX(-50%);background:var(--cm-red)}.cm-header__vip{margin-left:auto;display:flex;align-items:center;gap:6px;color:var(--cm-red);white-space:nowrap}.cm-header__vip i{font-style:normal}
@media(max-width:1100px){.cm-header__main{grid-template-columns:150px minmax(300px,1fr) auto;gap:18px}.cm-header__brand img{max-width:145px}.cm-header__actions{gap:12px}.cm-header-action small{display:none}.cm-header__nav{gap:22px;padding-left:24px}}
@media(max-width:768px){.cm-topbar,.cm-header__nav-row,.cm-header__keywords{display:none}.cm-header__main{height:64px;grid-template-columns:105px minmax(0,1fr) 34px;gap:8px}.cm-header__brand img{max-width:100px;max-height:42px}.cm-header__search{height:38px}.cm-header__search>span{display:none}.cm-header__search input{padding-left:11px!important;font-size:12px}.cm-header__search button{width:52px;font-size:12px}.cm-header-action,.cm-header-user{display:none}.cm-header__toggle{display:block}}

/* Account shortcut refinement */
.cm-home-account__links{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:15px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.cm-home-account__links a{position:relative;display:flex;min-width:0;flex-direction:column;align-items:center;gap:7px;padding:8px 2px;border-radius:9px;color:#666!important;font-size:12px;text-decoration:none!important;transition:background .2s,color .2s,transform .2s}.cm-home-account__links a+a:before{content:'';position:absolute;left:-4px;top:12px;bottom:12px;width:1px;background:#f1f1f1}.cm-home-account__links a:hover{background:#fff3f1;color:var(--cm-red)!important;transform:translateY(-2px)}.cm-home-account__links i{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f7f8fa;color:#77808f;font-style:normal;transition:.2s}.cm-home-account__links a:hover i{background:#ffe9e5;color:var(--cm-red)}.cm-home-account__links svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cm-home-account__links span{display:block;line-height:1.2;white-space:nowrap;text-decoration:none!important}

/* Compact desktop header refinement */
@media(min-width:769px){.cm-topbar{height:29px}.cm-topbar__inner{height:29px}.cm-header__main{height:84px;grid-template-columns:170px minmax(380px,560px) minmax(290px,1fr);gap:26px}.cm-header__brand img{max-width:158px;max-height:52px}.cm-header__search{height:42px}.cm-header__search button{width:80px}.cm-header__keywords{padding-top:5px}.cm-header__actions{gap:10px}.cm-header-action{min-width:132px;max-width:170px;gap:9px;padding:8px 10px;border:1px solid #f0f0f0;border-radius:10px;background:#fff;transition:.2s}.cm-header-action:hover{border-color:#ffd8d3;background:#fff8f7;color:var(--cm-red)}.cm-header-action>i{flex:0 0 34px;width:34px;height:34px;background:#fff1ef}.cm-header-action>i svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cm-header-action>img{flex:0 0 34px;width:34px;height:34px}.cm-header-action>span{min-width:0;overflow:hidden}.cm-header-action b,.cm-header-action small{display:block;max-width:106px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cm-header-user{padding:8px 0}.cm-header-user__drop{top:58px}.cm-header__nav-inner{height:45px}.cm-header__category{width:210px}.cm-header__nav a:first-child:after{bottom:-13px}}
@media(min-width:769px) and (max-width:1100px){.cm-header__main{grid-template-columns:135px minmax(300px,1fr) 145px}.cm-header__brand img{max-width:130px}.cm-header__actions>.cm-header-action:first-child{display:none}.cm-header-action{min-width:140px}.cm-header__nav{gap:18px;padding-left:20px}.cm-header__vip{font-size:13px}}
/* Footer columns after removing content center */
.cm-footer__grid{grid-template-columns:2fr repeat(3,1fr)}
@media(max-width:991px){.cm-footer__grid{grid-template-columns:2fr repeat(2,1fr)}}
@media(max-width:640px){.cm-footer__grid{grid-template-columns:1fr 1fr}}
.cm-footer__bottom a{color:#999;text-decoration:none}.cm-footer__bottom img{width:14px;height:14px;margin-right:5px;vertical-align:-2px}.cm-footer__record{display:inline-flex;align-items:center}

/* Header without main search + account-card search */
@media(min-width:769px){.cm-header__main{display:flex;height:76px}.cm-header__brand{flex:0 0 190px}.cm-header__brand img{max-width:170px}.cm-header__actions{margin-left:auto}.cm-header-action{min-width:145px}.cm-header__nav-inner{height:45px}}
.cm-home-card-search{margin-top:14px;padding-top:14px;border-top:1px solid #eee;text-align:left}.cm-home-card-search label{display:block;margin-bottom:8px;color:#333;font-size:13px;font-weight:700}.cm-home-card-search>div{height:36px;display:flex;align-items:center;border:1px solid #e7e7e7;border-radius:18px;background:#f8f8f8;overflow:hidden;transition:.2s}.cm-home-card-search>div:focus-within{border-color:#ffb5ad;background:#fff;box-shadow:0 0 0 3px #fff1ef}.cm-home-card-search input{min-width:0;flex:1;height:100%;padding:0 4px 0 12px!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-size:12px}.cm-home-card-search button{flex:0 0 35px;width:35px;height:35px;padding:0!important;display:grid;place-items:center;border:0!important;border-radius:50%!important;background:transparent!important;color:var(--cm-red)}.cm-home-card-search button:hover{background:#fff1ef!important}.cm-home-card-search svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.cm-home-account{padding-bottom:18px}
@media(max-width:768px){.cm-header__main{display:grid;grid-template-columns:1fr 34px}.cm-header__brand{width:auto}.cm-header__actions{margin-left:auto}.cm-header__brand img{max-width:120px}.cm-home-card-search{display:none}}

/* Clean brand-led header 3.0 */
.cm-header--clean{background:#fff}.cm-header-brandbar{height:76px;display:flex;align-items:center}.cm-header-brandbar__logo{display:flex;align-items:center}.cm-header-brandbar__logo img{width:auto;max-width:178px;max-height:56px;object-fit:contain}.cm-header-brandbar__message{margin-left:auto;display:flex;align-items:center;gap:11px;color:#666}.cm-header-brandbar__message>i{width:33px;height:33px;border-radius:50%;background:linear-gradient(135deg,#fff1ef,#ffe4df);position:relative}.cm-header-brandbar__message>i:before{content:'✓';position:absolute;inset:0;display:grid;place-items:center;color:var(--cm-red);font-style:normal;font-weight:700}.cm-header-brandbar__message>span{display:flex;flex-direction:column}.cm-header-brandbar__message b{color:#333;font-size:14px}.cm-header-brandbar__message small{margin-top:3px;color:#aaa;letter-spacing:1px}.cm-header--clean .cm-header__toggle{margin-left:auto}.cm-topbar__inner nav a:first-child{color:var(--cm-red)}
@media(max-width:768px){.cm-header-brandbar{height:60px}.cm-header-brandbar__logo img{max-width:120px;max-height:42px}.cm-header-brandbar__message{display:none}.cm-header--clean .cm-header__toggle{display:block}}
.cm-home-product-slide{background-color:#f4f5f7;background-size:cover;background-position:center}.cm-home-product-slide:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.66) 0%,rgba(0,0,0,.28) 42%,rgba(0,0,0,0) 72%)}.cm-home-product-slide>a{z-index:2}.cm-home-product-slide__info{position:absolute;z-index:3;left:45px;top:50%;width:42%;transform:translateY(-50%);color:#fff}.cm-home-product-slide__info>span{display:inline-flex;padding:5px 11px;border-radius:14px;background:var(--cm-red);font-size:12px}.cm-home-product-slide__info h2{max-height:82px;margin:14px 0 9px;overflow:hidden;color:#fff;font-size:28px;line-height:1.45;text-shadow:0 2px 8px rgba(0,0,0,.28)}.cm-home-product-slide__info strong{display:block;margin-bottom:15px;color:#fff;font-size:27px}.cm-home-product-slide__info em{display:inline-flex;padding:8px 17px;border-radius:19px;background:#fff;color:var(--cm-red);font-size:13px;font-style:normal;font-weight:700}
@media(max-width:640px){.cm-home-product-slide__info{left:20px;width:60%}.cm-home-product-slide__info h2{max-height:50px;margin:8px 0 5px;font-size:17px}.cm-home-product-slide__info strong{margin-bottom:8px;font-size:19px}.cm-home-product-slide__info em{padding:5px 11px}.cm-home-product-slide__info>span{display:none}}

/* Global link reset — prevent browser default blue underlines */
a,a:link,a:visited,a:hover,a:active{text-decoration:none!important}.cm-page a{color:inherit}.cm-page a:hover{color:var(--cm-red)}.cm-home-product-slide__info,.cm-home-product-slide__info h2,.cm-home-product-slide__info strong{color:#fff}.cm-home-product-slide__info em{color:var(--cm-red)}.cm-header__category,.cm-header__category:hover,.cm-header__category:visited{color:#fff!important}.cm-header__vip,.cm-header__vip:visited{color:var(--cm-red)!important}.cm-home-account__buttons a:first-child,.cm-home-account__buttons a:first-child:hover{color:#fff!important}.cm-footer a:hover{color:var(--cm-red)!important}

/* Simplified brand and navigation */
@media(min-width:769px){.cm-header-brandbar{height:66px}.cm-header-brandbar__logo img{max-width:172px;max-height:52px}.cm-header__nav-inner{height:46px}.cm-header__nav{padding-left:0;gap:38px}.cm-header__nav a:first-child:after{bottom:-14px}.cm-header__vip{margin-left:auto;padding-left:24px;border-left:1px solid #eee}}

/* Inline logo + navigation header */
.cm-header--inline .cm-header__nav-inner{height:68px}.cm-header__inline-logo{flex:0 0 178px;display:flex;align-items:center;align-self:stretch}.cm-header__inline-logo img{width:auto;max-width:155px;max-height:46px;object-fit:contain}.cm-header--inline .cm-header__nav{padding-left:0;gap:34px}.cm-header--inline .cm-header__nav a:first-child:after{bottom:-22px}.cm-header--inline .cm-header__vip{margin-left:auto}.cm-header--inline .cm-header__toggle{margin-left:auto}
@media(max-width:1050px) and (min-width:769px){.cm-header__inline-logo{flex-basis:145px}.cm-header__inline-logo img{max-width:130px}.cm-header--inline .cm-header__nav{gap:20px}.cm-header--inline .cm-header__nav a{font-size:14px}.cm-header--inline .cm-header__vip{font-size:13px}}
@media(max-width:768px){.cm-header--inline .cm-header__nav-row{display:block}.cm-header--inline .cm-header__nav-inner{height:60px}.cm-header__inline-logo{flex:1}.cm-header__inline-logo img{max-width:115px;max-height:40px}.cm-header--inline .cm-header__nav,.cm-header--inline .cm-header__vip{display:none}.cm-header--inline .cm-header__toggle{display:block}}

/* Minimal single-row storefront header 4.0 */
.cm-min-header{position:relative;z-index:80;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;box-shadow:0 2px 9px rgba(0,0,0,.025)}.cm-min-header__inner{height:72px;display:flex;align-items:center}.cm-min-header__logo{position:relative;flex:0 0 175px;display:flex;align-items:center;align-self:stretch}.cm-min-header__logo:after{content:'';position:absolute;right:20px;top:20px;bottom:20px;width:1px;background:#e7e7e7}.cm-min-header__logo img{max-width:135px;max-height:48px;object-fit:contain}.cm-min-header__nav{height:100%;display:flex;align-items:center;gap:33px}.cm-min-header__nav a{color:#27313d!important;font-size:14px;font-weight:600;white-space:nowrap}.cm-min-header__nav a:hover{color:var(--cm-red)!important}.cm-min-header__tools{margin-left:auto;display:flex;align-items:center;gap:10px}.cm-min-login{height:34px;max-width:135px;padding:0 12px;display:flex;align-items:center;gap:5px;border-radius:4px;background:#f7f8f9;color:#34404d!important;font-size:12px}.cm-min-login span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cm-min-login svg,.cm-min-tool svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cm-min-tool{width:34px;height:34px;padding:0!important;display:grid;place-items:center;border:0!important;border-radius:50%!important;background:#f7f8f9!important;color:#4b5866}.cm-min-tool:hover,.cm-min-login:hover{background:#fff0ed!important;color:var(--cm-red)!important}.cm-min-search-panel{display:none;position:absolute;right:max(14px,calc((100vw - 1200px)/2));top:64px;width:350px;padding:12px;background:#fff;border-radius:9px;box-shadow:0 12px 35px rgba(0,0,0,.14)}.cm-min-search-panel.is-open{display:block}.cm-min-search-panel form{height:40px;display:flex;border:1px solid #ddd;border-radius:21px;overflow:hidden}.cm-min-search-panel input{min-width:0;flex:1;padding:0 14px!important;border:0!important;outline:0!important}.cm-min-search-panel button{width:65px;border:0!important;background:var(--cm-red)!important;color:#fff}.cm-min-header__tools .cm-min-menu-toggle{display:none}
@media(max-width:1000px){.cm-min-header__logo{flex-basis:145px}.cm-min-header__logo img{max-width:112px}.cm-min-header__nav{gap:20px}.cm-min-header__nav a{font-size:13px}.cm-min-login{max-width:100px}}
@media(max-width:768px){.cm-min-header__inner{height:60px}.cm-min-header__logo{flex:1}.cm-min-header__logo:after{display:none}.cm-min-header__logo img{max-width:110px;max-height:40px}.cm-min-header__nav{display:none}.cm-min-login{height:32px;padding:0 9px}.cm-min-login span{display:none}.cm-min-header__tools .cm-min-menu-toggle{display:grid}.cm-min-search-panel{top:58px;left:10px;right:10px;width:auto}}

/* Product slider copy positioning 2.0 */
.cm-home-product-slide:after{background:linear-gradient(110deg,rgba(0,0,0,.52) 0%,rgba(0,0,0,.18) 42%,rgba(0,0,0,0) 68%)}.cm-home-product-slide__info{left:26px;top:24px;width:min(330px,48%);transform:none;padding:15px 17px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(20,20,20,.48);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.cm-home-product-slide__info>span{padding:4px 9px;font-size:11px}.cm-home-product-slide__info h2{display:-webkit-box;max-height:48px;margin:9px 0 10px;overflow:hidden;font-size:19px;line-height:24px;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-shadow:none}.cm-home-product-slide__info strong{display:inline;margin:0 11px 0 0;font-size:22px;vertical-align:middle}.cm-home-product-slide__info em{padding:6px 12px;font-size:12px;vertical-align:middle}
@media(max-width:640px){.cm-home-product-slide__info{left:12px;top:12px;width:58%;padding:10px 11px}.cm-home-product-slide__info h2{max-height:40px;margin:6px 0 7px;font-size:15px;line-height:20px}.cm-home-product-slide__info strong{font-size:17px}.cm-home-product-slide__info em{padding:4px 8px;font-size:10px}}

/* Product slider copy: bottom-right, no CTA */
.cm-home-product-slide:after{background:linear-gradient(315deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.18) 38%,rgba(0,0,0,0) 67%)}.cm-home-product-slide__info{left:auto;top:auto;right:22px;bottom:22px;width:min(330px,48%);transform:none;padding:13px 16px;text-align:right;background:rgba(18,18,18,.52)}.cm-home-product-slide__info h2{margin:0 0 6px;font-size:18px;line-height:23px}.cm-home-product-slide__info strong{display:block;margin:0;font-size:22px}.cm-home-product-slide__info em{display:none!important}
@media(max-width:640px){.cm-home-product-slide__info{left:auto;top:auto;right:10px;bottom:10px;width:64%;padding:9px 11px}.cm-home-product-slide__info h2{margin:0 0 4px;font-size:14px;line-height:18px}.cm-home-product-slide__info strong{font-size:17px}}

/* Slider text without background panel */
.cm-home-product-slide__info{padding:0;border:0;border-radius:0;background:transparent!important;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}.cm-home-product-slide__info h2,.cm-home-product-slide__info strong{text-shadow:0 2px 7px rgba(0,0,0,.9),0 1px 2px rgba(0,0,0,.8)}

/* Compact product catalogue header */
.cm-catalog-page{padding-top:0}.cm-catalog-hero{margin:0 0 16px;padding:22px 0!important;border-radius:0;background:linear-gradient(110deg,#fff2ef,#fffaf8)}.cm-catalog-hero__inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.cm-catalog-hero__title{min-width:220px}.cm-catalog-hero__title .cm-eyebrow{margin:0 0 4px;font-size:10px;letter-spacing:2px}.cm-catalog-hero__title h1{margin:0;font-size:25px;line-height:1.25}.cm-catalog-hero__title>p:last-child{margin:5px 0 0;color:#888;font-size:13px}.cm-catalog-search{width:min(450px,48%);height:38px;margin:0}.cm-catalog-search button{width:70px}.cm-catalog{padding-top:0}.cm-catalog>.cm-categories{min-height:44px;margin-bottom:10px;padding:0 10px;border-bottom:1px solid #eee}.cm-catalog>.cm-toolbar{min-height:48px;margin-bottom:14px;padding:8px 14px}.cm-catalog .cm-section-head{margin:12px 0}.cm-catalog .cm-section-head h2{font-size:22px}
@media(max-width:640px){.cm-catalog-hero{padding:16px 0!important}.cm-catalog-hero__inner{display:block}.cm-catalog-hero__title h1{font-size:21px}.cm-catalog-search{width:100%;margin-top:12px}.cm-catalog>.cm-categories{overflow-x:auto;flex-wrap:nowrap}.cm-catalog>.cm-toolbar{align-items:flex-start}.cm-catalog .cm-sort{width:100%;padding-top:7px;border-top:1px solid #eee}}

/* Dynamic customer service widget */
.cm-customer{position:fixed;z-index:9998;right:18px;top:56%;transform:translateY(-50%)}.cm-customer__trigger{width:54px;height:62px;padding:7px 4px!important;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0!important;border-radius:10px!important;background:linear-gradient(145deg,var(--cm-red),#ff6758)!important;color:#fff;box-shadow:0 8px 24px rgba(233,51,35,.28)}.cm-customer__trigger svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cm-customer__trigger span{font-size:11px}.cm-customer__panel{display:none;position:absolute;right:65px;top:0;width:270px;padding:0;background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 15px 42px rgba(0,0,0,.16);overflow:hidden}.cm-customer.is-open .cm-customer__panel{display:block}.cm-customer__panel header{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;background:#fff5f3}.cm-customer__panel header b{font-size:16px}.cm-customer__panel header button{width:25px;height:25px;padding:0!important;border:0!important;background:transparent!important;color:#999;font-size:21px}.cm-customer__list{padding:7px 14px}.cm-customer-item{display:flex;align-items:center;gap:11px;padding:11px 2px;border-bottom:1px solid #f1f1f1;color:#333!important}.cm-customer-item:last-child{border-bottom:0}.cm-customer-item>i{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#fff0ed;color:var(--cm-red);font-style:normal;font-weight:700}.cm-customer-item>span{min-width:0;display:flex;flex-direction:column}.cm-customer-item b{font-size:13px}.cm-customer-item small{margin-top:3px;color:var(--cm-red);font-size:13px;overflow:hidden;text-overflow:ellipsis}.cm-customer__panel>p{margin:0;padding:11px 16px;background:#fafafa;color:#999;font-size:12px}
@media(max-width:640px){.cm-customer{right:10px;top:auto;bottom:70px;transform:none}.cm-customer__trigger{width:47px;height:52px}.cm-customer__panel{position:fixed;left:12px;right:12px;top:auto;bottom:132px;width:auto}}

/* Footer contact follows admin customer-service settings */
.cm-footer__contact-list{display:flex;flex-direction:column;gap:8px}.cm-footer__contact-list a{display:flex;flex-direction:column;align-items:flex-start}.cm-footer__contact-list a span{color:#666;font-size:12px}.cm-footer__contact-list a strong{margin-top:2px;color:var(--cm-red);font-size:16px;line-height:1.3;word-break:break-all}.cm-footer__contact-list a:hover strong{color:#c9281b}

/* Catalogue 3.0 — remove oversized hero completely */
.cm-catalog-page{padding:18px 0 38px!important}.cm-catalog-top{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:12px;padding:10px 16px;background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 5px 18px rgba(0,0,0,.035)}.cm-catalog-top__title{display:flex;align-items:baseline;gap:11px;white-space:nowrap}.cm-catalog-top__title>span{color:var(--cm-red);font-size:10px;letter-spacing:1.5px}.cm-catalog-top__title h1{margin:0;font-size:21px;line-height:1.2}.cm-catalog-top__title small{color:#aaa;font-size:12px}.cm-catalog-top__search{width:360px;height:36px;display:flex;border:1px solid #e4e4e4;border-radius:19px;overflow:hidden;background:#f8f8f8}.cm-catalog-top__search:focus-within{border-color:#ffaca3;background:#fff;box-shadow:0 0 0 3px #fff1ef}.cm-catalog-top__search input{min-width:0;flex:1;padding:0 13px!important;border:0!important;outline:0!important;background:transparent!important}.cm-catalog-top__search button{width:68px;padding:0!important;display:flex;align-items:center;justify-content:center;gap:4px;border:0!important;border-radius:19px!important;background:var(--cm-red)!important;color:#fff;font-size:12px}.cm-catalog-top__search svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}.cm-catalog>.cm-categories{min-height:42px;margin:0;padding:0 12px;background:transparent;border:0;gap:8px}.cm-catalog>.cm-categories a{padding:7px 13px;background:#fff;border:1px solid #eee}.cm-catalog>.cm-toolbar{min-height:46px;margin:10px 0 13px;padding:7px 13px;border:1px solid #eee;box-shadow:none}.cm-catalog .cm-section-head{margin:10px 0 12px}.cm-catalog .cm-section-head span{font-size:12px}
@media(max-width:640px){.cm-catalog-page{padding-top:10px!important}.cm-catalog-top{display:block;padding:12px}.cm-catalog-top__title{display:flex;flex-wrap:wrap}.cm-catalog-top__title h1{font-size:19px}.cm-catalog-top__search{width:100%;margin-top:10px}.cm-catalog>.cm-categories{padding:0;overflow-x:auto}.cm-catalog>.cm-toolbar{margin-top:8px}}
.cm-catalog-top--search-only{min-height:48px;justify-content:flex-end;padding:6px 10px}.cm-catalog-top--search-only .cm-catalog-top__search{width:380px}
@media(max-width:640px){.cm-catalog-top--search-only{padding:6px}.cm-catalog-top--search-only .cm-catalog-top__search{width:100%;margin:0}}
/* Center catalogue search */
.cm-catalog-top--search-only{justify-content:center}.cm-catalog-top--search-only .cm-catalog-top__search{width:min(520px,100%)}

/* Modern catalogue pager */
.cm-pagination--modern{display:flex;align-items:center;justify-content:center;gap:10px;margin:28px 0 4px}.cm-pagination--modern .cm-pagination__btn,.cm-pagination--modern .cm-pagination__status{min-width:auto;height:38px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #e8e8e8;border-radius:20px;background:#fff;color:#555!important;box-shadow:0 4px 13px rgba(0,0,0,.04)}.cm-pagination--modern a.cm-pagination__btn:hover{border-color:#ffbcb5;background:#fff3f1;color:var(--cm-red)!important;transform:translateY(-1px)}.cm-pagination--modern .cm-pagination__btn i{font-size:20px;font-style:normal;line-height:1}.cm-pagination--modern .cm-pagination__btn.is-disabled{color:#c5c5c5!important;background:#f7f7f7;box-shadow:none;cursor:not-allowed}.cm-pagination--modern .cm-pagination__status{min-width:88px;gap:8px;background:#fff}.cm-pagination--modern .cm-pagination__status b{color:var(--cm-red);font-size:15px}.cm-pagination--modern .cm-pagination__status em{color:#ccc;font-style:normal}.cm-pagination--modern .cm-pagination__status span{color:#777}
@media(max-width:480px){.cm-pagination--modern{gap:6px}.cm-pagination--modern .cm-pagination__btn{padding:0 11px}.cm-pagination--modern .cm-pagination__status{min-width:70px;padding:0 10px}.cm-pagination--modern .cm-pagination__btn span{font-size:12px}}

/* Product detail 2.0 — clean commerce layout */
.cm-breadcrumb{display:flex;align-items:center;gap:7px;margin:2px 0 14px;color:#aaa}.cm-detail{grid-template-columns:minmax(360px,44%) minmax(0,1fr);gap:32px;padding:24px;border-radius:15px}.cm-gallery{min-width:0}.cm-gallery-main{height:455px;padding:0;display:flex;align-items:center;justify-content:center;background:#fafafa;border:1px solid #f1f1f1}.cm-gallery-main img{position:static;width:auto;height:auto;max-width:90%;max-height:90%;object-fit:contain}.cm-gallery-note{display:flex;align-items:center;justify-content:center;gap:25px;padding:13px 5px;color:#999;font-size:13px}.cm-gallery-note span:before{content:'✓';margin-right:5px;color:var(--cm-red)}.cm-purchase{min-width:0;padding:2px 0}.cm-store-link{display:inline-flex;padding:4px 9px;border-radius:5px;background:#eff8ff;color:#1687df!important;font-size:12px}.cm-purchase h1{margin:14px 0 8px;font-size:25px;line-height:1.4;color:#222}.cm-purchase>.cm-summary{min-height:42px;margin:0;color:#999;line-height:1.7}.cm-price{min-height:76px;margin:15px 0 0;padding:13px 16px;display:flex;align-items:center;gap:8px;background:#fff5f3;border-radius:8px;font-size:14px;font-weight:400}.cm-price>small{color:#777}.cm-price>strong{color:var(--cm-red);font-size:34px;line-height:1}.cm-price>em{display:inline-flex;align-items:center;padding:3px 7px;border-radius:4px;background:#282828;color:#ffd750;font-size:11px;font-style:normal}.cm-facts{margin:0;padding:13px 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:0;border-bottom:1px solid #eee}.cm-facts>div{text-align:center;border-right:1px solid #eee}.cm-facts>div:last-child{border-right:0}.cm-facts dt{color:#999;font-size:12px}.cm-facts dd{margin:5px 0 0;color:#555;font-size:13px}.cm-buy-form{gap:0}.cm-spec{min-height:0;margin:18px 0 8px;padding:0}.cm-spec h3{margin:0 0 11px;font-size:15px}.cm-spec h3:after{content:'（请选择）';color:#aaa;font-size:12px;font-weight:400}.cm-spec:has(h3:only-child){display:none}.cm-quantity{margin:15px 0 18px;gap:0}.cm-quantity label{width:60px;color:#555}.cm-quantity button{width:34px;height:34px;padding:0!important;border:1px solid #ddd!important;border-radius:6px 0 0 6px!important;background:#fff!important;color:#555}.cm-quantity button:last-child{border-radius:0 6px 6px 0!important}.cm-quantity input{width:54px!important;min-height:34px!important;height:34px;border-width:1px 0!important;border-radius:0!important;padding:0!important}.cm-actions{align-items:center;gap:10px}.cm-actions>a,.cm-actions>button,.cm-actions .cm-buy,.cm-actions .cm-buy-now{height:44px;min-height:44px;padding:0 24px;border-radius:7px!important;font-weight:600}.cm-actions>a:first-child{background:#fff0ed!important;border:1px solid #ffbdb5!important;color:var(--cm-red)!important}.cm-buy-now{background:linear-gradient(135deg,var(--cm-red),#ff5545)!important}.cm-favorite{display:inline-flex;margin-top:13px;padding:5px 0!important;background:transparent!important;color:#999!important;font-size:13px}.cm-favorite:hover{color:var(--cm-red)!important}.cm-detail-content,.cm-related{padding:23px;border-radius:14px}.cm-detail-content .cm-section-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 18px;padding-bottom:13px;border-bottom:1px solid #eee}.cm-detail-content .cm-section-head h2{position:relative;margin:0;padding-left:12px;font-size:21px}.cm-detail-content .cm-section-head h2:before{content:'';position:absolute;left:0;top:3px;width:3px;height:22px;border-radius:2px;background:var(--cm-red)}.cm-detail-content .cm-section-head span{color:#bbb;font-size:11px;letter-spacing:1px}
@media(max-width:768px){.cm-detail{grid-template-columns:1fr;padding:13px;gap:14px}.cm-gallery-main{height:min(88vw,430px)}.cm-gallery-note{gap:12px;font-size:12px}.cm-purchase h1{font-size:20px}.cm-price{min-height:62px;padding:11px}.cm-price>strong{font-size:28px}.cm-actions>*{flex:1;padding:0 10px!important}.cm-detail-content{padding:16px}}

/* Detail quantity and favorite fact refinement */
.cm-fact-favorite a{display:inline-flex;align-items:center;gap:4px;color:#666!important}.cm-fact-favorite a:hover{color:var(--cm-red)!important}.cm-quantity{display:grid;grid-template-columns:60px 36px 58px 36px;align-items:center;width:max-content}.cm-quantity label{width:auto}.cm-quantity button{width:36px;height:36px;display:grid;place-items:center;font-size:18px;line-height:1;cursor:pointer;user-select:none}.cm-quantity button:hover{position:relative;z-index:1;border-color:var(--cm-red)!important;background:#fff4f2!important;color:var(--cm-red)}.cm-quantity button:active{transform:scale(.95)}.cm-quantity input{width:58px!important;height:36px!important;min-height:36px!important;color:#333;font-weight:600}.cm-quantity input::-webkit-inner-spin-button,.cm-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
/* Two facts after removing favorite */
.cm-purchase .cm-facts{grid-template-columns:repeat(2,1fr)}

/* Compact price card and normalize legacy VIP markup */
.cm-purchase .cm-price{min-height:58px;margin:13px 0 0;padding:10px 14px;gap:10px;border:1px solid #ffe3df;border-radius:9px;background:linear-gradient(90deg,#fff5f3,#fff9f8)}.cm-purchase .cm-price>small{flex:0 0 auto;color:#888;font-size:12px}.cm-purchase .cm-price>strong{font-size:31px;letter-spacing:-1px}.cm-purchase .cm-price>em{display:block;padding:0!important;background:transparent!important;color:inherit!important;font-size:12px}.cm-purchase .cm-price>em>a{display:flex!important;align-items:center;gap:6px;margin:0!important;border:0!important;border-radius:0!important;font-size:12px!important;text-decoration:none!important}.cm-purchase .cm-price>em>a>span{display:inline-flex!important;align-items:center;min-height:25px;padding:0 8px!important;border:1px solid #f0ce78!important;border-radius:5px!important;background:#fff8df!important;color:#8b6500!important;font-size:12px;font-weight:600;white-space:nowrap}.cm-purchase .cm-price>em>a>span:first-child{background:#2e2d2b!important;border-color:#2e2d2b!important;color:#ffd94a!important}.cm-purchase .cm-price>em span span{min-height:auto!important;padding:0!important;border:0!important;background:transparent!important;color:inherit!important}
@media(max-width:520px){.cm-purchase .cm-price{flex-wrap:wrap}.cm-purchase .cm-price>em{flex-basis:100%;padding-left:45px!important}.cm-purchase .cm-price>strong{font-size:28px}}

/* Purchase controls 3.0 */
.cm-buy-form{margin-top:14px;padding-top:14px;border-top:1px solid #f2f2f2}.cm-spec{margin:0 0 14px}.cm-spec h3{display:flex;align-items:center;margin:0 0 10px;color:#333;font-size:14px}.cm-spec h3:after{margin-left:6px}.cm-spec.is-empty{display:none!important}.cm-quantity{grid-template-columns:52px 36px 58px 36px;margin:0 0 16px!important}.cm-quantity label{display:block!important;width:auto!important;height:auto!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#555!important;font-size:14px!important;font-weight:500!important;line-height:36px!important;box-shadow:none!important}.cm-quantity button{margin:0!important}.cm-actions{display:grid!important;grid-template-columns:minmax(130px,1fr) minmax(130px,1fr);gap:10px!important;max-width:390px}.cm-actions>a,.cm-actions>button{width:100%!important;margin:0!important}.cm-actions .cm-buy-now{background:linear-gradient(135deg,#ff5b4c,var(--cm-red))!important;box-shadow:0 5px 13px rgba(233,51,35,.18)}
@media(max-width:520px){.cm-actions{max-width:none}.cm-quantity{margin-bottom:12px!important}}

/* Mobile footer 2.0 — compact and orderly */
.cm-mobile-nav b svg{width:21px;height:21px;display:block;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:640px){
 body{padding-bottom:calc(58px + env(safe-area-inset-bottom))}
 .cm-footer{margin-top:22px}
 .cm-footer__services{padding:14px 16px!important;gap:10px!important;background:#fff}
 .cm-footer__services>div{gap:8px}.cm-footer__services i{width:31px;height:31px;font-size:14px}.cm-footer__services b{font-size:12px}.cm-footer__services small{display:none!important}
 .cm-footer__main{padding:20px 0 17px;background:#fafafa}
 .cm-footer__grid{grid-template-columns:1fr 1fr!important;gap:22px 28px!important}
 .cm-footer__grid section{gap:7px}.cm-footer__grid h3{margin-bottom:4px;font-size:14px}.cm-footer__grid a{font-size:13px}
 .cm-footer__brand{grid-column:1/-1!important;display:grid!important;grid-template-columns:75px 1fr;align-items:center;gap:13px!important;padding-bottom:16px;border-bottom:1px solid #eee}
 .cm-footer__brand img{width:75px;max-width:75px;max-height:38px}.cm-footer__brand p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin:0;color:#999!important;font-size:12px;line-height:1.65}
 .cm-footer__contact{grid-column:1/-1!important;padding:14px;border:1px solid #f0e7e5;border-radius:10px;background:#fff;gap:8px!important}
 .cm-footer__contact h3{margin:0}.cm-footer__contact-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}
 .cm-footer__contact-list a{min-width:0;padding:8px 9px;border-radius:7px;background:#fff5f3}.cm-footer__contact-list a span{font-size:11px}.cm-footer__contact-list a strong{max-width:100%;margin-top:3px;font-size:13px;overflow-wrap:anywhere}
 .cm-footer__contact>p{margin:0!important;font-size:11px!important}
 .cm-footer__bottom{padding:12px 12px 14px}.cm-footer__bottom .cm-container{display:flex!important;flex-direction:column;align-items:center;gap:5px;text-align:center;line-height:1.45}.cm-footer__record{justify-content:center}
 .cm-mobile-nav{height:calc(58px + env(safe-area-inset-bottom));padding:4px 8px env(safe-area-inset-bottom);box-shadow:0 -4px 16px rgba(0,0,0,.06)}
 .cm-mobile-nav a{flex:1;min-width:0;gap:2px}.cm-mobile-nav b{height:23px;display:grid;place-items:center}.cm-mobile-nav b svg{width:20px;height:20px}.cm-mobile-nav span{font-size:10px}
}
/* Mobile: hide duplicated footer navigation; bottom nav already provides key entries */
@media(max-width:640px){.cm-footer__links{display:none!important}.cm-footer__grid{grid-template-columns:1fr!important;gap:14px!important}}
/* Mobile assurance bar — compact four-column layout */
@media(max-width:640px){
 .cm-footer__services{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;padding:12px 8px!important;border-bottom:1px solid #f2f2f2}
 .cm-footer__services>div{min-width:0;display:flex!important;flex-direction:column;justify-content:center;gap:6px!important;text-align:center}
 .cm-footer__services i{width:29px!important;height:29px!important;margin:0 auto;font-size:14px!important}
 .cm-footer__services span{display:block!important;min-width:0}
 .cm-footer__services b{display:block;overflow:hidden;color:#333;font-size:11px!important;font-weight:600;line-height:1.3;white-space:nowrap;text-overflow:ellipsis}
 .cm-footer__services small{display:none!important}
}
@media(max-width:360px){.cm-footer__services{padding-left:4px!important;padding-right:4px!important}.cm-footer__services b{font-size:10px!important}}
.cm-footer__copyright{color:#999}.cm-footer__copyright a{color:inherit!important}

/* Catalogue child categories */
.cm-subcategories{min-height:52px;margin:10px 0;display:flex;align-items:center;gap:14px;padding:8px 13px;border:1px solid #eee;border-radius:11px;background:#fff}.cm-subcategories__label{flex:0 0 auto;padding-right:13px;border-right:1px solid #eee;color:#333;font-size:13px;font-weight:600}.cm-subcategories__scroll{min-width:0;display:flex;align-items:center;gap:7px;overflow-x:auto;scrollbar-width:none}.cm-subcategories__scroll::-webkit-scrollbar{display:none}.cm-subcategories__scroll a{flex:0 0 auto;padding:7px 12px;border-radius:16px;color:#666!important;font-size:13px;white-space:nowrap}.cm-subcategories__scroll a:hover,.cm-subcategories__scroll a.is-active{background:#fff1ef;color:var(--cm-red)!important}.cm-subcategories__scroll a.is-active{font-weight:600}
@media(max-width:640px){.cm-subcategories{display:block;padding:9px 10px}.cm-subcategories__label{display:block;margin-bottom:6px;padding:0;border:0;color:#999;font-size:11px}.cm-subcategories__scroll{margin:0 -2px}.cm-subcategories__scroll a{padding:6px 10px;background:#f7f7f7;font-size:12px}}

/* Catalogue category bar 2.0 */
.cm-subcategories{position:relative;min-height:58px;margin:10px 0 12px;padding:9px 14px 9px 10px;gap:12px;border:1px solid #ededed;border-radius:12px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.025);overflow:hidden}.cm-subcategories__label{height:34px;padding:0 13px;display:inline-flex;align-items:center;border:0;border-radius:8px;background:#fff1ef;color:var(--cm-red);font-size:13px;font-weight:700;white-space:nowrap}.cm-subcategories__label:before{content:'';width:3px;height:14px;margin-right:7px;border-radius:2px;background:var(--cm-red)}.cm-subcategories__scroll{gap:6px;padding:2px 24px 2px 0;scroll-behavior:smooth}.cm-subcategories__scroll a{height:32px;padding:0 12px;display:inline-flex;align-items:center;border:1px solid transparent;border-radius:7px;background:#f7f7f7;color:#555!important;transition:.18s ease}.cm-subcategories__scroll a:hover{border-color:#ffd3ce;background:#fff5f3;color:var(--cm-red)!important}.cm-subcategories__scroll a.is-active{border-color:var(--cm-red);background:var(--cm-red);color:#fff!important;box-shadow:0 4px 10px rgba(233,51,35,.16)}.cm-subcategories:after{content:'';position:absolute;z-index:2;right:0;top:0;bottom:0;width:28px;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,0),#fff 75%)}
@media(max-width:640px){.cm-subcategories{margin:8px 0 10px;padding:9px 8px;display:flex;align-items:center;gap:8px}.cm-subcategories__label{flex:0 0 auto;height:30px;margin:0;padding:0 9px;font-size:11px}.cm-subcategories__label:before{height:12px;margin-right:5px}.cm-subcategories__scroll{margin:0;padding-right:18px;gap:5px}.cm-subcategories__scroll a{height:30px;padding:0 10px;border-radius:6px;font-size:12px}}
/* Catalogue categories: show all on desktop */
@media(min-width:641px){.cm-subcategories{align-items:flex-start;overflow:visible}.cm-subcategories__label{margin-top:2px}.cm-subcategories__scroll{flex:1;display:flex;flex-wrap:wrap;overflow:visible;padding-right:0}.cm-subcategories:after{display:none}}
@media(max-width:640px){.cm-subcategories{overflow:hidden}.cm-subcategories__scroll{display:flex;flex-wrap:nowrap;overflow-x:auto}.cm-subcategories:after{display:block}}
/* Show every category on mobile too */
@media(max-width:640px){
 .cm-subcategories{align-items:flex-start!important;overflow:visible!important}
 .cm-subcategories__label{margin-top:0}
 .cm-subcategories__scroll{flex:1!important;display:flex!important;flex-wrap:wrap!important;overflow:visible!important;padding-right:0!important}
 .cm-subcategories:after{display:none!important}
}
