/** Shopify CDN: Minification failed

Line 295:16 Expected identifier but found whitespace
Line 295:18 Unexpected "{"
Line 295:35 Expected ":"

**/
.cm_tab-collapsible-container {
  margin: 20px auto;
}

.cm_tab-collapsible {
  background-color: #ffed00;
  color: #000;
  font-weight: 700;
  height: 65px;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}

.cm_tab-collapsible:hover {
  background-color: #eada01;
}

.cm_tab-content {
  display: none;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.cm_tab-active {
  display: block;
}

.cm_tab-arrow.cm_tab-active {
  transform: rotate(180deg);
}

    

.anafang-widget {
  margin-top: 60px;
}
/* .search--section li.productgrid--item {
    max-height: 400px;
} */

@media only screen and (min-width: 1365px) {
  .product-recently-viewed-card {
    width: 20%;
  }
}
h4.productgrid--no-results-title {
  max-width: 630px;
  margin: 0 auto 10px auto;
  text-transform: none;
  line-height: 30px;
}
.productgrid--items {
  align-items: flex-start;
  justify-content: unset;
  align-content: flex-start;
}
.productitem__price + .productitem--title {
  word-break: break-all;
}
.mobile-back-btn {
  display: none;
}
.product-recommendations--container {
  overflow-x: hidden;
}

.product-recommendations--container .product-row {
  flex-wrap: wrap;
}

.product-recommendations--container .product-row li.productgrid--item {
  margin-bottom: 20px;
  width: calc(25% - 20px);
  padding: 0 5px;
}
.cbb-frequently-bought-container {
  background-color: #f9f9f9;
  padding: 20px;
}

/* ///////////// POPUP CONTACT //////////////// */

.popup-contact-wrap {
  width: 25rem;
  background: #000;
  display: flex;
  position: fixed;
  left: -21.25rem;
  bottom: 30%;
  z-index: 99999;
  -webkit-box-shadow: 0rem 0rem 0.4375rem -0.125rem #ffed00;
  -moz-box-shadow: 0rem 0rem 0.4375rem -0.125rem #ffed00;
  box-shadow: 0rem 0rem 0.4375rem -0.125rem #ffed00;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popup-contact-wrap.active {
  transform: translate(21.25rem, 0);
  -webkit-transform: translate(21.25rem, 0);
  -moz-transform: translate(21.25rem, 0);
  -ms-transform: translate(21.25rem, 0);
  -o-transform: translate(21.25rem, 0);
}

.popup-contact-wrap .popup-title h2 {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  text-transform: none;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  white-space: nowrap;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}

.popup-contact-wrap .popup-title {
  background-color: #ffed00;
  justify-content: space-between;
  padding: 8px 10px;
  cursor: pointer;
  width: 15%;
  text-align: center;
}

.popup-contact-wrap .popup-title .cross {
  display: none;
  font-size: 20px;
  font-weight: 900;
}

.popup-contact-wrap.active .popup-title .caret {
  display: none;
}

.popup-contact-wrap.active .popup-title .cross {
  display: inline-block;
}

.popup-contact-wrap .popup-title .caret {
  transform: rotate(90deg);
}

.popup-contact-wrap .popup-contact {
  padding-top: 16px;
  padding-bottom: 5px;
  width: 85%;
}

.popup-contact .popup-col a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  padding: 0px 24px 15px 24px;
}

.popup-contact .popup-col .info p {
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #fff;
}

.popup-contact .popup-col .info h2 {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #ffed00;
  text-transform: none;
  font-family: "Nunito Sans", sans-serif;
}

.popup-contact .popup-col .info {
  margin-left: 14px;
}

.popup-contact .popup-col .icon svg {
  height: 24px;
  width: 24px;
}

.popup-contact .popup-col .icon svg * {
  fill: #ffed00;
}

.popup-contact .schedule p strong {
  font-weight: 400;
  min-width: 75px;
  display: inline-block;
  margin-right: 20px;
}

.popup-contact .schedule p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #fff;
  margin: 0px;
}

.popup-contact .schedule {
  border-top: 0.0625rem solid #fff;
  padding-left: 62px;
  padding-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .popup-contact .schedule {
    display: none;
  }

  .popup-contact .popup-col .info {
    display: none;
  }

  .popup-contact .popup-col a {
    padding: 0px;
    justify-content: center;
  }

  .popup-contact-wrap .popup-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 32px 5px;
  }

  .popup-contact-wrap .popup-contact .popup-col {
    flex: 1 0 0;
    padding: 35px 0px;
    border-right: 0.0625rem solid #fff;
  }

  .popup-contact-wrap {
    display: none !important;

  }

  .popup-contact-wrap.active {
    transform: translate(85%, 0) !important;
    -webkit-transform: translate(85%, 0) !important;
    -moz-transform: translate(85%, 0) !important;
    -ms-transform: translate(85%, 0) !important;
    -o-transform: translate(85% 0) !important;
  }

  .popup-contact .popup-col .icon svg {
    height: 45px;
    width: 45px;
  }

  .popup-contact .contact-details.popup-col {
    border-right: 0px;
  }

  .popup-contact-wrap .popup-title {
    padding: 8px 20px;
  }

  .highlights-banner__text a {
  position: relative;
  z-index: 1;
  color: inherit;
  text-decoration: underline;
}

.highlights-banner__heading {
  display: inline-block;
  margin: 0;
  margin-bottom: {{ space_xxx_small | divided_by: 16.0 | append: 'rem' }};
}

.highlights-banner__block-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
}

/* CLS fixes */
.search-modal__content .search-modal__close-button {
    display: none;
}

#cm-ymm:empty {
  display: block;
  height: 73px;

  @media (max-width: 932px) {
    height: 64px;
  }
}

#cm-garage:empty {
  display: block;
  width: 30px;
}

#cm-verify-fitment:empty {
  display: block;
  height: 61px;

  @media (max-width: 651px), (min-width: 749px) and (max-width: 1328px) {
    height: 171px;
  }
}

#cm_results:empty,
#cm-collection-page:empty,
#cm-collection-list:empty,
#cm-brand-list:empty {
  display: block;
  height: 100vh;
}
/* CLS fixes */