.product-carousel{z-index:0}.carousel-image-container,.product-carousel{position:relative;width:100%;height:100%;overflow:hidden;contain:layout style paint;max-width:100%;box-sizing:border-box}.carousel-image-container{background-color:transparent}.carousel-preload-layer{position:absolute;inset:0;pointer-events:none;z-index:0}.carousel-preload-slide{position:absolute;inset:0;opacity:0}.carousel-slide{position:absolute;inset:0;width:100%;height:100%;max-width:100%;max-height:100%;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);overflow:hidden;box-sizing:border-box;clip-path:inset(0);-webkit-clip-path:inset(0)}.carousel-slide-current{z-index:2}.carousel-slide-prev{z-index:1}.carousel-slide-backdrop{z-index:0}.carousel-enter-from-right{animation:carousel-slide-in-right .38s ease-out both}.carousel-enter-from-left{animation:carousel-slide-in-left .38s ease-out both}.carousel-exit-to-left{animation:carousel-slide-out-left .38s ease-out both}.carousel-exit-to-right{animation:carousel-slide-out-right .38s ease-out both}@keyframes carousel-slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes carousel-slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes carousel-slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes carousel-slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@media (prefers-reduced-motion:reduce){.carousel-enter-from-left,.carousel-enter-from-right,.carousel-exit-to-left,.carousel-exit-to-right{animation:none!important}}.carousel-image{object-fit:cover;object-position:center;width:100%!important;height:100%!important;min-width:100%;min-height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background-image:url(/_next/static/media/background.50eb86be.jpg);background-size:cover;background-position:50%;border:1px solid #000;border-radius:10px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 0 #feb662,0 5px 0 #000;transition:box-shadow .2s ease-in-out,background-position .2s ease-in-out;z-index:10;padding:0;max-width:calc(100% - 20px)}.carousel-arrow:hover{box-shadow:0 0 0 #feb662,0 1px 0 #000;background-position:bottom}.carousel-arrow:active{box-shadow:0 0 0 #feb662,0 0 0 #000}.carousel-arrow svg{color:#000}.carousel-arrow-left{left:20px}.carousel-arrow-right{right:20px}.carousel-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:10}.carousel-dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.5);border:2px solid #000;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:rgba(255,255,255,.8);transform:scale(1.2)}.carousel-dot.active{background:#fff;transform:scale(1.3)}@media (max-width:768px){.carousel-arrow{width:50px;height:50px;box-shadow:0 3px 0 #feb662,0 4px 0 #000}.carousel-arrow svg{width:32px;height:32px}.carousel-arrow-left{left:15px}.carousel-arrow-right{right:15px}.carousel-dots{bottom:20px}.carousel-dot{width:10px;height:10px}}@media (max-width:480px){.carousel-arrow{width:46px;height:46px;box-shadow:0 2px 0 #feb662,0 3px 0 #000}.carousel-arrow svg{width:28px;height:28px}.carousel-arrow-left{left:10px}.carousel-arrow-right{right:10px}.carousel-dots{bottom:15px;gap:8px}.carousel-dot{width:8px;height:8px}}@media (max-width:360px){.carousel-arrow-left{left:6px}.carousel-arrow-right{right:6px}.carousel-dots{bottom:12px;gap:7px}}