/* Reference-matched OXBAR products catalogue. Deliberately scoped. */
body.oxbar-reference-products-active {
  background: #fff !important;
}
body.oxbar-reference-products-active .site-content,
body.oxbar-reference-products-active .main-page-wrapper,
body.oxbar-reference-products-active .website-wrapper,
body.oxbar-reference-products-active .content-area {
  background: #fff !important;
}
.oxref-page,
.oxref-page * { box-sizing: border-box; }
.oxref-page {
  width: 100%;
  margin: 0;
  padding: 0 0 90px;
  background: #fff;
  color: var(--oxref-text, #090909);
  font-family: Arial, Helvetica, sans-serif;
}
.oxref-shell {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}
.oxref-intro {
  display: grid;
  grid-template-columns: 380px minmax(0,1fr);
  align-items: end;
  gap: 40px;
  padding: 62px 0 74px;
}
.oxref-intro__title-wrap {
  position: relative;
  min-height: 118px;
  display: flex;
  align-items: center;
}
.oxref-intro h1 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--oxref-text, #090909) !important;
  font-size: clamp(52px, 6vw, 68px) !important;
  line-height: .95 !important;
  font-weight: 800 !important;
  letter-spacing: -3px !important;
  text-transform: none !important;
}
.oxref-sticker {
  position: absolute;
  left: 260px;
  top: 0;
  width: 118px;
  height: 118px;
  border: 7px solid var(--oxref-text, #090909);
  border-radius: 50%;
  background: var(--oxref-accent, #37db1f);
  color: var(--oxref-text, #090909);
  transform: rotate(-8deg);
  box-shadow: 0 0 0 5px #fff inset;
  font-weight: 900;
  line-height: 1;
}
.oxref-sticker span { position: absolute; font-size: 13px; letter-spacing: .5px; }
.oxref-sticker__top { top: 13px; left: 35px; }
.oxref-sticker__middle { top: 44px; left: 48px; font-size: 20px !important; }
.oxref-sticker__bottom { bottom: 15px; left: 42px; }
.oxref-sticker b { position: absolute; right: -14px; bottom: -13px; font-size: 45px; transform: rotate(7deg); }
.oxref-system-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  border-bottom: 1px solid #999;
}
.oxref-system-tabs a {
  display: block;
  padding: 0 8px 20px;
  color: var(--oxref-text, #090909) !important;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.oxref-system-tabs a.is-active,
.oxref-system-tabs a:hover { border-bottom-color: var(--oxref-text, #090909); }
.oxref-section { padding: 0 0 78px; scroll-margin-top: 130px; }
.oxref-section > h2 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: var(--oxref-text, #090909) !important;
  font-size: 34px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: -.8px !important;
  text-transform: uppercase !important;
}
.oxref-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 34px 29px;
  align-items: start;
}
.oxref-card {
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.oxref-card--featured { grid-column: span 2; }
.oxref-card__media {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 232px;
  padding: 18px;
  overflow: hidden;
  border-radius: 11px;
  background: var(--oxref-surface, #f4f5f6);
  text-decoration: none !important;
}
.oxref-card--featured .oxref-card__media { padding: 8px; }
.oxref-card__img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  border-radius: 0 !important;
}
.oxref-card--featured .oxref-card__img { object-fit: contain !important; }
.oxref-card__badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 22px;
  min-width: 48px;
  padding: 5px 12px;
  border-radius: 20px;
  background: var(--oxref-accent, #37db1f);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}
.oxref-card__body { padding-top: 11px; }
.oxref-card__title {
  margin: 0 0 1px !important;
  padding: 0 !important;
  color: var(--oxref-text, #090909) !important;
  font-size: 19px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: -.25px !important;
  text-transform: uppercase !important;
}
.oxref-card__title a { color: inherit !important; text-decoration: none !important; }
.oxref-card__features {
  min-height: 60px;
  margin: 0 0 12px !important;
  padding: 0 !important;
  list-style: none !important;
}
.oxref-card__features li {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--oxref-text, #090909) !important;
  font-size: 13px;
  line-height: 1.45;
  list-style: none !important;
}
.oxref-card__features li::before { content: none !important; }
.oxref-card__price { margin: 6px 0 10px; font-size: 14px; font-weight: 700; }
.oxref-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 31px;
  margin-top: 3px;
}
.oxref-card__links a {
  color: var(--oxref-text, #090909) !important;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
}
.oxref-card__links a:hover { text-decoration: underline !important; }
.oxref-card__cart { margin-top: 12px; }
.oxref-card__cart .button { border-radius: 0 !important; font-size: 12px !important; }
.oxref-empty { padding: 60px 0; text-align: center; }

@media (max-width: 1100px) {
  .oxref-shell { width: min(100% - 36px, 960px); }
  .oxref-intro { grid-template-columns: 330px minmax(0,1fr); gap: 28px; }
  .oxref-sticker { left: 225px; width: 105px; height: 105px; }
  .oxref-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 30px 22px; }
}
@media (max-width: 820px) {
  .oxref-intro { grid-template-columns: 1fr; padding: 48px 0 55px; }
  .oxref-intro__title-wrap { width: 360px; max-width: 100%; }
  .oxref-system-tabs { max-width: 640px; width: 100%; }
  .oxref-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .oxref-card--featured { grid-column: span 2; }
  .oxref-card__media { height: 245px; }
}
@media (max-width: 540px) {
  .oxref-shell { width: min(100% - 28px, 500px); }
  .oxref-intro h1 { font-size: 48px !important; letter-spacing: -2px !important; }
  .oxref-sticker { left: 200px; top: -2px; width: 92px; height: 92px; border-width: 5px; }
  .oxref-sticker__top { top: 11px; left: 27px; font-size: 11px !important; }
  .oxref-sticker__middle { top: 35px; left: 37px; font-size: 16px !important; }
  .oxref-sticker__bottom { bottom: 13px; left: 33px; font-size: 11px !important; }
  .oxref-sticker b { font-size: 37px; }
  .oxref-system-tabs a { font-size: 13px; padding-bottom: 14px; }
  .oxref-section > h2 { font-size: 28px !important; }
  .oxref-grid { grid-template-columns: 1fr; gap: 30px; }
  .oxref-card--featured { grid-column: auto; }
  .oxref-card__media { height: 310px; }
  .oxref-card--featured .oxref-card__media { height: 240px; }
}
