/* GEO/AI-readability: the countdown/promo section was moved in the DOM to
   appear after the product <h1> (so linear text/crawler readers reach the
   product headline before the promo banner). This block restores its
   original visual position at the very top of the page — above the header —
   using flexbox `order`, without moving it back in the DOM. No other visual
   change is intended. */

body.pdp_body {
  display: flex;
  flex-direction: column;
}

#lf-section-sections--20177149886603__anouncment_timer_AXPiaM {
  order: -1;
}
