/* Mobil: cena a košík nad úvodní text na detailu produktu */
@media (max-width: 767px) {
  .type-detail .p-info-wrapper { display: flex; flex-direction: column; }
  .type-detail .p-info-wrapper > * { order: 2; }
  .type-detail .p-info-wrapper > .p-short-description { order: 3; margin-top: 16px; }
  .type-detail .p-info-wrapper > .social-buttons-wrapper { order: 4; }
  .type-detail .p-image-wrapper .p-image img { max-height: 220px; width: auto; margin: 0 auto; }
  .type-detail .p-image,
  .type-detail .p-image-wrapper { margin-bottom: 8px !important; }
}
