/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #ffc6c7;
      --color-primary-100: #fda2a4;
      --color-primary-200: #fb7e81;
      --color-primary-300: #f95a5e;
      --color-primary-400: #f7363b;
      --color-primary-500: #f51218;
      --color-primary-600: #d00f14;
      --color-primary-700: #ab0c10;
      --color-primary-800: #86090c;
      --color-primary-900: #610608;
      --color-primary-950: #3c0304;
      --btn-link-disabled-color: #f51218;
  }
  /* END Custom Color Scheme CSS */

  
  
  /* General */
.page-header .header-default .vcard.header-logo-enabled {height: 80px; }
.endorsed-care.endorsedCare span {font-weight: normal;font-size:12px;}

/*owen.perks VDP FONT */
@font-face {font-family:"Open Sans Light Heading"; src:url(/static/v9/media/fonts/open-sans-regular/v1/webfont.woff2) format("woff2"); font-weight:400; font-style:normal; font-display:swap }
@font-face {font-family:"Open Sans Light Heading"; src:url(/static/v9/media/fonts/open-sans-regular-bold/v1/webfont.woff2) format("woff2"); font-weight:800; font-style:normal; font-display:swap }
@font-face {font-family:"Open Sans Light Heading"; src:url(/static/v9/media/fonts/open-sans-condensed/v1/webfont.woff2) format("woff2"); font-weight:300; font-style:normal; font-display:swap }
@font-face {font-family:"Open Sans Light Heading"; src:url(/static/v9/media/fonts/open-sans-condensed-bold/v1/webfont.woff2) format("woff2"); font-weight:700; font-style:normal; font-display:swap }
@font-face {font-family:"Open Sans Light Heading"; src:url(/static/v9/media/fonts/open-sans-light/v1/webfont.woff2) format("woff2"); font-weight:200; font-style:normal; font-display:swap }
@font-face {font-family:"Open Sans Light Heading"; src:url(/static/v9/media/fonts/open-sans-semibold/v1/webfont.woff2) format("woff2"); font-weight:600; font-style:normal; font-display:swap }
@font-face {font-family:"Open Sans Light Heading"; src:url(/static/v9/media/fonts/open-sans-extrabold/v1/webfont.woff2) format("woff2"); font-weight:900; font-style:normal; font-display:swap }
.vdp body .main{font-family:"Open Sans Light Heading", Arial !important}


/* Start 'srp-used-price-label-final-price' (do not modify this line) */
/* Modified by dbushey on 06/15/26 03:29 PM EDT */
.srp .inv-type-used.pricing-detail .final-price .price-label { text-decoration: none; font-weight: bold; font-size: 16.75px; color: #000000; }
/* End 'srp-used-price-label-final-price' (do not modify this line) */

/* Start 'vdp-used-price-label-final-price' (do not modify this line) */
/* Modified by dbushey on 06/16/26 11:07 AM EDT */
.vdp .inv-type-used.pricing-detail .final-price .price-label { text-decoration: none; font-weight: 800; font-size: 22px; color: #000000; }
/* End 'vdp-used-price-label-final-price' (do not modify this line) */

/* Start 'vdp-used-price-value-final-price' (do not modify this line) */
/* Modified by dbushey on 06/16/26 11:07 AM EDT */
.vdp .inv-type-used.pricing-detail .final-price .price-value { text-decoration: none; font-weight: 800; font-size: 22.5px; color: #000000; }
/* End 'vdp-used-price-value-final-price' (do not modify this line) */

/* Start Gopher Custom Header Color Theme */
        .page-header.minimal .navigation-default .navbar-nav>li>a,
        .page-header.minimal .navigation-default .navbar-nav:hover>li>a,
        .page-header.minimal .ws-mycars-nav button,
        .page-header.minimal .ws-site-text-search button,
	.page-header.minimal .ws-mycars-nav button:hover:after,
	.page-header.minimal .ws-mycars-nav button:hover {color: #FFF}
        .page-header.true-minimal {background: #000}
        .page-header.true-minimal .navigation-default .navbar-nav>li>a:hover,
        .page-header.true-minimal .page-header.minimal .navigation-default .navbar-nav>li.open>a,
        .page-header.true-minimal .page-header.minimal .navigation-default .navbar-nav:hover>li.open>a,
        .page-header.minimal .ws-site-text-search button:hover {color: #FFF}
        .page-header.true-minimal .navigation-default .navbar-nav>li>a:after,
        .page-header.minimal .ws-mycars-nav button:after,
        .page-header.minimal .ws-site-text-search button:after {border-bottom: 3px solid #FFF}
.page-header.minimal.true-minimal .mycars-integration-navbar, .page-header.minimal.true-minimal .ws-site-text-search {border-color: #FFF;}
/* End Gopher Custom Header Color Theme */