

.pp-crosssale-mini {
  /*background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 0 0 8px 8px;
  margin: -2rem 0 2.5rem 0;
  overflow: hidden;
  box-shadow: none;
  border-top: none;
  padding: 0 0.8rem 0.8rem 0.8rem;*/
}
.pp-crosssale-mini-item, .pp-crosssale-item {
    background: white;
 }
 .pp-crosssale-mini-item:hover, .pp-crosssale-item:hover {
  background: #f9f9f9;
}

.pp-crosssale-mini-name, .pp-crosssale-item .pp-name {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pp-crosssale-mini-price, .pp-crosssale-item .pp-price {
  color: #e52e2e !important;
}

.pp-crosssale-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #fdfdfd;
  border: 1px solid #eee;
  border-top: none;
  font-size: 9px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  width: auto;
  min-width: fit-content;
  max-width: 8rem;
  margin: auto;
  height: 1.2rem;
  border-radius: 0 0 8px 8px;
}


.pp-product-card .benefits-grid {
  grid-template-columns: auto;
}

.tab-pane.js-product-tab-active.active.in > .fade {
  opacity: 1 !important;
}