/* ============================================================
   SHELROCK PRODUCTS — V5
   Product catalogue only. Locked homepage/header CSS remains source
   of truth for shared B2B product cards and universal AI presentation.
   ============================================================ */

:where(.sr-style) body.products-v2{background:#f5f7fa;color:#172033}
:where(.sr-style) body.products-v2 main{display:block}
:where(.sr-style) .shop-shell{width:min(calc(100% - 40px),1460px);margin-inline:auto}

/* ECOMMERCE PROMO CAROUSEL — one cohesive banner, six conversion/trust slides */
:where(.sr-style) .shop-hero{padding:18px 0 14px;background:linear-gradient(180deg,#f4f7fb,#fff)}
:where(.sr-style) .shop-promo-carousel{position:relative;height:430px;overflow:hidden;border:1px solid #dce4ed;border-radius:22px;background:#0d2d54;box-shadow:0 18px 44px rgba(16,38,72,.10)}
:where(.sr-style) .shop-promo-track{position:relative;width:100%;height:100%;overflow:hidden}
:where(.sr-style) .shop-promo-slide{position:absolute;inset:0;display:block;overflow:hidden;opacity:1;visibility:hidden;pointer-events:none;transform:translate3d(100%,0,0);transition:transform .48s cubic-bezier(.22,.72,.2,1),visibility 0s linear .48s;color:#fff;will-change:transform}
:where(.sr-style) .shop-promo-slide.is-active{visibility:visible;pointer-events:auto;transform:translate3d(0,0,0);transition:transform .48s cubic-bezier(.22,.72,.2,1);cursor:pointer;z-index:3}
:where(.sr-style) .shop-promo-slide.is-entering{visibility:visible;transform:translate3d(100%,0,0);z-index:4;transition:none}
:where(.sr-style) .shop-promo-slide.is-leaving{visibility:visible;transform:translate3d(-100%,0,0);z-index:2;transition:transform .48s cubic-bezier(.22,.72,.2,1)}
:where(.sr-style) .shop-promo-slide.is-entering-reverse{visibility:visible;transform:translate3d(-100%,0,0);z-index:4;transition:none}
:where(.sr-style) .shop-promo-slide.is-leaving-reverse{visibility:visible;transform:translate3d(100%,0,0);z-index:2;transition:transform .48s cubic-bezier(.22,.72,.2,1)}
:where(.sr-style) .shop-promo-slide:focus-visible{outline:3px solid rgba(255,255,255,.92);outline-offset:-5px}
:where(.sr-style) .shop-promo-slide:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 78% 20%,rgba(255,255,255,.14),transparent 28%)}
:where(.sr-style) .promo-market{background:linear-gradient(118deg,#0a284d 0%,#123e75 58%,#2e6db1 100%)}
:where(.sr-style) .promo-agri{background:linear-gradient(118deg,#173b2c 0%,#245f43 56%,#3c8c61 100%)}
:where(.sr-style) .promo-textile{background:linear-gradient(118deg,#34264f 0%,#594480 55%,#8a6eb3 100%)}
:where(.sr-style) .promo-buyer{background:linear-gradient(118deg,#152d52 0%,#244f88 58%,#4579b7 100%)}
:where(.sr-style) .promo-trust{background:linear-gradient(118deg,#183947 0%,#1d6570 58%,#3e8b8f 100%)}
:where(.sr-style) .promo-supplier{background:linear-gradient(118deg,#442218 0%,#8a4527 55%,#d46a35 100%)}
:where(.sr-style) .shop-promo-copy{position:relative;z-index:3;width:min(58%,790px);height:100%;padding:46px 54px 62px;display:flex;flex-direction:column;justify-content:center}
:where(.sr-style) .shop-promo-kicker{display:inline-flex;align-items:center;gap:8px;width:max-content;font-size:10px;font-weight:900;letter-spacing:.11em;color:rgba(255,255,255,.78)}
:where(.sr-style) .shop-promo-kicker i{width:8px;height:8px;border-radius:50%;background:#36df92;box-shadow:0 0 0 5px rgba(54,223,146,.12)}
:where(.sr-style) .shop-promo-copy h1,:where(.sr-style) .shop-promo-copy h2{max-width:760px;margin:14px 0 11px;color:#fff;font-size:clamp(38px,3.55vw,52px);line-height:1.02;letter-spacing:-.045em;font-weight:900}
:where(.sr-style) .shop-promo-copy h1 span,:where(.sr-style) .shop-promo-copy h2 span{color:rgba(223,237,255,.74)}
:where(.sr-style) .shop-promo-copy>p{max-width:690px;margin:0;color:rgba(239,246,255,.84);font-size:14px;line-height:1.68}
:where(.sr-style) .shop-promo-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:22px}
:where(.sr-style) .shop-promo-actions a{min-height:44px;padding:0 17px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-size:11px;font-weight:900;transition:transform .16s ease,background .16s ease}
:where(.sr-style) .shop-promo-primary{background:#ff6500;color:#fff!important;box-shadow:0 10px 22px rgba(0,0,0,.15)}
:where(.sr-style) .shop-promo-secondary{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:#fff!important;backdrop-filter:blur(7px)}
:where(.sr-style) .shop-promo-actions a:hover{transform:translateY(-1px)}
:where(.sr-style) .shop-hero-search{margin-top:18px;width:min(610px,100%);height:48px;display:grid;grid-template-columns:43px minmax(0,1fr) auto;align-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.25);border-radius:11px;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.12)}
:where(.sr-style) .shop-hero-search svg{width:18px;height:18px;justify-self:center;fill:none;stroke:#68788d;stroke-width:1.8}
:where(.sr-style) .shop-hero-search input{height:100%;min-width:0;border:0;outline:0;background:transparent;color:#172033;font-size:12px;padding:0 4px}
:where(.sr-style) .shop-hero-search button{height:36px;margin-right:6px;padding:0 15px;border:0;border-radius:8px;background:#ff6500;color:#fff;font-size:10.5px;font-weight:900;cursor:pointer}

:where(.sr-style) .shop-promo-art{position:absolute;z-index:2;right:38px;top:28px;bottom:42px;width:39%;pointer-events:none}
:where(.sr-style) .promo-product-card{position:absolute;width:190px;height:250px;overflow:hidden;border:7px solid rgba(255,255,255,.94);border-radius:18px;background:#fff;box-shadow:0 20px 46px rgba(0,0,0,.24);transform:rotate(-5deg)}
:where(.sr-style) .promo-product-card img{width:100%;height:205px;display:block;object-fit:cover}
:where(.sr-style) .promo-product-card span{height:38px;display:flex;align-items:center;padding:0 10px;color:#1d334e;font-size:10px;font-weight:900}
:where(.sr-style) .ppc-a{left:3%;top:13%}
:where(.sr-style) .ppc-b{left:35%;top:3%;transform:rotate(4deg);z-index:2}
:where(.sr-style) .ppc-c{right:0;top:19%;transform:rotate(8deg)}
:where(.sr-style) .promo-market-badge{position:absolute;left:22%;bottom:2%;z-index:5;padding:11px 15px;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:rgba(7,28,53,.82);box-shadow:0 10px 24px rgba(0,0,0,.18);backdrop-filter:blur(8px)}
:where(.sr-style) .promo-market-badge b{display:block;font-size:10px;color:#57e7a4}
:where(.sr-style) .promo-market-badge span{display:block;margin-top:3px;font-size:9px;color:#dbe8f6}
:where(.sr-style) .promo-duo{display:block}
:where(.sr-style) .promo-hero-image{position:absolute;overflow:hidden;border:7px solid rgba(255,255,255,.94);border-radius:22px;background:#fff;box-shadow:0 24px 52px rgba(0,0,0,.23)}
:where(.sr-style) .promo-hero-image img{width:100%;height:100%;display:block;object-fit:cover}
:where(.sr-style) .phi-main{right:8%;top:7%;width:74%;height:78%;transform:rotate(2deg)}
:where(.sr-style) .phi-small{left:-4%;bottom:2%;width:40%;height:45%;transform:rotate(-6deg)}
:where(.sr-style) .promo-floating-note{position:absolute;right:0;bottom:6%;z-index:4;padding:12px 16px;border-radius:12px;background:#fff;color:#243850;box-shadow:0 14px 30px rgba(0,0,0,.18)}
:where(.sr-style) .promo-floating-note small{display:block;font-size:7.5px;font-weight:900;letter-spacing:.08em;color:#8a96a6}
:where(.sr-style) .promo-floating-note b{display:block;margin-top:3px;font-size:11px}
:where(.sr-style) .promo-rfq-art{display:grid;place-items:center}
:where(.sr-style) .promo-rfq-card{width:min(100%,470px);padding:25px;border:1px solid rgba(255,255,255,.28);border-radius:22px;background:rgba(255,255,255,.95);color:#1f334e;box-shadow:0 26px 60px rgba(0,0,0,.22);transform:rotate(1deg)}
:where(.sr-style) .promo-rfq-card>span{font-size:8px;font-weight:900;letter-spacing:.1em;color:#e35b1c}
:where(.sr-style) .promo-rfq-card>b{display:block;margin:8px 0 5px;font-size:22px;line-height:1.1}
:where(.sr-style) .promo-rfq-card>small{font-size:10px;color:#7a8797}
:where(.sr-style) .promo-rfq-card>div{display:grid;grid-template-columns:10px 1fr 10px 1fr 10px 1fr;gap:7px;align-items:center;margin-top:25px;padding-top:18px;border-top:1px solid #e7ebf0}
:where(.sr-style) .promo-rfq-card i{width:9px;height:9px;border-radius:50%;background:#cbd4df}.promo-rfq-card i.is-done{background:#18a76a!important}.promo-rfq-card i.is-live{background:#ff6500!important;box-shadow:0 0 0 5px rgba(255,101,0,.12)}
:where(.sr-style) .promo-rfq-card em{font-style:normal;font-size:8px;font-weight:850;color:#5f6e80}
:where(.sr-style) .promo-supplier-art{display:grid;place-items:center}
:where(.sr-style) .promo-supplier-card{position:relative;z-index:3;width:min(92%,410px);padding:28px;border:1px solid rgba(255,255,255,.5);border-radius:22px;background:#fff;color:#1b334c;box-shadow:0 25px 56px rgba(0,0,0,.22)}
:where(.sr-style) .promo-supplier-card .psc-check{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#17a96a;color:#fff;font-weight:900;margin-bottom:14px}
:where(.sr-style) .promo-supplier-card small{display:block;font-size:8px;font-weight:900;letter-spacing:.1em;color:#7e8b9b}
:where(.sr-style) .promo-supplier-card>b{display:block;margin-top:5px;font-size:23px}
:where(.sr-style) .promo-supplier-card p{margin:6px 0 16px;font-size:10px;color:#7d8998}
:where(.sr-style) .promo-supplier-card div{display:flex;gap:7px}.promo-supplier-card div span{padding:6px 8px;border-radius:7px;background:#f1f6fb;font-size:8px;font-weight:800;color:#42607e}
:where(.sr-style) .promo-supplier-card.psc-back{position:absolute;z-index:1;right:0;bottom:4%;width:56%;transform:rotate(7deg);opacity:.72}
:where(.sr-style) .promo-join-art{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:22px}
:where(.sr-style) .promo-join-flow{display:flex;align-items:center;justify-content:center;gap:8px;width:100%}
:where(.sr-style) .promo-join-flow div{width:86px;height:86px;border:1px solid rgba(255,255,255,.28);border-radius:18px;background:rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;backdrop-filter:blur(5px)}
:where(.sr-style) .promo-join-flow div b{font-size:17px;color:#fff}.promo-join-flow div span{margin-top:5px;font-size:8px;font-weight:850;color:#ffe9dd}.promo-join-flow>i{font-style:normal;color:rgba(255,255,255,.6)}
:where(.sr-style) .promo-join-id{min-width:260px;padding:15px 18px;border-radius:14px;background:#fff;color:#25364b;box-shadow:0 16px 34px rgba(0,0,0,.18)}
:where(.sr-style) .promo-join-id small{display:block;font-size:7px;letter-spacing:.09em;color:#8b96a5;font-weight:900}.promo-join-id b{display:block;margin:4px 0;font-size:20px}.promo-join-id span{display:block;font-size:8px;color:#748093}
:where(.sr-style) .shop-promo-arrow{position:absolute;z-index:8;top:50%;width:36px;height:58px;transform:translateY(-50%);border:1px solid rgba(255,255,255,.28);background:rgba(4,22,43,.22);color:#fff;font-size:31px;line-height:1;border-radius:10px;cursor:pointer;backdrop-filter:blur(5px);opacity:.72;transition:.15s}
:where(.sr-style) .shop-promo-arrow:hover{opacity:1;background:rgba(4,22,43,.42)}
:where(.sr-style) .shop-promo-arrow.is-prev{left:11px}.shop-promo-arrow.is-next{right:11px}
:where(.sr-style) .shop-promo-dots{position:absolute;z-index:9;left:50%;bottom:17px;transform:translateX(-50%);display:flex;align-items:center;gap:7px}
:where(.sr-style) .shop-promo-dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.48);cursor:pointer;transition:.18s}.shop-promo-dots button.is-active{width:27px;background:#fff}
:where(.sr-style) .shop-promo-trustbar{min-height:46px;margin-top:10px;padding:0 16px;border:1px solid #e1e7ee;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#5f7084;font-size:9.5px;font-weight:800;box-shadow:0 5px 16px rgba(19,42,73,.035)}

/* MARKETPLACE LAYOUT */
:where(.sr-style) .shop-market{padding:8px 0 76px;background:#fff}
:where(.sr-style) .shop-market-layout{display:grid;grid-template-columns:268px minmax(0,1fr);gap:22px;align-items:start}
:where(.sr-style) .shop-category-panel{position:sticky;top:142px;height:min(660px,calc(100vh - 162px));min-height:490px;display:flex;flex-direction:column;overflow:hidden;border:1px solid #dfe5ec;border-radius:17px;background:#fff;box-shadow:0 10px 28px rgba(18,43,75,.065)}
:where(.sr-style) .shop-category-title{flex:0 0 64px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7ebf0;background:#f8fafc}.shop-category-title div{display:flex;flex-direction:column;gap:3px}.shop-category-title small{font-size:8px;font-weight:900;letter-spacing:.1em;color:#8693a4}.shop-category-title b{font-size:15px;color:#172d49}.shop-category-title>span{font-size:16px;color:#9aa5b3}
:where(.sr-style) .shop-category-list{flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd4df transparent}.shop-category-list::-webkit-scrollbar{width:5px}.shop-category-list::-webkit-scrollbar-thumb{background:#cbd4df;border-radius:99px}
:where(.sr-style) .shop-category-link{min-height:49px;padding:16px 11px;display:grid;grid-template-columns:29px minmax(0,1fr) 14px;gap:9px;align-items:center;border-bottom:1px solid #edf0f3;color:#26364b;text-decoration:none;background:#fff;transition:.14s ease}.shop-category-link:hover,.shop-category-link.is-active{background:#f5f8fc;color:#1557d5;padding-left:14px}.shop-category-link.is-active{box-shadow:inset 3px 0 0 #ff6a00}.shop-category-icon{width:29px;height:29px;border-radius:8px;background:#f0f3f7;color:#536276;display:grid;place-items:center}.shop-category-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.shop-category-link b{min-width:0;font-size:13.8px;line-height:1.18;font-weight:720}.shop-category-link em{font-style:normal;font-size:9px;color:#9aa5b3;margin-left:4px}.shop-category-arrow{font-size:18px;color:#a3adba}
:where(.sr-style) .shop-all-products{flex:0 0 50px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-top:1px solid #e4e9ef;background:#fbfcfd;color:#173451;text-decoration:none;font-size:12px;font-weight:850}.shop-all-products:hover,.shop-all-products.is-active{background:#f3f7fc;color:#1557d5}
:where(.sr-style) .shop-catalog{min-width:0}
:where(.sr-style) .shop-catalog-head{min-height:86px;padding:16px 18px 16px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #e1e6ec;border-radius:17px;background:#fff;box-shadow:0 7px 20px rgba(18,43,75,.045)}.shop-catalog-title small{display:block;font-size:8px;font-weight:900;letter-spacing:.1em;color:#8693a4}.shop-catalog-title h2{margin:4px 0 0;font-size:29px;line-height:1.05;color:#172d49}.shop-catalog-title p{margin:6px 0 0;font-size:11px;color:#7b8798}.shop-catalog-tools{display:flex;align-items:center;gap:11px;flex:0 0 auto}.shop-catalog-search{width:min(340px,28vw);height:44px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;border:1px solid #dce3ea;border-radius:11px;background:#f9fbfd}.shop-catalog-search svg{width:17px;height:17px;justify-self:center;fill:none;stroke:#7a8798;stroke-width:1.8}.shop-catalog-search input{min-width:0;height:100%;padding:0 8px 0 0;border:0;outline:0;background:transparent;font-size:12px;color:#1d314d}.shop-result-count{min-width:68px;text-align:right}.shop-result-count b{display:block;font-size:24px;line-height:1;color:#172d49}.shop-result-count span{display:block;margin-top:3px;font-size:8px;font-weight:900;color:#8995a4;text-transform:uppercase;letter-spacing:.07em}.shop-filter-bar{margin-top:10px;padding:9px 12px;border:1px solid #dce6f4;border-radius:10px;background:#f7faff;display:flex;align-items:center;justify-content:space-between;gap:12px}.shop-filter-bar[hidden]{display:none}.shop-filter-bar span{font-size:11px;color:#405875;font-weight:800}.shop-filter-bar button{border:0;background:transparent;color:#1557d5;font-size:10px;font-weight:900;cursor:pointer}
:where(.sr-style) .shop-product-groups{display:grid;gap:34px;margin-top:18px}.shop-product-group{min-width:0}.shop-group-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:0 2px 12px;padding-bottom:10px;border-bottom:1px solid #e7ebf0}.shop-group-head small{display:block;font-size:8px;font-weight:900;letter-spacing:.09em;color:#8a96a6;text-transform:uppercase}.shop-group-head h3{margin:3px 0 0;font-size:22px;line-height:1.08;color:#172d49}.shop-group-head span{font-size:10px;color:#7c8998;font-weight:800;white-space:nowrap}
/* PRODUCT GRID LAYOUT ONLY — exact card visuals come from locked home.css. */
:where(.sr-style) body.products-v2 #products .shop-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
:where(.sr-style) body.products-v2 #products .shop-grid .b2b-product-card{min-width:0!important}
:where(.sr-style) .shop-loading,:where(.sr-style) .shop-empty{min-height:360px;border:1px dashed #d8e0e9;border-radius:18px;background:#fafcfe;display:grid;place-items:center;text-align:center;color:#768396;padding:30px}.shop-loading span{width:32px;height:32px;border:3px solid #e2e8ef;border-top-color:#1557d5;border-radius:50%;display:block;margin:0 auto 12px;animation:shopSpin .8s linear infinite}.shop-loading b,.shop-empty b{display:block;font-size:17px;color:#1b324f}.shop-empty p{margin:6px 0 0;font-size:11px}.shop-empty a{display:inline-flex;margin-top:14px;min-height:40px;padding:0 14px;border-radius:9px;background:#172d49;color:#fff;align-items:center;text-decoration:none;font-size:11px;font-weight:900}@keyframes shopSpin{to{transform:rotate(360deg)}}
:where(.sr-style) .shop-custom-source{margin-top:28px;padding:22px 24px;border-radius:18px;background:linear-gradient(115deg,#102d54,#173f73);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 14px 32px rgba(16,45,84,.14)}.shop-custom-source small{display:block;color:#b9c9dc;font-size:8px;font-weight:900;letter-spacing:.1em}.shop-custom-source h3{margin:5px 0 0;font-size:22px;line-height:1.08}.shop-custom-source a{min-height:43px;padding:0 15px;border-radius:9px;background:#fff;color:#173451;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:11px;font-weight:900;white-space:nowrap}

/* FAQ — existing wording/structure untouched; type enlarged except H2. */
:where(.sr-global) body.products-v2 .discover-faq{margin-top:0;padding:76px 0 92px}
:where(.sr-global) body.products-v2 .discover-faq-head{max-width:930px;margin:0 auto 30px;text-align:center}
:where(.sr-global) body.products-v2 .discover-faq-head .section-label{font-size:12px!important;letter-spacing:.09em!important}
:where(.sr-global) body.products-v2 .discover-faq-head h2{margin-top:9px}
:where(.sr-global) body.products-v2 .discover-faq-head p{max-width:760px;margin:12px auto 0;font-size:16.5px!important;line-height:1.65!important;color:#66758a!important}
:where(.sr-global) body.products-v2 .discover-faq-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;align-items:start!important}
:where(.sr-global) body.products-v2 .discover-faq-item{overflow:hidden;border:1px solid #dfe6ee!important;border-radius:15px!important;background:#fff!important;box-shadow:0 6px 18px rgba(18,42,74,.05)!important}
:where(.sr-global) body.products-v2 .discover-faq-item summary{min-height:64px;padding:16px 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;cursor:pointer!important;list-style:none!important;color:#21344e!important;font-size:16px!important;line-height:1.42!important;font-weight:820!important}
:where(.sr-global) body.products-v2 .discover-faq-item summary::-webkit-details-marker{display:none}
:where(.sr-global) body.products-v2 .discover-faq-item summary i{width:30px;height:30px;flex:0 0 30px;border:1px solid #e1e7ee;border-radius:50%;display:grid;place-items:center;background:#f7f9fb;color:#52657d;font-style:normal;font-size:18px;transition:.18s}
:where(.sr-global) body.products-v2 .discover-faq-item[open] summary{background:#f9fbfd;border-bottom:1px solid #e7ecf1}
:where(.sr-global) body.products-v2 .discover-faq-item[open] summary i{transform:rotate(45deg);background:#173b67;color:#fff;border-color:#173b67}
:where(.sr-global) body.products-v2 .discover-faq-answer{padding:0 18px 18px!important;background:#fff!important}
:where(.sr-global) body.products-v2 .discover-faq-answer p{margin:15px 0 0!important;color:#607087!important;font-size:15.5px!important;line-height:1.7!important}

@media(max-width:1180px){
  :where(.sr-style) .shop-promo-copy{width:62%;padding-left:44px}
  :where(.sr-style) .shop-promo-art{right:28px;width:38%}
  :where(.sr-style) body.products-v2 #products .shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:920px){
  :where(.sr-style) .shop-promo-carousel{height:410px}
  :where(.sr-style) .shop-promo-copy{width:63%;padding:38px 36px 58px}.shop-promo-copy h1,.shop-promo-copy h2{font-size:40px!important;line-height:1.03!important}
  :where(.sr-style) .shop-promo-art{right:24px;top:38px;width:36%}.promo-product-card{width:145px;height:205px}.promo-product-card img{height:165px}.ppc-c{display:none}.ppc-b{left:42%}
  :where(.sr-style) .shop-market-layout{grid-template-columns:220px minmax(0,1fr);gap:14px}.shop-category-panel{top:118px}.shop-catalog-head{align-items:flex-start;flex-direction:column}.shop-catalog-tools{width:100%}.shop-catalog-search{width:100%}
}
@media(max-width:760px){
  :where(.sr-style) body.products-v2 #products .shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  :where(.sr-style) .shop-shell{width:calc(100% - 24px)}
  :where(.sr-style) .shop-hero{padding:11px 0 12px}.shop-promo-carousel{height:430px;border-radius:16px}.shop-promo-copy{width:100%;padding:29px 21px 92px;justify-content:flex-start}.shop-promo-copy h1,.shop-promo-copy h2{max-width:92%;margin-top:13px;font-size:31px!important;line-height:1.04!important}.shop-promo-copy>p{max-width:86%;font-size:11.5px;line-height:1.55}.shop-promo-actions{margin-top:16px}.shop-promo-actions a{min-height:39px;padding:0 12px;font-size:9.5px}.shop-hero-search{height:43px;margin-top:13px;width:88%}.shop-hero-search button{height:33px;padding:0 11px}
  :where(.sr-style) .shop-promo-art{right:14px;top:auto;bottom:38px;width:45%;height:155px;opacity:.92}.promo-market-art{display:none}.promo-duo .phi-main{right:0;top:0;width:100%;height:100%;border-width:4px;border-radius:14px}.promo-duo .phi-small,.promo-floating-note{display:none}.promo-rfq-art,.promo-supplier-art,.promo-join-art{width:42%;height:160px;bottom:40px}.promo-rfq-card{padding:12px;border-radius:13px}.promo-rfq-card>b{font-size:13px}.promo-rfq-card>div{display:none}.promo-supplier-card{padding:13px;border-radius:14px}.promo-supplier-card>b{font-size:14px}.promo-supplier-card p,.promo-supplier-card div,.psc-back{display:none!important}.promo-join-flow{display:none}.promo-join-id{min-width:0;width:100%;padding:12px}.promo-join-id b{font-size:14px}.shop-promo-arrow{display:none}.shop-promo-dots{bottom:13px}.shop-promo-trustbar{overflow-x:auto;justify-content:flex-start;white-space:nowrap;padding:0 12px;scrollbar-width:none}.shop-promo-trustbar::-webkit-scrollbar{display:none}
  :where(.sr-style) .shop-market{padding-top:2px}.shop-market-layout{display:block}.shop-category-panel{position:relative;top:auto;width:100%;height:auto;min-height:0;margin-bottom:12px;border-radius:14px}.shop-category-title{min-height:54px;flex-basis:54px}.shop-category-list{display:flex;overflow-x:auto;overflow-y:hidden;padding:7px;gap:7px;scrollbar-width:none}.shop-category-list::-webkit-scrollbar{display:none}.shop-category-link{flex:0 0 auto;min-height:42px;padding:0 12px;display:flex;gap:8px;border:1px solid #e5eaf0;border-radius:10px;background:#fff;box-shadow:none}.shop-category-link:hover,.shop-category-link.is-active{padding-left:12px;box-shadow:none;border-color:#a9c4ec;background:#f4f8ff}.shop-category-icon{width:25px;height:25px}.shop-category-link b{font-size:12px;white-space:nowrap}.shop-category-arrow,.shop-category-link em{display:none}.shop-all-products{display:none}.shop-catalog-head{padding:15px;border-radius:14px}.shop-catalog-title h2{font-size:24px}.shop-result-count{min-width:56px}
  :where(.sr-style) body.products-v2 #products .shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.shop-group-head h3{font-size:19px}.shop-custom-source{padding:19px 17px;align-items:flex-start;flex-direction:column}.shop-custom-source h3{font-size:19px}
  :where(.sr-global) body.products-v2 .discover-faq{padding:58px 0 76px}.discover-faq-grid{grid-template-columns:1fr!important;gap:9px!important}.discover-faq-head p{font-size:15px!important}.discover-faq-item summary{min-height:58px;padding:14px 15px!important;font-size:15px!important}.discover-faq-answer{padding:0 15px 15px!important}.discover-faq-answer p{font-size:14.5px!important}
}
@media(max-width:430px){
  :where(.sr-style) .shop-promo-carousel{height:410px}.shop-promo-copy h1,.shop-promo-copy h2{font-size:28px!important;line-height:1.04!important}.shop-promo-copy>p{max-width:96%}.shop-promo-art{display:none}.shop-hero-search{width:100%}
}

/* V6 hero timing/fit: all slide headings use one scale. */
:where(.sr-style) body.products-v2 .shop-promo-copy h1,:where(.sr-style) body.products-v2 .shop-promo-copy h2{font-size:clamp(34px,3vw,46px)!important;line-height:1.04!important;max-width:720px!important}
@media(max-width:920px){:where(.sr-style) body.products-v2 .shop-promo-copy h1,:where(.sr-style) body.products-v2 .shop-promo-copy h2{font-size:36px!important}}
@media(max-width:760px){:where(.sr-style) body.products-v2 .shop-promo-copy h1,:where(.sr-style) body.products-v2 .shop-promo-copy h2{font-size:29px!important}}
@media(max-width:430px){:where(.sr-style) body.products-v2 .shop-promo-copy h1,:where(.sr-style) body.products-v2 .shop-promo-copy h2{font-size:27px!important}}
@media(prefers-reduced-motion:reduce){:where(.sr-style) .shop-promo-slide{transition:none!important}}

/* ===== SHELROCK PRODUCT GRID LOCK — 2026-09-18 =====
   Mobile 1 · tablet portrait 2 · tablet landscape 3 · desktop keeps native design. */
@media (max-width:599px){
  #products .marketplace-product-grid,.products-sync-main .marketplace-product-grid,.import100-products .marketplace-product-grid{grid-template-columns:1fr!important;gap:16px!important}
}
@media (min-width:600px) and (max-width:899px){
  #products .marketplace-product-grid,.products-sync-main .marketplace-product-grid,.import100-products .marketplace-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (min-width:900px) and (max-width:1199px){
  #products .marketplace-product-grid,.products-sync-main .marketplace-product-grid,.import100-products .marketplace-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}


/* === OPS-PUBLISHED DYNAMIC PRODUCT === */
.dyn-product{background:#f8fafc;padding:42px 0 76px;min-height:70vh}.dyn-shell{width:min(calc(100% - 40px),1180px);margin:auto}.dyn-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.75fr);gap:28px}.dyn-media,.dyn-info{background:#fff;border:1px solid #e4e9f1;border-radius:20px;overflow:hidden}.dyn-media img{display:block;width:100%;height:520px;object-fit:cover}.dyn-info{padding:28px}.dyn-kicker{font-size:11px;color:#1557d5;font-weight:900;letter-spacing:.1em}.dyn-info h1{font-size:34px;line-height:1.1;margin:10px 0}.dyn-sub{color:#667085;font-size:14px}.dyn-verified{display:inline-flex;margin:14px 0;background:#ecfdf3;color:#067647;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900}.dyn-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.dyn-fact{padding:12px;border:1px solid #e8ebf1;border-radius:12px}.dyn-fact small{display:block;color:#667085}.dyn-fact b{font-size:14px}.dyn-desc{padding:16px 0;border-top:1px solid #edf0f4;color:#475467;line-height:1.6}.dyn-actions{display:flex;gap:10px;flex-wrap:wrap}.dyn-primary,.dyn-secondary{padding:13px 17px;border-radius:10px;font-weight:850}.dyn-primary{background:#101828;color:#fff}.dyn-secondary{border:1px solid #cfd6e2;color:#1557d5}.dyn-empty{background:#fff;border:1px solid #e4e9f1;border-radius:18px;padding:32px}@media(max-width:800px){.dyn-grid{grid-template-columns:1fr}.dyn-media img{height:340px}.dyn-info h1{font-size:28px}}
.sr-noscript-nav{padding:10px 18px;background:#fff;border-bottom:1px solid #e5eaf1;font:600 12px/1.5 Arial,sans-serif}.sr-noscript-nav a{color:#1557d5}


/* === SHARED PRODUCT CARD === */
/* SHELROCK SHARED B2B PRODUCT CARD — exact locked homepage card visual on Homepage + /products/ */
:where(.sr-style) #products .b2b-product-card{min-width:0!important;min-height:0!important;border:1px solid #dfe5ed!important;border-radius:15px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 5px 18px rgba(18,42,76,.055)!important;transition:transform .18s ease,box-shadow .18s ease!important;display:flex!important;flex-direction:column!important}
:where(.sr-style) #products .b2b-product-card:hover{transform:translateY(-4px)!important;box-shadow:0 17px 36px rgba(14,38,75,.13)!important}
:where(.sr-style) #products .b2b-product-card .product-image{height:166px!important;min-height:166px!important;flex-basis:166px!important;background:#f5f7fa!important;position:relative!important;display:block!important;overflow:hidden!important}
:where(.sr-style) #products .b2b-product-card .product-image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .35s ease!important}
:where(.sr-style) #products .b2b-product-card:hover .product-image img{transform:scale(1.035)!important}
:where(.sr-style) #products .image-tag{position:absolute!important;left:10px!important;top:10px!important;z-index:2!important;max-width:calc(100% - 54px)!important;padding:5px 7px!important;border-radius:6px!important;background:rgba(8,23,48,.86)!important;color:#fff!important;font-size:8.5px!important;font-weight:850!important;line-height:1.15!important;letter-spacing:.045em!important;text-transform:uppercase!important}
:where(.sr-style) #products .save-btn{position:absolute!important;right:9px!important;top:9px!important;z-index:5!important;width:32px!important;height:32px!important;border-radius:50%!important;border:1px solid rgba(0,0,0,.05)!important;background:rgba(255,255,255,.94)!important;color:#4f6075!important;display:grid!important;place-items:center!important;font-size:18px!important;line-height:1!important;cursor:pointer!important;padding:0!important;box-shadow:0 6px 18px rgba(7,20,42,.10)!important}
:where(.sr-style) #products .save-btn.is-saved{color:#ff5a1f!important;background:#fff1eb!important}
:where(.sr-style) #products .b2b-product-card .verified-strip{min-height:38px!important;height:38px!important;display:flex!important;align-items:center!important;gap:6px!important;padding:0 9px!important;background:linear-gradient(90deg,#f5fffa,#fff)!important;border-top:1px solid #dcece4!important;border-bottom:1px solid #e2e9e5!important;color:#087a4e!important;position:relative!important;overflow:hidden!important}
:where(.sr-style) #products .b2b-product-card .verified-strip:after{content:"";position:absolute;top:-20px;left:-45px;width:35px;height:80px;background:rgba(255,255,255,.65);transform:rotate(25deg);animation:sr-shared-verified-shine 5s ease-in-out infinite}
@keyframes sr-shared-verified-shine{0%,65%{left:-45px}85%,100%{left:110%}}
:where(.sr-style) #products .verified-check{width:22px!important;height:24px!important;flex:0 0 22px!important;border-radius:0!important;clip-path:polygon(50% 0,92% 16%,84% 72%,50% 100%,16% 72%,8% 16%)!important;background:linear-gradient(145deg,#13ae71,#067d50)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:10px!important;font-weight:900!important;box-shadow:0 4px 10px rgba(10,154,96,.18)!important}
:where(.sr-style) #products .b2b-product-card .verified-strip b{padding:4px 7px!important;border-radius:999px!important;background:linear-gradient(90deg,#0b925e,#0aa96a)!important;color:#fff!important;font-size:7px!important;letter-spacing:.055em!important;box-shadow:0 4px 10px rgba(8,144,91,.16)!important;position:relative!important;z-index:1!important}
:where(.sr-style) #products .b2b-product-card .verified-strip small{margin-left:auto!important;font-size:8.5px!important;font-weight:800!important;color:#64786c!important;position:relative!important;z-index:1!important}
:where(.sr-style) #products .b2b-product-body{padding:12px 12px 13px!important;display:flex!important;flex:1 1 auto!important;flex-direction:column!important;color:#14243d!important;background:#fff!important}
:where(.sr-style) #products .product-card-category{font-size:9px!important;color:#6d7d90!important;letter-spacing:.06em!important;line-height:1.25!important;margin-bottom:5px!important}
:where(.sr-style) #products .b2b-product-body .product-title{display:block!important;min-height:43px!important;font-size:15px!important;line-height:1.36!important;font-weight:830!important;color:#101b2d!important;text-decoration:none!important;margin:0!important}
:where(.sr-style) #products .product-price-line{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:8px!important;margin-top:12px!important;padding-top:11px!important;border-top:1px solid #edf1f5!important}
:where(.sr-style) #products .product-price-line small{font-size:9.5px!important;color:#7b899a!important}
:where(.sr-style) #products .product-price-line strong{font-size:15px!important;color:#172d49!important;line-height:1.15!important;text-align:right!important}
:where(.sr-style) #products .product-trade-facts{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important}
:where(.sr-style) #products .product-trade-facts span{min-width:0!important}
:where(.sr-style) #products .product-trade-facts small{display:block!important;font-size:8.5px!important;color:#8a97a6!important;margin-bottom:2px!important}
:where(.sr-style) #products .product-trade-facts b{display:block!important;font-size:10px!important;line-height:1.2!important;color:#35485f!important;white-space:normal!important}
:where(.sr-style) #products .product-supplier-identity{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:9px!important;margin-top:12px!important;padding-top:11px!important;border-top:1px solid #edf1f5!important}
:where(.sr-style) #products .product-supplier-identity>div{min-width:0!important}
:where(.sr-style) #products .product-supplier-identity small{display:block!important;font-size:8.5px!important;color:#8a97a6!important}
:where(.sr-style) #products .product-supplier-identity b{display:block!important;font-size:10.5px!important;line-height:1.25!important;color:#253950!important;margin:2px 0!important}
:where(.sr-style) #products .product-supplier-identity span{display:block!important;font-size:9px!important;color:#1557d5!important;font-weight:800!important}
:where(.sr-style) #products .product-location{max-width:90px!important;text-align:right!important;line-height:1.3!important}
:where(.sr-style) #products .b2b-product-body .card-quote{height:40px!important;min-height:40px!important;margin-top:12px!important;padding:0 11px!important;border-radius:8px!important;background:linear-gradient(135deg,#ff681d,#f04c18)!important;color:#fff!important;font-size:12px!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:space-between!important;text-decoration:none!important;box-shadow:none!important}
@media(max-width:760px){
 :where(.sr-style) #products .b2b-product-card{border-radius:12px!important;box-shadow:0 4px 13px rgba(19,38,69,.06)!important}
 :where(.sr-style) #products .b2b-product-card .product-image{height:138px!important;min-height:138px!important;flex-basis:138px!important}
 :where(.sr-style) #products .image-tag{left:7px!important;top:7px!important;padding:4px 5px!important;font-size:6.8px!important;border-radius:5px!important}
 :where(.sr-style) #products .save-btn{width:27px!important;height:27px!important;right:7px!important;top:7px!important;font-size:15px!important}
 :where(.sr-style) #products .b2b-product-card .verified-strip{height:32px!important;min-height:32px!important;padding:0 6px!important;gap:4px!important}
 :where(.sr-style) #products .verified-check{width:18px!important;height:20px!important;flex-basis:18px!important;font-size:8px!important}
 :where(.sr-style) #products .b2b-product-card .verified-strip b{font-size:7px!important;padding:3px 4px!important;letter-spacing:.025em!important}
 :where(.sr-style) #products .b2b-product-card .verified-strip small{display:none!important}
 :where(.sr-style) #products .b2b-product-body{padding:9px 8px 9px!important}
 :where(.sr-style) #products .product-card-category{font-size:7.5px!important;margin-bottom:3px!important}
 :where(.sr-style) #products .b2b-product-body .product-title{font-size:12px!important;line-height:1.28!important;min-height:46px!important;font-weight:820!important}
 :where(.sr-style) #products .product-price-line{display:block!important;margin-top:8px!important;padding-top:7px!important}
 :where(.sr-style) #products .product-price-line strong{display:block!important;margin-top:2px!important;text-align:left!important;font-size:13px!important}
 :where(.sr-style) #products .product-trade-facts{grid-template-columns:1fr!important;gap:4px!important;margin-top:7px!important}
 :where(.sr-style) #products .product-trade-facts span{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}
 :where(.sr-style) #products .product-trade-facts small{margin:0!important}
 :where(.sr-style) #products .product-supplier-identity{margin-top:7px!important;padding-top:6px!important}
 :where(.sr-style) #products .product-location{display:none!important}
 :where(.sr-style) #products .b2b-product-body .card-quote{height:34px!important;min-height:34px!important;margin-top:9px!important;padding:0 7px!important;font-size:8.5px!important;border-radius:7px!important;justify-content:center!important;gap:6px!important}
}
@media(max-width:390px){:where(.sr-style) #products .b2b-product-card .product-image{height:124px!important;min-height:124px!important;flex-basis:124px!important}:where(.sr-style) #products .b2b-product-body .product-title{font-size:11px!important}}

/* ===== SHELROCK PRODUCT GRID LOCK — 2026-09-18 =====
   Mobile 1 · tablet portrait 2 · tablet landscape 3 · desktop keeps native design. */
@media (max-width:599px){
  #products .marketplace-product-grid,.products-sync-main .marketplace-product-grid,.import100-products .marketplace-product-grid{grid-template-columns:1fr!important;gap:16px!important}
}
@media (min-width:600px) and (max-width:899px){
  #products .marketplace-product-grid,.products-sync-main .marketplace-product-grid,.import100-products .marketplace-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (min-width:900px) and (max-width:1199px){
  #products .marketplace-product-grid,.products-sync-main .marketplace-product-grid,.import100-products .marketplace-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}


/* === MOBILE ONE-COLUMN PRODUCT CARD POLISH === */
@media(max-width:599px){
  :where(.sr-style) #products .b2b-product-card .product-image{height:220px!important;min-height:220px!important;flex-basis:220px!important}
  :where(.sr-style) #products .b2b-product-card .verified-strip{height:36px!important;min-height:36px!important;padding:0 10px!important;gap:6px!important}
  :where(.sr-style) #products .verified-check{width:21px!important;height:23px!important;flex-basis:21px!important;font-size:9px!important}
  :where(.sr-style) #products .b2b-product-card .verified-strip b{font-size:7.5px!important;padding:4px 6px!important}
  :where(.sr-style) #products .b2b-product-body{padding:14px!important}
  :where(.sr-style) #products .product-card-category{font-size:9px!important;margin-bottom:5px!important}
  :where(.sr-style) #products .b2b-product-body .product-title{font-size:15px!important;line-height:1.32!important;min-height:auto!important}
  :where(.sr-style) #products .product-price-line{display:flex!important;margin-top:12px!important;padding-top:10px!important}
  :where(.sr-style) #products .product-price-line strong{text-align:right!important;font-size:15px!important}
  :where(.sr-style) #products .product-trade-facts{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important}
  :where(.sr-style) #products .product-trade-facts span{display:block!important}
  :where(.sr-style) #products .product-supplier-identity{margin-top:12px!important;padding-top:10px!important}
  :where(.sr-style) #products .product-location{display:block!important;max-width:120px!important}
  :where(.sr-style) #products .b2b-product-body .card-quote{height:42px!important;min-height:42px!important;margin-top:12px!important;font-size:11px!important;justify-content:space-between!important;padding:0 12px!important}
}
