[data-bonsai-product-id] .bonsai-custom-product-wrapper {
  display: block;
  margin: 31px auto;
  max-width: 257px;
  text-align: center;
  text-decoration: none;
}

[data-bonsai-product-id] .bonsai-custom-product-wrapper .bonsai-custom-product-image-wrapper {
  position: relative;
  margin-bottom: 11.5px;
  border: 1px solid rgb(228, 228, 228);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

[data-bonsai-product-id] .bonsai-custom-product-wrapper .bonsai-custom-product-image-wrapper > img {
  border-radius: 4px;
  height: auto;
  width: auto;
  max-height: 255px;
  max-width: 255px;
  opacity: 1;
  transition: all 400ms ease-out 0s;
}

[data-bonsai-product-id] .bonsai-custom-product-wrapper .bonsai-custom-product-brand {
  display: -webkit-box;
  max-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: rgb(167, 167, 167);
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 4px;
  text-transform: uppercase;
}
[data-bonsai-product-id] .bonsai-custom-product-wrapper .bonsai-custom-product-name {
  display: -webkit-box;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 12px;
}
[data-bonsai-product-id] .bonsai-custom-product-wrapper .bonsai-custom-product-compare-at-price {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
  text-decoration: line-through;
}
[data-bonsai-product-id] .bonsai-custom-product-wrapper .bonsai-custom-product-compare-at-price + .bonsai-custom-product-price {
  color: rgb(225, 39, 39);
}
[data-bonsai-product-id] .bonsai-custom-product-wrapper .bonsai-custom-product-price {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 22px;
  margin-bottom: 11px;
}
[data-bonsai-product-id] .bonsai-custom-product-wrapper button.bonsai-custom-product-button {
  height: 44px;
  border-radius: 4px;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  transition: all 400ms ease-out 0s;
  box-shadow: rgba(217, 217, 217, 0.5) 0 2px 4px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 10px 0 11px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  [data-bonsai-product-id] .bonsai-custom-product-wrapper button.bonsai-custom-product-button {
    padding: 11px 29px 13px;
    border: 1px solid rgb(228, 228, 228);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    width: auto;
  }
}

[data-bonsai-product-id]:hover .bonsai-custom-product-wrapper button.bonsai-custom-product-button {
  background-color: #242424;
  color: #FFFFFF;
  cursor: pointer;
}

