
* { box-sizing: border-box; margin: 0; padding: 0; }
body { /*! font-family: sans-serif; */ /*! background: #f0f0f0; */ }

.carousel-container {
  width: 100vw;
  overflow: hidden;
  padding-top: 20px;
}

.carousel {
  display: flex;
  gap: 0.4vw;
  transition: transform 0.5s ease;
  padding: 0 10vw;
  margin-left: calc(-1 * (5.4vw - 0px));
}
.slide {
  flex: 0 0 30vw;
  height: 38vw;
  background-size: contain;
  background-position: center;
  border-radius: 0px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  align-items: end;
  display: flex;
}
.slide a {
  height: 100% !important;
  width: 100% !important;
  justify-content: center;
  align-items: end;
  display: flex;
}
.slide .cntnrMrktngLabel .lnng {
	color: #995c00;
	font-family: On Semi Mono,menlo,consolas,roboto mono,ubuntu monospace,noto mono,oxygen mono,liberation mono,monospace;
	font-size: .75rem;
	font-weight: 400;
	letter-spacing: .045rem;
	text-transform: uppercase;
}
.slide .product-name{
  font-weight: 600;
}
.slide .sc-module-rating {
	background-color: white;
	padding-left: 0 !important;
}
#eli_novinki .slide a .lnng {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
#eli_novinki .slide a .product-price {
  margin: 0 0 4px;
}
.controls {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 20px 0 0 4.6vw;
}

.arrow {
  border: none;
  color: black;
  font-size: 20px;
  cursor: pointer;
  padding: 0 0 4px;
  background-color: white;
}

.scrollbar-track {
  width: 200px;
  height: 1px;
  background: #ccc;
  border-radius: 4px;
  position: relative;
}

.scrollbar-thumb {
  height: 200%;
  width: 30%;
  background: #555;
  border-radius: 4px;
  position: absolute;
  left: 0;
  cursor: pointer;
  transition: background 0.2s, left 0.5s ease;
}

.scrollbar-thumb::before {
  background-color: transparent;
  bottom: -1.5rem;
  content: "";
  height: 3rem;
  left: 0;
  position: absolute;
  right: 0;
  top: -1.5rem;
  width: 100%;
}

.scrollbar-thumb:active {
  background: #333;
}

@media (max-width: 768px) {
  .carousel {
    padding: 0 5vw;
  }
  .controls {
    margin-left: 5vw;
  }
}

/* /catalog/view/stylesheet/eli_crsl.css */