.product-page-loading { display: grid; min-height: 650px; padding: 54px 20px; place-items: center; background: #0a2342; color: #fff; }
.product-page-loading div { width: min(760px, 100%); text-align: center; }
.product-page-loading img { width: min(620px, 100%); height: auto; max-height: 310px; margin-bottom: 24px; border-radius: 5px; object-fit: cover; box-shadow: 0 20px 50px rgba(0, 0, 0, .24); }
.product-page-loading span { display: block; color: #f2bd24; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.product-page-loading h1 { margin: 10px 0 12px; color: #fff; font-size: clamp(38px, 6vw, 66px); }
.product-page-loading p { max-width: 680px; margin: 0 auto; color: #dce7ed; line-height: 1.65; }
