.googoo-carousel{position:relative;width:100%;overflow:visible;--gg-gap:20px;--gg-radius:18px;--gg-fit:cover;--gg-height:auto;--gg-tablet-height:auto;--gg-mobile-height:auto}.googoo-carousel *,.googoo-carousel *::before,.googoo-carousel *::after{box-sizing:border-box}.googoo-carousel__viewport{overflow:hidden;width:100%;border-radius:var(--gg-radius);touch-action:pan-y;cursor:grab;outline:none}.googoo-carousel__viewport:focus-visible{box-shadow:0 0 0 3px rgba(18,103,234,.22)}.googoo-carousel.is-dragging .googoo-carousel__viewport{cursor:grabbing}.googoo-carousel__track{display:flex;will-change:transform;transform:translate3d(0,0,0);transition-property:transform;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.googoo-carousel__slide{flex:0 0 auto;min-width:0;user-select:none}.googoo-carousel__slide img{display:block;width:100%;height:var(--gg-height);object-fit:var(--gg-fit);border-radius:var(--gg-radius);-webkit-user-drag:none;user-select:none}.googoo-carousel__arrow{position:absolute;top:50%;z-index:5;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:1px solid rgba(18,103,234,.18);background:rgba(255,255,255,.94);color:#1267ea;font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 24px rgba(15,23,42,.1);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.googoo-carousel__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.05);box-shadow:0 12px 30px rgba(15,23,42,.16)}.googoo-carousel__prev{left:12px}.googoo-carousel__next{right:12px}.googoo-carousel__dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.googoo-carousel__dot{width:8px;height:8px;border-radius:999px;border:0;background:#cbd5e1;padding:0;cursor:pointer;transition:width .2s ease,background .2s ease}.googoo-carousel__dot.is-active{width:24px;background:#1267ea}.googoo-carousel--static .googoo-carousel__arrow,.googoo-carousel--static .googoo-carousel__dots{display:none!important}@media(max-width:1024px){.googoo-carousel__slide img{height:var(--gg-tablet-height)}}@media(max-width:767px){.googoo-carousel__slide img{height:var(--gg-mobile-height)}.googoo-carousel__arrow{width:36px;height:36px;font-size:26px}.googoo-carousel__prev{left:8px}.googoo-carousel__next{right:8px}}@media(prefers-reduced-motion:reduce){.googoo-carousel__track,.googoo-carousel__arrow,.googoo-carousel__dot{transition:none!important}}


/* v3 seamless loop fix */
.googoo-carousel.is-single .googoo-carousel__arrow,
.googoo-carousel.is-single .googoo-carousel__dots {
  display: none !important;
}

.googoo-carousel__slide.is-clone {
  pointer-events: none;
}
