/**
 * APOTHEA theme detail — page-specific rule from the html-design/Theme
 * Detail.dc.html helmet that the global stylesheet does not cover: the
 * sticky buy panel goes static at 900px and below (the global sheet only
 * implements this for [data-sticky]).
 */
@media (max-width: 900px) {
  .page-theme-apothea [data-buy] { position: static !important; }
}
