
.nw-consignment-carousel {
  display: flex;
  overflow-x: hidden;
}


.nw-consignment-carousel-item {
  position: relative;
  margin-bottom: 32px;
  width: 50%;
  padding: 0 6px;
  
  @media screen and (min-width: $consignment-item-mobile-break) {
    width: $consignment-item-width;
  }
}

.nw-consignment-brandtxt {
  @include nw-product-brand($consignment-small-font-size);
  margin-bottom: 4px;
}

.nw-consignment-product-description {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}

.nw-consignment-name {
  @include nw-product-name($consignment-product-name-font-size);
  margin: 0 0 4px;
  padding: 0;
  word-break: break-word;
}

.nw-consignment-price {
  @include nw-product-price($consignment-small-font-size);
  margin-bottom: 4px;
}

.nw-consignment-cancel {
  border: 0;
  font-size: $consignment-buttonblock-mobfont-size;
  font-family: $consignment-buttonblock-font-family;
  font-weight: 600;
  color: $consignment-link-color;

  @media screen and (min-width: $screen-min-sm) {
    margin: 0 8px;
    font-size: $consignment-buttonblock-font-size;
  }
}

.nw-consignment-skudata {
  font-size: $consignment-small-font-size;
  color: $consignment-skudata-color;
}

.nw-consignment-image {
  margin-bottom: 12px;
  width: 100%;
}

.nw-consignment-buttonblock {
  justify-content: center;
  display: flex;
  cursor: pointer;
}

.nw-consignment-buttonseparator {
  margin-top: 2px;
  font-size: $consignment-buttonblock-mobfont-size;
  color: $consignment-item-button-separator;

  @media screen and (min-width: $screen-min-sm) {
    font-size: $consignment-buttonblock-font-size;
  }
}

.nw-consignment-skudata-descriptiondata {
  @include nw-product-name($consignment-skudata-description-font-size);
}
