.product-stock {
  color: #989898;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(var(--space) / 2); }
  .product-stock__label {
    font-size: 14px;
    font-weight: 700;
    line-height: var(--default-line-height);
    vertical-align: bottom; }
  .product-stock__value {
    font-size: 16px;
    line-height: var(--default-line-height);
    vertical-align: bottom;
    text-decoration: underline; }
  .product-stock_cps1 .svg-icon svg {
    --icon-width: 22px !important;
    --icon-height: 13px !important;
    --icon-fill-color: #28A73C !important; }
  .product-stock_cps1 .product-stock__value {
    color: #28A73C; }
  .product-stock_cps2 .svg-icon svg {
    --icon-width: 14px !important;
    --icon-height: 2px !important;
    --icon-fill-color: var(--default-red-color) !important; }
  .product-stock_cps2 .product-stock__value {
    color: var(--default-red-color); }
  .product-stock_cps3 .svg-icon svg {
    --icon-width: 14px !important;
    --icon-height: 14px !important;
    --icon-fill-color: #989898 !important; }
  .product-stock_cps3 .product-stock__value {
    color: #989898; }
  @media (min-width: 1000px) {
    .product-stock {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
