.product-miniature__image-container { overflow: hidden; position: relative; }
.jojo-card-gallery__control { background: transparent; border: 0; color: #fff; cursor: pointer; height: 28px; opacity: 0; padding: 0; position: absolute; text-shadow: 0 1px 3px rgba(0,0,0,.22); top: 50%; transform: translateY(-50%); transition: opacity .18s ease; width: 28px; z-index: 5; }
.jojo-card-gallery__control--prev { left: 5px; }
.jojo-card-gallery__control--next { right: 5px; }
.jojo-card-gallery__control::before { border-right: 1.5px solid currentColor; border-top: 1.5px solid currentColor; content: ''; display: block; height: 7px; margin: auto; width: 7px; }
.jojo-card-gallery__control--prev::before { margin-left: 11px; transform: rotate(-135deg); }.jojo-card-gallery__control--next::before { margin-left: 8px; transform: rotate(45deg); }
.product-miniature:hover .jojo-card-gallery__control { opacity: .95; }
.jojo-card-gallery__control:hover { opacity: 1 !important; }
@media (max-width: 767.98px) { .jojo-card-gallery__control { display: none; } }
