/* QQG-CATALOG-PRICE-NOWRAP-V1 */
@media screen and (min-width: 1180px) {
  body.dy8-catalog-page .shopping-item .goods-content {
    grid-template-columns: minmax(210px, 1fr) minmax(430px, 2.05fr) minmax(270px, .88fr) !important;
  }
  body.dy8-catalog-page .shopping-item .price-box {
    min-width: 270px !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
  }
  body.dy8-catalog-page .shopping-item .price-box .price-box-left {
    flex: 0 0 132px !important;
    min-width: 132px !important;
    white-space: nowrap !important;
  }
  body.dy8-catalog-page .shopping-item .price-box .item-price,
  body.dy8-catalog-page .shopping-item .price-box .item-price-cycle {
    white-space: nowrap !important;
  }
  body.dy8-catalog-page .shopping-item .price-box .buy-btn {
    flex: 0 0 118px !important;
    min-width: 118px !important;
  }
}
