/* Base styles */
.yk-woo-gallery{ margin:16px 0 24px; }
.yk-woo-gallery__title{ font-size:1.1rem; margin:0 0 10px; clear:both; float:none; text-align:left; }

.yk-woo-gallery__carousel{ opacity:0; transition:opacity .25s ease; will-change:opacity; }
.yk-woo-gallery__carousel.is-ready{ opacity:1; }

/* Owl core (scoped) */
.yk-woo-gallery .owl-carousel{ display:block; position:relative; width:100%; -webkit-tap-highlight-color: transparent; }
.yk-woo-gallery .owl-carousel .owl-stage-outer{ position:relative; overflow:hidden; -webkit-transform: translate3d(0,0,0); }
.yk-woo-gallery .owl-carousel .owl-stage{ position:relative; }
.yk-woo-gallery .owl-carousel .owl-item{ position:relative; min-height:1px; float:left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }

/* Nav / Dots */
.yk-woo-gallery .owl-carousel .owl-nav{ position:absolute; top:50%; left:0; right:0; display:flex; justify-content:space-between; transform:translateY(-50%); pointer-events:none; }
.yk-woo-gallery .owl-carousel .owl-nav button{ pointer-events:auto; border:0; background:rgba(0,0,0,.4); color:#fff; width:36px; height:36px; border-radius:50%; font-size:20px; display:flex; align-items:center; justify-content:center; }
.yk-woo-gallery .owl-carousel .owl-dots{ text-align:center; margin-top:6px; }
.yk-woo-gallery .owl-carousel .owl-dot{ width:10px; height:10px; border-radius:5px; background:#ddd; display:inline-block; margin:0 3px; transition: background .15s ease; }
.yk-woo-gallery .owl-carousel .owl-dot.active{ background:#666; }

/* Slides */
.yk-woo-gallery__item{ margin:0; }
.yk-woo-gallery__img{ display:block; max-width:100%; height:auto; margin:0 auto; }

/* === Product-page seam equalizer === */
.single-product .yk-woo-gallery .owl-carousel .owl-item{ margin:0 !important; }
.single-product .yk-woo-gallery__item{ padding:0 7.5px; box-sizing:border-box; }
.single-product .yk-woo-gallery__img{ display:block; width:100%; height:auto; margin:0; }
