@media (max-width: 767px){
  .p24-wrap{max-width:560px; padding:0 12px; margin:10px auto 88px;}
  .p24-card{padding:0; border-radius:20px;}

  /* image like app */
  .p24-image{border-radius:20px 20px 0 0; overflow:hidden;}
  .p24-dots{bottom:12px;}
  .p24-dot{width:7px;height:7px;}

  /* Typography */
  .p24-title{font-size:22px; line-height:1.2; padding:10px 14px 0;}
  .p24-readmore{padding:6px 14px 0;}

  /* Hide inline price+qty on mobile (use sticky bar) */
  .p24-price{display:none;}
  .p24-cartrow{display:none;}

  /* Store card feels premium */
  .p24-store{margin:12px 14px 14px; border-radius:18px; padding:14px;}
  .store-icon{font-size:24px;}
  .store-meta{font-size:13px;}
  .store-distance{font-weight:900;}

  /* About spacing */
  .p24-about{padding:0 14px 20px;}

  /* Sticky bottom price + add */
  .p24-stickybar{display:flex;}
}
