/* ═══════════════════════════════════════════
   Shop v3 — desktop (min-width: 600px)
═══════════════════════════════════════════ */

body { padding-top: 54px !important; }

/* Offers + products centered on desktop */
.v3s-offers {
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  body { padding-top: 62px !important; }

  .v3s-offers { max-width: 1360px; }
}
