@charset "utf-8";

.yotpo-slider-wrapper { position: relative; width: 100%; }

.yotpo-slider-wrapper .yotpo-media-thumbnail { cursor: pointer; }

.yotpo-slider-wrapper .yotpo-slider-media-preview { width: 100%; height: 470px; margin: 0px 6px; background-color: rgb(236, 236, 236); display: flex; justify-content: center; }

.yotpo-slider-wrapper .yotpo-media-preview-first-element { margin-inline-start: 24px; }

.yotpo-slider-wrapper .yotpo-media-preview-last-element { margin-inline-end: 24px; }

.yotpo-slider-wrapper ol.carousel__track { margin: 0px; }

.yotpo-slider-wrapper .carousel__next, .yotpo-slider-wrapper .carousel__prev { display: flex; align-items: center; justify-content: center; border-radius: 50%; position: absolute; top: calc(50% - 20px); cursor: pointer; }

.yotpo-slider-wrapper .carousel__next:hover, .yotpo-slider-wrapper .carousel__prev:hover { color: rgb(255, 255, 255); }

.yotpo-slider-wrapper .carousel__next:focus-visible, .yotpo-slider-wrapper .carousel__prev:focus-visible { outline: none; }

.yotpo-slider-wrapper .carousel__next a:active, .yotpo-slider-wrapper .carousel__prev a:active { outline: none; }

.yotpo-slider-wrapper .carousel__next svg, .yotpo-slider-wrapper .carousel__prev svg { height: 17px; }

.yotpo-slider-wrapper .carousel__next.sr-only, .yotpo-slider-wrapper .carousel__prev.sr-only { position: absolute; height: 1px; width: 1px; }

.yotpo-slider-wrapper .carousel__next--disabled button, .yotpo-slider-wrapper .carousel__next--disabled button span, .yotpo-slider-wrapper .carousel__prev--disabled button, .yotpo-slider-wrapper .carousel__prev--disabled button span { cursor: not-allowed !important; }

.yotpo-slider-wrapper .carousel__prev { inset-inline-start: 6px; }

.yotpo-slider-wrapper .carousel__next { inset-inline-end: 6px; }

.yotpo-slider-wrapper .carousel { position: relative; text-align: center; box-sizing: border-box; touch-action: pan-y; overscroll-behavior: none; }

.yotpo-slider-wrapper .carousel.is-dragging { touch-action: none; }

.yotpo-slider-wrapper .carousel * { box-sizing: border-box; }

.yotpo-slider-wrapper .carousel__track { display: flex; position: relative; padding: 0px !important; }

.yotpo-slider-wrapper .carousel__viewport { overflow: hidden; }

.yotpo-slider-wrapper .carousel__sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); border: 0px; }

.yotpo-slider-wrapper .carousel__slide { flex-shrink: 0; position: relative; display: flex; justify-content: center; align-items: center; margin: 5px 0px 0px; transform: translateZ(0px); }

.yotpo-slider-wrapper .carousel--rtl button { direction: rtl; }

.yotpo-device-desktop .yotpo-slider-wrapper .yotpo-slider-media-preview, .yotpo-device-laptop .yotpo-slider-wrapper .yotpo-slider-media-preview, .yotpo-display-l .yotpo-slider-wrapper .yotpo-slider-media-preview, .yotpo-display-m .yotpo-slider-wrapper .yotpo-slider-media-preview { height: 502px; margin: 0px; }