/* carousel container */

.shpt-carousel-container {
  width: 100%;
  padding: 20px 5px;
  margin: 0px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.shpt-carousel-container .shpt-carousel-content {
}

.shpt-carousel-container .shpt-carousel {
}

.shpt-carousel-container .glider-track {
}

.shpt-carousel-container .shpt-carousel-item {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.shpt-carousel-container .shpt-carousel-item a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

.shpt-carousel-container .shpt-carousel-item:hover img {
  scale: 1.05;
}

.shpt-carousel-container .shpt-carousel-item:hover .shpt-carousel-item-link {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.shpt-carousel-container .shpt-carousel-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s ease;
}

.shpt-carousel-container .shpt-carousel-item-texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
  padding: 20px;
  color: black;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  aspect-ratio: 1/1.25;
}

.shpt-carousel-container .shpt-carousel-item-title {
  margin: 0;
  color: inherit;
  font-size: 20px;
  font-weight: bold;
  color: #1d1d1d;
  display: block;
  font-family: Bangers, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
  padding: 0;
  position: static;
  text-align: left;
}

.shpt-carousel-container .shpt-carousel-item-text {
  font-size: 16px;
  margin: 0;
  color: inherit;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0;
  position: static;
  text-align: left;
}

.shpt-carousel-container .shpt-carousel-item-link {
  display: inline-block;
  padding: 5px 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 180px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  margin: 0;
  border-color: #000;
  background-color: #000;
  color: #ffffff;
  margin-top: 10px;

  background-color: #1d1d1d;
  border-radius: 99px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 5px;
  padding: 15px 16px;
  position: static;
  transition: all 0.15s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}

.shpt-carousel-container .shpt-carousel-item-link:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.shpt-carousel-container .shpt-carousel-prev,
.shpt-carousel-container .shpt-carousel-next {
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  position: absolute;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-width: 0;
  outline: none;
  box-shadow: none;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  transition: 0.3s;
  font-size: 16px;
  transition: 0.3s;
}

.shpt-carousel-container .shpt-carousel-prev.disabled,
.shpt-carousel-container .shpt-carousel-next.disabled {
  visibility: hidden;
  opacity: 0;
}

.shpt-carousel-container .shpt-carousel-prev:before,
.shpt-carousel-container .shpt-carousel-next:before {
  align-items: center;
  display: flex;

  justify-content: center;
  font-size: 0;
  height: 50px;
  line-height: 0;
  width: 50px;
}

.shpt-carousel-container .shpt-carousel-prev:hover,
.shpt-carousel-container .shpt-carousel-next:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

.shpt-carousel-container .shpt-carousel-prev {
  left: 5px;
}

.shpt-carousel-container .shpt-carousel-prev:before {
  background-image: url(https://www.nekonecno.sk/user/documents/upload/icons/arrow.svg?=v.3);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transform: rotate(180deg);
}

.shpt-carousel-container .shpt-carousel-next {
  right: 5px;
}

.shpt-carousel-container .shpt-carousel-next:before {
  background-image: url(https://www.nekonecno.sk/user/documents/upload/icons/arrow.svg?=v.3);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media (min-width: 640px) {
  .shpt-carousel-container {
  }

  .shpt-carousel-container .shpt-carousel-item {
  }

  .shpt-carousel-container .shpt-carousel-prev {
  }

  .shpt-carousel-container .shpt-carousel-next {
  }
}

@media (min-width: 768px) {
  .shpt-carousel-container {
    max-width: 800px;
    width: auto !important;
  }

  .shpt-carousel-container .shpt-carousel-prev,
  .shpt-carousel-container .shpt-carousel-next {
    font-size: 22px;
  }

  .shpt-carousel-container .shpt-carousel-prev {
  }

  .shpt-carousel-container .shpt-carousel-next {
  }
}

@media (min-width: 992px) {
  .shpt-carousel-container {
    max-width: 970px;
    width: auto !important;
  }

  .shpt-carousel-container .shpt-carousel-item-texts {
    gap: 15px;
  }

  .shpt-carousel-container .shpt-carousel-item-title {
    font-size: 28px;
  }

  .shpt-carousel-container .shpt-carousel-item-text {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .shpt-carousel-container {
    max-width: 1180px;
    width: auto !important;
  }

  .shpt-carousel-container .shpt-carousel-item-texts {
    gap: 20px;
  }
}

@media (min-width: 1440px) {
  .shpt-carousel-container {
    max-width: 1400px;
    width: auto !important;
  }

  .shpt-carousel-container .shpt-carousel-item-title {
    font-size: 36px;
  }

  .shpt-carousel-container .shpt-carousel-item-text {
    font-size: 22px;
  }
}

@media (min-width: 1600px) {
  .shpt-carousel-container {
    max-width: 1520px;
    width: auto !important;
  }
}

@media (min-width: 1800px) {
  .shpt-carousel-container {
    max-width: 1720px;
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .shpt-carousel-container .shpt-carousel-prev,
  .shpt-carousel-container .shpt-carousel-next {
    width: 45px;
  }
  .shpt-carousel-container .shpt-carousel-prev:before,
  .shpt-carousel-container .shpt-carousel-next:before {
    width: 40px;
    height: 40px;
  }
  .shpt-carousel-container .shpt-carousel-item-texts {
    padding: 15px;
    gap: 5px;
  }

  .shpt-carousel-container .shpt-carousel-item-link {
    min-height: 40px;
    font-size: 14px;
    padding: 9px 15px;
  }
}

/* carousel container end */
