/* owen.perks 12849351 */
.ddc-footer [data-social-header-button-id="pinterest"] #sh-pinterest {display: none;}
.ddc-footer [data-social-header-button-id="pinterest"]:before {content:'';
background: url('https://pictures.dealer.com/d/dougsmithsubarusoa/1126/e9b63b16c2d95b534240318ec01f2162x.jpg');height: 70px; width: 70px;  position: absolute;background-size: contain;background-repeat: no-repeat;filter: brightness(0) invert(1);top: 10px;}


/*owen.perks 12889577 */
.ddc-mega-menu-nav .inventory-featured-default .hproduct>div.hover-state, .ddc-mega-menu-nav .inventory-featured-default .hproduct>div:hover {top: 0px;}

/* 06715209 ddcjareds */
.inventory-featured-default.add-grid .yui3-g {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.25rem; grid-auto-flow: row;  margin-bottom: 0.5rem;
  &:before { display: none; }
  & > .yui3-u-1-3 {
    float: none;  display: grid; grid-template-rows: subgrid;  grid-template-columns: 1fr; width: 100%; 
    & > .hproduct {
      display: grid; grid-template-rows: 1fr; grid-template-columns: subgrid; gap: 0.75rem; 
      box-sizing: border-box; padding: 0.75rem; border: 1px solid #e0e0e0; border-radius: 0.5rem; background: #fff;
      grid-template-rows:
        [media-start]      auto [media-end fn-start]
        auto               [fn-end pricing-start]
        auto               [pricing-end description-start]
        auto               [description-end view-link-start]
        auto               [view-link-end];
      & > div {
        display: contents;
        & .media        { grid-row: media-start / media-end; align-self: start; }
        & .fn           { grid-row: fn-start / fn-end; align-self: start; }
        & .pricing      { grid-row: pricing-start / pricing-end; align-self: start; }
        & .description  { grid-row: description-start / description-end; align-self: start; }
        & .view-link    { grid-row: view-link-start / view-link-end; align-self: end; }
      }
    }
  }
}