.pw-custom-slider-container {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.pw-custom-slider-container .custom-slider-wrapper {
  display: flex;
  scroll-behavior: smooth;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pw-custom-slider-container .custom-slider-wrapper::-webkit-scrollbar {
  display: none;
}

.pw-custom-slider-container .custom-slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
  box-sizing: border-box;
  padding: 0 10px;
}

.pw-custom-slider-container .navigation-prev::before {
  align-items: center;
  content: "\e90f";
  display: flex;
  justify-content: center;
  font-family: shoptet;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
  text-transform: none;
  font-size: 20px;
  vertical-align: middle;
  color: #cfcfcf;
}

.pw-custom-slider-container .navigation-next::before {
  align-items: center;
  content: "\e910";
  display: flex;
  justify-content: center;
  font-family: shoptet;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  font-size: 20px;
  height: 32px;
  width: 32px;
  color: #cfcfcf;
  background: transparent;
}
.pw-custom-slider-container .navigation-next:hover::before,
.pw-custom-slider-container .navigation-prev:hover::before {
  color: var(--color-primary);
}

.pw-custom-slider-container .navigation-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 32px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  background: transparent;
  left: -10px !important;
}

.pw-custom-slider-container .navigation-next {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 32px;
  line-height: 0;
  opacity: 1;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  width: 32px;
  right: 0;
}

.pw-custom-slider-container .intro-slide {
  background: rgba(229, 206, 153, 0.25);
  padding: 3em;
  display: grid;
}

.pw-custom-slider-container .intro-slide .heading {
  text-align: left;
  font: normal normal normal 16px/24px Poppins;
  letter-spacing: 0px;
  color: #23436c;
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}

.pw-custom-slider-container .intro-slide .heading strong {
  font: normal normal bold 33px/24px Poppins !important;
  letter-spacing: 0px !important;
  color: #e5ce99 !important;
  text-transform: uppercase;
  margin-top: 3px;
}

.pw-custom-slider-container .intro-slide .text {
  text-align: left;
  font: normal normal normal 16px/22px Poppins;
  letter-spacing: 0px;
  color: #23436c;
}

.pw-custom-slider-container .intro-slide a {
  text-align: center;
  font: normal normal normal 12px/24px Poppins;
  letter-spacing: 0px;
  color: #23436c;
  text-transform: uppercase;
  background: #e5ce99 0% 0% no-repeat padding-box;
  line-height: 8px;
  padding: 16px 24px;
}

.type-index .pw-custom-slider-container {
  margin-block: 6em;
}

.pw-custom-slider-container .custom-product-card {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  height: 100%;
  /* padding-inline: 2em; */
  padding-inline: 1em;
}

.pw-custom-slider-container .custom-product-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.pw-custom-slider-container .custom-product-name {
  text-align: left;
  letter-spacing: 0px;
  /* color: #e5ce99;
  font: normal normal bold 18px/21px Poppins; */
  font-weight: 500;
  font-size: 18px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 40px;
  overflow: hidden;
}

.custom-product-card .availability img {
  width: 20px;
}

.pw-custom-slider-container .custom-product-desc {
  text-align: left;
  font: normal normal normal 14px/20px Poppins;
  letter-spacing: 0px;
  color: #23436c;
  margin-bottom: 20px;
}

.pw-custom-slider-container .custom-product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  min-height: 79px;
}

.pw-custom-slider-container .custom-product-price {
  text-align: left;
  font: normal normal normal 20px/20px Poppins;
  letter-spacing: 0px;
  color: #23436c;
}

.pw-custom-slider-container .custom-add-to-cart {
  cursor: pointer;
  background: transparent;
  border: 0;
}

.pw-custom-slider-container .custom-add-to-cart svg #kosik-plny {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pw-custom-slider-container .custom-add-to-cart svg #kosik-prazdny {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.pw-custom-slider-container .custom-add-to-cart:hover svg #kosik-plny {
  opacity: 1;
}

.pw-custom-slider-container .custom-add-to-cart:hover svg #kosik-prazdny {
  opacity: 0;
}

.pw-custom-slider-container button.custom-add-to-cart svg {
  max-width: 40px;
  max-height: 40px;
}

.pw-custom-slider-container .slider-text {
  margin-top: auto;
}

.pw-custom-slider-container .custom-product-price-availability .availability {
  text-align: left;
  font: normal normal normal 16px / 16px Poppins;
  letter-spacing: 0px;
}

.pw-custom-slider-container
  .custom-product-card
  .custom-product-bottom
  .prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 110px);
}

.pw-custom-slider-container
  .custom-product-card
  .custom-product-bottom
  .prices
  span.price-standard {
  order: 0;
}

.pw-custom-slider-container
  .custom-product-card
  .custom-product-bottom
  .prices
  .price-save {
  order: 1;
}

.pw-custom-slider-container
  .custom-product-card
  .custom-product-bottom
  .prices
  .price.price-final {
  order: 2;
  width: 100%;
  font-size: 26px;
  text-align: left;
  line-height: 28px;
  font-weight: 400;
}

.pw-custom-slider-container
  .custom-product-card
  .custom-product-bottom
  .prices
  .price-additional {
  order: 3;
}

.pw-custom-slider-container .custom-product-card .availability {
  width: 120px;
  display: flex !important;
  align-items: center;
  gap: 5px;
  justify-content: flex-end !important;
}

.pw-custom-slider-container .custom-product-card .availability > span {
  font-size: 14px;
  text-transform: lowercase;
  line-height: 1.2;
}

.pw-custom-slider-container .custom-product-card button.custom-add-to-cart {
  margin-right: 0;
  margin-left: auto;
  display: flex;
  border-bottom-style: solid;
  border-width: 1px;
  min-width: 100px;
  white-space: nowrap;
  width: auto;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #1a1937;
  line-height: 42px !important;
  height: 42px !important;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500 !important;
  padding: 0px 26px;
  margin-top: 10px;
}

.pw-custom-slider-container button.pagination-button {
  height: 10px;
  width: 10px;
  font-size: 0px;
  background-color: #cfcfcf;
  color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  line-height: 0;
  margin: 4px;
  outline: none;
  padding: 0;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.pw-custom-slider-container .product-slider-pagination {
  display: flex;
  gap: 5px;
  margin-top: 40px;
  justify-content: center;
}

.pw-custom-slider-container button.pagination-button.active {
  background-color: var(--color-primary);
  width: 32px;
  transition: width 0.3s ease, background-color 0.3s ease;
}
