.supply_catalog {
  --second-family: "Inter", sans-serf;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.supply_catalog.loading {
  opacity: 0.5;
  pointer-events: none;
}
.supply_catalog .supply_product {
  border: 1px solid #dddee0;
  border-radius: 3px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.supply_catalog .supply_product .sp_header {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  border-bottom: 1px solid #dddee0;
  min-height: 40px;
}
.supply_catalog .supply_product .sp_header .title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.87);
}
.supply_catalog .supply_product .sp_header .title a {
  color: inherit;
}
.supply_catalog .supply_product .sp_header .quantity_note {
  flex-shrink: 0;
  max-width: 85px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 8px;
  line-height: 150%;
  color: #000;
}
.supply_catalog .supply_product .sp_preview {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 126fr 143fr;
  gap: 14px;
  padding: 10px 15px 8px;
  border-bottom: 1px solid #dddee0;
}
.supply_catalog .supply_product .sp_preview .content {
  display: flex;
  flex-direction: column;
}
.supply_catalog .supply_product .sp_preview .content .terms {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.87);
}
.supply_catalog .supply_product .sp_preview .content .terms a {
  color: inherit;
}
.supply_catalog .supply_product .sp_preview .content .excerpt {
  margin-top: 6px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 9px;
  line-height: 120%;
  color: #524f46;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.supply_catalog .supply_product .sp_preview .content .learn_more {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 9px;
  line-height: 120%;
  text-decoration: underline;
  color: #009b4c;
}
.supply_catalog .supply_product .sp_preview .product_thumb {
  width: 100%;
  align-self: center;
}
.supply_catalog .supply_product .sp_preview .product_thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 185px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 3px;
}
.supply_catalog .supply_product .sp_footer {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.supply_catalog .supply_product .sp_footer .meta {
  flex-shrink: 0;
}
.supply_catalog .supply_product .sp_footer .meta .price {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #000;
}
.supply_catalog .supply_product .sp_footer .meta .stock_status {
  margin-top: -3px;
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 300;
  font-size: 8px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #000;
}
.supply_catalog .supply_product .sp_footer .cart_options {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.supply_catalog .supply_product .sp_footer .cart_options .stock.out-of-stock {
  display: none;
}
.supply_catalog .supply_product .sp_footer .cart_options .cart {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
}
.supply_catalog .supply_product .sp_footer .cart_options .cart::before, .supply_catalog .supply_product .sp_footer .cart_options .cart::after {
  display: none;
}
.supply_catalog .supply_product .sp_footer .cart_options .cart .quantity {
  flex-shrink: 0;
  margin: 0;
  display: flex;
  position: relative;
}
.supply_catalog .supply_product .sp_footer .cart_options .cart .quantity input {
  outline: none;
  padding: 3px;
  padding-right: 16px;
  width: 42px;
  height: 20px;
  border: 1px solid #d8d8d8;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 9px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  -moz-appearance: textfield;
}
.supply_catalog .supply_product .sp_footer .cart_options .cart .quantity input::-webkit-inner-spin-button, .supply_catalog .supply_product .sp_footer .cart_options .cart .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.supply_catalog .supply_product .sp_footer .cart_options .cart .button {
  flex-shrink: 0;
  padding: 5px;
  width: 65px;
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background: #000;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 8px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.supply_catalog .supply_product .sp_footer .cart_options .cart .btn-view {
  flex-shrink: 0;
  padding: 5px;
  width: 50px;
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #000;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 8px;
  line-height: 1;
  text-align: center;
  color: #000;
  position: absolute;
  top: 50%;
  right: 75px;
  transform: translateY(-50%);
}