.del__item-img {
    position: relative;
    height: 100%;
    max-height: calc(100% - 30px);
    width: auto;
    max-width: calc(100% - 20px);
    object-fit: contain;
    object-position: center;
}

.del__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: clamp(25px, calc(1vw * 3.6), 50px);
}

.del__methods {
    width: 47.582%;
}
.del__swiper {
    width: 100%;
}

.del__item {
    position: relative;
    aspect-ratio: 1 / 0.5424;
    border: solid 1px var(--Stroke);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.after-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: clamp(20px, calc(1vw * 4.2), 40px);
    gap: 10px;
  }
  .arrows {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .del__pagination {
    justify-content: space-between;
  }

  .del__title {
    margin-bottom: 0px;
  }


@media(max-width: 600px) {
    .del__wrapper {
        flex-direction: column;
    }
    .del__methods {
        width: 100%;
    }
}