/* Mobile overflow fix: homepage popular-products slider */
@media screen and (max-width: 640px) {
  #rec1265787711,
  #rec1265787711 .t-slds,
  #rec1265787711 .t-slds__main,
  #rec1265787711 .t-slds__container {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  #rec1265787711 .t-slds__main.t-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #rec1265787711 .t-slds__items-wrapper,
  #rec1265787711 .t-card__container {
    width: 100% !important;
    max-width: 100% !important;
  }

  #rec1265787711 .t-slds__item,
  #rec1265787711 .t923__width_12,
  #rec1265787711 .t923__slds-wrapper,
  #rec1265787711 .t-card__col {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}