/* MTB Products — approved compact catalog composition */
.mtb-products-page,
.mtb-product-single{overflow:hidden;background:#fff;color:var(--mtb-text)}
.mtb-products-page h1,.mtb-products-page h2,.mtb-products-page h3,.mtb-product-single h1,.mtb-product-single h2,.mtb-product-single h3{margin-top:0}

/* HERO */
.mtb-products-hero{position:relative;min-height:470px;background:#0a2032;color:#fff;overflow:hidden}
.mtb-products-hero__dark{position:absolute;inset:0;background:linear-gradient(90deg,#081c2d 0 56%,#0d2a40 56% 100%)}
.mtb-products-hero__grid{position:relative;z-index:2;min-height:470px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:40px}
.mtb-products-hero__copy{padding:66px 0 60px;max-width:720px}
.mtb-products-hero__copy .mtb-eyebrow{margin-bottom:18px;color:#fff;font-size:12px;letter-spacing:.1em}
.mtb-products-hero__copy h1{max-width:700px;margin-bottom:20px;font-size:clamp(48px,5vw,76px);font-weight:760;letter-spacing:-.055em;line-height:.98}
.mtb-products-hero__copy>p:not(.mtb-eyebrow){max-width:640px;margin:0;color:rgba(255,255,255,.86);font-size:16px;line-height:1.65}
.mtb-products-hero__rule{display:block;width:42px;height:3px;margin-top:26px;background:var(--mtb-red)}
.mtb-products-hero__visual{align-self:stretch;display:flex;align-items:center;justify-content:center;background:#ffd400;overflow:hidden;padding:0}
.mtb-products-hero__visual img{display:block;width:100%;height:100%;max-height:none;object-fit:cover;object-position:center 56%;background:transparent}

/* BROWSE */
.mtb-products-browse{padding:30px 0 34px;background:#fff}
.mtb-products-miniheading{display:flex;align-items:center;gap:14px;margin-bottom:16px;color:#0a2032;font-size:11px;font-weight:800;letter-spacing:.06em}
.mtb-products-miniheading>span{display:block;width:38px;height:3px;background:var(--mtb-red)}
.mtb-products-miniheading--brand{margin-top:30px}
.mtb-products-category-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.mtb-products-category-card{position:relative;min-height:200px;overflow:hidden;border-radius:2px;background:radial-gradient(circle at 50% 18%,#244f7d 0,#0b263e 42%,#061522 100%);color:#fff}
.mtb-products-category-card>img{position:absolute;inset:0;width:100%;height:100%;padding:12px;object-fit:contain;object-position:center;transition:transform .35s ease}
.mtb-products-category-card:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,rgba(4,18,29,.02) 28%,rgba(4,18,29,.86) 100%)}
.mtb-products-category-card>div{position:absolute;z-index:2;inset-inline:18px;bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.mtb-products-category-card strong{font-size:17px;line-height:1.2}.mtb-products-category-card span{font-size:20px}
.mtb-products-category-card:hover>img{transform:scale(1.025)}
.mtb-products-category-card>div{padding-top:42px;background:linear-gradient(180deg,transparent,rgba(4,18,29,.62))}
.mtb-products-brand-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid #e3e7ea;background:#fff}
.mtb-products-brand-card{height:95px;display:grid;place-items:center;padding:16px;border-inline-end:1px solid #e3e7ea;transition:background .2s ease,border-color .2s ease}
.mtb-products-brand-card:last-child{border-inline-end:0}.mtb-products-brand-card:hover,.mtb-products-brand-card.is-active{background:#f7f8f9}.mtb-products-brand-card.is-active{box-shadow:inset 0 -2px 0 var(--mtb-red)}
.mtb-products-brand-card img{display:block;max-width:78%;max-height:56px;width:auto;height:auto;object-fit:contain}

/* CATALOG */
.mtb-product-catalog{padding:36px 0 74px;background:#f6f7f8;border-top:1px solid #e5e8eb}
.mtb-products-catalog-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px}.mtb-products-catalog-head .mtb-products-miniheading{margin-bottom:0}.mtb-products-catalog-head small{color:#556675;font-size:12px}
.mtb-products-catalog-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;align-items:start}
.mtb-products-filters{position:sticky;top:18px;padding:22px 18px 18px;background:#fff;border:1px solid #e0e5e8}
.mtb-products-filters>strong{display:block;margin-bottom:20px;color:#0a2032;font-size:13px}
.mtb-products-filters form{display:grid;gap:14px}.mtb-products-filters label{display:grid;gap:6px}.mtb-products-filters label>span{color:#415261;font-size:10px;font-weight:700}
.mtb-products-filters input,.mtb-products-filters select{width:100%;height:42px;padding:0 10px;border:1px solid #dce2e6;background:#fff;color:#0a2032;font:inherit;font-size:12px;outline:0}
.mtb-products-filters input:focus,.mtb-products-filters select:focus{border-color:#0a2032}
.mtb-products-filter-submit{height:44px;border:0;background:var(--mtb-red);color:#fff;font-size:11px;font-weight:800;cursor:pointer}.mtb-products-filter-submit:hover{filter:brightness(.94)}
.mtb-products-reset{display:block;padding-top:3px;color:#526575;font-size:11px;text-align:center}
.mtb-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.mtb-catalog-card{min-width:0;display:flex;flex-direction:column;border:1px solid #e0e5e8;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mtb-catalog-card:hover{transform:translateY(-2px);border-color:#d4dbe0;box-shadow:0 14px 30px rgba(7,27,42,.07)}
.mtb-catalog-card__image{display:block;aspect-ratio:4/5;overflow:hidden;background:#f7f8f9;padding:10px}.mtb-catalog-card__image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .25s ease}.mtb-catalog-card:hover .mtb-catalog-card__image img{transform:scale(1.012)}
.mtb-catalog-card__body{display:flex;flex:1;flex-direction:column;padding:16px 15px 17px}.mtb-catalog-card__meta{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:9px}.mtb-catalog-card__meta span{color:#0a2032;font-size:9px;font-weight:850;letter-spacing:.06em}.mtb-catalog-card__meta b{padding:3px 5px;background:#ffd400;color:#0a2032;font-size:8px}
.mtb-catalog-card h2,.mtb-catalog-card h3{margin-bottom:7px;color:#0a2032;font-size:17px;line-height:1.18;letter-spacing:-.025em}.mtb-catalog-card h2 a,.mtb-catalog-card h3 a{color:inherit}.mtb-catalog-card small{display:block;margin-bottom:9px;color:#75818b;font-size:9px}.mtb-catalog-card p{margin:0 0 14px;color:#5a6975;font-size:11px;line-height:1.55}.mtb-catalog-card__link{margin-top:auto;color:var(--mtb-red);font-size:10.5px;font-weight:800}.mtb-catalog-card__link span{font-size:15px}
.mtb-products-empty{padding:40px;background:#fff;border:1px solid #e0e5e8;color:#5c6b77}
.mtb-products-pagination{margin-top:28px}.mtb-products-pagination .page-numbers{display:inline-grid;min-width:36px;height:36px;place-items:center;margin-inline-end:5px;border:1px solid #d9dfe3;background:#fff;color:#0a2032;font-size:11px}.mtb-products-pagination .current{background:#0a2032;color:#fff}

/* CTA */
.mtb-products-cta{padding:60px 0;background:#0a2032;color:#fff}.mtb-products-cta__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:end}.mtb-products-cta .mtb-eyebrow{color:#fff}.mtb-products-cta h2{max-width:760px;margin-bottom:14px;font-size:clamp(34px,3.2vw,52px);line-height:1.05}.mtb-products-cta p:not(.mtb-eyebrow){max-width:720px;margin:0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.7}

/* SINGLE */
.mtb-product-single-hero{padding:58px 0 68px;background:#f4f6f7}.mtb-product-single-hero__grid{display:grid;grid-template-columns:minmax(380px,.9fr) minmax(0,1.1fr);gap:clamp(44px,7vw,100px);align-items:center}.mtb-product-single-hero__visual{min-height:590px;display:grid;place-items:center;padding:24px;background:#fff;border:1px solid #e0e5e8}.mtb-product-single-hero__visual img{display:block;width:100%;height:100%;max-height:610px;object-fit:contain;object-position:center}.mtb-product-single__brand{display:inline-block;margin-bottom:12px;color:var(--mtb-red);font-size:10px;font-weight:850;letter-spacing:.13em}.mtb-product-single-hero h1{max-width:760px;margin-bottom:20px;color:#0a2032;font-size:clamp(44px,4.6vw,72px);letter-spacing:-.05em;line-height:.98}.mtb-product-single-hero__lead{max-width:680px;margin:0;color:#5b6b77;font-size:16px;line-height:1.72}.mtb-product-single__actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.mtb-product-single__actions .mtb-button--outline{border-color:#0a2032;color:#0a2032}
.mtb-product-single-hero__visual:has(>img[src*="/fast-adhesive.webp"]){grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}
.mtb-product-single-hero__visual:has(>img[src*="/fast-adhesive.webp"])::after{display:block;min-height:540px;width:100%;content:"";background:center/contain no-repeat url("/wp-content/plugins/mtb-core/assets/catalog/fast-adhesive-blue.webp")}
.mtb-product-single-body{padding:72px 0;background:#fff}.mtb-product-single-body__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);gap:70px;align-items:start}.mtb-product-single-content{color:#324554;font-size:15px;line-height:1.78}.mtb-product-single-content h2{margin:0 0 16px;color:#0a2032;font-size:30px}.mtb-product-single-content h2:not(:first-child){margin-top:38px}.mtb-product-single-content ul,.mtb-product-single-content ol{margin:0;padding-inline-start:22px}.mtb-product-single-content li{margin-bottom:8px}
.mtb-product-single-specs{position:sticky;top:18px}.mtb-product-single-specs dl{margin:0;border-top:1px solid #dfe4e7}.mtb-product-single-specs dl>div{padding:16px 0;border-bottom:1px solid #dfe4e7}.mtb-product-single-specs dt{margin-bottom:5px;color:#7a8791;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.mtb-product-single-specs dd{margin:0;color:#0a2032;font-size:13px;line-height:1.55}
.mtb-product-downloads{margin-top:24px;display:grid;gap:8px}.mtb-product-downloads>strong{margin-bottom:4px;color:#0a2032;font-size:12px}.mtb-product-downloads a{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #dfe4e7;color:var(--mtb-red);font-size:12px;font-weight:700}
.mtb-related-products{padding:68px 0 80px;background:#f6f7f8}.mtb-related-products>div>h2{margin-bottom:28px;color:#0a2032;font-size:36px}.mtb-products-grid--related{grid-template-columns:repeat(4,minmax(0,1fr))}

/* RTL */
html[lang^="fa"] .mtb-products-hero__copy,html[lang^="ar"] .mtb-products-hero__copy{text-align:right}
html[lang^="fa"] .mtb-products-catalog-layout,html[lang^="ar"] .mtb-products-catalog-layout{direction:rtl}
html[lang^="fa"] .mtb-products-grid,html[lang^="ar"] .mtb-products-grid{direction:rtl}

/* RESPONSIVE */
@media(max-width:1180px){.mtb-products-hero__grid{grid-template-columns:1fr 42%}.mtb-products-category-row{grid-template-columns:repeat(2,1fr)}.mtb-products-brand-row{grid-template-columns:repeat(3,1fr)}.mtb-products-brand-card:nth-child(3){border-inline-end:0}.mtb-products-brand-card{border-bottom:1px solid #e3e7ea}.mtb-products-grid{grid-template-columns:repeat(3,1fr)}.mtb-products-grid--related{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.mtb-products-hero{min-height:auto}.mtb-products-hero__grid{grid-template-columns:1fr;padding-top:0}.mtb-products-hero__copy{padding:62px 0 36px}.mtb-products-hero__visual{min-height:370px}.mtb-products-catalog-layout{grid-template-columns:1fr}.mtb-products-filters{position:static}.mtb-products-filters form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.mtb-products-filter-submit,.mtb-products-reset{align-self:end}.mtb-products-grid{grid-template-columns:repeat(2,1fr)}.mtb-products-cta__inner{grid-template-columns:1fr;align-items:start}.mtb-product-single-hero__grid,.mtb-product-single-body__grid{grid-template-columns:1fr}.mtb-product-single-hero__visual{min-height:500px}.mtb-product-single-specs{position:static}.mtb-products-grid--related{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.mtb-products-hero__copy h1{font-size:43px}.mtb-products-hero__visual{min-height:300px}.mtb-products-browse{padding-top:22px}.mtb-products-category-row{grid-template-columns:1fr}.mtb-products-category-card{min-height:180px}.mtb-products-brand-row{grid-template-columns:repeat(2,1fr)}.mtb-products-brand-card:nth-child(3){border-inline-end:1px solid #e3e7ea}.mtb-products-brand-card:nth-child(even){border-inline-end:0}.mtb-products-catalog-head{align-items:flex-end}.mtb-products-filters form{grid-template-columns:1fr}.mtb-products-grid,.mtb-products-grid--related{grid-template-columns:1fr}.mtb-catalog-card__image{aspect-ratio:4/4.6}.mtb-product-single-hero{padding-top:30px}.mtb-product-single-hero__visual{min-height:420px;padding:16px}.mtb-product-single-hero__visual:has(>img[src*="/fast-adhesive.webp"]){grid-template-columns:1fr}.mtb-product-single-hero__visual:has(>img[src*="/fast-adhesive.webp"])::after{min-height:360px}.mtb-product-single-hero h1{font-size:40px}.mtb-product-single__actions{flex-direction:column}.mtb-product-single__actions .mtb-button{width:100%;justify-content:center}.mtb-product-single-body{padding:52px 0}.mtb-product-single-content h2{font-size:26px}}