.yw-wc-gallery{position:relative;width:100%;margin:0 auto}.yw-wc-gallery .yw-wc-gallery__mobile{display:none}.yw-wc-gallery .yw-wc-gallery__desktop{display:flex;gap:20px;align-items:flex-start}.yw-wc-gallery .yw-wc-gallery__thumbnails{position:relative;flex-shrink:0;width:100px}.yw-wc-gallery .yw-wc-gallery__thumbnails .yw-wc-gallery__thumbnails-wrapper{max-height:500px;overflow-y:hidden;padding:10px 0;scrollbar-width:none;-ms-overflow-style:none}.yw-wc-gallery .yw-wc-gallery__thumbnails .yw-wc-gallery__thumbnails-wrapper:hover{overflow-y:auto}.yw-wc-gallery .yw-wc-gallery__thumbnails .yw-wc-gallery__thumbnails-wrapper::-webkit-scrollbar{width:0;background:#fff0}.yw-wc-gallery .yw-wc-gallery__thumbnail{display:block;width:80px;height:80px;margin:0 auto 10px;border:none;border-radius:0;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#fff;box-shadow:none}.yw-wc-gallery .yw-wc-gallery__thumbnail:hover{opacity:.8}.yw-wc-gallery .yw-wc-gallery__thumbnail.active{opacity:1;border:2px solid #000}.yw-wc-gallery .yw-wc-gallery__thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:all .3s ease}.yw-wc-gallery .yw-wc-gallery__thumbnail:hover img{transform:scale(1.05)}.yw-wc-gallery .yw-wc-gallery__thumb-nav{position:absolute;left:50%;transform:translateX(-50%);width:30px;height:30px;background:#fff;border:1px solid #ccc;border-radius:0;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;font-size:16px;font-weight:700;color:#666;-webkit-user-select:none;-moz-user-select:none;user-select:none}.yw-wc-gallery .yw-wc-gallery__thumb-nav:hover{background:#f0f0f0;border-color:#333}.yw-wc-gallery .yw-wc-gallery__thumb-nav:active{background:#e0e0e0;border-color:#333}.yw-wc-gallery .yw-wc-gallery__thumb-nav:disabled{opacity:.3;cursor:not-allowed}.yw-wc-gallery .yw-wc-gallery__thumb-nav--up{top:0}.yw-wc-gallery .yw-wc-gallery__thumb-nav--up::before{content:"‹";font-size:20px;line-height:1;transform:rotate(90deg);display:block}.yw-wc-gallery .yw-wc-gallery__thumb-nav--down{bottom:0}.yw-wc-gallery .yw-wc-gallery__thumb-nav--down::before{content:"‹";font-size:20px;line-height:1;transform:rotate(-90deg);display:block}.yw-wc-gallery .yw-wc-gallery__main{flex:1;position:relative}.yw-wc-gallery .yw-wc-gallery__main .yw-wc-gallery__main-wrapper{position:relative;background:#fff;border-radius:0;overflow:hidden;box-shadow:none}.yw-wc-gallery .yw-wc-gallery__main-image{position:relative;width:100%;min-height:400px;overflow:hidden}.yw-wc-gallery .yw-wc-gallery__main-image .yw-wc-gallery__image-slider{display:flex;width:100%;height:100%;transition:transform .4s ease;transform:translateX(0)}.yw-wc-gallery .yw-wc-gallery__main-image .yw-wc-gallery__image{flex:0 0 100%;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease;transform-origin:center center}.yw-wc-gallery .yw-wc-gallery__main-image:hover::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .05);pointer-events:none;z-index:1}.yw-wc-gallery .yw-wc-gallery__main-image.no-zoom{cursor:default}.yw-wc-gallery .yw-wc-gallery__main-image.no-zoom:hover{cursor:default}.yw-wc-gallery .yw-wc-gallery__main-image.no-zoom:hover .yw-wc-gallery__image{transform:none}.yw-wc-gallery .yw-wc-gallery__main-image.no-zoom:hover::after{display:none}.yw-wc-gallery .yw-wc-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#fff;border:1px solid #ccc;border-radius:0;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;font-size:18px;font-weight:700;color:#000;-webkit-user-select:none;-moz-user-select:none;user-select:none}.yw-wc-gallery .yw-wc-gallery__nav:hover{background:#f0f0f0;border-color:#333}.yw-wc-gallery .yw-wc-gallery__nav:active{background:#e0e0e0;border-color:#333}.yw-wc-gallery .yw-wc-gallery__nav--prev{left:15px}.yw-wc-gallery .yw-wc-gallery__nav--next{right:15px}.yw-wc-gallery .yw-wc-gallery-error{padding:20px;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:0;text-align:center}@media(max-width:768px){.yw-wc-gallery .yw-wc-gallery__main-image{cursor:default}.yw-wc-gallery .yw-wc-gallery__main-image .yw-wc-gallery__image:hover{transform:none;cursor:default}.yw-wc-gallery .yw-wc-gallery__main-image:hover::after{display:none}.yw-wc-gallery .yw-wc-gallery__desktop{display:none}.yw-wc-gallery .yw-wc-gallery__mobile{display:block}.yw-wc-gallery .yw-wc-gallery__mobile-images{position:relative;width:100%;background:#fff;border-radius:0;overflow:hidden;box-shadow:none}.yw-wc-gallery .yw-wc-gallery__mobile-images .yw-wc-gallery__mobile-slider{display:flex;width:100%;transition:transform .4s ease;transform:translateX(0)}.yw-wc-gallery .yw-wc-gallery__mobile-images .yw-wc-gallery__mobile-image{flex:0 0 100%;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;max-height:70vh;display:block;margin:0 auto}.yw-wc-gallery .yw-wc-gallery__dots{display:flex;justify-content:center;gap:8px;margin-top:15px;padding:10px}.yw-wc-gallery .yw-wc-gallery__dot{width:.8rem;height:.8rem;min-width:.8rem;min-height:.8rem;border-radius:50%;border:1px solid #ccc;background:#ccc;cursor:pointer;transition:all .2s ease;outline:none;flex-shrink:0;box-sizing:border-box;padding:0;margin:0}.yw-wc-gallery .yw-wc-gallery__dot:hover{background:#000;border-color:#333}.yw-wc-gallery .yw-wc-gallery__dot.active{background:#000;border-color:#000}}@media(max-width:1024px)and (min-width:769px){.yw-wc-gallery .yw-wc-gallery__thumbnails{width:84px}.yw-wc-gallery .yw-wc-gallery__thumbnail{width:64px;height:64px}}@media(min-width:1200px){.yw-wc-gallery .yw-wc-gallery__main-image{min-height:500px}.yw-wc-gallery .yw-wc-gallery__thumbnails-wrapper{max-height:600px}}.yw-wc-gallery .yw-wc-gallery__thumbnail:focus,.yw-wc-gallery .yw-wc-gallery__nav:focus,.yw-wc-gallery .yw-wc-gallery__thumb-nav:focus,.yw-wc-gallery .yw-wc-gallery__dot:focus{outline:none}.yw-wc-gallery:focus{outline:none}.yw-wc-gallery.loading .yw-wc-gallery__image,.yw-wc-gallery.loading .yw-wc-gallery__mobile-image{opacity:.5}@media print{.yw-wc-gallery .yw-wc-gallery__nav,.yw-wc-gallery .yw-wc-gallery__thumb-nav,.yw-wc-gallery .yw-wc-gallery__dots{display:none!important}.yw-wc-gallery .yw-wc-gallery__mobile{display:block!important}.yw-wc-gallery .yw-wc-gallery__desktop{display:none!important}.yw-wc-gallery .yw-wc-gallery__mobile-image{display:none!important}.yw-wc-gallery .yw-wc-gallery__mobile-image:first-child{display:block!important}}