:root { color-scheme: light; }
.onexpo-section,.onexpo-block{padding-top:var(--onexpo-section-pt);padding-bottom:var(--onexpo-section-pb);background:var(--onexpo-section-bg,#fff)}
.onexpo-container{max-width:var(--onexpo-container-width);margin:0 auto;padding-left:var(--onexpo-container-padding);padding-right:var(--onexpo-container-padding)}
.onexpo-grid{display:grid;gap:22px;align-items:start;justify-items:stretch}
.onexpo-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.onexpo-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.onexpo-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.onexpo-grid.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.onexpo-grid.cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}
.onexpo-archive-hero{position:relative;display:flex;align-items:center;background-size:cover;background-position:center;min-height:410px;color:#fff}
.onexpo-archive-hero__overlay{position:absolute;inset:0;background:rgba(0,0,0,.42)}
.onexpo-archive-hero__content{position:relative;z-index:1;max-width:620px}
.onexpo-archive-hero__content h1{font-family:var(--onexpo-font-heading);font-size:56px;line-height:1.05;margin:0 0 14px;font-weight:700}
.onexpo-archive-hero__content p{font-size:22px;line-height:1.35;margin:0}
.onexpo-filters{background:#fff;border:0;padding-top:14px}
.onexpo-filters__row{display:grid;grid-template-columns:1fr 1fr 1fr 2fr auto;gap:14px;padding-top:10px;padding-bottom:10px}
.onexpo-filters input,.onexpo-filters select{height:44px;border:1px solid #e1e3e8;padding:0 14px;background:#fff;border-radius:2px}
.onexpo-card{background:transparent;position:relative;font-family:var(--onexpo-font-primary)}
.onexpo-card{padding-bottom:14px}
.onexpo-grid > .onexpo-card{width:100%;margin:0}
.onexpo-card__media{position:relative;overflow:hidden}
.onexpo-card__image img{display:block;width:100%;aspect-ratio:0.86/1;object-fit:cover}
.onexpo-badge{position:absolute;top:14px;left:14px;background:#f07a00;color:#fff;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;z-index:2}
.onexpo-card__overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(39,41,47,.88), rgba(39,41,47,.26));color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;opacity:0;transition:opacity .22s ease}
.onexpo-card:hover .onexpo-card__overlay{opacity:1}
.onexpo-grid.compare-mode-active .onexpo-card .onexpo-card__overlay{opacity:1;pointer-events:auto}
body.onexpo-compare-mode-active .onexpo-archive2 .onexpo-grid>.onexpo-card .onexpo-card__overlay{display:flex !important;opacity:1 !important;pointer-events:auto !important}
.onexpo-card__overlay-specs{margin-bottom:10px}
.onexpo-card__overlay-row{display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.4);padding:8px 0;font-size:14px}
.onexpo-card__overlay-bullets{list-style:none;padding:0;margin:8px 0 12px}
.onexpo-card__overlay-bullets li{font-size:13px;opacity:.96;margin:4px 0}
.onexpo-card__overlay-actions{display:flex;justify-content:space-between;align-items:center;gap:10px}
.onexpo-card__overlay-actions a{color:#fff;text-decoration:underline;font-weight:600;font-size:14px}
.onexpo-card__brand{color:#f07a00;font-size:13px;letter-spacing:.04em;text-transform:uppercase;margin-top:12px;font-weight:600}
.onexpo-card__title{font-size:34px;line-height:1.15;margin:6px 0 8px;font-family:var(--onexpo-font-heading);font-weight:500}
.onexpo-card__title a{text-decoration:none;color:#2d2f35;font-size:34px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.onexpo-card__under-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:8px 0 12px;padding-bottom:12px;border-bottom:1px solid #d9d9d9}
.onexpo-card__application{font-size:16px;line-height:1.25;color:#2d2f35;text-decoration:none;border-bottom:1px dotted currentColor;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.onexpo-card__application:only-child{max-width:100%}
.onexpo-card__rating{margin-left:auto;display:inline-flex;align-items:center;gap:8px;font-size:16px;line-height:1;color:#2d2f35;font-weight:600;white-space:nowrap}
.onexpo-card__rating i{color:#ff9b26;font-size:20px}
.onexpo-card__sku{color:#8f939a;font-size:13px;margin-bottom:10px}
.onexpo-pill{display:inline-block;background:#dfe6ff;color:#1f3d86;padding:6px 12px;border-radius:999px;font-size:13px;margin-bottom:12px;font-weight:500}
.onexpo-card .onexpo-pill{align-self:flex-start;width:auto;max-width:100%}
.onexpo-btn{display:inline-flex;align-items:center;justify-content:center;height:54px;padding:0 20px;border-radius:0;background:#f07a00;color:#fff;border:1px solid #f07a00;text-decoration:none;cursor:pointer;font-size:18px;font-weight:600}
.onexpo-btn--outline{background:#fff;color:#f07a00}
.onexpo-btn--light{background:#fff;color:#f07a00;border-color:#fff}
.onexpo-btn--full{width:100%}
.onexpo-add-to-quote.is-added{background:#f07a00 !important;border:1.5px solid #f07a00 !important;color:#fff !important;pointer-events:none}
.onexpo-quote-toast{position:fixed;right:22px;bottom:22px;z-index:9999;background:#1f242d;color:#fff;padding:10px 14px;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.25);opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease;font-size:14px}
.onexpo-quote-toast.is-visible{opacity:1;transform:translateY(0)}
.onexpo-block--with-overlay,.onexpo-cta--with-overlay{position:relative;overflow:hidden}
.onexpo-block--with-overlay > .onexpo-archive-hero__overlay,.onexpo-cta--with-overlay > .onexpo-archive-hero__overlay{position:absolute;inset:0;background:rgba(0,0,0,.2);pointer-events:none}
.onexpo-block--with-overlay > .onexpo-container,.onexpo-cta--with-overlay > .onexpo-container{position:relative;z-index:1}
.onexpo-compare-toggle{border:1px solid rgba(255,255,255,.8);background:#fff;padding:8px 14px;cursor:pointer;font-size:14px;color:#2b2f35;border-radius:4px;min-width:110px}
.onexpo-compare-toggle.is-selected{background:#0b2674;color:#fff;border-color:#0b2674}
.onexpo-pagination{margin:24px 0}
.onexpo-block .onexpo-grid{margin-bottom:22px}
.onexpo-pagination .page-numbers{margin-right:10px;color:#787b83;text-decoration:none}
.onexpo-pagination .current{color:#fff;background:#f07a00;padding:3px 8px}
.onexpo-head-row{display:flex;justify-content:space-between;align-items:center}
.onexpo-head-row h2{font-size:38px}
.onexpo-tile,.onexpo-brand-tile{display:flex;align-items:center;justify-content:center;height:96px;background:transparent;border:0;text-decoration:none;color:#2a2e34;font-size:14px}
.onexpo-brand-tile img{max-width:78%;max-height:56px;object-fit:contain}
.onexpo-cta{background:#f07a00;padding:54px 0;color:#fff}
.onexpo-cta__wrap{display:flex;justify-content:space-between;align-items:center;gap:20px}
.onexpo-cta h2{font-size:48px;line-height:1.1;margin:0 0 10px}
.onexpo-cta p{font-size:20px;margin:0}
.onexpo-pdp-gallery__main img{width:100%;height:auto}
.onexpo-pdp-gallery__thumbs{display:flex;gap:8px;margin-top:10px}
.onexpo-pdp-gallery__thumbs span img{width:62px;height:62px;object-fit:cover;border:1px solid var(--onexpo-color-border)}
.onexpo-pdp-summary h1{font-size:44px;margin:8px 0 12px}
.onexpo-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.onexpo-variation-picker{margin:14px 0 22px}
.onexpo-variation-picker__label{font-size:14px;color:#5e6570;margin-bottom:10px}
.onexpo-variation-swatches{display:flex;gap:12px;flex-wrap:wrap}
.onexpo-variation-other{margin-top:12px;max-width:320px}
.onexpo-variation-other label{display:block;font-size:13px;color:#5e6570;margin-bottom:6px}
.onexpo-variation-other select{width:100%;height:40px;border:1px solid #d6d9df;background:#fff;border-radius:4px;padding:0 10px;color:#2d2f35}
.onexpo-variation-swatch{width:48px;height:28px;border:1px solid #d6d9df;background:#fff;border-radius:5px;padding:3px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
.onexpo-variation-swatch span{display:block;width:100%;height:100%;border-radius:3px}
.onexpo-variation-swatch.is-active{border-color:#333;box-shadow:0 0 0 2px #fff,0 0 0 3px #333}
.onexpo-variation-swatch__text{font-size:11px;line-height:20px;text-transform:uppercase;color:#333;background:#eef0f3}
.onexpo-request-quote__variation{font-size:13px;color:#666;margin-top:6px}
.onexpo-spec-table,.onexpo-compare-table{width:100%;border-collapse:collapse}
.onexpo-spec-table th,.onexpo-spec-table td,.onexpo-compare-table th,.onexpo-compare-table td{border-bottom:1px solid #d7dbe2;padding:20px;text-align:left;font-size:16px}
.onexpo-compare-tray{position:fixed;left:24px;bottom:24px;z-index:99;display:flex;gap:14px;align-items:center;background:#25284e;color:#fff;padding:14px 18px;border-radius:999px;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.onexpo-compare-tray .onexpo-btn{height:40px;font-size:14px;padding:0 16px;background:transparent;border-color:rgba(255,255,255,.35);color:#fff}
.onexpo-compare-page{background:#eceef2;padding-bottom:80px}
.onexpo-compare-status{display:flex;justify-content:space-between;align-items:center;padding:36px 0 20px}
.onexpo-compare-status h2{font-size:52px;line-height:1.1;max-width:430px;margin:0}
.onexpo-compare-empty{padding:8px 0 20px}
.onexpo-compare-empty p{font-size:22px;margin:0 0 10px}
.onexpo-compare-slots{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-bottom:24px}
.onexpo-compare-slot{background:transparent;border:1px solid #b7bbc2;padding:14px;min-height:430px;position:relative}
.onexpo-compare-slot img{width:100%;height:300px;object-fit:cover;margin-bottom:12px}
.onexpo-compare-slot--empty{display:flex;align-items:center;justify-content:center;color:#a5a5a5;font-size:80px;background:transparent}
.onexpo-compare-name{font-size:32px;line-height:1.2}
.onexpo-remove{position:absolute;right:8px;top:8px;border:none;background:#f1f1f1;width:36px;height:36px;cursor:pointer;font-size:22px}
@media (max-width:1360px){
  .onexpo-card__title,.onexpo-card__title a{font-size:26px}
  .onexpo-compare-name{font-size:22px}
}
@media (max-width:1024px){
  .onexpo-grid.cols-6,.onexpo-grid.cols-5,.onexpo-grid.cols-4{grid-template-columns:repeat(3,minmax(0,1fr))}
  .onexpo-filters__row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .onexpo-archive-hero__content h1{font-size:46px}
  .onexpo-archive-hero__content p{font-size:20px}
  .onexpo-compare-slots{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767px){
  .onexpo-grid.cols-6,.onexpo-grid.cols-5,.onexpo-grid.cols-4,.onexpo-grid.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .onexpo-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .onexpo-cta__wrap,.onexpo-compare-status{flex-direction:column;align-items:flex-start}
  .onexpo-compare-slots{grid-template-columns:1fr}
  .onexpo-compare-table{display:block;overflow-x:auto}
  .onexpo-archive-hero{min-height:280px}
  .onexpo-archive-hero__content h1{font-size:34px}
}
@media (max-width:520px){
  .onexpo-grid.cols-6,.onexpo-grid.cols-5,.onexpo-grid.cols-4,.onexpo-grid.cols-3,.onexpo-grid.cols-2{grid-template-columns:1fr}
}
@media print {
  header, footer, .onexpo-compare-tray, .onexpo-remove, .onexpo-filters, .onexpo-btn { display:none !important; }
  .onexpo-compare-page { background:#fff; }
}
.onexpo-pdp-two-col{display:grid;grid-template-columns:1.15fr 1fr;gap:36px;padding-top:32px;padding-bottom:12px}
.onexpo-compare-page .onexpo-archive-hero{min-height:270px}
.onexpo-compare-status{padding:28px 0 14px}
.onexpo-compare-status h2{font-size:26px;line-height:1.2;max-width:300px;margin:0;color:#2b2f35}
.onexpo-compare-slots{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-bottom:24px}
.onexpo-compare-slot{background:#fff;border:1px solid #c9ced6;padding:10px;min-height:360px;position:relative}
.onexpo-compare-slot img{width:100%;height:210px;object-fit:cover;margin-bottom:10px}
.onexpo-compare-slot--empty{display:flex;align-items:center;justify-content:center;color:#aeb3bc;font-size:60px;background:transparent;cursor:pointer}
.onexpo-compare-name{font-size:16px;line-height:1.25;color:#2b2f35}
.onexpo-compare-empty p{font-size:16px;margin:0 0 10px;color:#2b2f35}
@media (max-width:1024px){.onexpo-pdp-two-col{grid-template-columns:1fr}.onexpo-compare-slots{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:767px){.onexpo-compare-slots{grid-template-columns:1fr}}

.onexpo-compare-slot--empty{border:1px solid #c9ced6;background:transparent}
button.onexpo-compare-slot--empty{appearance:none;-webkit-appearance:none;background:transparent}

.onexpo-compare-tray[hidden]{display:none !important;}
.onexpo-pdp-gallery__main-wrap{position:relative}
.onexpo-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:none;border-radius:999px;background:rgba(0,0,0,.55);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}
.onexpo-gallery-nav--prev{left:14px}
.onexpo-gallery-nav--next{right:14px}
.onexpo-pdp-gallery__thumbs{display:flex;gap:10px;margin-top:14px}
.onexpo-pdp-gallery__thumb{border:1px solid #d4d8df;background:#fff;padding:0;cursor:pointer}
.onexpo-pdp-gallery__thumb img{display:block;width:66px;height:66px;object-fit:cover}
.onexpo-pdp-gallery__thumb.is-active{border-color:#0a2673;box-shadow:inset 0 0 0 1px #0a2673}
.onexpo-card__overlay-bullets i{width:16px;margin-right:8px;color:#fff}
.onexpo-pdp-specs__sheet{margin:16px 0 8px;padding-bottom:14px;border-bottom:1px dotted #cfd5dd}
.onexpo-pdp-specs__sheet a{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#2d2f35}
.onexpo-pdp-specs__toggle{width:100%;display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;border-bottom:1px dotted #cfd5dd;padding:10px 0 14px;cursor:pointer;font-size:22px;color:#2d2f35}
.onexpo-pdp-specs__content{padding-top:12px}
.onexpo-view-quote-list{display:inline-flex;align-items:center;gap:8px;margin-top:16px;padding:8px 16px;background:#f07a00;color:#fff;border-radius:999px;text-decoration:none;font-size:14px;font-weight:600}
.onexpo-compare-toggle{display:inline-flex;align-items:center;gap:8px}
.onexpo-card__compare-inline{display:none}
.onexpo-compare-toggle i{font-size:16px}
.onexpo-card__overlay-actions .onexpo-compare-toggle span{font-size:14px}
.onexpo-pdp-gallery__main{height:620px;border:1px solid #cfd5dd;display:flex;align-items:center;justify-content:center;background:#fff}
.onexpo-pdp-gallery__main img{width:100%;height:100%;object-fit:cover}
.onexpo-pdp-tags{display:flex;gap:10px;flex-wrap:wrap;margin:4px 0 10px}
.onexpo-pdp-tags a{font-size:13px;color:#3b3f47;text-decoration:underline}
.onexpo-pdp-divider{border:none;border-top:1px solid #d8dde4;margin:8px 0 14px}
.onexpo-pdp-rating{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;color:#2d2f35;font-size:18px;font-weight:600}
.onexpo-pdp-rating i{color:#ff9b26;font-size:20px}
.onexpo-pdp-under-title{margin:6px 0 14px}
.onexpo-spec-table{background:transparent !important}
.onexpo-pdp-specs,.onexpo-pdp-specs__sheet,.onexpo-pdp-specs__sheet a,.onexpo-pdp-specs__toggle,.onexpo-pdp-specs__content{background:transparent !important}
.onexpo-pdp-specs__toggle{color:#2d2f35 !important}
.onexpo-view-quote-list{margin-bottom:12px}
.onexpo-quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.onexpo-quote-form input,.onexpo-quote-form textarea{width:100%;border:1px solid #e1e5ea;background:#fff;padding:12px;margin-bottom:10px}
.onexpo-quote-form__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.onexpo-quote-products [data-onexpo-quote-item]{display:grid;grid-template-columns:48px 1fr auto auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #e2e6ec}
.onexpo-quote-products img{width:36px;height:36px;object-fit:cover}
.onexpo-quote-item-tags{font-size:11px;color:#6a707a;margin-top:4px;line-height:1.3}
.onexpo-quote-products input[type=number]{width:74px}
.onexpo-quote-thanks{padding:80px 0;background-size:cover;background-position:center}
.onexpo-quote-thanks__card{max-width:700px;margin:0 auto;background:rgba(255,255,255,.9);padding:46px;text-align:center}
@media (max-width:1024px){.onexpo-pdp-gallery__main{height:440px}.onexpo-quote-grid{grid-template-columns:1fr}}
.onexpo-pdp-brand{display:flex;align-items:center;min-height:24px;margin-bottom:6px}
.onexpo-pdp-brand__logo{max-height:28px;max-width:140px;object-fit:contain}
.onexpo-remove{font-family:Arial, sans-serif;font-weight:700;line-height:1}
.onexpo-compare-table td{text-align:center}
.onexpo-pdp-gallery{width:100%;max-width:100%;overflow:hidden}
.onexpo-pdp-gallery__main-wrap{width:100%;max-width:100%;overflow:hidden}
.onexpo-pdp-gallery__main{width:100%;max-width:100%;height:620px !important;overflow:hidden;position:relative;box-sizing:border-box}
.onexpo-pdp-gallery__main img{display:block !important;width:100% !important;height:100% !important;max-width:none !important;object-fit:cover !important;object-position:center center !important}
.onexpo-compare-table{width:100%;table-layout:fixed}
.onexpo-compare-table th{width:22%}
.onexpo-compare-table td{width:19.5%;white-space:normal;word-break:break-word}
.onexpo-remove{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background:#3f4350;color:#fff;border:none;border-radius:0;font-size:24px;cursor:pointer}
.onexpo-compare-slot{overflow:hidden}

.onexpo-active-filters{display:flex;align-items:center;gap:8px;padding:8px 0 14px}
.onexpo-chip{display:inline-flex;padding:6px 10px;background:#dfe6ff;color:#1f3d86;border-radius:999px;font-size:12px}
.onexpo-breadcrumb-wrap{padding:10px 0 8px}
.onexpo-breadcrumb-wrap .woocommerce-breadcrumb{font-size:13px;color:#757b84;margin:0}
.onexpo-breadcrumb-wrap .woocommerce-breadcrumb a{color:#2d2f35;text-decoration:none}
.onexpo-tile,.onexpo-brand-tile{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;height:auto;padding:0;background:transparent;border:0;text-decoration:none;color:#2a2e34;font-size:14px;overflow:hidden}
.onexpo-tile{min-height:140px}
.onexpo-brand-tile{min-height:96px;justify-content:center}
.onexpo-tile__media,.onexpo-brand-tile__media{display:block;width:100%;height:110px;overflow:hidden}
.onexpo-brand-tile__media{height:70px}
.onexpo-tile__media img,.onexpo-brand-tile__media img{display:block;width:100%;height:100%;object-fit:cover}
.onexpo-brand-tile__media img{object-fit:contain;padding:4px;background:transparent}
.onexpo-tile__label,.onexpo-brand-tile__label{display:block;text-align:center;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
@media print{.onexpo-compare-page .onexpo-archive-hero{min-height:120px !important}.onexpo-compare-slots{grid-template-columns:repeat(4,1fr)!important;gap:8px!important}.onexpo-compare-slot{min-height:220px!important;padding:6px!important}.onexpo-compare-table th,.onexpo-compare-table td{font-size:11px!important;padding:6px!important}}

/* Grid/card consistency + mobile tile behavior overrides */
.onexpo-product-grid > .onexpo-card{display:flex;flex-direction:column;height:100%}
.onexpo-product-grid > .onexpo-card .onexpo-btn--full{margin-top:auto}
.onexpo-product-grid > .onexpo-card .onexpo-card__title a{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.onexpo-tile-grid--categories .onexpo-tile__media{aspect-ratio:1/1;height:auto}
.onexpo-tile-grid--categories .onexpo-tile__media img{aspect-ratio:1/1;object-fit:cover}

@media (max-width:767px){
  .onexpo-product-grid.cols-2,.onexpo-product-grid.cols-3,.onexpo-product-grid.cols-4,.onexpo-product-grid.cols-5,.onexpo-product-grid.cols-6{grid-template-columns:1fr}
  .onexpo-product-grid > .onexpo-card .onexpo-card__title,.onexpo-product-grid > .onexpo-card .onexpo-card__title a{font-size:22px}
  .onexpo-product-grid > .onexpo-card .onexpo-card__under-title{gap:10px;margin:8px 0 10px;padding-bottom:10px}
  .onexpo-product-grid > .onexpo-card .onexpo-card__application{font-size:15px;max-width:70%}
  .onexpo-product-grid > .onexpo-card .onexpo-card__rating{font-size:15px;gap:6px}
  .onexpo-product-grid > .onexpo-card .onexpo-card__rating i{font-size:17px}
  .onexpo-pdp-summary .onexpo-card__under-title{gap:10px;margin:8px 0 10px;padding-bottom:10px}
  .onexpo-pdp-summary .onexpo-card__application{font-size:15px;max-width:70%}
  .onexpo-pdp-summary .onexpo-card__rating{font-size:15px;gap:6px}
  .onexpo-pdp-summary .onexpo-card__rating i{font-size:17px}
  .onexpo-product-grid > .onexpo-card .onexpo-card__overlay{padding:16px}
  .onexpo-product-grid > .onexpo-card .onexpo-card__overlay-row{font-size:13px}
  .onexpo-product-grid > .onexpo-card .onexpo-card__overlay-bullets li{font-size:12px}
  .onexpo-product-grid > .onexpo-card .onexpo-card__overlay-actions{flex-wrap:wrap}
  .onexpo-tile-grid{display:grid !important;grid-auto-flow:column;grid-auto-columns:minmax(120px,38vw);grid-template-columns:none !important;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding-bottom:6px}
  .onexpo-tile-grid > a{scroll-snap-align:start}
  .onexpo-tile-grid--categories{grid-auto-columns:minmax(128px,40vw)}
  .onexpo-tile-grid--brands{grid-auto-columns:minmax(100px,30vw)}
  .onexpo-tile-grid .onexpo-tile{min-height:auto;padding:8px}
  .onexpo-tile-grid .onexpo-brand-tile{min-height:72px;padding:8px}
  .onexpo-tile-grid .onexpo-brand-tile__media{height:44px}
}

/* PDP alignment with product.html reference */
.onexpo-pdp-page .onexpo-pdp-two-col{gap:60px;padding-top:0;padding-bottom:60px}
.onexpo-pdp-page .onexpo-pdp-summary h1{font-size:42px;line-height:1.2;margin:4px 0 8px}
.onexpo-pdp-page .onexpo-pdp-summary p{font-size:14px;line-height:1.6;color:#555;margin-bottom:20px}
.onexpo-pdp-page .onexpo-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0 10px}
.onexpo-pdp-page .onexpo-actions .onexpo-btn{height:54px;font-size:14px;font-weight:700}
.onexpo-pdp-page .onexpo-actions .onexpo-btn--outline{background:#fff;border:1.5px solid #e76800;color:#e76800}
.onexpo-pdp-page .onexpo-pdp-summary .onexpo-card__under-title{margin:6px 0 14px;padding-bottom:12px;border-bottom:1px solid #d9d9d9}
.onexpo-pdp-page .onexpo-pdp-specs__sheet{margin-top:8px}
.onexpo-pdp-page .onexpo-pdp-specs__toggle{font-size:15px}
.onexpo-pdp-page__summary-col{position:relative}
.onexpo-pdp-page__quote-float-wrap{display:flex;justify-content:flex-end;position:sticky;bottom:12px;z-index:3;pointer-events:none;padding-top:10px;max-width:100%}
.onexpo-pdp-page__quote-float-wrap .onexpo-view-quote-list{pointer-events:auto}
.onexpo-view-quote-list--floating{gap:10px;padding:10px 18px;box-shadow:0 8px 24px rgba(231,104,0,.35);max-width:100%}
.onexpo-view-quote-list__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#fff;color:#e76800;font-size:12px;font-weight:700}
.onexpo-pdp-section-title{font-size:26px;font-weight:700;margin:0 0 28px}
.onexpo-pdp-section-title span{text-decoration:underline}
.onexpo-pdp-products-block{padding-top:54px}
.onexpo-pdp-question-banner{margin:40px auto 100px;max-width:var(--onexpo-container-width);padding:0 24px;display:flex;align-items:center;gap:46px;background:#f07a00;color:#fff;min-height:260px}
.onexpo-pdp-question-banner__frame{width:170px;height:210px;background:#fff;padding:10px;flex-shrink:0;box-shadow:12px 12px 0 rgba(255,255,255,.18)}
.onexpo-pdp-question-banner__frame img{display:block;width:100%;height:100%;object-fit:cover}
.onexpo-pdp-question-banner__text h2{font-size:34px;line-height:1.15;margin:0 0 10px}
.onexpo-pdp-question-banner__text p{margin:0;font-size:16px;line-height:1.45;opacity:.94}
.onexpo-pdp-question-banner__cta{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 34px;background:#fff;color:#f07a00;text-decoration:none;font-weight:700}

/* Square brand logo tiles */
.onexpo-tile-grid--brands .onexpo-brand-tile{aspect-ratio:1/1;min-height:0;background:#f2f3f5;padding:0}
.onexpo-tile-grid--brands .onexpo-brand-tile__media{height:100%;display:flex;align-items:center;justify-content:center}
.onexpo-tile-grid--brands .onexpo-brand-tile__media img{width:88%;height:88%;object-fit:contain;padding:0;background:transparent}

/* Keep brand tiles compact and bordered even when few brands are returned */
.onexpo-tile-grid--brands .onexpo-brand-tile{width:100%;max-width:170px;justify-self:start;border:1px solid #dfe3e8}

/* PDP related-product cards border */
.onexpo-pdp-products-block .onexpo-card{border:none;padding:0 0 14px;background:transparent}
.onexpo-pdp-products-block .onexpo-card__media{border-bottom:none}

/* Modern compare page */
.onexpo-compare-page--modern{background:#fff;padding-bottom:0}
.onexpo-compare-page--modern .onexpo-archive-hero{min-height:250px}
.onexpo-compare-page--modern .onexpo-archive-hero__content p{margin:0;font-size:16px;max-width:620px}
.onexpo-compare-modern-wrap{position:relative;background:#f9f9f9;padding:40px 0 80px}
.onexpo-compare-close{position:absolute;top:18px;right:24px;border:none;background:transparent;font-size:22px;color:#666;cursor:pointer;z-index:3}
.onexpo-compare-top{display:grid;grid-template-columns:1fr 4fr;gap:30px;align-items:start;margin-bottom:36px}
.onexpo-compare-top__cta h2{font-size:20px;line-height:1.3;margin:0 0 18px;color:#333}
.onexpo-compare-print{display:inline-flex;align-items:center;gap:8px;background:#333;color:#fff;border:none;padding:8px 18px;border-radius:2px;font-size:12px;font-weight:600;cursor:pointer}
.onexpo-compare-page--modern .onexpo-compare-slots{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin:0}
.onexpo-compare-page--modern .onexpo-compare-slot{background:#fff;border:1px solid #eee;padding:15px;min-height:0}
.onexpo-compare-page--modern .onexpo-compare-slot img{height:190px;object-fit:contain;background:#fff;border:1px solid #eee;margin-bottom:12px}
.onexpo-compare-page--modern .onexpo-compare-name{font-size:13px;line-height:1.4;color:#444}
.onexpo-compare-page--modern .onexpo-card__brand{font-size:11px;margin:0 0 8px}
.onexpo-compare-page--modern .onexpo-card__sku{font-size:11px;color:#999}
.onexpo-compare-page--modern .onexpo-compare-slot--empty{background:#fff;border:1px solid #eee;color:#e0e0e0;font-size:64px;min-height:320px}
.onexpo-compare-page--modern .onexpo-remove{background:transparent;color:#666;border:none}
.onexpo-compare-table-wrap{background:#fff;border:1px solid #eee;overflow:auto}
.onexpo-compare-page--modern .onexpo-compare-table{min-width:900px}
.onexpo-compare-page--modern .onexpo-compare-table th{padding:25px 20px;font-size:18px;background:#fff}
.onexpo-compare-page--modern .onexpo-compare-table td{padding:18px 20px;color:#555}
.onexpo-compare-page--modern .onexpo-compare-table tr:nth-child(even) td{background:#f7f7f7}
.onexpo-compare-page--modern .onexpo-compare-table td:first-child{color:#999 !important;font-weight:600}

/* Modern quote list page */
.onexpo-quote-list--modern{background:#fff;padding:40px 0}
.onexpo-quote-list--modern .onexpo-quote-list__title{text-align:center;font-size:32px;font-weight:700;color:#2a2c41;margin:0 0 50px}
.onexpo-quote-list--modern .onexpo-quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.onexpo-quote-list--modern .onexpo-quote-form--modern h3{font-size:18px;font-weight:700;margin:0 0 10px}
.onexpo-quote-list--modern .onexpo-quote-form--modern p{font-size:14px;color:#777;margin:0 0 25px}
.onexpo-quote-list--modern .onexpo-quote-form input,.onexpo-quote-list--modern .onexpo-quote-form textarea{border:none;background:#f2f2f2;padding:15px 20px;font-size:14px}
.onexpo-quote-list--modern .onexpo-quote-form textarea{height:150px;resize:none;margin-bottom:30px}
.onexpo-quote-list--modern .onexpo-quote-form .onexpo-btn{width:100%;height:56px;border:none;border-radius:4px;background:#e76800;color:#fff;font-size:16px;font-weight:700}
.onexpo-quote-list--modern .onexpo-quote-products--modern{border-left:1px solid #eee;padding-left:40px}
.onexpo-quote-list--modern .onexpo-quote-products--modern h3{font-size:18px;font-weight:600;color:#555;margin:0 0 30px}
.onexpo-quote-list--modern .onexpo-quote-products [data-onexpo-quote-item]{display:flex;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid #eee;grid-template-columns:none}
.onexpo-quote-list--modern .onexpo-quote-products img{width:50px;height:50px;object-fit:contain;margin:0}
.onexpo-quote-list--modern .onexpo-quote-products strong{display:block;color:#e76800;font-size:11px;font-weight:700;text-transform:uppercase;margin-bottom:4px}
.onexpo-quote-list--modern .onexpo-quote-products [data-onexpo-quote-item] > div:nth-child(2) > div{font-size:15px;font-weight:600;color:#2a2c41}
.onexpo-quote-list--modern [data-onexpo-quote-qty]{display:none}
.onexpo-quote-list--modern [data-onexpo-quote-remove]{margin-left:auto;background:none;border:none;color:#e54b4b;font-size:16px;padding:10px;cursor:pointer}

@media (max-width:850px){
  .onexpo-quote-list--modern .onexpo-quote-grid{grid-template-columns:1fr;gap:50px}
  .onexpo-quote-list--modern .onexpo-quote-products--modern{border-left:none;padding-left:0;border-top:1px solid #eee;padding-top:40px}
  .onexpo-compare-page--modern .onexpo-compare-top{display:block}
  .onexpo-compare-page--modern .onexpo-compare-top__cta{padding:0 0 20px}
  .onexpo-compare-page--modern .onexpo-compare-slots{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}
  .onexpo-compare-page--modern .onexpo-compare-slot,.onexpo-compare-page--modern .onexpo-compare-slot--empty{flex:0 0 75%;scroll-snap-align:start}
}
@media (max-width:480px){
  .onexpo-quote-list--modern .onexpo-quote-list__title{font-size:26px}
  .onexpo-compare-page--modern .onexpo-archive-hero__content h1{font-size:28px}
}

/* Modern request quote (single product) */
.onexpo-request-quote--modern{position:relative;min-height:100vh;background-position:center;background-size:cover;padding:24px 0}
.onexpo-request-quote--modern .onexpo-request-quote__overlay{position:absolute;inset:0;background:rgba(0,0,0,.2);backdrop-filter:blur(6px)}
.onexpo-request-quote--modern .onexpo-container{position:relative;z-index:1}
.onexpo-request-quote--modern .onexpo-request-quote__modal{display:grid;grid-template-columns:1fr 1.3fr;gap:20px;max-width:920px;margin:0 auto}
.onexpo-request-quote--modern .onexpo-request-quote__card{background:#fff;padding:36px;box-shadow:0 15px 35px rgba(0,0,0,.2);display:flex;flex-direction:column}
.onexpo-request-quote--modern .onexpo-request-quote__product h4{font-size:14px;font-weight:500;margin:0 0 18px;color:#1a1a1a}
.onexpo-request-quote--modern .onexpo-request-quote__image-wrap{flex-grow:1;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.onexpo-request-quote--modern .onexpo-request-quote__image-wrap img{max-width:100%;max-height:300px;object-fit:contain}
.onexpo-request-quote--modern .onexpo-request-quote__meta h3{margin:6px 0 0;font-size:18px;line-height:1.35;color:#1a1a1a}
.onexpo-request-quote--modern .onexpo-request-quote__empty{font-size:14px;color:#666}
.onexpo-request-quote--modern .onexpo-request-quote__form h2{font-size:18px;margin:0 0 8px;color:#333}
.onexpo-request-quote--modern .onexpo-request-quote__form p{font-size:13px;color:#666;margin:0 0 24px}
.onexpo-request-quote--modern .onexpo-quote-form input,.onexpo-request-quote--modern .onexpo-quote-form textarea{background:#f2f2f2;border:none;padding:15px 20px;font-size:13px}
.onexpo-request-quote--modern .onexpo-quote-form textarea{height:140px;resize:none;margin-bottom:24px}
.onexpo-request-quote--modern .onexpo-quote-form .onexpo-btn{width:100%;height:56px;border:none;border-radius:2px;background:#e76800;color:#fff;font-size:16px;font-weight:700}

@media (max-width:768px){
  .onexpo-request-quote--modern .onexpo-request-quote__modal{grid-template-columns:1fr}
  .onexpo-request-quote--modern .onexpo-request-quote__card{padding:26px 18px}
  .onexpo-request-quote--modern .onexpo-request-quote__image-wrap img{max-height:200px}
}
.onexpo-add-to-quote.is-added,a.onexpo-add-to-quote.is-added,.onexpo-btn.onexpo-add-to-quote.is-added{background:#f07a00 !important;border:1.5px solid #f07a00 !important;color:#fff !important}

@media (max-width:1024px){
  .onexpo-pdp-page .onexpo-pdp-two-col{gap:36px}
  .onexpo-pdp-page .onexpo-actions .onexpo-btn{font-size:14px}
  .onexpo-pdp-question-banner{flex-direction:column;align-items:flex-start;padding:30px 24px;gap:18px}
  .onexpo-pdp-question-banner__cta{margin-left:0}
}
@media (max-width:767px){
  .onexpo-pdp-page .onexpo-pdp-two-col{padding-bottom:34px}
  .onexpo-pdp-page .onexpo-pdp-summary h1{font-size:30px}
  .onexpo-pdp-page .onexpo-actions{grid-template-columns:1fr}
  .onexpo-pdp-page .onexpo-actions .onexpo-btn{font-size:14px}
  .onexpo-pdp-page__quote-float-wrap{position:sticky;bottom:10px;justify-content:flex-end}
  .onexpo-view-quote-list--floating{max-width:calc(100vw - 32px)}
  .onexpo-pdp-page .onexpo-pdp-specs__toggle{font-size:15px}
  .onexpo-pdp-question-banner{margin:30px auto 70px;min-height:0}
  .onexpo-pdp-question-banner__frame{width:130px;height:160px}
  .onexpo-pdp-question-banner__text h2{font-size:28px}
  .onexpo-pdp-gallery__main{height:auto !important;aspect-ratio:1/1}
  .onexpo-pdp-gallery__main img{object-fit:contain !important}
}
