.nomensa__mobile-gallery {
    max-width: 374px;
    margin: 0 auto;
}

.nomensa__mobile-gallery #main-img {
    width: 271px;
}

.nomensa__mobile-gallery .product-gallery {
    text-align: center;
}

.nomensa__mobile-gallery .product-gallery-thumb {
  display: block;
}

.nomensa__mobile-gallery .product-gallery-thumb > ul {
    display: flex;
}

li.nomensa__mobile-gallery-img {
    margin: 0 8px;
    border: 2px solid #3e374b;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
}

li.nomensa__mobile-gallery-img[data-selected=true] {
    border-color: #eb0f0e;
}

.nomensa__mobile-gallery-img > img {
  max-width: unset !important;
  width: auto;
}
