:root{
    --wxm-green:#07c160;
    --wxm-green-dark:#06994d;
    --wxm-green-soft:#eaf9f1;
    --wxm-ink:#111827;
    --wxm-text:#253047;
    --wxm-muted:#6b7280;
    --wxm-bg:#f4f6f8;
    --wxm-white:#fff;
    --wxm-line:#e5e9ef;
    --wxm-line-dark:#d8dee7;
    --wxm-warning:#f59e0b;
    --wxm-danger:#e5484d;
    --wxm-blue:#2563eb;
    --wxm-radius:12px;
    --wxm-shadow:0 8px 28px rgba(17,24,39,.06);
    --wxm-shell:min(1280px,calc(100% - 32px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--wxm-bg);color:var(--wxm-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;font-size:14px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.dyb-modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
img{max-width:100%;height:auto;display:block}
[hidden]{display:none!important}
.wxm-shell{width:var(--wxm-shell);margin:0 auto}
.wxm-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.wxm-skip{position:fixed;left:16px;top:-60px;z-index:9999;background:#111;color:#fff;padding:10px 16px;border-radius:8px}.wxm-skip:focus{top:16px}

/* Header */
.wxm-topbar{height:32px;background:#202938;color:#cbd5e1;font-size:12px}
.wxm-topbar .wxm-shell{height:100%;display:flex;align-items:center;justify-content:space-between}
.wxm-topbar p{margin:0;display:flex;align-items:center;gap:7px}.wxm-topbar p .wxm-icon{width:14px;height:14px;color:#7ee2a8}
.wxm-topbar nav{display:flex;gap:24px}.wxm-topbar nav a:hover{color:#fff}
.wxm-header{background:#fff;border-bottom:1px solid var(--wxm-line);position:relative;z-index:50}
.wxm-header.is-scrolled{box-shadow:0 5px 18px rgba(17,24,39,.06)}
.wxm-header__main{height:76px;display:flex;align-items:center;gap:30px}
.wxm-brand{display:flex;align-items:center;gap:10px;min-width:190px}
.wxm-brand__mark{width:42px;height:42px;border-radius:11px;background:linear-gradient(145deg,#1bd477,#05aa56);color:#fff;display:grid;place-items:center;font-size:22px;font-weight:800;box-shadow:0 7px 16px rgba(7,193,96,.2)}
.wxm-brand__text{display:flex;flex-direction:column;line-height:1.2}.wxm-brand__text strong{font-size:17px;color:var(--wxm-ink)}.wxm-brand__text small{font-size:11px;color:#8a94a6;margin-top:4px;letter-spacing:.08em}
.wxm-brand__custom .custom-logo-link{display:block}.wxm-brand__custom img{max-height:46px;width:auto}
.wxm-header-search{height:42px;flex:1;max-width:570px;border:1px solid var(--wxm-line-dark);border-radius:9px;background:#f8fafb;display:flex;align-items:center;overflow:hidden;transition:.2s}
.wxm-header-search:focus-within{border-color:var(--wxm-green);box-shadow:0 0 0 3px rgba(7,193,96,.1);background:#fff}
.wxm-header-search>.wxm-icon{width:18px;margin-left:14px;color:#8b95a5}
.wxm-header-search input{border:0;outline:0;background:transparent;flex:1;height:100%;padding:0 12px;color:var(--wxm-ink)}
.wxm-header-search button{height:100%;border:0;background:var(--wxm-green);color:#fff;padding:0 22px;font-weight:700}.wxm-header-search button:hover{background:var(--wxm-green-dark)}
.wxm-header__actions{margin-left:auto;display:flex;align-items:center;gap:22px}
.wxm-header__actions>a{display:flex;align-items:center;gap:9px;color:#4b5563}.wxm-header__actions>a .wxm-icon{width:22px;height:22px;color:var(--wxm-green)}
.wxm-header__actions>a span{display:flex;flex-direction:column;line-height:1.25}.wxm-header__actions>a small{font-size:11px;color:#9aa2af}.wxm-header__actions>a strong{font-size:13px;color:#374151;margin-top:2px}
.wxm-menu-toggle{display:none;border:0;background:transparent;padding:8px}
.wxm-category-nav{height:45px;border-top:1px solid #f0f2f5;background:#fff}
.wxm-category-nav .wxm-shell{height:100%;display:flex;align-items:center;justify-content:space-between}
.wxm-category-nav__list{height:100%;display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}
.wxm-category-nav__list li{height:100%}.wxm-category-nav__list a{height:100%;display:flex;align-items:center;gap:6px;padding:0 15px;font-weight:600;color:#40495a;position:relative}
.wxm-category-nav__list a:hover{color:var(--wxm-green)}.wxm-category-nav__list a:hover:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:2px;background:var(--wxm-green)}
.wxm-category-nav__list .wxm-icon{width:16px;height:16px}
.wxm-category-nav__risk{display:flex;align-items:center;gap:6px;font-size:12px;color:#788294}.wxm-category-nav__risk:hover{color:var(--wxm-danger)}.wxm-category-nav__risk .wxm-icon{width:16px}
.wxm-mobile-menu{position:absolute;left:0;right:0;top:76px;background:#fff;border-top:1px solid var(--wxm-line);box-shadow:var(--wxm-shadow);padding:18px 20px}
.wxm-mobile-menu__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.wxm-mobile-menu__list a{display:block;padding:11px;background:#f7f8fa;border-radius:8px}
.wxm-mobile-menu>div{display:flex;gap:18px;margin-top:15px;font-size:13px;color:var(--wxm-muted)}

/* Shared breadcrumb */
.wxm-breadcrumb{min-height:44px;display:flex;align-items:center;gap:8px;font-size:12px;color:#8a94a4;white-space:nowrap;overflow:hidden}.wxm-breadcrumb a:hover{color:var(--wxm-green)}.wxm-breadcrumb b{font-weight:500;color:#687385;overflow:hidden;text-overflow:ellipsis}

/* Home storefront */
.wxm-storefront{padding:18px 0 34px}
.wxm-store-layout{display:grid;grid-template-columns:228px minmax(0,1fr);gap:16px;align-items:start}
.wxm-category-sidebar{background:#fff;border:1px solid var(--wxm-line);border-radius:var(--wxm-radius);overflow:hidden;box-shadow:0 3px 12px rgba(17,24,39,.03)}
.wxm-category-sidebar__title{height:48px;padding:0 16px;display:flex;align-items:center;gap:9px;background:#1f2937;color:#fff}.wxm-category-sidebar__title .wxm-icon{width:18px}.wxm-category-sidebar__title strong{font-size:15px}
.wxm-category-sidebar nav{padding:7px}
.wxm-category-sidebar nav>a{min-height:53px;padding:8px 9px 8px 11px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;color:#4b5563;border:1px solid transparent}
.wxm-category-sidebar nav>a:hover,.wxm-category-sidebar nav>a.is-active{background:var(--wxm-green-soft);color:#087d42;border-color:#d6f2e3}
.wxm-category-sidebar nav>a>span{display:flex;flex-direction:column;min-width:0}.wxm-category-sidebar nav>a strong{font-size:13px;color:inherit}.wxm-category-sidebar nav>a small{font-size:10px;color:#98a1ae;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:165px}.wxm-category-sidebar nav>a>b{font-size:18px;font-weight:400;color:#a6afbc}
.wxm-category-sidebar__help{margin:0 7px 8px;padding:13px;background:#f6f8fa;border-radius:9px;display:flex;gap:10px}.wxm-category-sidebar__help>span{width:34px;height:34px;border-radius:8px;background:#fff;display:grid;place-items:center;color:var(--wxm-green);border:1px solid var(--wxm-line)}.wxm-category-sidebar__help .wxm-icon{width:18px}.wxm-category-sidebar__help div{min-width:0}.wxm-category-sidebar__help strong{font-size:12px;color:#374151}.wxm-category-sidebar__help p{font-size:10px;color:#8a94a4;margin:2px 0 5px;line-height:1.45}.wxm-category-sidebar__help a{font-size:11px;color:var(--wxm-green);font-weight:700}
.wxm-store-main{min-width:0}
.wxm-store-banner{min-height:176px;background:linear-gradient(120deg,#142235 0%,#1e344b 58%,#174b3b 100%);border-radius:var(--wxm-radius);display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);overflow:hidden;color:#fff;box-shadow:0 8px 28px rgba(19,39,63,.12)}
.wxm-store-banner__content{padding:24px 28px;position:relative}.wxm-store-banner__content:after{content:"";position:absolute;width:220px;height:220px;border:45px solid rgba(255,255,255,.035);border-radius:50%;right:-80px;top:-75px}
.wxm-store-banner__tag{display:inline-flex;padding:4px 9px;border-radius:5px;background:rgba(7,193,96,.18);color:#7be4ab;font-size:11px;font-weight:700;margin-bottom:7px}
.wxm-store-banner h1{font-size:30px;line-height:1.25;margin:0 0 7px;letter-spacing:-.03em}.wxm-store-banner p{color:#c4cfda;margin:0;font-size:13px}
.wxm-store-banner__search{height:42px;max-width:560px;background:#fff;border-radius:8px;margin-top:17px;display:flex;align-items:center;overflow:hidden;position:relative;z-index:2}.wxm-store-banner__search>.wxm-icon{color:#8b95a4;width:17px;margin-left:13px}.wxm-store-banner__search input{flex:1;height:100%;border:0;outline:0;padding:0 10px;color:#1f2937}.wxm-store-banner__search button{height:34px;margin-right:4px;border:0;border-radius:6px;background:var(--wxm-green);color:#fff;padding:0 16px;font-weight:700}
.wxm-store-banner__summary{background:rgba(8,20,34,.28);border-left:1px solid rgba(255,255,255,.09);padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.wxm-store-banner__summary>div{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:10px 12px;display:flex;align-items:end;gap:7px}.wxm-store-banner__summary>div strong{font-size:23px;line-height:1;color:#fff}.wxm-store-banner__summary>div span{font-size:11px;color:#aebdcc;padding-bottom:1px}.wxm-store-banner__summary>a{grid-column:1/-1;min-height:42px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.055);border-radius:8px;display:flex;align-items:center;padding:8px 10px;gap:9px}.wxm-store-banner__summary>a:hover{background:rgba(255,255,255,.1)}.wxm-store-banner__summary>a>span{width:28px;height:28px;border-radius:7px;background:rgba(7,193,96,.17);display:grid;place-items:center;color:#79e4aa}.wxm-store-banner__summary>a>span .wxm-icon{width:15px}.wxm-store-banner__summary>a>div{display:flex;flex-direction:column;flex:1;line-height:1.3}.wxm-store-banner__summary>a strong{font-size:12px}.wxm-store-banner__summary>a small{font-size:10px;color:#9fb0c0;margin-top:2px}.wxm-store-banner__summary>a>.wxm-icon{width:15px;color:#8ea0b0}
.wxm-catalog-panel{margin-top:14px;background:#fff;border:1px solid var(--wxm-line);border-radius:var(--wxm-radius);padding:18px;box-shadow:0 3px 12px rgba(17,24,39,.025);min-width:0}
.wxm-catalog-panel__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:13px}.wxm-catalog-panel__head h2{font-size:20px;color:var(--wxm-ink);margin:0}.wxm-catalog-panel__head p{font-size:12px;color:#929baa;margin:2px 0 0}.wxm-catalog-panel__head>a{font-size:12px;color:var(--wxm-green);font-weight:700}
.wxm-catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--wxm-line);border-radius:9px;padding:6px;margin-bottom:14px;background:#fafbfc}
.wxm-filter-list{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none}.wxm-filter-list::-webkit-scrollbar{display:none}.wxm-filter{white-space:nowrap;border:0;background:transparent;color:#657084;border-radius:6px;padding:7px 11px;font-size:12px}.wxm-filter:hover,.wxm-filter.is-active{background:var(--wxm-green);color:#fff}
.wxm-search-inline{height:34px;min-width:230px;border-left:1px solid var(--wxm-line);display:flex;align-items:center;padding-left:12px}.wxm-search-inline .wxm-icon{width:15px;color:#9aa3b1}.wxm-search-inline input{border:0;background:transparent;outline:0;width:100%;padding:0 8px;font-size:12px;color:#394356}
.wxm-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.wxm-product-card{border:1px solid var(--wxm-line);border-radius:10px;background:#fff;overflow:hidden;transition:.2s;min-width:0;display:flex;flex-direction:column}.wxm-product-card:hover{border-color:#cbd4df;box-shadow:0 9px 24px rgba(17,24,39,.08);transform:translateY(-2px)}.wxm-product-card.is-draft{outline:1px dashed #f59e0b}
.wxm-product-card__media{height:126px;background:#eef2f5;position:relative;overflow:hidden;display:block}.wxm-product-card__media img{width:100%;height:100%;object-fit:cover}.wxm-product-placeholder{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;background:linear-gradient(145deg,#edf8f2,#e7eff4);color:#147b49}.wxm-product-placeholder i{width:48px;height:48px;border-radius:14px;background:var(--wxm-green);color:#fff;font-style:normal;font-size:25px;font-weight:800;display:grid;place-items:center;box-shadow:0 9px 22px rgba(7,193,96,.22)}.wxm-product-placeholder small{font-size:11px;color:#667787;margin-top:8px}.wxm-product-card__stock{position:absolute;right:8px;top:8px;background:rgba(255,255,255,.94);border:1px solid rgba(229,233,239,.9);border-radius:20px;padding:3px 8px;display:flex;align-items:center;gap:5px;font-size:10px;color:#536174}.wxm-product-card__stock i,.wxm-stock i{width:6px;height:6px;border-radius:50%;background:var(--wxm-green);box-shadow:0 0 0 3px rgba(7,193,96,.11)}
.wxm-product-card__body{padding:12px 13px 10px;flex:1}.wxm-product-card__labels{display:flex;align-items:center;gap:5px;margin-bottom:7px}.wxm-product-card__labels span,.wxm-product-card__labels b,.wxm-product-card__labels em{font-size:10px;border-radius:4px;padding:2px 6px;font-style:normal;font-weight:600}.wxm-product-card__labels span{background:#edf3f7;color:#64748b}.wxm-product-card__labels b{background:var(--wxm-green-soft);color:#078348}.wxm-product-card__labels em{background:#fff4db;color:#b77900}
.wxm-product-card h3{font-size:15px;line-height:1.42;margin:0 0 10px;color:#1f2937;min-height:42px}.wxm-product-card h3 a:hover{color:var(--wxm-green)}
.wxm-product-card__specs{display:grid;grid-template-columns:1fr 1fr;margin:0;border:1px solid #edf0f4;border-radius:7px;overflow:hidden}.wxm-product-card__specs>div{padding:6px 7px;min-width:0}.wxm-product-card__specs>div:nth-child(odd){border-right:1px solid #edf0f4}.wxm-product-card__specs>div:nth-child(n+3){border-top:1px solid #edf0f4}.wxm-product-card__specs dt{font-size:9px;color:#9aa3af}.wxm-product-card__specs dd{font-size:11px;color:#4b5563;margin:1px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wxm-product-card__delivery{display:flex;align-items:center;gap:5px;font-size:10px;color:#7b8494;margin-top:8px}.wxm-product-card__delivery .wxm-icon{width:13px;color:var(--wxm-green)}
.wxm-product-card__footer{border-top:1px solid var(--wxm-line);padding:10px 12px;display:flex;align-items:center;justify-content:space-between}.wxm-product-card__footer>div{display:flex;align-items:baseline;gap:4px}.wxm-product-card__footer small{font-size:10px;color:#929baa}.wxm-product-card__footer strong{font-size:19px;color:#ef4444;line-height:1}.dyb-price-currency{font-size:.68em;margin-right:1px}.dyb-price-text{font-size:13px;color:#374151}.wxm-product-card__footer>a{height:31px;border-radius:6px;background:#1f2937;color:#fff;padding:0 11px;display:flex;align-items:center;gap:5px;font-size:11px;font-weight:700}.wxm-product-card__footer>a:hover{background:var(--wxm-green)}.wxm-product-card__footer>a .wxm-icon{width:13px}
.wxm-admin-note{margin:0 0 13px;padding:9px 11px;border:1px solid #f5d68c;background:#fff8e6;border-radius:7px;color:#8b6410;font-size:12px}
.wxm-empty{grid-column:1/-1;min-height:240px;border:1px dashed var(--wxm-line-dark);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:30px;color:var(--wxm-muted)}.wxm-empty>span{width:50px;height:50px;border-radius:12px;background:#f3f5f7;display:grid;place-items:center;color:#9aa4b2}.wxm-empty h3{margin:12px 0 3px;color:#374151}.wxm-empty p{margin:0}.wxm-empty>a{margin-top:12px;color:var(--wxm-green);font-weight:700}

/* Home lower sections */
.wxm-assurance-strip{background:#fff;border-top:1px solid var(--wxm-line);border-bottom:1px solid var(--wxm-line)}.wxm-assurance-strip .wxm-shell{min-height:82px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.wxm-assurance-strip .wxm-shell>div{display:flex;align-items:center;gap:11px;padding:0 20px;border-right:1px solid var(--wxm-line)}.wxm-assurance-strip .wxm-shell>div:first-child{padding-left:0}.wxm-assurance-strip .wxm-shell>div:last-child{border-right:0}.wxm-assurance-strip .wxm-icon{width:27px;height:27px;color:var(--wxm-green)}.wxm-assurance-strip span{display:flex;flex-direction:column}.wxm-assurance-strip strong{font-size:13px;color:#374151}.wxm-assurance-strip small{font-size:10px;color:#98a1ae;margin-top:2px}
.wxm-home-section{padding:34px 0}.wxm-home-section--muted{background:#eef1f4;border-top:1px solid var(--wxm-line);border-bottom:1px solid var(--wxm-line)}
.wxm-home-info-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:14px}.wxm-home-info-card{background:#fff;border:1px solid var(--wxm-line);border-radius:11px;padding:20px;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}.wxm-home-info-card>span{width:40px;height:40px;border-radius:9px;background:var(--wxm-green-soft);color:var(--wxm-green);display:grid;place-items:center}.wxm-home-info-card>span .wxm-icon{width:21px}.wxm-home-info-card h2,.wxm-home-info-card h3{margin:0;color:var(--wxm-ink);font-size:17px}.wxm-home-info-card h3{font-size:15px}.wxm-home-info-card p{margin:5px 0 0;color:var(--wxm-muted);font-size:12px}.wxm-home-info-card>a{grid-column:2;color:var(--wxm-green);font-size:12px;font-weight:700}.wxm-home-info-card--primary{background:#162433;border-color:#162433;color:#fff}.wxm-home-info-card--primary h2{color:#fff}.wxm-home-info-card--primary p{color:#b8c4d0}.wxm-home-info-card--primary>span{background:rgba(7,193,96,.17)}
.wxm-section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.wxm-section-title h2{font-size:21px;margin:0;color:var(--wxm-ink)}.wxm-section-title p{font-size:12px;color:#8d97a5;margin:3px 0 0}.wxm-section-title>a{font-size:12px;color:var(--wxm-green);font-weight:700}
.wxm-faq-wrap{background:#fff;border:1px solid var(--wxm-line);border-radius:11px;padding:4px 18px}.dyb-faq-list details{border-bottom:1px solid var(--wxm-line)}.dyb-faq-list details:last-child{border-bottom:0}.dyb-faq-list summary{list-style:none;cursor:pointer;padding:15px 0;display:flex;align-items:center;gap:10px;font-weight:600;color:#374151}.dyb-faq-list summary::-webkit-details-marker{display:none}.dyb-faq-number{width:24px;height:24px;border-radius:5px;background:#f1f4f6;display:grid;place-items:center;font-size:9px;color:#8893a2}.dyb-faq-list details>div{padding:0 0 15px 34px;color:var(--wxm-muted);font-size:12px}.dyb-faq-list p{margin:0}
.wxm-guide-section,.wxm-related-section{padding:34px 0}.wxm-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.wxm-guide-grid article{background:#fff;border:1px solid var(--wxm-line);border-radius:10px;padding:17px;display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:start}.wxm-guide-grid article>span{width:36px;height:36px;border-radius:8px;background:#f1f5f3;color:var(--wxm-green);display:grid;place-items:center}.wxm-guide-grid article>span .wxm-icon{width:18px}.wxm-guide-grid h3{font-size:14px;margin:0 0 5px;color:#283244}.wxm-guide-grid p{font-size:11px;color:#8b95a4;margin:0}.wxm-guide-grid__arrow{align-self:center;color:#98a2b1}.wxm-guide-grid__arrow .wxm-icon{width:16px}

/* Category pages */
.wxm-category-page{padding-bottom:42px}.wxm-category-head{background:#fff;border:1px solid var(--wxm-line);border-radius:11px;padding:20px 22px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between}.wxm-category-head h1{font-size:25px;margin:0;color:var(--wxm-ink)}.wxm-category-head p{margin:5px 0 0;color:var(--wxm-muted);max-width:800px;font-size:12px}.wxm-category-head aside{min-width:108px;border-left:1px solid var(--wxm-line);padding-left:24px;display:flex;flex-direction:column;text-align:center}.wxm-category-head aside strong{font-size:24px;color:var(--wxm-green)}.wxm-category-head aside span{font-size:11px;color:#8d97a5}.wxm-store-layout--category .wxm-catalog-panel{margin-top:0}.wxm-category-info{display:grid;grid-template-columns:1.2fr 1fr;gap:14px;margin-top:24px}.wxm-category-info>article{background:#fff;border:1px solid var(--wxm-line);border-radius:11px;padding:22px}.wxm-category-info__intro{grid-column:1/-1}.wxm-category-info h2{font-size:18px;color:var(--wxm-ink);margin:0 0 8px}.wxm-category-info p{color:var(--wxm-muted);font-size:12px;margin:0}.wxm-category-info__checklist ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.wxm-category-info__checklist li{display:flex;gap:9px;align-items:flex-start;color:#536072;font-size:12px}.wxm-category-info__checklist .wxm-icon{width:17px;color:var(--wxm-green);margin-top:1px}.wxm-accordion details{border-bottom:1px solid var(--wxm-line)}.wxm-accordion details:last-child{border-bottom:0}.wxm-accordion summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:12px;padding:11px 0;color:#3f4a5c;font-size:12px}.wxm-accordion summary::-webkit-details-marker{display:none}.wxm-accordion summary b{font-size:17px;font-weight:400;color:#8c96a4}.wxm-accordion details p{padding:0 0 12px;color:#7a8493}
.nav-links{display:flex;justify-content:center;gap:6px;margin-top:20px}.nav-links a,.nav-links span{min-width:34px;height:34px;padding:0 10px;border:1px solid var(--wxm-line);background:#fff;border-radius:6px;display:grid;place-items:center;font-size:12px}.nav-links .current{background:var(--wxm-green);color:#fff;border-color:var(--wxm-green)}

/* Product detail */
.wxm-product-detail-page{padding-bottom:50px}.wxm-product-top{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:16px;align-items:start}.wxm-product-summary,.wxm-checkout,.wxm-content-card,.wxm-product-help-card{background:#fff;border:1px solid var(--wxm-line);border-radius:11px;box-shadow:0 3px 12px rgba(17,24,39,.025)}
.wxm-product-summary{padding:20px}.wxm-product-summary__head{display:grid;grid-template-columns:180px minmax(0,1fr);gap:20px}.wxm-product-summary__media{height:150px;border:1px solid var(--wxm-line);border-radius:9px;overflow:hidden;background:#eef2f5}.wxm-product-summary__media img{width:100%;height:100%;object-fit:cover}.wxm-product-placeholder--large i{width:56px;height:56px;font-size:28px}.wxm-product-summary__labels{display:flex;gap:6px;margin-bottom:9px}.wxm-product-summary__labels span,.wxm-product-summary__labels b{font-size:10px;padding:3px 7px;border-radius:4px}.wxm-product-summary__labels span{background:#eef2f6;color:#64748b}.wxm-product-summary__labels b{background:var(--wxm-green-soft);color:#078348}.wxm-product-summary h1{font-size:25px;line-height:1.35;margin:0;color:var(--wxm-ink)}.wxm-product-summary__title>p{font-size:12px;color:var(--wxm-muted);margin:9px 0}.wxm-product-summary__status{display:flex;gap:18px;align-items:center;font-size:11px;color:#929baa}.wxm-stock{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#667385}
.wxm-product-summary__notice{margin:17px 0 15px;border:1px solid #f4dfad;background:#fffaf0;border-radius:8px;padding:10px 12px;display:flex;gap:8px;color:#8a6919}.wxm-product-summary__notice .wxm-icon{width:17px;margin-top:1px}.wxm-product-summary__notice p{margin:0;font-size:11px}
.wxm-spec-table{border:1px solid var(--wxm-line);border-radius:9px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.wxm-spec-table>div{display:grid;grid-template-columns:90px 1fr;min-height:42px;border-bottom:1px solid var(--wxm-line)}.wxm-spec-table>div:nth-child(odd){border-right:1px solid var(--wxm-line)}.wxm-spec-table>div:nth-last-child(-n+2){border-bottom:0}.wxm-spec-table dt,.wxm-spec-table dd{margin:0;display:flex;align-items:center;padding:8px 10px}.wxm-spec-table dt{background:#f7f8fa;color:#8a94a3;font-size:11px}.wxm-spec-table dd{color:#394456;font-size:12px;word-break:break-word}
.wxm-product-quick-links{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:15px}.wxm-product-quick-links>a{border:1px solid var(--wxm-line);border-radius:8px;padding:10px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}.wxm-product-quick-links>a:hover{border-color:#b9e8cf;background:#fbfffd}.wxm-product-quick-links>a>.wxm-icon:first-child{width:18px;color:var(--wxm-green)}.wxm-product-quick-links>a>.wxm-icon:last-child{width:14px;color:#9ba4b2}.wxm-product-quick-links span{display:flex;flex-direction:column}.wxm-product-quick-links strong{font-size:11px;color:#465164}.wxm-product-quick-links small{font-size:9px;color:#9aa3b0;margin-top:1px}
.wxm-purchase-panel{position:sticky;top:18px}.wxm-checkout{overflow:hidden}.wxm-checkout__head{min-height:84px;padding:14px 17px;background:#f8faf9;border-bottom:1px solid var(--wxm-line);display:flex;justify-content:space-between;align-items:center}.wxm-checkout__head>div{display:flex;flex-direction:column}.wxm-checkout__head small{font-size:11px;color:#8993a2}.wxm-checkout__head strong{font-size:30px;color:#ef4444;line-height:1.1;margin-top:2px}.wxm-checkout__head .dyb-price-text{font-size:19px;color:#283244}
.dyb-checkout__form{padding:16px}.dyb-checkout__field{margin-bottom:13px}.dyb-checkout__field>label{display:block;font-size:12px;font-weight:600;color:#455064;margin-bottom:6px}.dyb-checkout__field>label b{color:#ef4444}.dyb-checkout__field>input{width:100%;height:39px;border:1px solid var(--wxm-line-dark);border-radius:7px;padding:0 11px;outline:0;background:#fff}.dyb-checkout__field>input:focus{border-color:var(--wxm-green);box-shadow:0 0 0 3px rgba(7,193,96,.09)}.dyb-checkout__field>small{display:block;font-size:10px;color:#98a1ae;margin-top:4px}.dyb-checkout__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dyb-quantity{height:38px;display:grid;grid-template-columns:36px 1fr 36px;border:1px solid var(--wxm-line-dark);border-radius:7px;overflow:hidden}.dyb-quantity button{border:0;background:#f6f7f8;color:#506074;font-size:17px}.dyb-quantity input{min-width:0;border:0;border-left:1px solid var(--wxm-line);border-right:1px solid var(--wxm-line);text-align:center;outline:0}.wxm-checkout__stock{height:62px;border:1px solid var(--wxm-line);border-radius:7px;padding:8px 10px;display:flex;flex-direction:column;justify-content:center}.wxm-checkout__stock small{font-size:10px;color:#929baa}.wxm-checkout__stock strong{font-size:12px;color:#465164;margin-top:3px}
.dyb-payment-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.dyb-payment-method{border:1px solid var(--wxm-line-dark);border-radius:7px;padding:8px;display:flex;align-items:center;gap:7px;cursor:pointer}.dyb-payment-method:hover,.dyb-payment-method.is-active{border-color:var(--wxm-green);background:#f4fcf8}.dyb-payment-method input{position:absolute;opacity:0;pointer-events:none}.dyb-payment-method strong{font-size:10px;color:#4b5563}.dyb-payment-method__icon{display:block}.wxm-network-mark{display:flex;align-items:center;gap:3px}.wxm-network-mark>span{width:24px;height:24px;border-radius:50%;background:#20b87a;color:#fff;display:grid;place-items:center;font-weight:800}.wxm-network-mark small{font-size:8px;color:#8b95a3}
.dyb-checkout__total{min-height:54px;border-top:1px dashed var(--wxm-line-dark);border-bottom:1px dashed var(--wxm-line-dark);display:flex;align-items:center;justify-content:space-between;margin:5px 0 13px}.dyb-checkout__total>span{font-size:12px;color:#5f6a7b}.dyb-checkout__total strong{font-size:23px;color:#ef4444}.dyb-checkout__total em{font-size:10px;font-style:normal;color:#8691a0}.dyb-checkout__submit{width:100%;height:44px;border:0;border-radius:7px;background:var(--wxm-green);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:700}.dyb-checkout__submit:hover{background:var(--wxm-green-dark)}.dyb-checkout__submit:disabled{opacity:.6;cursor:not-allowed}.dyb-checkout__submit .wxm-icon{width:18px}.dyb-checkout__notice{font-size:10px;color:#949daa;text-align:center;margin:8px 0 0}.dyb-checkout__error{font-size:11px;color:var(--wxm-danger);background:#fff2f2;border:1px solid #ffd4d4;border-radius:6px;padding:7px 9px}.dyb-honeypot{position:absolute!important;left:-9999px!important}
.wxm-support-link{border-top:1px solid var(--wxm-line);padding:12px 16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;background:#fbfcfd}.wxm-support-link>.wxm-icon:first-child{color:var(--wxm-green)}.wxm-support-link span{display:flex;flex-direction:column}.wxm-support-link strong{font-size:11px;color:#465164}.wxm-support-link small{font-size:9px;color:#969fac}.wxm-support-link>.wxm-icon:last-child{width:14px;color:#9aa3b0}.wxm-checkout-disabled{padding:25px;text-align:center}.wxm-checkout-disabled>span{width:52px;height:52px;border-radius:12px;background:var(--wxm-green-soft);color:var(--wxm-green);display:grid;place-items:center;margin:0 auto}.wxm-checkout-disabled h2{font-size:17px;margin:13px 0 5px}.wxm-checkout-disabled p{font-size:12px;color:var(--wxm-muted)}.wxm-checkout-disabled a{display:inline-flex;background:var(--wxm-green);color:#fff;border-radius:6px;padding:8px 16px;font-weight:700}.wxm-checkout-disabled>small{display:block;font-size:10px;color:#9aa3b0;margin-top:12px}
.wxm-product-content{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;margin-top:16px;align-items:start}.wxm-content-card{padding:22px}.wxm-content-card header{border-bottom:1px solid var(--wxm-line);padding-bottom:13px;margin-bottom:15px}.wxm-content-card h2,.wxm-product-help-card h2{font-size:18px;margin:0;color:var(--wxm-ink)}.wxm-content-card header p{font-size:11px;color:#929baa;margin:3px 0 0}.wxm-entry-content{color:#4b5563;font-size:13px}.wxm-entry-content h2{font-size:18px;color:#253047;margin:24px 0 9px}.wxm-entry-content h3{font-size:15px;color:#253047}.wxm-entry-content p{margin:0 0 12px}.wxm-entry-content ul,.wxm-entry-content ol{padding-left:22px}.wxm-entry-content a{color:var(--wxm-green);text-decoration:underline}.wxm-product-help-card{padding:20px}.wxm-product-help-card ul{list-style:none;padding:0;margin:14px 0;display:grid;gap:11px}.wxm-product-help-card li{display:flex;gap:8px;color:#5d6879;font-size:12px}.wxm-product-help-card li .wxm-icon{width:16px;color:var(--wxm-green);margin-top:2px}.wxm-product-help-card>a{display:block;height:37px;border-radius:7px;border:1px solid var(--wxm-line-dark);display:grid;place-items:center;font-size:12px;font-weight:700;color:#465164}.wxm-product-help-card>a:hover{border-color:var(--wxm-green);color:var(--wxm-green)}
.wxm-product-grid--related{grid-template-columns:repeat(4,1fr)}
.wxm-mobile-buybar{display:none}

/* Order modal */
.dyb-order-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:20px}.dyb-order-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.72);backdrop-filter:blur(3px)}.dyb-order-modal__dialog{position:relative;width:min(860px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:13px;box-shadow:0 26px 80px rgba(0,0,0,.28)}.dyb-order-modal__header{height:70px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--wxm-line)}.dyb-order-modal__header>div{display:flex;align-items:center;gap:11px}.dyb-order-modal__header>div>span{width:38px;height:38px;border-radius:9px;background:var(--wxm-green-soft);color:var(--wxm-green);display:grid;place-items:center}.dyb-order-modal__header small{font-size:10px;color:#8b95a3}.dyb-order-modal__header h2{font-size:18px;margin:0;color:var(--wxm-ink)}.dyb-order-modal__header>button{border:0;background:#f1f3f5;width:32px;height:32px;border-radius:7px;font-size:20px;color:#677386}.dyb-order-modal__body{display:grid;grid-template-columns:1fr 1fr}.dyb-order-modal__left,.dyb-order-modal__right{padding:20px}.dyb-order-modal__right{border-left:1px solid var(--wxm-line);background:#fafbfc}.dyb-order-countdown{padding:15px;border-radius:9px;background:#162433;color:#fff;text-align:center}.dyb-order-countdown span,.dyb-order-countdown small{display:block;color:#b9c5d0;font-size:10px}.dyb-order-countdown strong{display:block;font-size:34px;line-height:1.2;margin:4px 0}.dyb-order-details h3,.dyb-order-modal__right h3{font-size:15px;color:#283244;margin:17px 0 10px}.dyb-order-details dl{margin:0;border:1px solid var(--wxm-line);border-radius:8px;overflow:hidden}.dyb-order-details dl>div{display:grid;grid-template-columns:80px 1fr;border-bottom:1px solid var(--wxm-line)}.dyb-order-details dl>div:last-child{border-bottom:0}.dyb-order-details dt,.dyb-order-details dd{margin:0;padding:8px 10px;font-size:11px}.dyb-order-details dt{background:#f7f8fa;color:#8b95a4}.dyb-order-details dd{color:#465164;word-break:break-word}.dyb-order-amount{display:flex;justify-content:space-between;align-items:center;margin-top:13px}.dyb-order-amount span{font-size:12px}.dyb-order-amount strong{font-size:23px;color:#ef4444}.dyb-order-amount em{font-size:10px;font-style:normal;color:#8893a2}.dyb-wallet-address>span{font-size:11px;color:#7b8493}.dyb-wallet-address>div{display:flex;border:1px solid var(--wxm-line-dark);border-radius:7px;overflow:hidden;margin-top:5px;background:#fff}.dyb-wallet-address code{flex:1;padding:9px;font-size:10px;word-break:break-all}.dyb-wallet-address button{border:0;border-left:1px solid var(--wxm-line);background:#f3f5f7;padding:0 12px}.dyb-order-qr{width:220px;height:220px;margin:16px auto;background:#fff;border:1px solid var(--wxm-line);border-radius:9px;display:grid;place-items:center;padding:5px}.dyb-order-modal__right>p{font-size:11px;color:#687385;text-align:center}.dyb-order-warning{font-size:10px;color:#8a6817;background:#fff8e6;border:1px solid #f3d993;border-radius:7px;padding:9px}.dyb-toast{position:fixed;right:22px;bottom:22px;z-index:10000;background:#162433;color:#fff;border-radius:8px;padding:11px 16px;box-shadow:var(--wxm-shadow)}

/* Content pages */
.wxm-content-page{padding-bottom:50px}.wxm-content-page__shell{max-width:900px}.wxm-content-page article{background:#fff;border:1px solid var(--wxm-line);border-radius:11px;padding:28px}.wxm-content-page article>header{padding-bottom:17px;border-bottom:1px solid var(--wxm-line);margin-bottom:20px}.wxm-content-page article>header>span{font-size:11px;color:#9099a7}.wxm-content-page h1{font-size:27px;margin:0;color:var(--wxm-ink)}.wxm-post-list{display:grid;gap:12px}.wxm-post-list article{border:1px solid var(--wxm-line);padding:17px}.wxm-post-list h2{font-size:17px;margin:0 0 6px}.wxm-post-list p{margin:0;color:var(--wxm-muted)}.wxm-error-page{min-height:55vh;display:grid;place-items:center;text-align:center}.wxm-error-page span{font-size:70px;font-weight:800;color:#d8dee7}.wxm-error-page h1{margin:0;color:var(--wxm-ink)}.wxm-error-page p{color:var(--wxm-muted)}.wxm-error-page a{display:inline-block;background:var(--wxm-green);color:#fff;padding:9px 18px;border-radius:7px}

/* Footer */
.wxm-footer{background:#18212d;color:#aeb8c4;margin-top:10px}.wxm-footer__service{min-height:88px;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid rgba(255,255,255,.08)}.wxm-footer__service>div{display:flex;align-items:center;gap:11px;border-right:1px solid rgba(255,255,255,.08);padding:0 20px}.wxm-footer__service>div:first-child{padding-left:0}.wxm-footer__service>div:last-child{border-right:0}.wxm-footer__service .wxm-icon{color:#58d58f;width:25px}.wxm-footer__service span{display:flex;flex-direction:column}.wxm-footer__service strong{font-size:12px;color:#e7edf3}.wxm-footer__service small{font-size:10px;color:#83909e;margin-top:2px}.wxm-footer__grid{display:grid;grid-template-columns:1.55fr 1fr 1fr 1fr;gap:45px;padding:38px 0}.wxm-brand--footer .wxm-brand__text strong{color:#fff}.wxm-footer__brand p{font-size:11px;line-height:1.8;max-width:360px;color:#8b97a5}.wxm-footer__grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}.wxm-footer h3{font-size:13px;color:#fff;margin:0 0 8px}.wxm-footer__grid a,.wxm-footer__grid span{font-size:11px}.wxm-footer__grid a:hover{color:#72dea1}.wxm-footer__bottom{min-height:55px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#75818f}.wxm-footer__bottom p{margin:0}

/* Responsive */
@media(max-width:1100px){
    .wxm-header__actions>a:first-child{display:none}.wxm-store-layout{grid-template-columns:205px minmax(0,1fr)}.wxm-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wxm-store-banner{grid-template-columns:1fr 285px}.wxm-store-banner__summary{padding:13px}.wxm-product-top{grid-template-columns:minmax(0,1fr) 350px}.wxm-product-grid--related{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
    :root{--wxm-shell:min(100% - 24px,760px)}
    .wxm-topbar nav{display:none}.wxm-header__main{height:66px;gap:15px}.wxm-brand{min-width:auto}.wxm-brand__text{display:none}.wxm-header-search{max-width:none}.wxm-header__actions>a{display:none}.wxm-menu-toggle{display:block}.wxm-category-nav{display:none}.wxm-mobile-menu{top:66px}.wxm-storefront{padding-top:12px}.wxm-store-layout{grid-template-columns:1fr}.wxm-category-sidebar{display:none}.wxm-store-banner{grid-template-columns:1fr}.wxm-store-banner__summary{grid-template-columns:repeat(2,1fr);border-left:0;border-top:1px solid rgba(255,255,255,.09)}.wxm-store-banner__summary>a{grid-column:auto}.wxm-catalog-panel{margin-top:12px}.wxm-home-info-grid{grid-template-columns:1fr}.wxm-home-info-card--primary{grid-column:auto}.wxm-assurance-strip .wxm-shell{grid-template-columns:repeat(2,1fr);padding:12px 0}.wxm-assurance-strip .wxm-shell>div{min-height:55px}.wxm-assurance-strip .wxm-shell>div:nth-child(2){border-right:0}.wxm-assurance-strip .wxm-shell>div:nth-child(n+3){border-top:1px solid var(--wxm-line)}.wxm-guide-grid{grid-template-columns:1fr}.wxm-footer__service{grid-template-columns:repeat(2,1fr);padding:12px 0}.wxm-footer__service>div{min-height:55px}.wxm-footer__service>div:nth-child(2){border-right:0}.wxm-footer__service>div:nth-child(n+3){border-top:1px solid rgba(255,255,255,.08)}.wxm-footer__grid{grid-template-columns:1.4fr 1fr;gap:28px}.wxm-product-top{grid-template-columns:1fr}.wxm-purchase-panel{position:static}.wxm-product-content{grid-template-columns:1fr}.wxm-category-info{grid-template-columns:1fr}.wxm-category-info__intro{grid-column:auto}
}
@media(max-width:640px){
    :root{--wxm-shell:calc(100% - 20px)}
    body{font-size:13px}.wxm-topbar{height:29px}.wxm-topbar p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wxm-topbar p span{overflow:hidden;text-overflow:ellipsis}.wxm-header__main{height:60px}.wxm-brand__mark{width:38px;height:38px}.wxm-header-search{height:39px}.wxm-header-search button{padding:0 13px}.wxm-mobile-menu{top:60px}.wxm-store-banner__content{padding:20px}.wxm-store-banner h1{font-size:24px}.wxm-store-banner__summary{display:none}.wxm-store-banner__search button{padding:0 11px}.wxm-catalog-panel{padding:13px}.wxm-catalog-panel__head h2{font-size:18px}.wxm-catalog-tools{display:block;padding:5px}.wxm-filter-list{padding-bottom:5px}.wxm-search-inline{border-left:0;border-top:1px solid var(--wxm-line);min-width:0;padding-top:5px}.wxm-product-grid{grid-template-columns:1fr 1fr;gap:9px}.wxm-product-card__media{height:105px}.wxm-product-card__body{padding:10px}.wxm-product-card h3{font-size:13px;min-height:38px}.wxm-product-card__specs{grid-template-columns:1fr}.wxm-product-card__specs>div:nth-child(odd){border-right:0}.wxm-product-card__specs>div:nth-child(n+2){border-top:1px solid #edf0f4}.wxm-product-card__specs>div:nth-child(n+3){display:none}.wxm-product-card__delivery{display:none}.wxm-product-card__footer{padding:9px}.wxm-product-card__footer strong{font-size:16px}.wxm-product-card__footer>a{padding:0 8px}.wxm-product-card__footer>a .wxm-icon{display:none}.wxm-assurance-strip .wxm-shell{grid-template-columns:1fr 1fr}.wxm-assurance-strip .wxm-shell>div{padding:0 8px}.wxm-assurance-strip .wxm-icon{width:22px}.wxm-assurance-strip small{display:none}.wxm-home-section{padding:25px 0}.wxm-section-title h2{font-size:18px}.wxm-faq-wrap{padding:0 12px}.wxm-footer__service{grid-template-columns:1fr 1fr}.wxm-footer__service>div{padding:0 8px}.wxm-footer__service small{display:none}.wxm-footer__grid{grid-template-columns:1fr 1fr;gap:24px 18px;padding:28px 0}.wxm-footer__brand{grid-column:1/-1}.wxm-footer__bottom{align-items:flex-start;gap:10px;padding:14px 0;min-height:auto}.wxm-category-head{padding:16px}.wxm-category-head h1{font-size:21px}.wxm-category-head aside{display:none}.wxm-product-summary{padding:14px}.wxm-product-summary__head{grid-template-columns:85px minmax(0,1fr);gap:12px}.wxm-product-summary__media{height:85px}.wxm-product-summary h1{font-size:19px}.wxm-product-summary__title>p{display:none}.wxm-product-summary__status{display:block}.wxm-product-summary__status>span:last-child{display:none}.wxm-spec-table{grid-template-columns:1fr}.wxm-spec-table>div:nth-child(odd){border-right:0}.wxm-spec-table>div:nth-last-child(-n+2){border-bottom:1px solid var(--wxm-line)}.wxm-spec-table>div:last-child{border-bottom:0}.wxm-product-quick-links{grid-template-columns:1fr}.wxm-purchase-panel{scroll-margin-top:10px}.wxm-checkout__head strong{font-size:26px}.wxm-product-grid--related{grid-template-columns:1fr 1fr}.wxm-mobile-buybar{position:fixed;left:0;right:0;bottom:0;z-index:100;background:#fff;border-top:1px solid var(--wxm-line);padding:8px 12px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 -5px 18px rgba(17,24,39,.09)}.wxm-mobile-buybar>div{display:flex;flex-direction:column}.wxm-mobile-buybar small{font-size:9px;color:#8f99a7}.wxm-mobile-buybar strong{font-size:18px;color:#ef4444}.wxm-mobile-buybar>a{height:39px;background:var(--wxm-green);color:#fff;border-radius:7px;padding:0 26px;display:grid;place-items:center;font-weight:700}.wxm-product-page .wxm-footer{padding-bottom:60px}.dyb-order-modal{padding:10px}.dyb-order-modal__body{grid-template-columns:1fr}.dyb-order-modal__right{border-left:0;border-top:1px solid var(--wxm-line)}.dyb-order-modal__dialog{max-height:calc(100vh - 20px)}.wxm-content-page article{padding:20px}.wxm-content-page h1{font-size:23px}
}
@media(max-width:420px){.wxm-product-grid{grid-template-columns:1fr}.wxm-product-grid--related{grid-template-columns:1fr}.wxm-header-search input::placeholder{font-size:11px}.wxm-store-banner__search input::placeholder{font-size:10px}}

/* V5.1 compact storefront: product-first catalogue */
.wxm-storefront{padding:12px 0 30px}
.wxm-catalog-brief{min-height:82px;background:#fff;border:1px solid var(--wxm-line);border-left:4px solid var(--wxm-green);border-radius:9px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 2px 10px rgba(17,24,39,.025)}
.wxm-catalog-brief__copy{display:flex;align-items:center;gap:13px;min-width:0}
.wxm-catalog-brief__copy>span{flex:0 0 auto;border:1px solid #cdeedc;background:#f2fcf6;color:#078248;border-radius:5px;padding:4px 8px;font-size:10px;font-weight:700}
.wxm-catalog-brief__copy>div{min-width:0}
.wxm-catalog-brief h1{font-size:22px;line-height:1.25;margin:0;color:var(--wxm-ink);letter-spacing:-.02em}
.wxm-catalog-brief p{font-size:11px;color:#7d8796;margin:3px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:590px}
.wxm-catalog-brief__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.wxm-catalog-brief__stat{height:43px;min-width:61px;border:1px solid var(--wxm-line);border-radius:7px;background:#fafbfc;display:flex;align-items:baseline;justify-content:center;gap:4px;padding:0 9px}
.wxm-catalog-brief__stat strong{font-size:18px;color:#243246;line-height:1}
.wxm-catalog-brief__stat span{font-size:10px;color:#8b95a4}
.wxm-catalog-brief__actions>a{height:43px;border:1px solid var(--wxm-line);border-radius:7px;background:#fff;padding:0 11px;display:flex;align-items:center;gap:6px;color:#536074;font-size:11px;font-weight:700;white-space:nowrap}
.wxm-catalog-brief__actions>a:hover{border-color:#bce7cf;color:#078348;background:#f7fdf9}
.wxm-catalog-brief__actions>a .wxm-icon{width:15px;color:var(--wxm-green)}
.wxm-catalog-panel{margin-top:9px;padding:14px;border-radius:9px}
.wxm-catalog-panel__head{align-items:center;margin-bottom:9px}
.wxm-catalog-panel__head h2{font-size:18px}
.wxm-catalog-panel__head p{font-size:10px;margin-top:1px}
.wxm-catalog-tools{margin-bottom:10px;padding:5px;border-radius:7px}
.wxm-filter{padding:6px 10px}
.wxm-product-grid{gap:10px}
.wxm-product-card{border-radius:8px;box-shadow:none}
.wxm-product-card:hover{transform:none;box-shadow:0 6px 18px rgba(17,24,39,.065);border-color:#c7d0dc}
.wxm-product-card__head{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:start;padding:11px 11px 8px}
.wxm-product-card__thumb{width:44px;height:44px;border-radius:8px;background:linear-gradient(145deg,#eaf9f1,#eaf0f4);overflow:hidden;display:grid;place-items:center;border:1px solid #e1e8ee}
.wxm-product-card__thumb img{width:100%;height:100%;object-fit:cover}
.wxm-product-card__thumb>span{width:30px;height:30px;border-radius:7px;background:var(--wxm-green);color:#fff;font-size:17px;font-weight:800;display:grid;place-items:center;box-shadow:0 5px 12px rgba(7,193,96,.17)}
.wxm-product-card__heading{min-width:0}
.wxm-product-card__labels{margin:0 0 4px;min-height:18px}
.wxm-product-card h3{font-size:14px;line-height:1.38;margin:0;min-height:39px;color:#202b3a}
.wxm-product-card__stock{position:static;align-self:start;white-space:nowrap;background:#f8fafb;border:1px solid var(--wxm-line);padding:2px 7px;font-size:9px}
.wxm-product-card__body{padding:0 11px 8px;flex:1}
.wxm-product-card__specs>div{padding:5px 6px}
.wxm-product-card__specs dt{font-size:8px}
.wxm-product-card__specs dd{font-size:10px}
.wxm-product-card__delivery{margin-top:6px;font-size:9px}
.wxm-product-card__footer{padding:8px 10px}
.wxm-product-card__footer strong{font-size:18px}
.wxm-product-card__footer>a{height:30px;padding:0 10px}

@media(max-width:1100px){
    .wxm-catalog-brief p{max-width:420px}
    .wxm-catalog-brief__actions>a span{display:none}
    .wxm-catalog-brief__actions>a{width:43px;justify-content:center;padding:0}
}
@media(max-width:900px){
    .wxm-catalog-brief{min-height:auto;align-items:flex-start;flex-direction:column;gap:10px}
    .wxm-catalog-brief p{max-width:100%}
    .wxm-catalog-brief__actions{width:100%}
    .wxm-catalog-brief__actions>a{width:auto;flex:1}
    .wxm-catalog-brief__actions>a span{display:inline}
}
@media(max-width:640px){
    .wxm-storefront{padding-top:9px}
    .wxm-catalog-brief{padding:11px 12px;gap:8px}
    .wxm-catalog-brief__copy>span{display:none}
    .wxm-catalog-brief h1{font-size:19px}
    .wxm-catalog-brief p{font-size:10px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
    .wxm-catalog-brief__actions{gap:6px}
    .wxm-catalog-brief__stat{height:37px;min-width:54px;padding:0 7px}
    .wxm-catalog-brief__stat strong{font-size:16px}
    .wxm-catalog-brief__actions>a{height:37px;padding:0 8px;font-size:10px}
    .wxm-catalog-panel{margin-top:8px;padding:11px}
    .wxm-product-card__head{grid-template-columns:38px minmax(0,1fr);gap:8px;padding:9px 9px 7px}
    .wxm-product-card__thumb{width:38px;height:38px}
    .wxm-product-card__thumb>span{width:27px;height:27px;font-size:15px}
    .wxm-product-card__heading{padding-right:0}
    .wxm-product-card__stock{grid-column:1/-1;justify-self:start;margin-top:-1px}
    .wxm-product-card h3{font-size:12px;min-height:34px}
    .wxm-product-card__body{padding:0 9px 7px}
    .wxm-product-card__footer{padding:8px 9px}
}


/* V5.2 professional category hierarchy */
:root{
    --wxm-bg:#f3f5f7;
    --wxm-line:#e4e8ed;
    --wxm-shadow:0 10px 30px rgba(18,31,46,.055);
}
.wxm-category-nav{height:43px}
.wxm-category-nav .wxm-shell{gap:22px}
.wxm-category-nav__list{gap:5px;min-width:0}
.wxm-category-nav__list li{flex:0 0 auto}
.wxm-category-nav__list a{padding:0 18px;white-space:nowrap;font-size:13px;color:#3d4757}
.wxm-category-nav__list a:hover:after{left:18px;right:18px}
.wxm-category-nav__list .wxm-category-nav__all{padding-left:3px;padding-right:18px;font-weight:700;color:#1f2937}
.wxm-category-nav__risk{margin-left:auto;white-space:nowrap}

.wxm-store-layout{grid-template-columns:214px minmax(0,1fr);gap:14px}
.wxm-category-sidebar{border-radius:10px;box-shadow:0 4px 18px rgba(17,24,39,.035)}
.wxm-category-sidebar__title{height:58px;padding:0 14px;background:#fff;color:#1c2736;border-bottom:1px solid var(--wxm-line);gap:10px}
.wxm-category-sidebar__title>span{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#e9f9f1;color:var(--wxm-green)}
.wxm-category-sidebar__title>span .wxm-icon{width:17px}
.wxm-category-sidebar__title>div{display:flex;flex-direction:column;line-height:1.25}
.wxm-category-sidebar__title strong{font-size:14px}
.wxm-category-sidebar__title small{font-size:10px;color:#939cab;margin-top:3px;font-weight:500}
.wxm-category-sidebar__nav{padding:8px 8px 3px!important}
.wxm-category-sidebar__nav>a{border:0!important}
.wxm-category-sidebar__all{min-height:55px!important;padding:8px 10px!important;background:#f6f8fa!important;border:1px solid #edf0f3!important}
.wxm-category-sidebar__all.is-active{background:linear-gradient(135deg,#effbf5,#e5f8ee)!important;border-color:#caecd9!important;color:#087a43!important}
.wxm-category-sidebar__all>span{display:flex!important;flex-direction:row!important;align-items:center;gap:9px}
.wxm-category-sidebar__all>span>.wxm-icon{width:20px;color:var(--wxm-green)}
.wxm-category-sidebar__all b{display:flex;flex-direction:column;font-weight:400;line-height:1.35}
.wxm-category-sidebar__all strong{font-size:13px}
.wxm-category-sidebar__all small{font-size:9px!important;margin:1px 0 0!important;color:#929baa!important}
.wxm-category-sidebar__all em{font-style:normal;font-size:9px;border-radius:999px;padding:2px 7px;background:#fff;color:#7d8795;border:1px solid var(--wxm-line)}
.wxm-category-sidebar__label{padding:10px 7px 5px;color:#9aa3b1;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.wxm-category-sidebar__item{min-height:49px!important;padding:6px 8px!important;display:grid!important;grid-template-columns:31px minmax(0,1fr) auto;gap:8px!important}
.wxm-category-sidebar__item:hover,.wxm-category-sidebar__item.is-active{background:#f2fbf6!important;color:#087b43!important}
.wxm-category-sidebar__icon{width:31px;height:31px;border-radius:8px;display:grid!important;place-items:center;background:#f3f5f7;color:#6b7687}
.wxm-category-sidebar__item:hover .wxm-category-sidebar__icon,.wxm-category-sidebar__item.is-active .wxm-category-sidebar__icon{background:#ddf6e9;color:var(--wxm-green)}
.wxm-category-sidebar__icon .wxm-icon{width:16px;height:16px}
.wxm-category-sidebar__copy{display:flex!important;flex-direction:column!important;line-height:1.3;min-width:0}
.wxm-category-sidebar__copy strong{font-size:12px!important}
.wxm-category-sidebar__copy small{font-size:9px!important;margin-top:2px!important;color:#9aa3af!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wxm-category-sidebar__item em{font-style:normal;font-size:10px;color:#9ca5b2}
.wxm-category-sidebar__secondary{margin:4px 8px 8px;padding:10px;border-top:1px solid #edf0f3}
.wxm-category-sidebar__secondary>div:first-child{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px}
.wxm-category-sidebar__secondary strong{font-size:11px;color:#536072}
.wxm-category-sidebar__secondary small{font-size:8px;color:#a3abb7}
.wxm-category-sidebar__chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}
.wxm-category-sidebar__chips>a{height:31px;border:1px solid #e8ecf0;border-radius:7px;background:#fafbfc;display:flex;align-items:center;justify-content:center;gap:5px;font-size:9px;color:#657083}
.wxm-category-sidebar__chips>a:last-child{grid-column:1/-1}
.wxm-category-sidebar__chips>a:hover,.wxm-category-sidebar__chips>a.is-active{border-color:#c7ecd7;background:#effbf5;color:#078149}
.wxm-category-sidebar__chips .wxm-icon{width:13px;height:13px}
.wxm-category-sidebar__help{margin:0 8px 9px;padding:11px;background:linear-gradient(135deg,#f7f9fa,#f2f7f4);border:1px solid #eaedf0}
.wxm-category-sidebar__help>span{width:31px;height:31px}
.wxm-category-sidebar__help strong{font-size:11px}
.wxm-category-sidebar__help p{font-size:9px}
.wxm-category-sidebar__help a{font-size:10px}

.wxm-catalog-brief{border-left:0;border-radius:10px;padding:14px 16px;background:linear-gradient(135deg,#ffffff 0%,#fbfdfc 72%,#f1faf5 100%);box-shadow:0 4px 18px rgba(17,24,39,.035)}
.wxm-catalog-brief__copy>span{border:0;background:#e5f8ee;color:#087e47;border-radius:999px;padding:4px 9px}
.wxm-catalog-brief h1{font-size:23px}
.wxm-catalog-brief__stat{background:#fff;box-shadow:0 2px 7px rgba(17,24,39,.025)}
.wxm-catalog-panel{border-radius:10px;box-shadow:0 4px 18px rgba(17,24,39,.03)}
.wxm-catalog-panel__head{padding:0 2px}
.wxm-catalog-panel__head h2{display:flex;align-items:center;gap:7px;font-size:18px}
.wxm-catalog-panel__head h2:before{content:"";width:4px;height:17px;border-radius:4px;background:var(--wxm-green)}

.wxm-catalog-tools{position:relative;background:#f7f8fa;border-color:#e6eaee;padding:5px 6px;gap:10px}
.wxm-filter-list{align-items:center;overflow:visible;gap:3px;min-width:0}
.wxm-filter{height:31px;padding:0 12px;border:1px solid transparent;background:transparent;color:#5f6b7c;border-radius:7px;font-size:11px;font-weight:600}
.wxm-filter:hover{background:#fff;border-color:#dfe5ea;color:#263244}
.wxm-filter.is-active{background:#fff;border-color:#bfe8d1;color:#078047;box-shadow:0 2px 7px rgba(17,24,39,.035)}
.wxm-filter-more{position:relative}
.wxm-filter-more>summary{height:31px;padding:0 9px 0 11px;border:1px solid transparent;border-radius:7px;display:flex;align-items:center;gap:5px;color:#657084;font-size:11px;font-weight:600;cursor:pointer;list-style:none;white-space:nowrap}
.wxm-filter-more>summary::-webkit-details-marker{display:none}
.wxm-filter-more>summary .wxm-icon{width:13px;transition:transform .18s}
.wxm-filter-more[open]>summary .wxm-icon{transform:rotate(90deg)}
.wxm-filter-more>summary:hover,.wxm-filter-more.is-active>summary{background:#fff;border-color:#bfe8d1;color:#078047;box-shadow:0 2px 7px rgba(17,24,39,.035)}
.wxm-filter-more__menu{position:absolute;left:0;top:calc(100% + 7px);z-index:40;width:184px;padding:6px;background:#fff;border:1px solid #dfe4e9;border-radius:9px;box-shadow:0 13px 34px rgba(17,24,39,.14)}
.wxm-filter-more__menu>a,.wxm-filter-more__menu>button{width:100%;height:38px;border:0;border-radius:7px;background:#fff;padding:0 9px;display:flex;align-items:center;gap:8px;color:#536073;font-size:11px;text-align:left}
.wxm-filter-more__menu>a:hover,.wxm-filter-more__menu>button:hover,.wxm-filter-more__menu .is-active{background:#effaf4;color:#078047}
.wxm-filter-more__menu .wxm-icon{width:15px}
.wxm-search-inline{height:33px;min-width:242px;background:#fff;border:1px solid #e0e5e9;border-radius:7px;padding:0 10px}
.wxm-search-inline input{font-size:10px}

.wxm-product-card{border-color:#e3e7eb;background:#fff}
.wxm-product-card:hover{box-shadow:0 9px 24px rgba(17,24,39,.075);border-color:#bfc9d3}
.wxm-product-card__thumb{background:#f0f7f3;border-color:#e1ebe5}
.wxm-product-card__labels>span{background:#f0f3f6;color:#586476}
.wxm-product-card__labels>b{background:#e7f8ef;color:#078047}
.wxm-product-card__footer{background:#fbfcfd}
.wxm-product-card__footer>a{background:#1f2937}
.wxm-product-card__footer>a:hover{background:var(--wxm-green)}

@media(max-width:1180px){
    .wxm-category-nav__list a{padding:0 12px}
    .wxm-category-nav__list a:hover:after{left:12px;right:12px}
    .wxm-store-layout{grid-template-columns:198px minmax(0,1fr)}
    .wxm-category-sidebar__copy small{display:none}
    .wxm-category-sidebar__item{min-height:43px!important}
}
@media(max-width:900px){
    .wxm-store-layout{grid-template-columns:1fr}
    .wxm-filter-list{overflow-x:auto;padding-bottom:1px}
    .wxm-filter-more{position:static}
    .wxm-filter-more__menu{left:auto;right:0}
}
@media(max-width:640px){
    .wxm-catalog-tools{display:flex;flex-direction:column;align-items:stretch}
    .wxm-filter-list{width:100%;overflow-x:auto}
    .wxm-filter{flex:0 0 auto}
    .wxm-filter-more{flex:0 0 auto}
    .wxm-search-inline{width:100%;min-width:0;border-top:1px solid #e0e5e9;padding-top:0}
    .wxm-catalog-brief h1{font-size:20px}
}


/* V5.3 — professional compact storefront, no duplicate category rows */
:root{
    --wxm-bg:#f2f4f7;
    --wxm-line:#e2e7ec;
    --wxm-ink:#172033;
    --wxm-text:#344054;
    --wxm-muted:#7b8494;
    --wxm-radius:11px;
    --wxm-shadow:0 12px 34px rgba(20,31,46,.055);
}
.wxm-header{border-bottom:1px solid #e8ebef}
.wxm-header__main{height:72px}
.wxm-mobile-menu{top:72px}
.wxm-storefront{padding-top:12px}
.wxm-store-layout{grid-template-columns:212px minmax(0,1fr);gap:13px}
.wxm-category-sidebar{position:sticky;top:12px;border-color:#e1e6eb;box-shadow:0 5px 20px rgba(20,31,46,.035)}
.wxm-category-sidebar__title{height:56px}
.wxm-category-sidebar__help{background:#f6f8f8}

.wxm-catalog-brief{min-height:76px;padding:12px 15px;border:1px solid #e1e7e4;background:#fff;box-shadow:0 5px 20px rgba(20,31,46,.035)}
.wxm-catalog-brief__copy>span{background:#edf9f2;border:1px solid #d5efdf;color:#087b45}
.wxm-catalog-brief h1{font-size:22px;letter-spacing:-.025em}
.wxm-catalog-brief p{font-size:11px;color:#7f8898;max-width:620px}
.wxm-catalog-brief__actions{gap:7px}
.wxm-catalog-brief__stat{width:68px;min-width:68px;height:50px;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center;border-color:#e2e7ec;background:#fafbfc;box-shadow:none}
.wxm-catalog-brief__stat strong{font-size:18px;line-height:1;color:#202b3d}
.wxm-catalog-brief__stat span{font-size:9px;line-height:1.1;color:#8a94a3;white-space:nowrap}
.wxm-catalog-brief__actions>a{height:50px;padding:0 12px;border-color:#e1e6eb;background:#fff}

.wxm-catalog-panel{margin-top:8px;padding:13px;border:1px solid #e0e5ea;background:#fff;box-shadow:0 7px 24px rgba(20,31,46,.038)}
.wxm-catalog-panel__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px;padding:0 1px}
.wxm-catalog-panel__head h2{font-size:18px;margin:0;color:#1b2536}
.wxm-catalog-panel__head p{font-size:10px;color:#8c95a3;margin:2px 0 0}
.wxm-catalog-panel__actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;min-width:0}
.wxm-catalog-panel__actions>a{font-size:11px;font-weight:700;color:#078348;white-space:nowrap;padding:7px 2px}
.wxm-catalog-search{height:36px;width:278px;border:1px solid #dfe4e9;border-radius:8px;background:#f8fafb;display:flex;align-items:center;padding:0 11px;transition:.18s}
.wxm-catalog-search:focus-within{border-color:#85d9ad;background:#fff;box-shadow:0 0 0 3px rgba(7,193,96,.08)}
.wxm-catalog-search .wxm-icon{width:15px;color:#8b95a4}
.wxm-catalog-search input{width:100%;height:100%;border:0;outline:0;background:transparent;padding:0 8px;font-size:11px;color:#263244}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.wxm-product-grid{gap:9px}
.wxm-product-card{border-radius:9px;border-color:#e1e6eb;box-shadow:0 1px 0 rgba(17,24,39,.015)}
.wxm-product-card:hover{transform:translateY(-1px);border-color:#b9c5cf;box-shadow:0 10px 25px rgba(20,31,46,.07)}
.wxm-product-card__head{padding-top:10px}
.wxm-product-card__footer{border-radius:0 0 9px 9px}

.wxm-assurance-strip{border-top:1px solid #e3e7eb;border-bottom:1px solid #e3e7eb;background:#fff}
.wxm-assurance-strip .wxm-shell>div+div{border-left-color:#edf0f3}

.wxm-home-keyword-hub{padding-top:34px;padding-bottom:34px;background:#fff;border-bottom:1px solid #e5e9ed}
.wxm-section-title--compact{margin-bottom:16px}
.wxm-section-title--compact>div>span{display:inline-block;margin-bottom:5px;font-size:10px;font-weight:800;letter-spacing:.08em;color:#078348;text-transform:uppercase}
.wxm-section-title--compact h2{font-size:24px;margin:0;color:#172033;letter-spacing:-.025em}
.wxm-section-title--compact p{max-width:760px;font-size:12px;color:#7a8494;margin-top:5px}
.wxm-keyword-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.wxm-keyword-card{padding:18px;border:1px solid #e2e7eb;border-radius:11px;background:linear-gradient(180deg,#fff,#fbfcfd);box-shadow:0 5px 18px rgba(20,31,46,.025)}
.wxm-keyword-card>span{font-size:10px;font-weight:800;color:#078348}
.wxm-keyword-card h3{font-size:17px;margin:5px 0 6px;color:#202b3d}
.wxm-keyword-card p{font-size:11px;color:#7b8594;line-height:1.7;margin:0 0 13px}
.wxm-keyword-card>div{display:flex;flex-wrap:wrap;gap:6px}
.wxm-keyword-card a{display:inline-flex;align-items:center;gap:4px;padding:6px 8px;border:1px solid #dce5e0;border-radius:7px;background:#f4faf6;color:#087b45;font-size:10px;font-weight:700}
.wxm-keyword-card a:hover{background:#eaf8f0;border-color:#bfe6d0}
.wxm-keyword-card a .wxm-icon{width:12px;height:12px}
.wxm-buying-facts{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #e3e7eb;border-radius:10px;background:#f8f9fb;overflow:hidden}
.wxm-buying-facts>div{padding:13px 16px;display:flex;flex-direction:column;gap:3px}
.wxm-buying-facts>div+div{border-left:1px solid #e3e7eb}
.wxm-buying-facts strong{font-size:11px;color:#344054}
.wxm-buying-facts span{font-size:10px;color:#8a93a1;line-height:1.55}

.wxm-footer__grid{grid-template-columns:1.5fr repeat(3,1fr)}
.wxm-footer__grid>div:nth-child(2) a{font-weight:600}

@media(max-width:1180px){
    .wxm-store-layout{grid-template-columns:196px minmax(0,1fr)}
    .wxm-catalog-search{width:230px}
}
@media(max-width:900px){
    .wxm-category-sidebar{position:static}
    .wxm-catalog-panel__head{align-items:flex-start}
    .wxm-keyword-grid{grid-template-columns:1fr}
    .wxm-buying-facts{grid-template-columns:1fr}
    .wxm-buying-facts>div+div{border-left:0;border-top:1px solid #e3e7eb}
}
@media(max-width:640px){
    .wxm-header__main{height:66px}
    .wxm-mobile-menu{top:66px}
    .wxm-catalog-brief__copy{align-items:flex-start}
    .wxm-catalog-brief__actions{display:grid;grid-template-columns:repeat(2,1fr);width:100%}
    .wxm-catalog-brief__stat{width:100%;min-width:0}
    .wxm-catalog-brief__actions>a{justify-content:center}
    .wxm-catalog-panel__head{display:block}
    .wxm-catalog-panel__actions{margin-top:9px;justify-content:stretch}
    .wxm-catalog-search{width:100%;flex:1}
    .wxm-catalog-panel__actions>a{padding:7px 6px}
    .wxm-section-title--compact h2{font-size:21px}
}

/* V5.4 — complete storefront: buying navigation, 9-article knowledge base and decision FAQ */
.wxm-section-title--clean{align-items:flex-end;margin-bottom:20px}
.wxm-section-kicker{display:inline-flex;align-items:center;gap:6px;margin-bottom:5px;color:#078348;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.wxm-section-title--clean h2{font-size:24px;line-height:1.25;letter-spacing:-.025em}
.wxm-section-title--clean p{max-width:720px;font-size:12px;line-height:1.7;color:#7b8494}
.wxm-section-title--clean>a{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border:1px solid #dfe6e2;border-radius:8px;background:#fff;color:#087c45}

/* Buying navigation */
.wxm-buying-navigation{background:#fff;border-bottom:1px solid #e5e9ed;padding:42px 0}
.wxm-buying-navigation__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.wxm-buying-navigation__card{min-height:196px;padding:20px;border:1px solid #e1e6eb;border-radius:12px;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;box-shadow:0 7px 22px rgba(20,31,46,.025);transition:.18s ease}
.wxm-buying-navigation__card:hover{transform:translateY(-1px);border-color:#cbd8d1;box-shadow:0 13px 32px rgba(20,31,46,.055)}
.wxm-buying-navigation__icon{width:42px;height:42px;border-radius:10px;background:#edf8f2;border:1px solid #d7eee1;color:#078348;display:grid;place-items:center}
.wxm-buying-navigation__icon .wxm-icon{width:20px;height:20px}
.wxm-buying-navigation__card h3{margin:1px 0 7px;font-size:17px;color:#202b3d}
.wxm-buying-navigation__card p{margin:0;color:#707b8b;font-size:12px;line-height:1.75}
.wxm-buying-navigation__card nav{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}
.wxm-buying-navigation__card nav a{display:inline-flex;align-items:center;gap:4px;min-height:30px;padding:0 9px;border:1px solid #dfe7e2;border-radius:7px;background:#f5faf7;color:#087b45;font-size:10px;font-weight:700}
.wxm-buying-navigation__card nav a:hover{background:#eaf7f0;border-color:#bfdfcd}
.wxm-buying-navigation__card nav .wxm-icon{width:12px;height:12px}

/* Purchase process */
.wxm-process-section{background:#f1f4f6;border-bottom:1px solid #e1e6ea;padding:42px 0}
.wxm-process-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid #dfe4e9;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 8px 26px rgba(20,31,46,.035)}
.wxm-process-list li{min-height:174px;padding:20px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;position:relative}
.wxm-process-list li+li{border-left:1px solid #e5e9ed}
.wxm-process-list li>span{width:34px;height:34px;border-radius:9px;background:#182433;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800}
.wxm-process-list h3{font-size:15px;margin:2px 0 7px;color:#202b3d}
.wxm-process-list p{font-size:11px;color:#7b8493;line-height:1.7;margin:0 0 13px}
.wxm-process-list a{display:inline-flex;align-items:center;gap:5px;color:#087b45;font-size:10px;font-weight:800}
.wxm-process-list a .wxm-icon{width:12px;height:12px}

/* Knowledge base */
.wxm-article-library{background:#fff;border-bottom:1px solid #e5e9ed;padding:46px 0}
.wxm-article-library__count{min-width:82px;height:36px;padding:0 12px;border:1px solid #dfe5e9;border-radius:8px;background:#f8fafb;color:#586273;display:grid;place-items:center;font-size:11px;font-weight:800}
.wxm-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.wxm-article-card{min-height:226px;padding:18px;border:1px solid #e1e6eb;border-radius:11px;background:#fff;display:flex;flex-direction:column;box-shadow:0 5px 18px rgba(20,31,46,.025);transition:.18s ease}
.wxm-article-card:hover{transform:translateY(-2px);border-color:#c9d4ce;box-shadow:0 14px 30px rgba(20,31,46,.065)}
.wxm-article-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.wxm-article-card__meta span{display:inline-flex;align-items:center;min-height:23px;padding:0 7px;border-radius:5px;background:#edf8f2;color:#087b45;font-size:9px;font-weight:800}
.wxm-article-card__meta time{font-size:9px;color:#9aa3af}
.wxm-article-card h3,.wxm-article-card h2{font-size:16px;line-height:1.5;margin:0 0 8px;color:#202a3b}
.wxm-article-card h3 a:hover,.wxm-article-card h2 a:hover{color:#087b45}
.wxm-article-card>p{font-size:11px;line-height:1.75;color:#7c8594;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.wxm-article-card footer{margin-top:auto;padding-top:12px;border-top:1px solid #edf0f3;display:flex;align-items:center;justify-content:space-between}
.wxm-article-card footer small{font-size:9px;color:#9aa2ae}
.wxm-article-card footer a{display:inline-flex;align-items:center;gap:4px;color:#087b45;font-size:10px;font-weight:800}
.wxm-article-card footer .wxm-icon{width:12px;height:12px}

/* Homepage FAQ */
.wxm-home-faq{padding:46px 0;background:#eef1f4}
.wxm-home-faq__layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:14px;align-items:start}
.wxm-home-faq__intro{position:sticky;top:16px;min-height:282px;padding:24px;border-radius:12px;background:linear-gradient(145deg,#172231 0%,#1e3441 100%);color:#fff;box-shadow:0 12px 35px rgba(20,31,46,.12)}
.wxm-home-faq__intro .wxm-section-kicker{color:#75dda5}
.wxm-home-faq__intro h2{font-size:25px;line-height:1.35;margin:5px 0 10px;letter-spacing:-.025em}
.wxm-home-faq__intro p{font-size:11px;color:#b8c3ce;line-height:1.8;margin:0 0 21px}
.wxm-home-faq__intro>div{display:flex;flex-direction:column;gap:8px}
.wxm-home-faq__intro a{min-height:37px;padding:0 11px;border:1px solid rgba(255,255,255,.13);border-radius:8px;display:flex;align-items:center;justify-content:space-between;color:#eaf1f5;font-size:11px;font-weight:700}
.wxm-home-faq__intro a:first-child{background:#07b95b;border-color:#07b95b;color:#fff}
.wxm-home-faq__intro a .wxm-icon{width:13px;height:13px}
.wxm-home-faq__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.wxm-home-faq__list details{border:1px solid #dfe4e9;border-radius:10px;background:#fff;overflow:hidden;min-height:58px}
.wxm-home-faq__list summary{list-style:none;cursor:pointer;min-height:58px;padding:12px 13px;display:grid;grid-template-columns:25px minmax(0,1fr) 18px;gap:9px;align-items:center}
.wxm-home-faq__list summary::-webkit-details-marker{display:none}
.wxm-home-faq__list summary>span{width:25px;height:25px;border-radius:6px;background:#f0f4f2;color:#087b45;display:grid;place-items:center;font-size:8px;font-weight:800}
.wxm-home-faq__list summary strong{font-size:11px;line-height:1.55;color:#344054}
.wxm-home-faq__list summary b{font-size:15px;font-weight:400;color:#929ba7;text-align:center;transition:.18s}
.wxm-home-faq__list details[open]{border-color:#bfdccc;box-shadow:0 7px 18px rgba(20,31,46,.035)}
.wxm-home-faq__list details[open] summary b{transform:rotate(45deg);color:#087b45}
.wxm-home-faq__list details>div{padding:0 13px 14px 47px}
.wxm-home-faq__list details p{margin:0;font-size:10px;line-height:1.75;color:#7b8493}

/* Article archive and article detail */
.wxm-library-page,.wxm-article-page{padding-bottom:52px}
.wxm-library-head{margin-bottom:18px;padding:22px 24px;border:1px solid #e0e5e9;border-radius:12px;background:#fff;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;box-shadow:0 6px 20px rgba(20,31,46,.03)}
.wxm-library-head h1{font-size:27px;margin:3px 0 5px;color:#172033;letter-spacing:-.03em}
.wxm-library-head p{max-width:760px;margin:0;color:#7d8695;font-size:12px}
.wxm-library-head>a{min-height:38px;padding:0 14px;border-radius:8px;background:#07b95b;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800;white-space:nowrap}
.wxm-article-grid--archive{margin-bottom:22px}
.wxm-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:14px;align-items:start}
.wxm-article-main{background:#fff;border:1px solid #e0e5e9;border-radius:12px;overflow:hidden;box-shadow:0 7px 24px rgba(20,31,46,.035)}
.wxm-article-header{padding:30px 34px 24px;border-bottom:1px solid #e8ebee;background:linear-gradient(180deg,#fff,#fbfcfd)}
.wxm-article-header__meta{display:flex;align-items:center;gap:11px;margin-bottom:11px}
.wxm-article-header__meta span{min-height:24px;padding:0 8px;border-radius:5px;background:#edf8f2;color:#087b45;display:grid;place-items:center;font-size:9px;font-weight:800}
.wxm-article-header__meta time,.wxm-article-header__meta small{font-size:10px;color:#939ca9}
.wxm-article-header h1{font-size:30px;line-height:1.35;margin:0;color:#172033;letter-spacing:-.03em}
.wxm-article-header>p{margin:11px 0 0;font-size:13px;line-height:1.8;color:#707a89}
.wxm-article-main .wxm-entry-content{padding:30px 34px;font-size:14px;line-height:1.9;color:#3b4658}
.wxm-article-main .wxm-entry-content h2{margin-top:32px;padding-top:4px;font-size:22px;color:#1c2637}
.wxm-article-main .wxm-entry-content h3{margin-top:24px;font-size:17px;color:#263143}
.wxm-article-main .wxm-entry-content a{color:#087b45;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.wxm-article-main .wxm-entry-content ul,.wxm-article-main .wxm-entry-content ol{padding-left:22px}
.wxm-article-main .wxm-entry-content blockquote{margin:22px 0;padding:15px 18px;border-left:3px solid #07b95b;background:#f3f8f5;color:#5d6876}
.wxm-article-disclaimer{margin:0 34px 30px;padding:15px;border:1px solid #dfe7e2;border-radius:9px;background:#f6faf8;display:flex;gap:10px;color:#687383}
.wxm-article-disclaimer .wxm-icon{width:18px;color:#087b45;margin-top:2px}
.wxm-article-disclaimer p{font-size:10px;line-height:1.7;margin:0}
.wxm-article-sidebar{position:sticky;top:16px;display:grid;gap:10px}
.wxm-article-sidebar section{padding:16px;border:1px solid #e0e5e9;border-radius:11px;background:#fff;box-shadow:0 5px 18px rgba(20,31,46,.025)}
.wxm-article-sidebar h2{font-size:14px;margin:0 0 11px;color:#263143}
.wxm-article-sidebar section:first-child>a{min-height:37px;border-top:1px solid #edf0f3;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#596474}
.wxm-article-sidebar section:first-child>a:first-of-type{border-top:0}
.wxm-article-sidebar section:first-child>a:hover{color:#087b45}
.wxm-article-sidebar section:first-child>a .wxm-icon{width:13px;height:13px}
.wxm-article-sidebar__help{background:linear-gradient(180deg,#f7fbf9,#fff)!important}
.wxm-article-sidebar__help>span{width:37px;height:37px;border-radius:9px;background:#e9f7ef;color:#087b45;display:grid;place-items:center;margin-bottom:10px}
.wxm-article-sidebar__help>span .wxm-icon{width:19px}
.wxm-article-sidebar__help ul{margin:0 0 13px;padding-left:18px;color:#747e8d;font-size:10px;line-height:1.85}
.wxm-article-sidebar__help>a{min-height:35px;border-radius:7px;background:#182433;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:800}

/* Footer refinement */
.wxm-footer__grid{grid-template-columns:1.55fr repeat(4,minmax(0,.85fr));gap:32px}
.wxm-footer__contact{margin-top:16px;display:flex;flex-direction:column;align-items:flex-start;gap:3px}
.wxm-footer__contact>span{font-size:9px!important;color:#6f7b89!important;text-transform:uppercase;letter-spacing:.09em}
.wxm-footer__contact>a{font-size:11px!important;color:#dce5ec!important}
.wxm-footer__contact>small{font-size:9px;color:#75818f}
.wxm-footer__more{margin-top:3px;color:#68d596!important;font-weight:700}
.wxm-footer__bottom>div{display:flex;align-items:center;gap:16px}
.wxm-footer__bottom a:hover{color:#72dea1}

@media(max-width:1100px){
    .wxm-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .wxm-process-list{grid-template-columns:repeat(2,minmax(0,1fr))}
    .wxm-process-list li:nth-child(3){border-left:0;border-top:1px solid #e5e9ed}
    .wxm-process-list li:nth-child(4){border-top:1px solid #e5e9ed}
    .wxm-footer__grid{grid-template-columns:1.5fr repeat(2,1fr)}
    .wxm-footer__brand{grid-row:span 2}
}
@media(max-width:900px){
    .wxm-buying-navigation__grid{grid-template-columns:1fr}
    .wxm-home-faq__layout{grid-template-columns:1fr}
    .wxm-home-faq__intro{position:static;min-height:0}
    .wxm-article-layout{grid-template-columns:1fr}
    .wxm-article-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
    .wxm-section-title--clean{align-items:flex-start}
    .wxm-section-title--clean h2{font-size:21px}
    .wxm-section-title--clean>a{display:none}
    .wxm-buying-navigation,.wxm-process-section,.wxm-article-library,.wxm-home-faq{padding:30px 0}
    .wxm-buying-navigation__card{grid-template-columns:36px minmax(0,1fr);padding:15px;min-height:0}
    .wxm-buying-navigation__icon{width:36px;height:36px}
    .wxm-process-list{grid-template-columns:1fr}
    .wxm-process-list li{min-height:0;padding:16px}
    .wxm-process-list li+li{border-left:0;border-top:1px solid #e5e9ed}
    .wxm-article-grid{grid-template-columns:1fr}
    .wxm-article-card{min-height:0}
    .wxm-home-faq__list{grid-template-columns:1fr}
    .wxm-library-head{display:block;padding:18px}
    .wxm-library-head h1{font-size:23px}
    .wxm-library-head>a{margin-top:14px}
    .wxm-article-header{padding:22px 19px 18px}
    .wxm-article-header h1{font-size:24px}
    .wxm-article-main .wxm-entry-content{padding:21px 19px;font-size:13px}
    .wxm-article-disclaimer{margin:0 19px 22px}
    .wxm-article-sidebar{grid-template-columns:1fr}
    .wxm-footer__grid{grid-template-columns:1fr 1fr}
    .wxm-footer__brand{grid-column:1/-1;grid-row:auto}
    .wxm-footer__bottom{display:block}
    .wxm-footer__bottom>div{margin-top:7px;flex-wrap:wrap}
}

/* Plugin article-library shortcode */
.dyb-article-library__intro{margin-bottom:18px;padding:15px 17px;border:1px solid #dfe6e2;border-radius:9px;background:#f6faf8}
.dyb-article-library__intro strong{display:block;font-size:14px;color:#263143}
.dyb-article-library__intro p{margin:4px 0 0;font-size:11px;color:#76808f}
.dyb-article-library__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.dyb-article-library__grid article{padding:17px!important;border:1px solid #e1e6eb!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important}
.dyb-article-library__grid article>div time{font-size:9px;color:#99a2af}
.dyb-article-library__grid h2{font-size:16px!important;line-height:1.5;margin:6px 0 7px!important}
.dyb-article-library__grid h2 a:hover{color:#087b45}
.dyb-article-library__grid p{margin:0 0 12px;font-size:11px;line-height:1.75;color:#778190}
.dyb-article-library__grid article>a{font-size:10px;font-weight:800;color:#087b45}
.dyb-article-library-empty{padding:18px;border:1px solid #e1e6eb;border-radius:9px;background:#fff;color:#7b8493}
@media(max-width:640px){.dyb-article-library__grid{grid-template-columns:1fr}}


/* V5.5 — six products per home page, aligned catalog columns and compact pagination */
@media(min-width:901px){
    .wxm-home .wxm-store-layout{align-items:stretch}
    .wxm-home .wxm-category-sidebar{
        position:relative;
        top:auto;
        height:100%;
        min-height:100%;
        display:flex;
        flex-direction:column;
    }
    .wxm-home .wxm-category-sidebar__nav{flex:1}
    .wxm-home .wxm-category-sidebar__help{margin-top:auto}
    .wxm-home .wxm-store-main{display:flex;flex-direction:column;min-height:100%}
    .wxm-home .wxm-catalog-panel{flex:1;display:flex;flex-direction:column}
    .wxm-home .wxm-product-grid{align-content:start}
}
.wxm-home-pagination{margin-top:14px;padding-top:13px;border-top:1px solid #edf0f3}
.wxm-home-pagination .nav-links{margin-top:0;align-items:center}
.wxm-home-pagination .page-numbers{min-width:36px;height:36px;border-radius:8px;border-color:#dfe5ea;color:#4d596a;font-weight:700;background:#fff;box-shadow:0 1px 2px rgba(17,24,39,.025)}
.wxm-home-pagination a.page-numbers:hover{border-color:#93d9b4;color:#087d46;background:#f1fbf6}
.wxm-home-pagination .page-numbers.current{background:#07c160;border-color:#07c160;color:#fff;box-shadow:0 5px 13px rgba(7,193,96,.18)}
.wxm-home-pagination .prev,.wxm-home-pagination .next{padding:0 15px;white-space:nowrap}
@media(max-width:640px){
    .wxm-home-pagination .nav-links{gap:4px}
    .wxm-home-pagination .page-numbers{min-width:32px;height:32px;padding:0 8px;font-size:11px}
    .wxm-home-pagination .prev,.wxm-home-pagination .next{padding:0 10px}
}

/* =========================================================
   V6.0 舒适版首页
   参考简洁商品站的信息层级，保留原主题结账与文章模板能力。
   ========================================================= */
:root{
    --comfort-green:#10b965;
    --comfort-green-dark:#078b49;
    --comfort-green-pale:#eefaf4;
    --comfort-ink:#0d1728;
    --comfort-text:#4f5d70;
    --comfort-muted:#7d8998;
    --comfort-line:#e6ece9;
    --comfort-bg:#f6f9f7;
    --comfort-card:#ffffff;
    --comfort-shadow:0 18px 55px rgba(22,54,40,.08);
}
body.wxm-site{background:var(--comfort-bg);color:var(--comfort-text)}
body.admin-bar .wxm-comfort-header{top:32px}
.wxm-comfort-header{
    position:sticky;
    top:0;
    z-index:80;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid rgba(222,232,227,.9);
    backdrop-filter:blur(18px);
}
.wxm-comfort-header__inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.wxm-comfort-brand{min-width:230px;gap:11px}
.wxm-comfort-brand__mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#19cf76,#079d53);color:#fff;font-size:20px;font-weight:900;box-shadow:0 9px 25px rgba(10,173,91,.22)}
.wxm-comfort-brand__copy{display:flex;flex-direction:column;line-height:1.2}
.wxm-comfort-brand__copy strong{font-size:17px;color:var(--comfort-ink);letter-spacing:-.02em}
.wxm-comfort-brand__copy small{margin-top:4px;font-size:10px;color:#96a09b;letter-spacing:.08em}
.wxm-comfort-brand .custom-logo{max-height:48px;width:auto}
.wxm-comfort-nav{display:flex;align-items:center;justify-content:center;gap:33px;margin-left:auto}
.wxm-comfort-nav a{position:relative;padding:26px 0 24px;color:#3c4859;font-size:13px;font-weight:650;white-space:nowrap}
.wxm-comfort-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:17px;height:2px;border-radius:4px;background:var(--comfort-green);transition:.2s}
.wxm-comfort-nav a:hover{color:var(--comfort-green-dark)}
.wxm-comfort-nav a:hover:after{left:0;right:0}
.wxm-comfort-header__actions{display:flex;align-items:center;gap:8px}
.wxm-comfort-header__button{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 20px;border-radius:9px;background:var(--comfort-green);color:#fff!important;font-size:12px;font-weight:750;box-shadow:0 9px 22px rgba(16,185,101,.2)}
.wxm-comfort-header__button:hover{background:var(--comfort-green-dark);transform:translateY(-1px)}
.wxm-comfort-menu-toggle{display:none;border:1px solid var(--comfort-line);border-radius:9px;background:#fff;color:var(--comfort-ink)}
.wxm-comfort-mobile-menu{top:74px;padding:12px;background:#fff;border-top:1px solid var(--comfort-line);box-shadow:0 15px 30px rgba(15,33,24,.1)}
.wxm-comfort-mobile-menu a{display:block;padding:12px 14px;border-radius:8px;color:#334155;font-weight:650}
.wxm-comfort-mobile-menu a:hover{background:var(--comfort-green-pale);color:var(--comfort-green-dark)}

.wxm-comfort-home{overflow:hidden}
.wxm-comfort-hero{padding:54px 0 48px;background:radial-gradient(circle at 80% 28%,rgba(24,200,113,.12),transparent 28%),linear-gradient(180deg,#fff 0%,#f8fbf9 100%)}
.wxm-comfort-hero__inner{min-height:460px;display:grid;grid-template-columns:minmax(0,1.17fr) minmax(360px,.83fr);align-items:center;gap:52px;padding:54px 58px;border:1px solid rgba(223,232,227,.92);border-radius:26px;background:linear-gradient(115deg,#fff 0%,#fff 60%,#effbf5 100%);box-shadow:var(--comfort-shadow);position:relative;overflow:hidden}
.wxm-comfort-hero__inner:before{content:"";position:absolute;width:360px;height:360px;right:-165px;top:-190px;border-radius:50%;border:78px solid rgba(16,185,101,.045)}
.wxm-comfort-hero__copy{position:relative;z-index:2;max-width:720px}
.wxm-comfort-eyebrow{display:inline-flex;align-items:center;min-height:30px;padding:0 13px;border-radius:999px;background:#eaf9f1;color:#078a49;font-size:11px;font-weight:750;letter-spacing:.02em}
.wxm-comfort-hero h1{margin:20px 0 16px;color:var(--comfort-ink);font-size:48px;line-height:1.14;letter-spacing:-.055em;max-width:720px}
.wxm-comfort-hero__copy>p{max-width:690px;margin:0;color:#607084;font-size:15px;line-height:1.9}
.wxm-comfort-hero__actions{display:flex;align-items:center;gap:12px;margin-top:27px}
.wxm-comfort-hero__actions a{height:48px;padding:0 21px;border:1px solid #d9e6df;border-radius:10px;background:#fff;color:#324255;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:750;font-size:13px;transition:.2s}
.wxm-comfort-hero__actions a:hover{border-color:#a9ddc2;color:var(--comfort-green-dark);transform:translateY(-1px)}
.wxm-comfort-hero__actions a.is-primary{background:var(--comfort-green);border-color:var(--comfort-green);color:#fff;box-shadow:0 12px 25px rgba(16,185,101,.22)}
.wxm-comfort-hero__actions a.is-primary:hover{background:var(--comfort-green-dark);color:#fff}
.wxm-comfort-hero__actions .wxm-icon{width:16px}
.wxm-comfort-hero__facts{list-style:none;margin:34px 0 0;padding:23px 0 0;border-top:1px solid #edf1ef;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.wxm-comfort-hero__facts li{display:flex;align-items:center;gap:9px;min-width:0}
.wxm-comfort-hero__facts>.wxm-icon,.wxm-comfort-hero__facts li>.wxm-icon{width:22px;height:22px;color:var(--comfort-green);padding:3px;border-radius:6px;background:#edf9f3}
.wxm-comfort-hero__facts span{display:flex;flex-direction:column;min-width:0;line-height:1.35}
.wxm-comfort-hero__facts strong{font-size:12px;color:#233144}
.wxm-comfort-hero__facts small{margin-top:3px;font-size:9px;color:#8b969f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wxm-comfort-hero__visual{min-height:360px;position:relative;display:grid;place-items:center}
.wxm-comfort-logo-card{position:relative;z-index:3;width:178px;height:178px;border-radius:38px;background:linear-gradient(145deg,#14c76e,#087f45);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 28px 55px rgba(9,142,76,.28);transform:rotate(-6deg)}
.wxm-comfort-logo-card span{font-size:52px;line-height:1;font-weight:900;letter-spacing:-.06em}
.wxm-comfort-logo-card small{font-size:11px;margin-top:14px;letter-spacing:.12em}
.wxm-comfort-orbit{position:absolute;border:1px dashed rgba(16,185,101,.28);border-radius:50%}
.wxm-comfort-orbit--one{width:300px;height:300px}
.wxm-comfort-orbit--two{width:390px;height:390px}
.wxm-comfort-float{position:absolute;z-index:5;display:inline-flex;align-items:center;min-height:39px;padding:0 13px;border:1px solid #e7edea;border-radius:10px;background:rgba(255,255,255,.96);box-shadow:0 12px 28px rgba(28,58,44,.11);color:#314153;font-size:11px;font-weight:700;white-space:nowrap}
.wxm-comfort-float--top{left:4%;top:18%}
.wxm-comfort-float--right{right:0;top:39%}
.wxm-comfort-float--bottom{right:8%;bottom:13%}

.wxm-comfort-products{padding:76px 0 70px;background:#f7faf8;scroll-margin-top:90px}
.wxm-comfort-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:25px}
.wxm-comfort-section-head>div>span,.wxm-comfort-faq__intro>span{display:inline-flex;margin-bottom:7px;color:var(--comfort-green-dark);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.wxm-comfort-section-head h2{margin:0;color:var(--comfort-ink);font-size:30px;line-height:1.25;letter-spacing:-.035em}
.wxm-comfort-section-head p{margin:8px 0 0;color:#7a8794;font-size:12px}
.wxm-comfort-section-head>a{display:inline-flex;align-items:center;gap:7px;color:#3d4b5e;font-size:12px;font-weight:750;white-space:nowrap}
.wxm-comfort-section-head>a:hover{color:var(--comfort-green-dark)}
.wxm-comfort-section-head>a .wxm-icon{width:15px}
.wxm-comfort-category-tabs{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:2px 1px 14px;scrollbar-width:none}
.wxm-comfort-category-tabs::-webkit-scrollbar{display:none}
.wxm-comfort-category-tabs a{flex:0 0 auto;display:inline-flex;align-items:center;height:35px;padding:0 15px;border:1px solid #e1e8e4;border-radius:999px;background:#fff;color:#566476;font-size:11px;font-weight:700}
.wxm-comfort-category-tabs a:first-child,.wxm-comfort-category-tabs a:hover{background:var(--comfort-green);border-color:var(--comfort-green);color:#fff;box-shadow:0 8px 18px rgba(16,185,101,.15)}
.wxm-comfort-admin-note{margin:0 0 18px;padding:12px 15px;border:1px solid #f0d889;border-radius:9px;background:#fff9df;color:#775d09;font-size:11px}
.wxm-comfort-product-groups{display:flex;flex-direction:column;gap:38px}
.wxm-comfort-product-group{scroll-margin-top:96px}
.wxm-comfort-product-group>header{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}
.wxm-comfort-product-group>header h3{margin:0;color:#182436;font-size:19px;line-height:1.2}
.wxm-comfort-product-group>header p{margin:4px 0 0;color:#8b959f;font-size:10px}
.wxm-comfort-product-group>header>a{font-size:10px;font-weight:700;color:#708071}
.wxm-comfort-product-group>header>a:hover{color:var(--comfort-green-dark)}
.wxm-comfort-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.wxm-comfort-product-card{min-width:0;border:1px solid #e3eae6;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 4px 17px rgba(22,54,40,.035);transition:.22s}
.wxm-comfort-product-card:hover{transform:translateY(-4px);border-color:#bddfcd;box-shadow:0 18px 36px rgba(22,76,50,.09)}
.wxm-comfort-product-card.is-draft{border-style:dashed}
.wxm-comfort-product-card__visual{height:126px;position:relative;display:grid;place-items:center;background:linear-gradient(145deg,#eaf9f1,#f8fbf9);overflow:hidden}
.wxm-comfort-product-card__visual img{width:100%;height:100%;object-fit:cover;transition:.3s}
.wxm-comfort-product-card:hover .wxm-comfort-product-card__visual img{transform:scale(1.035)}
.wxm-comfort-product-card__visual>span{width:58px;height:58px;border-radius:17px;background:linear-gradient(145deg,#16c970,#078d4b);color:#fff;display:grid;place-items:center;font-size:29px;font-weight:900;box-shadow:0 12px 24px rgba(16,185,101,.2)}
.wxm-comfort-product-card__visual>b{position:absolute;left:10px;top:10px;max-width:calc(100% - 20px);padding:4px 8px;border-radius:999px;background:rgba(255,255,255,.94);color:#087e45;font-size:9px;font-weight:800;box-shadow:0 5px 12px rgba(34,63,49,.08);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wxm-comfort-product-card__body{padding:14px}
.wxm-comfort-product-card h4{margin:0;min-height:42px;color:#172335;font-size:14px;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.wxm-comfort-product-card h4 a:hover{color:var(--comfort-green-dark)}
.wxm-comfort-product-card__body>ul{list-style:none;margin:11px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:6px}
.wxm-comfort-product-card__body>ul li{max-width:100%;padding:4px 7px;border-radius:5px;background:#f4f7f5;color:#748076;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wxm-comfort-product-card__delivery{height:31px;margin-top:11px;padding:0 9px;border-radius:7px;background:#effaf4;color:#25835a;display:flex;align-items:center;gap:6px;font-size:9px;white-space:nowrap;overflow:hidden}
.wxm-comfort-product-card__delivery .wxm-icon{width:13px}
.wxm-comfort-product-card__delivery span{overflow:hidden;text-overflow:ellipsis}
.wxm-comfort-product-card footer{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:13px;padding-top:12px;border-top:1px solid #edf1ef}
.wxm-comfort-product-card footer>div{display:flex;flex-direction:column;line-height:1}
.wxm-comfort-product-card footer small{font-size:9px;color:#9aa39e;margin-bottom:5px}
.wxm-comfort-product-card footer strong{display:flex;align-items:baseline;color:#ef4d40;font-size:21px;font-weight:850;letter-spacing:-.04em}
.wxm-comfort-product-card footer .dyb-price-currency{font-size:12px;margin-right:2px}
.wxm-comfort-product-card footer .dyb-price-text{font-size:13px;letter-spacing:0}
.wxm-comfort-product-card footer>a{height:32px;padding:0 11px;border-radius:7px;background:#111827;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;white-space:nowrap}
.wxm-comfort-product-card footer>a:hover{background:var(--comfort-green-dark)}
.wxm-comfort-product-card__stock{display:flex;align-items:center;gap:6px;margin:9px 0 0;color:#88948c;font-size:9px}
.wxm-comfort-product-card__stock i{width:6px;height:6px;border-radius:50%;background:var(--comfort-green);box-shadow:0 0 0 3px rgba(16,185,101,.1)}
.wxm-comfort-empty{padding:65px 20px;border:1px dashed #dbe5df;border-radius:16px;background:#fff;text-align:center}
.wxm-comfort-empty>span{width:64px;height:64px;margin:0 auto 16px;border-radius:18px;background:var(--comfort-green);color:#fff;display:grid;place-items:center;font-size:29px;font-weight:900}
.wxm-comfort-empty h3{margin:0;color:#1c293a;font-size:19px}
.wxm-comfort-empty p{margin:7px 0 14px;color:#87928c;font-size:11px}
.wxm-comfort-empty a{display:inline-flex;padding:8px 13px;border-radius:7px;background:#111827;color:#fff;font-size:11px}

.wxm-comfort-trust{background:#fff;border-top:1px solid #e8eeeb;border-bottom:1px solid #e8eeeb}
.wxm-comfort-trust .wxm-shell{display:grid;grid-template-columns:repeat(4,1fr)}
.wxm-comfort-trust article{min-height:110px;padding:25px 22px;display:flex;align-items:center;gap:13px;border-right:1px solid #e8eeeb}
.wxm-comfort-trust article:last-child{border-right:0}
.wxm-comfort-trust article>.wxm-icon{width:28px;height:28px;color:var(--comfort-green)}
.wxm-comfort-trust h3{margin:0;color:#243043;font-size:13px}
.wxm-comfort-trust p{margin:4px 0 0;color:#8b959f;font-size:10px;line-height:1.55}

.wxm-comfort-guides{padding:76px 0;background:#fff;scroll-margin-top:90px}
.wxm-comfort-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.wxm-comfort-guide-card{min-height:225px;padding:20px;border:1px solid #e3eae6;border-radius:14px;background:#fff;display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;transition:.2s}
.wxm-comfort-guide-card:hover{transform:translateY(-3px);border-color:#bddfcd;box-shadow:0 16px 34px rgba(26,72,50,.08)}
.wxm-comfort-guide-card__number{width:42px;height:42px;border-radius:11px;background:var(--comfort-green-pale);color:var(--comfort-green-dark);display:grid;place-items:center;font-size:12px;font-weight:850}
.wxm-comfort-guide-card__content{display:flex;flex-direction:column;min-width:0}
.wxm-comfort-guide-card__content>span{color:#83908a;font-size:9px;font-weight:700;letter-spacing:.03em}
.wxm-comfort-guide-card h3{margin:8px 0 8px;color:#182436;font-size:15px;line-height:1.52;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.wxm-comfort-guide-card h3 a:hover{color:var(--comfort-green-dark)}
.wxm-comfort-guide-card p{margin:0;color:#7b8791;font-size:10px;line-height:1.75;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.wxm-comfort-guide-card__content>a{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:15px;color:#374558;font-size:10px;font-weight:750}
.wxm-comfort-guide-card__content>a:hover{color:var(--comfort-green-dark)}
.wxm-comfort-guide-card__content>a .wxm-icon{width:13px}

.wxm-comfort-faq{padding:76px 0;background:#f7faf8;scroll-margin-top:90px}
.wxm-comfort-faq__layout{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:70px;align-items:start}
.wxm-comfort-faq__intro{position:sticky;top:110px}
.wxm-comfort-faq__intro h2{margin:0;color:var(--comfort-ink);font-size:31px;line-height:1.28;letter-spacing:-.035em}
.wxm-comfort-faq__intro p{margin:14px 0 22px;color:#77848f;font-size:12px;line-height:1.8}
.wxm-comfort-faq__intro a{display:inline-flex;padding:11px 16px;border-radius:8px;background:var(--comfort-green);color:#fff;font-size:11px;font-weight:750}
.wxm-comfort-faq__items{border-top:1px solid #dde6e1}
.wxm-comfort-faq details{border-bottom:1px solid #dde6e1}
.wxm-comfort-faq summary{min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;cursor:pointer;color:#253247;font-size:13px;font-weight:750}
.wxm-comfort-faq summary::-webkit-details-marker{display:none}
.wxm-comfort-faq summary b{font-size:19px;font-weight:400;color:#7e8b84;transition:.2s}
.wxm-comfort-faq details[open] summary b{transform:rotate(45deg);color:var(--comfort-green-dark)}
.wxm-comfort-faq details p{margin:-2px 0 20px;padding-right:45px;color:#738079;font-size:11px;line-height:1.8}

.wxm-comfort-cta{padding:0 0 76px;background:#f7faf8}
.wxm-comfort-cta .wxm-shell{min-height:190px;padding:35px 42px;border-radius:20px;background:linear-gradient(120deg,#10241b,#153a2b 64%,#0a6940);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px;box-shadow:0 22px 45px rgba(15,62,40,.15)}
.wxm-comfort-cta span{color:#7fe1ae;font-size:10px;font-weight:750;letter-spacing:.1em}
.wxm-comfort-cta h2{margin:7px 0 7px;font-size:27px;line-height:1.2}
.wxm-comfort-cta p{margin:0;color:#b7c8bf;font-size:11px}
.wxm-comfort-cta a{height:47px;padding:0 21px;border-radius:9px;background:#fff;color:#173526;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;white-space:nowrap}
.wxm-comfort-cta a:hover{transform:translateY(-2px)}
.wxm-comfort-cta .wxm-icon{width:15px}

.wxm-comfort-footer{background:#0f1713;color:#99a69f}
.wxm-comfort-footer__grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:55px;padding:54px 0 42px}
.wxm-comfort-footer__logo{display:flex;align-items:center;gap:9px;color:#fff}
.wxm-comfort-footer__logo span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--comfort-green);font-size:17px;font-weight:900}
.wxm-comfort-footer__logo strong{font-size:16px}
.wxm-comfort-footer__brand p{max-width:420px;margin:15px 0 10px;font-size:10px;line-height:1.85;color:#85928b}
.wxm-comfort-footer__brand small{font-size:9px;color:#6f7b75}
.wxm-comfort-footer__grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.wxm-comfort-footer h3{margin:4px 0 8px;color:#fff;font-size:12px}
.wxm-comfort-footer__grid a{font-size:10px;color:#8e9b94}
.wxm-comfort-footer__grid a:hover{color:#7ce0ad}
.wxm-comfort-footer__bottom{min-height:58px;border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;gap:25px;color:#68746e;font-size:9px}
.wxm-comfort-footer__bottom p{margin:0}
.wxm-comfort-footer__bottom>div{display:flex;gap:16px}
.wxm-comfort-footer__bottom a:hover{color:#fff}

/* 非首页继续使用原商品详情能力，但统一简洁页头页脚间距 */
body:not(.wxm-home) .wxm-comfort-header{position:sticky}
body:not(.wxm-home) .wxm-breadcrumb{padding-top:6px}

@media(max-width:1180px){
    .wxm-comfort-nav{gap:22px}
    .wxm-comfort-hero__inner{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);padding:48px 44px}
    .wxm-comfort-hero h1{font-size:42px}
    .wxm-comfort-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:960px){
    body.admin-bar .wxm-comfort-header{top:46px}
    .wxm-comfort-header__inner{height:66px}
    .wxm-comfort-brand{min-width:auto}
    .wxm-comfort-nav,.wxm-comfort-header__button{display:none}
    .wxm-comfort-menu-toggle{display:grid;place-items:center}
    .wxm-comfort-mobile-menu{top:66px}
    .wxm-comfort-hero{padding:28px 0 36px}
    .wxm-comfort-hero__inner{grid-template-columns:1fr;gap:15px;min-height:auto;padding:42px;border-radius:20px}
    .wxm-comfort-hero__visual{min-height:285px}
    .wxm-comfort-logo-card{width:150px;height:150px;border-radius:32px}
    .wxm-comfort-orbit--one{width:255px;height:255px}.wxm-comfort-orbit--two{width:330px;height:330px}
    .wxm-comfort-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .wxm-comfort-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .wxm-comfort-trust .wxm-shell{grid-template-columns:repeat(2,1fr)}
    .wxm-comfort-trust article:nth-child(2){border-right:0}
    .wxm-comfort-trust article:nth-child(-n+2){border-bottom:1px solid #e8eeeb}
    .wxm-comfort-faq__layout{grid-template-columns:1fr;gap:30px}
    .wxm-comfort-faq__intro{position:static;max-width:660px}
    .wxm-comfort-footer__grid{grid-template-columns:1.35fr 1fr 1fr;gap:35px}
    .wxm-comfort-footer__grid>div:last-child{grid-column:2/4}
}
@media(max-width:640px){
    body.admin-bar .wxm-comfort-header{top:0}
    .wxm-comfort-header__inner{height:60px}
    .wxm-comfort-brand__mark{width:37px;height:37px;font-size:17px}
    .wxm-comfort-brand__copy strong{font-size:14px}.wxm-comfort-brand__copy small{font-size:8px}
    .wxm-comfort-mobile-menu{top:60px}
    .wxm-comfort-hero{padding:15px 0 28px}
    .wxm-comfort-hero__inner{padding:29px 22px 24px;border-radius:16px}
    .wxm-comfort-eyebrow{font-size:9px;padding:0 10px}
    .wxm-comfort-hero h1{font-size:31px;margin:15px 0 12px}
    .wxm-comfort-hero__copy>p{font-size:12px;line-height:1.75}
    .wxm-comfort-hero__actions{align-items:stretch;flex-direction:column;margin-top:20px}
    .wxm-comfort-hero__actions a{height:43px;width:100%}
    .wxm-comfort-hero__facts{grid-template-columns:1fr;gap:11px;margin-top:22px;padding-top:19px}
    .wxm-comfort-hero__facts small{white-space:normal}
    .wxm-comfort-hero__visual{min-height:230px}
    .wxm-comfort-logo-card{width:118px;height:118px;border-radius:27px}.wxm-comfort-logo-card span{font-size:39px}.wxm-comfort-logo-card small{font-size:8px}
    .wxm-comfort-orbit--one{width:190px;height:190px}.wxm-comfort-orbit--two{width:245px;height:245px}
    .wxm-comfort-float{min-height:31px;padding:0 9px;font-size:8px}.wxm-comfort-float--top{left:0}.wxm-comfort-float--right{right:-5px}.wxm-comfort-float--bottom{right:0}
    .wxm-comfort-products,.wxm-comfort-guides,.wxm-comfort-faq{padding:48px 0}
    .wxm-comfort-section-head{align-items:flex-start;flex-direction:column;gap:10px;margin-bottom:20px}
    .wxm-comfort-section-head h2,.wxm-comfort-faq__intro h2{font-size:24px}
    .wxm-comfort-section-head p{font-size:10px;line-height:1.65}
    .wxm-comfort-product-groups{gap:30px}
    .wxm-comfort-product-grid{grid-template-columns:1fr;gap:12px}
    .wxm-comfort-product-card{display:grid;grid-template-columns:105px minmax(0,1fr)}
    .wxm-comfort-product-card__visual{height:100%;min-height:190px}
    .wxm-comfort-product-card__visual>span{width:48px;height:48px;font-size:23px}
    .wxm-comfort-product-card__visual>b{left:7px;top:7px;right:7px;text-align:center}
    .wxm-comfort-product-card__body{padding:12px}
    .wxm-comfort-product-card h4{font-size:13px;min-height:auto}
    .wxm-comfort-product-card footer strong{font-size:18px}
    .wxm-comfort-product-card footer>a{padding:0 8px}
    .wxm-comfort-trust article{min-height:92px;padding:18px 12px;gap:9px}
    .wxm-comfort-trust article>.wxm-icon{width:22px}.wxm-comfort-trust p{display:none}
    .wxm-comfort-guide-grid{grid-template-columns:1fr}
    .wxm-comfort-guide-card{min-height:190px;padding:16px;grid-template-columns:36px minmax(0,1fr)}
    .wxm-comfort-guide-card__number{width:36px;height:36px}
    .wxm-comfort-faq details p{padding-right:0}
    .wxm-comfort-cta{padding-bottom:48px}
    .wxm-comfort-cta .wxm-shell{min-height:0;padding:28px 22px;display:block;border-radius:15px}
    .wxm-comfort-cta h2{font-size:22px}.wxm-comfort-cta a{margin-top:20px;width:100%;justify-content:center}
    .wxm-comfort-footer__grid{grid-template-columns:1fr 1fr;gap:30px 18px;padding:38px 0 30px}
    .wxm-comfort-footer__brand{grid-column:1/-1}
    .wxm-comfort-footer__grid>div:last-child{grid-column:auto}
    .wxm-comfort-footer__bottom{align-items:flex-start;flex-direction:column;padding:14px 0}
}

/* DBWIXI style homepage v6.1 */
:root{--db-green:#22c55e;--db-orange:#ff5a17;--db-text:#132033;--db-muted:#64748b;--db-line:#e6edf5;--db-bg:#f6f7f9;--db-card:#fff;--db-shadow:0 10px 35px rgba(15,23,42,.06)}
html{scroll-behavior:smooth}.wxm-db-body{background:var(--db-bg)!important;color:var(--db-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif}.wxm-db-shell{width:min(1200px,calc(100% - 40px));margin:0 auto}.wxm-db-header{height:88px;background:#fff;border-bottom:1px solid #e9eef4;display:flex;align-items:center;position:sticky;top:0;z-index:90}.admin-bar .wxm-db-header{top:32px}.wxm-db-header__inner{height:88px;display:flex;align-items:center;justify-content:space-between}.wxm-db-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#111827}.wxm-db-brand strong{font-size:26px;letter-spacing:-.02em;font-weight:900}.wxm-db-brand__mark{width:38px;height:38px;border-radius:999px;background:#23c552;position:relative;display:inline-block;box-shadow:0 8px 20px rgba(34,197,94,.25)}.wxm-db-brand__mark:before,.wxm-db-brand__mark:after{content:"";position:absolute;background:#fff;border-radius:50%}.wxm-db-brand__mark:before{width:19px;height:15px;left:7px;top:10px}.wxm-db-brand__mark:after{width:16px;height:13px;right:6px;bottom:8px}.wxm-db-brand__mark i,.wxm-db-brand__mark b{position:absolute;z-index:2;width:4px;height:4px;border-radius:50%;background:#23c552}.wxm-db-brand__mark i{left:13px;top:15px;box-shadow:7px 0 0 #23c552}.wxm-db-brand__mark b{right:10px;bottom:13px;box-shadow:6px 0 0 #23c552}.wxm-db-nav{display:flex;align-items:center;gap:48px}.wxm-db-nav a{color:#334155;text-decoration:none;font-size:16px;font-weight:800}.wxm-db-nav a:hover{color:var(--db-orange)}.wxm-db-menu-toggle{display:none;border:0;background:#f1f5f9;border-radius:10px;width:42px;height:42px;color:#0f172a}.wxm-db-mobile-menu{padding:10px 20px;background:#fff;border-bottom:1px solid var(--db-line)}.wxm-db-mobile-menu a{display:block;padding:12px 0;color:#111827;text-decoration:none;font-weight:700}.wxm-db-hero{background:linear-gradient(180deg,#f8fafc 0%,#f3f5f8 100%);min-height:256px;display:flex;align-items:center;text-align:center;border-bottom:1px solid #eff3f7}.wxm-db-hero h1{margin:0;font-size:40px;line-height:1.2;font-weight:950;letter-spacing:-.05em;color:#14213a}.wxm-db-hero p{margin:28px auto 0;max-width:720px;font-size:18px;line-height:1.9;color:#5f6f84;font-weight:700}.wxm-db-products{padding:48px 0 58px;background:#f7f7f8}.wxm-db-tabs{background:#fff;border:1px solid #e7edf4;border-radius:14px;min-height:88px;display:flex;align-items:center;gap:16px;padding:0 32px;margin:0 auto 32px;box-shadow:0 10px 40px rgba(15,23,42,.045)}.wxm-db-tabs a{height:48px;padding:0 28px;border-radius:999px;background:#f4f5f6;color:#333;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:900}.wxm-db-tabs a.is-active,.wxm-db-tabs a:hover{background:var(--db-orange);color:#fff}.wxm-db-admin-note{background:#fff9e8;border:1px solid #facc15;border-radius:8px;padding:12px 16px;margin:-12px 0 26px;color:#92400e;font-size:14px}.wxm-db-product-section{background:#fff;border:1px solid #e6edf4;border-radius:14px;padding:28px 28px 32px;margin-bottom:32px;box-shadow:0 9px 34px rgba(15,23,42,.045)}.wxm-db-product-section header{border-bottom:1px solid #d9e2ec;margin-bottom:22px;padding-bottom:17px}.wxm-db-product-section h2{font-size:22px;margin:0;color:var(--db-orange);font-weight:950;display:flex;align-items:center;gap:8px}.wxm-db-product-section h2 span{width:22px;height:22px;border-radius:999px;background:var(--db-orange);position:relative;display:inline-block}.wxm-db-product-section h2 span:before,.wxm-db-product-section h2 span:after{content:"";position:absolute;border-radius:999px;background:#fff}.wxm-db-product-section h2 span:before{width:9px;height:7px;left:5px;top:7px}.wxm-db-product-section h2 span:after{width:8px;height:6px;right:4px;bottom:5px}.wxm-db-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.wxm-db-product-card{background:#fff;border-radius:9px;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.08);border:1px solid #edf2f7;transition:.18s}.wxm-db-product-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(15,23,42,.12)}.wxm-db-product-card__image{height:172px;background:#f4f6f9;display:flex;align-items:center;justify-content:center;position:relative;text-decoration:none}.wxm-db-product-card__image.has-custom-image img{width:100%;height:100%;object-fit:cover;display:block}.wxm-db-product-card__image.has-custom-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 48%,rgba(0,0,0,.08) 100%);pointer-events:none}.wxm-db-product-card__image.has-custom-image em{z-index:2}.wxm-db-wechat-art{width:126px;height:126px;background:#24c84f;border-radius:999px;display:block;position:relative}.wxm-db-wechat-art:before,.wxm-db-wechat-art:after{content:"";position:absolute;background:#fff;border-radius:999px}.wxm-db-wechat-art:before{width:58px;height:45px;left:24px;top:31px}.wxm-db-wechat-art:after{width:53px;height:40px;right:18px;bottom:24px}.wxm-db-wechat-art i,.wxm-db-wechat-art b{position:absolute;z-index:2;width:7px;height:7px;border-radius:50%;background:#24c84f}.wxm-db-wechat-art i{left:47px;top:48px;box-shadow:24px 0 0 #24c84f}.wxm-db-wechat-art b{right:41px;bottom:42px;box-shadow:20px 0 0 #24c84f}.wxm-db-product-card__image em{position:absolute;left:34px;bottom:17px;background:var(--db-orange);color:#fff;font-style:normal;font-size:15px;font-weight:950;line-height:1;padding:6px 6px 5px;border-radius:2px}.wxm-db-product-card__body{padding:13px 14px 14px}.wxm-db-product-card__body h3{margin:0 0 8px;font-size:15px;line-height:1.45;font-weight:800;min-height:43px}.wxm-db-product-card__body h3 a{text-decoration:none;color:#4b5563}.wxm-db-product-card__body h3 a:hover{color:var(--db-orange)}.wxm-db-product-card__body p{margin:0;min-height:44px;color:#5f6b7a;font-size:14px;line-height:1.55}.wxm-db-product-card__body footer{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.wxm-db-product-card__body strong{font-size:18px;color:#fb3b2f;font-weight:950;letter-spacing:-.02em}.wxm-db-product-card__body strong span{font-size:14px;margin-right:1px}.wxm-db-product-card__body small{background:#fff1e8;color:var(--db-orange);font-size:12px;font-weight:900;border-radius:8px;padding:5px 7px}.wxm-db-service{background:#fff;padding:38px 0}.wxm-db-service__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.wxm-db-service article{background:#fff;border:1px solid #e8eef5;border-radius:12px;padding:22px 24px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.wxm-db-service strong{display:block;font-size:20px;color:#162033;margin-bottom:8px}.wxm-db-service p{margin:0;color:#64748b;font-size:15px;line-height:1.7}.wxm-db-guides{padding:48px 0;background:#f7f7f8}.wxm-db-section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.wxm-db-section-title h2{margin:0;font-size:28px;font-weight:950}.wxm-db-section-title a{color:var(--db-orange);font-weight:800;text-decoration:none}.wxm-db-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.wxm-db-guide-grid article{background:#fff;border:1px solid var(--db-line);border-radius:12px;padding:20px;box-shadow:0 8px 22px rgba(15,23,42,.045)}.wxm-db-guide-grid span{color:var(--db-orange);font-size:13px;font-weight:900}.wxm-db-guide-grid h3{font-size:18px;line-height:1.45;margin:10px 0}.wxm-db-guide-grid h3 a{color:#111827;text-decoration:none}.wxm-db-guide-grid p{font-size:14px;line-height:1.8;color:#64748b;margin:0}.wxm-db-faq{padding:52px 0 68px;background:#fff}.wxm-db-faq h2{font-size:30px;text-align:left;margin:0 0 24px;font-weight:950}.wxm-db-faq-list{display:grid;gap:12px}.wxm-db-faq details{border:1px solid var(--db-line);border-radius:10px;background:#fff;overflow:hidden}.wxm-db-faq summary{cursor:pointer;list-style:none;padding:18px 20px;display:flex;justify-content:space-between;gap:20px;align-items:center}.wxm-db-faq summary::-webkit-details-marker{display:none}.wxm-db-faq summary strong{font-size:17px}.wxm-db-faq summary b{color:var(--db-orange);font-size:20px}.wxm-db-faq p{padding:0 20px 20px;margin:0;color:#64748b;line-height:1.8;font-size:15px}.wxm-db-footer{background:#111827;color:#cbd5e1;padding:44px 0 0}.wxm-db-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:54px}.wxm-db-footer h3{margin:0 0 14px;color:#fff;font-size:18px}.wxm-db-footer p{margin:0;color:#94a3b8;line-height:1.8}.wxm-db-footer a{display:block;color:#cbd5e1;text-decoration:none;margin:8px 0}.wxm-db-footer a:hover{color:#fff}.wxm-db-footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:34px;padding:20px 0;color:#94a3b8;text-align:center}.wxm-skip{position:absolute;left:-9999px}.wxm-skip:focus{left:10px;top:10px;z-index:999;background:#fff;padding:8px 10px}
@media(max-width:1180px){.wxm-db-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.wxm-db-nav{gap:26px}}@media(max-width:900px){.wxm-db-header,.wxm-db-header__inner{height:70px}.wxm-db-brand strong{font-size:21px}.wxm-db-nav{display:none}.wxm-db-menu-toggle{display:grid;place-items:center}.wxm-db-hero{min-height:230px}.wxm-db-hero h1{font-size:31px}.wxm-db-hero p{font-size:16px}.wxm-db-tabs{min-height:auto;padding:18px;flex-wrap:wrap}.wxm-db-tabs a{height:40px;padding:0 18px;font-size:14px}.wxm-db-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wxm-db-service__grid,.wxm-db-guide-grid,.wxm-db-footer__grid{grid-template-columns:1fr}}@media(max-width:560px){.wxm-db-shell{width:min(100% - 24px,1200px)}.wxm-db-hero h1{font-size:26px}.wxm-db-hero p{font-size:14px;line-height:1.8}.wxm-db-products{padding-top:28px}.wxm-db-tabs{gap:10px}.wxm-db-tabs a{padding:0 14px}.wxm-db-product-section{padding:18px 14px}.wxm-db-product-grid{grid-template-columns:1fr}.wxm-db-product-card__image{height:190px}.admin-bar .wxm-db-header{top:46px}}


/* Article center v6.2 */
.wxm-db-nav a[href*="article-center"],.wxm-db-mobile-menu a[href*="article-center"]{color:var(--db-orange)}
.wxm-db-article-center{background:#f7f7f8;color:var(--db-text)}
.wxm-db-article-hero{background:linear-gradient(180deg,#f8fafc 0%,#f3f5f8 100%);border-bottom:1px solid #eff3f7;text-align:center;padding:72px 0 64px}
.wxm-db-article-hero span{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;background:#fff1e8;color:var(--db-orange);font-weight:900;font-size:14px;margin-bottom:18px}
.wxm-db-article-hero h1{margin:0;font-size:44px;line-height:1.15;font-weight:950;letter-spacing:-.05em;color:#14213a}
.wxm-db-article-hero p{margin:22px auto 0;max-width:760px;font-size:17px;line-height:1.9;color:#5f6f84;font-weight:700}
.wxm-db-article-actions{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:28px;flex-wrap:wrap}
.wxm-db-article-actions a{height:44px;padding:0 24px;border-radius:999px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:900;border:1px solid #e7edf4;background:#fff;color:#334155}
.wxm-db-article-actions a:first-child{background:var(--db-orange);border-color:var(--db-orange);color:#fff}
.wxm-db-article-library{padding:46px 0 68px;background:#f7f7f8}
.wxm-db-section-title p{margin:0;color:#64748b;font-size:15px;font-weight:800}
.wxm-db-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.wxm-db-article-card{background:#fff;border:1px solid var(--db-line);border-radius:14px;padding:22px;box-shadow:0 8px 22px rgba(15,23,42,.045);display:flex;flex-direction:column;min-height:238px;transition:.18s}
.wxm-db-article-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(15,23,42,.09)}
.wxm-db-article-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.wxm-db-article-card__top span{color:var(--db-orange);font-size:13px;font-weight:950}
.wxm-db-article-card__top small{background:#f4f5f6;color:#64748b;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:900}
.wxm-db-article-card h3{font-size:20px;line-height:1.45;margin:0 0 12px;font-weight:950;color:#111827}
.wxm-db-article-card h3 a{color:#111827;text-decoration:none}.wxm-db-article-card h3 a:hover{color:var(--db-orange)}
.wxm-db-article-card p{font-size:14px;line-height:1.85;color:#64748b;margin:0;flex:1}
.wxm-db-article-card footer{border-top:1px solid #eef2f6;margin-top:18px;padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.wxm-db-article-card time{color:#94a3b8;font-size:13px;font-weight:700}.wxm-db-article-card footer a{color:var(--db-orange);font-weight:900;text-decoration:none;font-size:14px}
@media(max-width:900px){.wxm-db-article-grid{grid-template-columns:1fr 1fr}.wxm-db-article-hero h1{font-size:34px}.wxm-db-article-hero{padding:54px 0 50px}}
@media(max-width:560px){.wxm-db-article-grid{grid-template-columns:1fr}.wxm-db-article-hero h1{font-size:30px}.wxm-db-section-title{align-items:flex-start;flex-direction:column;gap:8px}}


/* DBWIXI professional polish v6.4 */
.wxm-db-nav a[href*="article-center"],.wxm-db-mobile-menu a[href*="article-center"]{color:#334155}
.wxm-db-nav a.is-active,.wxm-db-mobile-menu a.is-active{color:var(--db-orange)!important}
.wxm-db-nav a{position:relative}.wxm-db-nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:3px;border-radius:999px;background:var(--db-orange)}
.wxm-db-service article{display:flex;align-items:flex-start;gap:16px;padding:26px 28px}
.wxm-db-service__emoji{flex:0 0 auto;width:42px;height:42px;border-radius:12px;background:#fff3ec;display:grid;place-items:center;font-size:22px;box-shadow:inset 0 0 0 1px #ffe0cf}
.wxm-db-service strong{font-size:22px;font-weight:950;letter-spacing:-.02em;margin-bottom:10px;color:#0f172a}
.wxm-db-service p{font-size:16px;line-height:1.85;font-weight:650;color:#475569}
.wxm-db-faq h2{font-size:32px;font-weight:950;letter-spacing:-.03em;color:#0f172a}
.wxm-db-faq summary{padding:20px 22px}
.wxm-db-faq summary strong{font-size:18px;font-weight:950;color:#1e293b;line-height:1.55}
.wxm-db-faq p{font-size:16px;font-weight:600;line-height:1.9;color:#475569}
.wxm-db-hero p{max-width:880px}
@media(max-width:900px){.wxm-db-service article{padding:22px}.wxm-db-service__emoji{width:38px;height:38px;font-size:20px}.wxm-db-nav a.is-active:after{display:none}}

/* v6.5 product page simplification */
.wxm-spec-table--compact{grid-template-columns:repeat(2,minmax(0,1fr))}
.wxm-spec-table--compact>div{min-height:44px}
.wxm-payment-methods--simple{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:8px}
.wxm-payment-methods--simple .wxm-pay-card{min-height:78px;border-radius:12px;justify-content:center;flex-direction:column;text-align:center;background:#fff;border:1px solid #e1e7ef;transition:.18s ease;color:#334155;font-family:inherit}
.wxm-payment-methods--simple .wxm-pay-card:hover,.wxm-payment-methods--simple .wxm-pay-card.is-active{border-color:#07c160;background:#f4fff8;box-shadow:0 8px 20px rgba(7,193,96,.08)}
.wxm-payment-methods--simple .wxm-pay-card strong{font-size:14px;font-weight:900;color:#253245}
.wxm-payment-methods--simple .wxm-pay-card.is-active strong{color:#07a855}
.wxm-payment-methods--simple .wxm-wechat-pay-button{cursor:pointer}
.wxm-wechat-pay-mark{width:34px;height:34px;border-radius:10px;background:#19be6b;color:#fff;display:grid;place-items:center;font-size:16px;font-weight:950;box-shadow:0 7px 16px rgba(25,190,107,.18)}
.wxm-payment-methods--simple .wxm-network-mark{flex-direction:column;gap:2px;justify-content:center}
.wxm-payment-methods--simple .wxm-network-mark>span{width:34px;height:34px;border-radius:10px;background:#15b87a;font-size:22px}
.wxm-payment-methods--simple .wxm-network-mark small{font-size:9px;font-weight:800;color:#6b7280}
.wxm-checkout--preview .dyb-checkout__field{padding:18px 18px 0}
.wxm-auto-product-copy h3{font-size:18px;margin:22px 0 8px;color:#111827;font-weight:900}
.wxm-auto-product-copy h3:first-child{margin-top:0}
.wxm-auto-product-copy p{font-size:15px;line-height:1.9;color:#475569;margin:0 0 8px}
@media(max-width:720px){.wxm-spec-table--compact{grid-template-columns:1fr}.wxm-payment-methods--simple{grid-template-columns:1fr 1fr}}

/* v6.6 product detail alignment, payment polish and internal links */
.wxm-product-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px;align-items:start}
.wxm-product-maincol{display:grid;gap:16px;min-width:0}.wxm-product-sidecol{display:grid;gap:16px;align-self:start;position:sticky;top:18px;min-width:0}.admin-bar .wxm-product-sidecol{top:50px}
.wxm-product-summary,.wxm-content-card,.wxm-checkout,.wxm-product-help-card{border-radius:12px;border:1px solid #dfe6ee;box-shadow:0 6px 22px rgba(15,23,42,.035)}
.wxm-product-summary{padding:22px}.wxm-product-summary__head{grid-template-columns:190px minmax(0,1fr);gap:22px;align-items:start}.wxm-product-summary__media{height:156px;border-radius:10px}.wxm-product-summary h1{font-size:26px;letter-spacing:-.025em}.wxm-product-summary__title>p{font-size:13px;line-height:1.75;color:#66758a}.wxm-product-summary__notice{margin:18px 0 16px}
.wxm-spec-table--compact{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:10px}.wxm-spec-table--compact>div{min-height:47px}.wxm-spec-table dt{font-size:12px}.wxm-spec-table dd{font-size:13px;font-weight:700;color:#2f3a4c}.wxm-spec-table--compact>div:nth-child(n+3){border-top:1px solid var(--wxm-line)}
.wxm-product-description-card{padding:24px}.wxm-product-description-card header{margin-bottom:14px;padding-bottom:14px}.wxm-product-description-card header p{display:none}.wxm-auto-product-copy h3{font-size:18px;margin:22px 0 8px;color:#111827;font-weight:950}.wxm-auto-product-copy h3:first-child{margin-top:0}.wxm-auto-product-copy p{font-size:15px;line-height:1.92;color:#475569;margin:0 0 8px}
.wxm-checkout__head{min-height:90px;padding:15px 18px}.dyb-checkout__form{padding:18px}.dyb-checkout__row{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.dyb-checkout__field{margin-bottom:14px}.dyb-checkout__field>label{min-height:18px}.dyb-quantity,.wxm-checkout__stock{height:40px;border-radius:8px}.wxm-checkout__stock{padding:0 12px;display:flex;align-items:center;justify-content:flex-start;background:#fff;border:1px solid var(--wxm-line-dark)}.wxm-checkout__stock strong{font-size:14px;color:#253044;font-weight:800}.wxm-stock-field .wxm-checkout__stock{width:100%}
.wxm-payment-methods--simple{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wxm-payment-methods--simple .wxm-pay-card{min-height:92px;border-radius:12px}.wxm-payment-methods--simple .wxm-pay-card strong{font-size:15px}.wxm-payment-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;overflow:hidden}.wxm-payment-icon img{width:38px;height:38px;display:block}.wxm-payment-methods--simple .wxm-network-mark>span,.wxm-wechat-pay-mark{width:38px;height:38px;border-radius:12px}.wxm-payment-methods--simple .wxm-network-mark>span{font-size:24px}.wxm-wechat-pay-mark{font-size:18px}
.dyb-checkout__total{margin:8px 0 14px;min-height:58px}.dyb-checkout__submit{height:46px;border-radius:8px;font-size:15px}.wxm-support-link{padding:14px 18px}.wxm-product-help-card{padding:22px}.wxm-product-help-card h2{font-size:19px}.wxm-product-help-card li{font-size:13px;line-height:1.7}.wxm-product-help-card>a{height:40px;border-radius:8px}
.wxm-checkout--preview .wxm-preview-pay-field{padding:18px 18px 0}.wxm-checkout-disabled{padding:26px 22px}.wxm-checkout-disabled h2{font-size:18px}.wxm-checkout-disabled p{line-height:1.8}
.dyb-order-modal{padding:26px}.dyb-order-modal__backdrop{background:rgba(17,24,39,.74);backdrop-filter:blur(5px)}.dyb-order-modal__dialog{width:min(980px,100%);border-radius:22px;overflow:hidden;box-shadow:0 34px 90px rgba(0,0,0,.34)}.dyb-order-modal__header{height:86px;padding:0 28px}.dyb-order-modal__header>div>span{width:44px;height:44px;border-radius:12px}.dyb-order-modal__header h2{font-size:22px;font-weight:950}.dyb-order-modal__header small{font-size:12px}.dyb-order-modal__header>button{width:38px;height:38px;border-radius:12px;background:#f4f6f8;color:#64748b}.dyb-order-modal__body{grid-template-columns:1fr 1fr}.dyb-order-modal__left,.dyb-order-modal__right{padding:28px}.dyb-order-modal__right{background:#fafbfd}.dyb-order-countdown{border-radius:14px;padding:19px;background:linear-gradient(135deg,#132234,#1d334b);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}.dyb-order-countdown span,.dyb-order-countdown small{font-size:12px}.dyb-order-countdown strong{font-size:42px;letter-spacing:.02em}.dyb-order-details h3,.dyb-order-modal__right h3{font-size:18px;font-weight:950;margin:22px 0 12px;color:#172033}.dyb-order-details dl{border-radius:12px}.dyb-order-details dl>div{grid-template-columns:92px 1fr}.dyb-order-details dt,.dyb-order-details dd{padding:10px 12px;font-size:12px}.dyb-order-details dd{font-weight:750;color:#253044}.dyb-order-amount{margin-top:18px}.dyb-order-amount strong{font-size:28px}.dyb-wallet-address>span{font-size:12px;font-weight:800;color:#64748b}.dyb-wallet-address>div{border-radius:10px}.dyb-wallet-address code{padding:12px;font-size:12px;line-height:1.55}.dyb-wallet-address button{background:#12b76a;color:#fff;font-weight:900;border-left:0;padding:0 18px}.dyb-order-qr{width:260px;height:260px;margin:20px auto 14px;border-radius:16px;border:1px solid #e5ebf2;box-shadow:0 10px 26px rgba(15,23,42,.05)}.dyb-order-modal__right>p{font-size:13px;line-height:1.7}.dyb-order-warning{font-size:12px;line-height:1.7;border-radius:10px;padding:12px 14px}
.wxm-article-inline-links{border:1px solid #e5ebf2;background:#fbfcfd;border-radius:12px;padding:18px;margin:26px 0 10px}.wxm-article-inline-links h2{font-size:17px;margin:0 0 12px;color:#172033}.wxm-article-inline-links div{display:flex;flex-wrap:wrap;gap:10px}.wxm-article-inline-links a{border:1px solid #dfe6ee;border-radius:999px;padding:8px 13px;color:#334155;text-decoration:none;font-size:13px;font-weight:800;background:#fff}.wxm-article-inline-links a:hover{border-color:#07c160;color:#078348;background:#f4fff8}.wxm-related-section .wxm-section-title p,.wxm-guide-section .wxm-section-title p{font-size:13px;color:#64748b}
@media(max-width:1100px){.wxm-product-layout{grid-template-columns:minmax(0,1fr) 350px}.wxm-product-summary__head{grid-template-columns:165px minmax(0,1fr)}.wxm-product-summary__media{height:140px}}
@media(max-width:900px){.wxm-product-layout{grid-template-columns:1fr}.wxm-product-sidecol{position:static}.wxm-product-summary__head{grid-template-columns:120px minmax(0,1fr)}.wxm-product-summary__media{height:110px}.dyb-order-modal__body{grid-template-columns:1fr}.dyb-order-modal__right{border-left:0;border-top:1px solid var(--wxm-line)}.dyb-order-modal__dialog{max-height:calc(100vh - 36px)}}
@media(max-width:560px){.wxm-product-summary{padding:15px}.wxm-product-summary__head{grid-template-columns:92px minmax(0,1fr);gap:12px}.wxm-product-summary__media{height:92px}.wxm-product-summary h1{font-size:20px}.wxm-spec-table--compact{grid-template-columns:1fr}.wxm-spec-table--compact>div:nth-child(odd){border-right:0}.dyb-checkout__row{grid-template-columns:1fr}.wxm-payment-methods--simple{grid-template-columns:1fr 1fr}.dyb-order-modal{padding:10px}.dyb-order-modal__header{height:70px;padding:0 16px}.dyb-order-modal__left,.dyb-order-modal__right{padding:18px}.dyb-order-qr{width:220px;height:220px}.dyb-order-countdown strong{font-size:34px}.wxm-article-inline-links a{font-size:12px}}


/* v6.7 fixed custom logo size and brand title alignment */
.wxm-db-header__inner{display:flex;align-items:center;justify-content:space-between;}
.wxm-db-brand{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;min-width:0;text-align:left!important;flex:0 0 auto;}
.wxm-db-brand__custom,.wxm-db-brand__custom .custom-logo-link{width:38px!important;height:38px!important;min-width:38px!important;max-width:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border-radius:50%!important;flex:0 0 38px!important;line-height:1!important;}
.wxm-db-brand__custom img,.wxm-db-brand__custom img.custom-logo{width:38px!important;height:38px!important;max-width:38px!important;max-height:38px!important;min-width:38px!important;min-height:38px!important;object-fit:cover!important;display:block!important;border-radius:50%!important;}
.wxm-db-brand strong{display:block!important;white-space:nowrap!important;font-size:26px;font-weight:900;color:#0f172a;line-height:1.1;}
.wxm-db-nav{margin-left:auto;}
@media(max-width:900px){.wxm-db-brand__custom,.wxm-db-brand__custom .custom-logo-link,.wxm-db-brand__custom img,.wxm-db-brand__custom img.custom-logo{width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;min-height:34px!important;max-height:34px!important;flex-basis:34px!important}.wxm-db-brand strong{font-size:21px!important}}

/* v6.8 header brand polish: smaller logo, stronger title, cleaner alignment */
.wxm-db-header{height:82px!important;background:#fff!important;box-shadow:0 1px 0 rgba(226,232,240,.9)!important}
.wxm-db-header__inner{height:82px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:34px!important}
.wxm-db-brand{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;min-width:260px!important;max-width:420px!important;text-align:left!important;text-decoration:none!important;flex:0 0 auto!important;line-height:1!important}
.wxm-db-brand__custom,
.wxm-db-brand__custom .custom-logo-link{width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;min-height:34px!important;max-height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border-radius:9px!important;flex:0 0 34px!important;line-height:1!important;background:transparent!important}
.wxm-db-brand__custom img,
.wxm-db-brand__custom img.custom-logo,
.wxm-db-brand .custom-logo,
.wxm-db-brand img{width:34px!important;height:34px!important;max-width:34px!important;max-height:34px!important;min-width:34px!important;min-height:34px!important;object-fit:contain!important;object-position:center!important;display:block!important;border-radius:9px!important;vertical-align:middle!important}
.wxm-db-brand__mark{width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;flex:0 0 34px!important;box-shadow:0 8px 18px rgba(34,197,94,.2)!important}
.wxm-db-brand strong{display:block!important;white-space:nowrap!important;font-size:24px!important;font-weight:950!important;letter-spacing:-.045em!important;color:#0b1324!important;line-height:1!important;text-shadow:0 0 0 #0b1324!important}
.wxm-db-brand:hover strong{color:#0f172a!important}
.wxm-db-nav{margin-left:auto!important;display:flex!important;align-items:center!important;gap:42px!important}
.wxm-db-nav a{font-size:17px!important;font-weight:900!important;color:#111827!important;letter-spacing:-.01em!important;line-height:82px!important;padding:0 2px!important;position:relative!important}
.wxm-db-nav a.is-active,.wxm-db-nav a:hover{color:var(--db-orange)!important}
.wxm-db-nav a.is-active:after{height:3px!important;border-radius:999px!important;bottom:18px!important}
.wxm-db-brand .customize-partial-edit-shortcut{position:absolute!important;left:-22px!important;top:-10px!important;z-index:20!important}
@media(max-width:900px){
  .wxm-db-header,.wxm-db-header__inner{height:66px!important}
  .wxm-db-brand{min-width:0!important;max-width:calc(100% - 58px)!important;gap:9px!important}
  .wxm-db-brand__custom,.wxm-db-brand__custom .custom-logo-link,.wxm-db-brand__custom img,.wxm-db-brand__custom img.custom-logo,.wxm-db-brand .custom-logo,.wxm-db-brand img,.wxm-db-brand__mark{width:31px!important;height:31px!important;min-width:31px!important;max-width:31px!important;min-height:31px!important;max-height:31px!important;flex-basis:31px!important}
  .wxm-db-brand strong{font-size:20px!important;letter-spacing:-.035em!important}
}
@media(max-width:420px){.wxm-db-brand strong{font-size:18px!important}.wxm-db-brand{gap:8px!important}}


/* v6.9 header final: bundled icon, content alignment, stronger brand text, clean product URL style */
:root{--wxm-shell:min(1180px,calc(100% - 48px));}
.wxm-shell,.wxm-db-shell{width:var(--wxm-shell)!important;margin-left:auto!important;margin-right:auto!important;}
.wxm-db-header{height:74px!important;background:#fff!important;border-bottom:1px solid #e8eef5!important;box-shadow:none!important;display:flex!important;align-items:center!important;}
.admin-bar .wxm-db-header{top:32px!important;}
.wxm-db-header__inner{height:74px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;padding:0!important;}
.wxm-db-brand{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:13px!important;min-width:260px!important;max-width:420px!important;flex:0 0 auto!important;text-align:left!important;line-height:1!important;}
.wxm-db-brand__logo{width:42px!important;height:42px!important;min-width:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;line-height:1!important;}
.wxm-db-brand__logo img{width:38px!important;height:32px!important;min-width:38px!important;min-height:32px!important;max-width:38px!important;max-height:32px!important;object-fit:contain!important;border-radius:0!important;display:block!important;}
.wxm-db-brand__custom,.wxm-db-brand__mark{display:none!important;}
.wxm-db-brand strong{display:block!important;font-size:21px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.04em!important;color:#0b1324!important;white-space:nowrap!important;text-shadow:0 0 0 #0b1324!important;}
.wxm-db-brand:hover strong{color:#0f172a!important;}
.wxm-db-nav{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:42px!important;margin-left:auto!important;}
.wxm-db-nav a{height:74px!important;line-height:74px!important;display:inline-flex!important;align-items:center!important;font-size:16px!important;font-weight:900!important;color:#111827!important;letter-spacing:-.015em!important;padding:0 2px!important;position:relative!important;}
.wxm-db-nav a.is-active,.wxm-db-nav a:hover{color:var(--db-orange)!important;}
.wxm-db-nav a.is-active:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:16px!important;height:3px!important;background:var(--db-orange)!important;border-radius:999px!important;}
.wxm-db-hero{border-top:0!important;}
.wxm-product-layout{align-items:start!important;}
.wxm-product-sidecol{align-self:start!important;}
.wxm-product-summary,.wxm-content-card,.wxm-checkout,.wxm-product-help-card{border-radius:12px!important;}
.wxm-product-summary{padding:20px!important;}
.wxm-product-summary__head{align-items:center!important;}
.wxm-checkout{overflow:hidden!important;}
.wxm-checkout__head{min-height:100px!important;display:flex!important;align-items:center!important;}
.dyb-checkout__row{grid-template-columns:1fr 1fr!important;gap:14px!important;align-items:end!important;}
.dyb-quantity,.wxm-checkout__stock{height:44px!important;border-radius:8px!important;}
.wxm-checkout__stock{display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;border:1px solid var(--wxm-line-dark)!important;font-weight:900!important;color:#1f2937!important;}
.wxm-stock-field label{font-size:12px!important;font-weight:900!important;color:#475569!important;}
.wxm-payment-methods--simple{gap:14px!important;}
.wxm-payment-methods--simple .wxm-pay-card{min-height:92px!important;align-items:center!important;justify-content:center!important;}
.dyb-order-modal__dialog{width:min(980px,calc(100vw - 44px))!important;border-radius:22px!important;}
.dyb-order-modal__header{height:82px!important;}
.dyb-order-modal__body{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;}
.dyb-order-modal__left,.dyb-order-modal__right{padding:28px!important;}
.dyb-order-countdown{min-height:112px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;}
.dyb-order-qr{width:270px!important;height:270px!important;}
.wxm-breadcrumb{font-size:13px!important;min-height:46px!important;color:#778294!important;}
.wxm-breadcrumb a{color:#69778a!important;}
.wxm-breadcrumb a:hover{color:var(--db-orange)!important;}
.wxm-breadcrumb b{font-weight:700!important;color:#506076!important;}
@media(max-width:980px){.wxm-db-header,.wxm-db-header__inner{height:66px!important}.wxm-db-nav{display:none!important}.wxm-db-menu-toggle{display:grid!important;place-items:center!important}.wxm-db-brand{min-width:0!important}.wxm-db-brand strong{font-size:19px!important}.wxm-db-brand__logo{width:38px!important;height:38px!important}.wxm-db-brand__logo img{width:34px!important;height:29px!important}.dyb-order-modal__body{grid-template-columns:1fr!important}.dyb-order-modal__right{border-left:0!important;border-top:1px solid var(--wxm-line)!important}.wxm-product-layout{grid-template-columns:1fr!important}.wxm-product-sidecol{position:static!important}.dyb-order-modal__dialog{max-height:calc(100vh - 28px)!important}}
@media(max-width:560px){:root{--wxm-shell:min(100% - 24px,1180px)}.wxm-db-header,.wxm-db-header__inner{height:62px!important}.wxm-db-brand strong{font-size:17px!important}.dyb-checkout__row{grid-template-columns:1fr 1fr!important;gap:10px!important}.dyb-order-modal{padding:10px!important}.dyb-order-modal__dialog{width:100%!important}.dyb-order-modal__left,.dyb-order-modal__right{padding:18px!important}.dyb-order-qr{width:220px!important;height:220px!important}}

/* v7 front-page polish: button tabs without URL hash */
.wxm-db-tabs button{
    height:48px;
    padding:0 28px;
    border:0;
    border-radius:999px;
    background:#f4f5f6;
    color:#333;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    font-weight:900;
    line-height:1;
    cursor:pointer;
    appearance:none;
    -webkit-appearance:none;
}
.wxm-db-tabs button.is-active,
.wxm-db-tabs button:hover{
    background:var(--db-orange);
    color:#fff;
}
.wxm-db-tabs button:focus-visible{
    outline:3px solid rgba(255,87,34,.25);
    outline-offset:2px;
}
@media(max-width:640px){
    .wxm-db-tabs button{
        height:42px;
        padding:0 18px;
        font-size:14px;
        flex:0 0 auto;
    }
}

/* V7.1 Product rating and rich-result support */
.wxm-product-rating{
    display:flex;
    align-items:center;
    gap:6px;
    margin:8px 0 10px;
    font-size:13px;
    line-height:1.2;
    color:#64748b;
}
.wxm-product-rating strong{
    color:#111827;
    font-size:13px;
    font-weight:800;
}
.wxm-product-rating span{
    color:#f5a400;
    font-size:13px;
    letter-spacing:1px;
    white-space:nowrap;
}
.wxm-product-rating em{
    font-style:normal;
    color:#64748b;
    font-size:12px;
}
@media(max-width:640px){
    .wxm-product-rating{margin:7px 0 8px;font-size:12px;gap:5px}
    .wxm-product-rating strong,.wxm-product-rating span{font-size:12px}
    .wxm-product-rating em{font-size:11px}
}