.carousel-root {
  outline: none;
}

@media (min-width: 768px) {
  .carousel-root {
    max-height: 1194px;
    overflow: hidden;
  }
}

@media (min-width: 1330px) {
  .carousel-root {
    max-height: 636px;
    overflow: hidden;
  }
}

.carousel-root .dNqurx {
  font-weight: bold;
  font-size: 60px;
  color: #212121;
  font-family: Inter;
  text-align: initial;
}

.carousel-root .cdIxWf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 4%;
  column-gap: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 3rem;
  padding-right: 1rem;
}

@media (max-width: 1023px) {
  .carousel-root .cdIxWf {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .carousel-root .cdIxWf .dNqurx {
    font-size: 50px;
  }
}

.carousel-root .carousel.carousel-slider a.add-to-browser.button.desktop-only {
  height: 52px;
}

.carousel-root .carousel.carousel-slider .slide {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1023px) {
  .carousel-root .carousel.carousel-slider .slide {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .carousel-root .carousel.carousel-slider .slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.carousel-root .carousel {
  position: relative;
}

.carousel-root .carousel * {
  box-sizing: border-box;
}

.carousel-root .carousel img {
  width: 100%;
  display: inline-block;
  pointer-events: none;
}

.carousel-root .carousel .carousel {
  position: relative;
}

.carousel-root .carousel .control-arrow {
  outline: 0;
  border: 0;
  background: none;
  top: 50%;
  margin-top: -13px;
  font-size: 18px;
}

.carousel-root .carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden;
}

.carousel-root .carousel .thumbs {
  transition: all 0.15s ease-in;
  transform: translateZ(0);
  position: relative;
  list-style: none;
  white-space: nowrap;
}

.carousel-root .carousel .thumb {
  transition: border 0.15s ease-in;
  display: inline-block;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #fff;
  padding: 2px;
}

.carousel-root .carousel .thumb:focus {
  border: 3px solid #ccc;
  outline: none;
}

.carousel-root .carousel .thumb.selected,
.carousel-root .carousel .thumb:hover {
  border: 3px solid #333;
}

.carousel-root .carousel .thumb img {
  vertical-align: top;
}

.carousel-root .carousel.carousel-slider {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.carousel-root .carousel.carousel-slider .control-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px;
}

.carousel-root .carousel.carousel-slider .control-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
}

.carousel-root .carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  transition: height 0.15s ease-in;
}

.carousel-root .carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
}

.carousel-root .carousel .slider-wrapper.axis-horizontal .slider .slide {
  flex-direction: column;
  flex-flow: column;
}

.carousel-root .carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
}

.carousel-root .carousel .slider-wrapper.axis-vertical .slider {
  flex-direction: column;
}

.carousel-root .carousel .slider {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  width: 100%;
}

.carousel-root .carousel .slider.animated {
  transition: all 0.35s ease-in-out;
}

.carousel-root .carousel .slide {
  min-width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
}

@media (max-width: 1023px) {
  .carousel-root .carousel .slide {
    min-width: auto;
  }
}

.carousel-root .carousel .slide img {
  width: 100%;
  vertical-align: top;
  border: 0;
}

.carousel-root .carousel .slide iframe {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border: 0;
}

.carousel-root .carousel .slide .legend {
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0.25;
  transition: opacity 0.35s ease-in-out;
}

.carousel-root .fSoiMa {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #212121;
  padding-bottom: 1rem;
  font-family: Inter;
  text-align: initial;
}

.carousel-root .carousel .control-dots {
  position: absolute;
  bottom: 0;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

@media (min-width: 960px) {
  .carousel-root .carousel .control-dots {
    bottom: 0;
  }
}

.carousel-root .carousel .control-dots .dot {
  transition: opacity 0.25s ease-in;
  opacity: 0.3;
  filter: alpha(opacity=30);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px;
}

.carousel-root .carousel .control-dots .dot.selected,
.carousel-root .carousel .control-dots .dot:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-root .carousel .carousel-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff;
}

.carousel-root .carousel:hover .slide .legend {
  opacity: 1;
}

.carousel-root .bgxoQJ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  max-width: 638px;
  -webkit-align-items: self-start;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}

.carousel-root .product-available-on {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1023px) {
  .carousel-root .product-available-on {
    flex-direction: column;
  }
}

@media (max-width: 1023px) {
  .carousel-root .jwQxP {
    flex-direction: row;
    gap: 20px;
    width: 100%;
    justify-content: center;
    gap: 20px;
  }
  .carousel-root a.add-to-browser {
    margin: auto;
  }
  .carousel-root .bgxoQJ {
    max-width: 100%;
  }
}

.page-template-template-product .bgxoQJ {
  max-width: 520px;
}

.page-template-template-product .fSoiMa {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}

@media (max-width: 1023px) {
  .page-template-template-product .fSoiMa {
    text-align: center;
  }
}

.page-template-template-product h2 {
  color: #212121;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 0;
}
