.single-product-image > .images:not(.bv-product-gallery) { display: none !important; }
.single-product-image > .thumbnails.slider { display: none !important; }
.bv-product-gallery { float: none; width: 100%; margin: 0 0 2rem; }
.bv-product-gallery__stage { position: relative; width: 100%; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #fff; }
.bv-product-gallery__image-link { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
.bv-product-gallery__main-image { display: block; width: 100%; height: 100%; object-fit: contain; cursor: zoom-in; transition: transform .18s ease-out; will-change: transform; }
.bv-product-gallery__main-image.is-zoomed { transform: scale(1.8); }
.bv-product-gallery__video { display: block; width: 100%; height: 100%; border: 0; }
.bv-product-gallery__full-view { display: block; margin: .65rem 0 20px; color: #1473a9; text-align: center; font-size: 16px; text-decoration: underline; }
.bv-product-gallery__thumb-nav { display: grid; grid-template-columns: 30px minmax(0,1fr) 56px 30px; gap: 5px; align-items: start; }
.bv-product-gallery__thumb-arrow { display: flex; width: 30px; height: 40px; align-self: start; align-items: center; justify-content: center; margin: 12px 0 0; padding: 0; border: 0; border-radius: 0; color: #555 !important; background: transparent !important; box-shadow: none !important; font-size: 27px; font-weight: 400; line-height: 1; cursor: pointer; }
.bv-product-gallery__thumb-arrow:hover, .bv-product-gallery__thumb-arrow:focus-visible { color: #159dcc !important; background: transparent !important; outline: none; }
.bv-product-gallery__thumbs { display: flex; gap: 10px; align-items: flex-start; overflow-x: auto; overflow-y: hidden; padding: 4px 2px 10px; scroll-behavior: smooth; scrollbar-width: none; }
.bv-product-gallery__thumbs::-webkit-scrollbar { display: none; }
.bv-product-gallery__thumb, .bv-product-gallery__more { position: relative; flex: 0 0 calc((100% - 50px) / 6); aspect-ratio: 1 / 1; min-width: 0; padding: 0; border: 2px solid transparent; border-radius: 9px; background: #f5f5f5; cursor: pointer; overflow: visible; }
.bv-product-gallery__thumb img { display: block; width: 100%; height: 100%; border-radius: 7px; object-fit: cover; }
.bv-product-gallery__thumb:hover, .bv-product-gallery__thumb:focus-visible, .bv-product-gallery__thumb.is-active { border-color: #159dcc; outline: none; }
.bv-product-gallery__thumbs.is-expanded { overflow-x: auto; }
.bv-product-gallery__play { position: absolute; top: 50%; left: 50%; width: 34px; height: 34px; border: 2px solid #fff; border-radius: 50%; background: rgba(0,0,0,.55); transform: translate(-50%,-50%); box-shadow: 0 1px 4px rgba(0,0,0,.3); }
.bv-product-gallery__play::after { content: ''; position: absolute; top: 8px; left: 12px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid #fff; }
.bv-product-gallery__video-label { position: absolute; top: calc(100% + 3px); left: 0; right: 0; display: block; color: #555; font-size: 10px; font-weight: 500; line-height: 1; text-align: center; }
.bv-product-gallery__video-thumb { margin-bottom: 13px; background: transparent; }
.bv-product-gallery__video-thumb img { object-fit: cover; }
.bv-product-gallery__more { display: flex; width: 56px; height: 56px; align-self: start; align-items: center; justify-content: center; margin: 4px 0 0; padding: 0; border: 2px solid #159dcc; border-radius: 7px; color: #555; background: #fff; font-size: 16px; font-weight: 600; cursor: default; }
.bv-product-gallery__more[hidden] { display: flex !important; visibility: hidden; pointer-events: none; }
@media (max-width: 767px) {
  .bv-product-gallery { float: none; width: 100%; margin: 0 0 1.5rem; }
  .bv-product-gallery__thumb, .bv-product-gallery__more { flex-basis: calc((100% - 40px) / 5); }
}
