.type-product .p-thumbnail {
  position: relative;
  display: inline-block;
}

.type-product .p-thumbnail::before,
.type-product .p-thumbnail::after {
  content: "" !important;
  position: absolute;
  left: 0;
  width: 100%;
  height: 15px !important;
  background-color: #1f1f1f !important;
  z-index: 2;
  pointer-events: none;
  display: block !important;
}

.type-product .p-thumbnail::before {
  top: 0px !important;
}

.type-product .p-thumbnail::after {
  bottom: 0;
}

.type-product .p-thumbnail img {
  display: block;
  position: relative;
  z-index: 1;
}

.type-product a.p-thumbnail.highlighted img {
  border-color: #1f1f1f !important;
}
@media (max-width: 768px) {
  .type-product .p-thumbnail::before,
  .type-product .p-thumbnail::after {
    height: 7px !important;
  }
}
