.product-images{display:flex;margin:0;max-width:100%;overflow:hidden}.product-images__slider{align-items:center;display:flex;overflow:auto;padding:2px 0}.product-images__slider--center-image{margin:0 auto}.product-images__slider>li{flex-shrink:0;margin:0 .3125rem;max-width:12.5rem}@media only screen and (min-width:768px){.product-images__slider>li{gap:1.5rem;max-width:21.875rem}}@media only screen and (min-width:1024px){.product-images__slider>li{gap:0;max-width:21.875rem}.product-images__slider{display:none;margin:0 -.3125rem}.product-images__slider>li{width:80%}}.product-images__image{display:none}@media only screen and (min-width:1024px){.product-images__image{display:flex;justify-content:center;width:100%}}.product-images__link{margin:2px 0}.product-images__picture{display:block;overflow:hidden;position:relative}.product-images__picture img{height:12.5rem;object-fit:contain;width:12.5rem}@media only screen and (min-width:768px){.product-images__picture img{height:18.75rem;width:18.75rem}}@media only screen and (min-width:1024px){.product-images__picture img{aspect-ratio:4/3;width:25rem}}.product-images__picture--video>img{filter:blur(10px)}.product-images__picture:before{bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:1}@media only screen and (min-width:768px){.product-images__picture{max-width:21.875rem}}@media only screen and (min-width:1024px){.product-images__picture{border-radius:0 0 1.25rem 0;max-width:25rem;padding:0}.product-images__picture img{pointer-events:none;width:100%}}.product-images__picture:after{background:#ffffffe6 url(/UI/Icons/loading.svg) no-repeat 50%;bottom:0;content:"";display:block;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .1s linear}.product-images__picture--loading{height:12.5rem;width:12.5rem}@media only screen and (min-width:768px){.product-images__picture--loading{height:18.75rem;width:18.75rem}}@media only screen and (min-width:1024px){.product-images__picture--loading{aspect-ratio:4/3;width:25rem}}.product-images__picture--loading:after{opacity:1}.product-images__next,.product-images__prev{align-items:center;display:flex;height:3.125rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:3.125rem}@media only screen and (max-width:1023px){.product-images__next img,.product-images__prev img{height:1.25rem;width:.6875rem}}.product-images__prev{left:-1.25rem}@media only screen and (min-width:1024px){.product-images__prev{left:0}}@media only screen and (min-width:1280px){.product-images__prev{left:.75rem}}.product-images__prev img{transform:rotate(180deg)}.product-images__next{right:-1.25rem}@media only screen and (min-width:1024px){.product-images__next{right:0}}@media only screen and (min-width:1280px){.product-images__next{right:.75rem}}.product-images__indicators{align-items:center;bottom:0;display:flex;height:.625rem;justify-content:center;left:0;position:absolute;right:0}@media only screen and (min-width:1024px){.product-images__indicators{height:4.6875rem}}.product-images__indicator{margin:0 .3125rem}.product-images__indicator:before{background:var(--color-macchiato);border-radius:50%;content:"";display:block;height:.625rem;width:.625rem}@media only screen and (min-width:1024px){.product-images__indicator:before{height:.9375rem;width:.9375rem}}.product-images__indicator.is-active:before{background:var(--color-black)}.product-images__list{display:none}@media only screen and (min-width:1024px){.product-images__list{display:flex;flex-direction:column;flex-shrink:0;max-height:21.625rem;width:75px}.product-images__list--expanded{overflow-x:hidden;overflow-y:auto}}.product-images__button{background:var(--color-white);border:1px solid #0000;height:60px;margin-bottom:.625rem;max-width:100%;padding:3px;position:relative;width:60px}.product-images__button:after{background-color:#00000008;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:1}.product-images__button.is-first{overflow:hidden}.product-images__button.is-active,.product-images__button:hover{border:1px solid var(--color-black)}.product-images__button.is-active .product-images__button-icon-solid,.product-images__button:hover .product-images__button-icon-solid{display:block}.product-images__button.is-active .product-images__button-icon-outline,.product-images__button:hover .product-images__button-icon-outline{display:none}.product-images__button--video{position:relative}.product-images__button--video svg{height:1.25rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.25rem;fill:var(--color-dark-red)}.product-images__button--video.is-active{background-color:var(--color-charcoal-gray)}.product-images__button--video.is-active svg{fill:var(--color-white)}.product-images__button-icon-solid{display:none}.product-images__thumbnail{height:60px;max-height:100%;object-fit:contain;width:60px}.product-images__paginate{align-items:center;background-color:var(--color-greige);color:var(--color-dark-red);display:flex;justify-content:center;padding:.625rem}.product-images__paginate:before{content:"+";padding-right:2px}.product-images__paginate:after{display:none}.product-images__paginate svg{height:1.5rem;width:1.5rem;fill:var(--color-dark-red)}.product-images__play{background-color:#fff;border-radius:50%;cursor:pointer;display:block;height:2.75rem;width:2.75rem;z-index:2}.product-images__play,.product-images__play svg{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.product-images__play svg{height:1.25rem;width:1.25rem;fill:var(--color-dark-red)}