.product-image-gallery{padding:var(--marginMedium);background:var(--yellowWhiteDark);border-radius:var(--borderRadius);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-image-gallery .big-slider{border-radius:var(--borderRadius);overflow:hidden;width:80%;position:relative;max-height:50vh;margin-top:var(--marginMedium);-webkit-box-shadow:1px 1px 30px rgba(0,0,0,0.1);box-shadow:1px 1px 30px rgba(0,0,0,0.1)}.product-image-gallery .big-slider .slick-list{width:100%;height:100%}.product-image-gallery .big-slider .slick-list .slick-track{height:100%;bottom:0}.product-image-gallery .big-slider .slick-list .slick-slide{height:100%}.product-image-gallery .big-slider .slick-list .slick-slide img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-image-gallery .small-slider{width:80%;padding:20px 0;height:20vh}.product-image-gallery .small-slider .slick-list{height:100%}.product-image-gallery .small-slider .slick-list .slick-track{height:100%}.product-image-gallery .small-slider .slick-list .slick-track img{height:100%;width:auto;padding:5px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.product-image-gallery .gallery-navigation{position:absolute;height:10vh;bottom:10%;margin-top:-3vh;width:92%;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-image-gallery .gallery-navigation .gallery-arrow{cursor:pointer;background-color:var(--darkGreen);height:50px;width:50px;border-radius:50%;background-repeat:no-repeat;background-position:center;background-size:26%;padding:5px}.product-image-gallery .gallery-navigation .next-image{background-image:url(../svg/arrow-right-white.svg)}.product-image-gallery .gallery-navigation .previous-image{background-image:url(../svg/arrow-right-white.svg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media (max-width:1000px){.product-image-gallery .big-slider{height:28vh}.product-image-gallery .small-slider{height:13vh}.product-image-gallery .gallery-navigation{width:105%;bottom:6%}.product-image-gallery .gallery-navigation .gallery-arrow{width:25px;height:25px}}.acf-block-preview .product-image-gallery .small-slider{display:none}