* {
  box-sizing: border-box;
}
a {
  color: black;
  text-decoration: none;
}

.top-selling__wrapper {
  /* delete it  */
  max-width: 1418px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.top-selling__title {
  margin-bottom: 52px;
  text-align: center;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "span", serif !important;
}

.top-selling__wrapper .cards-wrapper {
  display: flex;
}

.top-selling__wrapper .card-wrapper {
  position: relative;
  padding: 16px 16px 46px 16px;
  /* width: calc((100% - 30px) / 4); */
}

.top-selling__wrapper .card-wrapper:hover {
  box-shadow: 0px 0px 24px rgba(168, 168, 168, 0.25);
}

.top-selling__wrapper .card__image {
  display: block;
  margin-bottom: 44px;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-selling__wrapper .card__image1 {
  background-image: url("https://www.bargertex.sk/user/shop/orig/4698-3.jpg?6437a29a");
}
.top-selling__wrapper .card__image2 {
  background-image: url("https://www.bargertex.sk/user/shop/orig/161691.jpg?6540de13");
}
.top-selling__wrapper .card__image3 {
  background-image: url("https://www.bargertex.sk/user/shop/orig/165726.jpg?65bba860");
}
.top-selling__wrapper .card__image4 {
  background-image: url("https://www.bargertex.sk/user/shop/orig/167370.png?660d8b05");
}

.top-selling__wrapper .card__title {
  margin: 0;
  margin-bottom: 24px;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 16px;
  font-family: "span", serif !important;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  overflow: hidden;
}
.top-selling__wrapper .card__title:hover span {
  text-decoration: underline;
}
.top-selling__wrapper .card__price {
  margin-bottom: 12px;
  font-family: "span", serif !important;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.top-selling__wrapper .card__link {
  margin: 12px auto;
  padding: 0 10px;
  display: block;
  height: 48px;
  max-width: 104px;
  line-height: 46px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  background-color: rgb(106, 144, 193);
}
.top-selling__wrapper .card__link:hover {
  background-color: rgb(198, 164, 118);
}

.top-selling__wrapper .card__available {
  font-size: 14px;
  line-height: 19px;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
  color: #009901;
  font-family: "proxima-nova", sans-serif !important;
}

.top-selling__wrapper .card__available::before {
  content: "\e909";
  font-family: "ikony";
  margin-right: 3px;
  font-size: 9px;
}

.top-selling__wrapper .card__code {
  position: absolute;
  right: 15px;
  bottom: 20px;
  background-color: #fff;
  font-size: 11px;
  color: #434343;
  line-height: 16px;
  font-weight: 400;
}

.top-selling__wrapper .prevArrow,
.top-selling__wrapper .nextArrow {
  display: none;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 81px;
  font-size: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 100;
}
.top-selling__wrapper .prevArrow {
  left: 0px;
  transform: rotate(180deg);
  transform-origin: center;
}
.top-selling__wrapper .nextArrow {
  right: 0px;
}

.top-selling__wrapper .nextArrow::before,
.top-selling__wrapper .prevArrow::before {
  content: "\e939" !important;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "ikony" !important;
  padding: 0 !important;
  width: 40px !important;
  background: none !important;
  color: rgba(0, 0, 0, 1) !important;
  font-size: 54px !important;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .top-selling__wrapper .card__title {
    font-size: 16px;
  }

  .top-selling__wrapper .card__description {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .top-selling__wrapper .nextArrow,
  .top-selling__wrapper .prevArrow {
    display: block;
  }
}
@media (max-width: 767px) {
  .top-selling__wrapper {
    padding: 0;
  }
  .top-selling__wrapper .card-wrapper {
    padding: 16px 5px 46px 5px;
  }
  .top-selling__wrapper .card__link {
    max-width: 124px;
    font-size: 13px;
    font-weight: 700;
  }
  .top-selling__wrapper .card__image {
    margin-bottom: 44px;
  }
}
@media (max-width: 500px) {
  .top-selling__wrapper .card__title {
    font-size: 14px;
  }
}
