.product-slider-container{background:var(--light-gray);margin-left:var(--margin-left);padding-bottom:2rem;padding-top:1rem;width:100vw}.product-slider-wrapper{background:#fff;box-shadow:2px 5px 5px #dcdcdc;display:grid;max-width:770px;padding-left:2rem;padding-right:2rem;position:relative;width:100%}.product-slide{grid-column:1;grid-row:1;opacity:0;width:100%}.show-slide{animation-duration:2s;animation-fill-mode:forwards;animation-name:show-slide}.hide-slide{animation-duration:1s;animation-fill-mode:forwards;animation-name:hide-slide}.hide-slide,.hide-slide>img{cursor:auto!important}@keyframes show-slide{0%{opacity:0}to{opacity:100%}}@keyframes hide-slide{0%{opacity:100%}to{opacity:0}}.product-slide>h3,.product-slide>p{background:#fff;height:auto;padding:1rem;width:100%}.product-slide>p{padding-top:0}.product-slide>h3{margin-bottom:.5rem;padding-bottom:0}.product-slider-left-btn,.product-slider-right-btn{background:var(--gray);height:100%;position:absolute;width:2rem;z-index:3}.product-slider-left-btn{cursor:pointer;left:0}.product-slider-right-btn{cursor:pointer;right:0}.product-slider-left-btn>img,.product-slider-right-btn>img{cursor:pointer;height:26px;position:absolute;top:50%;width:26px}.product-slider-right-btn>img{left:3px;transform:translateY(-50%)}.product-slider-left-btn>img{right:3px;transform:rotate(180deg) translateY(calc(26px - 50%))}@media screen and (min-width:1201px){.product-slider-container>*{margin-left:calc(50vw - 600px)}}@media screen and (max-width:800px){.product-slider-wrapper{max-width:calc(100vw - 2rem)!important}.product-slide>h3,.product-slide>p{padding-left:1.5rem;padding-right:1.5rem}}