.vcmodal .product-detail .detail-attachment.productdetails a:after,
.structure-product-detail .detail-attachment.productdetails a:after {
  content: 'Product details';
}
.vcmodal .product-detail .detail-attachment.datasheet a:after,
.structure-product-detail .detail-attachment.datasheet a:after {
  content: 'Technical Datasheet';
}
.vcmodal .product-detail .detail-attachment.dop a:after,
.structure-product-detail .detail-attachment.dop a:after {
  content: 'Declaration of performance';
}
.vcmodal .product-detail .detail-attachment.sblds a:after,
.structure-product-detail .detail-attachment.sblds a:after {
  content: 'Sustainability Datasheet';
}
.vcmodal .product-detail .detail-attachment.sds a:after,
.structure-product-detail .detail-attachment.sds a:after {
  content: 'Safety Datasheet';
}
.vcmodal .product-detail .detail-attachment.vid a:after,
.structure-product-detail .detail-attachment.vid a:after {
  content: 'Video of product';
}
