.customCategoryWrapper .product-list .mfb-half-half-product {
  overflow: hidden;
}

.customCategoryWrapper .product-list .mfb-half-half-product .item_top_wrapper {
  align-items: flex-start;
  display: flex !important;
  gap: 12px;
  width: 100%;
}

.customCategoryWrapper .product-list .mfb-half-half-product .item_top_wrapper > .left {
  flex: 0 0 86px;
  float: none !important;
  margin: 0 !important;
  min-width: 0;
  width: 86px !important;
}

.customCategoryWrapper .product-list .mfb-half-half-product .item_top_wrapper > .right {
  align-content: flex-start;
  display: flex !important;
  flex: 1 1 auto;
  flex-wrap: wrap;
  float: none !important;
  min-width: 0;
  width: 0 !important;
}

.customCategoryWrapper .product-list .mfb-half-half-product .right > .name,
.customCategoryWrapper .product-list .mfb-half-half-product .right > .description {
  box-sizing: border-box;
  flex: 0 0 100%;
  width: 100%;
}

.customCategoryWrapper .product-list .mfb-half-half-product .mfb-half-half-sizes,
.customCategoryWrapper .product-list .mfb-half-half-product .mfb-half-half-sizes .options {
  box-sizing: border-box;
  flex: 0 0 100%;
  float: none !important;
  margin-top: 6px;
  width: 100% !important;
}

.customCategoryWrapper .product-list .mfb-half-half-product .mfb-half-half-sizes .optionsize {
  align-items: center;
  display: flex !important;
  justify-content: flex-end;
}

.customCategoryWrapper .product-list .mfb-half-half-product .mfb-half-half-size-button {
  align-items: center !important;
  box-sizing: border-box;
  display: inline-flex !important;
  justify-content: space-between;
  line-height: 19px !important;
  padding: 6px 5px 6px 8px !important;
  text-decoration: none !important;
  text-transform: none !important;
  vertical-align: middle;
  width: 124px;
}

.mfb-half-half-product .mfb-half-half-size-button .sizeprice {
  display: block;
  flex: 1 1 auto;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
}

.mfb-half-half-product .mfb-half-half-size-button [hidden] {
  display: none !important;
}

.mfb-half-half-product .mfb-half-half-size-button .basket {
  display: block;
  flex: 0 0 22px;
  float: none !important;
  margin: 0 0 0 5px;
}

@media (max-width: 720px) {
  .customCategoryWrapper .product-list .mfb-half-half-product .item_top_wrapper > .left {
    flex-basis: 74px;
    width: 74px !important;
  }

  .customCategoryWrapper .product-list .mfb-half-half-product .mfb-half-half-size-button {
    width: 118px;
  }
}
