.expandedImage{background-color:rgba(0,0,0,.6);backdrop-filter:blur(25px);position:fixed;height:100vh;width:100vw;top:0;bottom:0;left:0;right:0;z-index:100;animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.expandedImage-close{border-radius:1000px;background:#fa4759;padding:14px;z-index:100;cursor:pointer}.expandedImage-container{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:calc(50% + 0px);left:50%;transform:translate(-50%,-50%);width:100%;height:100%;max-width:1272px;padding:0 20px;overflow:hidden;z-index:-1}@media(min-width:1024px){.expandedImage-container{top:50%}}.expandedImage-list{width:100%;display:flex;justify-content:center}.expandedImage-item{display:none;width:100%}.expandedImage-item.is-active{display:flex;justify-content:center}.expandedImage-image__container{position:relative;height:100%;width:100%}@media(min-width:1024px){.expandedImage-image__container{max-height:625px;max-width:625px}}.expandedImage-thumbnails{width:calc(100% - 40px);display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px}.expandedImage-thumbnail{background-color:rgba(0,0,0,0);padding:4px;border-radius:8px;border:1px solid rgba(0,0,0,0)}.expandedImage-thumbnail+li.expandedImage-thumbnail{margin-left:8px}.expandedImage-thumbnail button{cursor:pointer}.expandedImage-thumbnail button img{border-radius:8px;border:1px solid #fff}.expandedImage-thumbnail.is-active{border:1px solid #7357d6}.expandedImage-next,.expandedImage-prev{height:44px;width:44px;background-color:#fff;border-radius:50%;align-items:center;justify-content:center;position:absolute;top:50%;display:none;cursor:pointer}@media(min-width:1024px){.expandedImage-next,.expandedImage-prev{display:flex}}.expandedImage-next{right:0;transform:translateY(-50%)}.expandedImage-prev{left:0;transform:translateY(-50%)}div#product-specifications dl div dd,div#product-specifications dl div dt{margin:0}.sticky-addToCart{animation:slide-in-bottom .25s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}