#bargain #haggle-section {
  margin-top: 16px;
}

#bargain #haggle-section .images {
  display: flex;
  justify-content: center;
}

@media (max-width: 1600px) {
  #bargain #haggle-section .images {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: start;
  }

  #bargain #haggle-section .info {
    position: relative;
    z-index: 2;
  }

  #bargain #haggle-section .images img {
    width: auto;
    height: 500px;
    transform: translate(0px, -70px);
  }

  #bargain #haggle-section .haggle .haggle-wrap .info .desc {
    position: relative;
    transform: translateX(70px);
    z-index: 1;
  }
}

@media (max-width: 1200px) {
  #bargain #haggle-section .haggle .haggle-wrap .info .desc {
    transform: translateX(20px);
  }

  #bargain #haggle-section .info .desc .white {
    max-width: unset;
    width: 500px;
  }

  #bargain #haggle-section .images img {
    width: auto;
    height: auto;
    transform: unset;
  }
}

@media (max-width: 991px) {
  #bargain #haggle-section .haggle .actions {
    position: unset;
    margin-right: 0;
    transform: translateY(16px);
  }

  #bargain #haggle-section .images {
    margin-top: auto;
    justify-content: center;
    
  }

  #bargain #haggle-section .images img {
    max-height: 400px;
  }

  #bargain #haggle-section .haggle .haggle-wrap .info {
    position: absolute;
    height: 100%;
    padding: 64px;
    max-width: 100%;
  }

  #bargain #haggle-section .haggle .haggle-wrap .info .desc {
    transform: unset;
  }

  #bargain #haggle-section .info .desc .white {
    font-size: 48px;
  }

  #bargain #haggle-section .info .action-text {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 768px) {
  #bargain #haggle-section .haggle .actions {
    position: unset;
    margin-right: 0;
    transform: translateY(0);
  }

  #bargain #haggle-section .haggle .haggle-wrap .info {
    padding: 32px;
  }

  #bargain #haggle-section .info .desc .white {
    width: auto;
    font-size: 32px;
  }

  #bargain #haggle-section .images img {
    max-height: 190px;
  }
}
