/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/shop-this-project/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
@import url(https://www.carparts.com/blog/wp-content/themes/genesis_child/custom/css/global/theme-color-v2-global.css);
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/shop-this-project/style.scss (1) ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&amp;family=Inter:wght@100..900&amp;display=swap");
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/shop-this-project/style.scss (2) ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&amp;family=Inter:wght@100..900&amp;display=swap");
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/shop-this-project/style.scss (3) ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
body {
  font-family: "Inter", Arial, sans-serif;
}

:root {
  --cp-mblue: #004c80;
  --cp-black: #000;
  --cp-white: #fff;
  --cp-grey: #333 ;
}

.shop-project {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 25px;
  box-shadow: 0 0 1px 1px #eaeaea;
}
.shop-project h2 {
  margin: 0 0 15px 0;
  margin-top: 0 !important;
  font-size: 20px !important;
  font-weight: 700;
  color: var(--cp-black) !important;
}
.shop-project h3 {
  margin: 0 0 10px 0;
}
.shop-project h3 strong {
  padding: 0 5px 0 0;
}
.shop-project h3 span {
  font-weight: 400;
}

.shop-project-list {
  margin-bottom: 0 !important;
  padding: 0;
}
.shop-project-list li {
  margin: 0 0 15px 0;
  list-style: none !important;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.shop-project-list li:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0 !important;
  margin-bottom: 0 !important;
}
.shop-project-list .st-review {
  height: 18px;
  width: auto;
}
.shop-project-list .st-review img {
  width: 20px;
  height: 18px;
}
.shop-project-list .price {
  display: block;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
}
.shop-project-list small {
  font-style: italic;
  font-size: 12px;
  display: block;
  line-height: 1.3;
  color: var(--cp-black);
}

.shop-project-item {
  display: flex;
  flex-direction: row;
}
.shop-project-item p {
  margin: 0 0 5px 0 !important;
  padding-bottom: 0 !important;
}
.shop-project-item .stp-price {
  font-weight: bold;
  font-size: 24px;
  color: var(--cp-mblue);
}
.shop-project-item .stp-stars {
  height: 20px;
}
.shop-project-item .stp-cta a {
  display: inline-block;
  background: var(--cp-yellow);
  color: var(--cp-grey) !important;
  font-size: 18px;
  padding: 10px 16px;
  width: 160px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  margin: 8px 0 0 0;
}
.shop-project-item > div:first-child {
  margin-right: 10px;
  justify-content: center;
}
.shop-project-item > div:first-child img {
  width: 90px;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  height: 90px;
}
.shop-project-item > div:nth-child(2) a {
  display: inline-block;
  font-size: 16px !important;
  line-height: 1.3;
  color: var(--cp-mblue);
  text-decoration: none !important;
  font-weight: 700;
}

@media (max-width: 992px) {
  .shop-project {
    margin-top: 0;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 25px;
    border-radius: 5px;
    width: auto;
    max-width: 100%;
  }
  .shop-project h3 {
    margin: 0 0 4px 0;
  }
  .shop-project-list .st-review {
    height: 17px;
  }
  .shop-project-list .st-review img {
    width: 17px;
    height: auto;
  }
  .shop-project-list .price {
    font-size: 25px;
  }
  .related-products-list {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .related-products-list li {
    list-style: none !important;
    width: 50%;
    padding: 0 10px 10px 0;
    list-style: none !important;
  }
  .related-products-list > li:last-child {
    width: 100%;
  }
  .related-products {
    padding: 20px;
  }
  .rp-expand-collapse {
    width: 100%;
  }
  .rp-expand-collapse ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .rp-expand-collapse label {
    cursor: pointer;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media (max-width: 455px) {
  .related-products {
    padding: 8px 8px 27px;
  }
  .related-products-flex > div:first-child {
    margin-right: 5px;
  }
  .related-products-flex > div:first-child img {
    width: 40px;
  }
  .related-products-list li {
    margin-bottom: 0 !important;
  }
}

/*# sourceMappingURL=style-index.css.map*/