.blaze-slider{--slides-to-show:1;--slide-gap:20px;direction:ltr}.blaze-container{position:relative}.blaze-track-container{overflow:hidden}.blaze-track{will-change:transform;touch-action:pan-y;display:flex;gap:var(--slide-gap);--slide-width:calc((100% - (var(--slides-to-show) - 1) * var(--slide-gap)) / var(--slides-to-show));box-sizing:border-box}.blaze-track>*{box-sizing:border-box;width:var(--slide-width);flex-shrink:0}.blaze-slider.my-slider {--slides-to-show: 3;--slide-gap: 20px;}@media (max-width: 900px) {.blaze-slider.my-slider {--slides-to-show: 2;}}@media (max-width: 500px) {.blaze-slider.my-slider {--slides-to-show: 1;}}.blaze-slider.dragging .blaze-track {cursor: grabbing;}.blaze-track > * {min-height: 300px;display: flex;justify-content: center;align-items: center;transition: width 300ms ease;border-radius: 6px;border: 1px solid LightGray;color: hsl(0deg 0% 25%);}.blaze-pagination {display: flex;gap: 15px;}.blaze-pagination button {font-size: 0;width: 15px;height: 15px;border-radius: 50%;outline: none;border: none;background: LightGray;cursor: pointer;transition: transform 200ms ease, background-color 300ms ease;}.blaze-pagination button.active {background: Black;transform: scale(1.3);}.blaze-next,.blaze-prev {border: none;font-size: 0;width: 20px;height: 20px;background: none;cursor: pointer;background-position: center;background-size: 100%;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath fill='Black' d='M11.67 3.87L9.9 2.1 0 12l9.9 9.9 1.77-1.77L3.54 12z'/%3E%3C/svg%3E");}.blaze-next {transform: rotate(180deg);}.blaze-slider.start .blaze-prev,.blaze-slider.end .blaze-next {opacity: 0.5;cursor: not-allowed;}.blazebody {height: 100%;overflow: hidden;display: flex;align-items: center;justify-content: center;margin: 0;padding: 0px;}.app {padding: 10px;margin-bottom: 0px;width: 100%;}.controls {display: flex;justify-content: center;align-items: center;margin-top: 50px;gap: 20px;}.blaze-slide {}.blaze-slide img{display: block;width: 100%;}