.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box
}

.glide * {
  box-sizing: inherit
}

.glide__track {
  overflow: hidden
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform
}

.glide__slides--dragging {
  user-select: none
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none
}

.glide--rtl {
  direction: rtl
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 0.4rem;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.glide__bullet{
  background-color:rgba(155, 155, 155, 0.5);
  width: 5px;
  height: 5px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
  box-shadow: 0 .25em .5em 0 rgba(0,0,0,.1);
  margin: 0 .25em
}

.glide_triangle {
  margin: 0 .25em;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 4px solid rgba(155, 155, 155, 0.5);
  border-bottom: 3px solid transparent;
  border-right: none;
  box-shadow: none;
  border-radius: unset;
  background: #fff;
}

.glide__bullet:focus {
  outline: none
}

.glide_triangle:focus {
  outline: none
}

.glide__bullet[class*=active] {
  background-color: #e73c33!important;
}

.glide__bullet__flat.glide__bullet[class*=active] {
  background-color: #e73c33!important;
  width: 16px!important;
  height: 6px!important;
  border-radius: 3px!important;
}

.flat_bulltet.glide__bullet[class*=active] {
  width: 3rem!important;;
}

.flat_bullet2.glide__bullet[class*=active] {
  width: 10px!important;
  height: 3px!important;
  background: #E73C33!important;
  opacity: 1!important;
  border-radius: 28px!important;
  transform: matrix(1, 0, 0, -1, 0, 0)!important;
}

.glide_triangle[class*=active] {
  border-left: 4px solid #e73c33;
}
.imageCarouselHomepage > img{
  width: 100%;
  height: calc(100vw / 2.06);
}

.imageCarouselHomepageAccessories > img{
  width: 100%;
  height: 100%;
}

.glide__slides{
  margin-top: 0;
  margin-bottom: 0;
}

.reviewsBullets {
  bottom: -20px;
}

.userReviewsBullet{
  background-color: rgba(0,0,0,0.25);
}
.userReviewsBullet[class*=active] {
  background-color: rgba(0,0,0,0.75);
}

@media (min-width: 1024px) {
  .flat_bullet2.glide__bullet[class*=active] {
    width: 26px!important;
    height: 8px!important;
  }
}