.product-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.5rem;
  border: 1px solid #EEEDED;
  overflow: hidden;
}
@media (max-width: 834px) {
  .product-item {
    border: none;
    row-gap: 1rem;
  }
}
.product-item-marks-base {
  position: relative;
}
.product-item-marks {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 834px) {
  .product-item-marks {
    top: 0.3rem;
    left: 0.3rem;
  }
}
.product-item-marks > div {
  display: inline;
  padding: 0.47rem 0.4rem;
  margin-right: 0.29rem;
  border-radius: 0.2rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.035rem;
}
@media (max-width: 834px) {
  .product-item-marks > div {
    padding: 0.3rem 0.2rem;
    font-size: 0.6rem;
    margin-right: 0.2rem;
  }
}
.product-item-mark-action {
  background-color: #F25F5C;
}
.product-item-mark-hit {
  background-color: #247BA0;
}
.product-item-mark-new {
  background-color: #70C1B3;
}
.product-item-mark-discount {
  background-color: #63A375;
}
.product-item-image-original {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-item-image-wrapper {
  width: 100%;
  display: flex;
  background: #EDF1F7;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  height: 19.5625rem;
}
@media (max-width: 834px) {
  .product-item-image-wrapper {
    height: 10.25rem;
    padding: 0.5rem;
  }
}
.product-item-content-container {
  padding: 0.8125rem 1rem 0;
}
@media (max-width: 834px) {
  .product-item-content-container {
    padding: 0.5rem 0 0;
  }
}
.product-item-title a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}
.product-item-preview-text {
  margin-top: 0.8125rem;
}
@media (max-width: 834px) {
  .product-item-preview-text {
    margin-top: 0.5rem;
  }
}
.product-item-preview-text p {
  margin: 0;
  color: #828282;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.33;
}
.product-item-bottom {
  padding: 1.25rem 1rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 3rem;
}
@media (max-width: 834px) {
  .product-item-bottom {
    padding: 0;
  }
}
.product-item-bottom .cart-button {
  width: 3rem;
  height: 3rem;
  border: 1px solid #FFD100;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}
.product-item-bottom .cart-button:hover {
  background: #FFD100;
}
.product-item-bottom .cart-button img, .product-item-bottom .cart-button svg {
  width: 1.25rem;
  height: 1.25rem;
}
.product-item-bottom .cart-button img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product-item-price-current {
  color: #030303;
  font-size: 1.5rem;
  font-weight: 700;
}
.product-item-one-click .b1c-notify {
  font-size: 1.102rem;
}
@media (max-width: 834px) {
  .product-item-one-click .b1c-notify {
    font-size: 0.8rem;
    padding: 0.4rem 0.2rem;
  }
}

.add-to-cart-container {
  position: relative;
  margin-top: 1px;
  margin-right: 5px;
  float: left;
  max-width: 5rem;
  /* display: none; */
}

.add-to-cart-container .jq-number__field {
  width: 5rem;
}
.add-to-cart-container .jq-number__field input {
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.add-to-cart-container button {
  position: absolute;
  padding: 0;
  border: none;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 2.8125rem;
  cursor: pointer;
  z-index: 2;
}

button.item_category_plus {
  right: 0.4375rem;
}

button.item_category_minus {
  left: 0.4375rem;
}

input.category_item_coll {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 0.25rem;
  height: 2.8125rem;
  color: #030303;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding: 0 1.875rem;
}

@media (max-width: 834px) {
  .add-to-cart-container {
    display: none;
  }
}
