/** Shopify CDN: Minification failed

Line 691:115 Unexpected end of file

**/
/* ======================================================
   ORBIT INDUSTRIAL - COMPONENT STYLES (oic-)
   File: assets/oi-components.css
   Load AFTER orbit-custom.css. Base files are not modified.
   Baseline: /collections/mobil-engine-oils
   Font: Montserrat, set explicitly on every component.
   ASCII only.
   ====================================================== */


/* ======================================================
   1. TOKENS
   To make button labels pass WCAG AA (4.5:1), change
   --oi-btn-bg to var(--oi-red-text).
   ====================================================== */

:root {
  --oi-navy: #13293D;
  --oi-red: #F51D25;
  --oi-red-text: #D0121A;
  --oi-red-on-dark: #FF5A5F;
  --oi-red-hover: #C8141B;
  --oi-offwhite: #f7f8fa;
  --oi-grey: #636E72;
  --oi-muted: #475569;
  --oi-text: #444444;
  --oi-text-strong: #333333;
  --oi-border: #e3e3e3;
  --oi-border-light: #eeeeee;
  --oi-on-dark: #e0e0e0;
  --oi-on-dark-muted: #94a3b8;
  --oi-hero-text: #c8d8e8;
  --oi-btn-bg: var(--oi-red);
}


/* ======================================================
   2. PAGE SHELL
   Wrap every page in <div class="oic"> (add oic--flush
   for pages with a full-width hero at the very top)
   ====================================================== */

.oic,
.oic * {
  font-family: Montserrat, sans-serif;
}

.oic {
  color: var(--oi-text-strong);
}

#MainContent:has(.oic--flush) {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#MainContent:has(.oic--flush) .shopify-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#MainContent:has(.oic--flush) .shopify-section:first-child {
  margin-top: -65px !important;
  padding-top: 0 !important;
}

#MainContent:has(.oic--flush) .page-width {
  padding-top: 0 !important;
}

#MainContent:has(.oic--flush) :is(.main-page-title, .page-title, .breadcrumb, .collection-hero, .collection__title, h1.collection-title, .collection-title) {
  display: none !important;
}

.oic-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 20px;
  color: var(--oi-text-strong);
}

.oic-block {
  margin-bottom: 48px;
}

.oic-block--sm {
  margin-bottom: 40px;
}


/* ======================================================
   3. BUTTONS AND LINKS
   ====================================================== */

.oic-btn {
  display: inline-block;
  background-color: var(--oi-btn-bg);
  color: #ffffff !important;
  padding: 13px 28px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.3px;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.oic-btn:hover {
  background-color: var(--oi-red-hover);
  transform: translateY(-1px);
}

.oic-btn--upper {
  padding: 13px 24px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.oic-btn:focus-visible,
.oic-row:focus-visible {
  outline: 2px solid var(--oi-navy);
  outline-offset: 2px;
}

.oic-link {
  color: var(--oi-red-text);
  font-weight: 600;
  text-decoration: none;
}


/* ======================================================
   4. HERO
   ====================================================== */

.oic-hero {
  background-color: var(--oi-navy);
  color: #ffffff;
  padding: 50px 40px;
  text-align: center;
  width: 100%;
}

.oic-hero__logo {
  margin-bottom: 28px;
}

.oic-hero__logo img {
  display: block;
  margin: 0 auto;
  max-width: var(--oic-logo-w, 450px);
  width: 100%;
  height: auto;
}

.oic-hero h1 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  max-width: 800px;
  margin: 0 auto 18px;
}

.oic-hero p {
  font-family: Montserrat, sans-serif;
  font-size: clamp(15px, 1.8vw, 18px);
  color: var(--oi-hero-text);
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto 28px;
}

@media screen and (max-width: 749px) {
  .oic-hero {
    padding: 40px 20px;
  }
}


/* ======================================================
   5. TRUST BAR
   ====================================================== */

.oic-trust {
  background-color: var(--oi-navy);
  padding: 18px 20px;
  text-align: center;
}

.oic-trust__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--oi-red-on-dark);
  margin: 0 0 6px;
}

.oic-trust__text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--oi-on-dark);
  max-width: 820px;
  margin: 0 auto;
}


/* ======================================================
   6. HEADINGS AND TEXT
   ====================================================== */

.oic-h2 {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: var(--oi-navy);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.3;
  border-bottom: 2px solid var(--oi-red);
  padding-bottom: 4px;
  margin: 0 0 20px;
}

.oic-p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--oi-text);
  margin: 0 0 16px;
}

.oic-p:last-child {
  margin-bottom: 0;
}


/* ======================================================
   7. FAMILY CARDS (range at a glance)
   Modifier --navy for alternate cards
   ====================================================== */

.oic-families {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.oic-family {
  background: var(--oi-offwhite);
  border-top: 4px solid var(--oi-red);
  padding: 18px 20px;
}

.oic-family--navy {
  border-top-color: var(--oi-navy);
}

.oic-family__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--oi-red-text);
  margin: 0 0 6px;
}

.oic-family--navy .oic-family__label {
  color: var(--oi-navy);
}

.oic-family__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--oi-navy);
  line-height: 1.4;
  margin: 0 0 8px;
}

.oic-family__text {
  font-size: 13px;
  line-height: 1.6;
  color: var(--oi-muted);
  margin: 0;
}

.oic-family__link {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--oi-red-text);
  text-decoration: none;
}


/* ======================================================
   8. SELECTOR TABLE
   ====================================================== */

.oic-table-wrap {
  overflow-x: auto;
}

.oic-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.oic-table thead tr {
  background: var(--oi-navy);
  color: #ffffff;
}

.oic-table th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}

.oic-table td {
  padding: 11px 16px;
  border-bottom: 1px solid var(--oi-border-light);
  color: var(--oi-text);
}

.oic-table tbody tr:first-child td {
  border-top: 3px solid var(--oi-red);
}

.oic-table tbody tr:nth-child(even) {
  background: var(--oi-offwhite);
}

.oic-table tbody tr:last-child td {
  border-bottom: 0;
}

.oic-table__product {
  font-weight: 700;
  color: var(--oi-navy);
}

.oic-table__product a {
  color: var(--oi-red-text);
  text-decoration: none;
}

.oic-table__meta {
  color: var(--oi-grey);
}

.oic-table__note {
  display: block;
  font-size: 12px;
  color: var(--oi-grey);
}


/* ======================================================
   9. PRODUCT ROWS
   Usage: <a class="oic-row oic-row--red" href="...">
   Modifiers: --red (default), --navy, --grey
   ====================================================== */

.oic-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--oi-border);
  border-left: 4px solid var(--oi-red);
  padding: 18px 20px;
  margin-bottom: 10px;
  color: inherit;
  text-decoration: none;
}

.oic-row:last-child {
  margin-bottom: 0;
}

.oic-row--navy {
  border-left-color: var(--oi-navy);
}

.oic-row--grey {
  border-left-color: var(--oi-grey);
}

.oic-row__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--oi-red-text);
  margin: 0 0 4px;
}

.oic-row--navy .oic-row__label {
  color: var(--oi-navy);
}

.oic-row--grey .oic-row__label {
  color: var(--oi-grey);
}

.oic-row__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--oi-navy);
  line-height: 1.4;
  margin: 0 0 4px;
}

.oic-row__text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--oi-grey);
  margin: 0;
}

.oic-row__cta {
  display: inline-block;
  background: var(--oi-navy);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  border-radius: 4px;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.oic-row:hover .oic-row__cta {
  background: var(--oi-red-hover);
}

@media screen and (max-width: 599px) {
  .oic-row {
    grid-template-columns: 1fr;
  }
  .oic-row__cta {
    justify-self: start;
  }
}


/* ======================================================
   10. DARK CALLOUT (navy panel with button)
   ====================================================== */

.oic-dark {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  background: var(--oi-navy);
  padding: 28px 32px;
  margin-bottom: 48px;
}

.oic-dark__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--oi-red-on-dark);
  margin: 0 0 8px;
}

.oic-dark__title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 10px;
}

.oic-dark__text {
  font-size: 13px;
  line-height: 1.65;
  color: var(--oi-on-dark-muted);
  margin: 0;
}

@media screen and (max-width: 749px) {
  .oic-dark {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
}


/* ======================================================
   11. LIGHT CALLOUTS
   Modifier --navy for the footer note
   ====================================================== */

.oic-note {
  background: var(--oi-offwhite);
  border-left: 4px solid var(--oi-red);
  padding: 20px 24px;
  margin-bottom: 40px;
}

.oic-note--navy {
  border-left-color: var(--oi-navy);
  padding: 16px 20px;
  margin-bottom: 0;
}

.oic-note__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--oi-red-text);
  margin: 0 0 8px;
}

.oic-note__text {
  font-size: 14px;
  line-height: 1.75;
  color: var(--oi-text);
  margin: 0 0 14px;
}

.oic-note__text:last-child {
  margin-bottom: 0;
}

.oic-note__text strong {
  color: var(--oi-navy);
}


/* ======================================================
   12. PAGE SECTION SUPPORT (sections/oic-page.liquid)
   Spacing and rich text inside the block-driven section
   ====================================================== */

.oic-stack {
  margin-top: 48px;
}

.oic-stack:first-child {
  margin-top: 0;
}

.oic-stack--head + .oic-stack {
  margin-top: 20px;
}

.oic-stack--head .oic-h2 {
  margin: 0;
  vertical-align: top;
}

.oic-stack--head .oic-p {
  margin: 16px 0 0;
}

.oic-stack .oic-dark,
.oic-stack .oic-note {
  margin-bottom: 0;
}

.oic-note__text p,
.oic-copy p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--oi-text);
  margin: 0 0 14px;
}

.oic-note__text p:last-child,
.oic-copy p:last-child {
  margin-bottom: 0;
}

.oic-note__text a,
.oic-copy a {
  color: var(--oi-red-text);
  font-weight: 600;
  text-decoration: none;
}


/* ======================================================
   13. LEGACY FIXES
   Changes existing pages that use the old oi- classes.
   Delete this whole block to leave old pages untouched.
   ====================================================== */

/* CTA subtext was #636E72 on navy (about 2.8:1) */
.oi-cta p {
  color: var(--oi-hero-text);
}

/* oi-btn2 lost its background because of a malformed rule */
.oi-btn2 {
  background-color: var(--oi-grey);
}

/* Hero button hover was navy on navy and disappeared */
.oi-hero .oi-btn:hover {
  background-color: var(--oi-red-hover);
}/* ======================================================
   ORBIT INDUSTRIAL - COMPONENT STYLES (oic-)
   File: assets/oi-components.css
   Load AFTER orbit-custom.css. Base files are not modified.
   Baseline: /collections/mobil-engine-oils
   Font: Montserrat, set explicitly on every component.
   ASCII only.
   ====================================================== */


/* ======================================================
   1. TOKENS
   To make button labels pass WCAG AA (4.5:1), change
   --oi-btn-bg to var(--oi-red-text).
   ====================================================== */

:root {
  --oi-navy: #13293D;
  --oi-red: #F51D25;
  --oi-red-text: #D0121A;
  --oi-red-on-dark: #FF5A5F;
  --oi-red-hover: #C8141B;
  --oi-offwhite: #f7f8fa;
  --oi-grey: #636E72;
  --oi-muted: #475569;
  --oi-text: #444444;
  --oi-text-strong: #333333;
  --oi-border: #e3e3e3;
  --oi-border-light: #eeeeee;
  --oi-on-dark: #e0e0e0;
  --oi-on-dark-muted: #94a3b8;
  --oi-hero-text: #c8d8e8;
  --oi-btn-bg: var(--oi-red);
}


/* ======================================================
   2. PAGE SHELL
   Wrap every page in <div class="oic"> (add oic--flush
   for pages with a full-width hero at the very top)
   ====================================================== */

.oic,
.oic * {
  font-family: Montserrat, sans-serif;
}

.oic {
  color: var(--oi-text-strong);
}

#MainContent:has(.oic--flush) {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#MainContent:has(.oic--flush) .shopify-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#MainContent:has(.oic--flush) .page-width {
  padding-top: 0 !important;
}

#MainContent:has(.oic--flush) :is(.main-page-title, .page-title, .breadcrumb, .collection-hero, .collection__title,