.catalog-hero{padding-top:155px;padding-bottom:105px;background:linear-gradient(120deg,#edfafa 0%,#f8fbfb 72%)}
.catalog-section{background:#fff}.catalog-toolbar{display:flex;align-items:end;justify-content:space-between;gap:35px;border-bottom:1px solid var(--line);padding-bottom:28px}.catalog-toolbar h2{font-size:32px;font-weight:400;margin:7px 0 0}.catalog-search{position:relative;width:min(390px,100%)}.catalog-search input{width:100%;height:49px;border:1px solid var(--line);background:#f8fbfb;padding:0 46px 0 17px;color:var(--ink);outline:none}.catalog-search input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(0,173,176,.1)}.catalog-search i{position:absolute;right:17px;top:14px;width:17px;height:17px;border:2px solid var(--brand);border-radius:50%}.catalog-search i::after{content:"";position:absolute;width:7px;height:2px;background:var(--brand);right:-5px;bottom:-3px;transform:rotate(45deg)}.catalog-filters{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 12px}.catalog-filters button{border:1px solid var(--line);background:#fff;color:var(--muted);padding:8px 15px;font-size:12px;cursor:pointer;transition:.2s}.catalog-filters button:hover,.catalog-filters button.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.catalog-status{font-size:12px;color:var(--muted);margin:0 0 20px}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.catalog-card{position:relative;background:#fff;min-height:310px;padding:24px;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s,background .25s}.catalog-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,95,98,.1);z-index:2}.catalog-card[hidden]{display:none}.catalog-card-top{display:flex;align-items:center;justify-content:space-between;min-height:58px}.catalog-card-top img{width:50px;height:50px;object-fit:contain}.catalog-no{color:#94abad;font-size:10px;letter-spacing:.12em}.catalog-type{font-size:10px;color:var(--brand);letter-spacing:.1em;margin:17px 0 5px}.catalog-card h3{font-size:21px;font-weight:400;margin:0 0 8px}.catalog-card>p:not(.catalog-type){font-size:12px;line-height:1.8;color:var(--muted);margin:0}.catalog-card-actions{display:flex;gap:15px;align-items:center;margin-top:auto;padding-top:20px}.catalog-card-actions button,.catalog-card-actions a,.dialog-download{border:0;background:none;color:var(--brand-deep);font-size:12px;padding:0;cursor:pointer;border-bottom:1px solid rgba(0,173,176,.5)}.catalog-card-actions .catalog-download{color:#839597;border-bottom-color:#b8c7c8}.catalog-card-actions .catalog-download.is-unlocked{color:var(--brand-deep);border-bottom-color:rgba(0,173,176,.5)}.service-glyph{display:grid;place-items:center;width:50px;height:50px;color:var(--brand-deep);border:1px solid rgba(0,173,176,.4);font-size:12px}.service-card{background:var(--brand-pale)}.service-card:hover{background:#d9f5f5}.catalog-disclaimer{font-size:11px;color:#8a9b9d;border-top:1px solid var(--line);padding-top:17px;margin:24px 0 0}.catalog-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:34px;padding:24px 28px;background:var(--brand-pale);border-left:3px solid var(--brand)}.catalog-cta span{display:block;color:var(--brand);font-size:10px;letter-spacing:.15em}.catalog-cta strong{display:block;font-size:19px;font-weight:400;margin:5px 0}.catalog-cta p{font-size:12px;color:var(--muted);margin:0}.dark-link{border-color:var(--brand-deep);color:var(--brand-deep);width:auto}.catalog-process{background:var(--light)}.catalog-process-layout{display:grid;grid-template-columns:330px 1fr;gap:110px}.catalog-process h2{font-size:33px;font-weight:400;margin:7px 0 0}.catalog-process ol{list-style:none;padding:0;margin:0;border-top:1px solid var(--line);counter-reset:catalogsteps}.catalog-process li{counter-increment:catalogsteps;display:grid;grid-template-columns:120px 1fr;gap:35px;padding:23px 0;border-bottom:1px solid var(--line)}.catalog-process li strong::before{content:"0" counter(catalogsteps) "  ";color:var(--brand);font-size:11px;margin-right:8px}.catalog-process li strong{font-size:16px;font-weight:400}.catalog-process li span{color:var(--muted);font-size:13px}.catalog-dialog{width:min(620px,calc(100% - 36px));border:0;padding:42px 45px;color:var(--ink);box-shadow:0 22px 70px rgba(0,57,60,.2)}.catalog-dialog::backdrop{background:rgba(15,39,41,.52)}.dialog-close{position:absolute;right:17px;top:12px;border:0;background:none;color:var(--muted);font-size:27px;line-height:1;cursor:pointer}.catalog-dialog h2{font-size:31px;font-weight:400;margin:7px 0}.dialog-type{font-size:11px;color:var(--brand);letter-spacing:.12em}.dialog-body{border-top:1px solid var(--line);margin-top:22px;padding-top:20px}.dialog-body p{color:#53686a;font-size:14px;line-height:1.9}.dialog-body ul{padding-left:18px;color:#53686a;font-size:13px;line-height:1.9}.dialog-links{display:flex;align-items:center;gap:24px;border-top:1px solid var(--line);margin-top:24px;padding-top:21px}.register-dialog{max-width:500px}.register-intro{font-size:13px;color:var(--muted);line-height:1.8}.register-dialog form{border-top:1px solid var(--line);margin-top:20px;padding-top:18px}.register-dialog label:not(.consent){display:block;color:var(--muted);font-size:12px;margin:13px 0}.register-dialog input:not([type="checkbox"]){display:block;width:100%;height:41px;border:1px solid var(--line);margin-top:5px;padding:0 11px;outline:none}.register-dialog input:focus{border-color:var(--brand)}.register-dialog .consent{display:flex;gap:8px;align-items:start;font-size:11px;color:var(--muted);margin:17px 0}.register-submit{border:0;background:var(--brand);color:#fff;padding:11px 17px;cursor:pointer}.register-message{font-size:12px;color:var(--brand-deep);min-height:18px;margin:12px 0 0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:980px){.catalog-grid{grid-template-columns:repeat(2,1fr)}.catalog-process-layout{grid-template-columns:1fr;gap:35px}.catalog-process-layout h2{margin-bottom:0}}
@media(max-width:700px){.catalog-toolbar{display:block}.catalog-search{margin-top:22px;width:100%}.catalog-grid{grid-template-columns:1fr}.catalog-cta{display:block}.catalog-cta .outline-link{margin-top:18px}.catalog-process li{grid-template-columns:1fr;gap:7px}.catalog-dialog{padding:35px 25px}}

/* The catalog follows the original Vitajoy inner-page rhythm: image banner,
   breadcrumb strip, restrained filters, and alternating white/pale blocks. */
.catalog-original-banner{height:430px;position:relative;overflow:hidden;color:#fff;background:#4e6466}.catalog-banner-image{position:absolute;inset:0;background-image:url("https://imgs-data-brwq.bcdn8.com/weizhuo0820/uploads/20240822/85eeb6ea79814f2f757c84b0515bef10.jpg");background-size:cover;background-position:center}.catalog-banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,44,46,.78),rgba(18,44,46,.24) 68%,rgba(18,44,46,.08))}.catalog-banner-copy{height:100%;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding-top:62px}.catalog-banner-copy .breadcrumbs{color:rgba(255,255,255,.75);font-size:11px;margin:0 0 34px}.catalog-banner-copy .breadcrumbs a:hover{color:#fff}.catalog-banner-copy .kicker{color:#a8f1f1;margin:0 0 12px}.catalog-banner-copy h1{font-size:52px;line-height:1.25;font-weight:400;margin:0 0 8px}.catalog-banner-copy>p:last-child{font-size:14px;letter-spacing:.08em;color:rgba(255,255,255,.83);margin:0}.catalog-secondary-nav{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 5px 18px rgba(0,65,68,.05)}.catalog-secondary-nav .page-width{display:flex;align-items:center;overflow:auto}.catalog-secondary-nav a{position:relative;flex:0 0 auto;padding:20px 23px;color:var(--muted);font-size:12px;white-space:nowrap}.catalog-secondary-nav a:first-child{padding-left:0}.catalog-secondary-nav a::after{content:"";position:absolute;height:2px;left:23px;right:23px;bottom:0;background:transparent}.catalog-secondary-nav a:first-child::after{left:0}.catalog-secondary-nav a:hover,.catalog-secondary-nav a.is-current{color:var(--brand-deep)}.catalog-secondary-nav a:hover::after,.catalog-secondary-nav a.is-current::after{background:var(--brand)}.catalog-section{padding-top:88px}.catalog-toolbar{align-items:end;padding-bottom:24px}.catalog-toolbar h2{font-size:30px;letter-spacing:.01em}.catalog-search{width:330px}.catalog-search input{height:43px;background:#fff;border-width:0 0 1px;border-color:#a8c7c8;padding-left:2px}.catalog-search input:focus{box-shadow:none;border-color:var(--brand)}.catalog-search i{right:5px;top:11px}.catalog-filters{gap:0;margin:22px 0 10px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:10px 0}.catalog-filters button{border:0;border-right:1px solid var(--line);padding:7px 17px}.catalog-filters button:first-child{padding-left:0}.catalog-filters button:hover,.catalog-filters button.is-active{background:transparent;color:var(--brand-deep);font-weight:500}.catalog-filters button.is-active::before{content:"/ ";color:var(--brand);font-size:10px}.catalog-grid{grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:0}.catalog-card{min-height:280px;padding:29px 30px 25px;border-left:0;background:#fff}.catalog-card:nth-child(3n+2),.catalog-card:nth-child(3n+3){background:#fbfdfd}.catalog-card::before{content:"";position:absolute;left:0;top:0;width:3px;height:0;background:var(--brand);transition:.25s}.catalog-card:hover{transform:none;box-shadow:none;background:#f2fbfb}.catalog-card:hover::before{height:100%}.catalog-card-top{min-height:52px}.catalog-card-top img{width:52px;height:52px;padding:9px;border-radius:50%;background:var(--brand-pale);object-fit:contain}.catalog-card h3{font-size:23px;margin-bottom:10px}.catalog-card>p:not(.catalog-type){max-width:300px}.catalog-card-actions{padding-top:18px}.catalog-disclaimer{margin-top:28px}.service-card{background:var(--brand-pale)!important}.service-card:hover{background:#e2f8f8!important}.service-glyph{width:52px;height:52px;border-radius:50%;background:#fff}.catalog-process{padding:92px 0}.catalog-process-layout{gap:95px}
@media(max-width:980px){.catalog-grid{grid-template-columns:repeat(2,1fr)}.catalog-secondary-nav a{padding-left:15px;padding-right:15px}.catalog-secondary-nav a::after{left:15px;right:15px}.catalog-secondary-nav a:first-child::after{left:0}}
@media(max-width:700px){.catalog-original-banner{height:380px}.catalog-banner-copy{padding-top:50px}.catalog-banner-copy h1{font-size:39px}.catalog-grid{grid-template-columns:1fr}.catalog-toolbar h2{font-size:26px}.catalog-filters{overflow:auto;flex-wrap:nowrap}.catalog-filters button{padding:7px 14px}.catalog-filters button:first-child{padding-left:0}.catalog-section{padding-top:68px}}

/* Complete official product catalog: fixed media geometry keeps all locales aligned. */
.catalog-source-note{margin:0 0 24px;padding:17px 20px;border-left:3px solid var(--brand);background:#f1fafa;color:#496164}
.catalog-source-note>div{display:flex;align-items:center;justify-content:space-between;gap:24px}
.catalog-source-note strong{font-size:12px;line-height:1.8;font-weight:400}
.catalog-source-note a{flex:0 0 auto;color:var(--brand-deep);font-size:11px;border-bottom:1px solid rgba(0,173,176,.45)}
.catalog-grid{position:relative}
.catalog-grid-anchor{position:absolute;left:0;width:1px;height:1px;scroll-margin-top:145px;pointer-events:none}
.official-product-card{padding:0 0 25px;min-height:405px;overflow:hidden}
.official-product-card::before{z-index:2}
.catalog-product-media{position:relative;height:190px;margin:0;overflow:hidden;background:linear-gradient(145deg,#eef8f8,#f8fbfb)}
.catalog-product-media::after{content:"";position:absolute;inset:auto 0 0;height:36%;background:linear-gradient(transparent,rgba(3,58,61,.08));pointer-events:none}
.catalog-product-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s ease}
.official-product-card:hover .catalog-product-media img{transform:scale(1.035)}
.official-product-card>.catalog-type,.official-product-card>h3,.official-product-card>p,.official-product-card>.catalog-card-actions{margin-left:28px;margin-right:28px}
.official-product-card>.catalog-type{margin-top:20px}
.official-product-card>h3{min-height:58px;display:flex;align-items:flex-start;overflow-wrap:anywhere}
.official-product-card>p:not(.catalog-type){min-height:65px}
.official-product-card>.catalog-card-actions{margin-bottom:0}
@media(max-width:980px){.catalog-source-note>div{align-items:flex-start}.official-product-card{min-height:402px}.catalog-product-media{height:188px}}
@media(max-width:700px){.catalog-source-note>div{display:block}.catalog-source-note a{display:inline-block;margin-top:8px}.official-product-card{min-height:0}.catalog-product-media{height:210px}.official-product-card>h3,.official-product-card>p:not(.catalog-type){min-height:0}}

/* Make live product search the visual starting point without changing brand colors. */
.catalog-toolbar{position:relative;align-items:center;margin-bottom:14px;padding:25px 28px 26px;border:1px solid rgba(0,173,176,.22);border-top:3px solid var(--brand);background:linear-gradient(115deg,#f1fafa 0%,#fff 72%);box-shadow:0 14px 34px rgba(0,93,96,.07)}
.catalog-toolbar::after{content:"";position:absolute;right:0;top:0;width:180px;height:100%;background:radial-gradient(circle at 100% 0,rgba(0,173,176,.1),transparent 66%);pointer-events:none}
.catalog-toolbar>div,.catalog-search{position:relative;z-index:1}
.catalog-toolbar h2{font-size:29px;margin-top:5px;color:var(--brand-deep)}
.catalog-search-help{max-width:520px;margin:8px 0 0;color:#6c8183;font-size:12px;line-height:1.7}
.catalog-search{width:min(500px,46%)}
.catalog-search input{height:58px;border:2px solid var(--brand);border-radius:2px;background:#fff;padding:0 54px 0 20px;font-size:15px;color:var(--ink);box-shadow:0 7px 18px rgba(0,117,120,.1);transition:border-color .2s,box-shadow .2s,transform .2s}
.catalog-search input::placeholder{color:#718688;opacity:1}
.catalog-search input:hover{box-shadow:0 9px 22px rgba(0,117,120,.14)}
.catalog-search input:focus{border-color:var(--brand-deep);box-shadow:0 0 0 4px rgba(0,173,176,.15),0 10px 24px rgba(0,117,120,.13);transform:translateY(-1px)}
.catalog-search i{right:20px;top:18px;width:19px;height:19px;border-width:2px;background:rgba(0,173,176,.06)}
.catalog-search i::after{width:8px;right:-6px;bottom:-4px}
.catalog-filters{margin-top:14px}
.catalog-status{display:inline-flex;align-items:center;gap:8px;min-height:32px;margin:0 0 20px;padding:7px 12px;background:#edf9f9;color:var(--brand-deep);border-radius:2px}
.catalog-status::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px rgba(0,173,176,.12)}
@media(max-width:980px){.catalog-toolbar{align-items:flex-start}.catalog-search{width:48%}.catalog-toolbar h2{font-size:26px}}
@media(max-width:700px){.catalog-toolbar{display:block;padding:22px 20px 23px}.catalog-toolbar::after{width:120px}.catalog-search{width:100%;margin-top:18px}.catalog-search input{height:54px;font-size:14px}.catalog-search i{top:16px}.catalog-status{display:flex;width:100%}}

/* Product-directory typography follows the global license-safe business system. */
.catalog-banner-copy h1,.catalog-toolbar h2,.catalog-card h3,.catalog-process h2,.catalog-dialog h2{font-family:var(--font-display);font-weight:500;letter-spacing:-.02em}.catalog-card h3{line-height:1.42}.catalog-card>p:not(.catalog-type),.catalog-source-note strong,.catalog-search-help{line-height:1.82}.catalog-filters button,.catalog-status,.catalog-card-actions button{font-weight:500;letter-spacing:.01em}html[lang="en"] .catalog-banner-copy h1,html[lang="en"] .catalog-toolbar h2,html[lang="en"] .catalog-card h3,html[lang="ru"] .catalog-banner-copy h1,html[lang="ru"] .catalog-toolbar h2,html[lang="ru"] .catalog-card h3{font-family:var(--font-latin)}

/* Overseas inventory is a standalone visual download area after the product directory. */
.stock-showcase{position:relative;background:#fff;border-top:1px solid var(--line)}
.stock-showcase-heading{display:flex;align-items:end;gap:24px;margin-bottom:30px}
.stock-showcase-heading span{color:var(--brand);font-size:10px;letter-spacing:.16em}
.stock-showcase-heading h2{font-family:var(--font-display);font-size:34px;font-weight:500;letter-spacing:-.02em;margin:0;color:var(--ink)}
.stock-showcase-list{display:grid;gap:26px}
.stock-showcase-card{position:relative;min-height:330px;overflow:hidden;background:#1b4547;color:#fff}
.stock-showcase-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s ease}
.stock-showcase-card:hover>img{transform:scale(1.025)}
.stock-showcase-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,40,42,.8) 0%,rgba(7,40,42,.42) 48%,rgba(7,40,42,.08) 78%)}
.stock-showcase-copy{position:relative;z-index:1;min-height:330px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:44px 58px}
.stock-showcase-copy>span{font-size:10px;letter-spacing:.18em;color:#b9f1f1;margin-bottom:10px}
.stock-showcase-copy h3{font-family:var(--font-display);font-size:38px;line-height:1.25;font-weight:500;letter-spacing:-.025em;margin:0 0 26px;color:#fff}
.stock-showcase-download{display:inline-flex;align-items:center;gap:30px;border:0;border-radius:0;background:var(--brand);color:#fff;padding:13px 19px;font:inherit;font-size:12px;cursor:pointer;transition:background .2s,transform .2s}
.stock-showcase-download:hover,.stock-showcase-download:focus-visible{background:#008f92;transform:translateY(-2px);outline:2px solid rgba(255,255,255,.75);outline-offset:3px}
.stock-showcase-download i{font-size:15px;font-style:normal}
.stock-access-dialog{max-width:500px}
.stock-access-copy{color:var(--muted);font-size:13px;line-height:1.8;margin:12px 0 20px}
.stock-access-dialog>strong{display:block;padding:15px 17px;background:var(--brand-pale);color:var(--brand-deep);font-size:13px;font-weight:500}
.stock-access-actions{display:flex;align-items:center;gap:18px;margin-top:22px}
.stock-access-primary{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;background:var(--brand);color:#fff;padding:12px 17px;font-size:12px}
.stock-access-primary:hover{background:#008f92;color:#fff}
.stock-access-actions>button{border:0;background:transparent;color:var(--muted);font-size:12px;cursor:pointer;border-bottom:1px solid var(--line)}
@media(max-width:700px){.stock-showcase-heading{display:block}.stock-showcase-heading h2{font-size:29px;margin-top:7px}.stock-showcase-list{gap:18px}.stock-showcase-card,.stock-showcase-copy{min-height:275px}.stock-showcase-copy{padding:34px 27px}.stock-showcase-copy h3{font-size:30px}.stock-showcase-shade{background:linear-gradient(90deg,rgba(7,40,42,.82),rgba(7,40,42,.25))}.stock-access-actions{align-items:stretch;flex-direction:column}.stock-access-primary{width:100%}}

/* Original-site inspired category directory: fixed groups on the left, products and paging on the right. */
.catalog-directory-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:52px;align-items:start}
.catalog-directory{position:sticky;top:100px;background:#f1f7f7;padding:30px 28px 27px;border-top:3px solid var(--brand)}
.catalog-directory-title{padding-bottom:22px;border-bottom:1px solid #d7e5e5}
.catalog-directory-title span{display:block;color:var(--brand);font-size:9px;letter-spacing:.16em;margin-bottom:6px}
.catalog-directory-title strong{font-family:var(--font-display);font-size:22px;font-weight:500;color:var(--ink)}
.catalog-directory button{width:100%;display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:11px;border:0;background:transparent;color:#566b6d;padding:10px 0;text-align:left;cursor:pointer;font:inherit;font-size:13px;transition:color .2s}
.catalog-directory button i{width:13px;height:13px;border:1px solid #bdd0d1;background:#fff;transition:.2s}
.catalog-directory button b{font-size:10px;font-weight:400;color:#91a5a7}
.catalog-directory button:hover,.catalog-directory button.is-active{color:var(--brand-deep)}
.catalog-directory button:hover i,.catalog-directory button.is-active i{border-color:var(--brand);background:var(--brand);box-shadow:inset 0 0 0 3px #fff}
.catalog-directory-all{margin:13px 0 2px;border-bottom:1px solid #d7e5e5!important;padding-bottom:14px!important}
.catalog-directory-group{padding-top:21px}
.catalog-directory-group h3{display:flex;align-items:center;gap:11px;font-family:var(--font-display);font-size:16px;font-weight:500;margin:0 0 8px;color:var(--ink)}
.catalog-directory-group h3::after{content:"";width:22px;height:1px;background:var(--ink)}
.catalog-directory-stock{display:flex;justify-content:space-between;align-items:center;margin-top:23px;padding:14px 0 0;border-top:1px solid #d7e5e5;color:var(--brand-deep);font-size:13px}
.catalog-directory-stock b{font-weight:400;color:var(--brand)}
.catalog-main{min-width:0;scroll-margin-top:115px}
.catalog-main .catalog-toolbar{margin-bottom:16px}
.catalog-main .catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.catalog-pagination{display:flex;justify-content:center;align-items:center;gap:7px;margin:31px 0 3px}
.catalog-pagination[hidden]{display:none}
.catalog-pagination button,.catalog-pagination span{min-width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);background:#fff;color:#607476;font:inherit;font-size:12px}
.catalog-pagination button{cursor:pointer;transition:.2s}
.catalog-pagination button:hover,.catalog-pagination button.is-current{border-color:var(--brand);background:var(--brand);color:#fff}
.catalog-pagination button:disabled{opacity:.35;cursor:not-allowed;background:#fff;color:#607476;border-color:var(--line)}
@media(max-width:1080px){.catalog-directory-layout{grid-template-columns:220px minmax(0,1fr);gap:30px}.catalog-main .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.catalog-directory-layout{display:block}.catalog-directory{position:static;margin-bottom:28px;padding:24px 22px}.catalog-directory-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}.catalog-directory-group h3{grid-column:1/-1}.catalog-main .catalog-grid{grid-template-columns:1fr}.catalog-main .catalog-toolbar{margin-top:0}}
@media(max-width:440px){.catalog-directory-group{grid-template-columns:1fr}.catalog-directory-group h3{grid-column:auto}.catalog-pagination{gap:4px}.catalog-pagination button,.catalog-pagination span{min-width:31px;height:31px}}

/* Catalog typography aligns with the global three-level hierarchy. */
.catalog-banner-copy h1{font-size:var(--type-h1);line-height:1.18;letter-spacing:-.032em}
.catalog-toolbar h2,.catalog-process h2,.stock-showcase-heading h2{font-size:var(--type-h2);line-height:1.28;letter-spacing:-.024em}
.catalog-card h3,.stock-showcase-copy h3,.catalog-dialog h2{font-size:var(--type-h3);line-height:1.42;letter-spacing:-.018em}
.catalog-search-help,.catalog-source-note strong,.catalog-card>p:not(.catalog-type),.dialog-body p,.catalog-process li span{font-size:14px;line-height:1.82}
.catalog-directory-title strong{font-size:24px}.catalog-directory-group h3{font-size:18px}.catalog-directory button,.catalog-directory-stock{font-size:14px}
.catalog-type,.catalog-status,.catalog-card-actions button,.catalog-pagination button,.catalog-pagination span{font-size:12px}
@media(max-width:560px){.catalog-banner-copy h1{font-size:var(--type-h1)}.catalog-toolbar h2,.catalog-process h2,.stock-showcase-heading h2{font-size:var(--type-h2)}.catalog-card h3,.stock-showcase-copy h3,.catalog-dialog h2{font-size:var(--type-h3)}}
