/*
Generated time: May 14, 2025 18:58
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.product-nav__item{background:rgb(var(--color-background));box-shadow:0 0 .1rem rgb(var(--color-foreground),.15);border-radius:.5rem;cursor:pointer;transition:transform 1s cubic-bezier(.19,1,.22,1)}.product-nav__item--previous:hover{transform:translate(0,-50%);z-index:3}.product-nav__item:hover .product-nav__direction{opacity:0}.product-nav__item:hover .product-nav__image{opacity:1}.product-nav__item--next:hover{transform:translate(0,-50%);z-index:3}.product-nav__title{font-size:1.6rem}.product-nav__vendor{font-size:1rem;color:rgb(var(--color-foreground),.6)}.product-nav__image{opacity:0}.product-nav__direction{position:absolute}.product-nav__direction--previous{transform:translateX(calc(var(--transform-direction) * (-50%)));inset-inline-end:0}.product-nav__direction--next{transform:translateX(calc(var(--transform-direction) * 50%));inset-inline-start:0}.product-nav__text{transform-origin:center center}