@charset "UTF-8";
.product-carousel__wrapper {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.product-carousel__disclaimer {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  height: 30px;
  line-height: 30px; }

.product-carousel__title {
  text-align: center;
  font-size: 1.4em;
  line-height: 2.5em;
  font-weight: bold; }

.product-carousel__container {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px 0 20px 0;
  box-sizing: border-box; }
  .product-carousel__container .product-arrow {
    position: relative;
    width: 40px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    text-align: center;
    color: #999; }
    .product-carousel__container .product-arrow#product-arrow-right {
      right: 0; }
      .product-carousel__container .product-arrow#product-arrow-right::before {
        content: "\f054"; }
    .product-carousel__container .product-arrow#product-arrow-left::before {
      content: "\f053"; }

.product-carousel__product-container {
  display: flex;
  flex-grow: 1;
  -webkit-overflow-scrolling: touch; }
  .product-carousel__product-container::-webkit-scrollbar {
    display: none; }

.product-carousel__products {
  position: relative;
  white-space: nowrap;
  font-size: 0; }

.product-carousel__carousel {
  display: flex;
  align-items: center; }
  .product-carousel__carousel .product {
    display: inline-block;
    width: 170px;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
    color: #333;
    overflow: hidden; }
    .product-carousel__carousel .product span {
      display: block;
      margin: 5px 0;
      font-weight: 500;
      font-size: 17px; }
    .product-carousel__carousel .product img {
      width: 170px; }

@keyframes slide-right {
  0% {
    left: -360px; }
  100% {
    left: 0; } }

@keyframes slide-left {
  0% {
    left: 0; }
  100% {
    left: -360px; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 100; } }

@keyframes fade-out {
  0% {
    opacity: 100; }
  100% {
    opacity: 0; } }

.aller-carousel__fade-in {
  animation: fade-in 0.5s ease-in-out; }

.aller-carousel__fade-out {
  animation: fade-out 0.5s ease-in-out; }

.aller-carousel__slide-right {
  animation: slide-right 0.5s; }

.aller-carousel__slide-left {
  animation: slide-left 0.5s; }

/* Slider */
.slick-slider {
  position: relative;
  display: flex;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0px;
  line-height: 0;
  font-weight: 800;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 34px;
  line-height: 1;
  opacity: .75;
  color: gray;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -4px;
  z-index: 1;
  position: sticky; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\f053'; }

[dir='rtl'] .slick-prev:before {
  content: '\f054'; }

.slick-next {
  right: -0px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '\f054'; }

[dir='rtl'] .slick-next:before {
  content: '\f053'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
  display: grid; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.body {
  color: #fff;
  font-family: Tahoma;
  text-align: center;
  width: 50%;
  margin: 0 auto; }

button {
  width: 200px;
  height: 35px;
  border-radius: 5px;
  margin-bottom: 1rem;
  text-transform: uppercase; }

.slick-container {
  margin: 0 auto;
  display: grid; }

body {
  background: #2d3436; }

.slick-dots-container {
  width: 5.73rem;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: auto;
  position: relative; }

.slick-dots-container > ul {
  padding: 0;
  display: flex !important;
  transition: all 0.25s;
  position: relative;
  margin: 3;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: 100%; }

.slick-dots-container > ul li {
  width: 0.625rem;
  height: 0.6rem;
  margin: 0 0.25rem;
  background-color: #efd5d5;
  border: none;
  border-radius: 50%; }

.slick-dots-container > ul li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.3125rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots-container > ul li.p-small-1,
.slick-dots-container > ul li.n-small-1 {
  transform: scale(0.8); }

.slick-dots-container > ul li.slick-active {
  transform: scale(0.99);
  transform-origin: center;
  background: #2d3436; }

.slick-dots li button:before {
  display: none; }

