.btn-wishlist{
  cursor: pointer;
}
@media (min-width: 768px) {
  .home-collection-card .top-area .svg-wrapper {
    padding: 12px;
    height: 64px;
  }
  .home-collection-card .top-area .svg-wrapper svg {
    height: 40px;
  }
  .home-collection-card .top-area .title-wrapper {
    padding: 11px 16px;
    flex: 1;
    height: 64px;
    justify-content: start;
  }
  .home-collection-card .bottom-area {
    padding: 24px 40px 40px;
    display: flex;
    flex-direction: column;
    row-gap: 48px;
  }
  .home-collection-card .bottom-area .collection-wrapper {
    display: flex;
    column-gap: 24px;
    overflow: hidden;
  }
  .home-collection-card .bottom-area .collection-wrapper .left img {
    width: 100%;
  }
  .home-collection-card .bottom-area .collection-wrapper > * {
    width: 20%;
    position: relative;
  }
  .btn-wishlist{
    position: absolute;
    top: 20px;
    right: 18px;
  }
}
@media (max-width: 768px) {
  .btn-wishlist{
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .wishlist-btn{
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .home-collection-card .top-area .svg-wrapper {
    padding: 10px;
    height: 40px;
  }
  .home-collection-card .top-area .svg-wrapper svg {
    height: 20px;
  }
  .home-collection-card {
    background-color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home-collection-card .top-area .svg-wrapper {
    padding: 10px;
    height: 40px;
  }
  .home-collection-card .top-area .svg-wrapper svg {
    height: 20px;
    width: 20px;
  }
  .home-collection-card .top-area .title-wrapper {
    padding: 10px 8px;
    flex: 1;
    height: 40px;
    justify-content: start;
  }
  .home-collection-card .bottom-area {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
    gap: 24px;
    padding: 0 15px 40px !important;
    width: 100%;
  }
  .home-collection-card .bottom-area .collection-wrapper {
    display: flex;
    column-gap: 24px;
    overflow: hidden;
  }
  .home-collection-card .bottom-area .collection-wrapper .left img {
    width: 100%;
  }
  .home-collection-card .bottom-area .collection-wrapper > * {
    width: 20%;
  }
}
