.section-review:not(.bk-product-related) .scan {
  position: relative !important;
}

.section-review:not(.bk-product-related) .scan .zoom {
  position: absolute !important;
  top: auto !important;
  right: 24px !important;
  bottom: 16px !important;
  left: auto !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  border: 1px solid #f3f4f7 !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .05) !important;
  opacity: 0 !important;
  transform: none !important;
  transition: opacity .2s !important;
}

.section-review:not(.bk-product-related) .scan .zoom .plus {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  background: #11275f !important;
  -webkit-mask: url("../img/product-card/gallery/gallery-zoom-icon.svg") center / 24px 24px no-repeat !important;
  mask: url("../img/product-card/gallery/gallery-zoom-icon.svg") center / 24px 24px no-repeat !important;
}

.section-review:not(.bk-product-related) .scan .zoom .plus::before,
.section-review:not(.bk-product-related) .scan .zoom .plus::after {
  content: none !important;
  display: none !important;
}

.section-review:not(.bk-product-related) .scan:hover .zoom,
.section-review:not(.bk-product-related) .scan:focus-visible .zoom,
#page-card.product-card-redesign .section-review:not(.bk-product-related) .scan:focus-visible .zoom {
  opacity: 1 !important;
}

.section-review:not(.bk-product-related) .scan:focus-visible {
  outline: 3px solid #11275f !important;
  outline-offset: -3px !important;
}
