.loader {
 display: flex;
 flex-direction: column;
 align-items: center;
}

.seProductDescription {
display: none !important;
}

.seImgFrame {
 display: flex;
 justify-content: center;
}

.seProductTitle,
.seProductPrice {
 text-align: center;
}

.seProductTitle a {
 display: flex;
 flex-direction: column;
}

.bssWidget {padding-bottom: 4em;}