/*!/wp-content/plugins/pzv-thumbnail-carousel/css/carousel-slide-styles.css*/#custom-carousel-namespace .custom-carousel-gallery{box-sizing:border-box;border-radius:8px;overflow:hidden;position:relative;border:1px solid #fff;box-shadow:0 4px 6px rgb(0 0 0 / .15)}#custom-carousel-namespace .custom-carousel-gallery:hover{box-sizing:border-box;border-radius:8px;overflow:hidden;position:relative;border:1px solid #fff;box-shadow:0 4px 6px rgb(72 38 131 / .2)}#custom-carousel-namespace .custom-carousel-main-images{box-sizing:border-box;width:100%;position:relative;aspect-ratio:6/5;padding-left:20px;padding-right:20px}#custom-carousel-namespace .custom-carousel-slide{display:none;position:absolute;top:0;left:20px;right:20px;bottom:0;text-align:center;padding:0%;margin:4%}#custom-carousel-namespace .custom-carousel-slide img{box-sizing:border-box;width:100%;height:100%;border-radius:0;object-fit:contain;transition:transform 0.3s ease-in-out}#custom-carousel-namespace .custom-carousel-slide img:hover{transform:scale(1.01);cursor:zoom-in}#custom-carousel-namespace .custom-carousel-thumbnails{display:flex;justify-content:center;flex-wrap:nowrap;overflow-x:auto;gap:15px;padding:10px 5px;background-color:#f6f6f6;border-top:1px solid #fff}#custom-carousel-namespace .custom-carousel-thumbnail{flex:0 0 auto;box-sizing:border-box;cursor:pointer;border-radius:5px;border:1px solid #ddd;overflow:hidden;box-shadow:0 4px 6px rgb(0 0 0 / .15);transition:box-shadow 0.3s ease-in-out}#custom-carousel-namespace .custom-carousel-thumbnail img{box-sizing:border-box;width:60px;height:40px;display:block}#custom-carousel-namespace .custom-carousel-thumbnail:hover{box-shadow:0 4px 6px rgb(72 38 131 / .2);transform:scale(1.05)}#custom-carousel-namespace .custom-carousel-prev,#custom-carousel-namespace .custom-carousel-next{box-sizing:border-box;position:absolute;top:0;height:100%;width:8%;padding:8px;background-color:rgb(115 115 115 / .1);border:none;cursor:pointer;transition:background-color 0.3s ease-in-out;color:#cd1626;text-align:center;line-height:1;display:flex;align-items:center;justify-content:center;z-index:9}#custom-carousel-namespace .custom-carousel-prev:hover,#custom-carousel-namespace .custom-carousel-next:hover{background-color:rgb(118 118 118 / .4);color:#482683}#custom-carousel-namespace button:focus{outline:none}#custom-carousel-namespace .custom-carousel-prev{left:0;border-top-right-radius:5px;border-bottom-right-radius:5px}#custom-carousel-namespace .custom-carousel-next{right:0;border-top-left-radius:5px;border-bottom-left-radius:5px}#custom-carousel-namespace .overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgb(0 0 0 / .8);justify-content:center;align-items:center;z-index:1000}#custom-carousel-namespace .overlay img.overlay-image{max-width:90%;max-height:90%;object-fit:contain;box-shadow:0 4px 12px rgb(0 0 0 / .1);border-radius:6px}#custom-carousel-namespace .overlay .close-btn,#custom-carousel-namespace .overlay .overlay-prev,#custom-carousel-namespace .overlay .overlay-next{position:absolute;background:rgb(255 255 255 / .8);border:none;border-radius:4px;cursor:pointer;font-size:24px;z-index:1001;color:#cd1626;transition:background-color 0.3s ease-in-out;padding:0}#custom-carousel-namespace .overlay .overlay-prev,#custom-carousel-namespace .overlay .overlay-next{height:80%}#custom-carousel-namespace .overlay .close-btn:hover,#custom-carousel-namespace .overlay .overlay-prev:hover,#custom-carousel-namespace .overlay .overlay-next:hover{background-color:rgb(199 199 199 / .8);color:#482683}#custom-carousel-namespace .overlay .close-btn{top:20px;right:20px;padding:10px}#custom-carousel-namespace .overlay .overlay-prev{left:20px;top:50%;transform:translateY(-50%);padding:10px 15px;border-top-right-radius:5px;border-bottom-right-radius:5px}#custom-carousel-namespace .overlay .overlay-next{right:20px;top:50%;transform:translateY(-50%);padding:10px 15px;border-top-left-radius:5px;border-bottom-left-radius:5px}